OperationDisplay Class

The object that represents the operation.

Constructor

OperationDisplay(*args: Any, **kwargs: Any)

Variables

Name Description
provider
str

Service provider: Microsoft.Consumption.

resource
str

Resource on which the operation is performed: UsageDetail, etc.

operation
str

Operation type: Read, write, delete, etc.

description
str

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