Sdílet prostřednictvím


IWithHostNameBinding<FluentT>.WithManagedHostnameBindings Metoda

Definice

Definuje seznam názvů hostitelů spravované domény Azure. Typ záznamu DNS je ve výchozím nastavení CNAME s výjimkou domény kořenové úrovně ().

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)

Parametry

domain
IAppServiceDomain

Spravovaná doména Azure.

hostnames
String[]

Seznam subdomén.

Návraty

Platí pro