@azure/arm-datalake-analytics 2.0.0-beta.4 → 2.0.0-beta.5

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 (580) hide show
  1. package/CHANGELOG.md +12 -2
  2. package/LICENSE +4 -4
  3. package/README.md +30 -18
  4. package/{dist-esm/src → dist/browser}/dataLakeAnalyticsAccountManagementClient.d.ts +2 -2
  5. package/dist/browser/dataLakeAnalyticsAccountManagementClient.d.ts.map +1 -0
  6. package/{dist-esm/src → dist/browser}/dataLakeAnalyticsAccountManagementClient.js +36 -24
  7. package/dist/browser/dataLakeAnalyticsAccountManagementClient.js.map +1 -0
  8. package/dist/browser/index.d.ts +5 -0
  9. package/dist/browser/index.d.ts.map +1 -0
  10. package/{dist-esm/src → dist/browser}/index.js +4 -4
  11. package/dist/browser/index.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/lroImpl.js +13 -9
  13. package/dist/browser/lroImpl.js.map +1 -0
  14. package/{dist-esm/src → dist/browser}/models/index.d.ts +42 -42
  15. package/{dist-esm/src → dist/browser}/models/index.d.ts.map +1 -1
  16. package/dist/browser/models/index.js.map +1 -0
  17. package/{dist-esm/src → dist/browser}/models/mappers.js +184 -87
  18. package/dist/browser/models/mappers.js.map +1 -0
  19. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  20. package/dist/browser/models/parameters.js.map +1 -0
  21. package/{dist-esm/src → dist/browser}/operations/accounts.d.ts +3 -3
  22. package/dist/browser/operations/accounts.d.ts.map +1 -0
  23. package/{dist-esm/src → dist/browser}/operations/accounts.js +160 -187
  24. package/dist/browser/operations/accounts.js.map +1 -0
  25. package/{dist-esm/src → dist/browser}/operations/computePolicies.d.ts +3 -3
  26. package/dist/browser/operations/computePolicies.d.ts.map +1 -0
  27. package/{dist-esm/src → dist/browser}/operations/computePolicies.js +26 -41
  28. package/dist/browser/operations/computePolicies.js.map +1 -0
  29. package/{dist-esm/src → dist/browser}/operations/dataLakeStoreAccounts.d.ts +3 -3
  30. package/dist/browser/operations/dataLakeStoreAccounts.d.ts.map +1 -0
  31. package/{dist-esm/src → dist/browser}/operations/dataLakeStoreAccounts.js +26 -41
  32. package/dist/browser/operations/dataLakeStoreAccounts.js.map +1 -0
  33. package/{dist-esm/src → dist/browser}/operations/firewallRules.d.ts +3 -3
  34. package/dist/browser/operations/firewallRules.d.ts.map +1 -0
  35. package/{dist-esm/src → dist/browser}/operations/firewallRules.js +26 -41
  36. package/dist/browser/operations/firewallRules.js.map +1 -0
  37. package/dist/browser/operations/index.d.ts +8 -0
  38. package/dist/browser/operations/index.d.ts.map +1 -0
  39. package/dist/browser/operations/index.js +15 -0
  40. package/dist/browser/operations/index.js.map +1 -0
  41. package/{dist-esm/src → dist/browser}/operations/locations.d.ts +3 -3
  42. package/dist/browser/operations/locations.d.ts.map +1 -0
  43. package/{dist-esm/src → dist/browser}/operations/locations.js +3 -2
  44. package/dist/browser/operations/locations.js.map +1 -0
  45. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  46. package/dist/browser/operations/operations.d.ts.map +1 -0
  47. package/{dist-esm/src → dist/browser}/operations/operations.js +3 -2
  48. package/dist/browser/operations/operations.js.map +1 -0
  49. package/{dist-esm/src → dist/browser}/operations/storageAccounts.d.ts +3 -3
  50. package/dist/browser/operations/storageAccounts.d.ts.map +1 -0
  51. package/{dist-esm/src → dist/browser}/operations/storageAccounts.js +70 -115
  52. package/dist/browser/operations/storageAccounts.js.map +1 -0
  53. package/{dist-esm/src → dist/browser}/operationsInterfaces/accounts.d.ts +1 -1
  54. package/dist/browser/operationsInterfaces/accounts.d.ts.map +1 -0
  55. package/dist/browser/operationsInterfaces/accounts.js.map +1 -0
  56. package/{dist-esm/src → dist/browser}/operationsInterfaces/computePolicies.d.ts +1 -1
  57. package/dist/browser/operationsInterfaces/computePolicies.d.ts.map +1 -0
  58. package/dist/browser/operationsInterfaces/computePolicies.js.map +1 -0
  59. package/{dist-esm/src → dist/browser}/operationsInterfaces/dataLakeStoreAccounts.d.ts +1 -1
  60. package/dist/browser/operationsInterfaces/dataLakeStoreAccounts.d.ts.map +1 -0
  61. package/dist/browser/operationsInterfaces/dataLakeStoreAccounts.js.map +1 -0
  62. package/{dist-esm/src → dist/browser}/operationsInterfaces/firewallRules.d.ts +1 -1
  63. package/dist/browser/operationsInterfaces/firewallRules.d.ts.map +1 -0
  64. package/dist/browser/operationsInterfaces/firewallRules.js.map +1 -0
  65. package/dist/browser/operationsInterfaces/index.d.ts +8 -0
  66. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  67. package/dist/browser/operationsInterfaces/index.js +15 -0
  68. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  69. package/{dist-esm/src → dist/browser}/operationsInterfaces/locations.d.ts +1 -1
  70. package/dist/browser/operationsInterfaces/locations.d.ts.map +1 -0
  71. package/dist/browser/operationsInterfaces/locations.js.map +1 -0
  72. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  73. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  74. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  75. package/{dist-esm/src → dist/browser}/operationsInterfaces/storageAccounts.d.ts +1 -1
  76. package/dist/browser/operationsInterfaces/storageAccounts.d.ts.map +1 -0
  77. package/dist/browser/operationsInterfaces/storageAccounts.js.map +1 -0
  78. package/dist/browser/package.json +3 -0
  79. package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
  80. package/dist/browser/pagingHelper.js.map +1 -0
  81. package/dist/commonjs/dataLakeAnalyticsAccountManagementClient.d.ts +27 -0
  82. package/dist/commonjs/dataLakeAnalyticsAccountManagementClient.d.ts.map +1 -0
  83. package/dist/commonjs/dataLakeAnalyticsAccountManagementClient.js +124 -0
  84. package/dist/commonjs/dataLakeAnalyticsAccountManagementClient.js.map +1 -0
  85. package/dist/commonjs/index.d.ts +5 -0
  86. package/dist/commonjs/index.d.ts.map +1 -0
  87. package/dist/commonjs/index.js +19 -0
  88. package/dist/commonjs/index.js.map +1 -0
  89. package/dist/commonjs/lroImpl.d.ts +16 -0
  90. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  91. package/dist/commonjs/lroImpl.js +37 -0
  92. package/dist/commonjs/lroImpl.js.map +1 -0
  93. package/{types/arm-datalake-analytics.d.ts → dist/commonjs/models/index.d.ts} +1357 -1840
  94. package/dist/commonjs/models/index.d.ts.map +1 -0
  95. package/dist/commonjs/models/index.js +45 -0
  96. package/dist/commonjs/models/index.js.map +1 -0
  97. package/dist/commonjs/models/mappers.d.ts +56 -0
  98. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  99. package/dist/commonjs/models/mappers.js +2396 -0
  100. package/dist/commonjs/models/mappers.js.map +1 -0
  101. package/dist/commonjs/models/parameters.d.ts +32 -0
  102. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  103. package/dist/commonjs/models/parameters.js +257 -0
  104. package/dist/commonjs/models/parameters.js.map +1 -0
  105. package/dist/commonjs/operations/accounts.d.ts +120 -0
  106. package/dist/commonjs/operations/accounts.d.ts.map +1 -0
  107. package/dist/commonjs/operations/accounts.js +576 -0
  108. package/dist/commonjs/operations/accounts.js.map +1 -0
  109. package/dist/commonjs/operations/computePolicies.d.ts +76 -0
  110. package/dist/commonjs/operations/computePolicies.d.ts.map +1 -0
  111. package/dist/commonjs/operations/computePolicies.js +282 -0
  112. package/dist/commonjs/operations/computePolicies.js.map +1 -0
  113. package/dist/commonjs/operations/dataLakeStoreAccounts.d.ts +64 -0
  114. package/dist/commonjs/operations/dataLakeStoreAccounts.d.ts.map +1 -0
  115. package/dist/commonjs/operations/dataLakeStoreAccounts.js +252 -0
  116. package/dist/commonjs/operations/dataLakeStoreAccounts.js.map +1 -0
  117. package/dist/commonjs/operations/firewallRules.d.ts +72 -0
  118. package/dist/commonjs/operations/firewallRules.d.ts.map +1 -0
  119. package/dist/commonjs/operations/firewallRules.js +272 -0
  120. package/dist/commonjs/operations/firewallRules.js.map +1 -0
  121. package/dist/commonjs/operations/index.d.ts +8 -0
  122. package/dist/commonjs/operations/index.d.ts.map +1 -0
  123. package/dist/commonjs/operations/index.js +18 -0
  124. package/dist/commonjs/operations/index.js.map +1 -0
  125. package/dist/commonjs/operations/locations.d.ts +20 -0
  126. package/dist/commonjs/operations/locations.d.ts.map +1 -0
  127. package/dist/commonjs/operations/locations.js +59 -0
  128. package/dist/commonjs/operations/locations.js.map +1 -0
  129. package/dist/commonjs/operations/operations.d.ts +18 -0
  130. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  131. package/dist/commonjs/operations/operations.js +52 -0
  132. package/dist/commonjs/operations/operations.js.map +1 -0
  133. package/dist/commonjs/operations/storageAccounts.d.ts +153 -0
  134. package/dist/commonjs/operations/storageAccounts.d.ts.map +1 -0
  135. package/dist/commonjs/operations/storageAccounts.js +588 -0
  136. package/dist/commonjs/operations/storageAccounts.js.map +1 -0
  137. package/dist/commonjs/operationsInterfaces/accounts.d.ts +82 -0
  138. package/dist/commonjs/operationsInterfaces/accounts.d.ts.map +1 -0
  139. package/dist/commonjs/operationsInterfaces/accounts.js +10 -0
  140. package/dist/commonjs/operationsInterfaces/accounts.js.map +1 -0
  141. package/dist/commonjs/operationsInterfaces/computePolicies.d.ts +50 -0
  142. package/dist/commonjs/operationsInterfaces/computePolicies.d.ts.map +1 -0
  143. package/dist/commonjs/operationsInterfaces/computePolicies.js +10 -0
  144. package/dist/commonjs/operationsInterfaces/computePolicies.js.map +1 -0
  145. package/dist/commonjs/operationsInterfaces/dataLakeStoreAccounts.d.ts +38 -0
  146. package/dist/commonjs/operationsInterfaces/dataLakeStoreAccounts.d.ts.map +1 -0
  147. package/dist/commonjs/operationsInterfaces/dataLakeStoreAccounts.js +10 -0
  148. package/dist/commonjs/operationsInterfaces/dataLakeStoreAccounts.js.map +1 -0
  149. package/dist/commonjs/operationsInterfaces/firewallRules.d.ts +47 -0
  150. package/dist/commonjs/operationsInterfaces/firewallRules.d.ts.map +1 -0
  151. package/dist/commonjs/operationsInterfaces/firewallRules.js +10 -0
  152. package/dist/commonjs/operationsInterfaces/firewallRules.js.map +1 -0
  153. package/dist/commonjs/operationsInterfaces/index.d.ts +8 -0
  154. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  155. package/dist/commonjs/operationsInterfaces/index.js +18 -0
  156. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  157. package/dist/commonjs/operationsInterfaces/locations.d.ts +12 -0
  158. package/dist/commonjs/operationsInterfaces/locations.d.ts.map +1 -0
  159. package/dist/commonjs/operationsInterfaces/locations.js +10 -0
  160. package/dist/commonjs/operationsInterfaces/locations.js.map +1 -0
  161. package/dist/commonjs/operationsInterfaces/operations.d.ts +10 -0
  162. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  163. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  164. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  165. package/dist/commonjs/operationsInterfaces/storageAccounts.d.ts +81 -0
  166. package/dist/commonjs/operationsInterfaces/storageAccounts.d.ts.map +1 -0
  167. package/dist/commonjs/operationsInterfaces/storageAccounts.js +10 -0
  168. package/dist/commonjs/operationsInterfaces/storageAccounts.js.map +1 -0
  169. package/dist/commonjs/package.json +3 -0
  170. package/dist/commonjs/pagingHelper.d.ts +13 -0
  171. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  172. package/dist/commonjs/pagingHelper.js +34 -0
  173. package/dist/commonjs/pagingHelper.js.map +1 -0
  174. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  175. package/dist/esm/dataLakeAnalyticsAccountManagementClient.d.ts +27 -0
  176. package/dist/esm/dataLakeAnalyticsAccountManagementClient.d.ts.map +1 -0
  177. package/dist/esm/dataLakeAnalyticsAccountManagementClient.js +119 -0
  178. package/dist/esm/dataLakeAnalyticsAccountManagementClient.js.map +1 -0
  179. package/dist/esm/index.d.ts +5 -0
  180. package/dist/esm/index.d.ts.map +1 -0
  181. package/{src/index.ts → dist/esm/index.js} +5 -5
  182. package/dist/esm/index.js.map +1 -0
  183. package/dist/esm/lroImpl.d.ts +16 -0
  184. package/dist/esm/lroImpl.d.ts.map +1 -0
  185. package/dist/esm/lroImpl.js +33 -0
  186. package/dist/esm/lroImpl.js.map +1 -0
  187. package/dist/esm/models/index.d.ts +1357 -0
  188. package/dist/esm/models/index.d.ts.map +1 -0
  189. package/dist/esm/models/index.js +42 -0
  190. package/dist/esm/models/index.js.map +1 -0
  191. package/dist/esm/models/mappers.d.ts +56 -0
  192. package/dist/esm/models/mappers.d.ts.map +1 -0
  193. package/dist/esm/models/mappers.js +2392 -0
  194. package/dist/esm/models/mappers.js.map +1 -0
  195. package/dist/esm/models/parameters.d.ts +32 -0
  196. package/dist/esm/models/parameters.d.ts.map +1 -0
  197. package/dist/esm/models/parameters.js +254 -0
  198. package/dist/esm/models/parameters.js.map +1 -0
  199. package/dist/esm/operations/accounts.d.ts +120 -0
  200. package/dist/esm/operations/accounts.d.ts.map +1 -0
  201. package/dist/esm/operations/accounts.js +571 -0
  202. package/dist/esm/operations/accounts.js.map +1 -0
  203. package/dist/esm/operations/computePolicies.d.ts +76 -0
  204. package/dist/esm/operations/computePolicies.d.ts.map +1 -0
  205. package/dist/esm/operations/computePolicies.js +277 -0
  206. package/dist/esm/operations/computePolicies.js.map +1 -0
  207. package/dist/esm/operations/dataLakeStoreAccounts.d.ts +64 -0
  208. package/dist/esm/operations/dataLakeStoreAccounts.d.ts.map +1 -0
  209. package/dist/esm/operations/dataLakeStoreAccounts.js +247 -0
  210. package/dist/esm/operations/dataLakeStoreAccounts.js.map +1 -0
  211. package/dist/esm/operations/firewallRules.d.ts +72 -0
  212. package/dist/esm/operations/firewallRules.d.ts.map +1 -0
  213. package/dist/esm/operations/firewallRules.js +267 -0
  214. package/dist/esm/operations/firewallRules.js.map +1 -0
  215. package/dist/esm/operations/index.d.ts +8 -0
  216. package/dist/esm/operations/index.d.ts.map +1 -0
  217. package/dist/esm/operations/index.js +15 -0
  218. package/dist/esm/operations/index.js.map +1 -0
  219. package/dist/esm/operations/locations.d.ts +20 -0
  220. package/dist/esm/operations/locations.d.ts.map +1 -0
  221. package/dist/esm/operations/locations.js +54 -0
  222. package/dist/esm/operations/locations.js.map +1 -0
  223. package/dist/esm/operations/operations.d.ts +18 -0
  224. package/dist/esm/operations/operations.d.ts.map +1 -0
  225. package/dist/esm/operations/operations.js +47 -0
  226. package/dist/esm/operations/operations.js.map +1 -0
  227. package/dist/esm/operations/storageAccounts.d.ts +153 -0
  228. package/dist/esm/operations/storageAccounts.d.ts.map +1 -0
  229. package/dist/esm/operations/storageAccounts.js +583 -0
  230. package/dist/esm/operations/storageAccounts.js.map +1 -0
  231. package/dist/esm/operationsInterfaces/accounts.d.ts +82 -0
  232. package/dist/esm/operationsInterfaces/accounts.d.ts.map +1 -0
  233. package/dist/esm/operationsInterfaces/accounts.js +9 -0
  234. package/dist/esm/operationsInterfaces/accounts.js.map +1 -0
  235. package/dist/esm/operationsInterfaces/computePolicies.d.ts +50 -0
  236. package/dist/esm/operationsInterfaces/computePolicies.d.ts.map +1 -0
  237. package/dist/esm/operationsInterfaces/computePolicies.js +9 -0
  238. package/dist/esm/operationsInterfaces/computePolicies.js.map +1 -0
  239. package/dist/esm/operationsInterfaces/dataLakeStoreAccounts.d.ts +38 -0
  240. package/dist/esm/operationsInterfaces/dataLakeStoreAccounts.d.ts.map +1 -0
  241. package/dist/esm/operationsInterfaces/dataLakeStoreAccounts.js +9 -0
  242. package/dist/esm/operationsInterfaces/dataLakeStoreAccounts.js.map +1 -0
  243. package/dist/esm/operationsInterfaces/firewallRules.d.ts +47 -0
  244. package/dist/esm/operationsInterfaces/firewallRules.d.ts.map +1 -0
  245. package/dist/esm/operationsInterfaces/firewallRules.js +9 -0
  246. package/dist/esm/operationsInterfaces/firewallRules.js.map +1 -0
  247. package/dist/esm/operationsInterfaces/index.d.ts +8 -0
  248. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  249. package/dist/esm/operationsInterfaces/index.js +15 -0
  250. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  251. package/dist/esm/operationsInterfaces/locations.d.ts +12 -0
  252. package/dist/esm/operationsInterfaces/locations.d.ts.map +1 -0
  253. package/dist/esm/operationsInterfaces/locations.js +9 -0
  254. package/dist/esm/operationsInterfaces/locations.js.map +1 -0
  255. package/dist/esm/operationsInterfaces/operations.d.ts +10 -0
  256. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  257. package/dist/esm/operationsInterfaces/operations.js +9 -0
  258. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  259. package/dist/esm/operationsInterfaces/storageAccounts.d.ts +81 -0
  260. package/dist/esm/operationsInterfaces/storageAccounts.d.ts.map +1 -0
  261. package/dist/esm/operationsInterfaces/storageAccounts.js +9 -0
  262. package/dist/esm/operationsInterfaces/storageAccounts.js.map +1 -0
  263. package/dist/esm/package.json +3 -0
  264. package/dist/esm/pagingHelper.d.ts +13 -0
  265. package/dist/esm/pagingHelper.d.ts.map +1 -0
  266. package/dist/esm/pagingHelper.js +30 -0
  267. package/dist/esm/pagingHelper.js.map +1 -0
  268. package/dist/react-native/dataLakeAnalyticsAccountManagementClient.d.ts +27 -0
  269. package/dist/react-native/dataLakeAnalyticsAccountManagementClient.d.ts.map +1 -0
  270. package/dist/react-native/dataLakeAnalyticsAccountManagementClient.js +119 -0
  271. package/dist/react-native/dataLakeAnalyticsAccountManagementClient.js.map +1 -0
  272. package/dist/react-native/index.d.ts +5 -0
  273. package/dist/react-native/index.d.ts.map +1 -0
  274. package/dist/react-native/index.js +13 -0
  275. package/dist/react-native/index.js.map +1 -0
  276. package/dist/react-native/lroImpl.d.ts +16 -0
  277. package/dist/react-native/lroImpl.d.ts.map +1 -0
  278. package/dist/react-native/lroImpl.js +33 -0
  279. package/dist/react-native/lroImpl.js.map +1 -0
  280. package/dist/react-native/models/index.d.ts +1357 -0
  281. package/dist/react-native/models/index.d.ts.map +1 -0
  282. package/dist/react-native/models/index.js +42 -0
  283. package/dist/react-native/models/index.js.map +1 -0
  284. package/dist/react-native/models/mappers.d.ts +56 -0
  285. package/dist/react-native/models/mappers.d.ts.map +1 -0
  286. package/dist/react-native/models/mappers.js +2392 -0
  287. package/dist/react-native/models/mappers.js.map +1 -0
  288. package/dist/react-native/models/parameters.d.ts +32 -0
  289. package/dist/react-native/models/parameters.d.ts.map +1 -0
  290. package/dist/react-native/models/parameters.js +254 -0
  291. package/dist/react-native/models/parameters.js.map +1 -0
  292. package/dist/react-native/operations/accounts.d.ts +120 -0
  293. package/dist/react-native/operations/accounts.d.ts.map +1 -0
  294. package/dist/react-native/operations/accounts.js +571 -0
  295. package/dist/react-native/operations/accounts.js.map +1 -0
  296. package/dist/react-native/operations/computePolicies.d.ts +76 -0
  297. package/dist/react-native/operations/computePolicies.d.ts.map +1 -0
  298. package/dist/react-native/operations/computePolicies.js +277 -0
  299. package/dist/react-native/operations/computePolicies.js.map +1 -0
  300. package/dist/react-native/operations/dataLakeStoreAccounts.d.ts +64 -0
  301. package/dist/react-native/operations/dataLakeStoreAccounts.d.ts.map +1 -0
  302. package/dist/react-native/operations/dataLakeStoreAccounts.js +247 -0
  303. package/dist/react-native/operations/dataLakeStoreAccounts.js.map +1 -0
  304. package/dist/react-native/operations/firewallRules.d.ts +72 -0
  305. package/dist/react-native/operations/firewallRules.d.ts.map +1 -0
  306. package/dist/react-native/operations/firewallRules.js +267 -0
  307. package/dist/react-native/operations/firewallRules.js.map +1 -0
  308. package/dist/react-native/operations/index.d.ts +8 -0
  309. package/dist/react-native/operations/index.d.ts.map +1 -0
  310. package/dist/react-native/operations/index.js +15 -0
  311. package/dist/react-native/operations/index.js.map +1 -0
  312. package/dist/react-native/operations/locations.d.ts +20 -0
  313. package/dist/react-native/operations/locations.d.ts.map +1 -0
  314. package/dist/react-native/operations/locations.js +54 -0
  315. package/dist/react-native/operations/locations.js.map +1 -0
  316. package/dist/react-native/operations/operations.d.ts +18 -0
  317. package/dist/react-native/operations/operations.d.ts.map +1 -0
  318. package/dist/react-native/operations/operations.js +47 -0
  319. package/dist/react-native/operations/operations.js.map +1 -0
  320. package/dist/react-native/operations/storageAccounts.d.ts +153 -0
  321. package/dist/react-native/operations/storageAccounts.d.ts.map +1 -0
  322. package/dist/react-native/operations/storageAccounts.js +583 -0
  323. package/dist/react-native/operations/storageAccounts.js.map +1 -0
  324. package/dist/react-native/operationsInterfaces/accounts.d.ts +82 -0
  325. package/dist/react-native/operationsInterfaces/accounts.d.ts.map +1 -0
  326. package/dist/react-native/operationsInterfaces/accounts.js +9 -0
  327. package/dist/react-native/operationsInterfaces/accounts.js.map +1 -0
  328. package/dist/react-native/operationsInterfaces/computePolicies.d.ts +50 -0
  329. package/dist/react-native/operationsInterfaces/computePolicies.d.ts.map +1 -0
  330. package/dist/react-native/operationsInterfaces/computePolicies.js +9 -0
  331. package/dist/react-native/operationsInterfaces/computePolicies.js.map +1 -0
  332. package/dist/react-native/operationsInterfaces/dataLakeStoreAccounts.d.ts +38 -0
  333. package/dist/react-native/operationsInterfaces/dataLakeStoreAccounts.d.ts.map +1 -0
  334. package/dist/react-native/operationsInterfaces/dataLakeStoreAccounts.js +9 -0
  335. package/dist/react-native/operationsInterfaces/dataLakeStoreAccounts.js.map +1 -0
  336. package/dist/react-native/operationsInterfaces/firewallRules.d.ts +47 -0
  337. package/dist/react-native/operationsInterfaces/firewallRules.d.ts.map +1 -0
  338. package/dist/react-native/operationsInterfaces/firewallRules.js +9 -0
  339. package/dist/react-native/operationsInterfaces/firewallRules.js.map +1 -0
  340. package/dist/react-native/operationsInterfaces/index.d.ts +8 -0
  341. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  342. package/dist/react-native/operationsInterfaces/index.js +15 -0
  343. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  344. package/dist/react-native/operationsInterfaces/locations.d.ts +12 -0
  345. package/dist/react-native/operationsInterfaces/locations.d.ts.map +1 -0
  346. package/dist/react-native/operationsInterfaces/locations.js +9 -0
  347. package/dist/react-native/operationsInterfaces/locations.js.map +1 -0
  348. package/dist/react-native/operationsInterfaces/operations.d.ts +10 -0
  349. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  350. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  351. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  352. package/dist/react-native/operationsInterfaces/storageAccounts.d.ts +81 -0
  353. package/dist/react-native/operationsInterfaces/storageAccounts.d.ts.map +1 -0
  354. package/dist/react-native/operationsInterfaces/storageAccounts.js +9 -0
  355. package/dist/react-native/operationsInterfaces/storageAccounts.js.map +1 -0
  356. package/dist/react-native/package.json +3 -0
  357. package/dist/react-native/pagingHelper.d.ts +13 -0
  358. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  359. package/dist/react-native/pagingHelper.js +30 -0
  360. package/dist/react-native/pagingHelper.js.map +1 -0
  361. package/package.json +85 -76
  362. package/dist/index.js +0 -4972
  363. package/dist/index.js.map +0 -1
  364. package/dist/index.min.js +0 -1
  365. package/dist/index.min.js.map +0 -1
  366. package/dist-esm/samples-dev/accountsCheckNameAvailabilitySample.d.ts +0 -2
  367. package/dist-esm/samples-dev/accountsCheckNameAvailabilitySample.d.ts.map +0 -1
  368. package/dist-esm/samples-dev/accountsCheckNameAvailabilitySample.js +0 -34
  369. package/dist-esm/samples-dev/accountsCheckNameAvailabilitySample.js.map +0 -1
  370. package/dist-esm/samples-dev/accountsCreateSample.d.ts +0 -2
  371. package/dist-esm/samples-dev/accountsCreateSample.d.ts.map +0 -1
  372. package/dist-esm/samples-dev/accountsCreateSample.js +0 -64
  373. package/dist-esm/samples-dev/accountsCreateSample.js.map +0 -1
  374. package/dist-esm/samples-dev/accountsDeleteSample.d.ts +0 -2
  375. package/dist-esm/samples-dev/accountsDeleteSample.d.ts.map +0 -1
  376. package/dist-esm/samples-dev/accountsDeleteSample.js +0 -31
  377. package/dist-esm/samples-dev/accountsDeleteSample.js.map +0 -1
  378. package/dist-esm/samples-dev/accountsGetSample.d.ts +0 -2
  379. package/dist-esm/samples-dev/accountsGetSample.d.ts.map +0 -1
  380. package/dist-esm/samples-dev/accountsGetSample.js +0 -31
  381. package/dist-esm/samples-dev/accountsGetSample.js.map +0 -1
  382. package/dist-esm/samples-dev/accountsListByResourceGroupSample.d.ts +0 -2
  383. package/dist-esm/samples-dev/accountsListByResourceGroupSample.d.ts.map +0 -1
  384. package/dist-esm/samples-dev/accountsListByResourceGroupSample.js +0 -58
  385. package/dist-esm/samples-dev/accountsListByResourceGroupSample.js.map +0 -1
  386. package/dist-esm/samples-dev/accountsListSample.d.ts +0 -2
  387. package/dist-esm/samples-dev/accountsListSample.d.ts.map +0 -1
  388. package/dist-esm/samples-dev/accountsListSample.js +0 -57
  389. package/dist-esm/samples-dev/accountsListSample.js.map +0 -1
  390. package/dist-esm/samples-dev/accountsUpdateSample.d.ts +0 -2
  391. package/dist-esm/samples-dev/accountsUpdateSample.d.ts.map +0 -1
  392. package/dist-esm/samples-dev/accountsUpdateSample.js +0 -55
  393. package/dist-esm/samples-dev/accountsUpdateSample.js.map +0 -1
  394. package/dist-esm/samples-dev/computePoliciesCreateOrUpdateSample.d.ts +0 -2
  395. package/dist-esm/samples-dev/computePoliciesCreateOrUpdateSample.d.ts.map +0 -1
  396. package/dist-esm/samples-dev/computePoliciesCreateOrUpdateSample.js +0 -38
  397. package/dist-esm/samples-dev/computePoliciesCreateOrUpdateSample.js.map +0 -1
  398. package/dist-esm/samples-dev/computePoliciesDeleteSample.d.ts +0 -2
  399. package/dist-esm/samples-dev/computePoliciesDeleteSample.d.ts.map +0 -1
  400. package/dist-esm/samples-dev/computePoliciesDeleteSample.js +0 -32
  401. package/dist-esm/samples-dev/computePoliciesDeleteSample.js.map +0 -1
  402. package/dist-esm/samples-dev/computePoliciesGetSample.d.ts +0 -2
  403. package/dist-esm/samples-dev/computePoliciesGetSample.d.ts.map +0 -1
  404. package/dist-esm/samples-dev/computePoliciesGetSample.js +0 -32
  405. package/dist-esm/samples-dev/computePoliciesGetSample.js.map +0 -1
  406. package/dist-esm/samples-dev/computePoliciesListByAccountSample.d.ts +0 -2
  407. package/dist-esm/samples-dev/computePoliciesListByAccountSample.d.ts.map +0 -1
  408. package/dist-esm/samples-dev/computePoliciesListByAccountSample.js +0 -45
  409. package/dist-esm/samples-dev/computePoliciesListByAccountSample.js.map +0 -1
  410. package/dist-esm/samples-dev/computePoliciesUpdateSample.d.ts +0 -2
  411. package/dist-esm/samples-dev/computePoliciesUpdateSample.d.ts.map +0 -1
  412. package/dist-esm/samples-dev/computePoliciesUpdateSample.js +0 -37
  413. package/dist-esm/samples-dev/computePoliciesUpdateSample.js.map +0 -1
  414. package/dist-esm/samples-dev/dataLakeStoreAccountsAddSample.d.ts +0 -2
  415. package/dist-esm/samples-dev/dataLakeStoreAccountsAddSample.d.ts.map +0 -1
  416. package/dist-esm/samples-dev/dataLakeStoreAccountsAddSample.js +0 -34
  417. package/dist-esm/samples-dev/dataLakeStoreAccountsAddSample.js.map +0 -1
  418. package/dist-esm/samples-dev/dataLakeStoreAccountsDeleteSample.d.ts +0 -2
  419. package/dist-esm/samples-dev/dataLakeStoreAccountsDeleteSample.d.ts.map +0 -1
  420. package/dist-esm/samples-dev/dataLakeStoreAccountsDeleteSample.js +0 -32
  421. package/dist-esm/samples-dev/dataLakeStoreAccountsDeleteSample.js.map +0 -1
  422. package/dist-esm/samples-dev/dataLakeStoreAccountsGetSample.d.ts +0 -2
  423. package/dist-esm/samples-dev/dataLakeStoreAccountsGetSample.d.ts.map +0 -1
  424. package/dist-esm/samples-dev/dataLakeStoreAccountsGetSample.js +0 -32
  425. package/dist-esm/samples-dev/dataLakeStoreAccountsGetSample.js.map +0 -1
  426. package/dist-esm/samples-dev/dataLakeStoreAccountsListByAccountSample.d.ts +0 -2
  427. package/dist-esm/samples-dev/dataLakeStoreAccountsListByAccountSample.d.ts.map +0 -1
  428. package/dist-esm/samples-dev/dataLakeStoreAccountsListByAccountSample.js +0 -59
  429. package/dist-esm/samples-dev/dataLakeStoreAccountsListByAccountSample.js.map +0 -1
  430. package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.d.ts +0 -2
  431. package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.d.ts.map +0 -1
  432. package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.js +0 -36
  433. package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.js.map +0 -1
  434. package/dist-esm/samples-dev/firewallRulesDeleteSample.d.ts +0 -2
  435. package/dist-esm/samples-dev/firewallRulesDeleteSample.d.ts.map +0 -1
  436. package/dist-esm/samples-dev/firewallRulesDeleteSample.js +0 -32
  437. package/dist-esm/samples-dev/firewallRulesDeleteSample.js.map +0 -1
  438. package/dist-esm/samples-dev/firewallRulesGetSample.d.ts +0 -2
  439. package/dist-esm/samples-dev/firewallRulesGetSample.d.ts.map +0 -1
  440. package/dist-esm/samples-dev/firewallRulesGetSample.js +0 -32
  441. package/dist-esm/samples-dev/firewallRulesGetSample.js.map +0 -1
  442. package/dist-esm/samples-dev/firewallRulesListByAccountSample.d.ts +0 -2
  443. package/dist-esm/samples-dev/firewallRulesListByAccountSample.d.ts.map +0 -1
  444. package/dist-esm/samples-dev/firewallRulesListByAccountSample.js +0 -45
  445. package/dist-esm/samples-dev/firewallRulesListByAccountSample.js.map +0 -1
  446. package/dist-esm/samples-dev/firewallRulesUpdateSample.d.ts +0 -2
  447. package/dist-esm/samples-dev/firewallRulesUpdateSample.d.ts.map +0 -1
  448. package/dist-esm/samples-dev/firewallRulesUpdateSample.js +0 -37
  449. package/dist-esm/samples-dev/firewallRulesUpdateSample.js.map +0 -1
  450. package/dist-esm/samples-dev/locationsGetCapabilitySample.d.ts +0 -2
  451. package/dist-esm/samples-dev/locationsGetCapabilitySample.d.ts.map +0 -1
  452. package/dist-esm/samples-dev/locationsGetCapabilitySample.js +0 -30
  453. package/dist-esm/samples-dev/locationsGetCapabilitySample.js.map +0 -1
  454. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  455. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  456. package/dist-esm/samples-dev/operationsListSample.js +0 -29
  457. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  458. package/dist-esm/samples-dev/storageAccountsAddSample.d.ts +0 -2
  459. package/dist-esm/samples-dev/storageAccountsAddSample.d.ts.map +0 -1
  460. package/dist-esm/samples-dev/storageAccountsAddSample.js +0 -36
  461. package/dist-esm/samples-dev/storageAccountsAddSample.js.map +0 -1
  462. package/dist-esm/samples-dev/storageAccountsDeleteSample.d.ts +0 -2
  463. package/dist-esm/samples-dev/storageAccountsDeleteSample.d.ts.map +0 -1
  464. package/dist-esm/samples-dev/storageAccountsDeleteSample.js +0 -32
  465. package/dist-esm/samples-dev/storageAccountsDeleteSample.js.map +0 -1
  466. package/dist-esm/samples-dev/storageAccountsGetSample.d.ts +0 -2
  467. package/dist-esm/samples-dev/storageAccountsGetSample.d.ts.map +0 -1
  468. package/dist-esm/samples-dev/storageAccountsGetSample.js +0 -32
  469. package/dist-esm/samples-dev/storageAccountsGetSample.js.map +0 -1
  470. package/dist-esm/samples-dev/storageAccountsGetStorageContainerSample.d.ts +0 -2
  471. package/dist-esm/samples-dev/storageAccountsGetStorageContainerSample.d.ts.map +0 -1
  472. package/dist-esm/samples-dev/storageAccountsGetStorageContainerSample.js +0 -33
  473. package/dist-esm/samples-dev/storageAccountsGetStorageContainerSample.js.map +0 -1
  474. package/dist-esm/samples-dev/storageAccountsListByAccountSample.d.ts +0 -2
  475. package/dist-esm/samples-dev/storageAccountsListByAccountSample.d.ts.map +0 -1
  476. package/dist-esm/samples-dev/storageAccountsListByAccountSample.js +0 -59
  477. package/dist-esm/samples-dev/storageAccountsListByAccountSample.js.map +0 -1
  478. package/dist-esm/samples-dev/storageAccountsListSasTokensSample.d.ts +0 -2
  479. package/dist-esm/samples-dev/storageAccountsListSasTokensSample.d.ts.map +0 -1
  480. package/dist-esm/samples-dev/storageAccountsListSasTokensSample.js +0 -47
  481. package/dist-esm/samples-dev/storageAccountsListSasTokensSample.js.map +0 -1
  482. package/dist-esm/samples-dev/storageAccountsListStorageContainersSample.d.ts +0 -2
  483. package/dist-esm/samples-dev/storageAccountsListStorageContainersSample.d.ts.map +0 -1
  484. package/dist-esm/samples-dev/storageAccountsListStorageContainersSample.js +0 -46
  485. package/dist-esm/samples-dev/storageAccountsListStorageContainersSample.js.map +0 -1
  486. package/dist-esm/samples-dev/storageAccountsUpdateSample.d.ts +0 -2
  487. package/dist-esm/samples-dev/storageAccountsUpdateSample.d.ts.map +0 -1
  488. package/dist-esm/samples-dev/storageAccountsUpdateSample.js +0 -37
  489. package/dist-esm/samples-dev/storageAccountsUpdateSample.js.map +0 -1
  490. package/dist-esm/src/dataLakeAnalyticsAccountManagementClient.d.ts.map +0 -1
  491. package/dist-esm/src/dataLakeAnalyticsAccountManagementClient.js.map +0 -1
  492. package/dist-esm/src/index.d.ts +0 -6
  493. package/dist-esm/src/index.d.ts.map +0 -1
  494. package/dist-esm/src/index.js.map +0 -1
  495. package/dist-esm/src/lroImpl.js.map +0 -1
  496. package/dist-esm/src/models/index.js.map +0 -1
  497. package/dist-esm/src/models/mappers.js.map +0 -1
  498. package/dist-esm/src/models/parameters.js.map +0 -1
  499. package/dist-esm/src/operations/accounts.d.ts.map +0 -1
  500. package/dist-esm/src/operations/accounts.js.map +0 -1
  501. package/dist-esm/src/operations/computePolicies.d.ts.map +0 -1
  502. package/dist-esm/src/operations/computePolicies.js.map +0 -1
  503. package/dist-esm/src/operations/dataLakeStoreAccounts.d.ts.map +0 -1
  504. package/dist-esm/src/operations/dataLakeStoreAccounts.js.map +0 -1
  505. package/dist-esm/src/operations/firewallRules.d.ts.map +0 -1
  506. package/dist-esm/src/operations/firewallRules.js.map +0 -1
  507. package/dist-esm/src/operations/index.d.ts +0 -8
  508. package/dist-esm/src/operations/index.d.ts.map +0 -1
  509. package/dist-esm/src/operations/index.js +0 -15
  510. package/dist-esm/src/operations/index.js.map +0 -1
  511. package/dist-esm/src/operations/locations.d.ts.map +0 -1
  512. package/dist-esm/src/operations/locations.js.map +0 -1
  513. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  514. package/dist-esm/src/operations/operations.js.map +0 -1
  515. package/dist-esm/src/operations/storageAccounts.d.ts.map +0 -1
  516. package/dist-esm/src/operations/storageAccounts.js.map +0 -1
  517. package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +0 -1
  518. package/dist-esm/src/operationsInterfaces/accounts.js.map +0 -1
  519. package/dist-esm/src/operationsInterfaces/computePolicies.d.ts.map +0 -1
  520. package/dist-esm/src/operationsInterfaces/computePolicies.js.map +0 -1
  521. package/dist-esm/src/operationsInterfaces/dataLakeStoreAccounts.d.ts.map +0 -1
  522. package/dist-esm/src/operationsInterfaces/dataLakeStoreAccounts.js.map +0 -1
  523. package/dist-esm/src/operationsInterfaces/firewallRules.d.ts.map +0 -1
  524. package/dist-esm/src/operationsInterfaces/firewallRules.js.map +0 -1
  525. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -8
  526. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  527. package/dist-esm/src/operationsInterfaces/index.js +0 -15
  528. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  529. package/dist-esm/src/operationsInterfaces/locations.d.ts.map +0 -1
  530. package/dist-esm/src/operationsInterfaces/locations.js.map +0 -1
  531. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  532. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  533. package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts.map +0 -1
  534. package/dist-esm/src/operationsInterfaces/storageAccounts.js.map +0 -1
  535. package/dist-esm/src/pagingHelper.js.map +0 -1
  536. package/dist-esm/test/datalake-analytics_examples.spec.d.ts +0 -4
  537. package/dist-esm/test/datalake-analytics_examples.spec.d.ts.map +0 -1
  538. package/dist-esm/test/datalake-analytics_examples.spec.js +0 -55
  539. package/dist-esm/test/datalake-analytics_examples.spec.js.map +0 -1
  540. package/rollup.config.js +0 -122
  541. package/src/dataLakeAnalyticsAccountManagementClient.ts +0 -169
  542. package/src/lroImpl.ts +0 -34
  543. package/src/models/index.ts +0 -1532
  544. package/src/models/mappers.ts +0 -2447
  545. package/src/models/parameters.ts +0 -300
  546. package/src/operations/accounts.ts +0 -784
  547. package/src/operations/computePolicies.ts +0 -395
  548. package/src/operations/dataLakeStoreAccounts.ts +0 -350
  549. package/src/operations/firewallRules.ts +0 -385
  550. package/src/operations/index.ts +0 -15
  551. package/src/operations/locations.ts +0 -71
  552. package/src/operations/operations.ts +0 -59
  553. package/src/operations/storageAccounts.ts +0 -864
  554. package/src/operationsInterfaces/accounts.ts +0 -155
  555. package/src/operationsInterfaces/computePolicies.ts +0 -95
  556. package/src/operationsInterfaces/dataLakeStoreAccounts.ts +0 -73
  557. package/src/operationsInterfaces/firewallRules.ts +0 -92
  558. package/src/operationsInterfaces/index.ts +0 -15
  559. package/src/operationsInterfaces/locations.ts +0 -26
  560. package/src/operationsInterfaces/operations.ts +0 -21
  561. package/src/operationsInterfaces/storageAccounts.ts +0 -147
  562. package/src/pagingHelper.ts +0 -39
  563. package/tsconfig.json +0 -33
  564. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  565. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  566. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  567. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  568. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  569. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  570. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  571. /package/{dist-esm/src → dist/browser}/operationsInterfaces/accounts.js +0 -0
  572. /package/{dist-esm/src → dist/browser}/operationsInterfaces/computePolicies.js +0 -0
  573. /package/{dist-esm/src → dist/browser}/operationsInterfaces/dataLakeStoreAccounts.js +0 -0
  574. /package/{dist-esm/src → dist/browser}/operationsInterfaces/firewallRules.js +0 -0
  575. /package/{dist-esm/src → dist/browser}/operationsInterfaces/locations.js +0 -0
  576. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  577. /package/{dist-esm/src → dist/browser}/operationsInterfaces/storageAccounts.js +0 -0
  578. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  579. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  580. /package/review/{arm-datalake-analytics.api.md → arm-datalake-analytics-node.api.md} +0 -0
