name | data type | constraints | description |
---|---|---|---|
backupFile | NameAndGuid | ||
path | string | ||
config | string | ||
storageId | string | ||
markedForRestore | boolean | required | |
diskAllocationFormat | DiskAllocationFormat | ||
originalDiskGuid | string | ||
diskName | string | ||
excludedFromRestore | boolean | required |
Example
{ "backupFile" : { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, "path" : "...", "config" : "...", "storageId" : "...", "markedForRestore" : true, "diskAllocationFormat" : "FIXED_SIZE", "originalDiskGuid" : "...", "diskName" : "...", "excludedFromRestore" : true }