AllocationAggregateReservation constructor

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

Implementation

AllocationAggregateReservation({
  this.inUseResources = const [],
  this.reservedResources = const [],
  this.vmFamily,
  this.workloadType,
}) : super(fullyQualifiedName);