| Modifier and Type | Method and Description |
|---|---|
HostName |
HostName.withAzureResourceName(String azureResourceName)
Set name of the Azure resource the hostname is assigned to.
|
HostName |
HostName.withAzureResourceType(AzureResourceType azureResourceType)
Set type of the Azure resource the hostname is assigned to.
|
HostName |
HostName.withCustomHostNameDnsRecordType(CustomHostNameDnsRecordType customHostNameDnsRecordType)
Set type of the DNS record.
|
HostName |
HostName.withHostNameType(HostNameType hostNameType)
Set type of the hostname.
|
HostName |
HostName.withName(String name)
Set name of the hostname.
|
HostName |
HostName.withSiteNames(List<String> siteNames)
Set list of apps the hostname is assigned to.
|
| Modifier and Type | Method and Description |
|---|---|
List<HostName> |
DomainPatchResource.managedHostNames()
Get all hostnames derived from the domain and assigned to Azure resources.
|
Map<String,HostName> |
AppServiceDomain.managedHostNames() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/