PipelineResource Class

Definition

Pipeline resource type.

[Microsoft.Rest.Serialization.JsonTransformation]
public class PipelineResource : Microsoft.Azure.Management.DataFactory.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PipelineResource = class
    inherit SubResource
Public Class PipelineResource
Inherits SubResource
Inheritance
PipelineResource
Attributes

Constructors

PipelineResource()

Initializes a new instance of the PipelineResource class.

PipelineResource(String, String, String, String, IDictionary<String, Object>, String, IList<Activity>, IDictionary<String,ParameterSpecification>, IDictionary<String,VariableSpecification>, Nullable<Int32>, IList<Object>, IDictionary<String,Object>, PipelineFolder, PipelinePolicy)

Initializes a new instance of the PipelineResource class.

Properties

Activities

Gets or sets list of activities in pipeline.

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

Annotations

Gets or sets list of tags that can be used for describing the Pipeline.

Concurrency

Gets or sets the max number of concurrent runs for the pipeline.

Description

Gets or sets the description of the pipeline.

Etag

Gets etag identifies change in the resource.

(Inherited from SubResource)
Folder

Gets or sets the folder that this Pipeline is in. If not specified, Pipeline will appear at the root level.

Id

Gets the resource identifier.

(Inherited from SubResource)
Name

Gets the resource name.

(Inherited from SubResource)
Parameters

Gets or sets list of parameters for pipeline.

Policy
RunDimensions

Gets or sets dimensions emitted by Pipeline.

Type

Gets the resource type.

(Inherited from SubResource)
Variables

Gets or sets list of variables for pipeline.

Methods

Validate()

Validate the object.

Applies to