Udostępnij za pośrednictwem


SqlServerJobExecutionCollection.CreateOrUpdate 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 Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.SqlServerJobExecutionResource> CreateOrUpdate (Azure.WaitUntil waitUntil, Guid jobExecutionId, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * Guid * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.SqlServerJobExecutionResource>
override this.CreateOrUpdate : Azure.WaitUntil * Guid * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.SqlServerJobExecutionResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, jobExecutionId As Guid, Optional cancellationToken As CancellationToken = Nothing) As 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