ArmRecoveryServicesSiteRecoveryModelFactory.InMageRcmProtectedDiskDetails Method
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.
Initializes a new instance of InMageRcmProtectedDiskDetails.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmProtectedDiskDetails InMageRcmProtectedDiskDetails(string diskId = default, string diskName = default, string isOSDisk = default, long? capacityInBytes = default, Azure.Core.ResourceIdentifier logStorageAccountId = default, Azure.Core.ResourceIdentifier diskEncryptionSetId = default, string seedManagedDiskId = default, Uri seedBlobUri = default, string targetManagedDiskId = default, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryDiskAccountType? diskType = default, double? dataPendingInLogDataStoreInMB = default, double? dataPendingAtSourceAgentInMB = default, string isInitialReplicationComplete = default, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmSyncDetails irDetails = default, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmSyncDetails resyncDetails = default);
static member InMageRcmProtectedDiskDetails : string * string * string * Nullable<int64> * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * string * Uri * string * Nullable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryDiskAccountType> * Nullable<double> * Nullable<double> * string * Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmSyncDetails * Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmSyncDetails -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmProtectedDiskDetails
Public Shared Function InMageRcmProtectedDiskDetails (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 ResourceIdentifier = Nothing, Optional diskEncryptionSetId As ResourceIdentifier = Nothing, Optional seedManagedDiskId As String = Nothing, Optional seedBlobUri As Uri = Nothing, Optional targetManagedDiskId As String = Nothing, Optional diskType As Nullable(Of SiteRecoveryDiskAccountType) = 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) As InMageRcmProtectedDiskDetails
Parameters
- diskId
- String
The disk Id.
- diskName
- String
The disk name.
- isOSDisk
- String
A value indicating whether the disk is the OS disk.
- logStorageAccountId
- ResourceIdentifier
The log storage account ARM Id.
- diskEncryptionSetId
- ResourceIdentifier
The DiskEncryptionSet ARM Id.
- seedManagedDiskId
- String
The ARM Id of the seed managed disk.
- seedBlobUri
- Uri
The uri of the seed blob.
- targetManagedDiskId
- String
The ARM Id of the target managed disk.
- diskType
- Nullable<SiteRecoveryDiskAccountType>
The disk type.
- isInitialReplicationComplete
- String
A value indicating whether initial replication is complete or not.
- irDetails
- InMageRcmSyncDetails
The initial replication details.
- resyncDetails
- InMageRcmSyncDetails
The resync details.
Returns
A new InMageRcmProtectedDiskDetails instance for mocking.
Applies to
Azure SDK for .NET