Storage Args
constructor(autoGrow: Output<Either<String, StorageAutoGrow>>? = null, iops: Output<Int>? = null, storageSizeGB: Output<Int>? = null, throughput: Output<Int>? = null, tier: Output<Either<String, AzureManagedDiskPerformanceTiers>>? = null, type: Output<Either<String, StorageType>>? = null)