Partager via


WorkflowRunsOperationsExtensions.GetAsync Méthode

Définition

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)

Paramètres

resourceGroupName
String
workflowName
String
runName
String
cancellationToken
CancellationToken

Retours

S’applique à