Managed Disk Parameters Response
data class ManagedDiskParametersResponse(val diskEncryptionSet: DiskEncryptionSetParametersResponse? = null, val id: String? = null, val storageAccountType: String? = null)
The parameters of a managed disk.
Constructors
Link copied to clipboard
fun ManagedDiskParametersResponse(diskEncryptionSet: DiskEncryptionSetParametersResponse? = null, id: String? = null, storageAccountType: String? = null)