Operation Class

A Service Bus REST API operation.

Constructor

Operation(*args: Any, **kwargs: Any)

Variables

Name Description
name
str

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

is_data_action

Indicates whether the operation is a data action.

display

Display of the operation.

origin
str

Origin of the operation.

properties
any

Properties of the operation.

Attributes

display

Display of the operation.

display: _models.OperationDisplay | None

is_data_action

Indicates whether the operation is a data action.

is_data_action: bool | None

name

{provider}/{resource}/{operation}.

name: str | None

origin

Origin of the operation.

origin: str | None

properties

Properties of the operation.

properties: Any | None