ManagedDiskResponse

data class ManagedDiskResponse(val securityProfile: VMDiskSecurityProfileResponse? = null, val storageAccountType: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the security profile settings for the managed disk. Note: It can only be set for Confidential VMs and is required when using Confidential VMs.

Link copied to clipboard