AllocationSpecificSkureservation constructor
AllocationSpecificSkureservation({
- int? assuredCount,
- int? count,
- int? inUseCount,
- AllocationSpecificSkuallocationReservedInstanceProperties? instanceProperties,
- String? sourceInstanceTemplate,
Implementation
AllocationSpecificSkureservation({
this.assuredCount,
this.count,
this.inUseCount,
this.instanceProperties,
this.sourceInstanceTemplate,
}) : super(fullyQualifiedName);