Workflows interface
Interface représentant un flux de travail.
Méthodes
abort(string, string, string, Workflows |
Abandonner le flux de travail donné. |
get(string, string, string, Workflows |
Obtenir la ressource Flux de travail |
list |
Obtenir une liste de flux de travail |
Détails de la méthode
abort(string, string, string, WorkflowsAbortOptionalParams)
Abandonner le flux de travail donné.
function abort(resourceGroupName: string, storageSyncServiceName: string, workflowId: string, options?: WorkflowsAbortOptionalParams): Promise<WorkflowsAbortHeaders>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- storageSyncServiceName
-
string
Nom de la ressource du service de synchronisation de stockage.
- workflowId
-
string
ID de workflow
- options
- WorkflowsAbortOptionalParams
Paramètres d’options.
Retours
Promise<WorkflowsAbortHeaders>
get(string, string, string, WorkflowsGetOptionalParams)
Obtenir la ressource Flux de travail
function get(resourceGroupName: string, storageSyncServiceName: string, workflowId: string, options?: WorkflowsGetOptionalParams): Promise<WorkflowsGetResponse>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- storageSyncServiceName
-
string
Nom de la ressource du service de synchronisation de stockage.
- workflowId
-
string
ID de workflow
- options
- WorkflowsGetOptionalParams
Paramètres d’options.
Retours
Promise<WorkflowsGetResponse>
listByStorageSyncService(string, string, WorkflowsListByStorageSyncServiceOptionalParams)
Obtenir une liste de flux de travail
function listByStorageSyncService(resourceGroupName: string, storageSyncServiceName: string, options?: WorkflowsListByStorageSyncServiceOptionalParams): PagedAsyncIterableIterator<Workflow, Workflow[], PageSettings>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- storageSyncServiceName
-
string
Nom de la ressource du service de synchronisation de stockage.
Paramètres d’options.