Uses of Class
com.azure.resourcemanager.appservice.models.Hostname
-
Packages that use Hostname Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of Hostname in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type Hostname Modifier and Type Method Description List<Hostname>DomainInner. managedHostNames()Get the managedHostNames property: All hostnames derived from the domain and assigned to Azure resources.List<Hostname>DomainPatchResourceProperties. managedHostNames()Get the managedHostNames property: All hostnames derived from the domain and assigned to Azure resources.List<Hostname>DomainProperties. managedHostNames()Get the managedHostNames property: All hostnames derived from the domain and assigned to Azure resources. -
Uses of Hostname in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return Hostname Modifier and Type Method Description HostnameHostname. withAzureResourceName(String azureResourceName)Set the azureResourceName property: Name of the Azure resource the hostname is assigned to.HostnameHostname. withAzureResourceType(AzureResourceType azureResourceType)Set the azureResourceType property: Type of the Azure resource the hostname is assigned to.HostnameHostname. withCustomHostnameDnsRecordType(CustomHostnameDnsRecordType customHostnameDnsRecordType)Set the customHostnameDnsRecordType property: Type of the DNS record.HostnameHostname. withHostnameType(HostnameType hostnameType)Set the hostnameType property: Type of the hostname.HostnameHostname. withName(String name)Set the name property: Name of the hostname.HostnameHostname. withSiteNames(List<String> siteNames)Set the siteNames property: List of apps the hostname is assigned to.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type Hostname Modifier and Type Method Description Map<String,Hostname>AppServiceDomain. managedHostNames()List<Hostname>DomainPatchResource. managedHostNames()Get the managedHostNames property: All hostnames derived from the domain and assigned to Azure resources.
-