HybridDataJobDefinitionCollection.CreateOrUpdateAsync Method

Definition

Creates or updates a job definition.

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

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 job definition name to be created or updated.

data
HybridDataJobDefinitionData

Job Definition object to be created or updated.

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