WorkflowVersionsOperationsExtensions Class

Definition

Extension methods for WorkflowVersionsOperations.

public static class WorkflowVersionsOperationsExtensions
type WorkflowVersionsOperationsExtensions = class
Public Module WorkflowVersionsOperationsExtensions
Inheritance
WorkflowVersionsOperationsExtensions

Methods

Get(IWorkflowVersionsOperations, String, String, String)

Gets a workflow version.

GetAsync(IWorkflowVersionsOperations, String, String, String, CancellationToken)

Gets a workflow version.

List(IWorkflowVersionsOperations, String, String, Nullable<Int32>)

Gets a list of workflow versions.

ListAsync(IWorkflowVersionsOperations, String, String, Nullable<Int32>, CancellationToken)

Gets a list of workflow versions.

ListNext(IWorkflowVersionsOperations, String)

Gets a list of workflow versions.

ListNextAsync(IWorkflowVersionsOperations, String, CancellationToken)

Gets a list of workflow versions.

Applies to