次の方法で共有


ConnectionMonitorResult.TestGroups プロパティ

定義

接続モニターのテスト グループの一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象