| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| 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 © 2021 Microsoft Corporation. All rights reserved.