Operation Class
A Consumption REST API operation.
Constructor
Operation(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
id
|
Operation Id. |
|
name
|
Operation name: {provider}/{resource}/{operation}. |
|
display
|
The object that represents the operation. |
Attributes
display
The object that represents the operation.
display: _models.OperationDisplay | None
id
Operation Id.
id: str | None
name
{provider}/{resource}/{operation}.
name: str | None