Share via


ValidationRequest.IndividualRequestDetails Property

Definition

Gets or sets list of request details contain validationType and its request as key and value respectively.

[Newtonsoft.Json.JsonProperty(PropertyName="individualRequestDetails")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.ValidationInputRequest> IndividualRequestDetails { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="individualRequestDetails")>]
member this.IndividualRequestDetails : System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.ValidationInputRequest> with get, set
Public Property IndividualRequestDetails As IList(Of ValidationInputRequest)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to