GetVpnSitesConfigurationRequest.VpnSites Property

Definition

Gets or sets list of resource-ids of the vpn-sites for which config is to be downloaded.

[Newtonsoft.Json.JsonProperty(PropertyName="vpnSites")]
public System.Collections.Generic.IList<string> VpnSites { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="vpnSites")>]
member this.VpnSites : System.Collections.Generic.IList<string> with get, set
Public Property VpnSites As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to