Class CapacityReservationUtilization
- java.lang.Object
-
- com.azure.resourcemanager.compute.models.CapacityReservationUtilization
-
public final class CapacityReservationUtilization extends Object
Represents the capacity reservation utilization in terms of resources allocated.
-
-
Constructor Summary
Constructors Constructor Description CapacityReservationUtilization()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<SubResourceReadOnly>virtualMachinesAllocated()Get the virtualMachinesAllocated property: A list of all virtual machines resource ids allocated against the capacity reservation.
-
-
-
Method Detail
-
virtualMachinesAllocated
public List<SubResourceReadOnly> 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.
-
-