次の方法で共有


ProviderResourceType.Locations プロパティ

定義

このリソースの種類を作成できる場所のコレクションを取得または設定します。

[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

適用対象