Share via


Operation interface

Describes a REST API operation.

Properties

display

The object that describes the operation. NOTE: This property will not be serialized. It can only be populated by the server.

isDataAction

Describes if the specified operation is a data plane API operation. Operations where this value is not true are supported directly by the resource provider. NOTE: This property will not be serialized. It can only be populated by the server.

name

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

origin

Describes which originating entities are allowed to invoke this operation. NOTE: This property will not be serialized. It can only be populated by the server.

properties

Describes additional properties for this operation. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

display

The object that describes the operation. NOTE: This property will not be serialized. It can only be populated by the server.

display?: OperationDisplay

Property Value

isDataAction

Describes if the specified operation is a data plane API operation. Operations where this value is not true are supported directly by the resource provider. NOTE: This property will not be serialized. It can only be populated by the server.

isDataAction?: boolean

Property Value

boolean

name

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

name?: string

Property Value

string

origin

Describes which originating entities are allowed to invoke this operation. NOTE: This property will not be serialized. It can only be populated by the server.

origin?: string

Property Value

string

properties

Describes additional properties for this operation. NOTE: This property will not be serialized. It can only be populated by the server.

properties?: OperationProperties

Property Value