StorageProfileResponse

data class StorageProfileResponse(val dataDisks: List<DataDiskResponse>? = null, val osDiskStorageAccountType: String? = null)

The storage profile of the VMSS.

Constructors

Link copied to clipboard
constructor(dataDisks: List<DataDiskResponse>? = null, osDiskStorageAccountType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of empty data disks to attach.

Link copied to clipboard

The Azure SKU name of the machines in the pool.