Udostępnij za pośrednictwem


LogicWorkflowVersionCollection.GetAll Method

Definition

Gets a list of workflow versions.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/versions
  • Operation Id: WorkflowVersions_List
public virtual Azure.Pageable<Azure.ResourceManager.Logic.LogicWorkflowVersionResource> GetAll (int? top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Logic.LogicWorkflowVersionResource>
override this.GetAll : Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Logic.LogicWorkflowVersionResource>
Public Overridable Function GetAll (Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of LogicWorkflowVersionResource)

Parameters

top
Nullable<Int32>

The number of items to be included in the result.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of LogicWorkflowVersionResource that may take multiple service requests to iterate over.

Applies to