Storage Profile Args
data class StorageProfileArgs(val diskSizeInGB: Output<Int>? = null, val fileShareName: Output<String>? = null, val storageAccountResourceId: Output<String>? = null) : ConvertibleToJava<StorageProfileArgs>
The storage profile of the user settings.
Constructors
Link copied to clipboard
fun StorageProfileArgs(diskSizeInGB: Output<Int>? = null, fileShareName: Output<String>? = null, storageAccountResourceId: Output<String>? = null)