Share via


JobDefinitionCollection.CreateOrUpdateAsync Method

Definition

Creates or updates a Job Definition resource, which contains configuration for a single unit of managed data transfer.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageMover/storageMovers/{storageMoverName}/projects/{projectName}/jobDefinitions/{jobDefinitionName}
  • Operation Id: JobDefinitions_CreateOrUpdate
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.StorageMover.JobDefinitionResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string jobDefinitionName, Azure.ResourceManager.StorageMover.JobDefinitionData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.StorageMover.JobDefinitionData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.StorageMover.JobDefinitionResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.StorageMover.JobDefinitionData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.StorageMover.JobDefinitionResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, jobDefinitionName As String, data As JobDefinitionData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of JobDefinitionResource))

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

jobDefinitionName
String

The name of the Job Definition resource.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

jobDefinitionName or data is null.

Applies to