Partager via


LogicWorkflowResource.GetLogicWorkflowVersion 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 Azure.Response<Azure.ResourceManager.Logic.LogicWorkflowVersionResource> GetLogicWorkflowVersion (string versionId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetLogicWorkflowVersion : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Logic.LogicWorkflowVersionResource>
override this.GetLogicWorkflowVersion : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Logic.LogicWorkflowVersionResource>
Public Overridable Function GetLogicWorkflowVersion (versionId As String, Optional cancellationToken As CancellationToken = Nothing) As 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 à