ManagedDiskParametersResponse

data class ManagedDiskParametersResponse(val diskEncryptionSet: DiskEncryptionSetParametersResponse? = null, val id: String? = null, val securityProfile: VMDiskSecurityProfileResponse? = null, val storageAccountType: String? = null)

The parameters of a managed disk.

Constructors

Link copied to clipboard
constructor(diskEncryptionSet: DiskEncryptionSetParametersResponse? = null, id: String? = null, securityProfile: VMDiskSecurityProfileResponse? = null, storageAccountType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the customer managed disk encryption set resource id for the managed disk.

Link copied to clipboard
val id: String? = null

Resource Id

Link copied to clipboard

Specifies the security profile for the managed disk.

Link copied to clipboard

Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.