DraDetails 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
DraDetails() |
Initializes a new instance of the DraDetails class. |
DraDetails(String, String, String, String, Nullable<DateTime>, String, IList<HealthError>, Nullable<Int32>, Nullable<Int32>) |
Initializes a new instance of the DraDetails class. |
DraDetails()
Initializes a new instance of the DraDetails class.
public DraDetails ();
Public Sub New ()
Applies to
DraDetails(String, String, String, String, Nullable<DateTime>, String, IList<HealthError>, Nullable<Int32>, Nullable<Int32>)
Initializes a new instance of the DraDetails class.
public DraDetails (string id = default, string name = default, string biosId = default, string version = default, DateTime? lastHeartbeatUtc = default, string health = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HealthError> healthErrors = default, int? forwardProtectedItemCount = default, int? reverseProtectedItemCount = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.DraDetails : string * string * string * string * Nullable<DateTime> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HealthError> * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.DraDetails
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional biosId 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, Optional forwardProtectedItemCount As Nullable(Of Integer) = Nothing, Optional reverseProtectedItemCount As Nullable(Of Integer) = Nothing)
Parameters
- id
- String
The DRA Id.
- name
- String
The DRA name.
- biosId
- String
The DRA Bios Id.
- version
- String
The version.
- health
- String
The health. Possible values include: 'None', 'Normal', 'Warning', 'Critical'
- healthErrors
- IList<HealthError>
The health errors.
The count of protected items which are protected in forward direction.
The count of protected items which are protected in reverse direction.