@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,120 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { Accounts } from "../operationsInterfaces/index.js";
3
+ import { DataLakeAnalyticsAccountManagementClient } from "../dataLakeAnalyticsAccountManagementClient.js";
4
+ import { PollerLike, PollOperationState } from "@azure/core-lro";
5
+ import { DataLakeAnalyticsAccountBasic, AccountsListOptionalParams, AccountsListByResourceGroupOptionalParams, CreateDataLakeAnalyticsAccountParameters, AccountsCreateOptionalParams, AccountsCreateResponse, AccountsGetOptionalParams, AccountsGetResponse, AccountsUpdateOptionalParams, AccountsUpdateResponse, AccountsDeleteOptionalParams, CheckNameAvailabilityParameters, AccountsCheckNameAvailabilityOptionalParams, AccountsCheckNameAvailabilityResponse } from "../models/index.js";
6
+ /** Class containing Accounts operations. */
7
+ export declare class AccountsImpl implements Accounts {
8
+ private readonly client;
9
+ /**
10
+ * Initialize a new instance of the class Accounts class.
11
+ * @param client Reference to the service client
12
+ */
13
+ constructor(client: DataLakeAnalyticsAccountManagementClient);
14
+ /**
15
+ * Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This
16
+ * includes a link to the next page, if any.
17
+ * @param options The options parameters.
18
+ */
19
+ list(options?: AccountsListOptionalParams): PagedAsyncIterableIterator<DataLakeAnalyticsAccountBasic>;
20
+ private listPagingPage;
21
+ private listPagingAll;
22
+ /**
23
+ * Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group. This
24
+ * includes a link to the next page, if any.
25
+ * @param resourceGroupName The name of the Azure resource group.
26
+ * @param options The options parameters.
27
+ */
28
+ listByResourceGroup(resourceGroupName: string, options?: AccountsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<DataLakeAnalyticsAccountBasic>;
29
+ private listByResourceGroupPagingPage;
30
+ private listByResourceGroupPagingAll;
31
+ /**
32
+ * Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This
33
+ * includes a link to the next page, if any.
34
+ * @param options The options parameters.
35
+ */
36
+ private _list;
37
+ /**
38
+ * Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group. This
39
+ * includes a link to the next page, if any.
40
+ * @param resourceGroupName The name of the Azure resource group.
41
+ * @param options The options parameters.
42
+ */
43
+ private _listByResourceGroup;
44
+ /**
45
+ * Creates the specified Data Lake Analytics account. This supplies the user with computation services
46
+ * for Data Lake Analytics workloads.
47
+ * @param resourceGroupName The name of the Azure resource group.
48
+ * @param accountName The name of the Data Lake Analytics account.
49
+ * @param parameters Parameters supplied to create a new Data Lake Analytics account.
50
+ * @param options The options parameters.
51
+ */
52
+ beginCreate(resourceGroupName: string, accountName: string, parameters: CreateDataLakeAnalyticsAccountParameters, options?: AccountsCreateOptionalParams): Promise<PollerLike<PollOperationState<AccountsCreateResponse>, AccountsCreateResponse>>;
53
+ /**
54
+ * Creates the specified Data Lake Analytics account. This supplies the user with computation services
55
+ * for Data Lake Analytics workloads.
56
+ * @param resourceGroupName The name of the Azure resource group.
57
+ * @param accountName The name of the Data Lake Analytics account.
58
+ * @param parameters Parameters supplied to create a new Data Lake Analytics account.
59
+ * @param options The options parameters.
60
+ */
61
+ beginCreateAndWait(resourceGroupName: string, accountName: string, parameters: CreateDataLakeAnalyticsAccountParameters, options?: AccountsCreateOptionalParams): Promise<AccountsCreateResponse>;
62
+ /**
63
+ * Gets details of the specified Data Lake Analytics account.
64
+ * @param resourceGroupName The name of the Azure resource group.
65
+ * @param accountName The name of the Data Lake Analytics account.
66
+ * @param options The options parameters.
67
+ */
68
+ get(resourceGroupName: string, accountName: string, options?: AccountsGetOptionalParams): Promise<AccountsGetResponse>;
69
+ /**
70
+ * Updates the Data Lake Analytics account object specified by the accountName with the contents of the
71
+ * account object.
72
+ * @param resourceGroupName The name of the Azure resource group.
73
+ * @param accountName The name of the Data Lake Analytics account.
74
+ * @param options The options parameters.
75
+ */
76
+ beginUpdate(resourceGroupName: string, accountName: string, options?: AccountsUpdateOptionalParams): Promise<PollerLike<PollOperationState<AccountsUpdateResponse>, AccountsUpdateResponse>>;
77
+ /**
78
+ * Updates the Data Lake Analytics account object specified by the accountName with the contents of the
79
+ * account object.
80
+ * @param resourceGroupName The name of the Azure resource group.
81
+ * @param accountName The name of the Data Lake Analytics account.
82
+ * @param options The options parameters.
83
+ */
84
+ beginUpdateAndWait(resourceGroupName: string, accountName: string, options?: AccountsUpdateOptionalParams): Promise<AccountsUpdateResponse>;
85
+ /**
86
+ * Begins the delete process for the Data Lake Analytics account object specified by the account name.
87
+ * @param resourceGroupName The name of the Azure resource group.
88
+ * @param accountName The name of the Data Lake Analytics account.
89
+ * @param options The options parameters.
90
+ */
91
+ beginDelete(resourceGroupName: string, accountName: string, options?: AccountsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
92
+ /**
93
+ * Begins the delete process for the Data Lake Analytics account object specified by the account name.
94
+ * @param resourceGroupName The name of the Azure resource group.
95
+ * @param accountName The name of the Data Lake Analytics account.
96
+ * @param options The options parameters.
97
+ */
98
+ beginDeleteAndWait(resourceGroupName: string, accountName: string, options?: AccountsDeleteOptionalParams): Promise<void>;
99
+ /**
100
+ * Checks whether the specified account name is available or taken.
101
+ * @param location The resource location without whitespace.
102
+ * @param parameters Parameters supplied to check the Data Lake Analytics account name availability.
103
+ * @param options The options parameters.
104
+ */
105
+ checkNameAvailability(location: string, parameters: CheckNameAvailabilityParameters, options?: AccountsCheckNameAvailabilityOptionalParams): Promise<AccountsCheckNameAvailabilityResponse>;
106
+ /**
107
+ * ListNext
108
+ * @param nextLink The nextLink from the previous successful call to the List method.
109
+ * @param options The options parameters.
110
+ */
111
+ private _listNext;
112
+ /**
113
+ * ListByResourceGroupNext
114
+ * @param resourceGroupName The name of the Azure resource group.
115
+ * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
116
+ * @param options The options parameters.
117
+ */
118
+ private _listByResourceGroupNext;
119
+ }
120
+ //# sourceMappingURL=accounts.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accounts.d.ts","sourceRoot":"","sources":["../../../src/operations/accounts.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,QAAQ,EAAE,MAAM,kCAAkC,CAAC;AAI5D,OAAO,EAAE,wCAAwC,EAAE,MAAM,gDAAgD,CAAC;AAC1G,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAa,MAAM,iBAAiB,CAAC;AAE5E,OAAO,EACL,6BAA6B,EAE7B,0BAA0B,EAG1B,yCAAyC,EAEzC,wCAAwC,EACxC,4BAA4B,EAC5B,sBAAsB,EACtB,yBAAyB,EACzB,mBAAmB,EACnB,4BAA4B,EAC5B,sBAAsB,EACtB,4BAA4B,EAC5B,+BAA+B,EAC/B,2CAA2C,EAC3C,qCAAqC,EAGtC,MAAM,oBAAoB,CAAC;AAG5B,4CAA4C;AAC5C,qBAAa,YAAa,YAAW,QAAQ;IAC3C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA2C;IAElE;;;OAGG;gBACS,MAAM,EAAE,wCAAwC;IAI5D;;;;OAIG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,0BAA0B,GACnC,0BAA0B,CAAC,6BAA6B,CAAC;YAkB7C,cAAc;YAsBd,aAAa;IAQ5B;;;;;OAKG;IACI,mBAAmB,CACxB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,yCAAyC,GAClD,0BAA0B,CAAC,6BAA6B,CAAC;YAsB7C,6BAA6B;YA2B7B,4BAA4B;IAY3C;;;;OAIG;IACH,OAAO,CAAC,KAAK;IAMb;;;;;OAKG;IACH,OAAO,CAAC,oBAAoB;IAU5B;;;;;;;OAOG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,wCAAwC,EACpD,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CACR,UAAU,CACR,kBAAkB,CAAC,sBAAsB,CAAC,EAC1C,sBAAsB,CACvB,CACF;IAqDD;;;;;;;OAOG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,wCAAwC,EACpD,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC;IAUlC;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC;IAO/B;;;;;;OAMG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CACR,UAAU,CACR,kBAAkB,CAAC,sBAAsB,CAAC,EAC1C,sBAAsB,CACvB,CACF;IAqDD;;;;;;OAMG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC;IASlC;;;;;OAKG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,UAAU,CAAC,kBAAkB,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IAqDtD;;;;;OAKG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,IAAI,CAAC;IAShB;;;;;OAKG;IACH,qBAAqB,CACnB,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,+BAA+B,EAC3C,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC;IAOjD;;;;OAIG;IACH,OAAO,CAAC,SAAS;IAUjB;;;;;OAKG;IACH,OAAO,CAAC,wBAAwB;CAUjC"}
@@ -0,0 +1,571 @@
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
+ import { setContinuationToken } from "../pagingHelper.js";
9
+ import * as coreClient from "@azure/core-client";
10
+ import * as Mappers from "../models/mappers.js";
11
+ import * as Parameters from "../models/parameters.js";
12
+ import { LroEngine } from "@azure/core-lro";
13
+ import { LroImpl } from "../lroImpl.js";
14
+ /// <reference lib="esnext.asynciterable" />
15
+ /** Class containing Accounts operations. */
16
+ export class AccountsImpl {
17
+ client;
18
+ /**
19
+ * Initialize a new instance of the class Accounts class.
20
+ * @param client Reference to the service client
21
+ */
22
+ constructor(client) {
23
+ this.client = client;
24
+ }
25
+ /**
26
+ * Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This
27
+ * includes a link to the next page, if any.
28
+ * @param options The options parameters.
29
+ */
30
+ list(options) {
31
+ const iter = this.listPagingAll(options);
32
+ return {
33
+ next() {
34
+ return iter.next();
35
+ },
36
+ [Symbol.asyncIterator]() {
37
+ return this;
38
+ },
39
+ byPage: (settings) => {
40
+ if (settings?.maxPageSize) {
41
+ throw new Error("maxPageSize is not supported by this operation.");
42
+ }
43
+ return this.listPagingPage(options, settings);
44
+ }
45
+ };
46
+ }
47
+ async *listPagingPage(options, settings) {
48
+ let result;
49
+ let continuationToken = settings?.continuationToken;
50
+ if (!continuationToken) {
51
+ result = await this._list(options);
52
+ let page = result.value || [];
53
+ continuationToken = result.nextLink;
54
+ setContinuationToken(page, continuationToken);
55
+ yield page;
56
+ }
57
+ while (continuationToken) {
58
+ result = await this._listNext(continuationToken, options);
59
+ continuationToken = result.nextLink;
60
+ let page = result.value || [];
61
+ setContinuationToken(page, continuationToken);
62
+ yield page;
63
+ }
64
+ }
65
+ async *listPagingAll(options) {
66
+ for await (const page of this.listPagingPage(options)) {
67
+ yield* page;
68
+ }
69
+ }
70
+ /**
71
+ * Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group. This
72
+ * includes a link to the next page, if any.
73
+ * @param resourceGroupName The name of the Azure resource group.
74
+ * @param options The options parameters.
75
+ */
76
+ listByResourceGroup(resourceGroupName, options) {
77
+ const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);
78
+ return {
79
+ next() {
80
+ return iter.next();
81
+ },
82
+ [Symbol.asyncIterator]() {
83
+ return this;
84
+ },
85
+ byPage: (settings) => {
86
+ if (settings?.maxPageSize) {
87
+ throw new Error("maxPageSize is not supported by this operation.");
88
+ }
89
+ return this.listByResourceGroupPagingPage(resourceGroupName, options, settings);
90
+ }
91
+ };
92
+ }
93
+ async *listByResourceGroupPagingPage(resourceGroupName, options, settings) {
94
+ let result;
95
+ let continuationToken = settings?.continuationToken;
96
+ if (!continuationToken) {
97
+ result = await this._listByResourceGroup(resourceGroupName, options);
98
+ let page = result.value || [];
99
+ continuationToken = result.nextLink;
100
+ setContinuationToken(page, continuationToken);
101
+ yield page;
102
+ }
103
+ while (continuationToken) {
104
+ result = await this._listByResourceGroupNext(resourceGroupName, continuationToken, options);
105
+ continuationToken = result.nextLink;
106
+ let page = result.value || [];
107
+ setContinuationToken(page, continuationToken);
108
+ yield page;
109
+ }
110
+ }
111
+ async *listByResourceGroupPagingAll(resourceGroupName, options) {
112
+ for await (const page of this.listByResourceGroupPagingPage(resourceGroupName, options)) {
113
+ yield* page;
114
+ }
115
+ }
116
+ /**
117
+ * Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This
118
+ * includes a link to the next page, if any.
119
+ * @param options The options parameters.
120
+ */
121
+ _list(options) {
122
+ return this.client.sendOperationRequest({ options }, listOperationSpec);
123
+ }
124
+ /**
125
+ * Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group. This
126
+ * includes a link to the next page, if any.
127
+ * @param resourceGroupName The name of the Azure resource group.
128
+ * @param options The options parameters.
129
+ */
130
+ _listByResourceGroup(resourceGroupName, options) {
131
+ return this.client.sendOperationRequest({ resourceGroupName, options }, listByResourceGroupOperationSpec);
132
+ }
133
+ /**
134
+ * Creates the specified Data Lake Analytics account. This supplies the user with computation services
135
+ * for Data Lake Analytics workloads.
136
+ * @param resourceGroupName The name of the Azure resource group.
137
+ * @param accountName The name of the Data Lake Analytics account.
138
+ * @param parameters Parameters supplied to create a new Data Lake Analytics account.
139
+ * @param options The options parameters.
140
+ */
141
+ async beginCreate(resourceGroupName, accountName, parameters, options) {
142
+ const directSendOperation = async (args, spec) => {
143
+ return this.client.sendOperationRequest(args, spec);
144
+ };
145
+ const sendOperation = async (args, spec) => {
146
+ let currentRawResponse = undefined;
147
+ const providedCallback = args.options?.onResponse;
148
+ const callback = (rawResponse, flatResponse) => {
149
+ currentRawResponse = rawResponse;
150
+ providedCallback?.(rawResponse, flatResponse);
151
+ };
152
+ const updatedArgs = {
153
+ ...args,
154
+ options: {
155
+ ...args.options,
156
+ onResponse: callback
157
+ }
158
+ };
159
+ const flatResponse = await directSendOperation(updatedArgs, spec);
160
+ return {
161
+ flatResponse,
162
+ rawResponse: {
163
+ statusCode: currentRawResponse.status,
164
+ body: currentRawResponse.parsedBody,
165
+ headers: currentRawResponse.headers.toJSON()
166
+ }
167
+ };
168
+ };
169
+ const lro = new LroImpl(sendOperation, { resourceGroupName, accountName, parameters, options }, createOperationSpec);
170
+ const poller = new LroEngine(lro, {
171
+ resumeFrom: options?.resumeFrom,
172
+ intervalInMs: options?.updateIntervalInMs
173
+ });
174
+ await poller.poll();
175
+ return poller;
176
+ }
177
+ /**
178
+ * Creates the specified Data Lake Analytics account. This supplies the user with computation services
179
+ * for Data Lake Analytics workloads.
180
+ * @param resourceGroupName The name of the Azure resource group.
181
+ * @param accountName The name of the Data Lake Analytics account.
182
+ * @param parameters Parameters supplied to create a new Data Lake Analytics account.
183
+ * @param options The options parameters.
184
+ */
185
+ async beginCreateAndWait(resourceGroupName, accountName, parameters, options) {
186
+ const poller = await this.beginCreate(resourceGroupName, accountName, parameters, options);
187
+ return poller.pollUntilDone();
188
+ }
189
+ /**
190
+ * Gets details of the specified Data Lake Analytics account.
191
+ * @param resourceGroupName The name of the Azure resource group.
192
+ * @param accountName The name of the Data Lake Analytics account.
193
+ * @param options The options parameters.
194
+ */
195
+ get(resourceGroupName, accountName, options) {
196
+ return this.client.sendOperationRequest({ resourceGroupName, accountName, options }, getOperationSpec);
197
+ }
198
+ /**
199
+ * Updates the Data Lake Analytics account object specified by the accountName with the contents of the
200
+ * account object.
201
+ * @param resourceGroupName The name of the Azure resource group.
202
+ * @param accountName The name of the Data Lake Analytics account.
203
+ * @param options The options parameters.
204
+ */
205
+ async beginUpdate(resourceGroupName, accountName, options) {
206
+ const directSendOperation = async (args, spec) => {
207
+ return this.client.sendOperationRequest(args, spec);
208
+ };
209
+ const sendOperation = async (args, spec) => {
210
+ let currentRawResponse = undefined;
211
+ const providedCallback = args.options?.onResponse;
212
+ const callback = (rawResponse, flatResponse) => {
213
+ currentRawResponse = rawResponse;
214
+ providedCallback?.(rawResponse, flatResponse);
215
+ };
216
+ const updatedArgs = {
217
+ ...args,
218
+ options: {
219
+ ...args.options,
220
+ onResponse: callback
221
+ }
222
+ };
223
+ const flatResponse = await directSendOperation(updatedArgs, spec);
224
+ return {
225
+ flatResponse,
226
+ rawResponse: {
227
+ statusCode: currentRawResponse.status,
228
+ body: currentRawResponse.parsedBody,
229
+ headers: currentRawResponse.headers.toJSON()
230
+ }
231
+ };
232
+ };
233
+ const lro = new LroImpl(sendOperation, { resourceGroupName, accountName, options }, updateOperationSpec);
234
+ const poller = new LroEngine(lro, {
235
+ resumeFrom: options?.resumeFrom,
236
+ intervalInMs: options?.updateIntervalInMs
237
+ });
238
+ await poller.poll();
239
+ return poller;
240
+ }
241
+ /**
242
+ * Updates the Data Lake Analytics account object specified by the accountName with the contents of the
243
+ * account object.
244
+ * @param resourceGroupName The name of the Azure resource group.
245
+ * @param accountName The name of the Data Lake Analytics account.
246
+ * @param options The options parameters.
247
+ */
248
+ async beginUpdateAndWait(resourceGroupName, accountName, options) {
249
+ const poller = await this.beginUpdate(resourceGroupName, accountName, options);
250
+ return poller.pollUntilDone();
251
+ }
252
+ /**
253
+ * Begins the delete process for the Data Lake Analytics account object specified by the account name.
254
+ * @param resourceGroupName The name of the Azure resource group.
255
+ * @param accountName The name of the Data Lake Analytics account.
256
+ * @param options The options parameters.
257
+ */
258
+ async beginDelete(resourceGroupName, accountName, options) {
259
+ const directSendOperation = async (args, spec) => {
260
+ return this.client.sendOperationRequest(args, spec);
261
+ };
262
+ const sendOperation = async (args, spec) => {
263
+ let currentRawResponse = undefined;
264
+ const providedCallback = args.options?.onResponse;
265
+ const callback = (rawResponse, flatResponse) => {
266
+ currentRawResponse = rawResponse;
267
+ providedCallback?.(rawResponse, flatResponse);
268
+ };
269
+ const updatedArgs = {
270
+ ...args,
271
+ options: {
272
+ ...args.options,
273
+ onResponse: callback
274
+ }
275
+ };
276
+ const flatResponse = await directSendOperation(updatedArgs, spec);
277
+ return {
278
+ flatResponse,
279
+ rawResponse: {
280
+ statusCode: currentRawResponse.status,
281
+ body: currentRawResponse.parsedBody,
282
+ headers: currentRawResponse.headers.toJSON()
283
+ }
284
+ };
285
+ };
286
+ const lro = new LroImpl(sendOperation, { resourceGroupName, accountName, options }, deleteOperationSpec);
287
+ const poller = new LroEngine(lro, {
288
+ resumeFrom: options?.resumeFrom,
289
+ intervalInMs: options?.updateIntervalInMs
290
+ });
291
+ await poller.poll();
292
+ return poller;
293
+ }
294
+ /**
295
+ * Begins the delete process for the Data Lake Analytics account object specified by the account name.
296
+ * @param resourceGroupName The name of the Azure resource group.
297
+ * @param accountName The name of the Data Lake Analytics account.
298
+ * @param options The options parameters.
299
+ */
300
+ async beginDeleteAndWait(resourceGroupName, accountName, options) {
301
+ const poller = await this.beginDelete(resourceGroupName, accountName, options);
302
+ return poller.pollUntilDone();
303
+ }
304
+ /**
305
+ * Checks whether the specified account name is available or taken.
306
+ * @param location The resource location without whitespace.
307
+ * @param parameters Parameters supplied to check the Data Lake Analytics account name availability.
308
+ * @param options The options parameters.
309
+ */
310
+ checkNameAvailability(location, parameters, options) {
311
+ return this.client.sendOperationRequest({ location, parameters, options }, checkNameAvailabilityOperationSpec);
312
+ }
313
+ /**
314
+ * ListNext
315
+ * @param nextLink The nextLink from the previous successful call to the List method.
316
+ * @param options The options parameters.
317
+ */
318
+ _listNext(nextLink, options) {
319
+ return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);
320
+ }
321
+ /**
322
+ * ListByResourceGroupNext
323
+ * @param resourceGroupName The name of the Azure resource group.
324
+ * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
325
+ * @param options The options parameters.
326
+ */
327
+ _listByResourceGroupNext(resourceGroupName, nextLink, options) {
328
+ return this.client.sendOperationRequest({ resourceGroupName, nextLink, options }, listByResourceGroupNextOperationSpec);
329
+ }
330
+ }
331
+ // Operation Specifications
332
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
333
+ const listOperationSpec = {
334
+ path: "/subscriptions/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/accounts",
335
+ httpMethod: "GET",
336
+ responses: {
337
+ 200: {
338
+ bodyMapper: Mappers.DataLakeAnalyticsAccountListResult
339
+ },
340
+ default: {
341
+ bodyMapper: Mappers.ErrorResponse
342
+ }
343
+ },
344
+ queryParameters: [
345
+ Parameters.filter,
346
+ Parameters.top,
347
+ Parameters.skip,
348
+ Parameters.select,
349
+ Parameters.orderby,
350
+ Parameters.count,
351
+ Parameters.apiVersion
352
+ ],
353
+ urlParameters: [Parameters.$host, Parameters.subscriptionId],
354
+ headerParameters: [Parameters.accept],
355
+ serializer
356
+ };
357
+ const listByResourceGroupOperationSpec = {
358
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts",
359
+ httpMethod: "GET",
360
+ responses: {
361
+ 200: {
362
+ bodyMapper: Mappers.DataLakeAnalyticsAccountListResult
363
+ },
364
+ default: {
365
+ bodyMapper: Mappers.ErrorResponse
366
+ }
367
+ },
368
+ queryParameters: [
369
+ Parameters.filter,
370
+ Parameters.top,
371
+ Parameters.skip,
372
+ Parameters.select,
373
+ Parameters.orderby,
374
+ Parameters.count,
375
+ Parameters.apiVersion
376
+ ],
377
+ urlParameters: [
378
+ Parameters.$host,
379
+ Parameters.subscriptionId,
380
+ Parameters.resourceGroupName
381
+ ],
382
+ headerParameters: [Parameters.accept],
383
+ serializer
384
+ };
385
+ const createOperationSpec = {
386
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}",
387
+ httpMethod: "PUT",
388
+ responses: {
389
+ 200: {
390
+ bodyMapper: Mappers.DataLakeAnalyticsAccount
391
+ },
392
+ 201: {
393
+ bodyMapper: Mappers.DataLakeAnalyticsAccount
394
+ },
395
+ 202: {
396
+ bodyMapper: Mappers.DataLakeAnalyticsAccount
397
+ },
398
+ 204: {
399
+ bodyMapper: Mappers.DataLakeAnalyticsAccount
400
+ },
401
+ default: {
402
+ bodyMapper: Mappers.ErrorResponse
403
+ }
404
+ },
405
+ requestBody: Parameters.parameters,
406
+ queryParameters: [Parameters.apiVersion],
407
+ urlParameters: [
408
+ Parameters.$host,
409
+ Parameters.subscriptionId,
410
+ Parameters.resourceGroupName,
411
+ Parameters.accountName
412
+ ],
413
+ headerParameters: [Parameters.accept, Parameters.contentType],
414
+ mediaType: "json",
415
+ serializer
416
+ };
417
+ const getOperationSpec = {
418
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}",
419
+ httpMethod: "GET",
420
+ responses: {
421
+ 200: {
422
+ bodyMapper: Mappers.DataLakeAnalyticsAccount
423
+ },
424
+ default: {
425
+ bodyMapper: Mappers.ErrorResponse
426
+ }
427
+ },
428
+ queryParameters: [Parameters.apiVersion],
429
+ urlParameters: [
430
+ Parameters.$host,
431
+ Parameters.subscriptionId,
432
+ Parameters.resourceGroupName,
433
+ Parameters.accountName
434
+ ],
435
+ headerParameters: [Parameters.accept],
436
+ serializer
437
+ };
438
+ const updateOperationSpec = {
439
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}",
440
+ httpMethod: "PATCH",
441
+ responses: {
442
+ 200: {
443
+ bodyMapper: Mappers.DataLakeAnalyticsAccount
444
+ },
445
+ 201: {
446
+ bodyMapper: Mappers.DataLakeAnalyticsAccount
447
+ },
448
+ 202: {
449
+ bodyMapper: Mappers.DataLakeAnalyticsAccount
450
+ },
451
+ 204: {
452
+ bodyMapper: Mappers.DataLakeAnalyticsAccount
453
+ },
454
+ default: {
455
+ bodyMapper: Mappers.ErrorResponse
456
+ }
457
+ },
458
+ requestBody: Parameters.parameters1,
459
+ queryParameters: [Parameters.apiVersion],
460
+ urlParameters: [
461
+ Parameters.$host,
462
+ Parameters.subscriptionId,
463
+ Parameters.resourceGroupName,
464
+ Parameters.accountName
465
+ ],
466
+ headerParameters: [Parameters.accept, Parameters.contentType],
467
+ mediaType: "json",
468
+ serializer
469
+ };
470
+ const deleteOperationSpec = {
471
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}",
472
+ httpMethod: "DELETE",
473
+ responses: {
474
+ 200: {},
475
+ 201: {},
476
+ 202: {},
477
+ 204: {},
478
+ default: {
479
+ bodyMapper: Mappers.ErrorResponse
480
+ }
481
+ },
482
+ queryParameters: [Parameters.apiVersion],
483
+ urlParameters: [
484
+ Parameters.$host,
485
+ Parameters.subscriptionId,
486
+ Parameters.resourceGroupName,
487
+ Parameters.accountName
488
+ ],
489
+ headerParameters: [Parameters.accept],
490
+ serializer
491
+ };
492
+ const checkNameAvailabilityOperationSpec = {
493
+ path: "/subscriptions/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/locations/{location}/checkNameAvailability",
494
+ httpMethod: "POST",
495
+ responses: {
496
+ 200: {
497
+ bodyMapper: Mappers.NameAvailabilityInformation
498
+ },
499
+ default: {
500
+ bodyMapper: Mappers.ErrorResponse
501
+ }
502
+ },
503
+ requestBody: Parameters.parameters2,
504
+ queryParameters: [Parameters.apiVersion],
505
+ urlParameters: [
506
+ Parameters.$host,
507
+ Parameters.subscriptionId,
508
+ Parameters.location
509
+ ],
510
+ headerParameters: [Parameters.accept, Parameters.contentType],
511
+ mediaType: "json",
512
+ serializer
513
+ };
514
+ const listNextOperationSpec = {
515
+ path: "{nextLink}",
516
+ httpMethod: "GET",
517
+ responses: {
518
+ 200: {
519
+ bodyMapper: Mappers.DataLakeAnalyticsAccountListResult
520
+ },
521
+ default: {
522
+ bodyMapper: Mappers.ErrorResponse
523
+ }
524
+ },
525
+ queryParameters: [
526
+ Parameters.filter,
527
+ Parameters.top,
528
+ Parameters.skip,
529
+ Parameters.select,
530
+ Parameters.orderby,
531
+ Parameters.count,
532
+ Parameters.apiVersion
533
+ ],
534
+ urlParameters: [
535
+ Parameters.$host,
536
+ Parameters.subscriptionId,
537
+ Parameters.nextLink
538
+ ],
539
+ headerParameters: [Parameters.accept],
540
+ serializer
541
+ };
542
+ const listByResourceGroupNextOperationSpec = {
543
+ path: "{nextLink}",
544
+ httpMethod: "GET",
545
+ responses: {
546
+ 200: {
547
+ bodyMapper: Mappers.DataLakeAnalyticsAccountListResult
548
+ },
549
+ default: {
550
+ bodyMapper: Mappers.ErrorResponse
551
+ }
552
+ },
553
+ queryParameters: [
554
+ Parameters.filter,
555
+ Parameters.top,
556
+ Parameters.skip,
557
+ Parameters.select,
558
+ Parameters.orderby,
559
+ Parameters.count,
560
+ Parameters.apiVersion
561
+ ],
562
+ urlParameters: [
563
+ Parameters.$host,
564
+ Parameters.subscriptionId,
565
+ Parameters.resourceGroupName,
566
+ Parameters.nextLink
567
+ ],
568
+ headerParameters: [Parameters.accept],
569
+ serializer
570
+ };
571
+ //# sourceMappingURL=accounts.js.map