Contains the output of the PutPipelineDefinition action.

C# |
public class PutPipelineDefinitionResult

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | PutPipelineDefinitionResult()()()() | Initializes a new instance of the PutPipelineDefinitionResult class |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Errored |
If True, there were validation errors. If errored is True, the pipeline definition is stored but cannot be activated until you
correct the pipeline and call PutPipelineDefinition to commit the corrected pipeline.
|
![]() | 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 |
A list of the validation errors that are associated with the objects defined in pipelineObjects.
|
![]() | ValidationWarnings |
A list of the validation warnings that are associated with the objects defined in pipelineObjects.
|
![]() | 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
|

Object | |
![]() | PutPipelineDefinitionResult |