CapacityReservationListResult Class

The list capacity reservation operation response.

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

Inheritance
CapacityReservationListResult

Constructor

CapacityReservationListResult(*, value: List[azure.mgmt.compute.v2021_04_01.models._models_py3.CapacityReservation], next_link: Optional[str] = None, **kwargs)

Parameters

value
list[CapacityReservation]
Required

Required. The list of capacity reservations.

next_link
str
Required

The URI to fetch the next page of capacity reservations. Call ListNext() with this URI to fetch the next page of capacity reservations.