共用方式為


IWithHostNameBinding<FluentT>.WithManagedHostnameBindings 方法

定義

定義 Azure 受控網域的主機名稱清單。 DNS 記錄類型預設為 CNAME,但根層級網域 (除外。

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

參數

domain
IAppServiceDomain

Azure 受控網域。

hostnames
String[]

子域的清單。

傳回

適用於