LocalizedOperationDefinition interface

model interface LocalizedOperationDefinition

Properties

actionType

The action type.

display

Display information of the operation.

isDataAction

Indicates whether the operation applies to data-plane.

name

Name of the operation.

origin

The origin.

Property Details

actionType

The action type.

actionType?: OperationActionType

Property Value

display

Display information of the operation.

display: LocalizedOperationDefinitionDisplay

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

The origin.

origin?: OperationOrigins

Property Value