Operation Class

Represents an operation returned by the GetOperations request.

Constructor

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

Variables

Name Description
name
str

Name of the operation.

display

Display name of the operation.

origin
str

Origin of the operation.

is_data_action

This Boolean is used to determine if the operation is a data plane action or not.

properties
any

Properties of the operation.

Attributes

display

Display name of the operation.

display: _models.OperationInfo | None

is_data_action

This Boolean is used to determine if the operation is a data plane action or not.

is_data_action: bool | None

name

Name of the operation.

name: str | None

origin

Origin of the operation.

origin: str | None

properties

Properties of the operation.

properties: Any | None