VCenterProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
- 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.