Freigeben über


LogicWorkflowResource.GetLogicWorkflowVersion Methode

Definition

Ruft eine Workflowversion ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/versions/{versionId}
  • Vorgangs-IdWorkflowVersions_Get
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)

Parameter

versionId
String

Die WorkflowversionId.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

versionId ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

versionId ist NULL.

Gilt für: