Udostępnij za pośrednictwem


DataTransferJobGetResultCollection.GetAsync(String, CancellationToken) Method

Definition

Get a Data Transfer Job.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/dataTransferJobs/{jobName}
  • Operation Id: DataTransferJobs_Get
  • Default Api Version: 2024-02-15-preview
  • Resource: DataTransferJobGetResultResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CosmosDB.DataTransferJobGetResultResource>> GetAsync (string jobName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CosmosDB.DataTransferJobGetResultResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CosmosDB.DataTransferJobGetResultResource>>
Public Overridable Function GetAsync (jobName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DataTransferJobGetResultResource))

Parameters

jobName
String

Name of the Data Transfer Job.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

jobName is an empty string, and was expected to be non-empty.

jobName is null.

Applies to