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

IExportDiskDetails Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ExportDiskDetailsTypeConverter))]
public interface IExportDiskDetails : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ExportDiskDetailsTypeConverter))>]
type IExportDiskDetails = interface
    interface IJsonSerializable
Public Interface IExportDiskDetails
Implements IJsonSerializable
Derived
Attributes
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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to