OperationDisplay interface

Represents the display information for an operation.

Properties

description

A description of the operation.

operation

The name of the operation.

provider

The service provider of the operation.

resource

The resource type of the operation.

Property Details

description

A description of the operation.

description?: string

Property Value

string

operation

The name of the operation.

operation?: string

Property Value

string

provider

The service provider of the operation.

provider?: string

Property Value

string

resource

The resource type of the operation.

resource?: string

Property Value

string