Partager via


WorkflowsOperationsExtensions Classe

Définition

Méthodes d’extension pour WorkflowsOperations.

public static class WorkflowsOperationsExtensions
type WorkflowsOperationsExtensions = class
Public Module WorkflowsOperationsExtensions
Héritage
WorkflowsOperationsExtensions

Méthodes

CreateOrUpdate(IWorkflowsOperations, String, String, Workflow)

Crée ou met à jour un workflow.

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

Crée ou met à jour un workflow.

Delete(IWorkflowsOperations, String, String)

Supprime un flux de travail.

DeleteAsync(IWorkflowsOperations, String, String, CancellationToken)

Supprime un flux de travail.

Disable(IWorkflowsOperations, String, String)

Désactive un workflow.

DisableAsync(IWorkflowsOperations, String, String, CancellationToken)

Désactive un workflow.

Enable(IWorkflowsOperations, String, String)

Active un flux de travail.

EnableAsync(IWorkflowsOperations, String, String, CancellationToken)

Active un flux de travail.

GenerateUpgradedDefinition(IWorkflowsOperations, String, String, GenerateUpgradedDefinitionParameters)

Génère la définition mise à niveau pour un workflow.

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

Génère la définition mise à niveau pour un workflow.

Get(IWorkflowsOperations, String, String)

Obtient un workflow.

GetAsync(IWorkflowsOperations, String, String, CancellationToken)

Obtient un workflow.

ListByResourceGroup(IWorkflowsOperations, String, ODataQuery<WorkflowFilter>)

Obtient la liste des workflows par groupe de ressources.

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

Obtient la liste des workflows par groupe de ressources.

ListByResourceGroupNext(IWorkflowsOperations, String)

Obtient la liste des workflows par groupe de ressources.

ListByResourceGroupNextAsync(IWorkflowsOperations, String, CancellationToken)

Obtient la liste des workflows par groupe de ressources.

ListBySubscription(IWorkflowsOperations, ODataQuery<WorkflowFilter>)

Obtient la liste des flux de travail par abonnement.

ListBySubscriptionAsync(IWorkflowsOperations, ODataQuery<WorkflowFilter>, CancellationToken)

Obtient la liste des flux de travail par abonnement.

ListBySubscriptionNext(IWorkflowsOperations, String)

Obtient la liste des flux de travail par abonnement.

ListBySubscriptionNextAsync(IWorkflowsOperations, String, CancellationToken)

Obtient la liste des flux de travail par abonnement.

ListCallbackUrl(IWorkflowsOperations, String, String, GetCallbackUrlParameters)

Obtenez l’URL de rappel du flux de travail.

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

Obtenez l’URL de rappel du flux de travail.

ListSwagger(IWorkflowsOperations, String, String)

Obtient une définition OpenAPI pour le flux de travail.

ListSwaggerAsync(IWorkflowsOperations, String, String, CancellationToken)

Obtient une définition OpenAPI pour le flux de travail.

Move(IWorkflowsOperations, String, String, Workflow)

Déplace un workflow existant.

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

Déplace un workflow existant.

RegenerateAccessKey(IWorkflowsOperations, String, String, RegenerateActionParameter)

Régénère la clé d’accès d’URL de rappel pour les déclencheurs de requête.

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

Régénère la clé d’accès d’URL de rappel pour les déclencheurs de requête.

Update(IWorkflowsOperations, String, String, Workflow)

Mises à jour un workflow.

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

Mises à jour un workflow.

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

Valide la définition du flux de travail.

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

Valide la définition du flux de travail.

ValidateByResourceGroup(IWorkflowsOperations, String, String, Workflow)

Valide le workflow.

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

Valide le workflow.

S’applique à