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