Contains the output from the ValidatePipelineDefinition action.
 Declaration Syntax
 Declaration Syntax| C# | 
public class ValidatePipelineDefinitionResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ValidatePipelineDefinitionResult()()()() | Initializes a new instance of the ValidatePipelineDefinitionResult class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | Errored | 
            If True, there were validation errors.
             
             | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | ValidationErrors | 
            Lists the validation errors that were found by ValidatePipelineDefinition.
             
             | 
|  | ValidationWarnings | 
            Lists the validation warnings that were found by ValidatePipelineDefinition.
             
             | 
|  | WithErrored(Boolean) | Obsolete. 
            Sets the Errored property
             | 
|  | WithValidationErrors(array<ValidationError>[]()[][]) | Obsolete. 
            Adds elements to the ValidationErrors collection
             | 
|  | WithValidationErrors(IEnumerable<(Of <<'(ValidationError>)>>)) | Obsolete. 
            Adds elements to the ValidationErrors collection
             | 
|  | WithValidationWarnings(array<ValidationWarning>[]()[][]) | Obsolete. 
            Adds elements to the ValidationWarnings collection
             | 
|  | WithValidationWarnings(IEnumerable<(Of <<'(ValidationWarning>)>>)) | Obsolete. 
            Adds elements to the ValidationWarnings collection
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ValidatePipelineDefinitionResult |