CloudTaskOperationsExtensions.List 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 CloudTaskListResponse List(
    this ICloudTaskOperations operations,
    string jobId,
    CloudTaskListParameters parameters
)
public:
[ExtensionAttribute]
static CloudTaskListResponse^ List(
    ICloudTaskOperations^ operations,
    String^ jobId,
    CloudTaskListParameters^ parameters
)
static member List : 
        operations:ICloudTaskOperations *
        jobId:string *
        parameters:CloudTaskListParameters -> CloudTaskListResponse
<ExtensionAttribute>
Public Shared Function List (
    operations As ICloudTaskOperations,
    jobId As String,
    parameters As CloudTaskListParameters
) As CloudTaskListResponse

Parameters

Return Value

Type: Microsoft.Azure.Batch.Protocol.Models.CloudTaskListResponse

Response to a CloudTaskOperations.List request.

See Also

CloudTaskOperationsExtensions Class
Microsoft.Azure.Batch.Protocol Namespace

Return to top