VpnServerConfiguration.ConfigurationPolicyGroups Property

Definition

Gets or sets list of all VpnServerConfigurationPolicyGroups.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to