Megosztás a következőn keresztül:


DriveStatus Class

Definition

Provides information about the drive's status

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

Constructors

DriveStatus()

Creates an new DriveStatus instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DriveStatus.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DriveStatus.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.IDriveStatus.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DriveStatus into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to