Delen via


RcmProxyDetails Constructors

Definition

Overloads

RcmProxyDetails()

Initializes a new instance of the RcmProxyDetails class.

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

Initializes a new instance of the RcmProxyDetails class.

RcmProxyDetails()

Initializes a new instance of the RcmProxyDetails class.

public RcmProxyDetails ();
Public Sub New ()

Applies to

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

Initializes a new instance of the RcmProxyDetails class.

public RcmProxyDetails (string id = default, string name = default, string biosId = default, string fabricObjectId = default, string fqdn = default, string clientAuthenticationType = 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.RcmProxyDetails : string * 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.RcmProxyDetails
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 clientAuthenticationType 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 RCM proxy Id.

name
String

The RCM proxy name.

biosId
String

The RCM proxy Bios Id.

fabricObjectId
String

The fabric object Id.

fqdn
String

The RCM proxy Fqdn.

clientAuthenticationType
String

The client authentication type.

version
String

The version.

lastHeartbeatUtc
Nullable<DateTime>

The last heartbeat received from the RCM proxy.

health
String

The health of the RCM proxy. Possible values include: 'None', 'Normal', 'Warning', 'Critical'

healthErrors
IList<HealthError>

The health errors.

Applies to