Package version:

Interface OperationDisplay

Display metadata associated with the operation.

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

Properties

description?: string

Operation description.

operation?: string

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

provider?: string

Service provider: Microsoft NetApp.

resource?: string

Resource on which the operation is performed etc.