Freigeben über


LogicExtensions.ValidateByLocationWorkflow Methode

Definition

Überprüft die Workflowdefinition.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/locations/{location}/workflows/{workflowName}/validate
  • Vorgang IdWorkflows_ValidateByLocation
public static Azure.Response ValidateByLocationWorkflow (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, Azure.Core.AzureLocation location, string workflowName, Azure.ResourceManager.Logic.LogicWorkflowData data, System.Threading.CancellationToken cancellationToken = default);
static member ValidateByLocationWorkflow : Azure.ResourceManager.Resources.ResourceGroupResource * Azure.Core.AzureLocation * string * Azure.ResourceManager.Logic.LogicWorkflowData * System.Threading.CancellationToken -> Azure.Response
<Extension()>
Public Function ValidateByLocationWorkflow (resourceGroupResource As ResourceGroupResource, location As AzureLocation, workflowName As String, data As LogicWorkflowData, Optional cancellationToken As CancellationToken = Nothing) As Response

Parameter

resourceGroupResource
ResourceGroupResource

Der ResourceGroupResource instance, für den die Methode ausgeführt wird.

location
AzureLocation

Der Workflowspeicherort.

workflowName
String

Den Workflownamen

data
LogicWorkflowData

Der Workflow.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

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

workflowName oder data ist NULL.

Gilt für: