VpnConnection.IpsecPolicies Property

Definition

Gets or sets the IPSec Policies to be considered by this connection.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to