Sdílet prostřednictvím


IWithHostNameBinding<FluentT>.WithThirdPartyHostnameBinding Metoda

Definice

Definuje seznam názvů hostitelů externě zakoupené domény. Aby odkazoval na webovou aplikaci, musí být před rukou nakonfigurované názvy hostitelů.

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

Parametry

domain
String

Název externí domény.

hostnames
String[]

Seznam subdomén.

Návraty

Platí pro