Operation Class
Key Vault REST API operation definition.
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
|
Operation name: {provider}/{resource}/{operation}. |
display
|
Display metadata associated with the operation. |
origin
|
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
|
Operation name: {provider}/{resource}/{operation}. |
display
|
Display metadata associated with the operation. |
origin
|
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. |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python