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

DraDetails Class

Definition

DRA details.

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

Constructors

DraDetails()

Creates an new DraDetails instance.

Properties

BiosId

The DRA Bios Id.

ForwardProtectedItemCount

The count of protected items which are protected in forward direction.

Health

The health.

HealthError

The health errors.

Id

The DRA Id.

LastHeartbeatUtc

The last heartbeat received from the DRA.

Name

The DRA name.

ReverseProtectedItemCount

The count of protected items which are protected in reverse direction.

Version

The version.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DraDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DraDetails.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DraDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to