WorkflowsOperationsExtensions.ValidateByResourceGroup Método

Definição

Valida o fluxo de trabalho.

public static void ValidateByResourceGroup (this Microsoft.Azure.Management.Logic.IWorkflowsOperations operations, string resourceGroupName, string workflowName, Microsoft.Azure.Management.Logic.Models.Workflow validate);
static member ValidateByResourceGroup : Microsoft.Azure.Management.Logic.IWorkflowsOperations * string * string * Microsoft.Azure.Management.Logic.Models.Workflow -> unit
<Extension()>
Public Sub ValidateByResourceGroup (operations As IWorkflowsOperations, resourceGroupName As String, workflowName As String, validate As Workflow)

Parâmetros

operations
IWorkflowsOperations

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

resourceGroupName
String

O nome do grupo de recursos.

workflowName
String

O nome do fluxo de trabalho.

validate
Workflow

O fluxo de trabalho.

Aplica-se a