ArmDataProtectionBackupModelFactory.BackupRestoreContent 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.
Azure backup restore request Please note this is the abstract base class. The derived classes available for instantiation are: BackupRecoveryPointBasedRestoreContent, BackupRestoreWithRehydrationContent, and BackupRecoveryTimeBasedRestoreContent.
public static Azure.ResourceManager.DataProtectionBackup.Models.BackupRestoreContent BackupRestoreContent(string objectType = default, Azure.ResourceManager.DataProtectionBackup.Models.RestoreTargetInfoBase restoreTargetInfo = default, Azure.ResourceManager.DataProtectionBackup.Models.SourceDataStoreType sourceDataStoreType = default, Azure.Core.ResourceIdentifier sourceResourceId = default, System.Collections.Generic.IEnumerable<string> resourceGuardOperationRequests = default, Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionIdentityDetails identityDetails = default);
static member BackupRestoreContent : string * Azure.ResourceManager.DataProtectionBackup.Models.RestoreTargetInfoBase * Azure.ResourceManager.DataProtectionBackup.Models.SourceDataStoreType * Azure.Core.ResourceIdentifier * seq<string> * Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionIdentityDetails -> Azure.ResourceManager.DataProtectionBackup.Models.BackupRestoreContent
Public Shared Function BackupRestoreContent (Optional objectType As String = Nothing, Optional restoreTargetInfo As RestoreTargetInfoBase = Nothing, Optional sourceDataStoreType As SourceDataStoreType = Nothing, Optional sourceResourceId As ResourceIdentifier = Nothing, Optional resourceGuardOperationRequests As IEnumerable(Of String) = Nothing, Optional identityDetails As DataProtectionIdentityDetails = Nothing) As BackupRestoreContent
Parameters
- objectType
- String
- restoreTargetInfo
- RestoreTargetInfoBase
Gets or sets the restore target information.
- sourceDataStoreType
- SourceDataStoreType
Gets or sets the type of the source data store.
- sourceResourceId
- ResourceIdentifier
Fully qualified Azure Resource Manager ID of the datasource which is being recovered.
- resourceGuardOperationRequests
- IEnumerable<String>
ResourceGuardOperationRequests on which LAC check will be performed.
- identityDetails
- DataProtectionIdentityDetails
Contains information of the Identity Details for the BI. If it is null, default will be considered as System Assigned.
Returns
A new BackupRestoreContent instance for mocking.