Package version:

Interface OperationDisplay

Display metadata associated with the operation.

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

Properties

description?: string

Description of the operation.

operation?: string

Type of operation: get, read, delete, etc.

provider?: string

Service provider: Microsoft Storage.

resource?: string

Resource on which the operation is performed etc.