WorkflowListResult interface

The response from List Workflows operation.

Properties

nextLink

The URL to the next set of workflow results. NOTE: This property will not be serialized. It can only be populated by the server.

value

The list of workflows.

Property Details

The URL to the next set of workflow results. NOTE: This property will not be serialized. It can only be populated by the server.

nextLink?: string

Property Value

string

value

The list of workflows.

value?: Workflow[]

Property Value