다음을 통해 공유


DataBoxValidationResult.IndividualResponseDetails Property

Definition

List of response details contain validationType and its response as key and value respectively. Please note DataBoxValidationInputResult is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include CreateOrderLimitForSubscriptionValidationResult, DataTransferDetailsValidationResult, PreferencesValidationResult, SkuAvailabilityValidationResult, SubscriptionIsAllowedToCreateJobValidationResult and AddressValidationResult.

public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.DataBox.Models.DataBoxValidationInputResult> IndividualResponseDetails { get; }
member this.IndividualResponseDetails : System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.DataBox.Models.DataBoxValidationInputResult>
Public ReadOnly Property IndividualResponseDetails As IReadOnlyList(Of DataBoxValidationInputResult)

Property Value

Applies to