MockableDataBoxSubscriptionResource.GetDataBoxJobsAsync Method

Definition

Lists all the jobs available under the subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DataBox/jobs
  • Operation Id: Jobs_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.DataBox.DataBoxJobResource> GetDataBoxJobsAsync (string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDataBoxJobsAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DataBox.DataBoxJobResource>
override this.GetDataBoxJobsAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DataBox.DataBoxJobResource>
Public Overridable Function GetDataBoxJobsAsync (Optional skipToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DataBoxJobResource)

Parameters

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 to use.

Returns

An async collection of DataBoxJobResource that may take multiple service requests to iterate over.

Applies to