Condividi tramite


SqlServerJobExecutionCollection.CreateOrUpdateAsync Method

Definition

Creates or updates a job execution.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/jobAgents/{jobAgentName}/jobs/{jobName}/executions/{jobExecutionId}
  • Operation Id: JobExecutions_CreateOrUpdate
  • Default Api Version: 2020-11-01-preview
  • Resource: SqlServerJobExecutionResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.SqlServerJobExecutionResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, Guid jobExecutionId, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.SqlServerJobExecutionResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.SqlServerJobExecutionResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, jobExecutionId As Guid, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of SqlServerJobExecutionResource))

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.

jobExecutionId
Guid

The job execution id to create the job execution under.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to