OperationDisplay Class
The object that represents the operation.
Constructor
OperationDisplay(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
provider
|
Service provider: Microsoft.Consumption. |
|
resource
|
Resource on which the operation is performed: UsageDetail, etc. |
|
operation
|
Operation type: Read, write, delete, etc. |
|
description
|
Description of the operation. |
Attributes
description
Description of the operation.
description: str | None
operation
Read, write, delete, etc.
operation: str | None
provider
Microsoft.Consumption.
provider: str | None
resource
UsageDetail, etc.
resource: str | None