BackupRecoveryPointBasedRestoreContent Constructor
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 BackupRecoveryPointBasedRestoreContent.
public BackupRecoveryPointBasedRestoreContent(Azure.ResourceManager.DataProtectionBackup.Models.RestoreTargetInfoBase restoreTargetInfo, Azure.ResourceManager.DataProtectionBackup.Models.SourceDataStoreType sourceDataStoreType, string recoveryPointId);
new Azure.ResourceManager.DataProtectionBackup.Models.BackupRecoveryPointBasedRestoreContent : Azure.ResourceManager.DataProtectionBackup.Models.RestoreTargetInfoBase * Azure.ResourceManager.DataProtectionBackup.Models.SourceDataStoreType * string -> Azure.ResourceManager.DataProtectionBackup.Models.BackupRecoveryPointBasedRestoreContent
Public Sub New (restoreTargetInfo As RestoreTargetInfoBase, sourceDataStoreType As SourceDataStoreType, recoveryPointId As String)
Parameters
- restoreTargetInfo
- RestoreTargetInfoBase
Gets or sets the restore target information.
- sourceDataStoreType
- SourceDataStoreType
Gets or sets the type of the source data store.
- recoveryPointId
- String
Exceptions
restoreTargetInfo or recoveryPointId is null.