ImportDiskDetails interface
Import disk details
Properties
backup |
Path to backed up manifest, only returned if enableManifestBackup is true. NOTE: This property will not be serialized. It can only be populated by the server. |
bit |
BitLocker key used to encrypt the disk. |
manifest |
The relative path of the manifest file on the disk. |
manifest |
The Base16-encoded MD5 hash of the manifest file on the disk. |
Property Details
backupManifestCloudPath
Path to backed up manifest, only returned if enableManifestBackup is true. NOTE: This property will not be serialized. It can only be populated by the server.
backupManifestCloudPath?: string
Property Value
string
bitLockerKey
BitLocker key used to encrypt the disk.
bitLockerKey: string
Property Value
string
manifestFile
The relative path of the manifest file on the disk.
manifestFile: string
Property Value
string
manifestHash
The Base16-encoded MD5 hash of the manifest file on the disk.
manifestHash: string
Property Value
string