Share via


OperationsDefinition interface

Properties of an Operation.

Properties

actionType

Defines the action type of workload operation.

display

Display information of the operation.

isDataAction

Indicates whether the operation applies to data-plane.

name

Name of the operation.

origin

Defines the workload operation origin.

properties

Defines the workload operation properties.

Property Details

actionType

Defines the action type of workload operation.

actionType?: string

Property Value

string

display

Display information of the operation.

display: OperationsDefinitionDisplay

Property Value

isDataAction

Indicates whether the operation applies to data-plane.

isDataAction?: boolean

Property Value

boolean

name

Name of the operation.

name: string

Property Value

string

origin

Defines the workload operation origin.

origin?: string

Property Value

string

properties

Defines the workload operation properties.

properties?: any

Property Value

any