Uses of Interface
com.azure.resourcemanager.appservice.models.HostnameSslBinding.UpdateDefinitionStages.WithSslType
Packages that use HostnameSslBinding.UpdateDefinitionStages.WithSslType
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of HostnameSslBinding.UpdateDefinitionStages.WithSslType in com.azure.resourcemanager.appservice.models
Subinterfaces of HostnameSslBinding.UpdateDefinitionStages.WithSslType in com.azure.resourcemanager.appservice.modelsModifier and TypeInterfaceDescriptionstatic interfaceHostnameSslBinding.UpdateDefinition<ParentT>The entirety of a hostname SSL binding definition as part of a web app update.Methods in com.azure.resourcemanager.appservice.models that return HostnameSslBinding.UpdateDefinitionStages.WithSslTypeModifier and TypeMethodDescriptionHostnameSslBinding.UpdateDefinitionStages.WithCertificate.withExistingAppServiceCertificateOrder(AppServiceCertificateOrder certificateOrder) Specifies a ready-to-use certificate order to use.HostnameSslBinding.UpdateDefinitionStages.WithCertificate.withExistingCertificate(String certificateNameOrThumbprint) Use an existing certificate in the resource group.HostnameSslBinding.UpdateDefinitionStages.WithKeyVault.withExistingKeyVault(Vault vault) Stores the certificate in an existing vault.HostnameSslBinding.UpdateDefinitionStages.WithKeyVault.withNewKeyVault(String vaultName) Creates a new key vault to store the certificate.HostnameSslBinding.UpdateDefinitionStages.WithCertificate.withPfxCertificateToUpload(File pfxFile, String password) Uploads a PFX certificate.