Share via


IWorkflowsOperations Interface

Definition

WorkflowsOperations operations.

public interface IWorkflowsOperations
type IWorkflowsOperations = interface
Public Interface IWorkflowsOperations

Methods

CreateOrUpdateWithHttpMessagesAsync(String, String, Workflow, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a workflow.

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a workflow.

DisableWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Disables a workflow.

EnableWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Enables a workflow.

GenerateUpgradedDefinitionWithHttpMessagesAsync(String, String, GenerateUpgradedDefinitionParameters, Dictionary<String,List<String>>, CancellationToken)

Generates the upgraded definition for a workflow.

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets a workflow.

ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets a list of workflows by resource group.

ListByResourceGroupWithHttpMessagesAsync(String, ODataQuery<WorkflowFilter>, Dictionary<String,List<String>>, CancellationToken)

Gets a list of workflows by resource group.

ListBySubscriptionNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets a list of workflows by subscription.

ListBySubscriptionWithHttpMessagesAsync(ODataQuery<WorkflowFilter>, Dictionary<String,List<String>>, CancellationToken)

Gets a list of workflows by subscription.

ListCallbackUrlWithHttpMessagesAsync(String, String, GetCallbackUrlParameters, Dictionary<String,List<String>>, CancellationToken)

Get the workflow callback Url.

ListSwaggerWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets an OpenAPI definition for the workflow.

MoveWithHttpMessagesAsync(String, String, Workflow, Dictionary<String,List<String>>, CancellationToken)

Moves an existing workflow.

RegenerateAccessKeyWithHttpMessagesAsync(String, String, RegenerateActionParameter, Dictionary<String,List<String>>, CancellationToken)

Regenerates the callback URL access key for request triggers.

UpdateWithHttpMessagesAsync(String, String, Workflow, Dictionary<String,List<String>>, CancellationToken)

Updates a workflow.

ValidateByLocationWithHttpMessagesAsync(String, String, String, Workflow, Dictionary<String,List<String>>, CancellationToken)

Validates the workflow definition.

ValidateByResourceGroupWithHttpMessagesAsync(String, String, Workflow, Dictionary<String,List<String>>, CancellationToken)

Validates the workflow.

Extension 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