HostNameResponse

data class HostNameResponse(val azureResourceName: String? = null, val azureResourceType: String? = null, val customHostNameDnsRecordType: String? = null, val hostNameType: String? = null, val name: String? = null, val siteNames: List<String>? = null)

Details of a hostname derived from a domain.

Constructors

Link copied to clipboard
constructor(azureResourceName: String? = null, azureResourceType: String? = null, customHostNameDnsRecordType: String? = null, hostNameType: String? = null, name: String? = null, siteNames: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the Azure resource the hostname is assigned to. If it is assigned to a Traffic Manager then it will be the Traffic Manager name otherwise it will be the app name.

Link copied to clipboard

Type of the Azure resource the hostname is assigned to.

Link copied to clipboard

Type of the DNS record.

Link copied to clipboard
val hostNameType: String? = null

Type of the hostname.

Link copied to clipboard
val name: String? = null

Name of the hostname.

Link copied to clipboard
val siteNames: List<String>? = null

List of apps the hostname is assigned to. This list will have more than one app only if the hostname is pointing to a Traffic Manager.