DataBoxJobCollection.GetAllAsync(String, CancellationToken) Method

Definition

Lists all the jobs available under the given resource group.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/jobs.
  • Operation Id. : JobResources_ListByResourceGroup.
  • Default Api Version. : 2025-07-01.
public virtual Azure.AsyncPageable<Azure.ResourceManager.DataBox.DataBoxJobResource> GetAllAsync(string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DataBox.DataBoxJobResource>
override this.GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DataBox.DataBoxJobResource>
Public Overridable Function GetAllAsync (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

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

Applies to