AllocationAggregateReservation constructor
AllocationAggregateReservation({
- List<
AllocationAggregateReservationReservedResourceInfo> ? inUseResources, - List<
AllocationAggregateReservationReservedResourceInfo> ? reservedResources, - String? vmFamily,
- String? workloadType,
Implementation
AllocationAggregateReservation({
this.inUseResources,
this.reservedResources,
this.vmFamily,
this.workloadType,
});