Share via


LogicWorkflowCollection.CreateOrUpdate Method

Definition

Creates or updates a workflow.

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

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.

workflowName
String

The workflow name.

data
LogicWorkflowData

The workflow.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

workflowName or data is null.

Applies to