Storage Profile Args
data class StorageProfileArgs(val nfsIpAddress: Output<String>? = null, val osDisks: Output<List<DiskArgs>>? = null) : ConvertibleToJava<StorageProfileArgs>
Specifies the storage settings for the Azure Large Instance disks.