Compartir a través de


WorkflowRunsOperationsExtensions.GetAsync Método

Definición

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowRunInner> GetAsync (this Microsoft.Azure.Management.Logic.Fluent.IWorkflowRunsOperations operations, string resourceGroupName, string workflowName, string runName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Logic.Fluent.IWorkflowRunsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowRunInner>
<Extension()>
Public Function GetAsync (operations As IWorkflowRunsOperations, resourceGroupName As String, workflowName As String, runName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkflowRunInner)

Parámetros

resourceGroupName
String
workflowName
String
runName
String
cancellationToken
CancellationToken

Devoluciones

Se aplica a