| Package | Description | 
|---|---|
| com.microsoft.azure.management.appservice | 
 This package contains the classes for WebSiteManagementClient. 
 | 
| 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 | 
|---|---|
Map<String,HostName> | 
AppServiceDomain.managedHostNames()  | 
List<HostName> | 
DomainPatchResource.managedHostNames()
Get all hostnames derived from the domain and assigned to Azure resources. 
 | 
Copyright © 2019. All rights reserved.