AllocationAggregateReservation constructor
AllocationAggregateReservation({
- List<
AllocationAggregateReservationReservedResourceInfo> inUseResources = const [], - List<
AllocationAggregateReservationReservedResourceInfo> reservedResources = const [], - String? vmFamily,
- String? workloadType,
Implementation
AllocationAggregateReservation({
this.inUseResources = const [],
this.reservedResources = const [],
this.vmFamily,
this.workloadType,
}) : super(fullyQualifiedName);