Package version:

Interface UsagesListResult

Usages result

interface UsagesListResult {
    nextLink?: string;
    value?: UsageResult[];
}

Properties

Properties

nextLink?: string

URL to get the next set of results.

value?: UsageResult[]

A list of usages