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.
|
Copyright © 2019. All rights reserved.