WorkflowsOperationsExtensions Class

Definition

Extension methods for WorkflowsOperations.

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

Methods

CreateOrUpdate(IWorkflowsOperations, String, String, Workflow)

Creates or updates a workflow.

CreateOrUpdateAsync(IWorkflowsOperations, String, String, Workflow, CancellationToken)

Creates or updates a workflow.

Delete(IWorkflowsOperations, String, String)

Deletes a workflow.

DeleteAsync(IWorkflowsOperations, String, String, CancellationToken)

Deletes a workflow.

Disable(IWorkflowsOperations, String, String)

Disables a workflow.

DisableAsync(IWorkflowsOperations, String, String, CancellationToken)

Disables a workflow.

Enable(IWorkflowsOperations, String, String)

Enables a workflow.

EnableAsync(IWorkflowsOperations, String, String, CancellationToken)

Enables a workflow.

GenerateUpgradedDefinition(IWorkflowsOperations, String, String, GenerateUpgradedDefinitionParameters)

Generates the upgraded definition for a workflow.

GenerateUpgradedDefinitionAsync(IWorkflowsOperations, String, String, GenerateUpgradedDefinitionParameters, CancellationToken)

Generates the upgraded definition for a workflow.

Get(IWorkflowsOperations, String, String)

Gets a workflow.

GetAsync(IWorkflowsOperations, String, String, CancellationToken)

Gets a workflow.

ListByResourceGroup(IWorkflowsOperations, String, ODataQuery<WorkflowFilter>)

Gets a list of workflows by resource group.

ListByResourceGroupAsync(IWorkflowsOperations, String, ODataQuery<WorkflowFilter>, CancellationToken)

Gets a list of workflows by resource group.

ListByResourceGroupNext(IWorkflowsOperations, String)

Gets a list of workflows by resource group.

ListByResourceGroupNextAsync(IWorkflowsOperations, String, CancellationToken)

Gets a list of workflows by resource group.

ListBySubscription(IWorkflowsOperations, ODataQuery<WorkflowFilter>)

Gets a list of workflows by subscription.

ListBySubscriptionAsync(IWorkflowsOperations, ODataQuery<WorkflowFilter>, CancellationToken)

Gets a list of workflows by subscription.

ListBySubscriptionNext(IWorkflowsOperations, String)

Gets a list of workflows by subscription.

ListBySubscriptionNextAsync(IWorkflowsOperations, String, CancellationToken)

Gets a list of workflows by subscription.

ListCallbackUrl(IWorkflowsOperations, String, String, GetCallbackUrlParameters)

Get the workflow callback Url.

ListCallbackUrlAsync(IWorkflowsOperations, String, String, GetCallbackUrlParameters, CancellationToken)

Get the workflow callback Url.

ListSwagger(IWorkflowsOperations, String, String)

Gets an OpenAPI definition for the workflow.

ListSwaggerAsync(IWorkflowsOperations, String, String, CancellationToken)

Gets an OpenAPI definition for the workflow.

Move(IWorkflowsOperations, String, String, Workflow)

Moves an existing workflow.

MoveAsync(IWorkflowsOperations, String, String, Workflow, CancellationToken)

Moves an existing workflow.

RegenerateAccessKey(IWorkflowsOperations, String, String, RegenerateActionParameter)

Regenerates the callback URL access key for request triggers.

RegenerateAccessKeyAsync(IWorkflowsOperations, String, String, RegenerateActionParameter, CancellationToken)

Regenerates the callback URL access key for request triggers.

Update(IWorkflowsOperations, String, String, Workflow)

Updates a workflow.

UpdateAsync(IWorkflowsOperations, String, String, Workflow, CancellationToken)

Updates a workflow.

ValidateByLocation(IWorkflowsOperations, String, String, String, Workflow)

Validates the workflow definition.

ValidateByLocationAsync(IWorkflowsOperations, String, String, String, Workflow, CancellationToken)

Validates the workflow definition.

ValidateByResourceGroup(IWorkflowsOperations, String, String, Workflow)

Validates the workflow.

ValidateByResourceGroupAsync(IWorkflowsOperations, String, String, Workflow, CancellationToken)

Validates the workflow.

Applies to