StorageProfileResponse

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
constructor(diskSizeInGB: Int? = null, fileShareName: String? = null, storageAccountResourceId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val diskSizeInGB: Int? = null

Size of file share

Link copied to clipboard
val fileShareName: String? = null

Name of the mounted file share. 63 characters or less, lowercase alphabet, numbers, and -

Link copied to clipboard

Full resource ID of storage account.