Freigeben über


WorkflowVersionsOperationsExtensions.Get Methode

Definition

Ruft eine Workflowversion ab.

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

Parameter

operations
IWorkflowVersionsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

workflowName
String

Den Workflownamen

versionId
String

Die WorkflowversionId.

Gibt zurück

Gilt für: