DnsConfig Class

Definition

Class containing DNS settings in a Traffic Manager profile.

public class DnsConfig
type DnsConfig = class
Public Class DnsConfig
Inheritance
DnsConfig

Constructors

DnsConfig()

Initializes a new instance of the DnsConfig class.

DnsConfig(String, String, Nullable<Int64>)

Initializes a new instance of the DnsConfig class.

Properties

Fqdn

Gets 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.

RelativeName

Gets or sets 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

Gets or sets 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.

Applies to