Package version:

Collection of storage details.

interface StorageClassificationCollection {
    nextLink?: string;
    value?: StorageClassification[];
}

Properties

Properties

nextLink?: string

The value of next link.

The storage details.