Storage Profile Response
data class StorageProfileResponse(val diskSizeInGB: Int? = null, val fileShareName: String? = null, val storageAccountResourceId: String? = null)
The storage profile of the user settings.
Constructors
Link copied to clipboard
fun StorageProfileResponse(diskSizeInGB: Int? = null, fileShareName: String? = null, storageAccountResourceId: String? = null)