VCenterProperties Constructors

Definition

Overloads

VCenterProperties()

Initializes a new instance of the VCenterProperties class.

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

Initializes a new instance of the VCenterProperties class.

VCenterProperties()

Initializes a new instance of the VCenterProperties class.

public VCenterProperties ();
Public Sub New ()

Applies to

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

Initializes a new instance of the VCenterProperties class.

public VCenterProperties (string friendlyName = default, string internalId = default, DateTime? lastHeartbeat = default, string discoveryStatus = default, string processServerId = default, string ipAddress = default, string infrastructureId = default, string port = default, string runAsAccountId = default, string fabricArmResourceName = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HealthError> healthErrors = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VCenterProperties : string * string * Nullable<DateTime> * string * string * string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HealthError> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VCenterProperties
Public Sub New (Optional friendlyName As String = Nothing, Optional internalId As String = Nothing, Optional lastHeartbeat As Nullable(Of DateTime) = Nothing, Optional discoveryStatus As String = Nothing, Optional processServerId As String = Nothing, Optional ipAddress As String = Nothing, Optional infrastructureId As String = Nothing, Optional port As String = Nothing, Optional runAsAccountId As String = Nothing, Optional fabricArmResourceName As String = Nothing, Optional healthErrors As IList(Of HealthError) = Nothing)

Parameters

friendlyName
String

Friendly name of the vCenter.

internalId
String

VCenter internal ID.

lastHeartbeat
Nullable<DateTime>

The time when the last heartbeat was received by vCenter.

discoveryStatus
String

The VCenter discovery status.

processServerId
String

The process server Id.

ipAddress
String

The IP address of the vCenter.

infrastructureId
String

The infrastructure Id of vCenter.

port
String

The port number for discovery.

runAsAccountId
String

The account Id which has privileges to discover the vCenter.

fabricArmResourceName
String

The ARM resource name of the fabric containing this VCenter.

healthErrors
IList<HealthError>

The health errors for this VCenter.

Applies to