Share via


ReplicationAgentDetails Constructors

Definition

Overloads

ReplicationAgentDetails()

Initializes a new instance of the ReplicationAgentDetails class.

ReplicationAgentDetails(String, String, String, String, String, String, Nullable<DateTime>, String, IList<HealthError>)

Initializes a new instance of the ReplicationAgentDetails class.

ReplicationAgentDetails()

Initializes a new instance of the ReplicationAgentDetails class.

public ReplicationAgentDetails ();
Public Sub New ()

Applies to

ReplicationAgentDetails(String, String, String, String, String, String, Nullable<DateTime>, String, IList<HealthError>)

Initializes a new instance of the ReplicationAgentDetails class.

public ReplicationAgentDetails (string id = default, string name = default, string biosId = default, string fabricObjectId = default, string fqdn = default, string version = default, DateTime? lastHeartbeatUtc = default, string health = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HealthError> healthErrors = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReplicationAgentDetails : string * string * string * string * string * string * Nullable<DateTime> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HealthError> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReplicationAgentDetails
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional biosId As String = Nothing, Optional fabricObjectId As String = Nothing, Optional fqdn 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)

Parameters

id
String

The replication agent Id.

name
String

The replication agent name.

biosId
String

The replication agent Bios Id.

fabricObjectId
String

The fabric object Id.

fqdn
String

The replication agent Fqdn.

version
String

The version.

lastHeartbeatUtc
Nullable<DateTime>

The last heartbeat received from the replication agent.

health
String

The health of the replication agent. Possible values include: 'None', 'Normal', 'Warning', 'Critical'

healthErrors
IList<HealthError>

The health errors.

Applies to