Compartilhar via


ListUsagesResult interface

The List Usages operation response.

Properties

nextLink

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

The list of compute resource usages.

Property Details

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.

nextLink?: string

Property Value

string

value

The list of compute resource usages.

value: Usage[]

Property Value

Usage[]