| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
HostnameSslBinding.UpdateDefinition<ParentT>
The entirety of a hostname SSL binding definition as part of a web app update.
|
| Modifier and Type | Method and 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.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.