| Modifier and Type | Interface and Description |
|---|---|
static interface |
HostNameBinding.UpdateDefinition<ParentT>
The entirety of a hostname binding definition as part of a web app update.
|
| Modifier and Type | Method and Description |
|---|---|
HostNameBinding.UpdateDefinitionStages.WithSubDomain<ParentT> |
HostNameBinding.UpdateDefinitionStages.WithDomain.withAzureManagedDomain(AppServiceDomain domain)
Binds to a domain purchased from Azure.
|
HostNameBinding.UpdateDefinitionStages.WithSubDomain<ParentT> |
HostNameBinding.UpdateDefinitionStages.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.
*/