AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk constructor

AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk({
  1. String? diskSizeGb,
  2. String? interface,
})

Implementation

AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk({
  this.diskSizeGb,
  this.interface,
});