LogicExtensions.ValidateByLocationWorkflowAsync 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 du flux de travail.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/locations/{location}/workflows/{workflowName}/validate
- IdWorkflows_ValidateByLocation d’opération
public static System.Threading.Tasks.Task<Azure.Response> ValidateByLocationWorkflowAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, Azure.Core.AzureLocation location, string workflowName, Azure.ResourceManager.Logic.LogicWorkflowData data, System.Threading.CancellationToken cancellationToken = default);
static member ValidateByLocationWorkflowAsync : Azure.ResourceManager.Resources.ResourceGroupResource * Azure.Core.AzureLocation * string * Azure.ResourceManager.Logic.LogicWorkflowData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
<Extension()>
Public Function ValidateByLocationWorkflowAsync (resourceGroupResource As ResourceGroupResource, location As AzureLocation, workflowName As String, data As LogicWorkflowData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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 on s’attendait à ce qu’elle ne soit pas vide.
workflowName
ou data
est null.