Share via


Operation Class

Key Vault REST API operation definition.

Constructor

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

Variables

Name Description
name
str

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

display

Display metadata associated with the operation.

origin
str

The origin of operations.

operation_properties

Properties of operation, include metric specifications.

is_data_action

Property to specify whether the action is a data action.

Attributes

display

Display metadata associated with the operation.

display: _models.OperationDisplay | None

is_data_action

Property to specify whether the action is a data action.

is_data_action: bool | None

name

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

name: str | None

operation_properties

Properties of operation, include metric specifications.

operation_properties: _models.OperationProperties | None

origin

The origin of operations.

origin: str | None