次の方法で共有


ConnectionMonitorQueryResult.States プロパティ

定義

接続状態に関する情報を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象