在C#中使用ComputeManagementClient
时,我可以在VM.StorageProfile.OsDisk.EncryptionSettings
下看到OS磁盘加密设置。但是VM.StorageProfile.DataDisks
中集合中的各个项目没有相同的设置组。
在哪里可以读取DataDisk的配置设置以确定它们是否已加密?使用PowerShell时,我可以使用(Get-AzureRmVMDiskEncryptionStatus).DataVolumesEncrypted
,所以我知道有可能获得此信息。...但是我看不到哪里。
有什么想法吗?