CloudJobOperationsExtensions.ListAsync Method (ICloudJobOperations, CloudJobListParameters)
Lists all of the jobs in the specified account.
Namespace: Microsoft.Azure.Batch.Protocol
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)
Syntax
public static Task<CloudJobListResponse> ListAsync(
this ICloudJobOperations operations,
CloudJobListParameters parameters
)
public:
[ExtensionAttribute]
static Task<CloudJobListResponse^>^ ListAsync(
ICloudJobOperations^ operations,
CloudJobListParameters^ parameters
)
static member ListAsync :
operations:ICloudJobOperations *
parameters:CloudJobListParameters -> Task<CloudJobListResponse>
<ExtensionAttribute>
Public Shared Function ListAsync (
operations As ICloudJobOperations,
parameters As CloudJobListParameters
) As Task(Of CloudJobListResponse)
Parameters
operations
Type: Microsoft.Azure.Batch.Protocol.ICloudJobOperationsReference to the Microsoft.Azure.Batch.Protocol.ICloudJobOperations.
parameters
Type: Microsoft.Azure.Batch.Protocol.Models.CloudJobListParametersRequired. The parameters for the request.
Return Value
Type: System.Threading.Tasks.Task<CloudJobListResponse>
Response to a CloudJobOperations.List or ListFromJobSchedule request.
See Also
CloudJobOperationsExtensions Class
Microsoft.Azure.Batch.Protocol Namespace
Return to top