Share via


SqlServerJobStepCollection.CreateOrUpdate Method

Definition

Creates or updates a job step. This will implicitly create a new job version.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/jobAgents/{jobAgentName}/jobs/{jobName}/steps/{stepName}
  • Operation Id: JobSteps_CreateOrUpdate
  • Default Api Version: 2020-11-01-preview
  • Resource: SqlServerJobStepResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.SqlServerJobStepResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string stepName, Azure.ResourceManager.Sql.SqlServerJobStepData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Sql.SqlServerJobStepData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.SqlServerJobStepResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Sql.SqlServerJobStepData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.SqlServerJobStepResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, stepName As String, data As SqlServerJobStepData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of SqlServerJobStepResource)

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.

stepName
String

The name of the job step.

data
SqlServerJobStepData

The requested state of the job step.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

stepName or data is null.

Applies to