Udostępnij za pośrednictwem


IWithHostNameBinding<FluentT>.WithManagedHostnameBindings Metoda

Definicja

Definiuje listę nazw hostów domeny zarządzanej platformy Azure. Typ rekordu DNS jest domyślnie cNAME z wyjątkiem domeny poziomu głównego ().

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)

Parametry

domain
IAppServiceDomain

Domena zarządzana platformy Azure.

hostnames
String[]

Lista domen podrzędnych.

Zwraca

Dotyczy