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

OperationDisplay Class

Display metadata associated with the operation.

Constructor

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

Variables

Name Description
provider
str

Service provider: Microsoft Key Vault.

resource
str

Resource on which the operation is performed etc.

operation
str

Type of operation: get, read, delete, etc.

description
str

Description of operation.

Attributes

description

Description of operation.

description: str | None

operation

get, read, delete, etc.

operation: str | None

provider

Microsoft Key Vault.

provider: str | None

resource

Resource on which the operation is performed etc.

resource: str | None