Microsoft.Azure.Management.AppService.Fluent.HostNameSslBinding.UpdateDefinition Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interfaces
IBlank<ParentT> |
The first stage of a hostname SSL binding definition. |
IUpdateDefinition<ParentT> |
The entirety of a hostname SSL binding definition as part of a web app update. |
IWithAttach<ParentT> |
The final stage of the hostname SSL binding definition. At this stage, any remaining optional settings can be specified, or the hostname SSL binding definition can be attached to the parent web app update using WithAttach.attach(). |
IWithCertificate<ParentT> |
The stage of a hostname SSL binding definition allowing certificate information to be specified. |
IWithHostname<ParentT> |
The stage of a hostname SSL binding definition allowing hostname to be specified. |
IWithKeyVault<ParentT> |
The stage of a hostname SSL binding definition allowing key vault for certificate store to be specified. |
IWithSslType<ParentT> |
The stage of a hostname SSL binding definition allowing SSL type to be specified. |
Azure SDK for .NET