TargetDetails interface

Class encapsulating target details, used where the destination is not a datasource

Properties

filePrefix

Restore operation may create multiple files inside location pointed by Url Below will be the common prefix for all of them

restoreTargetLocationType

Denotes the target location where the data will be restored, string value for the enum {Microsoft.Internal.AzureBackup.DataProtection.Common.Interface.RestoreTargetLocationType}

targetResourceArmId

Full ARM Id denoting the restore destination. It is the ARM Id pointing to container / file share This is optional if the target subscription can be identified with the URL field. If not then this is needed if CrossSubscriptionRestore field of BackupVault is in any of the disabled states

url

Url denoting the restore destination. It can point to container / file share etc

Property Details

filePrefix

Restore operation may create multiple files inside location pointed by Url Below will be the common prefix for all of them

filePrefix: string

Property Value

string

restoreTargetLocationType

Denotes the target location where the data will be restored, string value for the enum {Microsoft.Internal.AzureBackup.DataProtection.Common.Interface.RestoreTargetLocationType}

restoreTargetLocationType: string

Property Value

string

targetResourceArmId

Full ARM Id denoting the restore destination. It is the ARM Id pointing to container / file share This is optional if the target subscription can be identified with the URL field. If not then this is needed if CrossSubscriptionRestore field of BackupVault is in any of the disabled states

targetResourceArmId?: string

Property Value

string

url

Url denoting the restore destination. It can point to container / file share etc

url: string

Property Value

string