Partager via


IWorkflowsOperations Interface

Définition

WorkflowsOpérations opérations.

public interface IWorkflowsOperations
type IWorkflowsOperations = interface
Public Interface IWorkflowsOperations

Méthodes

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

Crée ou met à jour un workflow.

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

Supprime un flux de travail.

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

Désactive un flux de travail.

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

Active un flux de travail.

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

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

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

Obtient un flux de travail.

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

Obtient la liste des flux de travail par groupe de ressources.

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

Obtient la liste des flux de travail par groupe de ressources.

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

Obtient la liste des flux de travail par abonnement.

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

Obtient la liste des flux de travail par abonnement.

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

Obtenez l’URL de rappel du flux de travail.

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

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

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

Déplace un workflow existant.

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

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

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

Mises à jour un workflow.

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

Valide la définition de flux de travail.

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

Valide le workflow.

Méthodes d’extension

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 flux de travail.

DisableAsync(IWorkflowsOperations, String, String, CancellationToken)

Désactive un flux de travail.

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 flux de travail.

GetAsync(IWorkflowsOperations, String, String, CancellationToken)

Obtient un flux de travail.

ListByResourceGroup(IWorkflowsOperations, String, ODataQuery<WorkflowFilter>)

Obtient la liste des flux de travail par groupe de ressources.

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

Obtient la liste des flux de travail par groupe de ressources.

ListByResourceGroupNext(IWorkflowsOperations, String)

Obtient la liste des flux de travail par groupe de ressources.

ListByResourceGroupNextAsync(IWorkflowsOperations, String, CancellationToken)

Obtient la liste des flux de travail 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 de flux de travail.

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

Valide la définition de flux de travail.

ValidateByResourceGroup(IWorkflowsOperations, String, String, Workflow)

Valide le workflow.

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

Valide le workflow.

S’applique à