ArmDataProtectionBackupModelFactory.BackupValidateRestoreContent 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.
Validate restore request object.
public static Azure.ResourceManager.DataProtectionBackup.Models.BackupValidateRestoreContent BackupValidateRestoreContent(Azure.ResourceManager.DataProtectionBackup.Models.BackupRestoreContent restoreRequestObject = default);
static member BackupValidateRestoreContent : Azure.ResourceManager.DataProtectionBackup.Models.BackupRestoreContent -> Azure.ResourceManager.DataProtectionBackup.Models.BackupValidateRestoreContent
Public Shared Function BackupValidateRestoreContent (Optional restoreRequestObject As BackupRestoreContent = Nothing) As BackupValidateRestoreContent
Parameters
- restoreRequestObject
- BackupRestoreContent
Gets or sets the restore request object.
Returns
A new BackupValidateRestoreContent instance for mocking.