@azure/arm-operationalinsights 8.0.0-beta.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 (252) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/LICENSE +21 -0
  3. package/README.md +94 -0
  4. package/dist/index.js +5674 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/index.d.ts +6 -0
  9. package/dist-esm/src/index.d.ts.map +1 -0
  10. package/dist-esm/src/index.js +13 -0
  11. package/dist-esm/src/index.js.map +1 -0
  12. package/dist-esm/src/lroImpl.d.ts +16 -0
  13. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  14. package/dist-esm/src/lroImpl.js +29 -0
  15. package/dist-esm/src/lroImpl.js.map +1 -0
  16. package/dist-esm/src/models/index.d.ts +1418 -0
  17. package/dist-esm/src/models/index.d.ts.map +1 -0
  18. package/dist-esm/src/models/index.js +157 -0
  19. package/dist-esm/src/models/index.js.map +1 -0
  20. package/dist-esm/src/models/mappers.d.ts +64 -0
  21. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  22. package/dist-esm/src/models/mappers.js +2023 -0
  23. package/dist-esm/src/models/mappers.js.map +1 -0
  24. package/dist-esm/src/models/parameters.d.ts +40 -0
  25. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  26. package/dist-esm/src/models/parameters.js +351 -0
  27. package/dist-esm/src/models/parameters.js.map +1 -0
  28. package/dist-esm/src/operationalInsightsManagementClient.d.ts +33 -0
  29. package/dist-esm/src/operationalInsightsManagementClient.d.ts.map +1 -0
  30. package/dist-esm/src/operationalInsightsManagementClient.js +40 -0
  31. package/dist-esm/src/operationalInsightsManagementClient.js.map +1 -0
  32. package/dist-esm/src/operationalInsightsManagementClientContext.d.ts +15 -0
  33. package/dist-esm/src/operationalInsightsManagementClientContext.d.ts.map +1 -0
  34. package/dist-esm/src/operationalInsightsManagementClientContext.js +48 -0
  35. package/dist-esm/src/operationalInsightsManagementClientContext.js.map +1 -0
  36. package/dist-esm/src/operations/availableServiceTiers.d.ts +20 -0
  37. package/dist-esm/src/operations/availableServiceTiers.d.ts.map +1 -0
  38. package/dist-esm/src/operations/availableServiceTiers.js +57 -0
  39. package/dist-esm/src/operations/availableServiceTiers.js.map +1 -0
  40. package/dist-esm/src/operations/clusters.d.ts +99 -0
  41. package/dist-esm/src/operations/clusters.d.ts.map +1 -0
  42. package/dist-esm/src/operations/clusters.js +450 -0
  43. package/dist-esm/src/operations/clusters.js.map +1 -0
  44. package/dist-esm/src/operations/dataExports.d.ts +55 -0
  45. package/dist-esm/src/operations/dataExports.d.ts.map +1 -0
  46. package/dist-esm/src/operations/dataExports.js +200 -0
  47. package/dist-esm/src/operations/dataExports.js.map +1 -0
  48. package/dist-esm/src/operations/dataSources.d.ts +66 -0
  49. package/dist-esm/src/operations/dataSources.d.ts.map +1 -0
  50. package/dist-esm/src/operations/dataSources.js +230 -0
  51. package/dist-esm/src/operations/dataSources.js.map +1 -0
  52. package/dist-esm/src/operations/deletedWorkspaces.d.ts +40 -0
  53. package/dist-esm/src/operations/deletedWorkspaces.d.ts.map +1 -0
  54. package/dist-esm/src/operations/deletedWorkspaces.js +161 -0
  55. package/dist-esm/src/operations/deletedWorkspaces.js.map +1 -0
  56. package/dist-esm/src/operations/gateways.d.ts +21 -0
  57. package/dist-esm/src/operations/gateways.d.ts.map +1 -0
  58. package/dist-esm/src/operations/gateways.js +47 -0
  59. package/dist-esm/src/operations/gateways.js.map +1 -0
  60. package/dist-esm/src/operations/index.d.ts +20 -0
  61. package/dist-esm/src/operations/index.d.ts.map +1 -0
  62. package/dist-esm/src/operations/index.js +27 -0
  63. package/dist-esm/src/operations/index.js.map +1 -0
  64. package/dist-esm/src/operations/intelligencePacks.d.ts +37 -0
  65. package/dist-esm/src/operations/intelligencePacks.d.ts.map +1 -0
  66. package/dist-esm/src/operations/intelligencePacks.js +106 -0
  67. package/dist-esm/src/operations/intelligencePacks.js.map +1 -0
  68. package/dist-esm/src/operations/linkedServices.d.ts +73 -0
  69. package/dist-esm/src/operations/linkedServices.d.ts.map +1 -0
  70. package/dist-esm/src/operations/linkedServices.js +295 -0
  71. package/dist-esm/src/operations/linkedServices.js.map +1 -0
  72. package/dist-esm/src/operations/linkedStorageAccounts.d.ts +60 -0
  73. package/dist-esm/src/operations/linkedStorageAccounts.d.ts.map +1 -0
  74. package/dist-esm/src/operations/linkedStorageAccounts.js +186 -0
  75. package/dist-esm/src/operations/linkedStorageAccounts.js.map +1 -0
  76. package/dist-esm/src/operations/managementGroups.d.ts +30 -0
  77. package/dist-esm/src/operations/managementGroups.d.ts.map +1 -0
  78. package/dist-esm/src/operations/managementGroups.js +96 -0
  79. package/dist-esm/src/operations/managementGroups.js.map +1 -0
  80. package/dist-esm/src/operations/operationStatuses.d.ts +20 -0
  81. package/dist-esm/src/operations/operationStatuses.d.ts.map +1 -0
  82. package/dist-esm/src/operations/operationStatuses.js +50 -0
  83. package/dist-esm/src/operations/operationStatuses.js.map +1 -0
  84. package/dist-esm/src/operations/operations.d.ts +32 -0
  85. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  86. package/dist-esm/src/operations/operations.js +120 -0
  87. package/dist-esm/src/operations/operations.js.map +1 -0
  88. package/dist-esm/src/operations/savedSearches.d.ts +45 -0
  89. package/dist-esm/src/operations/savedSearches.d.ts.map +1 -0
  90. package/dist-esm/src/operations/savedSearches.js +135 -0
  91. package/dist-esm/src/operations/savedSearches.js.map +1 -0
  92. package/dist-esm/src/operations/schema.d.ts +20 -0
  93. package/dist-esm/src/operations/schema.d.ts.map +1 -0
  94. package/dist-esm/src/operations/schema.js +50 -0
  95. package/dist-esm/src/operations/schema.js.map +1 -0
  96. package/dist-esm/src/operations/sharedKeysOperations.d.ts +28 -0
  97. package/dist-esm/src/operations/sharedKeysOperations.d.ts.map +1 -0
  98. package/dist-esm/src/operations/sharedKeysOperations.js +78 -0
  99. package/dist-esm/src/operations/sharedKeysOperations.js.map +1 -0
  100. package/dist-esm/src/operations/storageInsightConfigs.d.ts +63 -0
  101. package/dist-esm/src/operations/storageInsightConfigs.d.ts.map +1 -0
  102. package/dist-esm/src/operations/storageInsightConfigs.js +225 -0
  103. package/dist-esm/src/operations/storageInsightConfigs.js.map +1 -0
  104. package/dist-esm/src/operations/usages.d.ts +30 -0
  105. package/dist-esm/src/operations/usages.d.ts.map +1 -0
  106. package/dist-esm/src/operations/usages.js +96 -0
  107. package/dist-esm/src/operations/usages.js.map +1 -0
  108. package/dist-esm/src/operations/workspacePurge.d.ts +36 -0
  109. package/dist-esm/src/operations/workspacePurge.d.ts.map +1 -0
  110. package/dist-esm/src/operations/workspacePurge.js +90 -0
  111. package/dist-esm/src/operations/workspacePurge.js.map +1 -0
  112. package/dist-esm/src/operations/workspaces.d.ts +90 -0
  113. package/dist-esm/src/operations/workspaces.d.ts.map +1 -0
  114. package/dist-esm/src/operations/workspaces.js +384 -0
  115. package/dist-esm/src/operations/workspaces.js.map +1 -0
  116. package/dist-esm/src/operationsInterfaces/availableServiceTiers.d.ts +12 -0
  117. package/dist-esm/src/operationsInterfaces/availableServiceTiers.d.ts.map +1 -0
  118. package/dist-esm/src/operationsInterfaces/availableServiceTiers.js +9 -0
  119. package/dist-esm/src/operationsInterfaces/availableServiceTiers.js.map +1 -0
  120. package/dist-esm/src/operationsInterfaces/clusters.d.ts +63 -0
  121. package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +1 -0
  122. package/dist-esm/src/operationsInterfaces/clusters.js +9 -0
  123. package/dist-esm/src/operationsInterfaces/clusters.js.map +1 -0
  124. package/dist-esm/src/operationsInterfaces/dataExports.d.ts +38 -0
  125. package/dist-esm/src/operationsInterfaces/dataExports.d.ts.map +1 -0
  126. package/dist-esm/src/operationsInterfaces/dataExports.js +9 -0
  127. package/dist-esm/src/operationsInterfaces/dataExports.js.map +1 -0
  128. package/dist-esm/src/operationsInterfaces/dataSources.d.ts +39 -0
  129. package/dist-esm/src/operationsInterfaces/dataSources.d.ts.map +1 -0
  130. package/dist-esm/src/operationsInterfaces/dataSources.js +9 -0
  131. package/dist-esm/src/operationsInterfaces/dataSources.js.map +1 -0
  132. package/dist-esm/src/operationsInterfaces/deletedWorkspaces.d.ts +17 -0
  133. package/dist-esm/src/operationsInterfaces/deletedWorkspaces.d.ts.map +1 -0
  134. package/dist-esm/src/operationsInterfaces/deletedWorkspaces.js +9 -0
  135. package/dist-esm/src/operationsInterfaces/deletedWorkspaces.js.map +1 -0
  136. package/dist-esm/src/operationsInterfaces/gateways.d.ts +13 -0
  137. package/dist-esm/src/operationsInterfaces/gateways.d.ts.map +1 -0
  138. package/dist-esm/src/operationsInterfaces/gateways.js +9 -0
  139. package/dist-esm/src/operationsInterfaces/gateways.js.map +1 -0
  140. package/dist-esm/src/operationsInterfaces/index.d.ts +20 -0
  141. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  142. package/dist-esm/src/operationsInterfaces/index.js +27 -0
  143. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  144. package/dist-esm/src/operationsInterfaces/intelligencePacks.d.ts +29 -0
  145. package/dist-esm/src/operationsInterfaces/intelligencePacks.d.ts.map +1 -0
  146. package/dist-esm/src/operationsInterfaces/intelligencePacks.js +9 -0
  147. package/dist-esm/src/operationsInterfaces/intelligencePacks.js.map +1 -0
  148. package/dist-esm/src/operationsInterfaces/linkedServices.d.ts +56 -0
  149. package/dist-esm/src/operationsInterfaces/linkedServices.d.ts.map +1 -0
  150. package/dist-esm/src/operationsInterfaces/linkedServices.js +9 -0
  151. package/dist-esm/src/operationsInterfaces/linkedServices.js.map +1 -0
  152. package/dist-esm/src/operationsInterfaces/linkedStorageAccounts.d.ts +42 -0
  153. package/dist-esm/src/operationsInterfaces/linkedStorageAccounts.d.ts.map +1 -0
  154. package/dist-esm/src/operationsInterfaces/linkedStorageAccounts.js +9 -0
  155. package/dist-esm/src/operationsInterfaces/linkedStorageAccounts.js.map +1 -0
  156. package/dist-esm/src/operationsInterfaces/managementGroups.d.ts +13 -0
  157. package/dist-esm/src/operationsInterfaces/managementGroups.d.ts.map +1 -0
  158. package/dist-esm/src/operationsInterfaces/managementGroups.js +9 -0
  159. package/dist-esm/src/operationsInterfaces/managementGroups.js.map +1 -0
  160. package/dist-esm/src/operationsInterfaces/operationStatuses.d.ts +12 -0
  161. package/dist-esm/src/operationsInterfaces/operationStatuses.d.ts.map +1 -0
  162. package/dist-esm/src/operationsInterfaces/operationStatuses.js +9 -0
  163. package/dist-esm/src/operationsInterfaces/operationStatuses.js.map +1 -0
  164. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  165. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  166. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  167. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  168. package/dist-esm/src/operationsInterfaces/savedSearches.d.ts +37 -0
  169. package/dist-esm/src/operationsInterfaces/savedSearches.d.ts.map +1 -0
  170. package/dist-esm/src/operationsInterfaces/savedSearches.js +9 -0
  171. package/dist-esm/src/operationsInterfaces/savedSearches.js.map +1 -0
  172. package/dist-esm/src/operationsInterfaces/schema.d.ts +12 -0
  173. package/dist-esm/src/operationsInterfaces/schema.d.ts.map +1 -0
  174. package/dist-esm/src/operationsInterfaces/schema.js +9 -0
  175. package/dist-esm/src/operationsInterfaces/schema.js.map +1 -0
  176. package/dist-esm/src/operationsInterfaces/sharedKeysOperations.d.ts +20 -0
  177. package/dist-esm/src/operationsInterfaces/sharedKeysOperations.d.ts.map +1 -0
  178. package/dist-esm/src/operationsInterfaces/sharedKeysOperations.js +9 -0
  179. package/dist-esm/src/operationsInterfaces/sharedKeysOperations.js.map +1 -0
  180. package/dist-esm/src/operationsInterfaces/storageInsightConfigs.d.ts +38 -0
  181. package/dist-esm/src/operationsInterfaces/storageInsightConfigs.d.ts.map +1 -0
  182. package/dist-esm/src/operationsInterfaces/storageInsightConfigs.js +9 -0
  183. package/dist-esm/src/operationsInterfaces/storageInsightConfigs.js.map +1 -0
  184. package/dist-esm/src/operationsInterfaces/usages.d.ts +13 -0
  185. package/dist-esm/src/operationsInterfaces/usages.d.ts.map +1 -0
  186. package/dist-esm/src/operationsInterfaces/usages.js +9 -0
  187. package/dist-esm/src/operationsInterfaces/usages.js.map +1 -0
  188. package/dist-esm/src/operationsInterfaces/workspacePurge.d.ts +28 -0
  189. package/dist-esm/src/operationsInterfaces/workspacePurge.d.ts.map +1 -0
  190. package/dist-esm/src/operationsInterfaces/workspacePurge.js +9 -0
  191. package/dist-esm/src/operationsInterfaces/workspacePurge.js.map +1 -0
  192. package/dist-esm/src/operationsInterfaces/workspaces.d.ts +67 -0
  193. package/dist-esm/src/operationsInterfaces/workspaces.d.ts.map +1 -0
  194. package/dist-esm/src/operationsInterfaces/workspaces.js +9 -0
  195. package/dist-esm/src/operationsInterfaces/workspaces.js.map +1 -0
  196. package/dist-esm/test/sampleTest.d.ts +2 -0
  197. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  198. package/dist-esm/test/sampleTest.js +40 -0
  199. package/dist-esm/test/sampleTest.js.map +1 -0
  200. package/package.json +92 -0
  201. package/review/arm-operationalinsights.api.md +1349 -0
  202. package/rollup.config.js +188 -0
  203. package/src/index.ts +13 -0
  204. package/src/lroImpl.ts +34 -0
  205. package/src/models/index.ts +1622 -0
  206. package/src/models/mappers.ts +2183 -0
  207. package/src/models/parameters.ts +406 -0
  208. package/src/operationalInsightsManagementClient.ts +108 -0
  209. package/src/operationalInsightsManagementClientContext.ts +68 -0
  210. package/src/operations/availableServiceTiers.ts +76 -0
  211. package/src/operations/clusters.ts +591 -0
  212. package/src/operations/dataExports.ts +272 -0
  213. package/src/operations/dataSources.ts +328 -0
  214. package/src/operations/deletedWorkspaces.ts +180 -0
  215. package/src/operations/gateways.ts +64 -0
  216. package/src/operations/index.ts +27 -0
  217. package/src/operations/intelligencePacks.ts +147 -0
  218. package/src/operations/linkedServices.ts +430 -0
  219. package/src/operations/linkedStorageAccounts.ts +259 -0
  220. package/src/operations/managementGroups.ts +120 -0
  221. package/src/operations/operationStatuses.ts +69 -0
  222. package/src/operations/operations.ts +137 -0
  223. package/src/operations/savedSearches.ts +191 -0
  224. package/src/operations/schema.ts +66 -0
  225. package/src/operations/sharedKeysOperations.ts +108 -0
  226. package/src/operations/storageInsightConfigs.ts +313 -0
  227. package/src/operations/usages.ts +120 -0
  228. package/src/operations/workspacePurge.ts +123 -0
  229. package/src/operations/workspaces.ts +502 -0
  230. package/src/operationsInterfaces/availableServiceTiers.ts +27 -0
  231. package/src/operationsInterfaces/clusters.ts +121 -0
  232. package/src/operationsInterfaces/dataExports.ts +75 -0
  233. package/src/operationsInterfaces/dataSources.ts +77 -0
  234. package/src/operationsInterfaces/deletedWorkspaces.ts +35 -0
  235. package/src/operationsInterfaces/gateways.ts +26 -0
  236. package/src/operationsInterfaces/index.ts +27 -0
  237. package/src/operationsInterfaces/intelligencePacks.ts +56 -0
  238. package/src/operationsInterfaces/linkedServices.ts +115 -0
  239. package/src/operationsInterfaces/linkedStorageAccounts.ts +80 -0
  240. package/src/operationsInterfaces/managementGroups.ts +26 -0
  241. package/src/operationsInterfaces/operationStatuses.ts +27 -0
  242. package/src/operationsInterfaces/operations.ts +22 -0
  243. package/src/operationsInterfaces/savedSearches.ts +74 -0
  244. package/src/operationsInterfaces/schema.ts +24 -0
  245. package/src/operationsInterfaces/sharedKeysOperations.ts +41 -0
  246. package/src/operationsInterfaces/storageInsightConfigs.ts +75 -0
  247. package/src/operationsInterfaces/usages.ts +26 -0
  248. package/src/operationsInterfaces/workspacePurge.ts +52 -0
  249. package/src/operationsInterfaces/workspaces.ts +125 -0
  250. package/tsconfig.json +19 -0
  251. package/types/arm-operationalinsights.d.ts +2190 -0
  252. package/types/tsdoc-metadata.json +11 -0
