ArmDataProtectionBackupModelFactory.BackupRecoveryPointBasedRestoreContent Method

Definition

Overloads

BackupRecoveryPointBasedRestoreContent(RestoreTargetInfoBase, SourceDataStoreType, ResourceIdentifier, DataProtectionIdentityDetails, String)

Initializes a new instance of BackupRecoveryPointBasedRestoreContent.

BackupRecoveryPointBasedRestoreContent(RestoreTargetInfoBase, SourceDataStoreType, ResourceIdentifier, IEnumerable<String>, DataProtectionIdentityDetails, String)

Initializes a new instance of BackupRecoveryPointBasedRestoreContent.

BackupRecoveryPointBasedRestoreContent(RestoreTargetInfoBase, SourceDataStoreType, ResourceIdentifier, DataProtectionIdentityDetails, String)

Source:
ArmDataProtectionBackupModelFactory.cs

Initializes a new instance of BackupRecoveryPointBasedRestoreContent.

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, 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 * 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 identityDetails As DataProtectionIdentityDetails = Nothing, Optional recoveryPointId As String = Nothing) As BackupRecoveryPointBasedRestoreContent

Parameters

restoreTargetInfo
RestoreTargetInfoBase

Gets or sets the restore target information. Please note RestoreTargetInfoBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ItemLevelRestoreTargetInfo, RestoreFilesTargetInfo and RestoreTargetInfo.

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.

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.

Applies to

BackupRecoveryPointBasedRestoreContent(RestoreTargetInfoBase, SourceDataStoreType, ResourceIdentifier, IEnumerable<String>, DataProtectionIdentityDetails, String)

Source:
ArmDataProtectionBackupModelFactory.cs

Initializes a new instance of BackupRecoveryPointBasedRestoreContent.

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. Please note RestoreTargetInfoBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ItemLevelRestoreTargetInfo, RestoreFilesTargetInfo and RestoreTargetInfo.

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.

Applies to