Share via


ConnectionMonitorParameters.TestGroups Property

Definition

Gets or sets list of connection monitor test groups.

[Newtonsoft.Json.JsonProperty(PropertyName="testGroups")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConnectionMonitorTestGroup> TestGroups { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="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