@azure/arm-operationalinsights 9.0.1-alpha.20250218.1 → 9.0.1-alpha.20250219.1

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 (1384) hide show
  1. package/README.md +21 -14
  2. package/dist/browser/index.d.ts +5 -0
  3. package/dist/browser/index.d.ts.map +1 -0
  4. package/dist/browser/index.js +13 -0
  5. package/dist/browser/index.js.map +1 -0
  6. package/dist/browser/lroImpl.js +25 -0
  7. package/dist/browser/lroImpl.js.map +1 -0
  8. package/dist/browser/models/index.js.map +1 -0
  9. package/dist/browser/models/mappers.js.map +1 -0
  10. package/dist/browser/models/parameters.js +445 -0
  11. package/dist/browser/models/parameters.js.map +1 -0
  12. package/dist/browser/operationalInsightsManagementClient.d.ts +38 -0
  13. package/dist/browser/operationalInsightsManagementClient.d.ts.map +1 -0
  14. package/dist/browser/operationalInsightsManagementClient.js +91 -0
  15. package/dist/browser/operationalInsightsManagementClient.js.map +1 -0
  16. package/dist/browser/operations/availableServiceTiers.d.ts +20 -0
  17. package/dist/browser/operations/availableServiceTiers.d.ts.map +1 -0
  18. package/dist/browser/operations/availableServiceTiers.js +57 -0
  19. package/dist/browser/operations/availableServiceTiers.js.map +1 -0
  20. package/dist/browser/operations/clusters.d.ts +107 -0
  21. package/dist/browser/operations/clusters.d.ts.map +1 -0
  22. package/dist/browser/operations/clusters.js +519 -0
  23. package/dist/browser/operations/clusters.js.map +1 -0
  24. package/dist/browser/operations/dataExports.d.ts +55 -0
  25. package/dist/browser/operations/dataExports.d.ts.map +1 -0
  26. package/dist/browser/operations/dataExports.js +206 -0
  27. package/dist/browser/operations/dataExports.js.map +1 -0
  28. package/dist/browser/operations/dataSources.d.ts +65 -0
  29. package/dist/browser/operations/dataSources.d.ts.map +1 -0
  30. package/dist/browser/operations/dataSources.js +238 -0
  31. package/dist/browser/operations/dataSources.js.map +1 -0
  32. package/dist/browser/operations/deletedWorkspaces.d.ts +40 -0
  33. package/dist/browser/operations/deletedWorkspaces.d.ts.map +1 -0
  34. package/dist/browser/operations/deletedWorkspaces.js +173 -0
  35. package/dist/browser/operations/deletedWorkspaces.js.map +1 -0
  36. package/dist/browser/operations/gateways.d.ts +21 -0
  37. package/dist/browser/operations/gateways.d.ts.map +1 -0
  38. package/dist/browser/operations/gateways.js +47 -0
  39. package/dist/browser/operations/gateways.js.map +1 -0
  40. package/dist/browser/operations/index.d.ts +23 -0
  41. package/dist/browser/operations/index.d.ts.map +1 -0
  42. package/dist/browser/operations/index.js +30 -0
  43. package/dist/browser/operations/index.js.map +1 -0
  44. package/dist/browser/operations/intelligencePacks.d.ts +37 -0
  45. package/dist/browser/operations/intelligencePacks.d.ts.map +1 -0
  46. package/dist/browser/operations/intelligencePacks.js +106 -0
  47. package/dist/browser/operations/intelligencePacks.js.map +1 -0
  48. package/dist/browser/operations/linkedServices.d.ts +73 -0
  49. package/dist/browser/operations/linkedServices.d.ts.map +1 -0
  50. package/dist/browser/operations/linkedServices.js +297 -0
  51. package/dist/browser/operations/linkedServices.js.map +1 -0
  52. package/dist/browser/operations/linkedStorageAccounts.d.ts +60 -0
  53. package/dist/browser/operations/linkedStorageAccounts.d.ts.map +1 -0
  54. package/dist/browser/operations/linkedStorageAccounts.js +192 -0
  55. package/dist/browser/operations/linkedStorageAccounts.js.map +1 -0
  56. package/dist/browser/operations/managementGroups.d.ts +30 -0
  57. package/dist/browser/operations/managementGroups.d.ts.map +1 -0
  58. package/dist/browser/operations/managementGroups.js +102 -0
  59. package/dist/browser/operations/managementGroups.js.map +1 -0
  60. package/dist/browser/operations/operationStatuses.d.ts +20 -0
  61. package/dist/browser/operations/operationStatuses.d.ts.map +1 -0
  62. package/dist/browser/operations/operationStatuses.js +50 -0
  63. package/dist/browser/operations/operationStatuses.js.map +1 -0
  64. package/dist/browser/operations/operations.d.ts +32 -0
  65. package/dist/browser/operations/operations.d.ts.map +1 -0
  66. package/dist/browser/operations/operations.js +133 -0
  67. package/dist/browser/operations/operations.js.map +1 -0
  68. package/dist/browser/operations/queries.d.ts +106 -0
  69. package/dist/browser/operations/queries.d.ts.map +1 -0
  70. package/dist/browser/operations/queries.js +436 -0
  71. package/dist/browser/operations/queries.js.map +1 -0
  72. package/dist/browser/operations/queryPacks.d.ts +94 -0
  73. package/dist/browser/operations/queryPacks.d.ts.map +1 -0
  74. package/dist/browser/operations/queryPacks.js +421 -0
  75. package/dist/browser/operations/queryPacks.js.map +1 -0
  76. package/dist/browser/operations/savedSearches.d.ts +45 -0
  77. package/dist/browser/operations/savedSearches.d.ts.map +1 -0
  78. package/dist/browser/operations/savedSearches.js +135 -0
  79. package/dist/browser/operations/savedSearches.js.map +1 -0
  80. package/dist/browser/operations/schemaOperations.d.ts +20 -0
  81. package/dist/browser/operations/schemaOperations.d.ts.map +1 -0
  82. package/dist/browser/operations/schemaOperations.js +50 -0
  83. package/dist/browser/operations/schemaOperations.js.map +1 -0
  84. package/dist/browser/operations/sharedKeysOperations.d.ts +28 -0
  85. package/dist/browser/operations/sharedKeysOperations.d.ts.map +1 -0
  86. package/dist/browser/operations/sharedKeysOperations.js +78 -0
  87. package/dist/browser/operations/sharedKeysOperations.js.map +1 -0
  88. package/dist/browser/operations/storageInsightConfigs.d.ts +63 -0
  89. package/dist/browser/operations/storageInsightConfigs.d.ts.map +1 -0
  90. package/dist/browser/operations/storageInsightConfigs.js +238 -0
  91. package/dist/browser/operations/storageInsightConfigs.js.map +1 -0
  92. package/dist/browser/operations/tables.d.ts +108 -0
  93. package/dist/browser/operations/tables.d.ts.map +1 -0
  94. package/dist/browser/operations/tables.js +443 -0
  95. package/dist/browser/operations/tables.js.map +1 -0
  96. package/dist/browser/operations/usages.d.ts +30 -0
  97. package/dist/browser/operations/usages.d.ts.map +1 -0
  98. package/dist/browser/operations/usages.js +102 -0
  99. package/dist/browser/operations/usages.js.map +1 -0
  100. package/dist/browser/operations/workspacePurge.d.ts +39 -0
  101. package/dist/browser/operations/workspacePurge.d.ts.map +1 -0
  102. package/dist/browser/operations/workspacePurge.js +93 -0
  103. package/dist/browser/operations/workspacePurge.js.map +1 -0
  104. package/dist/browser/operations/workspaces.d.ts +90 -0
  105. package/dist/browser/operations/workspaces.d.ts.map +1 -0
  106. package/dist/browser/operations/workspaces.js +392 -0
  107. package/dist/browser/operations/workspaces.js.map +1 -0
  108. package/dist/browser/operationsInterfaces/availableServiceTiers.d.ts +12 -0
  109. package/dist/browser/operationsInterfaces/availableServiceTiers.d.ts.map +1 -0
  110. package/dist/browser/operationsInterfaces/availableServiceTiers.js.map +1 -0
  111. package/dist/browser/operationsInterfaces/clusters.d.ts +71 -0
  112. package/dist/browser/operationsInterfaces/clusters.d.ts.map +1 -0
  113. package/dist/browser/operationsInterfaces/clusters.js.map +1 -0
  114. package/dist/browser/operationsInterfaces/dataExports.d.ts +38 -0
  115. package/dist/browser/operationsInterfaces/dataExports.d.ts.map +1 -0
  116. package/dist/browser/operationsInterfaces/dataExports.js.map +1 -0
  117. package/dist/browser/operationsInterfaces/dataSources.d.ts +39 -0
  118. package/dist/browser/operationsInterfaces/dataSources.d.ts.map +1 -0
  119. package/dist/browser/operationsInterfaces/dataSources.js.map +1 -0
  120. package/dist/browser/operationsInterfaces/deletedWorkspaces.d.ts +17 -0
  121. package/dist/browser/operationsInterfaces/deletedWorkspaces.d.ts.map +1 -0
  122. package/dist/browser/operationsInterfaces/deletedWorkspaces.js.map +1 -0
  123. package/dist/browser/operationsInterfaces/gateways.d.ts +13 -0
  124. package/dist/browser/operationsInterfaces/gateways.d.ts.map +1 -0
  125. package/dist/browser/operationsInterfaces/gateways.js.map +1 -0
  126. package/dist/browser/operationsInterfaces/index.d.ts +23 -0
  127. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  128. package/dist/browser/operationsInterfaces/index.js +30 -0
  129. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  130. package/dist/browser/operationsInterfaces/intelligencePacks.d.ts +29 -0
  131. package/dist/browser/operationsInterfaces/intelligencePacks.d.ts.map +1 -0
  132. package/dist/browser/operationsInterfaces/intelligencePacks.js.map +1 -0
  133. package/dist/browser/operationsInterfaces/linkedServices.d.ts +56 -0
  134. package/dist/browser/operationsInterfaces/linkedServices.d.ts.map +1 -0
  135. package/dist/browser/operationsInterfaces/linkedServices.js.map +1 -0
  136. package/dist/browser/operationsInterfaces/linkedStorageAccounts.d.ts +42 -0
  137. package/dist/browser/operationsInterfaces/linkedStorageAccounts.d.ts.map +1 -0
  138. package/dist/browser/operationsInterfaces/linkedStorageAccounts.js.map +1 -0
  139. package/dist/browser/operationsInterfaces/managementGroups.d.ts +13 -0
  140. package/dist/browser/operationsInterfaces/managementGroups.d.ts.map +1 -0
  141. package/dist/browser/operationsInterfaces/managementGroups.js.map +1 -0
  142. package/dist/browser/operationsInterfaces/operationStatuses.d.ts +12 -0
  143. package/dist/browser/operationsInterfaces/operationStatuses.d.ts.map +1 -0
  144. package/dist/browser/operationsInterfaces/operationStatuses.js.map +1 -0
  145. package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
  146. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  147. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  148. package/dist/browser/operationsInterfaces/queries.d.ts +59 -0
  149. package/dist/browser/operationsInterfaces/queries.d.ts.map +1 -0
  150. package/dist/browser/operationsInterfaces/queries.js.map +1 -0
  151. package/dist/browser/operationsInterfaces/queryPacks.d.ts +58 -0
  152. package/dist/browser/operationsInterfaces/queryPacks.d.ts.map +1 -0
  153. package/dist/browser/operationsInterfaces/queryPacks.js.map +1 -0
  154. package/dist/browser/operationsInterfaces/savedSearches.d.ts +37 -0
  155. package/dist/browser/operationsInterfaces/savedSearches.d.ts.map +1 -0
  156. package/dist/browser/operationsInterfaces/savedSearches.js.map +1 -0
  157. package/dist/browser/operationsInterfaces/schemaOperations.d.ts +12 -0
  158. package/dist/browser/operationsInterfaces/schemaOperations.d.ts.map +1 -0
  159. package/dist/browser/operationsInterfaces/schemaOperations.js.map +1 -0
  160. package/dist/browser/operationsInterfaces/sharedKeysOperations.d.ts +20 -0
  161. package/dist/browser/operationsInterfaces/sharedKeysOperations.d.ts.map +1 -0
  162. package/dist/browser/operationsInterfaces/sharedKeysOperations.js.map +1 -0
  163. package/dist/browser/operationsInterfaces/storageInsightConfigs.d.ts +38 -0
  164. package/dist/browser/operationsInterfaces/storageInsightConfigs.d.ts.map +1 -0
  165. package/dist/browser/operationsInterfaces/storageInsightConfigs.js.map +1 -0
  166. package/dist/browser/operationsInterfaces/tables.d.ts +91 -0
  167. package/dist/browser/operationsInterfaces/tables.d.ts.map +1 -0
  168. package/dist/browser/operationsInterfaces/tables.js.map +1 -0
  169. package/dist/browser/operationsInterfaces/usages.d.ts +13 -0
  170. package/dist/browser/operationsInterfaces/usages.d.ts.map +1 -0
  171. package/dist/browser/operationsInterfaces/usages.js.map +1 -0
  172. package/dist/browser/operationsInterfaces/workspacePurge.d.ts +31 -0
  173. package/dist/browser/operationsInterfaces/workspacePurge.d.ts.map +1 -0
  174. package/dist/browser/operationsInterfaces/workspacePurge.js.map +1 -0
  175. package/dist/browser/operationsInterfaces/workspaces.d.ts +67 -0
  176. package/dist/browser/operationsInterfaces/workspaces.d.ts.map +1 -0
  177. package/dist/browser/operationsInterfaces/workspaces.js.map +1 -0
  178. package/dist/browser/package.json +3 -0
  179. package/dist/browser/pagingHelper.js.map +1 -0
  180. package/dist/commonjs/index.d.ts +5 -0
  181. package/dist/commonjs/index.d.ts.map +1 -0
  182. package/dist/commonjs/index.js +19 -0
  183. package/dist/commonjs/index.js.map +1 -0
  184. package/dist/commonjs/lroImpl.d.ts +16 -0
  185. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  186. package/dist/commonjs/lroImpl.js +29 -0
  187. package/dist/commonjs/lroImpl.js.map +1 -0
  188. package/dist/commonjs/models/index.d.ts +2214 -0
  189. package/dist/commonjs/models/index.d.ts.map +1 -0
  190. package/dist/commonjs/models/index.js +347 -0
  191. package/dist/commonjs/models/index.js.map +1 -0
  192. package/dist/commonjs/models/mappers.d.ts +83 -0
  193. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  194. package/dist/commonjs/models/mappers.js +2891 -0
  195. package/dist/commonjs/models/mappers.js.map +1 -0
  196. package/dist/commonjs/models/parameters.d.ts +52 -0
  197. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  198. package/dist/commonjs/models/parameters.js +448 -0
  199. package/dist/commonjs/models/parameters.js.map +1 -0
  200. package/dist/commonjs/operationalInsightsManagementClient.d.ts +38 -0
  201. package/dist/commonjs/operationalInsightsManagementClient.d.ts.map +1 -0
  202. package/dist/commonjs/operationalInsightsManagementClient.js +96 -0
  203. package/dist/commonjs/operationalInsightsManagementClient.js.map +1 -0
  204. package/dist/commonjs/operations/availableServiceTiers.d.ts +20 -0
  205. package/dist/commonjs/operations/availableServiceTiers.d.ts.map +1 -0
  206. package/dist/commonjs/operations/availableServiceTiers.js +62 -0
  207. package/dist/commonjs/operations/availableServiceTiers.js.map +1 -0
  208. package/dist/commonjs/operations/clusters.d.ts +107 -0
  209. package/dist/commonjs/operations/clusters.d.ts.map +1 -0
  210. package/dist/commonjs/operations/clusters.js +523 -0
  211. package/dist/commonjs/operations/clusters.js.map +1 -0
  212. package/dist/commonjs/operations/dataExports.d.ts +55 -0
  213. package/dist/commonjs/operations/dataExports.d.ts.map +1 -0
  214. package/dist/commonjs/operations/dataExports.js +210 -0
  215. package/dist/commonjs/operations/dataExports.js.map +1 -0
  216. package/dist/commonjs/operations/dataSources.d.ts +65 -0
  217. package/dist/commonjs/operations/dataSources.d.ts.map +1 -0
  218. package/dist/commonjs/operations/dataSources.js +242 -0
  219. package/dist/commonjs/operations/dataSources.js.map +1 -0
  220. package/dist/commonjs/operations/deletedWorkspaces.d.ts +40 -0
  221. package/dist/commonjs/operations/deletedWorkspaces.d.ts.map +1 -0
  222. package/dist/commonjs/operations/deletedWorkspaces.js +177 -0
  223. package/dist/commonjs/operations/deletedWorkspaces.js.map +1 -0
  224. package/dist/commonjs/operations/gateways.d.ts +21 -0
  225. package/dist/commonjs/operations/gateways.d.ts.map +1 -0
  226. package/dist/commonjs/operations/gateways.js +52 -0
  227. package/dist/commonjs/operations/gateways.js.map +1 -0
  228. package/dist/commonjs/operations/index.d.ts +23 -0
  229. package/dist/commonjs/operations/index.d.ts.map +1 -0
  230. package/dist/commonjs/operations/index.js +33 -0
  231. package/dist/commonjs/operations/index.js.map +1 -0
  232. package/dist/commonjs/operations/intelligencePacks.d.ts +37 -0
  233. package/dist/commonjs/operations/intelligencePacks.d.ts.map +1 -0
  234. package/dist/commonjs/operations/intelligencePacks.js +111 -0
  235. package/dist/commonjs/operations/intelligencePacks.js.map +1 -0
  236. package/dist/commonjs/operations/linkedServices.d.ts +73 -0
  237. package/dist/commonjs/operations/linkedServices.d.ts.map +1 -0
  238. package/dist/commonjs/operations/linkedServices.js +301 -0
  239. package/dist/commonjs/operations/linkedServices.js.map +1 -0
  240. package/dist/commonjs/operations/linkedStorageAccounts.d.ts +60 -0
  241. package/dist/commonjs/operations/linkedStorageAccounts.d.ts.map +1 -0
  242. package/dist/commonjs/operations/linkedStorageAccounts.js +196 -0
  243. package/dist/commonjs/operations/linkedStorageAccounts.js.map +1 -0
  244. package/dist/commonjs/operations/managementGroups.d.ts +30 -0
  245. package/dist/commonjs/operations/managementGroups.d.ts.map +1 -0
  246. package/dist/commonjs/operations/managementGroups.js +106 -0
  247. package/dist/commonjs/operations/managementGroups.js.map +1 -0
  248. package/dist/commonjs/operations/operationStatuses.d.ts +20 -0
  249. package/dist/commonjs/operations/operationStatuses.d.ts.map +1 -0
  250. package/dist/commonjs/operations/operationStatuses.js +55 -0
  251. package/dist/commonjs/operations/operationStatuses.js.map +1 -0
  252. package/dist/commonjs/operations/operations.d.ts +32 -0
  253. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  254. package/dist/commonjs/operations/operations.js +137 -0
  255. package/dist/commonjs/operations/operations.js.map +1 -0
  256. package/dist/commonjs/operations/queries.d.ts +106 -0
  257. package/dist/commonjs/operations/queries.d.ts.map +1 -0
  258. package/dist/commonjs/operations/queries.js +440 -0
  259. package/dist/commonjs/operations/queries.js.map +1 -0
  260. package/dist/commonjs/operations/queryPacks.d.ts +94 -0
  261. package/dist/commonjs/operations/queryPacks.d.ts.map +1 -0
  262. package/dist/commonjs/operations/queryPacks.js +425 -0
  263. package/dist/commonjs/operations/queryPacks.js.map +1 -0
  264. package/dist/commonjs/operations/savedSearches.d.ts +45 -0
  265. package/dist/commonjs/operations/savedSearches.d.ts.map +1 -0
  266. package/dist/commonjs/operations/savedSearches.js +140 -0
  267. package/dist/commonjs/operations/savedSearches.js.map +1 -0
  268. package/dist/commonjs/operations/schemaOperations.d.ts +20 -0
  269. package/dist/commonjs/operations/schemaOperations.d.ts.map +1 -0
  270. package/dist/commonjs/operations/schemaOperations.js +55 -0
  271. package/dist/commonjs/operations/schemaOperations.js.map +1 -0
  272. package/dist/commonjs/operations/sharedKeysOperations.d.ts +28 -0
  273. package/dist/commonjs/operations/sharedKeysOperations.d.ts.map +1 -0
  274. package/dist/commonjs/operations/sharedKeysOperations.js +83 -0
  275. package/dist/commonjs/operations/sharedKeysOperations.js.map +1 -0
  276. package/dist/commonjs/operations/storageInsightConfigs.d.ts +63 -0
  277. package/dist/commonjs/operations/storageInsightConfigs.d.ts.map +1 -0
  278. package/dist/commonjs/operations/storageInsightConfigs.js +242 -0
  279. package/dist/commonjs/operations/storageInsightConfigs.js.map +1 -0
  280. package/dist/commonjs/operations/tables.d.ts +108 -0
  281. package/dist/commonjs/operations/tables.d.ts.map +1 -0
  282. package/dist/commonjs/operations/tables.js +447 -0
  283. package/dist/commonjs/operations/tables.js.map +1 -0
  284. package/dist/commonjs/operations/usages.d.ts +30 -0
  285. package/dist/commonjs/operations/usages.d.ts.map +1 -0
  286. package/dist/commonjs/operations/usages.js +106 -0
  287. package/dist/commonjs/operations/usages.js.map +1 -0
  288. package/dist/commonjs/operations/workspacePurge.d.ts +39 -0
  289. package/dist/commonjs/operations/workspacePurge.d.ts.map +1 -0
  290. package/dist/commonjs/operations/workspacePurge.js +98 -0
  291. package/dist/commonjs/operations/workspacePurge.js.map +1 -0
  292. package/dist/commonjs/operations/workspaces.d.ts +90 -0
  293. package/dist/commonjs/operations/workspaces.d.ts.map +1 -0
  294. package/dist/commonjs/operations/workspaces.js +396 -0
  295. package/dist/commonjs/operations/workspaces.js.map +1 -0
  296. package/dist/commonjs/operationsInterfaces/availableServiceTiers.d.ts +12 -0
  297. package/dist/commonjs/operationsInterfaces/availableServiceTiers.d.ts.map +1 -0
  298. package/dist/commonjs/operationsInterfaces/availableServiceTiers.js +10 -0
  299. package/dist/commonjs/operationsInterfaces/availableServiceTiers.js.map +1 -0
  300. package/dist/commonjs/operationsInterfaces/clusters.d.ts +71 -0
  301. package/dist/commonjs/operationsInterfaces/clusters.d.ts.map +1 -0
  302. package/dist/commonjs/operationsInterfaces/clusters.js +10 -0
  303. package/dist/commonjs/operationsInterfaces/clusters.js.map +1 -0
  304. package/dist/commonjs/operationsInterfaces/dataExports.d.ts +38 -0
  305. package/dist/commonjs/operationsInterfaces/dataExports.d.ts.map +1 -0
  306. package/dist/commonjs/operationsInterfaces/dataExports.js +10 -0
  307. package/dist/commonjs/operationsInterfaces/dataExports.js.map +1 -0
  308. package/dist/commonjs/operationsInterfaces/dataSources.d.ts +39 -0
  309. package/dist/commonjs/operationsInterfaces/dataSources.d.ts.map +1 -0
  310. package/dist/commonjs/operationsInterfaces/dataSources.js +10 -0
  311. package/dist/commonjs/operationsInterfaces/dataSources.js.map +1 -0
  312. package/dist/commonjs/operationsInterfaces/deletedWorkspaces.d.ts +17 -0
  313. package/dist/commonjs/operationsInterfaces/deletedWorkspaces.d.ts.map +1 -0
  314. package/dist/commonjs/operationsInterfaces/deletedWorkspaces.js +10 -0
  315. package/dist/commonjs/operationsInterfaces/deletedWorkspaces.js.map +1 -0
  316. package/dist/commonjs/operationsInterfaces/gateways.d.ts +13 -0
  317. package/dist/commonjs/operationsInterfaces/gateways.d.ts.map +1 -0
  318. package/dist/commonjs/operationsInterfaces/gateways.js +10 -0
  319. package/dist/commonjs/operationsInterfaces/gateways.js.map +1 -0
  320. package/dist/commonjs/operationsInterfaces/index.d.ts +23 -0
  321. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  322. package/dist/commonjs/operationsInterfaces/index.js +33 -0
  323. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  324. package/dist/commonjs/operationsInterfaces/intelligencePacks.d.ts +29 -0
  325. package/dist/commonjs/operationsInterfaces/intelligencePacks.d.ts.map +1 -0
  326. package/dist/commonjs/operationsInterfaces/intelligencePacks.js +10 -0
  327. package/dist/commonjs/operationsInterfaces/intelligencePacks.js.map +1 -0
  328. package/dist/commonjs/operationsInterfaces/linkedServices.d.ts +56 -0
  329. package/dist/commonjs/operationsInterfaces/linkedServices.d.ts.map +1 -0
  330. package/dist/commonjs/operationsInterfaces/linkedServices.js +10 -0
  331. package/dist/commonjs/operationsInterfaces/linkedServices.js.map +1 -0
  332. package/dist/commonjs/operationsInterfaces/linkedStorageAccounts.d.ts +42 -0
  333. package/dist/commonjs/operationsInterfaces/linkedStorageAccounts.d.ts.map +1 -0
  334. package/dist/commonjs/operationsInterfaces/linkedStorageAccounts.js +10 -0
  335. package/dist/commonjs/operationsInterfaces/linkedStorageAccounts.js.map +1 -0
  336. package/dist/commonjs/operationsInterfaces/managementGroups.d.ts +13 -0
  337. package/dist/commonjs/operationsInterfaces/managementGroups.d.ts.map +1 -0
  338. package/dist/commonjs/operationsInterfaces/managementGroups.js +10 -0
  339. package/dist/commonjs/operationsInterfaces/managementGroups.js.map +1 -0
  340. package/dist/commonjs/operationsInterfaces/operationStatuses.d.ts +12 -0
  341. package/dist/commonjs/operationsInterfaces/operationStatuses.d.ts.map +1 -0
  342. package/dist/commonjs/operationsInterfaces/operationStatuses.js +10 -0
  343. package/dist/commonjs/operationsInterfaces/operationStatuses.js.map +1 -0
  344. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  345. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  346. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  347. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  348. package/dist/commonjs/operationsInterfaces/queries.d.ts +59 -0
  349. package/dist/commonjs/operationsInterfaces/queries.d.ts.map +1 -0
  350. package/dist/commonjs/operationsInterfaces/queries.js +10 -0
  351. package/dist/commonjs/operationsInterfaces/queries.js.map +1 -0
  352. package/dist/commonjs/operationsInterfaces/queryPacks.d.ts +58 -0
  353. package/dist/commonjs/operationsInterfaces/queryPacks.d.ts.map +1 -0
  354. package/dist/commonjs/operationsInterfaces/queryPacks.js +10 -0
  355. package/dist/commonjs/operationsInterfaces/queryPacks.js.map +1 -0
  356. package/dist/commonjs/operationsInterfaces/savedSearches.d.ts +37 -0
  357. package/dist/commonjs/operationsInterfaces/savedSearches.d.ts.map +1 -0
  358. package/dist/commonjs/operationsInterfaces/savedSearches.js +10 -0
  359. package/dist/commonjs/operationsInterfaces/savedSearches.js.map +1 -0
  360. package/dist/commonjs/operationsInterfaces/schemaOperations.d.ts +12 -0
  361. package/dist/commonjs/operationsInterfaces/schemaOperations.d.ts.map +1 -0
  362. package/dist/commonjs/operationsInterfaces/schemaOperations.js +10 -0
  363. package/dist/commonjs/operationsInterfaces/schemaOperations.js.map +1 -0
  364. package/dist/commonjs/operationsInterfaces/sharedKeysOperations.d.ts +20 -0
  365. package/dist/commonjs/operationsInterfaces/sharedKeysOperations.d.ts.map +1 -0
  366. package/dist/commonjs/operationsInterfaces/sharedKeysOperations.js +10 -0
  367. package/dist/commonjs/operationsInterfaces/sharedKeysOperations.js.map +1 -0
  368. package/dist/commonjs/operationsInterfaces/storageInsightConfigs.d.ts +38 -0
  369. package/dist/commonjs/operationsInterfaces/storageInsightConfigs.d.ts.map +1 -0
  370. package/dist/commonjs/operationsInterfaces/storageInsightConfigs.js +10 -0
  371. package/dist/commonjs/operationsInterfaces/storageInsightConfigs.js.map +1 -0
  372. package/dist/commonjs/operationsInterfaces/tables.d.ts +91 -0
  373. package/dist/commonjs/operationsInterfaces/tables.d.ts.map +1 -0
  374. package/dist/commonjs/operationsInterfaces/tables.js +10 -0
  375. package/dist/commonjs/operationsInterfaces/tables.js.map +1 -0
  376. package/dist/commonjs/operationsInterfaces/usages.d.ts +13 -0
  377. package/dist/commonjs/operationsInterfaces/usages.d.ts.map +1 -0
  378. package/dist/commonjs/operationsInterfaces/usages.js +10 -0
  379. package/dist/commonjs/operationsInterfaces/usages.js.map +1 -0
  380. package/dist/commonjs/operationsInterfaces/workspacePurge.d.ts +31 -0
  381. package/dist/commonjs/operationsInterfaces/workspacePurge.d.ts.map +1 -0
  382. package/dist/commonjs/operationsInterfaces/workspacePurge.js +10 -0
  383. package/dist/commonjs/operationsInterfaces/workspacePurge.js.map +1 -0
  384. package/dist/commonjs/operationsInterfaces/workspaces.d.ts +67 -0
  385. package/dist/commonjs/operationsInterfaces/workspaces.d.ts.map +1 -0
  386. package/dist/commonjs/operationsInterfaces/workspaces.js +10 -0
  387. package/dist/commonjs/operationsInterfaces/workspaces.js.map +1 -0
  388. package/dist/commonjs/package.json +3 -0
  389. package/dist/commonjs/pagingHelper.d.ts +13 -0
  390. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  391. package/dist/commonjs/pagingHelper.js +36 -0
  392. package/dist/commonjs/pagingHelper.js.map +1 -0
  393. package/dist/commonjs/tsdoc-metadata.json +11 -0
  394. package/dist/esm/index.d.ts +5 -0
  395. package/dist/esm/index.d.ts.map +1 -0
  396. package/dist/esm/index.js +13 -0
  397. package/dist/esm/index.js.map +1 -0
  398. package/dist/esm/lroImpl.d.ts +16 -0
  399. package/dist/esm/lroImpl.d.ts.map +1 -0
  400. package/dist/esm/lroImpl.js +25 -0
  401. package/dist/esm/lroImpl.js.map +1 -0
  402. package/dist/esm/models/index.d.ts +2214 -0
  403. package/dist/esm/models/index.d.ts.map +1 -0
  404. package/dist/esm/models/index.js +344 -0
  405. package/dist/esm/models/index.js.map +1 -0
  406. package/dist/esm/models/mappers.d.ts +83 -0
  407. package/dist/esm/models/mappers.d.ts.map +1 -0
  408. package/dist/esm/models/mappers.js +2887 -0
  409. package/dist/esm/models/mappers.js.map +1 -0
  410. package/dist/esm/models/parameters.d.ts +52 -0
  411. package/dist/esm/models/parameters.d.ts.map +1 -0
  412. package/dist/esm/models/parameters.js +445 -0
  413. package/dist/esm/models/parameters.js.map +1 -0
  414. package/dist/esm/operationalInsightsManagementClient.d.ts +38 -0
  415. package/dist/esm/operationalInsightsManagementClient.d.ts.map +1 -0
  416. package/dist/esm/operationalInsightsManagementClient.js +91 -0
  417. package/dist/esm/operationalInsightsManagementClient.js.map +1 -0
  418. package/dist/esm/operations/availableServiceTiers.d.ts +20 -0
  419. package/dist/esm/operations/availableServiceTiers.d.ts.map +1 -0
  420. package/dist/esm/operations/availableServiceTiers.js +57 -0
  421. package/dist/esm/operations/availableServiceTiers.js.map +1 -0
  422. package/dist/esm/operations/clusters.d.ts +107 -0
  423. package/dist/esm/operations/clusters.d.ts.map +1 -0
  424. package/dist/esm/operations/clusters.js +519 -0
  425. package/dist/esm/operations/clusters.js.map +1 -0
  426. package/dist/esm/operations/dataExports.d.ts +55 -0
  427. package/dist/esm/operations/dataExports.d.ts.map +1 -0
  428. package/dist/esm/operations/dataExports.js +206 -0
  429. package/dist/esm/operations/dataExports.js.map +1 -0
  430. package/dist/esm/operations/dataSources.d.ts +65 -0
  431. package/dist/esm/operations/dataSources.d.ts.map +1 -0
  432. package/dist/esm/operations/dataSources.js +238 -0
  433. package/dist/esm/operations/dataSources.js.map +1 -0
  434. package/dist/esm/operations/deletedWorkspaces.d.ts +40 -0
  435. package/dist/esm/operations/deletedWorkspaces.d.ts.map +1 -0
  436. package/dist/esm/operations/deletedWorkspaces.js +173 -0
  437. package/dist/esm/operations/deletedWorkspaces.js.map +1 -0
  438. package/dist/esm/operations/gateways.d.ts +21 -0
  439. package/dist/esm/operations/gateways.d.ts.map +1 -0
  440. package/dist/esm/operations/gateways.js +47 -0
  441. package/dist/esm/operations/gateways.js.map +1 -0
  442. package/dist/esm/operations/index.d.ts +23 -0
  443. package/dist/esm/operations/index.d.ts.map +1 -0
  444. package/dist/esm/operations/index.js +30 -0
  445. package/dist/esm/operations/index.js.map +1 -0
  446. package/dist/esm/operations/intelligencePacks.d.ts +37 -0
  447. package/dist/esm/operations/intelligencePacks.d.ts.map +1 -0
  448. package/dist/esm/operations/intelligencePacks.js +106 -0
  449. package/dist/esm/operations/intelligencePacks.js.map +1 -0
  450. package/dist/esm/operations/linkedServices.d.ts +73 -0
  451. package/dist/esm/operations/linkedServices.d.ts.map +1 -0
  452. package/dist/esm/operations/linkedServices.js +297 -0
  453. package/dist/esm/operations/linkedServices.js.map +1 -0
  454. package/dist/esm/operations/linkedStorageAccounts.d.ts +60 -0
  455. package/dist/esm/operations/linkedStorageAccounts.d.ts.map +1 -0
  456. package/dist/esm/operations/linkedStorageAccounts.js +192 -0
  457. package/dist/esm/operations/linkedStorageAccounts.js.map +1 -0
  458. package/dist/esm/operations/managementGroups.d.ts +30 -0
  459. package/dist/esm/operations/managementGroups.d.ts.map +1 -0
  460. package/dist/esm/operations/managementGroups.js +102 -0
  461. package/dist/esm/operations/managementGroups.js.map +1 -0
  462. package/dist/esm/operations/operationStatuses.d.ts +20 -0
  463. package/dist/esm/operations/operationStatuses.d.ts.map +1 -0
  464. package/dist/esm/operations/operationStatuses.js +50 -0
  465. package/dist/esm/operations/operationStatuses.js.map +1 -0
  466. package/dist/esm/operations/operations.d.ts +32 -0
  467. package/dist/esm/operations/operations.d.ts.map +1 -0
  468. package/dist/esm/operations/operations.js +133 -0
  469. package/dist/esm/operations/operations.js.map +1 -0
  470. package/dist/esm/operations/queries.d.ts +106 -0
  471. package/dist/esm/operations/queries.d.ts.map +1 -0
  472. package/dist/esm/operations/queries.js +436 -0
  473. package/dist/esm/operations/queries.js.map +1 -0
  474. package/dist/esm/operations/queryPacks.d.ts +94 -0
  475. package/dist/esm/operations/queryPacks.d.ts.map +1 -0
  476. package/dist/esm/operations/queryPacks.js +421 -0
  477. package/dist/esm/operations/queryPacks.js.map +1 -0
  478. package/dist/esm/operations/savedSearches.d.ts +45 -0
  479. package/dist/esm/operations/savedSearches.d.ts.map +1 -0
  480. package/dist/esm/operations/savedSearches.js +135 -0
  481. package/dist/esm/operations/savedSearches.js.map +1 -0
  482. package/dist/esm/operations/schemaOperations.d.ts +20 -0
  483. package/dist/esm/operations/schemaOperations.d.ts.map +1 -0
  484. package/dist/esm/operations/schemaOperations.js +50 -0
  485. package/dist/esm/operations/schemaOperations.js.map +1 -0
  486. package/dist/esm/operations/sharedKeysOperations.d.ts +28 -0
  487. package/dist/esm/operations/sharedKeysOperations.d.ts.map +1 -0
  488. package/dist/esm/operations/sharedKeysOperations.js +78 -0
  489. package/dist/esm/operations/sharedKeysOperations.js.map +1 -0
  490. package/dist/esm/operations/storageInsightConfigs.d.ts +63 -0
  491. package/dist/esm/operations/storageInsightConfigs.d.ts.map +1 -0
  492. package/dist/esm/operations/storageInsightConfigs.js +238 -0
  493. package/dist/esm/operations/storageInsightConfigs.js.map +1 -0
  494. package/dist/esm/operations/tables.d.ts +108 -0
  495. package/dist/esm/operations/tables.d.ts.map +1 -0
  496. package/dist/esm/operations/tables.js +443 -0
  497. package/dist/esm/operations/tables.js.map +1 -0
  498. package/dist/esm/operations/usages.d.ts +30 -0
  499. package/dist/esm/operations/usages.d.ts.map +1 -0
  500. package/dist/esm/operations/usages.js +102 -0
  501. package/dist/esm/operations/usages.js.map +1 -0
  502. package/dist/esm/operations/workspacePurge.d.ts +39 -0
  503. package/dist/esm/operations/workspacePurge.d.ts.map +1 -0
  504. package/dist/esm/operations/workspacePurge.js +93 -0
  505. package/dist/esm/operations/workspacePurge.js.map +1 -0
  506. package/dist/esm/operations/workspaces.d.ts +90 -0
  507. package/dist/esm/operations/workspaces.d.ts.map +1 -0
  508. package/dist/esm/operations/workspaces.js +392 -0
  509. package/dist/esm/operations/workspaces.js.map +1 -0
  510. package/dist/esm/operationsInterfaces/availableServiceTiers.d.ts +12 -0
  511. package/dist/esm/operationsInterfaces/availableServiceTiers.d.ts.map +1 -0
  512. package/dist/esm/operationsInterfaces/availableServiceTiers.js +9 -0
  513. package/dist/esm/operationsInterfaces/availableServiceTiers.js.map +1 -0
  514. package/dist/esm/operationsInterfaces/clusters.d.ts +71 -0
  515. package/dist/esm/operationsInterfaces/clusters.d.ts.map +1 -0
  516. package/dist/esm/operationsInterfaces/clusters.js +9 -0
  517. package/dist/esm/operationsInterfaces/clusters.js.map +1 -0
  518. package/dist/esm/operationsInterfaces/dataExports.d.ts +38 -0
  519. package/dist/esm/operationsInterfaces/dataExports.d.ts.map +1 -0
  520. package/dist/esm/operationsInterfaces/dataExports.js +9 -0
  521. package/dist/esm/operationsInterfaces/dataExports.js.map +1 -0
  522. package/dist/esm/operationsInterfaces/dataSources.d.ts +39 -0
  523. package/dist/esm/operationsInterfaces/dataSources.d.ts.map +1 -0
  524. package/dist/esm/operationsInterfaces/dataSources.js +9 -0
  525. package/dist/esm/operationsInterfaces/dataSources.js.map +1 -0
  526. package/dist/esm/operationsInterfaces/deletedWorkspaces.d.ts +17 -0
  527. package/dist/esm/operationsInterfaces/deletedWorkspaces.d.ts.map +1 -0
  528. package/dist/esm/operationsInterfaces/deletedWorkspaces.js +9 -0
  529. package/dist/esm/operationsInterfaces/deletedWorkspaces.js.map +1 -0
  530. package/dist/esm/operationsInterfaces/gateways.d.ts +13 -0
  531. package/dist/esm/operationsInterfaces/gateways.d.ts.map +1 -0
  532. package/dist/esm/operationsInterfaces/gateways.js +9 -0
  533. package/dist/esm/operationsInterfaces/gateways.js.map +1 -0
  534. package/dist/esm/operationsInterfaces/index.d.ts +23 -0
  535. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  536. package/dist/esm/operationsInterfaces/index.js +30 -0
  537. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  538. package/dist/esm/operationsInterfaces/intelligencePacks.d.ts +29 -0
  539. package/dist/esm/operationsInterfaces/intelligencePacks.d.ts.map +1 -0
  540. package/dist/esm/operationsInterfaces/intelligencePacks.js +9 -0
  541. package/dist/esm/operationsInterfaces/intelligencePacks.js.map +1 -0
  542. package/dist/esm/operationsInterfaces/linkedServices.d.ts +56 -0
  543. package/dist/esm/operationsInterfaces/linkedServices.d.ts.map +1 -0
  544. package/dist/esm/operationsInterfaces/linkedServices.js +9 -0
  545. package/dist/esm/operationsInterfaces/linkedServices.js.map +1 -0
  546. package/dist/esm/operationsInterfaces/linkedStorageAccounts.d.ts +42 -0
  547. package/dist/esm/operationsInterfaces/linkedStorageAccounts.d.ts.map +1 -0
  548. package/dist/esm/operationsInterfaces/linkedStorageAccounts.js +9 -0
  549. package/dist/esm/operationsInterfaces/linkedStorageAccounts.js.map +1 -0
  550. package/dist/esm/operationsInterfaces/managementGroups.d.ts +13 -0
  551. package/dist/esm/operationsInterfaces/managementGroups.d.ts.map +1 -0
  552. package/dist/esm/operationsInterfaces/managementGroups.js +9 -0
  553. package/dist/esm/operationsInterfaces/managementGroups.js.map +1 -0
  554. package/dist/esm/operationsInterfaces/operationStatuses.d.ts +12 -0
  555. package/dist/esm/operationsInterfaces/operationStatuses.d.ts.map +1 -0
  556. package/dist/esm/operationsInterfaces/operationStatuses.js +9 -0
  557. package/dist/esm/operationsInterfaces/operationStatuses.js.map +1 -0
  558. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  559. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  560. package/dist/esm/operationsInterfaces/operations.js +9 -0
  561. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  562. package/dist/esm/operationsInterfaces/queries.d.ts +59 -0
  563. package/dist/esm/operationsInterfaces/queries.d.ts.map +1 -0
  564. package/dist/esm/operationsInterfaces/queries.js +9 -0
  565. package/dist/esm/operationsInterfaces/queries.js.map +1 -0
  566. package/dist/esm/operationsInterfaces/queryPacks.d.ts +58 -0
  567. package/dist/esm/operationsInterfaces/queryPacks.d.ts.map +1 -0
  568. package/dist/esm/operationsInterfaces/queryPacks.js +9 -0
  569. package/dist/esm/operationsInterfaces/queryPacks.js.map +1 -0
  570. package/dist/esm/operationsInterfaces/savedSearches.d.ts +37 -0
  571. package/dist/esm/operationsInterfaces/savedSearches.d.ts.map +1 -0
  572. package/dist/esm/operationsInterfaces/savedSearches.js +9 -0
  573. package/dist/esm/operationsInterfaces/savedSearches.js.map +1 -0
  574. package/dist/esm/operationsInterfaces/schemaOperations.d.ts +12 -0
  575. package/dist/esm/operationsInterfaces/schemaOperations.d.ts.map +1 -0
  576. package/dist/esm/operationsInterfaces/schemaOperations.js +9 -0
  577. package/dist/esm/operationsInterfaces/schemaOperations.js.map +1 -0
  578. package/dist/esm/operationsInterfaces/sharedKeysOperations.d.ts +20 -0
  579. package/dist/esm/operationsInterfaces/sharedKeysOperations.d.ts.map +1 -0
  580. package/dist/esm/operationsInterfaces/sharedKeysOperations.js +9 -0
  581. package/dist/esm/operationsInterfaces/sharedKeysOperations.js.map +1 -0
  582. package/dist/esm/operationsInterfaces/storageInsightConfigs.d.ts +38 -0
  583. package/dist/esm/operationsInterfaces/storageInsightConfigs.d.ts.map +1 -0
  584. package/dist/esm/operationsInterfaces/storageInsightConfigs.js +9 -0
  585. package/dist/esm/operationsInterfaces/storageInsightConfigs.js.map +1 -0
  586. package/dist/esm/operationsInterfaces/tables.d.ts +91 -0
  587. package/dist/esm/operationsInterfaces/tables.d.ts.map +1 -0
  588. package/dist/esm/operationsInterfaces/tables.js +9 -0
  589. package/dist/esm/operationsInterfaces/tables.js.map +1 -0
  590. package/dist/esm/operationsInterfaces/usages.d.ts +13 -0
  591. package/dist/esm/operationsInterfaces/usages.d.ts.map +1 -0
  592. package/dist/esm/operationsInterfaces/usages.js +9 -0
  593. package/dist/esm/operationsInterfaces/usages.js.map +1 -0
  594. package/dist/esm/operationsInterfaces/workspacePurge.d.ts +31 -0
  595. package/dist/esm/operationsInterfaces/workspacePurge.d.ts.map +1 -0
  596. package/dist/esm/operationsInterfaces/workspacePurge.js +9 -0
  597. package/dist/esm/operationsInterfaces/workspacePurge.js.map +1 -0
  598. package/dist/esm/operationsInterfaces/workspaces.d.ts +67 -0
  599. package/dist/esm/operationsInterfaces/workspaces.d.ts.map +1 -0
  600. package/dist/esm/operationsInterfaces/workspaces.js +9 -0
  601. package/dist/esm/operationsInterfaces/workspaces.js.map +1 -0
  602. package/dist/esm/package.json +3 -0
  603. package/dist/esm/pagingHelper.d.ts +13 -0
  604. package/dist/esm/pagingHelper.d.ts.map +1 -0
  605. package/dist/esm/pagingHelper.js +32 -0
  606. package/dist/esm/pagingHelper.js.map +1 -0
  607. package/dist/react-native/index.d.ts +5 -0
  608. package/dist/react-native/index.d.ts.map +1 -0
  609. package/dist/react-native/index.js +13 -0
  610. package/dist/react-native/index.js.map +1 -0
  611. package/dist/react-native/lroImpl.d.ts +16 -0
  612. package/dist/react-native/lroImpl.d.ts.map +1 -0
  613. package/dist/react-native/lroImpl.js +25 -0
  614. package/dist/react-native/lroImpl.js.map +1 -0
  615. package/dist/react-native/models/index.d.ts +2214 -0
  616. package/dist/react-native/models/index.d.ts.map +1 -0
  617. package/dist/react-native/models/index.js +344 -0
  618. package/dist/react-native/models/index.js.map +1 -0
  619. package/dist/react-native/models/mappers.d.ts +83 -0
  620. package/dist/react-native/models/mappers.d.ts.map +1 -0
  621. package/dist/react-native/models/mappers.js +2887 -0
  622. package/dist/react-native/models/mappers.js.map +1 -0
  623. package/dist/react-native/models/parameters.d.ts +52 -0
  624. package/dist/react-native/models/parameters.d.ts.map +1 -0
  625. package/dist/react-native/models/parameters.js +445 -0
  626. package/dist/react-native/models/parameters.js.map +1 -0
  627. package/dist/react-native/operationalInsightsManagementClient.d.ts +38 -0
  628. package/dist/react-native/operationalInsightsManagementClient.d.ts.map +1 -0
  629. package/dist/react-native/operationalInsightsManagementClient.js +91 -0
  630. package/dist/react-native/operationalInsightsManagementClient.js.map +1 -0
  631. package/dist/react-native/operations/availableServiceTiers.d.ts +20 -0
  632. package/dist/react-native/operations/availableServiceTiers.d.ts.map +1 -0
  633. package/dist/react-native/operations/availableServiceTiers.js +57 -0
  634. package/dist/react-native/operations/availableServiceTiers.js.map +1 -0
  635. package/dist/react-native/operations/clusters.d.ts +107 -0
  636. package/dist/react-native/operations/clusters.d.ts.map +1 -0
  637. package/dist/react-native/operations/clusters.js +519 -0
  638. package/dist/react-native/operations/clusters.js.map +1 -0
  639. package/dist/react-native/operations/dataExports.d.ts +55 -0
  640. package/dist/react-native/operations/dataExports.d.ts.map +1 -0
  641. package/dist/react-native/operations/dataExports.js +206 -0
  642. package/dist/react-native/operations/dataExports.js.map +1 -0
  643. package/dist/react-native/operations/dataSources.d.ts +65 -0
  644. package/dist/react-native/operations/dataSources.d.ts.map +1 -0
  645. package/dist/react-native/operations/dataSources.js +238 -0
  646. package/dist/react-native/operations/dataSources.js.map +1 -0
  647. package/dist/react-native/operations/deletedWorkspaces.d.ts +40 -0
  648. package/dist/react-native/operations/deletedWorkspaces.d.ts.map +1 -0
  649. package/dist/react-native/operations/deletedWorkspaces.js +173 -0
  650. package/dist/react-native/operations/deletedWorkspaces.js.map +1 -0
  651. package/dist/react-native/operations/gateways.d.ts +21 -0
  652. package/dist/react-native/operations/gateways.d.ts.map +1 -0
  653. package/dist/react-native/operations/gateways.js +47 -0
  654. package/dist/react-native/operations/gateways.js.map +1 -0
  655. package/dist/react-native/operations/index.d.ts +23 -0
  656. package/dist/react-native/operations/index.d.ts.map +1 -0
  657. package/dist/react-native/operations/index.js +30 -0
  658. package/dist/react-native/operations/index.js.map +1 -0
  659. package/dist/react-native/operations/intelligencePacks.d.ts +37 -0
  660. package/dist/react-native/operations/intelligencePacks.d.ts.map +1 -0
  661. package/dist/react-native/operations/intelligencePacks.js +106 -0
  662. package/dist/react-native/operations/intelligencePacks.js.map +1 -0
  663. package/dist/react-native/operations/linkedServices.d.ts +73 -0
  664. package/dist/react-native/operations/linkedServices.d.ts.map +1 -0
  665. package/dist/react-native/operations/linkedServices.js +297 -0
  666. package/dist/react-native/operations/linkedServices.js.map +1 -0
  667. package/dist/react-native/operations/linkedStorageAccounts.d.ts +60 -0
  668. package/dist/react-native/operations/linkedStorageAccounts.d.ts.map +1 -0
  669. package/dist/react-native/operations/linkedStorageAccounts.js +192 -0
  670. package/dist/react-native/operations/linkedStorageAccounts.js.map +1 -0
  671. package/dist/react-native/operations/managementGroups.d.ts +30 -0
  672. package/dist/react-native/operations/managementGroups.d.ts.map +1 -0
  673. package/dist/react-native/operations/managementGroups.js +102 -0
  674. package/dist/react-native/operations/managementGroups.js.map +1 -0
  675. package/dist/react-native/operations/operationStatuses.d.ts +20 -0
  676. package/dist/react-native/operations/operationStatuses.d.ts.map +1 -0
  677. package/dist/react-native/operations/operationStatuses.js +50 -0
  678. package/dist/react-native/operations/operationStatuses.js.map +1 -0
  679. package/dist/react-native/operations/operations.d.ts +32 -0
  680. package/dist/react-native/operations/operations.d.ts.map +1 -0
  681. package/dist/react-native/operations/operations.js +133 -0
  682. package/dist/react-native/operations/operations.js.map +1 -0
  683. package/dist/react-native/operations/queries.d.ts +106 -0
  684. package/dist/react-native/operations/queries.d.ts.map +1 -0
  685. package/dist/react-native/operations/queries.js +436 -0
  686. package/dist/react-native/operations/queries.js.map +1 -0
  687. package/dist/react-native/operations/queryPacks.d.ts +94 -0
  688. package/dist/react-native/operations/queryPacks.d.ts.map +1 -0
  689. package/dist/react-native/operations/queryPacks.js +421 -0
  690. package/dist/react-native/operations/queryPacks.js.map +1 -0
  691. package/dist/react-native/operations/savedSearches.d.ts +45 -0
  692. package/dist/react-native/operations/savedSearches.d.ts.map +1 -0
  693. package/dist/react-native/operations/savedSearches.js +135 -0
  694. package/dist/react-native/operations/savedSearches.js.map +1 -0
  695. package/dist/react-native/operations/schemaOperations.d.ts +20 -0
  696. package/dist/react-native/operations/schemaOperations.d.ts.map +1 -0
  697. package/dist/react-native/operations/schemaOperations.js +50 -0
  698. package/dist/react-native/operations/schemaOperations.js.map +1 -0
  699. package/dist/react-native/operations/sharedKeysOperations.d.ts +28 -0
  700. package/dist/react-native/operations/sharedKeysOperations.d.ts.map +1 -0
  701. package/dist/react-native/operations/sharedKeysOperations.js +78 -0
  702. package/dist/react-native/operations/sharedKeysOperations.js.map +1 -0
  703. package/dist/react-native/operations/storageInsightConfigs.d.ts +63 -0
  704. package/dist/react-native/operations/storageInsightConfigs.d.ts.map +1 -0
  705. package/dist/react-native/operations/storageInsightConfigs.js +238 -0
  706. package/dist/react-native/operations/storageInsightConfigs.js.map +1 -0
  707. package/dist/react-native/operations/tables.d.ts +108 -0
  708. package/dist/react-native/operations/tables.d.ts.map +1 -0
  709. package/dist/react-native/operations/tables.js +443 -0
  710. package/dist/react-native/operations/tables.js.map +1 -0
  711. package/dist/react-native/operations/usages.d.ts +30 -0
  712. package/dist/react-native/operations/usages.d.ts.map +1 -0
  713. package/dist/react-native/operations/usages.js +102 -0
  714. package/dist/react-native/operations/usages.js.map +1 -0
  715. package/dist/react-native/operations/workspacePurge.d.ts +39 -0
  716. package/dist/react-native/operations/workspacePurge.d.ts.map +1 -0
  717. package/dist/react-native/operations/workspacePurge.js +93 -0
  718. package/dist/react-native/operations/workspacePurge.js.map +1 -0
  719. package/dist/react-native/operations/workspaces.d.ts +90 -0
  720. package/dist/react-native/operations/workspaces.d.ts.map +1 -0
  721. package/dist/react-native/operations/workspaces.js +392 -0
  722. package/dist/react-native/operations/workspaces.js.map +1 -0
  723. package/dist/react-native/operationsInterfaces/availableServiceTiers.d.ts +12 -0
  724. package/dist/react-native/operationsInterfaces/availableServiceTiers.d.ts.map +1 -0
  725. package/dist/react-native/operationsInterfaces/availableServiceTiers.js +9 -0
  726. package/dist/react-native/operationsInterfaces/availableServiceTiers.js.map +1 -0
  727. package/dist/react-native/operationsInterfaces/clusters.d.ts +71 -0
  728. package/dist/react-native/operationsInterfaces/clusters.d.ts.map +1 -0
  729. package/dist/react-native/operationsInterfaces/clusters.js +9 -0
  730. package/dist/react-native/operationsInterfaces/clusters.js.map +1 -0
  731. package/dist/react-native/operationsInterfaces/dataExports.d.ts +38 -0
  732. package/dist/react-native/operationsInterfaces/dataExports.d.ts.map +1 -0
  733. package/dist/react-native/operationsInterfaces/dataExports.js +9 -0
  734. package/dist/react-native/operationsInterfaces/dataExports.js.map +1 -0
  735. package/dist/react-native/operationsInterfaces/dataSources.d.ts +39 -0
  736. package/dist/react-native/operationsInterfaces/dataSources.d.ts.map +1 -0
  737. package/dist/react-native/operationsInterfaces/dataSources.js +9 -0
  738. package/dist/react-native/operationsInterfaces/dataSources.js.map +1 -0
  739. package/dist/react-native/operationsInterfaces/deletedWorkspaces.d.ts +17 -0
  740. package/dist/react-native/operationsInterfaces/deletedWorkspaces.d.ts.map +1 -0
  741. package/dist/react-native/operationsInterfaces/deletedWorkspaces.js +9 -0
  742. package/dist/react-native/operationsInterfaces/deletedWorkspaces.js.map +1 -0
  743. package/dist/react-native/operationsInterfaces/gateways.d.ts +13 -0
  744. package/dist/react-native/operationsInterfaces/gateways.d.ts.map +1 -0
  745. package/dist/react-native/operationsInterfaces/gateways.js +9 -0
  746. package/dist/react-native/operationsInterfaces/gateways.js.map +1 -0
  747. package/dist/react-native/operationsInterfaces/index.d.ts +23 -0
  748. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  749. package/dist/react-native/operationsInterfaces/index.js +30 -0
  750. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  751. package/dist/react-native/operationsInterfaces/intelligencePacks.d.ts +29 -0
  752. package/dist/react-native/operationsInterfaces/intelligencePacks.d.ts.map +1 -0
  753. package/dist/react-native/operationsInterfaces/intelligencePacks.js +9 -0
  754. package/dist/react-native/operationsInterfaces/intelligencePacks.js.map +1 -0
  755. package/dist/react-native/operationsInterfaces/linkedServices.d.ts +56 -0
  756. package/dist/react-native/operationsInterfaces/linkedServices.d.ts.map +1 -0
  757. package/dist/react-native/operationsInterfaces/linkedServices.js +9 -0
  758. package/dist/react-native/operationsInterfaces/linkedServices.js.map +1 -0
  759. package/dist/react-native/operationsInterfaces/linkedStorageAccounts.d.ts +42 -0
  760. package/dist/react-native/operationsInterfaces/linkedStorageAccounts.d.ts.map +1 -0
  761. package/dist/react-native/operationsInterfaces/linkedStorageAccounts.js +9 -0
  762. package/dist/react-native/operationsInterfaces/linkedStorageAccounts.js.map +1 -0
  763. package/dist/react-native/operationsInterfaces/managementGroups.d.ts +13 -0
  764. package/dist/react-native/operationsInterfaces/managementGroups.d.ts.map +1 -0
  765. package/dist/react-native/operationsInterfaces/managementGroups.js +9 -0
  766. package/dist/react-native/operationsInterfaces/managementGroups.js.map +1 -0
  767. package/dist/react-native/operationsInterfaces/operationStatuses.d.ts +12 -0
  768. package/dist/react-native/operationsInterfaces/operationStatuses.d.ts.map +1 -0
  769. package/dist/react-native/operationsInterfaces/operationStatuses.js +9 -0
  770. package/dist/react-native/operationsInterfaces/operationStatuses.js.map +1 -0
  771. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  772. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  773. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  774. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  775. package/dist/react-native/operationsInterfaces/queries.d.ts +59 -0
  776. package/dist/react-native/operationsInterfaces/queries.d.ts.map +1 -0
  777. package/dist/react-native/operationsInterfaces/queries.js +9 -0
  778. package/dist/react-native/operationsInterfaces/queries.js.map +1 -0
  779. package/dist/react-native/operationsInterfaces/queryPacks.d.ts +58 -0
  780. package/dist/react-native/operationsInterfaces/queryPacks.d.ts.map +1 -0
  781. package/dist/react-native/operationsInterfaces/queryPacks.js +9 -0
  782. package/dist/react-native/operationsInterfaces/queryPacks.js.map +1 -0
  783. package/dist/react-native/operationsInterfaces/savedSearches.d.ts +37 -0
  784. package/dist/react-native/operationsInterfaces/savedSearches.d.ts.map +1 -0
  785. package/dist/react-native/operationsInterfaces/savedSearches.js +9 -0
  786. package/dist/react-native/operationsInterfaces/savedSearches.js.map +1 -0
  787. package/dist/react-native/operationsInterfaces/schemaOperations.d.ts +12 -0
  788. package/dist/react-native/operationsInterfaces/schemaOperations.d.ts.map +1 -0
  789. package/dist/react-native/operationsInterfaces/schemaOperations.js +9 -0
  790. package/dist/react-native/operationsInterfaces/schemaOperations.js.map +1 -0
  791. package/dist/react-native/operationsInterfaces/sharedKeysOperations.d.ts +20 -0
  792. package/dist/react-native/operationsInterfaces/sharedKeysOperations.d.ts.map +1 -0
  793. package/dist/react-native/operationsInterfaces/sharedKeysOperations.js +9 -0
  794. package/dist/react-native/operationsInterfaces/sharedKeysOperations.js.map +1 -0
  795. package/dist/react-native/operationsInterfaces/storageInsightConfigs.d.ts +38 -0
  796. package/dist/react-native/operationsInterfaces/storageInsightConfigs.d.ts.map +1 -0
  797. package/dist/react-native/operationsInterfaces/storageInsightConfigs.js +9 -0
  798. package/dist/react-native/operationsInterfaces/storageInsightConfigs.js.map +1 -0
  799. package/dist/react-native/operationsInterfaces/tables.d.ts +91 -0
  800. package/dist/react-native/operationsInterfaces/tables.d.ts.map +1 -0
  801. package/dist/react-native/operationsInterfaces/tables.js +9 -0
  802. package/dist/react-native/operationsInterfaces/tables.js.map +1 -0
  803. package/dist/react-native/operationsInterfaces/usages.d.ts +13 -0
  804. package/dist/react-native/operationsInterfaces/usages.d.ts.map +1 -0
  805. package/dist/react-native/operationsInterfaces/usages.js +9 -0
  806. package/dist/react-native/operationsInterfaces/usages.js.map +1 -0
  807. package/dist/react-native/operationsInterfaces/workspacePurge.d.ts +31 -0
  808. package/dist/react-native/operationsInterfaces/workspacePurge.d.ts.map +1 -0
  809. package/dist/react-native/operationsInterfaces/workspacePurge.js +9 -0
  810. package/dist/react-native/operationsInterfaces/workspacePurge.js.map +1 -0
  811. package/dist/react-native/operationsInterfaces/workspaces.d.ts +67 -0
  812. package/dist/react-native/operationsInterfaces/workspaces.d.ts.map +1 -0
  813. package/dist/react-native/operationsInterfaces/workspaces.js +9 -0
  814. package/dist/react-native/operationsInterfaces/workspaces.js.map +1 -0
  815. package/dist/react-native/package.json +3 -0
  816. package/dist/react-native/pagingHelper.d.ts +13 -0
  817. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  818. package/dist/react-native/pagingHelper.js +32 -0
  819. package/dist/react-native/pagingHelper.js.map +1 -0
  820. package/package.json +70 -41
  821. package/dist/index.js +0 -8394
  822. package/dist/index.js.map +0 -1
  823. package/dist/index.min.js +0 -1
  824. package/dist/index.min.js.map +0 -1
  825. package/dist-esm/samples-dev/availableServiceTiersListByWorkspaceSample.d.ts +0 -2
  826. package/dist-esm/samples-dev/availableServiceTiersListByWorkspaceSample.d.ts.map +0 -1
  827. package/dist-esm/samples-dev/availableServiceTiersListByWorkspaceSample.js +0 -36
  828. package/dist-esm/samples-dev/availableServiceTiersListByWorkspaceSample.js.map +0 -1
  829. package/dist-esm/samples-dev/clustersCreateOrUpdateSample.d.ts +0 -2
  830. package/dist-esm/samples-dev/clustersCreateOrUpdateSample.d.ts.map +0 -1
  831. package/dist-esm/samples-dev/clustersCreateOrUpdateSample.js +0 -34
  832. package/dist-esm/samples-dev/clustersCreateOrUpdateSample.js.map +0 -1
  833. package/dist-esm/samples-dev/clustersDeleteSample.d.ts +0 -2
  834. package/dist-esm/samples-dev/clustersDeleteSample.d.ts.map +0 -1
  835. package/dist-esm/samples-dev/clustersDeleteSample.js +0 -36
  836. package/dist-esm/samples-dev/clustersDeleteSample.js.map +0 -1
  837. package/dist-esm/samples-dev/clustersGetSample.d.ts +0 -2
  838. package/dist-esm/samples-dev/clustersGetSample.d.ts.map +0 -1
  839. package/dist-esm/samples-dev/clustersGetSample.js +0 -36
  840. package/dist-esm/samples-dev/clustersGetSample.js.map +0 -1
  841. package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts +0 -2
  842. package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts.map +0 -1
  843. package/dist-esm/samples-dev/clustersListByResourceGroupSample.js +0 -51
  844. package/dist-esm/samples-dev/clustersListByResourceGroupSample.js.map +0 -1
  845. package/dist-esm/samples-dev/clustersListSample.d.ts +0 -2
  846. package/dist-esm/samples-dev/clustersListSample.d.ts.map +0 -1
  847. package/dist-esm/samples-dev/clustersListSample.js +0 -50
  848. package/dist-esm/samples-dev/clustersListSample.js.map +0 -1
  849. package/dist-esm/samples-dev/clustersUpdateSample.d.ts +0 -2
  850. package/dist-esm/samples-dev/clustersUpdateSample.d.ts.map +0 -1
  851. package/dist-esm/samples-dev/clustersUpdateSample.js +0 -45
  852. package/dist-esm/samples-dev/clustersUpdateSample.js.map +0 -1
  853. package/dist-esm/samples-dev/dataExportsCreateOrUpdateSample.d.ts +0 -2
  854. package/dist-esm/samples-dev/dataExportsCreateOrUpdateSample.d.ts.map +0 -1
  855. package/dist-esm/samples-dev/dataExportsCreateOrUpdateSample.js +0 -34
  856. package/dist-esm/samples-dev/dataExportsCreateOrUpdateSample.js.map +0 -1
  857. package/dist-esm/samples-dev/dataExportsDeleteSample.d.ts +0 -2
  858. package/dist-esm/samples-dev/dataExportsDeleteSample.d.ts.map +0 -1
  859. package/dist-esm/samples-dev/dataExportsDeleteSample.js +0 -37
  860. package/dist-esm/samples-dev/dataExportsDeleteSample.js.map +0 -1
  861. package/dist-esm/samples-dev/dataExportsGetSample.d.ts +0 -2
  862. package/dist-esm/samples-dev/dataExportsGetSample.d.ts.map +0 -1
  863. package/dist-esm/samples-dev/dataExportsGetSample.js +0 -37
  864. package/dist-esm/samples-dev/dataExportsGetSample.js.map +0 -1
  865. package/dist-esm/samples-dev/dataExportsListByWorkspaceSample.d.ts +0 -2
  866. package/dist-esm/samples-dev/dataExportsListByWorkspaceSample.d.ts.map +0 -1
  867. package/dist-esm/samples-dev/dataExportsListByWorkspaceSample.js +0 -52
  868. package/dist-esm/samples-dev/dataExportsListByWorkspaceSample.js.map +0 -1
  869. package/dist-esm/samples-dev/dataSourcesCreateOrUpdateSample.d.ts +0 -2
  870. package/dist-esm/samples-dev/dataSourcesCreateOrUpdateSample.d.ts.map +0 -1
  871. package/dist-esm/samples-dev/dataSourcesCreateOrUpdateSample.js +0 -36
  872. package/dist-esm/samples-dev/dataSourcesCreateOrUpdateSample.js.map +0 -1
  873. package/dist-esm/samples-dev/dataSourcesDeleteSample.d.ts +0 -2
  874. package/dist-esm/samples-dev/dataSourcesDeleteSample.d.ts.map +0 -1
  875. package/dist-esm/samples-dev/dataSourcesDeleteSample.js +0 -37
  876. package/dist-esm/samples-dev/dataSourcesDeleteSample.js.map +0 -1
  877. package/dist-esm/samples-dev/dataSourcesGetSample.d.ts +0 -2
  878. package/dist-esm/samples-dev/dataSourcesGetSample.d.ts.map +0 -1
  879. package/dist-esm/samples-dev/dataSourcesGetSample.js +0 -37
  880. package/dist-esm/samples-dev/dataSourcesGetSample.js.map +0 -1
  881. package/dist-esm/samples-dev/dataSourcesListByWorkspaceSample.d.ts +0 -2
  882. package/dist-esm/samples-dev/dataSourcesListByWorkspaceSample.d.ts.map +0 -1
  883. package/dist-esm/samples-dev/dataSourcesListByWorkspaceSample.js +0 -53
  884. package/dist-esm/samples-dev/dataSourcesListByWorkspaceSample.js.map +0 -1
  885. package/dist-esm/samples-dev/deletedWorkspacesListByResourceGroupSample.d.ts +0 -2
  886. package/dist-esm/samples-dev/deletedWorkspacesListByResourceGroupSample.d.ts.map +0 -1
  887. package/dist-esm/samples-dev/deletedWorkspacesListByResourceGroupSample.js +0 -51
  888. package/dist-esm/samples-dev/deletedWorkspacesListByResourceGroupSample.js.map +0 -1
  889. package/dist-esm/samples-dev/deletedWorkspacesListSample.d.ts +0 -2
  890. package/dist-esm/samples-dev/deletedWorkspacesListSample.d.ts.map +0 -1
  891. package/dist-esm/samples-dev/deletedWorkspacesListSample.js +0 -50
  892. package/dist-esm/samples-dev/deletedWorkspacesListSample.js.map +0 -1
  893. package/dist-esm/samples-dev/gatewaysDeleteSample.d.ts +0 -2
  894. package/dist-esm/samples-dev/gatewaysDeleteSample.d.ts.map +0 -1
  895. package/dist-esm/samples-dev/gatewaysDeleteSample.js +0 -37
  896. package/dist-esm/samples-dev/gatewaysDeleteSample.js.map +0 -1
  897. package/dist-esm/samples-dev/intelligencePacksDisableSample.d.ts +0 -2
  898. package/dist-esm/samples-dev/intelligencePacksDisableSample.d.ts.map +0 -1
  899. package/dist-esm/samples-dev/intelligencePacksDisableSample.js +0 -37
  900. package/dist-esm/samples-dev/intelligencePacksDisableSample.js.map +0 -1
  901. package/dist-esm/samples-dev/intelligencePacksEnableSample.d.ts +0 -2
  902. package/dist-esm/samples-dev/intelligencePacksEnableSample.d.ts.map +0 -1
  903. package/dist-esm/samples-dev/intelligencePacksEnableSample.js +0 -37
  904. package/dist-esm/samples-dev/intelligencePacksEnableSample.js.map +0 -1
  905. package/dist-esm/samples-dev/intelligencePacksListSample.d.ts +0 -2
  906. package/dist-esm/samples-dev/intelligencePacksListSample.d.ts.map +0 -1
  907. package/dist-esm/samples-dev/intelligencePacksListSample.js +0 -36
  908. package/dist-esm/samples-dev/intelligencePacksListSample.js.map +0 -1
  909. package/dist-esm/samples-dev/linkedServicesCreateOrUpdateSample.d.ts +0 -2
  910. package/dist-esm/samples-dev/linkedServicesCreateOrUpdateSample.d.ts.map +0 -1
  911. package/dist-esm/samples-dev/linkedServicesCreateOrUpdateSample.js +0 -33
  912. package/dist-esm/samples-dev/linkedServicesCreateOrUpdateSample.js.map +0 -1
  913. package/dist-esm/samples-dev/linkedServicesDeleteSample.d.ts +0 -2
  914. package/dist-esm/samples-dev/linkedServicesDeleteSample.d.ts.map +0 -1
  915. package/dist-esm/samples-dev/linkedServicesDeleteSample.js +0 -37
  916. package/dist-esm/samples-dev/linkedServicesDeleteSample.js.map +0 -1
  917. package/dist-esm/samples-dev/linkedServicesGetSample.d.ts +0 -2
  918. package/dist-esm/samples-dev/linkedServicesGetSample.d.ts.map +0 -1
  919. package/dist-esm/samples-dev/linkedServicesGetSample.js +0 -37
  920. package/dist-esm/samples-dev/linkedServicesGetSample.js.map +0 -1
  921. package/dist-esm/samples-dev/linkedServicesListByWorkspaceSample.d.ts +0 -2
  922. package/dist-esm/samples-dev/linkedServicesListByWorkspaceSample.d.ts.map +0 -1
  923. package/dist-esm/samples-dev/linkedServicesListByWorkspaceSample.js +0 -52
  924. package/dist-esm/samples-dev/linkedServicesListByWorkspaceSample.js.map +0 -1
  925. package/dist-esm/samples-dev/linkedStorageAccountsCreateOrUpdateSample.d.ts +0 -2
  926. package/dist-esm/samples-dev/linkedStorageAccountsCreateOrUpdateSample.d.ts.map +0 -1
  927. package/dist-esm/samples-dev/linkedStorageAccountsCreateOrUpdateSample.js +0 -36
  928. package/dist-esm/samples-dev/linkedStorageAccountsCreateOrUpdateSample.js.map +0 -1
  929. package/dist-esm/samples-dev/linkedStorageAccountsDeleteSample.d.ts +0 -2
  930. package/dist-esm/samples-dev/linkedStorageAccountsDeleteSample.d.ts.map +0 -1
  931. package/dist-esm/samples-dev/linkedStorageAccountsDeleteSample.js +0 -37
  932. package/dist-esm/samples-dev/linkedStorageAccountsDeleteSample.js.map +0 -1
  933. package/dist-esm/samples-dev/linkedStorageAccountsGetSample.d.ts +0 -2
  934. package/dist-esm/samples-dev/linkedStorageAccountsGetSample.d.ts.map +0 -1
  935. package/dist-esm/samples-dev/linkedStorageAccountsGetSample.js +0 -37
  936. package/dist-esm/samples-dev/linkedStorageAccountsGetSample.js.map +0 -1
  937. package/dist-esm/samples-dev/linkedStorageAccountsListByWorkspaceSample.d.ts +0 -2
  938. package/dist-esm/samples-dev/linkedStorageAccountsListByWorkspaceSample.d.ts.map +0 -1
  939. package/dist-esm/samples-dev/linkedStorageAccountsListByWorkspaceSample.js +0 -52
  940. package/dist-esm/samples-dev/linkedStorageAccountsListByWorkspaceSample.js.map +0 -1
  941. package/dist-esm/samples-dev/managementGroupsListSample.d.ts +0 -2
  942. package/dist-esm/samples-dev/managementGroupsListSample.d.ts.map +0 -1
  943. package/dist-esm/samples-dev/managementGroupsListSample.js +0 -52
  944. package/dist-esm/samples-dev/managementGroupsListSample.js.map +0 -1
  945. package/dist-esm/samples-dev/operationStatusesGetSample.d.ts +0 -2
  946. package/dist-esm/samples-dev/operationStatusesGetSample.d.ts.map +0 -1
  947. package/dist-esm/samples-dev/operationStatusesGetSample.js +0 -36
  948. package/dist-esm/samples-dev/operationStatusesGetSample.js.map +0 -1
  949. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  950. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  951. package/dist-esm/samples-dev/operationsListSample.js +0 -50
  952. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  953. package/dist-esm/samples-dev/queriesDeleteSample.d.ts +0 -2
  954. package/dist-esm/samples-dev/queriesDeleteSample.d.ts.map +0 -1
  955. package/dist-esm/samples-dev/queriesDeleteSample.js +0 -37
  956. package/dist-esm/samples-dev/queriesDeleteSample.js.map +0 -1
  957. package/dist-esm/samples-dev/queriesGetSample.d.ts +0 -2
  958. package/dist-esm/samples-dev/queriesGetSample.d.ts.map +0 -1
  959. package/dist-esm/samples-dev/queriesGetSample.js +0 -37
  960. package/dist-esm/samples-dev/queriesGetSample.js.map +0 -1
  961. package/dist-esm/samples-dev/queriesListSample.d.ts +0 -2
  962. package/dist-esm/samples-dev/queriesListSample.d.ts.map +0 -1
  963. package/dist-esm/samples-dev/queriesListSample.js +0 -47
  964. package/dist-esm/samples-dev/queriesListSample.js.map +0 -1
  965. package/dist-esm/samples-dev/queriesPutSample.d.ts +0 -2
  966. package/dist-esm/samples-dev/queriesPutSample.d.ts.map +0 -1
  967. package/dist-esm/samples-dev/queriesPutSample.js +0 -37
  968. package/dist-esm/samples-dev/queriesPutSample.js.map +0 -1
  969. package/dist-esm/samples-dev/queriesSearchSample.d.ts +0 -2
  970. package/dist-esm/samples-dev/queriesSearchSample.d.ts.map +0 -1
  971. package/dist-esm/samples-dev/queriesSearchSample.js +0 -52
  972. package/dist-esm/samples-dev/queriesSearchSample.js.map +0 -1
  973. package/dist-esm/samples-dev/queriesUpdateSample.d.ts +0 -2
  974. package/dist-esm/samples-dev/queriesUpdateSample.d.ts.map +0 -1
  975. package/dist-esm/samples-dev/queriesUpdateSample.js +0 -37
  976. package/dist-esm/samples-dev/queriesUpdateSample.js.map +0 -1
  977. package/dist-esm/samples-dev/queryPacksCreateOrUpdateSample.d.ts +0 -2
  978. package/dist-esm/samples-dev/queryPacksCreateOrUpdateSample.d.ts.map +0 -1
  979. package/dist-esm/samples-dev/queryPacksCreateOrUpdateSample.js +0 -54
  980. package/dist-esm/samples-dev/queryPacksCreateOrUpdateSample.js.map +0 -1
  981. package/dist-esm/samples-dev/queryPacksCreateOrUpdateWithoutNameSample.d.ts +0 -2
  982. package/dist-esm/samples-dev/queryPacksCreateOrUpdateWithoutNameSample.d.ts.map +0 -1
  983. package/dist-esm/samples-dev/queryPacksCreateOrUpdateWithoutNameSample.js +0 -52
  984. package/dist-esm/samples-dev/queryPacksCreateOrUpdateWithoutNameSample.js.map +0 -1
  985. package/dist-esm/samples-dev/queryPacksDeleteSample.d.ts +0 -2
  986. package/dist-esm/samples-dev/queryPacksDeleteSample.d.ts.map +0 -1
  987. package/dist-esm/samples-dev/queryPacksDeleteSample.js +0 -36
  988. package/dist-esm/samples-dev/queryPacksDeleteSample.js.map +0 -1
  989. package/dist-esm/samples-dev/queryPacksGetSample.d.ts +0 -2
  990. package/dist-esm/samples-dev/queryPacksGetSample.d.ts.map +0 -1
  991. package/dist-esm/samples-dev/queryPacksGetSample.js +0 -36
  992. package/dist-esm/samples-dev/queryPacksGetSample.js.map +0 -1
  993. package/dist-esm/samples-dev/queryPacksListByResourceGroupSample.d.ts +0 -2
  994. package/dist-esm/samples-dev/queryPacksListByResourceGroupSample.d.ts.map +0 -1
  995. package/dist-esm/samples-dev/queryPacksListByResourceGroupSample.js +0 -51
  996. package/dist-esm/samples-dev/queryPacksListByResourceGroupSample.js.map +0 -1
  997. package/dist-esm/samples-dev/queryPacksListSample.d.ts +0 -2
  998. package/dist-esm/samples-dev/queryPacksListSample.d.ts.map +0 -1
  999. package/dist-esm/samples-dev/queryPacksListSample.js +0 -50
  1000. package/dist-esm/samples-dev/queryPacksListSample.js.map +0 -1
  1001. package/dist-esm/samples-dev/queryPacksUpdateTagsSample.d.ts +0 -2
  1002. package/dist-esm/samples-dev/queryPacksUpdateTagsSample.d.ts.map +0 -1
  1003. package/dist-esm/samples-dev/queryPacksUpdateTagsSample.js +0 -32
  1004. package/dist-esm/samples-dev/queryPacksUpdateTagsSample.js.map +0 -1
  1005. package/dist-esm/samples-dev/savedSearchesCreateOrUpdateSample.d.ts +0 -2
  1006. package/dist-esm/samples-dev/savedSearchesCreateOrUpdateSample.d.ts.map +0 -1
  1007. package/dist-esm/samples-dev/savedSearchesCreateOrUpdateSample.js +0 -39
  1008. package/dist-esm/samples-dev/savedSearchesCreateOrUpdateSample.js.map +0 -1
  1009. package/dist-esm/samples-dev/savedSearchesDeleteSample.d.ts +0 -2
  1010. package/dist-esm/samples-dev/savedSearchesDeleteSample.d.ts.map +0 -1
  1011. package/dist-esm/samples-dev/savedSearchesDeleteSample.js +0 -37
  1012. package/dist-esm/samples-dev/savedSearchesDeleteSample.js.map +0 -1
  1013. package/dist-esm/samples-dev/savedSearchesGetSample.d.ts +0 -2
  1014. package/dist-esm/samples-dev/savedSearchesGetSample.d.ts.map +0 -1
  1015. package/dist-esm/samples-dev/savedSearchesGetSample.js +0 -37
  1016. package/dist-esm/samples-dev/savedSearchesGetSample.js.map +0 -1
  1017. package/dist-esm/samples-dev/savedSearchesListByWorkspaceSample.d.ts +0 -2
  1018. package/dist-esm/samples-dev/savedSearchesListByWorkspaceSample.d.ts.map +0 -1
  1019. package/dist-esm/samples-dev/savedSearchesListByWorkspaceSample.js +0 -36
  1020. package/dist-esm/samples-dev/savedSearchesListByWorkspaceSample.js.map +0 -1
  1021. package/dist-esm/samples-dev/schemaGetSample.d.ts +0 -2
  1022. package/dist-esm/samples-dev/schemaGetSample.d.ts.map +0 -1
  1023. package/dist-esm/samples-dev/schemaGetSample.js +0 -36
  1024. package/dist-esm/samples-dev/schemaGetSample.js.map +0 -1
  1025. package/dist-esm/samples-dev/sharedKeysGetSharedKeysSample.d.ts +0 -2
  1026. package/dist-esm/samples-dev/sharedKeysGetSharedKeysSample.d.ts.map +0 -1
  1027. package/dist-esm/samples-dev/sharedKeysGetSharedKeysSample.js +0 -36
  1028. package/dist-esm/samples-dev/sharedKeysGetSharedKeysSample.js.map +0 -1
  1029. package/dist-esm/samples-dev/sharedKeysRegenerateSample.d.ts +0 -2
  1030. package/dist-esm/samples-dev/sharedKeysRegenerateSample.d.ts.map +0 -1
  1031. package/dist-esm/samples-dev/sharedKeysRegenerateSample.js +0 -36
  1032. package/dist-esm/samples-dev/sharedKeysRegenerateSample.js.map +0 -1
  1033. package/dist-esm/samples-dev/storageInsightConfigsCreateOrUpdateSample.d.ts +0 -2
  1034. package/dist-esm/samples-dev/storageInsightConfigsCreateOrUpdateSample.d.ts.map +0 -1
  1035. package/dist-esm/samples-dev/storageInsightConfigsCreateOrUpdateSample.js +0 -38
  1036. package/dist-esm/samples-dev/storageInsightConfigsCreateOrUpdateSample.js.map +0 -1
  1037. package/dist-esm/samples-dev/storageInsightConfigsDeleteSample.d.ts +0 -2
  1038. package/dist-esm/samples-dev/storageInsightConfigsDeleteSample.d.ts.map +0 -1
  1039. package/dist-esm/samples-dev/storageInsightConfigsDeleteSample.js +0 -37
  1040. package/dist-esm/samples-dev/storageInsightConfigsDeleteSample.js.map +0 -1
  1041. package/dist-esm/samples-dev/storageInsightConfigsGetSample.d.ts +0 -2
  1042. package/dist-esm/samples-dev/storageInsightConfigsGetSample.d.ts.map +0 -1
  1043. package/dist-esm/samples-dev/storageInsightConfigsGetSample.js +0 -37
  1044. package/dist-esm/samples-dev/storageInsightConfigsGetSample.js.map +0 -1
  1045. package/dist-esm/samples-dev/storageInsightConfigsListByWorkspaceSample.d.ts +0 -2
  1046. package/dist-esm/samples-dev/storageInsightConfigsListByWorkspaceSample.d.ts.map +0 -1
  1047. package/dist-esm/samples-dev/storageInsightConfigsListByWorkspaceSample.js +0 -52
  1048. package/dist-esm/samples-dev/storageInsightConfigsListByWorkspaceSample.js.map +0 -1
  1049. package/dist-esm/samples-dev/tablesCancelSearchSample.d.ts +0 -2
  1050. package/dist-esm/samples-dev/tablesCancelSearchSample.d.ts.map +0 -1
  1051. package/dist-esm/samples-dev/tablesCancelSearchSample.js +0 -37
  1052. package/dist-esm/samples-dev/tablesCancelSearchSample.js.map +0 -1
  1053. package/dist-esm/samples-dev/tablesCreateOrUpdateSample.d.ts +0 -2
  1054. package/dist-esm/samples-dev/tablesCreateOrUpdateSample.d.ts.map +0 -1
  1055. package/dist-esm/samples-dev/tablesCreateOrUpdateSample.js +0 -38
  1056. package/dist-esm/samples-dev/tablesCreateOrUpdateSample.js.map +0 -1
  1057. package/dist-esm/samples-dev/tablesDeleteSample.d.ts +0 -2
  1058. package/dist-esm/samples-dev/tablesDeleteSample.d.ts.map +0 -1
  1059. package/dist-esm/samples-dev/tablesDeleteSample.js +0 -37
  1060. package/dist-esm/samples-dev/tablesDeleteSample.js.map +0 -1
  1061. package/dist-esm/samples-dev/tablesGetSample.d.ts +0 -2
  1062. package/dist-esm/samples-dev/tablesGetSample.d.ts.map +0 -1
  1063. package/dist-esm/samples-dev/tablesGetSample.js +0 -37
  1064. package/dist-esm/samples-dev/tablesGetSample.js.map +0 -1
  1065. package/dist-esm/samples-dev/tablesListByWorkspaceSample.d.ts +0 -2
  1066. package/dist-esm/samples-dev/tablesListByWorkspaceSample.d.ts.map +0 -1
  1067. package/dist-esm/samples-dev/tablesListByWorkspaceSample.js +0 -52
  1068. package/dist-esm/samples-dev/tablesListByWorkspaceSample.js.map +0 -1
  1069. package/dist-esm/samples-dev/tablesMigrateSample.d.ts +0 -2
  1070. package/dist-esm/samples-dev/tablesMigrateSample.d.ts.map +0 -1
  1071. package/dist-esm/samples-dev/tablesMigrateSample.js +0 -37
  1072. package/dist-esm/samples-dev/tablesMigrateSample.js.map +0 -1
  1073. package/dist-esm/samples-dev/tablesUpdateSample.d.ts +0 -2
  1074. package/dist-esm/samples-dev/tablesUpdateSample.d.ts.map +0 -1
  1075. package/dist-esm/samples-dev/tablesUpdateSample.js +0 -38
  1076. package/dist-esm/samples-dev/tablesUpdateSample.js.map +0 -1
  1077. package/dist-esm/samples-dev/usagesListSample.d.ts +0 -2
  1078. package/dist-esm/samples-dev/usagesListSample.d.ts.map +0 -1
  1079. package/dist-esm/samples-dev/usagesListSample.js +0 -52
  1080. package/dist-esm/samples-dev/usagesListSample.js.map +0 -1
  1081. package/dist-esm/samples-dev/workspacePurgeGetPurgeStatusSample.d.ts +0 -2
  1082. package/dist-esm/samples-dev/workspacePurgeGetPurgeStatusSample.d.ts.map +0 -1
  1083. package/dist-esm/samples-dev/workspacePurgeGetPurgeStatusSample.js +0 -37
  1084. package/dist-esm/samples-dev/workspacePurgeGetPurgeStatusSample.js.map +0 -1
  1085. package/dist-esm/samples-dev/workspacePurgeSample.d.ts +0 -2
  1086. package/dist-esm/samples-dev/workspacePurgeSample.d.ts.map +0 -1
  1087. package/dist-esm/samples-dev/workspacePurgeSample.js +0 -73
  1088. package/dist-esm/samples-dev/workspacePurgeSample.js.map +0 -1
  1089. package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.d.ts +0 -2
  1090. package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.d.ts.map +0 -1
  1091. package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.js +0 -35
  1092. package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.js.map +0 -1
  1093. package/dist-esm/samples-dev/workspacesDeleteSample.d.ts +0 -2
  1094. package/dist-esm/samples-dev/workspacesDeleteSample.d.ts.map +0 -1
  1095. package/dist-esm/samples-dev/workspacesDeleteSample.js +0 -36
  1096. package/dist-esm/samples-dev/workspacesDeleteSample.js.map +0 -1
  1097. package/dist-esm/samples-dev/workspacesGetSample.d.ts +0 -2
  1098. package/dist-esm/samples-dev/workspacesGetSample.d.ts.map +0 -1
  1099. package/dist-esm/samples-dev/workspacesGetSample.js +0 -36
  1100. package/dist-esm/samples-dev/workspacesGetSample.js.map +0 -1
  1101. package/dist-esm/samples-dev/workspacesListByResourceGroupSample.d.ts +0 -2
  1102. package/dist-esm/samples-dev/workspacesListByResourceGroupSample.d.ts.map +0 -1
  1103. package/dist-esm/samples-dev/workspacesListByResourceGroupSample.js +0 -51
  1104. package/dist-esm/samples-dev/workspacesListByResourceGroupSample.js.map +0 -1
  1105. package/dist-esm/samples-dev/workspacesListSample.d.ts +0 -2
  1106. package/dist-esm/samples-dev/workspacesListSample.d.ts.map +0 -1
  1107. package/dist-esm/samples-dev/workspacesListSample.js +0 -50
  1108. package/dist-esm/samples-dev/workspacesListSample.js.map +0 -1
  1109. package/dist-esm/samples-dev/workspacesUpdateSample.d.ts +0 -2
  1110. package/dist-esm/samples-dev/workspacesUpdateSample.d.ts.map +0 -1
  1111. package/dist-esm/samples-dev/workspacesUpdateSample.js +0 -34
  1112. package/dist-esm/samples-dev/workspacesUpdateSample.js.map +0 -1
  1113. package/dist-esm/src/index.d.ts +0 -5
  1114. package/dist-esm/src/index.d.ts.map +0 -1
  1115. package/dist-esm/src/index.js +0 -13
  1116. package/dist-esm/src/index.js.map +0 -1
  1117. package/dist-esm/src/lroImpl.js +0 -29
  1118. package/dist-esm/src/lroImpl.js.map +0 -1
  1119. package/dist-esm/src/models/index.js.map +0 -1
  1120. package/dist-esm/src/models/mappers.js.map +0 -1
  1121. package/dist-esm/src/models/parameters.js +0 -445
  1122. package/dist-esm/src/models/parameters.js.map +0 -1
  1123. package/dist-esm/src/operationalInsightsManagementClient.d.ts +0 -38
  1124. package/dist-esm/src/operationalInsightsManagementClient.d.ts.map +0 -1
  1125. package/dist-esm/src/operationalInsightsManagementClient.js +0 -91
  1126. package/dist-esm/src/operationalInsightsManagementClient.js.map +0 -1
  1127. package/dist-esm/src/operations/availableServiceTiers.d.ts +0 -20
  1128. package/dist-esm/src/operations/availableServiceTiers.d.ts.map +0 -1
  1129. package/dist-esm/src/operations/availableServiceTiers.js +0 -57
  1130. package/dist-esm/src/operations/availableServiceTiers.js.map +0 -1
  1131. package/dist-esm/src/operations/clusters.d.ts +0 -107
  1132. package/dist-esm/src/operations/clusters.d.ts.map +0 -1
  1133. package/dist-esm/src/operations/clusters.js +0 -531
  1134. package/dist-esm/src/operations/clusters.js.map +0 -1
  1135. package/dist-esm/src/operations/dataExports.d.ts +0 -55
  1136. package/dist-esm/src/operations/dataExports.d.ts.map +0 -1
  1137. package/dist-esm/src/operations/dataExports.js +0 -206
  1138. package/dist-esm/src/operations/dataExports.js.map +0 -1
  1139. package/dist-esm/src/operations/dataSources.d.ts +0 -65
  1140. package/dist-esm/src/operations/dataSources.d.ts.map +0 -1
  1141. package/dist-esm/src/operations/dataSources.js +0 -238
  1142. package/dist-esm/src/operations/dataSources.js.map +0 -1
  1143. package/dist-esm/src/operations/deletedWorkspaces.d.ts +0 -40
  1144. package/dist-esm/src/operations/deletedWorkspaces.d.ts.map +0 -1
  1145. package/dist-esm/src/operations/deletedWorkspaces.js +0 -173
  1146. package/dist-esm/src/operations/deletedWorkspaces.js.map +0 -1
  1147. package/dist-esm/src/operations/gateways.d.ts +0 -21
  1148. package/dist-esm/src/operations/gateways.d.ts.map +0 -1
  1149. package/dist-esm/src/operations/gateways.js +0 -47
  1150. package/dist-esm/src/operations/gateways.js.map +0 -1
  1151. package/dist-esm/src/operations/index.d.ts +0 -23
  1152. package/dist-esm/src/operations/index.d.ts.map +0 -1
  1153. package/dist-esm/src/operations/index.js +0 -30
  1154. package/dist-esm/src/operations/index.js.map +0 -1
  1155. package/dist-esm/src/operations/intelligencePacks.d.ts +0 -37
  1156. package/dist-esm/src/operations/intelligencePacks.d.ts.map +0 -1
  1157. package/dist-esm/src/operations/intelligencePacks.js +0 -106
  1158. package/dist-esm/src/operations/intelligencePacks.js.map +0 -1
  1159. package/dist-esm/src/operations/linkedServices.d.ts +0 -73
  1160. package/dist-esm/src/operations/linkedServices.d.ts.map +0 -1
  1161. package/dist-esm/src/operations/linkedServices.js +0 -305
  1162. package/dist-esm/src/operations/linkedServices.js.map +0 -1
  1163. package/dist-esm/src/operations/linkedStorageAccounts.d.ts +0 -60
  1164. package/dist-esm/src/operations/linkedStorageAccounts.d.ts.map +0 -1
  1165. package/dist-esm/src/operations/linkedStorageAccounts.js +0 -192
  1166. package/dist-esm/src/operations/linkedStorageAccounts.js.map +0 -1
  1167. package/dist-esm/src/operations/managementGroups.d.ts +0 -30
  1168. package/dist-esm/src/operations/managementGroups.d.ts.map +0 -1
  1169. package/dist-esm/src/operations/managementGroups.js +0 -102
  1170. package/dist-esm/src/operations/managementGroups.js.map +0 -1
  1171. package/dist-esm/src/operations/operationStatuses.d.ts +0 -20
  1172. package/dist-esm/src/operations/operationStatuses.d.ts.map +0 -1
  1173. package/dist-esm/src/operations/operationStatuses.js +0 -50
  1174. package/dist-esm/src/operations/operationStatuses.js.map +0 -1
  1175. package/dist-esm/src/operations/operations.d.ts +0 -32
  1176. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  1177. package/dist-esm/src/operations/operations.js +0 -133
  1178. package/dist-esm/src/operations/operations.js.map +0 -1
  1179. package/dist-esm/src/operations/queries.d.ts +0 -106
  1180. package/dist-esm/src/operations/queries.d.ts.map +0 -1
  1181. package/dist-esm/src/operations/queries.js +0 -436
  1182. package/dist-esm/src/operations/queries.js.map +0 -1
  1183. package/dist-esm/src/operations/queryPacks.d.ts +0 -94
  1184. package/dist-esm/src/operations/queryPacks.d.ts.map +0 -1
  1185. package/dist-esm/src/operations/queryPacks.js +0 -421
  1186. package/dist-esm/src/operations/queryPacks.js.map +0 -1
  1187. package/dist-esm/src/operations/savedSearches.d.ts +0 -45
  1188. package/dist-esm/src/operations/savedSearches.d.ts.map +0 -1
  1189. package/dist-esm/src/operations/savedSearches.js +0 -135
  1190. package/dist-esm/src/operations/savedSearches.js.map +0 -1
  1191. package/dist-esm/src/operations/schemaOperations.d.ts +0 -20
  1192. package/dist-esm/src/operations/schemaOperations.d.ts.map +0 -1
  1193. package/dist-esm/src/operations/schemaOperations.js +0 -50
  1194. package/dist-esm/src/operations/schemaOperations.js.map +0 -1
  1195. package/dist-esm/src/operations/sharedKeysOperations.d.ts +0 -28
  1196. package/dist-esm/src/operations/sharedKeysOperations.d.ts.map +0 -1
  1197. package/dist-esm/src/operations/sharedKeysOperations.js +0 -78
  1198. package/dist-esm/src/operations/sharedKeysOperations.js.map +0 -1
  1199. package/dist-esm/src/operations/storageInsightConfigs.d.ts +0 -63
  1200. package/dist-esm/src/operations/storageInsightConfigs.d.ts.map +0 -1
  1201. package/dist-esm/src/operations/storageInsightConfigs.js +0 -238
  1202. package/dist-esm/src/operations/storageInsightConfigs.js.map +0 -1
  1203. package/dist-esm/src/operations/tables.d.ts +0 -108
  1204. package/dist-esm/src/operations/tables.d.ts.map +0 -1
  1205. package/dist-esm/src/operations/tables.js +0 -455
  1206. package/dist-esm/src/operations/tables.js.map +0 -1
  1207. package/dist-esm/src/operations/usages.d.ts +0 -30
  1208. package/dist-esm/src/operations/usages.d.ts.map +0 -1
  1209. package/dist-esm/src/operations/usages.js +0 -102
  1210. package/dist-esm/src/operations/usages.js.map +0 -1
  1211. package/dist-esm/src/operations/workspacePurge.d.ts +0 -39
  1212. package/dist-esm/src/operations/workspacePurge.d.ts.map +0 -1
  1213. package/dist-esm/src/operations/workspacePurge.js +0 -93
  1214. package/dist-esm/src/operations/workspacePurge.js.map +0 -1
  1215. package/dist-esm/src/operations/workspaces.d.ts +0 -90
  1216. package/dist-esm/src/operations/workspaces.d.ts.map +0 -1
  1217. package/dist-esm/src/operations/workspaces.js +0 -400
  1218. package/dist-esm/src/operations/workspaces.js.map +0 -1
  1219. package/dist-esm/src/operationsInterfaces/availableServiceTiers.d.ts +0 -12
  1220. package/dist-esm/src/operationsInterfaces/availableServiceTiers.d.ts.map +0 -1
  1221. package/dist-esm/src/operationsInterfaces/availableServiceTiers.js.map +0 -1
  1222. package/dist-esm/src/operationsInterfaces/clusters.d.ts +0 -71
  1223. package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +0 -1
  1224. package/dist-esm/src/operationsInterfaces/clusters.js.map +0 -1
  1225. package/dist-esm/src/operationsInterfaces/dataExports.d.ts +0 -38
  1226. package/dist-esm/src/operationsInterfaces/dataExports.d.ts.map +0 -1
  1227. package/dist-esm/src/operationsInterfaces/dataExports.js.map +0 -1
  1228. package/dist-esm/src/operationsInterfaces/dataSources.d.ts +0 -39
  1229. package/dist-esm/src/operationsInterfaces/dataSources.d.ts.map +0 -1
  1230. package/dist-esm/src/operationsInterfaces/dataSources.js.map +0 -1
  1231. package/dist-esm/src/operationsInterfaces/deletedWorkspaces.d.ts +0 -17
  1232. package/dist-esm/src/operationsInterfaces/deletedWorkspaces.d.ts.map +0 -1
  1233. package/dist-esm/src/operationsInterfaces/deletedWorkspaces.js.map +0 -1
  1234. package/dist-esm/src/operationsInterfaces/gateways.d.ts +0 -13
  1235. package/dist-esm/src/operationsInterfaces/gateways.d.ts.map +0 -1
  1236. package/dist-esm/src/operationsInterfaces/gateways.js.map +0 -1
  1237. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -23
  1238. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  1239. package/dist-esm/src/operationsInterfaces/index.js +0 -30
  1240. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  1241. package/dist-esm/src/operationsInterfaces/intelligencePacks.d.ts +0 -29
  1242. package/dist-esm/src/operationsInterfaces/intelligencePacks.d.ts.map +0 -1
  1243. package/dist-esm/src/operationsInterfaces/intelligencePacks.js.map +0 -1
  1244. package/dist-esm/src/operationsInterfaces/linkedServices.d.ts +0 -56
  1245. package/dist-esm/src/operationsInterfaces/linkedServices.d.ts.map +0 -1
  1246. package/dist-esm/src/operationsInterfaces/linkedServices.js.map +0 -1
  1247. package/dist-esm/src/operationsInterfaces/linkedStorageAccounts.d.ts +0 -42
  1248. package/dist-esm/src/operationsInterfaces/linkedStorageAccounts.d.ts.map +0 -1
  1249. package/dist-esm/src/operationsInterfaces/linkedStorageAccounts.js.map +0 -1
  1250. package/dist-esm/src/operationsInterfaces/managementGroups.d.ts +0 -13
  1251. package/dist-esm/src/operationsInterfaces/managementGroups.d.ts.map +0 -1
  1252. package/dist-esm/src/operationsInterfaces/managementGroups.js.map +0 -1
  1253. package/dist-esm/src/operationsInterfaces/operationStatuses.d.ts +0 -12
  1254. package/dist-esm/src/operationsInterfaces/operationStatuses.d.ts.map +0 -1
  1255. package/dist-esm/src/operationsInterfaces/operationStatuses.js.map +0 -1
  1256. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  1257. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  1258. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  1259. package/dist-esm/src/operationsInterfaces/queries.d.ts +0 -59
  1260. package/dist-esm/src/operationsInterfaces/queries.d.ts.map +0 -1
  1261. package/dist-esm/src/operationsInterfaces/queries.js.map +0 -1
  1262. package/dist-esm/src/operationsInterfaces/queryPacks.d.ts +0 -58
  1263. package/dist-esm/src/operationsInterfaces/queryPacks.d.ts.map +0 -1
  1264. package/dist-esm/src/operationsInterfaces/queryPacks.js.map +0 -1
  1265. package/dist-esm/src/operationsInterfaces/savedSearches.d.ts +0 -37
  1266. package/dist-esm/src/operationsInterfaces/savedSearches.d.ts.map +0 -1
  1267. package/dist-esm/src/operationsInterfaces/savedSearches.js.map +0 -1
  1268. package/dist-esm/src/operationsInterfaces/schemaOperations.d.ts +0 -12
  1269. package/dist-esm/src/operationsInterfaces/schemaOperations.d.ts.map +0 -1
  1270. package/dist-esm/src/operationsInterfaces/schemaOperations.js.map +0 -1
  1271. package/dist-esm/src/operationsInterfaces/sharedKeysOperations.d.ts +0 -20
  1272. package/dist-esm/src/operationsInterfaces/sharedKeysOperations.d.ts.map +0 -1
  1273. package/dist-esm/src/operationsInterfaces/sharedKeysOperations.js.map +0 -1
  1274. package/dist-esm/src/operationsInterfaces/storageInsightConfigs.d.ts +0 -38
  1275. package/dist-esm/src/operationsInterfaces/storageInsightConfigs.d.ts.map +0 -1
  1276. package/dist-esm/src/operationsInterfaces/storageInsightConfigs.js.map +0 -1
  1277. package/dist-esm/src/operationsInterfaces/tables.d.ts +0 -91
  1278. package/dist-esm/src/operationsInterfaces/tables.d.ts.map +0 -1
  1279. package/dist-esm/src/operationsInterfaces/tables.js.map +0 -1
  1280. package/dist-esm/src/operationsInterfaces/usages.d.ts +0 -13
  1281. package/dist-esm/src/operationsInterfaces/usages.d.ts.map +0 -1
  1282. package/dist-esm/src/operationsInterfaces/usages.js.map +0 -1
  1283. package/dist-esm/src/operationsInterfaces/workspacePurge.d.ts +0 -31
  1284. package/dist-esm/src/operationsInterfaces/workspacePurge.d.ts.map +0 -1
  1285. package/dist-esm/src/operationsInterfaces/workspacePurge.js.map +0 -1
  1286. package/dist-esm/src/operationsInterfaces/workspaces.d.ts +0 -67
  1287. package/dist-esm/src/operationsInterfaces/workspaces.d.ts.map +0 -1
  1288. package/dist-esm/src/operationsInterfaces/workspaces.js.map +0 -1
  1289. package/dist-esm/src/pagingHelper.js.map +0 -1
  1290. package/dist-esm/test/operationalinsights_operations_test.spec.d.ts +0 -4
  1291. package/dist-esm/test/operationalinsights_operations_test.spec.d.ts.map +0 -1
  1292. package/dist-esm/test/operationalinsights_operations_test.spec.js +0 -141
  1293. package/dist-esm/test/operationalinsights_operations_test.spec.js.map +0 -1
  1294. package/src/index.ts +0 -13
  1295. package/src/lroImpl.ts +0 -34
  1296. package/src/models/index.ts +0 -2495
  1297. package/src/models/mappers.ts +0 -3104
  1298. package/src/models/parameters.ts +0 -517
  1299. package/src/operationalInsightsManagementClient.ts +0 -192
  1300. package/src/operations/availableServiceTiers.ts +0 -76
  1301. package/src/operations/clusters.ts +0 -704
  1302. package/src/operations/dataExports.ts +0 -278
  1303. package/src/operations/dataSources.ts +0 -334
  1304. package/src/operations/deletedWorkspaces.ts +0 -194
  1305. package/src/operations/gateways.ts +0 -64
  1306. package/src/operations/index.ts +0 -30
  1307. package/src/operations/intelligencePacks.ts +0 -147
  1308. package/src/operations/linkedServices.ts +0 -440
  1309. package/src/operations/linkedStorageAccounts.ts +0 -265
  1310. package/src/operations/managementGroups.ts +0 -130
  1311. package/src/operations/operationStatuses.ts +0 -69
  1312. package/src/operations/operations.ts +0 -149
  1313. package/src/operations/queries.ts +0 -583
  1314. package/src/operations/queryPacks.ts +0 -522
  1315. package/src/operations/savedSearches.ts +0 -191
  1316. package/src/operations/schemaOperations.ts +0 -66
  1317. package/src/operations/sharedKeysOperations.ts +0 -108
  1318. package/src/operations/storageInsightConfigs.ts +0 -326
  1319. package/src/operations/tables.ts +0 -648
  1320. package/src/operations/usages.ts +0 -130
  1321. package/src/operations/workspacePurge.ts +0 -126
  1322. package/src/operations/workspaces.ts +0 -520
  1323. package/src/operationsInterfaces/availableServiceTiers.ts +0 -27
  1324. package/src/operationsInterfaces/clusters.ts +0 -139
  1325. package/src/operationsInterfaces/dataExports.ts +0 -75
  1326. package/src/operationsInterfaces/dataSources.ts +0 -77
  1327. package/src/operationsInterfaces/deletedWorkspaces.ts +0 -35
  1328. package/src/operationsInterfaces/gateways.ts +0 -26
  1329. package/src/operationsInterfaces/index.ts +0 -30
  1330. package/src/operationsInterfaces/intelligencePacks.ts +0 -56
  1331. package/src/operationsInterfaces/linkedServices.ts +0 -115
  1332. package/src/operationsInterfaces/linkedStorageAccounts.ts +0 -80
  1333. package/src/operationsInterfaces/managementGroups.ts +0 -26
  1334. package/src/operationsInterfaces/operationStatuses.ts +0 -27
  1335. package/src/operationsInterfaces/operations.ts +0 -22
  1336. package/src/operationsInterfaces/queries.ts +0 -111
  1337. package/src/operationsInterfaces/queryPacks.ts +0 -108
  1338. package/src/operationsInterfaces/savedSearches.ts +0 -74
  1339. package/src/operationsInterfaces/schemaOperations.ts +0 -24
  1340. package/src/operationsInterfaces/sharedKeysOperations.ts +0 -41
  1341. package/src/operationsInterfaces/storageInsightConfigs.ts +0 -75
  1342. package/src/operationsInterfaces/tables.ts +0 -172
  1343. package/src/operationsInterfaces/usages.ts +0 -26
  1344. package/src/operationsInterfaces/workspacePurge.ts +0 -55
  1345. package/src/operationsInterfaces/workspaces.ts +0 -125
  1346. package/src/pagingHelper.ts +0 -39
  1347. package/tsconfig.json +0 -33
  1348. package/types/arm-operationalinsights.d.ts +0 -3279
  1349. package/types/tsdoc-metadata.json +0 -11
  1350. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  1351. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  1352. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  1353. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  1354. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  1355. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  1356. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  1357. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  1358. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  1359. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  1360. /package/{dist-esm/src → dist/browser}/operationsInterfaces/availableServiceTiers.js +0 -0
  1361. /package/{dist-esm/src → dist/browser}/operationsInterfaces/clusters.js +0 -0
  1362. /package/{dist-esm/src → dist/browser}/operationsInterfaces/dataExports.js +0 -0
  1363. /package/{dist-esm/src → dist/browser}/operationsInterfaces/dataSources.js +0 -0
  1364. /package/{dist-esm/src → dist/browser}/operationsInterfaces/deletedWorkspaces.js +0 -0
  1365. /package/{dist-esm/src → dist/browser}/operationsInterfaces/gateways.js +0 -0
  1366. /package/{dist-esm/src → dist/browser}/operationsInterfaces/intelligencePacks.js +0 -0
  1367. /package/{dist-esm/src → dist/browser}/operationsInterfaces/linkedServices.js +0 -0
  1368. /package/{dist-esm/src → dist/browser}/operationsInterfaces/linkedStorageAccounts.js +0 -0
  1369. /package/{dist-esm/src → dist/browser}/operationsInterfaces/managementGroups.js +0 -0
  1370. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operationStatuses.js +0 -0
  1371. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  1372. /package/{dist-esm/src → dist/browser}/operationsInterfaces/queries.js +0 -0
  1373. /package/{dist-esm/src → dist/browser}/operationsInterfaces/queryPacks.js +0 -0
  1374. /package/{dist-esm/src → dist/browser}/operationsInterfaces/savedSearches.js +0 -0
  1375. /package/{dist-esm/src → dist/browser}/operationsInterfaces/schemaOperations.js +0 -0
  1376. /package/{dist-esm/src → dist/browser}/operationsInterfaces/sharedKeysOperations.js +0 -0
  1377. /package/{dist-esm/src → dist/browser}/operationsInterfaces/storageInsightConfigs.js +0 -0
  1378. /package/{dist-esm/src → dist/browser}/operationsInterfaces/tables.js +0 -0
  1379. /package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.js +0 -0
  1380. /package/{dist-esm/src → dist/browser}/operationsInterfaces/workspacePurge.js +0 -0
  1381. /package/{dist-esm/src → dist/browser}/operationsInterfaces/workspaces.js +0 -0
  1382. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  1383. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  1384. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** Describes the list of Log Analytics QueryPack resources. */\nexport interface LogAnalyticsQueryPackListResult {\n /** List of Log Analytics QueryPack definitions. */\n value: LogAnalyticsQueryPack[];\n /** The URI to get the next set of Log Analytics QueryPack definitions if too many QueryPacks where returned in the result set. */\n nextLink?: string;\n}\n\n/** An azure resource object */\nexport interface QueryPacksResource {\n /**\n * Azure resource Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Azure resource name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Azure resource type\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Resource location */\n location: string;\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** A container holding only the Tags for a resource, allowing the user to update the tags on a QueryPack instance. */\nexport interface TagsResource {\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n}\n\n/** Describes the list of Log Analytics QueryPack-Query resources. */\nexport interface LogAnalyticsQueryPackQueryListResult {\n /** List of Log Analytics QueryPack Query definitions. */\n value: LogAnalyticsQueryPackQuery[];\n /** The URI to get the next set of Log Analytics QueryPack definitions if too many QueryPack-Queries where returned in the result set. */\n nextLink?: string;\n}\n\n/** The related metadata items for the function. */\nexport interface LogAnalyticsQueryPackQueryPropertiesRelated {\n /** The related categories for the function. */\n categories?: string[];\n /** The related resource types for the function. */\n resourceTypes?: string[];\n /** The related Log Analytics solutions for the function. */\n solutions?: string[];\n}\n\n/** An Azure resource QueryPack-Query object */\nexport interface AzureResourceProperties {\n /**\n * Azure resource Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Azure resource name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Azure resource type\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Read only system data\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Read only system data */\nexport interface SystemData {\n /** An identifier for the identity that created the resource */\n createdBy?: string;\n /** The type of identity that created the resource */\n createdByType?: IdentityType;\n /** The timestamp of resource creation (UTC) */\n createdAt?: Date;\n /** An identifier for the identity that last modified the resource */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource */\n lastModifiedByType?: IdentityType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** Properties that define an Log Analytics QueryPack-Query search properties. */\nexport interface LogAnalyticsQueryPackQuerySearchProperties {\n /** The related metadata items for the function. */\n related?: LogAnalyticsQueryPackQuerySearchPropertiesRelated;\n /** Tags associated with the query. */\n tags?: { [propertyName: string]: string[] };\n}\n\n/** The related metadata items for the function. */\nexport interface LogAnalyticsQueryPackQuerySearchPropertiesRelated {\n /** The related categories for the function. */\n categories?: string[];\n /** The related resource types for the function. */\n resourceTypes?: string[];\n /** The related Log Analytics solutions for the function. */\n solutions?: string[];\n}\n\n/** Result of the request to list data exports. */\nexport interface DataExportListResult {\n /** List of data export instances within a workspace.. */\n value?: DataExport[];\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** The list data source by workspace operation response. */\nexport interface DataSourceListResult {\n /** A list of datasources. */\n value?: DataSource[];\n /** The link (url) to the next page of datasources. */\n nextLink?: string;\n}\n\n/** Intelligence Pack containing a string name and boolean indicating if it's enabled. */\nexport interface IntelligencePack {\n /** The name of the intelligence pack. */\n name?: string;\n /** The enabled boolean for the intelligence pack. */\n enabled?: boolean;\n /** The display name of the intelligence pack. */\n displayName?: string;\n}\n\n/** The list linked service operation response. */\nexport interface LinkedServiceListResult {\n /** The list of linked service instances */\n value?: LinkedService[];\n}\n\n/** The list linked storage accounts service operation response. */\nexport interface LinkedStorageAccountsListResult {\n /** A list of linked storage accounts instances. */\n value?: LinkedStorageAccountsResource[];\n}\n\n/** The list workspace management groups operation response. */\nexport interface WorkspaceListManagementGroupsResult {\n /** Gets or sets a list of management groups attached to the workspace. */\n value?: ManagementGroup[];\n}\n\n/** A management group that is connected to a workspace */\nexport interface ManagementGroup {\n /** The number of servers connected to the management group. */\n serverCount?: number;\n /** Gets or sets a value indicating whether the management group is a gateway. */\n isGateway?: boolean;\n /** The name of the management group. */\n name?: string;\n /** The unique ID of the management group. */\n id?: string;\n /** The datetime that the management group was created. */\n created?: Date;\n /** The last datetime that the management group received data. */\n dataReceived?: Date;\n /** The version of System Center that is managing the management group. */\n version?: string;\n /** The SKU of System Center that is managing the management group. */\n sku?: string;\n}\n\n/** The status of operation. */\nexport interface OperationStatus {\n /** The operation Id. */\n id?: string;\n /** The operation name. */\n name?: string;\n /** The start time of the operation. */\n startTime?: string;\n /** The end time of the operation. */\n endTime?: string;\n /** The status of the operation. */\n status?: string;\n /** The error detail of the operation if any. */\n error?: ErrorResponse;\n}\n\n/** The shared keys for a workspace. */\nexport interface SharedKeys {\n /** The primary shared key of a workspace. */\n primarySharedKey?: string;\n /** The secondary shared key of a workspace. */\n secondarySharedKey?: string;\n}\n\n/** The list workspace usages operation response. */\nexport interface WorkspaceListUsagesResult {\n /** Gets or sets a list of usage metrics for a workspace. */\n value?: UsageMetric[];\n}\n\n/** A metric describing the usage of a resource. */\nexport interface UsageMetric {\n /** The name of the metric. */\n name?: MetricName;\n /** The units used for the metric. */\n unit?: string;\n /** The current value of the metric. */\n currentValue?: number;\n /** The quota limit for the metric. */\n limit?: number;\n /** The time that the metric's value will reset. */\n nextResetTime?: Date;\n /** The quota period that determines the length of time between value resets. */\n quotaPeriod?: string;\n}\n\n/** The name of a metric. */\nexport interface MetricName {\n /** The system name of the metric. */\n value?: string;\n /** The localized name of the metric. */\n localizedValue?: string;\n}\n\n/** Describes a storage account connection. */\nexport interface StorageAccount {\n /** The Azure Resource Manager ID of the storage account resource. */\n id: string;\n /** The storage account key. */\n key: string;\n}\n\n/** The status of the storage insight. */\nexport interface StorageInsightStatus {\n /** The state of the storage insight connection to the workspace */\n state: StorageInsightState;\n /** Description of the state of the storage insight. */\n description?: string;\n}\n\n/** The list storage insights operation response. */\nexport interface StorageInsightListResult {\n /** A list of storage insight items. */\n value?: StorageInsight[];\n /** The link (url) to the next page of results. */\n odataNextLink?: string;\n}\n\n/** A tag of a saved search. */\nexport interface Tag {\n /** The tag name. */\n name: string;\n /** The tag value. */\n value: string;\n}\n\n/** The saved search list operation response. */\nexport interface SavedSearchesListResult {\n /** The array of result values. */\n value?: SavedSearch[];\n}\n\n/** Service Tier details. */\nexport interface AvailableServiceTier {\n /**\n * The name of the Service Tier.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serviceTier?: SkuNameEnum;\n /**\n * True if the Service Tier is enabled for the workspace.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly enabled?: boolean;\n /**\n * The minimum retention for the Service Tier, in days.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly minimumRetention?: number;\n /**\n * The maximum retention for the Service Tier, in days.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maximumRetention?: number;\n /**\n * The default retention for the Service Tier, in days.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultRetention?: number;\n /**\n * The capacity reservation level in GB per day. Returned for the Capacity Reservation Service Tier.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly capacityReservationLevel?: number;\n /**\n * Time when the sku was last updated for the workspace. Returned for the Capacity Reservation Service Tier.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastSkuUpdate?: string;\n}\n\n/** The get schema operation response. */\nexport interface SearchGetSchemaResponse {\n /** The metadata from search results. */\n metadata?: SearchMetadata;\n /** The array of result values. */\n value?: SearchSchemaValue[];\n}\n\n/** Metadata for search results. */\nexport interface SearchMetadata {\n /** The request id of the search. */\n searchId?: string;\n /** The search result type. */\n resultType?: string;\n /** The total number of search results. */\n total?: number;\n /** The number of top search results. */\n top?: number;\n /** The id of the search results request. */\n id?: string;\n /** The core summaries. */\n coreSummaries?: CoreSummary[];\n /** The status of the search results. */\n status?: string;\n /** The start time for the search. */\n startTime?: Date;\n /** The time of last update. */\n lastUpdated?: Date;\n /** The ETag of the search results. */\n eTag?: string;\n /** How the results are sorted. */\n sort?: SearchSort[];\n /** The request time. */\n requestTime?: number;\n /** The aggregated value field. */\n aggregatedValueField?: string;\n /** The aggregated grouping fields. */\n aggregatedGroupingFields?: string;\n /** The sum of all aggregates returned in the result set. */\n sum?: number;\n /** The max of all aggregates returned in the result set. */\n max?: number;\n /** The schema. */\n schema?: SearchMetadataSchema;\n}\n\n/** The core summary of a search. */\nexport interface CoreSummary {\n /** The status of a core summary. */\n status?: string;\n /** The number of documents of a core summary. */\n numberOfDocuments: number;\n}\n\n/** The sort parameters for search. */\nexport interface SearchSort {\n /** The name of the field the search query is sorted on. */\n name?: string;\n /** The sort order of the search. */\n order?: SearchSortEnum;\n}\n\n/** Schema metadata for search. */\nexport interface SearchMetadataSchema {\n /** The name of the metadata schema. */\n name?: string;\n /** The version of the metadata schema. */\n version?: number;\n}\n\n/** Value object for schema results. */\nexport interface SearchSchemaValue {\n /** The name of the schema. */\n name?: string;\n /** The display name of the schema. */\n displayName?: string;\n /** The type. */\n type?: string;\n /** The boolean that indicates the field is searchable as free text. */\n indexed: boolean;\n /** The boolean that indicates whether or not the field is stored. */\n stored: boolean;\n /** The boolean that indicates whether or not the field is a facet. */\n facet: boolean;\n /** The array of workflows containing the field. */\n ownerType?: string[];\n}\n\n/** Describes the body of a purge request for an App Insights Workspace */\nexport interface WorkspacePurgeBody {\n /** Table from which to purge data. */\n table: string;\n /** The set of columns and filters (queries) to run over them to purge the resulting data. */\n filters: WorkspacePurgeBodyFilters[];\n}\n\n/** User-defined filters to return data which will be purged from the table. */\nexport interface WorkspacePurgeBodyFilters {\n /** The column of the table over which the given query should run */\n column?: string;\n /** A query operator to evaluate over the provided column and value(s). Supported operators are ==, =~, in, in~, >, >=, <, <=, between, and have the same behavior as they would in a KQL query. */\n operator?: string;\n /** the value for the operator to function over. This can be a number (e.g., > 100), a string (timestamp >= '2017-09-01') or array of values. */\n value?: any;\n /** When filtering over custom dimensions, this key will be used as the name of the custom dimension. */\n key?: string;\n}\n\n/** Response containing operationId for a specific purge action. */\nexport interface WorkspacePurgeResponse {\n /** Id to use when querying for status for a particular purge operation. */\n operationId: string;\n}\n\n/** Response containing status for a specific purge operation. */\nexport interface WorkspacePurgeStatusResponse {\n /** Status of the operation represented by the requested Id. */\n status: PurgeState;\n}\n\n/** The list clusters operation response. */\nexport interface ClusterListResult {\n /** The link used to get the next page of recommendations. */\n nextLink?: string;\n /** A list of Log Analytics clusters. */\n value?: Cluster[];\n}\n\n/** Identity for the resource. */\nexport interface Identity {\n /**\n * The principal ID of resource identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The tenant ID of resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** Type of managed service identity. */\n type: IdentityType;\n /** The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. */\n userAssignedIdentities?: { [propertyName: string]: UserIdentityProperties };\n}\n\n/** User assigned identity properties. */\nexport interface UserIdentityProperties {\n /**\n * The principal id of user assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The client id of user assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientId?: string;\n}\n\n/** The cluster sku definition. */\nexport interface ClusterSku {\n /** The capacity value */\n capacity?: Capacity;\n /** The name of the SKU. */\n name?: ClusterSkuNameEnum;\n}\n\n/** The key vault properties. */\nexport interface KeyVaultProperties {\n /** The Key Vault uri which holds they key associated with the Log Analytics cluster. */\n keyVaultUri?: string;\n /** The name of the key associated with the Log Analytics cluster. */\n keyName?: string;\n /** The version of the key associated with the Log Analytics cluster. */\n keyVersion?: string;\n /** Selected key minimum required size. */\n keyRsaSize?: number;\n}\n\n/** The list of Log Analytics workspaces associated with the cluster. */\nexport interface AssociatedWorkspace {\n /**\n * The id of the assigned workspace.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly workspaceId?: string;\n /**\n * The name id the assigned workspace.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly workspaceName?: string;\n /**\n * The ResourceId id the assigned workspace.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceId?: string;\n /**\n * The time of workspace association.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly associateDate?: string;\n}\n\n/** The Capacity Reservation properties. */\nexport interface CapacityReservationProperties {\n /**\n * The last time Sku was updated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastSkuUpdate?: string;\n /**\n * Minimum CapacityReservation value in GB.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly minCapacity?: number;\n}\n\n/** The top level Log Analytics cluster resource container. */\nexport interface ClusterPatch {\n /** The identity of the resource. */\n identity?: Identity;\n /** The sku properties. */\n sku?: ClusterSku;\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The associated key properties. */\n keyVaultProperties?: KeyVaultProperties;\n /** The cluster's billing type. */\n billingType?: BillingType;\n}\n\n/** Result of the request to list solution operations. */\nexport interface OperationListResult {\n /** List of solution operations supported by the OperationsManagement resource provider. */\n value?: Operation[];\n /**\n * URL to get the next set of operation list results if there are any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Supported operation of OperationalInsights resource provider. */\nexport interface Operation {\n /** Operation name: {provider}/{resource}/{operation} */\n name?: string;\n /** Display metadata associated with the operation. */\n display?: OperationDisplay;\n}\n\n/** Display metadata associated with the operation. */\nexport interface OperationDisplay {\n /** Service provider: Microsoft OperationsManagement. */\n provider?: string;\n /** Resource on which the operation is performed etc. */\n resource?: string;\n /** Type of operation: get, read, delete, etc. */\n operation?: string;\n /** Description of operation */\n description?: string;\n}\n\n/** The list workspaces operation response. */\nexport interface WorkspaceListResult {\n /** A list of workspaces. */\n value?: Workspace[];\n}\n\n/** The SKU (tier) of a workspace. */\nexport interface WorkspaceSku {\n /** The name of the SKU. */\n name: WorkspaceSkuNameEnum;\n /** The capacity reservation level in GB for this workspace, when CapacityReservation sku is selected. */\n capacityReservationLevel?: CapacityReservationLevel;\n /**\n * The last time when the sku was updated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastSkuUpdate?: string;\n}\n\n/** The daily volume cap for ingestion. */\nexport interface WorkspaceCapping {\n /** The workspace daily quota for ingestion. */\n dailyQuotaGb?: number;\n /**\n * The time when the quota will be rest.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly quotaNextResetTime?: string;\n /**\n * The status of data ingestion for this workspace.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataIngestionStatus?: DataIngestionStatus;\n}\n\n/** The private link scope resource reference. */\nexport interface PrivateLinkScopedResource {\n /** The full resource Id of the private link scope resource. */\n resourceId?: string;\n /** The private link scope unique Identifier. */\n scopeId?: string;\n}\n\n/** Workspace features. */\nexport interface WorkspaceFeatures {\n /** Describes unknown properties. The value of an unknown property can be of \"any\" type. */\n [property: string]: any;\n /** Flag that indicate if data should be exported. */\n enableDataExport?: boolean;\n /** Flag that describes if we want to remove the data after 30 days. */\n immediatePurgeDataOn30Days?: boolean;\n /** Flag that indicate which permission to use - resource or workspace or both. */\n enableLogAccessUsingOnlyResourcePermissions?: boolean;\n /** Dedicated LA cluster resourceId that is linked to the workspaces. */\n clusterResourceId?: string;\n /** Disable Non-AAD based Auth. */\n disableLocalAuth?: boolean;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemDataAutoGenerated {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** The list tables operation response. */\nexport interface TablesListResult {\n /** A list of data tables. */\n value?: Table[];\n}\n\n/** Parameters of the search job that initiated this table. */\nexport interface SearchResults {\n /** Search job query. */\n query?: string;\n /** Search job Description. */\n description?: string;\n /** Limit the search job to return up to specified number of rows. */\n limit?: number;\n /** The timestamp to start the search from (UTC) */\n startSearchTime?: Date;\n /** The timestamp to end the search by (UTC) */\n endSearchTime?: Date;\n /**\n * The table used in the search job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceTable?: string;\n /**\n * Search results table async operation id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly azureAsyncOperationId?: string;\n}\n\n/** Restore parameters. */\nexport interface RestoredLogs {\n /** The timestamp to start the restore from (UTC). */\n startRestoreTime?: Date;\n /** The timestamp to end the restore by (UTC). */\n endRestoreTime?: Date;\n /** The table to restore data from. */\n sourceTable?: string;\n /**\n * Search results table async operation id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly azureAsyncOperationId?: string;\n}\n\n/** Search job execution statistics. */\nexport interface ResultStatistics {\n /**\n * Search job completion percentage.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly progress?: number;\n /**\n * The number of rows that were returned by the search job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ingestedRecords?: number;\n /**\n * Search job: Amount of scanned data.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scannedGb?: number;\n}\n\n/** Table's schema. */\nexport interface Schema {\n /** Table name. */\n name?: string;\n /** Table display name. */\n displayName?: string;\n /** Table description. */\n description?: string;\n /** A list of table custom columns. */\n columns?: Column[];\n /**\n * A list of table standard columns.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly standardColumns?: Column[];\n /**\n * Table category.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly categories?: string[];\n /**\n * Table labels.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly labels?: string[];\n /**\n * Table's creator.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly source?: SourceEnum;\n /**\n * Table's creator.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tableType?: TableTypeEnum;\n /**\n * The subtype describes what APIs can be used to interact with the table, and what features are available against it.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tableSubType?: TableSubTypeEnum;\n /**\n * List of solutions the table is affiliated with\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly solutions?: string[];\n}\n\n/** Table column. */\nexport interface Column {\n /** Column name. */\n name?: string;\n /** Column data type. */\n type?: ColumnTypeEnum;\n /** Column data type logical hint. */\n dataTypeHint?: ColumnDataTypeHintEnum;\n /** Column display name. */\n displayName?: string;\n /** Column description. */\n description?: string;\n /**\n * Is displayed by default.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDefaultDisplay?: boolean;\n /**\n * Is column hidden.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isHidden?: boolean;\n}\n\n/** DataSource filter. Right now, only filter by kind is supported. */\nexport interface DataSourceFilter {\n /** The kind of the DataSource. */\n kind?: DataSourceKind;\n}\n\n/** An Log Analytics QueryPack definition. */\nexport interface LogAnalyticsQueryPack extends QueryPacksResource {\n /**\n * The unique ID of your application. This field cannot be changed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly queryPackId?: string;\n /**\n * Creation Date for the Log Analytics QueryPack, in ISO 8601 format.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timeCreated?: Date;\n /**\n * Last modified date of the Log Analytics QueryPack, in ISO 8601 format.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timeModified?: Date;\n /**\n * Current state of this QueryPack: whether or not is has been provisioned within the resource group it is defined. Users cannot change this value but are able to read from it. Values will include Succeeded, Deploying, Canceled, and Failed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n}\n\n/** A Log Analytics QueryPack-Query definition. */\nexport interface LogAnalyticsQueryPackQuery extends AzureResourceProperties {\n /**\n * The unique ID of your application. This field cannot be changed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly idPropertiesId?: string;\n /** Unique display name for your query within the Query Pack. */\n displayName?: string;\n /**\n * Creation Date for the Log Analytics Query, in ISO 8601 format.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timeCreated?: Date;\n /**\n * Last modified date of the Log Analytics Query, in ISO 8601 format.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timeModified?: Date;\n /**\n * Object Id of user creating the query.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly author?: string;\n /** Description of the query. */\n description?: string;\n /** Body of the query. */\n body?: string;\n /** The related metadata items for the function. */\n related?: LogAnalyticsQueryPackQueryPropertiesRelated;\n /** Tags associated with the query. */\n tags?: { [propertyName: string]: string[] };\n /** Additional properties that can be set for the query. */\n properties?: Record<string, unknown>;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** The resource model definition for an Azure Resource Manager resource with an etag. */\nexport interface AzureEntityResource extends Resource {\n /**\n * Resource Etag.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n}\n\n/** The top level data export resource container. */\nexport interface DataExport extends ProxyResource {\n /** The data export rule ID. */\n dataExportId?: string;\n /** An array of tables to export, for example: [“Heartbeat, SecurityEvent”]. */\n tableNames?: string[];\n /** Active when enabled. */\n enable?: boolean;\n /** The latest data export rule modification time. */\n createdDate?: string;\n /** Date and time when the export was last modified. */\n lastModifiedDate?: string;\n /** The destination resource ID. This can be copied from the Properties entry of the destination resource in Azure. */\n resourceId?: string;\n /**\n * The type of the destination resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly typePropertiesDestinationType?: Type;\n /** Optional. Allows to define an Event Hub name. Not applicable when destination is Storage Account. */\n eventHubName?: string;\n}\n\n/** Datasources under OMS Workspace. */\nexport interface DataSource extends ProxyResource {\n /** The data source properties in raw json format, each kind of data source have it's own schema. */\n properties: Record<string, unknown>;\n /** The ETag of the data source. */\n etag?: string;\n /** The kind of the DataSource. */\n kind: DataSourceKind;\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The top level Linked service resource container. */\nexport interface LinkedService extends ProxyResource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The resource id of the resource that will be linked to the workspace. This should be used for linking resources which require read access */\n resourceId?: string;\n /** The resource id of the resource that will be linked to the workspace. This should be used for linking resources which require write access */\n writeAccessResourceId?: string;\n /** The provisioning state of the linked service. */\n provisioningState?: LinkedServiceEntityStatus;\n}\n\n/** Linked storage accounts top level resource container. */\nexport interface LinkedStorageAccountsResource extends ProxyResource {\n /**\n * Linked storage accounts type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataSourceType?: DataSourceType;\n /** Linked storage accounts resources ids. */\n storageAccountIds?: string[];\n}\n\n/** The top level storage insight resource container. */\nexport interface StorageInsight extends ProxyResource {\n /** The ETag of the storage insight. */\n eTag?: string;\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The names of the blob containers that the workspace should read */\n containers?: string[];\n /** The names of the Azure tables that the workspace should read */\n tables?: string[];\n /** The storage account connection details */\n storageAccount?: StorageAccount;\n /**\n * The status of the storage insight\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: StorageInsightStatus;\n}\n\n/** Value object for saved search results. */\nexport interface SavedSearch extends ProxyResource {\n /** The ETag of the saved search. To override an existing saved search, use \"*\" or specify the current Etag */\n etag?: string;\n /** The category of the saved search. This helps the user to find a saved search faster. */\n category: string;\n /** Saved search display name. */\n displayName: string;\n /** The query expression for the saved search. */\n query: string;\n /** The function alias if query serves as a function. */\n functionAlias?: string;\n /** The optional function parameters if query serves as a function. Value should be in the following format: 'param-name1:type1 = default_value1, param-name2:type2 = default_value2'. For more examples and proper syntax please refer to https://docs.microsoft.com/en-us/azure/kusto/query/functions/user-defined-functions. */\n functionParameters?: string;\n /** The version number of the query language. The current version is 2 and is the default. */\n version?: number;\n /** The tags attached to the saved search. */\n tags?: Tag[];\n}\n\n/** Workspace data table definition. */\nexport interface Table extends ProxyResource {\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemDataAutoGenerated;\n /** The table retention in days, between 4 and 730. Setting this property to -1 will default to the workspace retention. */\n retentionInDays?: number;\n /** The table total retention in days, between 4 and 2555. Setting this property to -1 will default to table retention. */\n totalRetentionInDays?: number;\n /**\n * The table data archive retention in days. Calculated as (totalRetentionInDays-retentionInDays)\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly archiveRetentionInDays?: number;\n /** Parameters of the search job that initiated this table. */\n searchResults?: SearchResults;\n /** Parameters of the restore operation that initiated this table. */\n restoredLogs?: RestoredLogs;\n /**\n * Search job execution statistics.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resultStatistics?: ResultStatistics;\n /** Instruct the system how to handle and charge the logs ingested to this table. */\n plan?: TablePlanEnum;\n /**\n * The timestamp that table plan was last modified (UTC).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastPlanModifiedDate?: string;\n /** Table schema. */\n schema?: Schema;\n /**\n * Table's current provisioning state. If set to 'updating', indicates a resource lock due to ongoing operation, forbidding any update to the table until the ongoing operation is concluded.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningStateEnum;\n /**\n * True - Value originates from workspace retention in days, False - Customer specific.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly retentionInDaysAsDefault?: boolean;\n /**\n * True - Value originates from retention in days, False - Customer specific.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly totalRetentionInDaysAsDefault?: boolean;\n}\n\n/** The top level Log Analytics cluster resource container. */\nexport interface Cluster extends TrackedResource {\n /** The identity of the resource. */\n identity?: Identity;\n /** The sku properties. */\n sku?: ClusterSku;\n /**\n * The ID associated with the cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clusterId?: string;\n /**\n * The provisioning state of the cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ClusterEntityStatus;\n /** Configures whether cluster will use double encryption. This Property can not be modified after cluster creation. Default value is 'true' */\n isDoubleEncryptionEnabled?: boolean;\n /** Sets whether the cluster will support availability zones. This can be set as true only in regions where Azure Data Explorer support Availability Zones. This Property can not be modified after cluster creation. Default value is 'true' if region supports Availability Zones. */\n isAvailabilityZonesEnabled?: boolean;\n /** The cluster's billing type. */\n billingType?: BillingType;\n /** The associated key properties. */\n keyVaultProperties?: KeyVaultProperties;\n /**\n * The last time the cluster was updated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedDate?: string;\n /**\n * The cluster creation time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdDate?: string;\n /** The list of Log Analytics workspaces associated with the cluster */\n associatedWorkspaces?: AssociatedWorkspace[];\n /** Additional properties for capacity reservation */\n capacityReservationProperties?: CapacityReservationProperties;\n}\n\n/** The top level Workspace resource container. */\nexport interface Workspace extends TrackedResource {\n /** The identity of the resource. */\n identity?: Identity;\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemDataAutoGenerated;\n /** The etag of the workspace. */\n etag?: string;\n /**\n * The provisioning state of the workspace.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: WorkspaceEntityStatus;\n /**\n * This is a read-only property. Represents the ID associated with the workspace.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly customerId?: string;\n /** The SKU of the workspace. */\n sku?: WorkspaceSku;\n /** The workspace data retention in days. Allowed values are per pricing plan. See pricing tiers documentation for details. */\n retentionInDays?: number;\n /** The daily volume cap for ingestion. */\n workspaceCapping?: WorkspaceCapping;\n /**\n * Workspace creation date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdDate?: string;\n /**\n * Workspace modification date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly modifiedDate?: string;\n /** The network access type for accessing Log Analytics ingestion. */\n publicNetworkAccessForIngestion?: PublicNetworkAccessType;\n /** The network access type for accessing Log Analytics query. */\n publicNetworkAccessForQuery?: PublicNetworkAccessType;\n /** Indicates whether customer managed storage is mandatory for query management. */\n forceCmkForQuery?: boolean;\n /**\n * List of linked private link scope resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateLinkScopedResources?: PrivateLinkScopedResource[];\n /** Workspace features. */\n features?: WorkspaceFeatures;\n /** The resource ID of the default Data Collection Rule to use for this workspace. Expected format is - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/dataCollectionRules/{dcrName}. */\n defaultDataCollectionRuleResourceId?: string;\n}\n\n/** The top level Workspace resource container. */\nexport interface WorkspacePatch extends AzureEntityResource {\n /** The identity of the resource. */\n identity?: Identity;\n /** Resource tags. Optional. */\n tags?: { [propertyName: string]: string };\n /**\n * The provisioning state of the workspace.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: WorkspaceEntityStatus;\n /**\n * This is a read-only property. Represents the ID associated with the workspace.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly customerId?: string;\n /** The SKU of the workspace. */\n sku?: WorkspaceSku;\n /** The workspace data retention in days. Allowed values are per pricing plan. See pricing tiers documentation for details. */\n retentionInDays?: number;\n /** The daily volume cap for ingestion. */\n workspaceCapping?: WorkspaceCapping;\n /**\n * Workspace creation date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdDate?: string;\n /**\n * Workspace modification date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly modifiedDate?: string;\n /** The network access type for accessing Log Analytics ingestion. */\n publicNetworkAccessForIngestion?: PublicNetworkAccessType;\n /** The network access type for accessing Log Analytics query. */\n publicNetworkAccessForQuery?: PublicNetworkAccessType;\n /** Indicates whether customer managed storage is mandatory for query management. */\n forceCmkForQuery?: boolean;\n /**\n * List of linked private link scope resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateLinkScopedResources?: PrivateLinkScopedResource[];\n /** Workspace features. */\n features?: WorkspaceFeatures;\n /** The resource ID of the default Data Collection Rule to use for this workspace. Expected format is - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/dataCollectionRules/{dcrName}. */\n defaultDataCollectionRuleResourceId?: string;\n}\n\n/** Defines headers for WorkspacePurge_purge operation. */\nexport interface WorkspacePurgePurgeHeaders {\n /** The location from which to request the operation status. */\n xMsStatusLocation?: string;\n}\n\n/** Known values of {@link IdentityType} that the service accepts. */\nexport enum KnownIdentityType {\n /** User */\n User = \"user\",\n /** Application */\n Application = \"application\",\n /** ManagedIdentity */\n ManagedIdentity = \"managedIdentity\",\n /** Key */\n Key = \"key\",\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\",\n /** None */\n None = \"None\"\n}\n\n/**\n * Defines values for IdentityType. \\\n * {@link KnownIdentityType} can be used interchangeably with IdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user** \\\n * **application** \\\n * **managedIdentity** \\\n * **key** \\\n * **SystemAssigned** \\\n * **UserAssigned** \\\n * **None**\n */\nexport type IdentityType = string;\n\n/** Known values of {@link Type} that the service accepts. */\nexport enum KnownType {\n /** StorageAccount */\n StorageAccount = \"StorageAccount\",\n /** EventHub */\n EventHub = \"EventHub\"\n}\n\n/**\n * Defines values for Type. \\\n * {@link KnownType} can be used interchangeably with Type,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **StorageAccount** \\\n * **EventHub**\n */\nexport type Type = string;\n\n/** Known values of {@link DataSourceKind} that the service accepts. */\nexport enum KnownDataSourceKind {\n /** WindowsEvent */\n WindowsEvent = \"WindowsEvent\",\n /** WindowsPerformanceCounter */\n WindowsPerformanceCounter = \"WindowsPerformanceCounter\",\n /** IISLogs */\n IISLogs = \"IISLogs\",\n /** LinuxSyslog */\n LinuxSyslog = \"LinuxSyslog\",\n /** LinuxSyslogCollection */\n LinuxSyslogCollection = \"LinuxSyslogCollection\",\n /** LinuxPerformanceObject */\n LinuxPerformanceObject = \"LinuxPerformanceObject\",\n /** LinuxPerformanceCollection */\n LinuxPerformanceCollection = \"LinuxPerformanceCollection\",\n /** CustomLog */\n CustomLog = \"CustomLog\",\n /** CustomLogCollection */\n CustomLogCollection = \"CustomLogCollection\",\n /** AzureAuditLog */\n AzureAuditLog = \"AzureAuditLog\",\n /** AzureActivityLog */\n AzureActivityLog = \"AzureActivityLog\",\n /** GenericDataSource */\n GenericDataSource = \"GenericDataSource\",\n /** ChangeTrackingCustomPath */\n ChangeTrackingCustomPath = \"ChangeTrackingCustomPath\",\n /** ChangeTrackingPath */\n ChangeTrackingPath = \"ChangeTrackingPath\",\n /** ChangeTrackingServices */\n ChangeTrackingServices = \"ChangeTrackingServices\",\n /** ChangeTrackingDataTypeConfiguration */\n ChangeTrackingDataTypeConfiguration = \"ChangeTrackingDataTypeConfiguration\",\n /** ChangeTrackingDefaultRegistry */\n ChangeTrackingDefaultRegistry = \"ChangeTrackingDefaultRegistry\",\n /** ChangeTrackingRegistry */\n ChangeTrackingRegistry = \"ChangeTrackingRegistry\",\n /** ChangeTrackingLinuxPath */\n ChangeTrackingLinuxPath = \"ChangeTrackingLinuxPath\",\n /** LinuxChangeTrackingPath */\n LinuxChangeTrackingPath = \"LinuxChangeTrackingPath\",\n /** ChangeTrackingContentLocation */\n ChangeTrackingContentLocation = \"ChangeTrackingContentLocation\",\n /** WindowsTelemetry */\n WindowsTelemetry = \"WindowsTelemetry\",\n /** Office365 */\n Office365 = \"Office365\",\n /** SecurityWindowsBaselineConfiguration */\n SecurityWindowsBaselineConfiguration = \"SecurityWindowsBaselineConfiguration\",\n /** SecurityCenterSecurityWindowsBaselineConfiguration */\n SecurityCenterSecurityWindowsBaselineConfiguration = \"SecurityCenterSecurityWindowsBaselineConfiguration\",\n /** SecurityEventCollectionConfiguration */\n SecurityEventCollectionConfiguration = \"SecurityEventCollectionConfiguration\",\n /** SecurityInsightsSecurityEventCollectionConfiguration */\n SecurityInsightsSecurityEventCollectionConfiguration = \"SecurityInsightsSecurityEventCollectionConfiguration\",\n /** ImportComputerGroup */\n ImportComputerGroup = \"ImportComputerGroup\",\n /** NetworkMonitoring */\n NetworkMonitoring = \"NetworkMonitoring\",\n /** Itsm */\n Itsm = \"Itsm\",\n /** DnsAnalytics */\n DnsAnalytics = \"DnsAnalytics\",\n /** ApplicationInsights */\n ApplicationInsights = \"ApplicationInsights\",\n /** SqlDataClassification */\n SqlDataClassification = \"SqlDataClassification\"\n}\n\n/**\n * Defines values for DataSourceKind. \\\n * {@link KnownDataSourceKind} can be used interchangeably with DataSourceKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **WindowsEvent** \\\n * **WindowsPerformanceCounter** \\\n * **IISLogs** \\\n * **LinuxSyslog** \\\n * **LinuxSyslogCollection** \\\n * **LinuxPerformanceObject** \\\n * **LinuxPerformanceCollection** \\\n * **CustomLog** \\\n * **CustomLogCollection** \\\n * **AzureAuditLog** \\\n * **AzureActivityLog** \\\n * **GenericDataSource** \\\n * **ChangeTrackingCustomPath** \\\n * **ChangeTrackingPath** \\\n * **ChangeTrackingServices** \\\n * **ChangeTrackingDataTypeConfiguration** \\\n * **ChangeTrackingDefaultRegistry** \\\n * **ChangeTrackingRegistry** \\\n * **ChangeTrackingLinuxPath** \\\n * **LinuxChangeTrackingPath** \\\n * **ChangeTrackingContentLocation** \\\n * **WindowsTelemetry** \\\n * **Office365** \\\n * **SecurityWindowsBaselineConfiguration** \\\n * **SecurityCenterSecurityWindowsBaselineConfiguration** \\\n * **SecurityEventCollectionConfiguration** \\\n * **SecurityInsightsSecurityEventCollectionConfiguration** \\\n * **ImportComputerGroup** \\\n * **NetworkMonitoring** \\\n * **Itsm** \\\n * **DnsAnalytics** \\\n * **ApplicationInsights** \\\n * **SqlDataClassification**\n */\nexport type DataSourceKind = string;\n\n/** Known values of {@link LinkedServiceEntityStatus} that the service accepts. */\nexport enum KnownLinkedServiceEntityStatus {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** ProvisioningAccount */\n ProvisioningAccount = \"ProvisioningAccount\",\n /** Updating */\n Updating = \"Updating\"\n}\n\n/**\n * Defines values for LinkedServiceEntityStatus. \\\n * {@link KnownLinkedServiceEntityStatus} can be used interchangeably with LinkedServiceEntityStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Deleting** \\\n * **ProvisioningAccount** \\\n * **Updating**\n */\nexport type LinkedServiceEntityStatus = string;\n\n/** Known values of {@link StorageInsightState} that the service accepts. */\nexport enum KnownStorageInsightState {\n /** OK */\n OK = \"OK\",\n /** Error */\n Error = \"ERROR\"\n}\n\n/**\n * Defines values for StorageInsightState. \\\n * {@link KnownStorageInsightState} can be used interchangeably with StorageInsightState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **OK** \\\n * **ERROR**\n */\nexport type StorageInsightState = string;\n\n/** Known values of {@link SkuNameEnum} that the service accepts. */\nexport enum KnownSkuNameEnum {\n /** Free */\n Free = \"Free\",\n /** Standard */\n Standard = \"Standard\",\n /** Premium */\n Premium = \"Premium\",\n /** PerNode */\n PerNode = \"PerNode\",\n /** PerGB2018 */\n PerGB2018 = \"PerGB2018\",\n /** Standalone */\n Standalone = \"Standalone\",\n /** CapacityReservation */\n CapacityReservation = \"CapacityReservation\"\n}\n\n/**\n * Defines values for SkuNameEnum. \\\n * {@link KnownSkuNameEnum} can be used interchangeably with SkuNameEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Free** \\\n * **Standard** \\\n * **Premium** \\\n * **PerNode** \\\n * **PerGB2018** \\\n * **Standalone** \\\n * **CapacityReservation**\n */\nexport type SkuNameEnum = string;\n\n/** Known values of {@link SearchSortEnum} that the service accepts. */\nexport enum KnownSearchSortEnum {\n /** Asc */\n Asc = \"asc\",\n /** Desc */\n Desc = \"desc\"\n}\n\n/**\n * Defines values for SearchSortEnum. \\\n * {@link KnownSearchSortEnum} can be used interchangeably with SearchSortEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **asc** \\\n * **desc**\n */\nexport type SearchSortEnum = string;\n\n/** Known values of {@link PurgeState} that the service accepts. */\nexport enum KnownPurgeState {\n /** Pending */\n Pending = \"pending\",\n /** Completed */\n Completed = \"completed\"\n}\n\n/**\n * Defines values for PurgeState. \\\n * {@link KnownPurgeState} can be used interchangeably with PurgeState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **pending** \\\n * **completed**\n */\nexport type PurgeState = string;\n\n/** Known values of {@link ClusterSkuNameEnum} that the service accepts. */\nexport enum KnownClusterSkuNameEnum {\n /** CapacityReservation */\n CapacityReservation = \"CapacityReservation\"\n}\n\n/**\n * Defines values for ClusterSkuNameEnum. \\\n * {@link KnownClusterSkuNameEnum} can be used interchangeably with ClusterSkuNameEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **CapacityReservation**\n */\nexport type ClusterSkuNameEnum = string;\n\n/** Known values of {@link ClusterEntityStatus} that the service accepts. */\nexport enum KnownClusterEntityStatus {\n /** Creating */\n Creating = \"Creating\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** ProvisioningAccount */\n ProvisioningAccount = \"ProvisioningAccount\",\n /** Updating */\n Updating = \"Updating\"\n}\n\n/**\n * Defines values for ClusterEntityStatus. \\\n * {@link KnownClusterEntityStatus} can be used interchangeably with ClusterEntityStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Deleting** \\\n * **ProvisioningAccount** \\\n * **Updating**\n */\nexport type ClusterEntityStatus = string;\n\n/** Known values of {@link BillingType} that the service accepts. */\nexport enum KnownBillingType {\n /** Cluster */\n Cluster = \"Cluster\",\n /** Workspaces */\n Workspaces = \"Workspaces\"\n}\n\n/**\n * Defines values for BillingType. \\\n * {@link KnownBillingType} can be used interchangeably with BillingType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Cluster** \\\n * **Workspaces**\n */\nexport type BillingType = string;\n\n/** Known values of {@link WorkspaceEntityStatus} that the service accepts. */\nexport enum KnownWorkspaceEntityStatus {\n /** Creating */\n Creating = \"Creating\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** ProvisioningAccount */\n ProvisioningAccount = \"ProvisioningAccount\",\n /** Updating */\n Updating = \"Updating\"\n}\n\n/**\n * Defines values for WorkspaceEntityStatus. \\\n * {@link KnownWorkspaceEntityStatus} can be used interchangeably with WorkspaceEntityStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Deleting** \\\n * **ProvisioningAccount** \\\n * **Updating**\n */\nexport type WorkspaceEntityStatus = string;\n\n/** Known values of {@link WorkspaceSkuNameEnum} that the service accepts. */\nexport enum KnownWorkspaceSkuNameEnum {\n /** Free */\n Free = \"Free\",\n /** Standard */\n Standard = \"Standard\",\n /** Premium */\n Premium = \"Premium\",\n /** PerNode */\n PerNode = \"PerNode\",\n /** PerGB2018 */\n PerGB2018 = \"PerGB2018\",\n /** Standalone */\n Standalone = \"Standalone\",\n /** CapacityReservation */\n CapacityReservation = \"CapacityReservation\",\n /** LACluster */\n LACluster = \"LACluster\"\n}\n\n/**\n * Defines values for WorkspaceSkuNameEnum. \\\n * {@link KnownWorkspaceSkuNameEnum} can be used interchangeably with WorkspaceSkuNameEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Free** \\\n * **Standard** \\\n * **Premium** \\\n * **PerNode** \\\n * **PerGB2018** \\\n * **Standalone** \\\n * **CapacityReservation** \\\n * **LACluster**\n */\nexport type WorkspaceSkuNameEnum = string;\n\n/** Known values of {@link DataIngestionStatus} that the service accepts. */\nexport enum KnownDataIngestionStatus {\n /** Ingestion enabled following daily cap quota reset, or subscription enablement. */\n RespectQuota = \"RespectQuota\",\n /** Ingestion started following service setting change. */\n ForceOn = \"ForceOn\",\n /** Ingestion stopped following service setting change. */\n ForceOff = \"ForceOff\",\n /** Reached daily cap quota, ingestion stopped. */\n OverQuota = \"OverQuota\",\n /** Ingestion stopped following suspended subscription. */\n SubscriptionSuspended = \"SubscriptionSuspended\",\n /** 80% of daily cap quota reached. */\n ApproachingQuota = \"ApproachingQuota\"\n}\n\n/**\n * Defines values for DataIngestionStatus. \\\n * {@link KnownDataIngestionStatus} can be used interchangeably with DataIngestionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **RespectQuota**: Ingestion enabled following daily cap quota reset, or subscription enablement. \\\n * **ForceOn**: Ingestion started following service setting change. \\\n * **ForceOff**: Ingestion stopped following service setting change. \\\n * **OverQuota**: Reached daily cap quota, ingestion stopped. \\\n * **SubscriptionSuspended**: Ingestion stopped following suspended subscription. \\\n * **ApproachingQuota**: 80% of daily cap quota reached.\n */\nexport type DataIngestionStatus = string;\n\n/** Known values of {@link PublicNetworkAccessType} that the service accepts. */\nexport enum KnownPublicNetworkAccessType {\n /** Enables connectivity to Log Analytics through public DNS. */\n Enabled = \"Enabled\",\n /** Disables public connectivity to Log Analytics through public DNS. */\n Disabled = \"Disabled\"\n}\n\n/**\n * Defines values for PublicNetworkAccessType. \\\n * {@link KnownPublicNetworkAccessType} can be used interchangeably with PublicNetworkAccessType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: Enables connectivity to Log Analytics through public DNS. \\\n * **Disabled**: Disables public connectivity to Log Analytics through public DNS.\n */\nexport type PublicNetworkAccessType = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\"\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link TablePlanEnum} that the service accepts. */\nexport enum KnownTablePlanEnum {\n /** Logs that are adjusted to support high volume low value verbose logs. */\n Basic = \"Basic\",\n /** Logs that allow monitoring and analytics. */\n Analytics = \"Analytics\"\n}\n\n/**\n * Defines values for TablePlanEnum. \\\n * {@link KnownTablePlanEnum} can be used interchangeably with TablePlanEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Basic**: Logs that are adjusted to support high volume low value verbose logs. \\\n * **Analytics**: Logs that allow monitoring and analytics.\n */\nexport type TablePlanEnum = string;\n\n/** Known values of {@link ColumnTypeEnum} that the service accepts. */\nexport enum KnownColumnTypeEnum {\n /** String */\n String = \"string\",\n /** Int */\n Int = \"int\",\n /** Long */\n Long = \"long\",\n /** Real */\n Real = \"real\",\n /** Boolean */\n Boolean = \"boolean\",\n /** DateTime */\n DateTime = \"dateTime\",\n /** Guid */\n Guid = \"guid\",\n /** Dynamic */\n Dynamic = \"dynamic\"\n}\n\n/**\n * Defines values for ColumnTypeEnum. \\\n * {@link KnownColumnTypeEnum} can be used interchangeably with ColumnTypeEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **string** \\\n * **int** \\\n * **long** \\\n * **real** \\\n * **boolean** \\\n * **dateTime** \\\n * **guid** \\\n * **dynamic**\n */\nexport type ColumnTypeEnum = string;\n\n/** Known values of {@link ColumnDataTypeHintEnum} that the service accepts. */\nexport enum KnownColumnDataTypeHintEnum {\n /** A string that matches the pattern of a URI, for example, scheme://username:password@host:1234/this/is/a/path?k1=v1&k2=v2#fragment */\n Uri = \"uri\",\n /** A standard 128-bit GUID following the standard shape, xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx */\n Guid = \"guid\",\n /** An Azure Resource Model (ARM) path: /subscriptions/{...}/resourceGroups/{...}/providers/Microsoft.{...}/{...}/{...}/{...}... */\n ArmPath = \"armPath\",\n /** A standard V4/V6 ip address following the standard shape, x.x.x.x/y:y:y:y:y:y:y:y */\n Ip = \"ip\"\n}\n\n/**\n * Defines values for ColumnDataTypeHintEnum. \\\n * {@link KnownColumnDataTypeHintEnum} can be used interchangeably with ColumnDataTypeHintEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **uri**: A string that matches the pattern of a URI, for example, scheme:\\/\\/username:password@host:1234\\/this\\/is\\/a\\/path?k1=v1&k2=v2#fragment \\\n * **guid**: A standard 128-bit GUID following the standard shape, xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx \\\n * **armPath**: An Azure Resource Model (ARM) path: \\/subscriptions\\/{...}\\/resourceGroups\\/{...}\\/providers\\/Microsoft.{...}\\/{...}\\/{...}\\/{...}... \\\n * **ip**: A standard V4\\/V6 ip address following the standard shape, x.x.x.x\\/y:y:y:y:y:y:y:y\n */\nexport type ColumnDataTypeHintEnum = string;\n\n/** Known values of {@link SourceEnum} that the service accepts. */\nexport enum KnownSourceEnum {\n /** Tables provisioned by the system, as collected via Diagnostic Settings, the Agents, or any other standard data collection means. */\n Microsoft = \"microsoft\",\n /** Tables created by the owner of the Workspace, and only found in this Workspace. */\n Customer = \"customer\"\n}\n\n/**\n * Defines values for SourceEnum. \\\n * {@link KnownSourceEnum} can be used interchangeably with SourceEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **microsoft**: Tables provisioned by the system, as collected via Diagnostic Settings, the Agents, or any other standard data collection means. \\\n * **customer**: Tables created by the owner of the Workspace, and only found in this Workspace.\n */\nexport type SourceEnum = string;\n\n/** Known values of {@link TableTypeEnum} that the service accepts. */\nexport enum KnownTableTypeEnum {\n /** Standard data collected by Azure Monitor. */\n Microsoft = \"Microsoft\",\n /** Custom log table. */\n CustomLog = \"CustomLog\",\n /** Restored data. */\n RestoredLogs = \"RestoredLogs\",\n /** Data collected by a search job. */\n SearchResults = \"SearchResults\"\n}\n\n/**\n * Defines values for TableTypeEnum. \\\n * {@link KnownTableTypeEnum} can be used interchangeably with TableTypeEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Microsoft**: Standard data collected by Azure Monitor. \\\n * **CustomLog**: Custom log table. \\\n * **RestoredLogs**: Restored data. \\\n * **SearchResults**: Data collected by a search job.\n */\nexport type TableTypeEnum = string;\n\n/** Known values of {@link TableSubTypeEnum} that the service accepts. */\nexport enum KnownTableSubTypeEnum {\n /** The default subtype with which built-in tables are created. */\n Any = \"Any\",\n /** Indicates a table created through the Data Collector API or with the custom logs feature of the MMA agent, or any table against which Custom Fields were created. */\n Classic = \"Classic\",\n /** A table eligible to have data sent into it via any of the means supported by Data Collection Rules: the Data Collection Endpoint API, ingestion-time transformations, or any other mechanism provided by Data Collection Rules */\n DataCollectionRuleBased = \"DataCollectionRuleBased\"\n}\n\n/**\n * Defines values for TableSubTypeEnum. \\\n * {@link KnownTableSubTypeEnum} can be used interchangeably with TableSubTypeEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Any**: The default subtype with which built-in tables are created. \\\n * **Classic**: Indicates a table created through the Data Collector API or with the custom logs feature of the MMA agent, or any table against which Custom Fields were created. \\\n * **DataCollectionRuleBased**: A table eligible to have data sent into it via any of the means supported by Data Collection Rules: the Data Collection Endpoint API, ingestion-time transformations, or any other mechanism provided by Data Collection Rules\n */\nexport type TableSubTypeEnum = string;\n\n/** Known values of {@link ProvisioningStateEnum} that the service accepts. */\nexport enum KnownProvisioningStateEnum {\n /** Table schema is still being built and updated, table is currently locked for any changes till the procedure is done. */\n Updating = \"Updating\",\n /** Table schema is stable and without changes, table data is being updated. */\n InProgress = \"InProgress\",\n /** Table state is stable and without changes, table is unlocked and open for new updates. */\n Succeeded = \"Succeeded\"\n}\n\n/**\n * Defines values for ProvisioningStateEnum. \\\n * {@link KnownProvisioningStateEnum} can be used interchangeably with ProvisioningStateEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Updating**: Table schema is still being built and updated, table is currently locked for any changes till the procedure is done. \\\n * **InProgress**: Table schema is stable and without changes, table data is being updated. \\\n * **Succeeded**: Table state is stable and without changes, table is unlocked and open for new updates.\n */\nexport type ProvisioningStateEnum = string;\n/** Defines values for DataSourceType. */\nexport type DataSourceType =\n | \"CustomLogs\"\n | \"AzureWatson\"\n | \"Query\"\n | \"Ingestion\"\n | \"Alerts\";\n/** Defines values for Capacity. */\nexport type Capacity = 500 | 1000 | 2000 | 5000;\n/** Defines values for CapacityReservationLevel. */\nexport type CapacityReservationLevel =\n | 100\n | 200\n | 300\n | 400\n | 500\n | 1000\n | 2000\n | 5000;\n\n/** Optional parameters. */\nexport interface QueryPacksListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type QueryPacksListResponse = LogAnalyticsQueryPackListResult;\n\n/** Optional parameters. */\nexport interface QueryPacksListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type QueryPacksListByResourceGroupResponse = LogAnalyticsQueryPackListResult;\n\n/** Optional parameters. */\nexport interface QueryPacksCreateOrUpdateWithoutNameOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateWithoutName operation. */\nexport type QueryPacksCreateOrUpdateWithoutNameResponse = LogAnalyticsQueryPack;\n\n/** Optional parameters. */\nexport interface QueryPacksDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface QueryPacksGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type QueryPacksGetResponse = LogAnalyticsQueryPack;\n\n/** Optional parameters. */\nexport interface QueryPacksCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type QueryPacksCreateOrUpdateResponse = LogAnalyticsQueryPack;\n\n/** Optional parameters. */\nexport interface QueryPacksUpdateTagsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateTags operation. */\nexport type QueryPacksUpdateTagsResponse = LogAnalyticsQueryPack;\n\n/** Optional parameters. */\nexport interface QueryPacksListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type QueryPacksListNextResponse = LogAnalyticsQueryPackListResult;\n\n/** Optional parameters. */\nexport interface QueryPacksListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type QueryPacksListByResourceGroupNextResponse = LogAnalyticsQueryPackListResult;\n\n/** Optional parameters. */\nexport interface QueriesListOptionalParams extends coreClient.OperationOptions {\n /** Maximum items returned in page. */\n top?: number;\n /** Flag indicating whether or not to return the body of each applicable query. If false, only return the query information. */\n includeBody?: boolean;\n /** Base64 encoded token used to fetch the next page of items. Default is null. */\n skipToken?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type QueriesListResponse = LogAnalyticsQueryPackQueryListResult;\n\n/** Optional parameters. */\nexport interface QueriesSearchOptionalParams\n extends coreClient.OperationOptions {\n /** Maximum items returned in page. */\n top?: number;\n /** Flag indicating whether or not to return the body of each applicable query. If false, only return the query information. */\n includeBody?: boolean;\n /** Base64 encoded token used to fetch the next page of items. Default is null. */\n skipToken?: string;\n}\n\n/** Contains response data for the search operation. */\nexport type QueriesSearchResponse = LogAnalyticsQueryPackQueryListResult;\n\n/** Optional parameters. */\nexport interface QueriesGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type QueriesGetResponse = LogAnalyticsQueryPackQuery;\n\n/** Optional parameters. */\nexport interface QueriesPutOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the put operation. */\nexport type QueriesPutResponse = LogAnalyticsQueryPackQuery;\n\n/** Optional parameters. */\nexport interface QueriesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type QueriesUpdateResponse = LogAnalyticsQueryPackQuery;\n\n/** Optional parameters. */\nexport interface QueriesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface QueriesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type QueriesListNextResponse = LogAnalyticsQueryPackQueryListResult;\n\n/** Optional parameters. */\nexport interface QueriesSearchNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the searchNext operation. */\nexport type QueriesSearchNextResponse = LogAnalyticsQueryPackQueryListResult;\n\n/** Optional parameters. */\nexport interface DataExportsListByWorkspaceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByWorkspace operation. */\nexport type DataExportsListByWorkspaceResponse = DataExportListResult;\n\n/** Optional parameters. */\nexport interface DataExportsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DataExportsCreateOrUpdateResponse = DataExport;\n\n/** Optional parameters. */\nexport interface DataExportsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DataExportsGetResponse = DataExport;\n\n/** Optional parameters. */\nexport interface DataExportsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface DataSourcesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DataSourcesCreateOrUpdateResponse = DataSource;\n\n/** Optional parameters. */\nexport interface DataSourcesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface DataSourcesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DataSourcesGetResponse = DataSource;\n\n/** Optional parameters. */\nexport interface DataSourcesListByWorkspaceOptionalParams\n extends coreClient.OperationOptions {\n /** Starting point of the collection of data source instances. */\n skiptoken?: string;\n}\n\n/** Contains response data for the listByWorkspace operation. */\nexport type DataSourcesListByWorkspaceResponse = DataSourceListResult;\n\n/** Optional parameters. */\nexport interface DataSourcesListByWorkspaceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByWorkspaceNext operation. */\nexport type DataSourcesListByWorkspaceNextResponse = DataSourceListResult;\n\n/** Optional parameters. */\nexport interface IntelligencePacksDisableOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface IntelligencePacksEnableOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface IntelligencePacksListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type IntelligencePacksListResponse = IntelligencePack[];\n\n/** Optional parameters. */\nexport interface LinkedServicesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type LinkedServicesCreateOrUpdateResponse = LinkedService;\n\n/** Optional parameters. */\nexport interface LinkedServicesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type LinkedServicesDeleteResponse = LinkedService;\n\n/** Optional parameters. */\nexport interface LinkedServicesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type LinkedServicesGetResponse = LinkedService;\n\n/** Optional parameters. */\nexport interface LinkedServicesListByWorkspaceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByWorkspace operation. */\nexport type LinkedServicesListByWorkspaceResponse = LinkedServiceListResult;\n\n/** Optional parameters. */\nexport interface LinkedStorageAccountsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type LinkedStorageAccountsCreateOrUpdateResponse = LinkedStorageAccountsResource;\n\n/** Optional parameters. */\nexport interface LinkedStorageAccountsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface LinkedStorageAccountsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type LinkedStorageAccountsGetResponse = LinkedStorageAccountsResource;\n\n/** Optional parameters. */\nexport interface LinkedStorageAccountsListByWorkspaceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByWorkspace operation. */\nexport type LinkedStorageAccountsListByWorkspaceResponse = LinkedStorageAccountsListResult;\n\n/** Optional parameters. */\nexport interface ManagementGroupsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ManagementGroupsListResponse = WorkspaceListManagementGroupsResult;\n\n/** Optional parameters. */\nexport interface OperationStatusesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type OperationStatusesGetResponse = OperationStatus;\n\n/** Optional parameters. */\nexport interface SharedKeysGetSharedKeysOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSharedKeys operation. */\nexport type SharedKeysGetSharedKeysResponse = SharedKeys;\n\n/** Optional parameters. */\nexport interface SharedKeysRegenerateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the regenerate operation. */\nexport type SharedKeysRegenerateResponse = SharedKeys;\n\n/** Optional parameters. */\nexport interface UsagesListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type UsagesListResponse = WorkspaceListUsagesResult;\n\n/** Optional parameters. */\nexport interface StorageInsightConfigsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type StorageInsightConfigsCreateOrUpdateResponse = StorageInsight;\n\n/** Optional parameters. */\nexport interface StorageInsightConfigsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type StorageInsightConfigsGetResponse = StorageInsight;\n\n/** Optional parameters. */\nexport interface StorageInsightConfigsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface StorageInsightConfigsListByWorkspaceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByWorkspace operation. */\nexport type StorageInsightConfigsListByWorkspaceResponse = StorageInsightListResult;\n\n/** Optional parameters. */\nexport interface StorageInsightConfigsListByWorkspaceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByWorkspaceNext operation. */\nexport type StorageInsightConfigsListByWorkspaceNextResponse = StorageInsightListResult;\n\n/** Optional parameters. */\nexport interface SavedSearchesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface SavedSearchesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type SavedSearchesCreateOrUpdateResponse = SavedSearch;\n\n/** Optional parameters. */\nexport interface SavedSearchesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SavedSearchesGetResponse = SavedSearch;\n\n/** Optional parameters. */\nexport interface SavedSearchesListByWorkspaceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByWorkspace operation. */\nexport type SavedSearchesListByWorkspaceResponse = SavedSearchesListResult;\n\n/** Optional parameters. */\nexport interface AvailableServiceTiersListByWorkspaceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByWorkspace operation. */\nexport type AvailableServiceTiersListByWorkspaceResponse = AvailableServiceTier[];\n\n/** Optional parameters. */\nexport interface GatewaysDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface SchemaGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SchemaGetResponse = SearchGetSchemaResponse;\n\n/** Optional parameters. */\nexport interface WorkspacePurgePurgeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the purge operation. */\nexport type WorkspacePurgePurgeResponse = WorkspacePurgePurgeHeaders &\n WorkspacePurgeResponse;\n\n/** Optional parameters. */\nexport interface WorkspacePurgeGetPurgeStatusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPurgeStatus operation. */\nexport type WorkspacePurgeGetPurgeStatusResponse = WorkspacePurgeStatusResponse;\n\n/** Optional parameters. */\nexport interface ClustersListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type ClustersListByResourceGroupResponse = ClusterListResult;\n\n/** Optional parameters. */\nexport interface ClustersListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ClustersListResponse = ClusterListResult;\n\n/** Optional parameters. */\nexport interface ClustersCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ClustersCreateOrUpdateResponse = Cluster;\n\n/** Optional parameters. */\nexport interface ClustersDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ClustersGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ClustersGetResponse = Cluster;\n\n/** Optional parameters. */\nexport interface ClustersUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type ClustersUpdateResponse = Cluster;\n\n/** Optional parameters. */\nexport interface ClustersListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type ClustersListByResourceGroupNextResponse = ClusterListResult;\n\n/** Optional parameters. */\nexport interface ClustersListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ClustersListNextResponse = ClusterListResult;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface WorkspacesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type WorkspacesListResponse = WorkspaceListResult;\n\n/** Optional parameters. */\nexport interface WorkspacesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type WorkspacesListByResourceGroupResponse = WorkspaceListResult;\n\n/** Optional parameters. */\nexport interface WorkspacesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type WorkspacesCreateOrUpdateResponse = Workspace;\n\n/** Optional parameters. */\nexport interface WorkspacesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Deletes the workspace without the recovery option. A workspace that was deleted with this flag cannot be recovered. */\n force?: boolean;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface WorkspacesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type WorkspacesGetResponse = Workspace;\n\n/** Optional parameters. */\nexport interface WorkspacesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type WorkspacesUpdateResponse = Workspace;\n\n/** Optional parameters. */\nexport interface DeletedWorkspacesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type DeletedWorkspacesListResponse = WorkspaceListResult;\n\n/** Optional parameters. */\nexport interface DeletedWorkspacesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type DeletedWorkspacesListByResourceGroupResponse = WorkspaceListResult;\n\n/** Optional parameters. */\nexport interface TablesListByWorkspaceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByWorkspace operation. */\nexport type TablesListByWorkspaceResponse = TablesListResult;\n\n/** Optional parameters. */\nexport interface TablesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type TablesCreateOrUpdateResponse = Table;\n\n/** Optional parameters. */\nexport interface TablesUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type TablesUpdateResponse = Table;\n\n/** Optional parameters. */\nexport interface TablesGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type TablesGetResponse = Table;\n\n/** Optional parameters. */\nexport interface TablesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface TablesMigrateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface TablesCancelSearchOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface OperationalInsightsManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
@@ -0,0 +1,83 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ export declare const LogAnalyticsQueryPackListResult: coreClient.CompositeMapper;
3
+ export declare const QueryPacksResource: coreClient.CompositeMapper;
4
+ export declare const ErrorResponse: coreClient.CompositeMapper;
5
+ export declare const ErrorDetail: coreClient.CompositeMapper;
6
+ export declare const ErrorAdditionalInfo: coreClient.CompositeMapper;
7
+ export declare const TagsResource: coreClient.CompositeMapper;
8
+ export declare const LogAnalyticsQueryPackQueryListResult: coreClient.CompositeMapper;
9
+ export declare const LogAnalyticsQueryPackQueryPropertiesRelated: coreClient.CompositeMapper;
10
+ export declare const AzureResourceProperties: coreClient.CompositeMapper;
11
+ export declare const SystemData: coreClient.CompositeMapper;
12
+ export declare const LogAnalyticsQueryPackQuerySearchProperties: coreClient.CompositeMapper;
13
+ export declare const LogAnalyticsQueryPackQuerySearchPropertiesRelated: coreClient.CompositeMapper;
14
+ export declare const DataExportListResult: coreClient.CompositeMapper;
15
+ export declare const Resource: coreClient.CompositeMapper;
16
+ export declare const DataSourceListResult: coreClient.CompositeMapper;
17
+ export declare const IntelligencePack: coreClient.CompositeMapper;
18
+ export declare const LinkedServiceListResult: coreClient.CompositeMapper;
19
+ export declare const LinkedStorageAccountsListResult: coreClient.CompositeMapper;
20
+ export declare const WorkspaceListManagementGroupsResult: coreClient.CompositeMapper;
21
+ export declare const ManagementGroup: coreClient.CompositeMapper;
22
+ export declare const OperationStatus: coreClient.CompositeMapper;
23
+ export declare const SharedKeys: coreClient.CompositeMapper;
24
+ export declare const WorkspaceListUsagesResult: coreClient.CompositeMapper;
25
+ export declare const UsageMetric: coreClient.CompositeMapper;
26
+ export declare const MetricName: coreClient.CompositeMapper;
27
+ export declare const StorageAccount: coreClient.CompositeMapper;
28
+ export declare const StorageInsightStatus: coreClient.CompositeMapper;
29
+ export declare const StorageInsightListResult: coreClient.CompositeMapper;
30
+ export declare const Tag: coreClient.CompositeMapper;
31
+ export declare const SavedSearchesListResult: coreClient.CompositeMapper;
32
+ export declare const AvailableServiceTier: coreClient.CompositeMapper;
33
+ export declare const SearchGetSchemaResponse: coreClient.CompositeMapper;
34
+ export declare const SearchMetadata: coreClient.CompositeMapper;
35
+ export declare const CoreSummary: coreClient.CompositeMapper;
36
+ export declare const SearchSort: coreClient.CompositeMapper;
37
+ export declare const SearchMetadataSchema: coreClient.CompositeMapper;
38
+ export declare const SearchSchemaValue: coreClient.CompositeMapper;
39
+ export declare const WorkspacePurgeBody: coreClient.CompositeMapper;
40
+ export declare const WorkspacePurgeBodyFilters: coreClient.CompositeMapper;
41
+ export declare const WorkspacePurgeResponse: coreClient.CompositeMapper;
42
+ export declare const WorkspacePurgeStatusResponse: coreClient.CompositeMapper;
43
+ export declare const ClusterListResult: coreClient.CompositeMapper;
44
+ export declare const Identity: coreClient.CompositeMapper;
45
+ export declare const UserIdentityProperties: coreClient.CompositeMapper;
46
+ export declare const ClusterSku: coreClient.CompositeMapper;
47
+ export declare const KeyVaultProperties: coreClient.CompositeMapper;
48
+ export declare const AssociatedWorkspace: coreClient.CompositeMapper;
49
+ export declare const CapacityReservationProperties: coreClient.CompositeMapper;
50
+ export declare const ClusterPatch: coreClient.CompositeMapper;
51
+ export declare const OperationListResult: coreClient.CompositeMapper;
52
+ export declare const Operation: coreClient.CompositeMapper;
53
+ export declare const OperationDisplay: coreClient.CompositeMapper;
54
+ export declare const WorkspaceListResult: coreClient.CompositeMapper;
55
+ export declare const WorkspaceSku: coreClient.CompositeMapper;
56
+ export declare const WorkspaceCapping: coreClient.CompositeMapper;
57
+ export declare const PrivateLinkScopedResource: coreClient.CompositeMapper;
58
+ export declare const WorkspaceFeatures: coreClient.CompositeMapper;
59
+ export declare const SystemDataAutoGenerated: coreClient.CompositeMapper;
60
+ export declare const TablesListResult: coreClient.CompositeMapper;
61
+ export declare const SearchResults: coreClient.CompositeMapper;
62
+ export declare const RestoredLogs: coreClient.CompositeMapper;
63
+ export declare const ResultStatistics: coreClient.CompositeMapper;
64
+ export declare const Schema: coreClient.CompositeMapper;
65
+ export declare const Column: coreClient.CompositeMapper;
66
+ export declare const DataSourceFilter: coreClient.CompositeMapper;
67
+ export declare const LogAnalyticsQueryPack: coreClient.CompositeMapper;
68
+ export declare const LogAnalyticsQueryPackQuery: coreClient.CompositeMapper;
69
+ export declare const ProxyResource: coreClient.CompositeMapper;
70
+ export declare const TrackedResource: coreClient.CompositeMapper;
71
+ export declare const AzureEntityResource: coreClient.CompositeMapper;
72
+ export declare const DataExport: coreClient.CompositeMapper;
73
+ export declare const DataSource: coreClient.CompositeMapper;
74
+ export declare const LinkedService: coreClient.CompositeMapper;
75
+ export declare const LinkedStorageAccountsResource: coreClient.CompositeMapper;
76
+ export declare const StorageInsight: coreClient.CompositeMapper;
77
+ export declare const SavedSearch: coreClient.CompositeMapper;
78
+ export declare const Table: coreClient.CompositeMapper;
79
+ export declare const Cluster: coreClient.CompositeMapper;
80
+ export declare const Workspace: coreClient.CompositeMapper;
81
+ export declare const WorkspacePatch: coreClient.CompositeMapper;
82
+ export declare const WorkspacePurgePurgeHeaders: coreClient.CompositeMapper;
83
+ //# sourceMappingURL=mappers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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"}