AzureFileShareRestoreRequest interface
AzureFileShare Restore Request
- Extends
Properties
copy |
Options to resolve copy conflicts. |
object |
Polymorphic discriminator, which specifies the different types this object can be |
recovery |
Type of this recovery. |
restore |
List of Source Files/Folders(which need to recover) and TargetFolderPath details |
restore |
Restore Type (FullShareRestore or ItemLevelRestore) |
source |
Source storage account ARM Id |
target |
Target File Share Details |
Inherited Properties
resource |
ResourceGuardOperationRequests on which LAC check will be performed |
Property Details
copyOptions
Options to resolve copy conflicts.
copyOptions?: string
Property Value
string
objectType
Polymorphic discriminator, which specifies the different types this object can be
objectType: "AzureFileShareRestoreRequest"
Property Value
"AzureFileShareRestoreRequest"
recoveryType
Type of this recovery.
recoveryType?: string
Property Value
string
restoreFileSpecs
List of Source Files/Folders(which need to recover) and TargetFolderPath details
restoreFileSpecs?: RestoreFileSpecs[]
Property Value
restoreRequestType
Restore Type (FullShareRestore or ItemLevelRestore)
restoreRequestType?: string
Property Value
string
sourceResourceId
Source storage account ARM Id
sourceResourceId?: string
Property Value
string
targetDetails
Inherited Property Details
resourceGuardOperationRequests
ResourceGuardOperationRequests on which LAC check will be performed
resourceGuardOperationRequests?: string[]
Property Value
string[]
Inherited From RestoreRequest.resourceGuardOperationRequests