Uses of Interface
com.microsoft.azure.management.appservice.HostNameSslBinding.UpdateDefinitionStages.WithAttach
-
-
Uses of HostNameSslBinding.UpdateDefinitionStages.WithAttach in com.microsoft.azure.management.appservice
Subinterfaces of HostNameSslBinding.UpdateDefinitionStages.WithAttach in com.microsoft.azure.management.appservice 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.microsoft.azure.management.appservice that return HostNameSslBinding.UpdateDefinitionStages.WithAttach Modifier and Type Method Description HostNameSslBinding.UpdateDefinitionStages.WithAttach<ParentT>HostNameSslBinding.UpdateDefinitionStages.WithSslType. withIpBasedSsl()Uses IP based SSL.HostNameSslBinding.UpdateDefinitionStages.WithAttach<ParentT>HostNameSslBinding.UpdateDefinitionStages.WithSslType. withSniBasedSsl()Uses Server Name Indication (SNI) based SSL.
-