Delen via


Operation interface

An operation.

Properties

actionType

Indicates the action type.

display

The operation display name.

isDataAction

Whether the operation applies to data-plane.

name

The operation name.

origin

Origin of the operation.

properties

Operation properties format.

Property Details

actionType

Indicates the action type.

actionType?: string

Property Value

string

display

The operation display name.

display?: OperationDisplay

Property Value

isDataAction

Whether the operation applies to data-plane.

isDataAction?: boolean

Property Value

boolean

name

The operation name.

name: string

Property Value

string

origin

Origin of the operation.

origin?: string

Property Value

string

properties

Operation properties format.

properties?: Properties

Property Value