Partager via


MasterTargetServer Constructors

Definition

Overloads

MasterTargetServer()

Initializes a new instance of the MasterTargetServer class.

MasterTargetServer(String, String, String, String, String, Nullable<DateTime>, String, IList<RetentionVolume>, IList<DataStore>, IList<HealthError>, IList<HealthError>, Nullable<Int32>, String, Nullable<DateTime>, String, Nullable<DateTime>, VersionDetails, VersionDetails)

Initializes a new instance of the MasterTargetServer class.

MasterTargetServer()

Initializes a new instance of the MasterTargetServer class.

public MasterTargetServer ();
Public Sub New ()

Applies to

MasterTargetServer(String, String, String, String, String, Nullable<DateTime>, String, IList<RetentionVolume>, IList<DataStore>, IList<HealthError>, IList<HealthError>, Nullable<Int32>, String, Nullable<DateTime>, String, Nullable<DateTime>, VersionDetails, VersionDetails)

Initializes a new instance of the MasterTargetServer class.

public MasterTargetServer (string id = default, string ipAddress = default, string name = default, string osType = default, string agentVersion = default, DateTime? lastHeartbeat = default, string versionStatus = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RetentionVolume> retentionVolumes = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.DataStore> dataStores = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HealthError> validationErrors = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HealthError> healthErrors = default, int? diskCount = default, string osVersion = default, DateTime? agentExpiryDate = default, string marsAgentVersion = default, DateTime? marsAgentExpiryDate = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VersionDetails agentVersionDetails = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VersionDetails marsAgentVersionDetails = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.MasterTargetServer : string * string * string * string * string * Nullable<DateTime> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RetentionVolume> * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.DataStore> * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HealthError> * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HealthError> * Nullable<int> * string * Nullable<DateTime> * string * Nullable<DateTime> * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VersionDetails * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VersionDetails -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.MasterTargetServer
Public Sub New (Optional id As String = Nothing, Optional ipAddress As String = Nothing, Optional name As String = Nothing, Optional osType As String = Nothing, Optional agentVersion As String = Nothing, Optional lastHeartbeat As Nullable(Of DateTime) = Nothing, Optional versionStatus As String = Nothing, Optional retentionVolumes As IList(Of RetentionVolume) = Nothing, Optional dataStores As IList(Of DataStore) = Nothing, Optional validationErrors As IList(Of HealthError) = Nothing, Optional healthErrors As IList(Of HealthError) = Nothing, Optional diskCount As Nullable(Of Integer) = Nothing, Optional osVersion As String = Nothing, Optional agentExpiryDate As Nullable(Of DateTime) = Nothing, Optional marsAgentVersion As String = Nothing, Optional marsAgentExpiryDate As Nullable(Of DateTime) = Nothing, Optional agentVersionDetails As VersionDetails = Nothing, Optional marsAgentVersionDetails As VersionDetails = Nothing)

Parameters

id
String

The server Id.

ipAddress
String

The IP address of the server.

name
String

The server name.

osType
String

The OS type of the server.

agentVersion
String

The version of the scout component on the server.

lastHeartbeat
Nullable<DateTime>

The last heartbeat received from the server.

versionStatus
String

Version status.

retentionVolumes
IList<RetentionVolume>

The retention volumes of Master target Server.

dataStores
IList<DataStore>

The list of data stores in the fabric.

validationErrors
IList<HealthError>

Validation errors.

healthErrors
IList<HealthError>

Health errors.

diskCount
Nullable<Int32>

Disk count of the master target.

osVersion
String

OS Version of the master target.

agentExpiryDate
Nullable<DateTime>

Agent expiry date.

marsAgentVersion
String

MARS agent version.

marsAgentExpiryDate
Nullable<DateTime>

MARS agent expiry date.

agentVersionDetails
VersionDetails

Agent version details.

marsAgentVersionDetails
VersionDetails

Mars agent version details.

Applies to