ResourceListSelectionCriteria interface

Specifies the list of resources to be restored

Properties

objectType

Type of the specific object - used for deserializing

resourceIdentifiers

List of resource identifiers to restore from

resourceNameOverrides

This is a map of source resource names to target resources names to restore into. Any source name not included in the map will be restored with a default naming format

Property Details

objectType

Type of the specific object - used for deserializing

objectType: string

Property Value

string

resourceIdentifiers

List of resource identifiers to restore from

resourceIdentifiers: string[]

Property Value

string[]

resourceNameOverrides

This is a map of source resource names to target resources names to restore into. Any source name not included in the map will be restored with a default naming format

resourceNameOverrides?: Record<string, string>

Property Value

Record<string, string>