OperationResult interface

Available operation list result

Properties

display

The object that represents the operation.

isDataAction

Indicates whether the operation is a data action

name

The name of the operation.

nextLink

The URL to use for getting the next set of results.

origin

Origin result

Property Details

display

The object that represents the operation.

display?: AvailableOperationDisplay

Property Value

isDataAction

Indicates whether the operation is a data action

isDataAction?: boolean

Property Value

boolean

name

The name of the operation.

name?: string

Property Value

string

The URL to use for getting the next set of results.

nextLink?: string

Property Value

string

origin

Origin result

origin?: string

Property Value

string