AutoScaleRunError.Values プロパティ

定義

自動スケーリング エラーに関連する追加のエラーの詳細の一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="values")]
public System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.NameValuePair> Values { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="values")>]
member this.Values : System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.NameValuePair> with get, set
Public Property Values As IList(Of NameValuePair)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象