OperationModel interface

Operation model.

Properties

display

Operation model properties.

isDataAction

Gets or sets a value indicating whether the action is specific to data plane or control plane.

name

Gets or sets the name of the operation.

origin

Gets or sets the executor of the operation.

Property Details

display

Operation model properties.

display?: OperationModelProperties

Property Value

isDataAction

Gets or sets a value indicating whether the action is specific to data plane or control plane.

isDataAction?: boolean

Property Value

boolean

name

Gets or sets the name of the operation.

name?: string

Property Value

string

origin

Gets or sets the executor of the operation.

origin?: string

Property Value

string