@azure/arm-datalake-analytics 2.0.0-beta.3 → 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 (579) hide show
  1. package/CHANGELOG.md +14 -4
  2. package/LICENSE +4 -4
  3. package/README.md +31 -19
  4. package/{dist-esm/src → dist/browser}/dataLakeAnalyticsAccountManagementClient.d.ts +4 -2
  5. package/dist/browser/dataLakeAnalyticsAccountManagementClient.d.ts.map +1 -0
  6. package/{dist-esm/src → dist/browser}/dataLakeAnalyticsAccountManagementClient.js +64 -21
  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 -3
  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 +73 -62
  15. package/dist/browser/models/index.d.ts.map +1 -0
  16. package/{dist-esm/src → dist/browser}/models/index.js +11 -0
  17. package/dist/browser/models/index.js.map +1 -0
  18. package/{dist-esm/src → dist/browser}/models/mappers.js +184 -87
  19. package/dist/browser/models/mappers.js.map +1 -0
  20. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  21. package/dist/browser/models/parameters.js.map +1 -0
  22. package/{dist-esm/src → dist/browser}/operations/accounts.d.ts +3 -3
  23. package/dist/browser/operations/accounts.d.ts.map +1 -0
  24. package/{dist-esm/src → dist/browser}/operations/accounts.js +168 -172
  25. package/dist/browser/operations/accounts.js.map +1 -0
  26. package/{dist-esm/src → dist/browser}/operations/computePolicies.d.ts +3 -3
  27. package/dist/browser/operations/computePolicies.d.ts.map +1 -0
  28. package/{dist-esm/src → dist/browser}/operations/computePolicies.js +30 -33
  29. package/dist/browser/operations/computePolicies.js.map +1 -0
  30. package/{dist-esm/src → dist/browser}/operations/dataLakeStoreAccounts.d.ts +3 -3
  31. package/dist/browser/operations/dataLakeStoreAccounts.d.ts.map +1 -0
  32. package/{dist-esm/src → dist/browser}/operations/dataLakeStoreAccounts.js +30 -33
  33. package/dist/browser/operations/dataLakeStoreAccounts.js.map +1 -0
  34. package/{dist-esm/src → dist/browser}/operations/firewallRules.d.ts +3 -3
  35. package/dist/browser/operations/firewallRules.d.ts.map +1 -0
  36. package/{dist-esm/src → dist/browser}/operations/firewallRules.js +30 -33
  37. package/dist/browser/operations/firewallRules.js.map +1 -0
  38. package/dist/browser/operations/index.d.ts +8 -0
  39. package/dist/browser/operations/index.d.ts.map +1 -0
  40. package/dist/browser/operations/index.js +15 -0
  41. package/dist/browser/operations/index.js.map +1 -0
  42. package/{dist-esm/src → dist/browser}/operations/locations.d.ts +3 -3
  43. package/dist/browser/operations/locations.d.ts.map +1 -0
  44. package/{dist-esm/src → dist/browser}/operations/locations.js +3 -2
  45. package/dist/browser/operations/locations.js.map +1 -0
  46. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  47. package/dist/browser/operations/operations.d.ts.map +1 -0
  48. package/{dist-esm/src → dist/browser}/operations/operations.js +3 -2
  49. package/dist/browser/operations/operations.js.map +1 -0
  50. package/{dist-esm/src → dist/browser}/operations/storageAccounts.d.ts +3 -3
  51. package/dist/browser/operations/storageAccounts.d.ts.map +1 -0
  52. package/{dist-esm/src → dist/browser}/operations/storageAccounts.js +82 -93
  53. package/dist/browser/operations/storageAccounts.js.map +1 -0
  54. package/{dist-esm/src → dist/browser}/operationsInterfaces/accounts.d.ts +1 -1
  55. package/dist/browser/operationsInterfaces/accounts.d.ts.map +1 -0
  56. package/dist/browser/operationsInterfaces/accounts.js.map +1 -0
  57. package/{dist-esm/src → dist/browser}/operationsInterfaces/computePolicies.d.ts +1 -1
  58. package/dist/browser/operationsInterfaces/computePolicies.d.ts.map +1 -0
  59. package/dist/browser/operationsInterfaces/computePolicies.js.map +1 -0
  60. package/{dist-esm/src → dist/browser}/operationsInterfaces/dataLakeStoreAccounts.d.ts +1 -1
  61. package/dist/browser/operationsInterfaces/dataLakeStoreAccounts.d.ts.map +1 -0
  62. package/dist/browser/operationsInterfaces/dataLakeStoreAccounts.js.map +1 -0
  63. package/{dist-esm/src → dist/browser}/operationsInterfaces/firewallRules.d.ts +1 -1
  64. package/dist/browser/operationsInterfaces/firewallRules.d.ts.map +1 -0
  65. package/dist/browser/operationsInterfaces/firewallRules.js.map +1 -0
  66. package/dist/browser/operationsInterfaces/index.d.ts +8 -0
  67. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  68. package/dist/browser/operationsInterfaces/index.js +15 -0
  69. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  70. package/{dist-esm/src → dist/browser}/operationsInterfaces/locations.d.ts +1 -1
  71. package/dist/browser/operationsInterfaces/locations.d.ts.map +1 -0
  72. package/dist/browser/operationsInterfaces/locations.js.map +1 -0
  73. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  74. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  75. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  76. package/{dist-esm/src → dist/browser}/operationsInterfaces/storageAccounts.d.ts +1 -1
  77. package/dist/browser/operationsInterfaces/storageAccounts.d.ts.map +1 -0
  78. package/dist/browser/operationsInterfaces/storageAccounts.js.map +1 -0
  79. package/dist/browser/package.json +3 -0
  80. package/dist/browser/pagingHelper.d.ts +13 -0
  81. package/dist/browser/pagingHelper.d.ts.map +1 -0
  82. package/dist/browser/pagingHelper.js +30 -0
  83. package/dist/browser/pagingHelper.js.map +1 -0
  84. package/dist/commonjs/dataLakeAnalyticsAccountManagementClient.d.ts +27 -0
  85. package/dist/commonjs/dataLakeAnalyticsAccountManagementClient.d.ts.map +1 -0
  86. package/dist/commonjs/dataLakeAnalyticsAccountManagementClient.js +124 -0
  87. package/dist/commonjs/dataLakeAnalyticsAccountManagementClient.js.map +1 -0
  88. package/dist/commonjs/index.d.ts +5 -0
  89. package/dist/commonjs/index.d.ts.map +1 -0
  90. package/dist/commonjs/index.js +19 -0
  91. package/dist/commonjs/index.js.map +1 -0
  92. package/dist/commonjs/lroImpl.d.ts +16 -0
  93. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  94. package/dist/commonjs/lroImpl.js +37 -0
  95. package/dist/commonjs/lroImpl.js.map +1 -0
  96. package/{types/arm-datalake-analytics.d.ts → dist/commonjs/models/index.d.ts} +1357 -1818
  97. package/dist/commonjs/models/index.d.ts.map +1 -0
  98. package/dist/commonjs/models/index.js +45 -0
  99. package/dist/commonjs/models/index.js.map +1 -0
  100. package/dist/commonjs/models/mappers.d.ts +56 -0
  101. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  102. package/dist/commonjs/models/mappers.js +2396 -0
  103. package/dist/commonjs/models/mappers.js.map +1 -0
  104. package/dist/commonjs/models/parameters.d.ts +32 -0
  105. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  106. package/dist/commonjs/models/parameters.js +257 -0
  107. package/dist/commonjs/models/parameters.js.map +1 -0
  108. package/dist/commonjs/operations/accounts.d.ts +120 -0
  109. package/dist/commonjs/operations/accounts.d.ts.map +1 -0
  110. package/dist/commonjs/operations/accounts.js +576 -0
  111. package/dist/commonjs/operations/accounts.js.map +1 -0
  112. package/dist/commonjs/operations/computePolicies.d.ts +76 -0
  113. package/dist/commonjs/operations/computePolicies.d.ts.map +1 -0
  114. package/dist/commonjs/operations/computePolicies.js +282 -0
  115. package/dist/commonjs/operations/computePolicies.js.map +1 -0
  116. package/dist/commonjs/operations/dataLakeStoreAccounts.d.ts +64 -0
  117. package/dist/commonjs/operations/dataLakeStoreAccounts.d.ts.map +1 -0
  118. package/dist/commonjs/operations/dataLakeStoreAccounts.js +252 -0
  119. package/dist/commonjs/operations/dataLakeStoreAccounts.js.map +1 -0
  120. package/dist/commonjs/operations/firewallRules.d.ts +72 -0
  121. package/dist/commonjs/operations/firewallRules.d.ts.map +1 -0
  122. package/dist/commonjs/operations/firewallRules.js +272 -0
  123. package/dist/commonjs/operations/firewallRules.js.map +1 -0
  124. package/dist/commonjs/operations/index.d.ts +8 -0
  125. package/dist/commonjs/operations/index.d.ts.map +1 -0
  126. package/dist/commonjs/operations/index.js +18 -0
  127. package/dist/commonjs/operations/index.js.map +1 -0
  128. package/dist/commonjs/operations/locations.d.ts +20 -0
  129. package/dist/commonjs/operations/locations.d.ts.map +1 -0
  130. package/dist/commonjs/operations/locations.js +59 -0
  131. package/dist/commonjs/operations/locations.js.map +1 -0
  132. package/dist/commonjs/operations/operations.d.ts +18 -0
  133. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  134. package/dist/commonjs/operations/operations.js +52 -0
  135. package/dist/commonjs/operations/operations.js.map +1 -0
  136. package/dist/commonjs/operations/storageAccounts.d.ts +153 -0
  137. package/dist/commonjs/operations/storageAccounts.d.ts.map +1 -0
  138. package/dist/commonjs/operations/storageAccounts.js +588 -0
  139. package/dist/commonjs/operations/storageAccounts.js.map +1 -0
  140. package/dist/commonjs/operationsInterfaces/accounts.d.ts +82 -0
  141. package/dist/commonjs/operationsInterfaces/accounts.d.ts.map +1 -0
  142. package/dist/commonjs/operationsInterfaces/accounts.js +10 -0
  143. package/dist/commonjs/operationsInterfaces/accounts.js.map +1 -0
  144. package/dist/commonjs/operationsInterfaces/computePolicies.d.ts +50 -0
  145. package/dist/commonjs/operationsInterfaces/computePolicies.d.ts.map +1 -0
  146. package/dist/commonjs/operationsInterfaces/computePolicies.js +10 -0
  147. package/dist/commonjs/operationsInterfaces/computePolicies.js.map +1 -0
  148. package/dist/commonjs/operationsInterfaces/dataLakeStoreAccounts.d.ts +38 -0
  149. package/dist/commonjs/operationsInterfaces/dataLakeStoreAccounts.d.ts.map +1 -0
  150. package/dist/commonjs/operationsInterfaces/dataLakeStoreAccounts.js +10 -0
  151. package/dist/commonjs/operationsInterfaces/dataLakeStoreAccounts.js.map +1 -0
  152. package/dist/commonjs/operationsInterfaces/firewallRules.d.ts +47 -0
  153. package/dist/commonjs/operationsInterfaces/firewallRules.d.ts.map +1 -0
  154. package/dist/commonjs/operationsInterfaces/firewallRules.js +10 -0
  155. package/dist/commonjs/operationsInterfaces/firewallRules.js.map +1 -0
  156. package/dist/commonjs/operationsInterfaces/index.d.ts +8 -0
  157. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  158. package/dist/commonjs/operationsInterfaces/index.js +18 -0
  159. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  160. package/dist/commonjs/operationsInterfaces/locations.d.ts +12 -0
  161. package/dist/commonjs/operationsInterfaces/locations.d.ts.map +1 -0
  162. package/dist/commonjs/operationsInterfaces/locations.js +10 -0
  163. package/dist/commonjs/operationsInterfaces/locations.js.map +1 -0
  164. package/dist/commonjs/operationsInterfaces/operations.d.ts +10 -0
  165. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  166. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  167. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  168. package/dist/commonjs/operationsInterfaces/storageAccounts.d.ts +81 -0
  169. package/dist/commonjs/operationsInterfaces/storageAccounts.d.ts.map +1 -0
  170. package/dist/commonjs/operationsInterfaces/storageAccounts.js +10 -0
  171. package/dist/commonjs/operationsInterfaces/storageAccounts.js.map +1 -0
  172. package/dist/commonjs/package.json +3 -0
  173. package/dist/commonjs/pagingHelper.d.ts +13 -0
  174. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  175. package/dist/commonjs/pagingHelper.js +34 -0
  176. package/dist/commonjs/pagingHelper.js.map +1 -0
  177. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  178. package/dist/esm/dataLakeAnalyticsAccountManagementClient.d.ts +27 -0
  179. package/dist/esm/dataLakeAnalyticsAccountManagementClient.d.ts.map +1 -0
  180. package/dist/esm/dataLakeAnalyticsAccountManagementClient.js +119 -0
  181. package/dist/esm/dataLakeAnalyticsAccountManagementClient.js.map +1 -0
  182. package/dist/esm/index.d.ts +5 -0
  183. package/dist/esm/index.d.ts.map +1 -0
  184. package/{src/index.ts → dist/esm/index.js} +5 -4
  185. package/dist/esm/index.js.map +1 -0
  186. package/dist/esm/lroImpl.d.ts +16 -0
  187. package/dist/esm/lroImpl.d.ts.map +1 -0
  188. package/dist/esm/lroImpl.js +33 -0
  189. package/dist/esm/lroImpl.js.map +1 -0
  190. package/dist/esm/models/index.d.ts +1357 -0
  191. package/dist/esm/models/index.d.ts.map +1 -0
  192. package/dist/esm/models/index.js +42 -0
  193. package/dist/esm/models/index.js.map +1 -0
  194. package/dist/esm/models/mappers.d.ts +56 -0
  195. package/dist/esm/models/mappers.d.ts.map +1 -0
  196. package/dist/esm/models/mappers.js +2392 -0
  197. package/dist/esm/models/mappers.js.map +1 -0
  198. package/dist/esm/models/parameters.d.ts +32 -0
  199. package/dist/esm/models/parameters.d.ts.map +1 -0
  200. package/dist/esm/models/parameters.js +254 -0
  201. package/dist/esm/models/parameters.js.map +1 -0
  202. package/dist/esm/operations/accounts.d.ts +120 -0
  203. package/dist/esm/operations/accounts.d.ts.map +1 -0
  204. package/dist/esm/operations/accounts.js +571 -0
  205. package/dist/esm/operations/accounts.js.map +1 -0
  206. package/dist/esm/operations/computePolicies.d.ts +76 -0
  207. package/dist/esm/operations/computePolicies.d.ts.map +1 -0
  208. package/dist/esm/operations/computePolicies.js +277 -0
  209. package/dist/esm/operations/computePolicies.js.map +1 -0
  210. package/dist/esm/operations/dataLakeStoreAccounts.d.ts +64 -0
  211. package/dist/esm/operations/dataLakeStoreAccounts.d.ts.map +1 -0
  212. package/dist/esm/operations/dataLakeStoreAccounts.js +247 -0
  213. package/dist/esm/operations/dataLakeStoreAccounts.js.map +1 -0
  214. package/dist/esm/operations/firewallRules.d.ts +72 -0
  215. package/dist/esm/operations/firewallRules.d.ts.map +1 -0
  216. package/dist/esm/operations/firewallRules.js +267 -0
  217. package/dist/esm/operations/firewallRules.js.map +1 -0
  218. package/dist/esm/operations/index.d.ts +8 -0
  219. package/dist/esm/operations/index.d.ts.map +1 -0
  220. package/dist/esm/operations/index.js +15 -0
  221. package/dist/esm/operations/index.js.map +1 -0
  222. package/dist/esm/operations/locations.d.ts +20 -0
  223. package/dist/esm/operations/locations.d.ts.map +1 -0
  224. package/dist/esm/operations/locations.js +54 -0
  225. package/dist/esm/operations/locations.js.map +1 -0
  226. package/dist/esm/operations/operations.d.ts +18 -0
  227. package/dist/esm/operations/operations.d.ts.map +1 -0
  228. package/dist/esm/operations/operations.js +47 -0
  229. package/dist/esm/operations/operations.js.map +1 -0
  230. package/dist/esm/operations/storageAccounts.d.ts +153 -0
  231. package/dist/esm/operations/storageAccounts.d.ts.map +1 -0
  232. package/dist/esm/operations/storageAccounts.js +583 -0
  233. package/dist/esm/operations/storageAccounts.js.map +1 -0
  234. package/dist/esm/operationsInterfaces/accounts.d.ts +82 -0
  235. package/dist/esm/operationsInterfaces/accounts.d.ts.map +1 -0
  236. package/dist/esm/operationsInterfaces/accounts.js +9 -0
  237. package/dist/esm/operationsInterfaces/accounts.js.map +1 -0
  238. package/dist/esm/operationsInterfaces/computePolicies.d.ts +50 -0
  239. package/dist/esm/operationsInterfaces/computePolicies.d.ts.map +1 -0
  240. package/dist/esm/operationsInterfaces/computePolicies.js +9 -0
  241. package/dist/esm/operationsInterfaces/computePolicies.js.map +1 -0
  242. package/dist/esm/operationsInterfaces/dataLakeStoreAccounts.d.ts +38 -0
  243. package/dist/esm/operationsInterfaces/dataLakeStoreAccounts.d.ts.map +1 -0
  244. package/dist/esm/operationsInterfaces/dataLakeStoreAccounts.js +9 -0
  245. package/dist/esm/operationsInterfaces/dataLakeStoreAccounts.js.map +1 -0
  246. package/dist/esm/operationsInterfaces/firewallRules.d.ts +47 -0
  247. package/dist/esm/operationsInterfaces/firewallRules.d.ts.map +1 -0
  248. package/dist/esm/operationsInterfaces/firewallRules.js +9 -0
  249. package/dist/esm/operationsInterfaces/firewallRules.js.map +1 -0
  250. package/dist/esm/operationsInterfaces/index.d.ts +8 -0
  251. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  252. package/dist/esm/operationsInterfaces/index.js +15 -0
  253. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  254. package/dist/esm/operationsInterfaces/locations.d.ts +12 -0
  255. package/dist/esm/operationsInterfaces/locations.d.ts.map +1 -0
  256. package/dist/esm/operationsInterfaces/locations.js +9 -0
  257. package/dist/esm/operationsInterfaces/locations.js.map +1 -0
  258. package/dist/esm/operationsInterfaces/operations.d.ts +10 -0
  259. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  260. package/dist/esm/operationsInterfaces/operations.js +9 -0
  261. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  262. package/dist/esm/operationsInterfaces/storageAccounts.d.ts +81 -0
  263. package/dist/esm/operationsInterfaces/storageAccounts.d.ts.map +1 -0
  264. package/dist/esm/operationsInterfaces/storageAccounts.js +9 -0
  265. package/dist/esm/operationsInterfaces/storageAccounts.js.map +1 -0
  266. package/dist/esm/package.json +3 -0
  267. package/dist/esm/pagingHelper.d.ts +13 -0
  268. package/dist/esm/pagingHelper.d.ts.map +1 -0
  269. package/dist/esm/pagingHelper.js +30 -0
  270. package/dist/esm/pagingHelper.js.map +1 -0
  271. package/dist/react-native/dataLakeAnalyticsAccountManagementClient.d.ts +27 -0
  272. package/dist/react-native/dataLakeAnalyticsAccountManagementClient.d.ts.map +1 -0
  273. package/dist/react-native/dataLakeAnalyticsAccountManagementClient.js +119 -0
  274. package/dist/react-native/dataLakeAnalyticsAccountManagementClient.js.map +1 -0
  275. package/dist/react-native/index.d.ts +5 -0
  276. package/dist/react-native/index.d.ts.map +1 -0
  277. package/dist/react-native/index.js +13 -0
  278. package/dist/react-native/index.js.map +1 -0
  279. package/dist/react-native/lroImpl.d.ts +16 -0
  280. package/dist/react-native/lroImpl.d.ts.map +1 -0
  281. package/dist/react-native/lroImpl.js +33 -0
  282. package/dist/react-native/lroImpl.js.map +1 -0
  283. package/dist/react-native/models/index.d.ts +1357 -0
  284. package/dist/react-native/models/index.d.ts.map +1 -0
  285. package/dist/react-native/models/index.js +42 -0
  286. package/dist/react-native/models/index.js.map +1 -0
  287. package/dist/react-native/models/mappers.d.ts +56 -0
  288. package/dist/react-native/models/mappers.d.ts.map +1 -0
  289. package/dist/react-native/models/mappers.js +2392 -0
  290. package/dist/react-native/models/mappers.js.map +1 -0
  291. package/dist/react-native/models/parameters.d.ts +32 -0
  292. package/dist/react-native/models/parameters.d.ts.map +1 -0
  293. package/dist/react-native/models/parameters.js +254 -0
  294. package/dist/react-native/models/parameters.js.map +1 -0
  295. package/dist/react-native/operations/accounts.d.ts +120 -0
  296. package/dist/react-native/operations/accounts.d.ts.map +1 -0
  297. package/dist/react-native/operations/accounts.js +571 -0
  298. package/dist/react-native/operations/accounts.js.map +1 -0
  299. package/dist/react-native/operations/computePolicies.d.ts +76 -0
  300. package/dist/react-native/operations/computePolicies.d.ts.map +1 -0
  301. package/dist/react-native/operations/computePolicies.js +277 -0
  302. package/dist/react-native/operations/computePolicies.js.map +1 -0
  303. package/dist/react-native/operations/dataLakeStoreAccounts.d.ts +64 -0
  304. package/dist/react-native/operations/dataLakeStoreAccounts.d.ts.map +1 -0
  305. package/dist/react-native/operations/dataLakeStoreAccounts.js +247 -0
  306. package/dist/react-native/operations/dataLakeStoreAccounts.js.map +1 -0
  307. package/dist/react-native/operations/firewallRules.d.ts +72 -0
  308. package/dist/react-native/operations/firewallRules.d.ts.map +1 -0
  309. package/dist/react-native/operations/firewallRules.js +267 -0
  310. package/dist/react-native/operations/firewallRules.js.map +1 -0
  311. package/dist/react-native/operations/index.d.ts +8 -0
  312. package/dist/react-native/operations/index.d.ts.map +1 -0
  313. package/dist/react-native/operations/index.js +15 -0
  314. package/dist/react-native/operations/index.js.map +1 -0
  315. package/dist/react-native/operations/locations.d.ts +20 -0
  316. package/dist/react-native/operations/locations.d.ts.map +1 -0
  317. package/dist/react-native/operations/locations.js +54 -0
  318. package/dist/react-native/operations/locations.js.map +1 -0
  319. package/dist/react-native/operations/operations.d.ts +18 -0
  320. package/dist/react-native/operations/operations.d.ts.map +1 -0
  321. package/dist/react-native/operations/operations.js +47 -0
  322. package/dist/react-native/operations/operations.js.map +1 -0
  323. package/dist/react-native/operations/storageAccounts.d.ts +153 -0
  324. package/dist/react-native/operations/storageAccounts.d.ts.map +1 -0
  325. package/dist/react-native/operations/storageAccounts.js +583 -0
  326. package/dist/react-native/operations/storageAccounts.js.map +1 -0
  327. package/dist/react-native/operationsInterfaces/accounts.d.ts +82 -0
  328. package/dist/react-native/operationsInterfaces/accounts.d.ts.map +1 -0
  329. package/dist/react-native/operationsInterfaces/accounts.js +9 -0
  330. package/dist/react-native/operationsInterfaces/accounts.js.map +1 -0
  331. package/dist/react-native/operationsInterfaces/computePolicies.d.ts +50 -0
  332. package/dist/react-native/operationsInterfaces/computePolicies.d.ts.map +1 -0
  333. package/dist/react-native/operationsInterfaces/computePolicies.js +9 -0
  334. package/dist/react-native/operationsInterfaces/computePolicies.js.map +1 -0
  335. package/dist/react-native/operationsInterfaces/dataLakeStoreAccounts.d.ts +38 -0
  336. package/dist/react-native/operationsInterfaces/dataLakeStoreAccounts.d.ts.map +1 -0
  337. package/dist/react-native/operationsInterfaces/dataLakeStoreAccounts.js +9 -0
  338. package/dist/react-native/operationsInterfaces/dataLakeStoreAccounts.js.map +1 -0
  339. package/dist/react-native/operationsInterfaces/firewallRules.d.ts +47 -0
  340. package/dist/react-native/operationsInterfaces/firewallRules.d.ts.map +1 -0
  341. package/dist/react-native/operationsInterfaces/firewallRules.js +9 -0
  342. package/dist/react-native/operationsInterfaces/firewallRules.js.map +1 -0
  343. package/dist/react-native/operationsInterfaces/index.d.ts +8 -0
  344. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  345. package/dist/react-native/operationsInterfaces/index.js +15 -0
  346. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  347. package/dist/react-native/operationsInterfaces/locations.d.ts +12 -0
  348. package/dist/react-native/operationsInterfaces/locations.d.ts.map +1 -0
  349. package/dist/react-native/operationsInterfaces/locations.js +9 -0
  350. package/dist/react-native/operationsInterfaces/locations.js.map +1 -0
  351. package/dist/react-native/operationsInterfaces/operations.d.ts +10 -0
  352. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  353. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  354. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  355. package/dist/react-native/operationsInterfaces/storageAccounts.d.ts +81 -0
  356. package/dist/react-native/operationsInterfaces/storageAccounts.d.ts.map +1 -0
  357. package/dist/react-native/operationsInterfaces/storageAccounts.js +9 -0
  358. package/dist/react-native/operationsInterfaces/storageAccounts.js.map +1 -0
  359. package/dist/react-native/package.json +3 -0
  360. package/dist/react-native/pagingHelper.d.ts +13 -0
  361. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  362. package/dist/react-native/pagingHelper.js +30 -0
  363. package/dist/react-native/pagingHelper.js.map +1 -0
  364. package/package.json +86 -73
  365. package/review/{arm-datalake-analytics.api.md → arm-datalake-analytics-node.api.md} +68 -76
  366. package/dist/index.js +0 -4810
  367. package/dist/index.js.map +0 -1
  368. package/dist/index.min.js +0 -1
  369. package/dist/index.min.js.map +0 -1
  370. package/dist-esm/samples-dev/accountsCheckNameAvailabilitySample.d.ts +0 -2
  371. package/dist-esm/samples-dev/accountsCheckNameAvailabilitySample.d.ts.map +0 -1
  372. package/dist-esm/samples-dev/accountsCheckNameAvailabilitySample.js +0 -34
  373. package/dist-esm/samples-dev/accountsCheckNameAvailabilitySample.js.map +0 -1
  374. package/dist-esm/samples-dev/accountsCreateSample.d.ts +0 -2
  375. package/dist-esm/samples-dev/accountsCreateSample.d.ts.map +0 -1
  376. package/dist-esm/samples-dev/accountsCreateSample.js +0 -64
  377. package/dist-esm/samples-dev/accountsCreateSample.js.map +0 -1
  378. package/dist-esm/samples-dev/accountsDeleteSample.d.ts +0 -2
  379. package/dist-esm/samples-dev/accountsDeleteSample.d.ts.map +0 -1
  380. package/dist-esm/samples-dev/accountsDeleteSample.js +0 -31
  381. package/dist-esm/samples-dev/accountsDeleteSample.js.map +0 -1
  382. package/dist-esm/samples-dev/accountsGetSample.d.ts +0 -2
  383. package/dist-esm/samples-dev/accountsGetSample.d.ts.map +0 -1
  384. package/dist-esm/samples-dev/accountsGetSample.js +0 -31
  385. package/dist-esm/samples-dev/accountsGetSample.js.map +0 -1
  386. package/dist-esm/samples-dev/accountsListByResourceGroupSample.d.ts +0 -2
  387. package/dist-esm/samples-dev/accountsListByResourceGroupSample.d.ts.map +0 -1
  388. package/dist-esm/samples-dev/accountsListByResourceGroupSample.js +0 -58
  389. package/dist-esm/samples-dev/accountsListByResourceGroupSample.js.map +0 -1
  390. package/dist-esm/samples-dev/accountsListSample.d.ts +0 -2
  391. package/dist-esm/samples-dev/accountsListSample.d.ts.map +0 -1
  392. package/dist-esm/samples-dev/accountsListSample.js +0 -57
  393. package/dist-esm/samples-dev/accountsListSample.js.map +0 -1
  394. package/dist-esm/samples-dev/accountsUpdateSample.d.ts +0 -2
  395. package/dist-esm/samples-dev/accountsUpdateSample.d.ts.map +0 -1
  396. package/dist-esm/samples-dev/accountsUpdateSample.js +0 -55
  397. package/dist-esm/samples-dev/accountsUpdateSample.js.map +0 -1
  398. package/dist-esm/samples-dev/computePoliciesCreateOrUpdateSample.d.ts +0 -2
  399. package/dist-esm/samples-dev/computePoliciesCreateOrUpdateSample.d.ts.map +0 -1
  400. package/dist-esm/samples-dev/computePoliciesCreateOrUpdateSample.js +0 -38
  401. package/dist-esm/samples-dev/computePoliciesCreateOrUpdateSample.js.map +0 -1
  402. package/dist-esm/samples-dev/computePoliciesDeleteSample.d.ts +0 -2
  403. package/dist-esm/samples-dev/computePoliciesDeleteSample.d.ts.map +0 -1
  404. package/dist-esm/samples-dev/computePoliciesDeleteSample.js +0 -32
  405. package/dist-esm/samples-dev/computePoliciesDeleteSample.js.map +0 -1
  406. package/dist-esm/samples-dev/computePoliciesGetSample.d.ts +0 -2
  407. package/dist-esm/samples-dev/computePoliciesGetSample.d.ts.map +0 -1
  408. package/dist-esm/samples-dev/computePoliciesGetSample.js +0 -32
  409. package/dist-esm/samples-dev/computePoliciesGetSample.js.map +0 -1
  410. package/dist-esm/samples-dev/computePoliciesListByAccountSample.d.ts +0 -2
  411. package/dist-esm/samples-dev/computePoliciesListByAccountSample.d.ts.map +0 -1
  412. package/dist-esm/samples-dev/computePoliciesListByAccountSample.js +0 -45
  413. package/dist-esm/samples-dev/computePoliciesListByAccountSample.js.map +0 -1
  414. package/dist-esm/samples-dev/computePoliciesUpdateSample.d.ts +0 -2
  415. package/dist-esm/samples-dev/computePoliciesUpdateSample.d.ts.map +0 -1
  416. package/dist-esm/samples-dev/computePoliciesUpdateSample.js +0 -37
  417. package/dist-esm/samples-dev/computePoliciesUpdateSample.js.map +0 -1
  418. package/dist-esm/samples-dev/dataLakeStoreAccountsAddSample.d.ts +0 -2
  419. package/dist-esm/samples-dev/dataLakeStoreAccountsAddSample.d.ts.map +0 -1
  420. package/dist-esm/samples-dev/dataLakeStoreAccountsAddSample.js +0 -34
  421. package/dist-esm/samples-dev/dataLakeStoreAccountsAddSample.js.map +0 -1
  422. package/dist-esm/samples-dev/dataLakeStoreAccountsDeleteSample.d.ts +0 -2
  423. package/dist-esm/samples-dev/dataLakeStoreAccountsDeleteSample.d.ts.map +0 -1
  424. package/dist-esm/samples-dev/dataLakeStoreAccountsDeleteSample.js +0 -32
  425. package/dist-esm/samples-dev/dataLakeStoreAccountsDeleteSample.js.map +0 -1
  426. package/dist-esm/samples-dev/dataLakeStoreAccountsGetSample.d.ts +0 -2
  427. package/dist-esm/samples-dev/dataLakeStoreAccountsGetSample.d.ts.map +0 -1
  428. package/dist-esm/samples-dev/dataLakeStoreAccountsGetSample.js +0 -32
  429. package/dist-esm/samples-dev/dataLakeStoreAccountsGetSample.js.map +0 -1
  430. package/dist-esm/samples-dev/dataLakeStoreAccountsListByAccountSample.d.ts +0 -2
  431. package/dist-esm/samples-dev/dataLakeStoreAccountsListByAccountSample.d.ts.map +0 -1
  432. package/dist-esm/samples-dev/dataLakeStoreAccountsListByAccountSample.js +0 -59
  433. package/dist-esm/samples-dev/dataLakeStoreAccountsListByAccountSample.js.map +0 -1
  434. package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.d.ts +0 -2
  435. package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.d.ts.map +0 -1
  436. package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.js +0 -36
  437. package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.js.map +0 -1
  438. package/dist-esm/samples-dev/firewallRulesDeleteSample.d.ts +0 -2
  439. package/dist-esm/samples-dev/firewallRulesDeleteSample.d.ts.map +0 -1
  440. package/dist-esm/samples-dev/firewallRulesDeleteSample.js +0 -32
  441. package/dist-esm/samples-dev/firewallRulesDeleteSample.js.map +0 -1
  442. package/dist-esm/samples-dev/firewallRulesGetSample.d.ts +0 -2
  443. package/dist-esm/samples-dev/firewallRulesGetSample.d.ts.map +0 -1
  444. package/dist-esm/samples-dev/firewallRulesGetSample.js +0 -32
  445. package/dist-esm/samples-dev/firewallRulesGetSample.js.map +0 -1
  446. package/dist-esm/samples-dev/firewallRulesListByAccountSample.d.ts +0 -2
  447. package/dist-esm/samples-dev/firewallRulesListByAccountSample.d.ts.map +0 -1
  448. package/dist-esm/samples-dev/firewallRulesListByAccountSample.js +0 -45
  449. package/dist-esm/samples-dev/firewallRulesListByAccountSample.js.map +0 -1
  450. package/dist-esm/samples-dev/firewallRulesUpdateSample.d.ts +0 -2
  451. package/dist-esm/samples-dev/firewallRulesUpdateSample.d.ts.map +0 -1
  452. package/dist-esm/samples-dev/firewallRulesUpdateSample.js +0 -37
  453. package/dist-esm/samples-dev/firewallRulesUpdateSample.js.map +0 -1
  454. package/dist-esm/samples-dev/locationsGetCapabilitySample.d.ts +0 -2
  455. package/dist-esm/samples-dev/locationsGetCapabilitySample.d.ts.map +0 -1
  456. package/dist-esm/samples-dev/locationsGetCapabilitySample.js +0 -30
  457. package/dist-esm/samples-dev/locationsGetCapabilitySample.js.map +0 -1
  458. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  459. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  460. package/dist-esm/samples-dev/operationsListSample.js +0 -29
  461. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  462. package/dist-esm/samples-dev/storageAccountsAddSample.d.ts +0 -2
  463. package/dist-esm/samples-dev/storageAccountsAddSample.d.ts.map +0 -1
  464. package/dist-esm/samples-dev/storageAccountsAddSample.js +0 -36
  465. package/dist-esm/samples-dev/storageAccountsAddSample.js.map +0 -1
  466. package/dist-esm/samples-dev/storageAccountsDeleteSample.d.ts +0 -2
  467. package/dist-esm/samples-dev/storageAccountsDeleteSample.d.ts.map +0 -1
  468. package/dist-esm/samples-dev/storageAccountsDeleteSample.js +0 -32
  469. package/dist-esm/samples-dev/storageAccountsDeleteSample.js.map +0 -1
  470. package/dist-esm/samples-dev/storageAccountsGetSample.d.ts +0 -2
  471. package/dist-esm/samples-dev/storageAccountsGetSample.d.ts.map +0 -1
  472. package/dist-esm/samples-dev/storageAccountsGetSample.js +0 -32
  473. package/dist-esm/samples-dev/storageAccountsGetSample.js.map +0 -1
  474. package/dist-esm/samples-dev/storageAccountsGetStorageContainerSample.d.ts +0 -2
  475. package/dist-esm/samples-dev/storageAccountsGetStorageContainerSample.d.ts.map +0 -1
  476. package/dist-esm/samples-dev/storageAccountsGetStorageContainerSample.js +0 -33
  477. package/dist-esm/samples-dev/storageAccountsGetStorageContainerSample.js.map +0 -1
  478. package/dist-esm/samples-dev/storageAccountsListByAccountSample.d.ts +0 -2
  479. package/dist-esm/samples-dev/storageAccountsListByAccountSample.d.ts.map +0 -1
  480. package/dist-esm/samples-dev/storageAccountsListByAccountSample.js +0 -59
  481. package/dist-esm/samples-dev/storageAccountsListByAccountSample.js.map +0 -1
  482. package/dist-esm/samples-dev/storageAccountsListSasTokensSample.d.ts +0 -2
  483. package/dist-esm/samples-dev/storageAccountsListSasTokensSample.d.ts.map +0 -1
  484. package/dist-esm/samples-dev/storageAccountsListSasTokensSample.js +0 -47
  485. package/dist-esm/samples-dev/storageAccountsListSasTokensSample.js.map +0 -1
  486. package/dist-esm/samples-dev/storageAccountsListStorageContainersSample.d.ts +0 -2
  487. package/dist-esm/samples-dev/storageAccountsListStorageContainersSample.d.ts.map +0 -1
  488. package/dist-esm/samples-dev/storageAccountsListStorageContainersSample.js +0 -46
  489. package/dist-esm/samples-dev/storageAccountsListStorageContainersSample.js.map +0 -1
  490. package/dist-esm/samples-dev/storageAccountsUpdateSample.d.ts +0 -2
  491. package/dist-esm/samples-dev/storageAccountsUpdateSample.d.ts.map +0 -1
  492. package/dist-esm/samples-dev/storageAccountsUpdateSample.js +0 -37
  493. package/dist-esm/samples-dev/storageAccountsUpdateSample.js.map +0 -1
  494. package/dist-esm/src/dataLakeAnalyticsAccountManagementClient.d.ts.map +0 -1
  495. package/dist-esm/src/dataLakeAnalyticsAccountManagementClient.js.map +0 -1
  496. package/dist-esm/src/index.d.ts +0 -5
  497. package/dist-esm/src/index.d.ts.map +0 -1
  498. package/dist-esm/src/index.js.map +0 -1
  499. package/dist-esm/src/lroImpl.js.map +0 -1
  500. package/dist-esm/src/models/index.d.ts.map +0 -1
  501. package/dist-esm/src/models/index.js.map +0 -1
  502. package/dist-esm/src/models/mappers.js.map +0 -1
  503. package/dist-esm/src/models/parameters.js.map +0 -1
  504. package/dist-esm/src/operations/accounts.d.ts.map +0 -1
  505. package/dist-esm/src/operations/accounts.js.map +0 -1
  506. package/dist-esm/src/operations/computePolicies.d.ts.map +0 -1
  507. package/dist-esm/src/operations/computePolicies.js.map +0 -1
  508. package/dist-esm/src/operations/dataLakeStoreAccounts.d.ts.map +0 -1
  509. package/dist-esm/src/operations/dataLakeStoreAccounts.js.map +0 -1
  510. package/dist-esm/src/operations/firewallRules.d.ts.map +0 -1
  511. package/dist-esm/src/operations/firewallRules.js.map +0 -1
  512. package/dist-esm/src/operations/index.d.ts +0 -8
  513. package/dist-esm/src/operations/index.d.ts.map +0 -1
  514. package/dist-esm/src/operations/index.js +0 -15
  515. package/dist-esm/src/operations/index.js.map +0 -1
  516. package/dist-esm/src/operations/locations.d.ts.map +0 -1
  517. package/dist-esm/src/operations/locations.js.map +0 -1
  518. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  519. package/dist-esm/src/operations/operations.js.map +0 -1
  520. package/dist-esm/src/operations/storageAccounts.d.ts.map +0 -1
  521. package/dist-esm/src/operations/storageAccounts.js.map +0 -1
  522. package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +0 -1
  523. package/dist-esm/src/operationsInterfaces/accounts.js.map +0 -1
  524. package/dist-esm/src/operationsInterfaces/computePolicies.d.ts.map +0 -1
  525. package/dist-esm/src/operationsInterfaces/computePolicies.js.map +0 -1
  526. package/dist-esm/src/operationsInterfaces/dataLakeStoreAccounts.d.ts.map +0 -1
  527. package/dist-esm/src/operationsInterfaces/dataLakeStoreAccounts.js.map +0 -1
  528. package/dist-esm/src/operationsInterfaces/firewallRules.d.ts.map +0 -1
  529. package/dist-esm/src/operationsInterfaces/firewallRules.js.map +0 -1
  530. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -8
  531. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  532. package/dist-esm/src/operationsInterfaces/index.js +0 -15
  533. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  534. package/dist-esm/src/operationsInterfaces/locations.d.ts.map +0 -1
  535. package/dist-esm/src/operationsInterfaces/locations.js.map +0 -1
  536. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  537. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  538. package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts.map +0 -1
  539. package/dist-esm/src/operationsInterfaces/storageAccounts.js.map +0 -1
  540. package/dist-esm/test/sampleTest.d.ts +0 -4
  541. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  542. package/dist-esm/test/sampleTest.js +0 -89
  543. package/dist-esm/test/sampleTest.js.map +0 -1
  544. package/rollup.config.js +0 -122
  545. package/src/dataLakeAnalyticsAccountManagementClient.ts +0 -129
  546. package/src/lroImpl.ts +0 -34
  547. package/src/models/index.ts +0 -1520
  548. package/src/models/mappers.ts +0 -2447
  549. package/src/models/parameters.ts +0 -300
  550. package/src/operations/accounts.ts +0 -755
  551. package/src/operations/computePolicies.ts +0 -381
  552. package/src/operations/dataLakeStoreAccounts.ts +0 -336
  553. package/src/operations/firewallRules.ts +0 -371
  554. package/src/operations/index.ts +0 -15
  555. package/src/operations/locations.ts +0 -71
  556. package/src/operations/operations.ts +0 -59
  557. package/src/operations/storageAccounts.ts +0 -824
  558. package/src/operationsInterfaces/accounts.ts +0 -155
  559. package/src/operationsInterfaces/computePolicies.ts +0 -95
  560. package/src/operationsInterfaces/dataLakeStoreAccounts.ts +0 -73
  561. package/src/operationsInterfaces/firewallRules.ts +0 -92
  562. package/src/operationsInterfaces/index.ts +0 -15
  563. package/src/operationsInterfaces/locations.ts +0 -26
  564. package/src/operationsInterfaces/operations.ts +0 -21
  565. package/src/operationsInterfaces/storageAccounts.ts +0 -147
  566. package/tsconfig.json +0 -33
  567. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  568. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  569. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  570. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  571. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  572. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  573. /package/{dist-esm/src → dist/browser}/operationsInterfaces/accounts.js +0 -0
  574. /package/{dist-esm/src → dist/browser}/operationsInterfaces/computePolicies.js +0 -0
  575. /package/{dist-esm/src → dist/browser}/operationsInterfaces/dataLakeStoreAccounts.js +0 -0
  576. /package/{dist-esm/src → dist/browser}/operationsInterfaces/firewallRules.js +0 -0
  577. /package/{dist-esm/src → dist/browser}/operationsInterfaces/locations.js +0 -0
  578. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  579. /package/{dist-esm/src → dist/browser}/operationsInterfaces/storageAccounts.js +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,42 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ /** Known values of {@link AADObjectType} that the service accepts. */
