ListUsagesResult interface

The List Usages operation response.

Properties

nextLink

The URI to fetch the next page of AML resource usage information. Call ListNext() with this to fetch the next page of AML resource usage information. NOTE: This property will not be serialized. It can only be populated by the server.

value

The list of AML resource usages. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

The URI to fetch the next page of AML resource usage information. Call ListNext() with this to fetch the next page of AML resource usage information. NOTE: This property will not be serialized. It can only be populated by the server.

nextLink?: string

Property Value

string

value

The list of AML resource usages. NOTE: This property will not be serialized. It can only be populated by the server.

value?: Usage[]

Property Value

Usage[]