Delen via


WorkflowVersions interface

Interface die een WorkflowVersions vertegenwoordigt.

Methoden

get(string, string, string, string, WorkflowVersionsGetOptionalParams)

Hiermee haalt u een werkstroomversie op.

list(string, string, string, WorkflowVersionsListOptionalParams)

Hiermee haalt u een lijst met werkstroomversies op.

Methodedetails

get(string, string, string, string, WorkflowVersionsGetOptionalParams)

Hiermee haalt u een werkstroomversie op.

function get(resourceGroupName: string, name: string, workflowName: string, versionId: string, options?: WorkflowVersionsGetOptionalParams): Promise<WorkflowVersion>

Parameters

resourceGroupName

string

Naam van de resourcegroep waartoe de resource behoort.

name

string

Sitenaam.

workflowName

string

De naam van de werkstroom.

versionId

string

De versie-id van de werkstroom.

options
WorkflowVersionsGetOptionalParams

De optiesparameters.

Retouren

Promise<WorkflowVersion>

list(string, string, string, WorkflowVersionsListOptionalParams)

Hiermee haalt u een lijst met werkstroomversies op.

function list(resourceGroupName: string, name: string, workflowName: string, options?: WorkflowVersionsListOptionalParams): PagedAsyncIterableIterator<WorkflowVersion, WorkflowVersion[], PageSettings>

Parameters

resourceGroupName

string

Naam van de resourcegroep waartoe de resource behoort.

name

string

Sitenaam.

workflowName

string

De naam van de werkstroom.

options
WorkflowVersionsListOptionalParams

De optiesparameters.

Retouren