LogicExtensions.ValidateByLocationWorkflow Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Valide la définition de flux de travail.
- Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/locations/{location}/workflows/{workflowName}/validate
- IdWorkflows_ValidateByLocation d’opération
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
Paramètres
- resourceGroupResource
- ResourceGroupResource
Instance ResourceGroupResource sur laquelle la méthode s’exécute.
- location
- AzureLocation
Emplacement du flux de travail.
- workflowName
- String
Le nom du workflow.
- data
- LogicWorkflowData
Flux de travail.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
workflowName
est une chaîne vide et devait être non vide.
workflowName
ou data
est null.