@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
@@ -0,0 +1,3952 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ export declare type RoleUnion = Role | CloudEdgeManagementRole | IoTRole | KubernetesRole | MECRole;
3
+ export declare type AddonUnion = Addon | ArcAddon | IoTAddon;
4
+ export declare type TriggerUnion = Trigger | FileEventTrigger | PeriodicTimerEventTrigger;
5
+ /** The list of operations used for the discovery of available provider operations. */
6
+ export interface OperationsList {
7
+ /** The value. */
8
+ value: Operation[];
9
+ /** Link to the next set of results. */
10
+ nextLink?: string;
11
+ }
12
+ /** Operations. */
13
+ export interface Operation {
14
+ /** Name of the operation. */
15
+ name?: string;
16
+ /** Is data action. */
17
+ isDataAction?: boolean;
18
+ /** Properties displayed for the operation. */
19
+ display?: OperationDisplay;
20
+ /** Origin of the operation. */
21
+ origin?: string;
22
+ /** Service specification. */
23
+ serviceSpecification?: ServiceSpecification;
24
+ }
25
+ /** Operation display properties. */
26
+ export interface OperationDisplay {
27
+ /** Provider name. */
28
+ provider?: string;
29
+ /** The type of resource in which the operation is performed. */
30
+ resource?: string;
31
+ /** Operation to be performed on the resource. */
32
+ operation?: string;
33
+ /** Description of the operation to be performed. */
34
+ description?: string;
35
+ }
36
+ /** Service specification. */
37
+ export interface ServiceSpecification {
38
+ /** Metric specification as defined by shoebox. */
39
+ metricSpecifications?: MetricSpecificationV1[];
40
+ }
41
+ /** Metric specification version 1. */
42
+ export interface MetricSpecificationV1 {
43
+ /** Name of the metric. */
44
+ name?: string;
45
+ /** Display name of the metric. */
46
+ displayName?: string;
47
+ /** Description of the metric to be displayed. */
48
+ displayDescription?: string;
49
+ /** Metric units. */
50
+ unit?: MetricUnit;
51
+ /** Metric aggregation type. */
52
+ aggregationType?: MetricAggregationType;
53
+ /** Metric dimensions, other than default dimension which is resource. */
54
+ dimensions?: MetricDimensionV1[];
55
+ /** Set true to fill the gaps with zero. */
56
+ fillGapWithZero?: boolean;
57
+ /** Metric category. */
58
+ category?: MetricCategory;
59
+ /** Resource name override. */
60
+ resourceIdDimensionNameOverride?: string;
61
+ /** Support granularity of metrics. */
62
+ supportedTimeGrainTypes?: TimeGrain[];
63
+ /** Support metric aggregation type. */
64
+ supportedAggregationTypes?: MetricAggregationType[];
65
+ }
66
+ /** Metric Dimension v1. */
67
+ export interface MetricDimensionV1 {
68
+ /** Name of the metrics dimension. */
69
+ name?: string;
70
+ /** Display name of the metrics dimension. */
71
+ displayName?: string;
72
+ /** To be exported to shoe box. */
73
+ toBeExportedForShoebox?: boolean;
74
+ }
75
+ /** An error response from the service. */
76
+ export interface CloudError {
77
+ /** The error details. */
78
+ error?: CloudErrorBody;
79
+ }
80
+ /** An error response from the service. */
81
+ export interface CloudErrorBody {
82
+ /** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */
83
+ code?: string;
84
+ /** A message describing the error, intended to be suitable for display in a user interface. */
85
+ message?: string;
86
+ /** A list of additional details about the error. */
87
+ details?: CloudErrorBody[];
88
+ }
89
+ /** List of SKU Information objects. */
90
+ export interface DataBoxEdgeSkuList {
91
+ /**
92
+ * List of ResourceType Sku
93
+ * NOTE: This property will not be serialized. It can only be populated by the server.
94
+ */
95
+ readonly value?: DataBoxEdgeSku[];
96
+ /**
97
+ * Links to the next set of results
98
+ * NOTE: This property will not be serialized. It can only be populated by the server.
99
+ */
100
+ readonly nextLink?: string;
101
+ }
102
+ /** The Sku information. */
103
+ export interface DataBoxEdgeSku {
104
+ /**
105
+ * The type of the resource.
106
+ * NOTE: This property will not be serialized. It can only be populated by the server.
107
+ */
108
+ readonly resourceType?: string;
109
+ /**
110
+ * The Sku name.
111
+ * NOTE: This property will not be serialized. It can only be populated by the server.
112
+ */
113
+ readonly name?: SkuName;
114
+ /**
115
+ * The Sku kind.
116
+ * NOTE: This property will not be serialized. It can only be populated by the server.
117
+ */
118
+ readonly kind?: string;
119
+ /**
120
+ * The Sku tier.
121
+ * NOTE: This property will not be serialized. It can only be populated by the server.
122
+ */
123
+ readonly tier?: SkuTier;
124
+ /**
125
+ * The Sku kind.
126
+ * NOTE: This property will not be serialized. It can only be populated by the server.
127
+ */
128
+ readonly size?: string;
129
+ /**
130
+ * The Sku family.
131
+ * NOTE: This property will not be serialized. It can only be populated by the server.
132
+ */
133
+ readonly family?: string;
134
+ /**
135
+ * Availability of the Sku for the region.
136
+ * NOTE: This property will not be serialized. It can only be populated by the server.
137
+ */
138
+ readonly locations?: string[];
139
+ /**
140
+ * The API versions in which Sku is available.
141
+ * NOTE: This property will not be serialized. It can only be populated by the server.
142
+ */
143
+ readonly apiVersions?: string[];
144
+ /**
145
+ * Availability of the Sku for the location/zone/site.
146
+ * NOTE: This property will not be serialized. It can only be populated by the server.
147
+ */
148
+ readonly locationInfo?: SkuLocationInfo[];
149
+ /**
150
+ * The pricing info of the Sku.
151
+ * NOTE: This property will not be serialized. It can only be populated by the server.
152
+ */
153
+ readonly costs?: SkuCost[];
154
+ /**
155
+ * Sku can be signed up by customer or not.
156
+ * NOTE: This property will not be serialized. It can only be populated by the server.
157
+ */
158
+ readonly signupOption?: SkuSignupOption;
159
+ /**
160
+ * Availability of the Sku as preview/stable.
161
+ * NOTE: This property will not be serialized. It can only be populated by the server.
162
+ */
163
+ readonly version?: SkuVersion;
164
+ /**
165
+ * Links to the next set of results
166
+ * NOTE: This property will not be serialized. It can only be populated by the server.
167
+ */
168
+ readonly availability?: SkuAvailability;
169
+ /**
170
+ * List of Shipment Types supported by this SKU
171
+ * NOTE: This property will not be serialized. It can only be populated by the server.
172
+ */
173
+ readonly shipmentTypes?: ShipmentType[];
174
+ /**
175
+ * The capability info of the SKU.
176
+ * NOTE: This property will not be serialized. It can only be populated by the server.
177
+ */
178
+ readonly capabilities?: SkuCapability[];
179
+ }
180
+ /** The location info. */
181
+ export interface SkuLocationInfo {
182
+ /**
183
+ * The location.
184
+ * NOTE: This property will not be serialized. It can only be populated by the server.
185
+ */
186
+ readonly location?: string;
187
+ /**
188
+ * The zones.
189
+ * NOTE: This property will not be serialized. It can only be populated by the server.
190
+ */
191
+ readonly zones?: string[];
192
+ /**
193
+ * The sites.
194
+ * NOTE: This property will not be serialized. It can only be populated by the server.
195
+ */
196
+ readonly sites?: string[];
197
+ }
198
+ /** The metadata for retrieving price info. */
199
+ export interface SkuCost {
200
+ /**
201
+ * Used for querying price from commerce.
202
+ * NOTE: This property will not be serialized. It can only be populated by the server.
203
+ */
204
+ readonly meterId?: string;
205
+ /**
206
+ * The cost quantity.
207
+ * NOTE: This property will not be serialized. It can only be populated by the server.
208
+ */
209
+ readonly quantity?: number;
210
+ /**
211
+ * The extended unit.
212
+ * NOTE: This property will not be serialized. It can only be populated by the server.
213
+ */
214
+ readonly extendedUnit?: string;
215
+ }
216
+ /** The metadata to describe the capability. */
217
+ export interface SkuCapability {
218
+ /**
219
+ * An invariant to describe the feature.
220
+ * NOTE: This property will not be serialized. It can only be populated by the server.
221
+ */
222
+ readonly name?: string;
223
+ /**
224
+ * An invariant if the feature is measured by quantity.
225
+ * NOTE: This property will not be serialized. It can only be populated by the server.
226
+ */
227
+ readonly value?: string;
228
+ }
229
+ /** The collection of Data Box Edge/Gateway devices. */
230
+ export interface DataBoxEdgeDeviceList {
231
+ /**
232
+ * The list of Data Box Edge/Gateway devices.
233
+ * NOTE: This property will not be serialized. It can only be populated by the server.
234
+ */
235
+ readonly value?: DataBoxEdgeDevice[];
236
+ /**
237
+ * Link to the next set of results.
238
+ * NOTE: This property will not be serialized. It can only be populated by the server.
239
+ */
240
+ readonly nextLink?: string;
241
+ }
242
+ /** The SKU type. */
243
+ export interface Sku {
244
+ /** SKU name. */
245
+ name?: SkuName;
246
+ /** The SKU tier. This is based on the SKU name. */
247
+ tier?: SkuTier;
248
+ }
249
+ /** Msi identity details of the resource */
250
+ export interface ResourceIdentity {
251
+ /** Identity type */
252
+ type?: MsiIdentityType;
253
+ /**
254
+ * Service Principal Id backing the Msi
255
+ * NOTE: This property will not be serialized. It can only be populated by the server.
256
+ */
257
+ readonly principalId?: string;
258
+ /**
259
+ * Home Tenant Id
260
+ * NOTE: This property will not be serialized. It can only be populated by the server.
261
+ */
262
+ readonly tenantId?: string;
263
+ }
264
+ /** Metadata pertaining to creation and last modification of the resource. */
265
+ export interface SystemData {
266
+ /** The identity that created the resource. */
267
+ createdBy?: string;
268
+ /** The type of identity that created the resource. */
269
+ createdByType?: CreatedByType;
270
+ /** The timestamp of resource creation (UTC). */
271
+ createdAt?: Date;
272
+ /** The identity that last modified the resource. */
273
+ lastModifiedBy?: string;
274
+ /** The type of identity that last modified the resource. */
275
+ lastModifiedByType?: CreatedByType;
276
+ /** The type of identity that last modified the resource. */
277
+ lastModifiedAt?: Date;
278
+ }
279
+ /** Fields for tracking resource move */
280
+ export interface ResourceMoveDetails {
281
+ /** Denotes whether move operation is in progress */
282
+ operationInProgress?: ResourceMoveStatus;
283
+ /** Denotes the timeout of the operation to finish */
284
+ operationInProgressLockTimeoutInUTC?: Date;
285
+ }
286
+ /** Details about Edge Profile for the resource */
287
+ export interface EdgeProfile {
288
+ /** Edge Profile Subscription */
289
+ subscription?: EdgeProfileSubscription;
290
+ }
291
+ /** Subscription details for the Edge Profile */
292
+ export interface EdgeProfileSubscription {
293
+ /** Edge Subscription Registration ID */
294
+ registrationId?: string;
295
+ /** ARM ID of the subscription */
296
+ id?: string;
297
+ state?: SubscriptionState;
298
+ registrationDate?: string;
299
+ subscriptionId?: string;
300
+ tenantId?: string;
301
+ locationPlacementId?: string;
302
+ quotaId?: string;
303
+ serializedDetails?: string;
304
+ registeredFeatures?: SubscriptionRegisteredFeatures[];
305
+ }
306
+ export interface SubscriptionRegisteredFeatures {
307
+ name?: string;
308
+ state?: string;
309
+ }
310
+ /** Wraps data-residency related information for edge-resource and this should be used with ARM layer. */
311
+ export interface DataResidency {
312
+ /** DataResidencyType enum */
313
+ type?: DataResidencyType;
314
+ }
315
+ /** Represents the base class for all object models. */
316
+ export interface ARMBaseModel {
317
+ /**
318
+ * The path ID that uniquely identifies the object.
319
+ * NOTE: This property will not be serialized. It can only be populated by the server.
320
+ */
321
+ readonly id?: string;
322
+ /**
323
+ * The object name.
324
+ * NOTE: This property will not be serialized. It can only be populated by the server.
325
+ */
326
+ readonly name?: string;
327
+ /**
328
+ * The hierarchical type of the object.
329
+ * NOTE: This property will not be serialized. It can only be populated by the server.
330
+ */
331
+ readonly type?: string;
332
+ }
333
+ /** The Data Box Edge/Gateway device patch. */
334
+ export interface DataBoxEdgeDevicePatch {
335
+ /** The tags attached to the Data Box Edge/Gateway resource. */
336
+ tags?: {
337
+ [propertyName: string]: string;
338
+ };
339
+ /** Msi identity of the resource */
340
+ identity?: ResourceIdentity;
341
+ /** Edge Profile property of the Data Box Edge/Gateway device */
342
+ edgeProfile?: EdgeProfilePatch;
343
+ }
344
+ /** The Data Box Edge/Gateway Edge Profile patch. */
345
+ export interface EdgeProfilePatch {
346
+ /** The Data Box Edge/Gateway Edge Profile Subscription patch */
347
+ subscription?: EdgeProfileSubscriptionPatch;
348
+ }
349
+ /** The Data Box Edge/Gateway Edge Profile Subscription patch. */
350
+ export interface EdgeProfileSubscriptionPatch {
351
+ /** The path ID that uniquely identifies the subscription of the edge profile. */
352
+ id?: string;
353
+ }
354
+ /** Collection of alerts. */
355
+ export interface AlertList {
356
+ /**
357
+ * The value.
358
+ * NOTE: This property will not be serialized. It can only be populated by the server.
359
+ */
360
+ readonly value?: Alert[];
361
+ /**
362
+ * Link to the next set of results.
363
+ * NOTE: This property will not be serialized. It can only be populated by the server.
364
+ */
365
+ readonly nextLink?: string;
366
+ }
367
+ /** Error details for the alert. */
368
+ export interface AlertErrorDetails {
369
+ /**
370
+ * Error code.
371
+ * NOTE: This property will not be serialized. It can only be populated by the server.
372
+ */
373
+ readonly errorCode?: string;
374
+ /**
375
+ * Error Message.
376
+ * NOTE: This property will not be serialized. It can only be populated by the server.
377
+ */
378
+ readonly errorMessage?: string;
379
+ /**
380
+ * Number of occurrences.
381
+ * NOTE: This property will not be serialized. It can only be populated by the server.
382
+ */
383
+ readonly occurrences?: number;
384
+ }
385
+ /** The collection of bandwidth schedules. */
386
+ export interface BandwidthSchedulesList {
387
+ /**
388
+ * The list of bandwidth schedules.
389
+ * NOTE: This property will not be serialized. It can only be populated by the server.
390
+ */
391
+ readonly value?: BandwidthSchedule[];
392
+ /**
393
+ * Link to the next set of results.
394
+ * NOTE: This property will not be serialized. It can only be populated by the server.
395
+ */
396
+ readonly nextLink?: string;
397
+ }
398
+ /** RemoteApplicationType for which remote support settings is being modified */
399
+ export interface RemoteSupportSettings {
400
+ /** Remote application type */
401
+ remoteApplicationType?: RemoteApplicationType;
402
+ /** Access level allowed for this remote application type */
403
+ accessLevel?: AccessLevel;
404
+ /** Expiration time stamp */
405
+ expirationTimeStampInUTC?: Date;
406
+ }
407
+ /** Used in activation key generation flow. */
408
+ export interface GenerateCertResponse {
409
+ /**
410
+ * Gets or sets base64 encoded certificate raw data,
411
+ * this is the public part needed to be uploaded to cert vault
412
+ */
413
+ publicKey?: string;
414
+ /**
415
+ * Gets or sets base64 encoded private part of the certificate,
416
+ * needed to form the activation key
417
+ */
418
+ privateKey?: string;
419
+ /** Gets or sets expiry time in UTC */
420
+ expiryTimeInUTC?: string;
421
+ }
422
+ /** Holds device secret either as a KeyVault reference or as an encrypted value. */
423
+ export interface Secret {
424
+ /** Encrypted (using device public key) secret value. */
425
+ encryptedSecret?: AsymmetricEncryptedSecret;
426
+ /** Id of the Key-Vault where secret is stored (ex: secrets/AuthClientSecret/82ef4346187a4033a10d629cde07d740). */
427
+ keyVaultId?: string;
428
+ }
429
+ /** Represent the secrets intended for encryption with asymmetric key pair. */
430
+ export interface AsymmetricEncryptedSecret {
431
+ /** The value of the secret. */
432
+ value: string;
433
+ /** Thumbprint certificate used to encrypt \"Value\". If the value is unencrypted, it will be null. */
434
+ encryptionCertThumbprint?: string;
435
+ /** The algorithm used to encrypt "Value". */
436
+ encryptionAlgorithm: EncryptionAlgorithm;
437
+ }
438
+ /** A device job. */
439
+ export interface Job {
440
+ /**
441
+ * The path ID that uniquely identifies the object.
442
+ * NOTE: This property will not be serialized. It can only be populated by the server.
443
+ */
444
+ readonly id?: string;
445
+ /**
446
+ * The name of the object.
447
+ * NOTE: This property will not be serialized. It can only be populated by the server.
448
+ */
449
+ readonly name?: string;
450
+ /**
451
+ * The hierarchical type of the object.
452
+ * NOTE: This property will not be serialized. It can only be populated by the server.
453
+ */
454
+ readonly type?: string;
455
+ /**
456
+ * The current status of the job.
457
+ * NOTE: This property will not be serialized. It can only be populated by the server.
458
+ */
459
+ readonly status?: JobStatus;
460
+ /**
461
+ * The UTC date and time at which the job started.
462
+ * NOTE: This property will not be serialized. It can only be populated by the server.
463
+ */
464
+ readonly startTime?: Date;
465
+ /**
466
+ * The UTC date and time at which the job completed.
467
+ * NOTE: This property will not be serialized. It can only be populated by the server.
468
+ */
469
+ readonly endTime?: Date;
470
+ /**
471
+ * The percentage of the job that is complete.
472
+ * NOTE: This property will not be serialized. It can only be populated by the server.
473
+ */
474
+ readonly percentComplete?: number;
475
+ /**
476
+ * The error details.
477
+ * NOTE: This property will not be serialized. It can only be populated by the server.
478
+ */
479
+ readonly error?: JobErrorDetails;
480
+ /**
481
+ * The type of the job.
482
+ * NOTE: This property will not be serialized. It can only be populated by the server.
483
+ */
484
+ readonly jobType?: JobType;
485
+ /**
486
+ * Current stage of the update operation.
487
+ * NOTE: This property will not be serialized. It can only be populated by the server.
488
+ */
489
+ readonly currentStage?: UpdateOperationStage;
490
+ /**
491
+ * The download progress.
492
+ * NOTE: This property will not be serialized. It can only be populated by the server.
493
+ */
494
+ readonly downloadProgress?: UpdateDownloadProgress;
495
+ /**
496
+ * The install progress.
497
+ * NOTE: This property will not be serialized. It can only be populated by the server.
498
+ */
499
+ readonly installProgress?: UpdateInstallProgress;
500
+ /**
501
+ * Total number of errors encountered during the refresh process.
502
+ * NOTE: This property will not be serialized. It can only be populated by the server.
503
+ */
504
+ readonly totalRefreshErrors?: number;
505
+ /**
506
+ * Local share/remote container relative path to the error manifest file of the refresh.
507
+ * NOTE: This property will not be serialized. It can only be populated by the server.
508
+ */
509
+ readonly errorManifestFile?: string;
510
+ /**
511
+ * ARM ID of the entity that was refreshed.
512
+ * NOTE: This property will not be serialized. It can only be populated by the server.
513
+ */
514
+ readonly refreshedEntityId?: string;
515
+ /** If only subfolders need to be refreshed, then the subfolder path inside the share or container. (The path is empty if there are no subfolders.) */
516
+ folder?: string;
517
+ }
518
+ /** The job error information containing the list of job errors. */
519
+ export interface JobErrorDetails {
520
+ /**
521
+ * The error details.
522
+ * NOTE: This property will not be serialized. It can only be populated by the server.
523
+ */
524
+ readonly errorDetails?: JobErrorItem[];
525
+ /**
526
+ * The code intended for programmatic access.
527
+ * NOTE: This property will not be serialized. It can only be populated by the server.
528
+ */
529
+ readonly code?: string;
530
+ /**
531
+ * The message that describes the error in detail.
532
+ * NOTE: This property will not be serialized. It can only be populated by the server.
533
+ */
534
+ readonly message?: string;
535
+ }
536
+ /** The job error items. */
537
+ export interface JobErrorItem {
538
+ /**
539
+ * The recommended actions.
540
+ * NOTE: This property will not be serialized. It can only be populated by the server.
541
+ */
542
+ readonly recommendations?: string[];
543
+ /**
544
+ * The code intended for programmatic access.
545
+ * NOTE: This property will not be serialized. It can only be populated by the server.
546
+ */
547
+ readonly code?: string;
548
+ /**
549
+ * The message that describes the error in detail.
550
+ * NOTE: This property will not be serialized. It can only be populated by the server.
551
+ */
552
+ readonly message?: string;
553
+ }
554
+ /** Details about the download progress of update. */
555
+ export interface UpdateDownloadProgress {
556
+ /**
557
+ * The download phase.
558
+ * NOTE: This property will not be serialized. It can only be populated by the server.
559
+ */
560
+ readonly downloadPhase?: DownloadPhase;
561
+ /**
562
+ * Percentage of completion.
563
+ * NOTE: This property will not be serialized. It can only be populated by the server.
564
+ */
565
+ readonly percentComplete?: number;
566
+ /**
567
+ * Total bytes to download.
568
+ * NOTE: This property will not be serialized. It can only be populated by the server.
569
+ */
570
+ readonly totalBytesToDownload?: number;
571
+ /**
572
+ * Total bytes downloaded.
573
+ * NOTE: This property will not be serialized. It can only be populated by the server.
574
+ */
575
+ readonly totalBytesDownloaded?: number;
576
+ /**
577
+ * Number of updates to download.
578
+ * NOTE: This property will not be serialized. It can only be populated by the server.
579
+ */
580
+ readonly numberOfUpdatesToDownload?: number;
581
+ /**
582
+ * Number of updates downloaded.
583
+ * NOTE: This property will not be serialized. It can only be populated by the server.
584
+ */
585
+ readonly numberOfUpdatesDownloaded?: number;
586
+ }
587
+ /** Progress details during installation of updates. */
588
+ export interface UpdateInstallProgress {
589
+ /**
590
+ * Percentage completed.
591
+ * NOTE: This property will not be serialized. It can only be populated by the server.
592
+ */
593
+ readonly percentComplete?: number;
594
+ /**
595
+ * Number of updates to install.
596
+ * NOTE: This property will not be serialized. It can only be populated by the server.
597
+ */
598
+ readonly numberOfUpdatesToInstall?: number;
599
+ /**
600
+ * Number of updates installed.
601
+ * NOTE: This property will not be serialized. It can only be populated by the server.
602
+ */
603
+ readonly numberOfUpdatesInstalled?: number;
604
+ }
605
+ /** Represents the networkAdapter on a device. */
606
+ export interface NetworkAdapter {
607
+ /**
608
+ * Instance ID of network adapter.
609
+ * NOTE: This property will not be serialized. It can only be populated by the server.
610
+ */
611
+ readonly adapterId?: string;
612
+ /**
613
+ * Hardware position of network adapter.
614
+ * NOTE: This property will not be serialized. It can only be populated by the server.
615
+ */
616
+ readonly adapterPosition?: NetworkAdapterPosition;
617
+ /**
618
+ * Logical index of the adapter.
619
+ * NOTE: This property will not be serialized. It can only be populated by the server.
620
+ */
621
+ readonly index?: number;
622
+ /**
623
+ * Node ID of the network adapter.
624
+ * NOTE: This property will not be serialized. It can only be populated by the server.
625
+ */
626
+ readonly nodeId?: string;
627
+ /**
628
+ * Network adapter name.
629
+ * NOTE: This property will not be serialized. It can only be populated by the server.
630
+ */
631
+ readonly networkAdapterName?: string;
632
+ /**
633
+ * Hardware label for the adapter.
634
+ * NOTE: This property will not be serialized. It can only be populated by the server.
635
+ */
636
+ readonly label?: string;
637
+ /**
638
+ * MAC address.
639
+ * NOTE: This property will not be serialized. It can only be populated by the server.
640
+ */
641
+ readonly macAddress?: string;
642
+ /**
643
+ * Link speed.
644
+ * NOTE: This property will not be serialized. It can only be populated by the server.
645
+ */
646
+ readonly linkSpeed?: number;
647
+ /**
648
+ * Value indicating whether this adapter is valid.
649
+ * NOTE: This property will not be serialized. It can only be populated by the server.
650
+ */
651
+ readonly status?: NetworkAdapterStatus;
652
+ /** Value indicating whether this adapter is RDMA capable. */
653
+ rdmaStatus?: NetworkAdapterRdmaStatus;
654
+ /** Value indicating whether this adapter has DHCP enabled. */
655
+ dhcpStatus?: NetworkAdapterDhcpStatus;
656
+ /**
657
+ * The IPv4 configuration of the network adapter.
658
+ * NOTE: This property will not be serialized. It can only be populated by the server.
659
+ */
660
+ readonly ipv4Configuration?: Ipv4Config;
661
+ /**
662
+ * The IPv6 configuration of the network adapter.
663
+ * NOTE: This property will not be serialized. It can only be populated by the server.
664
+ */
665
+ readonly ipv6Configuration?: Ipv6Config;
666
+ /**
667
+ * The IPv6 local address.
668
+ * NOTE: This property will not be serialized. It can only be populated by the server.
669
+ */
670
+ readonly ipv6LinkLocalAddress?: string;
671
+ /**
672
+ * The list of DNS Servers of the device.
673
+ * NOTE: This property will not be serialized. It can only be populated by the server.
674
+ */
675
+ readonly dnsServers?: string[];
676
+ }
677
+ /** The network adapter position. */
678
+ export interface NetworkAdapterPosition {
679
+ /**
680
+ * The network group.
681
+ * NOTE: This property will not be serialized. It can only be populated by the server.
682
+ */
683
+ readonly networkGroup?: NetworkGroup;
684
+ /**
685
+ * The port.
686
+ * NOTE: This property will not be serialized. It can only be populated by the server.
687
+ */
688
+ readonly port?: number;
689
+ }
690
+ /** Details related to the IPv4 address configuration. */
691
+ export interface Ipv4Config {
692
+ /**
693
+ * The IPv4 address of the network adapter.
694
+ * NOTE: This property will not be serialized. It can only be populated by the server.
695
+ */
696
+ readonly ipAddress?: string;
697
+ /**
698
+ * The IPv4 subnet of the network adapter.
699
+ * NOTE: This property will not be serialized. It can only be populated by the server.
700
+ */
701
+ readonly subnet?: string;
702
+ /**
703
+ * The IPv4 gateway of the network adapter.
704
+ * NOTE: This property will not be serialized. It can only be populated by the server.
705
+ */
706
+ readonly gateway?: string;
707
+ }
708
+ /** Details related to the IPv6 address configuration. */
709
+ export interface Ipv6Config {
710
+ /**
711
+ * The IPv6 address of the network adapter.
712
+ * NOTE: This property will not be serialized. It can only be populated by the server.
713
+ */
714
+ readonly ipAddress?: string;
715
+ /**
716
+ * The IPv6 prefix of the network adapter.
717
+ * NOTE: This property will not be serialized. It can only be populated by the server.
718
+ */
719
+ readonly prefixLength?: number;
720
+ /**
721
+ * The IPv6 gateway of the network adapter.
722
+ * NOTE: This property will not be serialized. It can only be populated by the server.
723
+ */
724
+ readonly gateway?: string;
725
+ }
726
+ /** Collection of Nodes. */
727
+ export interface NodeList {
728
+ /**
729
+ * The list of Nodes.
730
+ * NOTE: This property will not be serialized. It can only be populated by the server.
731
+ */
732
+ readonly value?: Node[];
733
+ /**
734
+ * Link to the next set of results.
735
+ * NOTE: This property will not be serialized. It can only be populated by the server.
736
+ */
737
+ readonly nextLink?: string;
738
+ }
739
+ /** List of order entities. */
740
+ export interface OrderList {
741
+ /**
742
+ * The list of orders.
743
+ * NOTE: This property will not be serialized. It can only be populated by the server.
744
+ */
745
+ readonly value?: Order[];
746
+ /**
747
+ * Link to the next set of results.
748
+ * NOTE: This property will not be serialized. It can only be populated by the server.
749
+ */
750
+ readonly nextLink?: string;
751
+ }
752
+ /** Contains all the contact details of the customer. */
753
+ export interface ContactDetails {
754
+ /** The contact person name. */
755
+ contactPerson: string;
756
+ /** The name of the company. */
757
+ companyName: string;
758
+ /** The phone number. */
759
+ phone: string;
760
+ /** The email list. */
761
+ emailList: string[];
762
+ }
763
+ /** The shipping address of the customer. */
764
+ export interface Address {
765
+ /** The address line1. */
766
+ addressLine1?: string;
767
+ /** The address line2. */
768
+ addressLine2?: string;
769
+ /** The address line3. */
770
+ addressLine3?: string;
771
+ /** The postal code. */
772
+ postalCode?: string;
773
+ /** The city name. */
774
+ city?: string;
775
+ /** The state name. */
776
+ state?: string;
777
+ /** The country name. */
778
+ country: string;
779
+ }
780
+ /** Represents a single status change. */
781
+ export interface OrderStatus {
782
+ /** Status of the order as per the allowed status types. */
783
+ status: OrderState;
784
+ /**
785
+ * Time of status update.
786
+ * NOTE: This property will not be serialized. It can only be populated by the server.
787
+ */
788
+ readonly updateDateTime?: Date;
789
+ /** Comments related to this status change. */
790
+ comments?: string;
791
+ /**
792
+ * Tracking information related to the state in the ordering flow
793
+ * NOTE: This property will not be serialized. It can only be populated by the server.
794
+ */
795
+ readonly trackingInformation?: TrackingInfo;
796
+ /**
797
+ * Dictionary to hold generic information which is not stored
798
+ * by the already existing properties
799
+ * NOTE: This property will not be serialized. It can only be populated by the server.
800
+ */
801
+ readonly additionalOrderDetails?: {
802
+ [propertyName: string]: string;
803
+ };
804
+ }
805
+ /** Tracking courier information. */
806
+ export interface TrackingInfo {
807
+ /** Serial number of the device being tracked. */
808
+ serialNumber?: string;
809
+ /** Name of the carrier used in the delivery. */
810
+ carrierName?: string;
811
+ /** Tracking ID of the shipment. */
812
+ trackingId?: string;
813
+ /** Tracking URL of the shipment. */
814
+ trackingUrl?: string;
815
+ }
816
+ /** DC Access code in the case of Self Managed Shipping. */
817
+ export interface DCAccessCode {
818
+ /** DCAccess Code for the Self Managed shipment. */
819
+ authCode?: string;
820
+ }
821
+ /** Collection of all the roles on the Data Box Edge device. */
822
+ export interface RoleList {
823
+ /**
824
+ * The Value.
825
+ * NOTE: This property will not be serialized. It can only be populated by the server.
826
+ */
827
+ readonly value?: RoleUnion[];
828
+ /**
829
+ * Link to the next set of results.
830
+ * NOTE: This property will not be serialized. It can only be populated by the server.
831
+ */
832
+ readonly nextLink?: string;
833
+ }
834
+ /** Collection of all the Role addon on the Azure Stack Edge device. */
835
+ export interface AddonList {
836
+ /**
837
+ * The Value.
838
+ * NOTE: This property will not be serialized. It can only be populated by the server.
839
+ */
840
+ readonly value?: AddonUnion[];
841
+ /**
842
+ * Link to the next set of results.
843
+ * NOTE: This property will not be serialized. It can only be populated by the server.
844
+ */
845
+ readonly nextLink?: string;
846
+ }
847
+ /** Collection of metric configurations. */
848
+ export interface MonitoringMetricConfigurationList {
849
+ /**
850
+ * The list of metric configurations.
851
+ * NOTE: This property will not be serialized. It can only be populated by the server.
852
+ */
853
+ readonly value?: MonitoringMetricConfiguration[];
854
+ /**
855
+ * Link to the next set of results.
856
+ * NOTE: This property will not be serialized. It can only be populated by the server.
857
+ */
858
+ readonly nextLink?: string;
859
+ }
860
+ /** Metric configuration. */
861
+ export interface MetricConfiguration {
862
+ /** The Resource ID on which the metrics should be pushed. */
863
+ resourceId: string;
864
+ /** The MDM account to which the counters should be pushed. */
865
+ mdmAccount?: string;
866
+ /** The MDM namespace to which the counters should be pushed. This is required if MDMAccount is specified */
867
+ metricNameSpace?: string;
868
+ /** Host name for the IoT hub associated to the device. */
869
+ counterSets: MetricCounterSet[];
870
+ }
871
+ /** The metric counter set */
872
+ export interface MetricCounterSet {
873
+ /** The counters that should be collected in this set. */
874
+ counters: MetricCounter[];
875
+ }
876
+ /** The metric counter */
877
+ export interface MetricCounter {
878
+ /** The counter name. */
879
+ name: string;
880
+ /** The instance from which counter should be collected. */
881
+ instance?: string;
882
+ /** The dimension filter. */
883
+ dimensionFilter?: MetricDimension[];
884
+ /** The additional dimensions to be added to metric. */
885
+ additionalDimensions?: MetricDimension[];
886
+ }
887
+ /** The metric dimension */
888
+ export interface MetricDimension {
889
+ /** The dimension type. */
890
+ sourceType: string;
891
+ /** The dimension value. */
892
+ sourceName: string;
893
+ }
894
+ /** Collection of all the shares on the Data Box Edge/Gateway device. */
895
+ export interface ShareList {
896
+ /**
897
+ * The list of shares.
898
+ * NOTE: This property will not be serialized. It can only be populated by the server.
899
+ */
900
+ readonly value?: Share[];
901
+ /**
902
+ * Link to the next set of results.
903
+ * NOTE: This property will not be serialized. It can only be populated by the server.
904
+ */
905
+ readonly nextLink?: string;
906
+ }
907
+ /** Azure container mapping of the endpoint. */
908
+ export interface AzureContainerInfo {
909
+ /** ID of the storage account credential used to access storage. */
910
+ storageAccountCredentialId: string;
911
+ /** Container name (Based on the data format specified, this represents the name of Azure Files/Page blob/Block blob). */
912
+ containerName: string;
913
+ /** Storage format used for the file represented by the share. */
914
+ dataFormat: AzureContainerDataFormat;
915
+ }
916
+ /** The mapping between a particular user and the access type on the SMB share. */
917
+ export interface UserAccessRight {
918
+ /** User ID (already existing in the device). */
919
+ userId: string;
920
+ /** Type of access to be allowed for the user. */
921
+ accessType: ShareAccessType;
922
+ }
923
+ /** The mapping between a particular client IP and the type of access client has on the NFS share. */
924
+ export interface ClientAccessRight {
925
+ /** IP of the client. */
926
+ client: string;
927
+ /** Type of access to be allowed for the client. */
928
+ accessPermission: ClientPermissionType;
929
+ }
930
+ /** Fields for tracking refresh job on the share or container. */
931
+ export interface RefreshDetails {
932
+ /** If a refresh job is currently in progress on this share or container, this field indicates the ARM resource ID of that job. The field is empty if no job is in progress. */
933
+ inProgressRefreshJobId?: string;
934
+ /** Indicates the completed time for the last refresh job on this particular share or container, if any.This could be a failed job or a successful job. */
935
+ lastCompletedRefreshJobTimeInUTC?: Date;
936
+ /** Indicates the relative path of the error xml for the last refresh job on this particular share or container, if any. This could be a failed job or a successful job. */
937
+ errorManifestFile?: string;
938
+ /** Indicates the id of the last refresh job on this particular share or container,if any. This could be a failed job or a successful job. */
939
+ lastJob?: string;
940
+ }
941
+ /** The share mount point. */
942
+ export interface MountPointMap {
943
+ /** ID of the share mounted to the role VM. */
944
+ shareId: string;
945
+ /**
946
+ * ID of the role to which share is mounted.
947
+ * NOTE: This property will not be serialized. It can only be populated by the server.
948
+ */
949
+ readonly roleId?: string;
950
+ /**
951
+ * Mount point for the share.
952
+ * NOTE: This property will not be serialized. It can only be populated by the server.
953
+ */
954
+ readonly mountPoint?: string;
955
+ /**
956
+ * Mounting type.
957
+ * NOTE: This property will not be serialized. It can only be populated by the server.
958
+ */
959
+ readonly mountType?: MountType;
960
+ /**
961
+ * Role type.
962
+ * NOTE: This property will not be serialized. It can only be populated by the server.
963
+ */
964
+ readonly roleType?: RoleTypes;
965
+ }
966
+ /** The collection of storage account credentials. */
967
+ export interface StorageAccountCredentialList {
968
+ /**
969
+ * The value.
970
+ * NOTE: This property will not be serialized. It can only be populated by the server.
971
+ */
972
+ readonly value?: StorageAccountCredential[];
973
+ /**
974
+ * Link to the next set of results.
975
+ * NOTE: This property will not be serialized. It can only be populated by the server.
976
+ */
977
+ readonly nextLink?: string;
978
+ }
979
+ /** Collection of all the Storage Accounts on the Data Box Edge/Gateway device. */
980
+ export interface StorageAccountList {
981
+ /**
982
+ * The list of storageAccounts.
983
+ * NOTE: This property will not be serialized. It can only be populated by the server.
984
+ */
985
+ readonly value?: StorageAccount[];
986
+ /**
987
+ * Link to the next set of results.
988
+ * NOTE: This property will not be serialized. It can only be populated by the server.
989
+ */
990
+ readonly nextLink?: string;
991
+ }
992
+ /** Collection of all the containers on the Data Box Edge/Gateway device. */
993
+ export interface ContainerList {
994
+ /**
995
+ * The list of containers.
996
+ * NOTE: This property will not be serialized. It can only be populated by the server.
997
+ */
998
+ readonly value?: Container[];
999
+ /**
1000
+ * Link to the next set of results.
1001
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1002
+ */
1003
+ readonly nextLink?: string;
1004
+ }
1005
+ /** Collection of all trigger on the data box edge device. */
1006
+ export interface TriggerList {
1007
+ /**
1008
+ * The list of triggers.
1009
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1010
+ */
1011
+ readonly value?: TriggerUnion[];
1012
+ /**
1013
+ * Link to the next set of results.
1014
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1015
+ */
1016
+ readonly nextLink?: string;
1017
+ }
1018
+ /** The Data Box Edge/Gateway device extended info patch. */
1019
+ export interface DataBoxEdgeDeviceExtendedInfoPatch {
1020
+ /** The Key Vault ARM Id for client secrets */
1021
+ clientSecretStoreId?: string;
1022
+ /** The url to access the Client Key Vault */
1023
+ clientSecretStoreUrl?: string;
1024
+ /** The name for Channel Integrity Key stored in the Client Key Vault */
1025
+ channelIntegrityKeyName?: string;
1026
+ /** The version of Channel Integrity Key stored in the Client Key Vault */
1027
+ channelIntegrityKeyVersion?: string;
1028
+ /** For changing or to initiate the resync to key-vault set the status to KeyVaultSyncPending, rest of the status will not be applicable. */
1029
+ syncStatus?: KeyVaultSyncStatus;
1030
+ }
1031
+ /** Update Specific attributes */
1032
+ export interface UpdateDetails {
1033
+ /** Title of the Update */
1034
+ updateTitle?: string;
1035
+ /** Size of the update(In Bytes) */
1036
+ updateSize?: number;
1037
+ /** Type of the Update */
1038
+ updateType?: UpdateType;
1039
+ /** Target Version number */
1040
+ targetVersion?: string;
1041
+ /** Friendly Version Number */
1042
+ friendlyVersionNumber?: string;
1043
+ /** Estimated Install Time for the update */
1044
+ estimatedInstallTimeInMins?: number;
1045
+ /** Indicates if updates are available and at least one of the updates needs a reboot. */
1046
+ rebootBehavior?: InstallRebootBehavior;
1047
+ /** Impact of Installing an updateType */
1048
+ installationImpact?: InstallationImpact;
1049
+ /** Status of the update. */
1050
+ status?: UpdateStatus;
1051
+ }
1052
+ /** The upload certificate request. */
1053
+ export interface UploadCertificateRequest {
1054
+ /** The authentication type. */
1055
+ authenticationType?: AuthenticationType;
1056
+ /** The base64 encoded certificate raw data. */
1057
+ certificate: string;
1058
+ }
1059
+ /** The upload registration certificate response. */
1060
+ export interface UploadCertificateResponse {
1061
+ /** Specifies authentication type. */
1062
+ authType?: AuthenticationType;
1063
+ /**
1064
+ * The resource ID of the Data Box Edge/Gateway device.
1065
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1066
+ */
1067
+ readonly resourceId?: string;
1068
+ /**
1069
+ * Azure Active Directory tenant authority.
1070
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1071
+ */
1072
+ readonly aadAuthority?: string;
1073
+ /**
1074
+ * Azure Active Directory tenant ID.
1075
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1076
+ */
1077
+ readonly aadTenantId?: string;
1078
+ /**
1079
+ * Azure Active Directory service principal client ID.
1080
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1081
+ */
1082
+ readonly servicePrincipalClientId?: string;
1083
+ /**
1084
+ * Azure Active Directory service principal object ID.
1085
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1086
+ */
1087
+ readonly servicePrincipalObjectId?: string;
1088
+ /**
1089
+ * The azure management endpoint audience.
1090
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1091
+ */
1092
+ readonly azureManagementEndpointAudience?: string;
1093
+ /**
1094
+ * Identifier of the target resource that is the recipient of the requested token.
1095
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1096
+ */
1097
+ readonly aadAudience?: string;
1098
+ }
1099
+ /** Collection of users. */
1100
+ export interface UserList {
1101
+ /**
1102
+ * The list of users.
1103
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1104
+ */
1105
+ readonly value?: User[];
1106
+ /**
1107
+ * Link to the next set of results.
1108
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1109
+ */
1110
+ readonly nextLink?: string;
1111
+ }
1112
+ /** Specifies the mapping between this particular user and the type of access he has on shares on this device. */
1113
+ export interface ShareAccessRight {
1114
+ /** The share ID. */
1115
+ shareId: string;
1116
+ /** Type of access to be allowed on the share for this user. */
1117
+ accessType: ShareAccessType;
1118
+ }
1119
+ /** Authentication mechanism for IoT devices. */
1120
+ export interface Authentication {
1121
+ /** Symmetric key for authentication. */
1122
+ symmetricKey?: SymmetricKey;
1123
+ }
1124
+ /** Symmetric key for authentication. */
1125
+ export interface SymmetricKey {
1126
+ /** Connection string based on the symmetric key. */
1127
+ connectionString?: AsymmetricEncryptedSecret;
1128
+ }
1129
+ /** Cni configuration */
1130
+ export interface CniConfig {
1131
+ /**
1132
+ * Cni type
1133
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1134
+ */
1135
+ readonly type?: string;
1136
+ /**
1137
+ * Cni version
1138
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1139
+ */
1140
+ readonly version?: string;
1141
+ /**
1142
+ * Pod Subnet
1143
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1144
+ */
1145
+ readonly podSubnet?: string;
1146
+ /**
1147
+ * Service subnet
1148
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1149
+ */
1150
+ readonly serviceSubnet?: string;
1151
+ }
1152
+ /** Compute infrastructure Resource */
1153
+ export interface ComputeResource {
1154
+ /** Processor count */
1155
+ processorCount: number;
1156
+ /** Memory in GB */
1157
+ memoryInGB: number;
1158
+ }
1159
+ /** Resource Move details */
1160
+ export interface DataBoxEdgeMoveRequest {
1161
+ /** Target resource group ARMId */
1162
+ targetResourceGroup: string;
1163
+ /** List of resources to be moved */
1164
+ resources: string[];
1165
+ }
1166
+ /** Etcd configuration */
1167
+ export interface EtcdInfo {
1168
+ /**
1169
+ * Etcd type
1170
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1171
+ */
1172
+ readonly type?: string;
1173
+ /**
1174
+ * Etcd version
1175
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1176
+ */
1177
+ readonly version?: string;
1178
+ }
1179
+ /** File source details. */
1180
+ export interface FileSourceInfo {
1181
+ /** File share ID. */
1182
+ shareId: string;
1183
+ }
1184
+ /** Compute role against which events will be raised. */
1185
+ export interface RoleSinkInfo {
1186
+ /** Compute role ID. */
1187
+ roleId: string;
1188
+ }
1189
+ /** Image repository credential. */
1190
+ export interface ImageRepositoryCredential {
1191
+ /** Image repository url (e.g.: mcr.microsoft.com). */
1192
+ imageRepositoryUrl: string;
1193
+ /** Repository user name. */
1194
+ userName: string;
1195
+ /** Repository user password. */
1196
+ password?: AsymmetricEncryptedSecret;
1197
+ }
1198
+ /** Metadata of IoT device/IoT Edge device to be configured. */
1199
+ export interface IoTDeviceInfo {
1200
+ /** ID of the IoT device/edge device. */
1201
+ deviceId: string;
1202
+ /** Host name for the IoT hub associated to the device. */
1203
+ ioTHostHub: string;
1204
+ /** Id for the IoT hub associated to the device. */
1205
+ ioTHostHubId?: string;
1206
+ /** Encrypted IoT device/IoT edge device connection string. */
1207
+ authentication?: Authentication;
1208
+ }
1209
+ /** IoT edge agent details is optional, this will be used for download system Agent module while bootstrapping IoT Role if specified. */
1210
+ export interface IoTEdgeAgentInfo {
1211
+ /** Name of the IoT edge agent image. */
1212
+ imageName: string;
1213
+ /** Image Tag. */
1214
+ tag: string;
1215
+ /** Image repository details. */
1216
+ imageRepository?: ImageRepositoryCredential;
1217
+ }
1218
+ /** Kubernetes cluster configuration */
1219
+ export interface KubernetesClusterInfo {
1220
+ /**
1221
+ * Etcd configuration
1222
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1223
+ */
1224
+ readonly etcdInfo?: EtcdInfo;
1225
+ /**
1226
+ * Kubernetes cluster nodes
1227
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1228
+ */
1229
+ readonly nodes?: NodeInfo[];
1230
+ /** Kubernetes cluster version */
1231
+ version: string;
1232
+ }
1233
+ /** Kubernetes node info */
1234
+ export interface NodeInfo {
1235
+ /**
1236
+ * Node name.
1237
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1238
+ */
1239
+ readonly name?: string;
1240
+ /**
1241
+ * Node type - Master/Worker
1242
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1243
+ */
1244
+ readonly type?: KubernetesNodeType;
1245
+ /** IP Configuration of the Kubernetes node. */
1246
+ ipConfiguration?: KubernetesIPConfiguration[];
1247
+ }
1248
+ /** Kubernetes node IP configuration */
1249
+ export interface KubernetesIPConfiguration {
1250
+ /**
1251
+ * Port of the Kubernetes node.
1252
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1253
+ */
1254
+ readonly port?: string;
1255
+ /** IP address of the Kubernetes node. */
1256
+ ipAddress?: string;
1257
+ }
1258
+ /** Kubernetes role resources */
1259
+ export interface KubernetesRoleResources {
1260
+ /** Kubernetes role storage resource */
1261
+ storage?: KubernetesRoleStorage;
1262
+ /** Kubernetes role compute resource */
1263
+ compute: KubernetesRoleCompute;
1264
+ /**
1265
+ * Kubernetes role network resource
1266
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1267
+ */
1268
+ readonly network?: KubernetesRoleNetwork;
1269
+ }
1270
+ /** Kubernetes role storage resource */
1271
+ export interface KubernetesRoleStorage {
1272
+ /**
1273
+ * Kubernetes storage class info.
1274
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1275
+ */
1276
+ readonly storageClasses?: KubernetesRoleStorageClassInfo[];
1277
+ /** Mount points of shares in role(s). */
1278
+ endpoints?: MountPointMap[];
1279
+ }
1280
+ /** Kubernetes storage class info. */
1281
+ export interface KubernetesRoleStorageClassInfo {
1282
+ /**
1283
+ * Storage class name.
1284
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1285
+ */
1286
+ readonly name?: string;
1287
+ /**
1288
+ * Storage class type.
1289
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1290
+ */
1291
+ readonly type?: string;
1292
+ /**
1293
+ * If provisioned storage is posix compliant.
1294
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1295
+ */
1296
+ readonly posixCompliant?: PosixComplianceStatus;
1297
+ }
1298
+ /** Kubernetes role compute resource */
1299
+ export interface KubernetesRoleCompute {
1300
+ /** VM profile */
1301
+ vmProfile: string;
1302
+ /**
1303
+ * Memory in bytes
1304
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1305
+ */
1306
+ readonly memoryInBytes?: number;
1307
+ /**
1308
+ * Processor count
1309
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1310
+ */
1311
+ readonly processorCount?: number;
1312
+ }
1313
+ /** Kubernetes role network resource */
1314
+ export interface KubernetesRoleNetwork {
1315
+ /**
1316
+ * Cni configuration
1317
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1318
+ */
1319
+ readonly cniConfig?: CniConfig;
1320
+ /**
1321
+ * Load balancer configuration
1322
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1323
+ */
1324
+ readonly loadBalancerConfig?: LoadBalancerConfig;
1325
+ }
1326
+ /** Load balancer configuration */
1327
+ export interface LoadBalancerConfig {
1328
+ /**
1329
+ * Load balancer type
1330
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1331
+ */
1332
+ readonly type?: string;
1333
+ /**
1334
+ * Load balancer version
1335
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1336
+ */
1337
+ readonly version?: string;
1338
+ }
1339
+ /** Periodic timer event source. */
1340
+ export interface PeriodicTimerSourceInfo {
1341
+ /** The time of the day that results in a valid trigger. Schedule is computed with reference to the time specified upto seconds. If timezone is not specified the time will considered to be in device timezone. The value will always be returned as UTC time. */
1342
+ startTime: Date;
1343
+ /** Periodic frequency at which timer event needs to be raised. Supports daily, hourly, minutes, and seconds. */
1344
+ schedule: string;
1345
+ /** Topic where periodic events are published to IoT device. */
1346
+ topic?: string;
1347
+ }
1348
+ /** Resource type Sku object */
1349
+ export interface ResourceTypeSku {
1350
+ /**
1351
+ * The resource type.
1352
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1353
+ */
1354
+ readonly resourceType?: string;
1355
+ /**
1356
+ * The skus.
1357
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1358
+ */
1359
+ readonly skus?: SkuInformation[];
1360
+ }
1361
+ /** Sku information */
1362
+ export interface SkuInformation {
1363
+ /**
1364
+ * The sku name.
1365
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1366
+ */
1367
+ readonly name?: string;
1368
+ /**
1369
+ * The sku tier.
1370
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1371
+ */
1372
+ readonly tier?: string;
1373
+ /**
1374
+ * The sku kind.
1375
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1376
+ */
1377
+ readonly kind?: string;
1378
+ /**
1379
+ * The Sku family.
1380
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1381
+ */
1382
+ readonly family?: string;
1383
+ /**
1384
+ * The pricing info of the Sku.
1385
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1386
+ */
1387
+ readonly costs?: SkuCost[];
1388
+ /**
1389
+ * The locations where Sku is available.
1390
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1391
+ */
1392
+ readonly locations?: string[];
1393
+ /**
1394
+ * The locations where Sku is available with zones and sites info
1395
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1396
+ */
1397
+ readonly locationInfo?: SkuLocationInfo[];
1398
+ /**
1399
+ * The required quotaIds for the sku to be available.
1400
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1401
+ */
1402
+ readonly requiredQuotaIds?: string[];
1403
+ /**
1404
+ * The required features for the sku to be available.
1405
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1406
+ */
1407
+ readonly requiredFeatures?: string[];
1408
+ }
1409
+ /** List of SKU Information objects */
1410
+ export interface SkuInformationList {
1411
+ /**
1412
+ * List of ResourceTypeSku objects
1413
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1414
+ */
1415
+ readonly value?: ResourceTypeSku[];
1416
+ /**
1417
+ * Links to the next set of results
1418
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1419
+ */
1420
+ readonly nextLink?: string;
1421
+ }
1422
+ /** The Data Box Edge/Gateway device. */
1423
+ export declare type DataBoxEdgeDevice = ARMBaseModel & {
1424
+ /** The location of the device. This is a supported and registered Azure geographical region (for example, West US, East US, or Southeast Asia). The geographical region of a device cannot be changed once it is created, but if an identical geographical region is specified on update, the request will succeed. */
1425
+ location: string;
1426
+ /** The list of tags that describe the device. These tags can be used to view and group this device (across resource groups). */
1427
+ tags?: {
1428
+ [propertyName: string]: string;
1429
+ };
1430
+ /** The SKU type. */
1431
+ sku?: Sku;
1432
+ /** The etag for the devices. */
1433
+ etag?: string;
1434
+ /** Msi identity of the resource */
1435
+ identity?: ResourceIdentity;
1436
+ /** The kind of the device. */
1437
+ kind?: DataBoxEdgeDeviceKind;
1438
+ /**
1439
+ * DataBoxEdge Resource
1440
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1441
+ */
1442
+ readonly systemData?: SystemData;
1443
+ /**
1444
+ * DataBoxEdge Device Properties
1445
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1446
+ */
1447
+ readonly systemDataPropertiesSystemData?: SystemData;
1448
+ /** The status of the Data Box Edge/Gateway device. */
1449
+ dataBoxEdgeDeviceStatus?: DataBoxEdgeDeviceStatus;
1450
+ /**
1451
+ * The Serial Number of Data Box Edge/Gateway device.
1452
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1453
+ */
1454
+ readonly serialNumber?: string;
1455
+ /**
1456
+ * The Description of the Data Box Edge/Gateway device.
1457
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1458
+ */
1459
+ readonly description?: string;
1460
+ /**
1461
+ * The description of the Data Box Edge/Gateway device model.
1462
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1463
+ */
1464
+ readonly modelDescription?: string;
1465
+ /**
1466
+ * The type of the Data Box Edge/Gateway device.
1467
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1468
+ */
1469
+ readonly deviceType?: DeviceType;
1470
+ /**
1471
+ * The Data Box Edge/Gateway device name.
1472
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1473
+ */
1474
+ readonly friendlyName?: string;
1475
+ /**
1476
+ * The Data Box Edge/Gateway device culture.
1477
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1478
+ */
1479
+ readonly culture?: string;
1480
+ /**
1481
+ * The Data Box Edge/Gateway device model.
1482
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1483
+ */
1484
+ readonly deviceModel?: string;
1485
+ /**
1486
+ * The Data Box Edge/Gateway device software version.
1487
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1488
+ */
1489
+ readonly deviceSoftwareVersion?: string;
1490
+ /**
1491
+ * The Data Box Edge/Gateway device local capacity in MB.
1492
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1493
+ */
1494
+ readonly deviceLocalCapacity?: number;
1495
+ /**
1496
+ * The Data Box Edge/Gateway device timezone.
1497
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1498
+ */
1499
+ readonly timeZone?: string;
1500
+ /**
1501
+ * The device software version number of the device (eg: 1.2.18105.6).
1502
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1503
+ */
1504
+ readonly deviceHcsVersion?: string;
1505
+ /**
1506
+ * Type of compute roles configured.
1507
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1508
+ */
1509
+ readonly configuredRoleTypes?: RoleTypes[];
1510
+ /**
1511
+ * The number of nodes in the cluster.
1512
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1513
+ */
1514
+ readonly nodeCount?: number;
1515
+ /**
1516
+ * The details of the move operation on this resource.
1517
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1518
+ */
1519
+ readonly resourceMoveDetails?: ResourceMoveDetails;
1520
+ /**
1521
+ * The details of Edge Profile for this resource
1522
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1523
+ */
1524
+ readonly edgeProfile?: EdgeProfile;
1525
+ /** The details of data-residency related properties for this resource */
1526
+ dataResidency?: DataResidency;
1527
+ };
1528
+ /** Alert on the data box edge/gateway device. */
1529
+ export declare type Alert = ARMBaseModel & {
1530
+ /**
1531
+ * Alert generated in the resource
1532
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1533
+ */
1534
+ readonly systemData?: SystemData;
1535
+ /**
1536
+ * Alert title.
1537
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1538
+ */
1539
+ readonly title?: string;
1540
+ /**
1541
+ * Alert type.
1542
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1543
+ */
1544
+ readonly alertType?: string;
1545
+ /**
1546
+ * UTC time when the alert appeared.
1547
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1548
+ */
1549
+ readonly appearedAtDateTime?: Date;
1550
+ /**
1551
+ * Alert recommendation.
1552
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1553
+ */
1554
+ readonly recommendation?: string;
1555
+ /**
1556
+ * Severity of the alert.
1557
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1558
+ */
1559
+ readonly severity?: AlertSeverity;
1560
+ /**
1561
+ * Error details of the alert.
1562
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1563
+ */
1564
+ readonly errorDetails?: AlertErrorDetails;
1565
+ /**
1566
+ * Alert details.
1567
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1568
+ */
1569
+ readonly detailedInformation?: {
1570
+ [propertyName: string]: string;
1571
+ };
1572
+ };
1573
+ /** The bandwidth schedule details. */
1574
+ export declare type BandwidthSchedule = ARMBaseModel & {
1575
+ /**
1576
+ * Bandwidth object related to ASE resource
1577
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1578
+ */
1579
+ readonly systemData?: SystemData;
1580
+ /** The start time of the schedule in UTC. */
1581
+ start: string;
1582
+ /** The stop time of the schedule in UTC. */
1583
+ stop: string;
1584
+ /** The bandwidth rate in Mbps. */
1585
+ rateInMbps: number;
1586
+ /** The days of the week when this schedule is applicable. */
1587
+ days: DayOfWeek[];
1588
+ };
1589
+ /** The diagnostic proactive log collection settings of a device. */
1590
+ export declare type DiagnosticProactiveLogCollectionSettings = ARMBaseModel & {
1591
+ /**
1592
+ * DiagnosticProactiveLogCollectionSettings
1593
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1594
+ */
1595
+ readonly systemData?: SystemData;
1596
+ /** Proactive diagnostic collection consent flag */
1597
+ userConsent: ProactiveDiagnosticsConsent;
1598
+ };
1599
+ /** The remote support settings of a device. */
1600
+ export declare type DiagnosticRemoteSupportSettings = ARMBaseModel & {
1601
+ /**
1602
+ * DiagnosticRemoteSupportSettings
1603
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1604
+ */
1605
+ readonly systemData?: SystemData;
1606
+ /** Remote support settings list according to the RemoteApplicationType */
1607
+ remoteSupportSettingsList?: RemoteSupportSettings[];
1608
+ };
1609
+ /** The extended Info of the Data Box Edge/Gateway device. */
1610
+ export declare type DataBoxEdgeDeviceExtendedInfo = ARMBaseModel & {
1611
+ /** The digital signature of encrypted certificate. */
1612
+ encryptionKeyThumbprint?: string;
1613
+ /** The public part of the encryption certificate. Client uses this to encrypt any secret. */
1614
+ encryptionKey?: string;
1615
+ /**
1616
+ * The Resource ID of the Resource.
1617
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1618
+ */
1619
+ readonly resourceKey?: string;
1620
+ /** The Key Vault ARM Id for client secrets */
1621
+ clientSecretStoreId?: string;
1622
+ /** The url to access the Client Key Vault */
1623
+ clientSecretStoreUrl?: string;
1624
+ /** The name of Channel Integrity Key stored in the Client Key Vault */
1625
+ channelIntegrityKeyName?: string;
1626
+ /** The version of Channel Integrity Key stored in the Client Key Vault */
1627
+ channelIntegrityKeyVersion?: string;
1628
+ /** Key vault sync status */
1629
+ keyVaultSyncStatus?: KeyVaultSyncStatus;
1630
+ /**
1631
+ * Device secrets, will be returned only with ODataFilter $expand=deviceSecrets
1632
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1633
+ */
1634
+ readonly deviceSecrets?: {
1635
+ [propertyName: string]: Secret;
1636
+ };
1637
+ };
1638
+ /** The network settings of a device. */
1639
+ export declare type NetworkSettings = ARMBaseModel & {
1640
+ /**
1641
+ * NetworkSettings on ASE device
1642
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1643
+ */
1644
+ readonly systemData?: SystemData;
1645
+ /**
1646
+ * The network adapter list on the device.
1647
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1648
+ */
1649
+ readonly networkAdapters?: NetworkAdapter[];
1650
+ };
1651
+ /**
1652
+ * Represents a single node in a Data box Edge/Gateway device
1653
+ * Gateway devices, standalone Edge devices and a single node cluster Edge device will all have 1 node
1654
+ * Multi-node Edge devices will have more than 1 nodes
1655
+ */
1656
+ export declare type Node = ARMBaseModel & {
1657
+ /**
1658
+ * The current status of the individual node
1659
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1660
+ */
1661
+ readonly nodeStatus?: NodeStatus;
1662
+ /**
1663
+ * Serial number of the Chassis
1664
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1665
+ */
1666
+ readonly nodeChassisSerialNumber?: string;
1667
+ /**
1668
+ * Serial number of the individual node
1669
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1670
+ */
1671
+ readonly nodeSerialNumber?: string;
1672
+ /**
1673
+ * Display Name of the individual node
1674
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1675
+ */
1676
+ readonly nodeDisplayName?: string;
1677
+ /**
1678
+ * Friendly software version name that is currently installed on the node
1679
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1680
+ */
1681
+ readonly nodeFriendlySoftwareVersion?: string;
1682
+ /**
1683
+ * HCS version that is currently installed on the node
1684
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1685
+ */
1686
+ readonly nodeHcsVersion?: string;
1687
+ /**
1688
+ * Guid instance id of the node
1689
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1690
+ */
1691
+ readonly nodeInstanceId?: string;
1692
+ };
1693
+ /** The order details. */
1694
+ export declare type Order = ARMBaseModel & {
1695
+ /**
1696
+ * Order configured on ASE resource
1697
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1698
+ */
1699
+ readonly systemData?: SystemData;
1700
+ /** The contact details. */
1701
+ contactInformation?: ContactDetails;
1702
+ /** The shipping address. */
1703
+ shippingAddress?: Address;
1704
+ /**
1705
+ * Current status of the order.
1706
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1707
+ */
1708
+ readonly currentStatus?: OrderStatus;
1709
+ /**
1710
+ * List of status changes in the order.
1711
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1712
+ */
1713
+ readonly orderHistory?: OrderStatus[];
1714
+ /**
1715
+ * Serial number of the device.
1716
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1717
+ */
1718
+ readonly serialNumber?: string;
1719
+ /**
1720
+ * Tracking information for the package delivered to the customer whether it has an original or a replacement device.
1721
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1722
+ */
1723
+ readonly deliveryTrackingInfo?: TrackingInfo[];
1724
+ /**
1725
+ * Tracking information for the package returned from the customer whether it has an original or a replacement device.
1726
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1727
+ */
1728
+ readonly returnTrackingInfo?: TrackingInfo[];
1729
+ /** ShipmentType of the order */
1730
+ shipmentType?: ShipmentType;
1731
+ };
1732
+ /** Compute role. */
1733
+ export declare type Role = ARMBaseModel & {
1734
+ /** Role type. */
1735
+ kind: RoleTypes;
1736
+ /**
1737
+ * Role configured on ASE resource
1738
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1739
+ */
1740
+ readonly systemData?: SystemData;
1741
+ };
1742
+ /** Role Addon */
1743
+ export declare type Addon = ARMBaseModel & {
1744
+ /** Addon type. */
1745
+ kind: AddonType;
1746
+ /**
1747
+ * Addon type
1748
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1749
+ */
1750
+ readonly systemData?: SystemData;
1751
+ };
1752
+ /** The metric setting details for the role */
1753
+ export declare type MonitoringMetricConfiguration = ARMBaseModel & {
1754
+ /**
1755
+ * MonitoringConfiguration on ASE device
1756
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1757
+ */
1758
+ readonly systemData?: SystemData;
1759
+ /** The metrics configuration details */
1760
+ metricConfigurations: MetricConfiguration[];
1761
+ };
1762
+ /** The security settings of a device. */
1763
+ export declare type SecuritySettings = ARMBaseModel & {
1764
+ /** Device administrator password as an encrypted string (encrypted using RSA PKCS #1) is used to sign into the local web UI of the device. The Actual password should have at least 8 characters that are a combination of uppercase, lowercase, numeric, and special characters. */
1765
+ deviceAdminPassword: AsymmetricEncryptedSecret;
1766
+ };
1767
+ /** Represents a share on the Data Box Edge/Gateway device. */
1768
+ export declare type Share = ARMBaseModel & {
1769
+ /**
1770
+ * Share on ASE device
1771
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1772
+ */
1773
+ readonly systemData?: SystemData;
1774
+ /** Description for the share. */
1775
+ description?: string;
1776
+ /** Current status of the share. */
1777
+ shareStatus: ShareStatus;
1778
+ /** Current monitoring status of the share. */
1779
+ monitoringStatus: MonitoringStatus;
1780
+ /** Azure container mapping for the share. */
1781
+ azureContainerInfo?: AzureContainerInfo;
1782
+ /** Access protocol to be used by the share. */
1783
+ accessProtocol: ShareAccessProtocol;
1784
+ /** Mapping of users and corresponding access rights on the share (required for SMB protocol). */
1785
+ userAccessRights?: UserAccessRight[];
1786
+ /** List of IP addresses and corresponding access rights on the share(required for NFS protocol). */
1787
+ clientAccessRights?: ClientAccessRight[];
1788
+ /** Details of the refresh job on this share. */
1789
+ refreshDetails?: RefreshDetails;
1790
+ /**
1791
+ * Share mount point to the role.
1792
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1793
+ */
1794
+ readonly shareMappings?: MountPointMap[];
1795
+ /** Data policy of the share. */
1796
+ dataPolicy?: DataPolicy;
1797
+ };
1798
+ /** The storage account credential. */
1799
+ export declare type StorageAccountCredential = ARMBaseModel & {
1800
+ /**
1801
+ * StorageAccountCredential object
1802
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1803
+ */
1804
+ readonly systemData?: SystemData;
1805
+ /** Alias for the storage account. */
1806
+ alias: string;
1807
+ /** Username for the storage account. */
1808
+ userName?: string;
1809
+ /** Encrypted storage key. */
1810
+ accountKey?: AsymmetricEncryptedSecret;
1811
+ /** Connection string for the storage account. Use this string if username and account key are not specified. */
1812
+ connectionString?: string;
1813
+ /** Signifies whether SSL needs to be enabled or not. */
1814
+ sslStatus: SSLStatus;
1815
+ /** Blob end point for private clouds. */
1816
+ blobDomainName?: string;
1817
+ /** Type of storage accessed on the storage account. */
1818
+ accountType: AccountType;
1819
+ /** Id of the storage account. */
1820
+ storageAccountId?: string;
1821
+ };
1822
+ /** Represents a Storage Account on the Data Box Edge/Gateway device. */
1823
+ export declare type StorageAccount = ARMBaseModel & {
1824
+ /**
1825
+ * StorageAccount object on ASE device
1826
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1827
+ */
1828
+ readonly systemData?: SystemData;
1829
+ /** Description for the storage Account. */
1830
+ description?: string;
1831
+ /** Current status of the storage account */
1832
+ storageAccountStatus?: StorageAccountStatus;
1833
+ /** Data policy of the storage Account. */
1834
+ dataPolicy: DataPolicy;
1835
+ /** Storage Account Credential Id */
1836
+ storageAccountCredentialId?: string;
1837
+ /**
1838
+ * BlobEndpoint of Storage Account
1839
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1840
+ */
1841
+ readonly blobEndpoint?: string;
1842
+ /**
1843
+ * The Container Count. Present only for Storage Accounts with DataPolicy set to Cloud.
1844
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1845
+ */
1846
+ readonly containerCount?: number;
1847
+ };
1848
+ /** Represents a container on the Data Box Edge/Gateway device. */
1849
+ export declare type Container = ARMBaseModel & {
1850
+ /**
1851
+ * Container in DataBoxEdge Resource
1852
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1853
+ */
1854
+ readonly systemData?: SystemData;
1855
+ /**
1856
+ * Current status of the container.
1857
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1858
+ */
1859
+ readonly containerStatus?: ContainerStatus;
1860
+ /** DataFormat for Container */
1861
+ dataFormat: AzureContainerDataFormat;
1862
+ /**
1863
+ * Details of the refresh job on this container.
1864
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1865
+ */
1866
+ readonly refreshDetails?: RefreshDetails;
1867
+ /**
1868
+ * The UTC time when container got created.
1869
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1870
+ */
1871
+ readonly createdDateTime?: Date;
1872
+ };
1873
+ /** Trigger details. */
1874
+ export declare type Trigger = ARMBaseModel & {
1875
+ /**
1876
+ * Trigger in DataBoxEdge Resource
1877
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1878
+ */
1879
+ readonly systemData?: SystemData;
1880
+ /** Trigger Kind. */
1881
+ kind: TriggerEventType;
1882
+ };
1883
+ /** The request object for trigger support package. */
1884
+ export declare type TriggerSupportPackageRequest = ARMBaseModel & {
1885
+ /** Start of the timespan of the log collection */
1886
+ minimumTimeStamp?: Date;
1887
+ /** MaximumTimeStamp until where logs need to be collected */
1888
+ maximumTimeStamp?: Date;
1889
+ /**
1890
+ * Type of files, which need to be included in the logs
1891
+ * This will contain the type of logs (Default/DefaultWithDumps/None/All/DefaultWithArchived)
1892
+ * or a comma separated list of log types that are required
1893
+ */
1894
+ include?: string;
1895
+ };
1896
+ /** Details about ongoing updates and availability of updates on the device. */
1897
+ export declare type UpdateSummary = ARMBaseModel & {
1898
+ /**
1899
+ * UpdateSummary Result
1900
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1901
+ */
1902
+ readonly systemData?: SystemData;
1903
+ /** The current version of the device in format: 1.2.17312.13.", */
1904
+ deviceVersionNumber?: string;
1905
+ /** The current version of the device in text format. */
1906
+ friendlyDeviceVersionName?: string;
1907
+ /** The last time when a scan was done on the device. */
1908
+ deviceLastScannedDateTime?: Date;
1909
+ /** The time when the last scan job was completed (success/cancelled/failed) on the appliance. */
1910
+ lastCompletedScanJobDateTime?: Date;
1911
+ /** Time when the last scan job is successfully completed. */
1912
+ lastSuccessfulScanJobTime?: Date;
1913
+ /**
1914
+ * The time when the last Download job was completed (success/cancelled/failed) on the appliance.
1915
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1916
+ */
1917
+ readonly lastCompletedDownloadJobDateTime?: Date;
1918
+ /**
1919
+ * JobId of the last ran download job.(Can be success/cancelled/failed)
1920
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1921
+ */
1922
+ readonly lastCompletedDownloadJobId?: string;
1923
+ /**
1924
+ * JobStatus of the last ran download job.
1925
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1926
+ */
1927
+ readonly lastDownloadJobStatus?: JobStatus;
1928
+ /** The time when the Last Install job was completed successfully on the appliance */
1929
+ lastSuccessfulInstallJobDateTime?: Date;
1930
+ /**
1931
+ * The time when the last Install job was completed (success/cancelled/failed) on the appliance.
1932
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1933
+ */
1934
+ readonly lastCompletedInstallJobDateTime?: Date;
1935
+ /**
1936
+ * JobId of the last ran install job.(Can be success/cancelled/failed)
1937
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1938
+ */
1939
+ readonly lastCompletedInstallJobId?: string;
1940
+ /**
1941
+ * JobStatus of the last ran install job.
1942
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1943
+ */
1944
+ readonly lastInstallJobStatus?: JobStatus;
1945
+ /**
1946
+ * The number of updates available for the current device version as per the last device scan.
1947
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1948
+ */
1949
+ readonly totalNumberOfUpdatesAvailable?: number;
1950
+ /**
1951
+ * The total number of items pending download.
1952
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1953
+ */
1954
+ readonly totalNumberOfUpdatesPendingDownload?: number;
1955
+ /**
1956
+ * The total number of items pending install.
1957
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1958
+ */
1959
+ readonly totalNumberOfUpdatesPendingInstall?: number;
1960
+ /**
1961
+ * Indicates if updates are available and at least one of the updates needs a reboot.
1962
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1963
+ */
1964
+ readonly rebootBehavior?: InstallRebootBehavior;
1965
+ /**
1966
+ * The current update operation.
1967
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1968
+ */
1969
+ readonly ongoingUpdateOperation?: UpdateOperation;
1970
+ /**
1971
+ * The job ID of the download job in progress.
1972
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1973
+ */
1974
+ readonly inProgressDownloadJobId?: string;
1975
+ /**
1976
+ * The job ID of the install job in progress.
1977
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1978
+ */
1979
+ readonly inProgressInstallJobId?: string;
1980
+ /**
1981
+ * The time when the currently running download (if any) started.
1982
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1983
+ */
1984
+ readonly inProgressDownloadJobStartedDateTime?: Date;
1985
+ /**
1986
+ * The time when the currently running install (if any) started.
1987
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1988
+ */
1989
+ readonly inProgressInstallJobStartedDateTime?: Date;
1990
+ /**
1991
+ * The list of updates available for install.
1992
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1993
+ */
1994
+ readonly updateTitles?: string[];
1995
+ /**
1996
+ * The list of updates available for install.
1997
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1998
+ */
1999
+ readonly updates?: UpdateDetails[];
2000
+ /**
2001
+ * The total size of updates available for download in bytes.
2002
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2003
+ */
2004
+ readonly totalUpdateSizeInBytes?: number;
2005
+ /**
2006
+ * The total time in Minutes
2007
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2008
+ */
2009
+ readonly totalTimeInMinutes?: number;
2010
+ };
2011
+ /** Represents a user who has access to one or more shares on the Data Box Edge/Gateway device. */
2012
+ export declare type User = ARMBaseModel & {
2013
+ /**
2014
+ * User in DataBoxEdge Resource
2015
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2016
+ */
2017
+ readonly systemData?: SystemData;
2018
+ /** The password details. */
2019
+ encryptedPassword?: AsymmetricEncryptedSecret;
2020
+ /**
2021
+ * List of shares that the user has rights on. This field should not be specified during user creation.
2022
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2023
+ */
2024
+ readonly shareAccessRights?: ShareAccessRight[];
2025
+ /** Type of the user. */
2026
+ userType: UserType;
2027
+ };
2028
+ /** CloudEdgeManagementRole role. */
2029
+ export declare type CloudEdgeManagementRole = Role & {
2030
+ /**
2031
+ * Local Edge Management Status
2032
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2033
+ */
2034
+ readonly localManagementStatus?: RoleStatus;
2035
+ /**
2036
+ * Edge Profile of the resource
2037
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2038
+ */
2039
+ readonly edgeProfile?: EdgeProfile;
2040
+ /** Role status. */
2041
+ roleStatus?: RoleStatus;
2042
+ };
2043
+ /** Compute role. */
2044
+ export declare type IoTRole = Role & {
2045
+ /** Host OS supported by the IoT role. */
2046
+ hostPlatform?: PlatformType;
2047
+ /** IoT device metadata to which data box edge device needs to be connected. */
2048
+ ioTDeviceDetails?: IoTDeviceInfo;
2049
+ /** IoT edge device to which the IoT role needs to be configured. */
2050
+ ioTEdgeDeviceDetails?: IoTDeviceInfo;
2051
+ /** Mount points of shares in role(s). */
2052
+ shareMappings?: MountPointMap[];
2053
+ /** Iot edge agent details to download the agent and bootstrap iot runtime. */
2054
+ ioTEdgeAgentInfo?: IoTEdgeAgentInfo;
2055
+ /**
2056
+ * Platform where the Iot runtime is hosted.
2057
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2058
+ */
2059
+ readonly hostPlatformType?: HostPlatformType;
2060
+ /** Resource allocation */
2061
+ computeResource?: ComputeResource;
2062
+ /** Role status. */
2063
+ roleStatus?: RoleStatus;
2064
+ };
2065
+ /** Kubernetes role. */
2066
+ export declare type KubernetesRole = Role & {
2067
+ /** Host OS supported by the Kubernetes role. */
2068
+ hostPlatform?: PlatformType;
2069
+ /**
2070
+ * State of Kubernetes deployment
2071
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2072
+ */
2073
+ readonly provisioningState?: KubernetesState;
2074
+ /**
2075
+ * Platform where the runtime is hosted.
2076
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2077
+ */
2078
+ readonly hostPlatformType?: HostPlatformType;
2079
+ /** Kubernetes cluster configuration */
2080
+ kubernetesClusterInfo?: KubernetesClusterInfo;
2081
+ /** Kubernetes role resources */
2082
+ kubernetesRoleResources?: KubernetesRoleResources;
2083
+ /** Role status. */
2084
+ roleStatus?: RoleStatus;
2085
+ };
2086
+ /** MEC role. */
2087
+ export declare type MECRole = Role & {
2088
+ /** Activation key of the MEC. */
2089
+ connectionString?: AsymmetricEncryptedSecret;
2090
+ /** Controller Endpoint. */
2091
+ controllerEndpoint?: string;
2092
+ /** Unique Id of the Resource. */
2093
+ resourceUniqueId?: string;
2094
+ /** Role status. */
2095
+ roleStatus?: RoleStatus;
2096
+ };
2097
+ /** Arc Addon. */
2098
+ export declare type ArcAddon = Addon & {
2099
+ /** Arc resource subscription Id */
2100
+ subscriptionId: string;
2101
+ /** Arc resource group name */
2102
+ resourceGroupName: string;
2103
+ /** Arc resource Name */
2104
+ resourceName: string;
2105
+ /** Arc resource location */
2106
+ resourceLocation: string;
2107
+ /**
2108
+ * Arc resource version
2109
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2110
+ */
2111
+ readonly version?: string;
2112
+ /**
2113
+ * Host OS supported by the Arc addon.
2114
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2115
+ */
2116
+ readonly hostPlatform?: PlatformType;
2117
+ /**
2118
+ * Platform where the runtime is hosted.
2119
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2120
+ */
2121
+ readonly hostPlatformType?: HostPlatformType;
2122
+ /**
2123
+ * Addon Provisioning State
2124
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2125
+ */
2126
+ readonly provisioningState?: AddonState;
2127
+ };
2128
+ /** IoT Addon. */
2129
+ export declare type IoTAddon = Addon & {
2130
+ /** IoT device metadata to which appliance needs to be connected. */
2131
+ ioTDeviceDetails: IoTDeviceInfo;
2132
+ /** IoT edge device to which the IoT Addon needs to be configured. */
2133
+ ioTEdgeDeviceDetails: IoTDeviceInfo;
2134
+ /**
2135
+ * Version of IoT running on the appliance.
2136
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2137
+ */
2138
+ readonly version?: string;
2139
+ /**
2140
+ * Host OS supported by the IoT addon.
2141
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2142
+ */
2143
+ readonly hostPlatform?: PlatformType;
2144
+ /**
2145
+ * Platform where the runtime is hosted.
2146
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2147
+ */
2148
+ readonly hostPlatformType?: HostPlatformType;
2149
+ /**
2150
+ * Addon Provisioning State
2151
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2152
+ */
2153
+ readonly provisioningState?: AddonState;
2154
+ };
2155
+ /** Trigger details. */
2156
+ export declare type FileEventTrigger = Trigger & {
2157
+ /** File event source details. */
2158
+ sourceInfo: FileSourceInfo;
2159
+ /** Role sink info. */
2160
+ sinkInfo: RoleSinkInfo;
2161
+ /** A custom context tag typically used to correlate the trigger against its usage. For example, if a periodic timer trigger is intended for certain specific IoT modules in the device, the tag can be the name or the image URL of the module. */
2162
+ customContextTag?: string;
2163
+ };
2164
+ /** Trigger details. */
2165
+ export declare type PeriodicTimerEventTrigger = Trigger & {
2166
+ /** Periodic timer details. */
2167
+ sourceInfo: PeriodicTimerSourceInfo;
2168
+ /** Role Sink information. */
2169
+ sinkInfo: RoleSinkInfo;
2170
+ /** A custom context tag typically used to correlate the trigger against its usage. For example, if a periodic timer trigger is intended for certain specific IoT modules in the device, the tag can be the name or the image URL of the module. */
2171
+ customContextTag?: string;
2172
+ };
2173
+ /** Known values of {@link MetricUnit} that the service accepts. */
2174
+ export declare enum KnownMetricUnit {
2175
+ NotSpecified = "NotSpecified",
2176
+ Percent = "Percent",
2177
+ Count = "Count",
2178
+ Seconds = "Seconds",
2179
+ Milliseconds = "Milliseconds",
2180
+ Bytes = "Bytes",
2181
+ BytesPerSecond = "BytesPerSecond",
2182
+ CountPerSecond = "CountPerSecond"
2183
+ }
2184
+ /**
2185
+ * Defines values for MetricUnit. \
2186
+ * {@link KnownMetricUnit} can be used interchangeably with MetricUnit,
2187
+ * this enum contains the known values that the service supports.
2188
+ * ### Known values supported by the service
2189
+ * **NotSpecified** \
2190
+ * **Percent** \
2191
+ * **Count** \
2192
+ * **Seconds** \
2193
+ * **Milliseconds** \
2194
+ * **Bytes** \
2195
+ * **BytesPerSecond** \
2196
+ * **CountPerSecond**
2197
+ */
2198
+ export declare type MetricUnit = string;
2199
+ /** Known values of {@link MetricAggregationType} that the service accepts. */
2200
+ export declare enum KnownMetricAggregationType {
2201
+ NotSpecified = "NotSpecified",
2202
+ None = "None",
2203
+ Average = "Average",
2204
+ Minimum = "Minimum",
2205
+ Maximum = "Maximum",
2206
+ Total = "Total",
2207
+ Count = "Count"
2208
+ }
2209
+ /**
2210
+ * Defines values for MetricAggregationType. \
2211
+ * {@link KnownMetricAggregationType} can be used interchangeably with MetricAggregationType,
2212
+ * this enum contains the known values that the service supports.
2213
+ * ### Known values supported by the service
2214
+ * **NotSpecified** \
2215
+ * **None** \
2216
+ * **Average** \
2217
+ * **Minimum** \
2218
+ * **Maximum** \
2219
+ * **Total** \
2220
+ * **Count**
2221
+ */
2222
+ export declare type MetricAggregationType = string;
2223
+ /** Known values of {@link MetricCategory} that the service accepts. */
2224
+ export declare enum KnownMetricCategory {
2225
+ Capacity = "Capacity",
2226
+ Transaction = "Transaction"
2227
+ }
2228
+ /**
2229
+ * Defines values for MetricCategory. \
2230
+ * {@link KnownMetricCategory} can be used interchangeably with MetricCategory,
2231
+ * this enum contains the known values that the service supports.
2232
+ * ### Known values supported by the service
2233
+ * **Capacity** \
2234
+ * **Transaction**
2235
+ */
2236
+ export declare type MetricCategory = string;
2237
+ /** Known values of {@link TimeGrain} that the service accepts. */
2238
+ export declare enum KnownTimeGrain {
2239
+ PT1M = "PT1M",
2240
+ PT5M = "PT5M",
2241
+ PT15M = "PT15M",
2242
+ PT30M = "PT30M",
2243
+ PT1H = "PT1H",
2244
+ PT6H = "PT6H",
2245
+ PT12H = "PT12H",
2246
+ PT1D = "PT1D"
2247
+ }
2248
+ /**
2249
+ * Defines values for TimeGrain. \
2250
+ * {@link KnownTimeGrain} can be used interchangeably with TimeGrain,
2251
+ * this enum contains the known values that the service supports.
2252
+ * ### Known values supported by the service
2253
+ * **PT1M** \
2254
+ * **PT5M** \
2255
+ * **PT15M** \
2256
+ * **PT30M** \
2257
+ * **PT1H** \
2258
+ * **PT6H** \
2259
+ * **PT12H** \
2260
+ * **PT1D**
2261
+ */
2262
+ export declare type TimeGrain = string;
2263
+ /** Known values of {@link SkuName} that the service accepts. */
2264
+ export declare enum KnownSkuName {
2265
+ Gateway = "Gateway",
2266
+ Edge = "Edge",
2267
+ TEA1Node = "TEA_1Node",
2268
+ TEA1NodeUPS = "TEA_1Node_UPS",
2269
+ TEA1NodeHeater = "TEA_1Node_Heater",
2270
+ TEA1NodeUPSHeater = "TEA_1Node_UPS_Heater",
2271
+ TEA4NodeHeater = "TEA_4Node_Heater",
2272
+ TEA4NodeUPSHeater = "TEA_4Node_UPS_Heater",
2273
+ TMA = "TMA",
2274
+ TDC = "TDC",
2275
+ TCASmall = "TCA_Small",
2276
+ GPU = "GPU",
2277
+ TCALarge = "TCA_Large",
2278
+ EdgePBase = "EdgeP_Base",
2279
+ EdgePHigh = "EdgeP_High",
2280
+ EdgePRBase = "EdgePR_Base",
2281
+ EdgePRBaseUPS = "EdgePR_Base_UPS",
2282
+ EP2641VPUW = "EP2_64_1VPU_W",
2283
+ EP21281T4Mx1W = "EP2_128_1T4_Mx1_W",
2284
+ EP22562T4W = "EP2_256_2T4_W",
2285
+ EdgeMRMini = "EdgeMR_Mini",
2286
+ RCASmall = "RCA_Small",
2287
+ RCALarge = "RCA_Large",
2288
+ RDC = "RDC",
2289
+ Management = "Management"
2290
+ }
2291
+ /**
2292
+ * Defines values for SkuName. \
2293
+ * {@link KnownSkuName} can be used interchangeably with SkuName,
2294
+ * this enum contains the known values that the service supports.
2295
+ * ### Known values supported by the service
2296
+ * **Gateway** \
2297
+ * **Edge** \
2298
+ * **TEA_1Node** \
2299
+ * **TEA_1Node_UPS** \
2300
+ * **TEA_1Node_Heater** \
2301
+ * **TEA_1Node_UPS_Heater** \
2302
+ * **TEA_4Node_Heater** \
2303
+ * **TEA_4Node_UPS_Heater** \
2304
+ * **TMA** \
2305
+ * **TDC** \
2306
+ * **TCA_Small** \
2307
+ * **GPU** \
2308
+ * **TCA_Large** \
2309
+ * **EdgeP_Base** \
2310
+ * **EdgeP_High** \
2311
+ * **EdgePR_Base** \
2312
+ * **EdgePR_Base_UPS** \
2313
+ * **EP2_64_1VPU_W** \
2314
+ * **EP2_128_1T4_Mx1_W** \
2315
+ * **EP2_256_2T4_W** \
2316
+ * **EdgeMR_Mini** \
2317
+ * **RCA_Small** \
2318
+ * **RCA_Large** \
2319
+ * **RDC** \
2320
+ * **Management**
2321
+ */
2322
+ export declare type SkuName = string;
2323
+ /** Known values of {@link SkuTier} that the service accepts. */
2324
+ export declare enum KnownSkuTier {
2325
+ Standard = "Standard"
2326
+ }
2327
+ /**
2328
+ * Defines values for SkuTier. \
2329
+ * {@link KnownSkuTier} can be used interchangeably with SkuTier,
2330
+ * this enum contains the known values that the service supports.
2331
+ * ### Known values supported by the service
2332
+ * **Standard**
2333
+ */
2334
+ export declare type SkuTier = string;
2335
+ /** Known values of {@link SkuSignupOption} that the service accepts. */
2336
+ export declare enum KnownSkuSignupOption {
2337
+ None = "None",
2338
+ Available = "Available"
2339
+ }
2340
+ /**
2341
+ * Defines values for SkuSignupOption. \
2342
+ * {@link KnownSkuSignupOption} can be used interchangeably with SkuSignupOption,
2343
+ * this enum contains the known values that the service supports.
2344
+ * ### Known values supported by the service
2345
+ * **None** \
2346
+ * **Available**
2347
+ */
2348
+ export declare type SkuSignupOption = string;
2349
+ /** Known values of {@link SkuVersion} that the service accepts. */
2350
+ export declare enum KnownSkuVersion {
2351
+ Stable = "Stable",
2352
+ Preview = "Preview"
2353
+ }
2354
+ /**
2355
+ * Defines values for SkuVersion. \
2356
+ * {@link KnownSkuVersion} can be used interchangeably with SkuVersion,
2357
+ * this enum contains the known values that the service supports.
2358
+ * ### Known values supported by the service
2359
+ * **Stable** \
2360
+ * **Preview**
2361
+ */
2362
+ export declare type SkuVersion = string;
2363
+ /** Known values of {@link SkuAvailability} that the service accepts. */
2364
+ export declare enum KnownSkuAvailability {
2365
+ Available = "Available",
2366
+ Unavailable = "Unavailable"
2367
+ }
2368
+ /**
2369
+ * Defines values for SkuAvailability. \
2370
+ * {@link KnownSkuAvailability} can be used interchangeably with SkuAvailability,
2371
+ * this enum contains the known values that the service supports.
2372
+ * ### Known values supported by the service
2373
+ * **Available** \
2374
+ * **Unavailable**
2375
+ */
2376
+ export declare type SkuAvailability = string;
2377
+ /** Known values of {@link ShipmentType} that the service accepts. */
2378
+ export declare enum KnownShipmentType {
2379
+ NotApplicable = "NotApplicable",
2380
+ ShippedToCustomer = "ShippedToCustomer",
2381
+ SelfPickup = "SelfPickup"
2382
+ }
2383
+ /**
2384
+ * Defines values for ShipmentType. \
2385
+ * {@link KnownShipmentType} can be used interchangeably with ShipmentType,
2386
+ * this enum contains the known values that the service supports.
2387
+ * ### Known values supported by the service
2388
+ * **NotApplicable** \
2389
+ * **ShippedToCustomer** \
2390
+ * **SelfPickup**
2391
+ */
2392
+ export declare type ShipmentType = string;
2393
+ /** Known values of {@link MsiIdentityType} that the service accepts. */
2394
+ export declare enum KnownMsiIdentityType {
2395
+ None = "None",
2396
+ SystemAssigned = "SystemAssigned",
2397
+ UserAssigned = "UserAssigned"
2398
+ }
2399
+ /**
2400
+ * Defines values for MsiIdentityType. \
2401
+ * {@link KnownMsiIdentityType} can be used interchangeably with MsiIdentityType,
2402
+ * this enum contains the known values that the service supports.
2403
+ * ### Known values supported by the service
2404
+ * **None** \
2405
+ * **SystemAssigned** \
2406
+ * **UserAssigned**
2407
+ */
2408
+ export declare type MsiIdentityType = string;
2409
+ /** Known values of {@link DataBoxEdgeDeviceKind} that the service accepts. */
2410
+ export declare enum KnownDataBoxEdgeDeviceKind {
2411
+ AzureDataBoxGateway = "AzureDataBoxGateway",
2412
+ AzureStackEdge = "AzureStackEdge",
2413
+ AzureStackHub = "AzureStackHub",
2414
+ AzureModularDataCentre = "AzureModularDataCentre"
2415
+ }
2416
+ /**
2417
+ * Defines values for DataBoxEdgeDeviceKind. \
2418
+ * {@link KnownDataBoxEdgeDeviceKind} can be used interchangeably with DataBoxEdgeDeviceKind,
2419
+ * this enum contains the known values that the service supports.
2420
+ * ### Known values supported by the service
2421
+ * **AzureDataBoxGateway** \
2422
+ * **AzureStackEdge** \
2423
+ * **AzureStackHub** \
2424
+ * **AzureModularDataCentre**
2425
+ */
2426
+ export declare type DataBoxEdgeDeviceKind = string;
2427
+ /** Known values of {@link CreatedByType} that the service accepts. */
2428
+ export declare enum KnownCreatedByType {
2429
+ User = "User",
2430
+ Application = "Application",
2431
+ ManagedIdentity = "ManagedIdentity",
2432
+ Key = "Key"
2433
+ }
2434
+ /**
2435
+ * Defines values for CreatedByType. \
2436
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
2437
+ * this enum contains the known values that the service supports.
2438
+ * ### Known values supported by the service
2439
+ * **User** \
2440
+ * **Application** \
2441
+ * **ManagedIdentity** \
2442
+ * **Key**
2443
+ */
2444
+ export declare type CreatedByType = string;
2445
+ /** Known values of {@link DataBoxEdgeDeviceStatus} that the service accepts. */
2446
+ export declare enum KnownDataBoxEdgeDeviceStatus {
2447
+ ReadyToSetup = "ReadyToSetup",
2448
+ Online = "Online",
2449
+ Offline = "Offline",
2450
+ NeedsAttention = "NeedsAttention",
2451
+ Disconnected = "Disconnected",
2452
+ PartiallyDisconnected = "PartiallyDisconnected",
2453
+ Maintenance = "Maintenance"
2454
+ }
2455
+ /**
2456
+ * Defines values for DataBoxEdgeDeviceStatus. \
2457
+ * {@link KnownDataBoxEdgeDeviceStatus} can be used interchangeably with DataBoxEdgeDeviceStatus,
2458
+ * this enum contains the known values that the service supports.
2459
+ * ### Known values supported by the service
2460
+ * **ReadyToSetup** \
2461
+ * **Online** \
2462
+ * **Offline** \
2463
+ * **NeedsAttention** \
2464
+ * **Disconnected** \
2465
+ * **PartiallyDisconnected** \
2466
+ * **Maintenance**
2467
+ */
2468
+ export declare type DataBoxEdgeDeviceStatus = string;
2469
+ /** Known values of {@link DeviceType} that the service accepts. */
2470
+ export declare enum KnownDeviceType {
2471
+ DataBoxEdgeDevice = "DataBoxEdgeDevice"
2472
+ }
2473
+ /**
2474
+ * Defines values for DeviceType. \
2475
+ * {@link KnownDeviceType} can be used interchangeably with DeviceType,
2476
+ * this enum contains the known values that the service supports.
2477
+ * ### Known values supported by the service
2478
+ * **DataBoxEdgeDevice**
2479
+ */
2480
+ export declare type DeviceType = string;
2481
+ /** Known values of {@link RoleTypes} that the service accepts. */
2482
+ export declare enum KnownRoleTypes {
2483
+ IOT = "IOT",
2484
+ ASA = "ASA",
2485
+ Functions = "Functions",
2486
+ Cognitive = "Cognitive",
2487
+ MEC = "MEC",
2488
+ CloudEdgeManagement = "CloudEdgeManagement",
2489
+ Kubernetes = "Kubernetes"
2490
+ }
2491
+ /**
2492
+ * Defines values for RoleTypes. \
2493
+ * {@link KnownRoleTypes} can be used interchangeably with RoleTypes,
2494
+ * this enum contains the known values that the service supports.
2495
+ * ### Known values supported by the service
2496
+ * **IOT** \
2497
+ * **ASA** \
2498
+ * **Functions** \
2499
+ * **Cognitive** \
2500
+ * **MEC** \
2501
+ * **CloudEdgeManagement** \
2502
+ * **Kubernetes**
2503
+ */
2504
+ export declare type RoleTypes = string;
2505
+ /** Known values of {@link ResourceMoveStatus} that the service accepts. */
2506
+ export declare enum KnownResourceMoveStatus {
2507
+ None = "None",
2508
+ ResourceMoveInProgress = "ResourceMoveInProgress",
2509
+ ResourceMoveFailed = "ResourceMoveFailed"
2510
+ }
2511
+ /**
2512
+ * Defines values for ResourceMoveStatus. \
2513
+ * {@link KnownResourceMoveStatus} can be used interchangeably with ResourceMoveStatus,
2514
+ * this enum contains the known values that the service supports.
2515
+ * ### Known values supported by the service
2516
+ * **None** \
2517
+ * **ResourceMoveInProgress** \
2518
+ * **ResourceMoveFailed**
2519
+ */
2520
+ export declare type ResourceMoveStatus = string;
2521
+ /** Known values of {@link SubscriptionState} that the service accepts. */
2522
+ export declare enum KnownSubscriptionState {
2523
+ Registered = "Registered",
2524
+ Warned = "Warned",
2525
+ Suspended = "Suspended",
2526
+ Deleted = "Deleted",
2527
+ Unregistered = "Unregistered"
2528
+ }
2529
+ /**
2530
+ * Defines values for SubscriptionState. \
2531
+ * {@link KnownSubscriptionState} can be used interchangeably with SubscriptionState,
2532
+ * this enum contains the known values that the service supports.
2533
+ * ### Known values supported by the service
2534
+ * **Registered** \
2535
+ * **Warned** \
2536
+ * **Suspended** \
2537
+ * **Deleted** \
2538
+ * **Unregistered**
2539
+ */
2540
+ export declare type SubscriptionState = string;
2541
+ /** Known values of {@link DataResidencyType} that the service accepts. */
2542
+ export declare enum KnownDataResidencyType {
2543
+ GeoZoneReplication = "GeoZoneReplication",
2544
+ ZoneReplication = "ZoneReplication"
2545
+ }
2546
+ /**
2547
+ * Defines values for DataResidencyType. \
2548
+ * {@link KnownDataResidencyType} can be used interchangeably with DataResidencyType,
2549
+ * this enum contains the known values that the service supports.
2550
+ * ### Known values supported by the service
2551
+ * **GeoZoneReplication** \
2552
+ * **ZoneReplication**
2553
+ */
2554
+ export declare type DataResidencyType = string;
2555
+ /** Known values of {@link AlertSeverity} that the service accepts. */
2556
+ export declare enum KnownAlertSeverity {
2557
+ Informational = "Informational",
2558
+ Warning = "Warning",
2559
+ Critical = "Critical"
2560
+ }
2561
+ /**
2562
+ * Defines values for AlertSeverity. \
2563
+ * {@link KnownAlertSeverity} can be used interchangeably with AlertSeverity,
2564
+ * this enum contains the known values that the service supports.
2565
+ * ### Known values supported by the service
2566
+ * **Informational** \
2567
+ * **Warning** \
2568
+ * **Critical**
2569
+ */
2570
+ export declare type AlertSeverity = string;
2571
+ /** Known values of {@link DayOfWeek} that the service accepts. */
2572
+ export declare enum KnownDayOfWeek {
2573
+ Sunday = "Sunday",
2574
+ Monday = "Monday",
2575
+ Tuesday = "Tuesday",
2576
+ Wednesday = "Wednesday",
2577
+ Thursday = "Thursday",
2578
+ Friday = "Friday",
2579
+ Saturday = "Saturday"
2580
+ }
2581
+ /**
2582
+ * Defines values for DayOfWeek. \
2583
+ * {@link KnownDayOfWeek} can be used interchangeably with DayOfWeek,
2584
+ * this enum contains the known values that the service supports.
2585
+ * ### Known values supported by the service
2586
+ * **Sunday** \
2587
+ * **Monday** \
2588
+ * **Tuesday** \
2589
+ * **Wednesday** \
2590
+ * **Thursday** \
2591
+ * **Friday** \
2592
+ * **Saturday**
2593
+ */
2594
+ export declare type DayOfWeek = string;
2595
+ /** Known values of {@link ProactiveDiagnosticsConsent} that the service accepts. */
2596
+ export declare enum KnownProactiveDiagnosticsConsent {
2597
+ Enabled = "Enabled",
2598
+ Disabled = "Disabled"
2599
+ }
2600
+ /**
2601
+ * Defines values for ProactiveDiagnosticsConsent. \
2602
+ * {@link KnownProactiveDiagnosticsConsent} can be used interchangeably with ProactiveDiagnosticsConsent,
2603
+ * this enum contains the known values that the service supports.
2604
+ * ### Known values supported by the service
2605
+ * **Enabled** \
2606
+ * **Disabled**
2607
+ */
2608
+ export declare type ProactiveDiagnosticsConsent = string;
2609
+ /** Known values of {@link RemoteApplicationType} that the service accepts. */
2610
+ export declare enum KnownRemoteApplicationType {
2611
+ Powershell = "Powershell",
2612
+ WAC = "WAC",
2613
+ LocalUI = "LocalUI",
2614
+ AllApplications = "AllApplications"
2615
+ }
2616
+ /**
2617
+ * Defines values for RemoteApplicationType. \
2618
+ * {@link KnownRemoteApplicationType} can be used interchangeably with RemoteApplicationType,
2619
+ * this enum contains the known values that the service supports.
2620
+ * ### Known values supported by the service
2621
+ * **Powershell** \
2622
+ * **WAC** \
2623
+ * **LocalUI** \
2624
+ * **AllApplications**
2625
+ */
2626
+ export declare type RemoteApplicationType = string;
2627
+ /** Known values of {@link AccessLevel} that the service accepts. */
2628
+ export declare enum KnownAccessLevel {
2629
+ None = "None",
2630
+ ReadOnly = "ReadOnly",
2631
+ ReadWrite = "ReadWrite",
2632
+ FullAccess = "FullAccess"
2633
+ }
2634
+ /**
2635
+ * Defines values for AccessLevel. \
2636
+ * {@link KnownAccessLevel} can be used interchangeably with AccessLevel,
2637
+ * this enum contains the known values that the service supports.
2638
+ * ### Known values supported by the service
2639
+ * **None** \
2640
+ * **ReadOnly** \
2641
+ * **ReadWrite** \
2642
+ * **FullAccess**
2643
+ */
2644
+ export declare type AccessLevel = string;
2645
+ /** Known values of {@link KeyVaultSyncStatus} that the service accepts. */
2646
+ export declare enum KnownKeyVaultSyncStatus {
2647
+ KeyVaultSynced = "KeyVaultSynced",
2648
+ KeyVaultSyncFailed = "KeyVaultSyncFailed",
2649
+ KeyVaultNotConfigured = "KeyVaultNotConfigured",
2650
+ KeyVaultSyncPending = "KeyVaultSyncPending",
2651
+ KeyVaultSyncing = "KeyVaultSyncing",
2652
+ KeyVaultNotSynced = "KeyVaultNotSynced"
2653
+ }
2654
+ /**
2655
+ * Defines values for KeyVaultSyncStatus. \
2656
+ * {@link KnownKeyVaultSyncStatus} can be used interchangeably with KeyVaultSyncStatus,
2657
+ * this enum contains the known values that the service supports.
2658
+ * ### Known values supported by the service
2659
+ * **KeyVaultSynced** \
2660
+ * **KeyVaultSyncFailed** \
2661
+ * **KeyVaultNotConfigured** \
2662
+ * **KeyVaultSyncPending** \
2663
+ * **KeyVaultSyncing** \
2664
+ * **KeyVaultNotSynced**
2665
+ */
2666
+ export declare type KeyVaultSyncStatus = string;
2667
+ /** Known values of {@link EncryptionAlgorithm} that the service accepts. */
2668
+ export declare enum KnownEncryptionAlgorithm {
2669
+ None = "None",
2670
+ AES256 = "AES256",
2671
+ RsaesPkcs1V15 = "RSAES_PKCS1_v_1_5"
2672
+ }
2673
+ /**
2674
+ * Defines values for EncryptionAlgorithm. \
2675
+ * {@link KnownEncryptionAlgorithm} can be used interchangeably with EncryptionAlgorithm,
2676
+ * this enum contains the known values that the service supports.
2677
+ * ### Known values supported by the service
2678
+ * **None** \
2679
+ * **AES256** \
2680
+ * **RSAES_PKCS1_v_1_5**
2681
+ */
2682
+ export declare type EncryptionAlgorithm = string;
2683
+ /** Known values of {@link JobStatus} that the service accepts. */
2684
+ export declare enum KnownJobStatus {
2685
+ Invalid = "Invalid",
2686
+ Running = "Running",
2687
+ Succeeded = "Succeeded",
2688
+ Failed = "Failed",
2689
+ Canceled = "Canceled",
2690
+ Paused = "Paused",
2691
+ Scheduled = "Scheduled"
2692
+ }
2693
+ /**
2694
+ * Defines values for JobStatus. \
2695
+ * {@link KnownJobStatus} can be used interchangeably with JobStatus,
2696
+ * this enum contains the known values that the service supports.
2697
+ * ### Known values supported by the service
2698
+ * **Invalid** \
2699
+ * **Running** \
2700
+ * **Succeeded** \
2701
+ * **Failed** \
2702
+ * **Canceled** \
2703
+ * **Paused** \
2704
+ * **Scheduled**
2705
+ */
2706
+ export declare type JobStatus = string;
2707
+ /** Known values of {@link JobType} that the service accepts. */
2708
+ export declare enum KnownJobType {
2709
+ Invalid = "Invalid",
2710
+ ScanForUpdates = "ScanForUpdates",
2711
+ DownloadUpdates = "DownloadUpdates",
2712
+ InstallUpdates = "InstallUpdates",
2713
+ RefreshShare = "RefreshShare",
2714
+ RefreshContainer = "RefreshContainer",
2715
+ Backup = "Backup",
2716
+ Restore = "Restore",
2717
+ TriggerSupportPackage = "TriggerSupportPackage"
2718
+ }
2719
+ /**
2720
+ * Defines values for JobType. \
2721
+ * {@link KnownJobType} can be used interchangeably with JobType,
2722
+ * this enum contains the known values that the service supports.
2723
+ * ### Known values supported by the service
2724
+ * **Invalid** \
2725
+ * **ScanForUpdates** \
2726
+ * **DownloadUpdates** \
2727
+ * **InstallUpdates** \
2728
+ * **RefreshShare** \
2729
+ * **RefreshContainer** \
2730
+ * **Backup** \
2731
+ * **Restore** \
2732
+ * **TriggerSupportPackage**
2733
+ */
2734
+ export declare type JobType = string;
2735
+ /** Known values of {@link UpdateOperationStage} that the service accepts. */
2736
+ export declare enum KnownUpdateOperationStage {
2737
+ Unknown = "Unknown",
2738
+ Initial = "Initial",
2739
+ ScanStarted = "ScanStarted",
2740
+ ScanComplete = "ScanComplete",
2741
+ ScanFailed = "ScanFailed",
2742
+ DownloadStarted = "DownloadStarted",
2743
+ DownloadComplete = "DownloadComplete",
2744
+ DownloadFailed = "DownloadFailed",
2745
+ InstallStarted = "InstallStarted",
2746
+ InstallComplete = "InstallComplete",
2747
+ InstallFailed = "InstallFailed",
2748
+ RebootInitiated = "RebootInitiated",
2749
+ Success = "Success",
2750
+ Failure = "Failure",
2751
+ RescanStarted = "RescanStarted",
2752
+ RescanComplete = "RescanComplete",
2753
+ RescanFailed = "RescanFailed"
2754
+ }
2755
+ /**
2756
+ * Defines values for UpdateOperationStage. \
2757
+ * {@link KnownUpdateOperationStage} can be used interchangeably with UpdateOperationStage,
2758
+ * this enum contains the known values that the service supports.
2759
+ * ### Known values supported by the service
2760
+ * **Unknown** \
2761
+ * **Initial** \
2762
+ * **ScanStarted** \
2763
+ * **ScanComplete** \
2764
+ * **ScanFailed** \
2765
+ * **DownloadStarted** \
2766
+ * **DownloadComplete** \
2767
+ * **DownloadFailed** \
2768
+ * **InstallStarted** \
2769
+ * **InstallComplete** \
2770
+ * **InstallFailed** \
2771
+ * **RebootInitiated** \
2772
+ * **Success** \
2773
+ * **Failure** \
2774
+ * **RescanStarted** \
2775
+ * **RescanComplete** \
2776
+ * **RescanFailed**
2777
+ */
2778
+ export declare type UpdateOperationStage = string;
2779
+ /** Known values of {@link DownloadPhase} that the service accepts. */
2780
+ export declare enum KnownDownloadPhase {
2781
+ Unknown = "Unknown",
2782
+ Initializing = "Initializing",
2783
+ Downloading = "Downloading",
2784
+ Verifying = "Verifying"
2785
+ }
2786
+ /**
2787
+ * Defines values for DownloadPhase. \
2788
+ * {@link KnownDownloadPhase} can be used interchangeably with DownloadPhase,
2789
+ * this enum contains the known values that the service supports.
2790
+ * ### Known values supported by the service
2791
+ * **Unknown** \
2792
+ * **Initializing** \
2793
+ * **Downloading** \
2794
+ * **Verifying**
2795
+ */
2796
+ export declare type DownloadPhase = string;
2797
+ /** Known values of {@link NetworkGroup} that the service accepts. */
2798
+ export declare enum KnownNetworkGroup {
2799
+ None = "None",
2800
+ NonRdma = "NonRDMA",
2801
+ Rdma = "RDMA"
2802
+ }
2803
+ /**
2804
+ * Defines values for NetworkGroup. \
2805
+ * {@link KnownNetworkGroup} can be used interchangeably with NetworkGroup,
2806
+ * this enum contains the known values that the service supports.
2807
+ * ### Known values supported by the service
2808
+ * **None** \
2809
+ * **NonRDMA** \
2810
+ * **RDMA**
2811
+ */
2812
+ export declare type NetworkGroup = string;
2813
+ /** Known values of {@link NetworkAdapterStatus} that the service accepts. */
2814
+ export declare enum KnownNetworkAdapterStatus {
2815
+ Inactive = "Inactive",
2816
+ Active = "Active"
2817
+ }
2818
+ /**
2819
+ * Defines values for NetworkAdapterStatus. \
2820
+ * {@link KnownNetworkAdapterStatus} can be used interchangeably with NetworkAdapterStatus,
2821
+ * this enum contains the known values that the service supports.
2822
+ * ### Known values supported by the service
2823
+ * **Inactive** \
2824
+ * **Active**
2825
+ */
2826
+ export declare type NetworkAdapterStatus = string;
2827
+ /** Known values of {@link NetworkAdapterRdmaStatus} that the service accepts. */
2828
+ export declare enum KnownNetworkAdapterRdmaStatus {
2829
+ Incapable = "Incapable",
2830
+ Capable = "Capable"
2831
+ }
2832
+ /**
2833
+ * Defines values for NetworkAdapterRdmaStatus. \
2834
+ * {@link KnownNetworkAdapterRdmaStatus} can be used interchangeably with NetworkAdapterRdmaStatus,
2835
+ * this enum contains the known values that the service supports.
2836
+ * ### Known values supported by the service
2837
+ * **Incapable** \
2838
+ * **Capable**
2839
+ */
2840
+ export declare type NetworkAdapterRdmaStatus = string;
2841
+ /** Known values of {@link NetworkAdapterDhcpStatus} that the service accepts. */
2842
+ export declare enum KnownNetworkAdapterDhcpStatus {
2843
+ Disabled = "Disabled",
2844
+ Enabled = "Enabled"
2845
+ }
2846
+ /**
2847
+ * Defines values for NetworkAdapterDhcpStatus. \
2848
+ * {@link KnownNetworkAdapterDhcpStatus} can be used interchangeably with NetworkAdapterDhcpStatus,
2849
+ * this enum contains the known values that the service supports.
2850
+ * ### Known values supported by the service
2851
+ * **Disabled** \
2852
+ * **Enabled**
2853
+ */
2854
+ export declare type NetworkAdapterDhcpStatus = string;
2855
+ /** Known values of {@link NodeStatus} that the service accepts. */
2856
+ export declare enum KnownNodeStatus {
2857
+ Unknown = "Unknown",
2858
+ Up = "Up",
2859
+ Down = "Down",
2860
+ Rebooting = "Rebooting",
2861
+ ShuttingDown = "ShuttingDown"
2862
+ }
2863
+ /**
2864
+ * Defines values for NodeStatus. \
2865
+ * {@link KnownNodeStatus} can be used interchangeably with NodeStatus,
2866
+ * this enum contains the known values that the service supports.
2867
+ * ### Known values supported by the service
2868
+ * **Unknown** \
2869
+ * **Up** \
2870
+ * **Down** \
2871
+ * **Rebooting** \
2872
+ * **ShuttingDown**
2873
+ */
2874
+ export declare type NodeStatus = string;
2875
+ /** Known values of {@link OrderState} that the service accepts. */
2876
+ export declare enum KnownOrderState {
2877
+ Untracked = "Untracked",
2878
+ AwaitingFulfillment = "AwaitingFulfillment",
2879
+ AwaitingPreparation = "AwaitingPreparation",
2880
+ AwaitingShipment = "AwaitingShipment",
2881
+ Shipped = "Shipped",
2882
+ Arriving = "Arriving",
2883
+ Delivered = "Delivered",
2884
+ ReplacementRequested = "ReplacementRequested",
2885
+ LostDevice = "LostDevice",
2886
+ Declined = "Declined",
2887
+ ReturnInitiated = "ReturnInitiated",
2888
+ AwaitingReturnShipment = "AwaitingReturnShipment",
2889
+ ShippedBack = "ShippedBack",
2890
+ CollectedAtMicrosoft = "CollectedAtMicrosoft",
2891
+ AwaitingPickup = "AwaitingPickup",
2892
+ PickupCompleted = "PickupCompleted",
2893
+ AwaitingDrop = "AwaitingDrop"
2894
+ }
2895
+ /**
2896
+ * Defines values for OrderState. \
2897
+ * {@link KnownOrderState} can be used interchangeably with OrderState,
2898
+ * this enum contains the known values that the service supports.
2899
+ * ### Known values supported by the service
2900
+ * **Untracked** \
2901
+ * **AwaitingFulfillment** \
2902
+ * **AwaitingPreparation** \
2903
+ * **AwaitingShipment** \
2904
+ * **Shipped** \
2905
+ * **Arriving** \
2906
+ * **Delivered** \
2907
+ * **ReplacementRequested** \
2908
+ * **LostDevice** \
2909
+ * **Declined** \
2910
+ * **ReturnInitiated** \
2911
+ * **AwaitingReturnShipment** \
2912
+ * **ShippedBack** \
2913
+ * **CollectedAtMicrosoft** \
2914
+ * **AwaitingPickup** \
2915
+ * **PickupCompleted** \
2916
+ * **AwaitingDrop**
2917
+ */
2918
+ export declare type OrderState = string;
2919
+ /** Known values of {@link AddonType} that the service accepts. */
2920
+ export declare enum KnownAddonType {
2921
+ IotEdge = "IotEdge",
2922
+ ArcForKubernetes = "ArcForKubernetes"
2923
+ }
2924
+ /**
2925
+ * Defines values for AddonType. \
2926
+ * {@link KnownAddonType} can be used interchangeably with AddonType,
2927
+ * this enum contains the known values that the service supports.
2928
+ * ### Known values supported by the service
2929
+ * **IotEdge** \
2930
+ * **ArcForKubernetes**
2931
+ */
2932
+ export declare type AddonType = string;
2933
+ /** Known values of {@link ShareStatus} that the service accepts. */
2934
+ export declare enum KnownShareStatus {
2935
+ Offline = "Offline",
2936
+ Unknown = "Unknown",
2937
+ OK = "OK",
2938
+ Updating = "Updating",
2939
+ NeedsAttention = "NeedsAttention"
2940
+ }
2941
+ /**
2942
+ * Defines values for ShareStatus. \
2943
+ * {@link KnownShareStatus} can be used interchangeably with ShareStatus,
2944
+ * this enum contains the known values that the service supports.
2945
+ * ### Known values supported by the service
2946
+ * **Offline** \
2947
+ * **Unknown** \
2948
+ * **OK** \
2949
+ * **Updating** \
2950
+ * **NeedsAttention**
2951
+ */
2952
+ export declare type ShareStatus = string;
2953
+ /** Known values of {@link MonitoringStatus} that the service accepts. */
2954
+ export declare enum KnownMonitoringStatus {
2955
+ Enabled = "Enabled",
2956
+ Disabled = "Disabled"
2957
+ }
2958
+ /**
2959
+ * Defines values for MonitoringStatus. \
2960
+ * {@link KnownMonitoringStatus} can be used interchangeably with MonitoringStatus,
2961
+ * this enum contains the known values that the service supports.
2962
+ * ### Known values supported by the service
2963
+ * **Enabled** \
2964
+ * **Disabled**
2965
+ */
2966
+ export declare type MonitoringStatus = string;
2967
+ /** Known values of {@link AzureContainerDataFormat} that the service accepts. */
2968
+ export declare enum KnownAzureContainerDataFormat {
2969
+ BlockBlob = "BlockBlob",
2970
+ PageBlob = "PageBlob",
2971
+ AzureFile = "AzureFile"
2972
+ }
2973
+ /**
2974
+ * Defines values for AzureContainerDataFormat. \
2975
+ * {@link KnownAzureContainerDataFormat} can be used interchangeably with AzureContainerDataFormat,
2976
+ * this enum contains the known values that the service supports.
2977
+ * ### Known values supported by the service
2978
+ * **BlockBlob** \
2979
+ * **PageBlob** \
2980
+ * **AzureFile**
2981
+ */
2982
+ export declare type AzureContainerDataFormat = string;
2983
+ /** Known values of {@link ShareAccessProtocol} that the service accepts. */
2984
+ export declare enum KnownShareAccessProtocol {
2985
+ SMB = "SMB",
2986
+ NFS = "NFS"
2987
+ }
2988
+ /**
2989
+ * Defines values for ShareAccessProtocol. \
2990
+ * {@link KnownShareAccessProtocol} can be used interchangeably with ShareAccessProtocol,
2991
+ * this enum contains the known values that the service supports.
2992
+ * ### Known values supported by the service
2993
+ * **SMB** \
2994
+ * **NFS**
2995
+ */
2996
+ export declare type ShareAccessProtocol = string;
2997
+ /** Known values of {@link ShareAccessType} that the service accepts. */
2998
+ export declare enum KnownShareAccessType {
2999
+ Change = "Change",
3000
+ Read = "Read",
3001
+ Custom = "Custom"
3002
+ }
3003
+ /**
3004
+ * Defines values for ShareAccessType. \
3005
+ * {@link KnownShareAccessType} can be used interchangeably with ShareAccessType,
3006
+ * this enum contains the known values that the service supports.
3007
+ * ### Known values supported by the service
3008
+ * **Change** \
3009
+ * **Read** \
3010
+ * **Custom**
3011
+ */
3012
+ export declare type ShareAccessType = string;
3013
+ /** Known values of {@link ClientPermissionType} that the service accepts. */
3014
+ export declare enum KnownClientPermissionType {
3015
+ NoAccess = "NoAccess",
3016
+ ReadOnly = "ReadOnly",
3017
+ ReadWrite = "ReadWrite"
3018
+ }
3019
+ /**
3020
+ * Defines values for ClientPermissionType. \
3021
+ * {@link KnownClientPermissionType} can be used interchangeably with ClientPermissionType,
3022
+ * this enum contains the known values that the service supports.
3023
+ * ### Known values supported by the service
3024
+ * **NoAccess** \
3025
+ * **ReadOnly** \
3026
+ * **ReadWrite**
3027
+ */
3028
+ export declare type ClientPermissionType = string;
3029
+ /** Known values of {@link MountType} that the service accepts. */
3030
+ export declare enum KnownMountType {
3031
+ Volume = "Volume",
3032
+ HostPath = "HostPath"
3033
+ }
3034
+ /**
3035
+ * Defines values for MountType. \
3036
+ * {@link KnownMountType} can be used interchangeably with MountType,
3037
+ * this enum contains the known values that the service supports.
3038
+ * ### Known values supported by the service
3039
+ * **Volume** \
3040
+ * **HostPath**
3041
+ */
3042
+ export declare type MountType = string;
3043
+ /** Known values of {@link DataPolicy} that the service accepts. */
3044
+ export declare enum KnownDataPolicy {
3045
+ Cloud = "Cloud",
3046
+ Local = "Local"
3047
+ }
3048
+ /**
3049
+ * Defines values for DataPolicy. \
3050
+ * {@link KnownDataPolicy} can be used interchangeably with DataPolicy,
3051
+ * this enum contains the known values that the service supports.
3052
+ * ### Known values supported by the service
3053
+ * **Cloud** \
3054
+ * **Local**
3055
+ */
3056
+ export declare type DataPolicy = string;
3057
+ /** Known values of {@link SSLStatus} that the service accepts. */
3058
+ export declare enum KnownSSLStatus {
3059
+ Enabled = "Enabled",
3060
+ Disabled = "Disabled"
3061
+ }
3062
+ /**
3063
+ * Defines values for SSLStatus. \
3064
+ * {@link KnownSSLStatus} can be used interchangeably with SSLStatus,
3065
+ * this enum contains the known values that the service supports.
3066
+ * ### Known values supported by the service
3067
+ * **Enabled** \
3068
+ * **Disabled**
3069
+ */
3070
+ export declare type SSLStatus = string;
3071
+ /** Known values of {@link AccountType} that the service accepts. */
3072
+ export declare enum KnownAccountType {
3073
+ GeneralPurposeStorage = "GeneralPurposeStorage",
3074
+ BlobStorage = "BlobStorage"
3075
+ }
3076
+ /**
3077
+ * Defines values for AccountType. \
3078
+ * {@link KnownAccountType} can be used interchangeably with AccountType,
3079
+ * this enum contains the known values that the service supports.
3080
+ * ### Known values supported by the service
3081
+ * **GeneralPurposeStorage** \
3082
+ * **BlobStorage**
3083
+ */
3084
+ export declare type AccountType = string;
3085
+ /** Known values of {@link StorageAccountStatus} that the service accepts. */
3086
+ export declare enum KnownStorageAccountStatus {
3087
+ OK = "OK",
3088
+ Offline = "Offline",
3089
+ Unknown = "Unknown",
3090
+ Updating = "Updating",
3091
+ NeedsAttention = "NeedsAttention"
3092
+ }
3093
+ /**
3094
+ * Defines values for StorageAccountStatus. \
3095
+ * {@link KnownStorageAccountStatus} can be used interchangeably with StorageAccountStatus,
3096
+ * this enum contains the known values that the service supports.
3097
+ * ### Known values supported by the service
3098
+ * **OK** \
3099
+ * **Offline** \
3100
+ * **Unknown** \
3101
+ * **Updating** \
3102
+ * **NeedsAttention**
3103
+ */
3104
+ export declare type StorageAccountStatus = string;
3105
+ /** Known values of {@link ContainerStatus} that the service accepts. */
3106
+ export declare enum KnownContainerStatus {
3107
+ OK = "OK",
3108
+ Offline = "Offline",
3109
+ Unknown = "Unknown",
3110
+ Updating = "Updating",
3111
+ NeedsAttention = "NeedsAttention"
3112
+ }
3113
+ /**
3114
+ * Defines values for ContainerStatus. \
3115
+ * {@link KnownContainerStatus} can be used interchangeably with ContainerStatus,
3116
+ * this enum contains the known values that the service supports.
3117
+ * ### Known values supported by the service
3118
+ * **OK** \
3119
+ * **Offline** \
3120
+ * **Unknown** \
3121
+ * **Updating** \
3122
+ * **NeedsAttention**
3123
+ */
3124
+ export declare type ContainerStatus = string;
3125
+ /** Known values of {@link TriggerEventType} that the service accepts. */
3126
+ export declare enum KnownTriggerEventType {
3127
+ FileEvent = "FileEvent",
3128
+ PeriodicTimerEvent = "PeriodicTimerEvent"
3129
+ }
3130
+ /**
3131
+ * Defines values for TriggerEventType. \
3132
+ * {@link KnownTriggerEventType} can be used interchangeably with TriggerEventType,
3133
+ * this enum contains the known values that the service supports.
3134
+ * ### Known values supported by the service
3135
+ * **FileEvent** \
3136
+ * **PeriodicTimerEvent**
3137
+ */
3138
+ export declare type TriggerEventType = string;
3139
+ /** Known values of {@link InstallRebootBehavior} that the service accepts. */
3140
+ export declare enum KnownInstallRebootBehavior {
3141
+ NeverReboots = "NeverReboots",
3142
+ RequiresReboot = "RequiresReboot",
3143
+ RequestReboot = "RequestReboot"
3144
+ }
3145
+ /**
3146
+ * Defines values for InstallRebootBehavior. \
3147
+ * {@link KnownInstallRebootBehavior} can be used interchangeably with InstallRebootBehavior,
3148
+ * this enum contains the known values that the service supports.
3149
+ * ### Known values supported by the service
3150
+ * **NeverReboots** \
3151
+ * **RequiresReboot** \
3152
+ * **RequestReboot**
3153
+ */
3154
+ export declare type InstallRebootBehavior = string;
3155
+ /** Known values of {@link UpdateOperation} that the service accepts. */
3156
+ export declare enum KnownUpdateOperation {
3157
+ None = "None",
3158
+ Scan = "Scan",
3159
+ Download = "Download",
3160
+ Install = "Install"
3161
+ }
3162
+ /**
3163
+ * Defines values for UpdateOperation. \
3164
+ * {@link KnownUpdateOperation} can be used interchangeably with UpdateOperation,
3165
+ * this enum contains the known values that the service supports.
3166
+ * ### Known values supported by the service
3167
+ * **None** \
3168
+ * **Scan** \
3169
+ * **Download** \
3170
+ * **Install**
3171
+ */
3172
+ export declare type UpdateOperation = string;
3173
+ /** Known values of {@link UpdateType} that the service accepts. */
3174
+ export declare enum KnownUpdateType {
3175
+ Software = "Software",
3176
+ Kubernetes = "Kubernetes",
3177
+ Firmware = "Firmware"
3178
+ }
3179
+ /**
3180
+ * Defines values for UpdateType. \
3181
+ * {@link KnownUpdateType} can be used interchangeably with UpdateType,
3182
+ * this enum contains the known values that the service supports.
3183
+ * ### Known values supported by the service
3184
+ * **Software** \
3185
+ * **Kubernetes** \
3186
+ * **Firmware**
3187
+ */
3188
+ export declare type UpdateType = string;
3189
+ /** Known values of {@link InstallationImpact} that the service accepts. */
3190
+ export declare enum KnownInstallationImpact {
3191
+ None = "None",
3192
+ DeviceRebooted = "DeviceRebooted",
3193
+ KubernetesWorkloadsDown = "KubernetesWorkloadsDown"
3194
+ }
3195
+ /**
3196
+ * Defines values for InstallationImpact. \
3197
+ * {@link KnownInstallationImpact} can be used interchangeably with InstallationImpact,
3198
+ * this enum contains the known values that the service supports.
3199
+ * ### Known values supported by the service
3200
+ * **None** \
3201
+ * **DeviceRebooted** \
3202
+ * **KubernetesWorkloadsDown**
3203
+ */
3204
+ export declare type InstallationImpact = string;
3205
+ /** Known values of {@link UpdateStatus} that the service accepts. */
3206
+ export declare enum KnownUpdateStatus {
3207
+ DownloadPending = "DownloadPending",
3208
+ DownloadStarted = "DownloadStarted",
3209
+ DownloadCompleted = "DownloadCompleted",
3210
+ InstallStarted = "InstallStarted",
3211
+ InstallCompleted = "InstallCompleted"
3212
+ }
3213
+ /**
3214
+ * Defines values for UpdateStatus. \
3215
+ * {@link KnownUpdateStatus} can be used interchangeably with UpdateStatus,
3216
+ * this enum contains the known values that the service supports.
3217
+ * ### Known values supported by the service
3218
+ * **DownloadPending** \
3219
+ * **DownloadStarted** \
3220
+ * **DownloadCompleted** \
3221
+ * **InstallStarted** \
3222
+ * **InstallCompleted**
3223
+ */
3224
+ export declare type UpdateStatus = string;
3225
+ /** Known values of {@link AuthenticationType} that the service accepts. */
3226
+ export declare enum KnownAuthenticationType {
3227
+ Invalid = "Invalid",
3228
+ AzureActiveDirectory = "AzureActiveDirectory"
3229
+ }
3230
+ /**
3231
+ * Defines values for AuthenticationType. \
3232
+ * {@link KnownAuthenticationType} can be used interchangeably with AuthenticationType,
3233
+ * this enum contains the known values that the service supports.
3234
+ * ### Known values supported by the service
3235
+ * **Invalid** \
3236
+ * **AzureActiveDirectory**
3237
+ */
3238
+ export declare type AuthenticationType = string;
3239
+ /** Known values of {@link UserType} that the service accepts. */
3240
+ export declare enum KnownUserType {
3241
+ Share = "Share",
3242
+ LocalManagement = "LocalManagement",
3243
+ ARM = "ARM"
3244
+ }
3245
+ /**
3246
+ * Defines values for UserType. \
3247
+ * {@link KnownUserType} can be used interchangeably with UserType,
3248
+ * this enum contains the known values that the service supports.
3249
+ * ### Known values supported by the service
3250
+ * **Share** \
3251
+ * **LocalManagement** \
3252
+ * **ARM**
3253
+ */
3254
+ export declare type UserType = string;
3255
+ /** Known values of {@link PlatformType} that the service accepts. */
3256
+ export declare enum KnownPlatformType {
3257
+ Windows = "Windows",
3258
+ Linux = "Linux"
3259
+ }
3260
+ /**
3261
+ * Defines values for PlatformType. \
3262
+ * {@link KnownPlatformType} can be used interchangeably with PlatformType,
3263
+ * this enum contains the known values that the service supports.
3264
+ * ### Known values supported by the service
3265
+ * **Windows** \
3266
+ * **Linux**
3267
+ */
3268
+ export declare type PlatformType = string;
3269
+ /** Known values of {@link HostPlatformType} that the service accepts. */
3270
+ export declare enum KnownHostPlatformType {
3271
+ KubernetesCluster = "KubernetesCluster",
3272
+ LinuxVM = "LinuxVM"
3273
+ }
3274
+ /**
3275
+ * Defines values for HostPlatformType. \
3276
+ * {@link KnownHostPlatformType} can be used interchangeably with HostPlatformType,
3277
+ * this enum contains the known values that the service supports.
3278
+ * ### Known values supported by the service
3279
+ * **KubernetesCluster** \
3280
+ * **LinuxVM**
3281
+ */
3282
+ export declare type HostPlatformType = string;
3283
+ /** Known values of {@link AddonState} that the service accepts. */
3284
+ export declare enum KnownAddonState {
3285
+ Invalid = "Invalid",
3286
+ Creating = "Creating",
3287
+ Created = "Created",
3288
+ Updating = "Updating",
3289
+ Reconfiguring = "Reconfiguring",
3290
+ Failed = "Failed",
3291
+ Deleting = "Deleting"
3292
+ }
3293
+ /**
3294
+ * Defines values for AddonState. \
3295
+ * {@link KnownAddonState} can be used interchangeably with AddonState,
3296
+ * this enum contains the known values that the service supports.
3297
+ * ### Known values supported by the service
3298
+ * **Invalid** \
3299
+ * **Creating** \
3300
+ * **Created** \
3301
+ * **Updating** \
3302
+ * **Reconfiguring** \
3303
+ * **Failed** \
3304
+ * **Deleting**
3305
+ */
3306
+ export declare type AddonState = string;
3307
+ /** Known values of {@link RoleStatus} that the service accepts. */
3308
+ export declare enum KnownRoleStatus {
3309
+ Enabled = "Enabled",
3310
+ Disabled = "Disabled"
3311
+ }
3312
+ /**
3313
+ * Defines values for RoleStatus. \
3314
+ * {@link KnownRoleStatus} can be used interchangeably with RoleStatus,
3315
+ * this enum contains the known values that the service supports.
3316
+ * ### Known values supported by the service
3317
+ * **Enabled** \
3318
+ * **Disabled**
3319
+ */
3320
+ export declare type RoleStatus = string;
3321
+ /** Known values of {@link KubernetesNodeType} that the service accepts. */
3322
+ export declare enum KnownKubernetesNodeType {
3323
+ Invalid = "Invalid",
3324
+ Master = "Master",
3325
+ Worker = "Worker"
3326
+ }
3327
+ /**
3328
+ * Defines values for KubernetesNodeType. \
3329
+ * {@link KnownKubernetesNodeType} can be used interchangeably with KubernetesNodeType,
3330
+ * this enum contains the known values that the service supports.
3331
+ * ### Known values supported by the service
3332
+ * **Invalid** \
3333
+ * **Master** \
3334
+ * **Worker**
3335
+ */
3336
+ export declare type KubernetesNodeType = string;
3337
+ /** Known values of {@link KubernetesState} that the service accepts. */
3338
+ export declare enum KnownKubernetesState {
3339
+ Invalid = "Invalid",
3340
+ Creating = "Creating",
3341
+ Created = "Created",
3342
+ Updating = "Updating",
3343
+ Reconfiguring = "Reconfiguring",
3344
+ Failed = "Failed",
3345
+ Deleting = "Deleting"
3346
+ }
3347
+ /**
3348
+ * Defines values for KubernetesState. \
3349
+ * {@link KnownKubernetesState} can be used interchangeably with KubernetesState,
3350
+ * this enum contains the known values that the service supports.
3351
+ * ### Known values supported by the service
3352
+ * **Invalid** \
3353
+ * **Creating** \
3354
+ * **Created** \
3355
+ * **Updating** \
3356
+ * **Reconfiguring** \
3357
+ * **Failed** \
3358
+ * **Deleting**
3359
+ */
3360
+ export declare type KubernetesState = string;
3361
+ /** Known values of {@link PosixComplianceStatus} that the service accepts. */
3362
+ export declare enum KnownPosixComplianceStatus {
3363
+ Invalid = "Invalid",
3364
+ Enabled = "Enabled",
3365
+ Disabled = "Disabled"
3366
+ }
3367
+ /**
3368
+ * Defines values for PosixComplianceStatus. \
3369
+ * {@link KnownPosixComplianceStatus} can be used interchangeably with PosixComplianceStatus,
3370
+ * this enum contains the known values that the service supports.
3371
+ * ### Known values supported by the service
3372
+ * **Invalid** \
3373
+ * **Enabled** \
3374
+ * **Disabled**
3375
+ */
3376
+ export declare type PosixComplianceStatus = string;
3377
+ /** Optional parameters. */
3378
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
3379
+ }
3380
+ /** Contains response data for the list operation. */
3381
+ export declare type OperationsListResponse = OperationsList;
3382
+ /** Optional parameters. */
3383
+ export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
3384
+ }
3385
+ /** Contains response data for the listNext operation. */
3386
+ export declare type OperationsListNextResponse = OperationsList;
3387
+ /** Optional parameters. */
3388
+ export interface AvailableSkusListOptionalParams extends coreClient.OperationOptions {
3389
+ }
3390
+ /** Contains response data for the list operation. */
3391
+ export declare type AvailableSkusListResponse = DataBoxEdgeSkuList;
3392
+ /** Optional parameters. */
3393
+ export interface AvailableSkusListNextOptionalParams extends coreClient.OperationOptions {
3394
+ }
3395
+ /** Contains response data for the listNext operation. */
3396
+ export declare type AvailableSkusListNextResponse = DataBoxEdgeSkuList;
3397
+ /** Optional parameters. */
3398
+ export interface DevicesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
3399
+ /** Specify $expand=details to populate additional fields related to the resource or Specify $skipToken=<token> to populate the next page in the list. */
3400
+ expand?: string;
3401
+ }
3402
+ /** Contains response data for the listBySubscription operation. */
3403
+ export declare type DevicesListBySubscriptionResponse = DataBoxEdgeDeviceList;
3404
+ /** Optional parameters. */
3405
+ export interface DevicesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
3406
+ /** Specify $expand=details to populate additional fields related to the resource or Specify $skipToken=<token> to populate the next page in the list. */
3407
+ expand?: string;
3408
+ }
3409
+ /** Contains response data for the listByResourceGroup operation. */
3410
+ export declare type DevicesListByResourceGroupResponse = DataBoxEdgeDeviceList;
3411
+ /** Optional parameters. */
3412
+ export interface DevicesGetOptionalParams extends coreClient.OperationOptions {
3413
+ }
3414
+ /** Contains response data for the get operation. */
3415
+ export declare type DevicesGetResponse = DataBoxEdgeDevice;
3416
+ /** Optional parameters. */
3417
+ export interface DevicesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
3418
+ }
3419
+ /** Contains response data for the createOrUpdate operation. */
3420
+ export declare type DevicesCreateOrUpdateResponse = DataBoxEdgeDevice;
3421
+ /** Optional parameters. */
3422
+ export interface DevicesDeleteOptionalParams extends coreClient.OperationOptions {
3423
+ /** Delay to wait until next poll, in milliseconds. */
3424
+ updateIntervalInMs?: number;
3425
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3426
+ resumeFrom?: string;
3427
+ }
3428
+ /** Optional parameters. */
3429
+ export interface DevicesUpdateOptionalParams extends coreClient.OperationOptions {
3430
+ }
3431
+ /** Contains response data for the update operation. */
3432
+ export declare type DevicesUpdateResponse = DataBoxEdgeDevice;
3433
+ /** Optional parameters. */
3434
+ export interface DevicesDownloadUpdatesOptionalParams extends coreClient.OperationOptions {
3435
+ /** Delay to wait until next poll, in milliseconds. */
3436
+ updateIntervalInMs?: number;
3437
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3438
+ resumeFrom?: string;
3439
+ }
3440
+ /** Optional parameters. */
3441
+ export interface DevicesGenerateCertificateOptionalParams extends coreClient.OperationOptions {
3442
+ }
3443
+ /** Contains response data for the generateCertificate operation. */
3444
+ export declare type DevicesGenerateCertificateResponse = GenerateCertResponse;
3445
+ /** Optional parameters. */
3446
+ export interface DevicesGetExtendedInformationOptionalParams extends coreClient.OperationOptions {
3447
+ }
3448
+ /** Contains response data for the getExtendedInformation operation. */
3449
+ export declare type DevicesGetExtendedInformationResponse = DataBoxEdgeDeviceExtendedInfo;
3450
+ /** Optional parameters. */
3451
+ export interface DevicesInstallUpdatesOptionalParams extends coreClient.OperationOptions {
3452
+ /** Delay to wait until next poll, in milliseconds. */
3453
+ updateIntervalInMs?: number;
3454
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3455
+ resumeFrom?: string;
3456
+ }
3457
+ /** Optional parameters. */
3458
+ export interface DevicesGetNetworkSettingsOptionalParams extends coreClient.OperationOptions {
3459
+ }
3460
+ /** Contains response data for the getNetworkSettings operation. */
3461
+ export declare type DevicesGetNetworkSettingsResponse = NetworkSettings;
3462
+ /** Optional parameters. */
3463
+ export interface DevicesScanForUpdatesOptionalParams extends coreClient.OperationOptions {
3464
+ /** Delay to wait until next poll, in milliseconds. */
3465
+ updateIntervalInMs?: number;
3466
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3467
+ resumeFrom?: string;
3468
+ }
3469
+ /** Optional parameters. */
3470
+ export interface DevicesCreateOrUpdateSecuritySettingsOptionalParams extends coreClient.OperationOptions {
3471
+ /** Delay to wait until next poll, in milliseconds. */
3472
+ updateIntervalInMs?: number;
3473
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3474
+ resumeFrom?: string;
3475
+ }
3476
+ /** Optional parameters. */
3477
+ export interface DevicesUpdateExtendedInformationOptionalParams extends coreClient.OperationOptions {
3478
+ }
3479
+ /** Contains response data for the updateExtendedInformation operation. */
3480
+ export declare type DevicesUpdateExtendedInformationResponse = DataBoxEdgeDeviceExtendedInfo;
3481
+ /** Optional parameters. */
3482
+ export interface DevicesGetUpdateSummaryOptionalParams extends coreClient.OperationOptions {
3483
+ }
3484
+ /** Contains response data for the getUpdateSummary operation. */
3485
+ export declare type DevicesGetUpdateSummaryResponse = UpdateSummary;
3486
+ /** Optional parameters. */
3487
+ export interface DevicesUploadCertificateOptionalParams extends coreClient.OperationOptions {
3488
+ }
3489
+ /** Contains response data for the uploadCertificate operation. */
3490
+ export declare type DevicesUploadCertificateResponse = UploadCertificateResponse;
3491
+ /** Optional parameters. */
3492
+ export interface DevicesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
3493
+ /** Specify $expand=details to populate additional fields related to the resource or Specify $skipToken=<token> to populate the next page in the list. */
3494
+ expand?: string;
3495
+ }
3496
+ /** Contains response data for the listBySubscriptionNext operation. */
3497
+ export declare type DevicesListBySubscriptionNextResponse = DataBoxEdgeDeviceList;
3498
+ /** Optional parameters. */
3499
+ export interface DevicesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
3500
+ /** Specify $expand=details to populate additional fields related to the resource or Specify $skipToken=<token> to populate the next page in the list. */
3501
+ expand?: string;
3502
+ }
3503
+ /** Contains response data for the listByResourceGroupNext operation. */
3504
+ export declare type DevicesListByResourceGroupNextResponse = DataBoxEdgeDeviceList;
3505
+ /** Optional parameters. */
3506
+ export interface AlertsListByDataBoxEdgeDeviceOptionalParams extends coreClient.OperationOptions {
3507
+ }
3508
+ /** Contains response data for the listByDataBoxEdgeDevice operation. */
3509
+ export declare type AlertsListByDataBoxEdgeDeviceResponse = AlertList;
3510
+ /** Optional parameters. */
3511
+ export interface AlertsGetOptionalParams extends coreClient.OperationOptions {
3512
+ }
3513
+ /** Contains response data for the get operation. */
3514
+ export declare type AlertsGetResponse = Alert;
3515
+ /** Optional parameters. */
3516
+ export interface AlertsListByDataBoxEdgeDeviceNextOptionalParams extends coreClient.OperationOptions {
3517
+ }
3518
+ /** Contains response data for the listByDataBoxEdgeDeviceNext operation. */
3519
+ export declare type AlertsListByDataBoxEdgeDeviceNextResponse = AlertList;
3520
+ /** Optional parameters. */
3521
+ export interface BandwidthSchedulesListByDataBoxEdgeDeviceOptionalParams extends coreClient.OperationOptions {
3522
+ }
3523
+ /** Contains response data for the listByDataBoxEdgeDevice operation. */
3524
+ export declare type BandwidthSchedulesListByDataBoxEdgeDeviceResponse = BandwidthSchedulesList;
3525
+ /** Optional parameters. */
3526
+ export interface BandwidthSchedulesGetOptionalParams extends coreClient.OperationOptions {
3527
+ }
3528
+ /** Contains response data for the get operation. */
3529
+ export declare type BandwidthSchedulesGetResponse = BandwidthSchedule;
3530
+ /** Optional parameters. */
3531
+ export interface BandwidthSchedulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
3532
+ /** Delay to wait until next poll, in milliseconds. */
3533
+ updateIntervalInMs?: number;
3534
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3535
+ resumeFrom?: string;
3536
+ }
3537
+ /** Contains response data for the createOrUpdate operation. */
3538
+ export declare type BandwidthSchedulesCreateOrUpdateResponse = BandwidthSchedule;
3539
+ /** Optional parameters. */
3540
+ export interface BandwidthSchedulesDeleteOptionalParams extends coreClient.OperationOptions {
3541
+ /** Delay to wait until next poll, in milliseconds. */
3542
+ updateIntervalInMs?: number;
3543
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3544
+ resumeFrom?: string;
3545
+ }
3546
+ /** Optional parameters. */
3547
+ export interface BandwidthSchedulesListByDataBoxEdgeDeviceNextOptionalParams extends coreClient.OperationOptions {
3548
+ }
3549
+ /** Contains response data for the listByDataBoxEdgeDeviceNext operation. */
3550
+ export declare type BandwidthSchedulesListByDataBoxEdgeDeviceNextResponse = BandwidthSchedulesList;
3551
+ /** Optional parameters. */
3552
+ export interface DiagnosticSettingsGetDiagnosticProactiveLogCollectionSettingsOptionalParams extends coreClient.OperationOptions {
3553
+ }
3554
+ /** Contains response data for the getDiagnosticProactiveLogCollectionSettings operation. */
3555
+ export declare type DiagnosticSettingsGetDiagnosticProactiveLogCollectionSettingsResponse = DiagnosticProactiveLogCollectionSettings;
3556
+ /** Optional parameters. */
3557
+ export interface DiagnosticSettingsUpdateDiagnosticProactiveLogCollectionSettingsOptionalParams extends coreClient.OperationOptions {
3558
+ /** Delay to wait until next poll, in milliseconds. */
3559
+ updateIntervalInMs?: number;
3560
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3561
+ resumeFrom?: string;
3562
+ }
3563
+ /** Contains response data for the updateDiagnosticProactiveLogCollectionSettings operation. */
3564
+ export declare type DiagnosticSettingsUpdateDiagnosticProactiveLogCollectionSettingsResponse = DiagnosticProactiveLogCollectionSettings;
3565
+ /** Optional parameters. */
3566
+ export interface DiagnosticSettingsGetDiagnosticRemoteSupportSettingsOptionalParams extends coreClient.OperationOptions {
3567
+ }
3568
+ /** Contains response data for the getDiagnosticRemoteSupportSettings operation. */
3569
+ export declare type DiagnosticSettingsGetDiagnosticRemoteSupportSettingsResponse = DiagnosticRemoteSupportSettings;
3570
+ /** Optional parameters. */
3571
+ export interface DiagnosticSettingsUpdateDiagnosticRemoteSupportSettingsOptionalParams extends coreClient.OperationOptions {
3572
+ /** Delay to wait until next poll, in milliseconds. */
3573
+ updateIntervalInMs?: number;
3574
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3575
+ resumeFrom?: string;
3576
+ }
3577
+ /** Contains response data for the updateDiagnosticRemoteSupportSettings operation. */
3578
+ export declare type DiagnosticSettingsUpdateDiagnosticRemoteSupportSettingsResponse = DiagnosticRemoteSupportSettings;
3579
+ /** Optional parameters. */
3580
+ export interface JobsGetOptionalParams extends coreClient.OperationOptions {
3581
+ }
3582
+ /** Contains response data for the get operation. */
3583
+ export declare type JobsGetResponse = Job;
3584
+ /** Optional parameters. */
3585
+ export interface NodesListByDataBoxEdgeDeviceOptionalParams extends coreClient.OperationOptions {
3586
+ }
3587
+ /** Contains response data for the listByDataBoxEdgeDevice operation. */
3588
+ export declare type NodesListByDataBoxEdgeDeviceResponse = NodeList;
3589
+ /** Optional parameters. */
3590
+ export interface NodesListByDataBoxEdgeDeviceNextOptionalParams extends coreClient.OperationOptions {
3591
+ }
3592
+ /** Contains response data for the listByDataBoxEdgeDeviceNext operation. */
3593
+ export declare type NodesListByDataBoxEdgeDeviceNextResponse = NodeList;
3594
+ /** Optional parameters. */
3595
+ export interface OperationsStatusGetOptionalParams extends coreClient.OperationOptions {
3596
+ }
3597
+ /** Contains response data for the get operation. */
3598
+ export declare type OperationsStatusGetResponse = Job;
3599
+ /** Optional parameters. */
3600
+ export interface OrdersListByDataBoxEdgeDeviceOptionalParams extends coreClient.OperationOptions {
3601
+ }
3602
+ /** Contains response data for the listByDataBoxEdgeDevice operation. */
3603
+ export declare type OrdersListByDataBoxEdgeDeviceResponse = OrderList;
3604
+ /** Optional parameters. */
3605
+ export interface OrdersGetOptionalParams extends coreClient.OperationOptions {
3606
+ }
3607
+ /** Contains response data for the get operation. */
3608
+ export declare type OrdersGetResponse = Order;
3609
+ /** Optional parameters. */
3610
+ export interface OrdersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
3611
+ /** Delay to wait until next poll, in milliseconds. */
3612
+ updateIntervalInMs?: number;
3613
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3614
+ resumeFrom?: string;
3615
+ }
3616
+ /** Contains response data for the createOrUpdate operation. */
3617
+ export declare type OrdersCreateOrUpdateResponse = Order;
3618
+ /** Optional parameters. */
3619
+ export interface OrdersDeleteOptionalParams extends coreClient.OperationOptions {
3620
+ /** Delay to wait until next poll, in milliseconds. */
3621
+ updateIntervalInMs?: number;
3622
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3623
+ resumeFrom?: string;
3624
+ }
3625
+ /** Optional parameters. */
3626
+ export interface OrdersListDCAccessCodeOptionalParams extends coreClient.OperationOptions {
3627
+ }
3628
+ /** Contains response data for the listDCAccessCode operation. */
3629
+ export declare type OrdersListDCAccessCodeResponse = DCAccessCode;
3630
+ /** Optional parameters. */
3631
+ export interface OrdersListByDataBoxEdgeDeviceNextOptionalParams extends coreClient.OperationOptions {
3632
+ }
3633
+ /** Contains response data for the listByDataBoxEdgeDeviceNext operation. */
3634
+ export declare type OrdersListByDataBoxEdgeDeviceNextResponse = OrderList;
3635
+ /** Optional parameters. */
3636
+ export interface RolesListByDataBoxEdgeDeviceOptionalParams extends coreClient.OperationOptions {
3637
+ }
3638
+ /** Contains response data for the listByDataBoxEdgeDevice operation. */
3639
+ export declare type RolesListByDataBoxEdgeDeviceResponse = RoleList;
3640
+ /** Optional parameters. */
3641
+ export interface RolesGetOptionalParams extends coreClient.OperationOptions {
3642
+ }
3643
+ /** Contains response data for the get operation. */
3644
+ export declare type RolesGetResponse = RoleUnion;
3645
+ /** Optional parameters. */
3646
+ export interface RolesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
3647
+ /** Delay to wait until next poll, in milliseconds. */
3648
+ updateIntervalInMs?: number;
3649
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3650
+ resumeFrom?: string;
3651
+ }
3652
+ /** Contains response data for the createOrUpdate operation. */
3653
+ export declare type RolesCreateOrUpdateResponse = RoleUnion;
3654
+ /** Optional parameters. */
3655
+ export interface RolesDeleteOptionalParams extends coreClient.OperationOptions {
3656
+ /** Delay to wait until next poll, in milliseconds. */
3657
+ updateIntervalInMs?: number;
3658
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3659
+ resumeFrom?: string;
3660
+ }
3661
+ /** Optional parameters. */
3662
+ export interface RolesListByDataBoxEdgeDeviceNextOptionalParams extends coreClient.OperationOptions {
3663
+ }
3664
+ /** Contains response data for the listByDataBoxEdgeDeviceNext operation. */
3665
+ export declare type RolesListByDataBoxEdgeDeviceNextResponse = RoleList;
3666
+ /** Optional parameters. */
3667
+ export interface AddonsListByRoleOptionalParams extends coreClient.OperationOptions {
3668
+ }
3669
+ /** Contains response data for the listByRole operation. */
3670
+ export declare type AddonsListByRoleResponse = AddonList;
3671
+ /** Optional parameters. */
3672
+ export interface AddonsGetOptionalParams extends coreClient.OperationOptions {
3673
+ }
3674
+ /** Contains response data for the get operation. */
3675
+ export declare type AddonsGetResponse = AddonUnion;
3676
+ /** Optional parameters. */
3677
+ export interface AddonsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
3678
+ /** Delay to wait until next poll, in milliseconds. */
3679
+ updateIntervalInMs?: number;
3680
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3681
+ resumeFrom?: string;
3682
+ }
3683
+ /** Contains response data for the createOrUpdate operation. */
3684
+ export declare type AddonsCreateOrUpdateResponse = AddonUnion;
3685
+ /** Optional parameters. */
3686
+ export interface AddonsDeleteOptionalParams extends coreClient.OperationOptions {
3687
+ /** Delay to wait until next poll, in milliseconds. */
3688
+ updateIntervalInMs?: number;
3689
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3690
+ resumeFrom?: string;
3691
+ }
3692
+ /** Optional parameters. */
3693
+ export interface AddonsListByRoleNextOptionalParams extends coreClient.OperationOptions {
3694
+ }
3695
+ /** Contains response data for the listByRoleNext operation. */
3696
+ export declare type AddonsListByRoleNextResponse = AddonList;
3697
+ /** Optional parameters. */
3698
+ export interface MonitoringConfigListOptionalParams extends coreClient.OperationOptions {
3699
+ }
3700
+ /** Contains response data for the list operation. */
3701
+ export declare type MonitoringConfigListResponse = MonitoringMetricConfigurationList;
3702
+ /** Optional parameters. */
3703
+ export interface MonitoringConfigGetOptionalParams extends coreClient.OperationOptions {
3704
+ }
3705
+ /** Contains response data for the get operation. */
3706
+ export declare type MonitoringConfigGetResponse = MonitoringMetricConfiguration;
3707
+ /** Optional parameters. */
3708
+ export interface MonitoringConfigCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
3709
+ /** Delay to wait until next poll, in milliseconds. */
3710
+ updateIntervalInMs?: number;
3711
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3712
+ resumeFrom?: string;
3713
+ }
3714
+ /** Contains response data for the createOrUpdate operation. */
3715
+ export declare type MonitoringConfigCreateOrUpdateResponse = MonitoringMetricConfiguration;
3716
+ /** Optional parameters. */
3717
+ export interface MonitoringConfigDeleteOptionalParams extends coreClient.OperationOptions {
3718
+ /** Delay to wait until next poll, in milliseconds. */
3719
+ updateIntervalInMs?: number;
3720
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3721
+ resumeFrom?: string;
3722
+ }
3723
+ /** Optional parameters. */
3724
+ export interface MonitoringConfigListNextOptionalParams extends coreClient.OperationOptions {
3725
+ }
3726
+ /** Contains response data for the listNext operation. */
3727
+ export declare type MonitoringConfigListNextResponse = MonitoringMetricConfigurationList;
3728
+ /** Optional parameters. */
3729
+ export interface SharesListByDataBoxEdgeDeviceOptionalParams extends coreClient.OperationOptions {
3730
+ }
3731
+ /** Contains response data for the listByDataBoxEdgeDevice operation. */
3732
+ export declare type SharesListByDataBoxEdgeDeviceResponse = ShareList;
3733
+ /** Optional parameters. */
3734
+ export interface SharesGetOptionalParams extends coreClient.OperationOptions {
3735
+ }
3736
+ /** Contains response data for the get operation. */
3737
+ export declare type SharesGetResponse = Share;
3738
+ /** Optional parameters. */
3739
+ export interface SharesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
3740
+ /** Delay to wait until next poll, in milliseconds. */
3741
+ updateIntervalInMs?: number;
3742
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3743
+ resumeFrom?: string;
3744
+ }
3745
+ /** Contains response data for the createOrUpdate operation. */
3746
+ export declare type SharesCreateOrUpdateResponse = Share;
3747
+ /** Optional parameters. */
3748
+ export interface SharesDeleteOptionalParams extends coreClient.OperationOptions {
3749
+ /** Delay to wait until next poll, in milliseconds. */
3750
+ updateIntervalInMs?: number;
3751
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3752
+ resumeFrom?: string;
3753
+ }
3754
+ /** Optional parameters. */
3755
+ export interface SharesRefreshOptionalParams extends coreClient.OperationOptions {
3756
+ /** Delay to wait until next poll, in milliseconds. */
3757
+ updateIntervalInMs?: number;
3758
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3759
+ resumeFrom?: string;
3760
+ }
3761
+ /** Optional parameters. */
3762
+ export interface SharesListByDataBoxEdgeDeviceNextOptionalParams extends coreClient.OperationOptions {
3763
+ }
3764
+ /** Contains response data for the listByDataBoxEdgeDeviceNext operation. */
3765
+ export declare type SharesListByDataBoxEdgeDeviceNextResponse = ShareList;
3766
+ /** Optional parameters. */
3767
+ export interface StorageAccountCredentialsListByDataBoxEdgeDeviceOptionalParams extends coreClient.OperationOptions {
3768
+ }
3769
+ /** Contains response data for the listByDataBoxEdgeDevice operation. */
3770
+ export declare type StorageAccountCredentialsListByDataBoxEdgeDeviceResponse = StorageAccountCredentialList;
3771
+ /** Optional parameters. */
3772
+ export interface StorageAccountCredentialsGetOptionalParams extends coreClient.OperationOptions {
3773
+ }
3774
+ /** Contains response data for the get operation. */
3775
+ export declare type StorageAccountCredentialsGetResponse = StorageAccountCredential;
3776
+ /** Optional parameters. */
3777
+ export interface StorageAccountCredentialsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
3778
+ /** Delay to wait until next poll, in milliseconds. */
3779
+ updateIntervalInMs?: number;
3780
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3781
+ resumeFrom?: string;
3782
+ }
3783
+ /** Contains response data for the createOrUpdate operation. */
3784
+ export declare type StorageAccountCredentialsCreateOrUpdateResponse = StorageAccountCredential;
3785
+ /** Optional parameters. */
3786
+ export interface StorageAccountCredentialsDeleteOptionalParams extends coreClient.OperationOptions {
3787
+ /** Delay to wait until next poll, in milliseconds. */
3788
+ updateIntervalInMs?: number;
3789
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3790
+ resumeFrom?: string;
3791
+ }
3792
+ /** Optional parameters. */
3793
+ export interface StorageAccountCredentialsListByDataBoxEdgeDeviceNextOptionalParams extends coreClient.OperationOptions {
3794
+ }
3795
+ /** Contains response data for the listByDataBoxEdgeDeviceNext operation. */
3796
+ export declare type StorageAccountCredentialsListByDataBoxEdgeDeviceNextResponse = StorageAccountCredentialList;
3797
+ /** Optional parameters. */
3798
+ export interface StorageAccountsListByDataBoxEdgeDeviceOptionalParams extends coreClient.OperationOptions {
3799
+ }
3800
+ /** Contains response data for the listByDataBoxEdgeDevice operation. */
3801
+ export declare type StorageAccountsListByDataBoxEdgeDeviceResponse = StorageAccountList;
3802
+ /** Optional parameters. */
3803
+ export interface StorageAccountsGetOptionalParams extends coreClient.OperationOptions {
3804
+ }
3805
+ /** Contains response data for the get operation. */
3806
+ export declare type StorageAccountsGetResponse = StorageAccount;
3807
+ /** Optional parameters. */
3808
+ export interface StorageAccountsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
3809
+ /** Delay to wait until next poll, in milliseconds. */
3810
+ updateIntervalInMs?: number;
3811
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3812
+ resumeFrom?: string;
3813
+ }
3814
+ /** Contains response data for the createOrUpdate operation. */
3815
+ export declare type StorageAccountsCreateOrUpdateResponse = StorageAccount;
3816
+ /** Optional parameters. */
3817
+ export interface StorageAccountsDeleteOptionalParams extends coreClient.OperationOptions {
3818
+ /** Delay to wait until next poll, in milliseconds. */
3819
+ updateIntervalInMs?: number;
3820
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3821
+ resumeFrom?: string;
3822
+ }
3823
+ /** Optional parameters. */
3824
+ export interface StorageAccountsListByDataBoxEdgeDeviceNextOptionalParams extends coreClient.OperationOptions {
3825
+ }
3826
+ /** Contains response data for the listByDataBoxEdgeDeviceNext operation. */
3827
+ export declare type StorageAccountsListByDataBoxEdgeDeviceNextResponse = StorageAccountList;
3828
+ /** Optional parameters. */
3829
+ export interface ContainersListByStorageAccountOptionalParams extends coreClient.OperationOptions {
3830
+ }
3831
+ /** Contains response data for the listByStorageAccount operation. */
3832
+ export declare type ContainersListByStorageAccountResponse = ContainerList;
3833
+ /** Optional parameters. */
3834
+ export interface ContainersGetOptionalParams extends coreClient.OperationOptions {
3835
+ }
3836
+ /** Contains response data for the get operation. */
3837
+ export declare type ContainersGetResponse = Container;
3838
+ /** Optional parameters. */
3839
+ export interface ContainersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
3840
+ /** Delay to wait until next poll, in milliseconds. */
3841
+ updateIntervalInMs?: number;
3842
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3843
+ resumeFrom?: string;
3844
+ }
3845
+ /** Contains response data for the createOrUpdate operation. */
3846
+ export declare type ContainersCreateOrUpdateResponse = Container;
3847
+ /** Optional parameters. */
3848
+ export interface ContainersDeleteOptionalParams extends coreClient.OperationOptions {
3849
+ /** Delay to wait until next poll, in milliseconds. */
3850
+ updateIntervalInMs?: number;
3851
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3852
+ resumeFrom?: string;
3853
+ }
3854
+ /** Optional parameters. */
3855
+ export interface ContainersRefreshOptionalParams extends coreClient.OperationOptions {
3856
+ /** Delay to wait until next poll, in milliseconds. */
3857
+ updateIntervalInMs?: number;
3858
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3859
+ resumeFrom?: string;
3860
+ }
3861
+ /** Optional parameters. */
3862
+ export interface ContainersListByStorageAccountNextOptionalParams extends coreClient.OperationOptions {
3863
+ }
3864
+ /** Contains response data for the listByStorageAccountNext operation. */
3865
+ export declare type ContainersListByStorageAccountNextResponse = ContainerList;
3866
+ /** Optional parameters. */
3867
+ export interface TriggersListByDataBoxEdgeDeviceOptionalParams extends coreClient.OperationOptions {
3868
+ /** Specify $filter='CustomContextTag eq <tag>' to filter on custom context tag property */
3869
+ filter?: string;
3870
+ }
3871
+ /** Contains response data for the listByDataBoxEdgeDevice operation. */
3872
+ export declare type TriggersListByDataBoxEdgeDeviceResponse = TriggerList;
3873
+ /** Optional parameters. */
3874
+ export interface TriggersGetOptionalParams extends coreClient.OperationOptions {
3875
+ }
3876
+ /** Contains response data for the get operation. */
3877
+ export declare type TriggersGetResponse = TriggerUnion;
3878
+ /** Optional parameters. */
3879
+ export interface TriggersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
3880
+ /** Delay to wait until next poll, in milliseconds. */
3881
+ updateIntervalInMs?: number;
3882
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3883
+ resumeFrom?: string;
3884
+ }
3885
+ /** Contains response data for the createOrUpdate operation. */
3886
+ export declare type TriggersCreateOrUpdateResponse = TriggerUnion;
3887
+ /** Optional parameters. */
3888
+ export interface TriggersDeleteOptionalParams extends coreClient.OperationOptions {
3889
+ /** Delay to wait until next poll, in milliseconds. */
3890
+ updateIntervalInMs?: number;
3891
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3892
+ resumeFrom?: string;
3893
+ }
3894
+ /** Optional parameters. */
3895
+ export interface TriggersListByDataBoxEdgeDeviceNextOptionalParams extends coreClient.OperationOptions {
3896
+ /** Specify $filter='CustomContextTag eq <tag>' to filter on custom context tag property */
3897
+ filter?: string;
3898
+ }
3899
+ /** Contains response data for the listByDataBoxEdgeDeviceNext operation. */
3900
+ export declare type TriggersListByDataBoxEdgeDeviceNextResponse = TriggerList;
3901
+ /** Optional parameters. */
3902
+ export interface SupportPackagesTriggerSupportPackageOptionalParams extends coreClient.OperationOptions {
3903
+ /** Delay to wait until next poll, in milliseconds. */
3904
+ updateIntervalInMs?: number;
3905
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3906
+ resumeFrom?: string;
3907
+ }
3908
+ /** Optional parameters. */
3909
+ export interface UsersListByDataBoxEdgeDeviceOptionalParams extends coreClient.OperationOptions {
3910
+ /** Specify $filter='Type eq <type>' to filter on user type property */
3911
+ filter?: string;
3912
+ }
3913
+ /** Contains response data for the listByDataBoxEdgeDevice operation. */
3914
+ export declare type UsersListByDataBoxEdgeDeviceResponse = UserList;
3915
+ /** Optional parameters. */
3916
+ export interface UsersGetOptionalParams extends coreClient.OperationOptions {
3917
+ }
3918
+ /** Contains response data for the get operation. */
3919
+ export declare type UsersGetResponse = User;
3920
+ /** Optional parameters. */
3921
+ export interface UsersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
3922
+ /** Delay to wait until next poll, in milliseconds. */
3923
+ updateIntervalInMs?: number;
3924
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3925
+ resumeFrom?: string;
3926
+ }
3927
+ /** Contains response data for the createOrUpdate operation. */
3928
+ export declare type UsersCreateOrUpdateResponse = User;
3929
+ /** Optional parameters. */
3930
+ export interface UsersDeleteOptionalParams extends coreClient.OperationOptions {
3931
+ /** Delay to wait until next poll, in milliseconds. */
3932
+ updateIntervalInMs?: number;
3933
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3934
+ resumeFrom?: string;
3935
+ }
3936
+ /** Optional parameters. */
3937
+ export interface UsersListByDataBoxEdgeDeviceNextOptionalParams extends coreClient.OperationOptions {
3938
+ /** Specify $filter='Type eq <type>' to filter on user type property */
3939
+ filter?: string;
3940
+ }
3941
+ /** Contains response data for the listByDataBoxEdgeDeviceNext operation. */
3942
+ export declare type UsersListByDataBoxEdgeDeviceNextResponse = UserList;
3943
+ /** Optional parameters. */
3944
+ export interface DataBoxEdgeManagementClientOptionalParams extends coreClient.ServiceClientOptions {
3945
+ /** server parameter */
3946
+ $host?: string;
3947
+ /** Api Version */
3948
+ apiVersion?: string;
3949
+ /** Overrides client endpoint. */
3950
+ endpoint?: string;
3951
+ }
3952
+ //# sourceMappingURL=index.d.ts.map