VpnSite.VpnSiteLinks Property

Definition

Gets or sets list of all vpn site links.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to