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
str

The localized, friendly version of the resource provider name.

Default value: None
resource
str

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
str

The localized, friendly name for the operation. Use the name as it will displayed to the user.

Default value: None
description
str

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
str

The localized, friendly version of the resource provider name.

resource
str

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
str

The localized, friendly name for the operation. Use the name as it will displayed to the user.

description
str

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.