Поделиться через


IWithHostNameBinding<FluentT>.WithThirdPartyHostnameBinding Метод

Определение

Определяет список имен узлов домена, приобретенного извне. Имена узлов должны быть настроены до того, как рука указывает на веб-приложение.

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)

Параметры

domain
String

Имя внешнего домена.

hostnames
String[]

Список поддомов.

Возвращаемое значение

Применяется к