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.