Uses of Class
com.azure.resourcemanager.appservice.models.Hostname
Packages that use Hostname
Package
Description
Package containing the inner data models for WebSiteManagementClient.
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 HostnameModifier and TypeMethodDescriptionDomainInner.managedHostNames()
Get the managedHostNames property: All hostnames derived from the domain and assigned to Azure resources.DomainPatchResourceProperties.managedHostNames()
Get the managedHostNames property: All hostnames derived from the domain and assigned to Azure resources.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 HostnameModifier and TypeMethodDescriptionstatic Hostname
Hostname.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of Hostname from the JsonReader.Hostname.withAzureResourceName
(String azureResourceName) Set the azureResourceName property: Name of the Azure resource the hostname is assigned to.Hostname.withAzureResourceType
(AzureResourceType azureResourceType) Set the azureResourceType property: Type of the Azure resource the hostname is assigned to.Hostname.withCustomHostnameDnsRecordType
(CustomHostnameDnsRecordType customHostnameDnsRecordType) Set the customHostnameDnsRecordType property: Type of the DNS record.Hostname.withHostnameType
(HostnameType hostnameType) Set the hostnameType property: Type of the hostname.Set the name property: Name of the hostname.Hostname.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 HostnameModifier and TypeMethodDescriptionAppServiceDomain.managedHostNames()
Gets all hostnames derived from the domain and assigned to Azure resources.DomainPatchResource.managedHostNames()
Get the managedHostNames property: All hostnames derived from the domain and assigned to Azure resources.