Share via


ConnectionMonitorQueryResultInner.States Property

Definition

Gets or sets information about connection states.

[Newtonsoft.Json.JsonProperty(PropertyName="states")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ConnectionStateSnapshot> States { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="states")>]
member this.States : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ConnectionStateSnapshot> with get, set
Public Property States As IList(Of ConnectionStateSnapshot)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to