VirtualNetworkGateway.VirtualNetworkGatewayPolicyGroups Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the reference to the VirtualNetworkGatewayPolicyGroup resource which represents the available VirtualNetworkGatewayPolicyGroup for the gateway.
[Newtonsoft.Json.JsonProperty(PropertyName="properties.virtualNetworkGatewayPolicyGroups")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.VirtualNetworkGatewayPolicyGroup> VirtualNetworkGatewayPolicyGroups { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.virtualNetworkGatewayPolicyGroups")>]
member this.VirtualNetworkGatewayPolicyGroups : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.VirtualNetworkGatewayPolicyGroup> with get, set
Public Property VirtualNetworkGatewayPolicyGroups As IList(Of VirtualNetworkGatewayPolicyGroup)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute