ImportDiskDetails interface
匯入磁片詳細資料
屬性
backup |
備份資訊清單的路徑,只有在 enableManifestBackup 為 true 時才會傳回。 注意:此屬性不會序列化。 它只能由伺服器填入。 |
bit |
用來加密磁片的 BitLocker 金鑰。 |
manifest |
磁片上資訊清單檔的相對路徑。 |
manifest |
磁片上資訊清單檔的 Base16 編碼 MD5 雜湊。 |
屬性詳細資料
backupManifestCloudPath
備份資訊清單的路徑,只有在 enableManifestBackup 為 true 時才會傳回。 注意:此屬性不會序列化。 它只能由伺服器填入。
backupManifestCloudPath?: string
屬性值
string
bitLockerKey
用來加密磁片的 BitLocker 金鑰。
bitLockerKey: string
屬性值
string
manifestFile
磁片上資訊清單檔的相對路徑。
manifestFile: string
屬性值
string
manifestHash
磁片上資訊清單檔的 Base16 編碼 MD5 雜湊。
manifestHash: string
屬性值
string