OperationDisplay Class

Metadata associated with the operation.

Inheritance
OperationDisplay

Constructor

OperationDisplay(*, description: Optional[str] = None, provider: Optional[str] = None, resource: Optional[str] = None, operation: Optional[str] = None, **kwargs)

Variables

description
str

The description of the operation.

provider
str

The name of the provider.

resource
str

The name of the resource type on which the operation is performed.

operation
str

The type of operation: get, read, delete, etc.