PSConnectionMonitorQueryResult.States Property

Definition

[Newtonsoft.Json.JsonProperty(Order=1)]
public System.Collections.Generic.List<Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot> States { get; set; }
[<Newtonsoft.Json.JsonProperty(Order=1)>]
member this.States : System.Collections.Generic.List<Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot> with get, set
Public Property States As List(Of PSConnectionStateSnapshot)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to