共用方式為


AvailableProvidersListState.Cities Property

Definition

Gets or sets list of available cities or towns in the state.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to