AzureBackupRecoveryTimeBasedRestoreRequest interface

AzureBackup RecoveryPointTime Based Restore Request

Extends

Properties

objectType

Polymorphic discriminator, which specifies the different types this object can be

recoveryPointTime

The recovery time in ISO 8601 format example - 2020-08-14T17:30:00.0000000Z.

Inherited Properties

identityDetails

Contains information of the Identity Details for the BI. If it is null, default will be considered as System Assigned.

resourceGuardOperationRequests

ResourceGuardOperationRequests on which LAC check will be performed

restoreTargetInfo

Gets or sets the restore target information.

sourceDataStoreType

Gets or sets the type of the source data store.

sourceResourceId

Fully qualified Azure Resource Manager ID of the datasource which is being recovered.

Property Details

objectType

Polymorphic discriminator, which specifies the different types this object can be

objectType: "AzureBackupRecoveryTimeBasedRestoreRequest"

Property Value

"AzureBackupRecoveryTimeBasedRestoreRequest"

recoveryPointTime

The recovery time in ISO 8601 format example - 2020-08-14T17:30:00.0000000Z.

recoveryPointTime: string

Property Value

string

Inherited Property Details

identityDetails

Contains information of the Identity Details for the BI. If it is null, default will be considered as System Assigned.

identityDetails?: IdentityDetails

Property Value

Inherited From AzureBackupRestoreRequest.identityDetails

resourceGuardOperationRequests

ResourceGuardOperationRequests on which LAC check will be performed

resourceGuardOperationRequests?: string[]

Property Value

string[]

Inherited From AzureBackupRestoreRequest.resourceGuardOperationRequests

restoreTargetInfo

Gets or sets the restore target information.

restoreTargetInfo: RestoreTargetInfoBaseUnion

Property Value

Inherited From AzureBackupRestoreRequest.restoreTargetInfo

sourceDataStoreType

Gets or sets the type of the source data store.

sourceDataStoreType: string

Property Value

string

Inherited From AzureBackupRestoreRequest.sourceDataStoreType

sourceResourceId

Fully qualified Azure Resource Manager ID of the datasource which is being recovered.

sourceResourceId?: string

Property Value

string

Inherited From AzureBackupRestoreRequest.sourceResourceId