OperationDisplay Class
The display information of the operation.
Constructor
OperationDisplay(*, provider: str | None = None, resource: str | None = None, operation: str | None = None, description: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
provider
|
The name of the provider of the operation. Default value: None
|
|
resource
|
The name of the resource type of the operation. Default value: None
|
|
operation
|
The friendly name of the operation. Default value: None
|
|
description
|
The description of the operation. Default value: None
|