ImportDiskDetails Class
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.
Import disk details
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ImportDiskDetailsTypeConverter))]
public class ImportDiskDetails : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IImportDiskDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ImportDiskDetailsTypeConverter))>]
type ImportDiskDetails = class
interface IImportDiskDetails
interface IJsonSerializable
Public Class ImportDiskDetails
Implements IImportDiskDetails
- Inheritance
-
ImportDiskDetails
- Attributes
- Implements
Constructors
ImportDiskDetails() |
Creates an new ImportDiskDetails instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ImportDiskDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ImportDiskDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IImportDiskDetails. |
FromJsonString(String) |
Creates a new instance of ImportDiskDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ImportDiskDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |