Share via


MonitorConfig.IntervalInSeconds Property

Definition

Gets or sets the monitor interval for endpoints in this profile. This is the interval at which Traffic Manager will check the health of each endpoint in this profile.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to