次の方法で共有


AvailableProvidersListState.Cities プロパティ

定義

状態で使用可能な都市または町の一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象