OperationDisplay Class

Operation display payload.

Inheritance
OperationDisplay

Constructor

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

Variables

provider
str

Resource provider of the operation.

resource
str

Resource of the operation.

operation
str

Localized friendly name for the operation.

description
str

Localized friendly description for the operation.