Package version:

interface ListUsagesResult {
    nextLink?: string;
    value?: Usage[];
}

Properties

Properties

nextLink?: string

The URI to fetch the next page of compute resource usage information. Call ListNext() with this to fetch the next page of compute resource usage information.

value?: Usage[]

The list of compute resource usages.