Package version:

Class containing DNS settings in a Traffic Manager profile.

Hierarchy

  • DnsConfig

Properties

Properties

fqdn?: string

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. NOTE: This property will not be serialized. It can only be populated by the server.

relativeName?: string

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.

ttl?: number

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.

Generated using TypeDoc