Uses of Interface
com.azure.resourcemanager.appservice.models.HostnameSslBinding.DefinitionStages.WithCertificate
-
Packages that use HostnameSslBinding.DefinitionStages.WithCertificate Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of HostnameSslBinding.DefinitionStages.WithCertificate in com.azure.resourcemanager.appservice.models
Subinterfaces of HostnameSslBinding.DefinitionStages.WithCertificate in com.azure.resourcemanager.appservice.models Modifier and Type Interface Description static interfaceHostnameSslBinding.Definition<ParentT>The entirety of a hostname SSL binding definition.Methods in com.azure.resourcemanager.appservice.models that return HostnameSslBinding.DefinitionStages.WithCertificate Modifier and Type Method Description HostnameSslBinding.DefinitionStages.WithCertificate<ParentT>HostnameSslBinding.DefinitionStages.WithHostname. forHostname(String hostname)Specifies the hostname to bind SSL certificate to.
-