WorkflowRunsOperationsExtensions 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 WorkflowRunsOperations.
public static class WorkflowRunsOperationsExtensions
type WorkflowRunsOperationsExtensions = class
Public Module WorkflowRunsOperationsExtensions
- Inheritance
-
WorkflowRunsOperationsExtensions
Methods
Cancel(IWorkflowRunsOperations, String, String, String) |
Cancels a workflow run. |
CancelAsync(IWorkflowRunsOperations, String, String, String, CancellationToken) |
Cancels a workflow run. |
Get(IWorkflowRunsOperations, String, String, String) |
Gets a workflow run. |
GetAsync(IWorkflowRunsOperations, String, String, String, CancellationToken) |
Gets a workflow run. |
List(IWorkflowRunsOperations, String, String, ODataQuery<WorkflowRunFilter>) |
Gets a list of workflow runs. |
ListAsync(IWorkflowRunsOperations, String, String, ODataQuery<WorkflowRunFilter>, CancellationToken) |
Gets a list of workflow runs. |
ListNext(IWorkflowRunsOperations, String) |
Gets a list of workflow runs. |
ListNextAsync(IWorkflowRunsOperations, String, CancellationToken) |
Gets a list of workflow runs. |
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET