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