Operation interface

A Consumption REST API operation.

Properties

display

The object that represents the operation.

id

Operation Id. NOTE: This property will not be serialized. It can only be populated by the server.

name

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

Property Details

display

The object that represents the operation.

display?: OperationDisplay

Property Value

id

Operation Id. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

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