| Modifier and Type | Interface and Description |
|---|---|
static interface |
HostNameBinding.Definition<ParentT>
The entirety of a hostname binding definition.
|
| Modifier and Type | Method and Description |
|---|---|
HostNameBinding.DefinitionStages.WithSubDomain<ParentT> |
HostNameBinding.DefinitionStages.WithDomain.withAzureManagedDomain(AppServiceDomain domain)
Binds to a domain purchased from Azure.
|
HostNameBinding.DefinitionStages.WithSubDomain<ParentT> |
HostNameBinding.DefinitionStages.WithDomain.withThirdPartyDomain(String domain)
Binds to a 3rd party domain.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/