Microsoft.Azure.Management.AppService.Fluent.HostNameBinding.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 host name binding definition. |
IUpdateDefinition<ParentT> |
The entirety of a hostname binding definition as part of a web app update. |
IWithAttach<ParentT> |
The final stage of the hostname binding definition. At this stage, any remaining optional settings can be specified, or the hostname binding definition can be attached to the parent web app update using WithAttach.attach(). |
IWithDomain<ParentT> |
The stage of a hostname binding definition allowing domain to be specified. |
IWithHostNameDnsRecordType<ParentT> |
The stage of a hostname binding definition allowing DNS record type to be set. |
IWithSubDomain<ParentT> |
The stage of a hostname binding definition allowing sub-domain to be specified. |
Azure SDK for .NET