Delen via


Workflows interface

Interface die een werkstroom vertegenwoordigt.

Methoden

abort(string, string, string, WorkflowsAbortOptionalParams)

De opgegeven werkstroom afbreken.

get(string, string, string, WorkflowsGetOptionalParams)

Resource werkstromen ophalen

listByStorageSyncService(string, string, WorkflowsListByStorageSyncServiceOptionalParams)

Een werkstroomlijst ophalen

Methodedetails

abort(string, string, string, WorkflowsAbortOptionalParams)

De opgegeven werkstroom afbreken.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

storageSyncServiceName

string

Naam van opslagsynchronisatieserviceresource.

workflowId

string

werkstroom-id

options
WorkflowsAbortOptionalParams

De optiesparameters.

Retouren

get(string, string, string, WorkflowsGetOptionalParams)

Resource werkstromen ophalen

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

storageSyncServiceName

string

Naam van opslagsynchronisatieserviceresource.

workflowId

string

werkstroom-id

options
WorkflowsGetOptionalParams

De optiesparameters.

Retouren

listByStorageSyncService(string, string, WorkflowsListByStorageSyncServiceOptionalParams)

Een werkstroomlijst ophalen

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

storageSyncServiceName

string

Naam van opslagsynchronisatieserviceresource.

Retouren