次の方法で共有


ValidationResponse.IndividualResponseDetails プロパティ

定義

応答の詳細の一覧に validationType と、その応答がそれぞれキーと値として含まれる値を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.individualResponseDetails")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.ValidationInputResponse> IndividualResponseDetails { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.individualResponseDetails")>]
member this.IndividualResponseDetails : System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.ValidationInputResponse>
Public ReadOnly Property IndividualResponseDetails As IList(Of ValidationInputResponse)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象