ArmDataProtectionBackupModelFactory.BackupRecoveryPointBasedRestoreContent 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 recoveryPoint based restore request.
public static Azure.ResourceManager.DataProtectionBackup.Models.BackupRecoveryPointBasedRestoreContent BackupRecoveryPointBasedRestoreContent(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, string recoveryPointId = default);
static member BackupRecoveryPointBasedRestoreContent : Azure.ResourceManager.DataProtectionBackup.Models.RestoreTargetInfoBase * Azure.ResourceManager.DataProtectionBackup.Models.SourceDataStoreType * Azure.Core.ResourceIdentifier * seq<string> * Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionIdentityDetails * string -> Azure.ResourceManager.DataProtectionBackup.Models.BackupRecoveryPointBasedRestoreContent
Public Shared Function BackupRecoveryPointBasedRestoreContent (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, Optional recoveryPointId As String = Nothing) As BackupRecoveryPointBasedRestoreContent
Parameters
- 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.
- recoveryPointId
- String
Returns
A new BackupRecoveryPointBasedRestoreContent instance for mocking.