InMageRcmProtectedDiskDetails 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
InMageRcmProtectedDiskDetails() |
Initializes a new instance of the InMageRcmProtectedDiskDetails class. |
InMageRcmProtectedDiskDetails(String, String, String, Nullable<Int64>, String, String, String, String, String, String, Nullable<Double>, Nullable<Double>, String, InMageRcmSyncDetails, InMageRcmSyncDetails) |
Initializes a new instance of the InMageRcmProtectedDiskDetails class. |
InMageRcmProtectedDiskDetails()
Initializes a new instance of the InMageRcmProtectedDiskDetails class.
public InMageRcmProtectedDiskDetails ();
Public Sub New ()
Applies to
InMageRcmProtectedDiskDetails(String, String, String, Nullable<Int64>, String, String, String, String, String, String, Nullable<Double>, Nullable<Double>, String, InMageRcmSyncDetails, InMageRcmSyncDetails)
Initializes a new instance of the InMageRcmProtectedDiskDetails class.
public InMageRcmProtectedDiskDetails (string diskId = default, string diskName = default, string isOSDisk = default, long? capacityInBytes = default, string logStorageAccountId = default, string diskEncryptionSetId = default, string seedManagedDiskId = default, string seedBlobUri = default, string targetManagedDiskId = default, string diskType = default, double? dataPendingInLogDataStoreInMb = default, double? dataPendingAtSourceAgentInMb = default, string isInitialReplicationComplete = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmSyncDetails irDetails = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmSyncDetails resyncDetails = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmProtectedDiskDetails : string * string * string * Nullable<int64> * string * string * string * string * string * string * Nullable<double> * Nullable<double> * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmSyncDetails * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmSyncDetails -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmProtectedDiskDetails
Public Sub New (Optional diskId As String = Nothing, Optional diskName As String = Nothing, Optional isOSDisk As String = Nothing, Optional capacityInBytes As Nullable(Of Long) = Nothing, Optional logStorageAccountId As String = Nothing, Optional diskEncryptionSetId As String = Nothing, Optional seedManagedDiskId As String = Nothing, Optional seedBlobUri As String = Nothing, Optional targetManagedDiskId As String = Nothing, Optional diskType As String = Nothing, Optional dataPendingInLogDataStoreInMb As Nullable(Of Double) = Nothing, Optional dataPendingAtSourceAgentInMb As Nullable(Of Double) = Nothing, Optional isInitialReplicationComplete As String = Nothing, Optional irDetails As InMageRcmSyncDetails = Nothing, Optional resyncDetails As InMageRcmSyncDetails = Nothing)
Parameters
- diskId
- String
The disk Id.
- diskName
- String
The disk name.
- isOSDisk
- String
A value indicating whether the disk is the OS disk.
- logStorageAccountId
- String
The log storage account ARM Id.
- diskEncryptionSetId
- String
The DiskEncryptionSet ARM Id.
- seedManagedDiskId
- String
The ARM Id of the seed managed disk.
- seedBlobUri
- String
The uri of the seed blob.
- targetManagedDiskId
- String
The ARM Id of the target managed disk.
- diskType
- String
The disk type. Possible values include: 'Standard_LRS', 'Premium_LRS', 'StandardSSD_LRS'
- isInitialReplicationComplete
- String
A value indicating whether initial replication is complete or not.
- irDetails
- InMageRcmSyncDetails
The initial replication details.
- resyncDetails
- InMageRcmSyncDetails
The resync details.