IWithHostNameBinding<FluentT>.WithManagedHostnameBindings(IAppServiceDomain, String[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a list of host names of an Azure managed domain. The DNS record type is defaulted to be CNAME except for the root level domain (".
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)
Parameters
- domain
- IAppServiceDomain
The Azure managed domain.
- hostnames
- System.String[]
The list of sub-domains.