Partager via


LogicWorkflowResource.GetLogicWorkflowVersionAsync Méthode

Définition

Obtient une version de workflow.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/versions/{versionId}
  • IdWorkflowVersions_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.LogicWorkflowVersionResource>> GetLogicWorkflowVersionAsync (string versionId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetLogicWorkflowVersionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.LogicWorkflowVersionResource>>
override this.GetLogicWorkflowVersionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.LogicWorkflowVersionResource>>
Public Overridable Function GetLogicWorkflowVersionAsync (versionId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of LogicWorkflowVersionResource))

Paramètres

versionId
String

Id de version du flux de travail.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

versionId est une chaîne vide et devait être non vide.

versionId a la valeur null.

S’applique à