Uses of Interface
com.azure.resourcemanager.appservice.models.HostnameSslBinding.UpdateDefinitionStages.WithCertificate
-
Packages that use HostnameSslBinding.UpdateDefinitionStages.WithCertificate Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of HostnameSslBinding.UpdateDefinitionStages.WithCertificate in com.azure.resourcemanager.appservice.models
Subinterfaces of HostnameSslBinding.UpdateDefinitionStages.WithCertificate in com.azure.resourcemanager.appservice.models Modifier and Type Interface Description static 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.WithCertificate Modifier and Type Method Description HostnameSslBinding.UpdateDefinitionStages.WithCertificate<ParentT>HostnameSslBinding.UpdateDefinitionStages.WithHostname. forHostname(String hostname)Specifies the hostname to bind SSL certificate to.
-