Compartir a través de


Workflows interface

Interfaz que representa un flujo de trabajo.

Métodos

abort(string, string, string, WorkflowsAbortOptionalParams)

Anule el flujo de trabajo especificado.

get(string, string, string, WorkflowsGetOptionalParams)

Obtención del recurso flujos de trabajo

listByStorageSyncService(string, string, WorkflowsListByStorageSyncServiceOptionalParams)

Obtener una lista de flujo de trabajo

Detalles del método

abort(string, string, string, WorkflowsAbortOptionalParams)

Anule el flujo de trabajo especificado.

function abort(resourceGroupName: string, storageSyncServiceName: string, workflowId: string, options?: WorkflowsAbortOptionalParams): Promise<WorkflowsAbortHeaders>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

storageSyncServiceName

string

Nombre del recurso del servicio de sincronización de almacenamiento.

workflowId

string

id. de flujo de trabajo

options
WorkflowsAbortOptionalParams

Parámetros de opciones.

Devoluciones

get(string, string, string, WorkflowsGetOptionalParams)

Obtención del recurso flujos de trabajo

function get(resourceGroupName: string, storageSyncServiceName: string, workflowId: string, options?: WorkflowsGetOptionalParams): Promise<WorkflowsGetResponse>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

storageSyncServiceName

string

Nombre del recurso del servicio de sincronización de almacenamiento.

workflowId

string

id. de flujo de trabajo

options
WorkflowsGetOptionalParams

Parámetros de opciones.

Devoluciones

listByStorageSyncService(string, string, WorkflowsListByStorageSyncServiceOptionalParams)

Obtener una lista de flujo de trabajo

function listByStorageSyncService(resourceGroupName: string, storageSyncServiceName: string, options?: WorkflowsListByStorageSyncServiceOptionalParams): PagedAsyncIterableIterator<Workflow, Workflow[], PageSettings>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

storageSyncServiceName

string

Nombre del recurso del servicio de sincronización de almacenamiento.

options
WorkflowsListByStorageSyncServiceOptionalParams

Parámetros de opciones.

Devoluciones