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

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