你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ExportDiskDetails Class

Definition

Export disk details

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ExportDiskDetailsTypeConverter))]
public class ExportDiskDetails : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IExportDiskDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ExportDiskDetailsTypeConverter))>]
type ExportDiskDetails = class
    interface IExportDiskDetails
    interface IJsonSerializable
Public Class ExportDiskDetails
Implements IExportDiskDetails
Inheritance
ExportDiskDetails
Attributes
Implements

Constructors

ExportDiskDetails()

Creates an new ExportDiskDetails instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ExportDiskDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ExportDiskDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IExportDiskDetails.

FromJsonString(String)

Creates a new instance of ExportDiskDetails, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ExportDiskDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to