AWS SDK for .NET Documentation
DeletePipelineRequest Class
AmazonAmazon.DataPipeline.ModelDeletePipelineRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the DeletePipeline operation.

Permanently deletes a pipeline, its pipeline definition and its run history. You cannot query or restore a deleted pipeline. AWS Data Pipeline will attempt to cancel instances associated with the pipeline that are currently being processed by task runners. Deleting a pipeline cannot be undone.

To temporarily pause a pipeline instead of deleting it, call SetStatus with the status set to Pause on individual components. Components that are paused by SetStatus can be resumed.

Declaration Syntax
C#
public class DeletePipelineRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DeletePipelineRequest()()()()
Initializes a new instance of the DeletePipelineRequest class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
PipelineId
The identifier of the pipeline to be deleted.

Constraints:

Length
1 - 1024
Pattern
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithPipelineId(String) Obsolete.
Sets the PipelineId property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DeletePipelineRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)