CloudTaskOperationsExtensions.ListAsync Method (ICloudTaskOperations, String, CloudTaskListParameters)

 

Lists all of the tasks that are associated with the specified job.

Namespace:   Microsoft.Azure.Batch.Protocol
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

public static Task<CloudTaskListResponse> ListAsync(
    this ICloudTaskOperations operations,
    string jobId,
    CloudTaskListParameters parameters
)
public:
[ExtensionAttribute]
static Task<CloudTaskListResponse^>^ ListAsync(
    ICloudTaskOperations^ operations,
    String^ jobId,
    CloudTaskListParameters^ parameters
)
static member ListAsync : 
        operations:ICloudTaskOperations *
        jobId:string *
        parameters:CloudTaskListParameters -> Task<CloudTaskListResponse>
<ExtensionAttribute>
Public Shared Function ListAsync (
    operations As ICloudTaskOperations,
    jobId As String,
    parameters As CloudTaskListParameters
) As Task(Of CloudTaskListResponse)

Parameters

Return Value

Type: System.Threading.Tasks.Task<CloudTaskListResponse>

Response to a CloudTaskOperations.List request.

See Also

CloudTaskOperationsExtensions Class
Microsoft.Azure.Batch.Protocol Namespace

Return to top