Package version:

Interface OperationDisplay

Metadata associated with the operation.

interface OperationDisplay {
    description?: string;
    operation?: string;
    provider?: string;
    resource?: string;
}

Properties

description?: string

The description of the operation.

operation?: string

The type of operation: get, read, delete, etc.

provider?: string

The name of the provider.

resource?: string

The name of the resource type on which the operation is performed.