Operation interface

A Service Bus REST API operation

Properties

display

Display of the operation

isDataAction

Indicates whether the operation is a data action

name

Operation name: {provider}/{resource}/{operation} NOTE: This property will not be serialized. It can only be populated by the server.

origin

Origin of the operation

properties

Properties of the operation

Property Details

display

Display of the operation

display?: OperationDisplay

Property Value

isDataAction

Indicates whether the operation is a data action

isDataAction?: boolean

Property Value

boolean

name

Operation name: {provider}/{resource}/{operation} NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

origin

Origin of the operation

origin?: string

Property Value

string

properties

Properties of the operation

properties?: Record<string, unknown>

Property Value

Record<string, unknown>