CapacityReservationUtilizationResponse

data class CapacityReservationUtilizationResponse(val currentCapacity: Int, val virtualMachinesAllocated: List<SubResourceReadOnlyResponse>)

Represents the capacity reservation utilization in terms of resources allocated.

Constructors

Link copied to clipboard
constructor(currentCapacity: Int, virtualMachinesAllocated: List<SubResourceReadOnlyResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

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