HybridDataJobResource.Get(String, CancellationToken) Method

Definition

This method gets a data manager job given the jobId.

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

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