FluentT
- the type of the resourcepublic static interface WebAppBase.DefinitionStages.WithHostNameBinding<FluentT>
Modifier and Type | Method and Description |
---|---|
HostNameBinding.DefinitionStages.Blank<WebAppBase.DefinitionStages.WithCreate<FluentT>> |
defineHostnameBinding()
Starts the definition of a new host name binding.
|
WebAppBase.DefinitionStages.WithCreate<FluentT> |
withManagedHostnameBindings(AppServiceDomain domain,
String... hostnames)
Defines a list of host names of an Azure managed domain.
|
WebAppBase.DefinitionStages.WithCreate<FluentT> |
withThirdPartyHostnameBinding(String domain,
String... hostnames)
Defines a list of host names of an externally purchased domain.
|
HostNameBinding.DefinitionStages.Blank<WebAppBase.DefinitionStages.WithCreate<FluentT>> defineHostnameBinding()
WebAppBase.DefinitionStages.WithCreate<FluentT> withManagedHostnameBindings(AppServiceDomain domain, String... hostnames)
domain
- the Azure managed domainhostnames
- the list of sub-domainsWebAppBase.DefinitionStages.WithCreate<FluentT> withThirdPartyHostnameBinding(String domain, String... hostnames)
domain
- the external domain namehostnames
- the list of sub-domainsCopyright © 2019. All rights reserved.