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