Operation interface

REST API operation

Properties

display

The object that describes the operation.

name

Operation name: {provider}/{resource}/{operation}

origin

The operation origin.

properties

The operation properties.

Property Details

display

The object that describes the operation.

display?: OperationDisplay

Property Value

name

Operation name: {provider}/{resource}/{operation}

name?: string

Property Value

string

origin

The operation origin.

origin?: string

Property Value

string

properties

The operation properties.

properties?: Record<string, unknown>

Property Value

Record<string, unknown>