ImportDiskDetails interface

Import disk details

Properties

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.

bitLockerKey

BitLocker key used to encrypt the disk.

manifestFile

The relative path of the manifest file on the disk.

manifestHash

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