Compartilhar via


WorkflowVersionsOperationsExtensions.Get Método

Definição

Obtém uma versão de fluxo de trabalho.

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

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

workflowName
String

O nome do fluxo de trabalho.

versionId
String

A versionId do fluxo de trabalho.

Retornos

Aplica-se a