AllocationAggregateReservation constructor

AllocationAggregateReservation({
  1. List<AllocationAggregateReservationReservedResourceInfo>? inUseResources,
  2. List<AllocationAggregateReservationReservedResourceInfo>? reservedResources,
  3. String? vmFamily,
  4. String? workloadType,
})

Implementation

AllocationAggregateReservation({
  this.inUseResources,
  this.reservedResources,
  this.vmFamily,
  this.workloadType,
});