WorkflowsOperationsExtensions.ValidateByLocationAsync Método

Definição

Valida a definição de fluxo de trabalho.

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

Parâmetros

operations
IWorkflowsOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

location
String

O local do fluxo de trabalho.

workflowName
String

O nome do fluxo de trabalho.

workflow
Workflow

A definição do fluxo de trabalho.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a