Freigeben über


LogicExtensions.GetLogicWorkflow Methode

Definition

Ruft einen Workflow ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}
  • Vorgangs-IdWorkflows_Get
public static Azure.Response<Azure.ResourceManager.Logic.LogicWorkflowResource> GetLogicWorkflow (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string workflowName, System.Threading.CancellationToken cancellationToken = default);
static member GetLogicWorkflow : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Logic.LogicWorkflowResource>
<Extension()>
Public Function GetLogicWorkflow (resourceGroupResource As ResourceGroupResource, workflowName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of LogicWorkflowResource)

Parameter

resourceGroupResource
ResourceGroupResource

Der ResourceGroupResource instance die -Methode ausgeführt wird.

workflowName
String

Den Workflownamen

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

workflowName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

workflowName ist NULL.

Gilt für: