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.
-