InMageProtectedDiskDetails 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
InMageProtectedDiskDetails() |
Initializes a new instance of the InMageProtectedDiskDetails class. |
InMageProtectedDiskDetails(String, String, String, String, Nullable<Int64>, String, Nullable<Int32>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Double>, Nullable<Double>, Nullable<Double>, String, Nullable<DateTime>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<DateTime>, Nullable<DateTime>, String, String) |
Initializes a new instance of the InMageProtectedDiskDetails class. |
InMageProtectedDiskDetails()
Initializes a new instance of the InMageProtectedDiskDetails class.
public InMageProtectedDiskDetails ();
Public Sub New ()
Applies to
InMageProtectedDiskDetails(String, String, String, String, Nullable<Int64>, String, Nullable<Int32>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Double>, Nullable<Double>, Nullable<Double>, String, Nullable<DateTime>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<DateTime>, Nullable<DateTime>, String, String)
Initializes a new instance of the InMageProtectedDiskDetails class.
public InMageProtectedDiskDetails (string diskId = default, string diskName = default, string protectionStage = default, string healthErrorCode = default, long? rpoInSeconds = default, string resyncRequired = default, int? resyncProgressPercentage = default, long? resyncDurationInSeconds = default, long? diskCapacityInBytes = default, long? fileSystemCapacityInBytes = default, double? sourceDataInMb = default, double? psDataInMb = default, double? targetDataInMb = default, string diskResized = default, DateTime? lastRpoCalculatedTime = default, long? resyncProcessedBytes = default, long? resyncTotalTransferredBytes = default, long? resyncLast15MinutesTransferredBytes = default, DateTime? resyncLastDataTransferTimeUtc = default, DateTime? resyncStartTime = default, string progressHealth = default, string progressStatus = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageProtectedDiskDetails : string * string * string * string * Nullable<int64> * string * Nullable<int> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<double> * Nullable<double> * Nullable<double> * string * Nullable<DateTime> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<DateTime> * Nullable<DateTime> * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageProtectedDiskDetails
Public Sub New (Optional diskId As String = Nothing, Optional diskName As String = Nothing, Optional protectionStage As String = Nothing, Optional healthErrorCode As String = Nothing, Optional rpoInSeconds As Nullable(Of Long) = Nothing, Optional resyncRequired As String = Nothing, Optional resyncProgressPercentage As Nullable(Of Integer) = Nothing, Optional resyncDurationInSeconds As Nullable(Of Long) = Nothing, Optional diskCapacityInBytes As Nullable(Of Long) = Nothing, Optional fileSystemCapacityInBytes As Nullable(Of Long) = Nothing, Optional sourceDataInMb As Nullable(Of Double) = Nothing, Optional psDataInMb As Nullable(Of Double) = Nothing, Optional targetDataInMb As Nullable(Of Double) = Nothing, Optional diskResized As String = Nothing, Optional lastRpoCalculatedTime As Nullable(Of DateTime) = Nothing, Optional resyncProcessedBytes As Nullable(Of Long) = Nothing, Optional resyncTotalTransferredBytes As Nullable(Of Long) = Nothing, Optional resyncLast15MinutesTransferredBytes As Nullable(Of Long) = Nothing, Optional resyncLastDataTransferTimeUtc As Nullable(Of DateTime) = Nothing, Optional resyncStartTime As Nullable(Of DateTime) = Nothing, Optional progressHealth As String = Nothing, Optional progressStatus As String = Nothing)
Parameters
- diskId
- String
The disk id.
- diskName
- String
The disk name.
- protectionStage
- String
The protection stage.
- healthErrorCode
- String
The health error code for the disk.
- resyncRequired
- String
A value indicating whether resync is required for this disk.
- diskResized
- String
A value indicating whether disk is resized.
- progressHealth
- String
The Progress Health.
- progressStatus
- String
The Progress Status.