次の方法で共有


Operation Class

Key Vault REST API operation definition.

Inheritance
azure.mgmt.keyvault._serialization.Model
Operation

Constructor

Operation(*, name: str | None = None, display: _models.OperationDisplay | None = None, origin: str | None = None, is_data_action: bool | None = None, service_specification: _models.ServiceSpecification | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

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

display

Display metadata associated with the operation.

origin
str

The origin of operations.

is_data_action

Property to specify whether the action is a data action.

service_specification

One property of operation, include metric specifications.

Variables

Name Description
name
str

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

display

Display metadata associated with the operation.

origin
str

The origin of operations.

is_data_action

Property to specify whether the action is a data action.

service_specification

One property of operation, include metric specifications.