Uses of Interface
com.microsoft.azure.management.appservice.HostNameSslBinding.DefinitionStages.WithCertificate
-
-
Uses of HostNameSslBinding.DefinitionStages.WithCertificate in com.microsoft.azure.management.appservice
Subinterfaces of HostNameSslBinding.DefinitionStages.WithCertificate in com.microsoft.azure.management.appservice Modifier and Type Interface Description static interfaceHostNameSslBinding.Definition<ParentT>The entirety of a hostname SSL binding definition.Methods in com.microsoft.azure.management.appservice 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.
-