WorkflowsOperations interface

Interface representing a Workflows operations.

Properties

abort

Abort the given workflow.

get

Get Workflows resource

listByStorageSyncService

Get a Workflow List

Property Details

abort

Abort the given workflow.

abort: (resourceGroupName: string, storageSyncServiceName: string, workflowId: string, options?: WorkflowsAbortOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, storageSyncServiceName: string, workflowId: string, options?: WorkflowsAbortOptionalParams) => Promise<void>

get

Get Workflows resource

get: (resourceGroupName: string, storageSyncServiceName: string, workflowId: string, options?: WorkflowsGetOptionalParams) => Promise<Workflow>

Property Value

(resourceGroupName: string, storageSyncServiceName: string, workflowId: string, options?: WorkflowsGetOptionalParams) => Promise<Workflow>

listByStorageSyncService

Get a Workflow List

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

Property Value

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