Sdílet prostřednictvím


StepResourceCollection.CreateOrUpdate Method

Definition

Synchronously creates a new step or updates an existing step.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/steps/{stepName}
  • Operation Id: Steps_CreateOrUpdate
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DeploymentManager.StepResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string stepName, Azure.ResourceManager.DeploymentManager.StepResourceData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.DeploymentManager.StepResourceData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DeploymentManager.StepResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.DeploymentManager.StepResourceData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DeploymentManager.StepResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, stepName As String, data As StepResourceData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of StepResource)

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 deployment step.

data
StepResourceData

The step object.

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