Compartir a través de


WorkflowVersionsOperationsExtensions.Get Método

Definición

Obtiene una versión de flujo de trabajo.

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

Parámetros

operations
IWorkflowVersionsOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

El nombre del grupo de recursos.

workflowName
String

El nombre del flujo de trabajo.

versionId
String

VersionId del flujo de trabajo.

Devoluciones

Se aplica a