IImportDiskDetails Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ImportDiskDetailsTypeConverter))]
public interface IImportDiskDetails : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ImportDiskDetailsTypeConverter))>]
type IImportDiskDetails = interface
interface IJsonSerializable
Public Interface IImportDiskDetails
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |