@azure/arm-databoxedge 1.1.1 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (428) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +21 -0
  3. package/README.md +69 -80
  4. package/dist/index.js +11217 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/dataBoxEdgeManagementClient.d.ts +37 -0
  9. package/dist-esm/src/dataBoxEdgeManagementClient.d.ts.map +1 -0
  10. package/dist-esm/src/dataBoxEdgeManagementClient.js +70 -0
  11. package/dist-esm/src/dataBoxEdgeManagementClient.js.map +1 -0
  12. package/dist-esm/src/index.d.ts +5 -0
  13. package/dist-esm/src/index.d.ts.map +1 -0
  14. package/dist-esm/src/index.js +12 -0
  15. package/dist-esm/src/index.js.map +1 -0
  16. package/dist-esm/src/lroImpl.d.ts +16 -0
  17. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  18. package/dist-esm/src/lroImpl.js +29 -0
  19. package/dist-esm/src/lroImpl.js.map +1 -0
  20. package/dist-esm/src/models/index.d.ts +3952 -0
  21. package/dist-esm/src/models/index.d.ts.map +1 -0
  22. package/dist-esm/src/models/index.js +546 -0
  23. package/dist-esm/src/models/index.js.map +1 -0
  24. package/dist-esm/src/models/mappers.d.ts +140 -0
  25. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  26. package/{esm → dist-esm/src}/models/mappers.js +3128 -1412
  27. package/dist-esm/src/models/mappers.js.map +1 -0
  28. package/dist-esm/src/models/parameters.d.ts +36 -0
  29. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  30. package/dist-esm/src/models/parameters.js +238 -0
  31. package/dist-esm/src/models/parameters.js.map +1 -0
  32. package/dist-esm/src/operations/addons.d.ts +89 -0
  33. package/dist-esm/src/operations/addons.d.ts.map +1 -0
  34. package/dist-esm/src/operations/addons.js +344 -0
  35. package/dist-esm/src/operations/addons.js.map +1 -0
  36. package/dist-esm/src/operations/alerts.d.ts +47 -0
  37. package/dist-esm/src/operations/alerts.d.ts.map +1 -0
  38. package/dist-esm/src/operations/alerts.js +170 -0
  39. package/dist-esm/src/operations/alerts.js.map +1 -0
  40. package/dist-esm/src/operations/availableSkus.d.ts +32 -0
  41. package/dist-esm/src/operations/availableSkus.d.ts.map +1 -0
  42. package/dist-esm/src/operations/availableSkus.js +124 -0
  43. package/dist-esm/src/operations/availableSkus.js.map +1 -0
  44. package/dist-esm/src/operations/bandwidthSchedules.d.ts +82 -0
  45. package/dist-esm/src/operations/bandwidthSchedules.d.ts.map +1 -0
  46. package/dist-esm/src/operations/bandwidthSchedules.js +332 -0
  47. package/dist-esm/src/operations/bandwidthSchedules.js.map +1 -0
  48. package/dist-esm/src/operations/containers.d.ts +107 -0
  49. package/dist-esm/src/operations/containers.d.ts.map +1 -0
  50. package/dist-esm/src/operations/containers.js +446 -0
  51. package/dist-esm/src/operations/containers.js.map +1 -0
  52. package/dist-esm/src/operations/devices.d.ts +194 -0
  53. package/dist-esm/src/operations/devices.d.ts.map +1 -0
  54. package/dist-esm/src/operations/devices.js +875 -0
  55. package/dist-esm/src/operations/devices.js.map +1 -0
  56. package/dist-esm/src/operations/diagnosticSettings.d.ts +60 -0
  57. package/dist-esm/src/operations/diagnosticSettings.d.ts.map +1 -0
  58. package/dist-esm/src/operations/diagnosticSettings.js +262 -0
  59. package/dist-esm/src/operations/diagnosticSettings.js.map +1 -0
  60. package/{esm → dist-esm/src}/operations/index.d.ts +5 -1
  61. package/dist-esm/src/operations/index.d.ts.map +1 -0
  62. package/dist-esm/src/operations/index.js +28 -0
  63. package/dist-esm/src/operations/index.js.map +1 -0
  64. package/dist-esm/src/operations/jobs.d.ts +21 -0
  65. package/dist-esm/src/operations/jobs.d.ts.map +1 -0
  66. package/dist-esm/src/operations/jobs.js +55 -0
  67. package/dist-esm/src/operations/jobs.js.map +1 -0
  68. package/dist-esm/src/operations/monitoringConfig.d.ts +84 -0
  69. package/dist-esm/src/operations/monitoringConfig.d.ts.map +1 -0
  70. package/dist-esm/src/operations/monitoringConfig.js +342 -0
  71. package/dist-esm/src/operations/monitoringConfig.js.map +1 -0
  72. package/dist-esm/src/operations/nodes.d.ts +39 -0
  73. package/dist-esm/src/operations/nodes.d.ts.map +1 -0
  74. package/dist-esm/src/operations/nodes.js +138 -0
  75. package/dist-esm/src/operations/nodes.js.map +1 -0
  76. package/dist-esm/src/operations/operations.d.ts +32 -0
  77. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  78. package/dist-esm/src/operations/operations.js +120 -0
  79. package/dist-esm/src/operations/operations.js.map +1 -0
  80. package/dist-esm/src/operations/operationsStatus.d.ts +21 -0
  81. package/dist-esm/src/operations/operationsStatus.d.ts.map +1 -0
  82. package/dist-esm/src/operations/operationsStatus.js +55 -0
  83. package/dist-esm/src/operations/operationsStatus.js.map +1 -0
  84. package/dist-esm/src/operations/orders.d.ts +84 -0
  85. package/dist-esm/src/operations/orders.d.ts.map +1 -0
  86. package/dist-esm/src/operations/orders.js +354 -0
  87. package/dist-esm/src/operations/orders.js.map +1 -0
  88. package/dist-esm/src/operations/roles.d.ts +82 -0
  89. package/dist-esm/src/operations/roles.d.ts.map +1 -0
  90. package/dist-esm/src/operations/roles.js +332 -0
  91. package/dist-esm/src/operations/roles.js.map +1 -0
  92. package/dist-esm/src/operations/shares.d.ts +98 -0
  93. package/dist-esm/src/operations/shares.d.ts.map +1 -0
  94. package/dist-esm/src/operations/shares.js +406 -0
  95. package/dist-esm/src/operations/shares.js.map +1 -0
  96. package/dist-esm/src/operations/storageAccountCredentials.d.ts +82 -0
  97. package/dist-esm/src/operations/storageAccountCredentials.d.ts.map +1 -0
  98. package/dist-esm/src/operations/storageAccountCredentials.js +338 -0
  99. package/dist-esm/src/operations/storageAccountCredentials.js.map +1 -0
  100. package/dist-esm/src/operations/storageAccounts.d.ts +82 -0
  101. package/dist-esm/src/operations/storageAccounts.d.ts.map +1 -0
  102. package/dist-esm/src/operations/storageAccounts.js +338 -0
  103. package/dist-esm/src/operations/storageAccounts.js.map +1 -0
  104. package/dist-esm/src/operations/supportPackages.d.ts +30 -0
  105. package/dist-esm/src/operations/supportPackages.d.ts.map +1 -0
  106. package/dist-esm/src/operations/supportPackages.js +101 -0
  107. package/dist-esm/src/operations/supportPackages.js.map +1 -0
  108. package/dist-esm/src/operations/triggers.d.ts +82 -0
  109. package/dist-esm/src/operations/triggers.d.ts.map +1 -0
  110. package/dist-esm/src/operations/triggers.js +332 -0
  111. package/dist-esm/src/operations/triggers.js.map +1 -0
  112. package/dist-esm/src/operations/users.d.ts +84 -0
  113. package/dist-esm/src/operations/users.d.ts.map +1 -0
  114. package/dist-esm/src/operations/users.js +334 -0
  115. package/dist-esm/src/operations/users.js.map +1 -0
  116. package/dist-esm/src/operationsInterfaces/addons.d.ts +62 -0
  117. package/dist-esm/src/operationsInterfaces/addons.d.ts.map +1 -0
  118. package/dist-esm/src/operationsInterfaces/addons.js +9 -0
  119. package/dist-esm/src/operationsInterfaces/addons.js.map +1 -0
  120. package/dist-esm/src/operationsInterfaces/alerts.d.ts +21 -0
  121. package/dist-esm/src/operationsInterfaces/alerts.d.ts.map +1 -0
  122. package/dist-esm/src/operationsInterfaces/alerts.js +9 -0
  123. package/dist-esm/src/operationsInterfaces/alerts.js.map +1 -0
  124. package/dist-esm/src/operationsInterfaces/availableSkus.d.ts +11 -0
  125. package/dist-esm/src/operationsInterfaces/availableSkus.d.ts.map +1 -0
  126. package/dist-esm/src/operationsInterfaces/availableSkus.js +9 -0
  127. package/dist-esm/src/operationsInterfaces/availableSkus.js.map +1 -0
  128. package/dist-esm/src/operationsInterfaces/bandwidthSchedules.d.ts +56 -0
  129. package/dist-esm/src/operationsInterfaces/bandwidthSchedules.d.ts.map +1 -0
  130. package/dist-esm/src/operationsInterfaces/bandwidthSchedules.js +9 -0
  131. package/dist-esm/src/operationsInterfaces/bandwidthSchedules.js.map +1 -0
  132. package/dist-esm/src/operationsInterfaces/containers.d.ts +80 -0
  133. package/dist-esm/src/operationsInterfaces/containers.d.ts.map +1 -0
  134. package/dist-esm/src/operationsInterfaces/containers.js +9 -0
  135. package/dist-esm/src/operationsInterfaces/containers.js.map +1 -0
  136. package/dist-esm/src/operationsInterfaces/devices.d.ts +158 -0
  137. package/dist-esm/src/operationsInterfaces/devices.d.ts.map +1 -0
  138. package/dist-esm/src/operationsInterfaces/devices.js +9 -0
  139. package/dist-esm/src/operationsInterfaces/devices.js.map +1 -0
  140. package/dist-esm/src/operationsInterfaces/diagnosticSettings.d.ts +52 -0
  141. package/dist-esm/src/operationsInterfaces/diagnosticSettings.d.ts.map +1 -0
  142. package/dist-esm/src/operationsInterfaces/diagnosticSettings.js +9 -0
  143. package/dist-esm/src/operationsInterfaces/diagnosticSettings.js.map +1 -0
  144. package/dist-esm/src/operationsInterfaces/index.d.ts +21 -0
  145. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  146. package/dist-esm/src/operationsInterfaces/index.js +28 -0
  147. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  148. package/dist-esm/src/operationsInterfaces/jobs.d.ts +13 -0
  149. package/dist-esm/src/operationsInterfaces/jobs.d.ts.map +1 -0
  150. package/dist-esm/src/operationsInterfaces/jobs.js +9 -0
  151. package/dist-esm/src/operationsInterfaces/jobs.js.map +1 -0
  152. package/dist-esm/src/operationsInterfaces/monitoringConfig.d.ts +57 -0
  153. package/dist-esm/src/operationsInterfaces/monitoringConfig.d.ts.map +1 -0
  154. package/dist-esm/src/operationsInterfaces/monitoringConfig.js +9 -0
  155. package/dist-esm/src/operationsInterfaces/monitoringConfig.js.map +1 -0
  156. package/dist-esm/src/operationsInterfaces/nodes.d.ts +13 -0
  157. package/dist-esm/src/operationsInterfaces/nodes.d.ts.map +1 -0
  158. package/dist-esm/src/operationsInterfaces/nodes.js +9 -0
  159. package/dist-esm/src/operationsInterfaces/nodes.js.map +1 -0
  160. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  161. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  162. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  163. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  164. package/dist-esm/src/operationsInterfaces/operationsStatus.d.ts +13 -0
  165. package/dist-esm/src/operationsInterfaces/operationsStatus.d.ts.map +1 -0
  166. package/dist-esm/src/operationsInterfaces/operationsStatus.js +9 -0
  167. package/dist-esm/src/operationsInterfaces/operationsStatus.js.map +1 -0
  168. package/dist-esm/src/operationsInterfaces/orders.d.ts +58 -0
  169. package/dist-esm/src/operationsInterfaces/orders.d.ts.map +1 -0
  170. package/dist-esm/src/operationsInterfaces/orders.js +9 -0
  171. package/dist-esm/src/operationsInterfaces/orders.js.map +1 -0
  172. package/dist-esm/src/operationsInterfaces/roles.d.ts +56 -0
  173. package/dist-esm/src/operationsInterfaces/roles.d.ts.map +1 -0
  174. package/dist-esm/src/operationsInterfaces/roles.js +9 -0
  175. package/dist-esm/src/operationsInterfaces/roles.js.map +1 -0
  176. package/dist-esm/src/operationsInterfaces/shares.d.ts +72 -0
  177. package/dist-esm/src/operationsInterfaces/shares.d.ts.map +1 -0
  178. package/dist-esm/src/operationsInterfaces/shares.js +9 -0
  179. package/dist-esm/src/operationsInterfaces/shares.js.map +1 -0
  180. package/dist-esm/src/operationsInterfaces/storageAccountCredentials.d.ts +56 -0
  181. package/dist-esm/src/operationsInterfaces/storageAccountCredentials.d.ts.map +1 -0
  182. package/dist-esm/src/operationsInterfaces/storageAccountCredentials.js +9 -0
  183. package/dist-esm/src/operationsInterfaces/storageAccountCredentials.js.map +1 -0
  184. package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts +56 -0
  185. package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts.map +1 -0
  186. package/dist-esm/src/operationsInterfaces/storageAccounts.js +9 -0
  187. package/dist-esm/src/operationsInterfaces/storageAccounts.js.map +1 -0
  188. package/dist-esm/src/operationsInterfaces/supportPackages.d.ts +22 -0
  189. package/dist-esm/src/operationsInterfaces/supportPackages.d.ts.map +1 -0
  190. package/dist-esm/src/operationsInterfaces/supportPackages.js +9 -0
  191. package/dist-esm/src/operationsInterfaces/supportPackages.js.map +1 -0
  192. package/dist-esm/src/operationsInterfaces/triggers.d.ts +56 -0
  193. package/dist-esm/src/operationsInterfaces/triggers.d.ts.map +1 -0
  194. package/dist-esm/src/operationsInterfaces/triggers.js +9 -0
  195. package/dist-esm/src/operationsInterfaces/triggers.js.map +1 -0
  196. package/dist-esm/src/operationsInterfaces/users.d.ts +58 -0
  197. package/dist-esm/src/operationsInterfaces/users.d.ts.map +1 -0
  198. package/dist-esm/src/operationsInterfaces/users.js +9 -0
  199. package/dist-esm/src/operationsInterfaces/users.js.map +1 -0
  200. package/dist-esm/test/sampleTest.d.ts +2 -0
  201. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  202. package/dist-esm/test/sampleTest.js +40 -0
  203. package/dist-esm/test/sampleTest.js.map +1 -0
  204. package/package.json +65 -32
  205. package/review/arm-databoxedge.api.md +2969 -0
  206. package/rollup.config.js +181 -30
  207. package/src/dataBoxEdgeManagementClient.ts +142 -65
  208. package/src/index.ts +12 -0
  209. package/src/lroImpl.ts +34 -0
  210. package/src/models/index.ts +3465 -2723
  211. package/src/models/mappers.ts +3260 -1400
  212. package/src/models/parameters.ts +215 -45
  213. package/src/operations/addons.ts +506 -0
  214. package/src/operations/alerts.ts +160 -124
  215. package/src/operations/availableSkus.ts +142 -0
  216. package/src/operations/bandwidthSchedules.ts +353 -204
  217. package/src/operations/containers.ts +472 -234
  218. package/src/operations/devices.ts +868 -614
  219. package/src/operations/diagnosticSettings.ts +385 -0
  220. package/src/operations/index.ts +8 -6
  221. package/src/operations/jobs.ts +39 -59
  222. package/src/operations/monitoringConfig.ts +497 -0
  223. package/src/operations/nodes.ts +146 -43
  224. package/src/operations/operations.ts +89 -75
  225. package/src/operations/operationsStatus.ts +42 -59
  226. package/src/operations/orders.ts +384 -196
  227. package/src/operations/roles.ts +351 -202
  228. package/src/operations/shares.ts +440 -239
  229. package/src/operations/storageAccountCredentials.ts +354 -198
  230. package/src/operations/storageAccounts.ts +356 -200
  231. package/src/operations/supportPackages.ts +145 -0
  232. package/src/operations/triggers.ts +353 -205
  233. package/src/operations/users.ts +352 -204
  234. package/src/operationsInterfaces/addons.ts +121 -0
  235. package/src/operationsInterfaces/alerts.ts +44 -0
  236. package/src/operationsInterfaces/availableSkus.ts +22 -0
  237. package/src/operationsInterfaces/bandwidthSchedules.ts +109 -0
  238. package/src/operationsInterfaces/containers.ts +152 -0
  239. package/src/operationsInterfaces/devices.ts +285 -0
  240. package/src/operationsInterfaces/diagnosticSettings.ts +117 -0
  241. package/{esm/operations/index.js → src/operationsInterfaces/index.ts} +9 -7
  242. package/src/operationsInterfaces/jobs.ts +26 -0
  243. package/src/operationsInterfaces/monitoringConfig.ts +111 -0
  244. package/src/operationsInterfaces/nodes.ts +26 -0
  245. package/src/operationsInterfaces/operations.ts +22 -0
  246. package/src/operationsInterfaces/operationsStatus.ts +29 -0
  247. package/src/operationsInterfaces/orders.ts +112 -0
  248. package/src/operationsInterfaces/roles.ts +109 -0
  249. package/src/operationsInterfaces/shares.ts +136 -0
  250. package/src/operationsInterfaces/storageAccountCredentials.ts +109 -0
  251. package/src/operationsInterfaces/storageAccounts.ts +109 -0
  252. package/src/operationsInterfaces/supportPackages.ts +43 -0
  253. package/src/operationsInterfaces/triggers.ts +109 -0
  254. package/src/operationsInterfaces/users.ts +111 -0
  255. package/tsconfig.json +3 -3
  256. package/types/arm-databoxedge.d.ts +5345 -0
  257. package/types/tsdoc-metadata.json +11 -0
  258. package/dist/arm-databoxedge.js +0 -7296
  259. package/dist/arm-databoxedge.js.map +0 -1
  260. package/dist/arm-databoxedge.min.js +0 -1
  261. package/dist/arm-databoxedge.min.js.map +0 -1
  262. package/esm/dataBoxEdgeManagementClient.d.ts +0 -39
  263. package/esm/dataBoxEdgeManagementClient.d.ts.map +0 -1
  264. package/esm/dataBoxEdgeManagementClient.js +0 -53
  265. package/esm/dataBoxEdgeManagementClient.js.map +0 -1
  266. package/esm/dataBoxEdgeManagementClientContext.d.ts +0 -22
  267. package/esm/dataBoxEdgeManagementClientContext.d.ts.map +0 -1
  268. package/esm/dataBoxEdgeManagementClientContext.js +0 -61
  269. package/esm/dataBoxEdgeManagementClientContext.js.map +0 -1
  270. package/esm/models/alertsMappers.d.ts +0 -2
  271. package/esm/models/alertsMappers.d.ts.map +0 -1
  272. package/esm/models/alertsMappers.js +0 -9
  273. package/esm/models/alertsMappers.js.map +0 -1
  274. package/esm/models/bandwidthSchedulesMappers.d.ts +0 -2
  275. package/esm/models/bandwidthSchedulesMappers.d.ts.map +0 -1
  276. package/esm/models/bandwidthSchedulesMappers.js +0 -9
  277. package/esm/models/bandwidthSchedulesMappers.js.map +0 -1
  278. package/esm/models/containersMappers.d.ts +0 -2
  279. package/esm/models/containersMappers.d.ts.map +0 -1
  280. package/esm/models/containersMappers.js +0 -9
  281. package/esm/models/containersMappers.js.map +0 -1
  282. package/esm/models/devicesMappers.d.ts +0 -2
  283. package/esm/models/devicesMappers.d.ts.map +0 -1
  284. package/esm/models/devicesMappers.js +0 -9
  285. package/esm/models/devicesMappers.js.map +0 -1
  286. package/esm/models/index.d.ts +0 -3411
  287. package/esm/models/index.d.ts.map +0 -1
  288. package/esm/models/index.js +0 -8
  289. package/esm/models/index.js.map +0 -1
  290. package/esm/models/jobsMappers.d.ts +0 -2
  291. package/esm/models/jobsMappers.d.ts.map +0 -1
  292. package/esm/models/jobsMappers.js +0 -9
  293. package/esm/models/jobsMappers.js.map +0 -1
  294. package/esm/models/mappers.d.ts +0 -86
  295. package/esm/models/mappers.d.ts.map +0 -1
  296. package/esm/models/mappers.js.map +0 -1
  297. package/esm/models/nodesMappers.d.ts +0 -2
  298. package/esm/models/nodesMappers.d.ts.map +0 -1
  299. package/esm/models/nodesMappers.js +0 -9
  300. package/esm/models/nodesMappers.js.map +0 -1
  301. package/esm/models/operationsMappers.d.ts +0 -2
  302. package/esm/models/operationsMappers.d.ts.map +0 -1
  303. package/esm/models/operationsMappers.js +0 -9
  304. package/esm/models/operationsMappers.js.map +0 -1
  305. package/esm/models/operationsStatusMappers.d.ts +0 -2
  306. package/esm/models/operationsStatusMappers.d.ts.map +0 -1
  307. package/esm/models/operationsStatusMappers.js +0 -9
  308. package/esm/models/operationsStatusMappers.js.map +0 -1
  309. package/esm/models/ordersMappers.d.ts +0 -2
  310. package/esm/models/ordersMappers.d.ts.map +0 -1
  311. package/esm/models/ordersMappers.js +0 -9
  312. package/esm/models/ordersMappers.js.map +0 -1
  313. package/esm/models/parameters.d.ts +0 -13
  314. package/esm/models/parameters.d.ts.map +0 -1
  315. package/esm/models/parameters.js +0 -125
  316. package/esm/models/parameters.js.map +0 -1
  317. package/esm/models/rolesMappers.d.ts +0 -2
  318. package/esm/models/rolesMappers.d.ts.map +0 -1
  319. package/esm/models/rolesMappers.js +0 -9
  320. package/esm/models/rolesMappers.js.map +0 -1
  321. package/esm/models/sharesMappers.d.ts +0 -2
  322. package/esm/models/sharesMappers.d.ts.map +0 -1
  323. package/esm/models/sharesMappers.js +0 -9
  324. package/esm/models/sharesMappers.js.map +0 -1
  325. package/esm/models/skusMappers.d.ts +0 -2
  326. package/esm/models/skusMappers.d.ts.map +0 -1
  327. package/esm/models/skusMappers.js +0 -9
  328. package/esm/models/skusMappers.js.map +0 -1
  329. package/esm/models/storageAccountCredentialsMappers.d.ts +0 -2
  330. package/esm/models/storageAccountCredentialsMappers.d.ts.map +0 -1
  331. package/esm/models/storageAccountCredentialsMappers.js +0 -9
  332. package/esm/models/storageAccountCredentialsMappers.js.map +0 -1
  333. package/esm/models/storageAccountsMappers.d.ts +0 -2
  334. package/esm/models/storageAccountsMappers.d.ts.map +0 -1
  335. package/esm/models/storageAccountsMappers.js +0 -9
  336. package/esm/models/storageAccountsMappers.js.map +0 -1
  337. package/esm/models/triggersMappers.d.ts +0 -2
  338. package/esm/models/triggersMappers.d.ts.map +0 -1
  339. package/esm/models/triggersMappers.js +0 -9
  340. package/esm/models/triggersMappers.js.map +0 -1
  341. package/esm/models/usersMappers.d.ts +0 -2
  342. package/esm/models/usersMappers.d.ts.map +0 -1
  343. package/esm/models/usersMappers.js +0 -9
  344. package/esm/models/usersMappers.js.map +0 -1
  345. package/esm/operations/alerts.d.ts +0 -76
  346. package/esm/operations/alerts.d.ts.map +0 -1
  347. package/esm/operations/alerts.js +0 -117
  348. package/esm/operations/alerts.js.map +0 -1
  349. package/esm/operations/bandwidthSchedules.d.ts +0 -115
  350. package/esm/operations/bandwidthSchedules.d.ts.map +0 -1
  351. package/esm/operations/bandwidthSchedules.js +0 -232
  352. package/esm/operations/bandwidthSchedules.js.map +0 -1
  353. package/esm/operations/containers.d.ts +0 -147
  354. package/esm/operations/containers.d.ts.map +0 -1
  355. package/esm/operations/containers.js +0 -299
  356. package/esm/operations/containers.js.map +0 -1
  357. package/esm/operations/devices.d.ts +0 -316
  358. package/esm/operations/devices.d.ts.map +0 -1
  359. package/esm/operations/devices.js +0 -638
  360. package/esm/operations/devices.js.map +0 -1
  361. package/esm/operations/index.d.ts.map +0 -1
  362. package/esm/operations/index.js.map +0 -1
  363. package/esm/operations/jobs.d.ts +0 -37
  364. package/esm/operations/jobs.d.ts.map +0 -1
  365. package/esm/operations/jobs.js +0 -60
  366. package/esm/operations/jobs.js.map +0 -1
  367. package/esm/operations/nodes.d.ts +0 -34
  368. package/esm/operations/nodes.d.ts.map +0 -1
  369. package/esm/operations/nodes.js +0 -58
  370. package/esm/operations/nodes.js.map +0 -1
  371. package/esm/operations/operations.d.ts +0 -46
  372. package/esm/operations/operations.d.ts.map +0 -1
  373. package/esm/operations/operations.js +0 -77
  374. package/esm/operations/operations.js.map +0 -1
  375. package/esm/operations/operationsStatus.d.ts +0 -37
  376. package/esm/operations/operationsStatus.d.ts.map +0 -1
  377. package/esm/operations/operationsStatus.js +0 -60
  378. package/esm/operations/operationsStatus.js.map +0 -1
  379. package/esm/operations/orders.d.ts +0 -108
  380. package/esm/operations/orders.d.ts.map +0 -1
  381. package/esm/operations/orders.js +0 -222
  382. package/esm/operations/orders.js.map +0 -1
  383. package/esm/operations/roles.d.ts +0 -115
  384. package/esm/operations/roles.d.ts.map +0 -1
  385. package/esm/operations/roles.js +0 -232
  386. package/esm/operations/roles.js.map +0 -1
  387. package/esm/operations/shares.d.ts +0 -133
  388. package/esm/operations/shares.d.ts.map +0 -1
  389. package/esm/operations/shares.js +0 -284
  390. package/esm/operations/shares.js.map +0 -1
  391. package/esm/operations/skus.d.ts +0 -28
  392. package/esm/operations/skus.d.ts.map +0 -1
  393. package/esm/operations/skus.js +0 -55
  394. package/esm/operations/skus.js.map +0 -1
  395. package/esm/operations/storageAccountCredentials.d.ts +0 -115
  396. package/esm/operations/storageAccountCredentials.d.ts.map +0 -1
  397. package/esm/operations/storageAccountCredentials.js +0 -232
  398. package/esm/operations/storageAccountCredentials.js.map +0 -1
  399. package/esm/operations/storageAccounts.d.ts +0 -115
  400. package/esm/operations/storageAccounts.d.ts.map +0 -1
  401. package/esm/operations/storageAccounts.js +0 -231
  402. package/esm/operations/storageAccounts.js.map +0 -1
  403. package/esm/operations/triggers.d.ts +0 -115
  404. package/esm/operations/triggers.d.ts.map +0 -1
  405. package/esm/operations/triggers.js +0 -233
  406. package/esm/operations/triggers.js.map +0 -1
  407. package/esm/operations/users.d.ts +0 -117
  408. package/esm/operations/users.d.ts.map +0 -1
  409. package/esm/operations/users.js +0 -235
  410. package/esm/operations/users.js.map +0 -1
  411. package/src/dataBoxEdgeManagementClientContext.ts +0 -68
  412. package/src/models/alertsMappers.ts +0 -57
  413. package/src/models/bandwidthSchedulesMappers.ts +0 -57
  414. package/src/models/containersMappers.ts +0 -57
  415. package/src/models/devicesMappers.ts +0 -60
  416. package/src/models/jobsMappers.ts +0 -17
  417. package/src/models/nodesMappers.ts +0 -57
  418. package/src/models/operationsMappers.ts +0 -18
  419. package/src/models/operationsStatusMappers.ts +0 -17
  420. package/src/models/ordersMappers.ts +0 -57
  421. package/src/models/rolesMappers.ts +0 -57
  422. package/src/models/sharesMappers.ts +0 -57
  423. package/src/models/skusMappers.ts +0 -18
  424. package/src/models/storageAccountCredentialsMappers.ts +0 -57
  425. package/src/models/storageAccountsMappers.ts +0 -57
  426. package/src/models/triggersMappers.ts +0 -57
  427. package/src/models/usersMappers.ts +0 -57
  428. package/src/operations/skus.ts +0 -78
