Freigeben über


DraDetails Constructors

Definition

Overloads

DraDetails()

Initializes a new instance of the DraDetails class.

DraDetails(String, String, String, String, Nullable<DateTime>, String, IList<HealthError>, Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the DraDetails class.

DraDetails()

Initializes a new instance of the DraDetails class.

public DraDetails ();
Public Sub New ()

Applies to

DraDetails(String, String, String, String, Nullable<DateTime>, String, IList<HealthError>, Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the DraDetails class.

public DraDetails (string id = default, string name = default, string biosId = default, string version = default, DateTime? lastHeartbeatUtc = default, string health = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HealthError> healthErrors = default, int? forwardProtectedItemCount = default, int? reverseProtectedItemCount = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.DraDetails : string * string * string * string * Nullable<DateTime> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HealthError> * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.DraDetails
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional biosId As String = Nothing, Optional version As String = Nothing, Optional lastHeartbeatUtc As Nullable(Of DateTime) = Nothing, Optional health As String = Nothing, Optional healthErrors As IList(Of HealthError) = Nothing, Optional forwardProtectedItemCount As Nullable(Of Integer) = Nothing, Optional reverseProtectedItemCount As Nullable(Of Integer) = Nothing)

Parameters

id
String

The DRA Id.

name
String

The DRA name.

biosId
String

The DRA Bios Id.

version
String

The version.

lastHeartbeatUtc
Nullable<DateTime>

The last heartbeat received from the DRA.

health
String

The health. Possible values include: 'None', 'Normal', 'Warning', 'Critical'

healthErrors
IList<HealthError>

The health errors.

forwardProtectedItemCount
Nullable<Int32>

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

reverseProtectedItemCount
Nullable<Int32>

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

Applies to