IWithHostNameBinding<FluentT>.WithThirdPartyHostnameBinding Method

Definition

Defines a list of host names of an externally purchased domain. The hostnames must be configured before hand to point to the web app.

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

Parameters

domain
String

The external domain name.

hostnames
String[]

The list of sub-domains.

Returns

Applies to