ValidationResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Response of pre job creation validations.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ValidationResponse
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ValidationResponse = class
Public Class ValidationResponse
- Inheritance
-
ValidationResponse
- Attributes
Constructors
ValidationResponse() |
Initializes a new instance of the ValidationResponse class. |
ValidationResponse(Nullable<OverallValidationStatus>, IList<ValidationInputResponse>) |
Initializes a new instance of the ValidationResponse class. |
Properties
IndividualResponseDetails |
Gets list of response details contain validationType and its response as key and value respectively. |
Status |
Gets overall validation status. Possible values include: 'AllValidToProceed', 'InputsRevisitRequired', 'CertainInputValidationsSkipped' |
Applies to
Azure SDK for .NET