StorageProfileArgs

data class StorageProfileArgs(val dataDisks: Output<List<DataDiskArgs>>? = null, val osDiskStorageAccountType: Output<Either<String, OsDiskStorageAccountType>>? = null) : ConvertibleToJava<StorageProfileArgs>

The storage profile of the VMSS.

Constructors

Link copied to clipboard
constructor(dataDisks: Output<List<DataDiskArgs>>? = null, osDiskStorageAccountType: Output<Either<String, OsDiskStorageAccountType>>? = null)

Properties

Link copied to clipboard
val dataDisks: Output<List<DataDiskArgs>>? = null

A list of empty data disks to attach.

Link copied to clipboard

The Azure SKU name of the machines in the pool.

Functions

Link copied to clipboard
open override fun toJava(): StorageProfileArgs