Display Class
Contains the localized display information for this particular operation or action.
Constructor
Display(*, 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 localized, friendly version of the resource provider name. Default value: None
|
|
resource
|
The localized, friendly version of the resource type related to this action or operation; the resource type should match the public documentation for the resource provider. Default value: None
|
|
operation
|
The localized, friendly name for the operation. Use the name as it will displayed to the user. Default value: None
|
|
description
|
The localized, friendly description for the operation. The description will be displayed to the user. It should be thorough and concise for used in both tooltips and detailed views. Default value: None
|
Variables
| Name | Description |
|---|---|
|
provider
|
The localized, friendly version of the resource provider name. |
|
resource
|
The localized, friendly version of the resource type related to this action or operation; the resource type should match the public documentation for the resource provider. |
|
operation
|
The localized, friendly name for the operation. Use the name as it will displayed to the user. |
|
description
|
The localized, friendly description for the operation. The description will be displayed to the user. It should be thorough and concise for used in both tooltips and detailed views. |