PipelineResource Class

Definition

Pipeline resource type.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.PipelineResource+PipelineResourceConverter))]
public class PipelineResource : Azure.Analytics.Synapse.Artifacts.Models.SubResource
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.PipelineResource+PipelineResourceConverter))>]
type PipelineResource = class
    inherit SubResource
Public Class PipelineResource
Inherits SubResource
Inheritance
Attributes

Constructors

PipelineResource()

Initializes a new instance of PipelineResource.

Properties

Activities

List of activities in pipeline. Please note Activity is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AppendVariableActivity, AzureDataExplorerCommandActivity, AzureFunctionActivity, AzureMLBatchExecutionActivity, AzureMLExecutePipelineActivity, AzureMLUpdateResourceActivity, ControlActivity, CopyActivity, CustomActivity, DataLakeAnalyticsUsqlActivity, DatabricksNotebookActivity, DatabricksSparkJarActivity, DatabricksSparkPythonActivity, DeleteActivity, ExecuteDataFlowActivity, ExecutePipelineActivity, ExecuteSsisPackageActivity, ExecutionActivity, FailActivity, FilterActivity, ForEachActivity, GetMetadataActivity, HDInsightHiveActivity, HDInsightMapReduceActivity, HDInsightPigActivity, HDInsightSparkActivity, HDInsightStreamingActivity, IfConditionActivity, LookupActivity, ScriptActivity, SetVariableActivity, SynapseSparkJobDefinitionActivity, SqlPoolStoredProcedureActivity, SqlServerStoredProcedureActivity, SwitchActivity, SynapseNotebookActivity, UntilActivity, ValidationActivity, WaitActivity, WebActivity and WebHookActivity.

AdditionalProperties

Additional Properties.

Annotations

List of tags that can be used for describing the Pipeline.

Concurrency

The max number of concurrent runs for the pipeline.

Description

The description of the pipeline.

Etag

Resource Etag.

(Inherited from AzureEntityResource)
Folder

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

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from Resource)
Name

The name of the resource.

(Inherited from Resource)
Parameters

List of parameters for pipeline.

RunDimensions

Dimensions emitted by Pipeline.

Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from Resource)
Variables

List of variables for pipeline.

Applies to