Partilhar via


WorkflowRunsOperationsExtensions.Get Método

Definição

Obtém uma execução de fluxo de trabalho.

public static Microsoft.Azure.Management.Logic.Models.WorkflowRun Get (this Microsoft.Azure.Management.Logic.IWorkflowRunsOperations operations, string resourceGroupName, string workflowName, string runName);
static member Get : Microsoft.Azure.Management.Logic.IWorkflowRunsOperations * string * string * string -> Microsoft.Azure.Management.Logic.Models.WorkflowRun
<Extension()>
Public Function Get (operations As IWorkflowRunsOperations, resourceGroupName As String, workflowName As String, runName As String) As WorkflowRun

Parâmetros

operations
IWorkflowRunsOperations

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.

runName
String

O nome da execução do fluxo de trabalho.

Retornos

Aplica-se a