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

IDriveStatus Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.DriveStatusTypeConverter))]
public interface IDriveStatus : Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.DriveStatusTypeConverter))>]
type IDriveStatus = interface
    interface IJsonSerializable
Public Interface IDriveStatus
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

BitLockerKey

The BitLocker key used to encrypt the drive.

BytesSucceeded

Bytes successfully transferred for the drive.

CopyStatus

Detailed status about the data transfer process. This field is not returned in the response until the drive is in the Transferring state.

DriveHeaderHash

The drive header hash value.

DriveId

The drive's hardware serial number, without spaces.

ErrorLogUri

A URI that points to the blob containing the error log for the data transfer operation.

ManifestFile

The relative path of the manifest file on the drive.

ManifestHash

The Base16-encoded MD5 hash of the manifest file on the drive.

ManifestUri

A URI that points to the blob containing the drive manifest file.

PercentComplete

Percentage completed for the drive.

State

The drive's current state.

VerboseLogUri

A URI that points to the blob containing the verbose log for the data transfer operation.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to