BackupRecoveryTimeBasedRestoreContent Class
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.
AzureBackup RecoveryPointTime Based Restore Request.
public class BackupRecoveryTimeBasedRestoreContent : Azure.ResourceManager.DataProtectionBackup.Models.BackupRestoreContent, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataProtectionBackup.Models.BackupRecoveryTimeBasedRestoreContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataProtectionBackup.Models.BackupRecoveryTimeBasedRestoreContent>
type BackupRecoveryTimeBasedRestoreContent = class
inherit BackupRestoreContent
interface IJsonModel<BackupRecoveryTimeBasedRestoreContent>
interface IPersistableModel<BackupRecoveryTimeBasedRestoreContent>
Public Class BackupRecoveryTimeBasedRestoreContent
Inherits BackupRestoreContent
Implements IJsonModel(Of BackupRecoveryTimeBasedRestoreContent), IPersistableModel(Of BackupRecoveryTimeBasedRestoreContent)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| BackupRecoveryTimeBasedRestoreContent(RestoreTargetInfoBase, SourceDataStoreType, DateTimeOffset) |
Initializes a new instance of BackupRecoveryTimeBasedRestoreContent. |
Properties
| Name | Description |
|---|---|
| IdentityDetails |
Contains information of the Identity Details for the BI. If it is null, default will be considered as System Assigned. (Inherited from BackupRestoreContent) |
| RecoverOn |
The recovery time in ISO 8601 format example - 2020-08-14T17:30:00.0000000Z. |
| ResourceGuardOperationRequests |
ResourceGuardOperationRequests on which LAC check will be performed. (Inherited from BackupRestoreContent) |
| RestoreTargetInfo |
Gets or sets the restore target information. (Inherited from BackupRestoreContent) |
| SourceDataStoreType |
Gets or sets the type of the source data store. (Inherited from BackupRestoreContent) |
| SourceResourceId |
Fully qualified Azure Resource Manager ID of the datasource which is being recovered. (Inherited from BackupRestoreContent) |