@azure/arm-operationalinsights 9.0.1-alpha.20250217.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,2214 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ /** Describes the list of Log Analytics QueryPack resources. */
3
+ export interface LogAnalyticsQueryPackListResult {
4
+ /** List of Log Analytics QueryPack definitions. */
5
+ value: LogAnalyticsQueryPack[];
6
+ /** The URI to get the next set of Log Analytics QueryPack definitions if too many QueryPacks where returned in the result set. */
7
+ nextLink?: string;
8
+ }
9
+ /** An azure resource object */
10
+ export interface QueryPacksResource {
11
+ /**
12
+ * Azure resource Id
13
+ * NOTE: This property will not be serialized. It can only be populated by the server.
14
+ */
15
+ readonly id?: string;
16
+ /**
17
+ * Azure resource name
18
+ * NOTE: This property will not be serialized. It can only be populated by the server.
19
+ */
20
+ readonly name?: string;
21
+ /**
22
+ * Azure resource type
23
+ * NOTE: This property will not be serialized. It can only be populated by the server.
24
+ */
25
+ readonly type?: string;
26
+ /** Resource location */
27
+ location: string;
28
+ /** Resource tags */
29
+ tags?: {
30
+ [propertyName: string]: string;
31
+ };
32
+ }
33
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
34
+ export interface ErrorResponse {
35
+ /** The error object. */
36
+ error?: ErrorDetail;
37
+ }
38
+ /** The error detail. */
39
+ export interface ErrorDetail {
40
+ /**
41
+ * The error code.
42
+ * NOTE: This property will not be serialized. It can only be populated by the server.
43
+ */
44
+ readonly code?: string;
45
+ /**
46
+ * The error message.
47
+ * NOTE: This property will not be serialized. It can only be populated by the server.
48
+ */
49
+ readonly message?: string;
50
+ /**
51
+ * The error target.
52
+ * NOTE: This property will not be serialized. It can only be populated by the server.
53
+ */
54
+ readonly target?: string;
55
+ /**
56
+ * The error details.
57
+ * NOTE: This property will not be serialized. It can only be populated by the server.
58
+ */
59
+ readonly details?: ErrorDetail[];
60
+ /**
61
+ * The error additional info.
62
+ * NOTE: This property will not be serialized. It can only be populated by the server.
63
+ */
64
+ readonly additionalInfo?: ErrorAdditionalInfo[];
65
+ }
66
+ /** The resource management error additional info. */
67
+ export interface ErrorAdditionalInfo {
68
+ /**
69
+ * The additional info type.
70
+ * NOTE: This property will not be serialized. It can only be populated by the server.
71
+ */
72
+ readonly type?: string;
73
+ /**
74
+ * The additional info.
75
+ * NOTE: This property will not be serialized. It can only be populated by the server.
76
+ */
77
+ readonly info?: Record<string, unknown>;
78
+ }
79
+ /** A container holding only the Tags for a resource, allowing the user to update the tags on a QueryPack instance. */
80
+ export interface TagsResource {
81
+ /** Resource tags */
82
+ tags?: {
83
+ [propertyName: string]: string;
84
+ };
85
+ }
86
+ /** Describes the list of Log Analytics QueryPack-Query resources. */
87
+ export interface LogAnalyticsQueryPackQueryListResult {
88
+ /** List of Log Analytics QueryPack Query definitions. */
89
+ value: LogAnalyticsQueryPackQuery[];
90
+ /** The URI to get the next set of Log Analytics QueryPack definitions if too many QueryPack-Queries where returned in the result set. */
91
+ nextLink?: string;
92
+ }
93
+ /** The related metadata items for the function. */
94
+ export interface LogAnalyticsQueryPackQueryPropertiesRelated {
95
+ /** The related categories for the function. */
96
+ categories?: string[];
97
+ /** The related resource types for the function. */
98
+ resourceTypes?: string[];
99
+ /** The related Log Analytics solutions for the function. */
100
+ solutions?: string[];
101
+ }
102
+ /** An Azure resource QueryPack-Query object */
103
+ export interface AzureResourceProperties {
104
+ /**
105
+ * Azure resource Id
106
+ * NOTE: This property will not be serialized. It can only be populated by the server.
107
+ */
108
+ readonly id?: string;
109
+ /**
110
+ * Azure resource name
111
+ * NOTE: This property will not be serialized. It can only be populated by the server.
112
+ */
113
+ readonly name?: string;
114
+ /**
115
+ * Azure resource type
116
+ * NOTE: This property will not be serialized. It can only be populated by the server.
117
+ */
118
+ readonly type?: string;
119
+ /**
120
+ * Read only system data
121
+ * NOTE: This property will not be serialized. It can only be populated by the server.
122
+ */
123
+ readonly systemData?: SystemData;
124
+ }
125
+ /** Read only system data */
126
+ export interface SystemData {
127
+ /** An identifier for the identity that created the resource */
128
+ createdBy?: string;
129
+ /** The type of identity that created the resource */
130
+ createdByType?: IdentityType;
131
+ /** The timestamp of resource creation (UTC) */
132
+ createdAt?: Date;
133
+ /** An identifier for the identity that last modified the resource */
134
+ lastModifiedBy?: string;
135
+ /** The type of identity that last modified the resource */
136
+ lastModifiedByType?: IdentityType;
137
+ /** The timestamp of resource last modification (UTC) */
138
+ lastModifiedAt?: Date;
139
+ }
140
+ /** Properties that define an Log Analytics QueryPack-Query search properties. */
141
+ export interface LogAnalyticsQueryPackQuerySearchProperties {
142
+ /** The related metadata items for the function. */
143
+ related?: LogAnalyticsQueryPackQuerySearchPropertiesRelated;
144
+ /** Tags associated with the query. */
145
+ tags?: {
146
+ [propertyName: string]: string[];
147
+ };
148
+ }
149
+ /** The related metadata items for the function. */
150
+ export interface LogAnalyticsQueryPackQuerySearchPropertiesRelated {
151
+ /** The related categories for the function. */
152
+ categories?: string[];
153
+ /** The related resource types for the function. */
154
+ resourceTypes?: string[];
155
+ /** The related Log Analytics solutions for the function. */
156
+ solutions?: string[];
157
+ }
158
+ /** Result of the request to list data exports. */
159
+ export interface DataExportListResult {
160
+ /** List of data export instances within a workspace.. */
161
+ value?: DataExport[];
162
+ }
163
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
164
+ export interface Resource {
165
+ /**
166
+ * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
167
+ * NOTE: This property will not be serialized. It can only be populated by the server.
168
+ */
169
+ readonly id?: string;
170
+ /**
171
+ * The name of the resource
172
+ * NOTE: This property will not be serialized. It can only be populated by the server.
173
+ */
174
+ readonly name?: string;
175
+ /**
176
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
177
+ * NOTE: This property will not be serialized. It can only be populated by the server.
178
+ */
179
+ readonly type?: string;
180
+ }
181
+ /** The list data source by workspace operation response. */
182
+ export interface DataSourceListResult {
183
+ /** A list of datasources. */
184
+ value?: DataSource[];
185
+ /** The link (url) to the next page of datasources. */
186
+ nextLink?: string;
187
+ }
188
+ /** Intelligence Pack containing a string name and boolean indicating if it's enabled. */
189
+ export interface IntelligencePack {
190
+ /** The name of the intelligence pack. */
191
+ name?: string;
192
+ /** The enabled boolean for the intelligence pack. */
193
+ enabled?: boolean;
194
+ /** The display name of the intelligence pack. */
195
+ displayName?: string;
196
+ }
197
+ /** The list linked service operation response. */
198
+ export interface LinkedServiceListResult {
199
+ /** The list of linked service instances */
200
+ value?: LinkedService[];
201
+ }
202
+ /** The list linked storage accounts service operation response. */
203
+ export interface LinkedStorageAccountsListResult {
204
+ /** A list of linked storage accounts instances. */
205
+ value?: LinkedStorageAccountsResource[];
206
+ }
207
+ /** The list workspace management groups operation response. */
208
+ export interface WorkspaceListManagementGroupsResult {
209
+ /** Gets or sets a list of management groups attached to the workspace. */
210
+ value?: ManagementGroup[];
211
+ }
212
+ /** A management group that is connected to a workspace */
213
+ export interface ManagementGroup {
214
+ /** The number of servers connected to the management group. */
215
+ serverCount?: number;
216
+ /** Gets or sets a value indicating whether the management group is a gateway. */
217
+ isGateway?: boolean;
218
+ /** The name of the management group. */
219
+ name?: string;
220
+ /** The unique ID of the management group. */
221
+ id?: string;
222
+ /** The datetime that the management group was created. */
223
+ created?: Date;
224
+ /** The last datetime that the management group received data. */
225
+ dataReceived?: Date;
226
+ /** The version of System Center that is managing the management group. */
227
+ version?: string;
228
+ /** The SKU of System Center that is managing the management group. */
229
+ sku?: string;
230
+ }
231
+ /** The status of operation. */
232
+ export interface OperationStatus {
233
+ /** The operation Id. */
234
+ id?: string;
235
+ /** The operation name. */
236
+ name?: string;
237
+ /** The start time of the operation. */
238
+ startTime?: string;
239
+ /** The end time of the operation. */
240
+ endTime?: string;
241
+ /** The status of the operation. */
242
+ status?: string;
243
+ /** The error detail of the operation if any. */
244
+ error?: ErrorResponse;
245
+ }
246
+ /** The shared keys for a workspace. */
247
+ export interface SharedKeys {
248
+ /** The primary shared key of a workspace. */
249
+ primarySharedKey?: string;
250
+ /** The secondary shared key of a workspace. */
251
+ secondarySharedKey?: string;
252
+ }
253
+ /** The list workspace usages operation response. */
254
+ export interface WorkspaceListUsagesResult {
255
+ /** Gets or sets a list of usage metrics for a workspace. */
256
+ value?: UsageMetric[];
257
+ }
258
+ /** A metric describing the usage of a resource. */
259
+ export interface UsageMetric {
260
+ /** The name of the metric. */
261
+ name?: MetricName;
262
+ /** The units used for the metric. */
263
+ unit?: string;
264
+ /** The current value of the metric. */
265
+ currentValue?: number;
266
+ /** The quota limit for the metric. */
267
+ limit?: number;
268
+ /** The time that the metric's value will reset. */
269
+ nextResetTime?: Date;
270
+ /** The quota period that determines the length of time between value resets. */
271
+ quotaPeriod?: string;
272
+ }
273
+ /** The name of a metric. */
274
+ export interface MetricName {
275
+ /** The system name of the metric. */
276
+ value?: string;
277
+ /** The localized name of the metric. */
278
+ localizedValue?: string;
279
+ }
280
+ /** Describes a storage account connection. */
281
+ export interface StorageAccount {
282
+ /** The Azure Resource Manager ID of the storage account resource. */
283
+ id: string;
284
+ /** The storage account key. */
285
+ key: string;
286
+ }
287
+ /** The status of the storage insight. */
288
+ export interface StorageInsightStatus {
289
+ /** The state of the storage insight connection to the workspace */
290
+ state: StorageInsightState;
291
+ /** Description of the state of the storage insight. */
292
+ description?: string;
293
+ }
294
+ /** The list storage insights operation response. */
295
+ export interface StorageInsightListResult {
296
+ /** A list of storage insight items. */
297
+ value?: StorageInsight[];
298
+ /** The link (url) to the next page of results. */
299
+ odataNextLink?: string;
300
+ }
301
+ /** A tag of a saved search. */
302
+ export interface Tag {
303
+ /** The tag name. */
304
+ name: string;
305
+ /** The tag value. */
306
+ value: string;
307
+ }
308
+ /** The saved search list operation response. */
309
+ export interface SavedSearchesListResult {
310
+ /** The array of result values. */
311
+ value?: SavedSearch[];
312
+ }
313
+ /** Service Tier details. */
314
+ export interface AvailableServiceTier {
315
+ /**
316
+ * The name of the Service Tier.
317
+ * NOTE: This property will not be serialized. It can only be populated by the server.
318
+ */
319
+ readonly serviceTier?: SkuNameEnum;
320
+ /**
321
+ * True if the Service Tier is enabled for the workspace.
322
+ * NOTE: This property will not be serialized. It can only be populated by the server.
323
+ */
324
+ readonly enabled?: boolean;
325
+ /**
326
+ * The minimum retention for the Service Tier, in days.
327
+ * NOTE: This property will not be serialized. It can only be populated by the server.
328
+ */
329
+ readonly minimumRetention?: number;
330
+ /**
331
+ * The maximum retention for the Service Tier, in days.
332
+ * NOTE: This property will not be serialized. It can only be populated by the server.
333
+ */
334
+ readonly maximumRetention?: number;
335
+ /**
336
+ * The default retention for the Service Tier, in days.
337
+ * NOTE: This property will not be serialized. It can only be populated by the server.
338
+ */
339
+ readonly defaultRetention?: number;
340
+ /**
341
+ * The capacity reservation level in GB per day. Returned for the Capacity Reservation Service Tier.
342
+ * NOTE: This property will not be serialized. It can only be populated by the server.
343
+ */
344
+ readonly capacityReservationLevel?: number;
345
+ /**
346
+ * Time when the sku was last updated for the workspace. Returned for the Capacity Reservation Service Tier.
347
+ * NOTE: This property will not be serialized. It can only be populated by the server.
348
+ */
349
+ readonly lastSkuUpdate?: string;
350
+ }
351
+ /** The get schema operation response. */
352
+ export interface SearchGetSchemaResponse {
353
+ /** The metadata from search results. */
354
+ metadata?: SearchMetadata;
355
+ /** The array of result values. */
356
+ value?: SearchSchemaValue[];
357
+ }
358
+ /** Metadata for search results. */
359
+ export interface SearchMetadata {
360
+ /** The request id of the search. */
361
+ searchId?: string;
362
+ /** The search result type. */
363
+ resultType?: string;
364
+ /** The total number of search results. */
365
+ total?: number;
366
+ /** The number of top search results. */
367
+ top?: number;
368
+ /** The id of the search results request. */
369
+ id?: string;
370
+ /** The core summaries. */
371
+ coreSummaries?: CoreSummary[];
372
+ /** The status of the search results. */
373
+ status?: string;
374
+ /** The start time for the search. */
375
+ startTime?: Date;
376
+ /** The time of last update. */
377
+ lastUpdated?: Date;
378
+ /** The ETag of the search results. */
379
+ eTag?: string;
380
+ /** How the results are sorted. */
381
+ sort?: SearchSort[];
382
+ /** The request time. */
383
+ requestTime?: number;
384
+ /** The aggregated value field. */
385
+ aggregatedValueField?: string;
386
+ /** The aggregated grouping fields. */
387
+ aggregatedGroupingFields?: string;
388
+ /** The sum of all aggregates returned in the result set. */
389
+ sum?: number;
390
+ /** The max of all aggregates returned in the result set. */
391
+ max?: number;
392
+ /** The schema. */
393
+ schema?: SearchMetadataSchema;
394
+ }
395
+ /** The core summary of a search. */
396
+ export interface CoreSummary {
397
+ /** The status of a core summary. */
398
+ status?: string;
399
+ /** The number of documents of a core summary. */
400
+ numberOfDocuments: number;
401
+ }
402
+ /** The sort parameters for search. */
403
+ export interface SearchSort {
404
+ /** The name of the field the search query is sorted on. */
405
+ name?: string;
406
+ /** The sort order of the search. */
407
+ order?: SearchSortEnum;
408
+ }
409
+ /** Schema metadata for search. */
410
+ export interface SearchMetadataSchema {
411
+ /** The name of the metadata schema. */
412
+ name?: string;
413
+ /** The version of the metadata schema. */
414
+ version?: number;
415
+ }
416
+ /** Value object for schema results. */
417
+ export interface SearchSchemaValue {
418
+ /** The name of the schema. */
419
+ name?: string;
420
+ /** The display name of the schema. */
421
+ displayName?: string;
422
+ /** The type. */
423
+ type?: string;
424
+ /** The boolean that indicates the field is searchable as free text. */
425
+ indexed: boolean;
426
+ /** The boolean that indicates whether or not the field is stored. */
427
+ stored: boolean;
428
+ /** The boolean that indicates whether or not the field is a facet. */
429
+ facet: boolean;
430
+ /** The array of workflows containing the field. */
431
+ ownerType?: string[];
432
+ }
433
+ /** Describes the body of a purge request for an App Insights Workspace */
434
+ export interface WorkspacePurgeBody {
435
+ /** Table from which to purge data. */
436
+ table: string;
437
+ /** The set of columns and filters (queries) to run over them to purge the resulting data. */
438
+ filters: WorkspacePurgeBodyFilters[];
439
+ }
440
+ /** User-defined filters to return data which will be purged from the table. */
441
+ export interface WorkspacePurgeBodyFilters {
442
+ /** The column of the table over which the given query should run */
443
+ column?: string;
444
+ /** 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. */
445
+ operator?: string;
446
+ /** 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. */
447
+ value?: any;
448
+ /** When filtering over custom dimensions, this key will be used as the name of the custom dimension. */
449
+ key?: string;
450
+ }
451
+ /** Response containing operationId for a specific purge action. */
452
+ export interface WorkspacePurgeResponse {
453
+ /** Id to use when querying for status for a particular purge operation. */
454
+ operationId: string;
455
+ }
456
+ /** Response containing status for a specific purge operation. */
457
+ export interface WorkspacePurgeStatusResponse {
458
+ /** Status of the operation represented by the requested Id. */
459
+ status: PurgeState;
460
+ }
461
+ /** The list clusters operation response. */
462
+ export interface ClusterListResult {
463
+ /** The link used to get the next page of recommendations. */
464
+ nextLink?: string;
465
+ /** A list of Log Analytics clusters. */
466
+ value?: Cluster[];
467
+ }
468
+ /** Identity for the resource. */
469
+ export interface Identity {
470
+ /**
471
+ * The principal ID of resource identity.
472
+ * NOTE: This property will not be serialized. It can only be populated by the server.
473
+ */
474
+ readonly principalId?: string;
475
+ /**
476
+ * The tenant ID of resource.
477
+ * NOTE: This property will not be serialized. It can only be populated by the server.
478
+ */
479
+ readonly tenantId?: string;
480
+ /** Type of managed service identity. */
481
+ type: IdentityType;
482
+ /** 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}'. */
483
+ userAssignedIdentities?: {
484
+ [propertyName: string]: UserIdentityProperties;
485
+ };
486
+ }
487
+ /** User assigned identity properties. */
488
+ export interface UserIdentityProperties {
489
+ /**
490
+ * The principal id of user assigned identity.
491
+ * NOTE: This property will not be serialized. It can only be populated by the server.
492
+ */
493
+ readonly principalId?: string;
494
+ /**
495
+ * The client id of user assigned identity.
496
+ * NOTE: This property will not be serialized. It can only be populated by the server.
497
+ */
498
+ readonly clientId?: string;
499
+ }
500
+ /** The cluster sku definition. */
501
+ export interface ClusterSku {
502
+ /** The capacity value */
503
+ capacity?: Capacity;
504
+ /** The name of the SKU. */
505
+ name?: ClusterSkuNameEnum;
506
+ }
507
+ /** The key vault properties. */
508
+ export interface KeyVaultProperties {
509
+ /** The Key Vault uri which holds they key associated with the Log Analytics cluster. */
510
+ keyVaultUri?: string;
511
+ /** The name of the key associated with the Log Analytics cluster. */
512
+ keyName?: string;
513
+ /** The version of the key associated with the Log Analytics cluster. */
514
+ keyVersion?: string;
515
+ /** Selected key minimum required size. */
516
+ keyRsaSize?: number;
517
+ }
518
+ /** The list of Log Analytics workspaces associated with the cluster. */
519
+ export interface AssociatedWorkspace {
520
+ /**
521
+ * The id of the assigned workspace.
522
+ * NOTE: This property will not be serialized. It can only be populated by the server.
523
+ */
524
+ readonly workspaceId?: string;
525
+ /**
526
+ * The name id the assigned workspace.
527
+ * NOTE: This property will not be serialized. It can only be populated by the server.
528
+ */
529
+ readonly workspaceName?: string;
530
+ /**
531
+ * The ResourceId id the assigned workspace.
532
+ * NOTE: This property will not be serialized. It can only be populated by the server.
533
+ */
534
+ readonly resourceId?: string;
535
+ /**
536
+ * The time of workspace association.
537
+ * NOTE: This property will not be serialized. It can only be populated by the server.
538
+ */
539
+ readonly associateDate?: string;
540
+ }
541
+ /** The Capacity Reservation properties. */
542
+ export interface CapacityReservationProperties {
543
+ /**
544
+ * The last time Sku was updated.
545
+ * NOTE: This property will not be serialized. It can only be populated by the server.
546
+ */
547
+ readonly lastSkuUpdate?: string;
548
+ /**
549
+ * Minimum CapacityReservation value in GB.
550
+ * NOTE: This property will not be serialized. It can only be populated by the server.
551
+ */
552
+ readonly minCapacity?: number;
553
+ }
554
+ /** The top level Log Analytics cluster resource container. */
555
+ export interface ClusterPatch {
556
+ /** The identity of the resource. */
557
+ identity?: Identity;
558
+ /** The sku properties. */
559
+ sku?: ClusterSku;
560
+ /** Resource tags. */
561
+ tags?: {
562
+ [propertyName: string]: string;
563
+ };
564
+ /** The associated key properties. */
565
+ keyVaultProperties?: KeyVaultProperties;
566
+ /** The cluster's billing type. */
567
+ billingType?: BillingType;
568
+ }
569
+ /** Result of the request to list solution operations. */
570
+ export interface OperationListResult {
571
+ /** List of solution operations supported by the OperationsManagement resource provider. */
572
+ value?: Operation[];
573
+ /**
574
+ * URL to get the next set of operation list results if there are any.
575
+ * NOTE: This property will not be serialized. It can only be populated by the server.
576
+ */
577
+ readonly nextLink?: string;
578
+ }
579
+ /** Supported operation of OperationalInsights resource provider. */
580
+ export interface Operation {
581
+ /** Operation name: {provider}/{resource}/{operation} */
582
+ name?: string;
583
+ /** Display metadata associated with the operation. */
584
+ display?: OperationDisplay;
585
+ }
586
+ /** Display metadata associated with the operation. */
587
+ export interface OperationDisplay {
588
+ /** Service provider: Microsoft OperationsManagement. */
589
+ provider?: string;
590
+ /** Resource on which the operation is performed etc. */
591
+ resource?: string;
592
+ /** Type of operation: get, read, delete, etc. */
593
+ operation?: string;
594
+ /** Description of operation */
595
+ description?: string;
596
+ }
597
+ /** The list workspaces operation response. */
598
+ export interface WorkspaceListResult {
599
+ /** A list of workspaces. */
600
+ value?: Workspace[];
601
+ }
602
+ /** The SKU (tier) of a workspace. */
603
+ export interface WorkspaceSku {
604
+ /** The name of the SKU. */
605
+ name: WorkspaceSkuNameEnum;
606
+ /** The capacity reservation level in GB for this workspace, when CapacityReservation sku is selected. */
607
+ capacityReservationLevel?: CapacityReservationLevel;
608
+ /**
609
+ * The last time when the sku was updated.
610
+ * NOTE: This property will not be serialized. It can only be populated by the server.
611
+ */
612
+ readonly lastSkuUpdate?: string;
613
+ }
614
+ /** The daily volume cap for ingestion. */
615
+ export interface WorkspaceCapping {
616
+ /** The workspace daily quota for ingestion. */
617
+ dailyQuotaGb?: number;
618
+ /**
619
+ * The time when the quota will be rest.
620
+ * NOTE: This property will not be serialized. It can only be populated by the server.
621
+ */
622
+ readonly quotaNextResetTime?: string;
623
+ /**
624
+ * The status of data ingestion for this workspace.
625
+ * NOTE: This property will not be serialized. It can only be populated by the server.
626
+ */
627
+ readonly dataIngestionStatus?: DataIngestionStatus;
628
+ }
629
+ /** The private link scope resource reference. */
630
+ export interface PrivateLinkScopedResource {
631
+ /** The full resource Id of the private link scope resource. */
632
+ resourceId?: string;
633
+ /** The private link scope unique Identifier. */
634
+ scopeId?: string;
635
+ }
636
+ /** Workspace features. */
637
+ export interface WorkspaceFeatures {
638
+ /** Describes unknown properties. The value of an unknown property can be of "any" type. */
639
+ [property: string]: any;
640
+ /** Flag that indicate if data should be exported. */
641
+ enableDataExport?: boolean;
642
+ /** Flag that describes if we want to remove the data after 30 days. */
643
+ immediatePurgeDataOn30Days?: boolean;
644
+ /** Flag that indicate which permission to use - resource or workspace or both. */
645
+ enableLogAccessUsingOnlyResourcePermissions?: boolean;
646
+ /** Dedicated LA cluster resourceId that is linked to the workspaces. */
647
+ clusterResourceId?: string;
648
+ /** Disable Non-AAD based Auth. */
649
+ disableLocalAuth?: boolean;
650
+ }
651
+ /** Metadata pertaining to creation and last modification of the resource. */
652
+ export interface SystemDataAutoGenerated {
653
+ /** The identity that created the resource. */
654
+ createdBy?: string;
655
+ /** The type of identity that created the resource. */
656
+ createdByType?: CreatedByType;
657
+ /** The timestamp of resource creation (UTC). */
658
+ createdAt?: Date;
659
+ /** The identity that last modified the resource. */
660
+ lastModifiedBy?: string;
661
+ /** The type of identity that last modified the resource. */
662
+ lastModifiedByType?: CreatedByType;
663
+ /** The timestamp of resource last modification (UTC) */
664
+ lastModifiedAt?: Date;
665
+ }
666
+ /** The list tables operation response. */
667
+ export interface TablesListResult {
668
+ /** A list of data tables. */
669
+ value?: Table[];
670
+ }
671
+ /** Parameters of the search job that initiated this table. */
672
+ export interface SearchResults {
673
+ /** Search job query. */
674
+ query?: string;
675
+ /** Search job Description. */
676
+ description?: string;
677
+ /** Limit the search job to return up to specified number of rows. */
678
+ limit?: number;
679
+ /** The timestamp to start the search from (UTC) */
680
+ startSearchTime?: Date;
681
+ /** The timestamp to end the search by (UTC) */
682
+ endSearchTime?: Date;
683
+ /**
684
+ * The table used in the search job.
685
+ * NOTE: This property will not be serialized. It can only be populated by the server.
686
+ */
687
+ readonly sourceTable?: string;
688
+ /**
689
+ * Search results table async operation id.
690
+ * NOTE: This property will not be serialized. It can only be populated by the server.
691
+ */
692
+ readonly azureAsyncOperationId?: string;
693
+ }
694
+ /** Restore parameters. */
695
+ export interface RestoredLogs {
696
+ /** The timestamp to start the restore from (UTC). */
697
+ startRestoreTime?: Date;
698
+ /** The timestamp to end the restore by (UTC). */
699
+ endRestoreTime?: Date;
700
+ /** The table to restore data from. */
701
+ sourceTable?: string;
702
+ /**
703
+ * Search results table async operation id.
704
+ * NOTE: This property will not be serialized. It can only be populated by the server.
705
+ */
706
+ readonly azureAsyncOperationId?: string;
707
+ }
708
+ /** Search job execution statistics. */
709
+ export interface ResultStatistics {
710
+ /**
711
+ * Search job completion percentage.
712
+ * NOTE: This property will not be serialized. It can only be populated by the server.
713
+ */
714
+ readonly progress?: number;
715
+ /**
716
+ * The number of rows that were returned by the search job.
717
+ * NOTE: This property will not be serialized. It can only be populated by the server.
718
+ */
719
+ readonly ingestedRecords?: number;
720
+ /**
721
+ * Search job: Amount of scanned data.
722
+ * NOTE: This property will not be serialized. It can only be populated by the server.
723
+ */
724
+ readonly scannedGb?: number;
725
+ }
726
+ /** Table's schema. */
727
+ export interface Schema {
728
+ /** Table name. */
729
+ name?: string;
730
+ /** Table display name. */
731
+ displayName?: string;
732
+ /** Table description. */
733
+ description?: string;
734
+ /** A list of table custom columns. */
735
+ columns?: Column[];
736
+ /**
737
+ * A list of table standard columns.
738
+ * NOTE: This property will not be serialized. It can only be populated by the server.
739
+ */
740
+ readonly standardColumns?: Column[];
741
+ /**
742
+ * Table category.
743
+ * NOTE: This property will not be serialized. It can only be populated by the server.
744
+ */
745
+ readonly categories?: string[];
746
+ /**
747
+ * Table labels.
748
+ * NOTE: This property will not be serialized. It can only be populated by the server.
749
+ */
750
+ readonly labels?: string[];
751
+ /**
752
+ * Table's creator.
753
+ * NOTE: This property will not be serialized. It can only be populated by the server.
754
+ */
755
+ readonly source?: SourceEnum;
756
+ /**
757
+ * Table's creator.
758
+ * NOTE: This property will not be serialized. It can only be populated by the server.
759
+ */
760
+ readonly tableType?: TableTypeEnum;
761
+ /**
762
+ * The subtype describes what APIs can be used to interact with the table, and what features are available against it.
763
+ * NOTE: This property will not be serialized. It can only be populated by the server.
764
+ */
765
+ readonly tableSubType?: TableSubTypeEnum;
766
+ /**
767
+ * List of solutions the table is affiliated with
768
+ * NOTE: This property will not be serialized. It can only be populated by the server.
769
+ */
770
+ readonly solutions?: string[];
771
+ }
772
+ /** Table column. */
773
+ export interface Column {
774
+ /** Column name. */
775
+ name?: string;
776
+ /** Column data type. */
777
+ type?: ColumnTypeEnum;
778
+ /** Column data type logical hint. */
779
+ dataTypeHint?: ColumnDataTypeHintEnum;
780
+ /** Column display name. */
781
+ displayName?: string;
782
+ /** Column description. */
783
+ description?: string;
784
+ /**
785
+ * Is displayed by default.
786
+ * NOTE: This property will not be serialized. It can only be populated by the server.
787
+ */
788
+ readonly isDefaultDisplay?: boolean;
789
+ /**
790
+ * Is column hidden.
791
+ * NOTE: This property will not be serialized. It can only be populated by the server.
792
+ */
793
+ readonly isHidden?: boolean;
794
+ }
795
+ /** DataSource filter. Right now, only filter by kind is supported. */
796
+ export interface DataSourceFilter {
797
+ /** The kind of the DataSource. */
798
+ kind?: DataSourceKind;
799
+ }
800
+ /** An Log Analytics QueryPack definition. */
801
+ export interface LogAnalyticsQueryPack extends QueryPacksResource {
802
+ /**
803
+ * The unique ID of your application. This field cannot be changed.
804
+ * NOTE: This property will not be serialized. It can only be populated by the server.
805
+ */
806
+ readonly queryPackId?: string;
807
+ /**
808
+ * Creation Date for the Log Analytics QueryPack, in ISO 8601 format.
809
+ * NOTE: This property will not be serialized. It can only be populated by the server.
810
+ */
811
+ readonly timeCreated?: Date;
812
+ /**
813
+ * Last modified date of the Log Analytics QueryPack, in ISO 8601 format.
814
+ * NOTE: This property will not be serialized. It can only be populated by the server.
815
+ */
816
+ readonly timeModified?: Date;
817
+ /**
818
+ * 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.
819
+ * NOTE: This property will not be serialized. It can only be populated by the server.
820
+ */
821
+ readonly provisioningState?: string;
822
+ }
823
+ /** A Log Analytics QueryPack-Query definition. */
824
+ export interface LogAnalyticsQueryPackQuery extends AzureResourceProperties {
825
+ /**
826
+ * The unique ID of your application. This field cannot be changed.
827
+ * NOTE: This property will not be serialized. It can only be populated by the server.
828
+ */
829
+ readonly idPropertiesId?: string;
830
+ /** Unique display name for your query within the Query Pack. */
831
+ displayName?: string;
832
+ /**
833
+ * Creation Date for the Log Analytics Query, in ISO 8601 format.
834
+ * NOTE: This property will not be serialized. It can only be populated by the server.
835
+ */
836
+ readonly timeCreated?: Date;
837
+ /**
838
+ * Last modified date of the Log Analytics Query, in ISO 8601 format.
839
+ * NOTE: This property will not be serialized. It can only be populated by the server.
840
+ */
841
+ readonly timeModified?: Date;
842
+ /**
843
+ * Object Id of user creating the query.
844
+ * NOTE: This property will not be serialized. It can only be populated by the server.
845
+ */
846
+ readonly author?: string;
847
+ /** Description of the query. */
848
+ description?: string;
849
+ /** Body of the query. */
850
+ body?: string;
851
+ /** The related metadata items for the function. */
852
+ related?: LogAnalyticsQueryPackQueryPropertiesRelated;
853
+ /** Tags associated with the query. */
854
+ tags?: {
855
+ [propertyName: string]: string[];
856
+ };
857
+ /** Additional properties that can be set for the query. */
858
+ properties?: Record<string, unknown>;
859
+ }
860
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
861
+ export interface ProxyResource extends Resource {
862
+ }
863
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
864
+ export interface TrackedResource extends Resource {
865
+ /** Resource tags. */
866
+ tags?: {
867
+ [propertyName: string]: string;
868
+ };
869
+ /** The geo-location where the resource lives */
870
+ location: string;
871
+ }
872
+ /** The resource model definition for an Azure Resource Manager resource with an etag. */
873
+ export interface AzureEntityResource extends Resource {
874
+ /**
875
+ * Resource Etag.
876
+ * NOTE: This property will not be serialized. It can only be populated by the server.
877
+ */
878
+ readonly etag?: string;
879
+ }
880
+ /** The top level data export resource container. */
881
+ export interface DataExport extends ProxyResource {
882
+ /** The data export rule ID. */
883
+ dataExportId?: string;
884
+ /** An array of tables to export, for example: [“Heartbeat, SecurityEvent”]. */
885
+ tableNames?: string[];
886
+ /** Active when enabled. */
887
+ enable?: boolean;
888
+ /** The latest data export rule modification time. */
889
+ createdDate?: string;
890
+ /** Date and time when the export was last modified. */
891
+ lastModifiedDate?: string;
892
+ /** The destination resource ID. This can be copied from the Properties entry of the destination resource in Azure. */
893
+ resourceId?: string;
894
+ /**
895
+ * The type of the destination resource
896
+ * NOTE: This property will not be serialized. It can only be populated by the server.
897
+ */
898
+ readonly typePropertiesDestinationType?: Type;
899
+ /** Optional. Allows to define an Event Hub name. Not applicable when destination is Storage Account. */
900
+ eventHubName?: string;
901
+ }
902
+ /** Datasources under OMS Workspace. */
903
+ export interface DataSource extends ProxyResource {
904
+ /** The data source properties in raw json format, each kind of data source have it's own schema. */
905
+ properties: Record<string, unknown>;
906
+ /** The ETag of the data source. */
907
+ etag?: string;
908
+ /** The kind of the DataSource. */
909
+ kind: DataSourceKind;
910
+ /** Resource tags. */
911
+ tags?: {
912
+ [propertyName: string]: string;
913
+ };
914
+ }
915
+ /** The top level Linked service resource container. */
916
+ export interface LinkedService extends ProxyResource {
917
+ /** Resource tags. */
918
+ tags?: {
919
+ [propertyName: string]: string;
920
+ };
921
+ /** The resource id of the resource that will be linked to the workspace. This should be used for linking resources which require read access */
922
+ resourceId?: string;
923
+ /** The resource id of the resource that will be linked to the workspace. This should be used for linking resources which require write access */
924
+ writeAccessResourceId?: string;
925
+ /** The provisioning state of the linked service. */
926
+ provisioningState?: LinkedServiceEntityStatus;
927
+ }
928
+ /** Linked storage accounts top level resource container. */
929
+ export interface LinkedStorageAccountsResource extends ProxyResource {
930
+ /**
931
+ * Linked storage accounts type.
932
+ * NOTE: This property will not be serialized. It can only be populated by the server.
933
+ */
934
+ readonly dataSourceType?: DataSourceType;
935
+ /** Linked storage accounts resources ids. */
936
+ storageAccountIds?: string[];
937
+ }
938
+ /** The top level storage insight resource container. */
939
+ export interface StorageInsight extends ProxyResource {
940
+ /** The ETag of the storage insight. */
941
+ eTag?: string;
942
+ /** Resource tags. */
943
+ tags?: {
944
+ [propertyName: string]: string;
945
+ };
946
+ /** The names of the blob containers that the workspace should read */
947
+ containers?: string[];
948
+ /** The names of the Azure tables that the workspace should read */
949
+ tables?: string[];
950
+ /** The storage account connection details */
951
+ storageAccount?: StorageAccount;
952
+ /**
953
+ * The status of the storage insight
954
+ * NOTE: This property will not be serialized. It can only be populated by the server.
955
+ */
956
+ readonly status?: StorageInsightStatus;
957
+ }
958
+ /** Value object for saved search results. */
959
+ export interface SavedSearch extends ProxyResource {
960
+ /** The ETag of the saved search. To override an existing saved search, use "*" or specify the current Etag */
961
+ etag?: string;
962
+ /** The category of the saved search. This helps the user to find a saved search faster. */
963
+ category: string;
964
+ /** Saved search display name. */
965
+ displayName: string;
966
+ /** The query expression for the saved search. */
967
+ query: string;
968
+ /** The function alias if query serves as a function. */
969
+ functionAlias?: string;
970
+ /** 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. */
971
+ functionParameters?: string;
972
+ /** The version number of the query language. The current version is 2 and is the default. */
973
+ version?: number;
974
+ /** The tags attached to the saved search. */
975
+ tags?: Tag[];
976
+ }
977
+ /** Workspace data table definition. */
978
+ export interface Table extends ProxyResource {
979
+ /**
980
+ * Metadata pertaining to creation and last modification of the resource.
981
+ * NOTE: This property will not be serialized. It can only be populated by the server.
982
+ */
983
+ readonly systemData?: SystemDataAutoGenerated;
984
+ /** The table retention in days, between 4 and 730. Setting this property to -1 will default to the workspace retention. */
985
+ retentionInDays?: number;
986
+ /** The table total retention in days, between 4 and 2555. Setting this property to -1 will default to table retention. */
987
+ totalRetentionInDays?: number;
988
+ /**
989
+ * The table data archive retention in days. Calculated as (totalRetentionInDays-retentionInDays)
990
+ * NOTE: This property will not be serialized. It can only be populated by the server.
991
+ */
992
+ readonly archiveRetentionInDays?: number;
993
+ /** Parameters of the search job that initiated this table. */
994
+ searchResults?: SearchResults;
995
+ /** Parameters of the restore operation that initiated this table. */
996
+ restoredLogs?: RestoredLogs;
997
+ /**
998
+ * Search job execution statistics.
999
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1000
+ */
1001
+ readonly resultStatistics?: ResultStatistics;
1002
+ /** Instruct the system how to handle and charge the logs ingested to this table. */
1003
+ plan?: TablePlanEnum;
1004
+ /**
1005
+ * The timestamp that table plan was last modified (UTC).
1006
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1007
+ */
1008
+ readonly lastPlanModifiedDate?: string;
1009
+ /** Table schema. */
1010
+ schema?: Schema;
1011
+ /**
1012
+ * 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.
1013
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1014
+ */
1015
+ readonly provisioningState?: ProvisioningStateEnum;
1016
+ /**
1017
+ * True - Value originates from workspace retention in days, False - Customer specific.
1018
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1019
+ */
1020
+ readonly retentionInDaysAsDefault?: boolean;
1021
+ /**
1022
+ * True - Value originates from retention in days, False - Customer specific.
1023
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1024
+ */
1025
+ readonly totalRetentionInDaysAsDefault?: boolean;
1026
+ }
1027
+ /** The top level Log Analytics cluster resource container. */
1028
+ export interface Cluster extends TrackedResource {
1029
+ /** The identity of the resource. */
1030
+ identity?: Identity;
1031
+ /** The sku properties. */
1032
+ sku?: ClusterSku;
1033
+ /**
1034
+ * The ID associated with the cluster.
1035
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1036
+ */
1037
+ readonly clusterId?: string;
1038
+ /**
1039
+ * The provisioning state of the cluster.
1040
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1041
+ */
1042
+ readonly provisioningState?: ClusterEntityStatus;
1043
+ /** Configures whether cluster will use double encryption. This Property can not be modified after cluster creation. Default value is 'true' */
1044
+ isDoubleEncryptionEnabled?: boolean;
1045
+ /** 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. */
1046
+ isAvailabilityZonesEnabled?: boolean;
1047
+ /** The cluster's billing type. */
1048
+ billingType?: BillingType;
1049
+ /** The associated key properties. */
1050
+ keyVaultProperties?: KeyVaultProperties;
1051
+ /**
1052
+ * The last time the cluster was updated.
1053
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1054
+ */
1055
+ readonly lastModifiedDate?: string;
1056
+ /**
1057
+ * The cluster creation time
1058
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1059
+ */
1060
+ readonly createdDate?: string;
1061
+ /** The list of Log Analytics workspaces associated with the cluster */
1062
+ associatedWorkspaces?: AssociatedWorkspace[];
1063
+ /** Additional properties for capacity reservation */
1064
+ capacityReservationProperties?: CapacityReservationProperties;
1065
+ }
1066
+ /** The top level Workspace resource container. */
1067
+ export interface Workspace extends TrackedResource {
1068
+ /** The identity of the resource. */
1069
+ identity?: Identity;
1070
+ /**
1071
+ * Metadata pertaining to creation and last modification of the resource.
1072
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1073
+ */
1074
+ readonly systemData?: SystemDataAutoGenerated;
1075
+ /** The etag of the workspace. */
1076
+ etag?: string;
1077
+ /**
1078
+ * The provisioning state of the workspace.
1079
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1080
+ */
1081
+ readonly provisioningState?: WorkspaceEntityStatus;
1082
+ /**
1083
+ * This is a read-only property. Represents the ID associated with the workspace.
1084
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1085
+ */
1086
+ readonly customerId?: string;
1087
+ /** The SKU of the workspace. */
1088
+ sku?: WorkspaceSku;
1089
+ /** The workspace data retention in days. Allowed values are per pricing plan. See pricing tiers documentation for details. */
1090
+ retentionInDays?: number;
1091
+ /** The daily volume cap for ingestion. */
1092
+ workspaceCapping?: WorkspaceCapping;
1093
+ /**
1094
+ * Workspace creation date.
1095
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1096
+ */
1097
+ readonly createdDate?: string;
1098
+ /**
1099
+ * Workspace modification date.
1100
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1101
+ */
1102
+ readonly modifiedDate?: string;
1103
+ /** The network access type for accessing Log Analytics ingestion. */
1104
+ publicNetworkAccessForIngestion?: PublicNetworkAccessType;
1105
+ /** The network access type for accessing Log Analytics query. */
1106
+ publicNetworkAccessForQuery?: PublicNetworkAccessType;
1107
+ /** Indicates whether customer managed storage is mandatory for query management. */
1108
+ forceCmkForQuery?: boolean;
1109
+ /**
1110
+ * List of linked private link scope resources.
1111
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1112
+ */
1113
+ readonly privateLinkScopedResources?: PrivateLinkScopedResource[];
1114
+ /** Workspace features. */
1115
+ features?: WorkspaceFeatures;
1116
+ /** 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}. */
1117
+ defaultDataCollectionRuleResourceId?: string;
1118
+ }
1119
+ /** The top level Workspace resource container. */
1120
+ export interface WorkspacePatch extends AzureEntityResource {
1121
+ /** The identity of the resource. */
1122
+ identity?: Identity;
1123
+ /** Resource tags. Optional. */
1124
+ tags?: {
1125
+ [propertyName: string]: string;
1126
+ };
1127
+ /**
1128
+ * The provisioning state of the workspace.
1129
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1130
+ */
1131
+ readonly provisioningState?: WorkspaceEntityStatus;
1132
+ /**
1133
+ * This is a read-only property. Represents the ID associated with the workspace.
1134
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1135
+ */
1136
+ readonly customerId?: string;
1137
+ /** The SKU of the workspace. */
1138
+ sku?: WorkspaceSku;
1139
+ /** The workspace data retention in days. Allowed values are per pricing plan. See pricing tiers documentation for details. */
1140
+ retentionInDays?: number;
1141
+ /** The daily volume cap for ingestion. */
1142
+ workspaceCapping?: WorkspaceCapping;
1143
+ /**
1144
+ * Workspace creation date.
1145
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1146
+ */
1147
+ readonly createdDate?: string;
1148
+ /**
1149
+ * Workspace modification date.
1150
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1151
+ */
1152
+ readonly modifiedDate?: string;
1153
+ /** The network access type for accessing Log Analytics ingestion. */
1154
+ publicNetworkAccessForIngestion?: PublicNetworkAccessType;
1155
+ /** The network access type for accessing Log Analytics query. */
1156
+ publicNetworkAccessForQuery?: PublicNetworkAccessType;
1157
+ /** Indicates whether customer managed storage is mandatory for query management. */
1158
+ forceCmkForQuery?: boolean;
1159
+ /**
1160
+ * List of linked private link scope resources.
1161
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1162
+ */
1163
+ readonly privateLinkScopedResources?: PrivateLinkScopedResource[];
1164
+ /** Workspace features. */
1165
+ features?: WorkspaceFeatures;
1166
+ /** 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}. */
1167
+ defaultDataCollectionRuleResourceId?: string;
1168
+ }
1169
+ /** Defines headers for WorkspacePurge_purge operation. */
1170
+ export interface WorkspacePurgePurgeHeaders {
1171
+ /** The location from which to request the operation status. */
1172
+ xMsStatusLocation?: string;
1173
+ }
1174
+ /** Known values of {@link IdentityType} that the service accepts. */
1175
+ export declare enum KnownIdentityType {
1176
+ /** User */
1177
+ User = "user",
1178
+ /** Application */
1179
+ Application = "application",
1180
+ /** ManagedIdentity */
1181
+ ManagedIdentity = "managedIdentity",
1182
+ /** Key */
1183
+ Key = "key",
1184
+ /** SystemAssigned */
1185
+ SystemAssigned = "SystemAssigned",
1186
+ /** UserAssigned */
1187
+ UserAssigned = "UserAssigned",
1188
+ /** None */
1189
+ None = "None"
1190
+ }
1191
+ /**
1192
+ * Defines values for IdentityType. \
1193
+ * {@link KnownIdentityType} can be used interchangeably with IdentityType,
1194
+ * this enum contains the known values that the service supports.
1195
+ * ### Known values supported by the service
1196
+ * **user** \
1197
+ * **application** \
1198
+ * **managedIdentity** \
1199
+ * **key** \
1200
+ * **SystemAssigned** \
1201
+ * **UserAssigned** \
1202
+ * **None**
1203
+ */
1204
+ export type IdentityType = string;
1205
+ /** Known values of {@link Type} that the service accepts. */
1206
+ export declare enum KnownType {
1207
+ /** StorageAccount */
1208
+ StorageAccount = "StorageAccount",
1209
+ /** EventHub */
1210
+ EventHub = "EventHub"
1211
+ }
1212
+ /**
1213
+ * Defines values for Type. \
1214
+ * {@link KnownType} can be used interchangeably with Type,
1215
+ * this enum contains the known values that the service supports.
1216
+ * ### Known values supported by the service
1217
+ * **StorageAccount** \
1218
+ * **EventHub**
1219
+ */
1220
+ export type Type = string;
1221
+ /** Known values of {@link DataSourceKind} that the service accepts. */
1222
+ export declare enum KnownDataSourceKind {
1223
+ /** WindowsEvent */
1224
+ WindowsEvent = "WindowsEvent",
1225
+ /** WindowsPerformanceCounter */
1226
+ WindowsPerformanceCounter = "WindowsPerformanceCounter",
1227
+ /** IISLogs */
1228
+ IISLogs = "IISLogs",
1229
+ /** LinuxSyslog */
1230
+ LinuxSyslog = "LinuxSyslog",
1231
+ /** LinuxSyslogCollection */
1232
+ LinuxSyslogCollection = "LinuxSyslogCollection",
1233
+ /** LinuxPerformanceObject */
1234
+ LinuxPerformanceObject = "LinuxPerformanceObject",
1235
+ /** LinuxPerformanceCollection */
1236
+ LinuxPerformanceCollection = "LinuxPerformanceCollection",
1237
+ /** CustomLog */
1238
+ CustomLog = "CustomLog",
1239
+ /** CustomLogCollection */
1240
+ CustomLogCollection = "CustomLogCollection",
1241
+ /** AzureAuditLog */
1242
+ AzureAuditLog = "AzureAuditLog",
1243
+ /** AzureActivityLog */
1244
+ AzureActivityLog = "AzureActivityLog",
1245
+ /** GenericDataSource */
1246
+ GenericDataSource = "GenericDataSource",
1247
+ /** ChangeTrackingCustomPath */
1248
+ ChangeTrackingCustomPath = "ChangeTrackingCustomPath",
1249
+ /** ChangeTrackingPath */
1250
+ ChangeTrackingPath = "ChangeTrackingPath",
1251
+ /** ChangeTrackingServices */
1252
+ ChangeTrackingServices = "ChangeTrackingServices",
1253
+ /** ChangeTrackingDataTypeConfiguration */
1254
+ ChangeTrackingDataTypeConfiguration = "ChangeTrackingDataTypeConfiguration",
1255
+ /** ChangeTrackingDefaultRegistry */
1256
+ ChangeTrackingDefaultRegistry = "ChangeTrackingDefaultRegistry",
1257
+ /** ChangeTrackingRegistry */
1258
+ ChangeTrackingRegistry = "ChangeTrackingRegistry",
1259
+ /** ChangeTrackingLinuxPath */
1260
+ ChangeTrackingLinuxPath = "ChangeTrackingLinuxPath",
1261
+ /** LinuxChangeTrackingPath */
1262
+ LinuxChangeTrackingPath = "LinuxChangeTrackingPath",
1263
+ /** ChangeTrackingContentLocation */
1264
+ ChangeTrackingContentLocation = "ChangeTrackingContentLocation",
1265
+ /** WindowsTelemetry */
1266
+ WindowsTelemetry = "WindowsTelemetry",
1267
+ /** Office365 */
1268
+ Office365 = "Office365",
1269
+ /** SecurityWindowsBaselineConfiguration */
1270
+ SecurityWindowsBaselineConfiguration = "SecurityWindowsBaselineConfiguration",
1271
+ /** SecurityCenterSecurityWindowsBaselineConfiguration */
1272
+ SecurityCenterSecurityWindowsBaselineConfiguration = "SecurityCenterSecurityWindowsBaselineConfiguration",
1273
+ /** SecurityEventCollectionConfiguration */
1274
+ SecurityEventCollectionConfiguration = "SecurityEventCollectionConfiguration",
1275
+ /** SecurityInsightsSecurityEventCollectionConfiguration */
1276
+ SecurityInsightsSecurityEventCollectionConfiguration = "SecurityInsightsSecurityEventCollectionConfiguration",
1277
+ /** ImportComputerGroup */
1278
+ ImportComputerGroup = "ImportComputerGroup",
1279
+ /** NetworkMonitoring */
1280
+ NetworkMonitoring = "NetworkMonitoring",
1281
+ /** Itsm */
1282
+ Itsm = "Itsm",
1283
+ /** DnsAnalytics */
1284
+ DnsAnalytics = "DnsAnalytics",
1285
+ /** ApplicationInsights */
1286
+ ApplicationInsights = "ApplicationInsights",
1287
+ /** SqlDataClassification */
1288
+ SqlDataClassification = "SqlDataClassification"
1289
+ }
1290
+ /**
1291
+ * Defines values for DataSourceKind. \
1292
+ * {@link KnownDataSourceKind} can be used interchangeably with DataSourceKind,
1293
+ * this enum contains the known values that the service supports.
1294
+ * ### Known values supported by the service
1295
+ * **WindowsEvent** \
1296
+ * **WindowsPerformanceCounter** \
1297
+ * **IISLogs** \
1298
+ * **LinuxSyslog** \
1299
+ * **LinuxSyslogCollection** \
1300
+ * **LinuxPerformanceObject** \
1301
+ * **LinuxPerformanceCollection** \
1302
+ * **CustomLog** \
1303
+ * **CustomLogCollection** \
1304
+ * **AzureAuditLog** \
1305
+ * **AzureActivityLog** \
1306
+ * **GenericDataSource** \
1307
+ * **ChangeTrackingCustomPath** \
1308
+ * **ChangeTrackingPath** \
1309
+ * **ChangeTrackingServices** \
1310
+ * **ChangeTrackingDataTypeConfiguration** \
1311
+ * **ChangeTrackingDefaultRegistry** \
1312
+ * **ChangeTrackingRegistry** \
1313
+ * **ChangeTrackingLinuxPath** \
1314
+ * **LinuxChangeTrackingPath** \
1315
+ * **ChangeTrackingContentLocation** \
1316
+ * **WindowsTelemetry** \
1317
+ * **Office365** \
1318
+ * **SecurityWindowsBaselineConfiguration** \
1319
+ * **SecurityCenterSecurityWindowsBaselineConfiguration** \
1320
+ * **SecurityEventCollectionConfiguration** \
1321
+ * **SecurityInsightsSecurityEventCollectionConfiguration** \
1322
+ * **ImportComputerGroup** \
1323
+ * **NetworkMonitoring** \
1324
+ * **Itsm** \
1325
+ * **DnsAnalytics** \
1326
+ * **ApplicationInsights** \
1327
+ * **SqlDataClassification**
1328
+ */
1329
+ export type DataSourceKind = string;
1330
+ /** Known values of {@link LinkedServiceEntityStatus} that the service accepts. */
1331
+ export declare enum KnownLinkedServiceEntityStatus {
1332
+ /** Succeeded */
1333
+ Succeeded = "Succeeded",
1334
+ /** Deleting */
1335
+ Deleting = "Deleting",
1336
+ /** ProvisioningAccount */
1337
+ ProvisioningAccount = "ProvisioningAccount",
1338
+ /** Updating */
1339
+ Updating = "Updating"
1340
+ }
1341
+ /**
1342
+ * Defines values for LinkedServiceEntityStatus. \
1343
+ * {@link KnownLinkedServiceEntityStatus} can be used interchangeably with LinkedServiceEntityStatus,
1344
+ * this enum contains the known values that the service supports.
1345
+ * ### Known values supported by the service
1346
+ * **Succeeded** \
1347
+ * **Deleting** \
1348
+ * **ProvisioningAccount** \
1349
+ * **Updating**
1350
+ */
1351
+ export type LinkedServiceEntityStatus = string;
1352
+ /** Known values of {@link StorageInsightState} that the service accepts. */
1353
+ export declare enum KnownStorageInsightState {
1354
+ /** OK */
1355
+ OK = "OK",
1356
+ /** Error */
1357
+ Error = "ERROR"
1358
+ }
1359
+ /**
1360
+ * Defines values for StorageInsightState. \
1361
+ * {@link KnownStorageInsightState} can be used interchangeably with StorageInsightState,
1362
+ * this enum contains the known values that the service supports.
1363
+ * ### Known values supported by the service
1364
+ * **OK** \
1365
+ * **ERROR**
1366
+ */
1367
+ export type StorageInsightState = string;
1368
+ /** Known values of {@link SkuNameEnum} that the service accepts. */
1369
+ export declare enum KnownSkuNameEnum {
1370
+ /** Free */
1371
+ Free = "Free",
1372
+ /** Standard */
1373
+ Standard = "Standard",
1374
+ /** Premium */
1375
+ Premium = "Premium",
1376
+ /** PerNode */
1377
+ PerNode = "PerNode",
1378
+ /** PerGB2018 */
1379
+ PerGB2018 = "PerGB2018",
1380
+ /** Standalone */
1381
+ Standalone = "Standalone",
1382
+ /** CapacityReservation */
1383
+ CapacityReservation = "CapacityReservation"
1384
+ }
1385
+ /**
1386
+ * Defines values for SkuNameEnum. \
1387
+ * {@link KnownSkuNameEnum} can be used interchangeably with SkuNameEnum,
1388
+ * this enum contains the known values that the service supports.
1389
+ * ### Known values supported by the service
1390
+ * **Free** \
1391
+ * **Standard** \
1392
+ * **Premium** \
1393
+ * **PerNode** \
1394
+ * **PerGB2018** \
1395
+ * **Standalone** \
1396
+ * **CapacityReservation**
1397
+ */
1398
+ export type SkuNameEnum = string;
1399
+ /** Known values of {@link SearchSortEnum} that the service accepts. */
1400
+ export declare enum KnownSearchSortEnum {
1401
+ /** Asc */
1402
+ Asc = "asc",
1403
+ /** Desc */
1404
+ Desc = "desc"
1405
+ }
1406
+ /**
1407
+ * Defines values for SearchSortEnum. \
1408
+ * {@link KnownSearchSortEnum} can be used interchangeably with SearchSortEnum,
1409
+ * this enum contains the known values that the service supports.
1410
+ * ### Known values supported by the service
1411
+ * **asc** \
1412
+ * **desc**
1413
+ */
1414
+ export type SearchSortEnum = string;
1415
+ /** Known values of {@link PurgeState} that the service accepts. */
1416
+ export declare enum KnownPurgeState {
1417
+ /** Pending */
1418
+ Pending = "pending",
1419
+ /** Completed */
1420
+ Completed = "completed"
1421
+ }
1422
+ /**
1423
+ * Defines values for PurgeState. \
1424
+ * {@link KnownPurgeState} can be used interchangeably with PurgeState,
1425
+ * this enum contains the known values that the service supports.
1426
+ * ### Known values supported by the service
1427
+ * **pending** \
1428
+ * **completed**
1429
+ */
1430
+ export type PurgeState = string;
1431
+ /** Known values of {@link ClusterSkuNameEnum} that the service accepts. */
1432
+ export declare enum KnownClusterSkuNameEnum {
1433
+ /** CapacityReservation */
1434
+ CapacityReservation = "CapacityReservation"
1435
+ }
1436
+ /**
1437
+ * Defines values for ClusterSkuNameEnum. \
1438
+ * {@link KnownClusterSkuNameEnum} can be used interchangeably with ClusterSkuNameEnum,
1439
+ * this enum contains the known values that the service supports.
1440
+ * ### Known values supported by the service
1441
+ * **CapacityReservation**
1442
+ */
1443
+ export type ClusterSkuNameEnum = string;
1444
+ /** Known values of {@link ClusterEntityStatus} that the service accepts. */
1445
+ export declare enum KnownClusterEntityStatus {
1446
+ /** Creating */
1447
+ Creating = "Creating",
1448
+ /** Succeeded */
1449
+ Succeeded = "Succeeded",
1450
+ /** Failed */
1451
+ Failed = "Failed",
1452
+ /** Canceled */
1453
+ Canceled = "Canceled",
1454
+ /** Deleting */
1455
+ Deleting = "Deleting",
1456
+ /** ProvisioningAccount */
1457
+ ProvisioningAccount = "ProvisioningAccount",
1458
+ /** Updating */
1459
+ Updating = "Updating"
1460
+ }
1461
+ /**
1462
+ * Defines values for ClusterEntityStatus. \
1463
+ * {@link KnownClusterEntityStatus} can be used interchangeably with ClusterEntityStatus,
1464
+ * this enum contains the known values that the service supports.
1465
+ * ### Known values supported by the service
1466
+ * **Creating** \
1467
+ * **Succeeded** \
1468
+ * **Failed** \
1469
+ * **Canceled** \
1470
+ * **Deleting** \
1471
+ * **ProvisioningAccount** \
1472
+ * **Updating**
1473
+ */
1474
+ export type ClusterEntityStatus = string;
1475
+ /** Known values of {@link BillingType} that the service accepts. */
1476
+ export declare enum KnownBillingType {
1477
+ /** Cluster */
1478
+ Cluster = "Cluster",
1479
+ /** Workspaces */
1480
+ Workspaces = "Workspaces"
1481
+ }
1482
+ /**
1483
+ * Defines values for BillingType. \
1484
+ * {@link KnownBillingType} can be used interchangeably with BillingType,
1485
+ * this enum contains the known values that the service supports.
1486
+ * ### Known values supported by the service
1487
+ * **Cluster** \
1488
+ * **Workspaces**
1489
+ */
1490
+ export type BillingType = string;
1491
+ /** Known values of {@link WorkspaceEntityStatus} that the service accepts. */
1492
+ export declare enum KnownWorkspaceEntityStatus {
1493
+ /** Creating */
1494
+ Creating = "Creating",
1495
+ /** Succeeded */
1496
+ Succeeded = "Succeeded",
1497
+ /** Failed */
1498
+ Failed = "Failed",
1499
+ /** Canceled */
1500
+ Canceled = "Canceled",
1501
+ /** Deleting */
1502
+ Deleting = "Deleting",
1503
+ /** ProvisioningAccount */
1504
+ ProvisioningAccount = "ProvisioningAccount",
1505
+ /** Updating */
1506
+ Updating = "Updating"
1507
+ }
1508
+ /**
1509
+ * Defines values for WorkspaceEntityStatus. \
1510
+ * {@link KnownWorkspaceEntityStatus} can be used interchangeably with WorkspaceEntityStatus,
1511
+ * this enum contains the known values that the service supports.
1512
+ * ### Known values supported by the service
1513
+ * **Creating** \
1514
+ * **Succeeded** \
1515
+ * **Failed** \
1516
+ * **Canceled** \
1517
+ * **Deleting** \
1518
+ * **ProvisioningAccount** \
1519
+ * **Updating**
1520
+ */
1521
+ export type WorkspaceEntityStatus = string;
1522
+ /** Known values of {@link WorkspaceSkuNameEnum} that the service accepts. */
1523
+ export declare enum KnownWorkspaceSkuNameEnum {
1524
+ /** Free */
1525
+ Free = "Free",
1526
+ /** Standard */
1527
+ Standard = "Standard",
1528
+ /** Premium */
1529
+ Premium = "Premium",
1530
+ /** PerNode */
1531
+ PerNode = "PerNode",
1532
+ /** PerGB2018 */
1533
+ PerGB2018 = "PerGB2018",
1534
+ /** Standalone */
1535
+ Standalone = "Standalone",
1536
+ /** CapacityReservation */
1537
+ CapacityReservation = "CapacityReservation",
1538
+ /** LACluster */
1539
+ LACluster = "LACluster"
1540
+ }
1541
+ /**
1542
+ * Defines values for WorkspaceSkuNameEnum. \
1543
+ * {@link KnownWorkspaceSkuNameEnum} can be used interchangeably with WorkspaceSkuNameEnum,
1544
+ * this enum contains the known values that the service supports.
1545
+ * ### Known values supported by the service
1546
+ * **Free** \
1547
+ * **Standard** \
1548
+ * **Premium** \
1549
+ * **PerNode** \
1550
+ * **PerGB2018** \
1551
+ * **Standalone** \
1552
+ * **CapacityReservation** \
1553
+ * **LACluster**
1554
+ */
1555
+ export type WorkspaceSkuNameEnum = string;
1556
+ /** Known values of {@link DataIngestionStatus} that the service accepts. */
1557
+ export declare enum KnownDataIngestionStatus {
1558
+ /** Ingestion enabled following daily cap quota reset, or subscription enablement. */
1559
+ RespectQuota = "RespectQuota",
1560
+ /** Ingestion started following service setting change. */
1561
+ ForceOn = "ForceOn",
1562
+ /** Ingestion stopped following service setting change. */
1563
+ ForceOff = "ForceOff",
1564
+ /** Reached daily cap quota, ingestion stopped. */
1565
+ OverQuota = "OverQuota",
1566
+ /** Ingestion stopped following suspended subscription. */
1567
+ SubscriptionSuspended = "SubscriptionSuspended",
1568
+ /** 80% of daily cap quota reached. */
1569
+ ApproachingQuota = "ApproachingQuota"
1570
+ }
1571
+ /**
1572
+ * Defines values for DataIngestionStatus. \
1573
+ * {@link KnownDataIngestionStatus} can be used interchangeably with DataIngestionStatus,
1574
+ * this enum contains the known values that the service supports.
1575
+ * ### Known values supported by the service
1576
+ * **RespectQuota**: Ingestion enabled following daily cap quota reset, or subscription enablement. \
1577
+ * **ForceOn**: Ingestion started following service setting change. \
1578
+ * **ForceOff**: Ingestion stopped following service setting change. \
1579
+ * **OverQuota**: Reached daily cap quota, ingestion stopped. \
1580
+ * **SubscriptionSuspended**: Ingestion stopped following suspended subscription. \
1581
+ * **ApproachingQuota**: 80% of daily cap quota reached.
1582
+ */
1583
+ export type DataIngestionStatus = string;
1584
+ /** Known values of {@link PublicNetworkAccessType} that the service accepts. */
1585
+ export declare enum KnownPublicNetworkAccessType {
1586
+ /** Enables connectivity to Log Analytics through public DNS. */
1587
+ Enabled = "Enabled",
1588
+ /** Disables public connectivity to Log Analytics through public DNS. */
1589
+ Disabled = "Disabled"
1590
+ }
1591
+ /**
1592
+ * Defines values for PublicNetworkAccessType. \
1593
+ * {@link KnownPublicNetworkAccessType} can be used interchangeably with PublicNetworkAccessType,
1594
+ * this enum contains the known values that the service supports.
1595
+ * ### Known values supported by the service
1596
+ * **Enabled**: Enables connectivity to Log Analytics through public DNS. \
1597
+ * **Disabled**: Disables public connectivity to Log Analytics through public DNS.
1598
+ */
1599
+ export type PublicNetworkAccessType = string;
1600
+ /** Known values of {@link CreatedByType} that the service accepts. */
1601
+ export declare enum KnownCreatedByType {
1602
+ /** User */
1603
+ User = "User",
1604
+ /** Application */
1605
+ Application = "Application",
1606
+ /** ManagedIdentity */
1607
+ ManagedIdentity = "ManagedIdentity",
1608
+ /** Key */
1609
+ Key = "Key"
1610
+ }
1611
+ /**
1612
+ * Defines values for CreatedByType. \
1613
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
1614
+ * this enum contains the known values that the service supports.
1615
+ * ### Known values supported by the service
1616
+ * **User** \
1617
+ * **Application** \
1618
+ * **ManagedIdentity** \
1619
+ * **Key**
1620
+ */
1621
+ export type CreatedByType = string;
1622
+ /** Known values of {@link TablePlanEnum} that the service accepts. */
1623
+ export declare enum KnownTablePlanEnum {
1624
+ /** Logs that are adjusted to support high volume low value verbose logs. */
1625
+ Basic = "Basic",
1626
+ /** Logs that allow monitoring and analytics. */
1627
+ Analytics = "Analytics"
1628
+ }
1629
+ /**
1630
+ * Defines values for TablePlanEnum. \
1631
+ * {@link KnownTablePlanEnum} can be used interchangeably with TablePlanEnum,
1632
+ * this enum contains the known values that the service supports.
1633
+ * ### Known values supported by the service
1634
+ * **Basic**: Logs that are adjusted to support high volume low value verbose logs. \
1635
+ * **Analytics**: Logs that allow monitoring and analytics.
1636
+ */
1637
+ export type TablePlanEnum = string;
1638
+ /** Known values of {@link ColumnTypeEnum} that the service accepts. */
1639
+ export declare enum KnownColumnTypeEnum {
1640
+ /** String */
1641
+ String = "string",
1642
+ /** Int */
1643
+ Int = "int",
1644
+ /** Long */
1645
+ Long = "long",
1646
+ /** Real */
1647
+ Real = "real",
1648
+ /** Boolean */
1649
+ Boolean = "boolean",
1650
+ /** DateTime */
1651
+ DateTime = "dateTime",
1652
+ /** Guid */
1653
+ Guid = "guid",
1654
+ /** Dynamic */
1655
+ Dynamic = "dynamic"
1656
+ }
1657
+ /**
1658
+ * Defines values for ColumnTypeEnum. \
1659
+ * {@link KnownColumnTypeEnum} can be used interchangeably with ColumnTypeEnum,
1660
+ * this enum contains the known values that the service supports.
1661
+ * ### Known values supported by the service
1662
+ * **string** \
1663
+ * **int** \
1664
+ * **long** \
1665
+ * **real** \
1666
+ * **boolean** \
1667
+ * **dateTime** \
1668
+ * **guid** \
1669
+ * **dynamic**
1670
+ */
1671
+ export type ColumnTypeEnum = string;
1672
+ /** Known values of {@link ColumnDataTypeHintEnum} that the service accepts. */
1673
+ export declare enum KnownColumnDataTypeHintEnum {
1674
+ /** 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 */
1675
+ Uri = "uri",
1676
+ /** A standard 128-bit GUID following the standard shape, xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx */
1677
+ Guid = "guid",
1678
+ /** An Azure Resource Model (ARM) path: /subscriptions/{...}/resourceGroups/{...}/providers/Microsoft.{...}/{...}/{...}/{...}... */
1679
+ ArmPath = "armPath",
1680
+ /** A standard V4/V6 ip address following the standard shape, x.x.x.x/y:y:y:y:y:y:y:y */
1681
+ Ip = "ip"
1682
+ }
1683
+ /**
1684
+ * Defines values for ColumnDataTypeHintEnum. \
1685
+ * {@link KnownColumnDataTypeHintEnum} can be used interchangeably with ColumnDataTypeHintEnum,
1686
+ * this enum contains the known values that the service supports.
1687
+ * ### Known values supported by the service
1688
+ * **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 \
1689
+ * **guid**: A standard 128-bit GUID following the standard shape, xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx \
1690
+ * **armPath**: An Azure Resource Model (ARM) path: \/subscriptions\/{...}\/resourceGroups\/{...}\/providers\/Microsoft.{...}\/{...}\/{...}\/{...}... \
1691
+ * **ip**: A standard V4\/V6 ip address following the standard shape, x.x.x.x\/y:y:y:y:y:y:y:y
1692
+ */
1693
+ export type ColumnDataTypeHintEnum = string;
1694
+ /** Known values of {@link SourceEnum} that the service accepts. */
1695
+ export declare enum KnownSourceEnum {
1696
+ /** Tables provisioned by the system, as collected via Diagnostic Settings, the Agents, or any other standard data collection means. */
1697
+ Microsoft = "microsoft",
1698
+ /** Tables created by the owner of the Workspace, and only found in this Workspace. */
1699
+ Customer = "customer"
1700
+ }
1701
+ /**
1702
+ * Defines values for SourceEnum. \
1703
+ * {@link KnownSourceEnum} can be used interchangeably with SourceEnum,
1704
+ * this enum contains the known values that the service supports.
1705
+ * ### Known values supported by the service
1706
+ * **microsoft**: Tables provisioned by the system, as collected via Diagnostic Settings, the Agents, or any other standard data collection means. \
1707
+ * **customer**: Tables created by the owner of the Workspace, and only found in this Workspace.
1708
+ */
1709
+ export type SourceEnum = string;
1710
+ /** Known values of {@link TableTypeEnum} that the service accepts. */
1711
+ export declare enum KnownTableTypeEnum {
1712
+ /** Standard data collected by Azure Monitor. */
1713
+ Microsoft = "Microsoft",
1714
+ /** Custom log table. */
1715
+ CustomLog = "CustomLog",
1716
+ /** Restored data. */
1717
+ RestoredLogs = "RestoredLogs",
1718
+ /** Data collected by a search job. */
1719
+ SearchResults = "SearchResults"
1720
+ }
1721
+ /**
1722
+ * Defines values for TableTypeEnum. \
1723
+ * {@link KnownTableTypeEnum} can be used interchangeably with TableTypeEnum,
1724
+ * this enum contains the known values that the service supports.
1725
+ * ### Known values supported by the service
1726
+ * **Microsoft**: Standard data collected by Azure Monitor. \
1727
+ * **CustomLog**: Custom log table. \
1728
+ * **RestoredLogs**: Restored data. \
1729
+ * **SearchResults**: Data collected by a search job.
1730
+ */
1731
+ export type TableTypeEnum = string;
1732
+ /** Known values of {@link TableSubTypeEnum} that the service accepts. */
1733
+ export declare enum KnownTableSubTypeEnum {
1734
+ /** The default subtype with which built-in tables are created. */
1735
+ Any = "Any",
1736
+ /** 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. */
1737
+ Classic = "Classic",
1738
+ /** 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 */
1739
+ DataCollectionRuleBased = "DataCollectionRuleBased"
1740
+ }
1741
+ /**
1742
+ * Defines values for TableSubTypeEnum. \
1743
+ * {@link KnownTableSubTypeEnum} can be used interchangeably with TableSubTypeEnum,
1744
+ * this enum contains the known values that the service supports.
1745
+ * ### Known values supported by the service
1746
+ * **Any**: The default subtype with which built-in tables are created. \
1747
+ * **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. \
1748
+ * **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
1749
+ */
1750
+ export type TableSubTypeEnum = string;
1751
+ /** Known values of {@link ProvisioningStateEnum} that the service accepts. */
1752
+ export declare enum KnownProvisioningStateEnum {
1753
+ /** Table schema is still being built and updated, table is currently locked for any changes till the procedure is done. */
1754
+ Updating = "Updating",
1755
+ /** Table schema is stable and without changes, table data is being updated. */
1756
+ InProgress = "InProgress",
1757
+ /** Table state is stable and without changes, table is unlocked and open for new updates. */
1758
+ Succeeded = "Succeeded"
1759
+ }
1760
+ /**
1761
+ * Defines values for ProvisioningStateEnum. \
1762
+ * {@link KnownProvisioningStateEnum} can be used interchangeably with ProvisioningStateEnum,
1763
+ * this enum contains the known values that the service supports.
1764
+ * ### Known values supported by the service
1765
+ * **Updating**: Table schema is still being built and updated, table is currently locked for any changes till the procedure is done. \
1766
+ * **InProgress**: Table schema is stable and without changes, table data is being updated. \
1767
+ * **Succeeded**: Table state is stable and without changes, table is unlocked and open for new updates.
1768
+ */
1769
+ export type ProvisioningStateEnum = string;
1770
+ /** Defines values for DataSourceType. */
1771
+ export type DataSourceType = "CustomLogs" | "AzureWatson" | "Query" | "Ingestion" | "Alerts";
1772
+ /** Defines values for Capacity. */
1773
+ export type Capacity = 500 | 1000 | 2000 | 5000;
1774
+ /** Defines values for CapacityReservationLevel. */
1775
+ export type CapacityReservationLevel = 100 | 200 | 300 | 400 | 500 | 1000 | 2000 | 5000;
1776
+ /** Optional parameters. */
1777
+ export interface QueryPacksListOptionalParams extends coreClient.OperationOptions {
1778
+ }
1779
+ /** Contains response data for the list operation. */
1780
+ export type QueryPacksListResponse = LogAnalyticsQueryPackListResult;
1781
+ /** Optional parameters. */
1782
+ export interface QueryPacksListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1783
+ }
1784
+ /** Contains response data for the listByResourceGroup operation. */
1785
+ export type QueryPacksListByResourceGroupResponse = LogAnalyticsQueryPackListResult;
1786
+ /** Optional parameters. */
1787
+ export interface QueryPacksCreateOrUpdateWithoutNameOptionalParams extends coreClient.OperationOptions {
1788
+ }
1789
+ /** Contains response data for the createOrUpdateWithoutName operation. */
1790
+ export type QueryPacksCreateOrUpdateWithoutNameResponse = LogAnalyticsQueryPack;
1791
+ /** Optional parameters. */
1792
+ export interface QueryPacksDeleteOptionalParams extends coreClient.OperationOptions {
1793
+ }
1794
+ /** Optional parameters. */
1795
+ export interface QueryPacksGetOptionalParams extends coreClient.OperationOptions {
1796
+ }
1797
+ /** Contains response data for the get operation. */
1798
+ export type QueryPacksGetResponse = LogAnalyticsQueryPack;
1799
+ /** Optional parameters. */
1800
+ export interface QueryPacksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1801
+ }
1802
+ /** Contains response data for the createOrUpdate operation. */
1803
+ export type QueryPacksCreateOrUpdateResponse = LogAnalyticsQueryPack;
1804
+ /** Optional parameters. */
1805
+ export interface QueryPacksUpdateTagsOptionalParams extends coreClient.OperationOptions {
1806
+ }
1807
+ /** Contains response data for the updateTags operation. */
1808
+ export type QueryPacksUpdateTagsResponse = LogAnalyticsQueryPack;
1809
+ /** Optional parameters. */
1810
+ export interface QueryPacksListNextOptionalParams extends coreClient.OperationOptions {
1811
+ }
1812
+ /** Contains response data for the listNext operation. */
1813
+ export type QueryPacksListNextResponse = LogAnalyticsQueryPackListResult;
1814
+ /** Optional parameters. */
1815
+ export interface QueryPacksListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1816
+ }
1817
+ /** Contains response data for the listByResourceGroupNext operation. */
1818
+ export type QueryPacksListByResourceGroupNextResponse = LogAnalyticsQueryPackListResult;
1819
+ /** Optional parameters. */
1820
+ export interface QueriesListOptionalParams extends coreClient.OperationOptions {
1821
+ /** Maximum items returned in page. */
1822
+ top?: number;
1823
+ /** Flag indicating whether or not to return the body of each applicable query. If false, only return the query information. */
1824
+ includeBody?: boolean;
1825
+ /** Base64 encoded token used to fetch the next page of items. Default is null. */
1826
+ skipToken?: string;
1827
+ }
1828
+ /** Contains response data for the list operation. */
1829
+ export type QueriesListResponse = LogAnalyticsQueryPackQueryListResult;
1830
+ /** Optional parameters. */
1831
+ export interface QueriesSearchOptionalParams extends coreClient.OperationOptions {
1832
+ /** Maximum items returned in page. */
1833
+ top?: number;
1834
+ /** Flag indicating whether or not to return the body of each applicable query. If false, only return the query information. */
1835
+ includeBody?: boolean;
1836
+ /** Base64 encoded token used to fetch the next page of items. Default is null. */
1837
+ skipToken?: string;
1838
+ }
1839
+ /** Contains response data for the search operation. */
1840
+ export type QueriesSearchResponse = LogAnalyticsQueryPackQueryListResult;
1841
+ /** Optional parameters. */
1842
+ export interface QueriesGetOptionalParams extends coreClient.OperationOptions {
1843
+ }
1844
+ /** Contains response data for the get operation. */
1845
+ export type QueriesGetResponse = LogAnalyticsQueryPackQuery;
1846
+ /** Optional parameters. */
1847
+ export interface QueriesPutOptionalParams extends coreClient.OperationOptions {
1848
+ }
1849
+ /** Contains response data for the put operation. */
1850
+ export type QueriesPutResponse = LogAnalyticsQueryPackQuery;
1851
+ /** Optional parameters. */
1852
+ export interface QueriesUpdateOptionalParams extends coreClient.OperationOptions {
1853
+ }
1854
+ /** Contains response data for the update operation. */
1855
+ export type QueriesUpdateResponse = LogAnalyticsQueryPackQuery;
1856
+ /** Optional parameters. */
1857
+ export interface QueriesDeleteOptionalParams extends coreClient.OperationOptions {
1858
+ }
1859
+ /** Optional parameters. */
1860
+ export interface QueriesListNextOptionalParams extends coreClient.OperationOptions {
1861
+ }
1862
+ /** Contains response data for the listNext operation. */
1863
+ export type QueriesListNextResponse = LogAnalyticsQueryPackQueryListResult;
1864
+ /** Optional parameters. */
1865
+ export interface QueriesSearchNextOptionalParams extends coreClient.OperationOptions {
1866
+ }
1867
+ /** Contains response data for the searchNext operation. */
1868
+ export type QueriesSearchNextResponse = LogAnalyticsQueryPackQueryListResult;
1869
+ /** Optional parameters. */
1870
+ export interface DataExportsListByWorkspaceOptionalParams extends coreClient.OperationOptions {
1871
+ }
1872
+ /** Contains response data for the listByWorkspace operation. */
1873
+ export type DataExportsListByWorkspaceResponse = DataExportListResult;
1874
+ /** Optional parameters. */
1875
+ export interface DataExportsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1876
+ }
1877
+ /** Contains response data for the createOrUpdate operation. */
1878
+ export type DataExportsCreateOrUpdateResponse = DataExport;
1879
+ /** Optional parameters. */
1880
+ export interface DataExportsGetOptionalParams extends coreClient.OperationOptions {
1881
+ }
1882
+ /** Contains response data for the get operation. */
1883
+ export type DataExportsGetResponse = DataExport;
1884
+ /** Optional parameters. */
1885
+ export interface DataExportsDeleteOptionalParams extends coreClient.OperationOptions {
1886
+ }
1887
+ /** Optional parameters. */
1888
+ export interface DataSourcesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1889
+ }
1890
+ /** Contains response data for the createOrUpdate operation. */
1891
+ export type DataSourcesCreateOrUpdateResponse = DataSource;
1892
+ /** Optional parameters. */
1893
+ export interface DataSourcesDeleteOptionalParams extends coreClient.OperationOptions {
1894
+ }
1895
+ /** Optional parameters. */
1896
+ export interface DataSourcesGetOptionalParams extends coreClient.OperationOptions {
1897
+ }
1898
+ /** Contains response data for the get operation. */
1899
+ export type DataSourcesGetResponse = DataSource;
1900
+ /** Optional parameters. */
1901
+ export interface DataSourcesListByWorkspaceOptionalParams extends coreClient.OperationOptions {
1902
+ /** Starting point of the collection of data source instances. */
1903
+ skiptoken?: string;
1904
+ }
1905
+ /** Contains response data for the listByWorkspace operation. */
1906
+ export type DataSourcesListByWorkspaceResponse = DataSourceListResult;
1907
+ /** Optional parameters. */
1908
+ export interface DataSourcesListByWorkspaceNextOptionalParams extends coreClient.OperationOptions {
1909
+ }
1910
+ /** Contains response data for the listByWorkspaceNext operation. */
1911
+ export type DataSourcesListByWorkspaceNextResponse = DataSourceListResult;
1912
+ /** Optional parameters. */
1913
+ export interface IntelligencePacksDisableOptionalParams extends coreClient.OperationOptions {
1914
+ }
1915
+ /** Optional parameters. */
1916
+ export interface IntelligencePacksEnableOptionalParams extends coreClient.OperationOptions {
1917
+ }
1918
+ /** Optional parameters. */
1919
+ export interface IntelligencePacksListOptionalParams extends coreClient.OperationOptions {
1920
+ }
1921
+ /** Contains response data for the list operation. */
1922
+ export type IntelligencePacksListResponse = IntelligencePack[];
1923
+ /** Optional parameters. */
1924
+ export interface LinkedServicesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1925
+ /** Delay to wait until next poll, in milliseconds. */
1926
+ updateIntervalInMs?: number;
1927
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1928
+ resumeFrom?: string;
1929
+ }
1930
+ /** Contains response data for the createOrUpdate operation. */
1931
+ export type LinkedServicesCreateOrUpdateResponse = LinkedService;
1932
+ /** Optional parameters. */
1933
+ export interface LinkedServicesDeleteOptionalParams extends coreClient.OperationOptions {
1934
+ /** Delay to wait until next poll, in milliseconds. */
1935
+ updateIntervalInMs?: number;
1936
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1937
+ resumeFrom?: string;
1938
+ }
1939
+ /** Contains response data for the delete operation. */
1940
+ export type LinkedServicesDeleteResponse = LinkedService;
1941
+ /** Optional parameters. */
1942
+ export interface LinkedServicesGetOptionalParams extends coreClient.OperationOptions {
1943
+ }
1944
+ /** Contains response data for the get operation. */
1945
+ export type LinkedServicesGetResponse = LinkedService;
1946
+ /** Optional parameters. */
1947
+ export interface LinkedServicesListByWorkspaceOptionalParams extends coreClient.OperationOptions {
1948
+ }
1949
+ /** Contains response data for the listByWorkspace operation. */
1950
+ export type LinkedServicesListByWorkspaceResponse = LinkedServiceListResult;
1951
+ /** Optional parameters. */
1952
+ export interface LinkedStorageAccountsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1953
+ }
1954
+ /** Contains response data for the createOrUpdate operation. */
1955
+ export type LinkedStorageAccountsCreateOrUpdateResponse = LinkedStorageAccountsResource;
1956
+ /** Optional parameters. */
1957
+ export interface LinkedStorageAccountsDeleteOptionalParams extends coreClient.OperationOptions {
1958
+ }
1959
+ /** Optional parameters. */
1960
+ export interface LinkedStorageAccountsGetOptionalParams extends coreClient.OperationOptions {
1961
+ }
1962
+ /** Contains response data for the get operation. */
1963
+ export type LinkedStorageAccountsGetResponse = LinkedStorageAccountsResource;
1964
+ /** Optional parameters. */
1965
+ export interface LinkedStorageAccountsListByWorkspaceOptionalParams extends coreClient.OperationOptions {
1966
+ }
1967
+ /** Contains response data for the listByWorkspace operation. */
1968
+ export type LinkedStorageAccountsListByWorkspaceResponse = LinkedStorageAccountsListResult;
1969
+ /** Optional parameters. */
1970
+ export interface ManagementGroupsListOptionalParams extends coreClient.OperationOptions {
1971
+ }
1972
+ /** Contains response data for the list operation. */
1973
+ export type ManagementGroupsListResponse = WorkspaceListManagementGroupsResult;
1974
+ /** Optional parameters. */
1975
+ export interface OperationStatusesGetOptionalParams extends coreClient.OperationOptions {
1976
+ }
1977
+ /** Contains response data for the get operation. */
1978
+ export type OperationStatusesGetResponse = OperationStatus;
1979
+ /** Optional parameters. */
1980
+ export interface SharedKeysGetSharedKeysOptionalParams extends coreClient.OperationOptions {
1981
+ }
1982
+ /** Contains response data for the getSharedKeys operation. */
1983
+ export type SharedKeysGetSharedKeysResponse = SharedKeys;
1984
+ /** Optional parameters. */
1985
+ export interface SharedKeysRegenerateOptionalParams extends coreClient.OperationOptions {
1986
+ }
1987
+ /** Contains response data for the regenerate operation. */
1988
+ export type SharedKeysRegenerateResponse = SharedKeys;
1989
+ /** Optional parameters. */
1990
+ export interface UsagesListOptionalParams extends coreClient.OperationOptions {
1991
+ }
1992
+ /** Contains response data for the list operation. */
1993
+ export type UsagesListResponse = WorkspaceListUsagesResult;
1994
+ /** Optional parameters. */
1995
+ export interface StorageInsightConfigsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1996
+ }
1997
+ /** Contains response data for the createOrUpdate operation. */
1998
+ export type StorageInsightConfigsCreateOrUpdateResponse = StorageInsight;
1999
+ /** Optional parameters. */
2000
+ export interface StorageInsightConfigsGetOptionalParams extends coreClient.OperationOptions {
2001
+ }
2002
+ /** Contains response data for the get operation. */
2003
+ export type StorageInsightConfigsGetResponse = StorageInsight;
2004
+ /** Optional parameters. */
2005
+ export interface StorageInsightConfigsDeleteOptionalParams extends coreClient.OperationOptions {
2006
+ }
2007
+ /** Optional parameters. */
2008
+ export interface StorageInsightConfigsListByWorkspaceOptionalParams extends coreClient.OperationOptions {
2009
+ }
2010
+ /** Contains response data for the listByWorkspace operation. */
2011
+ export type StorageInsightConfigsListByWorkspaceResponse = StorageInsightListResult;
2012
+ /** Optional parameters. */
2013
+ export interface StorageInsightConfigsListByWorkspaceNextOptionalParams extends coreClient.OperationOptions {
2014
+ }
2015
+ /** Contains response data for the listByWorkspaceNext operation. */
2016
+ export type StorageInsightConfigsListByWorkspaceNextResponse = StorageInsightListResult;
2017
+ /** Optional parameters. */
2018
+ export interface SavedSearchesDeleteOptionalParams extends coreClient.OperationOptions {
2019
+ }
2020
+ /** Optional parameters. */
2021
+ export interface SavedSearchesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2022
+ }
2023
+ /** Contains response data for the createOrUpdate operation. */
2024
+ export type SavedSearchesCreateOrUpdateResponse = SavedSearch;
2025
+ /** Optional parameters. */
2026
+ export interface SavedSearchesGetOptionalParams extends coreClient.OperationOptions {
2027
+ }
2028
+ /** Contains response data for the get operation. */
2029
+ export type SavedSearchesGetResponse = SavedSearch;
2030
+ /** Optional parameters. */
2031
+ export interface SavedSearchesListByWorkspaceOptionalParams extends coreClient.OperationOptions {
2032
+ }
2033
+ /** Contains response data for the listByWorkspace operation. */
2034
+ export type SavedSearchesListByWorkspaceResponse = SavedSearchesListResult;
2035
+ /** Optional parameters. */
2036
+ export interface AvailableServiceTiersListByWorkspaceOptionalParams extends coreClient.OperationOptions {
2037
+ }
2038
+ /** Contains response data for the listByWorkspace operation. */
2039
+ export type AvailableServiceTiersListByWorkspaceResponse = AvailableServiceTier[];
2040
+ /** Optional parameters. */
2041
+ export interface GatewaysDeleteOptionalParams extends coreClient.OperationOptions {
2042
+ }
2043
+ /** Optional parameters. */
2044
+ export interface SchemaGetOptionalParams extends coreClient.OperationOptions {
2045
+ }
2046
+ /** Contains response data for the get operation. */
2047
+ export type SchemaGetResponse = SearchGetSchemaResponse;
2048
+ /** Optional parameters. */
2049
+ export interface WorkspacePurgePurgeOptionalParams extends coreClient.OperationOptions {
2050
+ }
2051
+ /** Contains response data for the purge operation. */
2052
+ export type WorkspacePurgePurgeResponse = WorkspacePurgePurgeHeaders & WorkspacePurgeResponse;
2053
+ /** Optional parameters. */
2054
+ export interface WorkspacePurgeGetPurgeStatusOptionalParams extends coreClient.OperationOptions {
2055
+ }
2056
+ /** Contains response data for the getPurgeStatus operation. */
2057
+ export type WorkspacePurgeGetPurgeStatusResponse = WorkspacePurgeStatusResponse;
2058
+ /** Optional parameters. */
2059
+ export interface ClustersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
2060
+ }
2061
+ /** Contains response data for the listByResourceGroup operation. */
2062
+ export type ClustersListByResourceGroupResponse = ClusterListResult;
2063
+ /** Optional parameters. */
2064
+ export interface ClustersListOptionalParams extends coreClient.OperationOptions {
2065
+ }
2066
+ /** Contains response data for the list operation. */
2067
+ export type ClustersListResponse = ClusterListResult;
2068
+ /** Optional parameters. */
2069
+ export interface ClustersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2070
+ /** Delay to wait until next poll, in milliseconds. */
2071
+ updateIntervalInMs?: number;
2072
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2073
+ resumeFrom?: string;
2074
+ }
2075
+ /** Contains response data for the createOrUpdate operation. */
2076
+ export type ClustersCreateOrUpdateResponse = Cluster;
2077
+ /** Optional parameters. */
2078
+ export interface ClustersDeleteOptionalParams extends coreClient.OperationOptions {
2079
+ /** Delay to wait until next poll, in milliseconds. */
2080
+ updateIntervalInMs?: number;
2081
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2082
+ resumeFrom?: string;
2083
+ }
2084
+ /** Optional parameters. */
2085
+ export interface ClustersGetOptionalParams extends coreClient.OperationOptions {
2086
+ }
2087
+ /** Contains response data for the get operation. */
2088
+ export type ClustersGetResponse = Cluster;
2089
+ /** Optional parameters. */
2090
+ export interface ClustersUpdateOptionalParams extends coreClient.OperationOptions {
2091
+ /** Delay to wait until next poll, in milliseconds. */
2092
+ updateIntervalInMs?: number;
2093
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2094
+ resumeFrom?: string;
2095
+ }
2096
+ /** Contains response data for the update operation. */
2097
+ export type ClustersUpdateResponse = Cluster;
2098
+ /** Optional parameters. */
2099
+ export interface ClustersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
2100
+ }
2101
+ /** Contains response data for the listByResourceGroupNext operation. */
2102
+ export type ClustersListByResourceGroupNextResponse = ClusterListResult;
2103
+ /** Optional parameters. */
2104
+ export interface ClustersListNextOptionalParams extends coreClient.OperationOptions {
2105
+ }
2106
+ /** Contains response data for the listNext operation. */
2107
+ export type ClustersListNextResponse = ClusterListResult;
2108
+ /** Optional parameters. */
2109
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
2110
+ }
2111
+ /** Contains response data for the list operation. */
2112
+ export type OperationsListResponse = OperationListResult;
2113
+ /** Optional parameters. */
2114
+ export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
2115
+ }
2116
+ /** Contains response data for the listNext operation. */
2117
+ export type OperationsListNextResponse = OperationListResult;
2118
+ /** Optional parameters. */
2119
+ export interface WorkspacesListOptionalParams extends coreClient.OperationOptions {
2120
+ }
2121
+ /** Contains response data for the list operation. */
2122
+ export type WorkspacesListResponse = WorkspaceListResult;
2123
+ /** Optional parameters. */
2124
+ export interface WorkspacesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
2125
+ }
2126
+ /** Contains response data for the listByResourceGroup operation. */
2127
+ export type WorkspacesListByResourceGroupResponse = WorkspaceListResult;
2128
+ /** Optional parameters. */
2129
+ export interface WorkspacesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2130
+ /** Delay to wait until next poll, in milliseconds. */
2131
+ updateIntervalInMs?: number;
2132
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2133
+ resumeFrom?: string;
2134
+ }
2135
+ /** Contains response data for the createOrUpdate operation. */
2136
+ export type WorkspacesCreateOrUpdateResponse = Workspace;
2137
+ /** Optional parameters. */
2138
+ export interface WorkspacesDeleteOptionalParams extends coreClient.OperationOptions {
2139
+ /** Deletes the workspace without the recovery option. A workspace that was deleted with this flag cannot be recovered. */
2140
+ force?: boolean;
2141
+ /** Delay to wait until next poll, in milliseconds. */
2142
+ updateIntervalInMs?: number;
2143
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2144
+ resumeFrom?: string;
2145
+ }
2146
+ /** Optional parameters. */
2147
+ export interface WorkspacesGetOptionalParams extends coreClient.OperationOptions {
2148
+ }
2149
+ /** Contains response data for the get operation. */
2150
+ export type WorkspacesGetResponse = Workspace;
2151
+ /** Optional parameters. */
2152
+ export interface WorkspacesUpdateOptionalParams extends coreClient.OperationOptions {
2153
+ }
2154
+ /** Contains response data for the update operation. */
2155
+ export type WorkspacesUpdateResponse = Workspace;
2156
+ /** Optional parameters. */
2157
+ export interface DeletedWorkspacesListOptionalParams extends coreClient.OperationOptions {
2158
+ }
2159
+ /** Contains response data for the list operation. */
2160
+ export type DeletedWorkspacesListResponse = WorkspaceListResult;
2161
+ /** Optional parameters. */
2162
+ export interface DeletedWorkspacesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
2163
+ }
2164
+ /** Contains response data for the listByResourceGroup operation. */
2165
+ export type DeletedWorkspacesListByResourceGroupResponse = WorkspaceListResult;
2166
+ /** Optional parameters. */
2167
+ export interface TablesListByWorkspaceOptionalParams extends coreClient.OperationOptions {
2168
+ }
2169
+ /** Contains response data for the listByWorkspace operation. */
2170
+ export type TablesListByWorkspaceResponse = TablesListResult;
2171
+ /** Optional parameters. */
2172
+ export interface TablesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2173
+ /** Delay to wait until next poll, in milliseconds. */
2174
+ updateIntervalInMs?: number;
2175
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2176
+ resumeFrom?: string;
2177
+ }
2178
+ /** Contains response data for the createOrUpdate operation. */
2179
+ export type TablesCreateOrUpdateResponse = Table;
2180
+ /** Optional parameters. */
2181
+ export interface TablesUpdateOptionalParams extends coreClient.OperationOptions {
2182
+ /** Delay to wait until next poll, in milliseconds. */
2183
+ updateIntervalInMs?: number;
2184
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2185
+ resumeFrom?: string;
2186
+ }
2187
+ /** Contains response data for the update operation. */
2188
+ export type TablesUpdateResponse = Table;
2189
+ /** Optional parameters. */
2190
+ export interface TablesGetOptionalParams extends coreClient.OperationOptions {
2191
+ }
2192
+ /** Contains response data for the get operation. */
2193
+ export type TablesGetResponse = Table;
2194
+ /** Optional parameters. */
2195
+ export interface TablesDeleteOptionalParams extends coreClient.OperationOptions {
2196
+ /** Delay to wait until next poll, in milliseconds. */
2197
+ updateIntervalInMs?: number;
2198
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2199
+ resumeFrom?: string;
2200
+ }
2201
+ /** Optional parameters. */
2202
+ export interface TablesMigrateOptionalParams extends coreClient.OperationOptions {
2203
+ }
2204
+ /** Optional parameters. */
2205
+ export interface TablesCancelSearchOptionalParams extends coreClient.OperationOptions {
2206
+ }
2207
+ /** Optional parameters. */
2208
+ export interface OperationalInsightsManagementClientOptionalParams extends coreClient.ServiceClientOptions {
2209
+ /** server parameter */
2210
+ $host?: string;
2211
+ /** Overrides client endpoint. */
2212
+ endpoint?: string;
2213
+ }
2214
+ //# sourceMappingURL=index.d.ts.map