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-domainsVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.