MarsAgentDetails Constructors

Definition

Overloads

MarsAgentDetails()

Initializes a new instance of the MarsAgentDetails class.

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

Initializes a new instance of the MarsAgentDetails class.

MarsAgentDetails()

Initializes a new instance of the MarsAgentDetails class.

public MarsAgentDetails ();
Public Sub New ()

Applies to

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

Initializes a new instance of the MarsAgentDetails class.

public MarsAgentDetails (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.MarsAgentDetails : 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.MarsAgentDetails
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 Mars agent Id.

name
String

The Mars agent name.

biosId
String

The Mars agent Bios Id.

fabricObjectId
String

The fabric object Id.

fqdn
String

The Mars agent Fqdn.

version
String

The version.

lastHeartbeatUtc
Nullable<DateTime>

The last heartbeat received from the Mars agent.

health
String

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

healthErrors
IList<HealthError>

The health errors.

Applies to