IPipelineRunOperations.ListAsync 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 instance As IPipelineRunOperations
Dim resourceGroupName As String
Dim dataFactoryName As String
Dim pipelineName As String
Dim parameters As PipelineRunListParameters
Dim cancellationToken As CancellationToken
Dim returnValue As Task(Of PipelineRunListResponse)
returnValue = instance.ListAsync(resourceGroupName, dataFactoryName, pipelineName, parameters, cancellationToken)
Syntax
'Declaration
Function ListAsync ( _
resourceGroupName As String, _
dataFactoryName As String, _
pipelineName As String, _
parameters As PipelineRunListParameters, _
cancellationToken As CancellationToken _
) As Task(Of PipelineRunListResponse)
Task<PipelineRunListResponse> ListAsync (
string resourceGroupName,
string dataFactoryName,
string pipelineName,
PipelineRunListParameters parameters,
CancellationToken cancellationToken
)
Task<PipelineRunListResponse^>^ ListAsync (
String^ resourceGroupName,
String^ dataFactoryName,
String^ pipelineName,
PipelineRunListParameters^ parameters,
CancellationToken cancellationToken
)
Task<PipelineRunListResponse> ListAsync (
String resourceGroupName,
String dataFactoryName,
String pipelineName,
PipelineRunListParameters parameters,
CancellationToken cancellationToken
)
function ListAsync (
resourceGroupName : String,
dataFactoryName : String,
pipelineName : String,
parameters : PipelineRunListParameters,
cancellationToken : CancellationToken
) : Task<PipelineRunListResponse>
Parameters
- resourceGroupName
The resource group name of the data factory.
- dataFactoryName
A unique data factory instance name.
- pipelineName
A unique pipeline instance name.
- parameters
The parameters required to get the runs of a pipeline.
- cancellationToken
The cancellation token.
Return Value
The get runs 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
IPipelineRunOperations Interface
IPipelineRunOperations Members
Microsoft.Azure.Management.DataFactories Namespace