Share via


AvailableProvidersListCountry.States Property

Definition

Gets or sets list of available states in the country.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to