File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
specification/dataprotection/resource-manager/Microsoft.DataProtection/preview/2022-11-01-preview Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 4557
4557
"x-ms-discriminator-value" : " KubernetesClusterBackupDatasourceParameters"
4558
4558
},
4559
4559
"BlobBackupDatasourceParameters" : {
4560
- "description" : " Parameters for Backup " ,
4560
+ "description" : " Parameters to be used during configuration of backup of blobs " ,
4561
4561
"required" : [
4562
4562
" containersList" ,
4563
4563
" objectType"
4570
4570
],
4571
4571
"properties" : {
4572
4572
"containersList" : {
4573
- "description" : " List of containers to be protected " ,
4573
+ "description" : " List of containers to be backed up during configuration of backup of blobs " ,
4574
4574
"type" : " array" ,
4575
4575
"items" : {
4576
4576
"type" : " string"
6004
6004
"x-ms-discriminator-value" : " ItemLevelRestoreTargetInfo"
6005
6005
},
6006
6006
"ItemPathBasedRestoreCriteria" : {
6007
- "description" : " Class to contain criteria for item path based restore" ,
6007
+ "description" : " Prefix criteria to be used to during restore" ,
6008
6008
"required" : [
6009
6009
" itemPath" ,
6010
6010
" isPathRelativeToBackupItem" ,
6018
6018
],
6019
6019
"properties" : {
6020
6020
"itemPath" : {
6021
- "description" : " Path of the item to be restored" ,
6021
+ "description" : " The path of the item to be restored. It could be the full path of the item or the path relative to the backup item " ,
6022
6022
"type" : " string"
6023
6023
},
6024
6024
"isPathRelativeToBackupItem" : {
6025
- "description" : " Flag to specify if the path is relative to Backup Item or full path" ,
6025
+ "description" : " Flag to specify if the path is relative to backup item or full path" ,
6026
6026
"type" : " boolean"
6027
6027
},
6028
6028
"subItemPathPrefix" : {
6029
- "description" : " list of prefixes to be used relative to the ItemPath for Restore criteria " ,
6029
+ "description" : " The list of prefix strings to be used as filter criteria during restore. These are relative to the item path specified. " ,
6030
6030
"type" : " array" ,
6031
6031
"items" : {
6032
6032
"type" : " string"
You can’t perform that action at this time.
0 commit comments