다음을 통해 공유


IWithHostNameBinding<FluentT>.WithThirdPartyHostnameBinding 메서드

정의

외부에서 구매한 도메인의 호스트 이름 목록을 정의합니다. 웹앱을 가리키려면 호스트 이름을 미리 구성해야 합니다.

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)

매개 변수

domain
String

외부 도메인 이름입니다.

hostnames
String[]

하위 도메인 목록입니다.

반환

적용 대상