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.
The storage profile of the user settings.