PipelineRunOperationsExtensions.List Method
Gets the first page of runs of an activity in the pipeline over a time range with the link to the next page.
Namespace: Microsoft.Azure.Management.DataFactories
Assembly: Microsoft.Azure.Management.DataFactories (in Microsoft.Azure.Management.DataFactories.dll)
Usage
'Usage
Dim operations As IPipelineRunOperations
Dim resourceGroupName As String
Dim dataFactoryName As String
Dim pipelineName As String
Dim parameters As PipelineRunListParameters
Dim returnValue As PipelineRunListResponse
returnValue = PipelineRunOperationsExtensions.List(operations, resourceGroupName, dataFactoryName, pipelineName, parameters)
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Function List ( _
operations As IPipelineRunOperations, _
resourceGroupName As String, _
dataFactoryName As String, _
pipelineName As String, _
parameters As PipelineRunListParameters _
) As PipelineRunListResponse
[ExtensionAttribute]
public static PipelineRunListResponse List (
IPipelineRunOperations operations,
string resourceGroupName,
string dataFactoryName,
string pipelineName,
PipelineRunListParameters parameters
)
[ExtensionAttribute]
public:
static PipelineRunListResponse^ List (
IPipelineRunOperations^ operations,
String^ resourceGroupName,
String^ dataFactoryName,
String^ pipelineName,
PipelineRunListParameters^ parameters
)
/** @attribute ExtensionAttribute() */
public static PipelineRunListResponse List (
IPipelineRunOperations operations,
String resourceGroupName,
String dataFactoryName,
String pipelineName,
PipelineRunListParameters parameters
)
ExtensionAttribute
public static function List (
operations : IPipelineRunOperations,
resourceGroupName : String,
dataFactoryName : String,
pipelineName : String,
parameters : PipelineRunListParameters
) : PipelineRunListResponse
Parameters
- operations
The reference to the IPipelineRunOperations.
- resourceGroupName
The resource group name of the data factory.
- dataFactoryName
A unique data factory instance name.
- pipelineName
A unique pipeline instance name
- parameters
Parameters required to get the runs of a pipeline.
Return Value
The GetRuns pipeline operation response.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
PipelineRunOperationsExtensions Class
PipelineRunOperationsExtensions Members
Microsoft.Azure.Management.DataFactories Namespace