Dela via


DataBoxJobCollection.GetAll(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: Jobs_ListByResourceGroup
public virtual Azure.Pageable<Azure.ResourceManager.DataBox.DataBoxJobResource> GetAll (string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DataBox.DataBoxJobResource>
override this.GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DataBox.DataBoxJobResource>
Public Overridable Function GetAll (Optional skipToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(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