Operation Class
Key Vault REST API operation definition.
- Inheritance
-
azure.mgmt.keyvault._serialization.ModelOperation
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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python