Sdílet prostřednictvím


ArmRecoveryServicesSiteRecoveryModelFactory.RcmProxyDetails Method

Definition

Initializes a new instance of RcmProxyDetails.

public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RcmProxyDetails RcmProxyDetails (string id = default, string name = default, string biosId = default, Azure.Core.ResourceIdentifier fabricObjectId = default, string fqdn = default, string clientAuthenticationType = default, string version = default, DateTimeOffset? lastHeartbeatReceivedOn = default, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryProtectionHealth? health = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryHealthError> healthErrors = default);
static member RcmProxyDetails : string * string * string * Azure.Core.ResourceIdentifier * string * string * string * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryProtectionHealth> * seq<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryHealthError> -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RcmProxyDetails
Public Shared Function RcmProxyDetails (Optional id As String = Nothing, Optional name As String = Nothing, Optional biosId As String = Nothing, Optional fabricObjectId As ResourceIdentifier = Nothing, Optional fqdn As String = Nothing, Optional clientAuthenticationType As String = Nothing, Optional version As String = Nothing, Optional lastHeartbeatReceivedOn As Nullable(Of DateTimeOffset) = Nothing, Optional health As Nullable(Of SiteRecoveryProtectionHealth) = Nothing, Optional healthErrors As IEnumerable(Of SiteRecoveryHealthError) = Nothing) As RcmProxyDetails

Parameters

id
String

The RCM proxy Id.

name
String

The RCM proxy name.

biosId
String

The RCM proxy Bios Id.

fabricObjectId
ResourceIdentifier

The fabric object Id.

fqdn
String

The RCM proxy Fqdn.

clientAuthenticationType
String

The client authentication type.

version
String

The version.

lastHeartbeatReceivedOn
Nullable<DateTimeOffset>

The last heartbeat received from the RCM proxy.

health
Nullable<SiteRecoveryProtectionHealth>

The health of the RCM proxy.

healthErrors
IEnumerable<SiteRecoveryHealthError>

The health errors.

Returns

A new RcmProxyDetails instance for mocking.

Applies to