Package version:

Interface ListQuotaReportResponse

Quota Report for volume

interface ListQuotaReportResponse {
    nextLink?: string;
    value?: QuotaReport[];
}

Properties

Properties

nextLink?: string

URL to get the next set of results.

value?: QuotaReport[]

List of volume quota report records