Class CapacityReservationUtilization
java.lang.Object
com.azure.resourcemanager.compute.models.CapacityReservationUtilization
Represents the capacity reservation utilization in terms of resources allocated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate()Validates the instance.Get the virtualMachinesAllocated property: A list of all virtual machines resource ids allocated against the capacity reservation.
-
Constructor Details
-
CapacityReservationUtilization
public CapacityReservationUtilization()
-
-
Method Details
-
virtualMachinesAllocated
Get the virtualMachinesAllocated property: A list of all virtual machines resource ids allocated against the capacity reservation.- Returns:
- the virtualMachinesAllocated value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-