Share via


DataReplicationWorkflowResource.Get(CancellationToken) Method

Definition

Gets the details of the job.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults/{vaultName}/jobs/{jobName}
  • Operation Id: Workflow_Get
public virtual Azure.Response<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationWorkflowResource> Get (System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationWorkflowResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationWorkflowResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of DataReplicationWorkflowResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to