Operation Class
Storage REST API operation definition.
- Inheritance
-
azure.mgmt.storage._serialization.ModelOperation
Constructor
Operation(*, name: str | None = None, display: _models.OperationDisplay | None = None, origin: str | 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. |
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. |
service_specification
|
One property of operation, include metric specifications. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python