共用方式為


SkuDescription.Locations 屬性

定義

取得或設定 SKU 的位置。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於