Sdílet prostřednictvím


ExportDiskDetails Class

Definition

Export disk details.

public class ExportDiskDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataBox.Models.ExportDiskDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataBox.Models.ExportDiskDetails>
type ExportDiskDetails = class
    interface IJsonModel<ExportDiskDetails>
    interface IPersistableModel<ExportDiskDetails>
Public Class ExportDiskDetails
Implements IJsonModel(Of ExportDiskDetails), IPersistableModel(Of ExportDiskDetails)
Inheritance
ExportDiskDetails
Implements

Properties

BackupManifestCloudPath

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

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<ExportDiskDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ExportDiskDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExportDiskDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExportDiskDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ExportDiskDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to