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

InMageAzureV2ProtectedDiskDetails Class

Definition

InMageAzureV2 protected disk details.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.InMageAzureV2ProtectedDiskDetailsTypeConverter))]
public class InMageAzureV2ProtectedDiskDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IInMageAzureV2ProtectedDiskDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.InMageAzureV2ProtectedDiskDetailsTypeConverter))>]
type InMageAzureV2ProtectedDiskDetails = class
    interface IInMageAzureV2ProtectedDiskDetails
    interface IJsonSerializable
Public Class InMageAzureV2ProtectedDiskDetails
Implements IInMageAzureV2ProtectedDiskDetails
Inheritance
InMageAzureV2ProtectedDiskDetails
Attributes
Implements

Constructors

InMageAzureV2ProtectedDiskDetails()

Creates an new InMageAzureV2ProtectedDiskDetails instance.

Properties

DiskCapacityInByte

The disk capacity in bytes.

DiskId

The disk id.

DiskName

The disk name.

DiskResized

A value indicating whether disk is resized.

FileSystemCapacityInByte

The disk file system capacity in bytes.

HealthErrorCode

The health error code for the disk.

LastRpoCalculatedTime

The last RPO calculated time.

ProgressHealth

The Progress Health.

ProgressStatus

The Progress Status.

ProtectionStage

The protection stage.

PsDataInMegaByte

The PS data transit in MB.

ResyncDurationInSecond

The resync duration in seconds.

ResyncLast15MinutesTransferredByte

The resync last 15 minutes transferred bytes.

ResyncLastDataTransferTimeUtc

The last data transfer time in UTC.

ResyncProcessedByte

The resync processed bytes.

ResyncProgressPercentage

The resync progress percentage.

ResyncRequired

A value indicating whether resync is required for this disk.

ResyncStartTime

The resync start time.

ResyncTotalTransferredByte

The resync total transferred bytes.

RpoInSecond

The RPO in seconds.

SecondsToTakeSwitchProvider

The seconds to take for switch provider.

SourceDataInMegaByte

The source data transit in MB.

TargetDataInMegaByte

The target data transit in MB.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of InMageAzureV2ProtectedDiskDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of InMageAzureV2ProtectedDiskDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IInMageAzureV2ProtectedDiskDetails.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of InMageAzureV2ProtectedDiskDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to