Share via


WorkflowRunsOperationsExtensions.Get Method

Definition

Gets a workflow run.

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

Parameters

operations
IWorkflowRunsOperations

The operations group for this extension method.

resourceGroupName
String

The resource group name.

workflowName
String

The workflow name.

runName
String

The workflow run name.

Returns

Applies to