public static interface HostnameSslBinding.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
HostnameSslBinding.DefinitionStages.Blank<ParentT>
The first stage of a hostname SSL binding definition.
|
static interface |
HostnameSslBinding.DefinitionStages.WithAttach<ParentT>
The final stage of the hostname SSL binding definition.
|
static interface |
HostnameSslBinding.DefinitionStages.WithCertificate<ParentT>
The stage of a hostname SSL binding definition allowing certificate information to be specified.
|
static interface |
HostnameSslBinding.DefinitionStages.WithHostname<ParentT>
The stage of a hostname SSL binding definition allowing hostname to be specified.
|
static interface |
HostnameSslBinding.DefinitionStages.WithKeyVault<ParentT>
The stage of a hostname SSL binding definition allowing key vault for certificate store to be specified.
|
static interface |
HostnameSslBinding.DefinitionStages.WithSslType<ParentT>
The stage of a hostname SSL binding definition allowing SSL type to be specified.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.