@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
@@ -1,1818 +1,1357 @@
1
- import * as coreAuth from '@azure/core-auth';
2
- import * as coreClient from '@azure/core-client';
3
- import { PagedAsyncIterableIterator } from '@azure/core-paging';
4
- import { PollerLike } from '@azure/core-lro';
5
- import { PollOperationState } from '@azure/core-lro';
6
-
7
- /**
8
- * Defines values for AADObjectType. \
9
- * {@link KnownAADObjectType} can be used interchangeably with AADObjectType,
10
- * this enum contains the known values that the service supports.
11
- * ### Known values supported by the service
12
- * **User** \
13
- * **Group** \
14
- * **ServicePrincipal**
15
- */
16
- export declare type AADObjectType = string;
17
-
18
- /** Interface representing a Accounts. */
19
- export declare interface Accounts {
20
- /**
21
- * Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This
22
- * includes a link to the next page, if any.
23
- * @param options The options parameters.
24
- */
25
- list(options?: AccountsListOptionalParams): PagedAsyncIterableIterator<DataLakeAnalyticsAccountBasic>;
26
- /**
27
- * Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group. This
28
- * includes a link to the next page, if any.
29
- * @param resourceGroupName The name of the Azure resource group.
30
- * @param options The options parameters.
31
- */
32
- listByResourceGroup(resourceGroupName: string, options?: AccountsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<DataLakeAnalyticsAccountBasic>;
33
- /**
34
- * Creates the specified Data Lake Analytics account. This supplies the user with computation services
35
- * for Data Lake Analytics workloads.
36
- * @param resourceGroupName The name of the Azure resource group.
37
- * @param accountName The name of the Data Lake Analytics account.
38
- * @param parameters Parameters supplied to create a new Data Lake Analytics account.
39
- * @param options The options parameters.
40
- */
41
- beginCreate(resourceGroupName: string, accountName: string, parameters: CreateDataLakeAnalyticsAccountParameters, options?: AccountsCreateOptionalParams): Promise<PollerLike<PollOperationState<AccountsCreateResponse>, AccountsCreateResponse>>;
42
- /**
43
- * Creates the specified Data Lake Analytics account. This supplies the user with computation services
44
- * for Data Lake Analytics workloads.
45
- * @param resourceGroupName The name of the Azure resource group.
46
- * @param accountName The name of the Data Lake Analytics account.
47
- * @param parameters Parameters supplied to create a new Data Lake Analytics account.
48
- * @param options The options parameters.
49
- */
50
- beginCreateAndWait(resourceGroupName: string, accountName: string, parameters: CreateDataLakeAnalyticsAccountParameters, options?: AccountsCreateOptionalParams): Promise<AccountsCreateResponse>;
51
- /**
52
- * Gets details of the specified Data Lake Analytics account.
53
- * @param resourceGroupName The name of the Azure resource group.
54
- * @param accountName The name of the Data Lake Analytics account.
55
- * @param options The options parameters.
56
- */
57
- get(resourceGroupName: string, accountName: string, options?: AccountsGetOptionalParams): Promise<AccountsGetResponse>;
58
- /**
59
- * Updates the Data Lake Analytics account object specified by the accountName with the contents of the
60
- * account object.
61
- * @param resourceGroupName The name of the Azure resource group.
62
- * @param accountName The name of the Data Lake Analytics account.
63
- * @param options The options parameters.
64
- */
65
- beginUpdate(resourceGroupName: string, accountName: string, options?: AccountsUpdateOptionalParams): Promise<PollerLike<PollOperationState<AccountsUpdateResponse>, AccountsUpdateResponse>>;
66
- /**
67
- * Updates the Data Lake Analytics account object specified by the accountName with the contents of the
68
- * account object.
69
- * @param resourceGroupName The name of the Azure resource group.
70
- * @param accountName The name of the Data Lake Analytics account.
71
- * @param options The options parameters.
72
- */
73
- beginUpdateAndWait(resourceGroupName: string, accountName: string, options?: AccountsUpdateOptionalParams): Promise<AccountsUpdateResponse>;
74
- /**
75
- * Begins the delete process for the Data Lake Analytics account object specified by the account name.
76
- * @param resourceGroupName The name of the Azure resource group.
77
- * @param accountName The name of the Data Lake Analytics account.
78
- * @param options The options parameters.
79
- */
80
- beginDelete(resourceGroupName: string, accountName: string, options?: AccountsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
81
- /**
82
- * Begins the delete process for the Data Lake Analytics account object specified by the account name.
83
- * @param resourceGroupName The name of the Azure resource group.
84
- * @param accountName The name of the Data Lake Analytics account.
85
- * @param options The options parameters.
86
- */
87
- beginDeleteAndWait(resourceGroupName: string, accountName: string, options?: AccountsDeleteOptionalParams): Promise<void>;
88
- /**
89
- * Checks whether the specified account name is available or taken.
90
- * @param location The resource location without whitespace.
91
- * @param parameters Parameters supplied to check the Data Lake Analytics account name availability.
92
- * @param options The options parameters.
93
- */
94
- checkNameAvailability(location: string, parameters: CheckNameAvailabilityParameters, options?: AccountsCheckNameAvailabilityOptionalParams): Promise<AccountsCheckNameAvailabilityResponse>;
95
- }
96
-
97
- /** Optional parameters. */
98
- export declare interface AccountsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
99
- }
100
-
101
- /** Contains response data for the checkNameAvailability operation. */
102
- export declare type AccountsCheckNameAvailabilityResponse = NameAvailabilityInformation;
103
-
104
- /** Optional parameters. */
105
- export declare interface AccountsCreateOptionalParams extends coreClient.OperationOptions {
106
- /** Delay to wait until next poll, in milliseconds. */
107
- updateIntervalInMs?: number;
108
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
109
- resumeFrom?: string;
110
- }
111
-
112
- /** Contains response data for the create operation. */
113
- export declare type AccountsCreateResponse = DataLakeAnalyticsAccount;
114
-
115
- /** Optional parameters. */
116
- export declare interface AccountsDeleteOptionalParams extends coreClient.OperationOptions {
117
- /** Delay to wait until next poll, in milliseconds. */
118
- updateIntervalInMs?: number;
119
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
120
- resumeFrom?: string;
121
- }
122
-
123
- /** Optional parameters. */
124
- export declare interface AccountsGetOptionalParams extends coreClient.OperationOptions {
125
- }
126
-
127
- /** Contains response data for the get operation. */
128
- export declare type AccountsGetResponse = DataLakeAnalyticsAccount;
129
-
130
- /** Optional parameters. */
131
- export declare interface AccountsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
132
- /** OData filter. Optional. */
133
- filter?: string;
134
- /** The number of items to return. Optional. */
135
- top?: number;
136
- /** The number of items to skip over before returning elements. Optional. */
137
- skip?: number;
138
- /** OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. */
139
- select?: string;
140
- /** 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. */
141
- orderby?: string;
142
- /** 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. */
143
- count?: boolean;
144
- }
145
-
146
- /** Contains response data for the listByResourceGroupNext operation. */
147
- export declare type AccountsListByResourceGroupNextResponse = DataLakeAnalyticsAccountListResult;
148
-
149
- /** Optional parameters. */
150
- export declare interface AccountsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
151
- /** OData filter. Optional. */
152
- filter?: string;
153
- /** The number of items to return. Optional. */
154
- top?: number;
155
- /** The number of items to skip over before returning elements. Optional. */
156
- skip?: number;
157
- /** OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. */
158
- select?: string;
159
- /** 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. */
160
- orderby?: string;
161
- /** 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. */
162
- count?: boolean;
163
- }
164
-
165
- /** Contains response data for the listByResourceGroup operation. */
166
- export declare type AccountsListByResourceGroupResponse = DataLakeAnalyticsAccountListResult;
167
-
168
- /** Optional parameters. */
169
- export declare interface AccountsListNextOptionalParams extends coreClient.OperationOptions {
170
- /** OData filter. Optional. */
171
- filter?: string;
172
- /** The number of items to return. Optional. */
173
- top?: number;
174
- /** The number of items to skip over before returning elements. Optional. */
175
- skip?: number;
176
- /** OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. */
177
- select?: string;
178
- /** 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. */
179
- orderby?: string;
180
- /** 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. */
181
- count?: boolean;
182
- }
183
-
184
- /** Contains response data for the listNext operation. */
185
- export declare type AccountsListNextResponse = DataLakeAnalyticsAccountListResult;
186
-
187
- /** Optional parameters. */
188
- export declare interface AccountsListOptionalParams extends coreClient.OperationOptions {
189
- /** OData filter. Optional. */
190
- filter?: string;
191
- /** The number of items to return. Optional. */
192
- top?: number;
193
- /** The number of items to skip over before returning elements. Optional. */
194
- skip?: number;
195
- /** OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. */
196
- select?: string;
197
- /** 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. */
198
- orderby?: string;
199
- /** 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. */
200
- count?: boolean;
201
- }
202
-
203
- /** Contains response data for the list operation. */
204
- export declare type AccountsListResponse = DataLakeAnalyticsAccountListResult;
205
-
206
- /** Optional parameters. */
207
- export declare interface AccountsUpdateOptionalParams extends coreClient.OperationOptions {
208
- /** Parameters supplied to the update Data Lake Analytics account operation. */
209
- parameters?: UpdateDataLakeAnalyticsAccountParameters;
210
- /** Delay to wait until next poll, in milliseconds. */
211
- updateIntervalInMs?: number;
212
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
213
- resumeFrom?: string;
214
- }
215
-
216
- /** Contains response data for the update operation. */
217
- export declare type AccountsUpdateResponse = DataLakeAnalyticsAccount;
218
-
219
- /** The parameters used to add a new Data Lake Store account. */
220
- export declare interface AddDataLakeStoreParameters {
221
- /** The optional suffix for the Data Lake Store account. */
222
- suffix?: string;
223
- }
224
-
225
- /** The parameters used to add a new Data Lake Store account while creating a new Data Lake Analytics account. */
226
- export declare interface AddDataLakeStoreWithAccountParameters {
227
- /** The unique name of the Data Lake Store account to add. */
228
- name: string;
229
- /** The optional suffix for the Data Lake Store account. */
230
- suffix?: string;
231
- }
232
-
233
- /** The parameters used to add a new Azure Storage account. */
234
- export declare interface AddStorageAccountParameters {
235
- /** The access key associated with this Azure Storage account that will be used to connect to it. */
236
- accessKey: string;
237
- /** The optional suffix for the storage account. */
238
- suffix?: string;
239
- }
240
-
241
- /** The parameters used to add a new Azure Storage account while creating a new Data Lake Analytics account. */
242
- export declare interface AddStorageAccountWithAccountParameters {
243
- /** The unique name of the Azure Storage account to add. */
244
- name: string;
245
- /** The access key associated with this Azure Storage account that will be used to connect to it. */
246
- accessKey: string;
247
- /** The optional suffix for the storage account. */
248
- suffix?: string;
249
- }
250
-
251
- /** Subscription-level properties and limits for Data Lake Analytics. */
252
- export declare interface CapabilityInformation {
253
- /**
254
- * The subscription credentials that uniquely identifies the subscription.
255
- * NOTE: This property will not be serialized. It can only be populated by the server.
256
- */
257
- readonly subscriptionId?: string;
258
- /**
259
- * The subscription state.
260
- * NOTE: This property will not be serialized. It can only be populated by the server.
261
- */
262
- readonly state?: SubscriptionState;
263
- /**
264
- * The maximum supported number of accounts under this subscription.
265
- * NOTE: This property will not be serialized. It can only be populated by the server.
266
- */
267
- readonly maxAccountCount?: number;
268
- /**
269
- * The current number of accounts under this subscription.
270
- * NOTE: This property will not be serialized. It can only be populated by the server.
271
- */
272
- readonly accountCount?: number;
273
- /**
274
- * The Boolean value of true or false to indicate the maintenance state.
275
- * NOTE: This property will not be serialized. It can only be populated by the server.
276
- */
277
- readonly migrationState?: boolean;
278
- }
279
-
280
- /** Data Lake Analytics account name availability check parameters. */
281
- export declare interface CheckNameAvailabilityParameters {
282
- /** The Data Lake Analytics name to check availability for. */
283
- name: string;
284
- /** The resource type. Note: This should not be set by the user, as the constant value is Microsoft.DataLakeAnalytics/accounts */
285
- type: "Microsoft.DataLakeAnalytics/accounts";
286
- }
287
-
288
- /** Interface representing a ComputePolicies. */
289
- export declare interface ComputePolicies {
290
- /**
291
- * Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account. An
292
- * account supports, at most, 50 policies
293
- * @param resourceGroupName The name of the Azure resource group.
294
- * @param accountName The name of the Data Lake Analytics account.
295
- * @param options The options parameters.
296
- */
297
- listByAccount(resourceGroupName: string, accountName: string, options?: ComputePoliciesListByAccountOptionalParams): PagedAsyncIterableIterator<ComputePolicy>;
298
- /**
299
- * Creates or updates the specified compute policy. During update, the compute policy with the
300
- * specified name will be replaced with this new compute policy. An account supports, at most, 50
301
- * policies
302
- * @param resourceGroupName The name of the Azure resource group.
303
- * @param accountName The name of the Data Lake Analytics account.
304
- * @param computePolicyName The name of the compute policy to create or update.
305
- * @param parameters Parameters supplied to create or update the compute policy. The max degree of
306
- * parallelism per job property, min priority per job property, or both must be present.
307
- * @param options The options parameters.
308
- */
309
- createOrUpdate(resourceGroupName: string, accountName: string, computePolicyName: string, parameters: CreateOrUpdateComputePolicyParameters, options?: ComputePoliciesCreateOrUpdateOptionalParams): Promise<ComputePoliciesCreateOrUpdateResponse>;
310
- /**
311
- * Gets the specified Data Lake Analytics compute policy.
312
- * @param resourceGroupName The name of the Azure resource group.
313
- * @param accountName The name of the Data Lake Analytics account.
314
- * @param computePolicyName The name of the compute policy to retrieve.
315
- * @param options The options parameters.
316
- */
317
- get(resourceGroupName: string, accountName: string, computePolicyName: string, options?: ComputePoliciesGetOptionalParams): Promise<ComputePoliciesGetResponse>;
318
- /**
319
- * Updates the specified compute policy.
320
- * @param resourceGroupName The name of the Azure resource group.
321
- * @param accountName The name of the Data Lake Analytics account.
322
- * @param computePolicyName The name of the compute policy to update.
323
- * @param options The options parameters.
324
- */
325
- update(resourceGroupName: string, accountName: string, computePolicyName: string, options?: ComputePoliciesUpdateOptionalParams): Promise<ComputePoliciesUpdateResponse>;
326
- /**
327
- * Deletes the specified compute policy from the specified Data Lake Analytics account
328
- * @param resourceGroupName The name of the Azure resource group.
329
- * @param accountName The name of the Data Lake Analytics account.
330
- * @param computePolicyName The name of the compute policy to delete.
331
- * @param options The options parameters.
332
- */
333
- delete(resourceGroupName: string, accountName: string, computePolicyName: string, options?: ComputePoliciesDeleteOptionalParams): Promise<void>;
334
- }
335
-
336
- /** Optional parameters. */
337
- export declare interface ComputePoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
338
- }
339
-
340
- /** Contains response data for the createOrUpdate operation. */
341
- export declare type ComputePoliciesCreateOrUpdateResponse = ComputePolicy;
342
-
343
- /** Optional parameters. */
344
- export declare interface ComputePoliciesDeleteOptionalParams extends coreClient.OperationOptions {
345
- }
346
-
347
- /** Optional parameters. */
348
- export declare interface ComputePoliciesGetOptionalParams extends coreClient.OperationOptions {
349
- }
350
-
351
- /** Contains response data for the get operation. */
352
- export declare type ComputePoliciesGetResponse = ComputePolicy;
353
-
354
- /** Optional parameters. */
355
- export declare interface ComputePoliciesListByAccountNextOptionalParams extends coreClient.OperationOptions {
356
- }
357
-
358
- /** Contains response data for the listByAccountNext operation. */
359
- export declare type ComputePoliciesListByAccountNextResponse = ComputePolicyListResult;
360
-
361
- /** Optional parameters. */
362
- export declare interface ComputePoliciesListByAccountOptionalParams extends coreClient.OperationOptions {
363
- }
364
-
365
- /** Contains response data for the listByAccount operation. */
366
- export declare type ComputePoliciesListByAccountResponse = ComputePolicyListResult;
367
-
368
- /** Optional parameters. */
369
- export declare interface ComputePoliciesUpdateOptionalParams extends coreClient.OperationOptions {
370
- /** Parameters supplied to update the compute policy. */
371
- parameters?: UpdateComputePolicyParameters;
372
- }
373
-
374
- /** Contains response data for the update operation. */
375
- export declare type ComputePoliciesUpdateResponse = ComputePolicy;
376
-
377
- /** Data Lake Analytics compute policy information. */
378
- export declare type ComputePolicy = SubResource & {
379
- /**
380
- * The AAD object identifier for the entity to create a policy for.
381
- * NOTE: This property will not be serialized. It can only be populated by the server.
382
- */
383
- readonly objectId?: string;
384
- /**
385
- * The type of AAD object the object identifier refers to.
386
- * NOTE: This property will not be serialized. It can only be populated by the server.
387
- */
388
- readonly objectType?: AADObjectType;
389
- /**
390
- * The maximum degree of parallelism per job this user can use to submit jobs.
391
- * NOTE: This property will not be serialized. It can only be populated by the server.
392
- */
393
- readonly maxDegreeOfParallelismPerJob?: number;
394
- /**
395
- * The minimum priority per job this user can use to submit jobs.
396
- * NOTE: This property will not be serialized. It can only be populated by the server.
397
- */
398
- readonly minPriorityPerJob?: number;
399
- };
400
-
401
- /** The list of compute policies in the account. */
402
- export declare interface ComputePolicyListResult {
403
- /**
404
- * The results of the list operation.
405
- * NOTE: This property will not be serialized. It can only be populated by the server.
406
- */
407
- readonly value?: ComputePolicy[];
408
- /**
409
- * The link (url) to the next page of results.
410
- * NOTE: This property will not be serialized. It can only be populated by the server.
411
- */
412
- readonly nextLink?: string;
413
- }
414
-
415
- /** The parameters used to create a new compute policy while creating a new Data Lake Analytics account. */
416
- export declare interface CreateComputePolicyWithAccountParameters {
417
- /** The unique name of the compute policy to create. */
418
- name: string;
419
- /** The AAD object identifier for the entity to create a policy for. */
420
- objectId: string;
421
- /** The type of AAD object the object identifier refers to. */
422
- objectType: AADObjectType;
423
- /** 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. */
424
- maxDegreeOfParallelismPerJob?: number;
425
- /** 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. */
426
- minPriorityPerJob?: number;
427
- }
428
-
429
- /** The parameters to use for creating a Data Lake Analytics account. */
430
- export declare interface CreateDataLakeAnalyticsAccountParameters {
431
- /** The resource location. */
432
- location: string;
433
- /** The resource tags. */
434
- tags?: {
435
- [propertyName: string]: string;
436
- };
437
- /** The default Data Lake Store account associated with this account. */
438
- defaultDataLakeStoreAccount: string;
439
- /** The list of Data Lake Store accounts associated with this account. */
440
- dataLakeStoreAccounts: AddDataLakeStoreWithAccountParameters[];
441
- /** The list of Azure Blob Storage accounts associated with this account. */
442
- storageAccounts?: AddStorageAccountWithAccountParameters[];
443
- /** The list of compute policies associated with this account. */
444
- computePolicies?: CreateComputePolicyWithAccountParameters[];
445
- /** The list of firewall rules associated with this account. */
446
- firewallRules?: CreateFirewallRuleWithAccountParameters[];
447
- /** The current state of the IP address firewall for this account. */
448
- firewallState?: FirewallState;
449
- /** The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced. */
450
- firewallAllowAzureIps?: FirewallAllowAzureIpsState;
451
- /** The commitment tier for the next month. */
452
- newTier?: TierType;
453
- /** The maximum supported jobs running under the account at the same time. */
454
- maxJobCount?: number;
455
- /** The maximum supported degree of parallelism for this account. */
456
- maxDegreeOfParallelism?: number;
457
- /** The maximum supported degree of parallelism per job for this account. */
458
- maxDegreeOfParallelismPerJob?: number;
459
- /** The minimum supported priority per job for this account. */
460
- minPriorityPerJob?: number;
461
- /** The number of days that job metadata is retained. */
462
- queryStoreRetention?: number;
463
- }
464
-
465
- /** The parameters used to create a new firewall rule while creating a new Data Lake Analytics account. */
466
- export declare interface CreateFirewallRuleWithAccountParameters {
467
- /** The unique name of the firewall rule to create. */
468
- name: string;
469
- /** The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. */
470
- startIpAddress: string;
471
- /** The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. */
472
- endIpAddress: string;
473
- }
474
-
475
- /** The parameters used to create a new compute policy. */
476
- export declare interface CreateOrUpdateComputePolicyParameters {
477
- /** The AAD object identifier for the entity to create a policy for. */
478
- objectId: string;
479
- /** The type of AAD object the object identifier refers to. */
480
- objectType: AADObjectType;
481
- /** 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. */
482
- maxDegreeOfParallelismPerJob?: number;
483
- /** 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. */
484
- minPriorityPerJob?: number;
485
- }
486
-
487
- /** The parameters used to create a new firewall rule. */
488
- export declare interface CreateOrUpdateFirewallRuleParameters {
489
- /** The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. */
490
- startIpAddress: string;
491
- /** The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. */
492
- endIpAddress: string;
493
- }
494
-
495
- /** A Data Lake Analytics account object, containing all information associated with the named Data Lake Analytics account. */
496
- export declare type DataLakeAnalyticsAccount = Resource & {
497
- /**
498
- * The unique identifier associated with this Data Lake Analytics account.
499
- * NOTE: This property will not be serialized. It can only be populated by the server.
500
- */
501
- readonly accountId?: string;
502
- /**
503
- * The provisioning status of the Data Lake Analytics account.
504
- * NOTE: This property will not be serialized. It can only be populated by the server.
505
- */
506
- readonly provisioningState?: DataLakeAnalyticsAccountStatus;
507
- /**
508
- * The state of the Data Lake Analytics account.
509
- * NOTE: This property will not be serialized. It can only be populated by the server.
510
- */
511
- readonly state?: DataLakeAnalyticsAccountState;
512
- /**
513
- * The account creation time.
514
- * NOTE: This property will not be serialized. It can only be populated by the server.
515
- */
516
- readonly creationTime?: Date;
517
- /**
518
- * The account last modified time.
519
- * NOTE: This property will not be serialized. It can only be populated by the server.
520
- */
521
- readonly lastModifiedTime?: Date;
522
- /**
523
- * The full CName endpoint for this account.
524
- * NOTE: This property will not be serialized. It can only be populated by the server.
525
- */
526
- readonly endpoint?: string;
527
- /**
528
- * The type of the default Data Lake Store account associated with this account.
529
- * NOTE: This property will not be serialized. It can only be populated by the server.
530
- */
531
- readonly defaultDataLakeStoreAccountType?: string;
532
- /**
533
- * The default Data Lake Store account associated with this account.
534
- * NOTE: This property will not be serialized. It can only be populated by the server.
535
- */
536
- readonly defaultDataLakeStoreAccount?: string;
537
- /**
538
- * The list of Data Lake Store accounts associated with this account.
539
- * NOTE: This property will not be serialized. It can only be populated by the server.
540
- */
541
- readonly dataLakeStoreAccounts?: DataLakeStoreAccountInformation[];
542
- /** The list of Data Lake Store accounts associated with this account. */
543
- publicDataLakeStoreAccounts?: DataLakeStoreAccountInformation[];
544
- /**
545
- * The list of Azure Blob Storage accounts associated with this account.
546
- * NOTE: This property will not be serialized. It can only be populated by the server.
547
- */
548
- readonly storageAccounts?: StorageAccountInformation[];
549
- /**
550
- * The list of compute policies associated with this account.
551
- * NOTE: This property will not be serialized. It can only be populated by the server.
552
- */
553
- readonly computePolicies?: ComputePolicy[];
554
- /**
555
- * The list of hiveMetastores associated with this account.
556
- * NOTE: This property will not be serialized. It can only be populated by the server.
557
- */
558
- readonly hiveMetastores?: HiveMetastore[];
559
- /**
560
- * The list of virtualNetwork rules associated with this account.
561
- * NOTE: This property will not be serialized. It can only be populated by the server.
562
- */
563
- readonly virtualNetworkRules?: VirtualNetworkRule[];
564
- /**
565
- * The list of firewall rules associated with this account.
566
- * NOTE: This property will not be serialized. It can only be populated by the server.
567
- */
568
- readonly firewallRules?: FirewallRule[];
569
- /** The current state of the IP address firewall for this account. */
570
- firewallState?: FirewallState;
571
- /** The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced. */
572
- firewallAllowAzureIps?: FirewallAllowAzureIpsState;
573
- /** The commitment tier for the next month. */
574
- newTier?: TierType;
575
- /**
576
- * The commitment tier in use for the current month.
577
- * NOTE: This property will not be serialized. It can only be populated by the server.
578
- */
579
- readonly currentTier?: TierType;
580
- /** The maximum supported jobs running under the account at the same time. */
581
- maxJobCount?: number;
582
- /**
583
- * The maximum supported active jobs under the account at the same time.
584
- * NOTE: This property will not be serialized. It can only be populated by the server.
585
- */
586
- readonly maxActiveJobCountPerUser?: number;
587
- /**
588
- * The maximum supported jobs queued under the account at the same time.
589
- * NOTE: This property will not be serialized. It can only be populated by the server.
590
- */
591
- readonly maxQueuedJobCountPerUser?: number;
592
- /**
593
- * The maximum supported active jobs under the account at the same time.
594
- * NOTE: This property will not be serialized. It can only be populated by the server.
595
- */
596
- readonly maxJobRunningTimeInMin?: number;
597
- /**
598
- * 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.
599
- * NOTE: This property will not be serialized. It can only be populated by the server.
600
- */
601
- readonly systemMaxJobCount?: number;
602
- /** The maximum supported degree of parallelism for this account. */
603
- maxDegreeOfParallelism?: number;
604
- /**
605
- * 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.
606
- * NOTE: This property will not be serialized. It can only be populated by the server.
607
- */
608
- readonly systemMaxDegreeOfParallelism?: number;
609
- /** The maximum supported degree of parallelism per job for this account. */
610
- maxDegreeOfParallelismPerJob?: number;
611
- /**
612
- * The minimum supported priority per job for this account.
613
- * NOTE: This property will not be serialized. It can only be populated by the server.
614
- */
615
- readonly minPriorityPerJob?: number;
616
- /** The number of days that job metadata is retained. */
617
- queryStoreRetention?: number;
618
- /**
619
- * The current state of the DebugDataAccessLevel for this account.
620
- * NOTE: This property will not be serialized. It can only be populated by the server.
621
- */
622
- readonly debugDataAccessLevel?: DebugDataAccessLevel;
623
- };
624
-
625
- /** A Data Lake Analytics account object, containing all information associated with the named Data Lake Analytics account. */
626
- export declare type DataLakeAnalyticsAccountBasic = Resource & {
627
- /**
628
- * The unique identifier associated with this Data Lake Analytics account.
629
- * NOTE: This property will not be serialized. It can only be populated by the server.
630
- */
631
- readonly accountId?: string;
632
- /**
633
- * The provisioning status of the Data Lake Analytics account.
634
- * NOTE: This property will not be serialized. It can only be populated by the server.
635
- */
636
- readonly provisioningState?: DataLakeAnalyticsAccountStatus;
637
- /**
638
- * The state of the Data Lake Analytics account.
639
- * NOTE: This property will not be serialized. It can only be populated by the server.
640
- */
641
- readonly state?: DataLakeAnalyticsAccountState;
642
- /**
643
- * The account creation time.
644
- * NOTE: This property will not be serialized. It can only be populated by the server.
645
- */
646
- readonly creationTime?: Date;
647
- /**
648
- * The account last modified time.
649
- * NOTE: This property will not be serialized. It can only be populated by the server.
650
- */
651
- readonly lastModifiedTime?: Date;
652
- /**
653
- * The full CName endpoint for this account.
654
- * NOTE: This property will not be serialized. It can only be populated by the server.
655
- */
656
- readonly endpoint?: string;
657
- };
658
-
659
- /** Data Lake Analytics account list information. */
660
- export declare interface DataLakeAnalyticsAccountListResult {
661
- /**
662
- * The results of the list operation.
663
- * NOTE: This property will not be serialized. It can only be populated by the server.
664
- */
665
- readonly value?: DataLakeAnalyticsAccountBasic[];
666
- /**
667
- * The current number of data lake analytics accounts under this subscription.
668
- * NOTE: This property will not be serialized. It can only be populated by the server.
669
- */
670
- readonly count?: number;
671
- /**
672
- * The link (url) to the next page of results.
673
- * NOTE: This property will not be serialized. It can only be populated by the server.
674
- */
675
- readonly nextLink?: string;
676
- }
677
-
678
- export declare class DataLakeAnalyticsAccountManagementClient extends coreClient.ServiceClient {
679
- $host: string;
680
- subscriptionId: string;
681
- apiVersion: string;
682
- /**
683
- * Initializes a new instance of the DataLakeAnalyticsAccountManagementClient class.
684
- * @param credentials Subscription credentials which uniquely identify client subscription.
685
- * @param subscriptionId Get subscription credentials which uniquely identify Microsoft Azure
686
- * subscription. The subscription ID forms part of the URI for every service call.
687
- * @param options The parameter options
688
- */
689
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: DataLakeAnalyticsAccountManagementClientOptionalParams);
690
- accounts: Accounts;
691
- dataLakeStoreAccounts: DataLakeStoreAccounts;
692
- storageAccounts: StorageAccounts;
693
- computePolicies: ComputePolicies;
694
- firewallRules: FirewallRules;
695
- operations: Operations;
696
- locations: Locations;
697
- }
698
-
699
- /** Optional parameters. */
700
- export declare interface DataLakeAnalyticsAccountManagementClientOptionalParams extends coreClient.ServiceClientOptions {
701
- /** server parameter */
702
- $host?: string;
703
- /** Api Version */
704
- apiVersion?: string;
705
- /** Overrides client endpoint. */
706
- endpoint?: string;
707
- }
708
-
709
- /** The account specific properties that are associated with an underlying Data Lake Analytics account. Returned only when retrieving a specific account. */
710
- export declare type DataLakeAnalyticsAccountProperties = DataLakeAnalyticsAccountPropertiesBasic & {
711
- /**
712
- * The type of the default Data Lake Store account associated with this account.
713
- * NOTE: This property will not be serialized. It can only be populated by the server.
714
- */
715
- readonly defaultDataLakeStoreAccountType?: string;
716
- /**
717
- * The default Data Lake Store account associated with this account.
718
- * NOTE: This property will not be serialized. It can only be populated by the server.
719
- */
720
- readonly defaultDataLakeStoreAccount?: string;
721
- /**
722
- * The list of Data Lake Store accounts associated with this account.
723
- * NOTE: This property will not be serialized. It can only be populated by the server.
724
- */
725
- readonly dataLakeStoreAccounts?: DataLakeStoreAccountInformation[];
726
- /** The list of Data Lake Store accounts associated with this account. */
727
- publicDataLakeStoreAccounts?: DataLakeStoreAccountInformation[];
728
- /**
729
- * The list of Azure Blob Storage accounts associated with this account.
730
- * NOTE: This property will not be serialized. It can only be populated by the server.
731
- */
732
- readonly storageAccounts?: StorageAccountInformation[];
733
- /**
734
- * The list of compute policies associated with this account.
735
- * NOTE: This property will not be serialized. It can only be populated by the server.
736
- */
737
- readonly computePolicies?: ComputePolicy[];
738
- /**
739
- * The list of hiveMetastores associated with this account.
740
- * NOTE: This property will not be serialized. It can only be populated by the server.
741
- */
742
- readonly hiveMetastores?: HiveMetastore[];
743
- /**
744
- * The list of virtualNetwork rules associated with this account.
745
- * NOTE: This property will not be serialized. It can only be populated by the server.
746
- */
747
- readonly virtualNetworkRules?: VirtualNetworkRule[];
748
- /**
749
- * The list of firewall rules associated with this account.
750
- * NOTE: This property will not be serialized. It can only be populated by the server.
751
- */
752
- readonly firewallRules?: FirewallRule[];
753
- /** The current state of the IP address firewall for this account. */
754
- firewallState?: FirewallState;
755
- /** The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced. */
756
- firewallAllowAzureIps?: FirewallAllowAzureIpsState;
757
- /** The commitment tier for the next month. */
758
- newTier?: TierType;
759
- /**
760
- * The commitment tier in use for the current month.
761
- * NOTE: This property will not be serialized. It can only be populated by the server.
762
- */
763
- readonly currentTier?: TierType;
764
- /** The maximum supported jobs running under the account at the same time. */
765
- maxJobCount?: number;
766
- /**
767
- * The maximum supported active jobs under the account at the same time.
768
- * NOTE: This property will not be serialized. It can only be populated by the server.
769
- */
770
- readonly maxActiveJobCountPerUser?: number;
771
- /**
772
- * The maximum supported jobs queued under the account at the same time.
773
- * NOTE: This property will not be serialized. It can only be populated by the server.
774
- */
775
- readonly maxQueuedJobCountPerUser?: number;
776
- /**
777
- * The maximum supported active jobs under the account at the same time.
778
- * NOTE: This property will not be serialized. It can only be populated by the server.
779
- */
780
- readonly maxJobRunningTimeInMin?: number;
781
- /**
782
- * 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.
783
- * NOTE: This property will not be serialized. It can only be populated by the server.
784
- */
785
- readonly systemMaxJobCount?: number;
786
- /** The maximum supported degree of parallelism for this account. */
787
- maxDegreeOfParallelism?: number;
788
- /**
789
- * 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.
790
- * NOTE: This property will not be serialized. It can only be populated by the server.
791
- */
792
- readonly systemMaxDegreeOfParallelism?: number;
793
- /** The maximum supported degree of parallelism per job for this account. */
794
- maxDegreeOfParallelismPerJob?: number;
795
- /**
796
- * The minimum supported priority per job for this account.
797
- * NOTE: This property will not be serialized. It can only be populated by the server.
798
- */
799
- readonly minPriorityPerJob?: number;
800
- /** The number of days that job metadata is retained. */
801
- queryStoreRetention?: number;
802
- /**
803
- * The current state of the DebugDataAccessLevel for this account.
804
- * NOTE: This property will not be serialized. It can only be populated by the server.
805
- */
806
- readonly debugDataAccessLevel?: DebugDataAccessLevel;
807
- };
808
-
809
- /** The basic account specific properties that are associated with an underlying Data Lake Analytics account. */
810
- export declare interface DataLakeAnalyticsAccountPropertiesBasic {
811
- /**
812
- * The unique identifier associated with this Data Lake Analytics account.
813
- * NOTE: This property will not be serialized. It can only be populated by the server.
814
- */
815
- readonly accountId?: string;
816
- /**
817
- * The provisioning status of the Data Lake Analytics account.
818
- * NOTE: This property will not be serialized. It can only be populated by the server.
819
- */
820
- readonly provisioningState?: DataLakeAnalyticsAccountStatus;
821
- /**
822
- * The state of the Data Lake Analytics account.
823
- * NOTE: This property will not be serialized. It can only be populated by the server.
824
- */
825
- readonly state?: DataLakeAnalyticsAccountState;
826
- /**
827
- * The account creation time.
828
- * NOTE: This property will not be serialized. It can only be populated by the server.
829
- */
830
- readonly creationTime?: Date;
831
- /**
832
- * The account last modified time.
833
- * NOTE: This property will not be serialized. It can only be populated by the server.
834
- */
835
- readonly lastModifiedTime?: Date;
836
- /**
837
- * The full CName endpoint for this account.
838
- * NOTE: This property will not be serialized. It can only be populated by the server.
839
- */
840
- readonly endpoint?: string;
841
- }
842
-
843
- /** Defines values for DataLakeAnalyticsAccountState. */
844
- export declare type DataLakeAnalyticsAccountState = "Active" | "Suspended";
845
-
846
- /** Defines values for DataLakeAnalyticsAccountStatus. */
847
- export declare type DataLakeAnalyticsAccountStatus = "Failed" | "Creating" | "Running" | "Succeeded" | "Patching" | "Suspending" | "Resuming" | "Deleting" | "Deleted" | "Undeleting" | "Canceled";
848
-
849
- /** Data Lake Store account information. */
850
- export declare type DataLakeStoreAccountInformation = SubResource & {
851
- /**
852
- * The optional suffix for the Data Lake Store account.
853
- * NOTE: This property will not be serialized. It can only be populated by the server.
854
- */
855
- readonly suffix?: string;
856
- };
857
-
858
- /** Data Lake Store account list information. */
859
- export declare interface DataLakeStoreAccountInformationListResult {
860
- /**
861
- * The results of the list operation.
862
- * NOTE: This property will not be serialized. It can only be populated by the server.
863
- */
864
- readonly value?: DataLakeStoreAccountInformation[];
865
- /**
866
- * The link (url) to the next page of results.
867
- * NOTE: This property will not be serialized. It can only be populated by the server.
868
- */
869
- readonly nextLink?: string;
870
- }
871
-
872
- /** Interface representing a DataLakeStoreAccounts. */
873
- export declare interface DataLakeStoreAccounts {
874
- /**
875
- * Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.
876
- * The response includes a link to the next page, if any.
877
- * @param resourceGroupName The name of the Azure resource group.
878
- * @param accountName The name of the Data Lake Analytics account.
879
- * @param options The options parameters.
880
- */
881
- listByAccount(resourceGroupName: string, accountName: string, options?: DataLakeStoreAccountsListByAccountOptionalParams): PagedAsyncIterableIterator<DataLakeStoreAccountInformation>;
882
- /**
883
- * Updates the specified Data Lake Analytics account to include the additional Data Lake Store account.
884
- * @param resourceGroupName The name of the Azure resource group.
885
- * @param accountName The name of the Data Lake Analytics account.
886
- * @param dataLakeStoreAccountName The name of the Data Lake Store account to add.
887
- * @param options The options parameters.
888
- */
889
- add(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options?: DataLakeStoreAccountsAddOptionalParams): Promise<void>;
890
- /**
891
- * Gets the specified Data Lake Store account details in the specified Data Lake Analytics account.
892
- * @param resourceGroupName The name of the Azure resource group.
893
- * @param accountName The name of the Data Lake Analytics account.
894
- * @param dataLakeStoreAccountName The name of the Data Lake Store account to retrieve
895
- * @param options The options parameters.
896
- */
897
- get(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options?: DataLakeStoreAccountsGetOptionalParams): Promise<DataLakeStoreAccountsGetResponse>;
898
- /**
899
- * Updates the Data Lake Analytics account specified to remove the specified Data Lake Store account.
900
- * @param resourceGroupName The name of the Azure resource group.
901
- * @param accountName The name of the Data Lake Analytics account.
902
- * @param dataLakeStoreAccountName The name of the Data Lake Store account to remove
903
- * @param options The options parameters.
904
- */
905
- delete(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options?: DataLakeStoreAccountsDeleteOptionalParams): Promise<void>;
906
- }
907
-
908
- /** Optional parameters. */
909
- export declare interface DataLakeStoreAccountsAddOptionalParams extends coreClient.OperationOptions {
910
- /** The details of the Data Lake Store account. */
911
- parameters?: AddDataLakeStoreParameters;
912
- }
913
-
914
- /** Optional parameters. */
915
- export declare interface DataLakeStoreAccountsDeleteOptionalParams extends coreClient.OperationOptions {
916
- }
917
-
918
- /** Optional parameters. */
919
- export declare interface DataLakeStoreAccountsGetOptionalParams extends coreClient.OperationOptions {
920
- }
921
-
922
- /** Contains response data for the get operation. */
923
- export declare type DataLakeStoreAccountsGetResponse = DataLakeStoreAccountInformation;
924
-
925
- /** Optional parameters. */
926
- export declare interface DataLakeStoreAccountsListByAccountNextOptionalParams extends coreClient.OperationOptions {
927
- /** OData filter. Optional. */
928
- filter?: string;
929
- /** The number of items to return. Optional. */
930
- top?: number;
931
- /** The number of items to skip over before returning elements. Optional. */
932
- skip?: number;
933
- /** OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. */
934
- select?: string;
935
- /** 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. */
936
- orderby?: string;
937
- /** 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. */
938
- count?: boolean;
939
- }
940
-
941
- /** Contains response data for the listByAccountNext operation. */
942
- export declare type DataLakeStoreAccountsListByAccountNextResponse = DataLakeStoreAccountInformationListResult;
943
-
944
- /** Optional parameters. */
945
- export declare interface DataLakeStoreAccountsListByAccountOptionalParams extends coreClient.OperationOptions {
946
- /** OData filter. Optional. */
947
- filter?: string;
948
- /** The number of items to return. Optional. */
949
- top?: number;
950
- /** The number of items to skip over before returning elements. Optional. */
951
- skip?: number;
952
- /** OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. */
953
- select?: string;
954
- /** 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. */
955
- orderby?: string;
956
- /** 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. */
957
- count?: boolean;
958
- }
959
-
960
- /** Contains response data for the listByAccount operation. */
961
- export declare type DataLakeStoreAccountsListByAccountResponse = DataLakeStoreAccountInformationListResult;
962
-
963
- /** Defines values for DebugDataAccessLevel. */
964
- export declare type DebugDataAccessLevel = "All" | "Customer" | "None";
965
-
966
- /** The resource management error additional info. */
967
- export declare interface ErrorAdditionalInfo {
968
- /**
969
- * The additional info type.
970
- * NOTE: This property will not be serialized. It can only be populated by the server.
971
- */
972
- readonly type?: string;
973
- /**
974
- * The additional info.
975
- * NOTE: This property will not be serialized. It can only be populated by the server.
976
- */
977
- readonly info?: Record<string, unknown>;
978
- }
979
-
980
- /** The error detail. */
981
- export declare interface ErrorDetail {
982
- /**
983
- * The error code.
984
- * NOTE: This property will not be serialized. It can only be populated by the server.
985
- */
986
- readonly code?: string;
987
- /**
988
- * The error message.
989
- * NOTE: This property will not be serialized. It can only be populated by the server.
990
- */
991
- readonly message?: string;
992
- /**
993
- * The error target.
994
- * NOTE: This property will not be serialized. It can only be populated by the server.
995
- */
996
- readonly target?: string;
997
- /**
998
- * The error details.
999
- * NOTE: This property will not be serialized. It can only be populated by the server.
1000
- */
1001
- readonly details?: ErrorDetail[];
1002
- /**
1003
- * The error additional info.
1004
- * NOTE: This property will not be serialized. It can only be populated by the server.
1005
- */
1006
- readonly additionalInfo?: ErrorAdditionalInfo[];
1007
- }
1008
-
1009
- /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
1010
- export declare interface ErrorResponse {
1011
- /** The error object. */
1012
- error?: ErrorDetail;
1013
- }
1014
-
1015
- /** Defines values for FirewallAllowAzureIpsState. */
1016
- export declare type FirewallAllowAzureIpsState = "Enabled" | "Disabled";
1017
-
1018
- /** Data Lake Analytics firewall rule information. */
1019
- export declare type FirewallRule = SubResource & {
1020
- /**
1021
- * The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.
1022
- * NOTE: This property will not be serialized. It can only be populated by the server.
1023
- */
1024
- readonly startIpAddress?: string;
1025
- /**
1026
- * The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.
1027
- * NOTE: This property will not be serialized. It can only be populated by the server.
1028
- */
1029
- readonly endIpAddress?: string;
1030
- };
1031
-
1032
- /** Data Lake Analytics firewall rule list information. */
1033
- export declare interface FirewallRuleListResult {
1034
- /**
1035
- * The results of the list operation.
1036
- * NOTE: This property will not be serialized. It can only be populated by the server.
1037
- */
1038
- readonly value?: FirewallRule[];
1039
- /**
1040
- * The link (url) to the next page of results.
1041
- * NOTE: This property will not be serialized. It can only be populated by the server.
1042
- */
1043
- readonly nextLink?: string;
1044
- }
1045
-
1046
- /** Interface representing a FirewallRules. */
1047
- export declare interface FirewallRules {
1048
- /**
1049
- * Lists the Data Lake Analytics firewall rules within the specified Data Lake Analytics account.
1050
- * @param resourceGroupName The name of the Azure resource group.
1051
- * @param accountName The name of the Data Lake Analytics account.
1052
- * @param options The options parameters.
1053
- */
1054
- listByAccount(resourceGroupName: string, accountName: string, options?: FirewallRulesListByAccountOptionalParams): PagedAsyncIterableIterator<FirewallRule>;
1055
- /**
1056
- * Creates or updates the specified firewall rule. During update, the firewall rule with the specified
1057
- * name will be replaced with this new firewall rule.
1058
- * @param resourceGroupName The name of the Azure resource group.
1059
- * @param accountName The name of the Data Lake Analytics account.
1060
- * @param firewallRuleName The name of the firewall rule to create or update.
1061
- * @param parameters Parameters supplied to create or update the firewall rule.
1062
- * @param options The options parameters.
1063
- */
1064
- createOrUpdate(resourceGroupName: string, accountName: string, firewallRuleName: string, parameters: CreateOrUpdateFirewallRuleParameters, options?: FirewallRulesCreateOrUpdateOptionalParams): Promise<FirewallRulesCreateOrUpdateResponse>;
1065
- /**
1066
- * Gets the specified Data Lake Analytics firewall rule.
1067
- * @param resourceGroupName The name of the Azure resource group.
1068
- * @param accountName The name of the Data Lake Analytics account.
1069
- * @param firewallRuleName The name of the firewall rule to retrieve.
1070
- * @param options The options parameters.
1071
- */
1072
- get(resourceGroupName: string, accountName: string, firewallRuleName: string, options?: FirewallRulesGetOptionalParams): Promise<FirewallRulesGetResponse>;
1073
- /**
1074
- * Updates the specified firewall rule.
1075
- * @param resourceGroupName The name of the Azure resource group.
1076
- * @param accountName The name of the Data Lake Analytics account.
1077
- * @param firewallRuleName The name of the firewall rule to update.
1078
- * @param options The options parameters.
1079
- */
1080
- update(resourceGroupName: string, accountName: string, firewallRuleName: string, options?: FirewallRulesUpdateOptionalParams): Promise<FirewallRulesUpdateResponse>;
1081
- /**
1082
- * Deletes the specified firewall rule from the specified Data Lake Analytics account
1083
- * @param resourceGroupName The name of the Azure resource group.
1084
- * @param accountName The name of the Data Lake Analytics account.
1085
- * @param firewallRuleName The name of the firewall rule to delete.
1086
- * @param options The options parameters.
1087
- */
1088
- delete(resourceGroupName: string, accountName: string, firewallRuleName: string, options?: FirewallRulesDeleteOptionalParams): Promise<void>;
1089
- }
1090
-
1091
- /** Optional parameters. */
1092
- export declare interface FirewallRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1093
- }
1094
-
1095
- /** Contains response data for the createOrUpdate operation. */
1096
- export declare type FirewallRulesCreateOrUpdateResponse = FirewallRule;
1097
-
1098
- /** Optional parameters. */
1099
- export declare interface FirewallRulesDeleteOptionalParams extends coreClient.OperationOptions {
1100
- }
1101
-
1102
- /** Optional parameters. */
1103
- export declare interface FirewallRulesGetOptionalParams extends coreClient.OperationOptions {
1104
- }
1105
-
1106
- /** Contains response data for the get operation. */
1107
- export declare type FirewallRulesGetResponse = FirewallRule;
1108
-
1109
- /** Optional parameters. */
1110
- export declare interface FirewallRulesListByAccountNextOptionalParams extends coreClient.OperationOptions {
1111
- }
1112
-
1113
- /** Contains response data for the listByAccountNext operation. */
1114
- export declare type FirewallRulesListByAccountNextResponse = FirewallRuleListResult;
1115
-
1116
- /** Optional parameters. */
1117
- export declare interface FirewallRulesListByAccountOptionalParams extends coreClient.OperationOptions {
1118
- }
1119
-
1120
- /** Contains response data for the listByAccount operation. */
1121
- export declare type FirewallRulesListByAccountResponse = FirewallRuleListResult;
1122
-
1123
- /** Optional parameters. */
1124
- export declare interface FirewallRulesUpdateOptionalParams extends coreClient.OperationOptions {
1125
- /** Parameters supplied to update the firewall rule. */
1126
- parameters?: UpdateFirewallRuleParameters;
1127
- }
1128
-
1129
- /** Contains response data for the update operation. */
1130
- export declare type FirewallRulesUpdateResponse = FirewallRule;
1131
-
1132
- /** Defines values for FirewallState. */
1133
- export declare type FirewallState = "Enabled" | "Disabled";
1134
-
1135
- export declare type HiveMetastore = SubResource & {
1136
- /**
1137
- * The serverUri for the Hive MetaStore
1138
- * NOTE: This property will not be serialized. It can only be populated by the server.
1139
- */
1140
- readonly serverUri?: string;
1141
- /**
1142
- * The databaseName for the Hive MetaStore
1143
- * NOTE: This property will not be serialized. It can only be populated by the server.
1144
- */
1145
- readonly databaseName?: string;
1146
- /**
1147
- * The runtimeVersion for the Hive MetaStore
1148
- * NOTE: This property will not be serialized. It can only be populated by the server.
1149
- */
1150
- readonly runtimeVersion?: string;
1151
- /**
1152
- * The userName for the Hive MetaStore
1153
- * NOTE: This property will not be serialized. It can only be populated by the server.
1154
- */
1155
- readonly userName?: string;
1156
- /**
1157
- * The password for the Hive MetaStore
1158
- * NOTE: This property will not be serialized. It can only be populated by the server.
1159
- */
1160
- readonly password?: string;
1161
- /**
1162
- * The current state of the NestedResource
1163
- * NOTE: This property will not be serialized. It can only be populated by the server.
1164
- */
1165
- readonly nestedResourceProvisioningState?: NestedResourceProvisioningState;
1166
- };
1167
-
1168
- /** Data Lake Analytics HiveMetastore list information. */
1169
- export declare interface HiveMetastoreListResult {
1170
- /**
1171
- * The results of the list operation.
1172
- * NOTE: This property will not be serialized. It can only be populated by the server.
1173
- */
1174
- readonly value?: HiveMetastore[];
1175
- /**
1176
- * The link (url) to the next page of results.
1177
- * NOTE: This property will not be serialized. It can only be populated by the server.
1178
- */
1179
- readonly nextLink?: string;
1180
- }
1181
-
1182
- /** Known values of {@link AADObjectType} that the service accepts. */
1183
- export declare enum KnownAADObjectType {
1184
- User = "User",
1185
- Group = "Group",
1186
- ServicePrincipal = "ServicePrincipal"
1187
- }
1188
-
1189
- /** Known values of {@link OperationOrigin} that the service accepts. */
1190
- export declare enum KnownOperationOrigin {
1191
- User = "user",
1192
- System = "system",
1193
- UserSystem = "user,system"
1194
- }
1195
-
1196
- /** Known values of {@link SubscriptionState} that the service accepts. */
1197
- export declare enum KnownSubscriptionState {
1198
- Registered = "Registered",
1199
- Suspended = "Suspended",
1200
- Deleted = "Deleted",
1201
- Unregistered = "Unregistered",
1202
- Warned = "Warned"
1203
- }
1204
-
1205
- /** Interface representing a Locations. */
1206
- export declare interface Locations {
1207
- /**
1208
- * Gets subscription-level properties and limits for Data Lake Analytics specified by resource
1209
- * location.
1210
- * @param location The resource location without whitespace.
1211
- * @param options The options parameters.
1212
- */
1213
- getCapability(location: string, options?: LocationsGetCapabilityOptionalParams): Promise<LocationsGetCapabilityResponse>;
1214
- }
1215
-
1216
- /** Optional parameters. */
1217
- export declare interface LocationsGetCapabilityOptionalParams extends coreClient.OperationOptions {
1218
- }
1219
-
1220
- /** Contains response data for the getCapability operation. */
1221
- export declare type LocationsGetCapabilityResponse = CapabilityInformation;
1222
-
1223
- /** Data Lake Analytics account name availability result information. */
1224
- export declare interface NameAvailabilityInformation {
1225
- /**
1226
- * The Boolean value of true or false to indicate whether the Data Lake Analytics account name is available or not.
1227
- * NOTE: This property will not be serialized. It can only be populated by the server.
1228
- */
1229
- readonly nameAvailable?: boolean;
1230
- /**
1231
- * The reason why the Data Lake Analytics account name is not available, if nameAvailable is false.
1232
- * NOTE: This property will not be serialized. It can only be populated by the server.
1233
- */
1234
- readonly reason?: string;
1235
- /**
1236
- * The message describing why the Data Lake Analytics account name is not available, if nameAvailable is false.
1237
- * NOTE: This property will not be serialized. It can only be populated by the server.
1238
- */
1239
- readonly message?: string;
1240
- }
1241
-
1242
- /** Defines values for NestedResourceProvisioningState. */
1243
- export declare type NestedResourceProvisioningState = "Succeeded" | "Canceled" | "Failed";
1244
-
1245
- /** An available operation for Data Lake Analytics. */
1246
- export declare interface Operation {
1247
- /**
1248
- * The name of the operation.
1249
- * NOTE: This property will not be serialized. It can only be populated by the server.
1250
- */
1251
- readonly name?: string;
1252
- /**
1253
- * The display information for the operation.
1254
- * NOTE: This property will not be serialized. It can only be populated by the server.
1255
- */
1256
- readonly display?: OperationDisplay;
1257
- /**
1258
- * The OperationMetaPropertyInfo for the operation.
1259
- * NOTE: This property will not be serialized. It can only be populated by the server.
1260
- */
1261
- readonly properties?: OperationMetaPropertyInfo;
1262
- /**
1263
- * The intended executor of the operation.
1264
- * NOTE: This property will not be serialized. It can only be populated by the server.
1265
- */
1266
- readonly origin?: OperationOrigin;
1267
- }
1268
-
1269
- /** The display information for a particular operation. */
1270
- export declare interface OperationDisplay {
1271
- /**
1272
- * The resource provider of the operation.
1273
- * NOTE: This property will not be serialized. It can only be populated by the server.
1274
- */
1275
- readonly provider?: string;
1276
- /**
1277
- * The resource type of the operation.
1278
- * NOTE: This property will not be serialized. It can only be populated by the server.
1279
- */
1280
- readonly resource?: string;
1281
- /**
1282
- * A friendly name of the operation.
1283
- * NOTE: This property will not be serialized. It can only be populated by the server.
1284
- */
1285
- readonly operation?: string;
1286
- /**
1287
- * A friendly description of the operation.
1288
- * NOTE: This property will not be serialized. It can only be populated by the server.
1289
- */
1290
- readonly description?: string;
1291
- }
1292
-
1293
- /** The list of available operations for Data Lake Analytics. */
1294
- export declare interface OperationListResult {
1295
- /**
1296
- * The results of the list operation.
1297
- * NOTE: This property will not be serialized. It can only be populated by the server.
1298
- */
1299
- readonly value?: Operation[];
1300
- /**
1301
- * The link (url) to the next page of results.
1302
- * NOTE: This property will not be serialized. It can only be populated by the server.
1303
- */
1304
- readonly nextLink?: string;
1305
- }
1306
-
1307
- export declare interface OperationMetaLogSpecification {
1308
- /** The name for OperationMetaLogSpecification. */
1309
- name?: string;
1310
- /** The displayName for OperationMetaLogSpecification. */
1311
- displayName?: string;
1312
- /** The blobDuration for OperationMetaLogSpecification. */
1313
- blobDuration?: string;
1314
- }
1315
-
1316
- export declare interface OperationMetaMetricAvailabilitiesSpecification {
1317
- /** The timegrain for OperationMetaMetricAvailabilitiesSpecification. */
1318
- timeGrain?: string;
1319
- /** The blobDuration for OperationMetaMetricAvailabilitiesSpecification. */
1320
- blobDuration?: string;
1321
- }
1322
-
1323
- export declare interface OperationMetaMetricSpecification {
1324
- /** The name for OperationMetaMetricSpecification. */
1325
- name?: string;
1326
- /** The displayName for OperationMetaMetricSpecification. */
1327
- displayDescription?: string;
1328
- /** The displayName for OperationMetaMetricSpecification. */
1329
- displayName?: string;
1330
- /** The unit for OperationMetaMetricSpecification. */
1331
- unit?: string;
1332
- /** The aggregationType for OperationMetaMetricSpecification. */
1333
- aggregationType?: string;
1334
- /** The availabilities for OperationMetaMetricSpecification. */
1335
- availabilities?: OperationMetaMetricAvailabilitiesSpecification[];
1336
- }
1337
-
1338
- export declare interface OperationMetaPropertyInfo {
1339
- /** The operations OperationMetaServiceSpecification. */
1340
- serviceSpecification?: OperationMetaServiceSpecification;
1341
- }
1342
-
1343
- export declare interface OperationMetaServiceSpecification {
1344
- /** The metricSpecifications for OperationMetaServiceSpecification. */
1345
- metricSpecifications?: OperationMetaMetricSpecification[];
1346
- /** The logSpecifications for OperationMetaServiceSpecification. */
1347
- logSpecifications?: OperationMetaLogSpecification[];
1348
- }
1349
-
1350
- /**
1351
- * Defines values for OperationOrigin. \
1352
- * {@link KnownOperationOrigin} can be used interchangeably with OperationOrigin,
1353
- * this enum contains the known values that the service supports.
1354
- * ### Known values supported by the service
1355
- * **user** \
1356
- * **system** \
1357
- * **user,system**
1358
- */
1359
- export declare type OperationOrigin = string;
1360
-
1361
- /** Interface representing a Operations. */
1362
- export declare interface Operations {
1363
- /**
1364
- * Lists all of the available Data Lake Analytics REST API operations.
1365
- * @param options The options parameters.
1366
- */
1367
- list(options?: OperationsListOptionalParams): Promise<OperationsListResponse>;
1368
- }
1369
-
1370
- /** Optional parameters. */
1371
- export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
1372
- }
1373
-
1374
- /** Contains response data for the list operation. */
1375
- export declare type OperationsListResponse = OperationListResult;
1376
-
1377
- /** The resource model definition. */
1378
- export declare interface Resource {
1379
- /**
1380
- * The resource identifier.
1381
- * NOTE: This property will not be serialized. It can only be populated by the server.
1382
- */
1383
- readonly id?: string;
1384
- /**
1385
- * The resource name.
1386
- * NOTE: This property will not be serialized. It can only be populated by the server.
1387
- */
1388
- readonly name?: string;
1389
- /**
1390
- * The resource type.
1391
- * NOTE: This property will not be serialized. It can only be populated by the server.
1392
- */
1393
- readonly type?: string;
1394
- /**
1395
- * The resource location.
1396
- * NOTE: This property will not be serialized. It can only be populated by the server.
1397
- */
1398
- readonly location?: string;
1399
- /**
1400
- * The resource tags.
1401
- * NOTE: This property will not be serialized. It can only be populated by the server.
1402
- */
1403
- readonly tags?: {
1404
- [propertyName: string]: string;
1405
- };
1406
- }
1407
-
1408
- /** SAS token information. */
1409
- export declare interface SasTokenInformation {
1410
- /**
1411
- * The access token for the associated Azure Storage Container.
1412
- * NOTE: This property will not be serialized. It can only be populated by the server.
1413
- */
1414
- readonly accessToken?: string;
1415
- }
1416
-
1417
- /** The SAS response that contains the storage account, container and associated SAS token for connection use. */
1418
- export declare interface SasTokenInformationListResult {
1419
- /**
1420
- * The results of the list operation.
1421
- * NOTE: This property will not be serialized. It can only be populated by the server.
1422
- */
1423
- readonly value?: SasTokenInformation[];
1424
- /**
1425
- * The link (url) to the next page of results.
1426
- * NOTE: This property will not be serialized. It can only be populated by the server.
1427
- */
1428
- readonly nextLink?: string;
1429
- }
1430
-
1431
- /** Azure Storage account information. */
1432
- export declare type StorageAccountInformation = SubResource & {
1433
- /**
1434
- * The optional suffix for the storage account.
1435
- * NOTE: This property will not be serialized. It can only be populated by the server.
1436
- */
1437
- readonly suffix?: string;
1438
- };
1439
-
1440
- /** Azure Storage account list information. */
1441
- export declare interface StorageAccountInformationListResult {
1442
- /**
1443
- * The results of the list operation.
1444
- * NOTE: This property will not be serialized. It can only be populated by the server.
1445
- */
1446
- readonly value?: StorageAccountInformation[];
1447
- /**
1448
- * The link (url) to the next page of results.
1449
- * NOTE: This property will not be serialized. It can only be populated by the server.
1450
- */
1451
- readonly nextLink?: string;
1452
- }
1453
-
1454
- /** Interface representing a StorageAccounts. */
1455
- export declare interface StorageAccounts {
1456
- /**
1457
- * Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics
1458
- * account. The response includes a link to the next page, if any.
1459
- * @param resourceGroupName The name of the Azure resource group.
1460
- * @param accountName The name of the Data Lake Analytics account.
1461
- * @param options The options parameters.
1462
- */
1463
- listByAccount(resourceGroupName: string, accountName: string, options?: StorageAccountsListByAccountOptionalParams): PagedAsyncIterableIterator<StorageAccountInformation>;
1464
- /**
1465
- * Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics and
1466
- * Azure Storage account combination. The response includes a link to the next page of results, if any.
1467
- * @param resourceGroupName The name of the Azure resource group.
1468
- * @param accountName The name of the Data Lake Analytics account.
1469
- * @param storageAccountName The name of the Azure storage account from which to list blob containers.
1470
- * @param options The options parameters.
1471
- */
1472
- listStorageContainers(resourceGroupName: string, accountName: string, storageAccountName: string, options?: StorageAccountsListStorageContainersOptionalParams): PagedAsyncIterableIterator<StorageContainer>;
1473
- /**
1474
- * Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and
1475
- * container combination.
1476
- * @param resourceGroupName The name of the Azure resource group.
1477
- * @param accountName The name of the Data Lake Analytics account.
1478
- * @param storageAccountName The name of the Azure storage account for which the SAS token is being
1479
- * requested.
1480
- * @param containerName The name of the Azure storage container for which the SAS token is being
1481
- * requested.
1482
- * @param options The options parameters.
1483
- */
1484
- listSasTokens(resourceGroupName: string, accountName: string, storageAccountName: string, containerName: string, options?: StorageAccountsListSasTokensOptionalParams): PagedAsyncIterableIterator<SasTokenInformation>;
1485
- /**
1486
- * Updates the specified Data Lake Analytics account to add an Azure Storage account.
1487
- * @param resourceGroupName The name of the Azure resource group.
1488
- * @param accountName The name of the Data Lake Analytics account.
1489
- * @param storageAccountName The name of the Azure Storage account to add
1490
- * @param parameters The parameters containing the access key and optional suffix for the Azure Storage
1491
- * Account.
1492
- * @param options The options parameters.
1493
- */
1494
- add(resourceGroupName: string, accountName: string, storageAccountName: string, parameters: AddStorageAccountParameters, options?: StorageAccountsAddOptionalParams): Promise<void>;
1495
- /**
1496
- * Gets the specified Azure Storage account linked to the given Data Lake Analytics account.
1497
- * @param resourceGroupName The name of the Azure resource group.
1498
- * @param accountName The name of the Data Lake Analytics account.
1499
- * @param storageAccountName The name of the Azure Storage account for which to retrieve the details.
1500
- * @param options The options parameters.
1501
- */
1502
- get(resourceGroupName: string, accountName: string, storageAccountName: string, options?: StorageAccountsGetOptionalParams): Promise<StorageAccountsGetResponse>;
1503
- /**
1504
- * Updates the Data Lake Analytics account to replace Azure Storage blob account details, such as the
1505
- * access key and/or suffix.
1506
- * @param resourceGroupName The name of the Azure resource group.
1507
- * @param accountName The name of the Data Lake Analytics account.
1508
- * @param storageAccountName The Azure Storage account to modify
1509
- * @param options The options parameters.
1510
- */
1511
- update(resourceGroupName: string, accountName: string, storageAccountName: string, options?: StorageAccountsUpdateOptionalParams): Promise<void>;
1512
- /**
1513
- * Updates the specified Data Lake Analytics account to remove an Azure Storage account.
1514
- * @param resourceGroupName The name of the Azure resource group.
1515
- * @param accountName The name of the Data Lake Analytics account.
1516
- * @param storageAccountName The name of the Azure Storage account to remove
1517
- * @param options The options parameters.
1518
- */
1519
- delete(resourceGroupName: string, accountName: string, storageAccountName: string, options?: StorageAccountsDeleteOptionalParams): Promise<void>;
1520
- /**
1521
- * Gets the specified Azure Storage container associated with the given Data Lake Analytics and Azure
1522
- * Storage accounts.
1523
- * @param resourceGroupName The name of the Azure resource group.
1524
- * @param accountName The name of the Data Lake Analytics account.
1525
- * @param storageAccountName The name of the Azure storage account from which to retrieve the blob
1526
- * container.
1527
- * @param containerName The name of the Azure storage container to retrieve
1528
- * @param options The options parameters.
1529
- */
1530
- getStorageContainer(resourceGroupName: string, accountName: string, storageAccountName: string, containerName: string, options?: StorageAccountsGetStorageContainerOptionalParams): Promise<StorageAccountsGetStorageContainerResponse>;
1531
- }
1532
-
1533
- /** Optional parameters. */
1534
- export declare interface StorageAccountsAddOptionalParams extends coreClient.OperationOptions {
1535
- }
1536
-
1537
- /** Optional parameters. */
1538
- export declare interface StorageAccountsDeleteOptionalParams extends coreClient.OperationOptions {
1539
- }
1540
-
1541
- /** Optional parameters. */
1542
- export declare interface StorageAccountsGetOptionalParams extends coreClient.OperationOptions {
1543
- }
1544
-
1545
- /** Contains response data for the get operation. */
1546
- export declare type StorageAccountsGetResponse = StorageAccountInformation;
1547
-
1548
- /** Optional parameters. */
1549
- export declare interface StorageAccountsGetStorageContainerOptionalParams extends coreClient.OperationOptions {
1550
- }
1551
-
1552
- /** Contains response data for the getStorageContainer operation. */
1553
- export declare type StorageAccountsGetStorageContainerResponse = StorageContainer;
1554
-
1555
- /** Optional parameters. */
1556
- export declare interface StorageAccountsListByAccountNextOptionalParams extends coreClient.OperationOptions {
1557
- /** The OData filter. Optional. */
1558
- filter?: string;
1559
- /** The number of items to return. Optional. */
1560
- top?: number;
1561
- /** The number of items to skip over before returning elements. Optional. */
1562
- skip?: number;
1563
- /** OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. */
1564
- select?: string;
1565
- /** 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. */
1566
- orderby?: string;
1567
- /** 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. */
1568
- count?: boolean;
1569
- }
1570
-
1571
- /** Contains response data for the listByAccountNext operation. */
1572
- export declare type StorageAccountsListByAccountNextResponse = StorageAccountInformationListResult;
1573
-
1574
- /** Optional parameters. */
1575
- export declare interface StorageAccountsListByAccountOptionalParams extends coreClient.OperationOptions {
1576
- /** The OData filter. Optional. */
1577
- filter?: string;
1578
- /** The number of items to return. Optional. */
1579
- top?: number;
1580
- /** The number of items to skip over before returning elements. Optional. */
1581
- skip?: number;
1582
- /** OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. */
1583
- select?: string;
1584
- /** 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. */
1585
- orderby?: string;
1586
- /** 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. */
1587
- count?: boolean;
1588
- }
1589
-
1590
- /** Contains response data for the listByAccount operation. */
1591
- export declare type StorageAccountsListByAccountResponse = StorageAccountInformationListResult;
1592
-
1593
- /** Optional parameters. */
1594
- export declare interface StorageAccountsListSasTokensNextOptionalParams extends coreClient.OperationOptions {
1595
- }
1596
-
1597
- /** Contains response data for the listSasTokensNext operation. */
1598
- export declare type StorageAccountsListSasTokensNextResponse = SasTokenInformationListResult;
1599
-
1600
- /** Optional parameters. */
1601
- export declare interface StorageAccountsListSasTokensOptionalParams extends coreClient.OperationOptions {
1602
- }
1603
-
1604
- /** Contains response data for the listSasTokens operation. */
1605
- export declare type StorageAccountsListSasTokensResponse = SasTokenInformationListResult;
1606
-
1607
- /** Optional parameters. */
1608
- export declare interface StorageAccountsListStorageContainersNextOptionalParams extends coreClient.OperationOptions {
1609
- }
1610
-
1611
- /** Contains response data for the listStorageContainersNext operation. */
1612
- export declare type StorageAccountsListStorageContainersNextResponse = StorageContainerListResult;
1613
-
1614
- /** Optional parameters. */
1615
- export declare interface StorageAccountsListStorageContainersOptionalParams extends coreClient.OperationOptions {
1616
- }
1617
-
1618
- /** Contains response data for the listStorageContainers operation. */
1619
- export declare type StorageAccountsListStorageContainersResponse = StorageContainerListResult;
1620
-
1621
- /** Optional parameters. */
1622
- export declare interface StorageAccountsUpdateOptionalParams extends coreClient.OperationOptions {
1623
- /** The parameters containing the access key and suffix to update the storage account with, if any. Passing nothing results in no change. */
1624
- parameters?: UpdateStorageAccountParameters;
1625
- }
1626
-
1627
- /** Azure Storage blob container information. */
1628
- export declare type StorageContainer = SubResource & {
1629
- /**
1630
- * The last modified time of the blob container.
1631
- * NOTE: This property will not be serialized. It can only be populated by the server.
1632
- */
1633
- readonly lastModifiedTime?: Date;
1634
- };
1635
-
1636
- /** The list of blob containers associated with the storage account attached to the Data Lake Analytics account. */
1637
- export declare interface StorageContainerListResult {
1638
- /**
1639
- * The results of the list operation.
1640
- * NOTE: This property will not be serialized. It can only be populated by the server.
1641
- */
1642
- readonly value?: StorageContainer[];
1643
- /**
1644
- * The link (url) to the next page of results.
1645
- * NOTE: This property will not be serialized. It can only be populated by the server.
1646
- */
1647
- readonly nextLink?: string;
1648
- }
1649
-
1650
- /** The resource model definition for a nested resource. */
1651
- export declare interface SubResource {
1652
- /**
1653
- * The resource identifier.
1654
- * NOTE: This property will not be serialized. It can only be populated by the server.
1655
- */
1656
- readonly id?: string;
1657
- /**
1658
- * The resource name.
1659
- * NOTE: This property will not be serialized. It can only be populated by the server.
1660
- */
1661
- readonly name?: string;
1662
- /**
1663
- * The resource type.
1664
- * NOTE: This property will not be serialized. It can only be populated by the server.
1665
- */
1666
- readonly type?: string;
1667
- }
1668
-
1669
- /**
1670
- * Defines values for SubscriptionState. \
1671
- * {@link KnownSubscriptionState} can be used interchangeably with SubscriptionState,
1672
- * this enum contains the known values that the service supports.
1673
- * ### Known values supported by the service
1674
- * **Registered** \
1675
- * **Suspended** \
1676
- * **Deleted** \
1677
- * **Unregistered** \
1678
- * **Warned**
1679
- */
1680
- export declare type SubscriptionState = string;
1681
-
1682
- /** Defines values for TierType. */
1683
- export declare type TierType = "Consumption" | "Commitment_100AUHours" | "Commitment_500AUHours" | "Commitment_1000AUHours" | "Commitment_5000AUHours" | "Commitment_10000AUHours" | "Commitment_50000AUHours" | "Commitment_100000AUHours" | "Commitment_500000AUHours";
1684
-
1685
- /** The parameters used to update a compute policy. */
1686
- export declare interface UpdateComputePolicyParameters {
1687
- /** The AAD object identifier for the entity to create a policy for. */
1688
- objectId?: string;
1689
- /** The type of AAD object the object identifier refers to. */
1690
- objectType?: AADObjectType;
1691
- /** 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. */
1692
- maxDegreeOfParallelismPerJob?: number;
1693
- /** 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. */
1694
- minPriorityPerJob?: number;
1695
- }
1696
-
1697
- /** The parameters used to update a compute policy while updating a Data Lake Analytics account. */
1698
- export declare interface UpdateComputePolicyWithAccountParameters {
1699
- /** The unique name of the compute policy to update. */
1700
- name: string;
1701
- /** The AAD object identifier for the entity to create a policy for. */
1702
- objectId?: string;
1703
- /** The type of AAD object the object identifier refers to. */
1704
- objectType?: AADObjectType;
1705
- /** 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. */
1706
- maxDegreeOfParallelismPerJob?: number;
1707
- /** 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. */
1708
- minPriorityPerJob?: number;
1709
- }
1710
-
1711
- /** The parameters that can be used to update an existing Data Lake Analytics account. */
1712
- export declare interface UpdateDataLakeAnalyticsAccountParameters {
1713
- /** The resource tags. */
1714
- tags?: {
1715
- [propertyName: string]: string;
1716
- };
1717
- /** The list of Data Lake Store accounts associated with this account. */
1718
- dataLakeStoreAccounts?: UpdateDataLakeStoreWithAccountParameters[];
1719
- /** The list of Azure Blob storage accounts associated with this account. */
1720
- storageAccounts?: UpdateStorageAccountWithAccountParameters[];
1721
- /** The list of compute policies associated with this account. */
1722
- computePolicies?: UpdateComputePolicyWithAccountParameters[];
1723
- /** The list of firewall rules associated with this account. */
1724
- firewallRules?: UpdateFirewallRuleWithAccountParameters[];
1725
- /** 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. */
1726
- firewallState?: FirewallState;
1727
- /** The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced. */
1728
- firewallAllowAzureIps?: FirewallAllowAzureIpsState;
1729
- /** The commitment tier to use for next month. */
1730
- newTier?: TierType;
1731
- /** The maximum supported jobs running under the account at the same time. */
1732
- maxJobCount?: number;
1733
- /** The maximum supported degree of parallelism for this account. */
1734
- maxDegreeOfParallelism?: number;
1735
- /** The maximum supported degree of parallelism per job for this account. */
1736
- maxDegreeOfParallelismPerJob?: number;
1737
- /** The minimum supported priority per job for this account. */
1738
- minPriorityPerJob?: number;
1739
- /** The number of days that job metadata is retained. */
1740
- queryStoreRetention?: number;
1741
- }
1742
-
1743
- /** The parameters used to update a Data Lake Store account while updating a Data Lake Analytics account. */
1744
- export declare interface UpdateDataLakeStoreWithAccountParameters {
1745
- /** The unique name of the Data Lake Store account to update. */
1746
- name: string;
1747
- /** The optional suffix for the Data Lake Store account. */
1748
- suffix?: string;
1749
- }
1750
-
1751
- /** The parameters used to update a firewall rule. */
1752
- export declare interface UpdateFirewallRuleParameters {
1753
- /** The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. */
1754
- startIpAddress?: string;
1755
- /** The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. */
1756
- endIpAddress?: string;
1757
- }
1758
-
1759
- /** The parameters used to update a firewall rule while updating a Data Lake Analytics account. */
1760
- export declare interface UpdateFirewallRuleWithAccountParameters {
1761
- /** The unique name of the firewall rule to update. */
1762
- name: string;
1763
- /** The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. */
1764
- startIpAddress?: string;
1765
- /** The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. */
1766
- endIpAddress?: string;
1767
- }
1768
-
1769
- /** The parameters used to update an Azure Storage account. */
1770
- export declare interface UpdateStorageAccountParameters {
1771
- /** The updated access key associated with this Azure Storage account that will be used to connect to it. */
1772
- accessKey?: string;
1773
- /** The optional suffix for the storage account. */
1774
- suffix?: string;
1775
- }
1776
-
1777
- /** The parameters used to update an Azure Storage account while updating a Data Lake Analytics account. */
1778
- export declare interface UpdateStorageAccountWithAccountParameters {
1779
- /** The unique name of the Azure Storage account to update. */
1780
- name: string;
1781
- /** The updated access key associated with this Azure Storage account that will be used to connect to it. */
1782
- accessKey?: string;
1783
- /** The optional suffix for the storage account. */
1784
- suffix?: string;
1785
- }
1786
-
1787
- /** Data Lake Analytics VirtualNetwork Rule information. */
1788
- export declare type VirtualNetworkRule = SubResource & {
1789
- /**
1790
- * The resource identifier for the subnet
1791
- * NOTE: This property will not be serialized. It can only be populated by the server.
1792
- */
1793
- readonly subnetId?: string;
1794
- /**
1795
- * The current state of the VirtualNetwork Rule
1796
- * NOTE: This property will not be serialized. It can only be populated by the server.
1797
- */
1798
- readonly virtualNetworkRuleState?: VirtualNetworkRuleState;
1799
- };
1800
-
1801
- /** Data Lake Analytics VirtualNetwork rule list information. */
1802
- export declare interface VirtualNetworkRuleListResult {
1803
- /**
1804
- * The results of the list operation.
1805
- * NOTE: This property will not be serialized. It can only be populated by the server.
1806
- */
1807
- readonly value?: VirtualNetworkRule[];
1808
- /**
1809
- * The link (url) to the next page of results.
1810
- * NOTE: This property will not be serialized. It can only be populated by the server.
1811
- */
1812
- readonly nextLink?: string;
1813
- }
1814
-
1815
- /** Defines values for VirtualNetworkRuleState. */
1816
- export declare type VirtualNetworkRuleState = "Active" | "NetworkSourceDeleted" | "Failed";
1817
-
1818
- export { }
1
+ import * as coreClient from "@azure/core-client";
2
+ /** Data Lake Analytics account list information. */
3
+ export interface DataLakeAnalyticsAccountListResult {
4
+ /**
5
+ * The results of the list operation.
6
+ * NOTE: This property will not be serialized. It can only be populated by the server.
7
+ */
8
+ readonly value?: DataLakeAnalyticsAccountBasic[];
9
+ /**
10
+ * The current number of data lake analytics accounts under this subscription.
11
+ * NOTE: This property will not be serialized. It can only be populated by the server.
12
+ */
13
+ readonly count?: number;
14
+ /**
15
+ * The link (url) to the next page of results.
16
+ * NOTE: This property will not be serialized. It can only be populated by the server.
17
+ */
18
+ readonly nextLink?: string;
19
+ }
20
+ /** The basic account specific properties that are associated with an underlying Data Lake Analytics account. */
21
+ export interface DataLakeAnalyticsAccountPropertiesBasic {
22
+ /**
23
+ * The unique identifier associated with this Data Lake Analytics account.
24
+ * NOTE: This property will not be serialized. It can only be populated by the server.
25
+ */
26
+ readonly accountId?: string;
27
+ /**
28
+ * The provisioning status of the Data Lake Analytics account.
29
+ * NOTE: This property will not be serialized. It can only be populated by the server.
30
+ */
31
+ readonly provisioningState?: DataLakeAnalyticsAccountStatus;
32
+ /**
33
+ * The state of the Data Lake Analytics account.
34
+ * NOTE: This property will not be serialized. It can only be populated by the server.
35
+ */
36
+ readonly state?: DataLakeAnalyticsAccountState;
37
+ /**
38
+ * The account creation time.
39
+ * NOTE: This property will not be serialized. It can only be populated by the server.
40
+ */
41
+ readonly creationTime?: Date;
42
+ /**
43
+ * The account last modified time.
44
+ * NOTE: This property will not be serialized. It can only be populated by the server.
45
+ */
46
+ readonly lastModifiedTime?: Date;
47
+ /**
48
+ * The full CName endpoint for this account.
49
+ * NOTE: This property will not be serialized. It can only be populated by the server.
50
+ */
51
+ readonly endpoint?: string;
52
+ }
53
+ /** The resource model definition. */
54
+ export interface Resource {
55
+ /**
56
+ * The resource identifier.
57
+ * NOTE: This property will not be serialized. It can only be populated by the server.
58
+ */
59
+ readonly id?: string;
60
+ /**
61
+ * The resource name.
62
+ * NOTE: This property will not be serialized. It can only be populated by the server.
63
+ */
64
+ readonly name?: string;
65
+ /**
66
+ * The resource type.
67
+ * NOTE: This property will not be serialized. It can only be populated by the server.
68
+ */
69
+ readonly type?: string;
70
+ /**
71
+ * The resource location.
72
+ * NOTE: This property will not be serialized. It can only be populated by the server.
73
+ */
74
+ readonly location?: string;
75
+ /**
76
+ * The resource tags.
77
+ * NOTE: This property will not be serialized. It can only be populated by the server.
78
+ */
79
+ readonly tags?: {
80
+ [propertyName: string]: string;
81
+ };
82
+ }
83
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
84
+ export interface ErrorResponse {
85
+ /** The error object. */
86
+ error?: ErrorDetail;
87
+ }
88
+ /** The error detail. */
89
+ export interface ErrorDetail {
90
+ /**
91
+ * The error code.
92
+ * NOTE: This property will not be serialized. It can only be populated by the server.
93
+ */
94
+ readonly code?: string;
95
+ /**
96
+ * The error message.
97
+ * NOTE: This property will not be serialized. It can only be populated by the server.
98
+ */
99
+ readonly message?: string;
100
+ /**
101
+ * The error target.
102
+ * NOTE: This property will not be serialized. It can only be populated by the server.
103
+ */
104
+ readonly target?: string;
105
+ /**
106
+ * The error details.
107
+ * NOTE: This property will not be serialized. It can only be populated by the server.
108
+ */
109
+ readonly details?: ErrorDetail[];
110
+ /**
111
+ * The error additional info.
112
+ * NOTE: This property will not be serialized. It can only be populated by the server.
113
+ */
114
+ readonly additionalInfo?: ErrorAdditionalInfo[];
115
+ }
116
+ /** The resource management error additional info. */
117
+ export interface ErrorAdditionalInfo {
118
+ /**
119
+ * The additional info type.
120
+ * NOTE: This property will not be serialized. It can only be populated by the server.
121
+ */
122
+ readonly type?: string;
123
+ /**
124
+ * The additional info.
125
+ * NOTE: This property will not be serialized. It can only be populated by the server.
126
+ */
127
+ readonly info?: Record<string, unknown>;
128
+ }
129
+ /** The parameters to use for creating a Data Lake Analytics account. */
130
+ export interface CreateDataLakeAnalyticsAccountParameters {
131
+ /** The resource location. */
132
+ location: string;
133
+ /** The resource tags. */
134
+ tags?: {
135
+ [propertyName: string]: string;
136
+ };
137
+ /** The default Data Lake Store account associated with this account. */
138
+ defaultDataLakeStoreAccount: string;
139
+ /** The list of Data Lake Store accounts associated with this account. */
140
+ dataLakeStoreAccounts: AddDataLakeStoreWithAccountParameters[];
141
+ /** The list of Azure Blob Storage accounts associated with this account. */
142
+ storageAccounts?: AddStorageAccountWithAccountParameters[];
143
+ /** The list of compute policies associated with this account. */
144
+ computePolicies?: CreateComputePolicyWithAccountParameters[];
145
+ /** The list of firewall rules associated with this account. */
146
+ firewallRules?: CreateFirewallRuleWithAccountParameters[];
147
+ /** The current state of the IP address firewall for this account. */
148
+ firewallState?: FirewallState;
149
+ /** The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced. */
150
+ firewallAllowAzureIps?: FirewallAllowAzureIpsState;
151
+ /** The commitment tier for the next month. */
152
+ newTier?: TierType;
153
+ /** The maximum supported jobs running under the account at the same time. */
154
+ maxJobCount?: number;
155
+ /** The maximum supported degree of parallelism for this account. */
156
+ maxDegreeOfParallelism?: number;
157
+ /** The maximum supported degree of parallelism per job for this account. */
158
+ maxDegreeOfParallelismPerJob?: number;
159
+ /** The minimum supported priority per job for this account. */
160
+ minPriorityPerJob?: number;
161
+ /** The number of days that job metadata is retained. */
162
+ queryStoreRetention?: number;
163
+ }
164
+ /** The parameters used to add a new Data Lake Store account while creating a new Data Lake Analytics account. */
165
+ export interface AddDataLakeStoreWithAccountParameters {
166
+ /** The unique name of the Data Lake Store account to add. */
167
+ name: string;
168
+ /** The optional suffix for the Data Lake Store account. */
169
+ suffix?: string;
170
+ }
171
+ /** The parameters used to add a new Azure Storage account while creating a new Data Lake Analytics account. */
172
+ export interface AddStorageAccountWithAccountParameters {
173
+ /** The unique name of the Azure Storage account to add. */
174
+ name: string;
175
+ /** The access key associated with this Azure Storage account that will be used to connect to it. */
176
+ accessKey: string;
177
+ /** The optional suffix for the storage account. */
178
+ suffix?: string;
179
+ }
180
+ /** The parameters used to create a new compute policy while creating a new Data Lake Analytics account. */
181
+ export interface CreateComputePolicyWithAccountParameters {
182
+ /** The unique name of the compute policy to create. */
183
+ name: string;
184
+ /** The AAD object identifier for the entity to create a policy for. */
185
+ objectId: string;
186
+ /** The type of AAD object the object identifier refers to. */
187
+ objectType: AADObjectType;
188
+ /** 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. */
189
+ maxDegreeOfParallelismPerJob?: number;
190
+ /** 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. */
191
+ minPriorityPerJob?: number;
192
+ }
193
+ /** The parameters used to create a new firewall rule while creating a new Data Lake Analytics account. */
194
+ export interface CreateFirewallRuleWithAccountParameters {
195
+ /** The unique name of the firewall rule to create. */
196
+ name: string;
197
+ /** The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. */
198
+ startIpAddress: string;
199
+ /** The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. */
200
+ endIpAddress: string;
201
+ }
202
+ /** The resource model definition for a nested resource. */
203
+ export interface SubResource {
204
+ /**
205
+ * The resource identifier.
206
+ * NOTE: This property will not be serialized. It can only be populated by the server.
207
+ */
208
+ readonly id?: string;
209
+ /**
210
+ * The resource name.
211
+ * NOTE: This property will not be serialized. It can only be populated by the server.
212
+ */
213
+ readonly name?: string;
214
+ /**
215
+ * The resource type.
216
+ * NOTE: This property will not be serialized. It can only be populated by the server.
217
+ */
218
+ readonly type?: string;
219
+ }
220
+ /** The parameters that can be used to update an existing Data Lake Analytics account. */
221
+ export interface UpdateDataLakeAnalyticsAccountParameters {
222
+ /** The resource tags. */
223
+ tags?: {
224
+ [propertyName: string]: string;
225
+ };
226
+ /** The list of Data Lake Store accounts associated with this account. */
227
+ dataLakeStoreAccounts?: UpdateDataLakeStoreWithAccountParameters[];
228
+ /** The list of Azure Blob storage accounts associated with this account. */
229
+ storageAccounts?: UpdateStorageAccountWithAccountParameters[];
230
+ /** The list of compute policies associated with this account. */
231
+ computePolicies?: UpdateComputePolicyWithAccountParameters[];
232
+ /** The list of firewall rules associated with this account. */
233
+ firewallRules?: UpdateFirewallRuleWithAccountParameters[];
234
+ /** 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. */
235
+ firewallState?: FirewallState;
236
+ /** The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced. */
237
+ firewallAllowAzureIps?: FirewallAllowAzureIpsState;
238
+ /** The commitment tier to use for next month. */
239
+ newTier?: TierType;
240
+ /** The maximum supported jobs running under the account at the same time. */
241
+ maxJobCount?: number;
242
+ /** The maximum supported degree of parallelism for this account. */
243
+ maxDegreeOfParallelism?: number;
244
+ /** The maximum supported degree of parallelism per job for this account. */
245
+ maxDegreeOfParallelismPerJob?: number;
246
+ /** The minimum supported priority per job for this account. */
247
+ minPriorityPerJob?: number;
248
+ /** The number of days that job metadata is retained. */
249
+ queryStoreRetention?: number;
250
+ }
251
+ /** The parameters used to update a Data Lake Store account while updating a Data Lake Analytics account. */
252
+ export interface UpdateDataLakeStoreWithAccountParameters {
253
+ /** The unique name of the Data Lake Store account to update. */
254
+ name: string;
255
+ /** The optional suffix for the Data Lake Store account. */
256
+ suffix?: string;
257
+ }
258
+ /** The parameters used to update an Azure Storage account while updating a Data Lake Analytics account. */
259
+ export interface UpdateStorageAccountWithAccountParameters {
260
+ /** The unique name of the Azure Storage account to update. */
261
+ name: string;
262
+ /** The updated access key associated with this Azure Storage account that will be used to connect to it. */
263
+ accessKey?: string;
264
+ /** The optional suffix for the storage account. */
265
+ suffix?: string;
266
+ }
267
+ /** The parameters used to update a compute policy while updating a Data Lake Analytics account. */
268
+ export interface UpdateComputePolicyWithAccountParameters {
269
+ /** The unique name of the compute policy to update. */
270
+ name: string;
271
+ /** The AAD object identifier for the entity to create a policy for. */
272
+ objectId?: string;
273
+ /** The type of AAD object the object identifier refers to. */
274
+ objectType?: AADObjectType;
275
+ /** 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. */
276
+ maxDegreeOfParallelismPerJob?: number;
277
+ /** 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. */
278
+ minPriorityPerJob?: number;
279
+ }
280
+ /** The parameters used to update a firewall rule while updating a Data Lake Analytics account. */
281
+ export interface UpdateFirewallRuleWithAccountParameters {
282
+ /** The unique name of the firewall rule to update. */
283
+ name: string;
284
+ /** The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. */
285
+ startIpAddress?: string;
286
+ /** The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. */
287
+ endIpAddress?: string;
288
+ }
289
+ /** Data Lake Store account list information. */
290
+ export interface DataLakeStoreAccountInformationListResult {
291
+ /**
292
+ * The results of the list operation.
293
+ * NOTE: This property will not be serialized. It can only be populated by the server.
294
+ */
295
+ readonly value?: DataLakeStoreAccountInformation[];
296
+ /**
297
+ * The link (url) to the next page of results.
298
+ * NOTE: This property will not be serialized. It can only be populated by the server.
299
+ */
300
+ readonly nextLink?: string;
301
+ }
302
+ /** The parameters used to add a new Data Lake Store account. */
303
+ export interface AddDataLakeStoreParameters {
304
+ /** The optional suffix for the Data Lake Store account. */
305
+ suffix?: string;
306
+ }
307
+ /** Azure Storage account list information. */
308
+ export interface StorageAccountInformationListResult {
309
+ /**
310
+ * The results of the list operation.
311
+ * NOTE: This property will not be serialized. It can only be populated by the server.
312
+ */
313
+ readonly value?: StorageAccountInformation[];
314
+ /**
315
+ * The link (url) to the next page of results.
316
+ * NOTE: This property will not be serialized. It can only be populated by the server.
317
+ */
318
+ readonly nextLink?: string;
319
+ }
320
+ /** The parameters used to add a new Azure Storage account. */
321
+ export interface AddStorageAccountParameters {
322
+ /** The access key associated with this Azure Storage account that will be used to connect to it. */
323
+ accessKey: string;
324
+ /** The optional suffix for the storage account. */
325
+ suffix?: string;
326
+ }
327
+ /** The parameters used to update an Azure Storage account. */
328
+ export interface UpdateStorageAccountParameters {
329
+ /** The updated access key associated with this Azure Storage account that will be used to connect to it. */
330
+ accessKey?: string;
331
+ /** The optional suffix for the storage account. */
332
+ suffix?: string;
333
+ }
334
+ /** The list of blob containers associated with the storage account attached to the Data Lake Analytics account. */
335
+ export interface StorageContainerListResult {
336
+ /**
337
+ * The results of the list operation.
338
+ * NOTE: This property will not be serialized. It can only be populated by the server.
339
+ */
340
+ readonly value?: StorageContainer[];
341
+ /**
342
+ * The link (url) to the next page of results.
343
+ * NOTE: This property will not be serialized. It can only be populated by the server.
344
+ */
345
+ readonly nextLink?: string;
346
+ }
347
+ /** The SAS response that contains the storage account, container and associated SAS token for connection use. */
348
+ export interface SasTokenInformationListResult {
349
+ /**
350
+ * The results of the list operation.
351
+ * NOTE: This property will not be serialized. It can only be populated by the server.
352
+ */
353
+ readonly value?: SasTokenInformation[];
354
+ /**
355
+ * The link (url) to the next page of results.
356
+ * NOTE: This property will not be serialized. It can only be populated by the server.
357
+ */
358
+ readonly nextLink?: string;
359
+ }
360
+ /** SAS token information. */
361
+ export interface SasTokenInformation {
362
+ /**
363
+ * The access token for the associated Azure Storage Container.
364
+ * NOTE: This property will not be serialized. It can only be populated by the server.
365
+ */
366
+ readonly accessToken?: string;
367
+ }
368
+ /** The list of compute policies in the account. */
369
+ export interface ComputePolicyListResult {
370
+ /**
371
+ * The results of the list operation.
372
+ * NOTE: This property will not be serialized. It can only be populated by the server.
373
+ */
374
+ readonly value?: ComputePolicy[];
375
+ /**
376
+ * The link (url) to the next page of results.
377
+ * NOTE: This property will not be serialized. It can only be populated by the server.
378
+ */
379
+ readonly nextLink?: string;
380
+ }
381
+ /** The parameters used to create a new compute policy. */
382
+ export interface CreateOrUpdateComputePolicyParameters {
383
+ /** The AAD object identifier for the entity to create a policy for. */
384
+ objectId: string;
385
+ /** The type of AAD object the object identifier refers to. */
386
+ objectType: AADObjectType;
387
+ /** 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. */
388
+ maxDegreeOfParallelismPerJob?: number;
389
+ /** 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. */
390
+ minPriorityPerJob?: number;
391
+ }
392
+ /** The parameters used to update a compute policy. */
393
+ export interface UpdateComputePolicyParameters {
394
+ /** The AAD object identifier for the entity to create a policy for. */
395
+ objectId?: string;
396
+ /** The type of AAD object the object identifier refers to. */
397
+ objectType?: AADObjectType;
398
+ /** 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. */
399
+ maxDegreeOfParallelismPerJob?: number;
400
+ /** 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. */
401
+ minPriorityPerJob?: number;
402
+ }
403
+ /** Data Lake Analytics firewall rule list information. */
404
+ export interface FirewallRuleListResult {
405
+ /**
406
+ * The results of the list operation.
407
+ * NOTE: This property will not be serialized. It can only be populated by the server.
408
+ */
409
+ readonly value?: FirewallRule[];
410
+ /**
411
+ * The link (url) to the next page of results.
412
+ * NOTE: This property will not be serialized. It can only be populated by the server.
413
+ */
414
+ readonly nextLink?: string;
415
+ }
416
+ /** The parameters used to create a new firewall rule. */
417
+ export interface CreateOrUpdateFirewallRuleParameters {
418
+ /** The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. */
419
+ startIpAddress: string;
420
+ /** The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. */
421
+ endIpAddress: string;
422
+ }
423
+ /** The parameters used to update a firewall rule. */
424
+ export interface UpdateFirewallRuleParameters {
425
+ /** The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. */
426
+ startIpAddress?: string;
427
+ /** The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. */
428
+ endIpAddress?: string;
429
+ }
430
+ /** The list of available operations for Data Lake Analytics. */
431
+ export interface OperationListResult {
432
+ /**
433
+ * The results of the list operation.
434
+ * NOTE: This property will not be serialized. It can only be populated by the server.
435
+ */
436
+ readonly value?: Operation[];
437
+ /**
438
+ * The link (url) to the next page of results.
439
+ * NOTE: This property will not be serialized. It can only be populated by the server.
440
+ */
441
+ readonly nextLink?: string;
442
+ }
443
+ /** An available operation for Data Lake Analytics. */
444
+ export interface Operation {
445
+ /**
446
+ * The name of the operation.
447
+ * NOTE: This property will not be serialized. It can only be populated by the server.
448
+ */
449
+ readonly name?: string;
450
+ /**
451
+ * The display information for the operation.
452
+ * NOTE: This property will not be serialized. It can only be populated by the server.
453
+ */
454
+ readonly display?: OperationDisplay;
455
+ /**
456
+ * The OperationMetaPropertyInfo for the operation.
457
+ * NOTE: This property will not be serialized. It can only be populated by the server.
458
+ */
459
+ readonly properties?: OperationMetaPropertyInfo;
460
+ /**
461
+ * The intended executor of the operation.
462
+ * NOTE: This property will not be serialized. It can only be populated by the server.
463
+ */
464
+ readonly origin?: OperationOrigin;
465
+ }
466
+ /** The display information for a particular operation. */
467
+ export interface OperationDisplay {
468
+ /**
469
+ * The resource provider of the operation.
470
+ * NOTE: This property will not be serialized. It can only be populated by the server.
471
+ */
472
+ readonly provider?: string;
473
+ /**
474
+ * The resource type of the operation.
475
+ * NOTE: This property will not be serialized. It can only be populated by the server.
476
+ */
477
+ readonly resource?: string;
478
+ /**
479
+ * A friendly name of the operation.
480
+ * NOTE: This property will not be serialized. It can only be populated by the server.
481
+ */
482
+ readonly operation?: string;
483
+ /**
484
+ * A friendly description of the operation.
485
+ * NOTE: This property will not be serialized. It can only be populated by the server.
486
+ */
487
+ readonly description?: string;
488
+ }
489
+ export interface OperationMetaPropertyInfo {
490
+ /** The operations OperationMetaServiceSpecification. */
491
+ serviceSpecification?: OperationMetaServiceSpecification;
492
+ }
493
+ export interface OperationMetaServiceSpecification {
494
+ /** The metricSpecifications for OperationMetaServiceSpecification. */
495
+ metricSpecifications?: OperationMetaMetricSpecification[];
496
+ /** The logSpecifications for OperationMetaServiceSpecification. */
497
+ logSpecifications?: OperationMetaLogSpecification[];
498
+ }
499
+ export interface OperationMetaMetricSpecification {
500
+ /** The name for OperationMetaMetricSpecification. */
501
+ name?: string;
502
+ /** The displayName for OperationMetaMetricSpecification. */
503
+ displayDescription?: string;
504
+ /** The displayName for OperationMetaMetricSpecification. */
505
+ displayName?: string;
506
+ /** The unit for OperationMetaMetricSpecification. */
507
+ unit?: string;
508
+ /** The aggregationType for OperationMetaMetricSpecification. */
509
+ aggregationType?: string;
510
+ /** The availabilities for OperationMetaMetricSpecification. */
511
+ availabilities?: OperationMetaMetricAvailabilitiesSpecification[];
512
+ }
513
+ export interface OperationMetaMetricAvailabilitiesSpecification {
514
+ /** The timegrain for OperationMetaMetricAvailabilitiesSpecification. */
515
+ timeGrain?: string;
516
+ /** The blobDuration for OperationMetaMetricAvailabilitiesSpecification. */
517
+ blobDuration?: string;
518
+ }
519
+ export interface OperationMetaLogSpecification {
520
+ /** The name for OperationMetaLogSpecification. */
521
+ name?: string;
522
+ /** The displayName for OperationMetaLogSpecification. */
523
+ displayName?: string;
524
+ /** The blobDuration for OperationMetaLogSpecification. */
525
+ blobDuration?: string;
526
+ }
527
+ /** Subscription-level properties and limits for Data Lake Analytics. */
528
+ export interface CapabilityInformation {
529
+ /**
530
+ * The subscription credentials that uniquely identifies the subscription.
531
+ * NOTE: This property will not be serialized. It can only be populated by the server.
532
+ */
533
+ readonly subscriptionId?: string;
534
+ /**
535
+ * The subscription state.
536
+ * NOTE: This property will not be serialized. It can only be populated by the server.
537
+ */
538
+ readonly state?: SubscriptionState;
539
+ /**
540
+ * The maximum supported number of accounts under this subscription.
541
+ * NOTE: This property will not be serialized. It can only be populated by the server.
542
+ */
543
+ readonly maxAccountCount?: number;
544
+ /**
545
+ * The current number of accounts under this subscription.
546
+ * NOTE: This property will not be serialized. It can only be populated by the server.
547
+ */
548
+ readonly accountCount?: number;
549
+ /**
550
+ * The Boolean value of true or false to indicate the maintenance state.
551
+ * NOTE: This property will not be serialized. It can only be populated by the server.
552
+ */
553
+ readonly migrationState?: boolean;
554
+ }
555
+ /** Data Lake Analytics account name availability check parameters. */
556
+ export interface CheckNameAvailabilityParameters {
557
+ /** The Data Lake Analytics name to check availability for. */
558
+ name: string;
559
+ /** The resource type. Note: This should not be set by the user, as the constant value is Microsoft.DataLakeAnalytics/accounts */
560
+ type: "Microsoft.DataLakeAnalytics/accounts";
561
+ }
562
+ /** Data Lake Analytics account name availability result information. */
563
+ export interface NameAvailabilityInformation {
564
+ /**
565
+ * The Boolean value of true or false to indicate whether the Data Lake Analytics account name is available or not.
566
+ * NOTE: This property will not be serialized. It can only be populated by the server.
567
+ */
568
+ readonly nameAvailable?: boolean;
569
+ /**
570
+ * The reason why the Data Lake Analytics account name is not available, if nameAvailable is false.
571
+ * NOTE: This property will not be serialized. It can only be populated by the server.
572
+ */
573
+ readonly reason?: string;
574
+ /**
575
+ * The message describing why the Data Lake Analytics account name is not available, if nameAvailable is false.
576
+ * NOTE: This property will not be serialized. It can only be populated by the server.
577
+ */
578
+ readonly message?: string;
579
+ }
580
+ /** Data Lake Analytics VirtualNetwork rule list information. */
581
+ export interface VirtualNetworkRuleListResult {
582
+ /**
583
+ * The results of the list operation.
584
+ * NOTE: This property will not be serialized. It can only be populated by the server.
585
+ */
586
+ readonly value?: VirtualNetworkRule[];
587
+ /**
588
+ * The link (url) to the next page of results.
589
+ * NOTE: This property will not be serialized. It can only be populated by the server.
590
+ */
591
+ readonly nextLink?: string;
592
+ }
593
+ /** Data Lake Analytics HiveMetastore list information. */
594
+ export interface HiveMetastoreListResult {
595
+ /**
596
+ * The results of the list operation.
597
+ * NOTE: This property will not be serialized. It can only be populated by the server.
598
+ */
599
+ readonly value?: HiveMetastore[];
600
+ /**
601
+ * The link (url) to the next page of results.
602
+ * NOTE: This property will not be serialized. It can only be populated by the server.
603
+ */
604
+ readonly nextLink?: string;
605
+ }
606
+ /** The account specific properties that are associated with an underlying Data Lake Analytics account. Returned only when retrieving a specific account. */
607
+ export interface DataLakeAnalyticsAccountProperties extends DataLakeAnalyticsAccountPropertiesBasic {
608
+ /**
609
+ * The type of the default Data Lake Store account associated with this account.
610
+ * NOTE: This property will not be serialized. It can only be populated by the server.
611
+ */
612
+ readonly defaultDataLakeStoreAccountType?: string;
613
+ /**
614
+ * The default Data Lake Store account associated with this account.
615
+ * NOTE: This property will not be serialized. It can only be populated by the server.
616
+ */
617
+ readonly defaultDataLakeStoreAccount?: string;
618
+ /**
619
+ * The list of Data Lake Store accounts associated with this account.
620
+ * NOTE: This property will not be serialized. It can only be populated by the server.
621
+ */
622
+ readonly dataLakeStoreAccounts?: DataLakeStoreAccountInformation[];
623
+ /** The list of Data Lake Store accounts associated with this account. */
624
+ publicDataLakeStoreAccounts?: DataLakeStoreAccountInformation[];
625
+ /**
626
+ * The list of Azure Blob Storage accounts associated with this account.
627
+ * NOTE: This property will not be serialized. It can only be populated by the server.
628
+ */
629
+ readonly storageAccounts?: StorageAccountInformation[];
630
+ /**
631
+ * The list of compute policies associated with this account.
632
+ * NOTE: This property will not be serialized. It can only be populated by the server.
633
+ */
634
+ readonly computePolicies?: ComputePolicy[];
635
+ /**
636
+ * The list of hiveMetastores associated with this account.
637
+ * NOTE: This property will not be serialized. It can only be populated by the server.
638
+ */
639
+ readonly hiveMetastores?: HiveMetastore[];
640
+ /**
641
+ * The list of virtualNetwork rules associated with this account.
642
+ * NOTE: This property will not be serialized. It can only be populated by the server.
643
+ */
644
+ readonly virtualNetworkRules?: VirtualNetworkRule[];
645
+ /**
646
+ * The list of firewall rules associated with this account.
647
+ * NOTE: This property will not be serialized. It can only be populated by the server.
648
+ */
649
+ readonly firewallRules?: FirewallRule[];
650
+ /** The current state of the IP address firewall for this account. */
651
+ firewallState?: FirewallState;
652
+ /** The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced. */
653
+ firewallAllowAzureIps?: FirewallAllowAzureIpsState;
654
+ /** The commitment tier for the next month. */
655
+ newTier?: TierType;
656
+ /**
657
+ * The commitment tier in use for the current month.
658
+ * NOTE: This property will not be serialized. It can only be populated by the server.
659
+ */
660
+ readonly currentTier?: TierType;
661
+ /** The maximum supported jobs running under the account at the same time. */
662
+ maxJobCount?: number;
663
+ /**
664
+ * The maximum supported active jobs under the account at the same time.
665
+ * NOTE: This property will not be serialized. It can only be populated by the server.
666
+ */
667
+ readonly maxActiveJobCountPerUser?: number;
668
+ /**
669
+ * The maximum supported jobs queued under the account at the same time.
670
+ * NOTE: This property will not be serialized. It can only be populated by the server.
671
+ */
672
+ readonly maxQueuedJobCountPerUser?: number;
673
+ /**
674
+ * The maximum supported active jobs under the account at the same time.
675
+ * NOTE: This property will not be serialized. It can only be populated by the server.
676
+ */
677
+ readonly maxJobRunningTimeInMin?: number;
678
+ /**
679
+ * 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.
680
+ * NOTE: This property will not be serialized. It can only be populated by the server.
681
+ */
682
+ readonly systemMaxJobCount?: number;
683
+ /** The maximum supported degree of parallelism for this account. */
684
+ maxDegreeOfParallelism?: number;
685
+ /**
686
+ * 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.
687
+ * NOTE: This property will not be serialized. It can only be populated by the server.
688
+ */
689
+ readonly systemMaxDegreeOfParallelism?: number;
690
+ /** The maximum supported degree of parallelism per job for this account. */
691
+ maxDegreeOfParallelismPerJob?: number;
692
+ /**
693
+ * The minimum supported priority per job for this account.
694
+ * NOTE: This property will not be serialized. It can only be populated by the server.
695
+ */
696
+ readonly minPriorityPerJob?: number;
697
+ /** The number of days that job metadata is retained. */
698
+ queryStoreRetention?: number;
699
+ /**
700
+ * The current state of the DebugDataAccessLevel for this account.
701
+ * NOTE: This property will not be serialized. It can only be populated by the server.
702
+ */
703
+ readonly debugDataAccessLevel?: DebugDataAccessLevel;
704
+ }
705
+ /** A Data Lake Analytics account object, containing all information associated with the named Data Lake Analytics account. */
706
+ export interface DataLakeAnalyticsAccountBasic extends Resource {
707
+ /**
708
+ * The unique identifier associated with this Data Lake Analytics account.
709
+ * NOTE: This property will not be serialized. It can only be populated by the server.
710
+ */
711
+ readonly accountId?: string;
712
+ /**
713
+ * The provisioning status of the Data Lake Analytics account.
714
+ * NOTE: This property will not be serialized. It can only be populated by the server.
715
+ */
716
+ readonly provisioningState?: DataLakeAnalyticsAccountStatus;
717
+ /**
718
+ * The state of the Data Lake Analytics account.
719
+ * NOTE: This property will not be serialized. It can only be populated by the server.
720
+ */
721
+ readonly state?: DataLakeAnalyticsAccountState;
722
+ /**
723
+ * The account creation time.
724
+ * NOTE: This property will not be serialized. It can only be populated by the server.
725
+ */
726
+ readonly creationTime?: Date;
727
+ /**
728
+ * The account last modified time.
729
+ * NOTE: This property will not be serialized. It can only be populated by the server.
730
+ */
731
+ readonly lastModifiedTime?: Date;
732
+ /**
733
+ * The full CName endpoint for this account.
734
+ * NOTE: This property will not be serialized. It can only be populated by the server.
735
+ */
736
+ readonly endpoint?: string;
737
+ }
738
+ /** A Data Lake Analytics account object, containing all information associated with the named Data Lake Analytics account. */
739
+ export interface DataLakeAnalyticsAccount extends Resource {
740
+ /**
741
+ * The unique identifier associated with this Data Lake Analytics account.
742
+ * NOTE: This property will not be serialized. It can only be populated by the server.
743
+ */
744
+ readonly accountId?: string;
745
+ /**
746
+ * The provisioning status of the Data Lake Analytics account.
747
+ * NOTE: This property will not be serialized. It can only be populated by the server.
748
+ */
749
+ readonly provisioningState?: DataLakeAnalyticsAccountStatus;
750
+ /**
751
+ * The state of the Data Lake Analytics account.
752
+ * NOTE: This property will not be serialized. It can only be populated by the server.
753
+ */
754
+ readonly state?: DataLakeAnalyticsAccountState;
755
+ /**
756
+ * The account creation time.
757
+ * NOTE: This property will not be serialized. It can only be populated by the server.
758
+ */
759
+ readonly creationTime?: Date;
760
+ /**
761
+ * The account last modified time.
762
+ * NOTE: This property will not be serialized. It can only be populated by the server.
763
+ */
764
+ readonly lastModifiedTime?: Date;
765
+ /**
766
+ * The full CName endpoint for this account.
767
+ * NOTE: This property will not be serialized. It can only be populated by the server.
768
+ */
769
+ readonly endpoint?: string;
770
+ /**
771
+ * The type of the default Data Lake Store account associated with this account.
772
+ * NOTE: This property will not be serialized. It can only be populated by the server.
773
+ */
774
+ readonly defaultDataLakeStoreAccountType?: string;
775
+ /**
776
+ * The default Data Lake Store account associated with this account.
777
+ * NOTE: This property will not be serialized. It can only be populated by the server.
778
+ */
779
+ readonly defaultDataLakeStoreAccount?: string;
780
+ /**
781
+ * The list of Data Lake Store accounts associated with this account.
782
+ * NOTE: This property will not be serialized. It can only be populated by the server.
783
+ */
784
+ readonly dataLakeStoreAccounts?: DataLakeStoreAccountInformation[];
785
+ /** The list of Data Lake Store accounts associated with this account. */
786
+ publicDataLakeStoreAccounts?: DataLakeStoreAccountInformation[];
787
+ /**
788
+ * The list of Azure Blob Storage accounts associated with this account.
789
+ * NOTE: This property will not be serialized. It can only be populated by the server.
790
+ */
791
+ readonly storageAccounts?: StorageAccountInformation[];
792
+ /**
793
+ * The list of compute policies associated with this account.
794
+ * NOTE: This property will not be serialized. It can only be populated by the server.
795
+ */
796
+ readonly computePolicies?: ComputePolicy[];
797
+ /**
798
+ * The list of hiveMetastores associated with this account.
799
+ * NOTE: This property will not be serialized. It can only be populated by the server.
800
+ */
801
+ readonly hiveMetastores?: HiveMetastore[];
802
+ /**
803
+ * The list of virtualNetwork rules associated with this account.
804
+ * NOTE: This property will not be serialized. It can only be populated by the server.
805
+ */
806
+ readonly virtualNetworkRules?: VirtualNetworkRule[];
807
+ /**
808
+ * The list of firewall rules associated with this account.
809
+ * NOTE: This property will not be serialized. It can only be populated by the server.
810
+ */
811
+ readonly firewallRules?: FirewallRule[];
812
+ /** The current state of the IP address firewall for this account. */
813
+ firewallState?: FirewallState;
814
+ /** The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced. */
815
+ firewallAllowAzureIps?: FirewallAllowAzureIpsState;
816
+ /** The commitment tier for the next month. */
817
+ newTier?: TierType;
818
+ /**
819
+ * The commitment tier in use for the current month.
820
+ * NOTE: This property will not be serialized. It can only be populated by the server.
821
+ */
822
+ readonly currentTier?: TierType;
823
+ /** The maximum supported jobs running under the account at the same time. */
824
+ maxJobCount?: number;
825
+ /**
826
+ * The maximum supported active jobs under the account at the same time.
827
+ * NOTE: This property will not be serialized. It can only be populated by the server.
828
+ */
829
+ readonly maxActiveJobCountPerUser?: number;
830
+ /**
831
+ * The maximum supported jobs queued under the account at the same time.
832
+ * NOTE: This property will not be serialized. It can only be populated by the server.
833
+ */
834
+ readonly maxQueuedJobCountPerUser?: number;
835
+ /**
836
+ * The maximum supported active jobs under the account at the same time.
837
+ * NOTE: This property will not be serialized. It can only be populated by the server.
838
+ */
839
+ readonly maxJobRunningTimeInMin?: number;
840
+ /**
841
+ * 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.
842
+ * NOTE: This property will not be serialized. It can only be populated by the server.
843
+ */
844
+ readonly systemMaxJobCount?: number;
845
+ /** The maximum supported degree of parallelism for this account. */
846
+ maxDegreeOfParallelism?: number;
847
+ /**
848
+ * 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.
849
+ * NOTE: This property will not be serialized. It can only be populated by the server.
850
+ */
851
+ readonly systemMaxDegreeOfParallelism?: number;
852
+ /** The maximum supported degree of parallelism per job for this account. */
853
+ maxDegreeOfParallelismPerJob?: number;
854
+ /**
855
+ * The minimum supported priority per job for this account.
856
+ * NOTE: This property will not be serialized. It can only be populated by the server.
857
+ */
858
+ readonly minPriorityPerJob?: number;
859
+ /** The number of days that job metadata is retained. */
860
+ queryStoreRetention?: number;
861
+ /**
862
+ * The current state of the DebugDataAccessLevel for this account.
863
+ * NOTE: This property will not be serialized. It can only be populated by the server.
864
+ */
865
+ readonly debugDataAccessLevel?: DebugDataAccessLevel;
866
+ }
867
+ /** Data Lake Store account information. */
868
+ export interface DataLakeStoreAccountInformation extends SubResource {
869
+ /**
870
+ * The optional suffix for the Data Lake Store account.
871
+ * NOTE: This property will not be serialized. It can only be populated by the server.
872
+ */
873
+ readonly suffix?: string;
874
+ }
875
+ /** Azure Storage account information. */
876
+ export interface StorageAccountInformation extends SubResource {
877
+ /**
878
+ * The optional suffix for the storage account.
879
+ * NOTE: This property will not be serialized. It can only be populated by the server.
880
+ */
881
+ readonly suffix?: string;
882
+ }
883
+ /** Data Lake Analytics compute policy information. */
884
+ export interface ComputePolicy extends SubResource {
885
+ /**
886
+ * The AAD object identifier for the entity to create a policy for.
887
+ * NOTE: This property will not be serialized. It can only be populated by the server.
888
+ */
889
+ readonly objectId?: string;
890
+ /**
891
+ * The type of AAD object the object identifier refers to.
892
+ * NOTE: This property will not be serialized. It can only be populated by the server.
893
+ */
894
+ readonly objectType?: AADObjectType;
895
+ /**
896
+ * The maximum degree of parallelism per job this user can use to submit jobs.
897
+ * NOTE: This property will not be serialized. It can only be populated by the server.
898
+ */
899
+ readonly maxDegreeOfParallelismPerJob?: number;
900
+ /**
901
+ * The minimum priority per job this user can use to submit jobs.
902
+ * NOTE: This property will not be serialized. It can only be populated by the server.
903
+ */
904
+ readonly minPriorityPerJob?: number;
905
+ }
906
+ export interface HiveMetastore extends SubResource {
907
+ /**
908
+ * The serverUri for the Hive MetaStore
909
+ * NOTE: This property will not be serialized. It can only be populated by the server.
910
+ */
911
+ readonly serverUri?: string;
912
+ /**
913
+ * The databaseName for the Hive MetaStore
914
+ * NOTE: This property will not be serialized. It can only be populated by the server.
915
+ */
916
+ readonly databaseName?: string;
917
+ /**
918
+ * The runtimeVersion for the Hive MetaStore
919
+ * NOTE: This property will not be serialized. It can only be populated by the server.
920
+ */
921
+ readonly runtimeVersion?: string;
922
+ /**
923
+ * The userName for the Hive MetaStore
924
+ * NOTE: This property will not be serialized. It can only be populated by the server.
925
+ */
926
+ readonly userName?: string;
927
+ /**
928
+ * The password for the Hive MetaStore
929
+ * NOTE: This property will not be serialized. It can only be populated by the server.
930
+ */
931
+ readonly password?: string;
932
+ /**
933
+ * The current state of the NestedResource
934
+ * NOTE: This property will not be serialized. It can only be populated by the server.
935
+ */
936
+ readonly nestedResourceProvisioningState?: NestedResourceProvisioningState;
937
+ }
938
+ /** Data Lake Analytics VirtualNetwork Rule information. */
939
+ export interface VirtualNetworkRule extends SubResource {
940
+ /**
941
+ * The resource identifier for the subnet
942
+ * NOTE: This property will not be serialized. It can only be populated by the server.
943
+ */
944
+ readonly subnetId?: string;
945
+ /**
946
+ * The current state of the VirtualNetwork Rule
947
+ * NOTE: This property will not be serialized. It can only be populated by the server.
948
+ */
949
+ readonly virtualNetworkRuleState?: VirtualNetworkRuleState;
950
+ }
951
+ /** Data Lake Analytics firewall rule information. */
952
+ export interface FirewallRule extends SubResource {
953
+ /**
954
+ * The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.
955
+ * NOTE: This property will not be serialized. It can only be populated by the server.
956
+ */
957
+ readonly startIpAddress?: string;
958
+ /**
959
+ * The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.
960
+ * NOTE: This property will not be serialized. It can only be populated by the server.
961
+ */
962
+ readonly endIpAddress?: string;
963
+ }
964
+ /** Azure Storage blob container information. */
965
+ export interface StorageContainer extends SubResource {
966
+ /**
967
+ * The last modified time of the blob container.
968
+ * NOTE: This property will not be serialized. It can only be populated by the server.
969
+ */
970
+ readonly lastModifiedTime?: Date;
971
+ }
972
+ /** Known values of {@link AADObjectType} that the service accepts. */
973
+ export declare enum KnownAADObjectType {
974
+ /** User */
975
+ User = "User",
976
+ /** Group */
977
+ Group = "Group",
978
+ /** ServicePrincipal */
979
+ ServicePrincipal = "ServicePrincipal"
980
+ }
981
+ /**
982
+ * Defines values for AADObjectType. \
983
+ * {@link KnownAADObjectType} can be used interchangeably with AADObjectType,
984
+ * this enum contains the known values that the service supports.
985
+ * ### Known values supported by the service
986
+ * **User** \
987
+ * **Group** \
988
+ * **ServicePrincipal**
989
+ */
990
+ export type AADObjectType = string;
991
+ /** Known values of {@link OperationOrigin} that the service accepts. */
992
+ export declare enum KnownOperationOrigin {
993
+ /** User */
994
+ User = "user",
995
+ /** System */
996
+ System = "system",
997
+ /** UserSystem */
998
+ UserSystem = "user,system"
999
+ }
1000
+ /**
1001
+ * Defines values for OperationOrigin. \
1002
+ * {@link KnownOperationOrigin} can be used interchangeably with OperationOrigin,
1003
+ * this enum contains the known values that the service supports.
1004
+ * ### Known values supported by the service
1005
+ * **user** \
1006
+ * **system** \
1007
+ * **user,system**
1008
+ */
1009
+ export type OperationOrigin = string;
1010
+ /** Known values of {@link SubscriptionState} that the service accepts. */
1011
+ export declare enum KnownSubscriptionState {
1012
+ /** Registered */
1013
+ Registered = "Registered",
1014
+ /** Suspended */
1015
+ Suspended = "Suspended",
1016
+ /** Deleted */
1017
+ Deleted = "Deleted",
1018
+ /** Unregistered */
1019
+ Unregistered = "Unregistered",
1020
+ /** Warned */
1021
+ Warned = "Warned"
1022
+ }
1023
+ /**
1024
+ * Defines values for SubscriptionState. \
1025
+ * {@link KnownSubscriptionState} can be used interchangeably with SubscriptionState,
1026
+ * this enum contains the known values that the service supports.
1027
+ * ### Known values supported by the service
1028
+ * **Registered** \
1029
+ * **Suspended** \
1030
+ * **Deleted** \
1031
+ * **Unregistered** \
1032
+ * **Warned**
1033
+ */
1034
+ export type SubscriptionState = string;
1035
+ /** Defines values for DataLakeAnalyticsAccountStatus. */
1036
+ export type DataLakeAnalyticsAccountStatus = "Failed" | "Creating" | "Running" | "Succeeded" | "Patching" | "Suspending" | "Resuming" | "Deleting" | "Deleted" | "Undeleting" | "Canceled";
1037
+ /** Defines values for DataLakeAnalyticsAccountState. */
1038
+ export type DataLakeAnalyticsAccountState = "Active" | "Suspended";
1039
+ /** Defines values for FirewallState. */
1040
+ export type FirewallState = "Enabled" | "Disabled";
1041
+ /** Defines values for FirewallAllowAzureIpsState. */
1042
+ export type FirewallAllowAzureIpsState = "Enabled" | "Disabled";
1043
+ /** Defines values for TierType. */
1044
+ export type TierType = "Consumption" | "Commitment_100AUHours" | "Commitment_500AUHours" | "Commitment_1000AUHours" | "Commitment_5000AUHours" | "Commitment_10000AUHours" | "Commitment_50000AUHours" | "Commitment_100000AUHours" | "Commitment_500000AUHours";
1045
+ /** Defines values for NestedResourceProvisioningState. */
1046
+ export type NestedResourceProvisioningState = "Succeeded" | "Canceled" | "Failed";
1047
+ /** Defines values for VirtualNetworkRuleState. */
1048
+ export type VirtualNetworkRuleState = "Active" | "NetworkSourceDeleted" | "Failed";
1049
+ /** Defines values for DebugDataAccessLevel. */
1050
+ export type DebugDataAccessLevel = "All" | "Customer" | "None";
1051
+ /** Optional parameters. */
1052
+ export interface AccountsListOptionalParams extends coreClient.OperationOptions {
1053
+ /** OData filter. Optional. */
1054
+ filter?: string;
1055
+ /** The number of items to return. Optional. */
1056
+ top?: number;
1057
+ /** The number of items to skip over before returning elements. Optional. */
1058
+ skip?: number;
1059
+ /** OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. */
1060
+ select?: string;
1061
+ /** 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. */
1062
+ orderby?: string;
1063
+ /** 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. */
1064
+ count?: boolean;
1065
+ }
1066
+ /** Contains response data for the list operation. */
1067
+ export type AccountsListResponse = DataLakeAnalyticsAccountListResult;
1068
+ /** Optional parameters. */
1069
+ export interface AccountsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1070
+ /** OData filter. Optional. */
1071
+ filter?: string;
1072
+ /** The number of items to return. Optional. */
1073
+ top?: number;
1074
+ /** The number of items to skip over before returning elements. Optional. */
1075
+ skip?: number;
1076
+ /** OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. */
1077
+ select?: string;
1078
+ /** 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. */
1079
+ orderby?: string;
1080
+ /** 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. */
1081
+ count?: boolean;
1082
+ }
1083
+ /** Contains response data for the listByResourceGroup operation. */
1084
+ export type AccountsListByResourceGroupResponse = DataLakeAnalyticsAccountListResult;
1085
+ /** Optional parameters. */
1086
+ export interface AccountsCreateOptionalParams extends coreClient.OperationOptions {
1087
+ /** Delay to wait until next poll, in milliseconds. */
1088
+ updateIntervalInMs?: number;
1089
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1090
+ resumeFrom?: string;
1091
+ }
1092
+ /** Contains response data for the create operation. */
1093
+ export type AccountsCreateResponse = DataLakeAnalyticsAccount;
1094
+ /** Optional parameters. */
1095
+ export interface AccountsGetOptionalParams extends coreClient.OperationOptions {
1096
+ }
1097
+ /** Contains response data for the get operation. */
1098
+ export type AccountsGetResponse = DataLakeAnalyticsAccount;
1099
+ /** Optional parameters. */
1100
+ export interface AccountsUpdateOptionalParams extends coreClient.OperationOptions {
1101
+ /** Parameters supplied to the update Data Lake Analytics account operation. */
1102
+ parameters?: UpdateDataLakeAnalyticsAccountParameters;
1103
+ /** Delay to wait until next poll, in milliseconds. */
1104
+ updateIntervalInMs?: number;
1105
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1106
+ resumeFrom?: string;
1107
+ }
1108
+ /** Contains response data for the update operation. */
1109
+ export type AccountsUpdateResponse = DataLakeAnalyticsAccount;
1110
+ /** Optional parameters. */
1111
+ export interface AccountsDeleteOptionalParams extends coreClient.OperationOptions {
1112
+ /** Delay to wait until next poll, in milliseconds. */
1113
+ updateIntervalInMs?: number;
1114
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1115
+ resumeFrom?: string;
1116
+ }
1117
+ /** Optional parameters. */
1118
+ export interface AccountsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
1119
+ }
1120
+ /** Contains response data for the checkNameAvailability operation. */
1121
+ export type AccountsCheckNameAvailabilityResponse = NameAvailabilityInformation;
1122
+ /** Optional parameters. */
1123
+ export interface AccountsListNextOptionalParams extends coreClient.OperationOptions {
1124
+ /** OData filter. Optional. */
1125
+ filter?: string;
1126
+ /** The number of items to return. Optional. */
1127
+ top?: number;
1128
+ /** The number of items to skip over before returning elements. Optional. */
1129
+ skip?: number;
1130
+ /** OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. */
1131
+ select?: string;
1132
+ /** 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. */
1133
+ orderby?: string;
1134
+ /** 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. */
1135
+ count?: boolean;
1136
+ }
1137
+ /** Contains response data for the listNext operation. */
1138
+ export type AccountsListNextResponse = DataLakeAnalyticsAccountListResult;
1139
+ /** Optional parameters. */
1140
+ export interface AccountsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1141
+ /** OData filter. Optional. */
1142
+ filter?: string;
1143
+ /** The number of items to return. Optional. */
1144
+ top?: number;
1145
+ /** The number of items to skip over before returning elements. Optional. */
1146
+ skip?: number;
1147
+ /** OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. */
1148
+ select?: string;
1149
+ /** 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. */
1150
+ orderby?: string;
1151
+ /** 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. */
1152
+ count?: boolean;
1153
+ }
1154
+ /** Contains response data for the listByResourceGroupNext operation. */
1155
+ export type AccountsListByResourceGroupNextResponse = DataLakeAnalyticsAccountListResult;
1156
+ /** Optional parameters. */
1157
+ export interface DataLakeStoreAccountsListByAccountOptionalParams extends coreClient.OperationOptions {
1158
+ /** OData filter. Optional. */
1159
+ filter?: string;
1160
+ /** The number of items to return. Optional. */
1161
+ top?: number;
1162
+ /** The number of items to skip over before returning elements. Optional. */
1163
+ skip?: number;
1164
+ /** OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. */
1165
+ select?: string;
1166
+ /** 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. */
1167
+ orderby?: string;
1168
+ /** 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. */
1169
+ count?: boolean;
1170
+ }
1171
+ /** Contains response data for the listByAccount operation. */
1172
+ export type DataLakeStoreAccountsListByAccountResponse = DataLakeStoreAccountInformationListResult;
1173
+ /** Optional parameters. */
1174
+ export interface DataLakeStoreAccountsAddOptionalParams extends coreClient.OperationOptions {
1175
+ /** The details of the Data Lake Store account. */
1176
+ parameters?: AddDataLakeStoreParameters;
1177
+ }
1178
+ /** Optional parameters. */
1179
+ export interface DataLakeStoreAccountsGetOptionalParams extends coreClient.OperationOptions {
1180
+ }
1181
+ /** Contains response data for the get operation. */
1182
+ export type DataLakeStoreAccountsGetResponse = DataLakeStoreAccountInformation;
1183
+ /** Optional parameters. */
1184
+ export interface DataLakeStoreAccountsDeleteOptionalParams extends coreClient.OperationOptions {
1185
+ }
1186
+ /** Optional parameters. */
1187
+ export interface DataLakeStoreAccountsListByAccountNextOptionalParams extends coreClient.OperationOptions {
1188
+ /** OData filter. Optional. */
1189
+ filter?: string;
1190
+ /** The number of items to return. Optional. */
1191
+ top?: number;
1192
+ /** The number of items to skip over before returning elements. Optional. */
1193
+ skip?: number;
1194
+ /** OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. */
1195
+ select?: string;
1196
+ /** 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. */
1197
+ orderby?: string;
1198
+ /** 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. */
1199
+ count?: boolean;
1200
+ }
1201
+ /** Contains response data for the listByAccountNext operation. */
1202
+ export type DataLakeStoreAccountsListByAccountNextResponse = DataLakeStoreAccountInformationListResult;
1203
+ /** Optional parameters. */
1204
+ export interface StorageAccountsListByAccountOptionalParams extends coreClient.OperationOptions {
1205
+ /** The OData filter. Optional. */
1206
+ filter?: string;
1207
+ /** The number of items to return. Optional. */
1208
+ top?: number;
1209
+ /** The number of items to skip over before returning elements. Optional. */
1210
+ skip?: number;
1211
+ /** OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. */
1212
+ select?: string;
1213
+ /** 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. */
1214
+ orderby?: string;
1215
+ /** 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. */
1216
+ count?: boolean;
1217
+ }
1218
+ /** Contains response data for the listByAccount operation. */
1219
+ export type StorageAccountsListByAccountResponse = StorageAccountInformationListResult;
1220
+ /** Optional parameters. */
1221
+ export interface StorageAccountsAddOptionalParams extends coreClient.OperationOptions {
1222
+ }
1223
+ /** Optional parameters. */
1224
+ export interface StorageAccountsGetOptionalParams extends coreClient.OperationOptions {
1225
+ }
1226
+ /** Contains response data for the get operation. */
1227
+ export type StorageAccountsGetResponse = StorageAccountInformation;
1228
+ /** Optional parameters. */
1229
+ export interface StorageAccountsUpdateOptionalParams extends coreClient.OperationOptions {
1230
+ /** The parameters containing the access key and suffix to update the storage account with, if any. Passing nothing results in no change. */
1231
+ parameters?: UpdateStorageAccountParameters;
1232
+ }
1233
+ /** Optional parameters. */
1234
+ export interface StorageAccountsDeleteOptionalParams extends coreClient.OperationOptions {
1235
+ }
1236
+ /** Optional parameters. */
1237
+ export interface StorageAccountsListStorageContainersOptionalParams extends coreClient.OperationOptions {
1238
+ }
1239
+ /** Contains response data for the listStorageContainers operation. */
1240
+ export type StorageAccountsListStorageContainersResponse = StorageContainerListResult;
1241
+ /** Optional parameters. */
1242
+ export interface StorageAccountsGetStorageContainerOptionalParams extends coreClient.OperationOptions {
1243
+ }
1244
+ /** Contains response data for the getStorageContainer operation. */
1245
+ export type StorageAccountsGetStorageContainerResponse = StorageContainer;
1246
+ /** Optional parameters. */
1247
+ export interface StorageAccountsListSasTokensOptionalParams extends coreClient.OperationOptions {
1248
+ }
1249
+ /** Contains response data for the listSasTokens operation. */
1250
+ export type StorageAccountsListSasTokensResponse = SasTokenInformationListResult;
1251
+ /** Optional parameters. */
1252
+ export interface StorageAccountsListByAccountNextOptionalParams extends coreClient.OperationOptions {
1253
+ /** The OData filter. Optional. */
1254
+ filter?: string;
1255
+ /** The number of items to return. Optional. */
1256
+ top?: number;
1257
+ /** The number of items to skip over before returning elements. Optional. */
1258
+ skip?: number;
1259
+ /** OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. */
1260
+ select?: string;
1261
+ /** 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. */
1262
+ orderby?: string;
1263
+ /** 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. */
1264
+ count?: boolean;
1265
+ }
1266
+ /** Contains response data for the listByAccountNext operation. */
1267
+ export type StorageAccountsListByAccountNextResponse = StorageAccountInformationListResult;
1268
+ /** Optional parameters. */
1269
+ export interface StorageAccountsListStorageContainersNextOptionalParams extends coreClient.OperationOptions {
1270
+ }
1271
+ /** Contains response data for the listStorageContainersNext operation. */
1272
+ export type StorageAccountsListStorageContainersNextResponse = StorageContainerListResult;
1273
+ /** Optional parameters. */
1274
+ export interface StorageAccountsListSasTokensNextOptionalParams extends coreClient.OperationOptions {
1275
+ }
1276
+ /** Contains response data for the listSasTokensNext operation. */
1277
+ export type StorageAccountsListSasTokensNextResponse = SasTokenInformationListResult;
1278
+ /** Optional parameters. */
1279
+ export interface ComputePoliciesListByAccountOptionalParams extends coreClient.OperationOptions {
1280
+ }
1281
+ /** Contains response data for the listByAccount operation. */
1282
+ export type ComputePoliciesListByAccountResponse = ComputePolicyListResult;
1283
+ /** Optional parameters. */
1284
+ export interface ComputePoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1285
+ }
1286
+ /** Contains response data for the createOrUpdate operation. */
1287
+ export type ComputePoliciesCreateOrUpdateResponse = ComputePolicy;
1288
+ /** Optional parameters. */
1289
+ export interface ComputePoliciesGetOptionalParams extends coreClient.OperationOptions {
1290
+ }
1291
+ /** Contains response data for the get operation. */
1292
+ export type ComputePoliciesGetResponse = ComputePolicy;
1293
+ /** Optional parameters. */
1294
+ export interface ComputePoliciesUpdateOptionalParams extends coreClient.OperationOptions {
1295
+ /** Parameters supplied to update the compute policy. */
1296
+ parameters?: UpdateComputePolicyParameters;
1297
+ }
1298
+ /** Contains response data for the update operation. */
1299
+ export type ComputePoliciesUpdateResponse = ComputePolicy;
1300
+ /** Optional parameters. */
1301
+ export interface ComputePoliciesDeleteOptionalParams extends coreClient.OperationOptions {
1302
+ }
1303
+ /** Optional parameters. */
1304
+ export interface ComputePoliciesListByAccountNextOptionalParams extends coreClient.OperationOptions {
1305
+ }
1306
+ /** Contains response data for the listByAccountNext operation. */
1307
+ export type ComputePoliciesListByAccountNextResponse = ComputePolicyListResult;
1308
+ /** Optional parameters. */
1309
+ export interface FirewallRulesListByAccountOptionalParams extends coreClient.OperationOptions {
1310
+ }
1311
+ /** Contains response data for the listByAccount operation. */
1312
+ export type FirewallRulesListByAccountResponse = FirewallRuleListResult;
1313
+ /** Optional parameters. */
1314
+ export interface FirewallRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1315
+ }
1316
+ /** Contains response data for the createOrUpdate operation. */
1317
+ export type FirewallRulesCreateOrUpdateResponse = FirewallRule;
1318
+ /** Optional parameters. */
1319
+ export interface FirewallRulesGetOptionalParams extends coreClient.OperationOptions {
1320
+ }
1321
+ /** Contains response data for the get operation. */
1322
+ export type FirewallRulesGetResponse = FirewallRule;
1323
+ /** Optional parameters. */
1324
+ export interface FirewallRulesUpdateOptionalParams extends coreClient.OperationOptions {
1325
+ /** Parameters supplied to update the firewall rule. */
1326
+ parameters?: UpdateFirewallRuleParameters;
1327
+ }
1328
+ /** Contains response data for the update operation. */
1329
+ export type FirewallRulesUpdateResponse = FirewallRule;
1330
+ /** Optional parameters. */
1331
+ export interface FirewallRulesDeleteOptionalParams extends coreClient.OperationOptions {
1332
+ }
1333
+ /** Optional parameters. */
1334
+ export interface FirewallRulesListByAccountNextOptionalParams extends coreClient.OperationOptions {
1335
+ }
1336
+ /** Contains response data for the listByAccountNext operation. */
1337
+ export type FirewallRulesListByAccountNextResponse = FirewallRuleListResult;
1338
+ /** Optional parameters. */
1339
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
1340
+ }
1341
+ /** Contains response data for the list operation. */
1342
+ export type OperationsListResponse = OperationListResult;
1343
+ /** Optional parameters. */
1344
+ export interface LocationsGetCapabilityOptionalParams extends coreClient.OperationOptions {
1345
+ }
1346
+ /** Contains response data for the getCapability operation. */
1347
+ export type LocationsGetCapabilityResponse = CapabilityInformation;
1348
+ /** Optional parameters. */
1349
+ export interface DataLakeAnalyticsAccountManagementClientOptionalParams extends coreClient.ServiceClientOptions {
1350
+ /** server parameter */
1351
+ $host?: string;
1352
+ /** Api Version */
1353
+ apiVersion?: string;
1354
+ /** Overrides client endpoint. */
1355
+ endpoint?: string;
1356
+ }
1357
+ //# sourceMappingURL=index.d.ts.map