Display Class

Contains the localized display information for this particular operation or action.

Inheritance
Display

Constructor

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

Parameters

provider
str
Required

The localized, friendly version of the resource provider name.

resource
str
Required

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
Required

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

description
str
Required

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.