JobDefinitionCollection.CreateOrUpdateAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Default Api Version: 2024-07-01
- Resource: JobDefinitionResource
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.
- data
- JobDefinitionData
The JobDefinitionData to use.
- 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
Azure SDK for .NET