Uses of Class
com.microsoft.azure.management.appservice.HostName
-
-
Uses of HostName in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return HostName Modifier and Type Method Description HostNameHostName. withAzureResourceName(String azureResourceName)Set name of the Azure resource the hostname is assigned to.HostNameHostName. withAzureResourceType(AzureResourceType azureResourceType)Set type of the Azure resource the hostname is assigned to.HostNameHostName. withCustomHostNameDnsRecordType(CustomHostNameDnsRecordType customHostNameDnsRecordType)Set type of the DNS record.HostNameHostName. withHostNameType(HostNameType hostNameType)Set type of the hostname.HostNameHostName. withName(String name)Set name of the hostname.HostNameHostName. withSiteNames(List<String> siteNames)Set list of apps the hostname is assigned to.Methods in com.microsoft.azure.management.appservice that return types with arguments of type HostName Modifier and Type Method Description Map<String,HostName>AppServiceDomain. managedHostNames()List<HostName>DomainPatchResource. managedHostNames()Get all hostnames derived from the domain and assigned to Azure resources.
-