ParentT
- the stage of the parent definition to return to after attaching this definitionpublic static interface HostNameBinding.UpdateDefinitionStages.WithDomain<ParentT>
Modifier and Type | Method and Description |
---|---|
HostNameBinding.UpdateDefinitionStages.WithSubDomain<ParentT> |
withAzureManagedDomain(AppServiceDomain domain)
Binds to a domain purchased from Azure.
|
HostNameBinding.UpdateDefinitionStages.WithSubDomain<ParentT> |
withThirdPartyDomain(String domain)
Binds to a 3rd party domain.
|
HostNameBinding.UpdateDefinitionStages.WithSubDomain<ParentT> withAzureManagedDomain(AppServiceDomain domain)
domain
- the domain purchased from AzureHostNameBinding.UpdateDefinitionStages.WithSubDomain<ParentT> withThirdPartyDomain(String domain)
domain
- the 3rd party domain nameCopyright © 2019. All rights reserved.