Bagikan melalui


DataBoxJobResource.Get(String, CancellationToken) Method

Definition

Gets information about the specified job.

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

Parameters

expand
String

$expand is supported on details parameter for job, which provides details on the job stages.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to