ParentT - the stage of the parent definition to return to after attaching this definitionpublic static interface HostnameSslBinding.DefinitionStages.WithSslType<ParentT>
| Modifier and Type | Method and Description |
|---|---|
HostnameSslBinding.DefinitionStages.WithAttach<ParentT> |
withIpBasedSsl()
Uses IP based SSL.
|
HostnameSslBinding.DefinitionStages.WithAttach<ParentT> |
withSniBasedSsl()
Uses Server Name Indication (SNI) based SSL.
|
HostnameSslBinding.DefinitionStages.WithAttach<ParentT> withSniBasedSsl()
HostnameSslBinding.DefinitionStages.WithAttach<ParentT> withIpBasedSsl()
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.