JobsOperationsExtensions.ListAsync Method

Definition

Lists all the jobs available under the subscription.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataBox.Models.JobResource>> ListAsync (this Microsoft.Azure.Management.DataBox.IJobsOperations operations, string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.DataBox.IJobsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataBox.Models.JobResource>>
<Extension()>
Public Function ListAsync (operations As IJobsOperations, Optional skipToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of JobResource))

Parameters

operations
IJobsOperations

The operations group for this extension method.

skipToken
String

$skipToken is supported on Get list of jobs, which provides the next page in the list of jobs.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to