OperationDisplay Class

The object that describes the operation.

Inheritance
OperationDisplay

Constructor

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

Variables

provider
str

Friendly name of the resource provider.

operation
str

For example: read, write, delete, or listKeys/action.

resource
str

The resource type on which the operation is performed.

description
str

The friendly name of the operation.