你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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