ListUsagesResult Class

The List Usages operation response.

All required parameters must be populated in order to send to Azure.

Inheritance
ListUsagesResult

Constructor

ListUsagesResult(*, value: List[azure.mgmt.compute.v2020_06_01.models._models_py3.Usage], next_link: Optional[str] = None, **kwargs)

Parameters

value
list[Usage]
Required

Required. The list of compute resource usages.

next_link
str
Required

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.