Uses of Class
com.azure.resourcemanager.appservice.fluent.models.PublicCertificateInner
Packages that use PublicCertificateInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of PublicCertificateInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return PublicCertificateInnerModifier and TypeMethodDescriptionWebAppsClient.createOrUpdatePublicCertificate
(String resourceGroupName, String name, String publicCertificateName, PublicCertificateInner publicCertificate) Creates a hostname binding for an app.WebAppsClient.createOrUpdatePublicCertificateSlot
(String resourceGroupName, String name, String publicCertificateName, String slot, PublicCertificateInner publicCertificate) Creates a hostname binding for an app.WebAppsClient.getPublicCertificate
(String resourceGroupName, String name, String publicCertificateName) Get the named public certificate for an app (or deployment slot, if specified).WebAppsClient.getPublicCertificateSlot
(String resourceGroupName, String name, String slot, String publicCertificateName) Get the named public certificate for an app (or deployment slot, if specified).Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type PublicCertificateInnerModifier and TypeMethodDescriptionWebAppsClient.createOrUpdatePublicCertificateAsync
(String resourceGroupName, String name, String publicCertificateName, PublicCertificateInner publicCertificate) Creates a hostname binding for an app.WebAppsClient.createOrUpdatePublicCertificateSlotAsync
(String resourceGroupName, String name, String publicCertificateName, String slot, PublicCertificateInner publicCertificate) Creates a hostname binding for an app.com.azure.core.http.rest.Response
<PublicCertificateInner> WebAppsClient.createOrUpdatePublicCertificateSlotWithResponse
(String resourceGroupName, String name, String publicCertificateName, String slot, PublicCertificateInner publicCertificate, com.azure.core.util.Context context) Creates a hostname binding for an app.Mono
<com.azure.core.http.rest.Response<PublicCertificateInner>> WebAppsClient.createOrUpdatePublicCertificateSlotWithResponseAsync
(String resourceGroupName, String name, String publicCertificateName, String slot, PublicCertificateInner publicCertificate) Creates a hostname binding for an app.com.azure.core.http.rest.Response
<PublicCertificateInner> WebAppsClient.createOrUpdatePublicCertificateWithResponse
(String resourceGroupName, String name, String publicCertificateName, PublicCertificateInner publicCertificate, com.azure.core.util.Context context) Creates a hostname binding for an app.Mono
<com.azure.core.http.rest.Response<PublicCertificateInner>> WebAppsClient.createOrUpdatePublicCertificateWithResponseAsync
(String resourceGroupName, String name, String publicCertificateName, PublicCertificateInner publicCertificate) Creates a hostname binding for an app.WebAppsClient.getPublicCertificateAsync
(String resourceGroupName, String name, String publicCertificateName) Get the named public certificate for an app (or deployment slot, if specified).WebAppsClient.getPublicCertificateSlotAsync
(String resourceGroupName, String name, String slot, String publicCertificateName) Get the named public certificate for an app (or deployment slot, if specified).com.azure.core.http.rest.Response
<PublicCertificateInner> WebAppsClient.getPublicCertificateSlotWithResponse
(String resourceGroupName, String name, String slot, String publicCertificateName, com.azure.core.util.Context context) Get the named public certificate for an app (or deployment slot, if specified).Mono
<com.azure.core.http.rest.Response<PublicCertificateInner>> WebAppsClient.getPublicCertificateSlotWithResponseAsync
(String resourceGroupName, String name, String slot, String publicCertificateName) Get the named public certificate for an app (or deployment slot, if specified).com.azure.core.http.rest.Response
<PublicCertificateInner> WebAppsClient.getPublicCertificateWithResponse
(String resourceGroupName, String name, String publicCertificateName, com.azure.core.util.Context context) Get the named public certificate for an app (or deployment slot, if specified).Mono
<com.azure.core.http.rest.Response<PublicCertificateInner>> WebAppsClient.getPublicCertificateWithResponseAsync
(String resourceGroupName, String name, String publicCertificateName) Get the named public certificate for an app (or deployment slot, if specified).com.azure.core.http.rest.PagedIterable
<PublicCertificateInner> WebAppsClient.listPublicCertificates
(String resourceGroupName, String name) Get public certificates for an app or a deployment slot.com.azure.core.http.rest.PagedIterable
<PublicCertificateInner> WebAppsClient.listPublicCertificates
(String resourceGroupName, String name, com.azure.core.util.Context context) Get public certificates for an app or a deployment slot.com.azure.core.http.rest.PagedFlux
<PublicCertificateInner> WebAppsClient.listPublicCertificatesAsync
(String resourceGroupName, String name) Get public certificates for an app or a deployment slot.com.azure.core.http.rest.PagedIterable
<PublicCertificateInner> WebAppsClient.listPublicCertificatesSlot
(String resourceGroupName, String name, String slot) Get public certificates for an app or a deployment slot.com.azure.core.http.rest.PagedIterable
<PublicCertificateInner> WebAppsClient.listPublicCertificatesSlot
(String resourceGroupName, String name, String slot, com.azure.core.util.Context context) Get public certificates for an app or a deployment slot.com.azure.core.http.rest.PagedFlux
<PublicCertificateInner> WebAppsClient.listPublicCertificatesSlotAsync
(String resourceGroupName, String name, String slot) Get public certificates for an app or a deployment slot.Methods in com.azure.resourcemanager.appservice.fluent with parameters of type PublicCertificateInnerModifier and TypeMethodDescriptionWebAppsClient.createOrUpdatePublicCertificate
(String resourceGroupName, String name, String publicCertificateName, PublicCertificateInner publicCertificate) Creates a hostname binding for an app.WebAppsClient.createOrUpdatePublicCertificateAsync
(String resourceGroupName, String name, String publicCertificateName, PublicCertificateInner publicCertificate) Creates a hostname binding for an app.WebAppsClient.createOrUpdatePublicCertificateSlot
(String resourceGroupName, String name, String publicCertificateName, String slot, PublicCertificateInner publicCertificate) Creates a hostname binding for an app.WebAppsClient.createOrUpdatePublicCertificateSlotAsync
(String resourceGroupName, String name, String publicCertificateName, String slot, PublicCertificateInner publicCertificate) Creates a hostname binding for an app.com.azure.core.http.rest.Response
<PublicCertificateInner> WebAppsClient.createOrUpdatePublicCertificateSlotWithResponse
(String resourceGroupName, String name, String publicCertificateName, String slot, PublicCertificateInner publicCertificate, com.azure.core.util.Context context) Creates a hostname binding for an app.Mono
<com.azure.core.http.rest.Response<PublicCertificateInner>> WebAppsClient.createOrUpdatePublicCertificateSlotWithResponseAsync
(String resourceGroupName, String name, String publicCertificateName, String slot, PublicCertificateInner publicCertificate) Creates a hostname binding for an app.com.azure.core.http.rest.Response
<PublicCertificateInner> WebAppsClient.createOrUpdatePublicCertificateWithResponse
(String resourceGroupName, String name, String publicCertificateName, PublicCertificateInner publicCertificate, com.azure.core.util.Context context) Creates a hostname binding for an app.Mono
<com.azure.core.http.rest.Response<PublicCertificateInner>> WebAppsClient.createOrUpdatePublicCertificateWithResponseAsync
(String resourceGroupName, String name, String publicCertificateName, PublicCertificateInner publicCertificate) Creates a hostname binding for an app. -
Uses of PublicCertificateInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return PublicCertificateInnerModifier and TypeMethodDescriptionstatic PublicCertificateInner
PublicCertificateInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of PublicCertificateInner from the JsonReader.PublicCertificateInner.withBlob
(byte[] blob) Set the blob property: Public Certificate byte array.Set the kind property: Kind of resource.PublicCertificateInner.withPublicCertificateLocation
(PublicCertificateLocation publicCertificateLocation) Set the publicCertificateLocation property: Public Certificate Location. -
Uses of PublicCertificateInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type PublicCertificateInnerModifier and TypeMethodDescriptionPublicCertificateCollection.value()
Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type PublicCertificateInnerModifier and TypeMethodDescriptionPublicCertificateCollection.withValue
(List<PublicCertificateInner> value) Set the value property: Collection of resources.