次の方法で共有


SkuInformation.Locations プロパティ

定義

SKU が使用可能な場所のセットを取得します。 これは、Azure Geo リージョン (米国西部、米国東部、東南アジアなど) でサポートおよび登録されます。

[Newtonsoft.Json.JsonProperty(PropertyName="locations")]
public System.Collections.Generic.IList<string> Locations { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="locations")>]
member this.Locations : System.Collections.Generic.IList<string>
Public ReadOnly Property Locations As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象