DataDisksGroupsResponse

data class DataDisksGroupsResponse(val diskSizeGB: Int, val disksPerNode: Int? = null, val storageAccountType: String)

The data disks groups for the role.

Constructors

Link copied to clipboard
constructor(diskSizeGB: Int, disksPerNode: Int? = null, storageAccountType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ReadOnly. The DiskSize in GB. Do not set this value.

Link copied to clipboard
val disksPerNode: Int? = null

The number of disks per node.

Link copied to clipboard

ReadOnly. The storage account type. Do not set this value.