Uses of Interface
com.azure.resourcemanager.appservice.models.HostnameSslBinding.DefinitionStages.WithAttach
-
Packages that use HostnameSslBinding.DefinitionStages.WithAttach Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of HostnameSslBinding.DefinitionStages.WithAttach in com.azure.resourcemanager.appservice.models
Subinterfaces of HostnameSslBinding.DefinitionStages.WithAttach 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.WithAttach Modifier and Type Method Description HostnameSslBinding.DefinitionStages.WithAttach<ParentT>HostnameSslBinding.DefinitionStages.WithSslType. withIpBasedSsl()Uses IP based SSL.HostnameSslBinding.DefinitionStages.WithAttach<ParentT>HostnameSslBinding.DefinitionStages.WithSslType. withSniBasedSsl()Uses Server Name Indication (SNI) based SSL.
-