IWithHostNameBinding<FluentT>.WithManagedHostnameBindings Method

Definition

Defines a list of host names of an Azure managed domain. The DNS record type is defaulted to be CNAME except for the root level domain (".

public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<FluentT> WithManagedHostnameBindings (Microsoft.Azure.Management.AppService.Fluent.IAppServiceDomain domain, params string[] hostnames);
abstract member WithManagedHostnameBindings : Microsoft.Azure.Management.AppService.Fluent.IAppServiceDomain * string[] -> Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<'FluentT>
Public Function WithManagedHostnameBindings (domain As IAppServiceDomain, ParamArray hostnames As String()) As IUpdate(Of FluentT)

Parameters

domain
IAppServiceDomain

The Azure managed domain.

hostnames
String[]

The list of sub-domains.

Returns

Applies to