Display interface

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

Properties

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.

operation

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

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.

Property Details

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.

description?: string

Property Value

string

operation

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

operation?: string

Property Value

string

provider

The localized, friendly version of the resource provider name.

provider?: string

Property Value

string

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.

resource?: string

Property Value

string