CapacityReservationUtilization Class

Represents the capacity reservation utilization in terms of resources allocated.

Constructor

CapacityReservationUtilization()

Variables

Name Description
current_capacity
int

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
list[<xref:"SubResourceReadOnly">]

A list of all virtual machines resource ids allocated against the capacity reservation.

Attributes

currentCapacity

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.

currentCapacity: int

virtualMachinesAllocated

A list of all virtual machines resource ids allocated against the capacity reservation.

virtualMachinesAllocated: list[azure.mgmt.compute.types.SubResourceReadOnly]