Udostępnij za pośrednictwem


DnsConfig.Ttl Property

Definition

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.

[Newtonsoft.Json.JsonProperty(PropertyName="ttl")]
public long? Ttl { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="ttl")>]
member this.Ttl : Nullable<int64> with get, set
Public Property Ttl As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to