Class CapacityReservationGroupInstanceView
- java.lang.Object
-
- com.azure.resourcemanager.compute.models.CapacityReservationGroupInstanceView
-
public final class CapacityReservationGroupInstanceView extends Object
The CapacityReservationGroupInstanceView model.
-
-
Constructor Summary
Constructors Constructor Description CapacityReservationGroupInstanceView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CapacityReservationInstanceViewWithName>capacityReservations()Get the capacityReservations property: List of instance view of the capacity reservations under the capacity reservation group.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
capacityReservations
public List<CapacityReservationInstanceViewWithName> capacityReservations()
Get the capacityReservations property: List of instance view of the capacity reservations under the capacity reservation group.- Returns:
- the capacityReservations value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-