@@ -1,3411 +0,0 @@
1
- import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/ms-rest-azure-js";
2
- import * as msRest from "@azure/ms-rest-js";
3
- export { BaseResource, CloudError };
4
- /**
5
- * The shipping address of the customer.
6
- */
7
- export interface Address {
8
- /**
9
- * The address line1.
10
- */
11
- addressLine1: string;
12
- /**
13
- * The address line2.
14
- */
15
- addressLine2?: string;
16
- /**
17
- * The address line3.
18
- */
19
- addressLine3?: string;
20
- /**
21
- * The postal code.
22
- */
23
- postalCode: string;
24
- /**
25
- * The city name.
26
- */
27
- city: string;
28
- /**
29
- * The state name.
30
- */
31
- state: string;
32
- /**
33
- * The country name.
34
- */
35
- country: string;
36
- }
37
- /**
38
- * Error details for the alert.
39
- */
40
- export interface AlertErrorDetails {
41
- /**
42
- * Error code.
43
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
44
- */
45
- readonly errorCode?: string;
46
- /**
47
- * Error Message.
48
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
49
- */
50
- readonly errorMessage?: string;
51
- /**
52
- * Number of occurrences.
53
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
54
- */
55
- readonly occurrences?: number;
56
- }
57
- /**
58
- * Represents the base class for all object models.
59
- */
60
- export interface ARMBaseModel extends BaseResource {
61
- /**
62
- * The path ID that uniquely identifies the object.
63
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
64
- */
65
- readonly id?: string;
66
- /**
67
- * The object name.
68
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
69
- */
70
- readonly name?: string;
71
- /**
72
- * The hierarchical type of the object.
73
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
74
- */
75
- readonly type?: string;
76
- }
77
- /**
78
- * Alert on the data box edge/gateway device.
79
- */
80
- export interface Alert extends ARMBaseModel {
81
- /**
82
- * Alert title.
83
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
84
- */
85
- readonly title?: string;
86
- /**
87
- * Alert type.
88
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
89
- */
90
- readonly alertType?: string;
91
- /**
92
- * UTC time when the alert appeared.
93
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
94
- */
95
- readonly appearedAtDateTime?: Date;
96
- /**
97
- * Alert recommendation.
98
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
99
- */
100
- readonly recommendation?: string;
101
- /**
102
- * Severity of the alert. Possible values include: 'Informational', 'Warning', 'Critical'
103
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
104
- */
105
- readonly severity?: AlertSeverity;
106
- /**
107
- * Error details of the alert.
108
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
109
- */
110
- readonly errorDetails?: AlertErrorDetails;
111
- /**
112
- * Alert details.
113
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
114
- */
115
- readonly detailedInformation?: {
116
- [propertyName: string]: string;
117
- };
118
- }
119
- /**
120
- * Represent the secrets intended for encryption with asymmetric key pair.
121
- */
122
- export interface AsymmetricEncryptedSecret {
123
- /**
124
- * The value of the secret.
125
- */
126
- value: string;
127
- /**
128
- * Thumbprint certificate used to encrypt \"Value\". If the value is unencrypted, it will be
129
- * null.
130
- */
131
- encryptionCertThumbprint?: string;
132
- /**
133
- * The algorithm used to encrypt "Value". Possible values include: 'None', 'AES256',
134
- * 'RSAES_PKCS1_v_1_5'
135
- */
136
- encryptionAlgorithm: EncryptionAlgorithm;
137
- }
138
- /**
139
- * Symmetric key for authentication.
140
- */
141
- export interface SymmetricKey {
142
- /**
143
- * Connection string based on the symmetric key.
144
- */
145
- connectionString?: AsymmetricEncryptedSecret;
146
- }
147
- /**
148
- * Authentication mechanism for IoT devices.
149
- */
150
- export interface Authentication {
151
- /**
152
- * Symmetric key for authentication.
153
- */
154
- symmetricKey?: SymmetricKey;
155
- }
156
- /**
157
- * Azure container mapping of the endpoint.
158
- */
159
- export interface AzureContainerInfo {
160
- /**
161
- * ID of the storage account credential used to access storage.
162
- */
163
- storageAccountCredentialId: string;
164
- /**
165
- * Container name (Based on the data format specified, this represents the name of Azure
166
- * Files/Page blob/Block blob).
167
- */
168
- containerName: string;
169
- /**
170
- * Storage format used for the file represented by the share. Possible values include:
171
- * 'BlockBlob', 'PageBlob', 'AzureFile'
172
- */
173
- dataFormat: AzureContainerDataFormat;
174
- }
175
- /**
176
- * The bandwidth schedule details.
177
- */
178
- export interface BandwidthSchedule extends ARMBaseModel {
179
- /**
180
- * The start time of the schedule in UTC.
181
- */
182
- start: string;
183
- /**
184
- * The stop time of the schedule in UTC.
185
- */
186
- stop: string;
187
- /**
188
- * The bandwidth rate in Mbps.
189
- */
190
- rateInMbps: number;
191
- /**
192
- * The days of the week when this schedule is applicable.
193
- */
194
- days: DayOfWeek[];
195
- }
196
- /**
197
- * The mapping between a particular client IP and the type of access client has on the NFS share.
198
- */
199
- export interface ClientAccessRight {
200
- /**
201
- * IP of the client.
202
- */
203
- client: string;
204
- /**
205
- * Type of access to be allowed for the client. Possible values include: 'NoAccess', 'ReadOnly',
206
- * 'ReadWrite'
207
- */
208
- accessPermission: ClientPermissionType;
209
- }
210
- /**
211
- * Contains all the contact details of the customer.
212
- */
213
- export interface ContactDetails {
214
- /**
215
- * The contact person name.
216
- */
217
- contactPerson: string;
218
- /**
219
- * The name of the company.
220
- */
221
- companyName: string;
222
- /**
223
- * The phone number.
224
- */
225
- phone: string;
226
- /**
227
- * The email list.
228
- */
229
- emailList: string[];
230
- }
231
- /**
232
- * Fields for tracking refresh job on the share or container.
233
- */
234
- export interface RefreshDetails {
235
- /**
236
- * If a refresh job is currently in progress on this share or container, this field indicates the
237
- * ARM resource ID of that job. The field is empty if no job is in progress.
238
- */
239
- inProgressRefreshJobId?: string;
240
- /**
241
- * Indicates the completed time for the last refresh job on this particular share or container,
242
- * if any.This could be a failed job or a successful job.
243
- */
244
- lastCompletedRefreshJobTimeInUTC?: Date;
245
- /**
246
- * Indicates the relative path of the error xml for the last refresh job on this particular share
247
- * or container, if any. This could be a failed job or a successful job.
248
- */
249
- errorManifestFile?: string;
250
- /**
251
- * Indicates the id of the last refresh job on this particular share or container,if any. This
252
- * could be a failed job or a successful job.
253
- */
254
- lastJob?: string;
255
- }
256
- /**
257
- * Represents a container on the Data Box Edge/Gateway device.
258
- */
259
- export interface Container extends ARMBaseModel {
260
- /**
261
- * Current status of the container. Possible values include: 'OK', 'Offline', 'Unknown',
262
- * 'Updating', 'NeedsAttention'
263
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
264
- */
265
- readonly containerStatus?: ContainerStatus;
266
- /**
267
- * DataFormat for Container. Possible values include: 'BlockBlob', 'PageBlob', 'AzureFile'
268
- */
269
- dataFormat: AzureContainerDataFormat;
270
- /**
271
- * Details of the refresh job on this container.
272
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
273
- */
274
- readonly refreshDetails?: RefreshDetails;
275
- /**
276
- * The UTC time when container got created.
277
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
278
- */
279
- readonly createdDateTime?: Date;
280
- }
281
- /**
282
- * The SKU type.
283
- */
284
- export interface Sku {
285
- /**
286
- * SKU name. Possible values include: 'Gateway', 'Edge', 'TEA_1Node', 'TEA_1Node_UPS',
287
- * 'TEA_1Node_Heater', 'TEA_1Node_UPS_Heater', 'TEA_4Node_Heater', 'TEA_4Node_UPS_Heater', 'TMA'
288
- */
289
- name?: SkuName;
290
- /**
291
- * The SKU tier. This is based on the SKU name. Possible values include: 'Standard'
292
- */
293
- tier?: SkuTier;
294
- }
295
- /**
296
- * The Data Box Edge/Gateway device.
297
- */
298
- export interface DataBoxEdgeDevice extends ARMBaseModel {
299
- /**
300
- * The location of the device. This is a supported and registered Azure geographical region (for
301
- * example, West US, East US, or Southeast Asia). The geographical region of a device cannot be
302
- * changed once it is created, but if an identical geographical region is specified on update,
303
- * the request will succeed.
304
- */
305
- location: string;
306
- /**
307
- * The list of tags that describe the device. These tags can be used to view and group this
308
- * device (across resource groups).
309
- */
310
- tags?: {
311
- [propertyName: string]: string;
312
- };
313
- /**
314
- * The SKU type.
315
- */
316
- sku?: Sku;
317
- /**
318
- * The etag for the devices.
319
- */
320
- etag?: string;
321
- /**
322
- * The status of the Data Box Edge/Gateway device. Possible values include: 'ReadyToSetup',
323
- * 'Online', 'Offline', 'NeedsAttention', 'Disconnected', 'PartiallyDisconnected', 'Maintenance'
324
- */
325
- dataBoxEdgeDeviceStatus?: DataBoxEdgeDeviceStatus;
326
- /**
327
- * The Serial Number of Data Box Edge/Gateway device.
328
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
329
- */
330
- readonly serialNumber?: string;
331
- /**
332
- * The Description of the Data Box Edge/Gateway device.
333
- */
334
- description?: string;
335
- /**
336
- * The description of the Data Box Edge/Gateway device model.
337
- */
338
- modelDescription?: string;
339
- /**
340
- * The type of the Data Box Edge/Gateway device. Possible values include: 'DataBoxEdgeDevice'
341
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
342
- */
343
- readonly deviceType?: DeviceType;
344
- /**
345
- * The Data Box Edge/Gateway device name.
346
- */
347
- friendlyName?: string;
348
- /**
349
- * The Data Box Edge/Gateway device culture.
350
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
351
- */
352
- readonly culture?: string;
353
- /**
354
- * The Data Box Edge/Gateway device model.
355
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
356
- */
357
- readonly deviceModel?: string;
358
- /**
359
- * The Data Box Edge/Gateway device software version.
360
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
361
- */
362
- readonly deviceSoftwareVersion?: string;
363
- /**
364
- * The Data Box Edge/Gateway device local capacity in MB.
365
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
366
- */
367
- readonly deviceLocalCapacity?: number;
368
- /**
369
- * The Data Box Edge/Gateway device timezone.
370
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
371
- */
372
- readonly timeZone?: string;
373
- /**
374
- * The device software version number of the device (eg: 1.2.18105.6).
375
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
376
- */
377
- readonly deviceHcsVersion?: string;
378
- /**
379
- * Type of compute roles configured.
380
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
381
- */
382
- readonly configuredRoleTypes?: RoleTypes[];
383
- /**
384
- * The number of nodes in the cluster.
385
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
386
- */
387
- readonly nodeCount?: number;
388
- }
389
- /**
390
- * The extended Info of the Data Box Edge/Gateway device.
391
- */
392
- export interface DataBoxEdgeDeviceExtendedInfo extends ARMBaseModel {
393
- /**
394
- * The digital signature of encrypted certificate.
395
- */
396
- encryptionKeyThumbprint?: string;
397
- /**
398
- * The public part of the encryption certificate. Client uses this to encrypt any secret.
399
- */
400
- encryptionKey?: string;
401
- /**
402
- * The Resource ID of the Resource.
403
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
404
- */
405
- readonly resourceKey?: string;
406
- }
407
- /**
408
- * The Data Box Edge/Gateway device patch.
409
- */
410
- export interface DataBoxEdgeDevicePatch {
411
- /**
412
- * The tags attached to the Data Box Edge/Gateway resource.
413
- */
414
- tags?: {
415
- [propertyName: string]: string;
416
- };
417
- }
418
- /**
419
- * File source details.
420
- */
421
- export interface FileSourceInfo {
422
- /**
423
- * File share ID.
424
- */
425
- shareId: string;
426
- }
427
- /**
428
- * Compute role against which events will be raised.
429
- */
430
- export interface RoleSinkInfo {
431
- /**
432
- * Compute role ID.
433
- */
434
- roleId: string;
435
- }
436
- /**
437
- * Contains the possible cases for Trigger.
438
- */
439
- export declare type TriggerUnion = Trigger | FileEventTrigger | PeriodicTimerEventTrigger;
440
- /**
441
- * Trigger details.
442
- */
443
- export interface Trigger {
444
- /**
445
- * Polymorphic Discriminator
446
- */
447
- kind: "Trigger";
448
- /**
449
- * The path ID that uniquely identifies the object.
450
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
451
- */
452
- readonly id?: string;
453
- /**
454
- * The object name.
455
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
456
- */
457
- readonly name?: string;
458
- /**
459
- * The hierarchical type of the object.
460
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
461
- */
462
- readonly type?: string;
463
- }
464
- /**
465
- * Trigger details.
466
- */
467
- export interface FileEventTrigger {
468
- /**
469
- * Polymorphic Discriminator
470
- */
471
- kind: "FileEvent";
472
- /**
473
- * The path ID that uniquely identifies the object.
474
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
475
- */
476
- readonly id?: string;
477
- /**
478
- * The object name.
479
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
480
- */
481
- readonly name?: string;
482
- /**
483
- * The hierarchical type of the object.
484
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
485
- */
486
- readonly type?: string;
487
- /**
488
- * File event source details.
489
- */
490
- sourceInfo: FileSourceInfo;
491
- /**
492
- * Role sink info.
493
- */
494
- sinkInfo: RoleSinkInfo;
495
- /**
496
- * A custom context tag typically used to correlate the trigger against its usage. For example,
497
- * if a periodic timer trigger is intended for certain specific IoT modules in the device, the
498
- * tag can be the name or the image URL of the module.
499
- */
500
- customContextTag?: string;
501
- }
502
- /**
503
- * Metadata of IoT device/IoT Edge device to be configured.
504
- */
505
- export interface IoTDeviceInfo {
506
- /**
507
- * ID of the IoT device/edge device.
508
- */
509
- deviceId: string;
510
- /**
511
- * Host name for the IoT hub associated to the device.
512
- */
513
- ioTHostHub: string;
514
- /**
515
- * Id for the IoT hub associated to the device.
516
- */
517
- ioTHostHubId?: string;
518
- /**
519
- * IoT device authentication info.
520
- */
521
- authentication?: Authentication;
522
- }
523
- /**
524
- * The share mount point.
525
- */
526
- export interface MountPointMap {
527
- /**
528
- * ID of the share mounted to the role VM.
529
- */
530
- shareId: string;
531
- /**
532
- * ID of the role to which share is mounted.
533
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
534
- */
535
- readonly roleId?: string;
536
- /**
537
- * Mount point for the share.
538
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
539
- */
540
- readonly mountPoint?: string;
541
- /**
542
- * Role type. Possible values include: 'IOT', 'ASA', 'Functions', 'Cognitive'
543
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
544
- */
545
- readonly roleType?: RoleTypes;
546
- }
547
- /**
548
- * Contains the possible cases for Role.
549
- */
550
- export declare type RoleUnion = Role | IoTRole;
551
- /**
552
- * Compute role.
553
- */
554
- export interface Role {
555
- /**
556
- * Polymorphic Discriminator
557
- */
558
- kind: "Role";
559
- /**
560
- * The path ID that uniquely identifies the object.
561
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
562
- */
563
- readonly id?: string;
564
- /**
565
- * The object name.
566
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
567
- */
568
- readonly name?: string;
569
- /**
570
- * The hierarchical type of the object.
571
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
572
- */
573
- readonly type?: string;
574
- }
575
- /**
576
- * Compute role.
577
- */
578
- export interface IoTRole {
579
- /**
580
- * Polymorphic Discriminator
581
- */
582
- kind: "IOT";
583
- /**
584
- * The path ID that uniquely identifies the object.
585
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
586
- */
587
- readonly id?: string;
588
- /**
589
- * The object name.
590
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
591
- */
592
- readonly name?: string;
593
- /**
594
- * The hierarchical type of the object.
595
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
596
- */
597
- readonly type?: string;
598
- /**
599
- * Host OS supported by the IoT role. Possible values include: 'Windows', 'Linux'
600
- */
601
- hostPlatform: PlatformType;
602
- /**
603
- * IoT device metadata to which data box edge device needs to be connected.
604
- */
605
- ioTDeviceDetails: IoTDeviceInfo;
606
- /**
607
- * IoT edge device to which the IoT role needs to be configured.
608
- */
609
- ioTEdgeDeviceDetails: IoTDeviceInfo;
610
- /**
611
- * Mount points of shares in role(s).
612
- */
613
- shareMappings?: MountPointMap[];
614
- /**
615
- * Role status. Possible values include: 'Enabled', 'Disabled'
616
- */
617
- roleStatus: RoleStatus;
618
- }
619
- /**
620
- * Details related to the IPv4 address configuration.
621
- */
622
- export interface Ipv4Config {
623
- /**
624
- * The IPv4 address of the network adapter.
625
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
626
- */
627
- readonly ipAddress?: string;
628
- /**
629
- * The IPv4 subnet of the network adapter.
630
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
631
- */
632
- readonly subnet?: string;
633
- /**
634
- * The IPv4 gateway of the network adapter.
635
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
636
- */
637
- readonly gateway?: string;
638
- }
639
- /**
640
- * Details related to the IPv6 address configuration.
641
- */
642
- export interface Ipv6Config {
643
- /**
644
- * The IPv6 address of the network adapter.
645
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
646
- */
647
- readonly ipAddress?: string;
648
- /**
649
- * The IPv6 prefix of the network adapter.
650
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
651
- */
652
- readonly prefixLength?: number;
653
- /**
654
- * The IPv6 gateway of the network adapter.
655
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
656
- */
657
- readonly gateway?: string;
658
- }
659
- /**
660
- * The job error items.
661
- */
662
- export interface JobErrorItem {
663
- /**
664
- * The recommended actions.
665
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
666
- */
667
- readonly recommendations?: string[];
668
- /**
669
- * The code intended for programmatic access.
670
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
671
- */
672
- readonly code?: string;
673
- /**
674
- * The message that describes the error in detail.
675
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
676
- */
677
- readonly message?: string;
678
- }
679
- /**
680
- * The job error information containing the list of job errors.
681
- */
682
- export interface JobErrorDetails {
683
- /**
684
- * The error details.
685
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
686
- */
687
- readonly errorDetails?: JobErrorItem[];
688
- /**
689
- * The code intended for programmatic access.
690
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
691
- */
692
- readonly code?: string;
693
- /**
694
- * The message that describes the error in detail.
695
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
696
- */
697
- readonly message?: string;
698
- }
699
- /**
700
- * Details about the download progress of update.
701
- */
702
- export interface UpdateDownloadProgress {
703
- /**
704
- * The download phase. Possible values include: 'Unknown', 'Initializing', 'Downloading',
705
- * 'Verifying'
706
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
707
- */
708
- readonly downloadPhase?: DownloadPhase;
709
- /**
710
- * Percentage of completion.
711
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
712
- */
713
- readonly percentComplete?: number;
714
- /**
715
- * Total bytes to download.
716
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
717
- */
718
- readonly totalBytesToDownload?: number;
719
- /**
720
- * Total bytes downloaded.
721
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
722
- */
723
- readonly totalBytesDownloaded?: number;
724
- /**
725
- * Number of updates to download.
726
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
727
- */
728
- readonly numberOfUpdatesToDownload?: number;
729
- /**
730
- * Number of updates downloaded.
731
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
732
- */
733
- readonly numberOfUpdatesDownloaded?: number;
734
- }
735
- /**
736
- * Progress details during installation of updates.
737
- */
738
- export interface UpdateInstallProgress {
739
- /**
740
- * Percentage completed.
741
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
742
- */
743
- readonly percentComplete?: number;
744
- /**
745
- * Number of updates to install.
746
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
747
- */
748
- readonly numberOfUpdatesToInstall?: number;
749
- /**
750
- * Number of updates installed.
751
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
752
- */
753
- readonly numberOfUpdatesInstalled?: number;
754
- }
755
- /**
756
- * A device job.
757
- */
758
- export interface Job {
759
- /**
760
- * The path ID that uniquely identifies the object.
761
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
762
- */
763
- readonly id?: string;
764
- /**
765
- * The name of the object.
766
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
767
- */
768
- readonly name?: string;
769
- /**
770
- * The hierarchical type of the object.
771
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
772
- */
773
- readonly type?: string;
774
- /**
775
- * The current status of the job. Possible values include: 'Invalid', 'Running', 'Succeeded',
776
- * 'Failed', 'Canceled', 'Paused', 'Scheduled'
777
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
778
- */
779
- readonly status?: JobStatus;
780
- /**
781
- * The UTC date and time at which the job started.
782
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
783
- */
784
- readonly startTime?: Date;
785
- /**
786
- * The UTC date and time at which the job completed.
787
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
788
- */
789
- readonly endTime?: Date;
790
- /**
791
- * The percentage of the job that is complete.
792
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
793
- */
794
- readonly percentComplete?: number;
795
- /**
796
- * The error details.
797
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
798
- */
799
- readonly error?: JobErrorDetails;
800
- /**
801
- * The type of the job. Possible values include: 'Invalid', 'ScanForUpdates', 'DownloadUpdates',
802
- * 'InstallUpdates', 'RefreshShare', 'RefreshContainer'
803
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
804
- */
805
- readonly jobType?: JobType;
806
- /**
807
- * Current stage of the update operation. Possible values include: 'Unknown', 'Initial',
808
- * 'ScanStarted', 'ScanComplete', 'ScanFailed', 'DownloadStarted', 'DownloadComplete',
809
- * 'DownloadFailed', 'InstallStarted', 'InstallComplete', 'InstallFailed', 'RebootInitiated',
810
- * 'Success', 'Failure', 'RescanStarted', 'RescanComplete', 'RescanFailed'
811
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
812
- */
813
- readonly currentStage?: UpdateOperationStage;
814
- /**
815
- * The download progress.
816
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
817
- */
818
- readonly downloadProgress?: UpdateDownloadProgress;
819
- /**
820
- * The install progress.
821
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
822
- */
823
- readonly installProgress?: UpdateInstallProgress;
824
- /**
825
- * Total number of errors encountered during the refresh process.
826
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
827
- */
828
- readonly totalRefreshErrors?: number;
829
- /**
830
- * Local share/remote container relative path to the error manifest file of the refresh.
831
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
832
- */
833
- readonly errorManifestFile?: string;
834
- /**
835
- * ARM ID of the entity that was refreshed.
836
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
837
- */
838
- readonly refreshedEntityId?: string;
839
- /**
840
- * If only subfolders need to be refreshed, then the subfolder path inside the share or
841
- * container. (The path is empty if there are no subfolders.)
842
- */
843
- folder?: string;
844
- }
845
- /**
846
- * Metric Dimension v1.
847
- */
848
- export interface MetricDimensionV1 {
849
- /**
850
- * Name of the metrics dimension.
851
- */
852
- name?: string;
853
- /**
854
- * Display name of the metrics dimension.
855
- */
856
- displayName?: string;
857
- /**
858
- * To be exported to shoe box.
859
- */
860
- toBeExportedForShoebox?: boolean;
861
- }
862
- /**
863
- * Metric specification version 1.
864
- */
865
- export interface MetricSpecificationV1 {
866
- /**
867
- * Name of the metric.
868
- */
869
- name?: string;
870
- /**
871
- * Display name of the metric.
872
- */
873
- displayName?: string;
874
- /**
875
- * Description of the metric to be displayed.
876
- */
877
- displayDescription?: string;
878
- /**
879
- * Metric units. Possible values include: 'NotSpecified', 'Percent', 'Count', 'Seconds',
880
- * 'Milliseconds', 'Bytes', 'BytesPerSecond', 'CountPerSecond'
881
- */
882
- unit?: MetricUnit;
883
- /**
884
- * Metric aggregation type. Possible values include: 'NotSpecified', 'None', 'Average',
885
- * 'Minimum', 'Maximum', 'Total', 'Count'
886
- */
887
- aggregationType?: MetricAggregationType;
888
- /**
889
- * Metric dimensions, other than default dimension which is resource.
890
- */
891
- dimensions?: MetricDimensionV1[];
892
- /**
893
- * Set true to fill the gaps with zero.
894
- */
895
- fillGapWithZero?: boolean;
896
- /**
897
- * Metric category. Possible values include: 'Capacity', 'Transaction'
898
- */
899
- category?: MetricCategory;
900
- /**
901
- * Resource name override.
902
- */
903
- resourceIdDimensionNameOverride?: string;
904
- /**
905
- * Support granularity of metrics.
906
- */
907
- supportedTimeGrainTypes?: TimeGrain[];
908
- /**
909
- * Support metric aggregation type.
910
- */
911
- supportedAggregationTypes?: MetricAggregationType[];
912
- }
913
- /**
914
- * The network adapter position.
915
- */
916
- export interface NetworkAdapterPosition {
917
- /**
918
- * The network group. Possible values include: 'None', 'NonRDMA', 'RDMA'
919
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
920
- */
921
- readonly networkGroup?: NetworkGroup;
922
- /**
923
- * The port.
924
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
925
- */
926
- readonly port?: number;
927
- }
928
- /**
929
- * Represents the networkAdapter on a device.
930
- */
931
- export interface NetworkAdapter {
932
- /**
933
- * Instance ID of network adapter.
934
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
935
- */
936
- readonly adapterId?: string;
937
- /**
938
- * Hardware position of network adapter.
939
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
940
- */
941
- readonly adapterPosition?: NetworkAdapterPosition;
942
- /**
943
- * Logical index of the adapter.
944
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
945
- */
946
- readonly index?: number;
947
- /**
948
- * Node ID of the network adapter.
949
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
950
- */
951
- readonly nodeId?: string;
952
- /**
953
- * Network adapter name.
954
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
955
- */
956
- readonly networkAdapterName?: string;
957
- /**
958
- * Hardware label for the adapter.
959
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
960
- */
961
- readonly label?: string;
962
- /**
963
- * MAC address.
964
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
965
- */
966
- readonly macAddress?: string;
967
- /**
968
- * Link speed.
969
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
970
- */
971
- readonly linkSpeed?: number;
972
- /**
973
- * Value indicating whether this adapter is valid. Possible values include: 'Inactive', 'Active'
974
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
975
- */
976
- readonly status?: NetworkAdapterStatus;
977
- /**
978
- * Value indicating whether this adapter is RDMA capable. Possible values include: 'Incapable',
979
- * 'Capable'
980
- */
981
- rdmaStatus?: NetworkAdapterRDMAStatus;
982
- /**
983
- * Value indicating whether this adapter has DHCP enabled. Possible values include: 'Disabled',
984
- * 'Enabled'
985
- */
986
- dhcpStatus?: NetworkAdapterDHCPStatus;
987
- /**
988
- * The IPv4 configuration of the network adapter.
989
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
990
- */
991
- readonly ipv4Configuration?: Ipv4Config;
992
- /**
993
- * The IPv6 configuration of the network adapter.
994
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
995
- */
996
- readonly ipv6Configuration?: Ipv6Config;
997
- /**
998
- * The IPv6 local address.
999
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1000
- */
1001
- readonly ipv6LinkLocalAddress?: string;
1002
- /**
1003
- * The list of DNS Servers of the device.
1004
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1005
- */
1006
- readonly dnsServers?: string[];
1007
- }
1008
- /**
1009
- * The network settings of a device.
1010
- */
1011
- export interface NetworkSettings extends ARMBaseModel {
1012
- /**
1013
- * The network adapter list on the device.
1014
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1015
- */
1016
- readonly networkAdapters?: NetworkAdapter[];
1017
- }
1018
- /**
1019
- * Represents a single node in a Data box Edge/Gateway device
1020
- * Gateway devices, standalone Edge devices and a single node cluster Edge device will all have 1
1021
- * node
1022
- * Multi-node Edge devices will have more than 1 nodes
1023
- */
1024
- export interface Node extends ARMBaseModel {
1025
- /**
1026
- * The current status of the individual node. Possible values include: 'Unknown', 'Up', 'Down',
1027
- * 'Rebooting', 'ShuttingDown'
1028
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1029
- */
1030
- readonly nodeStatus?: NodeStatus;
1031
- /**
1032
- * Serial number of the Chassis
1033
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1034
- */
1035
- readonly nodeChassisSerialNumber?: string;
1036
- /**
1037
- * Serial number of the individual node
1038
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1039
- */
1040
- readonly nodeSerialNumber?: string;
1041
- /**
1042
- * Display Name of the individual node
1043
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1044
- */
1045
- readonly nodeDisplayName?: string;
1046
- /**
1047
- * Friendly software version name that is currently installed on the node
1048
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1049
- */
1050
- readonly nodeFriendlySoftwareVersion?: string;
1051
- /**
1052
- * HCS version that is currently installed on the node
1053
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1054
- */
1055
- readonly nodeHcsVersion?: string;
1056
- /**
1057
- * Guid instance id of the node
1058
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1059
- */
1060
- readonly nodeInstanceId?: string;
1061
- }
1062
- /**
1063
- * Operation display properties.
1064
- */
1065
- export interface OperationDisplay {
1066
- /**
1067
- * Provider name.
1068
- */
1069
- provider?: string;
1070
- /**
1071
- * The type of resource in which the operation is performed.
1072
- */
1073
- resource?: string;
1074
- /**
1075
- * Operation to be performed on the resource.
1076
- */
1077
- operation?: string;
1078
- /**
1079
- * Description of the operation to be performed.
1080
- */
1081
- description?: string;
1082
- }
1083
- /**
1084
- * Service specification.
1085
- */
1086
- export interface ServiceSpecification {
1087
- /**
1088
- * Metric specification as defined by shoebox.
1089
- */
1090
- metricSpecifications?: MetricSpecificationV1[];
1091
- }
1092
- /**
1093
- * Operations.
1094
- */
1095
- export interface Operation {
1096
- /**
1097
- * Name of the operation.
1098
- */
1099
- name?: string;
1100
- /**
1101
- * Properties displayed for the operation.
1102
- */
1103
- display?: OperationDisplay;
1104
- /**
1105
- * Origin of the operation.
1106
- */
1107
- origin?: string;
1108
- /**
1109
- * Service specification.
1110
- */
1111
- serviceSpecification?: ServiceSpecification;
1112
- }
1113
- /**
1114
- * Represents a single status change.
1115
- */
1116
- export interface OrderStatus {
1117
- /**
1118
- * Status of the order as per the allowed status types. Possible values include: 'Untracked',
1119
- * 'AwaitingFulfilment', 'AwaitingPreparation', 'AwaitingShipment', 'Shipped', 'Arriving',
1120
- * 'Delivered', 'ReplacementRequested', 'LostDevice', 'Declined', 'ReturnInitiated',
1121
- * 'AwaitingReturnShipment', 'ShippedBack', 'CollectedAtMicrosoft'
1122
- */
1123
- status: OrderState;
1124
- /**
1125
- * Time of status update.
1126
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1127
- */
1128
- readonly updateDateTime?: Date;
1129
- /**
1130
- * Comments related to this status change.
1131
- */
1132
- comments?: string;
1133
- /**
1134
- * Dictionary to hold generic information which is not stored
1135
- * by the already existing properties
1136
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1137
- */
1138
- readonly additionalOrderDetails?: {
1139
- [propertyName: string]: string;
1140
- };
1141
- }
1142
- /**
1143
- * Tracking courier information.
1144
- */
1145
- export interface TrackingInfo {
1146
- /**
1147
- * Serial number of the device being tracked.
1148
- */
1149
- serialNumber?: string;
1150
- /**
1151
- * Name of the carrier used in the delivery.
1152
- */
1153
- carrierName?: string;
1154
- /**
1155
- * Tracking ID of the shipment.
1156
- */
1157
- trackingId?: string;
1158
- /**
1159
- * Tracking URL of the shipment.
1160
- */
1161
- trackingUrl?: string;
1162
- }
1163
- /**
1164
- * The order details.
1165
- */
1166
- export interface Order extends ARMBaseModel {
1167
- /**
1168
- * The contact details.
1169
- */
1170
- contactInformation: ContactDetails;
1171
- /**
1172
- * The shipping address.
1173
- */
1174
- shippingAddress: Address;
1175
- /**
1176
- * Current status of the order.
1177
- */
1178
- currentStatus?: OrderStatus;
1179
- /**
1180
- * List of status changes in the order.
1181
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1182
- */
1183
- readonly orderHistory?: OrderStatus[];
1184
- /**
1185
- * Serial number of the device.
1186
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1187
- */
1188
- readonly serialNumber?: string;
1189
- /**
1190
- * Tracking information for the package delivered to the customer whether it has an original or a
1191
- * replacement device.
1192
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1193
- */
1194
- readonly deliveryTrackingInfo?: TrackingInfo[];
1195
- /**
1196
- * Tracking information for the package returned from the customer whether it has an original or
1197
- * a replacement device.
1198
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1199
- */
1200
- readonly returnTrackingInfo?: TrackingInfo[];
1201
- }
1202
- /**
1203
- * Periodic timer event source.
1204
- */
1205
- export interface PeriodicTimerSourceInfo {
1206
- /**
1207
- * The time of the day that results in a valid trigger. Schedule is computed with reference to
1208
- * the time specified upto seconds. If timezone is not specified the time will considered to be
1209
- * in device timezone. The value will always be returned as UTC time.
1210
- */
1211
- startTime: Date;
1212
- /**
1213
- * Periodic frequency at which timer event needs to be raised. Supports daily, hourly, minutes,
1214
- * and seconds.
1215
- */
1216
- schedule: string;
1217
- /**
1218
- * Topic where periodic events are published to IoT device.
1219
- */
1220
- topic?: string;
1221
- }
1222
- /**
1223
- * Trigger details.
1224
- */
1225
- export interface PeriodicTimerEventTrigger {
1226
- /**
1227
- * Polymorphic Discriminator
1228
- */
1229
- kind: "PeriodicTimerEvent";
1230
- /**
1231
- * The path ID that uniquely identifies the object.
1232
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1233
- */
1234
- readonly id?: string;
1235
- /**
1236
- * The object name.
1237
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1238
- */
1239
- readonly name?: string;
1240
- /**
1241
- * The hierarchical type of the object.
1242
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1243
- */
1244
- readonly type?: string;
1245
- /**
1246
- * Periodic timer details.
1247
- */
1248
- sourceInfo: PeriodicTimerSourceInfo;
1249
- /**
1250
- * Role Sink information.
1251
- */
1252
- sinkInfo: RoleSinkInfo;
1253
- /**
1254
- * A custom context tag typically used to correlate the trigger against its usage. For example,
1255
- * if a periodic timer trigger is intended for certain specific IoT modules in the device, the
1256
- * tag can be the name or the image URL of the module.
1257
- */
1258
- customContextTag?: string;
1259
- }
1260
- /**
1261
- * The location info.
1262
- */
1263
- export interface SkuLocationInfo {
1264
- /**
1265
- * The location.
1266
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1267
- */
1268
- readonly location?: string;
1269
- /**
1270
- * The zones.
1271
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1272
- */
1273
- readonly zones?: string[];
1274
- /**
1275
- * The sites.
1276
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1277
- */
1278
- readonly sites?: string[];
1279
- }
1280
- /**
1281
- * The metadata for retrieving price info.
1282
- */
1283
- export interface SkuCost {
1284
- /**
1285
- * Used for querying price from commerce.
1286
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1287
- */
1288
- readonly meterId?: string;
1289
- /**
1290
- * The cost quantity.
1291
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1292
- */
1293
- readonly quantity?: number;
1294
- /**
1295
- * Restriction of the SKU for the location/zone
1296
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1297
- */
1298
- readonly extendedUnit?: string;
1299
- }
1300
- /**
1301
- * The restriction info with locations and zones.
1302
- */
1303
- export interface SkuRestrictionInfo {
1304
- /**
1305
- * The locations.
1306
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1307
- */
1308
- readonly locations?: string[];
1309
- /**
1310
- * The zones.
1311
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1312
- */
1313
- readonly zones?: string[];
1314
- }
1315
- /**
1316
- * The restrictions because of which SKU cannot be used.
1317
- */
1318
- export interface SkuRestriction {
1319
- /**
1320
- * The type of the restriction.
1321
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1322
- */
1323
- readonly type?: string;
1324
- /**
1325
- * The locations where sku is restricted.
1326
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1327
- */
1328
- readonly values?: string[];
1329
- /**
1330
- * The SKU restriction reason. Possible values include: 'NotAvailableForSubscription', 'QuotaId'
1331
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1332
- */
1333
- readonly reasonCode?: SkuRestrictionReasonCode;
1334
- /**
1335
- * Restriction of the SKU for the location/zone
1336
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1337
- */
1338
- readonly restrictionInfo?: SkuRestrictionInfo;
1339
- }
1340
- /**
1341
- * SkuInformation object
1342
- */
1343
- export interface ResourceTypeSku {
1344
- /**
1345
- * The type of the resource
1346
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1347
- */
1348
- readonly resourceType?: string;
1349
- /**
1350
- * The Sku name. Possible values include: 'Gateway', 'Edge', 'TEA_1Node', 'TEA_1Node_UPS',
1351
- * 'TEA_1Node_Heater', 'TEA_1Node_UPS_Heater', 'TEA_4Node_Heater', 'TEA_4Node_UPS_Heater', 'TMA'
1352
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1353
- */
1354
- readonly name?: SkuName;
1355
- /**
1356
- * The Sku kind
1357
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1358
- */
1359
- readonly kind?: string;
1360
- /**
1361
- * The Sku tier. Possible values include: 'Standard'
1362
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1363
- */
1364
- readonly tier?: SkuTier;
1365
- /**
1366
- * The Sku family
1367
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1368
- */
1369
- readonly family?: string;
1370
- /**
1371
- * Availability of the SKU for the region
1372
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1373
- */
1374
- readonly locations?: string[];
1375
- /**
1376
- * The API versions in which SKU is available
1377
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1378
- */
1379
- readonly apiVersions?: string[];
1380
- /**
1381
- * Availability of the SKU for the location/zone
1382
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1383
- */
1384
- readonly locationInfo?: SkuLocationInfo[];
1385
- /**
1386
- * The pricing info of the Sku.
1387
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1388
- */
1389
- readonly costs?: SkuCost[];
1390
- /**
1391
- * Restrictions of the SKU availability.
1392
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1393
- */
1394
- readonly restrictions?: SkuRestriction[];
1395
- }
1396
- /**
1397
- * The security settings of a device.
1398
- */
1399
- export interface SecuritySettings extends ARMBaseModel {
1400
- /**
1401
- * Device administrator password as an encrypted string (encrypted using RSA PKCS #1) is used to
1402
- * sign into the local web UI of the device. The Actual password should have at least 8
1403
- * characters that are a combination of uppercase, lowercase, numeric, and special characters.
1404
- */
1405
- deviceAdminPassword: AsymmetricEncryptedSecret;
1406
- }
1407
- /**
1408
- * The mapping between a particular user and the access type on the SMB share.
1409
- */
1410
- export interface UserAccessRight {
1411
- /**
1412
- * User ID (already existing in the device).
1413
- */
1414
- userId: string;
1415
- /**
1416
- * Type of access to be allowed for the user. Possible values include: 'Change', 'Read', 'Custom'
1417
- */
1418
- accessType: ShareAccessType;
1419
- }
1420
- /**
1421
- * Represents a share on the Data Box Edge/Gateway device.
1422
- */
1423
- export interface Share extends ARMBaseModel {
1424
- /**
1425
- * Description for the share.
1426
- */
1427
- description?: string;
1428
- /**
1429
- * Current status of the share. Possible values include: 'Offline', 'Unknown', 'OK', 'Updating',
1430
- * 'NeedsAttention'
1431
- */
1432
- shareStatus: ShareStatus;
1433
- /**
1434
- * Current monitoring status of the share. Possible values include: 'Enabled', 'Disabled'
1435
- */
1436
- monitoringStatus: MonitoringStatus;
1437
- /**
1438
- * Azure container mapping for the share.
1439
- */
1440
- azureContainerInfo?: AzureContainerInfo;
1441
- /**
1442
- * Access protocol to be used by the share. Possible values include: 'SMB', 'NFS'
1443
- */
1444
- accessProtocol: ShareAccessProtocol;
1445
- /**
1446
- * Mapping of users and corresponding access rights on the share (required for SMB protocol).
1447
- */
1448
- userAccessRights?: UserAccessRight[];
1449
- /**
1450
- * List of IP addresses and corresponding access rights on the share(required for NFS protocol).
1451
- */
1452
- clientAccessRights?: ClientAccessRight[];
1453
- /**
1454
- * Details of the refresh job on this share.
1455
- */
1456
- refreshDetails?: RefreshDetails;
1457
- /**
1458
- * Share mount point to the role.
1459
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1460
- */
1461
- readonly shareMappings?: MountPointMap[];
1462
- /**
1463
- * Data policy of the share. Possible values include: 'Cloud', 'Local'
1464
- */
1465
- dataPolicy?: DataPolicy;
1466
- }
1467
- /**
1468
- * Specifies the mapping between this particular user and the type of access he has on shares on
1469
- * this device.
1470
- */
1471
- export interface ShareAccessRight {
1472
- /**
1473
- * The share ID.
1474
- */
1475
- shareId: string;
1476
- /**
1477
- * Type of access to be allowed on the share for this user. Possible values include: 'Change',
1478
- * 'Read', 'Custom'
1479
- */
1480
- accessType: ShareAccessType;
1481
- }
1482
- /**
1483
- * Represents a Storage Account on the Data Box Edge/Gateway device.
1484
- */
1485
- export interface StorageAccount extends ARMBaseModel {
1486
- /**
1487
- * Description for the storage Account.
1488
- */
1489
- description?: string;
1490
- /**
1491
- * Current status of the storage account. Possible values include: 'OK', 'Offline', 'Unknown',
1492
- * 'Updating', 'NeedsAttention'
1493
- */
1494
- storageAccountStatus?: StorageAccountStatus;
1495
- /**
1496
- * Data policy of the storage Account. Possible values include: 'Cloud', 'Local'
1497
- */
1498
- dataPolicy?: DataPolicy;
1499
- /**
1500
- * Storage Account Credential Id
1501
- */
1502
- storageAccountCredentialId?: string;
1503
- /**
1504
- * BlobEndpoint of Storage Account
1505
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1506
- */
1507
- readonly blobEndpoint?: string;
1508
- /**
1509
- * The Container Count. Present only for Storage Accounts with DataPolicy set to Cloud.
1510
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1511
- */
1512
- readonly containerCount?: number;
1513
- }
1514
- /**
1515
- * The storage account credential.
1516
- */
1517
- export interface StorageAccountCredential extends ARMBaseModel {
1518
- /**
1519
- * Alias for the storage account.
1520
- */
1521
- alias: string;
1522
- /**
1523
- * Username for the storage account.
1524
- */
1525
- userName?: string;
1526
- /**
1527
- * Encrypted storage key.
1528
- */
1529
- accountKey?: AsymmetricEncryptedSecret;
1530
- /**
1531
- * Connection string for the storage account. Use this string if username and account key are not
1532
- * specified.
1533
- */
1534
- connectionString?: string;
1535
- /**
1536
- * Signifies whether SSL needs to be enabled or not. Possible values include: 'Enabled',
1537
- * 'Disabled'
1538
- */
1539
- sslStatus: SSLStatus;
1540
- /**
1541
- * Blob end point for private clouds.
1542
- */
1543
- blobDomainName?: string;
1544
- /**
1545
- * Type of storage accessed on the storage account. Possible values include:
1546
- * 'GeneralPurposeStorage', 'BlobStorage'
1547
- */
1548
- accountType: AccountType;
1549
- /**
1550
- * Id of the storage account.
1551
- */
1552
- storageAccountId?: string;
1553
- }
1554
- /**
1555
- * Details about ongoing updates and availability of updates on the device.
1556
- */
1557
- export interface UpdateSummary extends ARMBaseModel {
1558
- /**
1559
- * The current version of the device in format: 1.2.17312.13.",
1560
- */
1561
- deviceVersionNumber?: string;
1562
- /**
1563
- * The current version of the device in text format.
1564
- */
1565
- friendlyDeviceVersionName?: string;
1566
- /**
1567
- * The last time when a scan was done on the device.
1568
- */
1569
- deviceLastScannedDateTime?: Date;
1570
- /**
1571
- * The time when the last scan job was completed (success/cancelled/failed) on the appliance.
1572
- */
1573
- lastCompletedScanJobDateTime?: Date;
1574
- /**
1575
- * The time when the last Download job was completed (success/cancelled/failed) on the appliance.
1576
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1577
- */
1578
- readonly lastCompletedDownloadJobDateTime?: Date;
1579
- /**
1580
- * The time when the last Install job was completed (success/cancelled/failed) on the appliance.
1581
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1582
- */
1583
- readonly lastCompletedInstallJobDateTime?: Date;
1584
- /**
1585
- * The number of updates available for the current device version as per the last device scan.
1586
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1587
- */
1588
- readonly totalNumberOfUpdatesAvailable?: number;
1589
- /**
1590
- * The total number of items pending download.
1591
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1592
- */
1593
- readonly totalNumberOfUpdatesPendingDownload?: number;
1594
- /**
1595
- * The total number of items pending install.
1596
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1597
- */
1598
- readonly totalNumberOfUpdatesPendingInstall?: number;
1599
- /**
1600
- * Indicates if updates are available and at least one of the updates needs a reboot. Possible
1601
- * values include: 'NeverReboots', 'RequiresReboot', 'RequestReboot'
1602
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1603
- */
1604
- readonly rebootBehavior?: InstallRebootBehavior;
1605
- /**
1606
- * The current update operation. Possible values include: 'None', 'Scan', 'Download', 'Install'
1607
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1608
- */
1609
- readonly ongoingUpdateOperation?: UpdateOperation;
1610
- /**
1611
- * The job ID of the download job in progress.
1612
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1613
- */
1614
- readonly inProgressDownloadJobId?: string;
1615
- /**
1616
- * The job ID of the install job in progress.
1617
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1618
- */
1619
- readonly inProgressInstallJobId?: string;
1620
- /**
1621
- * The time when the currently running download (if any) started.
1622
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1623
- */
1624
- readonly inProgressDownloadJobStartedDateTime?: Date;
1625
- /**
1626
- * The time when the currently running install (if any) started.
1627
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1628
- */
1629
- readonly inProgressInstallJobStartedDateTime?: Date;
1630
- /**
1631
- * The list of updates available for install.
1632
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1633
- */
1634
- readonly updateTitles?: string[];
1635
- /**
1636
- * The total size of updates available for download in bytes.
1637
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1638
- */
1639
- readonly totalUpdateSizeInBytes?: number;
1640
- }
1641
- /**
1642
- * The upload certificate request.
1643
- */
1644
- export interface UploadCertificateRequest {
1645
- /**
1646
- * The authentication type. Possible values include: 'Invalid', 'AzureActiveDirectory'
1647
- */
1648
- authenticationType?: AuthenticationType;
1649
- /**
1650
- * The base64 encoded certificate raw data.
1651
- */
1652
- certificate: string;
1653
- }
1654
- /**
1655
- * The upload registration certificate response.
1656
- */
1657
- export interface UploadCertificateResponse {
1658
- /**
1659
- * Specifies authentication type. Possible values include: 'Invalid', 'AzureActiveDirectory'
1660
- */
1661
- authType?: AuthenticationType;
1662
- /**
1663
- * The resource ID of the Data Box Edge/Gateway device.
1664
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1665
- */
1666
- readonly resourceId?: string;
1667
- /**
1668
- * Azure Active Directory tenant authority.
1669
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1670
- */
1671
- readonly aadAuthority?: string;
1672
- /**
1673
- * Azure Active Directory tenant ID.
1674
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1675
- */
1676
- readonly aadTenantId?: string;
1677
- /**
1678
- * Azure Active Directory service principal client ID.
1679
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1680
- */
1681
- readonly servicePrincipalClientId?: string;
1682
- /**
1683
- * Azure Active Directory service principal object ID.
1684
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1685
- */
1686
- readonly servicePrincipalObjectId?: string;
1687
- /**
1688
- * The azure management endpoint audience.
1689
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1690
- */
1691
- readonly azureManagementEndpointAudience?: string;
1692
- /**
1693
- * Identifier of the target resource that is the recipient of the requested token.
1694
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1695
- */
1696
- readonly aadAudience?: string;
1697
- }
1698
- /**
1699
- * Represents a user who has access to one or more shares on the Data Box Edge/Gateway device.
1700
- */
1701
- export interface User extends ARMBaseModel {
1702
- /**
1703
- * The password details.
1704
- */
1705
- encryptedPassword?: AsymmetricEncryptedSecret;
1706
- /**
1707
- * List of shares that the user has rights on. This field should not be specified during user
1708
- * creation.
1709
- */
1710
- shareAccessRights?: ShareAccessRight[];
1711
- /**
1712
- * Type of the user. Possible values include: 'Share', 'LocalManagement', 'ARM'
1713
- */
1714
- userType: UserType;
1715
- }
1716
- /**
1717
- * Optional Parameters.
1718
- */
1719
- export interface DevicesListBySubscriptionOptionalParams extends msRest.RequestOptionsBase {
1720
- /**
1721
- * Specify $expand=details to populate additional fields related to the resource or Specify
1722
- * $skipToken=<token> to populate the next page in the list.
1723
- */
1724
- expand?: string;
1725
- }
1726
- /**
1727
- * Optional Parameters.
1728
- */
1729
- export interface DevicesListByResourceGroupOptionalParams extends msRest.RequestOptionsBase {
1730
- /**
1731
- * Specify $expand=details to populate additional fields related to the resource or Specify
1732
- * $skipToken=<token> to populate the next page in the list.
1733
- */
1734
- expand?: string;
1735
- }
1736
- /**
1737
- * Optional Parameters.
1738
- */
1739
- export interface TriggersListByDataBoxEdgeDeviceOptionalParams extends msRest.RequestOptionsBase {
1740
- /**
1741
- * Specify $filter='CustomContextTag eq <tag>' to filter on custom context tag property
1742
- */
1743
- filter?: string;
1744
- }
1745
- /**
1746
- * Optional Parameters.
1747
- */
1748
- export interface UsersListByDataBoxEdgeDeviceOptionalParams extends msRest.RequestOptionsBase {
1749
- /**
1750
- * Specify $filter='UserType eq <type>' to filter on user type property
1751
- */
1752
- filter?: string;
1753
- }
1754
- /**
1755
- * Optional Parameters.
1756
- */
1757
- export interface SkusListOptionalParams extends msRest.RequestOptionsBase {
1758
- /**
1759
- * Specify $filter='location eq <location>' to filter on location.
1760
- */
1761
- filter?: string;
1762
- }
1763
- /**
1764
- * An interface representing DataBoxEdgeManagementClientOptions.
1765
- */
1766
- export interface DataBoxEdgeManagementClientOptions extends AzureServiceClientOptions {
1767
- baseUri?: string;
1768
- }
1769
- /**
1770
- * @interface
1771
- * The list of operations used for the discovery of available provider operations.
1772
- * @extends Array<Operation>
1773
- */
1774
- export interface OperationsList extends Array<Operation> {
1775
- /**
1776
- * Link to the next set of results.
1777
- */
1778
- nextLink?: string;
1779
- }
1780
- /**
1781
- * @interface
1782
- * The collection of Data Box Edge/Gateway devices.
1783
- * @extends Array<DataBoxEdgeDevice>
1784
- */
1785
- export interface DataBoxEdgeDeviceList extends Array<DataBoxEdgeDevice> {
1786
- /**
1787
- * Link to the next set of results.
1788
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1789
- */
1790
- readonly nextLink?: string;
1791
- }
1792
- /**
1793
- * @interface
1794
- * Collection of alerts.
1795
- * @extends Array<Alert>
1796
- */
1797
- export interface AlertList extends Array<Alert> {
1798
- /**
1799
- * Link to the next set of results.
1800
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1801
- */
1802
- readonly nextLink?: string;
1803
- }
1804
- /**
1805
- * @interface
1806
- * The collection of bandwidth schedules.
1807
- * @extends Array<BandwidthSchedule>
1808
- */
1809
- export interface BandwidthSchedulesList extends Array<BandwidthSchedule> {
1810
- /**
1811
- * Link to the next set of results.
1812
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1813
- */
1814
- readonly nextLink?: string;
1815
- }
1816
- /**
1817
- * @interface
1818
- * Collection of Nodes.
1819
- * @extends Array<Node>
1820
- */
1821
- export interface NodeList extends Array<Node> {
1822
- }
1823
- /**
1824
- * @interface
1825
- * List of order entities.
1826
- * @extends Array<Order>
1827
- */
1828
- export interface OrderList extends Array<Order> {
1829
- /**
1830
- * Link to the next set of results.
1831
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1832
- */
1833
- readonly nextLink?: string;
1834
- }
1835
- /**
1836
- * @interface
1837
- * Collection of all the roles on the Data Box Edge device.
1838
- * @extends Array<RoleUnion>
1839
- */
1840
- export interface RoleList extends Array<RoleUnion> {
1841
- /**
1842
- * Link to the next set of results.
1843
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1844
- */
1845
- readonly nextLink?: string;
1846
- }
1847
- /**
1848
- * @interface
1849
- * Collection of all the shares on the Data Box Edge/Gateway device.
1850
- * @extends Array<Share>
1851
- */
1852
- export interface ShareList extends Array<Share> {
1853
- /**
1854
- * Link to the next set of results.
1855
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1856
- */
1857
- readonly nextLink?: string;
1858
- }
1859
- /**
1860
- * @interface
1861
- * The collection of storage account credentials.
1862
- * @extends Array<StorageAccountCredential>
1863
- */
1864
- export interface StorageAccountCredentialList extends Array<StorageAccountCredential> {
1865
- /**
1866
- * Link to the next set of results.
1867
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1868
- */
1869
- readonly nextLink?: string;
1870
- }
1871
- /**
1872
- * @interface
1873
- * Collection of all the Storage Accounts on the Data Box Edge/Gateway device.
1874
- * @extends Array<StorageAccount>
1875
- */
1876
- export interface StorageAccountList extends Array<StorageAccount> {
1877
- /**
1878
- * Link to the next set of results.
1879
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1880
- */
1881
- readonly nextLink?: string;
1882
- }
1883
- /**
1884
- * @interface
1885
- * Collection of all the containers on the Data Box Edge/Gateway device.
1886
- * @extends Array<Container>
1887
- */
1888
- export interface ContainerList extends Array<Container> {
1889
- /**
1890
- * Link to the next set of results.
1891
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1892
- */
1893
- readonly nextLink?: string;
1894
- }
1895
- /**
1896
- * @interface
1897
- * Collection of all trigger on the data box edge device.
1898
- * @extends Array<TriggerUnion>
1899
- */
1900
- export interface TriggerList extends Array<TriggerUnion> {
1901
- /**
1902
- * Link to the next set of results.
1903
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1904
- */
1905
- readonly nextLink?: string;
1906
- }
1907
- /**
1908
- * @interface
1909
- * Collection of users.
1910
- * @extends Array<User>
1911
- */
1912
- export interface UserList extends Array<User> {
1913
- /**
1914
- * Link to the next set of results.
1915
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1916
- */
1917
- readonly nextLink?: string;
1918
- }
1919
- /**
1920
- * @interface
1921
- * List of SKU Information objects
1922
- * @extends Array<ResourceTypeSku>
1923
- */
1924
- export interface SkuInformationList extends Array<ResourceTypeSku> {
1925
- /**
1926
- * Links to the next set of results
1927
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1928
- */
1929
- readonly nextLink?: string;
1930
- }
1931
- /**
1932
- * Defines values for AlertSeverity.
1933
- * Possible values include: 'Informational', 'Warning', 'Critical'
1934
- * @readonly
1935
- * @enum {string}
1936
- */
1937
- export declare type AlertSeverity = 'Informational' | 'Warning' | 'Critical';
1938
- /**
1939
- * Defines values for EncryptionAlgorithm.
1940
- * Possible values include: 'None', 'AES256', 'RSAES_PKCS1_v_1_5'
1941
- * @readonly
1942
- * @enum {string}
1943
- */
1944
- export declare type EncryptionAlgorithm = 'None' | 'AES256' | 'RSAES_PKCS1_v_1_5';
1945
- /**
1946
- * Defines values for AzureContainerDataFormat.
1947
- * Possible values include: 'BlockBlob', 'PageBlob', 'AzureFile'
1948
- * @readonly
1949
- * @enum {string}
1950
- */
1951
- export declare type AzureContainerDataFormat = 'BlockBlob' | 'PageBlob' | 'AzureFile';
1952
- /**
1953
- * Defines values for DayOfWeek.
1954
- * Possible values include: 'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday',
1955
- * 'Saturday'
1956
- * @readonly
1957
- * @enum {string}
1958
- */
1959
- export declare type DayOfWeek = 'Sunday' | 'Monday' | 'Tuesday' | 'Wednesday' | 'Thursday' | 'Friday' | 'Saturday';
1960
- /**
1961
- * Defines values for ClientPermissionType.
1962
- * Possible values include: 'NoAccess', 'ReadOnly', 'ReadWrite'
1963
- * @readonly
1964
- * @enum {string}
1965
- */
1966
- export declare type ClientPermissionType = 'NoAccess' | 'ReadOnly' | 'ReadWrite';
1967
- /**
1968
- * Defines values for ContainerStatus.
1969
- * Possible values include: 'OK', 'Offline', 'Unknown', 'Updating', 'NeedsAttention'
1970
- * @readonly
1971
- * @enum {string}
1972
- */
1973
- export declare type ContainerStatus = 'OK' | 'Offline' | 'Unknown' | 'Updating' | 'NeedsAttention';
1974
- /**
1975
- * Defines values for SkuName.
1976
- * Possible values include: 'Gateway', 'Edge', 'TEA_1Node', 'TEA_1Node_UPS', 'TEA_1Node_Heater',
1977
- * 'TEA_1Node_UPS_Heater', 'TEA_4Node_Heater', 'TEA_4Node_UPS_Heater', 'TMA'
1978
- * @readonly
1979
- * @enum {string}
1980
- */
1981
- export declare type SkuName = 'Gateway' | 'Edge' | 'TEA_1Node' | 'TEA_1Node_UPS' | 'TEA_1Node_Heater' | 'TEA_1Node_UPS_Heater' | 'TEA_4Node_Heater' | 'TEA_4Node_UPS_Heater' | 'TMA';
1982
- /**
1983
- * Defines values for SkuTier.
1984
- * Possible values include: 'Standard'
1985
- * @readonly
1986
- * @enum {string}
1987
- */
1988
- export declare type SkuTier = 'Standard';
1989
- /**
1990
- * Defines values for DataBoxEdgeDeviceStatus.
1991
- * Possible values include: 'ReadyToSetup', 'Online', 'Offline', 'NeedsAttention', 'Disconnected',
1992
- * 'PartiallyDisconnected', 'Maintenance'
1993
- * @readonly
1994
- * @enum {string}
1995
- */
1996
- export declare type DataBoxEdgeDeviceStatus = 'ReadyToSetup' | 'Online' | 'Offline' | 'NeedsAttention' | 'Disconnected' | 'PartiallyDisconnected' | 'Maintenance';
1997
- /**
1998
- * Defines values for DeviceType.
1999
- * Possible values include: 'DataBoxEdgeDevice'
2000
- * @readonly
2001
- * @enum {string}
2002
- */
2003
- export declare type DeviceType = 'DataBoxEdgeDevice';
2004
- /**
2005
- * Defines values for RoleTypes.
2006
- * Possible values include: 'IOT', 'ASA', 'Functions', 'Cognitive'
2007
- * @readonly
2008
- * @enum {string}
2009
- */
2010
- export declare type RoleTypes = 'IOT' | 'ASA' | 'Functions' | 'Cognitive';
2011
- /**
2012
- * Defines values for PlatformType.
2013
- * Possible values include: 'Windows', 'Linux'
2014
- * @readonly
2015
- * @enum {string}
2016
- */
2017
- export declare type PlatformType = 'Windows' | 'Linux';
2018
- /**
2019
- * Defines values for RoleStatus.
2020
- * Possible values include: 'Enabled', 'Disabled'
2021
- * @readonly
2022
- * @enum {string}
2023
- */
2024
- export declare type RoleStatus = 'Enabled' | 'Disabled';
2025
- /**
2026
- * Defines values for JobStatus.
2027
- * Possible values include: 'Invalid', 'Running', 'Succeeded', 'Failed', 'Canceled', 'Paused',
2028
- * 'Scheduled'
2029
- * @readonly
2030
- * @enum {string}
2031
- */
2032
- export declare type JobStatus = 'Invalid' | 'Running' | 'Succeeded' | 'Failed' | 'Canceled' | 'Paused' | 'Scheduled';
2033
- /**
2034
- * Defines values for JobType.
2035
- * Possible values include: 'Invalid', 'ScanForUpdates', 'DownloadUpdates', 'InstallUpdates',
2036
- * 'RefreshShare', 'RefreshContainer'
2037
- * @readonly
2038
- * @enum {string}
2039
- */
2040
- export declare type JobType = 'Invalid' | 'ScanForUpdates' | 'DownloadUpdates' | 'InstallUpdates' | 'RefreshShare' | 'RefreshContainer';
2041
- /**
2042
- * Defines values for UpdateOperationStage.
2043
- * Possible values include: 'Unknown', 'Initial', 'ScanStarted', 'ScanComplete', 'ScanFailed',
2044
- * 'DownloadStarted', 'DownloadComplete', 'DownloadFailed', 'InstallStarted', 'InstallComplete',
2045
- * 'InstallFailed', 'RebootInitiated', 'Success', 'Failure', 'RescanStarted', 'RescanComplete',
2046
- * 'RescanFailed'
2047
- * @readonly
2048
- * @enum {string}
2049
- */
2050
- export declare type UpdateOperationStage = 'Unknown' | 'Initial' | 'ScanStarted' | 'ScanComplete' | 'ScanFailed' | 'DownloadStarted' | 'DownloadComplete' | 'DownloadFailed' | 'InstallStarted' | 'InstallComplete' | 'InstallFailed' | 'RebootInitiated' | 'Success' | 'Failure' | 'RescanStarted' | 'RescanComplete' | 'RescanFailed';
2051
- /**
2052
- * Defines values for DownloadPhase.
2053
- * Possible values include: 'Unknown', 'Initializing', 'Downloading', 'Verifying'
2054
- * @readonly
2055
- * @enum {string}
2056
- */
2057
- export declare type DownloadPhase = 'Unknown' | 'Initializing' | 'Downloading' | 'Verifying';
2058
- /**
2059
- * Defines values for MetricUnit.
2060
- * Possible values include: 'NotSpecified', 'Percent', 'Count', 'Seconds', 'Milliseconds', 'Bytes',
2061
- * 'BytesPerSecond', 'CountPerSecond'
2062
- * @readonly
2063
- * @enum {string}
2064
- */
2065
- export declare type MetricUnit = 'NotSpecified' | 'Percent' | 'Count' | 'Seconds' | 'Milliseconds' | 'Bytes' | 'BytesPerSecond' | 'CountPerSecond';
2066
- /**
2067
- * Defines values for MetricAggregationType.
2068
- * Possible values include: 'NotSpecified', 'None', 'Average', 'Minimum', 'Maximum', 'Total',
2069
- * 'Count'
2070
- * @readonly
2071
- * @enum {string}
2072
- */
2073
- export declare type MetricAggregationType = 'NotSpecified' | 'None' | 'Average' | 'Minimum' | 'Maximum' | 'Total' | 'Count';
2074
- /**
2075
- * Defines values for MetricCategory.
2076
- * Possible values include: 'Capacity', 'Transaction'
2077
- * @readonly
2078
- * @enum {string}
2079
- */
2080
- export declare type MetricCategory = 'Capacity' | 'Transaction';
2081
- /**
2082
- * Defines values for TimeGrain.
2083
- * Possible values include: 'PT1M', 'PT5M', 'PT15M', 'PT30M', 'PT1H', 'PT6H', 'PT12H', 'PT1D'
2084
- * @readonly
2085
- * @enum {string}
2086
- */
2087
- export declare type TimeGrain = 'PT1M' | 'PT5M' | 'PT15M' | 'PT30M' | 'PT1H' | 'PT6H' | 'PT12H' | 'PT1D';
2088
- /**
2089
- * Defines values for NetworkGroup.
2090
- * Possible values include: 'None', 'NonRDMA', 'RDMA'
2091
- * @readonly
2092
- * @enum {string}
2093
- */
2094
- export declare type NetworkGroup = 'None' | 'NonRDMA' | 'RDMA';
2095
- /**
2096
- * Defines values for NetworkAdapterStatus.
2097
- * Possible values include: 'Inactive', 'Active'
2098
- * @readonly
2099
- * @enum {string}
2100
- */
2101
- export declare type NetworkAdapterStatus = 'Inactive' | 'Active';
2102
- /**
2103
- * Defines values for NetworkAdapterRDMAStatus.
2104
- * Possible values include: 'Incapable', 'Capable'
2105
- * @readonly
2106
- * @enum {string}
2107
- */
2108
- export declare type NetworkAdapterRDMAStatus = 'Incapable' | 'Capable';
2109
- /**
2110
- * Defines values for NetworkAdapterDHCPStatus.
2111
- * Possible values include: 'Disabled', 'Enabled'
2112
- * @readonly
2113
- * @enum {string}
2114
- */
2115
- export declare type NetworkAdapterDHCPStatus = 'Disabled' | 'Enabled';
2116
- /**
2117
- * Defines values for NodeStatus.
2118
- * Possible values include: 'Unknown', 'Up', 'Down', 'Rebooting', 'ShuttingDown'
2119
- * @readonly
2120
- * @enum {string}
2121
- */
2122
- export declare type NodeStatus = 'Unknown' | 'Up' | 'Down' | 'Rebooting' | 'ShuttingDown';
2123
- /**
2124
- * Defines values for OrderState.
2125
- * Possible values include: 'Untracked', 'AwaitingFulfilment', 'AwaitingPreparation',
2126
- * 'AwaitingShipment', 'Shipped', 'Arriving', 'Delivered', 'ReplacementRequested', 'LostDevice',
2127
- * 'Declined', 'ReturnInitiated', 'AwaitingReturnShipment', 'ShippedBack', 'CollectedAtMicrosoft'
2128
- * @readonly
2129
- * @enum {string}
2130
- */
2131
- export declare type OrderState = 'Untracked' | 'AwaitingFulfilment' | 'AwaitingPreparation' | 'AwaitingShipment' | 'Shipped' | 'Arriving' | 'Delivered' | 'ReplacementRequested' | 'LostDevice' | 'Declined' | 'ReturnInitiated' | 'AwaitingReturnShipment' | 'ShippedBack' | 'CollectedAtMicrosoft';
2132
- /**
2133
- * Defines values for AuthenticationType.
2134
- * Possible values include: 'Invalid', 'AzureActiveDirectory'
2135
- * @readonly
2136
- * @enum {string}
2137
- */
2138
- export declare type AuthenticationType = 'Invalid' | 'AzureActiveDirectory';
2139
- /**
2140
- * Defines values for SkuRestrictionReasonCode.
2141
- * Possible values include: 'NotAvailableForSubscription', 'QuotaId'
2142
- * @readonly
2143
- * @enum {string}
2144
- */
2145
- export declare type SkuRestrictionReasonCode = 'NotAvailableForSubscription' | 'QuotaId';
2146
- /**
2147
- * Defines values for ShareStatus.
2148
- * Possible values include: 'Offline', 'Unknown', 'OK', 'Updating', 'NeedsAttention'
2149
- * @readonly
2150
- * @enum {string}
2151
- */
2152
- export declare type ShareStatus = 'Offline' | 'Unknown' | 'OK' | 'Updating' | 'NeedsAttention';
2153
- /**
2154
- * Defines values for MonitoringStatus.
2155
- * Possible values include: 'Enabled', 'Disabled'
2156
- * @readonly
2157
- * @enum {string}
2158
- */
2159
- export declare type MonitoringStatus = 'Enabled' | 'Disabled';
2160
- /**
2161
- * Defines values for ShareAccessProtocol.
2162
- * Possible values include: 'SMB', 'NFS'
2163
- * @readonly
2164
- * @enum {string}
2165
- */
2166
- export declare type ShareAccessProtocol = 'SMB' | 'NFS';
2167
- /**
2168
- * Defines values for ShareAccessType.
2169
- * Possible values include: 'Change', 'Read', 'Custom'
2170
- * @readonly
2171
- * @enum {string}
2172
- */
2173
- export declare type ShareAccessType = 'Change' | 'Read' | 'Custom';
2174
- /**
2175
- * Defines values for DataPolicy.
2176
- * Possible values include: 'Cloud', 'Local'
2177
- * @readonly
2178
- * @enum {string}
2179
- */
2180
- export declare type DataPolicy = 'Cloud' | 'Local';
2181
- /**
2182
- * Defines values for StorageAccountStatus.
2183
- * Possible values include: 'OK', 'Offline', 'Unknown', 'Updating', 'NeedsAttention'
2184
- * @readonly
2185
- * @enum {string}
2186
- */
2187
- export declare type StorageAccountStatus = 'OK' | 'Offline' | 'Unknown' | 'Updating' | 'NeedsAttention';
2188
- /**
2189
- * Defines values for SSLStatus.
2190
- * Possible values include: 'Enabled', 'Disabled'
2191
- * @readonly
2192
- * @enum {string}
2193
- */
2194
- export declare type SSLStatus = 'Enabled' | 'Disabled';
2195
- /**
2196
- * Defines values for AccountType.
2197
- * Possible values include: 'GeneralPurposeStorage', 'BlobStorage'
2198
- * @readonly
2199
- * @enum {string}
2200
- */
2201
- export declare type AccountType = 'GeneralPurposeStorage' | 'BlobStorage';
2202
- /**
2203
- * Defines values for InstallRebootBehavior.
2204
- * Possible values include: 'NeverReboots', 'RequiresReboot', 'RequestReboot'
2205
- * @readonly
2206
- * @enum {string}
2207
- */
2208
- export declare type InstallRebootBehavior = 'NeverReboots' | 'RequiresReboot' | 'RequestReboot';
2209
- /**
2210
- * Defines values for UpdateOperation.
2211
- * Possible values include: 'None', 'Scan', 'Download', 'Install'
2212
- * @readonly
2213
- * @enum {string}
2214
- */
2215
- export declare type UpdateOperation = 'None' | 'Scan' | 'Download' | 'Install';
2216
- /**
2217
- * Defines values for UserType.
2218
- * Possible values include: 'Share', 'LocalManagement', 'ARM'
2219
- * @readonly
2220
- * @enum {string}
2221
- */
2222
- export declare type UserType = 'Share' | 'LocalManagement' | 'ARM';
2223
- /**
2224
- * Contains response data for the list operation.
2225
- */
2226
- export declare type OperationsListResponse = OperationsList & {
2227
- /**
2228
- * The underlying HTTP response.
2229
- */
2230
- _response: msRest.HttpResponse & {
2231
- /**
2232
- * The response body as text (string format)
2233
- */
2234
- bodyAsText: string;
2235
- /**
2236
- * The response body as parsed JSON or XML
2237
- */
2238
- parsedBody: OperationsList;
2239
- };
2240
- };
2241
- /**
2242
- * Contains response data for the listNext operation.
2243
- */
2244
- export declare type OperationsListNextResponse = OperationsList & {
2245
- /**
2246
- * The underlying HTTP response.
2247
- */
2248
- _response: msRest.HttpResponse & {
2249
- /**
2250
- * The response body as text (string format)
2251
- */
2252
- bodyAsText: string;
2253
- /**
2254
- * The response body as parsed JSON or XML
2255
- */
2256
- parsedBody: OperationsList;
2257
- };
2258
- };
2259
- /**
2260
- * Contains response data for the listBySubscription operation.
2261
- */
2262
- export declare type DevicesListBySubscriptionResponse = DataBoxEdgeDeviceList & {
2263
- /**
2264
- * The underlying HTTP response.
2265
- */
2266
- _response: msRest.HttpResponse & {
2267
- /**
2268
- * The response body as text (string format)
2269
- */
2270
- bodyAsText: string;
2271
- /**
2272
- * The response body as parsed JSON or XML
2273
- */
2274
- parsedBody: DataBoxEdgeDeviceList;
2275
- };
2276
- };
2277
- /**
2278
- * Contains response data for the listByResourceGroup operation.
2279
- */
2280
- export declare type DevicesListByResourceGroupResponse = DataBoxEdgeDeviceList & {
2281
- /**
2282
- * The underlying HTTP response.
2283
- */
2284
- _response: msRest.HttpResponse & {
2285
- /**
2286
- * The response body as text (string format)
2287
- */
2288
- bodyAsText: string;
2289
- /**
2290
- * The response body as parsed JSON or XML
2291
- */
2292
- parsedBody: DataBoxEdgeDeviceList;
2293
- };
2294
- };
2295
- /**
2296
- * Contains response data for the get operation.
2297
- */
2298
- export declare type DevicesGetResponse = DataBoxEdgeDevice & {
2299
- /**
2300
- * The underlying HTTP response.
2301
- */
2302
- _response: msRest.HttpResponse & {
2303
- /**
2304
- * The response body as text (string format)
2305
- */
2306
- bodyAsText: string;
2307
- /**
2308
- * The response body as parsed JSON or XML
2309
- */
2310
- parsedBody: DataBoxEdgeDevice;
2311
- };
2312
- };
2313
- /**
2314
- * Contains response data for the createOrUpdate operation.
2315
- */
2316
- export declare type DevicesCreateOrUpdateResponse = DataBoxEdgeDevice & {
2317
- /**
2318
- * The underlying HTTP response.
2319
- */
2320
- _response: msRest.HttpResponse & {
2321
- /**
2322
- * The response body as text (string format)
2323
- */
2324
- bodyAsText: string;
2325
- /**
2326
- * The response body as parsed JSON or XML
2327
- */
2328
- parsedBody: DataBoxEdgeDevice;
2329
- };
2330
- };
2331
- /**
2332
- * Contains response data for the update operation.
2333
- */
2334
- export declare type DevicesUpdateResponse = DataBoxEdgeDevice & {
2335
- /**
2336
- * The underlying HTTP response.
2337
- */
2338
- _response: msRest.HttpResponse & {
2339
- /**
2340
- * The response body as text (string format)
2341
- */
2342
- bodyAsText: string;
2343
- /**
2344
- * The response body as parsed JSON or XML
2345
- */
2346
- parsedBody: DataBoxEdgeDevice;
2347
- };
2348
- };
2349
- /**
2350
- * Contains response data for the getExtendedInformation operation.
2351
- */
2352
- export declare type DevicesGetExtendedInformationResponse = DataBoxEdgeDeviceExtendedInfo & {
2353
- /**
2354
- * The underlying HTTP response.
2355
- */
2356
- _response: msRest.HttpResponse & {
2357
- /**
2358
- * The response body as text (string format)
2359
- */
2360
- bodyAsText: string;
2361
- /**
2362
- * The response body as parsed JSON or XML
2363
- */
2364
- parsedBody: DataBoxEdgeDeviceExtendedInfo;
2365
- };
2366
- };
2367
- /**
2368
- * Contains response data for the getNetworkSettings operation.
2369
- */
2370
- export declare type DevicesGetNetworkSettingsResponse = NetworkSettings & {
2371
- /**
2372
- * The underlying HTTP response.
2373
- */
2374
- _response: msRest.HttpResponse & {
2375
- /**
2376
- * The response body as text (string format)
2377
- */
2378
- bodyAsText: string;
2379
- /**
2380
- * The response body as parsed JSON or XML
2381
- */
2382
- parsedBody: NetworkSettings;
2383
- };
2384
- };
2385
- /**
2386
- * Contains response data for the getUpdateSummary operation.
2387
- */
2388
- export declare type DevicesGetUpdateSummaryResponse = UpdateSummary & {
2389
- /**
2390
- * The underlying HTTP response.
2391
- */
2392
- _response: msRest.HttpResponse & {
2393
- /**
2394
- * The response body as text (string format)
2395
- */
2396
- bodyAsText: string;
2397
- /**
2398
- * The response body as parsed JSON or XML
2399
- */
2400
- parsedBody: UpdateSummary;
2401
- };
2402
- };
2403
- /**
2404
- * Contains response data for the uploadCertificate operation.
2405
- */
2406
- export declare type DevicesUploadCertificateResponse = UploadCertificateResponse & {
2407
- /**
2408
- * The underlying HTTP response.
2409
- */
2410
- _response: msRest.HttpResponse & {
2411
- /**
2412
- * The response body as text (string format)
2413
- */
2414
- bodyAsText: string;
2415
- /**
2416
- * The response body as parsed JSON or XML
2417
- */
2418
- parsedBody: UploadCertificateResponse;
2419
- };
2420
- };
2421
- /**
2422
- * Contains response data for the beginCreateOrUpdate operation.
2423
- */
2424
- export declare type DevicesBeginCreateOrUpdateResponse = DataBoxEdgeDevice & {
2425
- /**
2426
- * The underlying HTTP response.
2427
- */
2428
- _response: msRest.HttpResponse & {
2429
- /**
2430
- * The response body as text (string format)
2431
- */
2432
- bodyAsText: string;
2433
- /**
2434
- * The response body as parsed JSON or XML
2435
- */
2436
- parsedBody: DataBoxEdgeDevice;
2437
- };
2438
- };
2439
- /**
2440
- * Contains response data for the listBySubscriptionNext operation.
2441
- */
2442
- export declare type DevicesListBySubscriptionNextResponse = DataBoxEdgeDeviceList & {
2443
- /**
2444
- * The underlying HTTP response.
2445
- */
2446
- _response: msRest.HttpResponse & {
2447
- /**
2448
- * The response body as text (string format)
2449
- */
2450
- bodyAsText: string;
2451
- /**
2452
- * The response body as parsed JSON or XML
2453
- */
2454
- parsedBody: DataBoxEdgeDeviceList;
2455
- };
2456
- };
2457
- /**
2458
- * Contains response data for the listByResourceGroupNext operation.
2459
- */
2460
- export declare type DevicesListByResourceGroupNextResponse = DataBoxEdgeDeviceList & {
2461
- /**
2462
- * The underlying HTTP response.
2463
- */
2464
- _response: msRest.HttpResponse & {
2465
- /**
2466
- * The response body as text (string format)
2467
- */
2468
- bodyAsText: string;
2469
- /**
2470
- * The response body as parsed JSON or XML
2471
- */
2472
- parsedBody: DataBoxEdgeDeviceList;
2473
- };
2474
- };
2475
- /**
2476
- * Contains response data for the listByDataBoxEdgeDevice operation.
2477
- */
2478
- export declare type AlertsListByDataBoxEdgeDeviceResponse = AlertList & {
2479
- /**
2480
- * The underlying HTTP response.
2481
- */
2482
- _response: msRest.HttpResponse & {
2483
- /**
2484
- * The response body as text (string format)
2485
- */
2486
- bodyAsText: string;
2487
- /**
2488
- * The response body as parsed JSON or XML
2489
- */
2490
- parsedBody: AlertList;
2491
- };
2492
- };
2493
- /**
2494
- * Contains response data for the get operation.
2495
- */
2496
- export declare type AlertsGetResponse = Alert & {
2497
- /**
2498
- * The underlying HTTP response.
2499
- */
2500
- _response: msRest.HttpResponse & {
2501
- /**
2502
- * The response body as text (string format)
2503
- */
2504
- bodyAsText: string;
2505
- /**
2506
- * The response body as parsed JSON or XML
2507
- */
2508
- parsedBody: Alert;
2509
- };
2510
- };
2511
- /**
2512
- * Contains response data for the listByDataBoxEdgeDeviceNext operation.
2513
- */
2514
- export declare type AlertsListByDataBoxEdgeDeviceNextResponse = AlertList & {
2515
- /**
2516
- * The underlying HTTP response.
2517
- */
2518
- _response: msRest.HttpResponse & {
2519
- /**
2520
- * The response body as text (string format)
2521
- */
2522
- bodyAsText: string;
2523
- /**
2524
- * The response body as parsed JSON or XML
2525
- */
2526
- parsedBody: AlertList;
2527
- };
2528
- };
2529
- /**
2530
- * Contains response data for the listByDataBoxEdgeDevice operation.
2531
- */
2532
- export declare type BandwidthSchedulesListByDataBoxEdgeDeviceResponse = BandwidthSchedulesList & {
2533
- /**
2534
- * The underlying HTTP response.
2535
- */
2536
- _response: msRest.HttpResponse & {
2537
- /**
2538
- * The response body as text (string format)
2539
- */
2540
- bodyAsText: string;
2541
- /**
2542
- * The response body as parsed JSON or XML
2543
- */
2544
- parsedBody: BandwidthSchedulesList;
2545
- };
2546
- };
2547
- /**
2548
- * Contains response data for the get operation.
2549
- */
2550
- export declare type BandwidthSchedulesGetResponse = BandwidthSchedule & {
2551
- /**
2552
- * The underlying HTTP response.
2553
- */
2554
- _response: msRest.HttpResponse & {
2555
- /**
2556
- * The response body as text (string format)
2557
- */
2558
- bodyAsText: string;
2559
- /**
2560
- * The response body as parsed JSON or XML
2561
- */
2562
- parsedBody: BandwidthSchedule;
2563
- };
2564
- };
2565
- /**
2566
- * Contains response data for the createOrUpdate operation.
2567
- */
2568
- export declare type BandwidthSchedulesCreateOrUpdateResponse = BandwidthSchedule & {
2569
- /**
2570
- * The underlying HTTP response.
2571
- */
2572
- _response: msRest.HttpResponse & {
2573
- /**
2574
- * The response body as text (string format)
2575
- */
2576
- bodyAsText: string;
2577
- /**
2578
- * The response body as parsed JSON or XML
2579
- */
2580
- parsedBody: BandwidthSchedule;
2581
- };
2582
- };
2583
- /**
2584
- * Contains response data for the beginCreateOrUpdate operation.
2585
- */
2586
- export declare type BandwidthSchedulesBeginCreateOrUpdateResponse = BandwidthSchedule & {
2587
- /**
2588
- * The underlying HTTP response.
2589
- */
2590
- _response: msRest.HttpResponse & {
2591
- /**
2592
- * The response body as text (string format)
2593
- */
2594
- bodyAsText: string;
2595
- /**
2596
- * The response body as parsed JSON or XML
2597
- */
2598
- parsedBody: BandwidthSchedule;
2599
- };
2600
- };
2601
- /**
2602
- * Contains response data for the listByDataBoxEdgeDeviceNext operation.
2603
- */
2604
- export declare type BandwidthSchedulesListByDataBoxEdgeDeviceNextResponse = BandwidthSchedulesList & {
2605
- /**
2606
- * The underlying HTTP response.
2607
- */
2608
- _response: msRest.HttpResponse & {
2609
- /**
2610
- * The response body as text (string format)
2611
- */
2612
- bodyAsText: string;
2613
- /**
2614
- * The response body as parsed JSON or XML
2615
- */
2616
- parsedBody: BandwidthSchedulesList;
2617
- };
2618
- };
2619
- /**
2620
- * Contains response data for the get operation.
2621
- */
2622
- export declare type JobsGetResponse = Job & {
2623
- /**
2624
- * The underlying HTTP response.
2625
- */
2626
- _response: msRest.HttpResponse & {
2627
- /**
2628
- * The response body as text (string format)
2629
- */
2630
- bodyAsText: string;
2631
- /**
2632
- * The response body as parsed JSON or XML
2633
- */
2634
- parsedBody: Job;
2635
- };
2636
- };
2637
- /**
2638
- * Contains response data for the listByDataBoxEdgeDevice operation.
2639
- */
2640
- export declare type NodesListByDataBoxEdgeDeviceResponse = NodeList & {
2641
- /**
2642
- * The underlying HTTP response.
2643
- */
2644
- _response: msRest.HttpResponse & {
2645
- /**
2646
- * The response body as text (string format)
2647
- */
2648
- bodyAsText: string;
2649
- /**
2650
- * The response body as parsed JSON or XML
2651
- */
2652
- parsedBody: NodeList;
2653
- };
2654
- };
2655
- /**
2656
- * Contains response data for the get operation.
2657
- */
2658
- export declare type OperationsStatusGetResponse = Job & {
2659
- /**
2660
- * The underlying HTTP response.
2661
- */
2662
- _response: msRest.HttpResponse & {
2663
- /**
2664
- * The response body as text (string format)
2665
- */
2666
- bodyAsText: string;
2667
- /**
2668
- * The response body as parsed JSON or XML
2669
- */
2670
- parsedBody: Job;
2671
- };
2672
- };
2673
- /**
2674
- * Contains response data for the listByDataBoxEdgeDevice operation.
2675
- */
2676
- export declare type OrdersListByDataBoxEdgeDeviceResponse = OrderList & {
2677
- /**
2678
- * The underlying HTTP response.
2679
- */
2680
- _response: msRest.HttpResponse & {
2681
- /**
2682
- * The response body as text (string format)
2683
- */
2684
- bodyAsText: string;
2685
- /**
2686
- * The response body as parsed JSON or XML
2687
- */
2688
- parsedBody: OrderList;
2689
- };
2690
- };
2691
- /**
2692
- * Contains response data for the get operation.
2693
- */
2694
- export declare type OrdersGetResponse = Order & {
2695
- /**
2696
- * The underlying HTTP response.
2697
- */
2698
- _response: msRest.HttpResponse & {
2699
- /**
2700
- * The response body as text (string format)
2701
- */
2702
- bodyAsText: string;
2703
- /**
2704
- * The response body as parsed JSON or XML
2705
- */
2706
- parsedBody: Order;
2707
- };
2708
- };
2709
- /**
2710
- * Contains response data for the createOrUpdate operation.
2711
- */
2712
- export declare type OrdersCreateOrUpdateResponse = Order & {
2713
- /**
2714
- * The underlying HTTP response.
2715
- */
2716
- _response: msRest.HttpResponse & {
2717
- /**
2718
- * The response body as text (string format)
2719
- */
2720
- bodyAsText: string;
2721
- /**
2722
- * The response body as parsed JSON or XML
2723
- */
2724
- parsedBody: Order;
2725
- };
2726
- };
2727
- /**
2728
- * Contains response data for the beginCreateOrUpdate operation.
2729
- */
2730
- export declare type OrdersBeginCreateOrUpdateResponse = Order & {
2731
- /**
2732
- * The underlying HTTP response.
2733
- */
2734
- _response: msRest.HttpResponse & {
2735
- /**
2736
- * The response body as text (string format)
2737
- */
2738
- bodyAsText: string;
2739
- /**
2740
- * The response body as parsed JSON or XML
2741
- */
2742
- parsedBody: Order;
2743
- };
2744
- };
2745
- /**
2746
- * Contains response data for the listByDataBoxEdgeDeviceNext operation.
2747
- */
2748
- export declare type OrdersListByDataBoxEdgeDeviceNextResponse = OrderList & {
2749
- /**
2750
- * The underlying HTTP response.
2751
- */
2752
- _response: msRest.HttpResponse & {
2753
- /**
2754
- * The response body as text (string format)
2755
- */
2756
- bodyAsText: string;
2757
- /**
2758
- * The response body as parsed JSON or XML
2759
- */
2760
- parsedBody: OrderList;
2761
- };
2762
- };
2763
- /**
2764
- * Contains response data for the listByDataBoxEdgeDevice operation.
2765
- */
2766
- export declare type RolesListByDataBoxEdgeDeviceResponse = RoleList & {
2767
- /**
2768
- * The underlying HTTP response.
2769
- */
2770
- _response: msRest.HttpResponse & {
2771
- /**
2772
- * The response body as text (string format)
2773
- */
2774
- bodyAsText: string;
2775
- /**
2776
- * The response body as parsed JSON or XML
2777
- */
2778
- parsedBody: RoleList;
2779
- };
2780
- };
2781
- /**
2782
- * Contains response data for the get operation.
2783
- */
2784
- export declare type RolesGetResponse = RoleUnion & {
2785
- /**
2786
- * The underlying HTTP response.
2787
- */
2788
- _response: msRest.HttpResponse & {
2789
- /**
2790
- * The response body as text (string format)
2791
- */
2792
- bodyAsText: string;
2793
- /**
2794
- * The response body as parsed JSON or XML
2795
- */
2796
- parsedBody: RoleUnion;
2797
- };
2798
- };
2799
- /**
2800
- * Contains response data for the createOrUpdate operation.
2801
- */
2802
- export declare type RolesCreateOrUpdateResponse = RoleUnion & {
2803
- /**
2804
- * The underlying HTTP response.
2805
- */
2806
- _response: msRest.HttpResponse & {
2807
- /**
2808
- * The response body as text (string format)
2809
- */
2810
- bodyAsText: string;
2811
- /**
2812
- * The response body as parsed JSON or XML
2813
- */
2814
- parsedBody: RoleUnion;
2815
- };
2816
- };
2817
- /**
2818
- * Contains response data for the beginCreateOrUpdate operation.
2819
- */
2820
- export declare type RolesBeginCreateOrUpdateResponse = RoleUnion & {
2821
- /**
2822
- * The underlying HTTP response.
2823
- */
2824
- _response: msRest.HttpResponse & {
2825
- /**
2826
- * The response body as text (string format)
2827
- */
2828
- bodyAsText: string;
2829
- /**
2830
- * The response body as parsed JSON or XML
2831
- */
2832
- parsedBody: RoleUnion;
2833
- };
2834
- };
2835
- /**
2836
- * Contains response data for the listByDataBoxEdgeDeviceNext operation.
2837
- */
2838
- export declare type RolesListByDataBoxEdgeDeviceNextResponse = RoleList & {
2839
- /**
2840
- * The underlying HTTP response.
2841
- */
2842
- _response: msRest.HttpResponse & {
2843
- /**
2844
- * The response body as text (string format)
2845
- */
2846
- bodyAsText: string;
2847
- /**
2848
- * The response body as parsed JSON or XML
2849
- */
2850
- parsedBody: RoleList;
2851
- };
2852
- };
2853
- /**
2854
- * Contains response data for the listByDataBoxEdgeDevice operation.
2855
- */
2856
- export declare type SharesListByDataBoxEdgeDeviceResponse = ShareList & {
2857
- /**
2858
- * The underlying HTTP response.
2859
- */
2860
- _response: msRest.HttpResponse & {
2861
- /**
2862
- * The response body as text (string format)
2863
- */
2864
- bodyAsText: string;
2865
- /**
2866
- * The response body as parsed JSON or XML
2867
- */
2868
- parsedBody: ShareList;
2869
- };
2870
- };
2871
- /**
2872
- * Contains response data for the get operation.
2873
- */
2874
- export declare type SharesGetResponse = Share & {
2875
- /**
2876
- * The underlying HTTP response.
2877
- */
2878
- _response: msRest.HttpResponse & {
2879
- /**
2880
- * The response body as text (string format)
2881
- */
2882
- bodyAsText: string;
2883
- /**
2884
- * The response body as parsed JSON or XML
2885
- */
2886
- parsedBody: Share;
2887
- };
2888
- };
2889
- /**
2890
- * Contains response data for the createOrUpdate operation.
2891
- */
2892
- export declare type SharesCreateOrUpdateResponse = Share & {
2893
- /**
2894
- * The underlying HTTP response.
2895
- */
2896
- _response: msRest.HttpResponse & {
2897
- /**
2898
- * The response body as text (string format)
2899
- */
2900
- bodyAsText: string;
2901
- /**
2902
- * The response body as parsed JSON or XML
2903
- */
2904
- parsedBody: Share;
2905
- };
2906
- };
2907
- /**
2908
- * Contains response data for the beginCreateOrUpdate operation.
2909
- */
2910
- export declare type SharesBeginCreateOrUpdateResponse = Share & {
2911
- /**
2912
- * The underlying HTTP response.
2913
- */
2914
- _response: msRest.HttpResponse & {
2915
- /**
2916
- * The response body as text (string format)
2917
- */
2918
- bodyAsText: string;
2919
- /**
2920
- * The response body as parsed JSON or XML
2921
- */
2922
- parsedBody: Share;
2923
- };
2924
- };
2925
- /**
2926
- * Contains response data for the listByDataBoxEdgeDeviceNext operation.
2927
- */
2928
- export declare type SharesListByDataBoxEdgeDeviceNextResponse = ShareList & {
2929
- /**
2930
- * The underlying HTTP response.
2931
- */
2932
- _response: msRest.HttpResponse & {
2933
- /**
2934
- * The response body as text (string format)
2935
- */
2936
- bodyAsText: string;
2937
- /**
2938
- * The response body as parsed JSON or XML
2939
- */
2940
- parsedBody: ShareList;
2941
- };
2942
- };
2943
- /**
2944
- * Contains response data for the listByDataBoxEdgeDevice operation.
2945
- */
2946
- export declare type StorageAccountCredentialsListByDataBoxEdgeDeviceResponse = StorageAccountCredentialList & {
2947
- /**
2948
- * The underlying HTTP response.
2949
- */
2950
- _response: msRest.HttpResponse & {
2951
- /**
2952
- * The response body as text (string format)
2953
- */
2954
- bodyAsText: string;
2955
- /**
2956
- * The response body as parsed JSON or XML
2957
- */
2958
- parsedBody: StorageAccountCredentialList;
2959
- };
2960
- };
2961
- /**
2962
- * Contains response data for the get operation.
2963
- */
2964
- export declare type StorageAccountCredentialsGetResponse = StorageAccountCredential & {
2965
- /**
2966
- * The underlying HTTP response.
2967
- */
2968
- _response: msRest.HttpResponse & {
2969
- /**
2970
- * The response body as text (string format)
2971
- */
2972
- bodyAsText: string;
2973
- /**
2974
- * The response body as parsed JSON or XML
2975
- */
2976
- parsedBody: StorageAccountCredential;
2977
- };
2978
- };
2979
- /**
2980
- * Contains response data for the createOrUpdate operation.
2981
- */
2982
- export declare type StorageAccountCredentialsCreateOrUpdateResponse = StorageAccountCredential & {
2983
- /**
2984
- * The underlying HTTP response.
2985
- */
2986
- _response: msRest.HttpResponse & {
2987
- /**
2988
- * The response body as text (string format)
2989
- */
2990
- bodyAsText: string;
2991
- /**
2992
- * The response body as parsed JSON or XML
2993
- */
2994
- parsedBody: StorageAccountCredential;
2995
- };
2996
- };
2997
- /**
2998
- * Contains response data for the beginCreateOrUpdate operation.
2999
- */
3000
- export declare type StorageAccountCredentialsBeginCreateOrUpdateResponse = StorageAccountCredential & {
3001
- /**
3002
- * The underlying HTTP response.
3003
- */
3004
- _response: msRest.HttpResponse & {
3005
- /**
3006
- * The response body as text (string format)
3007
- */
3008
- bodyAsText: string;
3009
- /**
3010
- * The response body as parsed JSON or XML
3011
- */
3012
- parsedBody: StorageAccountCredential;
3013
- };
3014
- };
3015
- /**
3016
- * Contains response data for the listByDataBoxEdgeDeviceNext operation.
3017
- */
3018
- export declare type StorageAccountCredentialsListByDataBoxEdgeDeviceNextResponse = StorageAccountCredentialList & {
3019
- /**
3020
- * The underlying HTTP response.
3021
- */
3022
- _response: msRest.HttpResponse & {
3023
- /**
3024
- * The response body as text (string format)
3025
- */
3026
- bodyAsText: string;
3027
- /**
3028
- * The response body as parsed JSON or XML
3029
- */
3030
- parsedBody: StorageAccountCredentialList;
3031
- };
3032
- };
3033
- /**
3034
- * Contains response data for the listByDataBoxEdgeDevice operation.
3035
- */
3036
- export declare type StorageAccountsListByDataBoxEdgeDeviceResponse = StorageAccountList & {
3037
- /**
3038
- * The underlying HTTP response.
3039
- */
3040
- _response: msRest.HttpResponse & {
3041
- /**
3042
- * The response body as text (string format)
3043
- */
3044
- bodyAsText: string;
3045
- /**
3046
- * The response body as parsed JSON or XML
3047
- */
3048
- parsedBody: StorageAccountList;
3049
- };
3050
- };
3051
- /**
3052
- * Contains response data for the get operation.
3053
- */
3054
- export declare type StorageAccountsGetResponse = StorageAccount & {
3055
- /**
3056
- * The underlying HTTP response.
3057
- */
3058
- _response: msRest.HttpResponse & {
3059
- /**
3060
- * The response body as text (string format)
3061
- */
3062
- bodyAsText: string;
3063
- /**
3064
- * The response body as parsed JSON or XML
3065
- */
3066
- parsedBody: StorageAccount;
3067
- };
3068
- };
3069
- /**
3070
- * Contains response data for the createOrUpdate operation.
3071
- */
3072
- export declare type StorageAccountsCreateOrUpdateResponse = StorageAccount & {
3073
- /**
3074
- * The underlying HTTP response.
3075
- */
3076
- _response: msRest.HttpResponse & {
3077
- /**
3078
- * The response body as text (string format)
3079
- */
3080
- bodyAsText: string;
3081
- /**
3082
- * The response body as parsed JSON or XML
3083
- */
3084
- parsedBody: StorageAccount;
3085
- };
3086
- };
3087
- /**
3088
- * Contains response data for the beginCreateOrUpdate operation.
3089
- */
3090
- export declare type StorageAccountsBeginCreateOrUpdateResponse = StorageAccount & {
3091
- /**
3092
- * The underlying HTTP response.
3093
- */
3094
- _response: msRest.HttpResponse & {
3095
- /**
3096
- * The response body as text (string format)
3097
- */
3098
- bodyAsText: string;
3099
- /**
3100
- * The response body as parsed JSON or XML
3101
- */
3102
- parsedBody: StorageAccount;
3103
- };
3104
- };
3105
- /**
3106
- * Contains response data for the listByDataBoxEdgeDeviceNext operation.
3107
- */
3108
- export declare type StorageAccountsListByDataBoxEdgeDeviceNextResponse = StorageAccountList & {
3109
- /**
3110
- * The underlying HTTP response.
3111
- */
3112
- _response: msRest.HttpResponse & {
3113
- /**
3114
- * The response body as text (string format)
3115
- */
3116
- bodyAsText: string;
3117
- /**
3118
- * The response body as parsed JSON or XML
3119
- */
3120
- parsedBody: StorageAccountList;
3121
- };
3122
- };
3123
- /**
3124
- * Contains response data for the listByStorageAccount operation.
3125
- */
3126
- export declare type ContainersListByStorageAccountResponse = ContainerList & {
3127
- /**
3128
- * The underlying HTTP response.
3129
- */
3130
- _response: msRest.HttpResponse & {
3131
- /**
3132
- * The response body as text (string format)
3133
- */
3134
- bodyAsText: string;
3135
- /**
3136
- * The response body as parsed JSON or XML
3137
- */
3138
- parsedBody: ContainerList;
3139
- };
3140
- };
3141
- /**
3142
- * Contains response data for the get operation.
3143
- */
3144
- export declare type ContainersGetResponse = Container & {
3145
- /**
3146
- * The underlying HTTP response.
3147
- */
3148
- _response: msRest.HttpResponse & {
3149
- /**
3150
- * The response body as text (string format)
3151
- */
3152
- bodyAsText: string;
3153
- /**
3154
- * The response body as parsed JSON or XML
3155
- */
3156
- parsedBody: Container;
3157
- };
3158
- };
3159
- /**
3160
- * Contains response data for the createOrUpdate operation.
3161
- */
3162
- export declare type ContainersCreateOrUpdateResponse = Container & {
3163
- /**
3164
- * The underlying HTTP response.
3165
- */
3166
- _response: msRest.HttpResponse & {
3167
- /**
3168
- * The response body as text (string format)
3169
- */
3170
- bodyAsText: string;
3171
- /**
3172
- * The response body as parsed JSON or XML
3173
- */
3174
- parsedBody: Container;
3175
- };
3176
- };
3177
- /**
3178
- * Contains response data for the beginCreateOrUpdate operation.
3179
- */
3180
- export declare type ContainersBeginCreateOrUpdateResponse = Container & {
3181
- /**
3182
- * The underlying HTTP response.
3183
- */
3184
- _response: msRest.HttpResponse & {
3185
- /**
3186
- * The response body as text (string format)
3187
- */
3188
- bodyAsText: string;
3189
- /**
3190
- * The response body as parsed JSON or XML
3191
- */
3192
- parsedBody: Container;
3193
- };
3194
- };
3195
- /**
3196
- * Contains response data for the listByStorageAccountNext operation.
3197
- */
3198
- export declare type ContainersListByStorageAccountNextResponse = ContainerList & {
3199
- /**
3200
- * The underlying HTTP response.
3201
- */
3202
- _response: msRest.HttpResponse & {
3203
- /**
3204
- * The response body as text (string format)
3205
- */
3206
- bodyAsText: string;
3207
- /**
3208
- * The response body as parsed JSON or XML
3209
- */
3210
- parsedBody: ContainerList;
3211
- };
3212
- };
3213
- /**
3214
- * Contains response data for the listByDataBoxEdgeDevice operation.
3215
- */
3216
- export declare type TriggersListByDataBoxEdgeDeviceResponse = TriggerList & {
3217
- /**
3218
- * The underlying HTTP response.
3219
- */
3220
- _response: msRest.HttpResponse & {
3221
- /**
3222
- * The response body as text (string format)
3223
- */
3224
- bodyAsText: string;
3225
- /**
3226
- * The response body as parsed JSON or XML
3227
- */
3228
- parsedBody: TriggerList;
3229
- };
3230
- };
3231
- /**
3232
- * Contains response data for the get operation.
3233
- */
3234
- export declare type TriggersGetResponse = TriggerUnion & {
3235
- /**
3236
- * The underlying HTTP response.
3237
- */
3238
- _response: msRest.HttpResponse & {
3239
- /**
3240
- * The response body as text (string format)
3241
- */
3242
- bodyAsText: string;
3243
- /**
3244
- * The response body as parsed JSON or XML
3245
- */
3246
- parsedBody: TriggerUnion;
3247
- };
3248
- };
3249
- /**
3250
- * Contains response data for the createOrUpdate operation.
3251
- */
3252
- export declare type TriggersCreateOrUpdateResponse = TriggerUnion & {
3253
- /**
3254
- * The underlying HTTP response.
3255
- */
3256
- _response: msRest.HttpResponse & {
3257
- /**
3258
- * The response body as text (string format)
3259
- */
3260
- bodyAsText: string;
3261
- /**
3262
- * The response body as parsed JSON or XML
3263
- */
3264
- parsedBody: TriggerUnion;
3265
- };
3266
- };
3267
- /**
3268
- * Contains response data for the beginCreateOrUpdate operation.
3269
- */
3270
- export declare type TriggersBeginCreateOrUpdateResponse = TriggerUnion & {
3271
- /**
3272
- * The underlying HTTP response.
3273
- */
3274
- _response: msRest.HttpResponse & {
3275
- /**
3276
- * The response body as text (string format)
3277
- */
3278
- bodyAsText: string;
3279
- /**
3280
- * The response body as parsed JSON or XML
3281
- */
3282
- parsedBody: TriggerUnion;
3283
- };
3284
- };
3285
- /**
3286
- * Contains response data for the listByDataBoxEdgeDeviceNext operation.
3287
- */
3288
- export declare type TriggersListByDataBoxEdgeDeviceNextResponse = TriggerList & {
3289
- /**
3290
- * The underlying HTTP response.
3291
- */
3292
- _response: msRest.HttpResponse & {
3293
- /**
3294
- * The response body as text (string format)
3295
- */
3296
- bodyAsText: string;
3297
- /**
3298
- * The response body as parsed JSON or XML
3299
- */
3300
- parsedBody: TriggerList;
3301
- };
3302
- };
3303
- /**
3304
- * Contains response data for the listByDataBoxEdgeDevice operation.
3305
- */
3306
- export declare type UsersListByDataBoxEdgeDeviceResponse = UserList & {
3307
- /**
3308
- * The underlying HTTP response.
3309
- */
3310
- _response: msRest.HttpResponse & {
3311
- /**
3312
- * The response body as text (string format)
3313
- */
3314
- bodyAsText: string;
3315
- /**
3316
- * The response body as parsed JSON or XML
3317
- */
3318
- parsedBody: UserList;
3319
- };
3320
- };
3321
- /**
3322
- * Contains response data for the get operation.
3323
- */
3324
- export declare type UsersGetResponse = User & {
3325
- /**
3326
- * The underlying HTTP response.
3327
- */
3328
- _response: msRest.HttpResponse & {
3329
- /**
3330
- * The response body as text (string format)
3331
- */
3332
- bodyAsText: string;
3333
- /**
3334
- * The response body as parsed JSON or XML
3335
- */
3336
- parsedBody: User;
3337
- };
3338
- };
3339
- /**
3340
- * Contains response data for the createOrUpdate operation.
3341
- */
3342
- export declare type UsersCreateOrUpdateResponse = User & {
3343
- /**
3344
- * The underlying HTTP response.
3345
- */
3346
- _response: msRest.HttpResponse & {
3347
- /**
3348
- * The response body as text (string format)
3349
- */
3350
- bodyAsText: string;
3351
- /**
3352
- * The response body as parsed JSON or XML
3353
- */
3354
- parsedBody: User;
3355
- };
3356
- };
3357
- /**
3358
- * Contains response data for the beginCreateOrUpdate operation.
3359
- */
3360
- export declare type UsersBeginCreateOrUpdateResponse = User & {
3361
- /**
3362
- * The underlying HTTP response.
3363
- */
3364
- _response: msRest.HttpResponse & {
3365
- /**
3366
- * The response body as text (string format)
3367
- */
3368
- bodyAsText: string;
3369
- /**
3370
- * The response body as parsed JSON or XML
3371
- */
3372
- parsedBody: User;
3373
- };
3374
- };
3375
- /**
3376
- * Contains response data for the listByDataBoxEdgeDeviceNext operation.
3377
- */
3378
- export declare type UsersListByDataBoxEdgeDeviceNextResponse = UserList & {
3379
- /**
3380
- * The underlying HTTP response.
3381
- */
3382
- _response: msRest.HttpResponse & {
3383
- /**
3384
- * The response body as text (string format)
3385
- */
3386
- bodyAsText: string;
3387
- /**
3388
- * The response body as parsed JSON or XML
3389
- */
3390
- parsedBody: UserList;
3391
- };
3392
- };
3393
- /**
3394
- * Contains response data for the list operation.
3395
- */
3396
- export declare type SkusListResponse = SkuInformationList & {
3397
- /**
3398
- * The underlying HTTP response.
3399
- */
3400
- _response: msRest.HttpResponse & {
3401
- /**
3402
- * The response body as text (string format)
3403
- */
3404
- bodyAsText: string;
3405
- /**
3406
- * The response body as parsed JSON or XML
3407
- */
3408
- parsedBody: SkuInformationList;
3409
- };
3410
- };
3411
- //# sourceMappingURL=index.d.ts.map