Interface HostnameSslBinding.DefinitionStages
-
- Enclosing interface:
- HostnameSslBinding
public static interface HostnameSslBinding.DefinitionStagesGrouping of hostname SSL binding definition stages applicable as part of a web app creation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceHostnameSslBinding.DefinitionStages.Blank<ParentT>The first stage of a hostname SSL binding definition.static interfaceHostnameSslBinding.DefinitionStages.WithAttach<ParentT>The final stage of the hostname SSL binding definition.static interfaceHostnameSslBinding.DefinitionStages.WithCertificate<ParentT>The stage of a hostname SSL binding definition allowing certificate information to be specified.static interfaceHostnameSslBinding.DefinitionStages.WithHostname<ParentT>The stage of a hostname SSL binding definition allowing hostname to be specified.static interfaceHostnameSslBinding.DefinitionStages.WithKeyVault<ParentT>The stage of a hostname SSL binding definition allowing key vault for certificate store to be specified.static interfaceHostnameSslBinding.DefinitionStages.WithSslType<ParentT>The stage of a hostname SSL binding definition allowing SSL type to be specified.
-