共用方式為


ConnectionMonitorResult.TestGroups Property

Definition

Gets or sets list of connection monitor test groups.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to