Uses of Interface
com.azure.resourcemanager.appservice.models.HostnameSslBinding.UpdateDefinitionStages.WithAttach
-
Packages that use HostnameSslBinding.UpdateDefinitionStages.WithAttach Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of HostnameSslBinding.UpdateDefinitionStages.WithAttach in com.azure.resourcemanager.appservice.models
Subinterfaces of HostnameSslBinding.UpdateDefinitionStages.WithAttach 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.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.
-