ImportDiskDetails interface

Import disk details

Properties

backupManifestCloudPath

Path to backed up manifest, only returned if enableManifestBackup is true.

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.

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