Freigeben über


WorkflowsOperationsExtensions.GetAsync Methode

Definition

Ruft einen Workflow ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Logic.Models.Workflow> GetAsync (this Microsoft.Azure.Management.Logic.IWorkflowsOperations operations, string resourceGroupName, string workflowName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Logic.IWorkflowsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Logic.Models.Workflow>
<Extension()>
Public Function GetAsync (operations As IWorkflowsOperations, resourceGroupName As String, workflowName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Workflow)

Parameter

operations
IWorkflowsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

workflowName
String

Den Workflownamen

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: