Partager via


IWithHostNameBinding<FluentT>.WithManagedHostnameBindings Méthode

Définition

Définit une liste de noms d’hôtes d’un domaine managé Azure. Par défaut, le type d’enregistrement DNS est CNAME, à l’exception du domaine de niveau racine ( » .

public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithCreate<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.Definition.IWithCreate<'FluentT>
Public Function WithManagedHostnameBindings (domain As IAppServiceDomain, ParamArray hostnames As String()) As IWithCreate(Of FluentT)

Paramètres

domain
IAppServiceDomain

Domaine managé Azure.

hostnames
String[]

Liste des sous-domaines.

Retours

S’applique à