WorkflowVersionsOperationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET