DnsConfigResponse

data class DnsConfigResponse(val fqdn: String, val relativeName: String? = null, val ttl: Double? = null)

Class containing DNS settings in a Traffic Manager profile.

Constructors

Link copied to clipboard
constructor(fqdn: String, relativeName: String? = null, ttl: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The fully-qualified domain name (FQDN) of the Traffic Manager profile. This is formed from the concatenation of the RelativeName with the DNS domain used by Azure Traffic Manager.

Link copied to clipboard
val relativeName: String? = null

The relative DNS name provided by this Traffic Manager profile. This value is combined with the DNS domain name used by Azure Traffic Manager to form the fully-qualified domain name (FQDN) of the profile.

Link copied to clipboard
val ttl: Double? = null

The DNS Time-To-Live (TTL), in seconds. This informs the local DNS resolvers and DNS clients how long to cache DNS responses provided by this Traffic Manager profile.