@@ -987,7 +987,7 @@ export declare enum KnownAADObjectType {
987
987
  * **Group** \
988
988
  * **ServicePrincipal**
989
989
  */
990
- export declare type AADObjectType = string;
990
+ export type AADObjectType = string;
991
991
  /** Known values of {@link OperationOrigin} that the service accepts. */
992
992
  export declare enum KnownOperationOrigin {
993
993
  /** User */
@@ -1006,7 +1006,7 @@ export declare enum KnownOperationOrigin {
1006
1006
  * **system** \
1007
1007
  * **user,system**
1008
1008
  */
1009
- export declare type OperationOrigin = string;
1009
+ export type OperationOrigin = string;
1010
1010
  /** Known values of {@link SubscriptionState} that the service accepts. */
1011
1011
  export declare enum KnownSubscriptionState {
1012
1012
  /** Registered */
@@ -1031,23 +1031,23 @@ export declare enum KnownSubscriptionState {
1031
1031
  * **Unregistered** \
1032
1032
  * **Warned**
1033
1033
  */
1034
- export declare type SubscriptionState = string;
1034
+ export type SubscriptionState = string;
1035
1035
  /** Defines values for DataLakeAnalyticsAccountStatus. */
1036
- export declare type DataLakeAnalyticsAccountStatus = "Failed" | "Creating" | "Running" | "Succeeded" | "Patching" | "Suspending" | "Resuming" | "Deleting" | "Deleted" | "Undeleting" | "Canceled";
1036
+ export type DataLakeAnalyticsAccountStatus = "Failed" | "Creating" | "Running" | "Succeeded" | "Patching" | "Suspending" | "Resuming" | "Deleting" | "Deleted" | "Undeleting" | "Canceled";
1037
1037
  /** Defines values for DataLakeAnalyticsAccountState. */
1038
- export declare type DataLakeAnalyticsAccountState = "Active" | "Suspended";
1038
+ export type DataLakeAnalyticsAccountState = "Active" | "Suspended";
1039
1039
  /** Defines values for FirewallState. */
1040
- export declare type FirewallState = "Enabled" | "Disabled";
1040
+ export type FirewallState = "Enabled" | "Disabled";
1041
1041
  /** Defines values for FirewallAllowAzureIpsState. */
1042
- export declare type FirewallAllowAzureIpsState = "Enabled" | "Disabled";
1042
+ export type FirewallAllowAzureIpsState = "Enabled" | "Disabled";
1043
1043
  /** Defines values for TierType. */
1044
- export declare type TierType = "Consumption" | "Commitment_100AUHours" | "Commitment_500AUHours" | "Commitment_1000AUHours" | "Commitment_5000AUHours" | "Commitment_10000AUHours" | "Commitment_50000AUHours" | "Commitment_100000AUHours" | "Commitment_500000AUHours";
1044
+ export type TierType = "Consumption" | "Commitment_100AUHours" | "Commitment_500AUHours" | "Commitment_1000AUHours" | "Commitment_5000AUHours" | "Commitment_10000AUHours" | "Commitment_50000AUHours" | "Commitment_100000AUHours" | "Commitment_500000AUHours";
1045
1045
  /** Defines values for NestedResourceProvisioningState. */
1046
- export declare type NestedResourceProvisioningState = "Succeeded" | "Canceled" | "Failed";
1046
+ export type NestedResourceProvisioningState = "Succeeded" | "Canceled" | "Failed";
1047
1047
  /** Defines values for VirtualNetworkRuleState. */
1048
- export declare type VirtualNetworkRuleState = "Active" | "NetworkSourceDeleted" | "Failed";
1048
+ export type VirtualNetworkRuleState = "Active" | "NetworkSourceDeleted" | "Failed";
1049
1049
  /** Defines values for DebugDataAccessLevel. */
1050
- export declare type DebugDataAccessLevel = "All" | "Customer" | "None";
1050
+ export type DebugDataAccessLevel = "All" | "Customer" | "None";
1051
1051
  /** Optional parameters. */
1052
1052
  export interface AccountsListOptionalParams extends coreClient.OperationOptions {
1053
1053
  /** OData filter. Optional. */
@@ -1064,7 +1064,7 @@ export interface AccountsListOptionalParams extends coreClient.OperationOptions
1064
1064
  count?: boolean;
1065
1065
  }
1066
1066
  /** Contains response data for the list operation. */
1067
- export declare type AccountsListResponse = DataLakeAnalyticsAccountListResult;
1067
+ export type AccountsListResponse = DataLakeAnalyticsAccountListResult;
1068
1068
  /** Optional parameters. */
1069
1069
  export interface AccountsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1070
1070
  /** OData filter. Optional. */
@@ -1081,7 +1081,7 @@ export interface AccountsListByResourceGroupOptionalParams extends coreClient.Op
1081
1081
  count?: boolean;
1082
1082
  }
1083
1083
  /** Contains response data for the listByResourceGroup operation. */
1084
- export declare type AccountsListByResourceGroupResponse = DataLakeAnalyticsAccountListResult;
1084
+ export type AccountsListByResourceGroupResponse = DataLakeAnalyticsAccountListResult;
1085
1085
  /** Optional parameters. */
1086
1086
  export interface AccountsCreateOptionalParams extends coreClient.OperationOptions {
1087
1087
  /** Delay to wait until next poll, in milliseconds. */
@@ -1090,12 +1090,12 @@ export interface AccountsCreateOptionalParams extends coreClient.OperationOption
1090
1090
  resumeFrom?: string;
1091
1091
  }
1092
1092
  /** Contains response data for the create operation. */
1093
- export declare type AccountsCreateResponse = DataLakeAnalyticsAccount;
1093
+ export type AccountsCreateResponse = DataLakeAnalyticsAccount;
1094
1094
  /** Optional parameters. */
1095
1095
  export interface AccountsGetOptionalParams extends coreClient.OperationOptions {
1096
1096
  }
1097
1097
  /** Contains response data for the get operation. */
1098
- export declare type AccountsGetResponse = DataLakeAnalyticsAccount;
1098
+ export type AccountsGetResponse = DataLakeAnalyticsAccount;
1099
1099
  /** Optional parameters. */
1100
1100
  export interface AccountsUpdateOptionalParams extends coreClient.OperationOptions {
1101
1101
  /** Parameters supplied to the update Data Lake Analytics account operation. */
@@ -1106,7 +1106,7 @@ export interface AccountsUpdateOptionalParams extends coreClient.OperationOption
1106
1106
  resumeFrom?: string;
1107
1107
  }
1108
1108
  /** Contains response data for the update operation. */
1109
- export declare type AccountsUpdateResponse = DataLakeAnalyticsAccount;
1109
+ export type AccountsUpdateResponse = DataLakeAnalyticsAccount;
1110
1110
  /** Optional parameters. */
1111
1111
  export interface AccountsDeleteOptionalParams extends coreClient.OperationOptions {
1112
1112
  /** Delay to wait until next poll, in milliseconds. */
@@ -1118,7 +1118,7 @@ export interface AccountsDeleteOptionalParams extends coreClient.OperationOption
1118
1118
  export interface AccountsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
1119
1119
  }
1120
1120
  /** Contains response data for the checkNameAvailability operation. */
1121
- export declare type AccountsCheckNameAvailabilityResponse = NameAvailabilityInformation;
1121
+ export type AccountsCheckNameAvailabilityResponse = NameAvailabilityInformation;
1122
1122
  /** Optional parameters. */
1123
1123
  export interface AccountsListNextOptionalParams extends coreClient.OperationOptions {
1124
1124
  /** OData filter. Optional. */
@@ -1135,7 +1135,7 @@ export interface AccountsListNextOptionalParams extends coreClient.OperationOpti
1135
1135
  count?: boolean;
1136
1136
  }
1137
1137
  /** Contains response data for the listNext operation. */
1138
- export declare type AccountsListNextResponse = DataLakeAnalyticsAccountListResult;
1138
+ export type AccountsListNextResponse = DataLakeAnalyticsAccountListResult;
1139
1139
  /** Optional parameters. */
1140
1140
  export interface AccountsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1141
1141
  /** OData filter. Optional. */
@@ -1152,7 +1152,7 @@ export interface AccountsListByResourceGroupNextOptionalParams extends coreClien
1152
1152
  count?: boolean;
1153
1153
  }
1154
1154
  /** Contains response data for the listByResourceGroupNext operation. */
1155
- export declare type AccountsListByResourceGroupNextResponse = DataLakeAnalyticsAccountListResult;
1155
+ export type AccountsListByResourceGroupNextResponse = DataLakeAnalyticsAccountListResult;
1156
1156
  /** Optional parameters. */
1157
1157
  export interface DataLakeStoreAccountsListByAccountOptionalParams extends coreClient.OperationOptions {
1158
1158
  /** OData filter. Optional. */
@@ -1169,7 +1169,7 @@ export interface DataLakeStoreAccountsListByAccountOptionalParams extends coreCl
1169
1169
  count?: boolean;
1170
1170
  }
1171
1171
  /** Contains response data for the listByAccount operation. */
1172
- export declare type DataLakeStoreAccountsListByAccountResponse = DataLakeStoreAccountInformationListResult;
1172
+ export type DataLakeStoreAccountsListByAccountResponse = DataLakeStoreAccountInformationListResult;
1173
1173
  /** Optional parameters. */
1174
1174
  export interface DataLakeStoreAccountsAddOptionalParams extends coreClient.OperationOptions {
1175
1175
  /** The details of the Data Lake Store account. */
@@ -1179,7 +1179,7 @@ export interface DataLakeStoreAccountsAddOptionalParams extends coreClient.Opera
1179
1179
  export interface DataLakeStoreAccountsGetOptionalParams extends coreClient.OperationOptions {
1180
1180
  }
1181
1181
  /** Contains response data for the get operation. */
1182
- export declare type DataLakeStoreAccountsGetResponse = DataLakeStoreAccountInformation;
1182
+ export type DataLakeStoreAccountsGetResponse = DataLakeStoreAccountInformation;
1183
1183
  /** Optional parameters. */
1184
1184
  export interface DataLakeStoreAccountsDeleteOptionalParams extends coreClient.OperationOptions {
1185
1185
  }
@@ -1199,7 +1199,7 @@ export interface DataLakeStoreAccountsListByAccountNextOptionalParams extends co
1199
1199
  count?: boolean;
1200
1200
  }
1201
1201
  /** Contains response data for the listByAccountNext operation. */
1202
- export declare type DataLakeStoreAccountsListByAccountNextResponse = DataLakeStoreAccountInformationListResult;
1202
+ export type DataLakeStoreAccountsListByAccountNextResponse = DataLakeStoreAccountInformationListResult;
1203
1203
  /** Optional parameters. */
1204
1204
  export interface StorageAccountsListByAccountOptionalParams extends coreClient.OperationOptions {
1205
1205
  /** The OData filter. Optional. */
@@ -1216,7 +1216,7 @@ export interface StorageAccountsListByAccountOptionalParams extends coreClient.O
1216
1216
  count?: boolean;
1217
1217
  }
1218
1218
  /** Contains response data for the listByAccount operation. */
1219
- export declare type StorageAccountsListByAccountResponse = StorageAccountInformationListResult;
1219
+ export type StorageAccountsListByAccountResponse = StorageAccountInformationListResult;
1220
1220
  /** Optional parameters. */
1221
1221
  export interface StorageAccountsAddOptionalParams extends coreClient.OperationOptions {
1222
1222
  }
@@ -1224,7 +1224,7 @@ export interface StorageAccountsAddOptionalParams extends coreClient.OperationOp
1224
1224
  export interface StorageAccountsGetOptionalParams extends coreClient.OperationOptions {
1225
1225
  }
1226
1226
  /** Contains response data for the get operation. */
1227
- export declare type StorageAccountsGetResponse = StorageAccountInformation;
1227
+ export type StorageAccountsGetResponse = StorageAccountInformation;
1228
1228
  /** Optional parameters. */
1229
1229
  export interface StorageAccountsUpdateOptionalParams extends coreClient.OperationOptions {
1230
1230
  /** The parameters containing the access key and suffix to update the storage account with, if any. Passing nothing results in no change. */
@@ -1237,17 +1237,17 @@ export interface StorageAccountsDeleteOptionalParams extends coreClient.Operatio
1237
1237
  export interface StorageAccountsListStorageContainersOptionalParams extends coreClient.OperationOptions {
1238
1238
  }
1239
1239
  /** Contains response data for the listStorageContainers operation. */
1240
- export declare type StorageAccountsListStorageContainersResponse = StorageContainerListResult;
1240
+ export type StorageAccountsListStorageContainersResponse = StorageContainerListResult;
1241
1241
  /** Optional parameters. */
1242
1242
  export interface StorageAccountsGetStorageContainerOptionalParams extends coreClient.OperationOptions {
1243
1243
  }
1244
1244
  /** Contains response data for the getStorageContainer operation. */
1245
- export declare type StorageAccountsGetStorageContainerResponse = StorageContainer;
1245
+ export type StorageAccountsGetStorageContainerResponse = StorageContainer;
1246
1246
  /** Optional parameters. */
1247
1247
  export interface StorageAccountsListSasTokensOptionalParams extends coreClient.OperationOptions {
1248
1248
  }
1249
1249
  /** Contains response data for the listSasTokens operation. */
1250
- export declare type StorageAccountsListSasTokensResponse = SasTokenInformationListResult;
1250
+ export type StorageAccountsListSasTokensResponse = SasTokenInformationListResult;
1251
1251
  /** Optional parameters. */
1252
1252
  export interface StorageAccountsListByAccountNextOptionalParams extends coreClient.OperationOptions {
1253
1253
  /** The OData filter. Optional. */
@@ -1264,39 +1264,39 @@ export interface StorageAccountsListByAccountNextOptionalParams extends coreClie
1264
1264
  count?: boolean;
1265
1265
  }
1266
1266
  /** Contains response data for the listByAccountNext operation. */
1267
- export declare type StorageAccountsListByAccountNextResponse = StorageAccountInformationListResult;
1267
+ export type StorageAccountsListByAccountNextResponse = StorageAccountInformationListResult;
1268
1268
  /** Optional parameters. */
1269
1269
  export interface StorageAccountsListStorageContainersNextOptionalParams extends coreClient.OperationOptions {
1270
1270
  }
1271
1271
  /** Contains response data for the listStorageContainersNext operation. */
1272
- export declare type StorageAccountsListStorageContainersNextResponse = StorageContainerListResult;
1272
+ export type StorageAccountsListStorageContainersNextResponse = StorageContainerListResult;
1273
1273
  /** Optional parameters. */
1274
1274
  export interface StorageAccountsListSasTokensNextOptionalParams extends coreClient.OperationOptions {
1275
1275
  }
1276
1276
  /** Contains response data for the listSasTokensNext operation. */
1277
- export declare type StorageAccountsListSasTokensNextResponse = SasTokenInformationListResult;
1277
+ export type StorageAccountsListSasTokensNextResponse = SasTokenInformationListResult;
1278
1278
  /** Optional parameters. */
1279
1279
  export interface ComputePoliciesListByAccountOptionalParams extends coreClient.OperationOptions {
1280
1280
  }
1281
1281
  /** Contains response data for the listByAccount operation. */
1282
- export declare type ComputePoliciesListByAccountResponse = ComputePolicyListResult;
1282
+ export type ComputePoliciesListByAccountResponse = ComputePolicyListResult;
1283
1283
  /** Optional parameters. */
1284
1284
  export interface ComputePoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1285
1285
  }
1286
1286
  /** Contains response data for the createOrUpdate operation. */
1287
- export declare type ComputePoliciesCreateOrUpdateResponse = ComputePolicy;
1287
+ export type ComputePoliciesCreateOrUpdateResponse = ComputePolicy;
1288
1288
  /** Optional parameters. */
1289
1289
  export interface ComputePoliciesGetOptionalParams extends coreClient.OperationOptions {
1290
1290
  }
1291
1291
  /** Contains response data for the get operation. */
1292
- export declare type ComputePoliciesGetResponse = ComputePolicy;
1292
+ export type ComputePoliciesGetResponse = ComputePolicy;
1293
1293
  /** Optional parameters. */
1294
1294
  export interface ComputePoliciesUpdateOptionalParams extends coreClient.OperationOptions {
1295
1295
  /** Parameters supplied to update the compute policy. */
1296
1296
  parameters?: UpdateComputePolicyParameters;
1297
1297
  }
1298
1298
  /** Contains response data for the update operation. */
1299
- export declare type ComputePoliciesUpdateResponse = ComputePolicy;
1299
+ export type ComputePoliciesUpdateResponse = ComputePolicy;
1300
1300
  /** Optional parameters. */
1301
1301
  export interface ComputePoliciesDeleteOptionalParams extends coreClient.OperationOptions {
1302
1302
  }
@@ -1304,29 +1304,29 @@ export interface ComputePoliciesDeleteOptionalParams extends coreClient.Operatio
1304
1304
  export interface ComputePoliciesListByAccountNextOptionalParams extends coreClient.OperationOptions {
1305
1305
  }
1306
1306
  /** Contains response data for the listByAccountNext operation. */
1307
- export declare type ComputePoliciesListByAccountNextResponse = ComputePolicyListResult;
1307
+ export type ComputePoliciesListByAccountNextResponse = ComputePolicyListResult;
1308
1308
  /** Optional parameters. */
1309
1309
  export interface FirewallRulesListByAccountOptionalParams extends coreClient.OperationOptions {
1310
1310
  }
1311
1311
  /** Contains response data for the listByAccount operation. */
1312
- export declare type FirewallRulesListByAccountResponse = FirewallRuleListResult;
1312
+ export type FirewallRulesListByAccountResponse = FirewallRuleListResult;
1313
1313
  /** Optional parameters. */
1314
1314
  export interface FirewallRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1315
1315
  }
1316
1316
  /** Contains response data for the createOrUpdate operation. */
1317
- export declare type FirewallRulesCreateOrUpdateResponse = FirewallRule;
1317
+ export type FirewallRulesCreateOrUpdateResponse = FirewallRule;
1318
1318
  /** Optional parameters. */
1319
1319
  export interface FirewallRulesGetOptionalParams extends coreClient.OperationOptions {
1320
1320
  }
1321
1321
  /** Contains response data for the get operation. */
1322
- export declare type FirewallRulesGetResponse = FirewallRule;
1322
+ export type FirewallRulesGetResponse = FirewallRule;
1323
1323
  /** Optional parameters. */
1324
1324
  export interface FirewallRulesUpdateOptionalParams extends coreClient.OperationOptions {
1325
1325
  /** Parameters supplied to update the firewall rule. */
1326
1326
  parameters?: UpdateFirewallRuleParameters;
1327
1327
  }
1328
1328
  /** Contains response data for the update operation. */
1329
- export declare type FirewallRulesUpdateResponse = FirewallRule;
1329
+ export type FirewallRulesUpdateResponse = FirewallRule;
1330
1330
  /** Optional parameters. */
1331
1331
  export interface FirewallRulesDeleteOptionalParams extends coreClient.OperationOptions {
1332
1332
  }
@@ -1334,17 +1334,17 @@ export interface FirewallRulesDeleteOptionalParams extends coreClient.OperationO
1334
1334
  export interface FirewallRulesListByAccountNextOptionalParams extends coreClient.OperationOptions {
1335
1335
  }
1336
1336
  /** Contains response data for the listByAccountNext operation. */
1337
- export declare type FirewallRulesListByAccountNextResponse = FirewallRuleListResult;
1337
+ export type FirewallRulesListByAccountNextResponse = FirewallRuleListResult;
1338
1338
  /** Optional parameters. */
1339
1339
  export interface OperationsListOptionalParams extends coreClient.OperationOptions {
1340
1340
  }
1341
1341
  /** Contains response data for the list operation. */
1342
- export declare type OperationsListResponse = OperationListResult;
1342
+ export type OperationsListResponse = OperationListResult;
1343
1343
  /** Optional parameters. */
1344
1344
  export interface LocationsGetCapabilityOptionalParams extends coreClient.OperationOptions {
1345
1345
  }
1346
1346
  /** Contains response data for the getCapability operation. */
1347
- export declare type LocationsGetCapabilityResponse = CapabilityInformation;
1347
+ export type LocationsGetCapabilityResponse = CapabilityInformation;
1348
1348
  /** Optional parameters. */
1349
1349
  export interface DataLakeAnalyticsAccountManagementClientOptionalParams extends coreClient.ServiceClientOptions {
1350
1350
  /** server parameter */
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AA+/BH,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBAOX;AAPD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,YAAY;IACZ,qCAAe,CAAA;IACf,uBAAuB;IACvB,2DAAqC,CAAA;AACvC,CAAC,EAPW,kBAAkB,KAAlB,kBAAkB,QAO7B;AAaD,wEAAwE;AACxE,MAAM,CAAN,IAAY,oBAOX;AAPD,WAAY,oBAAoB;IAC9B,WAAW;IACX,qCAAa,CAAA;IACb,aAAa;IACb,yCAAiB,CAAA;IACjB,iBAAiB;IACjB,kDAA0B,CAAA;AAC5B,CAAC,EAPW,oBAAoB,KAApB,oBAAoB,QAO/B;AAaD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAWX;AAXD,WAAY,sBAAsB;IAChC,iBAAiB;IACjB,mDAAyB,CAAA;IACzB,gBAAgB;IAChB,iDAAuB,CAAA;IACvB,cAAc;IACd,6CAAmB,CAAA;IACnB,mBAAmB;IACnB,uDAA6B,CAAA;IAC7B,aAAa;IACb,2CAAiB,CAAA;AACnB,CAAC,EAXW,sBAAsB,KAAtB,sBAAsB,QAWjC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** Data Lake Analytics account list information. */\nexport interface DataLakeAnalyticsAccountListResult {\n /**\n * The results of the list operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: DataLakeAnalyticsAccountBasic[];\n /**\n * The current number of data lake analytics accounts under this subscription.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly count?: number;\n /**\n * The link (url) to the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The basic account specific properties that are associated with an underlying Data Lake Analytics account. */\nexport interface DataLakeAnalyticsAccountPropertiesBasic {\n /**\n * The unique identifier associated with this Data Lake Analytics account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly accountId?: string;\n /**\n * The provisioning status of the Data Lake Analytics account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: DataLakeAnalyticsAccountStatus;\n /**\n * The state of the Data Lake Analytics account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: DataLakeAnalyticsAccountState;\n /**\n * The account creation time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTime?: Date;\n /**\n * The account last modified time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedTime?: Date;\n /**\n * The full CName endpoint for this account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endpoint?: string;\n}\n\n/** The resource model definition. */\nexport interface Resource {\n /**\n * The resource identifier.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The resource location.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly location?: string;\n /**\n * The resource tags.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tags?: { [propertyName: string]: string };\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** The parameters to use for creating a Data Lake Analytics account. */\nexport interface CreateDataLakeAnalyticsAccountParameters {\n /** The resource location. */\n location: string;\n /** The resource tags. */\n tags?: { [propertyName: string]: string };\n /** The default Data Lake Store account associated with this account. */\n defaultDataLakeStoreAccount: string;\n /** The list of Data Lake Store accounts associated with this account. */\n dataLakeStoreAccounts: AddDataLakeStoreWithAccountParameters[];\n /** The list of Azure Blob Storage accounts associated with this account. */\n storageAccounts?: AddStorageAccountWithAccountParameters[];\n /** The list of compute policies associated with this account. */\n computePolicies?: CreateComputePolicyWithAccountParameters[];\n /** The list of firewall rules associated with this account. */\n firewallRules?: CreateFirewallRuleWithAccountParameters[];\n /** The current state of the IP address firewall for this account. */\n firewallState?: FirewallState;\n /** The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced. */\n firewallAllowAzureIps?: FirewallAllowAzureIpsState;\n /** The commitment tier for the next month. */\n newTier?: TierType;\n /** The maximum supported jobs running under the account at the same time. */\n maxJobCount?: number;\n /** The maximum supported degree of parallelism for this account. */\n maxDegreeOfParallelism?: number;\n /** The maximum supported degree of parallelism per job for this account. */\n maxDegreeOfParallelismPerJob?: number;\n /** The minimum supported priority per job for this account. */\n minPriorityPerJob?: number;\n /** The number of days that job metadata is retained. */\n queryStoreRetention?: number;\n}\n\n/** The parameters used to add a new Data Lake Store account while creating a new Data Lake Analytics account. */\nexport interface AddDataLakeStoreWithAccountParameters {\n /** The unique name of the Data Lake Store account to add. */\n name: string;\n /** The optional suffix for the Data Lake Store account. */\n suffix?: string;\n}\n\n/** The parameters used to add a new Azure Storage account while creating a new Data Lake Analytics account. */\nexport interface AddStorageAccountWithAccountParameters {\n /** The unique name of the Azure Storage account to add. */\n name: string;\n /** The access key associated with this Azure Storage account that will be used to connect to it. */\n accessKey: string;\n /** The optional suffix for the storage account. */\n suffix?: string;\n}\n\n/** The parameters used to create a new compute policy while creating a new Data Lake Analytics account. */\nexport interface CreateComputePolicyWithAccountParameters {\n /** The unique name of the compute policy to create. */\n name: string;\n /** The AAD object identifier for the entity to create a policy for. */\n objectId: string;\n /** The type of AAD object the object identifier refers to. */\n objectType: AADObjectType;\n /** The maximum degree of parallelism per job this user can use to submit jobs. This property, the min priority per job property, or both must be passed. */\n maxDegreeOfParallelismPerJob?: number;\n /** The minimum priority per job this user can use to submit jobs. This property, the max degree of parallelism per job property, or both must be passed. */\n minPriorityPerJob?: number;\n}\n\n/** The parameters used to create a new firewall rule while creating a new Data Lake Analytics account. */\nexport interface CreateFirewallRuleWithAccountParameters {\n /** The unique name of the firewall rule to create. */\n name: string;\n /** The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. */\n startIpAddress: string;\n /** The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. */\n endIpAddress: string;\n}\n\n/** The resource model definition for a nested resource. */\nexport interface SubResource {\n /**\n * The resource identifier.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** The parameters that can be used to update an existing Data Lake Analytics account. */\nexport interface UpdateDataLakeAnalyticsAccountParameters {\n /** The resource tags. */\n tags?: { [propertyName: string]: string };\n /** The list of Data Lake Store accounts associated with this account. */\n dataLakeStoreAccounts?: UpdateDataLakeStoreWithAccountParameters[];\n /** The list of Azure Blob storage accounts associated with this account. */\n storageAccounts?: UpdateStorageAccountWithAccountParameters[];\n /** The list of compute policies associated with this account. */\n computePolicies?: UpdateComputePolicyWithAccountParameters[];\n /** The list of firewall rules associated with this account. */\n firewallRules?: UpdateFirewallRuleWithAccountParameters[];\n /** The current state of the IP address firewall for this account. Disabling the firewall does not remove existing rules, they will just be ignored until the firewall is re-enabled. */\n firewallState?: FirewallState;\n /** The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced. */\n firewallAllowAzureIps?: FirewallAllowAzureIpsState;\n /** The commitment tier to use for next month. */\n newTier?: TierType;\n /** The maximum supported jobs running under the account at the same time. */\n maxJobCount?: number;\n /** The maximum supported degree of parallelism for this account. */\n maxDegreeOfParallelism?: number;\n /** The maximum supported degree of parallelism per job for this account. */\n maxDegreeOfParallelismPerJob?: number;\n /** The minimum supported priority per job for this account. */\n minPriorityPerJob?: number;\n /** The number of days that job metadata is retained. */\n queryStoreRetention?: number;\n}\n\n/** The parameters used to update a Data Lake Store account while updating a Data Lake Analytics account. */\nexport interface UpdateDataLakeStoreWithAccountParameters {\n /** The unique name of the Data Lake Store account to update. */\n name: string;\n /** The optional suffix for the Data Lake Store account. */\n suffix?: string;\n}\n\n/** The parameters used to update an Azure Storage account while updating a Data Lake Analytics account. */\nexport interface UpdateStorageAccountWithAccountParameters {\n /** The unique name of the Azure Storage account to update. */\n name: string;\n /** The updated access key associated with this Azure Storage account that will be used to connect to it. */\n accessKey?: string;\n /** The optional suffix for the storage account. */\n suffix?: string;\n}\n\n/** The parameters used to update a compute policy while updating a Data Lake Analytics account. */\nexport interface UpdateComputePolicyWithAccountParameters {\n /** The unique name of the compute policy to update. */\n name: string;\n /** The AAD object identifier for the entity to create a policy for. */\n objectId?: string;\n /** The type of AAD object the object identifier refers to. */\n objectType?: AADObjectType;\n /** The maximum degree of parallelism per job this user can use to submit jobs. This property, the min priority per job property, or both must be passed. */\n maxDegreeOfParallelismPerJob?: number;\n /** The minimum priority per job this user can use to submit jobs. This property, the max degree of parallelism per job property, or both must be passed. */\n minPriorityPerJob?: number;\n}\n\n/** The parameters used to update a firewall rule while updating a Data Lake Analytics account. */\nexport interface UpdateFirewallRuleWithAccountParameters {\n /** The unique name of the firewall rule to update. */\n name: string;\n /** The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. */\n startIpAddress?: string;\n /** The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. */\n endIpAddress?: string;\n}\n\n/** Data Lake Store account list information. */\nexport interface DataLakeStoreAccountInformationListResult {\n /**\n * The results of the list operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: DataLakeStoreAccountInformation[];\n /**\n * The link (url) to the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The parameters used to add a new Data Lake Store account. */\nexport interface AddDataLakeStoreParameters {\n /** The optional suffix for the Data Lake Store account. */\n suffix?: string;\n}\n\n/** Azure Storage account list information. */\nexport interface StorageAccountInformationListResult {\n /**\n * The results of the list operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: StorageAccountInformation[];\n /**\n * The link (url) to the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The parameters used to add a new Azure Storage account. */\nexport interface AddStorageAccountParameters {\n /** The access key associated with this Azure Storage account that will be used to connect to it. */\n accessKey: string;\n /** The optional suffix for the storage account. */\n suffix?: string;\n}\n\n/** The parameters used to update an Azure Storage account. */\nexport interface UpdateStorageAccountParameters {\n /** The updated access key associated with this Azure Storage account that will be used to connect to it. */\n accessKey?: string;\n /** The optional suffix for the storage account. */\n suffix?: string;\n}\n\n/** The list of blob containers associated with the storage account attached to the Data Lake Analytics account. */\nexport interface StorageContainerListResult {\n /**\n * The results of the list operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: StorageContainer[];\n /**\n * The link (url) to the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The SAS response that contains the storage account, container and associated SAS token for connection use. */\nexport interface SasTokenInformationListResult {\n /**\n * The results of the list operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: SasTokenInformation[];\n /**\n * The link (url) to the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** SAS token information. */\nexport interface SasTokenInformation {\n /**\n * The access token for the associated Azure Storage Container.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly accessToken?: string;\n}\n\n/** The list of compute policies in the account. */\nexport interface ComputePolicyListResult {\n /**\n * The results of the list operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: ComputePolicy[];\n /**\n * The link (url) to the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The parameters used to create a new compute policy. */\nexport interface CreateOrUpdateComputePolicyParameters {\n /** The AAD object identifier for the entity to create a policy for. */\n objectId: string;\n /** The type of AAD object the object identifier refers to. */\n objectType: AADObjectType;\n /** The maximum degree of parallelism per job this user can use to submit jobs. This property, the min priority per job property, or both must be passed. */\n maxDegreeOfParallelismPerJob?: number;\n /** The minimum priority per job this user can use to submit jobs. This property, the max degree of parallelism per job property, or both must be passed. */\n minPriorityPerJob?: number;\n}\n\n/** The parameters used to update a compute policy. */\nexport interface UpdateComputePolicyParameters {\n /** The AAD object identifier for the entity to create a policy for. */\n objectId?: string;\n /** The type of AAD object the object identifier refers to. */\n objectType?: AADObjectType;\n /** The maximum degree of parallelism per job this user can use to submit jobs. This property, the min priority per job property, or both must be passed. */\n maxDegreeOfParallelismPerJob?: number;\n /** The minimum priority per job this user can use to submit jobs. This property, the max degree of parallelism per job property, or both must be passed. */\n minPriorityPerJob?: number;\n}\n\n/** Data Lake Analytics firewall rule list information. */\nexport interface FirewallRuleListResult {\n /**\n * The results of the list operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: FirewallRule[];\n /**\n * The link (url) to the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The parameters used to create a new firewall rule. */\nexport interface CreateOrUpdateFirewallRuleParameters {\n /** The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. */\n startIpAddress: string;\n /** The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. */\n endIpAddress: string;\n}\n\n/** The parameters used to update a firewall rule. */\nexport interface UpdateFirewallRuleParameters {\n /** The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. */\n startIpAddress?: string;\n /** The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. */\n endIpAddress?: string;\n}\n\n/** The list of available operations for Data Lake Analytics. */\nexport interface OperationListResult {\n /**\n * The results of the list operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Operation[];\n /**\n * The link (url) to the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** An available operation for Data Lake Analytics. */\nexport interface Operation {\n /**\n * The name of the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The display information for the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly display?: OperationDisplay;\n /**\n * The OperationMetaPropertyInfo for the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly properties?: OperationMetaPropertyInfo;\n /**\n * The intended executor of the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly origin?: OperationOrigin;\n}\n\n/** The display information for a particular operation. */\nexport interface OperationDisplay {\n /**\n * The resource provider of the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * The resource type of the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * A friendly name of the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * A friendly description of the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\nexport interface OperationMetaPropertyInfo {\n /** The operations OperationMetaServiceSpecification. */\n serviceSpecification?: OperationMetaServiceSpecification;\n}\n\nexport interface OperationMetaServiceSpecification {\n /** The metricSpecifications for OperationMetaServiceSpecification. */\n metricSpecifications?: OperationMetaMetricSpecification[];\n /** The logSpecifications for OperationMetaServiceSpecification. */\n logSpecifications?: OperationMetaLogSpecification[];\n}\n\nexport interface OperationMetaMetricSpecification {\n /** The name for OperationMetaMetricSpecification. */\n name?: string;\n /** The displayName for OperationMetaMetricSpecification. */\n displayDescription?: string;\n /** The displayName for OperationMetaMetricSpecification. */\n displayName?: string;\n /** The unit for OperationMetaMetricSpecification. */\n unit?: string;\n /** The aggregationType for OperationMetaMetricSpecification. */\n aggregationType?: string;\n /** The availabilities for OperationMetaMetricSpecification. */\n availabilities?: OperationMetaMetricAvailabilitiesSpecification[];\n}\n\nexport interface OperationMetaMetricAvailabilitiesSpecification {\n /** The timegrain for OperationMetaMetricAvailabilitiesSpecification. */\n timeGrain?: string;\n /** The blobDuration for OperationMetaMetricAvailabilitiesSpecification. */\n blobDuration?: string;\n}\n\nexport interface OperationMetaLogSpecification {\n /** The name for OperationMetaLogSpecification. */\n name?: string;\n /** The displayName for OperationMetaLogSpecification. */\n displayName?: string;\n /** The blobDuration for OperationMetaLogSpecification. */\n blobDuration?: string;\n}\n\n/** Subscription-level properties and limits for Data Lake Analytics. */\nexport interface CapabilityInformation {\n /**\n * The subscription credentials that uniquely identifies the subscription.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscriptionId?: string;\n /**\n * The subscription state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: SubscriptionState;\n /**\n * The maximum supported number of accounts under this subscription.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maxAccountCount?: number;\n /**\n * The current number of accounts under this subscription.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly accountCount?: number;\n /**\n * The Boolean value of true or false to indicate the maintenance state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly migrationState?: boolean;\n}\n\n/** Data Lake Analytics account name availability check parameters. */\nexport interface CheckNameAvailabilityParameters {\n /** The Data Lake Analytics name to check availability for. */\n name: string;\n /** The resource type. Note: This should not be set by the user, as the constant value is Microsoft.DataLakeAnalytics/accounts */\n type: \"Microsoft.DataLakeAnalytics/accounts\";\n}\n\n/** Data Lake Analytics account name availability result information. */\nexport interface NameAvailabilityInformation {\n /**\n * The Boolean value of true or false to indicate whether the Data Lake Analytics account name is available or not.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nameAvailable?: boolean;\n /**\n * The reason why the Data Lake Analytics account name is not available, if nameAvailable is false.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reason?: string;\n /**\n * The message describing why the Data Lake Analytics account name is not available, if nameAvailable is false.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n}\n\n/** Data Lake Analytics VirtualNetwork rule list information. */\nexport interface VirtualNetworkRuleListResult {\n /**\n * The results of the list operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: VirtualNetworkRule[];\n /**\n * The link (url) to the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Data Lake Analytics HiveMetastore list information. */\nexport interface HiveMetastoreListResult {\n /**\n * The results of the list operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: HiveMetastore[];\n /**\n * The link (url) to the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The account specific properties that are associated with an underlying Data Lake Analytics account. Returned only when retrieving a specific account. */\nexport interface DataLakeAnalyticsAccountProperties\n extends DataLakeAnalyticsAccountPropertiesBasic {\n /**\n * The type of the default Data Lake Store account associated with this account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultDataLakeStoreAccountType?: string;\n /**\n * The default Data Lake Store account associated with this account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultDataLakeStoreAccount?: string;\n /**\n * The list of Data Lake Store accounts associated with this account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataLakeStoreAccounts?: DataLakeStoreAccountInformation[];\n /** The list of Data Lake Store accounts associated with this account. */\n publicDataLakeStoreAccounts?: DataLakeStoreAccountInformation[];\n /**\n * The list of Azure Blob Storage accounts associated with this account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly storageAccounts?: StorageAccountInformation[];\n /**\n * The list of compute policies associated with this account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly computePolicies?: ComputePolicy[];\n /**\n * The list of hiveMetastores associated with this account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hiveMetastores?: HiveMetastore[];\n /**\n * The list of virtualNetwork rules associated with this account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly virtualNetworkRules?: VirtualNetworkRule[];\n /**\n * The list of firewall rules associated with this account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly firewallRules?: FirewallRule[];\n /** The current state of the IP address firewall for this account. */\n firewallState?: FirewallState;\n /** The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced. */\n firewallAllowAzureIps?: FirewallAllowAzureIpsState;\n /** The commitment tier for the next month. */\n newTier?: TierType;\n /**\n * The commitment tier in use for the current month.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly currentTier?: TierType;\n /** The maximum supported jobs running under the account at the same time. */\n maxJobCount?: number;\n /**\n * The maximum supported active jobs under the account at the same time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maxActiveJobCountPerUser?: number;\n /**\n * The maximum supported jobs queued under the account at the same time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maxQueuedJobCountPerUser?: number;\n /**\n * The maximum supported active jobs under the account at the same time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maxJobRunningTimeInMin?: number;\n /**\n * The system defined maximum supported jobs running under the account at the same time, which restricts the maximum number of running jobs the user can set for the account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemMaxJobCount?: number;\n /** The maximum supported degree of parallelism for this account. */\n maxDegreeOfParallelism?: number;\n /**\n * The system defined maximum supported degree of parallelism for this account, which restricts the maximum value of parallelism the user can set for the account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemMaxDegreeOfParallelism?: number;\n /** The maximum supported degree of parallelism per job for this account. */\n maxDegreeOfParallelismPerJob?: number;\n /**\n * The minimum supported priority per job for this account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly minPriorityPerJob?: number;\n /** The number of days that job metadata is retained. */\n queryStoreRetention?: number;\n /**\n * The current state of the DebugDataAccessLevel for this account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly debugDataAccessLevel?: DebugDataAccessLevel;\n}\n\n/** A Data Lake Analytics account object, containing all information associated with the named Data Lake Analytics account. */\nexport interface DataLakeAnalyticsAccountBasic extends Resource {\n /**\n * The unique identifier associated with this Data Lake Analytics account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly accountId?: string;\n /**\n * The provisioning status of the Data Lake Analytics account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: DataLakeAnalyticsAccountStatus;\n /**\n * The state of the Data Lake Analytics account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: DataLakeAnalyticsAccountState;\n /**\n * The account creation time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTime?: Date;\n /**\n * The account last modified time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedTime?: Date;\n /**\n * The full CName endpoint for this account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endpoint?: string;\n}\n\n/** A Data Lake Analytics account object, containing all information associated with the named Data Lake Analytics account. */\nexport interface DataLakeAnalyticsAccount extends Resource {\n /**\n * The unique identifier associated with this Data Lake Analytics account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly accountId?: string;\n /**\n * The provisioning status of the Data Lake Analytics account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: DataLakeAnalyticsAccountStatus;\n /**\n * The state of the Data Lake Analytics account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: DataLakeAnalyticsAccountState;\n /**\n * The account creation time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTime?: Date;\n /**\n * The account last modified time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedTime?: Date;\n /**\n * The full CName endpoint for this account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endpoint?: string;\n /**\n * The type of the default Data Lake Store account associated with this account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultDataLakeStoreAccountType?: string;\n /**\n * The default Data Lake Store account associated with this account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultDataLakeStoreAccount?: string;\n /**\n * The list of Data Lake Store accounts associated with this account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataLakeStoreAccounts?: DataLakeStoreAccountInformation[];\n /** The list of Data Lake Store accounts associated with this account. */\n publicDataLakeStoreAccounts?: DataLakeStoreAccountInformation[];\n /**\n * The list of Azure Blob Storage accounts associated with this account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly storageAccounts?: StorageAccountInformation[];\n /**\n * The list of compute policies associated with this account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly computePolicies?: ComputePolicy[];\n /**\n * The list of hiveMetastores associated with this account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hiveMetastores?: HiveMetastore[];\n /**\n * The list of virtualNetwork rules associated with this account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly virtualNetworkRules?: VirtualNetworkRule[];\n /**\n * The list of firewall rules associated with this account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly firewallRules?: FirewallRule[];\n /** The current state of the IP address firewall for this account. */\n firewallState?: FirewallState;\n /** The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced. */\n firewallAllowAzureIps?: FirewallAllowAzureIpsState;\n /** The commitment tier for the next month. */\n newTier?: TierType;\n /**\n * The commitment tier in use for the current month.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly currentTier?: TierType;\n /** The maximum supported jobs running under the account at the same time. */\n maxJobCount?: number;\n /**\n * The maximum supported active jobs under the account at the same time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maxActiveJobCountPerUser?: number;\n /**\n * The maximum supported jobs queued under the account at the same time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maxQueuedJobCountPerUser?: number;\n /**\n * The maximum supported active jobs under the account at the same time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maxJobRunningTimeInMin?: number;\n /**\n * The system defined maximum supported jobs running under the account at the same time, which restricts the maximum number of running jobs the user can set for the account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemMaxJobCount?: number;\n /** The maximum supported degree of parallelism for this account. */\n maxDegreeOfParallelism?: number;\n /**\n * The system defined maximum supported degree of parallelism for this account, which restricts the maximum value of parallelism the user can set for the account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemMaxDegreeOfParallelism?: number;\n /** The maximum supported degree of parallelism per job for this account. */\n maxDegreeOfParallelismPerJob?: number;\n /**\n * The minimum supported priority per job for this account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly minPriorityPerJob?: number;\n /** The number of days that job metadata is retained. */\n queryStoreRetention?: number;\n /**\n * The current state of the DebugDataAccessLevel for this account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly debugDataAccessLevel?: DebugDataAccessLevel;\n}\n\n/** Data Lake Store account information. */\nexport interface DataLakeStoreAccountInformation extends SubResource {\n /**\n * The optional suffix for the Data Lake Store account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly suffix?: string;\n}\n\n/** Azure Storage account information. */\nexport interface StorageAccountInformation extends SubResource {\n /**\n * The optional suffix for the storage account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly suffix?: string;\n}\n\n/** Data Lake Analytics compute policy information. */\nexport interface ComputePolicy extends SubResource {\n /**\n * The AAD object identifier for the entity to create a policy for.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly objectId?: string;\n /**\n * The type of AAD object the object identifier refers to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly objectType?: AADObjectType;\n /**\n * The maximum degree of parallelism per job this user can use to submit jobs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maxDegreeOfParallelismPerJob?: number;\n /**\n * The minimum priority per job this user can use to submit jobs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly minPriorityPerJob?: number;\n}\n\nexport interface HiveMetastore extends SubResource {\n /**\n * The serverUri for the Hive MetaStore\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serverUri?: string;\n /**\n * The databaseName for the Hive MetaStore\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databaseName?: string;\n /**\n * The runtimeVersion for the Hive MetaStore\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly runtimeVersion?: string;\n /**\n * The userName for the Hive MetaStore\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly userName?: string;\n /**\n * The password for the Hive MetaStore\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly password?: string;\n /**\n * The current state of the NestedResource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nestedResourceProvisioningState?: NestedResourceProvisioningState;\n}\n\n/** Data Lake Analytics VirtualNetwork Rule information. */\nexport interface VirtualNetworkRule extends SubResource {\n /**\n * The resource identifier for the subnet\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subnetId?: string;\n /**\n * The current state of the VirtualNetwork Rule\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly virtualNetworkRuleState?: VirtualNetworkRuleState;\n}\n\n/** Data Lake Analytics firewall rule information. */\nexport interface FirewallRule extends SubResource {\n /**\n * The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startIpAddress?: string;\n /**\n * The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endIpAddress?: string;\n}\n\n/** Azure Storage blob container information. */\nexport interface StorageContainer extends SubResource {\n /**\n * The last modified time of the blob container.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedTime?: Date;\n}\n\n/** Known values of {@link AADObjectType} that the service accepts. */\nexport enum KnownAADObjectType {\n /** User */\n User = \"User\",\n /** Group */\n Group = \"Group\",\n /** ServicePrincipal */\n ServicePrincipal = \"ServicePrincipal\"\n}\n\n/**\n * Defines values for AADObjectType. \\\n * {@link KnownAADObjectType} can be used interchangeably with AADObjectType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Group** \\\n * **ServicePrincipal**\n */\nexport type AADObjectType = string;\n\n/** Known values of {@link OperationOrigin} that the service accepts. */\nexport enum KnownOperationOrigin {\n /** User */\n User = \"user\",\n /** System */\n System = \"system\",\n /** UserSystem */\n UserSystem = \"user,system\"\n}\n\n/**\n * Defines values for OperationOrigin. \\\n * {@link KnownOperationOrigin} can be used interchangeably with OperationOrigin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user** \\\n * **system** \\\n * **user,system**\n */\nexport type OperationOrigin = string;\n\n/** Known values of {@link SubscriptionState} that the service accepts. */\nexport enum KnownSubscriptionState {\n /** Registered */\n Registered = \"Registered\",\n /** Suspended */\n Suspended = \"Suspended\",\n /** Deleted */\n Deleted = \"Deleted\",\n /** Unregistered */\n Unregistered = \"Unregistered\",\n /** Warned */\n Warned = \"Warned\"\n}\n\n/**\n * Defines values for SubscriptionState. \\\n * {@link KnownSubscriptionState} can be used interchangeably with SubscriptionState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Registered** \\\n * **Suspended** \\\n * **Deleted** \\\n * **Unregistered** \\\n * **Warned**\n */\nexport type SubscriptionState = string;\n/** Defines values for DataLakeAnalyticsAccountStatus. */\nexport type DataLakeAnalyticsAccountStatus =\n | \"Failed\"\n | \"Creating\"\n | \"Running\"\n | \"Succeeded\"\n | \"Patching\"\n | \"Suspending\"\n | \"Resuming\"\n | \"Deleting\"\n | \"Deleted\"\n | \"Undeleting\"\n | \"Canceled\";\n/** Defines values for DataLakeAnalyticsAccountState. */\nexport type DataLakeAnalyticsAccountState = \"Active\" | \"Suspended\";\n/** Defines values for FirewallState. */\nexport type FirewallState = \"Enabled\" | \"Disabled\";\n/** Defines values for FirewallAllowAzureIpsState. */\nexport type FirewallAllowAzureIpsState = \"Enabled\" | \"Disabled\";\n/** Defines values for TierType. */\nexport type TierType =\n | \"Consumption\"\n | \"Commitment_100AUHours\"\n | \"Commitment_500AUHours\"\n | \"Commitment_1000AUHours\"\n | \"Commitment_5000AUHours\"\n | \"Commitment_10000AUHours\"\n | \"Commitment_50000AUHours\"\n | \"Commitment_100000AUHours\"\n | \"Commitment_500000AUHours\";\n/** Defines values for NestedResourceProvisioningState. */\nexport type NestedResourceProvisioningState =\n | \"Succeeded\"\n | \"Canceled\"\n | \"Failed\";\n/** Defines values for VirtualNetworkRuleState. */\nexport type VirtualNetworkRuleState =\n | \"Active\"\n | \"NetworkSourceDeleted\"\n | \"Failed\";\n/** Defines values for DebugDataAccessLevel. */\nexport type DebugDataAccessLevel = \"All\" | \"Customer\" | \"None\";\n\n/** Optional parameters. */\nexport interface AccountsListOptionalParams\n extends coreClient.OperationOptions {\n /** OData filter. Optional. */\n filter?: string;\n /** The number of items to return. Optional. */\n top?: number;\n /** The number of items to skip over before returning elements. Optional. */\n skip?: number;\n /** OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. */\n select?: string;\n /** OrderBy clause. One or more comma-separated expressions with an optional \"asc\" (the default) or \"desc\" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional. */\n orderby?: string;\n /** The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. */\n count?: boolean;\n}\n\n/** Contains response data for the list operation. */\nexport type AccountsListResponse = DataLakeAnalyticsAccountListResult;\n\n/** Optional parameters. */\nexport interface AccountsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** OData filter. Optional. */\n filter?: string;\n /** The number of items to return. Optional. */\n top?: number;\n /** The number of items to skip over before returning elements. Optional. */\n skip?: number;\n /** OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. */\n select?: string;\n /** OrderBy clause. One or more comma-separated expressions with an optional \"asc\" (the default) or \"desc\" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional. */\n orderby?: string;\n /** The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. */\n count?: boolean;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type AccountsListByResourceGroupResponse = DataLakeAnalyticsAccountListResult;\n\n/** Optional parameters. */\nexport interface AccountsCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type AccountsCreateResponse = DataLakeAnalyticsAccount;\n\n/** Optional parameters. */\nexport interface AccountsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AccountsGetResponse = DataLakeAnalyticsAccount;\n\n/** Optional parameters. */\nexport interface AccountsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Parameters supplied to the update Data Lake Analytics account operation. */\n parameters?: UpdateDataLakeAnalyticsAccountParameters;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type AccountsUpdateResponse = DataLakeAnalyticsAccount;\n\n/** Optional parameters. */\nexport interface AccountsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface AccountsCheckNameAvailabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkNameAvailability operation. */\nexport type AccountsCheckNameAvailabilityResponse = NameAvailabilityInformation;\n\n/** Optional parameters. */\nexport interface AccountsListNextOptionalParams\n extends coreClient.OperationOptions {\n /** OData filter. Optional. */\n filter?: string;\n /** The number of items to return. Optional. */\n top?: number;\n /** The number of items to skip over before returning elements. Optional. */\n skip?: number;\n /** OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. */\n select?: string;\n /** OrderBy clause. One or more comma-separated expressions with an optional \"asc\" (the default) or \"desc\" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional. */\n orderby?: string;\n /** The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. */\n count?: boolean;\n}\n\n/** Contains response data for the listNext operation. */\nexport type AccountsListNextResponse = DataLakeAnalyticsAccountListResult;\n\n/** Optional parameters. */\nexport interface AccountsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {\n /** OData filter. Optional. */\n filter?: string;\n /** The number of items to return. Optional. */\n top?: number;\n /** The number of items to skip over before returning elements. Optional. */\n skip?: number;\n /** OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. */\n select?: string;\n /** OrderBy clause. One or more comma-separated expressions with an optional \"asc\" (the default) or \"desc\" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional. */\n orderby?: string;\n /** The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. */\n count?: boolean;\n}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type AccountsListByResourceGroupNextResponse = DataLakeAnalyticsAccountListResult;\n\n/** Optional parameters. */\nexport interface DataLakeStoreAccountsListByAccountOptionalParams\n extends coreClient.OperationOptions {\n /** OData filter. Optional. */\n filter?: string;\n /** The number of items to return. Optional. */\n top?: number;\n /** The number of items to skip over before returning elements. Optional. */\n skip?: number;\n /** OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. */\n select?: string;\n /** OrderBy clause. One or more comma-separated expressions with an optional \"asc\" (the default) or \"desc\" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional. */\n orderby?: string;\n /** The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. */\n count?: boolean;\n}\n\n/** Contains response data for the listByAccount operation. */\nexport type DataLakeStoreAccountsListByAccountResponse = DataLakeStoreAccountInformationListResult;\n\n/** Optional parameters. */\nexport interface DataLakeStoreAccountsAddOptionalParams\n extends coreClient.OperationOptions {\n /** The details of the Data Lake Store account. */\n parameters?: AddDataLakeStoreParameters;\n}\n\n/** Optional parameters. */\nexport interface DataLakeStoreAccountsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DataLakeStoreAccountsGetResponse = DataLakeStoreAccountInformation;\n\n/** Optional parameters. */\nexport interface DataLakeStoreAccountsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface DataLakeStoreAccountsListByAccountNextOptionalParams\n extends coreClient.OperationOptions {\n /** OData filter. Optional. */\n filter?: string;\n /** The number of items to return. Optional. */\n top?: number;\n /** The number of items to skip over before returning elements. Optional. */\n skip?: number;\n /** OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. */\n select?: string;\n /** OrderBy clause. One or more comma-separated expressions with an optional \"asc\" (the default) or \"desc\" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional. */\n orderby?: string;\n /** The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. */\n count?: boolean;\n}\n\n/** Contains response data for the listByAccountNext operation. */\nexport type DataLakeStoreAccountsListByAccountNextResponse = DataLakeStoreAccountInformationListResult;\n\n/** Optional parameters. */\nexport interface StorageAccountsListByAccountOptionalParams\n extends coreClient.OperationOptions {\n /** The OData filter. Optional. */\n filter?: string;\n /** The number of items to return. Optional. */\n top?: number;\n /** The number of items to skip over before returning elements. Optional. */\n skip?: number;\n /** OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. */\n select?: string;\n /** OrderBy clause. One or more comma-separated expressions with an optional \"asc\" (the default) or \"desc\" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional. */\n orderby?: string;\n /** The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. */\n count?: boolean;\n}\n\n/** Contains response data for the listByAccount operation. */\nexport type StorageAccountsListByAccountResponse = StorageAccountInformationListResult;\n\n/** Optional parameters. */\nexport interface StorageAccountsAddOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface StorageAccountsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type StorageAccountsGetResponse = StorageAccountInformation;\n\n/** Optional parameters. */\nexport interface StorageAccountsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** The parameters containing the access key and suffix to update the storage account with, if any. Passing nothing results in no change. */\n parameters?: UpdateStorageAccountParameters;\n}\n\n/** Optional parameters. */\nexport interface StorageAccountsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface StorageAccountsListStorageContainersOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listStorageContainers operation. */\nexport type StorageAccountsListStorageContainersResponse = StorageContainerListResult;\n\n/** Optional parameters. */\nexport interface StorageAccountsGetStorageContainerOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getStorageContainer operation. */\nexport type StorageAccountsGetStorageContainerResponse = StorageContainer;\n\n/** Optional parameters. */\nexport interface StorageAccountsListSasTokensOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSasTokens operation. */\nexport type StorageAccountsListSasTokensResponse = SasTokenInformationListResult;\n\n/** Optional parameters. */\nexport interface StorageAccountsListByAccountNextOptionalParams\n extends coreClient.OperationOptions {\n /** The OData filter. Optional. */\n filter?: string;\n /** The number of items to return. Optional. */\n top?: number;\n /** The number of items to skip over before returning elements. Optional. */\n skip?: number;\n /** OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. */\n select?: string;\n /** OrderBy clause. One or more comma-separated expressions with an optional \"asc\" (the default) or \"desc\" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional. */\n orderby?: string;\n /** The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. */\n count?: boolean;\n}\n\n/** Contains response data for the listByAccountNext operation. */\nexport type StorageAccountsListByAccountNextResponse = StorageAccountInformationListResult;\n\n/** Optional parameters. */\nexport interface StorageAccountsListStorageContainersNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listStorageContainersNext operation. */\nexport type StorageAccountsListStorageContainersNextResponse = StorageContainerListResult;\n\n/** Optional parameters. */\nexport interface StorageAccountsListSasTokensNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSasTokensNext operation. */\nexport type StorageAccountsListSasTokensNextResponse = SasTokenInformationListResult;\n\n/** Optional parameters. */\nexport interface ComputePoliciesListByAccountOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAccount operation. */\nexport type ComputePoliciesListByAccountResponse = ComputePolicyListResult;\n\n/** Optional parameters. */\nexport interface ComputePoliciesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ComputePoliciesCreateOrUpdateResponse = ComputePolicy;\n\n/** Optional parameters. */\nexport interface ComputePoliciesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ComputePoliciesGetResponse = ComputePolicy;\n\n/** Optional parameters. */\nexport interface ComputePoliciesUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Parameters supplied to update the compute policy. */\n parameters?: UpdateComputePolicyParameters;\n}\n\n/** Contains response data for the update operation. */\nexport type ComputePoliciesUpdateResponse = ComputePolicy;\n\n/** Optional parameters. */\nexport interface ComputePoliciesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ComputePoliciesListByAccountNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAccountNext operation. */\nexport type ComputePoliciesListByAccountNextResponse = ComputePolicyListResult;\n\n/** Optional parameters. */\nexport interface FirewallRulesListByAccountOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAccount operation. */\nexport type FirewallRulesListByAccountResponse = FirewallRuleListResult;\n\n/** Optional parameters. */\nexport interface FirewallRulesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type FirewallRulesCreateOrUpdateResponse = FirewallRule;\n\n/** Optional parameters. */\nexport interface FirewallRulesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type FirewallRulesGetResponse = FirewallRule;\n\n/** Optional parameters. */\nexport interface FirewallRulesUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Parameters supplied to update the firewall rule. */\n parameters?: UpdateFirewallRuleParameters;\n}\n\n/** Contains response data for the update operation. */\nexport type FirewallRulesUpdateResponse = FirewallRule;\n\n/** Optional parameters. */\nexport interface FirewallRulesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface FirewallRulesListByAccountNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAccountNext operation. */\nexport type FirewallRulesListByAccountNextResponse = FirewallRuleListResult;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface LocationsGetCapabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getCapability operation. */\nexport type LocationsGetCapabilityResponse = CapabilityInformation;\n\n/** Optional parameters. */\nexport interface DataLakeAnalyticsAccountManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}