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