@@ -0,0 +1,1349 @@
1
+ ## API Report File for "@azure/arm-operationalinsights"
2
+
3
+ > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
+
5
+ ```ts
6
+
7
+ import * as coreAuth from '@azure/core-auth';
8
+ import * as coreClient from '@azure/core-client';
9
+ import { PagedAsyncIterableIterator } from '@azure/core-paging';
10
+ import { PollerLike } from '@azure/core-lro';
11
+ import { PollOperationState } from '@azure/core-lro';
12
+
13
+ // @public
14
+ export interface AssociatedWorkspace {
15
+ readonly associateDate?: string;
16
+ readonly resourceId?: string;
17
+ readonly workspaceId?: string;
18
+ readonly workspaceName?: string;
19
+ }
20
+
21
+ // @public
22
+ export interface AvailableServiceTier {
23
+ readonly capacityReservationLevel?: number;
24
+ readonly defaultRetention?: number;
25
+ readonly enabled?: boolean;
26
+ readonly lastSkuUpdate?: string;
27
+ readonly maximumRetention?: number;
28
+ readonly minimumRetention?: number;
29
+ readonly serviceTier?: SkuNameEnum;
30
+ }
31
+
32
+ // @public
33
+ export interface AvailableServiceTiers {
34
+ listByWorkspace(resourceGroupName: string, workspaceName: string, options?: AvailableServiceTiersListByWorkspaceOptionalParams): Promise<AvailableServiceTiersListByWorkspaceResponse>;
35
+ }
36
+
37
+ // @public
38
+ export interface AvailableServiceTiersListByWorkspaceOptionalParams extends coreClient.OperationOptions {
39
+ }
40
+
41
+ // @public
42
+ export type AvailableServiceTiersListByWorkspaceResponse = AvailableServiceTier[];
43
+
44
+ // @public
45
+ export type AzureEntityResource = Resource & {
46
+ readonly etag?: string;
47
+ };
48
+
49
+ // @public
50
+ export type BillingType = string;
51
+
52
+ // @public
53
+ export type Capacity = 500 | 1000 | 2000 | 5000;
54
+
55
+ // @public
56
+ export type CapacityReservationLevel = 100 | 200 | 300 | 400 | 500 | 1000 | 2000 | 5000;
57
+
58
+ // @public
59
+ export interface CapacityReservationProperties {
60
+ readonly lastSkuUpdate?: string;
61
+ readonly minCapacity?: number;
62
+ }
63
+
64
+ // @public
65
+ export type Cluster = TrackedResource & {
66
+ identity?: Identity;
67
+ sku?: ClusterSku;
68
+ readonly clusterId?: string;
69
+ readonly provisioningState?: ClusterEntityStatus;
70
+ isDoubleEncryptionEnabled?: boolean;
71
+ isAvailabilityZonesEnabled?: boolean;
72
+ billingType?: BillingType;
73
+ keyVaultProperties?: KeyVaultProperties;
74
+ readonly lastModifiedDate?: string;
75
+ readonly createdDate?: string;
76
+ associatedWorkspaces?: AssociatedWorkspace[];
77
+ capacityReservationProperties?: CapacityReservationProperties;
78
+ };
79
+
80
+ // @public
81
+ export type ClusterEntityStatus = string;
82
+
83
+ // @public
84
+ export interface ClusterListResult {
85
+ nextLink?: string;
86
+ value?: Cluster[];
87
+ }
88
+
89
+ // @public
90
+ export interface ClusterPatch {
91
+ billingType?: BillingType;
92
+ identity?: Identity;
93
+ keyVaultProperties?: KeyVaultProperties;
94
+ sku?: ClusterSku;
95
+ tags?: {
96
+ [propertyName: string]: string;
97
+ };
98
+ }
99
+
100
+ // @public
101
+ export interface Clusters {
102
+ beginCreateOrUpdate(resourceGroupName: string, clusterName: string, parameters: Cluster, options?: ClustersCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ClustersCreateOrUpdateResponse>, ClustersCreateOrUpdateResponse>>;
103
+ beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, parameters: Cluster, options?: ClustersCreateOrUpdateOptionalParams): Promise<ClustersCreateOrUpdateResponse>;
104
+ beginDelete(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
105
+ beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<void>;
106
+ get(resourceGroupName: string, clusterName: string, options?: ClustersGetOptionalParams): Promise<ClustersGetResponse>;
107
+ list(options?: ClustersListOptionalParams): PagedAsyncIterableIterator<Cluster>;
108
+ listByResourceGroup(resourceGroupName: string, options?: ClustersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Cluster>;
109
+ update(resourceGroupName: string, clusterName: string, parameters: ClusterPatch, options?: ClustersUpdateOptionalParams): Promise<ClustersUpdateResponse>;
110
+ }
111
+
112
+ // @public
113
+ export interface ClustersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
114
+ resumeFrom?: string;
115
+ updateIntervalInMs?: number;
116
+ }
117
+
118
+ // @public
119
+ export type ClustersCreateOrUpdateResponse = Cluster;
120
+
121
+ // @public
122
+ export interface ClustersDeleteOptionalParams extends coreClient.OperationOptions {
123
+ resumeFrom?: string;
124
+ updateIntervalInMs?: number;
125
+ }
126
+
127
+ // @public
128
+ export interface ClustersGetOptionalParams extends coreClient.OperationOptions {
129
+ }
130
+
131
+ // @public
132
+ export type ClustersGetResponse = Cluster;
133
+
134
+ // @public
135
+ export interface ClusterSku {
136
+ capacity?: Capacity;
137
+ name?: ClusterSkuNameEnum;
138
+ }
139
+
140
+ // @public
141
+ export type ClusterSkuNameEnum = string;
142
+
143
+ // @public
144
+ export interface ClustersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
145
+ }
146
+
147
+ // @public
148
+ export type ClustersListByResourceGroupNextResponse = ClusterListResult;
149
+
150
+ // @public
151
+ export interface ClustersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
152
+ }
153
+
154
+ // @public
155
+ export type ClustersListByResourceGroupResponse = ClusterListResult;
156
+
157
+ // @public
158
+ export interface ClustersListNextOptionalParams extends coreClient.OperationOptions {
159
+ }
160
+
161
+ // @public
162
+ export type ClustersListNextResponse = ClusterListResult;
163
+
164
+ // @public
165
+ export interface ClustersListOptionalParams extends coreClient.OperationOptions {
166
+ }
167
+
168
+ // @public
169
+ export type ClustersListResponse = ClusterListResult;
170
+
171
+ // @public
172
+ export interface ClustersUpdateOptionalParams extends coreClient.OperationOptions {
173
+ }
174
+
175
+ // @public
176
+ export type ClustersUpdateResponse = Cluster;
177
+
178
+ // @public
179
+ export interface CoreSummary {
180
+ numberOfDocuments: number;
181
+ status?: string;
182
+ }
183
+
184
+ // @public
185
+ export type DataExport = ProxyResource & {
186
+ dataExportId?: string;
187
+ tableNames?: string[];
188
+ enable?: boolean;
189
+ createdDate?: string;
190
+ lastModifiedDate?: string;
191
+ resourceId?: string;
192
+ readonly typePropertiesDestinationType?: Type;
193
+ eventHubName?: string;
194
+ };
195
+
196
+ // @public
197
+ export interface DataExportListResult {
198
+ value?: DataExport[];
199
+ }
200
+
201
+ // @public
202
+ export interface DataExports {
203
+ createOrUpdate(resourceGroupName: string, workspaceName: string, dataExportName: string, parameters: DataExport, options?: DataExportsCreateOrUpdateOptionalParams): Promise<DataExportsCreateOrUpdateResponse>;
204
+ delete(resourceGroupName: string, workspaceName: string, dataExportName: string, options?: DataExportsDeleteOptionalParams): Promise<void>;
205
+ get(resourceGroupName: string, workspaceName: string, dataExportName: string, options?: DataExportsGetOptionalParams): Promise<DataExportsGetResponse>;
206
+ listByWorkspace(resourceGroupName: string, workspaceName: string, options?: DataExportsListByWorkspaceOptionalParams): PagedAsyncIterableIterator<DataExport>;
207
+ }
208
+
209
+ // @public
210
+ export interface DataExportsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
211
+ }
212
+
213
+ // @public
214
+ export type DataExportsCreateOrUpdateResponse = DataExport;
215
+
216
+ // @public
217
+ export interface DataExportsDeleteOptionalParams extends coreClient.OperationOptions {
218
+ }
219
+
220
+ // @public
221
+ export interface DataExportsGetOptionalParams extends coreClient.OperationOptions {
222
+ }
223
+
224
+ // @public
225
+ export type DataExportsGetResponse = DataExport;
226
+
227
+ // @public
228
+ export interface DataExportsListByWorkspaceOptionalParams extends coreClient.OperationOptions {
229
+ }
230
+
231
+ // @public
232
+ export type DataExportsListByWorkspaceResponse = DataExportListResult;
233
+
234
+ // @public
235
+ export type DataIngestionStatus = string;
236
+
237
+ // @public
238
+ export type DataSource = ProxyResource & {
239
+ properties: Record<string, unknown>;
240
+ etag?: string;
241
+ kind: DataSourceKind;
242
+ tags?: {
243
+ [propertyName: string]: string;
244
+ };
245
+ };
246
+
247
+ // @public
248
+ export interface DataSourceFilter {
249
+ kind?: DataSourceKind;
250
+ }
251
+
252
+ // @public
253
+ export type DataSourceKind = string;
254
+
255
+ // @public
256
+ export interface DataSourceListResult {
257
+ nextLink?: string;
258
+ value?: DataSource[];
259
+ }
260
+
261
+ // @public
262
+ export interface DataSources {
263
+ createOrUpdate(resourceGroupName: string, workspaceName: string, dataSourceName: string, parameters: DataSource, options?: DataSourcesCreateOrUpdateOptionalParams): Promise<DataSourcesCreateOrUpdateResponse>;
264
+ delete(resourceGroupName: string, workspaceName: string, dataSourceName: string, options?: DataSourcesDeleteOptionalParams): Promise<void>;
265
+ get(resourceGroupName: string, workspaceName: string, dataSourceName: string, options?: DataSourcesGetOptionalParams): Promise<DataSourcesGetResponse>;
266
+ listByWorkspace(resourceGroupName: string, workspaceName: string, filter: string, options?: DataSourcesListByWorkspaceOptionalParams): PagedAsyncIterableIterator<DataSource>;
267
+ }
268
+
269
+ // @public
270
+ export interface DataSourcesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
271
+ }
272
+
273
+ // @public
274
+ export type DataSourcesCreateOrUpdateResponse = DataSource;
275
+
276
+ // @public
277
+ export interface DataSourcesDeleteOptionalParams extends coreClient.OperationOptions {
278
+ }
279
+
280
+ // @public
281
+ export interface DataSourcesGetOptionalParams extends coreClient.OperationOptions {
282
+ }
283
+
284
+ // @public
285
+ export type DataSourcesGetResponse = DataSource;
286
+
287
+ // @public
288
+ export interface DataSourcesListByWorkspaceNextOptionalParams extends coreClient.OperationOptions {
289
+ skiptoken?: string;
290
+ }
291
+
292
+ // @public
293
+ export type DataSourcesListByWorkspaceNextResponse = DataSourceListResult;
294
+
295
+ // @public
296
+ export interface DataSourcesListByWorkspaceOptionalParams extends coreClient.OperationOptions {
297
+ skiptoken?: string;
298
+ }
299
+
300
+ // @public
301
+ export type DataSourcesListByWorkspaceResponse = DataSourceListResult;
302
+
303
+ // @public
304
+ export type DataSourceType = "CustomLogs" | "AzureWatson" | "Query" | "Alerts";
305
+
306
+ // @public
307
+ export interface DeletedWorkspaces {
308
+ list(options?: DeletedWorkspacesListOptionalParams): PagedAsyncIterableIterator<Workspace>;
309
+ listByResourceGroup(resourceGroupName: string, options?: DeletedWorkspacesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Workspace>;
310
+ }
311
+
312
+ // @public
313
+ export interface DeletedWorkspacesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
314
+ }
315
+
316
+ // @public
317
+ export type DeletedWorkspacesListByResourceGroupResponse = WorkspaceListResult;
318
+
319
+ // @public
320
+ export interface DeletedWorkspacesListOptionalParams extends coreClient.OperationOptions {
321
+ }
322
+
323
+ // @public
324
+ export type DeletedWorkspacesListResponse = WorkspaceListResult;
325
+
326
+ // @public
327
+ export interface ErrorAdditionalInfo {
328
+ readonly info?: Record<string, unknown>;
329
+ readonly type?: string;
330
+ }
331
+
332
+ // @public
333
+ export interface ErrorDetail {
334
+ readonly additionalInfo?: ErrorAdditionalInfo[];
335
+ readonly code?: string;
336
+ readonly details?: ErrorDetail[];
337
+ readonly message?: string;
338
+ readonly target?: string;
339
+ }
340
+
341
+ // @public
342
+ export interface ErrorResponse {
343
+ error?: ErrorDetail;
344
+ }
345
+
346
+ // @public
347
+ export interface Gateways {
348
+ delete(resourceGroupName: string, workspaceName: string, gatewayId: string, options?: GatewaysDeleteOptionalParams): Promise<void>;
349
+ }
350
+
351
+ // @public
352
+ export interface GatewaysDeleteOptionalParams extends coreClient.OperationOptions {
353
+ }
354
+
355
+ // @public
356
+ export interface Identity {
357
+ readonly principalId?: string;
358
+ readonly tenantId?: string;
359
+ type: IdentityType;
360
+ userAssignedIdentities?: {
361
+ [propertyName: string]: UserIdentityProperties;
362
+ };
363
+ }
364
+
365
+ // @public
366
+ export type IdentityType = "SystemAssigned" | "UserAssigned" | "None";
367
+
368
+ // @public
369
+ export interface IntelligencePack {
370
+ displayName?: string;
371
+ enabled?: boolean;
372
+ name?: string;
373
+ }
374
+
375
+ // @public
376
+ export interface IntelligencePacks {
377
+ disable(resourceGroupName: string, workspaceName: string, intelligencePackName: string, options?: IntelligencePacksDisableOptionalParams): Promise<void>;
378
+ enable(resourceGroupName: string, workspaceName: string, intelligencePackName: string, options?: IntelligencePacksEnableOptionalParams): Promise<void>;
379
+ list(resourceGroupName: string, workspaceName: string, options?: IntelligencePacksListOptionalParams): Promise<IntelligencePacksListResponse>;
380
+ }
381
+
382
+ // @public
383
+ export interface IntelligencePacksDisableOptionalParams extends coreClient.OperationOptions {
384
+ }
385
+
386
+ // @public
387
+ export interface IntelligencePacksEnableOptionalParams extends coreClient.OperationOptions {
388
+ }
389
+
390
+ // @public
391
+ export interface IntelligencePacksListOptionalParams extends coreClient.OperationOptions {
392
+ }
393
+
394
+ // @public
395
+ export type IntelligencePacksListResponse = IntelligencePack[];
396
+
397
+ // @public
398
+ export interface KeyVaultProperties {
399
+ keyName?: string;
400
+ keyRsaSize?: number;
401
+ keyVaultUri?: string;
402
+ keyVersion?: string;
403
+ }
404
+
405
+ // @public
406
+ export enum KnownBillingType {
407
+ // (undocumented)
408
+ Cluster = "Cluster",
409
+ // (undocumented)
410
+ Workspaces = "Workspaces"
411
+ }
412
+
413
+ // @public
414
+ export enum KnownClusterEntityStatus {
415
+ // (undocumented)
416
+ Canceled = "Canceled",
417
+ // (undocumented)
418
+ Creating = "Creating",
419
+ // (undocumented)
420
+ Deleting = "Deleting",
421
+ // (undocumented)
422
+ Failed = "Failed",
423
+ // (undocumented)
424
+ ProvisioningAccount = "ProvisioningAccount",
425
+ // (undocumented)
426
+ Succeeded = "Succeeded",
427
+ // (undocumented)
428
+ Updating = "Updating"
429
+ }
430
+
431
+ // @public
432
+ export enum KnownClusterSkuNameEnum {
433
+ // (undocumented)
434
+ CapacityReservation = "CapacityReservation"
435
+ }
436
+
437
+ // @public
438
+ export enum KnownDataIngestionStatus {
439
+ ApproachingQuota = "ApproachingQuota",
440
+ ForceOff = "ForceOff",
441
+ ForceOn = "ForceOn",
442
+ OverQuota = "OverQuota",
443
+ RespectQuota = "RespectQuota",
444
+ SubscriptionSuspended = "SubscriptionSuspended"
445
+ }
446
+
447
+ // @public
448
+ export enum KnownDataSourceKind {
449
+ // (undocumented)
450
+ ApplicationInsights = "ApplicationInsights",
451
+ // (undocumented)
452
+ AzureActivityLog = "AzureActivityLog",
453
+ // (undocumented)
454
+ AzureAuditLog = "AzureAuditLog",
455
+ // (undocumented)
456
+ ChangeTrackingContentLocation = "ChangeTrackingContentLocation",
457
+ // (undocumented)
458
+ ChangeTrackingCustomPath = "ChangeTrackingCustomPath",
459
+ // (undocumented)
460
+ ChangeTrackingDataTypeConfiguration = "ChangeTrackingDataTypeConfiguration",
461
+ // (undocumented)
462
+ ChangeTrackingDefaultRegistry = "ChangeTrackingDefaultRegistry",
463
+ // (undocumented)
464
+ ChangeTrackingLinuxPath = "ChangeTrackingLinuxPath",
465
+ // (undocumented)
466
+ ChangeTrackingPath = "ChangeTrackingPath",
467
+ // (undocumented)
468
+ ChangeTrackingRegistry = "ChangeTrackingRegistry",
469
+ // (undocumented)
470
+ ChangeTrackingServices = "ChangeTrackingServices",
471
+ // (undocumented)
472
+ CustomLog = "CustomLog",
473
+ // (undocumented)
474
+ CustomLogCollection = "CustomLogCollection",
475
+ // (undocumented)
476
+ DnsAnalytics = "DnsAnalytics",
477
+ // (undocumented)
478
+ GenericDataSource = "GenericDataSource",
479
+ // (undocumented)
480
+ IISLogs = "IISLogs",
481
+ // (undocumented)
482
+ ImportComputerGroup = "ImportComputerGroup",
483
+ // (undocumented)
484
+ Itsm = "Itsm",
485
+ // (undocumented)
486
+ LinuxChangeTrackingPath = "LinuxChangeTrackingPath",
487
+ // (undocumented)
488
+ LinuxPerformanceCollection = "LinuxPerformanceCollection",
489
+ // (undocumented)
490
+ LinuxPerformanceObject = "LinuxPerformanceObject",
491
+ // (undocumented)
492
+ LinuxSyslog = "LinuxSyslog",
493
+ // (undocumented)
494
+ LinuxSyslogCollection = "LinuxSyslogCollection",
495
+ // (undocumented)
496
+ NetworkMonitoring = "NetworkMonitoring",
497
+ // (undocumented)
498
+ Office365 = "Office365",
499
+ // (undocumented)
500
+ SecurityCenterSecurityWindowsBaselineConfiguration = "SecurityCenterSecurityWindowsBaselineConfiguration",
501
+ // (undocumented)
502
+ SecurityEventCollectionConfiguration = "SecurityEventCollectionConfiguration",
503
+ // (undocumented)
504
+ SecurityInsightsSecurityEventCollectionConfiguration = "SecurityInsightsSecurityEventCollectionConfiguration",
505
+ // (undocumented)
506
+ SecurityWindowsBaselineConfiguration = "SecurityWindowsBaselineConfiguration",
507
+ // (undocumented)
508
+ SqlDataClassification = "SqlDataClassification",
509
+ // (undocumented)
510
+ WindowsEvent = "WindowsEvent",
511
+ // (undocumented)
512
+ WindowsPerformanceCounter = "WindowsPerformanceCounter",
513
+ // (undocumented)
514
+ WindowsTelemetry = "WindowsTelemetry"
515
+ }
516
+
517
+ // @public
518
+ export enum KnownLinkedServiceEntityStatus {
519
+ // (undocumented)
520
+ Deleting = "Deleting",
521
+ // (undocumented)
522
+ ProvisioningAccount = "ProvisioningAccount",
523
+ // (undocumented)
524
+ Succeeded = "Succeeded",
525
+ // (undocumented)
526
+ Updating = "Updating"
527
+ }
528
+
529
+ // @public
530
+ export enum KnownPublicNetworkAccessType {
531
+ Disabled = "Disabled",
532
+ Enabled = "Enabled"
533
+ }
534
+
535
+ // @public
536
+ export enum KnownPurgeState {
537
+ // (undocumented)
538
+ Completed = "completed",
539
+ // (undocumented)
540
+ Pending = "pending"
541
+ }
542
+
543
+ // @public
544
+ export enum KnownSearchSortEnum {
545
+ // (undocumented)
546
+ Asc = "asc",
547
+ // (undocumented)
548
+ Desc = "desc"
549
+ }
550
+
551
+ // @public
552
+ export enum KnownSkuNameEnum {
553
+ // (undocumented)
554
+ CapacityReservation = "CapacityReservation",
555
+ // (undocumented)
556
+ Free = "Free",
557
+ // (undocumented)
558
+ PerGB2018 = "PerGB2018",
559
+ // (undocumented)
560
+ PerNode = "PerNode",
561
+ // (undocumented)
562
+ Premium = "Premium",
563
+ // (undocumented)
564
+ Standalone = "Standalone",
565
+ // (undocumented)
566
+ Standard = "Standard"
567
+ }
568
+
569
+ // @public
570
+ export enum KnownStorageInsightState {
571
+ // (undocumented)
572
+ Error = "ERROR",
573
+ // (undocumented)
574
+ OK = "OK"
575
+ }
576
+
577
+ // @public
578
+ export enum KnownType {
579
+ // (undocumented)
580
+ EventHub = "EventHub",
581
+ // (undocumented)
582
+ StorageAccount = "StorageAccount"
583
+ }
584
+
585
+ // @public
586
+ export enum KnownWorkspaceEntityStatus {
587
+ // (undocumented)
588
+ Canceled = "Canceled",
589
+ // (undocumented)
590
+ Creating = "Creating",
591
+ // (undocumented)
592
+ Deleting = "Deleting",
593
+ // (undocumented)
594
+ Failed = "Failed",
595
+ // (undocumented)
596
+ ProvisioningAccount = "ProvisioningAccount",
597
+ // (undocumented)
598
+ Succeeded = "Succeeded",
599
+ // (undocumented)
600
+ Updating = "Updating"
601
+ }
602
+
603
+ // @public
604
+ export enum KnownWorkspaceSkuNameEnum {
605
+ // (undocumented)
606
+ CapacityReservation = "CapacityReservation",
607
+ // (undocumented)
608
+ Free = "Free",
609
+ // (undocumented)
610
+ LACluster = "LACluster",
611
+ // (undocumented)
612
+ PerGB2018 = "PerGB2018",
613
+ // (undocumented)
614
+ PerNode = "PerNode",
615
+ // (undocumented)
616
+ Premium = "Premium",
617
+ // (undocumented)
618
+ Standalone = "Standalone",
619
+ // (undocumented)
620
+ Standard = "Standard"
621
+ }
622
+
623
+ // @public
624
+ export type LinkedService = ProxyResource & {
625
+ tags?: {
626
+ [propertyName: string]: string;
627
+ };
628
+ resourceId?: string;
629
+ writeAccessResourceId?: string;
630
+ provisioningState?: LinkedServiceEntityStatus;
631
+ };
632
+
633
+ // @public
634
+ export type LinkedServiceEntityStatus = string;
635
+
636
+ // @public
637
+ export interface LinkedServiceListResult {
638
+ value?: LinkedService[];
639
+ }
640
+
641
+ // @public
642
+ export interface LinkedServices {
643
+ beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, linkedServiceName: string, parameters: LinkedService, options?: LinkedServicesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<LinkedServicesCreateOrUpdateResponse>, LinkedServicesCreateOrUpdateResponse>>;
644
+ beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, linkedServiceName: string, parameters: LinkedService, options?: LinkedServicesCreateOrUpdateOptionalParams): Promise<LinkedServicesCreateOrUpdateResponse>;
645
+ beginDelete(resourceGroupName: string, workspaceName: string, linkedServiceName: string, options?: LinkedServicesDeleteOptionalParams): Promise<PollerLike<PollOperationState<LinkedServicesDeleteResponse>, LinkedServicesDeleteResponse>>;
646
+ beginDeleteAndWait(resourceGroupName: string, workspaceName: string, linkedServiceName: string, options?: LinkedServicesDeleteOptionalParams): Promise<LinkedServicesDeleteResponse>;
647
+ get(resourceGroupName: string, workspaceName: string, linkedServiceName: string, options?: LinkedServicesGetOptionalParams): Promise<LinkedServicesGetResponse>;
648
+ listByWorkspace(resourceGroupName: string, workspaceName: string, options?: LinkedServicesListByWorkspaceOptionalParams): PagedAsyncIterableIterator<LinkedService>;
649
+ }
650
+
651
+ // @public
652
+ export interface LinkedServicesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
653
+ resumeFrom?: string;
654
+ updateIntervalInMs?: number;
655
+ }
656
+
657
+ // @public
658
+ export type LinkedServicesCreateOrUpdateResponse = LinkedService;
659
+
660
+ // @public
661
+ export interface LinkedServicesDeleteOptionalParams extends coreClient.OperationOptions {
662
+ resumeFrom?: string;
663
+ updateIntervalInMs?: number;
664
+ }
665
+
666
+ // @public
667
+ export type LinkedServicesDeleteResponse = LinkedService;
668
+
669
+ // @public
670
+ export interface LinkedServicesGetOptionalParams extends coreClient.OperationOptions {
671
+ }
672
+
673
+ // @public
674
+ export type LinkedServicesGetResponse = LinkedService;
675
+
676
+ // @public
677
+ export interface LinkedServicesListByWorkspaceOptionalParams extends coreClient.OperationOptions {
678
+ }
679
+
680
+ // @public
681
+ export type LinkedServicesListByWorkspaceResponse = LinkedServiceListResult;
682
+
683
+ // @public
684
+ export interface LinkedStorageAccounts {
685
+ createOrUpdate(resourceGroupName: string, workspaceName: string, dataSourceType: DataSourceType, parameters: LinkedStorageAccountsResource, options?: LinkedStorageAccountsCreateOrUpdateOptionalParams): Promise<LinkedStorageAccountsCreateOrUpdateResponse>;
686
+ delete(resourceGroupName: string, workspaceName: string, dataSourceType: DataSourceType, options?: LinkedStorageAccountsDeleteOptionalParams): Promise<void>;
687
+ get(resourceGroupName: string, workspaceName: string, dataSourceType: DataSourceType, options?: LinkedStorageAccountsGetOptionalParams): Promise<LinkedStorageAccountsGetResponse>;
688
+ listByWorkspace(resourceGroupName: string, workspaceName: string, options?: LinkedStorageAccountsListByWorkspaceOptionalParams): PagedAsyncIterableIterator<LinkedStorageAccountsResource>;
689
+ }
690
+
691
+ // @public
692
+ export interface LinkedStorageAccountsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
693
+ }
694
+
695
+ // @public
696
+ export type LinkedStorageAccountsCreateOrUpdateResponse = LinkedStorageAccountsResource;
697
+
698
+ // @public
699
+ export interface LinkedStorageAccountsDeleteOptionalParams extends coreClient.OperationOptions {
700
+ }
701
+
702
+ // @public
703
+ export interface LinkedStorageAccountsGetOptionalParams extends coreClient.OperationOptions {
704
+ }
705
+
706
+ // @public
707
+ export type LinkedStorageAccountsGetResponse = LinkedStorageAccountsResource;
708
+
709
+ // @public
710
+ export interface LinkedStorageAccountsListByWorkspaceOptionalParams extends coreClient.OperationOptions {
711
+ }
712
+
713
+ // @public
714
+ export type LinkedStorageAccountsListByWorkspaceResponse = LinkedStorageAccountsListResult;
715
+
716
+ // @public
717
+ export interface LinkedStorageAccountsListResult {
718
+ value?: LinkedStorageAccountsResource[];
719
+ }
720
+
721
+ // @public
722
+ export type LinkedStorageAccountsResource = ProxyResource & {
723
+ readonly dataSourceType?: DataSourceType;
724
+ storageAccountIds?: string[];
725
+ };
726
+
727
+ // @public
728
+ export interface ManagementGroup {
729
+ created?: Date;
730
+ dataReceived?: Date;
731
+ id?: string;
732
+ isGateway?: boolean;
733
+ name?: string;
734
+ serverCount?: number;
735
+ sku?: string;
736
+ version?: string;
737
+ }
738
+
739
+ // @public
740
+ export interface ManagementGroups {
741
+ list(resourceGroupName: string, workspaceName: string, options?: ManagementGroupsListOptionalParams): PagedAsyncIterableIterator<ManagementGroup>;
742
+ }
743
+
744
+ // @public
745
+ export interface ManagementGroupsListOptionalParams extends coreClient.OperationOptions {
746
+ }
747
+
748
+ // @public
749
+ export type ManagementGroupsListResponse = WorkspaceListManagementGroupsResult;
750
+
751
+ // @public
752
+ export interface MetricName {
753
+ localizedValue?: string;
754
+ value?: string;
755
+ }
756
+
757
+ // @public
758
+ export interface Operation {
759
+ display?: OperationDisplay;
760
+ name?: string;
761
+ }
762
+
763
+ // @public (undocumented)
764
+ export class OperationalInsightsManagementClient extends OperationalInsightsManagementClientContext {
765
+ constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: OperationalInsightsManagementClientOptionalParams);
766
+ // (undocumented)
767
+ availableServiceTiers: AvailableServiceTiers;
768
+ // (undocumented)
769
+ clusters: Clusters;
770
+ // (undocumented)
771
+ dataExports: DataExports;
772
+ // (undocumented)
773
+ dataSources: DataSources;
774
+ // (undocumented)
775
+ deletedWorkspaces: DeletedWorkspaces;
776
+ // (undocumented)
777
+ gateways: Gateways;
778
+ // (undocumented)
779
+ intelligencePacks: IntelligencePacks;
780
+ // (undocumented)
781
+ linkedServices: LinkedServices;
782
+ // (undocumented)
783
+ linkedStorageAccounts: LinkedStorageAccounts;
784
+ // (undocumented)
785
+ managementGroups: ManagementGroups;
786
+ // (undocumented)
787
+ operations: Operations;
788
+ // (undocumented)
789
+ operationStatuses: OperationStatuses;
790
+ // (undocumented)
791
+ savedSearches: SavedSearches;
792
+ // (undocumented)
793
+ schema: Schema;
794
+ // (undocumented)
795
+ sharedKeysOperations: SharedKeysOperations;
796
+ // (undocumented)
797
+ storageInsightConfigs: StorageInsightConfigs;
798
+ // (undocumented)
799
+ usages: Usages;
800
+ // (undocumented)
801
+ workspacePurge: WorkspacePurge;
802
+ // (undocumented)
803
+ workspaces: Workspaces;
804
+ }
805
+
806
+ // @public (undocumented)
807
+ export class OperationalInsightsManagementClientContext extends coreClient.ServiceClient {
808
+ // (undocumented)
809
+ $host: string;
810
+ constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: OperationalInsightsManagementClientOptionalParams);
811
+ // (undocumented)
812
+ subscriptionId: string;
813
+ }
814
+
815
+ // @public
816
+ export interface OperationalInsightsManagementClientOptionalParams extends coreClient.ServiceClientOptions {
817
+ $host?: string;
818
+ endpoint?: string;
819
+ }
820
+
821
+ // @public
822
+ export interface OperationDisplay {
823
+ description?: string;
824
+ operation?: string;
825
+ provider?: string;
826
+ resource?: string;
827
+ }
828
+
829
+ // @public
830
+ export interface OperationListResult {
831
+ readonly nextLink?: string;
832
+ value?: Operation[];
833
+ }
834
+
835
+ // @public
836
+ export interface Operations {
837
+ list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
838
+ }
839
+
840
+ // @public
841
+ export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
842
+ }
843
+
844
+ // @public
845
+ export type OperationsListNextResponse = OperationListResult;
846
+
847
+ // @public
848
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
849
+ }
850
+
851
+ // @public
852
+ export type OperationsListResponse = OperationListResult;
853
+
854
+ // @public
855
+ export interface OperationStatus {
856
+ endTime?: string;
857
+ error?: ErrorResponse;
858
+ id?: string;
859
+ name?: string;
860
+ startTime?: string;
861
+ status?: string;
862
+ }
863
+
864
+ // @public
865
+ export interface OperationStatuses {
866
+ get(location: string, asyncOperationId: string, options?: OperationStatusesGetOptionalParams): Promise<OperationStatusesGetResponse>;
867
+ }
868
+
869
+ // @public
870
+ export interface OperationStatusesGetOptionalParams extends coreClient.OperationOptions {
871
+ }
872
+
873
+ // @public
874
+ export type OperationStatusesGetResponse = OperationStatus;
875
+
876
+ // @public
877
+ export interface PrivateLinkScopedResource {
878
+ resourceId?: string;
879
+ scopeId?: string;
880
+ }
881
+
882
+ // @public
883
+ export type ProxyResource = Resource & {};
884
+
885
+ // @public
886
+ export type PublicNetworkAccessType = string;
887
+
888
+ // @public
889
+ export type PurgeState = string;
890
+
891
+ // @public
892
+ export interface Resource {
893
+ readonly id?: string;
894
+ readonly name?: string;
895
+ readonly type?: string;
896
+ }
897
+
898
+ // @public
899
+ export type SavedSearch = ProxyResource & {
900
+ etag?: string;
901
+ category: string;
902
+ displayName: string;
903
+ query: string;
904
+ functionAlias?: string;
905
+ functionParameters?: string;
906
+ version?: number;
907
+ tags?: Tag[];
908
+ };
909
+
910
+ // @public
911
+ export interface SavedSearches {
912
+ createOrUpdate(resourceGroupName: string, workspaceName: string, savedSearchId: string, parameters: SavedSearch, options?: SavedSearchesCreateOrUpdateOptionalParams): Promise<SavedSearchesCreateOrUpdateResponse>;
913
+ delete(resourceGroupName: string, workspaceName: string, savedSearchId: string, options?: SavedSearchesDeleteOptionalParams): Promise<void>;
914
+ get(resourceGroupName: string, workspaceName: string, savedSearchId: string, options?: SavedSearchesGetOptionalParams): Promise<SavedSearchesGetResponse>;
915
+ listByWorkspace(resourceGroupName: string, workspaceName: string, options?: SavedSearchesListByWorkspaceOptionalParams): Promise<SavedSearchesListByWorkspaceResponse>;
916
+ }
917
+
918
+ // @public
919
+ export interface SavedSearchesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
920
+ }
921
+
922
+ // @public
923
+ export type SavedSearchesCreateOrUpdateResponse = SavedSearch;
924
+
925
+ // @public
926
+ export interface SavedSearchesDeleteOptionalParams extends coreClient.OperationOptions {
927
+ }
928
+
929
+ // @public
930
+ export interface SavedSearchesGetOptionalParams extends coreClient.OperationOptions {
931
+ }
932
+
933
+ // @public
934
+ export type SavedSearchesGetResponse = SavedSearch;
935
+
936
+ // @public
937
+ export interface SavedSearchesListByWorkspaceOptionalParams extends coreClient.OperationOptions {
938
+ }
939
+
940
+ // @public
941
+ export type SavedSearchesListByWorkspaceResponse = SavedSearchesListResult;
942
+
943
+ // @public
944
+ export interface SavedSearchesListResult {
945
+ value?: SavedSearch[];
946
+ }
947
+
948
+ // @public
949
+ export interface Schema {
950
+ get(resourceGroupName: string, workspaceName: string, options?: SchemaGetOptionalParams): Promise<SchemaGetResponse>;
951
+ }
952
+
953
+ // @public
954
+ export interface SchemaGetOptionalParams extends coreClient.OperationOptions {
955
+ }
956
+
957
+ // @public
958
+ export type SchemaGetResponse = SearchGetSchemaResponse;
959
+
960
+ // @public
961
+ export interface SearchGetSchemaResponse {
962
+ metadata?: SearchMetadata;
963
+ value?: SearchSchemaValue[];
964
+ }
965
+
966
+ // @public
967
+ export interface SearchMetadata {
968
+ aggregatedGroupingFields?: string;
969
+ aggregatedValueField?: string;
970
+ coreSummaries?: CoreSummary[];
971
+ eTag?: string;
972
+ id?: string;
973
+ lastUpdated?: Date;
974
+ max?: number;
975
+ requestTime?: number;
976
+ resultType?: string;
977
+ schema?: SearchMetadataSchema;
978
+ searchId?: string;
979
+ sort?: SearchSort[];
980
+ startTime?: Date;
981
+ status?: string;
982
+ sum?: number;
983
+ top?: number;
984
+ total?: number;
985
+ }
986
+
987
+ // @public
988
+ export interface SearchMetadataSchema {
989
+ name?: string;
990
+ version?: number;
991
+ }
992
+
993
+ // @public
994
+ export interface SearchSchemaValue {
995
+ displayName?: string;
996
+ facet: boolean;
997
+ indexed: boolean;
998
+ name?: string;
999
+ ownerType?: string[];
1000
+ stored: boolean;
1001
+ type?: string;
1002
+ }
1003
+
1004
+ // @public
1005
+ export interface SearchSort {
1006
+ name?: string;
1007
+ order?: SearchSortEnum;
1008
+ }
1009
+
1010
+ // @public
1011
+ export type SearchSortEnum = string;
1012
+
1013
+ // @public
1014
+ export interface SharedKeys {
1015
+ primarySharedKey?: string;
1016
+ secondarySharedKey?: string;
1017
+ }
1018
+
1019
+ // @public
1020
+ export interface SharedKeysGetSharedKeysOptionalParams extends coreClient.OperationOptions {
1021
+ }
1022
+
1023
+ // @public
1024
+ export type SharedKeysGetSharedKeysResponse = SharedKeys;
1025
+
1026
+ // @public
1027
+ export interface SharedKeysOperations {
1028
+ getSharedKeys(resourceGroupName: string, workspaceName: string, options?: SharedKeysGetSharedKeysOptionalParams): Promise<SharedKeysGetSharedKeysResponse>;
1029
+ regenerate(resourceGroupName: string, workspaceName: string, options?: SharedKeysRegenerateOptionalParams): Promise<SharedKeysRegenerateResponse>;
1030
+ }
1031
+
1032
+ // @public
1033
+ export interface SharedKeysRegenerateOptionalParams extends coreClient.OperationOptions {
1034
+ }
1035
+
1036
+ // @public
1037
+ export type SharedKeysRegenerateResponse = SharedKeys;
1038
+
1039
+ // @public
1040
+ export type SkuNameEnum = string;
1041
+
1042
+ // @public
1043
+ export interface StorageAccount {
1044
+ id: string;
1045
+ key: string;
1046
+ }
1047
+
1048
+ // @public
1049
+ export type StorageInsight = ProxyResource & {
1050
+ eTag?: string;
1051
+ tags?: {
1052
+ [propertyName: string]: string;
1053
+ };
1054
+ containers?: string[];
1055
+ tables?: string[];
1056
+ storageAccount?: StorageAccount;
1057
+ readonly status?: StorageInsightStatus;
1058
+ };
1059
+
1060
+ // @public
1061
+ export interface StorageInsightConfigs {
1062
+ createOrUpdate(resourceGroupName: string, workspaceName: string, storageInsightName: string, parameters: StorageInsight, options?: StorageInsightConfigsCreateOrUpdateOptionalParams): Promise<StorageInsightConfigsCreateOrUpdateResponse>;
1063
+ delete(resourceGroupName: string, workspaceName: string, storageInsightName: string, options?: StorageInsightConfigsDeleteOptionalParams): Promise<void>;
1064
+ get(resourceGroupName: string, workspaceName: string, storageInsightName: string, options?: StorageInsightConfigsGetOptionalParams): Promise<StorageInsightConfigsGetResponse>;
1065
+ listByWorkspace(resourceGroupName: string, workspaceName: string, options?: StorageInsightConfigsListByWorkspaceOptionalParams): PagedAsyncIterableIterator<StorageInsight>;
1066
+ }
1067
+
1068
+ // @public
1069
+ export interface StorageInsightConfigsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1070
+ }
1071
+
1072
+ // @public
1073
+ export type StorageInsightConfigsCreateOrUpdateResponse = StorageInsight;
1074
+
1075
+ // @public
1076
+ export interface StorageInsightConfigsDeleteOptionalParams extends coreClient.OperationOptions {
1077
+ }
1078
+
1079
+ // @public
1080
+ export interface StorageInsightConfigsGetOptionalParams extends coreClient.OperationOptions {
1081
+ }
1082
+
1083
+ // @public
1084
+ export type StorageInsightConfigsGetResponse = StorageInsight;
1085
+
1086
+ // @public
1087
+ export interface StorageInsightConfigsListByWorkspaceNextOptionalParams extends coreClient.OperationOptions {
1088
+ }
1089
+
1090
+ // @public
1091
+ export type StorageInsightConfigsListByWorkspaceNextResponse = StorageInsightListResult;
1092
+
1093
+ // @public
1094
+ export interface StorageInsightConfigsListByWorkspaceOptionalParams extends coreClient.OperationOptions {
1095
+ }
1096
+
1097
+ // @public
1098
+ export type StorageInsightConfigsListByWorkspaceResponse = StorageInsightListResult;
1099
+
1100
+ // @public
1101
+ export interface StorageInsightListResult {
1102
+ odataNextLink?: string;
1103
+ value?: StorageInsight[];
1104
+ }
1105
+
1106
+ // @public
1107
+ export type StorageInsightState = string;
1108
+
1109
+ // @public
1110
+ export interface StorageInsightStatus {
1111
+ description?: string;
1112
+ state: StorageInsightState;
1113
+ }
1114
+
1115
+ // @public
1116
+ export interface Tag {
1117
+ name: string;
1118
+ value: string;
1119
+ }
1120
+
1121
+ // @public
1122
+ export type TrackedResource = Resource & {
1123
+ tags?: {
1124
+ [propertyName: string]: string;
1125
+ };
1126
+ location: string;
1127
+ };
1128
+
1129
+ // @public
1130
+ export type Type = string;
1131
+
1132
+ // @public
1133
+ export interface UsageMetric {
1134
+ currentValue?: number;
1135
+ limit?: number;
1136
+ name?: MetricName;
1137
+ nextResetTime?: Date;
1138
+ quotaPeriod?: string;
1139
+ unit?: string;
1140
+ }
1141
+
1142
+ // @public
1143
+ export interface Usages {
1144
+ list(resourceGroupName: string, workspaceName: string, options?: UsagesListOptionalParams): PagedAsyncIterableIterator<UsageMetric>;
1145
+ }
1146
+
1147
+ // @public
1148
+ export interface UsagesListOptionalParams extends coreClient.OperationOptions {
1149
+ }
1150
+
1151
+ // @public
1152
+ export type UsagesListResponse = WorkspaceListUsagesResult;
1153
+
1154
+ // @public
1155
+ export interface UserIdentityProperties {
1156
+ readonly clientId?: string;
1157
+ readonly principalId?: string;
1158
+ }
1159
+
1160
+ // @public
1161
+ export type Workspace = TrackedResource & {
1162
+ eTag?: string;
1163
+ provisioningState?: WorkspaceEntityStatus;
1164
+ readonly customerId?: string;
1165
+ sku?: WorkspaceSku;
1166
+ retentionInDays?: number;
1167
+ workspaceCapping?: WorkspaceCapping;
1168
+ readonly createdDate?: string;
1169
+ readonly modifiedDate?: string;
1170
+ publicNetworkAccessForIngestion?: PublicNetworkAccessType;
1171
+ publicNetworkAccessForQuery?: PublicNetworkAccessType;
1172
+ forceCmkForQuery?: boolean;
1173
+ readonly privateLinkScopedResources?: PrivateLinkScopedResource[];
1174
+ features?: WorkspaceFeatures;
1175
+ };
1176
+
1177
+ // @public
1178
+ export interface WorkspaceCapping {
1179
+ dailyQuotaGb?: number;
1180
+ readonly dataIngestionStatus?: DataIngestionStatus;
1181
+ readonly quotaNextResetTime?: string;
1182
+ }
1183
+
1184
+ // @public
1185
+ export type WorkspaceEntityStatus = string;
1186
+
1187
+ // @public
1188
+ export interface WorkspaceFeatures {
1189
+ [property: string]: any;
1190
+ clusterResourceId?: string;
1191
+ disableLocalAuth?: boolean;
1192
+ enableDataExport?: boolean;
1193
+ enableLogAccessUsingOnlyResourcePermissions?: boolean;
1194
+ immediatePurgeDataOn30Days?: boolean;
1195
+ }
1196
+
1197
+ // @public
1198
+ export interface WorkspaceListManagementGroupsResult {
1199
+ value?: ManagementGroup[];
1200
+ }
1201
+
1202
+ // @public
1203
+ export interface WorkspaceListResult {
1204
+ value?: Workspace[];
1205
+ }
1206
+
1207
+ // @public
1208
+ export interface WorkspaceListUsagesResult {
1209
+ value?: UsageMetric[];
1210
+ }
1211
+
1212
+ // @public
1213
+ export type WorkspacePatch = AzureEntityResource & {
1214
+ tags?: {
1215
+ [propertyName: string]: string;
1216
+ };
1217
+ provisioningState?: WorkspaceEntityStatus;
1218
+ readonly customerId?: string;
1219
+ sku?: WorkspaceSku;
1220
+ retentionInDays?: number;
1221
+ workspaceCapping?: WorkspaceCapping;
1222
+ readonly createdDate?: string;
1223
+ readonly modifiedDate?: string;
1224
+ publicNetworkAccessForIngestion?: PublicNetworkAccessType;
1225
+ publicNetworkAccessForQuery?: PublicNetworkAccessType;
1226
+ forceCmkForQuery?: boolean;
1227
+ readonly privateLinkScopedResources?: PrivateLinkScopedResource[];
1228
+ features?: WorkspaceFeatures;
1229
+ };
1230
+
1231
+ // @public
1232
+ export interface WorkspacePurge {
1233
+ getPurgeStatus(resourceGroupName: string, workspaceName: string, purgeId: string, options?: WorkspacePurgeGetPurgeStatusOptionalParams): Promise<WorkspacePurgeGetPurgeStatusResponse>;
1234
+ purge(resourceGroupName: string, workspaceName: string, body: WorkspacePurgeBody, options?: WorkspacePurgePurgeOptionalParams): Promise<WorkspacePurgePurgeResponse>;
1235
+ }
1236
+
1237
+ // @public
1238
+ export interface WorkspacePurgeBody {
1239
+ filters: WorkspacePurgeBodyFilters[];
1240
+ table: string;
1241
+ }
1242
+
1243
+ // @public
1244
+ export interface WorkspacePurgeBodyFilters {
1245
+ column?: string;
1246
+ key?: string;
1247
+ operator?: string;
1248
+ value?: any;
1249
+ }
1250
+
1251
+ // @public
1252
+ export interface WorkspacePurgeGetPurgeStatusOptionalParams extends coreClient.OperationOptions {
1253
+ }
1254
+
1255
+ // @public
1256
+ export type WorkspacePurgeGetPurgeStatusResponse = WorkspacePurgeStatusResponse;
1257
+
1258
+ // @public
1259
+ export interface WorkspacePurgePurgeHeaders {
1260
+ xMsStatusLocation?: string;
1261
+ }
1262
+
1263
+ // @public
1264
+ export interface WorkspacePurgePurgeOptionalParams extends coreClient.OperationOptions {
1265
+ }
1266
+
1267
+ // @public
1268
+ export type WorkspacePurgePurgeResponse = WorkspacePurgePurgeHeaders & WorkspacePurgeResponse;
1269
+
1270
+ // @public
1271
+ export interface WorkspacePurgeResponse {
1272
+ operationId: string;
1273
+ }
1274
+
1275
+ // @public
1276
+ export interface WorkspacePurgeStatusResponse {
1277
+ status: PurgeState;
1278
+ }
1279
+
1280
+ // @public
1281
+ export interface Workspaces {
1282
+ beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, parameters: Workspace, options?: WorkspacesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<WorkspacesCreateOrUpdateResponse>, WorkspacesCreateOrUpdateResponse>>;
1283
+ beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, parameters: Workspace, options?: WorkspacesCreateOrUpdateOptionalParams): Promise<WorkspacesCreateOrUpdateResponse>;
1284
+ beginDelete(resourceGroupName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
1285
+ beginDeleteAndWait(resourceGroupName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams): Promise<void>;
1286
+ get(resourceGroupName: string, workspaceName: string, options?: WorkspacesGetOptionalParams): Promise<WorkspacesGetResponse>;
1287
+ list(options?: WorkspacesListOptionalParams): PagedAsyncIterableIterator<Workspace>;
1288
+ listByResourceGroup(resourceGroupName: string, options?: WorkspacesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Workspace>;
1289
+ update(resourceGroupName: string, workspaceName: string, parameters: WorkspacePatch, options?: WorkspacesUpdateOptionalParams): Promise<WorkspacesUpdateResponse>;
1290
+ }
1291
+
1292
+ // @public
1293
+ export interface WorkspacesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1294
+ resumeFrom?: string;
1295
+ updateIntervalInMs?: number;
1296
+ }
1297
+
1298
+ // @public
1299
+ export type WorkspacesCreateOrUpdateResponse = Workspace;
1300
+
1301
+ // @public
1302
+ export interface WorkspacesDeleteOptionalParams extends coreClient.OperationOptions {
1303
+ force?: boolean;
1304
+ resumeFrom?: string;
1305
+ updateIntervalInMs?: number;
1306
+ }
1307
+
1308
+ // @public
1309
+ export interface WorkspacesGetOptionalParams extends coreClient.OperationOptions {
1310
+ }
1311
+
1312
+ // @public
1313
+ export type WorkspacesGetResponse = Workspace;
1314
+
1315
+ // @public
1316
+ export interface WorkspaceSku {
1317
+ capacityReservationLevel?: CapacityReservationLevel;
1318
+ readonly lastSkuUpdate?: string;
1319
+ name: WorkspaceSkuNameEnum;
1320
+ }
1321
+
1322
+ // @public
1323
+ export type WorkspaceSkuNameEnum = string;
1324
+
1325
+ // @public
1326
+ export interface WorkspacesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1327
+ }
1328
+
1329
+ // @public
1330
+ export type WorkspacesListByResourceGroupResponse = WorkspaceListResult;
1331
+
1332
+ // @public
1333
+ export interface WorkspacesListOptionalParams extends coreClient.OperationOptions {
1334
+ }
1335
+
1336
+ // @public
1337
+ export type WorkspacesListResponse = WorkspaceListResult;
1338
+
1339
+ // @public
1340
+ export interface WorkspacesUpdateOptionalParams extends coreClient.OperationOptions {
1341
+ }
1342
+
1343
+ // @public
1344
+ export type WorkspacesUpdateResponse = Workspace;
1345
+
1346
+
1347
+ // (No @packageDocumentation comment for this package)
1348
+
1349
+ ```