Compartir a través de


WorkflowsOperationsExtensions.Abort Método

Definición

Anule el flujo de trabajo especificado.

public static Microsoft.Azure.Management.StorageSync.Models.WorkflowsAbortHeaders Abort (this Microsoft.Azure.Management.StorageSync.IWorkflowsOperations operations, string resourceGroupName, string storageSyncServiceName, string workflowId);
static member Abort : Microsoft.Azure.Management.StorageSync.IWorkflowsOperations * string * string * string -> Microsoft.Azure.Management.StorageSync.Models.WorkflowsAbortHeaders
<Extension()>
Public Function Abort (operations As IWorkflowsOperations, resourceGroupName As String, storageSyncServiceName As String, workflowId As String) As WorkflowsAbortHeaders

Parámetros

operations
IWorkflowsOperations

El grupo de operaciones de este método de extensión.

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

identificador de flujo de trabajo

Devoluciones

Se aplica a