CapacityReservationUtilization Class
Represents the capacity reservation utilization in terms of resources allocated.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.compute._serialization.ModelCapacityReservationUtilization
Constructor
CapacityReservationUtilization(**kwargs: Any)
Variables
Name | Description |
---|---|
current_capacity
|
The value provides the current capacity of the VM size which was reserved successfully and for which the customer is getting billed. Minimum api-version: 2022-08-01. |
virtual_machines_allocated
|
A list of all virtual machines resource ids allocated against the capacity reservation. |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python