Class PipelineArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.DataFactory
Assembly: Pulumi.Azure.dll
Syntax
public sealed class PipelineArgs : ResourceArgs
Constructors
View SourcePipelineArgs()
Declaration
public PipelineArgs()
Properties
View SourceAnnotations
List of tags that can be used for describing the Data Factory Pipeline.
Declaration
public InputList<string> Annotations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
DataFactoryName
The Data Factory name in which to associate the Pipeline with. Changing this forces a new resource.
Declaration
public Input<string> DataFactoryName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
The description for the Data Factory Pipeline.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Specifies the name of the Data Factory Pipeline. Changing this forces a new resource to be created. Must be globally unique. See the Microsoft documentation for all restrictions.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Parameters
A map of parameters to associate with the Data Factory Pipeline.
Declaration
public InputMap<string> Parameters { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
ResourceGroupName
The name of the resource group in which to create the Data Factory Pipeline. Changing this forces a new resource
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Variables
A map of variables to associate with the Data Factory Pipeline.
Declaration
public InputMap<string> Variables { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |