Microsoft.Azure.Management.AppService.Fluent.HostNameSslBinding.Definition Namespace

Interfaces

IBlank<ParentT>

The first stage of a hostname SSL binding definition.

IDefinition<ParentT>

The entirety of a hostname SSL binding definition.

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