9
+ export var KnownAADObjectType;
10
+ (function (KnownAADObjectType) {
11
+ /** User */
12
+ KnownAADObjectType["User"] = "User";
13
+ /** Group */
14
+ KnownAADObjectType["Group"] = "Group";
15
+ /** ServicePrincipal */
16
+ KnownAADObjectType["ServicePrincipal"] = "ServicePrincipal";
17
+ })(KnownAADObjectType || (KnownAADObjectType = {}));
18
+ /** Known values of {@link OperationOrigin} that the service accepts. */
19
+ export var KnownOperationOrigin;
20
+ (function (KnownOperationOrigin) {
21
+ /** User */
22
+ KnownOperationOrigin["User"] = "user";
23
+ /** System */
24
+ KnownOperationOrigin["System"] = "system";
25
+ /** UserSystem */
26
+ KnownOperationOrigin["UserSystem"] = "user,system";
27
+ })(KnownOperationOrigin || (KnownOperationOrigin = {}));
28
+ /** Known values of {@link SubscriptionState} that the service accepts. */
29
+ export var KnownSubscriptionState;
30
+ (function (KnownSubscriptionState) {
31
+ /** Registered */
32
+ KnownSubscriptionState["Registered"] = "Registered";
33
+ /** Suspended */
34
+ KnownSubscriptionState["Suspended"] = "Suspended";
35
+ /** Deleted */
36
+ KnownSubscriptionState["Deleted"] = "Deleted";
37
+ /** Unregistered */
38
+ KnownSubscriptionState["Unregistered"] = "Unregistered";
39
+ /** Warned */
40
+ KnownSubscriptionState["Warned"] = "Warned";
41
+ })(KnownSubscriptionState || (KnownSubscriptionState = {}));
42
+ //# sourceMappingURL=index.js.map
@@ -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"]}
@@ -0,0 +1,56 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ export declare const DataLakeAnalyticsAccountListResult: coreClient.CompositeMapper;
3
+ export declare const DataLakeAnalyticsAccountPropertiesBasic: coreClient.CompositeMapper;
4
+ export declare const Resource: coreClient.CompositeMapper;
5
+ export declare const ErrorResponse: coreClient.CompositeMapper;
6
+ export declare const ErrorDetail: coreClient.CompositeMapper;
7
+ export declare const ErrorAdditionalInfo: coreClient.CompositeMapper;
8
+ export declare const CreateDataLakeAnalyticsAccountParameters: coreClient.CompositeMapper;
9
+ export declare const AddDataLakeStoreWithAccountParameters: coreClient.CompositeMapper;
10
+ export declare const AddStorageAccountWithAccountParameters: coreClient.CompositeMapper;
11
+ export declare const CreateComputePolicyWithAccountParameters: coreClient.CompositeMapper;
12
+ export declare const CreateFirewallRuleWithAccountParameters: coreClient.CompositeMapper;
13
+ export declare const SubResource: coreClient.CompositeMapper;
14
+ export declare const UpdateDataLakeAnalyticsAccountParameters: coreClient.CompositeMapper;
15
+ export declare const UpdateDataLakeStoreWithAccountParameters: coreClient.CompositeMapper;
16
+ export declare const UpdateStorageAccountWithAccountParameters: coreClient.CompositeMapper;
17
+ export declare const UpdateComputePolicyWithAccountParameters: coreClient.CompositeMapper;
18
+ export declare const UpdateFirewallRuleWithAccountParameters: coreClient.CompositeMapper;
19
+ export declare const DataLakeStoreAccountInformationListResult: coreClient.CompositeMapper;
20
+ export declare const AddDataLakeStoreParameters: coreClient.CompositeMapper;
21
+ export declare const StorageAccountInformationListResult: coreClient.CompositeMapper;
22
+ export declare const AddStorageAccountParameters: coreClient.CompositeMapper;
23
+ export declare const UpdateStorageAccountParameters: coreClient.CompositeMapper;
24
+ export declare const StorageContainerListResult: coreClient.CompositeMapper;
25
+ export declare const SasTokenInformationListResult: coreClient.CompositeMapper;
26
+ export declare const SasTokenInformation: coreClient.CompositeMapper;
27
+ export declare const ComputePolicyListResult: coreClient.CompositeMapper;
28
+ export declare const CreateOrUpdateComputePolicyParameters: coreClient.CompositeMapper;
29
+ export declare const UpdateComputePolicyParameters: coreClient.CompositeMapper;
30
+ export declare const FirewallRuleListResult: coreClient.CompositeMapper;
31
+ export declare const CreateOrUpdateFirewallRuleParameters: coreClient.CompositeMapper;
32
+ export declare const UpdateFirewallRuleParameters: coreClient.CompositeMapper;
33
+ export declare const OperationListResult: coreClient.CompositeMapper;
34
+ export declare const Operation: coreClient.CompositeMapper;
35
+ export declare const OperationDisplay: coreClient.CompositeMapper;
36
+ export declare const OperationMetaPropertyInfo: coreClient.CompositeMapper;
37
+ export declare const OperationMetaServiceSpecification: coreClient.CompositeMapper;
38
+ export declare const OperationMetaMetricSpecification: coreClient.CompositeMapper;
39
+ export declare const OperationMetaMetricAvailabilitiesSpecification: coreClient.CompositeMapper;
40
+ export declare const OperationMetaLogSpecification: coreClient.CompositeMapper;
41
+ export declare const CapabilityInformation: coreClient.CompositeMapper;
42
+ export declare const CheckNameAvailabilityParameters: coreClient.CompositeMapper;
43
+ export declare const NameAvailabilityInformation: coreClient.CompositeMapper;
44
+ export declare const VirtualNetworkRuleListResult: coreClient.CompositeMapper;
45
+ export declare const HiveMetastoreListResult: coreClient.CompositeMapper;
46
+ export declare const DataLakeAnalyticsAccountProperties: coreClient.CompositeMapper;
47
+ export declare const DataLakeAnalyticsAccountBasic: coreClient.CompositeMapper;
48
+ export declare const DataLakeAnalyticsAccount: coreClient.CompositeMapper;
49
+ export declare const DataLakeStoreAccountInformation: coreClient.CompositeMapper;
50
+ export declare const StorageAccountInformation: coreClient.CompositeMapper;
51
+ export declare const ComputePolicy: coreClient.CompositeMapper;
52
+ export declare const HiveMetastore: coreClient.CompositeMapper;
53
+ export declare const VirtualNetworkRule: coreClient.CompositeMapper;
54
+ export declare const FirewallRule: coreClient.CompositeMapper;
55
+ export declare const StorageContainer: coreClient.CompositeMapper;
56
+ //# sourceMappingURL=mappers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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"}