IWithHostNameBinding<FluentT>.WithThirdPartyHostnameBinding 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義外部購買網域的主機名稱清單。 主機名稱必須先設定,再手動指向 Web 應用程式。
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[]
子域的清單。