次の方法で共有


AvailableProvidersListCountry.States プロパティ

定義

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

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象