次の方法で共有


AvailableProvidersList.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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象