Sdílet prostřednictvím


IWithHostNameBinding<FluentT>.WithThirdPartyHostnameBinding Metoda

Definice

Definuje seznam názvů hostitelů externě zakoupené domény. Názvy hostitelů musí být nakonfigurovány před rukou tak, aby odkazovaly na webovou aplikaci.

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)

Parametry

domain
String

Název externí domény.

hostnames
String[]

Seznam subdomén.

Návraty

Platí pro