Condividi tramite


IWithHostNameBinding<FluentT>.WithManagedHostnameBindings Metodo

Definizione

Definisce un elenco di nomi host di un dominio gestito di Azure. Il tipo di record DNS è predefinito come CNAME, ad eccezione del dominio a livello radice (".

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)

Parametri

domain
IAppServiceDomain

Dominio gestito di Azure.

hostnames
String[]

Elenco dei sottodomini.

Restituisce

Si applica a