Display Class

Display represents the display details of an operation.

Inheritance
Display

Constructor

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

Variables

provider
str

Friendly name of the resource provider.

resource
str

Resource type on which the operation is performed.

operation
str

Operation type: read, write, delete, listKeys/action, etc.

description
str

Friendly name of the operation.