File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 2709
2709
"accountDetails" : {
2710
2710
"$ref" : " #/definitions/DataAccountDetails" ,
2711
2711
"description" : " Account details of the data to be transferred"
2712
+ },
2713
+ "logCollectionLevel" : {
2714
+ "description" : " Level of the logs to be collected." ,
2715
+ "enum" : [
2716
+ " Error" ,
2717
+ " Verbose"
2718
+ ],
2719
+ "type" : " string" ,
2720
+ "x-ms-enum" : {
2721
+ "name" : " LogCollectionLevel" ,
2722
+ "modelAsExtensible" : true ,
2723
+ "values" : [
2724
+ {
2725
+ "value" : " Error" ,
2726
+ "description" : " Only Errors will be collected in the logs."
2727
+ },
2728
+ {
2729
+ "value" : " Verbose" ,
2730
+ "description" : " Verbose logging (includes Errors, CRC, size information and others)."
2731
+ }
2732
+ ]
2733
+ },
2734
+ "default" : " Error"
2712
2735
}
2713
2736
}
2714
2737
},
You can’t perform that action at this time.
0 commit comments