ResourceSkuRestrictions.Values プロパティ

定義

制限の値を取得します。 制限の種類が location に設定されている場合。 これは、SKU が制限されている別の場所になります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象