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
operations
Type: Microsoft.Azure.Batch.Protocol.ICloudTaskOperationsReference to the Microsoft.Azure.Batch.Protocol.ICloudTaskOperations.
jobId
Type: System.StringRequired. The id of the job.
parameters
Type: Microsoft.Azure.Batch.Protocol.Models.CloudTaskListParametersRequired. The parameters for the request.
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