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.
public class ImportDiskDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataBox.Models.ImportDiskDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataBox.Models.ImportDiskDetails>
type ImportDiskDetails = class
interface IJsonModel<ImportDiskDetails>
interface IPersistableModel<ImportDiskDetails>
Public Class ImportDiskDetails
Implements IJsonModel(Of ImportDiskDetails), IPersistableModel(Of ImportDiskDetails)
- Inheritance
-
ImportDiskDetails
- Implements
Constructors
ImportDiskDetails(String, String, String) |
Initializes a new instance of ImportDiskDetails. |
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
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ImportDiskDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ImportDiskDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ImportDiskDetails>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ImportDiskDetails>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ImportDiskDetails>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET