PipelineReference Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PipelineReference() |
Initializes a new instance of the PipelineReference class. |
PipelineReference(String, String) |
Initializes a new instance of the PipelineReference class. |
PipelineReference()
Initializes a new instance of the PipelineReference class.
public PipelineReference ();
Public Sub New ()
Applies to
PipelineReference(String, String)
Initializes a new instance of the PipelineReference class.
public PipelineReference (string referenceName, string name = default);
new Microsoft.Azure.Management.DataFactory.Models.PipelineReference : string * string -> Microsoft.Azure.Management.DataFactory.Models.PipelineReference
Public Sub New (referenceName As String, Optional name As String = Nothing)
Parameters
- referenceName
- String
Reference pipeline name.
- name
- String
Reference name.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET