Freigeben über


WorkflowsOperationsExtensions.CreateOrUpdate Methode

Definition

Erstellt oder aktualisiert einen Workflow.

public static Microsoft.Azure.Management.Logic.Models.Workflow CreateOrUpdate (this Microsoft.Azure.Management.Logic.IWorkflowsOperations operations, string resourceGroupName, string workflowName, Microsoft.Azure.Management.Logic.Models.Workflow workflow);
static member CreateOrUpdate : Microsoft.Azure.Management.Logic.IWorkflowsOperations * string * string * Microsoft.Azure.Management.Logic.Models.Workflow -> Microsoft.Azure.Management.Logic.Models.Workflow
<Extension()>
Public Function CreateOrUpdate (operations As IWorkflowsOperations, resourceGroupName As String, workflowName As String, workflow As Workflow) As Workflow

Parameter

operations
IWorkflowsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

workflowName
String

Den Workflownamen

workflow
Workflow

Der Workflow.

Gibt zurück

Gilt für: