AvailableProvidersList.Countries Property

Definition

Gets or sets list of available countries.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to