@azure/arm-monitor 8.0.0-beta.4 → 8.0.0-beta.6

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 (1952) hide show
  1. package/CHANGELOG.md +752 -3
  2. package/LICENSE +4 -4
  3. package/README.md +26 -18
  4. package/dist/browser/index.d.ts +5 -0
  5. package/dist/browser/index.d.ts.map +1 -0
  6. package/dist/browser/index.js +13 -0
  7. package/dist/browser/index.js.map +1 -0
  8. package/dist/browser/lroImpl.d.ts.map +1 -0
  9. package/dist/browser/lroImpl.js +18 -0
  10. package/dist/browser/lroImpl.js.map +1 -0
  11. package/dist/browser/models/index.d.ts +5477 -0
  12. package/dist/browser/models/index.d.ts.map +1 -0
  13. package/dist/browser/models/index.js +604 -0
  14. package/dist/browser/models/index.js.map +1 -0
  15. package/dist/browser/models/mappers.d.ts +293 -0
  16. package/dist/browser/models/mappers.d.ts.map +1 -0
  17. package/dist/browser/models/mappers.js +9701 -0
  18. package/dist/browser/models/mappers.js.map +1 -0
  19. package/dist/browser/models/parameters.d.ts +100 -0
  20. package/dist/browser/models/parameters.d.ts.map +1 -0
  21. package/dist/browser/models/parameters.js +826 -0
  22. package/dist/browser/models/parameters.js.map +1 -0
  23. package/dist/browser/monitorClient.d.ts +77 -0
  24. package/dist/browser/monitorClient.d.ts.map +1 -0
  25. package/dist/browser/monitorClient.js +286 -0
  26. package/dist/browser/monitorClient.js.map +1 -0
  27. package/dist/browser/operations/actionGroups.d.ts +104 -0
  28. package/dist/browser/operations/actionGroups.d.ts.map +1 -0
  29. package/dist/browser/operations/actionGroups.js +432 -0
  30. package/dist/browser/operations/actionGroups.js.map +1 -0
  31. package/dist/browser/operations/activityLogAlerts.d.ts +85 -0
  32. package/dist/browser/operations/activityLogAlerts.d.ts.map +1 -0
  33. package/dist/browser/operations/activityLogAlerts.js +362 -0
  34. package/dist/browser/operations/activityLogAlerts.js.map +1 -0
  35. package/dist/browser/operations/activityLogs.d.ts +58 -0
  36. package/dist/browser/operations/activityLogs.d.ts.map +1 -0
  37. package/dist/browser/operations/activityLogs.js +150 -0
  38. package/dist/browser/operations/activityLogs.js.map +1 -0
  39. package/dist/browser/operations/alertRuleIncidents.d.ts +38 -0
  40. package/dist/browser/operations/alertRuleIncidents.d.ts.map +1 -0
  41. package/dist/browser/operations/alertRuleIncidents.js +117 -0
  42. package/dist/browser/operations/alertRuleIncidents.js.map +1 -0
  43. package/dist/browser/operations/alertRules.d.ts +71 -0
  44. package/dist/browser/operations/alertRules.d.ts.map +1 -0
  45. package/dist/browser/operations/alertRules.js +271 -0
  46. package/dist/browser/operations/alertRules.js.map +1 -0
  47. package/dist/browser/operations/autoscaleSettings.d.ts +83 -0
  48. package/dist/browser/operations/autoscaleSettings.d.ts.map +1 -0
  49. package/dist/browser/operations/autoscaleSettings.js +355 -0
  50. package/dist/browser/operations/autoscaleSettings.js.map +1 -0
  51. package/dist/browser/operations/azureMonitorWorkspaces.d.ts +96 -0
  52. package/dist/browser/operations/azureMonitorWorkspaces.d.ts.map +1 -0
  53. package/dist/browser/operations/azureMonitorWorkspaces.js +420 -0
  54. package/dist/browser/operations/azureMonitorWorkspaces.js.map +1 -0
  55. package/dist/browser/operations/baselines.d.ts +28 -0
  56. package/dist/browser/operations/baselines.d.ts.map +1 -0
  57. package/dist/browser/operations/baselines.js +91 -0
  58. package/dist/browser/operations/baselines.js.map +1 -0
  59. package/dist/browser/operations/dataCollectionEndpoints.d.ts +85 -0
  60. package/dist/browser/operations/dataCollectionEndpoints.d.ts.map +1 -0
  61. package/dist/browser/operations/dataCollectionEndpoints.js +352 -0
  62. package/dist/browser/operations/dataCollectionEndpoints.js.map +1 -0
  63. package/dist/browser/operations/dataCollectionRuleAssociations.d.ts +108 -0
  64. package/dist/browser/operations/dataCollectionRuleAssociations.d.ts.map +1 -0
  65. package/dist/browser/operations/dataCollectionRuleAssociations.js +432 -0
  66. package/dist/browser/operations/dataCollectionRuleAssociations.js.map +1 -0
  67. package/dist/browser/operations/dataCollectionRules.d.ts +81 -0
  68. package/dist/browser/operations/dataCollectionRules.d.ts.map +1 -0
  69. package/dist/browser/operations/dataCollectionRules.js +348 -0
  70. package/dist/browser/operations/dataCollectionRules.js.map +1 -0
  71. package/dist/browser/operations/diagnosticSettings.d.ts +50 -0
  72. package/dist/browser/operations/diagnosticSettings.d.ts.map +1 -0
  73. package/dist/browser/operations/diagnosticSettings.js +158 -0
  74. package/dist/browser/operations/diagnosticSettings.js.map +1 -0
  75. package/dist/browser/operations/diagnosticSettingsCategory.d.ts +35 -0
  76. package/dist/browser/operations/diagnosticSettingsCategory.d.ts.map +1 -0
  77. package/dist/browser/operations/diagnosticSettingsCategory.js +106 -0
  78. package/dist/browser/operations/diagnosticSettingsCategory.js.map +1 -0
  79. package/dist/browser/operations/eventCategories.d.ts +28 -0
  80. package/dist/browser/operations/eventCategories.d.ts.map +1 -0
  81. package/dist/browser/operations/eventCategories.js +81 -0
  82. package/dist/browser/operations/eventCategories.js.map +1 -0
  83. package/dist/browser/operations/index.d.ts +33 -0
  84. package/dist/browser/operations/index.d.ts.map +1 -0
  85. package/dist/browser/operations/index.js +40 -0
  86. package/dist/browser/operations/index.js.map +1 -0
  87. package/dist/browser/operations/logProfiles.d.ts +52 -0
  88. package/dist/browser/operations/logProfiles.d.ts.map +1 -0
  89. package/dist/browser/operations/logProfiles.js +183 -0
  90. package/dist/browser/operations/logProfiles.js.map +1 -0
  91. package/dist/browser/operations/metricAlerts.d.ts +70 -0
  92. package/dist/browser/operations/metricAlerts.d.ts.map +1 -0
  93. package/dist/browser/operations/metricAlerts.js +264 -0
  94. package/dist/browser/operations/metricAlerts.js.map +1 -0
  95. package/dist/browser/operations/metricAlertsStatus.d.ts +28 -0
  96. package/dist/browser/operations/metricAlertsStatus.d.ts.map +1 -0
  97. package/dist/browser/operations/metricAlertsStatus.js +86 -0
  98. package/dist/browser/operations/metricAlertsStatus.js.map +1 -0
  99. package/dist/browser/operations/metricDefinitions.d.ts +42 -0
  100. package/dist/browser/operations/metricDefinitions.d.ts.map +1 -0
  101. package/dist/browser/operations/metricDefinitions.js +141 -0
  102. package/dist/browser/operations/metricDefinitions.js.map +1 -0
  103. package/dist/browser/operations/metricNamespaces.d.ts +28 -0
  104. package/dist/browser/operations/metricNamespaces.d.ts.map +1 -0
  105. package/dist/browser/operations/metricNamespaces.js +81 -0
  106. package/dist/browser/operations/metricNamespaces.js.map +1 -0
  107. package/dist/browser/operations/metricsOperations.d.ts +32 -0
  108. package/dist/browser/operations/metricsOperations.d.ts.map +1 -0
  109. package/dist/browser/operations/metricsOperations.js +143 -0
  110. package/dist/browser/operations/metricsOperations.js.map +1 -0
  111. package/dist/browser/operations/monitorOperations.d.ts +32 -0
  112. package/dist/browser/operations/monitorOperations.d.ts.map +1 -0
  113. package/dist/browser/operations/monitorOperations.js +116 -0
  114. package/dist/browser/operations/monitorOperations.js.map +1 -0
  115. package/dist/browser/operations/operations.d.ts +18 -0
  116. package/dist/browser/operations/operations.d.ts.map +1 -0
  117. package/dist/browser/operations/operations.js +44 -0
  118. package/dist/browser/operations/operations.js.map +1 -0
  119. package/dist/browser/operations/predictiveMetric.d.ts +28 -0
  120. package/dist/browser/operations/predictiveMetric.d.ts.map +1 -0
  121. package/dist/browser/operations/predictiveMetric.js +78 -0
  122. package/dist/browser/operations/predictiveMetric.js.map +1 -0
  123. package/dist/browser/operations/privateEndpointConnections.d.ts +63 -0
  124. package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
  125. package/dist/browser/operations/privateEndpointConnections.js +273 -0
  126. package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
  127. package/dist/browser/operations/privateLinkResources.d.ts +28 -0
  128. package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
  129. package/dist/browser/operations/privateLinkResources.js +86 -0
  130. package/dist/browser/operations/privateLinkResources.js.map +1 -0
  131. package/dist/browser/operations/privateLinkScopeOperationStatus.d.ts +20 -0
  132. package/dist/browser/operations/privateLinkScopeOperationStatus.d.ts.map +1 -0
  133. package/dist/browser/operations/privateLinkScopeOperationStatus.js +54 -0
  134. package/dist/browser/operations/privateLinkScopeOperationStatus.js.map +1 -0
  135. package/dist/browser/operations/privateLinkScopedResources.d.ts +81 -0
  136. package/dist/browser/operations/privateLinkScopedResources.d.ts.map +1 -0
  137. package/dist/browser/operations/privateLinkScopedResources.js +341 -0
  138. package/dist/browser/operations/privateLinkScopedResources.js.map +1 -0
  139. package/dist/browser/operations/privateLinkScopes.d.ts +93 -0
  140. package/dist/browser/operations/privateLinkScopes.d.ts.map +1 -0
  141. package/dist/browser/operations/privateLinkScopes.js +408 -0
  142. package/dist/browser/operations/privateLinkScopes.js.map +1 -0
  143. package/dist/browser/operations/scheduledQueryRules.d.ts +83 -0
  144. package/dist/browser/operations/scheduledQueryRules.d.ts.map +1 -0
  145. package/dist/browser/operations/scheduledQueryRules.js +350 -0
  146. package/dist/browser/operations/scheduledQueryRules.js.map +1 -0
  147. package/dist/browser/operations/tenantActionGroups.d.ts +65 -0
  148. package/dist/browser/operations/tenantActionGroups.d.ts.map +1 -0
  149. package/dist/browser/operations/tenantActionGroups.js +232 -0
  150. package/dist/browser/operations/tenantActionGroups.js.map +1 -0
  151. package/dist/browser/operations/tenantActivityLogs.d.ts +38 -0
  152. package/dist/browser/operations/tenantActivityLogs.d.ts.map +1 -0
  153. package/dist/browser/operations/tenantActivityLogs.js +126 -0
  154. package/dist/browser/operations/tenantActivityLogs.js.map +1 -0
  155. package/dist/browser/operations/vMInsights.d.ts +20 -0
  156. package/dist/browser/operations/vMInsights.d.ts.map +1 -0
  157. package/dist/browser/operations/vMInsights.js +49 -0
  158. package/dist/browser/operations/vMInsights.js.map +1 -0
  159. package/dist/browser/operationsInterfaces/actionGroups.d.ts +81 -0
  160. package/dist/browser/operationsInterfaces/actionGroups.d.ts.map +1 -0
  161. package/dist/browser/operationsInterfaces/actionGroups.js.map +1 -0
  162. package/dist/browser/operationsInterfaces/activityLogAlerts.d.ts +49 -0
  163. package/dist/browser/operationsInterfaces/activityLogAlerts.d.ts.map +1 -0
  164. package/dist/browser/operationsInterfaces/activityLogAlerts.js.map +1 -0
  165. package/dist/browser/operationsInterfaces/activityLogs.d.ts +24 -0
  166. package/dist/browser/operationsInterfaces/activityLogs.d.ts.map +1 -0
  167. package/dist/browser/operationsInterfaces/activityLogs.js.map +1 -0
  168. package/dist/browser/operationsInterfaces/alertRuleIncidents.d.ts +21 -0
  169. package/dist/browser/operationsInterfaces/alertRuleIncidents.d.ts.map +1 -0
  170. package/dist/browser/operationsInterfaces/alertRuleIncidents.js.map +1 -0
  171. package/dist/browser/operationsInterfaces/alertRules.d.ts +48 -0
  172. package/dist/browser/operationsInterfaces/alertRules.d.ts.map +1 -0
  173. package/dist/browser/operationsInterfaces/alertRules.js.map +1 -0
  174. package/dist/browser/operationsInterfaces/autoscaleSettings.d.ts +47 -0
  175. package/dist/browser/operationsInterfaces/autoscaleSettings.d.ts.map +1 -0
  176. package/dist/browser/operationsInterfaces/autoscaleSettings.js.map +1 -0
  177. package/dist/browser/operationsInterfaces/azureMonitorWorkspaces.d.ts +60 -0
  178. package/dist/browser/operationsInterfaces/azureMonitorWorkspaces.d.ts.map +1 -0
  179. package/dist/browser/operationsInterfaces/azureMonitorWorkspaces.js.map +1 -0
  180. package/dist/browser/operationsInterfaces/baselines.d.ts +12 -0
  181. package/dist/browser/operationsInterfaces/baselines.d.ts.map +1 -0
  182. package/dist/browser/operationsInterfaces/baselines.js.map +1 -0
  183. package/dist/browser/operationsInterfaces/dataCollectionEndpoints.d.ts +49 -0
  184. package/dist/browser/operationsInterfaces/dataCollectionEndpoints.d.ts.map +1 -0
  185. package/dist/browser/operationsInterfaces/dataCollectionEndpoints.js.map +1 -0
  186. package/dist/browser/operationsInterfaces/dataCollectionRuleAssociations.d.ts +48 -0
  187. package/dist/browser/operationsInterfaces/dataCollectionRuleAssociations.d.ts.map +1 -0
  188. package/dist/browser/operationsInterfaces/dataCollectionRuleAssociations.js.map +1 -0
  189. package/dist/browser/operationsInterfaces/dataCollectionRules.d.ts +45 -0
  190. package/dist/browser/operationsInterfaces/dataCollectionRules.d.ts.map +1 -0
  191. package/dist/browser/operationsInterfaces/dataCollectionRules.js.map +1 -0
  192. package/dist/browser/operationsInterfaces/diagnosticSettings.d.ts +34 -0
  193. package/dist/browser/operationsInterfaces/diagnosticSettings.d.ts.map +1 -0
  194. package/dist/browser/operationsInterfaces/diagnosticSettings.js.map +1 -0
  195. package/dist/browser/operationsInterfaces/diagnosticSettingsCategory.d.ts +19 -0
  196. package/dist/browser/operationsInterfaces/diagnosticSettingsCategory.d.ts.map +1 -0
  197. package/dist/browser/operationsInterfaces/diagnosticSettingsCategory.js.map +1 -0
  198. package/dist/browser/operationsInterfaces/eventCategories.d.ts +12 -0
  199. package/dist/browser/operationsInterfaces/eventCategories.d.ts.map +1 -0
  200. package/dist/browser/operationsInterfaces/eventCategories.js.map +1 -0
  201. package/dist/browser/operationsInterfaces/index.d.ts +33 -0
  202. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  203. package/dist/browser/operationsInterfaces/index.js +40 -0
  204. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  205. package/dist/browser/operationsInterfaces/logProfiles.d.ts +37 -0
  206. package/dist/browser/operationsInterfaces/logProfiles.d.ts.map +1 -0
  207. package/dist/browser/operationsInterfaces/logProfiles.js.map +1 -0
  208. package/dist/browser/operationsInterfaces/metricAlerts.d.ts +47 -0
  209. package/dist/browser/operationsInterfaces/metricAlerts.d.ts.map +1 -0
  210. package/dist/browser/operationsInterfaces/metricAlerts.js.map +1 -0
  211. package/dist/browser/operationsInterfaces/metricAlertsStatus.d.ts +20 -0
  212. package/dist/browser/operationsInterfaces/metricAlertsStatus.d.ts.map +1 -0
  213. package/dist/browser/operationsInterfaces/metricAlertsStatus.js.map +1 -0
  214. package/dist/browser/operationsInterfaces/metricDefinitions.d.ts +18 -0
  215. package/dist/browser/operationsInterfaces/metricDefinitions.d.ts.map +1 -0
  216. package/dist/browser/operationsInterfaces/metricDefinitions.js.map +1 -0
  217. package/dist/browser/operationsInterfaces/metricNamespaces.d.ts +12 -0
  218. package/dist/browser/operationsInterfaces/metricNamespaces.d.ts.map +1 -0
  219. package/dist/browser/operationsInterfaces/metricNamespaces.js.map +1 -0
  220. package/dist/browser/operationsInterfaces/metricsOperations.d.ts +24 -0
  221. package/dist/browser/operationsInterfaces/metricsOperations.d.ts.map +1 -0
  222. package/dist/browser/operationsInterfaces/metricsOperations.js.map +1 -0
  223. package/dist/browser/operationsInterfaces/monitorOperations.d.ts +11 -0
  224. package/dist/browser/operationsInterfaces/monitorOperations.d.ts.map +1 -0
  225. package/dist/browser/operationsInterfaces/monitorOperations.js.map +1 -0
  226. package/dist/browser/operationsInterfaces/operations.d.ts +10 -0
  227. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  228. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  229. package/dist/browser/operationsInterfaces/predictiveMetric.d.ts +20 -0
  230. package/dist/browser/operationsInterfaces/predictiveMetric.d.ts.map +1 -0
  231. package/dist/browser/operationsInterfaces/predictiveMetric.js.map +1 -0
  232. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +55 -0
  233. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  234. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  235. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +20 -0
  236. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  237. package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
  238. package/dist/browser/operationsInterfaces/privateLinkScopeOperationStatus.d.ts +12 -0
  239. package/dist/browser/operationsInterfaces/privateLinkScopeOperationStatus.d.ts.map +1 -0
  240. package/dist/browser/operationsInterfaces/privateLinkScopeOperationStatus.js.map +1 -0
  241. package/dist/browser/operationsInterfaces/privateLinkScopedResources.d.ts +56 -0
  242. package/dist/browser/operationsInterfaces/privateLinkScopedResources.d.ts.map +1 -0
  243. package/dist/browser/operationsInterfaces/privateLinkScopedResources.js.map +1 -0
  244. package/dist/browser/operationsInterfaces/privateLinkScopes.d.ts +57 -0
  245. package/dist/browser/operationsInterfaces/privateLinkScopes.d.ts.map +1 -0
  246. package/dist/browser/operationsInterfaces/privateLinkScopes.js.map +1 -0
  247. package/dist/browser/operationsInterfaces/scheduledQueryRules.d.ts +47 -0
  248. package/dist/browser/operationsInterfaces/scheduledQueryRules.d.ts.map +1 -0
  249. package/dist/browser/operationsInterfaces/scheduledQueryRules.js.map +1 -0
  250. package/dist/browser/operationsInterfaces/tenantActionGroups.d.ts +48 -0
  251. package/dist/browser/operationsInterfaces/tenantActionGroups.d.ts.map +1 -0
  252. package/dist/browser/operationsInterfaces/tenantActionGroups.js +9 -0
  253. package/dist/browser/operationsInterfaces/tenantActionGroups.js.map +1 -0
  254. package/dist/browser/operationsInterfaces/tenantActivityLogs.d.ts +14 -0
  255. package/dist/browser/operationsInterfaces/tenantActivityLogs.d.ts.map +1 -0
  256. package/dist/browser/operationsInterfaces/tenantActivityLogs.js.map +1 -0
  257. package/dist/browser/operationsInterfaces/vMInsights.d.ts +12 -0
  258. package/dist/browser/operationsInterfaces/vMInsights.d.ts.map +1 -0
  259. package/dist/browser/operationsInterfaces/vMInsights.js.map +1 -0
  260. package/dist/browser/package.json +3 -0
  261. package/dist/browser/pagingHelper.js +30 -0
  262. package/dist/browser/pagingHelper.js.map +1 -0
  263. package/dist/commonjs/index.d.ts +5 -0
  264. package/dist/commonjs/index.d.ts.map +1 -0
  265. package/dist/commonjs/index.js +19 -0
  266. package/dist/commonjs/index.js.map +1 -0
  267. package/dist/commonjs/lroImpl.d.ts +11 -0
  268. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  269. package/dist/commonjs/lroImpl.js +21 -0
  270. package/dist/commonjs/lroImpl.js.map +1 -0
  271. package/dist/commonjs/models/index.d.ts +5477 -0
  272. package/dist/commonjs/models/index.d.ts.map +1 -0
  273. package/dist/commonjs/models/index.js +607 -0
  274. package/dist/commonjs/models/index.js.map +1 -0
  275. package/dist/commonjs/models/mappers.d.ts +293 -0
  276. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  277. package/dist/commonjs/models/mappers.js +9709 -0
  278. package/dist/commonjs/models/mappers.js.map +1 -0
  279. package/dist/commonjs/models/parameters.d.ts +100 -0
  280. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  281. package/dist/commonjs/models/parameters.js +830 -0
  282. package/dist/commonjs/models/parameters.js.map +1 -0
  283. package/dist/commonjs/monitorClient.d.ts +77 -0
  284. package/dist/commonjs/monitorClient.d.ts.map +1 -0
  285. package/dist/commonjs/monitorClient.js +291 -0
  286. package/dist/commonjs/monitorClient.js.map +1 -0
  287. package/dist/commonjs/operations/actionGroups.d.ts +104 -0
  288. package/dist/commonjs/operations/actionGroups.d.ts.map +1 -0
  289. package/dist/commonjs/operations/actionGroups.js +437 -0
  290. package/dist/commonjs/operations/actionGroups.js.map +1 -0
  291. package/dist/commonjs/operations/activityLogAlerts.d.ts +85 -0
  292. package/dist/commonjs/operations/activityLogAlerts.d.ts.map +1 -0
  293. package/dist/commonjs/operations/activityLogAlerts.js +367 -0
  294. package/dist/commonjs/operations/activityLogAlerts.js.map +1 -0
  295. package/dist/commonjs/operations/activityLogs.d.ts +58 -0
  296. package/dist/commonjs/operations/activityLogs.d.ts.map +1 -0
  297. package/dist/commonjs/operations/activityLogs.js +155 -0
  298. package/dist/commonjs/operations/activityLogs.js.map +1 -0
  299. package/dist/commonjs/operations/alertRuleIncidents.d.ts +38 -0
  300. package/dist/commonjs/operations/alertRuleIncidents.d.ts.map +1 -0
  301. package/dist/commonjs/operations/alertRuleIncidents.js +122 -0
  302. package/dist/commonjs/operations/alertRuleIncidents.js.map +1 -0
  303. package/dist/commonjs/operations/alertRules.d.ts +71 -0
  304. package/dist/commonjs/operations/alertRules.d.ts.map +1 -0
  305. package/dist/commonjs/operations/alertRules.js +276 -0
  306. package/dist/commonjs/operations/alertRules.js.map +1 -0
  307. package/dist/commonjs/operations/autoscaleSettings.d.ts +83 -0
  308. package/dist/commonjs/operations/autoscaleSettings.d.ts.map +1 -0
  309. package/dist/commonjs/operations/autoscaleSettings.js +360 -0
  310. package/dist/commonjs/operations/autoscaleSettings.js.map +1 -0
  311. package/dist/commonjs/operations/azureMonitorWorkspaces.d.ts +96 -0
  312. package/dist/commonjs/operations/azureMonitorWorkspaces.d.ts.map +1 -0
  313. package/dist/commonjs/operations/azureMonitorWorkspaces.js +425 -0
  314. package/dist/commonjs/operations/azureMonitorWorkspaces.js.map +1 -0
  315. package/dist/commonjs/operations/baselines.d.ts +28 -0
  316. package/dist/commonjs/operations/baselines.d.ts.map +1 -0
  317. package/dist/commonjs/operations/baselines.js +96 -0
  318. package/dist/commonjs/operations/baselines.js.map +1 -0
  319. package/dist/commonjs/operations/dataCollectionEndpoints.d.ts +85 -0
  320. package/dist/commonjs/operations/dataCollectionEndpoints.d.ts.map +1 -0
  321. package/dist/commonjs/operations/dataCollectionEndpoints.js +357 -0
  322. package/dist/commonjs/operations/dataCollectionEndpoints.js.map +1 -0
  323. package/dist/commonjs/operations/dataCollectionRuleAssociations.d.ts +108 -0
  324. package/dist/commonjs/operations/dataCollectionRuleAssociations.d.ts.map +1 -0
  325. package/dist/commonjs/operations/dataCollectionRuleAssociations.js +437 -0
  326. package/dist/commonjs/operations/dataCollectionRuleAssociations.js.map +1 -0
  327. package/dist/commonjs/operations/dataCollectionRules.d.ts +81 -0
  328. package/dist/commonjs/operations/dataCollectionRules.d.ts.map +1 -0
  329. package/dist/commonjs/operations/dataCollectionRules.js +353 -0
  330. package/dist/commonjs/operations/dataCollectionRules.js.map +1 -0
  331. package/dist/commonjs/operations/diagnosticSettings.d.ts +50 -0
  332. package/dist/commonjs/operations/diagnosticSettings.d.ts.map +1 -0
  333. package/dist/commonjs/operations/diagnosticSettings.js +163 -0
  334. package/dist/commonjs/operations/diagnosticSettings.js.map +1 -0
  335. package/dist/commonjs/operations/diagnosticSettingsCategory.d.ts +35 -0
  336. package/dist/commonjs/operations/diagnosticSettingsCategory.d.ts.map +1 -0
  337. package/dist/commonjs/operations/diagnosticSettingsCategory.js +111 -0
  338. package/dist/commonjs/operations/diagnosticSettingsCategory.js.map +1 -0
  339. package/dist/commonjs/operations/eventCategories.d.ts +28 -0
  340. package/dist/commonjs/operations/eventCategories.d.ts.map +1 -0
  341. package/dist/commonjs/operations/eventCategories.js +86 -0
  342. package/dist/commonjs/operations/eventCategories.js.map +1 -0
  343. package/dist/commonjs/operations/index.d.ts +33 -0
  344. package/dist/commonjs/operations/index.d.ts.map +1 -0
  345. package/dist/commonjs/operations/index.js +43 -0
  346. package/dist/commonjs/operations/index.js.map +1 -0
  347. package/dist/commonjs/operations/logProfiles.d.ts +52 -0
  348. package/dist/commonjs/operations/logProfiles.d.ts.map +1 -0
  349. package/dist/commonjs/operations/logProfiles.js +188 -0
  350. package/dist/commonjs/operations/logProfiles.js.map +1 -0
  351. package/dist/commonjs/operations/metricAlerts.d.ts +70 -0
  352. package/dist/commonjs/operations/metricAlerts.d.ts.map +1 -0
  353. package/dist/commonjs/operations/metricAlerts.js +269 -0
  354. package/dist/commonjs/operations/metricAlerts.js.map +1 -0
  355. package/dist/commonjs/operations/metricAlertsStatus.d.ts +28 -0
  356. package/dist/commonjs/operations/metricAlertsStatus.d.ts.map +1 -0
  357. package/dist/commonjs/operations/metricAlertsStatus.js +91 -0
  358. package/dist/commonjs/operations/metricAlertsStatus.js.map +1 -0
  359. package/dist/commonjs/operations/metricDefinitions.d.ts +42 -0
  360. package/dist/commonjs/operations/metricDefinitions.d.ts.map +1 -0
  361. package/dist/commonjs/operations/metricDefinitions.js +146 -0
  362. package/dist/commonjs/operations/metricDefinitions.js.map +1 -0
  363. package/dist/commonjs/operations/metricNamespaces.d.ts +28 -0
  364. package/dist/commonjs/operations/metricNamespaces.d.ts.map +1 -0
  365. package/dist/commonjs/operations/metricNamespaces.js +86 -0
  366. package/dist/commonjs/operations/metricNamespaces.js.map +1 -0
  367. package/dist/commonjs/operations/metricsOperations.d.ts +32 -0
  368. package/dist/commonjs/operations/metricsOperations.d.ts.map +1 -0
  369. package/dist/commonjs/operations/metricsOperations.js +148 -0
  370. package/dist/commonjs/operations/metricsOperations.js.map +1 -0
  371. package/dist/commonjs/operations/monitorOperations.d.ts +32 -0
  372. package/dist/commonjs/operations/monitorOperations.d.ts.map +1 -0
  373. package/dist/commonjs/operations/monitorOperations.js +121 -0
  374. package/dist/commonjs/operations/monitorOperations.js.map +1 -0
  375. package/dist/commonjs/operations/operations.d.ts +18 -0
  376. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  377. package/dist/commonjs/operations/operations.js +49 -0
  378. package/dist/commonjs/operations/operations.js.map +1 -0
  379. package/dist/commonjs/operations/predictiveMetric.d.ts +28 -0
  380. package/dist/commonjs/operations/predictiveMetric.d.ts.map +1 -0
  381. package/dist/commonjs/operations/predictiveMetric.js +83 -0
  382. package/dist/commonjs/operations/predictiveMetric.js.map +1 -0
  383. package/dist/commonjs/operations/privateEndpointConnections.d.ts +63 -0
  384. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
  385. package/dist/commonjs/operations/privateEndpointConnections.js +278 -0
  386. package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
  387. package/dist/commonjs/operations/privateLinkResources.d.ts +28 -0
  388. package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
  389. package/dist/commonjs/operations/privateLinkResources.js +91 -0
  390. package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
  391. package/dist/commonjs/operations/privateLinkScopeOperationStatus.d.ts +20 -0
  392. package/dist/commonjs/operations/privateLinkScopeOperationStatus.d.ts.map +1 -0
  393. package/dist/commonjs/operations/privateLinkScopeOperationStatus.js +59 -0
  394. package/dist/commonjs/operations/privateLinkScopeOperationStatus.js.map +1 -0
  395. package/dist/commonjs/operations/privateLinkScopedResources.d.ts +81 -0
  396. package/dist/commonjs/operations/privateLinkScopedResources.d.ts.map +1 -0
  397. package/dist/commonjs/operations/privateLinkScopedResources.js +346 -0
  398. package/dist/commonjs/operations/privateLinkScopedResources.js.map +1 -0
  399. package/dist/commonjs/operations/privateLinkScopes.d.ts +93 -0
  400. package/dist/commonjs/operations/privateLinkScopes.d.ts.map +1 -0
  401. package/dist/commonjs/operations/privateLinkScopes.js +413 -0
  402. package/dist/commonjs/operations/privateLinkScopes.js.map +1 -0
  403. package/dist/commonjs/operations/scheduledQueryRules.d.ts +83 -0
  404. package/dist/commonjs/operations/scheduledQueryRules.d.ts.map +1 -0
  405. package/dist/commonjs/operations/scheduledQueryRules.js +355 -0
  406. package/dist/commonjs/operations/scheduledQueryRules.js.map +1 -0
  407. package/dist/commonjs/operations/tenantActionGroups.d.ts +65 -0
  408. package/dist/commonjs/operations/tenantActionGroups.d.ts.map +1 -0
  409. package/dist/commonjs/operations/tenantActionGroups.js +237 -0
  410. package/dist/commonjs/operations/tenantActionGroups.js.map +1 -0
  411. package/dist/commonjs/operations/tenantActivityLogs.d.ts +38 -0
  412. package/dist/commonjs/operations/tenantActivityLogs.d.ts.map +1 -0
  413. package/dist/commonjs/operations/tenantActivityLogs.js +131 -0
  414. package/dist/commonjs/operations/tenantActivityLogs.js.map +1 -0
  415. package/dist/commonjs/operations/vMInsights.d.ts +20 -0
  416. package/dist/commonjs/operations/vMInsights.d.ts.map +1 -0
  417. package/dist/commonjs/operations/vMInsights.js +54 -0
  418. package/dist/commonjs/operations/vMInsights.js.map +1 -0
  419. package/dist/commonjs/operationsInterfaces/actionGroups.d.ts +81 -0
  420. package/dist/commonjs/operationsInterfaces/actionGroups.d.ts.map +1 -0
  421. package/dist/commonjs/operationsInterfaces/actionGroups.js +10 -0
  422. package/dist/commonjs/operationsInterfaces/actionGroups.js.map +1 -0
  423. package/dist/commonjs/operationsInterfaces/activityLogAlerts.d.ts +49 -0
  424. package/dist/commonjs/operationsInterfaces/activityLogAlerts.d.ts.map +1 -0
  425. package/dist/commonjs/operationsInterfaces/activityLogAlerts.js +10 -0
  426. package/dist/commonjs/operationsInterfaces/activityLogAlerts.js.map +1 -0
  427. package/dist/commonjs/operationsInterfaces/activityLogs.d.ts +24 -0
  428. package/dist/commonjs/operationsInterfaces/activityLogs.d.ts.map +1 -0
  429. package/dist/commonjs/operationsInterfaces/activityLogs.js +10 -0
  430. package/dist/commonjs/operationsInterfaces/activityLogs.js.map +1 -0
  431. package/dist/commonjs/operationsInterfaces/alertRuleIncidents.d.ts +21 -0
  432. package/dist/commonjs/operationsInterfaces/alertRuleIncidents.d.ts.map +1 -0
  433. package/dist/commonjs/operationsInterfaces/alertRuleIncidents.js +10 -0
  434. package/dist/commonjs/operationsInterfaces/alertRuleIncidents.js.map +1 -0
  435. package/dist/commonjs/operationsInterfaces/alertRules.d.ts +48 -0
  436. package/dist/commonjs/operationsInterfaces/alertRules.d.ts.map +1 -0
  437. package/dist/commonjs/operationsInterfaces/alertRules.js +10 -0
  438. package/dist/commonjs/operationsInterfaces/alertRules.js.map +1 -0
  439. package/dist/commonjs/operationsInterfaces/autoscaleSettings.d.ts +47 -0
  440. package/dist/commonjs/operationsInterfaces/autoscaleSettings.d.ts.map +1 -0
  441. package/dist/commonjs/operationsInterfaces/autoscaleSettings.js +10 -0
  442. package/dist/commonjs/operationsInterfaces/autoscaleSettings.js.map +1 -0
  443. package/dist/commonjs/operationsInterfaces/azureMonitorWorkspaces.d.ts +60 -0
  444. package/dist/commonjs/operationsInterfaces/azureMonitorWorkspaces.d.ts.map +1 -0
  445. package/dist/commonjs/operationsInterfaces/azureMonitorWorkspaces.js +10 -0
  446. package/dist/commonjs/operationsInterfaces/azureMonitorWorkspaces.js.map +1 -0
  447. package/dist/commonjs/operationsInterfaces/baselines.d.ts +12 -0
  448. package/dist/commonjs/operationsInterfaces/baselines.d.ts.map +1 -0
  449. package/dist/commonjs/operationsInterfaces/baselines.js +10 -0
  450. package/dist/commonjs/operationsInterfaces/baselines.js.map +1 -0
  451. package/dist/commonjs/operationsInterfaces/dataCollectionEndpoints.d.ts +49 -0
  452. package/dist/commonjs/operationsInterfaces/dataCollectionEndpoints.d.ts.map +1 -0
  453. package/dist/commonjs/operationsInterfaces/dataCollectionEndpoints.js +10 -0
  454. package/dist/commonjs/operationsInterfaces/dataCollectionEndpoints.js.map +1 -0
  455. package/dist/commonjs/operationsInterfaces/dataCollectionRuleAssociations.d.ts +48 -0
  456. package/dist/commonjs/operationsInterfaces/dataCollectionRuleAssociations.d.ts.map +1 -0
  457. package/dist/commonjs/operationsInterfaces/dataCollectionRuleAssociations.js +10 -0
  458. package/dist/commonjs/operationsInterfaces/dataCollectionRuleAssociations.js.map +1 -0
  459. package/dist/commonjs/operationsInterfaces/dataCollectionRules.d.ts +45 -0
  460. package/dist/commonjs/operationsInterfaces/dataCollectionRules.d.ts.map +1 -0
  461. package/dist/commonjs/operationsInterfaces/dataCollectionRules.js +10 -0
  462. package/dist/commonjs/operationsInterfaces/dataCollectionRules.js.map +1 -0
  463. package/dist/commonjs/operationsInterfaces/diagnosticSettings.d.ts +34 -0
  464. package/dist/commonjs/operationsInterfaces/diagnosticSettings.d.ts.map +1 -0
  465. package/dist/commonjs/operationsInterfaces/diagnosticSettings.js +10 -0
  466. package/dist/commonjs/operationsInterfaces/diagnosticSettings.js.map +1 -0
  467. package/dist/commonjs/operationsInterfaces/diagnosticSettingsCategory.d.ts +19 -0
  468. package/dist/commonjs/operationsInterfaces/diagnosticSettingsCategory.d.ts.map +1 -0
  469. package/dist/commonjs/operationsInterfaces/diagnosticSettingsCategory.js +10 -0
  470. package/dist/commonjs/operationsInterfaces/diagnosticSettingsCategory.js.map +1 -0
  471. package/dist/commonjs/operationsInterfaces/eventCategories.d.ts +12 -0
  472. package/dist/commonjs/operationsInterfaces/eventCategories.d.ts.map +1 -0
  473. package/dist/commonjs/operationsInterfaces/eventCategories.js +10 -0
  474. package/dist/commonjs/operationsInterfaces/eventCategories.js.map +1 -0
  475. package/dist/commonjs/operationsInterfaces/index.d.ts +33 -0
  476. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  477. package/dist/commonjs/operationsInterfaces/index.js +43 -0
  478. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  479. package/dist/commonjs/operationsInterfaces/logProfiles.d.ts +37 -0
  480. package/dist/commonjs/operationsInterfaces/logProfiles.d.ts.map +1 -0
  481. package/dist/commonjs/operationsInterfaces/logProfiles.js +10 -0
  482. package/dist/commonjs/operationsInterfaces/logProfiles.js.map +1 -0
  483. package/dist/commonjs/operationsInterfaces/metricAlerts.d.ts +47 -0
  484. package/dist/commonjs/operationsInterfaces/metricAlerts.d.ts.map +1 -0
  485. package/dist/commonjs/operationsInterfaces/metricAlerts.js +10 -0
  486. package/dist/commonjs/operationsInterfaces/metricAlerts.js.map +1 -0
  487. package/dist/commonjs/operationsInterfaces/metricAlertsStatus.d.ts +20 -0
  488. package/dist/commonjs/operationsInterfaces/metricAlertsStatus.d.ts.map +1 -0
  489. package/dist/commonjs/operationsInterfaces/metricAlertsStatus.js +10 -0
  490. package/dist/commonjs/operationsInterfaces/metricAlertsStatus.js.map +1 -0
  491. package/dist/commonjs/operationsInterfaces/metricDefinitions.d.ts +18 -0
  492. package/dist/commonjs/operationsInterfaces/metricDefinitions.d.ts.map +1 -0
  493. package/dist/commonjs/operationsInterfaces/metricDefinitions.js +10 -0
  494. package/dist/commonjs/operationsInterfaces/metricDefinitions.js.map +1 -0
  495. package/dist/commonjs/operationsInterfaces/metricNamespaces.d.ts +12 -0
  496. package/dist/commonjs/operationsInterfaces/metricNamespaces.d.ts.map +1 -0
  497. package/dist/commonjs/operationsInterfaces/metricNamespaces.js +10 -0
  498. package/dist/commonjs/operationsInterfaces/metricNamespaces.js.map +1 -0
  499. package/dist/commonjs/operationsInterfaces/metricsOperations.d.ts +24 -0
  500. package/dist/commonjs/operationsInterfaces/metricsOperations.d.ts.map +1 -0
  501. package/dist/commonjs/operationsInterfaces/metricsOperations.js +10 -0
  502. package/dist/commonjs/operationsInterfaces/metricsOperations.js.map +1 -0
  503. package/dist/commonjs/operationsInterfaces/monitorOperations.d.ts +11 -0
  504. package/dist/commonjs/operationsInterfaces/monitorOperations.d.ts.map +1 -0
  505. package/dist/commonjs/operationsInterfaces/monitorOperations.js +10 -0
  506. package/dist/commonjs/operationsInterfaces/monitorOperations.js.map +1 -0
  507. package/dist/commonjs/operationsInterfaces/operations.d.ts +10 -0
  508. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  509. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  510. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  511. package/dist/commonjs/operationsInterfaces/predictiveMetric.d.ts +20 -0
  512. package/dist/commonjs/operationsInterfaces/predictiveMetric.d.ts.map +1 -0
  513. package/dist/commonjs/operationsInterfaces/predictiveMetric.js +10 -0
  514. package/dist/commonjs/operationsInterfaces/predictiveMetric.js.map +1 -0
  515. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +55 -0
  516. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  517. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
  518. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  519. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +20 -0
  520. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  521. package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
  522. package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
  523. package/dist/commonjs/operationsInterfaces/privateLinkScopeOperationStatus.d.ts +12 -0
  524. package/dist/commonjs/operationsInterfaces/privateLinkScopeOperationStatus.d.ts.map +1 -0
  525. package/dist/commonjs/operationsInterfaces/privateLinkScopeOperationStatus.js +10 -0
  526. package/dist/commonjs/operationsInterfaces/privateLinkScopeOperationStatus.js.map +1 -0
  527. package/dist/commonjs/operationsInterfaces/privateLinkScopedResources.d.ts +56 -0
  528. package/dist/commonjs/operationsInterfaces/privateLinkScopedResources.d.ts.map +1 -0
  529. package/dist/commonjs/operationsInterfaces/privateLinkScopedResources.js +10 -0
  530. package/dist/commonjs/operationsInterfaces/privateLinkScopedResources.js.map +1 -0
  531. package/dist/commonjs/operationsInterfaces/privateLinkScopes.d.ts +57 -0
  532. package/dist/commonjs/operationsInterfaces/privateLinkScopes.d.ts.map +1 -0
  533. package/dist/commonjs/operationsInterfaces/privateLinkScopes.js +10 -0
  534. package/dist/commonjs/operationsInterfaces/privateLinkScopes.js.map +1 -0
  535. package/dist/commonjs/operationsInterfaces/scheduledQueryRules.d.ts +47 -0
  536. package/dist/commonjs/operationsInterfaces/scheduledQueryRules.d.ts.map +1 -0
  537. package/dist/commonjs/operationsInterfaces/scheduledQueryRules.js +10 -0
  538. package/dist/commonjs/operationsInterfaces/scheduledQueryRules.js.map +1 -0
  539. package/dist/commonjs/operationsInterfaces/tenantActionGroups.d.ts +48 -0
  540. package/dist/commonjs/operationsInterfaces/tenantActionGroups.d.ts.map +1 -0
  541. package/dist/commonjs/operationsInterfaces/tenantActionGroups.js +10 -0
  542. package/dist/commonjs/operationsInterfaces/tenantActionGroups.js.map +1 -0
  543. package/dist/commonjs/operationsInterfaces/tenantActivityLogs.d.ts +14 -0
  544. package/dist/commonjs/operationsInterfaces/tenantActivityLogs.d.ts.map +1 -0
  545. package/dist/commonjs/operationsInterfaces/tenantActivityLogs.js +10 -0
  546. package/dist/commonjs/operationsInterfaces/tenantActivityLogs.js.map +1 -0
  547. package/dist/commonjs/operationsInterfaces/vMInsights.d.ts +12 -0
  548. package/dist/commonjs/operationsInterfaces/vMInsights.d.ts.map +1 -0
  549. package/dist/commonjs/operationsInterfaces/vMInsights.js +10 -0
  550. package/dist/commonjs/operationsInterfaces/vMInsights.js.map +1 -0
  551. package/dist/commonjs/package.json +3 -0
  552. package/dist/commonjs/pagingHelper.d.ts +13 -0
  553. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  554. package/dist/commonjs/pagingHelper.js +34 -0
  555. package/dist/commonjs/pagingHelper.js.map +1 -0
  556. package/dist/commonjs/tsdoc-metadata.json +11 -0
  557. package/dist/esm/index.d.ts +5 -0
  558. package/dist/esm/index.d.ts.map +1 -0
  559. package/dist/esm/index.js +13 -0
  560. package/dist/esm/index.js.map +1 -0
  561. package/dist/esm/lroImpl.d.ts +11 -0
  562. package/dist/esm/lroImpl.d.ts.map +1 -0
  563. package/dist/esm/lroImpl.js +18 -0
  564. package/dist/esm/lroImpl.js.map +1 -0
  565. package/dist/esm/models/index.d.ts +5477 -0
  566. package/dist/esm/models/index.d.ts.map +1 -0
  567. package/dist/esm/models/index.js +604 -0
  568. package/dist/esm/models/index.js.map +1 -0
  569. package/dist/esm/models/mappers.d.ts +293 -0
  570. package/dist/esm/models/mappers.d.ts.map +1 -0
  571. package/dist/esm/models/mappers.js +9701 -0
  572. package/dist/esm/models/mappers.js.map +1 -0
  573. package/dist/esm/models/parameters.d.ts +100 -0
  574. package/dist/esm/models/parameters.d.ts.map +1 -0
  575. package/dist/esm/models/parameters.js +826 -0
  576. package/dist/esm/models/parameters.js.map +1 -0
  577. package/dist/esm/monitorClient.d.ts +77 -0
  578. package/dist/esm/monitorClient.d.ts.map +1 -0
  579. package/dist/esm/monitorClient.js +286 -0
  580. package/dist/esm/monitorClient.js.map +1 -0
  581. package/dist/esm/operations/actionGroups.d.ts +104 -0
  582. package/dist/esm/operations/actionGroups.d.ts.map +1 -0
  583. package/dist/esm/operations/actionGroups.js +432 -0
  584. package/dist/esm/operations/actionGroups.js.map +1 -0
  585. package/dist/esm/operations/activityLogAlerts.d.ts +85 -0
  586. package/dist/esm/operations/activityLogAlerts.d.ts.map +1 -0
  587. package/dist/esm/operations/activityLogAlerts.js +362 -0
  588. package/dist/esm/operations/activityLogAlerts.js.map +1 -0
  589. package/dist/esm/operations/activityLogs.d.ts +58 -0
  590. package/dist/esm/operations/activityLogs.d.ts.map +1 -0
  591. package/dist/esm/operations/activityLogs.js +150 -0
  592. package/dist/esm/operations/activityLogs.js.map +1 -0
  593. package/dist/esm/operations/alertRuleIncidents.d.ts +38 -0
  594. package/dist/esm/operations/alertRuleIncidents.d.ts.map +1 -0
  595. package/dist/esm/operations/alertRuleIncidents.js +117 -0
  596. package/dist/esm/operations/alertRuleIncidents.js.map +1 -0
  597. package/dist/esm/operations/alertRules.d.ts +71 -0
  598. package/dist/esm/operations/alertRules.d.ts.map +1 -0
  599. package/dist/esm/operations/alertRules.js +271 -0
  600. package/dist/esm/operations/alertRules.js.map +1 -0
  601. package/dist/esm/operations/autoscaleSettings.d.ts +83 -0
  602. package/dist/esm/operations/autoscaleSettings.d.ts.map +1 -0
  603. package/dist/esm/operations/autoscaleSettings.js +355 -0
  604. package/dist/esm/operations/autoscaleSettings.js.map +1 -0
  605. package/dist/esm/operations/azureMonitorWorkspaces.d.ts +96 -0
  606. package/dist/esm/operations/azureMonitorWorkspaces.d.ts.map +1 -0
  607. package/dist/esm/operations/azureMonitorWorkspaces.js +420 -0
  608. package/dist/esm/operations/azureMonitorWorkspaces.js.map +1 -0
  609. package/dist/esm/operations/baselines.d.ts +28 -0
  610. package/dist/esm/operations/baselines.d.ts.map +1 -0
  611. package/dist/esm/operations/baselines.js +91 -0
  612. package/dist/esm/operations/baselines.js.map +1 -0
  613. package/dist/esm/operations/dataCollectionEndpoints.d.ts +85 -0
  614. package/dist/esm/operations/dataCollectionEndpoints.d.ts.map +1 -0
  615. package/dist/esm/operations/dataCollectionEndpoints.js +352 -0
  616. package/dist/esm/operations/dataCollectionEndpoints.js.map +1 -0
  617. package/dist/esm/operations/dataCollectionRuleAssociations.d.ts +108 -0
  618. package/dist/esm/operations/dataCollectionRuleAssociations.d.ts.map +1 -0
  619. package/dist/esm/operations/dataCollectionRuleAssociations.js +432 -0
  620. package/dist/esm/operations/dataCollectionRuleAssociations.js.map +1 -0
  621. package/dist/esm/operations/dataCollectionRules.d.ts +81 -0
  622. package/dist/esm/operations/dataCollectionRules.d.ts.map +1 -0
  623. package/dist/esm/operations/dataCollectionRules.js +348 -0
  624. package/dist/esm/operations/dataCollectionRules.js.map +1 -0
  625. package/dist/esm/operations/diagnosticSettings.d.ts +50 -0
  626. package/dist/esm/operations/diagnosticSettings.d.ts.map +1 -0
  627. package/dist/esm/operations/diagnosticSettings.js +158 -0
  628. package/dist/esm/operations/diagnosticSettings.js.map +1 -0
  629. package/dist/esm/operations/diagnosticSettingsCategory.d.ts +35 -0
  630. package/dist/esm/operations/diagnosticSettingsCategory.d.ts.map +1 -0
  631. package/dist/esm/operations/diagnosticSettingsCategory.js +106 -0
  632. package/dist/esm/operations/diagnosticSettingsCategory.js.map +1 -0
  633. package/dist/esm/operations/eventCategories.d.ts +28 -0
  634. package/dist/esm/operations/eventCategories.d.ts.map +1 -0
  635. package/dist/esm/operations/eventCategories.js +81 -0
  636. package/dist/esm/operations/eventCategories.js.map +1 -0
  637. package/dist/esm/operations/index.d.ts +33 -0
  638. package/dist/esm/operations/index.d.ts.map +1 -0
  639. package/dist/esm/operations/index.js +40 -0
  640. package/dist/esm/operations/index.js.map +1 -0
  641. package/dist/esm/operations/logProfiles.d.ts +52 -0
  642. package/dist/esm/operations/logProfiles.d.ts.map +1 -0
  643. package/dist/esm/operations/logProfiles.js +183 -0
  644. package/dist/esm/operations/logProfiles.js.map +1 -0
  645. package/dist/esm/operations/metricAlerts.d.ts +70 -0
  646. package/dist/esm/operations/metricAlerts.d.ts.map +1 -0
  647. package/dist/esm/operations/metricAlerts.js +264 -0
  648. package/dist/esm/operations/metricAlerts.js.map +1 -0
  649. package/dist/esm/operations/metricAlertsStatus.d.ts +28 -0
  650. package/dist/esm/operations/metricAlertsStatus.d.ts.map +1 -0
  651. package/dist/esm/operations/metricAlertsStatus.js +86 -0
  652. package/dist/esm/operations/metricAlertsStatus.js.map +1 -0
  653. package/dist/esm/operations/metricDefinitions.d.ts +42 -0
  654. package/dist/esm/operations/metricDefinitions.d.ts.map +1 -0
  655. package/dist/esm/operations/metricDefinitions.js +141 -0
  656. package/dist/esm/operations/metricDefinitions.js.map +1 -0
  657. package/dist/esm/operations/metricNamespaces.d.ts +28 -0
  658. package/dist/esm/operations/metricNamespaces.d.ts.map +1 -0
  659. package/dist/esm/operations/metricNamespaces.js +81 -0
  660. package/dist/esm/operations/metricNamespaces.js.map +1 -0
  661. package/dist/esm/operations/metricsOperations.d.ts +32 -0
  662. package/dist/esm/operations/metricsOperations.d.ts.map +1 -0
  663. package/dist/esm/operations/metricsOperations.js +143 -0
  664. package/dist/esm/operations/metricsOperations.js.map +1 -0
  665. package/dist/esm/operations/monitorOperations.d.ts +32 -0
  666. package/dist/esm/operations/monitorOperations.d.ts.map +1 -0
  667. package/dist/esm/operations/monitorOperations.js +116 -0
  668. package/dist/esm/operations/monitorOperations.js.map +1 -0
  669. package/dist/esm/operations/operations.d.ts +18 -0
  670. package/dist/esm/operations/operations.d.ts.map +1 -0
  671. package/dist/esm/operations/operations.js +44 -0
  672. package/dist/esm/operations/operations.js.map +1 -0
  673. package/dist/esm/operations/predictiveMetric.d.ts +28 -0
  674. package/dist/esm/operations/predictiveMetric.d.ts.map +1 -0
  675. package/dist/esm/operations/predictiveMetric.js +78 -0
  676. package/dist/esm/operations/predictiveMetric.js.map +1 -0
  677. package/dist/esm/operations/privateEndpointConnections.d.ts +63 -0
  678. package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
  679. package/dist/esm/operations/privateEndpointConnections.js +273 -0
  680. package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
  681. package/dist/esm/operations/privateLinkResources.d.ts +28 -0
  682. package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
  683. package/dist/esm/operations/privateLinkResources.js +86 -0
  684. package/dist/esm/operations/privateLinkResources.js.map +1 -0
  685. package/dist/esm/operations/privateLinkScopeOperationStatus.d.ts +20 -0
  686. package/dist/esm/operations/privateLinkScopeOperationStatus.d.ts.map +1 -0
  687. package/dist/esm/operations/privateLinkScopeOperationStatus.js +54 -0
  688. package/dist/esm/operations/privateLinkScopeOperationStatus.js.map +1 -0
  689. package/dist/esm/operations/privateLinkScopedResources.d.ts +81 -0
  690. package/dist/esm/operations/privateLinkScopedResources.d.ts.map +1 -0
  691. package/dist/esm/operations/privateLinkScopedResources.js +341 -0
  692. package/dist/esm/operations/privateLinkScopedResources.js.map +1 -0
  693. package/dist/esm/operations/privateLinkScopes.d.ts +93 -0
  694. package/dist/esm/operations/privateLinkScopes.d.ts.map +1 -0
  695. package/dist/esm/operations/privateLinkScopes.js +408 -0
  696. package/dist/esm/operations/privateLinkScopes.js.map +1 -0
  697. package/dist/esm/operations/scheduledQueryRules.d.ts +83 -0
  698. package/dist/esm/operations/scheduledQueryRules.d.ts.map +1 -0
  699. package/dist/esm/operations/scheduledQueryRules.js +350 -0
  700. package/dist/esm/operations/scheduledQueryRules.js.map +1 -0
  701. package/dist/esm/operations/tenantActionGroups.d.ts +65 -0
  702. package/dist/esm/operations/tenantActionGroups.d.ts.map +1 -0
  703. package/dist/esm/operations/tenantActionGroups.js +232 -0
  704. package/dist/esm/operations/tenantActionGroups.js.map +1 -0
  705. package/dist/esm/operations/tenantActivityLogs.d.ts +38 -0
  706. package/dist/esm/operations/tenantActivityLogs.d.ts.map +1 -0
  707. package/dist/esm/operations/tenantActivityLogs.js +126 -0
  708. package/dist/esm/operations/tenantActivityLogs.js.map +1 -0
  709. package/dist/esm/operations/vMInsights.d.ts +20 -0
  710. package/dist/esm/operations/vMInsights.d.ts.map +1 -0
  711. package/dist/esm/operations/vMInsights.js +49 -0
  712. package/dist/esm/operations/vMInsights.js.map +1 -0
  713. package/dist/esm/operationsInterfaces/actionGroups.d.ts +81 -0
  714. package/dist/esm/operationsInterfaces/actionGroups.d.ts.map +1 -0
  715. package/dist/esm/operationsInterfaces/actionGroups.js +9 -0
  716. package/dist/esm/operationsInterfaces/actionGroups.js.map +1 -0
  717. package/dist/esm/operationsInterfaces/activityLogAlerts.d.ts +49 -0
  718. package/dist/esm/operationsInterfaces/activityLogAlerts.d.ts.map +1 -0
  719. package/dist/esm/operationsInterfaces/activityLogAlerts.js +9 -0
  720. package/dist/esm/operationsInterfaces/activityLogAlerts.js.map +1 -0
  721. package/dist/esm/operationsInterfaces/activityLogs.d.ts +24 -0
  722. package/dist/esm/operationsInterfaces/activityLogs.d.ts.map +1 -0
  723. package/dist/esm/operationsInterfaces/activityLogs.js +9 -0
  724. package/dist/esm/operationsInterfaces/activityLogs.js.map +1 -0
  725. package/dist/esm/operationsInterfaces/alertRuleIncidents.d.ts +21 -0
  726. package/dist/esm/operationsInterfaces/alertRuleIncidents.d.ts.map +1 -0
  727. package/dist/esm/operationsInterfaces/alertRuleIncidents.js +9 -0
  728. package/dist/esm/operationsInterfaces/alertRuleIncidents.js.map +1 -0
  729. package/dist/esm/operationsInterfaces/alertRules.d.ts +48 -0
  730. package/dist/esm/operationsInterfaces/alertRules.d.ts.map +1 -0
  731. package/dist/esm/operationsInterfaces/alertRules.js +9 -0
  732. package/dist/esm/operationsInterfaces/alertRules.js.map +1 -0
  733. package/dist/esm/operationsInterfaces/autoscaleSettings.d.ts +47 -0
  734. package/dist/esm/operationsInterfaces/autoscaleSettings.d.ts.map +1 -0
  735. package/dist/esm/operationsInterfaces/autoscaleSettings.js +9 -0
  736. package/dist/esm/operationsInterfaces/autoscaleSettings.js.map +1 -0
  737. package/dist/esm/operationsInterfaces/azureMonitorWorkspaces.d.ts +60 -0
  738. package/dist/esm/operationsInterfaces/azureMonitorWorkspaces.d.ts.map +1 -0
  739. package/dist/esm/operationsInterfaces/azureMonitorWorkspaces.js +9 -0
  740. package/dist/esm/operationsInterfaces/azureMonitorWorkspaces.js.map +1 -0
  741. package/dist/esm/operationsInterfaces/baselines.d.ts +12 -0
  742. package/dist/esm/operationsInterfaces/baselines.d.ts.map +1 -0
  743. package/dist/esm/operationsInterfaces/baselines.js +9 -0
  744. package/dist/esm/operationsInterfaces/baselines.js.map +1 -0
  745. package/dist/esm/operationsInterfaces/dataCollectionEndpoints.d.ts +49 -0
  746. package/dist/esm/operationsInterfaces/dataCollectionEndpoints.d.ts.map +1 -0
  747. package/dist/esm/operationsInterfaces/dataCollectionEndpoints.js +9 -0
  748. package/dist/esm/operationsInterfaces/dataCollectionEndpoints.js.map +1 -0
  749. package/dist/esm/operationsInterfaces/dataCollectionRuleAssociations.d.ts +48 -0
  750. package/dist/esm/operationsInterfaces/dataCollectionRuleAssociations.d.ts.map +1 -0
  751. package/dist/esm/operationsInterfaces/dataCollectionRuleAssociations.js +9 -0
  752. package/dist/esm/operationsInterfaces/dataCollectionRuleAssociations.js.map +1 -0
  753. package/dist/esm/operationsInterfaces/dataCollectionRules.d.ts +45 -0
  754. package/dist/esm/operationsInterfaces/dataCollectionRules.d.ts.map +1 -0
  755. package/dist/esm/operationsInterfaces/dataCollectionRules.js +9 -0
  756. package/dist/esm/operationsInterfaces/dataCollectionRules.js.map +1 -0
  757. package/dist/esm/operationsInterfaces/diagnosticSettings.d.ts +34 -0
  758. package/dist/esm/operationsInterfaces/diagnosticSettings.d.ts.map +1 -0
  759. package/dist/esm/operationsInterfaces/diagnosticSettings.js +9 -0
  760. package/dist/esm/operationsInterfaces/diagnosticSettings.js.map +1 -0
  761. package/dist/esm/operationsInterfaces/diagnosticSettingsCategory.d.ts +19 -0
  762. package/dist/esm/operationsInterfaces/diagnosticSettingsCategory.d.ts.map +1 -0
  763. package/dist/esm/operationsInterfaces/diagnosticSettingsCategory.js +9 -0
  764. package/dist/esm/operationsInterfaces/diagnosticSettingsCategory.js.map +1 -0
  765. package/dist/esm/operationsInterfaces/eventCategories.d.ts +12 -0
  766. package/dist/esm/operationsInterfaces/eventCategories.d.ts.map +1 -0
  767. package/dist/esm/operationsInterfaces/eventCategories.js +9 -0
  768. package/dist/esm/operationsInterfaces/eventCategories.js.map +1 -0
  769. package/dist/esm/operationsInterfaces/index.d.ts +33 -0
  770. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  771. package/dist/esm/operationsInterfaces/index.js +40 -0
  772. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  773. package/dist/esm/operationsInterfaces/logProfiles.d.ts +37 -0
  774. package/dist/esm/operationsInterfaces/logProfiles.d.ts.map +1 -0
  775. package/dist/esm/operationsInterfaces/logProfiles.js +9 -0
  776. package/dist/esm/operationsInterfaces/logProfiles.js.map +1 -0
  777. package/dist/esm/operationsInterfaces/metricAlerts.d.ts +47 -0
  778. package/dist/esm/operationsInterfaces/metricAlerts.d.ts.map +1 -0
  779. package/dist/esm/operationsInterfaces/metricAlerts.js +9 -0
  780. package/dist/esm/operationsInterfaces/metricAlerts.js.map +1 -0
  781. package/dist/esm/operationsInterfaces/metricAlertsStatus.d.ts +20 -0
  782. package/dist/esm/operationsInterfaces/metricAlertsStatus.d.ts.map +1 -0
  783. package/dist/esm/operationsInterfaces/metricAlertsStatus.js +9 -0
  784. package/dist/esm/operationsInterfaces/metricAlertsStatus.js.map +1 -0
  785. package/dist/esm/operationsInterfaces/metricDefinitions.d.ts +18 -0
  786. package/dist/esm/operationsInterfaces/metricDefinitions.d.ts.map +1 -0
  787. package/dist/esm/operationsInterfaces/metricDefinitions.js +9 -0
  788. package/dist/esm/operationsInterfaces/metricDefinitions.js.map +1 -0
  789. package/dist/esm/operationsInterfaces/metricNamespaces.d.ts +12 -0
  790. package/dist/esm/operationsInterfaces/metricNamespaces.d.ts.map +1 -0
  791. package/dist/esm/operationsInterfaces/metricNamespaces.js +9 -0
  792. package/dist/esm/operationsInterfaces/metricNamespaces.js.map +1 -0
  793. package/dist/esm/operationsInterfaces/metricsOperations.d.ts +24 -0
  794. package/dist/esm/operationsInterfaces/metricsOperations.d.ts.map +1 -0
  795. package/dist/esm/operationsInterfaces/metricsOperations.js +9 -0
  796. package/dist/esm/operationsInterfaces/metricsOperations.js.map +1 -0
  797. package/dist/esm/operationsInterfaces/monitorOperations.d.ts +11 -0
  798. package/dist/esm/operationsInterfaces/monitorOperations.d.ts.map +1 -0
  799. package/dist/esm/operationsInterfaces/monitorOperations.js +9 -0
  800. package/dist/esm/operationsInterfaces/monitorOperations.js.map +1 -0
  801. package/dist/esm/operationsInterfaces/operations.d.ts +10 -0
  802. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  803. package/dist/esm/operationsInterfaces/operations.js +9 -0
  804. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  805. package/dist/esm/operationsInterfaces/predictiveMetric.d.ts +20 -0
  806. package/dist/esm/operationsInterfaces/predictiveMetric.d.ts.map +1 -0
  807. package/dist/esm/operationsInterfaces/predictiveMetric.js +9 -0
  808. package/dist/esm/operationsInterfaces/predictiveMetric.js.map +1 -0
  809. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +55 -0
  810. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  811. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
  812. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  813. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +20 -0
  814. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  815. package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
  816. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
  817. package/dist/esm/operationsInterfaces/privateLinkScopeOperationStatus.d.ts +12 -0
  818. package/dist/esm/operationsInterfaces/privateLinkScopeOperationStatus.d.ts.map +1 -0
  819. package/dist/esm/operationsInterfaces/privateLinkScopeOperationStatus.js +9 -0
  820. package/dist/esm/operationsInterfaces/privateLinkScopeOperationStatus.js.map +1 -0
  821. package/dist/esm/operationsInterfaces/privateLinkScopedResources.d.ts +56 -0
  822. package/dist/esm/operationsInterfaces/privateLinkScopedResources.d.ts.map +1 -0
  823. package/dist/esm/operationsInterfaces/privateLinkScopedResources.js +9 -0
  824. package/dist/esm/operationsInterfaces/privateLinkScopedResources.js.map +1 -0
  825. package/dist/esm/operationsInterfaces/privateLinkScopes.d.ts +57 -0
  826. package/dist/esm/operationsInterfaces/privateLinkScopes.d.ts.map +1 -0
  827. package/dist/esm/operationsInterfaces/privateLinkScopes.js +9 -0
  828. package/dist/esm/operationsInterfaces/privateLinkScopes.js.map +1 -0
  829. package/dist/esm/operationsInterfaces/scheduledQueryRules.d.ts +47 -0
  830. package/dist/esm/operationsInterfaces/scheduledQueryRules.d.ts.map +1 -0
  831. package/dist/esm/operationsInterfaces/scheduledQueryRules.js +9 -0
  832. package/dist/esm/operationsInterfaces/scheduledQueryRules.js.map +1 -0
  833. package/dist/esm/operationsInterfaces/tenantActionGroups.d.ts +48 -0
  834. package/dist/esm/operationsInterfaces/tenantActionGroups.d.ts.map +1 -0
  835. package/dist/esm/operationsInterfaces/tenantActionGroups.js +9 -0
  836. package/dist/esm/operationsInterfaces/tenantActionGroups.js.map +1 -0
  837. package/dist/esm/operationsInterfaces/tenantActivityLogs.d.ts +14 -0
  838. package/dist/esm/operationsInterfaces/tenantActivityLogs.d.ts.map +1 -0
  839. package/dist/esm/operationsInterfaces/tenantActivityLogs.js +9 -0
  840. package/dist/esm/operationsInterfaces/tenantActivityLogs.js.map +1 -0
  841. package/dist/esm/operationsInterfaces/vMInsights.d.ts +12 -0
  842. package/dist/esm/operationsInterfaces/vMInsights.d.ts.map +1 -0
  843. package/dist/esm/operationsInterfaces/vMInsights.js +9 -0
  844. package/dist/esm/operationsInterfaces/vMInsights.js.map +1 -0
  845. package/dist/esm/package.json +3 -0
  846. package/dist/esm/pagingHelper.d.ts +13 -0
  847. package/dist/esm/pagingHelper.d.ts.map +1 -0
  848. package/dist/esm/pagingHelper.js +30 -0
  849. package/dist/esm/pagingHelper.js.map +1 -0
  850. package/dist/react-native/index.d.ts +5 -0
  851. package/dist/react-native/index.d.ts.map +1 -0
  852. package/dist/react-native/index.js +13 -0
  853. package/dist/react-native/index.js.map +1 -0
  854. package/dist/react-native/lroImpl.d.ts +11 -0
  855. package/dist/react-native/lroImpl.d.ts.map +1 -0
  856. package/dist/react-native/lroImpl.js +18 -0
  857. package/dist/react-native/lroImpl.js.map +1 -0
  858. package/dist/react-native/models/index.d.ts +5477 -0
  859. package/dist/react-native/models/index.d.ts.map +1 -0
  860. package/dist/react-native/models/index.js +604 -0
  861. package/dist/react-native/models/index.js.map +1 -0
  862. package/dist/react-native/models/mappers.d.ts +293 -0
  863. package/dist/react-native/models/mappers.d.ts.map +1 -0
  864. package/dist/react-native/models/mappers.js +9701 -0
  865. package/dist/react-native/models/mappers.js.map +1 -0
  866. package/dist/react-native/models/parameters.d.ts +100 -0
  867. package/dist/react-native/models/parameters.d.ts.map +1 -0
  868. package/dist/react-native/models/parameters.js +826 -0
  869. package/dist/react-native/models/parameters.js.map +1 -0
  870. package/dist/react-native/monitorClient.d.ts +77 -0
  871. package/dist/react-native/monitorClient.d.ts.map +1 -0
  872. package/dist/react-native/monitorClient.js +286 -0
  873. package/dist/react-native/monitorClient.js.map +1 -0
  874. package/dist/react-native/operations/actionGroups.d.ts +104 -0
  875. package/dist/react-native/operations/actionGroups.d.ts.map +1 -0
  876. package/dist/react-native/operations/actionGroups.js +432 -0
  877. package/dist/react-native/operations/actionGroups.js.map +1 -0
  878. package/dist/react-native/operations/activityLogAlerts.d.ts +85 -0
  879. package/dist/react-native/operations/activityLogAlerts.d.ts.map +1 -0
  880. package/dist/react-native/operations/activityLogAlerts.js +362 -0
  881. package/dist/react-native/operations/activityLogAlerts.js.map +1 -0
  882. package/dist/react-native/operations/activityLogs.d.ts +58 -0
  883. package/dist/react-native/operations/activityLogs.d.ts.map +1 -0
  884. package/dist/react-native/operations/activityLogs.js +150 -0
  885. package/dist/react-native/operations/activityLogs.js.map +1 -0
  886. package/dist/react-native/operations/alertRuleIncidents.d.ts +38 -0
  887. package/dist/react-native/operations/alertRuleIncidents.d.ts.map +1 -0
  888. package/dist/react-native/operations/alertRuleIncidents.js +117 -0
  889. package/dist/react-native/operations/alertRuleIncidents.js.map +1 -0
  890. package/dist/react-native/operations/alertRules.d.ts +71 -0
  891. package/dist/react-native/operations/alertRules.d.ts.map +1 -0
  892. package/dist/react-native/operations/alertRules.js +271 -0
  893. package/dist/react-native/operations/alertRules.js.map +1 -0
  894. package/dist/react-native/operations/autoscaleSettings.d.ts +83 -0
  895. package/dist/react-native/operations/autoscaleSettings.d.ts.map +1 -0
  896. package/dist/react-native/operations/autoscaleSettings.js +355 -0
  897. package/dist/react-native/operations/autoscaleSettings.js.map +1 -0
  898. package/dist/react-native/operations/azureMonitorWorkspaces.d.ts +96 -0
  899. package/dist/react-native/operations/azureMonitorWorkspaces.d.ts.map +1 -0
  900. package/dist/react-native/operations/azureMonitorWorkspaces.js +420 -0
  901. package/dist/react-native/operations/azureMonitorWorkspaces.js.map +1 -0
  902. package/dist/react-native/operations/baselines.d.ts +28 -0
  903. package/dist/react-native/operations/baselines.d.ts.map +1 -0
  904. package/dist/react-native/operations/baselines.js +91 -0
  905. package/dist/react-native/operations/baselines.js.map +1 -0
  906. package/dist/react-native/operations/dataCollectionEndpoints.d.ts +85 -0
  907. package/dist/react-native/operations/dataCollectionEndpoints.d.ts.map +1 -0
  908. package/dist/react-native/operations/dataCollectionEndpoints.js +352 -0
  909. package/dist/react-native/operations/dataCollectionEndpoints.js.map +1 -0
  910. package/dist/react-native/operations/dataCollectionRuleAssociations.d.ts +108 -0
  911. package/dist/react-native/operations/dataCollectionRuleAssociations.d.ts.map +1 -0
  912. package/dist/react-native/operations/dataCollectionRuleAssociations.js +432 -0
  913. package/dist/react-native/operations/dataCollectionRuleAssociations.js.map +1 -0
  914. package/dist/react-native/operations/dataCollectionRules.d.ts +81 -0
  915. package/dist/react-native/operations/dataCollectionRules.d.ts.map +1 -0
  916. package/dist/react-native/operations/dataCollectionRules.js +348 -0
  917. package/dist/react-native/operations/dataCollectionRules.js.map +1 -0
  918. package/dist/react-native/operations/diagnosticSettings.d.ts +50 -0
  919. package/dist/react-native/operations/diagnosticSettings.d.ts.map +1 -0
  920. package/dist/react-native/operations/diagnosticSettings.js +158 -0
  921. package/dist/react-native/operations/diagnosticSettings.js.map +1 -0
  922. package/dist/react-native/operations/diagnosticSettingsCategory.d.ts +35 -0
  923. package/dist/react-native/operations/diagnosticSettingsCategory.d.ts.map +1 -0
  924. package/dist/react-native/operations/diagnosticSettingsCategory.js +106 -0
  925. package/dist/react-native/operations/diagnosticSettingsCategory.js.map +1 -0
  926. package/dist/react-native/operations/eventCategories.d.ts +28 -0
  927. package/dist/react-native/operations/eventCategories.d.ts.map +1 -0
  928. package/dist/react-native/operations/eventCategories.js +81 -0
  929. package/dist/react-native/operations/eventCategories.js.map +1 -0
  930. package/dist/react-native/operations/index.d.ts +33 -0
  931. package/dist/react-native/operations/index.d.ts.map +1 -0
  932. package/dist/react-native/operations/index.js +40 -0
  933. package/dist/react-native/operations/index.js.map +1 -0
  934. package/dist/react-native/operations/logProfiles.d.ts +52 -0
  935. package/dist/react-native/operations/logProfiles.d.ts.map +1 -0
  936. package/dist/react-native/operations/logProfiles.js +183 -0
  937. package/dist/react-native/operations/logProfiles.js.map +1 -0
  938. package/dist/react-native/operations/metricAlerts.d.ts +70 -0
  939. package/dist/react-native/operations/metricAlerts.d.ts.map +1 -0
  940. package/dist/react-native/operations/metricAlerts.js +264 -0
  941. package/dist/react-native/operations/metricAlerts.js.map +1 -0
  942. package/dist/react-native/operations/metricAlertsStatus.d.ts +28 -0
  943. package/dist/react-native/operations/metricAlertsStatus.d.ts.map +1 -0
  944. package/dist/react-native/operations/metricAlertsStatus.js +86 -0
  945. package/dist/react-native/operations/metricAlertsStatus.js.map +1 -0
  946. package/dist/react-native/operations/metricDefinitions.d.ts +42 -0
  947. package/dist/react-native/operations/metricDefinitions.d.ts.map +1 -0
  948. package/dist/react-native/operations/metricDefinitions.js +141 -0
  949. package/dist/react-native/operations/metricDefinitions.js.map +1 -0
  950. package/dist/react-native/operations/metricNamespaces.d.ts +28 -0
  951. package/dist/react-native/operations/metricNamespaces.d.ts.map +1 -0
  952. package/dist/react-native/operations/metricNamespaces.js +81 -0
  953. package/dist/react-native/operations/metricNamespaces.js.map +1 -0
  954. package/dist/react-native/operations/metricsOperations.d.ts +32 -0
  955. package/dist/react-native/operations/metricsOperations.d.ts.map +1 -0
  956. package/dist/react-native/operations/metricsOperations.js +143 -0
  957. package/dist/react-native/operations/metricsOperations.js.map +1 -0
  958. package/dist/react-native/operations/monitorOperations.d.ts +32 -0
  959. package/dist/react-native/operations/monitorOperations.d.ts.map +1 -0
  960. package/dist/react-native/operations/monitorOperations.js +116 -0
  961. package/dist/react-native/operations/monitorOperations.js.map +1 -0
  962. package/dist/react-native/operations/operations.d.ts +18 -0
  963. package/dist/react-native/operations/operations.d.ts.map +1 -0
  964. package/dist/react-native/operations/operations.js +44 -0
  965. package/dist/react-native/operations/operations.js.map +1 -0
  966. package/dist/react-native/operations/predictiveMetric.d.ts +28 -0
  967. package/dist/react-native/operations/predictiveMetric.d.ts.map +1 -0
  968. package/dist/react-native/operations/predictiveMetric.js +78 -0
  969. package/dist/react-native/operations/predictiveMetric.js.map +1 -0
  970. package/dist/react-native/operations/privateEndpointConnections.d.ts +63 -0
  971. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
  972. package/dist/react-native/operations/privateEndpointConnections.js +273 -0
  973. package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
  974. package/dist/react-native/operations/privateLinkResources.d.ts +28 -0
  975. package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
  976. package/dist/react-native/operations/privateLinkResources.js +86 -0
  977. package/dist/react-native/operations/privateLinkResources.js.map +1 -0
  978. package/dist/react-native/operations/privateLinkScopeOperationStatus.d.ts +20 -0
  979. package/dist/react-native/operations/privateLinkScopeOperationStatus.d.ts.map +1 -0
  980. package/dist/react-native/operations/privateLinkScopeOperationStatus.js +54 -0
  981. package/dist/react-native/operations/privateLinkScopeOperationStatus.js.map +1 -0
  982. package/dist/react-native/operations/privateLinkScopedResources.d.ts +81 -0
  983. package/dist/react-native/operations/privateLinkScopedResources.d.ts.map +1 -0
  984. package/dist/react-native/operations/privateLinkScopedResources.js +341 -0
  985. package/dist/react-native/operations/privateLinkScopedResources.js.map +1 -0
  986. package/dist/react-native/operations/privateLinkScopes.d.ts +93 -0
  987. package/dist/react-native/operations/privateLinkScopes.d.ts.map +1 -0
  988. package/dist/react-native/operations/privateLinkScopes.js +408 -0
  989. package/dist/react-native/operations/privateLinkScopes.js.map +1 -0
  990. package/dist/react-native/operations/scheduledQueryRules.d.ts +83 -0
  991. package/dist/react-native/operations/scheduledQueryRules.d.ts.map +1 -0
  992. package/dist/react-native/operations/scheduledQueryRules.js +350 -0
  993. package/dist/react-native/operations/scheduledQueryRules.js.map +1 -0
  994. package/dist/react-native/operations/tenantActionGroups.d.ts +65 -0
  995. package/dist/react-native/operations/tenantActionGroups.d.ts.map +1 -0
  996. package/dist/react-native/operations/tenantActionGroups.js +232 -0
  997. package/dist/react-native/operations/tenantActionGroups.js.map +1 -0
  998. package/dist/react-native/operations/tenantActivityLogs.d.ts +38 -0
  999. package/dist/react-native/operations/tenantActivityLogs.d.ts.map +1 -0
  1000. package/dist/react-native/operations/tenantActivityLogs.js +126 -0
  1001. package/dist/react-native/operations/tenantActivityLogs.js.map +1 -0
  1002. package/dist/react-native/operations/vMInsights.d.ts +20 -0
  1003. package/dist/react-native/operations/vMInsights.d.ts.map +1 -0
  1004. package/dist/react-native/operations/vMInsights.js +49 -0
  1005. package/dist/react-native/operations/vMInsights.js.map +1 -0
  1006. package/dist/react-native/operationsInterfaces/actionGroups.d.ts +81 -0
  1007. package/dist/react-native/operationsInterfaces/actionGroups.d.ts.map +1 -0
  1008. package/dist/react-native/operationsInterfaces/actionGroups.js +9 -0
  1009. package/dist/react-native/operationsInterfaces/actionGroups.js.map +1 -0
  1010. package/dist/react-native/operationsInterfaces/activityLogAlerts.d.ts +49 -0
  1011. package/dist/react-native/operationsInterfaces/activityLogAlerts.d.ts.map +1 -0
  1012. package/dist/react-native/operationsInterfaces/activityLogAlerts.js +9 -0
  1013. package/dist/react-native/operationsInterfaces/activityLogAlerts.js.map +1 -0
  1014. package/dist/react-native/operationsInterfaces/activityLogs.d.ts +24 -0
  1015. package/dist/react-native/operationsInterfaces/activityLogs.d.ts.map +1 -0
  1016. package/dist/react-native/operationsInterfaces/activityLogs.js +9 -0
  1017. package/dist/react-native/operationsInterfaces/activityLogs.js.map +1 -0
  1018. package/dist/react-native/operationsInterfaces/alertRuleIncidents.d.ts +21 -0
  1019. package/dist/react-native/operationsInterfaces/alertRuleIncidents.d.ts.map +1 -0
  1020. package/dist/react-native/operationsInterfaces/alertRuleIncidents.js +9 -0
  1021. package/dist/react-native/operationsInterfaces/alertRuleIncidents.js.map +1 -0
  1022. package/dist/react-native/operationsInterfaces/alertRules.d.ts +48 -0
  1023. package/dist/react-native/operationsInterfaces/alertRules.d.ts.map +1 -0
  1024. package/dist/react-native/operationsInterfaces/alertRules.js +9 -0
  1025. package/dist/react-native/operationsInterfaces/alertRules.js.map +1 -0
  1026. package/dist/react-native/operationsInterfaces/autoscaleSettings.d.ts +47 -0
  1027. package/dist/react-native/operationsInterfaces/autoscaleSettings.d.ts.map +1 -0
  1028. package/dist/react-native/operationsInterfaces/autoscaleSettings.js +9 -0
  1029. package/dist/react-native/operationsInterfaces/autoscaleSettings.js.map +1 -0
  1030. package/dist/react-native/operationsInterfaces/azureMonitorWorkspaces.d.ts +60 -0
  1031. package/dist/react-native/operationsInterfaces/azureMonitorWorkspaces.d.ts.map +1 -0
  1032. package/dist/react-native/operationsInterfaces/azureMonitorWorkspaces.js +9 -0
  1033. package/dist/react-native/operationsInterfaces/azureMonitorWorkspaces.js.map +1 -0
  1034. package/dist/react-native/operationsInterfaces/baselines.d.ts +12 -0
  1035. package/dist/react-native/operationsInterfaces/baselines.d.ts.map +1 -0
  1036. package/dist/react-native/operationsInterfaces/baselines.js +9 -0
  1037. package/dist/react-native/operationsInterfaces/baselines.js.map +1 -0
  1038. package/dist/react-native/operationsInterfaces/dataCollectionEndpoints.d.ts +49 -0
  1039. package/dist/react-native/operationsInterfaces/dataCollectionEndpoints.d.ts.map +1 -0
  1040. package/dist/react-native/operationsInterfaces/dataCollectionEndpoints.js +9 -0
  1041. package/dist/react-native/operationsInterfaces/dataCollectionEndpoints.js.map +1 -0
  1042. package/dist/react-native/operationsInterfaces/dataCollectionRuleAssociations.d.ts +48 -0
  1043. package/dist/react-native/operationsInterfaces/dataCollectionRuleAssociations.d.ts.map +1 -0
  1044. package/dist/react-native/operationsInterfaces/dataCollectionRuleAssociations.js +9 -0
  1045. package/dist/react-native/operationsInterfaces/dataCollectionRuleAssociations.js.map +1 -0
  1046. package/dist/react-native/operationsInterfaces/dataCollectionRules.d.ts +45 -0
  1047. package/dist/react-native/operationsInterfaces/dataCollectionRules.d.ts.map +1 -0
  1048. package/dist/react-native/operationsInterfaces/dataCollectionRules.js +9 -0
  1049. package/dist/react-native/operationsInterfaces/dataCollectionRules.js.map +1 -0
  1050. package/dist/react-native/operationsInterfaces/diagnosticSettings.d.ts +34 -0
  1051. package/dist/react-native/operationsInterfaces/diagnosticSettings.d.ts.map +1 -0
  1052. package/dist/react-native/operationsInterfaces/diagnosticSettings.js +9 -0
  1053. package/dist/react-native/operationsInterfaces/diagnosticSettings.js.map +1 -0
  1054. package/dist/react-native/operationsInterfaces/diagnosticSettingsCategory.d.ts +19 -0
  1055. package/dist/react-native/operationsInterfaces/diagnosticSettingsCategory.d.ts.map +1 -0
  1056. package/dist/react-native/operationsInterfaces/diagnosticSettingsCategory.js +9 -0
  1057. package/dist/react-native/operationsInterfaces/diagnosticSettingsCategory.js.map +1 -0
  1058. package/dist/react-native/operationsInterfaces/eventCategories.d.ts +12 -0
  1059. package/dist/react-native/operationsInterfaces/eventCategories.d.ts.map +1 -0
  1060. package/dist/react-native/operationsInterfaces/eventCategories.js +9 -0
  1061. package/dist/react-native/operationsInterfaces/eventCategories.js.map +1 -0
  1062. package/dist/react-native/operationsInterfaces/index.d.ts +33 -0
  1063. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  1064. package/dist/react-native/operationsInterfaces/index.js +40 -0
  1065. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  1066. package/dist/react-native/operationsInterfaces/logProfiles.d.ts +37 -0
  1067. package/dist/react-native/operationsInterfaces/logProfiles.d.ts.map +1 -0
  1068. package/dist/react-native/operationsInterfaces/logProfiles.js +9 -0
  1069. package/dist/react-native/operationsInterfaces/logProfiles.js.map +1 -0
  1070. package/dist/react-native/operationsInterfaces/metricAlerts.d.ts +47 -0
  1071. package/dist/react-native/operationsInterfaces/metricAlerts.d.ts.map +1 -0
  1072. package/dist/react-native/operationsInterfaces/metricAlerts.js +9 -0
  1073. package/dist/react-native/operationsInterfaces/metricAlerts.js.map +1 -0
  1074. package/dist/react-native/operationsInterfaces/metricAlertsStatus.d.ts +20 -0
  1075. package/dist/react-native/operationsInterfaces/metricAlertsStatus.d.ts.map +1 -0
  1076. package/dist/react-native/operationsInterfaces/metricAlertsStatus.js +9 -0
  1077. package/dist/react-native/operationsInterfaces/metricAlertsStatus.js.map +1 -0
  1078. package/dist/react-native/operationsInterfaces/metricDefinitions.d.ts +18 -0
  1079. package/dist/react-native/operationsInterfaces/metricDefinitions.d.ts.map +1 -0
  1080. package/dist/react-native/operationsInterfaces/metricDefinitions.js +9 -0
  1081. package/dist/react-native/operationsInterfaces/metricDefinitions.js.map +1 -0
  1082. package/dist/react-native/operationsInterfaces/metricNamespaces.d.ts +12 -0
  1083. package/dist/react-native/operationsInterfaces/metricNamespaces.d.ts.map +1 -0
  1084. package/dist/react-native/operationsInterfaces/metricNamespaces.js +9 -0
  1085. package/dist/react-native/operationsInterfaces/metricNamespaces.js.map +1 -0
  1086. package/dist/react-native/operationsInterfaces/metricsOperations.d.ts +24 -0
  1087. package/dist/react-native/operationsInterfaces/metricsOperations.d.ts.map +1 -0
  1088. package/dist/react-native/operationsInterfaces/metricsOperations.js +9 -0
  1089. package/dist/react-native/operationsInterfaces/metricsOperations.js.map +1 -0
  1090. package/dist/react-native/operationsInterfaces/monitorOperations.d.ts +11 -0
  1091. package/dist/react-native/operationsInterfaces/monitorOperations.d.ts.map +1 -0
  1092. package/dist/react-native/operationsInterfaces/monitorOperations.js +9 -0
  1093. package/dist/react-native/operationsInterfaces/monitorOperations.js.map +1 -0
  1094. package/dist/react-native/operationsInterfaces/operations.d.ts +10 -0
  1095. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  1096. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  1097. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  1098. package/dist/react-native/operationsInterfaces/predictiveMetric.d.ts +20 -0
  1099. package/dist/react-native/operationsInterfaces/predictiveMetric.d.ts.map +1 -0
  1100. package/dist/react-native/operationsInterfaces/predictiveMetric.js +9 -0
  1101. package/dist/react-native/operationsInterfaces/predictiveMetric.js.map +1 -0
  1102. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +55 -0
  1103. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  1104. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
  1105. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  1106. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +20 -0
  1107. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  1108. package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
  1109. package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
  1110. package/dist/react-native/operationsInterfaces/privateLinkScopeOperationStatus.d.ts +12 -0
  1111. package/dist/react-native/operationsInterfaces/privateLinkScopeOperationStatus.d.ts.map +1 -0
  1112. package/dist/react-native/operationsInterfaces/privateLinkScopeOperationStatus.js +9 -0
  1113. package/dist/react-native/operationsInterfaces/privateLinkScopeOperationStatus.js.map +1 -0
  1114. package/dist/react-native/operationsInterfaces/privateLinkScopedResources.d.ts +56 -0
  1115. package/dist/react-native/operationsInterfaces/privateLinkScopedResources.d.ts.map +1 -0
  1116. package/dist/react-native/operationsInterfaces/privateLinkScopedResources.js +9 -0
  1117. package/dist/react-native/operationsInterfaces/privateLinkScopedResources.js.map +1 -0
  1118. package/dist/react-native/operationsInterfaces/privateLinkScopes.d.ts +57 -0
  1119. package/dist/react-native/operationsInterfaces/privateLinkScopes.d.ts.map +1 -0
  1120. package/dist/react-native/operationsInterfaces/privateLinkScopes.js +9 -0
  1121. package/dist/react-native/operationsInterfaces/privateLinkScopes.js.map +1 -0
  1122. package/dist/react-native/operationsInterfaces/scheduledQueryRules.d.ts +47 -0
  1123. package/dist/react-native/operationsInterfaces/scheduledQueryRules.d.ts.map +1 -0
  1124. package/dist/react-native/operationsInterfaces/scheduledQueryRules.js +9 -0
  1125. package/dist/react-native/operationsInterfaces/scheduledQueryRules.js.map +1 -0
  1126. package/dist/react-native/operationsInterfaces/tenantActionGroups.d.ts +48 -0
  1127. package/dist/react-native/operationsInterfaces/tenantActionGroups.d.ts.map +1 -0
  1128. package/dist/react-native/operationsInterfaces/tenantActionGroups.js +9 -0
  1129. package/dist/react-native/operationsInterfaces/tenantActionGroups.js.map +1 -0
  1130. package/dist/react-native/operationsInterfaces/tenantActivityLogs.d.ts +14 -0
  1131. package/dist/react-native/operationsInterfaces/tenantActivityLogs.d.ts.map +1 -0
  1132. package/dist/react-native/operationsInterfaces/tenantActivityLogs.js +9 -0
  1133. package/dist/react-native/operationsInterfaces/tenantActivityLogs.js.map +1 -0
  1134. package/dist/react-native/operationsInterfaces/vMInsights.d.ts +12 -0
  1135. package/dist/react-native/operationsInterfaces/vMInsights.d.ts.map +1 -0
  1136. package/dist/react-native/operationsInterfaces/vMInsights.js +9 -0
  1137. package/dist/react-native/operationsInterfaces/vMInsights.js.map +1 -0
  1138. package/dist/react-native/package.json +3 -0
  1139. package/dist/react-native/pagingHelper.d.ts +13 -0
  1140. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  1141. package/dist/react-native/pagingHelper.js +30 -0
  1142. package/dist/react-native/pagingHelper.js.map +1 -0
  1143. package/package.json +92 -83
  1144. package/review/arm-monitor-node.api.md +4053 -0
  1145. package/dist/index.js +0 -16532
  1146. package/dist/index.js.map +0 -1
  1147. package/dist/index.min.js +0 -1
  1148. package/dist/index.min.js.map +0 -1
  1149. package/dist-esm/samples-dev/actionGroupsCreateNotificationsAtActionGroupResourceLevelSample.d.ts +0 -2
  1150. package/dist-esm/samples-dev/actionGroupsCreateNotificationsAtActionGroupResourceLevelSample.d.ts.map +0 -1
  1151. package/dist-esm/samples-dev/actionGroupsCreateNotificationsAtActionGroupResourceLevelSample.js +0 -146
  1152. package/dist-esm/samples-dev/actionGroupsCreateNotificationsAtActionGroupResourceLevelSample.js.map +0 -1
  1153. package/dist-esm/samples-dev/actionGroupsCreateNotificationsAtResourceGroupLevelSample.d.ts +0 -2
  1154. package/dist-esm/samples-dev/actionGroupsCreateNotificationsAtResourceGroupLevelSample.d.ts.map +0 -1
  1155. package/dist-esm/samples-dev/actionGroupsCreateNotificationsAtResourceGroupLevelSample.js +0 -145
  1156. package/dist-esm/samples-dev/actionGroupsCreateNotificationsAtResourceGroupLevelSample.js.map +0 -1
  1157. package/dist-esm/samples-dev/actionGroupsCreateOrUpdateSample.d.ts +0 -2
  1158. package/dist-esm/samples-dev/actionGroupsCreateOrUpdateSample.d.ts.map +0 -1
  1159. package/dist-esm/samples-dev/actionGroupsCreateOrUpdateSample.js +0 -144
  1160. package/dist-esm/samples-dev/actionGroupsCreateOrUpdateSample.js.map +0 -1
  1161. package/dist-esm/samples-dev/actionGroupsDeleteSample.d.ts +0 -2
  1162. package/dist-esm/samples-dev/actionGroupsDeleteSample.d.ts.map +0 -1
  1163. package/dist-esm/samples-dev/actionGroupsDeleteSample.js +0 -39
  1164. package/dist-esm/samples-dev/actionGroupsDeleteSample.js.map +0 -1
  1165. package/dist-esm/samples-dev/actionGroupsEnableReceiverSample.d.ts +0 -2
  1166. package/dist-esm/samples-dev/actionGroupsEnableReceiverSample.d.ts.map +0 -1
  1167. package/dist-esm/samples-dev/actionGroupsEnableReceiverSample.js +0 -40
  1168. package/dist-esm/samples-dev/actionGroupsEnableReceiverSample.js.map +0 -1
  1169. package/dist-esm/samples-dev/actionGroupsGetSample.d.ts +0 -2
  1170. package/dist-esm/samples-dev/actionGroupsGetSample.d.ts.map +0 -1
  1171. package/dist-esm/samples-dev/actionGroupsGetSample.js +0 -39
  1172. package/dist-esm/samples-dev/actionGroupsGetSample.js.map +0 -1
  1173. package/dist-esm/samples-dev/actionGroupsGetTestNotificationsAtActionGroupResourceLevelSample.d.ts +0 -2
  1174. package/dist-esm/samples-dev/actionGroupsGetTestNotificationsAtActionGroupResourceLevelSample.d.ts.map +0 -1
  1175. package/dist-esm/samples-dev/actionGroupsGetTestNotificationsAtActionGroupResourceLevelSample.js +0 -40
  1176. package/dist-esm/samples-dev/actionGroupsGetTestNotificationsAtActionGroupResourceLevelSample.js.map +0 -1
  1177. package/dist-esm/samples-dev/actionGroupsGetTestNotificationsAtResourceGroupLevelSample.d.ts +0 -2
  1178. package/dist-esm/samples-dev/actionGroupsGetTestNotificationsAtResourceGroupLevelSample.d.ts.map +0 -1
  1179. package/dist-esm/samples-dev/actionGroupsGetTestNotificationsAtResourceGroupLevelSample.js +0 -39
  1180. package/dist-esm/samples-dev/actionGroupsGetTestNotificationsAtResourceGroupLevelSample.js.map +0 -1
  1181. package/dist-esm/samples-dev/actionGroupsGetTestNotificationsSample.d.ts +0 -2
  1182. package/dist-esm/samples-dev/actionGroupsGetTestNotificationsSample.d.ts.map +0 -1
  1183. package/dist-esm/samples-dev/actionGroupsGetTestNotificationsSample.js +0 -38
  1184. package/dist-esm/samples-dev/actionGroupsGetTestNotificationsSample.js.map +0 -1
  1185. package/dist-esm/samples-dev/actionGroupsListByResourceGroupSample.d.ts +0 -2
  1186. package/dist-esm/samples-dev/actionGroupsListByResourceGroupSample.d.ts.map +0 -1
  1187. package/dist-esm/samples-dev/actionGroupsListByResourceGroupSample.js +0 -52
  1188. package/dist-esm/samples-dev/actionGroupsListByResourceGroupSample.js.map +0 -1
  1189. package/dist-esm/samples-dev/actionGroupsListBySubscriptionIdSample.d.ts +0 -2
  1190. package/dist-esm/samples-dev/actionGroupsListBySubscriptionIdSample.d.ts.map +0 -1
  1191. package/dist-esm/samples-dev/actionGroupsListBySubscriptionIdSample.js +0 -51
  1192. package/dist-esm/samples-dev/actionGroupsListBySubscriptionIdSample.js.map +0 -1
  1193. package/dist-esm/samples-dev/actionGroupsPostTestNotificationsSample.d.ts +0 -2
  1194. package/dist-esm/samples-dev/actionGroupsPostTestNotificationsSample.d.ts.map +0 -1
  1195. package/dist-esm/samples-dev/actionGroupsPostTestNotificationsSample.js +0 -144
  1196. package/dist-esm/samples-dev/actionGroupsPostTestNotificationsSample.js.map +0 -1
  1197. package/dist-esm/samples-dev/actionGroupsUpdateSample.d.ts +0 -2
  1198. package/dist-esm/samples-dev/actionGroupsUpdateSample.d.ts.map +0 -1
  1199. package/dist-esm/samples-dev/actionGroupsUpdateSample.js +0 -43
  1200. package/dist-esm/samples-dev/actionGroupsUpdateSample.js.map +0 -1
  1201. package/dist-esm/samples-dev/activityLogAlertsCreateOrUpdateSample.d.ts +0 -2
  1202. package/dist-esm/samples-dev/activityLogAlertsCreateOrUpdateSample.d.ts.map +0 -1
  1203. package/dist-esm/samples-dev/activityLogAlertsCreateOrUpdateSample.js +0 -148
  1204. package/dist-esm/samples-dev/activityLogAlertsCreateOrUpdateSample.js.map +0 -1
  1205. package/dist-esm/samples-dev/activityLogAlertsDeleteSample.d.ts +0 -2
  1206. package/dist-esm/samples-dev/activityLogAlertsDeleteSample.d.ts.map +0 -1
  1207. package/dist-esm/samples-dev/activityLogAlertsDeleteSample.js +0 -39
  1208. package/dist-esm/samples-dev/activityLogAlertsDeleteSample.js.map +0 -1
  1209. package/dist-esm/samples-dev/activityLogAlertsGetSample.d.ts +0 -2
  1210. package/dist-esm/samples-dev/activityLogAlertsGetSample.d.ts.map +0 -1
  1211. package/dist-esm/samples-dev/activityLogAlertsGetSample.js +0 -39
  1212. package/dist-esm/samples-dev/activityLogAlertsGetSample.js.map +0 -1
  1213. package/dist-esm/samples-dev/activityLogAlertsListByResourceGroupSample.d.ts +0 -2
  1214. package/dist-esm/samples-dev/activityLogAlertsListByResourceGroupSample.d.ts.map +0 -1
  1215. package/dist-esm/samples-dev/activityLogAlertsListByResourceGroupSample.js +0 -52
  1216. package/dist-esm/samples-dev/activityLogAlertsListByResourceGroupSample.js.map +0 -1
  1217. package/dist-esm/samples-dev/activityLogAlertsListBySubscriptionIdSample.d.ts +0 -2
  1218. package/dist-esm/samples-dev/activityLogAlertsListBySubscriptionIdSample.d.ts.map +0 -1
  1219. package/dist-esm/samples-dev/activityLogAlertsListBySubscriptionIdSample.js +0 -51
  1220. package/dist-esm/samples-dev/activityLogAlertsListBySubscriptionIdSample.js.map +0 -1
  1221. package/dist-esm/samples-dev/activityLogAlertsUpdateSample.d.ts +0 -2
  1222. package/dist-esm/samples-dev/activityLogAlertsUpdateSample.d.ts.map +0 -1
  1223. package/dist-esm/samples-dev/activityLogAlertsUpdateSample.js +0 -43
  1224. package/dist-esm/samples-dev/activityLogAlertsUpdateSample.js.map +0 -1
  1225. package/dist-esm/samples-dev/activityLogsListSample.d.ts +0 -2
  1226. package/dist-esm/samples-dev/activityLogsListSample.d.ts.map +0 -1
  1227. package/dist-esm/samples-dev/activityLogsListSample.js +0 -86
  1228. package/dist-esm/samples-dev/activityLogsListSample.js.map +0 -1
  1229. package/dist-esm/samples-dev/alertRuleIncidentsGetSample.d.ts +0 -2
  1230. package/dist-esm/samples-dev/alertRuleIncidentsGetSample.d.ts.map +0 -1
  1231. package/dist-esm/samples-dev/alertRuleIncidentsGetSample.js +0 -40
  1232. package/dist-esm/samples-dev/alertRuleIncidentsGetSample.js.map +0 -1
  1233. package/dist-esm/samples-dev/alertRuleIncidentsListByAlertRuleSample.d.ts +0 -2
  1234. package/dist-esm/samples-dev/alertRuleIncidentsListByAlertRuleSample.d.ts.map +0 -1
  1235. package/dist-esm/samples-dev/alertRuleIncidentsListByAlertRuleSample.js +0 -53
  1236. package/dist-esm/samples-dev/alertRuleIncidentsListByAlertRuleSample.js.map +0 -1
  1237. package/dist-esm/samples-dev/alertRulesCreateOrUpdateSample.d.ts +0 -2
  1238. package/dist-esm/samples-dev/alertRulesCreateOrUpdateSample.d.ts.map +0 -1
  1239. package/dist-esm/samples-dev/alertRulesCreateOrUpdateSample.js +0 -59
  1240. package/dist-esm/samples-dev/alertRulesCreateOrUpdateSample.js.map +0 -1
  1241. package/dist-esm/samples-dev/alertRulesDeleteSample.d.ts +0 -2
  1242. package/dist-esm/samples-dev/alertRulesDeleteSample.d.ts.map +0 -1
  1243. package/dist-esm/samples-dev/alertRulesDeleteSample.js +0 -39
  1244. package/dist-esm/samples-dev/alertRulesDeleteSample.js.map +0 -1
  1245. package/dist-esm/samples-dev/alertRulesGetSample.d.ts +0 -2
  1246. package/dist-esm/samples-dev/alertRulesGetSample.d.ts.map +0 -1
  1247. package/dist-esm/samples-dev/alertRulesGetSample.js +0 -39
  1248. package/dist-esm/samples-dev/alertRulesGetSample.js.map +0 -1
  1249. package/dist-esm/samples-dev/alertRulesListByResourceGroupSample.d.ts +0 -2
  1250. package/dist-esm/samples-dev/alertRulesListByResourceGroupSample.d.ts.map +0 -1
  1251. package/dist-esm/samples-dev/alertRulesListByResourceGroupSample.js +0 -52
  1252. package/dist-esm/samples-dev/alertRulesListByResourceGroupSample.js.map +0 -1
  1253. package/dist-esm/samples-dev/alertRulesListBySubscriptionSample.d.ts +0 -2
  1254. package/dist-esm/samples-dev/alertRulesListBySubscriptionSample.d.ts.map +0 -1
  1255. package/dist-esm/samples-dev/alertRulesListBySubscriptionSample.js +0 -51
  1256. package/dist-esm/samples-dev/alertRulesListBySubscriptionSample.js.map +0 -1
  1257. package/dist-esm/samples-dev/alertRulesUpdateSample.d.ts +0 -2
  1258. package/dist-esm/samples-dev/alertRulesUpdateSample.d.ts.map +0 -1
  1259. package/dist-esm/samples-dev/alertRulesUpdateSample.js +0 -60
  1260. package/dist-esm/samples-dev/alertRulesUpdateSample.js.map +0 -1
  1261. package/dist-esm/samples-dev/autoscaleSettingsCreateOrUpdateSample.d.ts +0 -2
  1262. package/dist-esm/samples-dev/autoscaleSettingsCreateOrUpdateSample.d.ts.map +0 -1
  1263. package/dist-esm/samples-dev/autoscaleSettingsCreateOrUpdateSample.js +0 -156
  1264. package/dist-esm/samples-dev/autoscaleSettingsCreateOrUpdateSample.js.map +0 -1
  1265. package/dist-esm/samples-dev/autoscaleSettingsDeleteSample.d.ts +0 -2
  1266. package/dist-esm/samples-dev/autoscaleSettingsDeleteSample.d.ts.map +0 -1
  1267. package/dist-esm/samples-dev/autoscaleSettingsDeleteSample.js +0 -39
  1268. package/dist-esm/samples-dev/autoscaleSettingsDeleteSample.js.map +0 -1
  1269. package/dist-esm/samples-dev/autoscaleSettingsGetSample.d.ts +0 -2
  1270. package/dist-esm/samples-dev/autoscaleSettingsGetSample.d.ts.map +0 -1
  1271. package/dist-esm/samples-dev/autoscaleSettingsGetSample.js +0 -39
  1272. package/dist-esm/samples-dev/autoscaleSettingsGetSample.js.map +0 -1
  1273. package/dist-esm/samples-dev/autoscaleSettingsListByResourceGroupSample.d.ts +0 -2
  1274. package/dist-esm/samples-dev/autoscaleSettingsListByResourceGroupSample.d.ts.map +0 -1
  1275. package/dist-esm/samples-dev/autoscaleSettingsListByResourceGroupSample.js +0 -52
  1276. package/dist-esm/samples-dev/autoscaleSettingsListByResourceGroupSample.js.map +0 -1
  1277. package/dist-esm/samples-dev/autoscaleSettingsListBySubscriptionSample.d.ts +0 -2
  1278. package/dist-esm/samples-dev/autoscaleSettingsListBySubscriptionSample.d.ts.map +0 -1
  1279. package/dist-esm/samples-dev/autoscaleSettingsListBySubscriptionSample.js +0 -51
  1280. package/dist-esm/samples-dev/autoscaleSettingsListBySubscriptionSample.js.map +0 -1
  1281. package/dist-esm/samples-dev/autoscaleSettingsUpdateSample.d.ts +0 -2
  1282. package/dist-esm/samples-dev/autoscaleSettingsUpdateSample.d.ts.map +0 -1
  1283. package/dist-esm/samples-dev/autoscaleSettingsUpdateSample.js +0 -155
  1284. package/dist-esm/samples-dev/autoscaleSettingsUpdateSample.js.map +0 -1
  1285. package/dist-esm/samples-dev/azureMonitorWorkspacesCreateSample.d.ts +0 -2
  1286. package/dist-esm/samples-dev/azureMonitorWorkspacesCreateSample.d.ts.map +0 -1
  1287. package/dist-esm/samples-dev/azureMonitorWorkspacesCreateSample.js +0 -42
  1288. package/dist-esm/samples-dev/azureMonitorWorkspacesCreateSample.js.map +0 -1
  1289. package/dist-esm/samples-dev/azureMonitorWorkspacesDeleteSample.d.ts +0 -2
  1290. package/dist-esm/samples-dev/azureMonitorWorkspacesDeleteSample.d.ts.map +0 -1
  1291. package/dist-esm/samples-dev/azureMonitorWorkspacesDeleteSample.js +0 -39
  1292. package/dist-esm/samples-dev/azureMonitorWorkspacesDeleteSample.js.map +0 -1
  1293. package/dist-esm/samples-dev/azureMonitorWorkspacesGetSample.d.ts +0 -2
  1294. package/dist-esm/samples-dev/azureMonitorWorkspacesGetSample.d.ts.map +0 -1
  1295. package/dist-esm/samples-dev/azureMonitorWorkspacesGetSample.js +0 -39
  1296. package/dist-esm/samples-dev/azureMonitorWorkspacesGetSample.js.map +0 -1
  1297. package/dist-esm/samples-dev/azureMonitorWorkspacesListByResourceGroupSample.d.ts +0 -2
  1298. package/dist-esm/samples-dev/azureMonitorWorkspacesListByResourceGroupSample.d.ts.map +0 -1
  1299. package/dist-esm/samples-dev/azureMonitorWorkspacesListByResourceGroupSample.js +0 -52
  1300. package/dist-esm/samples-dev/azureMonitorWorkspacesListByResourceGroupSample.js.map +0 -1
  1301. package/dist-esm/samples-dev/azureMonitorWorkspacesListBySubscriptionSample.d.ts +0 -2
  1302. package/dist-esm/samples-dev/azureMonitorWorkspacesListBySubscriptionSample.d.ts.map +0 -1
  1303. package/dist-esm/samples-dev/azureMonitorWorkspacesListBySubscriptionSample.js +0 -51
  1304. package/dist-esm/samples-dev/azureMonitorWorkspacesListBySubscriptionSample.js.map +0 -1
  1305. package/dist-esm/samples-dev/azureMonitorWorkspacesUpdateSample.d.ts +0 -2
  1306. package/dist-esm/samples-dev/azureMonitorWorkspacesUpdateSample.d.ts.map +0 -1
  1307. package/dist-esm/samples-dev/azureMonitorWorkspacesUpdateSample.js +0 -45
  1308. package/dist-esm/samples-dev/azureMonitorWorkspacesUpdateSample.js.map +0 -1
  1309. package/dist-esm/samples-dev/baselinesListSample.d.ts +0 -2
  1310. package/dist-esm/samples-dev/baselinesListSample.d.ts.map +0 -1
  1311. package/dist-esm/samples-dev/baselinesListSample.js +0 -62
  1312. package/dist-esm/samples-dev/baselinesListSample.js.map +0 -1
  1313. package/dist-esm/samples-dev/dataCollectionEndpointsCreateSample.d.ts +0 -2
  1314. package/dist-esm/samples-dev/dataCollectionEndpointsCreateSample.d.ts.map +0 -1
  1315. package/dist-esm/samples-dev/dataCollectionEndpointsCreateSample.js +0 -44
  1316. package/dist-esm/samples-dev/dataCollectionEndpointsCreateSample.js.map +0 -1
  1317. package/dist-esm/samples-dev/dataCollectionEndpointsDeleteSample.d.ts +0 -2
  1318. package/dist-esm/samples-dev/dataCollectionEndpointsDeleteSample.d.ts.map +0 -1
  1319. package/dist-esm/samples-dev/dataCollectionEndpointsDeleteSample.js +0 -39
  1320. package/dist-esm/samples-dev/dataCollectionEndpointsDeleteSample.js.map +0 -1
  1321. package/dist-esm/samples-dev/dataCollectionEndpointsGetSample.d.ts +0 -2
  1322. package/dist-esm/samples-dev/dataCollectionEndpointsGetSample.d.ts.map +0 -1
  1323. package/dist-esm/samples-dev/dataCollectionEndpointsGetSample.js +0 -39
  1324. package/dist-esm/samples-dev/dataCollectionEndpointsGetSample.js.map +0 -1
  1325. package/dist-esm/samples-dev/dataCollectionEndpointsListByResourceGroupSample.d.ts +0 -2
  1326. package/dist-esm/samples-dev/dataCollectionEndpointsListByResourceGroupSample.d.ts.map +0 -1
  1327. package/dist-esm/samples-dev/dataCollectionEndpointsListByResourceGroupSample.js +0 -52
  1328. package/dist-esm/samples-dev/dataCollectionEndpointsListByResourceGroupSample.js.map +0 -1
  1329. package/dist-esm/samples-dev/dataCollectionEndpointsListBySubscriptionSample.d.ts +0 -2
  1330. package/dist-esm/samples-dev/dataCollectionEndpointsListBySubscriptionSample.d.ts.map +0 -1
  1331. package/dist-esm/samples-dev/dataCollectionEndpointsListBySubscriptionSample.js +0 -51
  1332. package/dist-esm/samples-dev/dataCollectionEndpointsListBySubscriptionSample.js.map +0 -1
  1333. package/dist-esm/samples-dev/dataCollectionEndpointsUpdateSample.d.ts +0 -2
  1334. package/dist-esm/samples-dev/dataCollectionEndpointsUpdateSample.d.ts.map +0 -1
  1335. package/dist-esm/samples-dev/dataCollectionEndpointsUpdateSample.js +0 -41
  1336. package/dist-esm/samples-dev/dataCollectionEndpointsUpdateSample.js.map +0 -1
  1337. package/dist-esm/samples-dev/dataCollectionRuleAssociationsCreateSample.d.ts +0 -2
  1338. package/dist-esm/samples-dev/dataCollectionRuleAssociationsCreateSample.d.ts.map +0 -1
  1339. package/dist-esm/samples-dev/dataCollectionRuleAssociationsCreateSample.js +0 -43
  1340. package/dist-esm/samples-dev/dataCollectionRuleAssociationsCreateSample.js.map +0 -1
  1341. package/dist-esm/samples-dev/dataCollectionRuleAssociationsDeleteSample.d.ts +0 -2
  1342. package/dist-esm/samples-dev/dataCollectionRuleAssociationsDeleteSample.d.ts.map +0 -1
  1343. package/dist-esm/samples-dev/dataCollectionRuleAssociationsDeleteSample.js +0 -39
  1344. package/dist-esm/samples-dev/dataCollectionRuleAssociationsDeleteSample.js.map +0 -1
  1345. package/dist-esm/samples-dev/dataCollectionRuleAssociationsGetSample.d.ts +0 -2
  1346. package/dist-esm/samples-dev/dataCollectionRuleAssociationsGetSample.d.ts.map +0 -1
  1347. package/dist-esm/samples-dev/dataCollectionRuleAssociationsGetSample.js +0 -39
  1348. package/dist-esm/samples-dev/dataCollectionRuleAssociationsGetSample.js.map +0 -1
  1349. package/dist-esm/samples-dev/dataCollectionRuleAssociationsListByDataCollectionEndpointSample.d.ts +0 -2
  1350. package/dist-esm/samples-dev/dataCollectionRuleAssociationsListByDataCollectionEndpointSample.d.ts.map +0 -1
  1351. package/dist-esm/samples-dev/dataCollectionRuleAssociationsListByDataCollectionEndpointSample.js +0 -53
  1352. package/dist-esm/samples-dev/dataCollectionRuleAssociationsListByDataCollectionEndpointSample.js.map +0 -1
  1353. package/dist-esm/samples-dev/dataCollectionRuleAssociationsListByResourceSample.d.ts +0 -2
  1354. package/dist-esm/samples-dev/dataCollectionRuleAssociationsListByResourceSample.d.ts.map +0 -1
  1355. package/dist-esm/samples-dev/dataCollectionRuleAssociationsListByResourceSample.js +0 -52
  1356. package/dist-esm/samples-dev/dataCollectionRuleAssociationsListByResourceSample.js.map +0 -1
  1357. package/dist-esm/samples-dev/dataCollectionRuleAssociationsListByRuleSample.d.ts +0 -2
  1358. package/dist-esm/samples-dev/dataCollectionRuleAssociationsListByRuleSample.d.ts.map +0 -1
  1359. package/dist-esm/samples-dev/dataCollectionRuleAssociationsListByRuleSample.js +0 -53
  1360. package/dist-esm/samples-dev/dataCollectionRuleAssociationsListByRuleSample.js.map +0 -1
  1361. package/dist-esm/samples-dev/dataCollectionRulesCreateSample.d.ts +0 -2
  1362. package/dist-esm/samples-dev/dataCollectionRulesCreateSample.d.ts.map +0 -1
  1363. package/dist-esm/samples-dev/dataCollectionRulesCreateSample.js +0 -111
  1364. package/dist-esm/samples-dev/dataCollectionRulesCreateSample.js.map +0 -1
  1365. package/dist-esm/samples-dev/dataCollectionRulesDeleteSample.d.ts +0 -2
  1366. package/dist-esm/samples-dev/dataCollectionRulesDeleteSample.d.ts.map +0 -1
  1367. package/dist-esm/samples-dev/dataCollectionRulesDeleteSample.js +0 -39
  1368. package/dist-esm/samples-dev/dataCollectionRulesDeleteSample.js.map +0 -1
  1369. package/dist-esm/samples-dev/dataCollectionRulesGetSample.d.ts +0 -2
  1370. package/dist-esm/samples-dev/dataCollectionRulesGetSample.d.ts.map +0 -1
  1371. package/dist-esm/samples-dev/dataCollectionRulesGetSample.js +0 -39
  1372. package/dist-esm/samples-dev/dataCollectionRulesGetSample.js.map +0 -1
  1373. package/dist-esm/samples-dev/dataCollectionRulesListByResourceGroupSample.d.ts +0 -2
  1374. package/dist-esm/samples-dev/dataCollectionRulesListByResourceGroupSample.d.ts.map +0 -1
  1375. package/dist-esm/samples-dev/dataCollectionRulesListByResourceGroupSample.js +0 -52
  1376. package/dist-esm/samples-dev/dataCollectionRulesListByResourceGroupSample.js.map +0 -1
  1377. package/dist-esm/samples-dev/dataCollectionRulesListBySubscriptionSample.d.ts +0 -2
  1378. package/dist-esm/samples-dev/dataCollectionRulesListBySubscriptionSample.d.ts.map +0 -1
  1379. package/dist-esm/samples-dev/dataCollectionRulesListBySubscriptionSample.js +0 -51
  1380. package/dist-esm/samples-dev/dataCollectionRulesListBySubscriptionSample.js.map +0 -1
  1381. package/dist-esm/samples-dev/dataCollectionRulesUpdateSample.d.ts +0 -2
  1382. package/dist-esm/samples-dev/dataCollectionRulesUpdateSample.d.ts.map +0 -1
  1383. package/dist-esm/samples-dev/dataCollectionRulesUpdateSample.js +0 -41
  1384. package/dist-esm/samples-dev/dataCollectionRulesUpdateSample.js.map +0 -1
  1385. package/dist-esm/samples-dev/diagnosticSettingsCategoryGetSample.d.ts +0 -2
  1386. package/dist-esm/samples-dev/diagnosticSettingsCategoryGetSample.d.ts.map +0 -1
  1387. package/dist-esm/samples-dev/diagnosticSettingsCategoryGetSample.js +0 -39
  1388. package/dist-esm/samples-dev/diagnosticSettingsCategoryGetSample.js.map +0 -1
  1389. package/dist-esm/samples-dev/diagnosticSettingsCategoryListSample.d.ts +0 -2
  1390. package/dist-esm/samples-dev/diagnosticSettingsCategoryListSample.d.ts.map +0 -1
  1391. package/dist-esm/samples-dev/diagnosticSettingsCategoryListSample.js +0 -52
  1392. package/dist-esm/samples-dev/diagnosticSettingsCategoryListSample.js.map +0 -1
  1393. package/dist-esm/samples-dev/diagnosticSettingsCreateOrUpdateSample.d.ts +0 -2
  1394. package/dist-esm/samples-dev/diagnosticSettingsCreateOrUpdateSample.d.ts.map +0 -1
  1395. package/dist-esm/samples-dev/diagnosticSettingsCreateOrUpdateSample.js +0 -102
  1396. package/dist-esm/samples-dev/diagnosticSettingsCreateOrUpdateSample.js.map +0 -1
  1397. package/dist-esm/samples-dev/diagnosticSettingsDeleteSample.d.ts +0 -2
  1398. package/dist-esm/samples-dev/diagnosticSettingsDeleteSample.d.ts.map +0 -1
  1399. package/dist-esm/samples-dev/diagnosticSettingsDeleteSample.js +0 -39
  1400. package/dist-esm/samples-dev/diagnosticSettingsDeleteSample.js.map +0 -1
  1401. package/dist-esm/samples-dev/diagnosticSettingsGetSample.d.ts +0 -2
  1402. package/dist-esm/samples-dev/diagnosticSettingsGetSample.d.ts.map +0 -1
  1403. package/dist-esm/samples-dev/diagnosticSettingsGetSample.js +0 -58
  1404. package/dist-esm/samples-dev/diagnosticSettingsGetSample.js.map +0 -1
  1405. package/dist-esm/samples-dev/diagnosticSettingsListSample.d.ts +0 -2
  1406. package/dist-esm/samples-dev/diagnosticSettingsListSample.d.ts.map +0 -1
  1407. package/dist-esm/samples-dev/diagnosticSettingsListSample.js +0 -84
  1408. package/dist-esm/samples-dev/diagnosticSettingsListSample.js.map +0 -1
  1409. package/dist-esm/samples-dev/eventCategoriesListSample.d.ts +0 -2
  1410. package/dist-esm/samples-dev/eventCategoriesListSample.d.ts.map +0 -1
  1411. package/dist-esm/samples-dev/eventCategoriesListSample.js +0 -51
  1412. package/dist-esm/samples-dev/eventCategoriesListSample.js.map +0 -1
  1413. package/dist-esm/samples-dev/logProfilesCreateOrUpdateSample.d.ts +0 -2
  1414. package/dist-esm/samples-dev/logProfilesCreateOrUpdateSample.d.ts.map +0 -1
  1415. package/dist-esm/samples-dev/logProfilesCreateOrUpdateSample.js +0 -47
  1416. package/dist-esm/samples-dev/logProfilesCreateOrUpdateSample.js.map +0 -1
  1417. package/dist-esm/samples-dev/logProfilesDeleteSample.d.ts +0 -2
  1418. package/dist-esm/samples-dev/logProfilesDeleteSample.d.ts.map +0 -1
  1419. package/dist-esm/samples-dev/logProfilesDeleteSample.js +0 -38
  1420. package/dist-esm/samples-dev/logProfilesDeleteSample.js.map +0 -1
  1421. package/dist-esm/samples-dev/logProfilesGetSample.d.ts +0 -2
  1422. package/dist-esm/samples-dev/logProfilesGetSample.d.ts.map +0 -1
  1423. package/dist-esm/samples-dev/logProfilesGetSample.js +0 -38
  1424. package/dist-esm/samples-dev/logProfilesGetSample.js.map +0 -1
  1425. package/dist-esm/samples-dev/logProfilesListSample.d.ts +0 -2
  1426. package/dist-esm/samples-dev/logProfilesListSample.d.ts.map +0 -1
  1427. package/dist-esm/samples-dev/logProfilesListSample.js +0 -51
  1428. package/dist-esm/samples-dev/logProfilesListSample.js.map +0 -1
  1429. package/dist-esm/samples-dev/logProfilesUpdateSample.d.ts +0 -2
  1430. package/dist-esm/samples-dev/logProfilesUpdateSample.d.ts.map +0 -1
  1431. package/dist-esm/samples-dev/logProfilesUpdateSample.js +0 -46
  1432. package/dist-esm/samples-dev/logProfilesUpdateSample.js.map +0 -1
  1433. package/dist-esm/samples-dev/metricAlertsCreateOrUpdateSample.d.ts +0 -2
  1434. package/dist-esm/samples-dev/metricAlertsCreateOrUpdateSample.d.ts.map +0 -1
  1435. package/dist-esm/samples-dev/metricAlertsCreateOrUpdateSample.js +0 -453
  1436. package/dist-esm/samples-dev/metricAlertsCreateOrUpdateSample.js.map +0 -1
  1437. package/dist-esm/samples-dev/metricAlertsDeleteSample.d.ts +0 -2
  1438. package/dist-esm/samples-dev/metricAlertsDeleteSample.d.ts.map +0 -1
  1439. package/dist-esm/samples-dev/metricAlertsDeleteSample.js +0 -39
  1440. package/dist-esm/samples-dev/metricAlertsDeleteSample.js.map +0 -1
  1441. package/dist-esm/samples-dev/metricAlertsGetSample.d.ts +0 -2
  1442. package/dist-esm/samples-dev/metricAlertsGetSample.d.ts.map +0 -1
  1443. package/dist-esm/samples-dev/metricAlertsGetSample.js +0 -153
  1444. package/dist-esm/samples-dev/metricAlertsGetSample.js.map +0 -1
  1445. package/dist-esm/samples-dev/metricAlertsListByResourceGroupSample.d.ts +0 -2
  1446. package/dist-esm/samples-dev/metricAlertsListByResourceGroupSample.d.ts.map +0 -1
  1447. package/dist-esm/samples-dev/metricAlertsListByResourceGroupSample.js +0 -52
  1448. package/dist-esm/samples-dev/metricAlertsListByResourceGroupSample.js.map +0 -1
  1449. package/dist-esm/samples-dev/metricAlertsListBySubscriptionSample.d.ts +0 -2
  1450. package/dist-esm/samples-dev/metricAlertsListBySubscriptionSample.d.ts.map +0 -1
  1451. package/dist-esm/samples-dev/metricAlertsListBySubscriptionSample.js +0 -51
  1452. package/dist-esm/samples-dev/metricAlertsListBySubscriptionSample.js.map +0 -1
  1453. package/dist-esm/samples-dev/metricAlertsStatusListByNameSample.d.ts +0 -2
  1454. package/dist-esm/samples-dev/metricAlertsStatusListByNameSample.d.ts.map +0 -1
  1455. package/dist-esm/samples-dev/metricAlertsStatusListByNameSample.js +0 -40
  1456. package/dist-esm/samples-dev/metricAlertsStatusListByNameSample.js.map +0 -1
  1457. package/dist-esm/samples-dev/metricAlertsStatusListSample.d.ts +0 -2
  1458. package/dist-esm/samples-dev/metricAlertsStatusListSample.d.ts.map +0 -1
  1459. package/dist-esm/samples-dev/metricAlertsStatusListSample.js +0 -39
  1460. package/dist-esm/samples-dev/metricAlertsStatusListSample.js.map +0 -1
  1461. package/dist-esm/samples-dev/metricAlertsUpdateSample.d.ts +0 -2
  1462. package/dist-esm/samples-dev/metricAlertsUpdateSample.d.ts.map +0 -1
  1463. package/dist-esm/samples-dev/metricAlertsUpdateSample.js +0 -71
  1464. package/dist-esm/samples-dev/metricAlertsUpdateSample.js.map +0 -1
  1465. package/dist-esm/samples-dev/metricDefinitionsListSample.d.ts +0 -2
  1466. package/dist-esm/samples-dev/metricDefinitionsListSample.d.ts.map +0 -1
  1467. package/dist-esm/samples-dev/metricDefinitionsListSample.js +0 -122
  1468. package/dist-esm/samples-dev/metricDefinitionsListSample.js.map +0 -1
  1469. package/dist-esm/samples-dev/metricNamespacesListSample.d.ts +0 -2
  1470. package/dist-esm/samples-dev/metricNamespacesListSample.d.ts.map +0 -1
  1471. package/dist-esm/samples-dev/metricNamespacesListSample.js +0 -54
  1472. package/dist-esm/samples-dev/metricNamespacesListSample.js.map +0 -1
  1473. package/dist-esm/samples-dev/metricsListSample.d.ts +0 -2
  1474. package/dist-esm/samples-dev/metricsListSample.d.ts.map +0 -1
  1475. package/dist-esm/samples-dev/metricsListSample.js +0 -118
  1476. package/dist-esm/samples-dev/metricsListSample.js.map +0 -1
  1477. package/dist-esm/samples-dev/monitorOperationsListSample.d.ts +0 -2
  1478. package/dist-esm/samples-dev/monitorOperationsListSample.d.ts.map +0 -1
  1479. package/dist-esm/samples-dev/monitorOperationsListSample.js +0 -51
  1480. package/dist-esm/samples-dev/monitorOperationsListSample.js.map +0 -1
  1481. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  1482. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  1483. package/dist-esm/samples-dev/operationsListSample.js +0 -37
  1484. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  1485. package/dist-esm/samples-dev/predictiveMetricGetSample.d.ts +0 -2
  1486. package/dist-esm/samples-dev/predictiveMetricGetSample.d.ts.map +0 -1
  1487. package/dist-esm/samples-dev/predictiveMetricGetSample.js +0 -44
  1488. package/dist-esm/samples-dev/predictiveMetricGetSample.js.map +0 -1
  1489. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts +0 -2
  1490. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts.map +0 -1
  1491. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +0 -46
  1492. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +0 -1
  1493. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
  1494. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
  1495. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -40
  1496. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
  1497. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
  1498. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
  1499. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -40
  1500. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
  1501. package/dist-esm/samples-dev/privateEndpointConnectionsListByPrivateLinkScopeSample.d.ts +0 -2
  1502. package/dist-esm/samples-dev/privateEndpointConnectionsListByPrivateLinkScopeSample.d.ts.map +0 -1
  1503. package/dist-esm/samples-dev/privateEndpointConnectionsListByPrivateLinkScopeSample.js +0 -39
  1504. package/dist-esm/samples-dev/privateEndpointConnectionsListByPrivateLinkScopeSample.js.map +0 -1
  1505. package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts +0 -2
  1506. package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts.map +0 -1
  1507. package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +0 -40
  1508. package/dist-esm/samples-dev/privateLinkResourcesGetSample.js.map +0 -1
  1509. package/dist-esm/samples-dev/privateLinkResourcesListByPrivateLinkScopeSample.d.ts +0 -2
  1510. package/dist-esm/samples-dev/privateLinkResourcesListByPrivateLinkScopeSample.d.ts.map +0 -1
  1511. package/dist-esm/samples-dev/privateLinkResourcesListByPrivateLinkScopeSample.js +0 -39
  1512. package/dist-esm/samples-dev/privateLinkResourcesListByPrivateLinkScopeSample.js.map +0 -1
  1513. package/dist-esm/samples-dev/privateLinkScopeOperationStatusGetSample.d.ts +0 -2
  1514. package/dist-esm/samples-dev/privateLinkScopeOperationStatusGetSample.d.ts.map +0 -1
  1515. package/dist-esm/samples-dev/privateLinkScopeOperationStatusGetSample.js +0 -39
  1516. package/dist-esm/samples-dev/privateLinkScopeOperationStatusGetSample.js.map +0 -1
  1517. package/dist-esm/samples-dev/privateLinkScopedResourcesCreateOrUpdateSample.d.ts +0 -2
  1518. package/dist-esm/samples-dev/privateLinkScopedResourcesCreateOrUpdateSample.d.ts.map +0 -1
  1519. package/dist-esm/samples-dev/privateLinkScopedResourcesCreateOrUpdateSample.js +0 -43
  1520. package/dist-esm/samples-dev/privateLinkScopedResourcesCreateOrUpdateSample.js.map +0 -1
  1521. package/dist-esm/samples-dev/privateLinkScopedResourcesDeleteSample.d.ts +0 -2
  1522. package/dist-esm/samples-dev/privateLinkScopedResourcesDeleteSample.d.ts.map +0 -1
  1523. package/dist-esm/samples-dev/privateLinkScopedResourcesDeleteSample.js +0 -40
  1524. package/dist-esm/samples-dev/privateLinkScopedResourcesDeleteSample.js.map +0 -1
  1525. package/dist-esm/samples-dev/privateLinkScopedResourcesGetSample.d.ts +0 -2
  1526. package/dist-esm/samples-dev/privateLinkScopedResourcesGetSample.d.ts.map +0 -1
  1527. package/dist-esm/samples-dev/privateLinkScopedResourcesGetSample.js +0 -40
  1528. package/dist-esm/samples-dev/privateLinkScopedResourcesGetSample.js.map +0 -1
  1529. package/dist-esm/samples-dev/privateLinkScopedResourcesListByPrivateLinkScopeSample.d.ts +0 -2
  1530. package/dist-esm/samples-dev/privateLinkScopedResourcesListByPrivateLinkScopeSample.d.ts.map +0 -1
  1531. package/dist-esm/samples-dev/privateLinkScopedResourcesListByPrivateLinkScopeSample.js +0 -53
  1532. package/dist-esm/samples-dev/privateLinkScopedResourcesListByPrivateLinkScopeSample.js.map +0 -1
  1533. package/dist-esm/samples-dev/privateLinkScopesCreateOrUpdateSample.d.ts +0 -2
  1534. package/dist-esm/samples-dev/privateLinkScopesCreateOrUpdateSample.d.ts.map +0 -1
  1535. package/dist-esm/samples-dev/privateLinkScopesCreateOrUpdateSample.js +0 -75
  1536. package/dist-esm/samples-dev/privateLinkScopesCreateOrUpdateSample.js.map +0 -1
  1537. package/dist-esm/samples-dev/privateLinkScopesDeleteSample.d.ts +0 -2
  1538. package/dist-esm/samples-dev/privateLinkScopesDeleteSample.d.ts.map +0 -1
  1539. package/dist-esm/samples-dev/privateLinkScopesDeleteSample.js +0 -39
  1540. package/dist-esm/samples-dev/privateLinkScopesDeleteSample.js.map +0 -1
  1541. package/dist-esm/samples-dev/privateLinkScopesGetSample.d.ts +0 -2
  1542. package/dist-esm/samples-dev/privateLinkScopesGetSample.d.ts.map +0 -1
  1543. package/dist-esm/samples-dev/privateLinkScopesGetSample.js +0 -39
  1544. package/dist-esm/samples-dev/privateLinkScopesGetSample.js.map +0 -1
  1545. package/dist-esm/samples-dev/privateLinkScopesListByResourceGroupSample.d.ts +0 -2
  1546. package/dist-esm/samples-dev/privateLinkScopesListByResourceGroupSample.d.ts.map +0 -1
  1547. package/dist-esm/samples-dev/privateLinkScopesListByResourceGroupSample.js +0 -52
  1548. package/dist-esm/samples-dev/privateLinkScopesListByResourceGroupSample.js.map +0 -1
  1549. package/dist-esm/samples-dev/privateLinkScopesListSample.d.ts +0 -2
  1550. package/dist-esm/samples-dev/privateLinkScopesListSample.d.ts.map +0 -1
  1551. package/dist-esm/samples-dev/privateLinkScopesListSample.js +0 -51
  1552. package/dist-esm/samples-dev/privateLinkScopesListSample.js.map +0 -1
  1553. package/dist-esm/samples-dev/privateLinkScopesUpdateTagsSample.d.ts +0 -2
  1554. package/dist-esm/samples-dev/privateLinkScopesUpdateTagsSample.d.ts.map +0 -1
  1555. package/dist-esm/samples-dev/privateLinkScopesUpdateTagsSample.js +0 -41
  1556. package/dist-esm/samples-dev/privateLinkScopesUpdateTagsSample.js.map +0 -1
  1557. package/dist-esm/samples-dev/scheduledQueryRulesCreateOrUpdateSample.d.ts +0 -2
  1558. package/dist-esm/samples-dev/scheduledQueryRulesCreateOrUpdateSample.d.ts.map +0 -1
  1559. package/dist-esm/samples-dev/scheduledQueryRulesCreateOrUpdateSample.js +0 -203
  1560. package/dist-esm/samples-dev/scheduledQueryRulesCreateOrUpdateSample.js.map +0 -1
  1561. package/dist-esm/samples-dev/scheduledQueryRulesDeleteSample.d.ts +0 -2
  1562. package/dist-esm/samples-dev/scheduledQueryRulesDeleteSample.d.ts.map +0 -1
  1563. package/dist-esm/samples-dev/scheduledQueryRulesDeleteSample.js +0 -39
  1564. package/dist-esm/samples-dev/scheduledQueryRulesDeleteSample.js.map +0 -1
  1565. package/dist-esm/samples-dev/scheduledQueryRulesGetSample.d.ts +0 -2
  1566. package/dist-esm/samples-dev/scheduledQueryRulesGetSample.d.ts.map +0 -1
  1567. package/dist-esm/samples-dev/scheduledQueryRulesGetSample.js +0 -39
  1568. package/dist-esm/samples-dev/scheduledQueryRulesGetSample.js.map +0 -1
  1569. package/dist-esm/samples-dev/scheduledQueryRulesListByResourceGroupSample.d.ts +0 -2
  1570. package/dist-esm/samples-dev/scheduledQueryRulesListByResourceGroupSample.d.ts.map +0 -1
  1571. package/dist-esm/samples-dev/scheduledQueryRulesListByResourceGroupSample.js +0 -52
  1572. package/dist-esm/samples-dev/scheduledQueryRulesListByResourceGroupSample.js.map +0 -1
  1573. package/dist-esm/samples-dev/scheduledQueryRulesListBySubscriptionSample.d.ts +0 -2
  1574. package/dist-esm/samples-dev/scheduledQueryRulesListBySubscriptionSample.d.ts.map +0 -1
  1575. package/dist-esm/samples-dev/scheduledQueryRulesListBySubscriptionSample.js +0 -51
  1576. package/dist-esm/samples-dev/scheduledQueryRulesListBySubscriptionSample.js.map +0 -1
  1577. package/dist-esm/samples-dev/scheduledQueryRulesUpdateSample.d.ts +0 -2
  1578. package/dist-esm/samples-dev/scheduledQueryRulesUpdateSample.d.ts.map +0 -1
  1579. package/dist-esm/samples-dev/scheduledQueryRulesUpdateSample.js +0 -40
  1580. package/dist-esm/samples-dev/scheduledQueryRulesUpdateSample.js.map +0 -1
  1581. package/dist-esm/samples-dev/tenantActivityLogsListSample.d.ts +0 -2
  1582. package/dist-esm/samples-dev/tenantActivityLogsListSample.d.ts.map +0 -1
  1583. package/dist-esm/samples-dev/tenantActivityLogsListSample.js +0 -151
  1584. package/dist-esm/samples-dev/tenantActivityLogsListSample.js.map +0 -1
  1585. package/dist-esm/samples-dev/vmInsightsGetOnboardingStatusSample.d.ts +0 -2
  1586. package/dist-esm/samples-dev/vmInsightsGetOnboardingStatusSample.d.ts.map +0 -1
  1587. package/dist-esm/samples-dev/vmInsightsGetOnboardingStatusSample.js +0 -110
  1588. package/dist-esm/samples-dev/vmInsightsGetOnboardingStatusSample.js.map +0 -1
  1589. package/dist-esm/src/index.d.ts +0 -6
  1590. package/dist-esm/src/index.d.ts.map +0 -1
  1591. package/dist-esm/src/index.js +0 -13
  1592. package/dist-esm/src/index.js.map +0 -1
  1593. package/dist-esm/src/lroImpl.d.ts.map +0 -1
  1594. package/dist-esm/src/lroImpl.js +0 -21
  1595. package/dist-esm/src/lroImpl.js.map +0 -1
  1596. package/dist-esm/src/models/index.d.ts +0 -4691
  1597. package/dist-esm/src/models/index.d.ts.map +0 -1
  1598. package/dist-esm/src/models/index.js +0 -528
  1599. package/dist-esm/src/models/index.js.map +0 -1
  1600. package/dist-esm/src/models/mappers.d.ts +0 -251
  1601. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  1602. package/dist-esm/src/models/mappers.js +0 -7974
  1603. package/dist-esm/src/models/mappers.js.map +0 -1
  1604. package/dist-esm/src/models/parameters.d.ts +0 -87
  1605. package/dist-esm/src/models/parameters.d.ts.map +0 -1
  1606. package/dist-esm/src/models/parameters.js +0 -720
  1607. package/dist-esm/src/models/parameters.js.map +0 -1
  1608. package/dist-esm/src/monitorClient.d.ts +0 -47
  1609. package/dist-esm/src/monitorClient.d.ts.map +0 -1
  1610. package/dist-esm/src/monitorClient.js +0 -100
  1611. package/dist-esm/src/monitorClient.js.map +0 -1
  1612. package/dist-esm/src/operations/actionGroups.d.ts +0 -143
  1613. package/dist-esm/src/operations/actionGroups.d.ts.map +0 -1
  1614. package/dist-esm/src/operations/actionGroups.js +0 -687
  1615. package/dist-esm/src/operations/actionGroups.js.map +0 -1
  1616. package/dist-esm/src/operations/activityLogAlerts.d.ts +0 -85
  1617. package/dist-esm/src/operations/activityLogAlerts.d.ts.map +0 -1
  1618. package/dist-esm/src/operations/activityLogAlerts.js +0 -392
  1619. package/dist-esm/src/operations/activityLogAlerts.js.map +0 -1
  1620. package/dist-esm/src/operations/activityLogs.d.ts +0 -58
  1621. package/dist-esm/src/operations/activityLogs.d.ts.map +0 -1
  1622. package/dist-esm/src/operations/activityLogs.js +0 -165
  1623. package/dist-esm/src/operations/activityLogs.js.map +0 -1
  1624. package/dist-esm/src/operations/alertRuleIncidents.d.ts +0 -38
  1625. package/dist-esm/src/operations/alertRuleIncidents.d.ts.map +0 -1
  1626. package/dist-esm/src/operations/alertRuleIncidents.js +0 -132
  1627. package/dist-esm/src/operations/alertRuleIncidents.js.map +0 -1
  1628. package/dist-esm/src/operations/alertRules.d.ts +0 -71
  1629. package/dist-esm/src/operations/alertRules.d.ts.map +0 -1
  1630. package/dist-esm/src/operations/alertRules.js +0 -301
  1631. package/dist-esm/src/operations/alertRules.js.map +0 -1
  1632. package/dist-esm/src/operations/autoscaleSettings.d.ts +0 -83
  1633. package/dist-esm/src/operations/autoscaleSettings.d.ts.map +0 -1
  1634. package/dist-esm/src/operations/autoscaleSettings.js +0 -385
  1635. package/dist-esm/src/operations/autoscaleSettings.js.map +0 -1
  1636. package/dist-esm/src/operations/azureMonitorWorkspaces.d.ts +0 -87
  1637. package/dist-esm/src/operations/azureMonitorWorkspaces.d.ts.map +0 -1
  1638. package/dist-esm/src/operations/azureMonitorWorkspaces.js +0 -389
  1639. package/dist-esm/src/operations/azureMonitorWorkspaces.js.map +0 -1
  1640. package/dist-esm/src/operations/baselines.d.ts +0 -28
  1641. package/dist-esm/src/operations/baselines.d.ts.map +0 -1
  1642. package/dist-esm/src/operations/baselines.js +0 -106
  1643. package/dist-esm/src/operations/baselines.js.map +0 -1
  1644. package/dist-esm/src/operations/dataCollectionEndpoints.d.ts +0 -85
  1645. package/dist-esm/src/operations/dataCollectionEndpoints.d.ts.map +0 -1
  1646. package/dist-esm/src/operations/dataCollectionEndpoints.js +0 -382
  1647. package/dist-esm/src/operations/dataCollectionEndpoints.js.map +0 -1
  1648. package/dist-esm/src/operations/dataCollectionRuleAssociations.d.ts +0 -108
  1649. package/dist-esm/src/operations/dataCollectionRuleAssociations.d.ts.map +0 -1
  1650. package/dist-esm/src/operations/dataCollectionRuleAssociations.js +0 -477
  1651. package/dist-esm/src/operations/dataCollectionRuleAssociations.js.map +0 -1
  1652. package/dist-esm/src/operations/dataCollectionRules.d.ts +0 -81
  1653. package/dist-esm/src/operations/dataCollectionRules.d.ts.map +0 -1
  1654. package/dist-esm/src/operations/dataCollectionRules.js +0 -378
  1655. package/dist-esm/src/operations/dataCollectionRules.js.map +0 -1
  1656. package/dist-esm/src/operations/diagnosticSettings.d.ts +0 -50
  1657. package/dist-esm/src/operations/diagnosticSettings.d.ts.map +0 -1
  1658. package/dist-esm/src/operations/diagnosticSettings.js +0 -173
  1659. package/dist-esm/src/operations/diagnosticSettings.js.map +0 -1
  1660. package/dist-esm/src/operations/diagnosticSettingsCategory.d.ts +0 -35
  1661. package/dist-esm/src/operations/diagnosticSettingsCategory.d.ts.map +0 -1
  1662. package/dist-esm/src/operations/diagnosticSettingsCategory.js +0 -121
  1663. package/dist-esm/src/operations/diagnosticSettingsCategory.js.map +0 -1
  1664. package/dist-esm/src/operations/eventCategories.d.ts +0 -28
  1665. package/dist-esm/src/operations/eventCategories.d.ts.map +0 -1
  1666. package/dist-esm/src/operations/eventCategories.js +0 -96
  1667. package/dist-esm/src/operations/eventCategories.js.map +0 -1
  1668. package/dist-esm/src/operations/index.d.ts +0 -32
  1669. package/dist-esm/src/operations/index.d.ts.map +0 -1
  1670. package/dist-esm/src/operations/index.js +0 -39
  1671. package/dist-esm/src/operations/index.js.map +0 -1
  1672. package/dist-esm/src/operations/logProfiles.d.ts +0 -52
  1673. package/dist-esm/src/operations/logProfiles.d.ts.map +0 -1
  1674. package/dist-esm/src/operations/logProfiles.js +0 -198
  1675. package/dist-esm/src/operations/logProfiles.js.map +0 -1
  1676. package/dist-esm/src/operations/metricAlerts.d.ts +0 -70
  1677. package/dist-esm/src/operations/metricAlerts.d.ts.map +0 -1
  1678. package/dist-esm/src/operations/metricAlerts.js +0 -294
  1679. package/dist-esm/src/operations/metricAlerts.js.map +0 -1
  1680. package/dist-esm/src/operations/metricAlertsStatus.d.ts +0 -28
  1681. package/dist-esm/src/operations/metricAlertsStatus.d.ts.map +0 -1
  1682. package/dist-esm/src/operations/metricAlertsStatus.js +0 -85
  1683. package/dist-esm/src/operations/metricAlertsStatus.js.map +0 -1
  1684. package/dist-esm/src/operations/metricDefinitions.d.ts +0 -28
  1685. package/dist-esm/src/operations/metricDefinitions.d.ts.map +0 -1
  1686. package/dist-esm/src/operations/metricDefinitions.js +0 -96
  1687. package/dist-esm/src/operations/metricDefinitions.js.map +0 -1
  1688. package/dist-esm/src/operations/metricNamespaces.d.ts +0 -28
  1689. package/dist-esm/src/operations/metricNamespaces.d.ts.map +0 -1
  1690. package/dist-esm/src/operations/metricNamespaces.js +0 -96
  1691. package/dist-esm/src/operations/metricNamespaces.js.map +0 -1
  1692. package/dist-esm/src/operations/metricsOperations.d.ts +0 -19
  1693. package/dist-esm/src/operations/metricsOperations.d.ts.map +0 -1
  1694. package/dist-esm/src/operations/metricsOperations.js +0 -58
  1695. package/dist-esm/src/operations/metricsOperations.js.map +0 -1
  1696. package/dist-esm/src/operations/monitorOperations.d.ts +0 -32
  1697. package/dist-esm/src/operations/monitorOperations.d.ts.map +0 -1
  1698. package/dist-esm/src/operations/monitorOperations.js +0 -131
  1699. package/dist-esm/src/operations/monitorOperations.js.map +0 -1
  1700. package/dist-esm/src/operations/operations.d.ts +0 -18
  1701. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  1702. package/dist-esm/src/operations/operations.js +0 -43
  1703. package/dist-esm/src/operations/operations.js.map +0 -1
  1704. package/dist-esm/src/operations/predictiveMetric.d.ts +0 -28
  1705. package/dist-esm/src/operations/predictiveMetric.d.ts.map +0 -1
  1706. package/dist-esm/src/operations/predictiveMetric.js +0 -77
  1707. package/dist-esm/src/operations/predictiveMetric.js.map +0 -1
  1708. package/dist-esm/src/operations/privateEndpointConnections.d.ts +0 -63
  1709. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
  1710. package/dist-esm/src/operations/privateEndpointConnections.js +0 -271
  1711. package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
  1712. package/dist-esm/src/operations/privateLinkResources.d.ts +0 -28
  1713. package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
  1714. package/dist-esm/src/operations/privateLinkResources.js +0 -85
  1715. package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
  1716. package/dist-esm/src/operations/privateLinkScopeOperationStatus.d.ts +0 -20
  1717. package/dist-esm/src/operations/privateLinkScopeOperationStatus.d.ts.map +0 -1
  1718. package/dist-esm/src/operations/privateLinkScopeOperationStatus.js +0 -53
  1719. package/dist-esm/src/operations/privateLinkScopeOperationStatus.js.map +0 -1
  1720. package/dist-esm/src/operations/privateLinkScopedResources.d.ts +0 -81
  1721. package/dist-esm/src/operations/privateLinkScopedResources.d.ts.map +0 -1
  1722. package/dist-esm/src/operations/privateLinkScopedResources.js +0 -354
  1723. package/dist-esm/src/operations/privateLinkScopedResources.js.map +0 -1
  1724. package/dist-esm/src/operations/privateLinkScopes.d.ts +0 -93
  1725. package/dist-esm/src/operations/privateLinkScopes.d.ts.map +0 -1
  1726. package/dist-esm/src/operations/privateLinkScopes.js +0 -437
  1727. package/dist-esm/src/operations/privateLinkScopes.js.map +0 -1
  1728. package/dist-esm/src/operations/scheduledQueryRules.d.ts +0 -83
  1729. package/dist-esm/src/operations/scheduledQueryRules.d.ts.map +0 -1
  1730. package/dist-esm/src/operations/scheduledQueryRules.js +0 -380
  1731. package/dist-esm/src/operations/scheduledQueryRules.js.map +0 -1
  1732. package/dist-esm/src/operations/tenantActivityLogs.d.ts +0 -38
  1733. package/dist-esm/src/operations/tenantActivityLogs.d.ts.map +0 -1
  1734. package/dist-esm/src/operations/tenantActivityLogs.js +0 -141
  1735. package/dist-esm/src/operations/tenantActivityLogs.js.map +0 -1
  1736. package/dist-esm/src/operations/vMInsights.d.ts +0 -20
  1737. package/dist-esm/src/operations/vMInsights.d.ts.map +0 -1
  1738. package/dist-esm/src/operations/vMInsights.js +0 -48
  1739. package/dist-esm/src/operations/vMInsights.js.map +0 -1
  1740. package/dist-esm/src/operationsInterfaces/actionGroups.d.ts +0 -120
  1741. package/dist-esm/src/operationsInterfaces/actionGroups.d.ts.map +0 -1
  1742. package/dist-esm/src/operationsInterfaces/actionGroups.js.map +0 -1
  1743. package/dist-esm/src/operationsInterfaces/activityLogAlerts.d.ts +0 -49
  1744. package/dist-esm/src/operationsInterfaces/activityLogAlerts.d.ts.map +0 -1
  1745. package/dist-esm/src/operationsInterfaces/activityLogAlerts.js.map +0 -1
  1746. package/dist-esm/src/operationsInterfaces/activityLogs.d.ts +0 -24
  1747. package/dist-esm/src/operationsInterfaces/activityLogs.d.ts.map +0 -1
  1748. package/dist-esm/src/operationsInterfaces/activityLogs.js.map +0 -1
  1749. package/dist-esm/src/operationsInterfaces/alertRuleIncidents.d.ts +0 -21
  1750. package/dist-esm/src/operationsInterfaces/alertRuleIncidents.d.ts.map +0 -1
  1751. package/dist-esm/src/operationsInterfaces/alertRuleIncidents.js.map +0 -1
  1752. package/dist-esm/src/operationsInterfaces/alertRules.d.ts +0 -48
  1753. package/dist-esm/src/operationsInterfaces/alertRules.d.ts.map +0 -1
  1754. package/dist-esm/src/operationsInterfaces/alertRules.js.map +0 -1
  1755. package/dist-esm/src/operationsInterfaces/autoscaleSettings.d.ts +0 -47
  1756. package/dist-esm/src/operationsInterfaces/autoscaleSettings.d.ts.map +0 -1
  1757. package/dist-esm/src/operationsInterfaces/autoscaleSettings.js.map +0 -1
  1758. package/dist-esm/src/operationsInterfaces/azureMonitorWorkspaces.d.ts +0 -51
  1759. package/dist-esm/src/operationsInterfaces/azureMonitorWorkspaces.d.ts.map +0 -1
  1760. package/dist-esm/src/operationsInterfaces/azureMonitorWorkspaces.js.map +0 -1
  1761. package/dist-esm/src/operationsInterfaces/baselines.d.ts +0 -12
  1762. package/dist-esm/src/operationsInterfaces/baselines.d.ts.map +0 -1
  1763. package/dist-esm/src/operationsInterfaces/baselines.js.map +0 -1
  1764. package/dist-esm/src/operationsInterfaces/dataCollectionEndpoints.d.ts +0 -49
  1765. package/dist-esm/src/operationsInterfaces/dataCollectionEndpoints.d.ts.map +0 -1
  1766. package/dist-esm/src/operationsInterfaces/dataCollectionEndpoints.js.map +0 -1
  1767. package/dist-esm/src/operationsInterfaces/dataCollectionRuleAssociations.d.ts +0 -48
  1768. package/dist-esm/src/operationsInterfaces/dataCollectionRuleAssociations.d.ts.map +0 -1
  1769. package/dist-esm/src/operationsInterfaces/dataCollectionRuleAssociations.js.map +0 -1
  1770. package/dist-esm/src/operationsInterfaces/dataCollectionRules.d.ts +0 -45
  1771. package/dist-esm/src/operationsInterfaces/dataCollectionRules.d.ts.map +0 -1
  1772. package/dist-esm/src/operationsInterfaces/dataCollectionRules.js.map +0 -1
  1773. package/dist-esm/src/operationsInterfaces/diagnosticSettings.d.ts +0 -34
  1774. package/dist-esm/src/operationsInterfaces/diagnosticSettings.d.ts.map +0 -1
  1775. package/dist-esm/src/operationsInterfaces/diagnosticSettings.js.map +0 -1
  1776. package/dist-esm/src/operationsInterfaces/diagnosticSettingsCategory.d.ts +0 -19
  1777. package/dist-esm/src/operationsInterfaces/diagnosticSettingsCategory.d.ts.map +0 -1
  1778. package/dist-esm/src/operationsInterfaces/diagnosticSettingsCategory.js.map +0 -1
  1779. package/dist-esm/src/operationsInterfaces/eventCategories.d.ts +0 -12
  1780. package/dist-esm/src/operationsInterfaces/eventCategories.d.ts.map +0 -1
  1781. package/dist-esm/src/operationsInterfaces/eventCategories.js.map +0 -1
  1782. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -32
  1783. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  1784. package/dist-esm/src/operationsInterfaces/index.js +0 -39
  1785. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  1786. package/dist-esm/src/operationsInterfaces/logProfiles.d.ts +0 -37
  1787. package/dist-esm/src/operationsInterfaces/logProfiles.d.ts.map +0 -1
  1788. package/dist-esm/src/operationsInterfaces/logProfiles.js.map +0 -1
  1789. package/dist-esm/src/operationsInterfaces/metricAlerts.d.ts +0 -47
  1790. package/dist-esm/src/operationsInterfaces/metricAlerts.d.ts.map +0 -1
  1791. package/dist-esm/src/operationsInterfaces/metricAlerts.js.map +0 -1
  1792. package/dist-esm/src/operationsInterfaces/metricAlertsStatus.d.ts +0 -20
  1793. package/dist-esm/src/operationsInterfaces/metricAlertsStatus.d.ts.map +0 -1
  1794. package/dist-esm/src/operationsInterfaces/metricAlertsStatus.js.map +0 -1
  1795. package/dist-esm/src/operationsInterfaces/metricDefinitions.d.ts +0 -12
  1796. package/dist-esm/src/operationsInterfaces/metricDefinitions.d.ts.map +0 -1
  1797. package/dist-esm/src/operationsInterfaces/metricDefinitions.js.map +0 -1
  1798. package/dist-esm/src/operationsInterfaces/metricNamespaces.d.ts +0 -12
  1799. package/dist-esm/src/operationsInterfaces/metricNamespaces.d.ts.map +0 -1
  1800. package/dist-esm/src/operationsInterfaces/metricNamespaces.js.map +0 -1
  1801. package/dist-esm/src/operationsInterfaces/metricsOperations.d.ts +0 -11
  1802. package/dist-esm/src/operationsInterfaces/metricsOperations.d.ts.map +0 -1
  1803. package/dist-esm/src/operationsInterfaces/metricsOperations.js.map +0 -1
  1804. package/dist-esm/src/operationsInterfaces/monitorOperations.d.ts +0 -11
  1805. package/dist-esm/src/operationsInterfaces/monitorOperations.d.ts.map +0 -1
  1806. package/dist-esm/src/operationsInterfaces/monitorOperations.js.map +0 -1
  1807. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -10
  1808. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  1809. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  1810. package/dist-esm/src/operationsInterfaces/predictiveMetric.d.ts +0 -20
  1811. package/dist-esm/src/operationsInterfaces/predictiveMetric.d.ts.map +0 -1
  1812. package/dist-esm/src/operationsInterfaces/predictiveMetric.js.map +0 -1
  1813. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +0 -55
  1814. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  1815. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  1816. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +0 -20
  1817. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  1818. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
  1819. package/dist-esm/src/operationsInterfaces/privateLinkScopeOperationStatus.d.ts +0 -12
  1820. package/dist-esm/src/operationsInterfaces/privateLinkScopeOperationStatus.d.ts.map +0 -1
  1821. package/dist-esm/src/operationsInterfaces/privateLinkScopeOperationStatus.js.map +0 -1
  1822. package/dist-esm/src/operationsInterfaces/privateLinkScopedResources.d.ts +0 -56
  1823. package/dist-esm/src/operationsInterfaces/privateLinkScopedResources.d.ts.map +0 -1
  1824. package/dist-esm/src/operationsInterfaces/privateLinkScopedResources.js.map +0 -1
  1825. package/dist-esm/src/operationsInterfaces/privateLinkScopes.d.ts +0 -57
  1826. package/dist-esm/src/operationsInterfaces/privateLinkScopes.d.ts.map +0 -1
  1827. package/dist-esm/src/operationsInterfaces/privateLinkScopes.js.map +0 -1
  1828. package/dist-esm/src/operationsInterfaces/scheduledQueryRules.d.ts +0 -47
  1829. package/dist-esm/src/operationsInterfaces/scheduledQueryRules.d.ts.map +0 -1
  1830. package/dist-esm/src/operationsInterfaces/scheduledQueryRules.js.map +0 -1
  1831. package/dist-esm/src/operationsInterfaces/tenantActivityLogs.d.ts +0 -14
  1832. package/dist-esm/src/operationsInterfaces/tenantActivityLogs.d.ts.map +0 -1
  1833. package/dist-esm/src/operationsInterfaces/tenantActivityLogs.js.map +0 -1
  1834. package/dist-esm/src/operationsInterfaces/vMInsights.d.ts +0 -12
  1835. package/dist-esm/src/operationsInterfaces/vMInsights.d.ts.map +0 -1
  1836. package/dist-esm/src/operationsInterfaces/vMInsights.js.map +0 -1
  1837. package/dist-esm/src/pagingHelper.js +0 -32
  1838. package/dist-esm/src/pagingHelper.js.map +0 -1
  1839. package/dist-esm/test/monitor_examples.d.ts +0 -4
  1840. package/dist-esm/test/monitor_examples.d.ts.map +0 -1
  1841. package/dist-esm/test/monitor_examples.js +0 -359
  1842. package/dist-esm/test/monitor_examples.js.map +0 -1
  1843. package/review/arm-monitor.api.md +0 -3580
  1844. package/rollup.config.js +0 -122
  1845. package/src/index.ts +0 -13
  1846. package/src/lroImpl.ts +0 -42
  1847. package/src/models/index.ts +0 -5282
  1848. package/src/models/mappers.ts +0 -8436
  1849. package/src/models/parameters.ts +0 -838
  1850. package/src/monitorClient.ts +0 -232
  1851. package/src/operations/actionGroups.ts +0 -937
  1852. package/src/operations/activityLogAlerts.ts +0 -489
  1853. package/src/operations/activityLogs.ts +0 -191
  1854. package/src/operations/alertRuleIncidents.ts +0 -178
  1855. package/src/operations/alertRules.ts +0 -375
  1856. package/src/operations/autoscaleSettings.ts +0 -482
  1857. package/src/operations/azureMonitorWorkspaces.ts +0 -483
  1858. package/src/operations/baselines.ts +0 -122
  1859. package/src/operations/dataCollectionEndpoints.ts +0 -476
  1860. package/src/operations/dataCollectionRuleAssociations.ts +0 -650
  1861. package/src/operations/dataCollectionRules.ts +0 -472
  1862. package/src/operations/diagnosticSettings.ts +0 -219
  1863. package/src/operations/diagnosticSettingsCategory.ts +0 -150
  1864. package/src/operations/eventCategories.ts +0 -105
  1865. package/src/operations/index.ts +0 -39
  1866. package/src/operations/logProfiles.ts +0 -250
  1867. package/src/operations/metricAlerts.ts +0 -368
  1868. package/src/operations/metricAlertsStatus.ts +0 -116
  1869. package/src/operations/metricDefinitions.ts +0 -112
  1870. package/src/operations/metricNamespaces.ts +0 -112
  1871. package/src/operations/metricsOperations.ts +0 -72
  1872. package/src/operations/monitorOperations.ts +0 -149
  1873. package/src/operations/operations.ts +0 -56
  1874. package/src/operations/predictiveMetric.ts +0 -101
  1875. package/src/operations/privateEndpointConnections.ts +0 -383
  1876. package/src/operations/privateLinkResources.ts +0 -116
  1877. package/src/operations/privateLinkScopeOperationStatus.ts +0 -73
  1878. package/src/operations/privateLinkScopedResources.ts +0 -501
  1879. package/src/operations/privateLinkScopes.ts +0 -554
  1880. package/src/operations/scheduledQueryRules.ts +0 -477
  1881. package/src/operations/tenantActivityLogs.ts +0 -159
  1882. package/src/operations/vMInsights.ts +0 -66
  1883. package/src/operationsInterfaces/actionGroups.ts +0 -241
  1884. package/src/operationsInterfaces/activityLogAlerts.ts +0 -93
  1885. package/src/operationsInterfaces/activityLogs.ts +0 -36
  1886. package/src/operationsInterfaces/alertRuleIncidents.ts +0 -44
  1887. package/src/operationsInterfaces/alertRules.ts +0 -92
  1888. package/src/operationsInterfaces/autoscaleSettings.ts +0 -91
  1889. package/src/operationsInterfaces/azureMonitorWorkspaces.ts +0 -93
  1890. package/src/operationsInterfaces/baselines.ts +0 -24
  1891. package/src/operationsInterfaces/dataCollectionEndpoints.ts +0 -90
  1892. package/src/operationsInterfaces/dataCollectionRuleAssociations.ts +0 -90
  1893. package/src/operationsInterfaces/dataCollectionRules.ts +0 -86
  1894. package/src/operationsInterfaces/diagnosticSettings.ts +0 -67
  1895. package/src/operationsInterfaces/diagnosticSettingsCategory.ts +0 -40
  1896. package/src/operationsInterfaces/eventCategories.ts +0 -26
  1897. package/src/operationsInterfaces/index.ts +0 -39
  1898. package/src/operationsInterfaces/logProfiles.ts +0 -73
  1899. package/src/operationsInterfaces/metricAlerts.ts +0 -91
  1900. package/src/operationsInterfaces/metricAlertsStatus.ts +0 -42
  1901. package/src/operationsInterfaces/metricDefinitions.ts +0 -27
  1902. package/src/operationsInterfaces/metricNamespaces.ts +0 -24
  1903. package/src/operationsInterfaces/metricsOperations.ts +0 -22
  1904. package/src/operationsInterfaces/monitorOperations.ts +0 -25
  1905. package/src/operationsInterfaces/operations.ts +0 -21
  1906. package/src/operationsInterfaces/predictiveMetric.ts +0 -40
  1907. package/src/operationsInterfaces/privateEndpointConnections.ts +0 -108
  1908. package/src/operationsInterfaces/privateLinkResources.ts +0 -42
  1909. package/src/operationsInterfaces/privateLinkScopeOperationStatus.ts +0 -27
  1910. package/src/operationsInterfaces/privateLinkScopedResources.ts +0 -109
  1911. package/src/operationsInterfaces/privateLinkScopes.ts +0 -105
  1912. package/src/operationsInterfaces/scheduledQueryRules.ts +0 -91
  1913. package/src/operationsInterfaces/tenantActivityLogs.ts +0 -25
  1914. package/src/operationsInterfaces/vMInsights.ts +0 -26
  1915. package/src/pagingHelper.ts +0 -39
  1916. package/tsconfig.json +0 -33
  1917. package/types/arm-monitor.d.ts +0 -6303
  1918. package/types/tsdoc-metadata.json +0 -11
  1919. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  1920. /package/{dist-esm/src → dist/browser}/operationsInterfaces/actionGroups.js +0 -0
  1921. /package/{dist-esm/src → dist/browser}/operationsInterfaces/activityLogAlerts.js +0 -0
  1922. /package/{dist-esm/src → dist/browser}/operationsInterfaces/activityLogs.js +0 -0
  1923. /package/{dist-esm/src → dist/browser}/operationsInterfaces/alertRuleIncidents.js +0 -0
  1924. /package/{dist-esm/src → dist/browser}/operationsInterfaces/alertRules.js +0 -0
  1925. /package/{dist-esm/src → dist/browser}/operationsInterfaces/autoscaleSettings.js +0 -0
  1926. /package/{dist-esm/src → dist/browser}/operationsInterfaces/azureMonitorWorkspaces.js +0 -0
  1927. /package/{dist-esm/src → dist/browser}/operationsInterfaces/baselines.js +0 -0
  1928. /package/{dist-esm/src → dist/browser}/operationsInterfaces/dataCollectionEndpoints.js +0 -0
  1929. /package/{dist-esm/src → dist/browser}/operationsInterfaces/dataCollectionRuleAssociations.js +0 -0
  1930. /package/{dist-esm/src → dist/browser}/operationsInterfaces/dataCollectionRules.js +0 -0
  1931. /package/{dist-esm/src → dist/browser}/operationsInterfaces/diagnosticSettings.js +0 -0
  1932. /package/{dist-esm/src → dist/browser}/operationsInterfaces/diagnosticSettingsCategory.js +0 -0
  1933. /package/{dist-esm/src → dist/browser}/operationsInterfaces/eventCategories.js +0 -0
  1934. /package/{dist-esm/src → dist/browser}/operationsInterfaces/logProfiles.js +0 -0
  1935. /package/{dist-esm/src → dist/browser}/operationsInterfaces/metricAlerts.js +0 -0
  1936. /package/{dist-esm/src → dist/browser}/operationsInterfaces/metricAlertsStatus.js +0 -0
  1937. /package/{dist-esm/src → dist/browser}/operationsInterfaces/metricDefinitions.js +0 -0
  1938. /package/{dist-esm/src → dist/browser}/operationsInterfaces/metricNamespaces.js +0 -0
  1939. /package/{dist-esm/src → dist/browser}/operationsInterfaces/metricsOperations.js +0 -0
  1940. /package/{dist-esm/src → dist/browser}/operationsInterfaces/monitorOperations.js +0 -0
  1941. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  1942. /package/{dist-esm/src → dist/browser}/operationsInterfaces/predictiveMetric.js +0 -0
  1943. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
  1944. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
  1945. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkScopeOperationStatus.js +0 -0
  1946. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkScopedResources.js +0 -0
  1947. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkScopes.js +0 -0
  1948. /package/{dist-esm/src → dist/browser}/operationsInterfaces/scheduledQueryRules.js +0 -0
  1949. /package/{dist-esm/src → dist/browser}/operationsInterfaces/tenantActivityLogs.js +0 -0
  1950. /package/{dist-esm/src → dist/browser}/operationsInterfaces/vMInsights.js +0 -0
  1951. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  1952. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AA2pHH,gFAAgF;AAChF,MAAM,CAAN,IAAY,4BAOX;AAPD,WAAY,4BAA4B;IACtC,eAAe;IACf,qDAAqB,CAAA;IACrB,aAAa;IACb,iDAAiB,CAAA;IACjB,UAAU;IACV,2CAAW,CAAA;AACb,CAAC,EAPW,4BAA4B,KAA5B,4BAA4B,QAOvC;AAaD,oEAAoE;AACpE,MAAM,CAAN,IAAY,gBAWX;AAXD,WAAY,gBAAgB;IAC1B,mBAAmB;IACnB,iDAA6B,CAAA;IAC7B,mBAAmB;IACnB,iDAA6B,CAAA;IAC7B,aAAa;IACb,qCAAiB,CAAA;IACjB,cAAc;IACd,uCAAmB,CAAA;IACnB,iBAAiB;IACjB,6CAAyB,CAAA;AAC3B,CAAC,EAXW,gBAAgB,KAAhB,gBAAgB,QAW3B;AAeD,mEAAmE;AACnE,MAAM,CAAN,IAAY,eA2BX;AA3BD,WAAY,eAAe;IACzB,4BAA4B;IAC5B,kCAAe,CAAA;IACf,+BAA+B;IAC/B,kCAAe,CAAA;IACf,+BAA+B;IAC/B,sCAAmB,CAAA;IACnB,4CAA4C;IAC5C,oDAAiC,CAAA;IACjC,+CAA+C;IAC/C,oDAAiC,CAAA;IACjC,uBAAuB;IACvB,sCAAmB,CAAA;IACnB,6CAA6C;IAC7C,gDAA6B,CAAA;IAC7B,sJAAsJ;IACtJ,8CAA2B,CAAA;IAC3B,yBAAyB;IACzB,8CAA2B,CAAA;IAC3B,gCAAgC;IAChC,kCAAe,CAAA;IACf,2DAA2D;IAC3D,4CAAyB,CAAA;IACzB,+DAA+D;IAC/D,0CAAuB,CAAA;IACvB,6CAA6C;IAC7C,kDAA+B,CAAA;AACjC,CAAC,EA3BW,eAAe,KAAf,eAAe,QA2B1B;AAuBD,8EAA8E;AAC9E,MAAM,CAAN,IAAY,0BAaX;AAbD,WAAY,0BAA0B;IACpC,WAAW;IACX,2CAAa,CAAA;IACb,cAAc;IACd,iDAAmB,CAAA;IACnB,YAAY;IACZ,6CAAe,CAAA;IACf,cAAc;IACd,iDAAmB,CAAA;IACnB,cAAc;IACd,iDAAmB,CAAA;IACnB,YAAY;IACZ,6CAAe,CAAA;AACjB,CAAC,EAbW,0BAA0B,KAA1B,0BAA0B,QAarC;AAgBD,yEAAyE;AACzE,MAAM,CAAN,IAAY,qBAKX;AALD,WAAY,qBAAqB;IAC/B,WAAW;IACX,sCAAa,CAAA;IACb,eAAe;IACf,8CAAqB,CAAA;AACvB,CAAC,EALW,qBAAqB,KAArB,qBAAqB,QAKhC;AAYD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAWX;AAXD,WAAY,sBAAsB;IAChC,eAAe;IACf,+CAAqB,CAAA;IACrB,gBAAgB;IAChB,iDAAuB,CAAA;IACvB,eAAe;IACf,+CAAqB,CAAA;IACrB,aAAa;IACb,2CAAiB,CAAA;IACjB,eAAe;IACf,+CAAqB,CAAA;AACvB,CAAC,EAXW,sBAAsB,KAAtB,sBAAsB,QAWjC;AAeD,+FAA+F;AAC/F,MAAM,CAAN,IAAY,2CAOX;AAPD,WAAY,2CAA2C;IACrD,cAAc;IACd,kEAAmB,CAAA;IACnB,eAAe;IACf,oEAAqB,CAAA;IACrB,eAAe;IACf,oEAAqB,CAAA;AACvB,CAAC,EAPW,2CAA2C,KAA3C,2CAA2C,QAOtD;AAaD,mGAAmG;AACnG,MAAM,CAAN,IAAY,+CASX;AATD,WAAY,+CAA+C;IACzD,gBAAgB;IAChB,0EAAuB,CAAA;IACvB,eAAe;IACf,wEAAqB,CAAA;IACrB,eAAe;IACf,wEAAqB,CAAA;IACrB,aAAa;IACb,oEAAiB,CAAA;AACnB,CAAC,EATW,+CAA+C,KAA/C,+CAA+C,QAS1D;AAcD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B;AAcD,4EAA4E;AAC5E,MAAM,CAAN,IAAY,wBAKX;AALD,WAAY,wBAAwB;IAClC,cAAc;IACd,+CAAmB,CAAA;IACnB,eAAe;IACf,iDAAqB,CAAA;AACvB,CAAC,EALW,wBAAwB,KAAxB,wBAAwB,QAKnC;AAYD,+DAA+D;AAC/D,MAAM,CAAN,IAAY,WAOX;AAPD,WAAY,WAAW;IACrB,WAAW;IACX,4BAAa,CAAA;IACb,aAAa;IACb,gCAAiB,CAAA;IACjB,iBAAiB;IACjB,yCAA0B,CAAA;AAC5B,CAAC,EAPW,WAAW,KAAX,WAAW,QAOtB;AAaD,mEAAmE;AACnE,MAAM,CAAN,IAAY,eAGX;AAHD,WAAY,eAAe;IACzB,eAAe;IACf,wCAAqB,CAAA;AACvB,CAAC,EAHW,eAAe,KAAf,eAAe,QAG1B;AAWD,8FAA8F;AAC9F,MAAM,CAAN,IAAY,0CAKX;AALD,WAAY,0CAA0C;IACpD,aAAa;IACb,+DAAiB,CAAA;IACjB,gBAAgB;IAChB,qEAAuB,CAAA;AACzB,CAAC,EALW,0CAA0C,KAA1C,0CAA0C,QAKrD;AAYD,qEAAqE;AACrE,MAAM,CAAN,IAAY,iBAKX;AALD,WAAY,iBAAiB;IAC3B,cAAc;IACd,wCAAmB,CAAA;IACnB,WAAW;IACX,kCAAa,CAAA;AACf,CAAC,EALW,iBAAiB,KAAjB,iBAAiB,QAK5B;AAYD,4EAA4E;AAC5E,MAAM,CAAN,IAAY,wBAOX;AAPD,WAAY,wBAAwB;IAClC,UAAU;IACV,uCAAW,CAAA;IACX,aAAa;IACb,6CAAiB,CAAA;IACjB,WAAW;IACX,yCAAa,CAAA;AACf,CAAC,EAPW,wBAAwB,KAAxB,wBAAwB,QAOnC;AAaD,kEAAkE;AAClE,MAAM,CAAN,IAAY,cAOX;AAPD,WAAY,cAAc;IACxB,gEAAgE;IAChE,4IAA0H,CAAA;IAC1H,kEAAkE;IAClE,gJAA8H,CAAA;IAC9H,+DAA+D;IAC/D,0IAAwH,CAAA;AAC1H,CAAC,EAPW,cAAc,KAAd,cAAc,QAOzB;AAaD,6DAA6D;AAC7D,MAAM,CAAN,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,eAAe;IACf,kCAAqB,CAAA;IACrB,kBAAkB;IAClB,wCAA2B,CAAA;AAC7B,CAAC,EALW,SAAS,KAAT,SAAS,QAKpB;AAYD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBAWX;AAXD,WAAY,kBAAkB;IAC5B,WAAW;IACX,2DAAQ,CAAA;IACR,UAAU;IACV,yDAAO,CAAA;IACP,UAAU;IACV,yDAAO,CAAA;IACP,YAAY;IACZ,6DAAS,CAAA;IACT,WAAW;IACX,2DAAQ,CAAA;AACV,CAAC,EAXW,kBAAkB,KAAlB,kBAAkB,QAW7B;AAeD,wEAAwE;AACxE,MAAM,CAAN,IAAY,oBAWX;AAXD,WAAY,oBAAoB;IAC9B,YAAY;IACZ,uCAAe,CAAA;IACf,cAAc;IACd,2CAAmB,CAAA;IACnB,cAAc;IACd,2CAAmB,CAAA;IACnB,cAAc;IACd,2CAAmB,CAAA;IACnB,YAAY;IACZ,uCAAe,CAAA;AACjB,CAAC,EAXW,oBAAoB,KAApB,oBAAoB,QAW/B;AAeD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAKX;AALD,WAAY,sBAAsB;IAChC,cAAc;IACd,6CAAmB,CAAA;IACnB,cAAc;IACd,6CAAmB,CAAA;AACrB,CAAC,EALW,sBAAsB,KAAtB,sBAAsB,QAKjC;AAYD,yEAAyE;AACzE,MAAM,CAAN,IAAY,qBAOX;AAPD,WAAY,qBAAqB;IAC/B,gBAAgB;IAChB,gDAAuB,CAAA;IACvB,mBAAmB;IACnB,sDAA6B,CAAA;IAC7B,cAAc;IACd,4CAAmB,CAAA;AACrB,CAAC,EAPW,qBAAqB,KAArB,qBAAqB,QAOhC;AAaD,mEAAmE;AACnE,MAAM,CAAN,IAAY,eAKX;AALD,WAAY,eAAe;IACzB,cAAc;IACd,sCAAmB,CAAA;IACnB,iBAAiB;IACjB,4CAAyB,CAAA;AAC3B,CAAC,EALW,eAAe,KAAf,eAAe,QAK1B;AAYD,mEAAmE;AACnE,MAAM,CAAN,IAAY,eAKX;AALD,WAAY,eAAe;IACzB,WAAW;IACX,gCAAa,CAAA;IACb,kBAAkB;IAClB,8CAA2B,CAAA;AAC7B,CAAC,EALW,eAAe,KAAf,eAAe,QAK1B;AAYD,wFAAwF;AACxF,MAAM,CAAN,IAAY,oCAOX;AAPD,WAAY,oCAAoC;IAC9C,cAAc;IACd,2DAAmB,CAAA;IACnB,eAAe;IACf,6DAAqB,CAAA;IACrB,yBAAyB;IACzB,iFAAyC,CAAA;AAC3C,CAAC,EAPW,oCAAoC,KAApC,oCAAoC,QAO/C;AAaD,qGAAqG;AACrG,MAAM,CAAN,IAAY,iDAaX;AAbD,WAAY,iDAAiD;IAC3D,eAAe;IACf,0EAAqB,CAAA;IACrB,eAAe;IACf,0EAAqB,CAAA;IACrB,eAAe;IACf,0EAAqB,CAAA;IACrB,gBAAgB;IAChB,4EAAuB,CAAA;IACvB,eAAe;IACf,0EAAqB,CAAA;IACrB,aAAa;IACb,sEAAiB,CAAA;AACnB,CAAC,EAbW,iDAAiD,KAAjD,iDAAiD,QAa5D;AAgBD,4FAA4F;AAC5F,MAAM,CAAN,IAAY,wCAaX;AAbD,WAAY,wCAAwC;IAClD,eAAe;IACf,iEAAqB,CAAA;IACrB,eAAe;IACf,iEAAqB,CAAA;IACrB,eAAe;IACf,iEAAqB,CAAA;IACrB,gBAAgB;IAChB,mEAAuB,CAAA;IACvB,eAAe;IACf,iEAAqB,CAAA;IACrB,aAAa;IACb,6DAAiB,CAAA;AACnB,CAAC,EAbW,wCAAwC,KAAxC,wCAAwC,QAanD;AAgBD,gGAAgG;AAChG,MAAM,CAAN,IAAY,4CAKX;AALD,WAAY,4CAA4C;IACtD,YAAY;IACZ,+DAAe,CAAA;IACf,cAAc;IACd,mEAAmB,CAAA;AACrB,CAAC,EALW,4CAA4C,KAA5C,4CAA4C,QAKvD;AAYD,mFAAmF;AACnF,MAAM,CAAN,IAAY,+BASX;AATD,WAAY,+BAA+B;IACzC,WAAW;IACX,gDAAa,CAAA;IACb,qBAAqB;IACrB,oEAAiC,CAAA;IACjC,mBAAmB;IACnB,gEAA6B,CAAA;IAC7B,iCAAiC;IACjC,6FAA0D,CAAA;AAC5D,CAAC,EATW,+BAA+B,KAA/B,+BAA+B,QAS1C;AAcD,4GAA4G;AAC5G,MAAM,CAAN,IAAY,wDAaX;AAbD,WAAY,wDAAwD;IAClE,eAAe;IACf,iFAAqB,CAAA;IACrB,eAAe;IACf,iFAAqB,CAAA;IACrB,eAAe;IACf,iFAAqB,CAAA;IACrB,gBAAgB;IAChB,mFAAuB,CAAA;IACvB,eAAe;IACf,iFAAqB,CAAA;IACrB,aAAa;IACb,6EAAiB,CAAA;AACnB,CAAC,EAbW,wDAAwD,KAAxD,wDAAwD,QAanE;AAgBD,kFAAkF;AAClF,MAAM,CAAN,IAAY,8BAeX;AAfD,WAAY,8BAA8B;IACxC,aAAa;IACb,mDAAiB,CAAA;IACjB,UAAU;IACV,6CAAW,CAAA;IACX,WAAW;IACX,+CAAa,CAAA;IACb,WAAW;IACX,+CAAa,CAAA;IACb,cAAc;IACd,qDAAmB,CAAA;IACnB,eAAe;IACf,uDAAqB,CAAA;IACrB,cAAc;IACd,qDAAmB,CAAA;AACrB,CAAC,EAfW,8BAA8B,KAA9B,8BAA8B,QAezC;AAiBD,0FAA0F;AAC1F,MAAM,CAAN,IAAY,sCAKX;AALD,WAAY,sCAAsC;IAChD,oBAAoB;IACpB,0EAAgC,CAAA;IAChC,+BAA+B;IAC/B,gGAAsD,CAAA;AACxD,CAAC,EALW,sCAAsC,KAAtC,sCAAsC,QAKjD;AAYD,8FAA8F;AAC9F,MAAM,CAAN,IAAY,0CAKX;AALD,WAAY,0CAA0C;IACpD,4BAA4B;IAC5B,8FAAgD,CAAA;IAChD,qBAAqB;IACrB,gFAAkC,CAAA;AACpC,CAAC,EALW,0CAA0C,KAA1C,0CAA0C,QAKrD;AAYD,qFAAqF;AACrF,MAAM,CAAN,IAAY,iCAGX;AAHD,WAAY,iCAAiC;IAC3C,sBAAsB;IACtB,yEAAoC,CAAA;AACtC,CAAC,EAHW,iCAAiC,KAAjC,iCAAiC,QAG5C;AAWD,2FAA2F;AAC3F,MAAM,CAAN,IAAY,uCAuDX;AAvDD,WAAY,uCAAuC;IACjD,YAAY;IACZ,0DAAe,CAAA;IACf,YAAY;IACZ,0DAAe,CAAA;IACf,WAAW;IACX,wDAAa,CAAA;IACb,eAAe;IACf,gEAAqB,CAAA;IACrB,YAAY;IACZ,0DAAe,CAAA;IACf,WAAW;IACX,wDAAa,CAAA;IACb,aAAa;IACb,4DAAiB,CAAA;IACjB,UAAU;IACV,sDAAW,CAAA;IACX,WAAW;IACX,wDAAa,CAAA;IACb,UAAU;IACV,sDAAW,CAAA;IACX,WAAW;IACX,wDAAa,CAAA;IACb,WAAW;IACX,wDAAa,CAAA;IACb,WAAW;IACX,wDAAa,CAAA;IACb,YAAY;IACZ,0DAAe,CAAA;IACf,UAAU;IACV,sDAAW,CAAA;IACX,aAAa;IACb,4DAAiB,CAAA;IACjB,WAAW;IACX,wDAAa,CAAA;IACb,WAAW;IACX,wDAAa,CAAA;IACb,aAAa;IACb,4DAAiB,CAAA;IACjB,aAAa;IACb,4DAAiB,CAAA;IACjB,aAAa;IACb,4DAAiB,CAAA;IACjB,aAAa;IACb,4DAAiB,CAAA;IACjB,aAAa;IACb,4DAAiB,CAAA;IACjB,aAAa;IACb,4DAAiB,CAAA;IACjB,aAAa;IACb,4DAAiB,CAAA;IACjB,aAAa;IACb,4DAAiB,CAAA;IACjB,eAAe;IACf,yDAAc,CAAA;AAChB,CAAC,EAvDW,uCAAuC,KAAvC,uCAAuC,QAuDlD;AAqCD,uFAAuF;AACvF,MAAM,CAAN,IAAY,mCAmBX;AAnBD,WAAY,mCAAmC;IAC7C,YAAY;IACZ,sDAAe,CAAA;IACf,WAAW;IACX,oDAAa,CAAA;IACb,aAAa;IACb,wDAAiB,CAAA;IACjB,cAAc;IACd,0DAAmB,CAAA;IACnB,YAAY;IACZ,sDAAe,CAAA;IACf,eAAe;IACf,4DAAqB,CAAA;IACrB,YAAY;IACZ,sDAAe,CAAA;IACf,gBAAgB;IAChB,8DAAuB,CAAA;IACvB,eAAe;IACf,qDAAc,CAAA;AAChB,CAAC,EAnBW,mCAAmC,KAAnC,mCAAmC,QAmB9C;AAmBD,wFAAwF;AACxF,MAAM,CAAN,IAAY,oCAWX;AAXD,WAAY,oCAAoC;IAC9C,qBAAqB;IACrB,0EAAkC,CAAA;IAClC,+BAA+B;IAC/B,8FAAsD,CAAA;IACtD,oBAAoB;IACpB,wEAAgC,CAAA;IAChC,sBAAsB;IACtB,4EAAoC,CAAA;IACpC,4BAA4B;IAC5B,wFAAgD,CAAA;AAClD,CAAC,EAXW,oCAAoC,KAApC,oCAAoC,QAW/C;AAeD,sFAAsF;AACtF,MAAM,CAAN,IAAY,kCAGX;AAHD,WAAY,kCAAkC;IAC5C,WAAW;IACX,mDAAa,CAAA;AACf,CAAC,EAHW,kCAAkC,KAAlC,kCAAkC,QAG7C;AAWD,2GAA2G;AAC3G,MAAM,CAAN,IAAY,uDAmBX;AAnBD,WAAY,uDAAuD;IACjE,cAAc;IACd,+EAAoB,CAAA;IACpB,qBAAqB;IACrB,iGAAsC,CAAA;IACtC,uBAAuB;IACvB,uGAA4C,CAAA;IAC5C,sBAAsB;IACtB,oGAAyC,CAAA;IACzC,mBAAmB;IACnB,2FAAgC,CAAA;IAChC,mBAAmB;IACnB,2FAAgC,CAAA;IAChC,iBAAiB;IACjB,wFAA6B,CAAA;IAC7B,yBAAyB;IACzB,0GAA+C,CAAA;IAC/C,uBAAuB;IACvB,oGAAyC,CAAA;AAC3C,CAAC,EAnBW,uDAAuD,KAAvD,uDAAuD,QAmBlE;AAmBD,kGAAkG;AAClG,MAAM,CAAN,IAAY,8CAGX;AAHD,WAAY,8CAA8C;IACxD,iCAAiC;IACjC,4GAA0D,CAAA;AAC5D,CAAC,EAHW,8CAA8C,KAA9C,8CAA8C,QAGzD;AAWD,6EAA6E;AAC7E,MAAM,CAAN,IAAY,yBAWX;AAXD,WAAY,yBAAyB;IACnC,qBAAqB;IACrB,+DAAkC,CAAA;IAClC,+BAA+B;IAC/B,mFAAsD,CAAA;IACtD,oBAAoB;IACpB,6DAAgC,CAAA;IAChC,sBAAsB;IACtB,iEAAoC,CAAA;IACpC,4BAA4B;IAC5B,6EAAgD,CAAA;AAClD,CAAC,EAXW,yBAAyB,KAAzB,yBAAyB,QAWpC;AAeD,iGAAiG;AACjG,MAAM,CAAN,IAAY,6CAaX;AAbD,WAAY,6CAA6C;IACvD,eAAe;IACf,sEAAqB,CAAA;IACrB,eAAe;IACf,sEAAqB,CAAA;IACrB,eAAe;IACf,sEAAqB,CAAA;IACrB,gBAAgB;IAChB,wEAAuB,CAAA;IACvB,eAAe;IACf,sEAAqB,CAAA;IACrB,aAAa;IACb,kEAAiB,CAAA;AACnB,CAAC,EAbW,6CAA6C,KAA7C,6CAA6C,QAaxD;AAgBD,4FAA4F;AAC5F,MAAM,CAAN,IAAY,wCAKX;AALD,WAAY,wCAAwC;IAClD,YAAY;IACZ,2DAAe,CAAA;IACf,cAAc;IACd,+DAAmB,CAAA;AACrB,CAAC,EALW,wCAAwC,KAAxC,wCAAwC,QAKnD;AAYD,iEAAiE;AACjE,MAAM,CAAN,IAAY,aAWX;AAXD,WAAY,aAAa;IACvB,aAAa;IACb,kCAAiB,CAAA;IACjB,kBAAkB;IAClB,4CAA2B,CAAA;IAC3B,yBAAyB;IACzB,0DAAyC,CAAA;IACzC,eAAe;IACf,sCAAqB,CAAA;IACrB,sBAAsB;IACtB,oDAAmC,CAAA;AACrC,CAAC,EAXW,aAAa,KAAb,aAAa,QAWxB;AAeD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBAKX;AALD,WAAY,kBAAkB;IAC5B,+BAA+B;IAC/B,2EAAqD,CAAA;IACrD,gCAAgC;IAChC,6EAAuD,CAAA;AACzD,CAAC,EALW,kBAAkB,KAAlB,kBAAkB,QAK7B;AAYD,4EAA4E;AAC5E,MAAM,CAAN,IAAY,wBAWX;AAXD,WAAY,wBAAwB;IAClC,cAAc;IACd,+CAAmB,CAAA;IACnB,YAAY;IACZ,2CAAe,CAAA;IACf,cAAc;IACd,+CAAmB,CAAA;IACnB,cAAc;IACd,+CAAmB,CAAA;IACnB,YAAY;IACZ,2CAAe,CAAA;AACjB,CAAC,EAXW,wBAAwB,KAAxB,wBAAwB,QAWnC;AAeD,iFAAiF;AACjF,MAAM,CAAN,IAAY,6BAOX;AAPD,WAAY,6BAA6B;IACvC,kBAAkB;IAClB,4DAA2B,CAAA;IAC3B,eAAe;IACf,sDAAqB,CAAA;IACrB,wBAAwB;IACxB,wEAAuC,CAAA;AACzC,CAAC,EAPW,6BAA6B,KAA7B,6BAA6B,QAOxC;AAaD,oFAAoF;AACpF,MAAM,CAAN,IAAY,gCAOX;AAPD,WAAY,gCAAgC;IAC1C,UAAU;IACV,+CAAW,CAAA;IACX,aAAa;IACb,qDAAiB,CAAA;IACjB,WAAW;IACX,iDAAa,CAAA;AACf,CAAC,EAPW,gCAAgC,KAAhC,gCAAgC,QAO3C","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport type RuleConditionUnion =\n | RuleCondition\n | ThresholdRuleCondition\n | LocationThresholdRuleCondition\n | ManagementEventRuleCondition;\nexport type RuleDataSourceUnion =\n | RuleDataSource\n | RuleMetricDataSource\n | RuleManagementEventDataSource;\nexport type RuleActionUnion = RuleAction | RuleEmailAction | RuleWebhookAction;\nexport type MetricAlertCriteriaUnion =\n | MetricAlertCriteria\n | MetricAlertSingleResourceMultipleMetricCriteria\n | WebtestLocationAvailabilityCriteria\n | MetricAlertMultipleResourceMultipleMetricCriteria;\nexport type MultiMetricCriteriaUnion =\n | MultiMetricCriteria\n | MetricCriteria\n | DynamicMetricCriteria;\n\n/** Represents collection of metric namespaces. */\nexport interface MetricNamespaceCollection {\n /** The values for the metric namespaces. */\n value: MetricNamespace[];\n}\n\n/** Metric namespace class specifies the metadata for a metric namespace. */\nexport interface MetricNamespace {\n /** The ID of the metric namespace. */\n id?: string;\n /** The type of the namespace. */\n type?: string;\n /** The escaped name of the namespace. */\n name?: string;\n /** Kind of namespace */\n classification?: NamespaceClassification;\n /** Properties which include the fully qualified namespace name. */\n properties?: MetricNamespaceName;\n}\n\n/** The fully qualified metric namespace name. */\nexport interface MetricNamespaceName {\n /** The metric namespace name. */\n metricNamespaceName?: string;\n}\n\n/** Describes the format of Error response. */\nexport interface ErrorResponse {\n /** Error code */\n code?: string;\n /** Error message indicating why the operation failed. */\n message?: string;\n}\n\n/** Represents collection of metric definitions. */\nexport interface SubscriptionScopeMetricDefinitionCollection {\n /** The values for the metric definitions. */\n value: SubscriptionScopeMetricDefinition[];\n}\n\n/** Metric definition class specifies the metadata for a metric. */\nexport interface SubscriptionScopeMetricDefinition {\n /** Flag to indicate whether the dimension is required. */\n isDimensionRequired?: boolean;\n /** The resource identifier of the resource that emitted the metric. */\n resourceId?: string;\n /** The namespace the metric belongs to. */\n namespace?: string;\n /** The name and the display name of the metric, i.e. it is a localizable string. */\n name?: LocalizableString;\n /** Detailed description of this metric. */\n displayDescription?: string;\n /** Custom category name for this metric. */\n category?: string;\n /** The class of the metric. */\n metricClass?: MetricClass;\n /** The unit of the metric. */\n unit?: MetricUnit;\n /** The primary aggregation type value defining how to use the values for display. */\n primaryAggregationType?: MetricAggregationType;\n /** The collection of what aggregation types are supported. */\n supportedAggregationTypes?: MetricAggregationType[];\n /** The collection of what aggregation intervals are available to be queried. */\n metricAvailabilities?: MetricAvailability[];\n /** The resource identifier of the metric definition. */\n id?: string;\n /** The name and the display name of the dimension, i.e. it is a localizable string. */\n dimensions?: LocalizableString[];\n}\n\n/** The localizable string class. */\nexport interface LocalizableString {\n /** The invariant value. */\n value: string;\n /** The display name. */\n localizedValue?: string;\n}\n\n/** Metric availability specifies the time grain (aggregation interval or frequency) and the retention period for that time grain. */\nexport interface MetricAvailability {\n /** The time grain specifies a supported aggregation interval for the metric. Expressed as a duration 'PT1M', 'P1D', etc. */\n timeGrain?: string;\n /** The retention period for the metric at the specified timegrain. Expressed as a duration 'PT1M', 'P1D', etc. */\n retention?: string;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.) */\nexport interface ErrorContract {\n /** The error object. */\n error?: ErrorResponseAutoGenerated;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.) */\nexport interface ErrorResponseAutoGenerated {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorResponseAutoGenerated[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** Represents collection of metric definitions. */\nexport interface MetricDefinitionCollection {\n /** The values for the metric definitions. */\n value: MetricDefinition[];\n}\n\n/** Metric definition class specifies the metadata for a metric. */\nexport interface MetricDefinition {\n /** Flag to indicate whether the dimension is required. */\n isDimensionRequired?: boolean;\n /** The resource identifier of the resource that emitted the metric. */\n resourceId?: string;\n /** The namespace the metric belongs to. */\n namespace?: string;\n /** The name and the display name of the metric, i.e. it is a localizable string. */\n name?: LocalizableString;\n /** Detailed description of this metric. */\n displayDescription?: string;\n /** Custom category name for this metric. */\n category?: string;\n /** The class of the metric. */\n metricClass?: MetricClass;\n /** The unit of the metric. */\n unit?: MetricUnit;\n /** The primary aggregation type value defining how to use the values for display. */\n primaryAggregationType?: AggregationType;\n /** The collection of what aggregation types are supported. */\n supportedAggregationTypes?: AggregationType[];\n /** The collection of what aggregation intervals are available to be queried. */\n metricAvailabilities?: MetricAvailability[];\n /** The resource identifier of the metric definition. */\n id?: string;\n /** The name and the display name of the dimension, i.e. it is a localizable string. */\n dimensions?: LocalizableString[];\n}\n\n/** The response to a metrics query. */\nexport interface Response {\n /** The integer value representing the relative cost of the query. */\n cost?: number;\n /** The timespan for which the data was retrieved. Its value consists of two datetimes concatenated, separated by '/'. This may be adjusted in the future and returned back from what was originally requested. */\n timespan: string;\n /**\n * The interval (window size) for which the metric data was returned in ISO 8601 duration format with a special case for 'FULL' value that returns single datapoint for entire time span requested (*Examples: PT15M, PT1H, P1D, FULL*).\n * This may be adjusted and different from what was originally requested if AutoAdjustTimegrain=true is specified. This is not present if a metadata request was made.\n */\n interval?: string;\n /** The namespace of the metrics being queried */\n namespace?: string;\n /** The region of the resource being queried for metrics. */\n resourceregion?: string;\n /** The value of the collection. */\n value: Metric[];\n}\n\n/** The result data of a query. */\nexport interface Metric {\n /** The metric Id. */\n id: string;\n /** The resource type of the metric resource. */\n type: string;\n /** The name and the display name of the metric, i.e. it is localizable string. */\n name: LocalizableString;\n /** Detailed description of this metric. */\n displayDescription?: string;\n /** 'Success' or the error details on query failures for this metric. */\n errorCode?: string;\n /** Error message encountered querying this specific metric. */\n errorMessage?: string;\n /** The unit of the metric. */\n unit: MetricUnit;\n /** The time series returned when a data query is performed. */\n timeseries: TimeSeriesElement[];\n}\n\n/** A time series result type. The discriminator value is always TimeSeries in this case. */\nexport interface TimeSeriesElement {\n /** The metadata values returned if $filter was specified in the call. */\n metadatavalues?: MetadataValue[];\n /** An array of data points representing the metric values. This is only returned if a result type of data is specified. */\n data?: MetricValue[];\n}\n\n/** Represents a metric metadata value. */\nexport interface MetadataValue {\n /** The name of the metadata. */\n name?: LocalizableString;\n /** The value of the metadata. */\n value?: string;\n}\n\n/** Represents a metric value. */\nexport interface MetricValue {\n /** The timestamp for the metric value in ISO 8601 format. */\n timeStamp: Date;\n /** The average value in the time range. */\n average?: number;\n /** The least value in the time range. */\n minimum?: number;\n /** The greatest value in the time range. */\n maximum?: number;\n /** The sum of all of the values in the time range. */\n total?: number;\n /** The number of samples in the time range. Can be used to determine the number of values that contributed to the average value. */\n count?: number;\n}\n\n/** Query parameters can also be specified in the body, specifying the same parameter in both the body and query parameters will result in an error. */\nexport interface SubscriptionScopeMetricsRequestBodyParameters {\n /** The timespan of the query. It is a string with the following format 'startDateTime_ISO/endDateTime_ISO'. */\n timespan?: string;\n /**\n * The interval (i.e. timegrain) of the query in ISO 8601 duration format. Defaults to PT1M. Special case for 'FULL' value that returns single datapoint for entire time span requested.\n * *Examples: PT15M, PT1H, P1D, FULL*\n */\n interval?: string;\n /** The names of the metrics (comma separated) to retrieve. */\n metricNames?: string;\n /** The list of aggregation types (comma separated) to retrieve. */\n aggregation?: string;\n /** The **$filter** is used to reduce the set of metric data returned.<br>Example:<br>Metric contains metadata A, B and C.<br>- Return all time series of C where A = a1 and B = b1 or b2<br>**$filter=A eq ‘a1’ and B eq ‘b1’ or B eq ‘b2’ and C eq ‘*’**<br>- Invalid variant:<br>**$filter=A eq ‘a1’ and B eq ‘b1’ and C eq ‘*’ or B = ‘b2’**<br>This is invalid because the logical or operator cannot separate two different metadata names.<br>- Return all time series where A = a1, B = b1 and C = c1:<br>**$filter=A eq ‘a1’ and B eq ‘b1’ and C eq ‘c1’**<br>- Return all time series where A = a1<br>**$filter=A eq ‘a1’ and B eq ‘*’ and C eq ‘*’**. */\n filter?: string;\n /**\n * The maximum number of records to retrieve.\n * Valid only if $filter is specified.\n * Defaults to 10.\n */\n top?: number;\n /**\n * The aggregation to use for sorting results and the direction of the sort.\n * Only one order can be specified.\n * Examples: sum asc.\n */\n orderBy?: string;\n /** Dimension name(s) to rollup results by. For example if you only want to see metric values with a filter like 'City eq Seattle or City eq Tacoma' but don't want to see separate values for each city, you can specify 'RollUpBy=City' to see the results for Seattle and Tacoma rolled up into one timeseries. */\n rollUpBy?: string;\n /** Reduces the set of data collected. The syntax allowed depends on the operation. See the operation's description for details. */\n resultType?: MetricResultType;\n /** Metric namespace where the metrics you want reside. */\n metricNamespace?: string;\n /** When set to true, if the timespan passed in is not supported by this metric, the API will return the result using the closest supported timespan. When set to false, an error is returned for invalid timespan parameters. Defaults to false. */\n autoAdjustTimegrain?: boolean;\n /** When set to false, invalid filter parameter values will be ignored. When set to true, an error is returned for invalid filter parameters. Defaults to true. */\n validateDimensions?: boolean;\n}\n\n/** A pageable list of resources */\nexport interface AzureMonitorWorkspaceResourceListResult {\n /** A list of resources */\n value: AzureMonitorWorkspaceResource[];\n /** The URL to use for getting the next set of results */\n nextLink?: string;\n}\n\n/** Properties of an Azure Monitor Workspace */\nexport interface AzureMonitorWorkspace {\n /**\n * The immutable Id of the Azure Monitor Workspace. This property is read-only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly accountId?: string;\n /**\n * Properties related to the metrics container in the Azure Monitor Workspace\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly metrics?: AzureMonitorWorkspaceMetrics;\n /**\n * The provisioning state of the Azure Monitor Workspace. Set to Succeeded if everything is healthy.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The Data Collection Rule and Endpoint used for ingestion by default.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultIngestionSettings?: AzureMonitorWorkspaceDefaultIngestionSettings;\n /**\n * List of private endpoint connections\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n /**\n * Gets or sets allow or disallow public network access to Azure Monitor Workspace\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly publicNetworkAccess?: PublicNetworkAccess;\n}\n\n/** Properties related to the metrics container in the Azure Monitor Workspace */\nexport interface Metrics {\n /**\n * The Prometheus query endpoint for the Azure Monitor Workspace\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly prometheusQueryEndpoint?: string;\n /**\n * An internal identifier for the metrics container. Only to be used by the system\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly internalId?: string;\n}\n\n/** Settings for data ingestion */\nexport interface IngestionSettings {\n /**\n * The Azure resource Id of the default data collection rule for this Azure Monitor Workspace.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataCollectionRuleResourceId?: string;\n /**\n * The Azure resource Id of the default data collection endpoint for this Azure Monitor Workspace.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataCollectionEndpointResourceId?: string;\n}\n\n/** The private endpoint resource. */\nexport interface PrivateEndpoint {\n /**\n * The ARM identifier for private endpoint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n}\n\n/** A collection of information about the state of the connection between service consumer and provider. */\nexport interface PrivateLinkServiceConnectionState {\n /** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */\n status?: PrivateEndpointServiceConnectionStatus;\n /** The reason for approval/rejection of the connection. */\n description?: string;\n /** A message indicating if changes on the service provider require any updates on the consumer. */\n actionsRequired?: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface ResourceAutoGenerated {\n /**\n * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponseAutoGenerated2 {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** Definition of ARM tracked top level resource properties for the Update operation */\nexport interface AzureMonitorWorkspaceResourceForUpdate {\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n}\n\n/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface OperationListResult {\n /**\n * List of operations supported by the resource provider\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Operation[];\n /**\n * URL to get the next set of operation list results (if there are any).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /**\n * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for ARM/control-plane operations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly origin?: Origin;\n /**\n * Enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly actionType?: ActionType;\n}\n\n/** Localized display information for this particular operation. */\nexport interface OperationDisplay {\n /**\n * The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * The short, localized friendly description of the operation; suitable for tool tips and detailed views.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** Represents a collection of autoscale setting resources. */\nexport interface AutoscaleSettingResourceCollection {\n /** the values for the autoscale setting resources. */\n value: AutoscaleSettingResource[];\n /** URL to get the next set of results. */\n nextLink?: string;\n}\n\n/** Autoscale profile. */\nexport interface AutoscaleProfile {\n /** the name of the profile. */\n name: string;\n /** the number of instances that can be used during this profile. */\n capacity: ScaleCapacity;\n /** the collection of rules that provide the triggers and parameters for the scaling action. A maximum of 10 rules can be specified. */\n rules: ScaleRule[];\n /** the specific date-time for the profile. This element is not used if the Recurrence element is used. */\n fixedDate?: TimeWindow;\n /** the repeating times at which this profile begins. This element is not used if the FixedDate element is used. */\n recurrence?: Recurrence;\n}\n\n/** The number of instances that can be used during this profile. */\nexport interface ScaleCapacity {\n /** the minimum number of instances for the resource. */\n minimum: string;\n /** the maximum number of instances for the resource. The actual maximum number of instances is limited by the cores that are available in the subscription. */\n maximum: string;\n /** the number of instances that will be set if metrics are not available for evaluation. The default is only used if the current instance count is lower than the default. */\n default: string;\n}\n\n/** A rule that provide the triggers and parameters for the scaling action. */\nexport interface ScaleRule {\n /** the trigger that results in a scaling action. */\n metricTrigger: MetricTrigger;\n /** the parameters for the scaling action. */\n scaleAction: ScaleAction;\n}\n\n/** The trigger that results in a scaling action. */\nexport interface MetricTrigger {\n /** the name of the metric that defines what the rule monitors. */\n metricName: string;\n /** the namespace of the metric that defines what the rule monitors. */\n metricNamespace?: string;\n /** the resource identifier of the resource the rule monitors. */\n metricResourceUri: string;\n /** the location of the resource the rule monitors. */\n metricResourceLocation?: string;\n /** the granularity of metrics the rule monitors. Must be one of the predefined values returned from metric definitions for the metric. Must be between 12 hours and 1 minute. */\n timeGrain: string;\n /** the metric statistic type. How the metrics from multiple instances are combined. */\n statistic: MetricStatisticType;\n /** the range of time in which instance data is collected. This value must be greater than the delay in metric collection, which can vary from resource-to-resource. Must be between 12 hours and 5 minutes. */\n timeWindow: string;\n /** time aggregation type. How the data that is collected should be combined over time. The default value is Average. */\n timeAggregation: TimeAggregationType;\n /** the operator that is used to compare the metric data and the threshold. */\n operator: ComparisonOperationType;\n /** the threshold of the metric that triggers the scale action. */\n threshold: number;\n /** List of dimension conditions. For example: [{\"DimensionName\":\"AppName\",\"Operator\":\"Equals\",\"Values\":[\"App1\"]},{\"DimensionName\":\"Deployment\",\"Operator\":\"Equals\",\"Values\":[\"default\"]}]. */\n dimensions?: ScaleRuleMetricDimension[];\n /** a value indicating whether metric should divide per instance. */\n dividePerInstance?: boolean;\n}\n\n/** Specifies an auto scale rule metric dimension. */\nexport interface ScaleRuleMetricDimension {\n /** Name of the dimension. */\n dimensionName: string;\n /** the dimension operator. Only 'Equals' and 'NotEquals' are supported. 'Equals' being equal to any of the values. 'NotEquals' being not equal to all of the values */\n operator: ScaleRuleMetricDimensionOperationType;\n /** list of dimension values. For example: [\"App1\",\"App2\"]. */\n values: string[];\n}\n\n/** The parameters for the scaling action. */\nexport interface ScaleAction {\n /** the scale direction. Whether the scaling action increases or decreases the number of instances. */\n direction: ScaleDirection;\n /** the type of action that should occur when the scale rule fires. */\n type: ScaleType;\n /** the number of instances that are involved in the scaling action. This value must be 1 or greater. The default value is 1. */\n value?: string;\n /** the amount of time to wait since the last scaling action before this action occurs. It must be between 1 week and 1 minute in ISO 8601 format. */\n cooldown: string;\n}\n\n/** A specific date-time for the profile. */\nexport interface TimeWindow {\n /** the timezone of the start and end times for the profile. Some examples of valid time zones are: Dateline Standard Time, UTC-11, Hawaiian Standard Time, Alaskan Standard Time, Pacific Standard Time (Mexico), Pacific Standard Time, US Mountain Standard Time, Mountain Standard Time (Mexico), Mountain Standard Time, Central America Standard Time, Central Standard Time, Central Standard Time (Mexico), Canada Central Standard Time, SA Pacific Standard Time, Eastern Standard Time, US Eastern Standard Time, Venezuela Standard Time, Paraguay Standard Time, Atlantic Standard Time, Central Brazilian Standard Time, SA Western Standard Time, Pacific SA Standard Time, Newfoundland Standard Time, E. South America Standard Time, Argentina Standard Time, SA Eastern Standard Time, Greenland Standard Time, Montevideo Standard Time, Bahia Standard Time, UTC-02, Mid-Atlantic Standard Time, Azores Standard Time, Cape Verde Standard Time, Morocco Standard Time, UTC, GMT Standard Time, Greenwich Standard Time, W. Europe Standard Time, Central Europe Standard Time, Romance Standard Time, Central European Standard Time, W. Central Africa Standard Time, Namibia Standard Time, Jordan Standard Time, GTB Standard Time, Middle East Standard Time, Egypt Standard Time, Syria Standard Time, E. Europe Standard Time, South Africa Standard Time, FLE Standard Time, Turkey Standard Time, Israel Standard Time, Kaliningrad Standard Time, Libya Standard Time, Arabic Standard Time, Arab Standard Time, Belarus Standard Time, Russian Standard Time, E. Africa Standard Time, Iran Standard Time, Arabian Standard Time, Azerbaijan Standard Time, Russia Time Zone 3, Mauritius Standard Time, Georgian Standard Time, Caucasus Standard Time, Afghanistan Standard Time, West Asia Standard Time, Ekaterinburg Standard Time, Pakistan Standard Time, India Standard Time, Sri Lanka Standard Time, Nepal Standard Time, Central Asia Standard Time, Bangladesh Standard Time, N. Central Asia Standard Time, Myanmar Standard Time, SE Asia Standard Time, North Asia Standard Time, China Standard Time, North Asia East Standard Time, Singapore Standard Time, W. Australia Standard Time, Taipei Standard Time, Ulaanbaatar Standard Time, Tokyo Standard Time, Korea Standard Time, Yakutsk Standard Time, Cen. Australia Standard Time, AUS Central Standard Time, E. Australia Standard Time, AUS Eastern Standard Time, West Pacific Standard Time, Tasmania Standard Time, Magadan Standard Time, Vladivostok Standard Time, Russia Time Zone 10, Central Pacific Standard Time, Russia Time Zone 11, New Zealand Standard Time, UTC+12, Fiji Standard Time, Kamchatka Standard Time, Tonga Standard Time, Samoa Standard Time, Line Islands Standard Time */\n timeZone?: string;\n /** the start time for the profile in ISO 8601 format. */\n start: Date;\n /** the end time for the profile in ISO 8601 format. */\n end: Date;\n}\n\n/** The repeating times at which this profile begins. This element is not used if the FixedDate element is used. */\nexport interface Recurrence {\n /** the recurrence frequency. How often the schedule profile should take effect. This value must be Week, meaning each week will have the same set of profiles. For example, to set a daily schedule, set **schedule** to every day of the week. The frequency property specifies that the schedule is repeated weekly. */\n frequency: RecurrenceFrequency;\n /** the scheduling constraints for when the profile begins. */\n schedule: RecurrentSchedule;\n}\n\n/** The scheduling constraints for when the profile begins. */\nexport interface RecurrentSchedule {\n /** the timezone for the hours of the profile. Some examples of valid time zones are: Dateline Standard Time, UTC-11, Hawaiian Standard Time, Alaskan Standard Time, Pacific Standard Time (Mexico), Pacific Standard Time, US Mountain Standard Time, Mountain Standard Time (Mexico), Mountain Standard Time, Central America Standard Time, Central Standard Time, Central Standard Time (Mexico), Canada Central Standard Time, SA Pacific Standard Time, Eastern Standard Time, US Eastern Standard Time, Venezuela Standard Time, Paraguay Standard Time, Atlantic Standard Time, Central Brazilian Standard Time, SA Western Standard Time, Pacific SA Standard Time, Newfoundland Standard Time, E. South America Standard Time, Argentina Standard Time, SA Eastern Standard Time, Greenland Standard Time, Montevideo Standard Time, Bahia Standard Time, UTC-02, Mid-Atlantic Standard Time, Azores Standard Time, Cape Verde Standard Time, Morocco Standard Time, UTC, GMT Standard Time, Greenwich Standard Time, W. Europe Standard Time, Central Europe Standard Time, Romance Standard Time, Central European Standard Time, W. Central Africa Standard Time, Namibia Standard Time, Jordan Standard Time, GTB Standard Time, Middle East Standard Time, Egypt Standard Time, Syria Standard Time, E. Europe Standard Time, South Africa Standard Time, FLE Standard Time, Turkey Standard Time, Israel Standard Time, Kaliningrad Standard Time, Libya Standard Time, Arabic Standard Time, Arab Standard Time, Belarus Standard Time, Russian Standard Time, E. Africa Standard Time, Iran Standard Time, Arabian Standard Time, Azerbaijan Standard Time, Russia Time Zone 3, Mauritius Standard Time, Georgian Standard Time, Caucasus Standard Time, Afghanistan Standard Time, West Asia Standard Time, Ekaterinburg Standard Time, Pakistan Standard Time, India Standard Time, Sri Lanka Standard Time, Nepal Standard Time, Central Asia Standard Time, Bangladesh Standard Time, N. Central Asia Standard Time, Myanmar Standard Time, SE Asia Standard Time, North Asia Standard Time, China Standard Time, North Asia East Standard Time, Singapore Standard Time, W. Australia Standard Time, Taipei Standard Time, Ulaanbaatar Standard Time, Tokyo Standard Time, Korea Standard Time, Yakutsk Standard Time, Cen. Australia Standard Time, AUS Central Standard Time, E. Australia Standard Time, AUS Eastern Standard Time, West Pacific Standard Time, Tasmania Standard Time, Magadan Standard Time, Vladivostok Standard Time, Russia Time Zone 10, Central Pacific Standard Time, Russia Time Zone 11, New Zealand Standard Time, UTC+12, Fiji Standard Time, Kamchatka Standard Time, Tonga Standard Time, Samoa Standard Time, Line Islands Standard Time */\n timeZone: string;\n /** the collection of days that the profile takes effect on. Possible values are Sunday through Saturday. */\n days: string[];\n /** A collection of hours that the profile takes effect on. Values supported are 0 to 23 on the 24-hour clock (AM/PM times are not supported). */\n hours: number[];\n /** A collection of minutes at which the profile takes effect at. */\n minutes: number[];\n}\n\n/** Autoscale notification. */\nexport interface AutoscaleNotification {\n /** the operation associated with the notification and its value must be \"scale\" */\n operation: \"Scale\";\n /** the email notification. */\n email?: EmailNotification;\n /** the collection of webhook notifications. */\n webhooks?: WebhookNotification[];\n}\n\n/** Email notification of an autoscale event. */\nexport interface EmailNotification {\n /** a value indicating whether to send email to subscription administrator. */\n sendToSubscriptionAdministrator?: boolean;\n /** a value indicating whether to send email to subscription co-administrators. */\n sendToSubscriptionCoAdministrators?: boolean;\n /** the custom e-mails list. This value can be null or empty, in which case this attribute will be ignored. */\n customEmails?: string[];\n}\n\n/** Webhook notification of an autoscale event. */\nexport interface WebhookNotification {\n /** the service address to receive the notification. */\n serviceUri?: string;\n /** a property bag of settings. This value can be empty. */\n properties?: { [propertyName: string]: string };\n}\n\n/** The parameters for enabling predictive autoscale. */\nexport interface PredictiveAutoscalePolicy {\n /** the predictive autoscale mode */\n scaleMode: PredictiveAutoscalePolicyScaleMode;\n /** the amount of time to specify by which instances are launched in advance. It must be between 1 minute and 60 minutes in ISO 8601 format. */\n scaleLookAheadTime?: string;\n}\n\n/** The autoscale setting resource. */\nexport interface ResourceAutoGenerated2 {\n /**\n * Azure resource Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Azure resource name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Azure resource type\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Resource location */\n location: string;\n /** Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater in length than 128 characters and a value no greater in length than 256 characters. */\n tags?: { [propertyName: string]: string };\n /**\n * The system metadata related to the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Describes the format of Error response. */\nexport interface AutoscaleErrorResponse {\n /** The error object. */\n error?: AutoscaleErrorResponseError;\n /**\n * The system metadata related to the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** The error object. */\nexport interface AutoscaleErrorResponseError {\n /** One of a server-defined set of error codes. */\n code?: string;\n /** A human-readable representation of the error. */\n message?: string;\n /** The target of the particular error. */\n target?: string;\n /** A human-readable representation of the error's details. */\n details?: string;\n}\n\n/** The autoscale setting object for patch operations. */\nexport interface AutoscaleSettingResourcePatch {\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n /** the collection of automatic scaling profiles that specify different scaling parameters for different time periods. A maximum of 20 profiles can be specified. */\n profiles?: AutoscaleProfile[];\n /** the collection of notifications. */\n notifications?: AutoscaleNotification[];\n /** the enabled flag. Specifies whether automatic scaling is enabled for the resource. The default value is 'false'. */\n enabled?: boolean;\n /** the predictive autoscale policy mode. */\n predictiveAutoscalePolicy?: PredictiveAutoscalePolicy;\n /** the name of the autoscale setting. */\n name?: string;\n /** the resource identifier of the resource that the autoscale setting should be added to. */\n targetResourceUri?: string;\n /** the location of the resource that the autoscale setting should be added to. */\n targetResourceLocation?: string;\n}\n\n/** The response to a metrics query. */\nexport interface PredictiveResponse {\n /** The timespan for which the data was retrieved. Its value consists of two datetimes concatenated, separated by '/'. This may be adjusted in the future and returned back from what was originally requested. */\n timespan?: string;\n /** The interval (window size) for which the metric data was returned in. This may be adjusted in the future and returned back from what was originally requested. This is not present if a metadata request was made. */\n interval?: string;\n /** The metrics being queried */\n metricName?: string;\n /** resource of the predictive metric. */\n targetResourceId?: string;\n /** the value of the collection. */\n data?: PredictiveValue[];\n}\n\n/** Represents a predictive metric value in the given bucket. */\nexport interface PredictiveValue {\n /** the timestamp for the metric value in ISO 8601 format. */\n timeStamp: Date;\n /** Predictive value in this time bucket. */\n value: number;\n}\n\n/** Result of the request to list Microsoft.Insights operations. It contains a list of operations and a URL link to get the next set of results. */\nexport interface OperationListResultAutoGenerated {\n /** List of operations supported by the Microsoft.Insights provider. */\n value?: OperationAutoGenerated[];\n /** URL to get the next set of operation list results if there are any. */\n nextLink?: string;\n}\n\n/** Microsoft Insights API operation definition. */\nexport interface OperationAutoGenerated {\n /** Operation name: {provider}/{resource}/{operation} */\n name?: string;\n /** Display metadata associated with the operation. */\n display?: OperationDisplayAutoGenerated;\n}\n\n/** Display metadata associated with the operation. */\nexport interface OperationDisplayAutoGenerated {\n /** Service provider: Microsoft.Insights */\n provider?: string;\n /** Resource on which the operation is performed: AlertRules, Autoscale, etc. */\n resource?: string;\n /** Operation type: Read, write, delete, etc. */\n operation?: string;\n}\n\n/** An alert incident indicates the activation status of an alert rule. */\nexport interface Incident {\n /**\n * Incident name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Rule name that is associated with the incident.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ruleName?: string;\n /**\n * A boolean to indicate whether the incident is active or resolved.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isActive?: boolean;\n /**\n * The time at which the incident was activated in ISO8601 format.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly activatedTime?: Date;\n /**\n * The time at which the incident was resolved in ISO8601 format. If null, it means the incident is still active.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resolvedTime?: Date;\n}\n\n/** The List incidents operation response. */\nexport interface IncidentListResult {\n /** the incident collection. */\n value?: Incident[];\n}\n\n/** The condition that results in the alert rule being activated. */\nexport interface RuleCondition {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n odataType:\n | \"Microsoft.Azure.Management.Insights.Models.ThresholdRuleCondition\"\n | \"Microsoft.Azure.Management.Insights.Models.LocationThresholdRuleCondition\"\n | \"Microsoft.Azure.Management.Insights.Models.ManagementEventRuleCondition\";\n /** the resource from which the rule collects its data. For this type dataSource will always be of type RuleMetricDataSource. */\n dataSource?: RuleDataSourceUnion;\n}\n\n/** The resource from which the rule collects its data. */\nexport interface RuleDataSource {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n odataType:\n | \"Microsoft.Azure.Management.Insights.Models.RuleMetricDataSource\"\n | \"Microsoft.Azure.Management.Insights.Models.RuleManagementEventDataSource\";\n /** the resource identifier of the resource the rule monitors. **NOTE**: this property cannot be updated for an existing rule. */\n resourceUri?: string;\n /** the legacy resource identifier of the resource the rule monitors. **NOTE**: this property cannot be updated for an existing rule. */\n legacyResourceId?: string;\n /** the location of the resource. */\n resourceLocation?: string;\n /** the namespace of the metric. */\n metricNamespace?: string;\n}\n\n/** The action that is performed when the alert rule becomes active, and when an alert condition is resolved. */\nexport interface RuleAction {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n odataType:\n | \"Microsoft.Azure.Management.Insights.Models.RuleEmailAction\"\n | \"Microsoft.Azure.Management.Insights.Models.RuleWebhookAction\";\n}\n\n/** An azure resource object */\nexport interface ResourceAutoGenerated3 {\n /**\n * Azure resource Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Azure resource name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Azure resource type\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Resource location */\n location: string;\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n}\n\n/** The alert rule object for patch operations. */\nexport interface AlertRuleResourcePatch {\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n /** the name of the alert rule. */\n name?: string;\n /** the description of the alert rule that will be included in the alert email. */\n description?: string;\n /** the provisioning state. */\n provisioningState?: string;\n /** the flag that indicates whether the alert rule is enabled. */\n isEnabled?: boolean;\n /** the condition that results in the alert rule being activated. */\n condition?: RuleConditionUnion;\n /** action that is performed when the alert rule becomes active, and when an alert condition is resolved. */\n action?: RuleActionUnion;\n /** the array of actions that are performed when the alert rule becomes active, and when an alert condition is resolved. */\n actions?: RuleActionUnion[];\n /**\n * Last time the rule was updated in ISO8601 format.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastUpdatedTime?: Date;\n}\n\n/** Represents a collection of alert rule resources. */\nexport interface AlertRuleResourceCollection {\n /** the values for the alert rule resources. */\n value?: AlertRuleResource[];\n}\n\n/** Specifies the retention policy for the log. */\nexport interface RetentionPolicy {\n /** a value indicating whether the retention policy is enabled. */\n enabled: boolean;\n /** the number of days for the retention in days. A value of 0 will retain the events indefinitely. */\n days: number;\n}\n\n/** An azure resource object */\nexport interface ResourceAutoGenerated4 {\n /**\n * Azure resource Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Azure resource name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Azure resource type\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Resource location */\n location: string;\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n}\n\n/** The log profile resource for patch operations. */\nexport interface LogProfileResourcePatch {\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n /** the resource id of the storage account to which you would like to send the Activity Log. */\n storageAccountId?: string;\n /** The service bus rule ID of the service bus namespace in which you would like to have Event Hubs created for streaming the Activity Log. The rule ID is of the format: '{service bus resource ID}/authorizationrules/{key name}'. */\n serviceBusRuleId?: string;\n /** List of regions for which Activity Log events should be stored or streamed. It is a comma separated list of valid ARM locations including the 'global' location. */\n locations?: string[];\n /** the categories of the logs. These categories are created as is convenient to the user. Some values are: 'Write', 'Delete', and/or 'Action.' */\n categories?: string[];\n /** the retention policy for the events in the log. */\n retentionPolicy?: RetentionPolicy;\n}\n\n/** Represents a collection of log profiles. */\nexport interface LogProfileCollection {\n /** the values of the log profiles. */\n value: LogProfileResource[];\n}\n\n/** Part of MultiTenantDiagnosticSettings. Specifies the settings for a particular metric. */\nexport interface MetricSettings {\n /** the timegrain of the metric in ISO8601 format. */\n timeGrain?: string;\n /** Name of a Diagnostic Metric category for a resource type this setting is applied to. To obtain the list of Diagnostic metric categories for a resource, first perform a GET diagnostic settings operation. */\n category?: string;\n /** a value indicating whether this category is enabled. */\n enabled: boolean;\n /** the retention policy for this category. */\n retentionPolicy?: RetentionPolicy;\n}\n\n/** Part of MultiTenantDiagnosticSettings. Specifies the settings for a particular log. */\nexport interface LogSettings {\n /** Name of a Diagnostic Log category for a resource type this setting is applied to. To obtain the list of Diagnostic Log categories for a resource, first perform a GET diagnostic settings operation. */\n category?: string;\n /** Name of a Diagnostic Log category group for a resource type this setting is applied to. To obtain the list of Diagnostic Log categories for a resource, first perform a GET diagnostic settings operation. */\n categoryGroup?: string;\n /** a value indicating whether this log is enabled. */\n enabled: boolean;\n /** the retention policy for this log. */\n retentionPolicy?: RetentionPolicy;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface ResourceAutoGenerated5 {\n /**\n * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** Represents a collection of alert rule resources. */\nexport interface DiagnosticSettingsResourceCollection {\n /** The collection of diagnostic settings resources;. */\n value?: DiagnosticSettingsResource[];\n}\n\n/** Represents a collection of diagnostic setting category resources. */\nexport interface DiagnosticSettingsCategoryResourceCollection {\n /** The collection of diagnostic settings category resources. */\n value?: DiagnosticSettingsCategoryResource[];\n}\n\n/** An email receiver. */\nexport interface EmailReceiver {\n /** The name of the email receiver. Names must be unique across all receivers within an action group. */\n name: string;\n /** The email address of this receiver. */\n emailAddress: string;\n /** Indicates whether to use common alert schema. */\n useCommonAlertSchema?: boolean;\n /**\n * The receiver status of the e-mail.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: ReceiverStatus;\n}\n\n/** An SMS receiver. */\nexport interface SmsReceiver {\n /** The name of the SMS receiver. Names must be unique across all receivers within an action group. */\n name: string;\n /** The country code of the SMS receiver. */\n countryCode: string;\n /** The phone number of the SMS receiver. */\n phoneNumber: string;\n /**\n * The status of the receiver.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: ReceiverStatus;\n}\n\n/** A webhook receiver. */\nexport interface WebhookReceiver {\n /** The name of the webhook receiver. Names must be unique across all receivers within an action group. */\n name: string;\n /** The URI where webhooks should be sent. */\n serviceUri: string;\n /** Indicates whether to use common alert schema. */\n useCommonAlertSchema?: boolean;\n /** Indicates whether or not use AAD authentication. */\n useAadAuth?: boolean;\n /** Indicates the webhook app object Id for aad auth. */\n objectId?: string;\n /** Indicates the identifier uri for aad auth. */\n identifierUri?: string;\n /** Indicates the tenant id for aad auth. */\n tenantId?: string;\n}\n\n/** An Itsm receiver. */\nexport interface ItsmReceiver {\n /** The name of the Itsm receiver. Names must be unique across all receivers within an action group. */\n name: string;\n /** OMS LA instance identifier. */\n workspaceId: string;\n /** Unique identification of ITSM connection among multiple defined in above workspace. */\n connectionId: string;\n /** JSON blob for the configurations of the ITSM action. CreateMultipleWorkItems option will be part of this blob as well. */\n ticketConfiguration: string;\n /** Region in which workspace resides. Supported values:'centralindia','japaneast','southeastasia','australiasoutheast','uksouth','westcentralus','canadacentral','eastus','westeurope' */\n region: string;\n}\n\n/** The Azure mobile App push notification receiver. */\nexport interface AzureAppPushReceiver {\n /** The name of the Azure mobile app push receiver. Names must be unique across all receivers within an action group. */\n name: string;\n /** The email address registered for the Azure mobile app. */\n emailAddress: string;\n}\n\n/** The Azure Automation Runbook notification receiver. */\nexport interface AutomationRunbookReceiver {\n /** The Azure automation account Id which holds this runbook and authenticate to Azure resource. */\n automationAccountId: string;\n /** The name for this runbook. */\n runbookName: string;\n /** The resource id for webhook linked to this runbook. */\n webhookResourceId: string;\n /** Indicates whether this instance is global runbook. */\n isGlobalRunbook: boolean;\n /** Indicates name of the webhook. */\n name?: string;\n /** The URI where webhooks should be sent. */\n serviceUri?: string;\n /** Indicates whether to use common alert schema. */\n useCommonAlertSchema?: boolean;\n}\n\n/** A voice receiver. */\nexport interface VoiceReceiver {\n /** The name of the voice receiver. Names must be unique across all receivers within an action group. */\n name: string;\n /** The country code of the voice receiver. */\n countryCode: string;\n /** The phone number of the voice receiver. */\n phoneNumber: string;\n}\n\n/** A logic app receiver. */\nexport interface LogicAppReceiver {\n /** The name of the logic app receiver. Names must be unique across all receivers within an action group. */\n name: string;\n /** The azure resource id of the logic app receiver. */\n resourceId: string;\n /** The callback url where http request sent to. */\n callbackUrl: string;\n /** Indicates whether to use common alert schema. */\n useCommonAlertSchema?: boolean;\n}\n\n/** An azure function receiver. */\nexport interface AzureFunctionReceiver {\n /** The name of the azure function receiver. Names must be unique across all receivers within an action group. */\n name: string;\n /** The azure resource id of the function app. */\n functionAppResourceId: string;\n /** The function name in the function app. */\n functionName: string;\n /** The http trigger url where http request sent to. */\n httpTriggerUrl: string;\n /** Indicates whether to use common alert schema. */\n useCommonAlertSchema?: boolean;\n}\n\n/** An arm role receiver. */\nexport interface ArmRoleReceiver {\n /** The name of the arm role receiver. Names must be unique across all receivers within an action group. */\n name: string;\n /** The arm role id. */\n roleId: string;\n /** Indicates whether to use common alert schema. */\n useCommonAlertSchema?: boolean;\n}\n\n/** An Event hub receiver. */\nexport interface EventHubReceiver {\n /** The name of the Event hub receiver. Names must be unique across all receivers within an action group. */\n name: string;\n /** The Event Hub namespace */\n eventHubNameSpace: string;\n /** The name of the specific Event Hub queue */\n eventHubName: string;\n /** Indicates whether to use common alert schema. */\n useCommonAlertSchema?: boolean;\n /** The tenant Id for the subscription containing this event hub */\n tenantId?: string;\n /** The Id for the subscription containing this event hub */\n subscriptionId: string;\n}\n\n/** An azure resource object */\nexport interface AzureResource {\n /**\n * Azure resource Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Azure resource name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Azure resource type\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Resource location */\n location: string;\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n}\n\n/** An action group object for the body of patch operations. */\nexport interface ActionGroupPatchBody {\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n /** Indicates whether this action group is enabled. If an action group is not enabled, then none of its actions will be activated. */\n enabled?: boolean;\n}\n\n/** The request body which contain contact detail metadata */\nexport interface NotificationRequestBody {\n /** The value of the supported alert type. Supported alert type values are: servicehealth, metricstaticthreshold, metricsdynamicthreshold, logalertv2, smartalert, webtestalert, logalertv1numresult, logalertv1metricmeasurement, resourcehealth, activitylog, actualcostbudget, forecastedbudget */\n alertType: string;\n /** The list of email receivers that are part of this action group. */\n emailReceivers?: EmailReceiver[];\n /** The list of SMS receivers that are part of this action group. */\n smsReceivers?: SmsReceiver[];\n /** The list of webhook receivers that are part of this action group. */\n webhookReceivers?: WebhookReceiver[];\n /** The list of ITSM receivers that are part of this action group. */\n itsmReceivers?: ItsmReceiver[];\n /** The list of AzureAppPush receivers that are part of this action group. */\n azureAppPushReceivers?: AzureAppPushReceiver[];\n /** The list of AutomationRunbook receivers that are part of this action group. */\n automationRunbookReceivers?: AutomationRunbookReceiver[];\n /** The list of voice receivers that are part of this action group. */\n voiceReceivers?: VoiceReceiver[];\n /** The list of logic app receivers that are part of this action group. */\n logicAppReceivers?: LogicAppReceiver[];\n /** The list of azure function receivers that are part of this action group. */\n azureFunctionReceivers?: AzureFunctionReceiver[];\n /** The list of ARM role receivers that are part of this action group. Roles are Azure RBAC roles and only built-in roles are supported. */\n armRoleReceivers?: ArmRoleReceiver[];\n /** The list of event hub receivers that are part of this action group. */\n eventHubReceivers?: EventHubReceiver[];\n}\n\n/** The details of the test notification results. */\nexport interface TestNotificationDetailsResponse {\n /** The context info */\n context?: Context;\n /** The overall state */\n state: string;\n /** The completed time */\n completedTime?: string;\n /** The created time */\n createdTime?: string;\n /** The list of action detail */\n actionDetails?: ActionDetail[];\n}\n\n/** The context info */\nexport interface Context {\n /** The source of the notification request */\n notificationSource?: string;\n /** The context id type */\n contextType?: string;\n}\n\n/** The action detail */\nexport interface ActionDetail {\n /** The mechanism type */\n mechanismType?: string;\n /** The name of the action */\n name?: string;\n /** The status of the action */\n status?: string;\n /** The substatus of the action */\n subState?: string;\n /** The send time */\n sendTime?: string;\n /** The detail of the friendly error message */\n detail?: string;\n}\n\n/** A list of action groups. */\nexport interface ActionGroupList {\n /** The list of action groups. */\n value?: ActionGroupResource[];\n /** Provides the link to retrieve the next set of elements. */\n nextLink?: string;\n}\n\n/** Describes a receiver that should be resubscribed. */\nexport interface EnableRequest {\n /** The name of the receiver to resubscribe. */\n receiverName: string;\n}\n\n/** An email receiver. */\nexport interface EmailReceiverAutoGenerated {\n /** The name of the email receiver. Names must be unique across all receivers within a tenant action group. */\n name: string;\n /** The email address of this receiver. */\n emailAddress: string;\n /** Indicates whether to use common alert schema. */\n useCommonAlertSchema?: boolean;\n /**\n * The receiver status of the e-mail.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: ReceiverStatus;\n}\n\n/** An SMS receiver. */\nexport interface SmsReceiverAutoGenerated {\n /** The name of the SMS receiver. Names must be unique across all receivers within a tenant action group. */\n name: string;\n /** The country code of the SMS receiver. */\n countryCode: string;\n /** The phone number of the SMS receiver. */\n phoneNumber: string;\n /**\n * The status of the receiver.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: ReceiverStatus;\n}\n\n/** A webhook receiver. */\nexport interface WebhookReceiverAutoGenerated {\n /** The name of the webhook receiver. Names must be unique across all receivers within a tenant action group. */\n name: string;\n /** The URI where webhooks should be sent. */\n serviceUri: string;\n /** Indicates whether to use common alert schema. */\n useCommonAlertSchema?: boolean;\n /** Indicates whether or not use AAD authentication. */\n useAadAuth?: boolean;\n /** Indicates the webhook app object Id for aad auth. */\n objectId?: string;\n /** Indicates the identifier uri for aad auth. */\n identifierUri?: string;\n /** Indicates the tenant id for aad auth. */\n tenantId?: string;\n}\n\n/** The Azure mobile App push notification receiver. */\nexport interface AzureAppPushReceiverAutoGenerated {\n /** The name of the Azure mobile app push receiver. Names must be unique across all receivers within a tenant action group. */\n name: string;\n /** The email address registered for the Azure mobile app. */\n emailAddress: string;\n}\n\n/** A voice receiver. */\nexport interface VoiceReceiverAutoGenerated {\n /** The name of the voice receiver. Names must be unique across all receivers within a tenant action group. */\n name: string;\n /** The country code of the voice receiver. */\n countryCode: string;\n /** The phone number of the voice receiver. */\n phoneNumber: string;\n}\n\n/** A tenant action group object for the body of patch operations. */\nexport interface ActionGroupPatchBodyAutoGenerated {\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n /** Indicates whether this tenant action group is enabled. If a tenant action group is not enabled, then none of its actions will be activated. */\n enabled?: boolean;\n}\n\n/** A list of tenant action groups. */\nexport interface TenantActionGroupList {\n /** The list of tenant action groups. */\n value?: TenantActionGroupResource[];\n /** Provides the link to retrieve the next set of elements. */\n nextLink?: string;\n}\n\n/** The request body which contain contact detail metadata */\nexport interface TenantNotificationRequestBody {\n /** The value of the supported alert type. Supported alert type value is: servicehealth */\n alertType: string;\n /** The list of email receivers that are part of this action group. */\n emailReceivers?: EmailReceiverAutoGenerated[];\n /** The list of SMS receivers that are part of this action group. */\n smsReceivers?: SmsReceiverAutoGenerated[];\n /** The list of webhook receivers that are part of this action group. */\n webhookReceivers?: WebhookReceiverAutoGenerated[];\n /** The list of AzureAppPush receivers that are part of this action group. */\n azureAppPushReceivers?: AzureAppPushReceiverAutoGenerated[];\n /** The list of voice receivers that are part of this action group. */\n voiceReceivers?: VoiceReceiverAutoGenerated[];\n}\n\n/** The details of the test notification results. */\nexport interface TestNotificationDetailsResponseAutoGenerated {\n /** The context info */\n context?: Context;\n /** The overall state */\n state: string;\n /** The completed time */\n completedTime?: string;\n /** The created time */\n createdTime?: string;\n /** The list of action detail */\n actionDetails?: ActionDetailAutoGenerated[];\n}\n\n/** The action detail */\nexport interface ActionDetailAutoGenerated {\n /** The mechanism type */\n mechanismType?: string;\n /** The name of the action */\n name?: string;\n /** The status of the action */\n status?: string;\n /** The substatus of the action */\n subState?: string;\n /** The send time */\n sendTime?: string;\n /** The detail of the friendly error message */\n message?: string;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponseAutoGenerated3 {\n /** The error object. */\n error?: ErrorDetailAutoGenerated;\n}\n\n/** The error detail. */\nexport interface ErrorDetailAutoGenerated {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetailAutoGenerated[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** Represents collection of events. */\nexport interface EventDataCollection {\n /** this list that includes the Azure audit logs. */\n value: EventData[];\n /** Provides the link to retrieve the next set of events. */\n nextLink?: string;\n}\n\n/** The Azure event log entries are of type EventData */\nexport interface EventData {\n /**\n * The sender authorization information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly authorization?: SenderAuthorization;\n /**\n * key value pairs to identify ARM permissions.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly claims?: { [propertyName: string]: string };\n /**\n * the email address of the user who has performed the operation, the UPN claim or SPN claim based on availability.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly caller?: string;\n /**\n * the description of the event.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * the Id of this event as required by ARM for RBAC. It contains the EventDataID and a timestamp information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * the event data Id. This is a unique identifier for an event.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly eventDataId?: string;\n /**\n * the correlation Id, usually a GUID in the string format. The correlation Id is shared among the events that belong to the same uber operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly correlationId?: string;\n /**\n * the event name. This value should not be confused with OperationName. For practical purposes, OperationName might be more appealing to end users.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly eventName?: LocalizableStringAutoGenerated;\n /**\n * the event category.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly category?: LocalizableStringAutoGenerated;\n /**\n * the HTTP request info. Usually includes the 'clientRequestId', 'clientIpAddress' (IP address of the user who initiated the event) and 'method' (HTTP method e.g. PUT).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly httpRequest?: HttpRequestInfo;\n /**\n * the event level\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly level?: EventLevel;\n /**\n * the resource group name of the impacted resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceGroupName?: string;\n /**\n * the resource provider name of the impacted resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceProviderName?: LocalizableStringAutoGenerated;\n /**\n * the resource uri that uniquely identifies the resource that caused this event.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceId?: string;\n /**\n * the resource type\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceType?: LocalizableStringAutoGenerated;\n /**\n * It is usually a GUID shared among the events corresponding to single operation. This value should not be confused with EventName.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operationId?: string;\n /**\n * the operation name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operationName?: LocalizableStringAutoGenerated;\n /**\n * the set of <Key, Value> pairs (usually a Dictionary<String, String>) that includes details about the event.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly properties?: { [propertyName: string]: string };\n /**\n * a string describing the status of the operation. Some typical values are: Started, In progress, Succeeded, Failed, Resolved.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: LocalizableStringAutoGenerated;\n /**\n * the event sub status. Most of the time, when included, this captures the HTTP status code of the REST call. Common values are: OK (HTTP Status Code: 200), Created (HTTP Status Code: 201), Accepted (HTTP Status Code: 202), No Content (HTTP Status Code: 204), Bad Request(HTTP Status Code: 400), Not Found (HTTP Status Code: 404), Conflict (HTTP Status Code: 409), Internal Server Error (HTTP Status Code: 500), Service Unavailable (HTTP Status Code:503), Gateway Timeout (HTTP Status Code: 504)\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subStatus?: LocalizableStringAutoGenerated;\n /**\n * the timestamp of when the event was generated by the Azure service processing the request corresponding the event. It in ISO 8601 format.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly eventTimestamp?: Date;\n /**\n * the timestamp of when the event became available for querying via this API. It is in ISO 8601 format. This value should not be confused eventTimestamp. As there might be a delay between the occurrence time of the event, and the time that the event is submitted to the Azure logging infrastructure.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly submissionTimestamp?: Date;\n /**\n * the Azure subscription Id usually a GUID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscriptionId?: string;\n /**\n * the Azure tenant Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n}\n\n/** the authorization used by the user who has performed the operation that led to this event. This captures the RBAC properties of the event. These usually include the 'action', 'role' and the 'scope' */\nexport interface SenderAuthorization {\n /** the permissible actions. For instance: microsoft.support/supporttickets/write */\n action?: string;\n /** the role of the user. For instance: Subscription Admin */\n role?: string;\n /** the scope. */\n scope?: string;\n}\n\n/** The localizable string class. */\nexport interface LocalizableStringAutoGenerated {\n /** the invariant value. */\n value: string;\n /** the locale specific value. */\n localizedValue?: string;\n}\n\n/** The Http request info. */\nexport interface HttpRequestInfo {\n /** the client request id. */\n clientRequestId?: string;\n /** the client Ip Address */\n clientIpAddress?: string;\n /** the Http request method. */\n method?: string;\n /** the Uri. */\n uri?: string;\n}\n\n/** A collection of event categories. Currently possible values are: Administrative, Security, ServiceHealth, Alert, Recommendation, Policy. */\nexport interface EventCategoryCollection {\n /** the list that includes the Azure event categories. */\n value: LocalizableStringAutoGenerated[];\n}\n\n/** A list of metric baselines. */\nexport interface MetricBaselinesResponse {\n /** The list of metric baselines. */\n value?: SingleMetricBaseline[];\n}\n\n/** The baseline results of a single metric. */\nexport interface SingleMetricBaseline {\n /** The metric baseline Id. */\n id: string;\n /** The resource type of the metric baseline resource. */\n type: string;\n /** The name of the metric for which the baselines were retrieved. */\n name: string;\n /** The timespan for which the data was retrieved. Its value consists of two datetimes concatenated, separated by '/'. This may be adjusted in the future and returned back from what was originally requested. */\n timespan: string;\n /** The interval (window size) for which the metric data was returned in. This may be adjusted in the future and returned back from what was originally requested. This is not present if a metadata request was made. */\n interval: string;\n /** The namespace of the metrics been queried. */\n namespace?: string;\n /** The baseline for each time series that was queried. */\n baselines: TimeSeriesBaseline[];\n}\n\n/** The baseline values for a single time series. */\nexport interface TimeSeriesBaseline {\n /** The aggregation type of the metric. */\n aggregation: string;\n /** The dimensions of this time series. */\n dimensions?: MetricSingleDimension[];\n /** The list of timestamps of the baselines. */\n timestamps: Date[];\n /** The baseline values for each sensitivity. */\n data: SingleBaseline[];\n /** The baseline metadata values. */\n metadataValues?: BaselineMetadata[];\n}\n\n/** The metric dimension name and value. */\nexport interface MetricSingleDimension {\n /** Name of the dimension. */\n name: string;\n /** Value of the dimension. */\n value: string;\n}\n\n/** The baseline values for a single sensitivity value. */\nexport interface SingleBaseline {\n /** the sensitivity of the baseline. */\n sensitivity: BaselineSensitivity;\n /** The low thresholds of the baseline. */\n lowThresholds: number[];\n /** The high thresholds of the baseline. */\n highThresholds: number[];\n}\n\n/** Represents a baseline metadata value. */\nexport interface BaselineMetadata {\n /** Name of the baseline metadata. */\n name: string;\n /** Value of the baseline metadata. */\n value: string;\n}\n\n/** Represents a collection of alert rule resources. */\nexport interface MetricAlertResourceCollection {\n /** the values for the alert rule resources. */\n value?: MetricAlertResource[];\n}\n\n/** The rule criteria that defines the conditions of the alert rule. */\nexport interface MetricAlertCriteria {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n odataType:\n | \"Microsoft.Azure.Monitor.SingleResourceMultipleMetricCriteria\"\n | \"Microsoft.Azure.Monitor.WebtestLocationAvailabilityCriteria\"\n | \"Microsoft.Azure.Monitor.MultipleResourceMultipleMetricCriteria\";\n /** Describes unknown properties. The value of an unknown property can be of \"any\" type. */\n [property: string]: any;\n}\n\n/** An alert action. */\nexport interface MetricAlertAction {\n /** the id of the action group to use. */\n actionGroupId?: string;\n /** This field allows specifying custom properties, which would be appended to the alert payload sent as input to the webhook. */\n webHookProperties?: { [propertyName: string]: string };\n}\n\n/** An azure resource object */\nexport interface ResourceAutoGenerated6 {\n /**\n * Azure resource Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Azure resource name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Azure resource type\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Resource location */\n location: string;\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n}\n\n/** The metric alert resource for patch operations. */\nexport interface MetricAlertResourcePatch {\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n /** the description of the metric alert that will be included in the alert email. */\n description?: string;\n /** Alert severity {0, 1, 2, 3, 4} */\n severity?: number;\n /** the flag that indicates whether the metric alert is enabled. */\n enabled?: boolean;\n /** the list of resource id's that this metric alert is scoped to. */\n scopes?: string[];\n /** how often the metric alert is evaluated represented in ISO 8601 duration format. */\n evaluationFrequency?: string;\n /** the period of time (in ISO 8601 duration format) that is used to monitor alert activity based on the threshold. */\n windowSize?: string;\n /** the resource type of the target resource(s) on which the alert is created/updated. Mandatory for MultipleResourceMultipleMetricCriteria. */\n targetResourceType?: string;\n /** the region of the target resource(s) on which the alert is created/updated. Mandatory for MultipleResourceMultipleMetricCriteria. */\n targetResourceRegion?: string;\n /** defines the specific alert criteria information. */\n criteria?: MetricAlertCriteriaUnion;\n /** the flag that indicates whether the alert should be auto resolved or not. The default is true. */\n autoMitigate?: boolean;\n /** the array of actions that are performed when the alert rule becomes active, and when an alert condition is resolved. */\n actions?: MetricAlertAction[];\n /**\n * Last time the rule was updated in ISO8601 format.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastUpdatedTime?: Date;\n /**\n * the value indicating whether this alert rule is migrated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isMigrated?: boolean;\n}\n\n/** Represents a collection of alert rule resources. */\nexport interface MetricAlertStatusCollection {\n /** the values for the alert rule resources. */\n value?: MetricAlertStatus[];\n}\n\n/** An alert status. */\nexport interface MetricAlertStatus {\n /** The status name. */\n name?: string;\n /** The alert rule arm id. */\n id?: string;\n /** The extended resource type name. */\n type?: string;\n /** The alert status properties of the metric alert status. */\n properties?: MetricAlertStatusProperties;\n}\n\n/** An alert status properties. */\nexport interface MetricAlertStatusProperties {\n /** An object describing the type of the dimensions. */\n dimensions?: { [propertyName: string]: string };\n /** status value */\n status?: string;\n /** UTC time when the status was checked. */\n timestamp?: Date;\n}\n\n/** Represents a collection of scheduled query rule resources. */\nexport interface ScheduledQueryRuleResourceCollection {\n /** The values for the scheduled query rule resources. */\n value?: ScheduledQueryRuleResource[];\n /**\n * Provides the link to retrieve the next set of elements.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The scheduled query rule resource. */\nexport interface ScheduledQueryRuleResource {\n /**\n * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** The identity of the resource. */\n identity?: Identity;\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n /** Indicates the type of scheduled query rule. The default is LogAlert. */\n kind?: Kind;\n /**\n * The etag field is *not* required. If it is provided in the response body, it must also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /**\n * SystemData of ScheduledQueryRule.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /**\n * The api-version used when creating this alert rule\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdWithApiVersion?: string;\n /**\n * True if alert rule is legacy Log Analytic rule\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isLegacyLogAnalyticsRule?: boolean;\n /** The description of the scheduled query rule. */\n description?: string;\n /** The display name of the alert rule */\n displayName?: string;\n /** Severity of the alert. Should be an integer between [0-4]. Value of 0 is severest. Relevant and required only for rules of the kind LogAlert. */\n severity?: AlertSeverity;\n /** The flag which indicates whether this scheduled query rule is enabled. Value should be true or false */\n enabled?: boolean;\n /** The list of resource id's that this scheduled query rule is scoped to. */\n scopes?: string[];\n /** How often the scheduled query rule is evaluated represented in ISO 8601 duration format. Relevant and required only for rules of the kind LogAlert. */\n evaluationFrequency?: string;\n /** The period of time (in ISO 8601 duration format) on which the Alert query will be executed (bin size). Relevant and required only for rules of the kind LogAlert. */\n windowSize?: string;\n /** If specified then overrides the query time range (default is WindowSize*NumberOfEvaluationPeriods). Relevant only for rules of the kind LogAlert. */\n overrideQueryTimeRange?: string;\n /** List of resource type of the target resource(s) on which the alert is created/updated. For example if the scope is a resource group and targetResourceTypes is Microsoft.Compute/virtualMachines, then a different alert will be fired for each virtual machine in the resource group which meet the alert criteria. Relevant only for rules of the kind LogAlert */\n targetResourceTypes?: string[];\n /** The rule criteria that defines the conditions of the scheduled query rule. */\n criteria?: ScheduledQueryRuleCriteria;\n /** Mute actions for the chosen period of time (in ISO 8601 duration format) after the alert is fired. Relevant only for rules of the kind LogAlert. */\n muteActionsDuration?: string;\n /** Actions to invoke when the alert fires. */\n actions?: Actions;\n /**\n * The flag which indicates whether this scheduled query rule has been configured to be stored in the customer's storage. The default is false.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isWorkspaceAlertsStorageConfigured?: boolean;\n /** The flag which indicates whether this scheduled query rule should be stored in the customer's storage. The default is false. Relevant only for rules of the kind LogAlert. */\n checkWorkspaceAlertsStorageConfigured?: boolean;\n /** The flag which indicates whether the provided query should be validated or not. The default is false. Relevant only for rules of the kind LogAlert. */\n skipQueryValidation?: boolean;\n /** The flag that indicates whether the alert should be automatically resolved or not. The default is true. Relevant only for rules of the kind LogAlert. */\n autoMitigate?: boolean;\n /** Defines the configuration for resolving fired alerts. Relevant only for rules of the kind LogAlert. */\n ruleResolveConfiguration?: RuleResolveConfiguration;\n}\n\n/** Identity for the resource. */\nexport interface Identity {\n /**\n * The principal ID of resource identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The tenant ID of resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** Type of managed service identity. */\n type: IdentityType;\n /** The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. */\n userAssignedIdentities?: { [propertyName: string]: UserIdentityProperties };\n}\n\n/** User assigned identity properties. */\nexport interface UserIdentityProperties {\n /**\n * The principal id of user assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The client id of user assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientId?: string;\n}\n\n/** The rule criteria that defines the conditions of the scheduled query rule. */\nexport interface ScheduledQueryRuleCriteria {\n /** A list of conditions to evaluate against the specified scopes */\n allOf?: Condition[];\n}\n\n/** A condition of the scheduled query rule. */\nexport interface Condition {\n /** Log query alert */\n query?: string;\n /** Aggregation type. Relevant and required only for rules of the kind LogAlert. */\n timeAggregation?: TimeAggregation;\n /** The column containing the metric measure number. Relevant only for rules of the kind LogAlert. */\n metricMeasureColumn?: string;\n /** The column containing the resource id. The content of the column must be a uri formatted as resource id. Relevant only for rules of the kind LogAlert. */\n resourceIdColumn?: string;\n /** List of Dimensions conditions */\n dimensions?: Dimension[];\n /** The criteria operator. Relevant and required only for rules of the kind LogAlert. */\n operator?: ConditionOperator;\n /** the criteria threshold value that activates the alert. Relevant and required only for rules of the kind LogAlert. */\n threshold?: number;\n /** The minimum number of violations required within the selected lookback time window required to raise an alert. Relevant only for rules of the kind LogAlert. */\n failingPeriods?: ConditionFailingPeriods;\n /** The name of the metric to be sent. Relevant and required only for rules of the kind LogToMetric. */\n metricName?: string;\n}\n\n/** Dimension splitting and filtering definition */\nexport interface Dimension {\n /** Name of the dimension */\n name: string;\n /** Operator for dimension values */\n operator: DimensionOperator;\n /** List of dimension values */\n values: string[];\n}\n\n/** The minimum number of violations required within the selected lookback time window required to raise an alert. Relevant only for rules of the kind LogAlert. */\nexport interface ConditionFailingPeriods {\n /** The number of aggregated lookback points. The lookback time window is calculated based on the aggregation granularity (windowSize) and the selected number of aggregated points. Default value is 1 */\n numberOfEvaluationPeriods?: number;\n /** The number of violations to trigger an alert. Should be smaller or equal to numberOfEvaluationPeriods. Default value is 1 */\n minFailingPeriodsToAlert?: number;\n}\n\n/** Actions to invoke when the alert fires. */\nexport interface Actions {\n /** Action Group resource Ids to invoke when the alert fires. */\n actionGroups?: string[];\n /** The properties of an alert payload. */\n customProperties?: { [propertyName: string]: string };\n /** The properties of an action properties. */\n actionProperties?: { [propertyName: string]: string };\n}\n\n/** TBD. Relevant only for rules of the kind LogAlert. */\nexport interface RuleResolveConfiguration {\n /** The flag that indicates whether or not to auto resolve a fired alert. */\n autoResolved?: boolean;\n /** The duration a rule must evaluate as healthy before the fired alert is automatically resolved represented in ISO 8601 duration format. */\n timeToResolve?: string;\n}\n\n/** The scheduled query rule resource for patch operations. */\nexport interface ScheduledQueryRuleResourcePatch {\n /** The identity of the resource. */\n identity?: Identity;\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n /**\n * The api-version used when creating this alert rule\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdWithApiVersion?: string;\n /**\n * True if alert rule is legacy Log Analytic rule\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isLegacyLogAnalyticsRule?: boolean;\n /** The description of the scheduled query rule. */\n description?: string;\n /** The display name of the alert rule */\n displayName?: string;\n /** Severity of the alert. Should be an integer between [0-4]. Value of 0 is severest. Relevant and required only for rules of the kind LogAlert. */\n severity?: AlertSeverity;\n /** The flag which indicates whether this scheduled query rule is enabled. Value should be true or false */\n enabled?: boolean;\n /** The list of resource id's that this scheduled query rule is scoped to. */\n scopes?: string[];\n /** How often the scheduled query rule is evaluated represented in ISO 8601 duration format. Relevant and required only for rules of the kind LogAlert. */\n evaluationFrequency?: string;\n /** The period of time (in ISO 8601 duration format) on which the Alert query will be executed (bin size). Relevant and required only for rules of the kind LogAlert. */\n windowSize?: string;\n /** If specified then overrides the query time range (default is WindowSize*NumberOfEvaluationPeriods). Relevant only for rules of the kind LogAlert. */\n overrideQueryTimeRange?: string;\n /** List of resource type of the target resource(s) on which the alert is created/updated. For example if the scope is a resource group and targetResourceTypes is Microsoft.Compute/virtualMachines, then a different alert will be fired for each virtual machine in the resource group which meet the alert criteria. Relevant only for rules of the kind LogAlert */\n targetResourceTypes?: string[];\n /** The rule criteria that defines the conditions of the scheduled query rule. */\n criteria?: ScheduledQueryRuleCriteria;\n /** Mute actions for the chosen period of time (in ISO 8601 duration format) after the alert is fired. Relevant only for rules of the kind LogAlert. */\n muteActionsDuration?: string;\n /** Actions to invoke when the alert fires. */\n actions?: Actions;\n /**\n * The flag which indicates whether this scheduled query rule has been configured to be stored in the customer's storage. The default is false.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isWorkspaceAlertsStorageConfigured?: boolean;\n /** The flag which indicates whether this scheduled query rule should be stored in the customer's storage. The default is false. Relevant only for rules of the kind LogAlert. */\n checkWorkspaceAlertsStorageConfigured?: boolean;\n /** The flag which indicates whether the provided query should be validated or not. The default is false. Relevant only for rules of the kind LogAlert. */\n skipQueryValidation?: boolean;\n /** The flag that indicates whether the alert should be automatically resolved or not. The default is true. Relevant only for rules of the kind LogAlert. */\n autoMitigate?: boolean;\n /** Defines the configuration for resolving fired alerts. Relevant only for rules of the kind LogAlert. */\n ruleResolveConfiguration?: RuleResolveConfiguration;\n}\n\n/** Information about a container with data for a given resource. */\nexport interface DataContainer {\n /** Log Analytics workspace information. */\n workspace: WorkspaceInfo;\n}\n\n/** Information about a Log Analytics Workspace. */\nexport interface WorkspaceInfo {\n /** Azure Resource Manager identifier of the Log Analytics Workspace. */\n id: string;\n /** Location of the Log Analytics workspace. */\n location: string;\n /** Log Analytics workspace identifier. */\n customerId: string;\n}\n\n/** An azure resource object */\nexport interface ProxyResource {\n /**\n * Azure resource Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Azure resource name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Azure resource type\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** An error response from the API. */\nexport interface ResponseWithError {\n /** Error information. */\n error: ErrorModel;\n}\n\n/** Error details. */\nexport interface ErrorModel {\n /** Error code identifying the specific error. */\n code: string;\n /** Error message in the caller's locale. */\n message?: string;\n}\n\n/** Describes the list of Azure Monitor PrivateLinkScope resources. */\nexport interface AzureMonitorPrivateLinkScopeListResult {\n /** List of Azure Monitor PrivateLinkScope definitions. */\n value: AzureMonitorPrivateLinkScope[];\n /** The URI to get the next set of Azure Monitor PrivateLinkScope definitions if too many PrivateLinkScopes where returned in the result set. */\n nextLink?: string;\n}\n\n/** The Private Endpoint resource. */\nexport interface PrivateEndpointAutoGenerated {\n /**\n * The ARM identifier for Private Endpoint\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n}\n\n/** Properties that define the scope private link mode settings. */\nexport interface AccessModeSettings {\n /** Specifies the default access mode of queries through associated private endpoints in scope. If not specified default value is 'Open'. You can override this default setting for a specific private endpoint connection by adding an exclusion in the 'exclusions' array. */\n queryAccessMode: AccessMode;\n /** Specifies the default access mode of ingestion through associated private endpoints in scope. If not specified default value is 'Open'. You can override this default setting for a specific private endpoint connection by adding an exclusion in the 'exclusions' array. */\n ingestionAccessMode: AccessMode;\n /** List of exclusions that override the default access mode settings for specific private endpoint connections. */\n exclusions?: AccessModeSettingsExclusion[];\n}\n\n/** Properties that define the scope private link mode settings exclusion item. This setting applies to a specific private endpoint connection and overrides the default settings for that private endpoint connection. */\nexport interface AccessModeSettingsExclusion {\n /** The private endpoint connection name associated to the private endpoint on which we want to apply the specific access mode settings. */\n privateEndpointConnectionName?: string;\n /** Specifies the access mode of queries through the specified private endpoint connection in the exclusion. */\n queryAccessMode?: AccessMode;\n /** Specifies the access mode of ingestion through the specified private endpoint connection in the exclusion. */\n ingestionAccessMode?: AccessMode;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface DefaultErrorResponse {\n /** The error object. */\n error?: ErrorDetailAutoGenerated;\n}\n\n/** A container holding only the Tags for a resource, allowing the user to update the tags on a PrivateLinkScope instance. */\nexport interface TagsResource {\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n}\n\n/** The status of operation. */\nexport interface OperationStatus {\n /** The operation Id. */\n id?: string;\n /** The operation name. */\n name?: string;\n /** Start time of the job in standard ISO8601 format. */\n startTime?: Date;\n /** End time of the job in standard ISO8601 format. */\n endTime?: Date;\n /** The status of the operation. */\n status?: string;\n /** The error detail of the operation if any. */\n error?: ErrorDetailAutoGenerated;\n}\n\n/** A list of private link resources */\nexport interface PrivateLinkResourceListResult {\n /** Array of private link resources */\n value?: PrivateLinkResource[];\n}\n\n/** List of private endpoint connection associated with the specified storage account */\nexport interface PrivateEndpointConnectionListResult {\n /** Array of private endpoint connections */\n value?: PrivateEndpointConnectionAutoGenerated[];\n}\n\n/** A list of scoped resources in a private link scope. */\nexport interface ScopedResourceListResult {\n /**\n * Array of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: ScopedResource[];\n /**\n * Link to retrieve next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** An Activity Log Alert rule condition that is met when all its member conditions are met. */\nexport interface AlertRuleAllOfCondition {\n /** The list of Activity Log Alert rule conditions. */\n allOf: AlertRuleAnyOfOrLeafCondition[];\n}\n\n/**\n * An Activity Log Alert rule condition that is met by comparing the field and value of an Activity Log event.\n * This condition must contain 'field' and either 'equals' or 'containsAny'.\n */\nexport interface AlertRuleLeafCondition {\n /**\n * The name of the Activity Log event's field that this condition will examine.\n * The possible values for this field are (case-insensitive): 'resourceId', 'category', 'caller', 'level', 'operationName', 'resourceGroup', 'resourceProvider', 'status', 'subStatus', 'resourceType', or anything beginning with 'properties'.\n */\n field?: string;\n /** The value of the event's field will be compared to this value (case-insensitive) to determine if the condition is met. */\n equals?: string;\n /** The value of the event's field will be compared to the values in this array (case-insensitive) to determine if the condition is met. */\n containsAny?: string[];\n}\n\n/** A list of Activity Log Alert rule actions. */\nexport interface ActionList {\n /** The list of the Action Groups. */\n actionGroups?: ActionGroup[];\n}\n\n/** A pointer to an Azure Action Group. */\nexport interface ActionGroup {\n /** The resource ID of the Action Group. This cannot be null or empty. */\n actionGroupId: string;\n /** the dictionary of custom properties to include with the post operation. These data are appended to the webhook payload. */\n webhookProperties?: { [propertyName: string]: string };\n}\n\n/** An Azure resource object. */\nexport interface AzureResourceAutoGenerated {\n /**\n * The resource Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** The location of the resource. Azure Activity Log Alert rules are supported on Global, West Europe and North Europe regions. */\n location?: string;\n /** The tags of the resource. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The error response. */\nexport interface ErrorResponseAutoGenerated4 {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message indicating why the operation failed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n}\n\n/** An Activity Log Alert rule object for the body of patch operations. */\nexport interface AlertRulePatchObject {\n /** The resource tags */\n tags?: { [propertyName: string]: string };\n /** Indicates whether this Activity Log Alert rule is enabled. If an Activity Log Alert rule is not enabled, then none of its actions will be activated. */\n enabled?: boolean;\n}\n\n/** A list of Activity Log Alert rules. */\nexport interface AlertRuleList {\n /** The list of Activity Log Alert rules. */\n value?: ActivityLogAlertResource[];\n /** Provides the link to retrieve the next set of elements. */\n nextLink?: string;\n}\n\n/** A pageable list of resources. */\nexport interface DataCollectionEndpointResourceListResult {\n /** A list of resources. */\n value: DataCollectionEndpointResource[];\n /** The URL to use for getting the next set of results. */\n nextLink?: string;\n}\n\n/** Definition of ARM tracked top level resource. */\nexport interface DataCollectionEndpointResource {\n /** The geo-location where the resource lives. */\n location: string;\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The kind of the resource. */\n kind?: KnownDataCollectionEndpointResourceKind;\n /** Managed service identity of the resource. */\n identity?: DataCollectionEndpointResourceIdentity;\n /**\n * Fully qualified ID of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Resource entity tag (ETag).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: DataCollectionEndpointResourceSystemData;\n /** Description of the data collection endpoint. */\n description?: string;\n /** The immutable ID of this data collection endpoint resource. This property is READ-ONLY. */\n immutableId?: string;\n /** The endpoint used by clients to access their configuration. */\n configurationAccess?: DataCollectionEndpointConfigurationAccess;\n /** The endpoint used by clients to ingest logs. */\n logsIngestion?: DataCollectionEndpointLogsIngestion;\n /** The endpoint used by clients to ingest metrics. */\n metricsIngestion?: DataCollectionEndpointMetricsIngestion;\n /** Network access control rules for the endpoints. */\n networkAcls?: DataCollectionEndpointNetworkAcls;\n /**\n * The resource provisioning state. This property is READ-ONLY.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: KnownDataCollectionEndpointProvisioningState;\n /**\n * List of Azure Monitor Private Link Scope Resources to which this data collection endpoint resource is associated. This property is READ-ONLY.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateLinkScopedResources?: PrivateLinkScopedResource[];\n /**\n * Failover configuration on this endpoint. This property is READ-ONLY.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly failoverConfiguration?: DataCollectionEndpointFailoverConfiguration;\n /**\n * Metadata for the resource. This property is READ-ONLY.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly metadata?: DataCollectionEndpointMetadata;\n}\n\n/** Definition of data collection endpoint. */\nexport interface DataCollectionEndpoint {\n /** Description of the data collection endpoint. */\n description?: string;\n /** The immutable ID of this data collection endpoint resource. This property is READ-ONLY. */\n immutableId?: string;\n /** The endpoint used by clients to access their configuration. */\n configurationAccess?: DataCollectionEndpointConfigurationAccess;\n /** The endpoint used by clients to ingest logs. */\n logsIngestion?: DataCollectionEndpointLogsIngestion;\n /** The endpoint used by clients to ingest metrics. */\n metricsIngestion?: DataCollectionEndpointMetricsIngestion;\n /** Network access control rules for the endpoints. */\n networkAcls?: DataCollectionEndpointNetworkAcls;\n /**\n * The resource provisioning state. This property is READ-ONLY.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: KnownDataCollectionEndpointProvisioningState;\n /**\n * List of Azure Monitor Private Link Scope Resources to which this data collection endpoint resource is associated. This property is READ-ONLY.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateLinkScopedResources?: PrivateLinkScopedResource[];\n /**\n * Failover configuration on this endpoint. This property is READ-ONLY.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly failoverConfiguration?: DataCollectionEndpointFailoverConfiguration;\n /**\n * Metadata for the resource. This property is READ-ONLY.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly metadata?: DataCollectionEndpointMetadata;\n}\n\n/** Definition of the endpoint used for accessing configuration. */\nexport interface ConfigurationAccessEndpointSpec {\n /**\n * The endpoint. This property is READ-ONLY.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endpoint?: string;\n}\n\n/** Definition of the endpoint used for ingesting logs. */\nexport interface LogsIngestionEndpointSpec {\n /**\n * The endpoint. This property is READ-ONLY.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endpoint?: string;\n}\n\n/** Definition of the endpoint used for ingesting metrics. */\nexport interface MetricsIngestionEndpointSpec {\n /**\n * The endpoint. This property is READ-ONLY.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endpoint?: string;\n}\n\n/** Definition of the network rules. */\nexport interface NetworkRuleSet {\n /** The configuration to set whether network access from public internet to the endpoints are allowed. */\n publicNetworkAccess?: KnownPublicNetworkAccessOptions;\n}\n\nexport interface PrivateLinkScopedResource {\n /** The resourceId of the Azure Monitor Private Link Scope Scoped Resource through which this DCE is associated with a Azure Monitor Private Link Scope. */\n resourceId?: string;\n /** The immutableId of the Azure Monitor Private Link Scope Resource to which the association is. */\n scopeId?: string;\n}\n\nexport interface FailoverConfigurationSpec {\n /** Active location where data flow will occur. */\n activeLocation?: string;\n /** Locations that are configured for failover. */\n locations?: LocationSpec[];\n}\n\nexport interface LocationSpec {\n /** Name of location. */\n location?: string;\n /** The resource provisioning state in this location. */\n provisioningStatus?: KnownLocationSpecProvisioningStatus;\n}\n\n/** Metadata about the resource */\nexport interface Metadata {\n /**\n * Azure offering managing this resource on-behalf-of customer.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisionedBy?: string;\n /**\n * Resource Id of azure offering managing this resource on-behalf-of customer.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisionedByResourceId?: string;\n}\n\n/** Managed service identity (system assigned and/or user assigned identities) */\nexport interface ManagedServiceIdentity {\n /**\n * The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */\n type: ManagedServiceIdentityType;\n /** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */\n userAssignedIdentities?: {\n [propertyName: string]: UserAssignedIdentity | null;\n };\n}\n\n/** User assigned identity properties */\nexport interface UserAssignedIdentity {\n /**\n * The principal ID of the assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The client ID of the assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientId?: string;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponseCommonV2 {\n /** The error object. */\n error?: ErrorDetailAutoGenerated;\n}\n\n/** Definition of ARM tracked top level resource properties for update operation. */\nexport interface ResourceForUpdate {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** Managed Service Identity. */\n identity?: ResourceForUpdateIdentity;\n}\n\n/** A pageable list of resources. */\nexport interface DataCollectionRuleAssociationProxyOnlyResourceListResult {\n /** A list of resources. */\n value: DataCollectionRuleAssociationProxyOnlyResource[];\n /** The URL to use for getting the next set of results. */\n nextLink?: string;\n}\n\n/** Definition of generic ARM proxy resource. */\nexport interface DataCollectionRuleAssociationProxyOnlyResource {\n /**\n * Fully qualified ID of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Resource entity tag (ETag).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: DataCollectionRuleAssociationProxyOnlyResourceSystemData;\n /** Description of the association. */\n description?: string;\n /** The resource ID of the data collection rule that is to be associated. */\n dataCollectionRuleId?: string;\n /** The resource ID of the data collection endpoint that is to be associated. */\n dataCollectionEndpointId?: string;\n /**\n * The resource provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: KnownDataCollectionRuleAssociationProvisioningState;\n /**\n * Metadata about the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly metadata?: DataCollectionRuleAssociationMetadata;\n}\n\n/** Definition of association of a data collection rule with a monitored Azure resource. */\nexport interface DataCollectionRuleAssociation {\n /** Description of the association. */\n description?: string;\n /** The resource ID of the data collection rule that is to be associated. */\n dataCollectionRuleId?: string;\n /** The resource ID of the data collection endpoint that is to be associated. */\n dataCollectionEndpointId?: string;\n /**\n * The resource provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: KnownDataCollectionRuleAssociationProvisioningState;\n /**\n * Metadata about the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly metadata?: DataCollectionRuleAssociationMetadata;\n}\n\n/** A pageable list of resources. */\nexport interface DataCollectionRuleResourceListResult {\n /** A list of resources. */\n value: DataCollectionRuleResource[];\n /** The URL to use for getting the next set of results. */\n nextLink?: string;\n}\n\n/** Definition of ARM tracked top level resource. */\nexport interface DataCollectionRuleResource {\n /** The geo-location where the resource lives. */\n location: string;\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The kind of the resource. */\n kind?: KnownDataCollectionRuleResourceKind;\n /** Managed service identity of the resource. */\n identity?: DataCollectionRuleResourceIdentity;\n /**\n * Fully qualified ID of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Resource entity tag (ETag).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: DataCollectionRuleResourceSystemData;\n /** Description of the data collection rule. */\n description?: string;\n /**\n * The immutable ID of this data collection rule. This property is READ-ONLY.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly immutableId?: string;\n /** The resource ID of the data collection endpoint that this rule can be used with. */\n dataCollectionEndpointId?: string;\n /**\n * Metadata about the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly metadata?: DataCollectionRuleMetadata;\n /** Declaration of custom streams used in this rule. */\n streamDeclarations?: { [propertyName: string]: StreamDeclaration };\n /**\n * The specification of data sources.\n * This property is optional and can be omitted if the rule is meant to be used via direct calls to the provisioned endpoint.\n */\n dataSources?: DataCollectionRuleDataSources;\n /** The specification of destinations. */\n destinations?: DataCollectionRuleDestinations;\n /** The specification of data flows. */\n dataFlows?: DataFlow[];\n /**\n * The resource provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: KnownDataCollectionRuleProvisioningState;\n}\n\n/** Definition of what monitoring data to collect and where that data should be sent. */\nexport interface DataCollectionRule {\n /** Description of the data collection rule. */\n description?: string;\n /**\n * The immutable ID of this data collection rule. This property is READ-ONLY.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly immutableId?: string;\n /** The resource ID of the data collection endpoint that this rule can be used with. */\n dataCollectionEndpointId?: string;\n /**\n * Metadata about the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly metadata?: DataCollectionRuleMetadata;\n /** Declaration of custom streams used in this rule. */\n streamDeclarations?: { [propertyName: string]: StreamDeclaration };\n /**\n * The specification of data sources.\n * This property is optional and can be omitted if the rule is meant to be used via direct calls to the provisioned endpoint.\n */\n dataSources?: DataCollectionRuleDataSources;\n /** The specification of destinations. */\n destinations?: DataCollectionRuleDestinations;\n /** The specification of data flows. */\n dataFlows?: DataFlow[];\n /**\n * The resource provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: KnownDataCollectionRuleProvisioningState;\n}\n\n/** Declaration of a custom stream. */\nexport interface StreamDeclaration {\n /** List of columns used by data in this stream. */\n columns?: ColumnDefinition[];\n}\n\n/** Definition of custom data column. */\nexport interface ColumnDefinition {\n /** The name of the column. */\n name?: string;\n /** The type of the column data. */\n type?: KnownColumnDefinitionType;\n}\n\n/** Specification of data sources that will be collected. */\nexport interface DataSourcesSpec {\n /** The list of performance counter data source configurations. */\n performanceCounters?: PerfCounterDataSource[];\n /** The list of Windows Event Log data source configurations. */\n windowsEventLogs?: WindowsEventLogDataSource[];\n /** The list of Syslog data source configurations. */\n syslog?: SyslogDataSource[];\n /** The list of Azure VM extension data source configurations. */\n extensions?: ExtensionDataSource[];\n /** The list of Log files source configurations. */\n logFiles?: LogFilesDataSource[];\n /** The list of IIS logs source configurations. */\n iisLogs?: IisLogsDataSource[];\n /** The list of Windows Firewall logs source configurations. */\n windowsFirewallLogs?: WindowsFirewallLogsDataSource[];\n /** The list of Prometheus forwarder data source configurations. */\n prometheusForwarder?: PrometheusForwarderDataSource[];\n /** The list of platform telemetry configurations */\n platformTelemetry?: PlatformTelemetryDataSource[];\n /** Specifications of pull based data sources */\n dataImports?: DataSourcesSpecDataImports;\n}\n\n/**\n * Definition of which performance counters will be collected and how they will be collected by this data collection rule.\n * Collected from both Windows and Linux machines where the counter is present.\n */\nexport interface PerfCounterDataSource {\n /**\n * List of streams that this data source will be sent to.\n * A stream indicates what schema will be used for this data and usually what table in Log Analytics the data will be sent to.\n */\n streams?: KnownPerfCounterDataSourceStreams[];\n /** The number of seconds between consecutive counter measurements (samples). */\n samplingFrequencyInSeconds?: number;\n /**\n * A list of specifier names of the performance counters you want to collect.\n * Use a wildcard (*) to collect a counter for all instances.\n * To get a list of performance counters on Windows, run the command 'typeperf'.\n */\n counterSpecifiers?: string[];\n /**\n * A friendly name for the data source.\n * This name should be unique across all data sources (regardless of type) within the data collection rule.\n */\n name?: string;\n}\n\n/**\n * Definition of which Windows Event Log events will be collected and how they will be collected.\n * Only collected from Windows machines.\n */\nexport interface WindowsEventLogDataSource {\n /**\n * List of streams that this data source will be sent to.\n * A stream indicates what schema will be used for this data and usually what table in Log Analytics the data will be sent to.\n */\n streams?: KnownWindowsEventLogDataSourceStreams[];\n /** A list of Windows Event Log queries in XPATH format. */\n xPathQueries?: string[];\n /**\n * A friendly name for the data source.\n * This name should be unique across all data sources (regardless of type) within the data collection rule.\n */\n name?: string;\n}\n\n/**\n * Definition of which syslog data will be collected and how it will be collected.\n * Only collected from Linux machines.\n */\nexport interface SyslogDataSource {\n /**\n * List of streams that this data source will be sent to.\n * A stream indicates what schema will be used for this data and usually what table in Log Analytics the data will be sent to.\n */\n streams?: KnownSyslogDataSourceStreams[];\n /** The list of facility names. */\n facilityNames?: KnownSyslogDataSourceFacilityNames[];\n /** The log levels to collect. */\n logLevels?: KnownSyslogDataSourceLogLevels[];\n /**\n * A friendly name for the data source.\n * This name should be unique across all data sources (regardless of type) within the data collection rule.\n */\n name?: string;\n}\n\n/**\n * Definition of which data will be collected from a separate VM extension that integrates with the Azure Monitor Agent.\n * Collected from either Windows and Linux machines, depending on which extension is defined.\n */\nexport interface ExtensionDataSource {\n /**\n * List of streams that this data source will be sent to.\n * A stream indicates what schema will be used for this data and usually what table in Log Analytics the data will be sent to.\n */\n streams?: KnownExtensionDataSourceStreams[];\n /** The name of the VM extension. */\n extensionName: string;\n /** The extension settings. The format is specific for particular extension. */\n extensionSettings?: Record<string, unknown>;\n /** The list of data sources this extension needs data from. */\n inputDataSources?: string[];\n /**\n * A friendly name for the data source.\n * This name should be unique across all data sources (regardless of type) within the data collection rule.\n */\n name?: string;\n}\n\n/** Definition of which custom log files will be collected by this data collection rule */\nexport interface LogFilesDataSource {\n /**\n * List of streams that this data source will be sent to.\n * A stream indicates what schema will be used for this data source\n */\n streams: string[];\n /** File Patterns where the log files are located */\n filePatterns: string[];\n /** The data format of the log files */\n format: KnownLogFilesDataSourceFormat;\n /** The log files specific settings. */\n settings?: LogFilesDataSourceSettings;\n /**\n * A friendly name for the data source.\n * This name should be unique across all data sources (regardless of type) within the data collection rule.\n */\n name?: string;\n}\n\n/** Settings for different log file formats */\nexport interface LogFileSettings {\n /** Text settings */\n text?: LogFileSettingsText;\n}\n\n/** Settings for text log files */\nexport interface LogFileTextSettings {\n /** One of the supported timestamp formats */\n recordStartTimestampFormat: KnownLogFileTextSettingsRecordStartTimestampFormat;\n}\n\n/** Enables IIS logs to be collected by this data collection rule. */\nexport interface IisLogsDataSource {\n /** IIS streams */\n streams: string[];\n /** Absolute paths file location */\n logDirectories?: string[];\n /**\n * A friendly name for the data source.\n * This name should be unique across all data sources (regardless of type) within the data collection rule.\n */\n name?: string;\n}\n\n/** Enables Firewall logs to be collected by this data collection rule. */\nexport interface WindowsFirewallLogsDataSource {\n /** Firewall logs streams */\n streams: string[];\n /**\n * A friendly name for the data source.\n * This name should be unique across all data sources (regardless of type) within the data collection rule.\n */\n name?: string;\n}\n\n/** Definition of Prometheus metrics forwarding configuration. */\nexport interface PrometheusForwarderDataSource {\n /** List of streams that this data source will be sent to. */\n streams?: KnownPrometheusForwarderDataSourceStreams[];\n /**\n * The list of label inclusion filters in the form of label \"name-value\" pairs.\n * Currently only one label is supported: 'microsoft_metrics_include_label'.\n * Label values are matched case-insensitively.\n */\n labelIncludeFilter?: { [propertyName: string]: string };\n /**\n * A friendly name for the data source.\n * This name should be unique across all data sources (regardless of type) within the data collection rule.\n */\n name?: string;\n}\n\n/** Definition of platform telemetry data source configuration */\nexport interface PlatformTelemetryDataSource {\n /** List of platform telemetry streams to collect */\n streams: string[];\n /**\n * A friendly name for the data source.\n * This name should be unique across all data sources (regardless of type) within the data collection rule.\n */\n name?: string;\n}\n\nexport interface DataImportSources {\n /** Definition of Event Hub configuration. */\n eventHub?: DataImportSourcesEventHub;\n}\n\nexport interface EventHubDataSource {\n /**\n * A friendly name for the data source.\n * This name should be unique across all data sources (regardless of type) within the data collection rule.\n */\n name?: string;\n /** Event Hub consumer group name */\n consumerGroup?: string;\n /** The stream to collect from EventHub */\n stream?: string;\n}\n\n/** Specification of destinations that can be used in data flows. */\nexport interface DestinationsSpec {\n /** List of Log Analytics destinations. */\n logAnalytics?: LogAnalyticsDestination[];\n /** List of monitoring account destinations. */\n monitoringAccounts?: MonitoringAccountDestination[];\n /** Azure Monitor Metrics destination. */\n azureMonitorMetrics?: DestinationsSpecAzureMonitorMetrics;\n /** List of Event Hubs destinations. */\n eventHubs?: EventHubDestination[];\n /** List of Event Hubs Direct destinations. */\n eventHubsDirect?: EventHubDirectDestination[];\n /** List of Storage Blob Direct destinations. To be used only for sending data directly to store from the agent. */\n storageBlobsDirect?: StorageBlobDestination[];\n /** List of Storage Table Direct destinations. */\n storageTablesDirect?: StorageTableDestination[];\n /** List of storage accounts destinations. */\n storageAccounts?: StorageBlobDestination[];\n}\n\n/** Log Analytics destination. */\nexport interface LogAnalyticsDestination {\n /** The resource ID of the Log Analytics workspace. */\n workspaceResourceId?: string;\n /**\n * The Customer ID of the Log Analytics workspace.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly workspaceId?: string;\n /**\n * A friendly name for the destination.\n * This name should be unique across all destinations (regardless of type) within the data collection rule.\n */\n name?: string;\n}\n\n/** Monitoring account destination. */\nexport interface MonitoringAccountDestination {\n /** The resource ID of the monitoring account. */\n accountResourceId?: string;\n /**\n * The immutable ID of the account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly accountId?: string;\n /**\n * A friendly name for the destination.\n * This name should be unique across all destinations (regardless of type) within the data collection rule.\n */\n name?: string;\n}\n\n/** Azure Monitor Metrics destination. */\nexport interface AzureMonitorMetricsDestination {\n /**\n * A friendly name for the destination.\n * This name should be unique across all destinations (regardless of type) within the data collection rule.\n */\n name?: string;\n}\n\nexport interface EventHubDestination {\n /** The resource ID of the event hub. */\n eventHubResourceId?: string;\n /**\n * A friendly name for the destination.\n * This name should be unique across all destinations (regardless of type) within the data collection rule.\n */\n name?: string;\n}\n\nexport interface EventHubDirectDestination {\n /** The resource ID of the event hub. */\n eventHubResourceId?: string;\n /**\n * A friendly name for the destination.\n * This name should be unique across all destinations (regardless of type) within the data collection rule.\n */\n name?: string;\n}\n\nexport interface StorageBlobDestination {\n /** The container name of the Storage Blob. */\n containerName?: string;\n /** The resource ID of the storage account. */\n storageAccountResourceId?: string;\n /**\n * A friendly name for the destination.\n * This name should be unique across all destinations (regardless of type) within the data collection rule.\n */\n name?: string;\n}\n\nexport interface StorageTableDestination {\n /** The name of the Storage Table. */\n tableName?: string;\n /** The resource ID of the storage account. */\n storageAccountResourceId?: string;\n /**\n * A friendly name for the destination.\n * This name should be unique across all destinations (regardless of type) within the data collection rule.\n */\n name?: string;\n}\n\n/** Definition of which streams are sent to which destinations. */\nexport interface DataFlow {\n /** List of streams for this data flow. */\n streams?: KnownDataFlowStreams[];\n /** List of destinations for this data flow. */\n destinations?: string[];\n /** The KQL query to transform stream data. */\n transformKql?: string;\n /** The output stream of the transform. Only required if the transform changes data to a different stream. */\n outputStream?: string;\n /** The builtIn transform to transform stream data */\n builtInTransform?: string;\n}\n\n/** The claims for a rule management event data source. */\nexport interface RuleManagementEventClaimsDataSource {\n /** the email address. */\n emailAddress?: string;\n}\n\n/** How the data that is collected should be combined over time. */\nexport interface ManagementEventAggregationCondition {\n /** the condition operator. */\n operator?: ConditionOperator;\n /** The threshold value that activates the alert. */\n threshold?: number;\n /** the period of time (in ISO 8601 duration format) that is used to monitor alert activity based on the threshold. If specified then it must be between 5 minutes and 1 day. */\n windowSize?: string;\n}\n\n/** The types of conditions for a multi resource alert. */\nexport interface MultiMetricCriteria {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n criterionType: \"StaticThresholdCriterion\" | \"DynamicThresholdCriterion\";\n /** Describes unknown properties. The value of an unknown property can be of \"any\" type. */\n [property: string]: any;\n /** Name of the criteria. */\n name: string;\n /** Name of the metric. */\n metricName: string;\n /** Namespace of the metric. */\n metricNamespace?: string;\n /** the criteria time aggregation types. */\n timeAggregation: AggregationTypeEnum;\n /** List of dimension conditions. */\n dimensions?: MetricDimension[];\n /** Allows creating an alert rule on a custom metric that isn't yet emitted, by causing the metric validation to be skipped. */\n skipMetricValidation?: boolean;\n}\n\n/** Specifies a metric dimension. */\nexport interface MetricDimension {\n /** Name of the dimension. */\n name: string;\n /** the dimension operator. Only 'Include' and 'Exclude' are supported */\n operator: string;\n /** list of dimension values. */\n values: string[];\n}\n\n/** The minimum number of violations required within the selected lookback time window required to raise an alert. */\nexport interface DynamicThresholdFailingPeriods {\n /** The number of aggregated lookback points. The lookback time window is calculated based on the aggregation granularity (windowSize) and the selected number of aggregated points. */\n numberOfEvaluationPeriods: number;\n /** The number of violations to trigger an alert. Should be smaller or equal to numberOfEvaluationPeriods. */\n minFailingPeriodsToAlert: number;\n}\n\n/** Resource properties */\nexport interface AzureMonitorWorkspaceResourceProperties\n extends AzureMonitorWorkspace {}\n\n/** Properties related to the metrics container in the Azure Monitor Workspace */\nexport interface AzureMonitorWorkspaceMetrics extends Metrics {}\n\n/** The Data Collection Rule and Endpoint used for ingestion by default. */\nexport interface AzureMonitorWorkspaceDefaultIngestionSettings\n extends IngestionSettings {}\n\n/** The private endpoint connection resource. */\nexport interface PrivateEndpointConnection extends Resource {\n /**\n * The group ids for the private endpoint resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupIds?: string[];\n /** The private endpoint resource. */\n privateEndpoint?: PrivateEndpoint;\n /** A collection of information about the state of the connection between service consumer and provider. */\n privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;\n /** The provisioning state of the private endpoint connection resource. */\n provisioningState?: PrivateEndpointConnectionProvisioningState;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface DataCollectionEndpointResourceSystemData extends SystemData {}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface DataCollectionRuleAssociationProxyOnlyResourceSystemData\n extends SystemData {}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface DataCollectionRuleResourceSystemData extends SystemData {}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends ResourceAutoGenerated {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** The autoscale setting resource. */\nexport interface AutoscaleSettingResource extends ResourceAutoGenerated2 {\n /** the collection of automatic scaling profiles that specify different scaling parameters for different time periods. A maximum of 20 profiles can be specified. */\n profiles: AutoscaleProfile[];\n /** the collection of notifications. */\n notifications?: AutoscaleNotification[];\n /** the enabled flag. Specifies whether automatic scaling is enabled for the resource. The default value is 'false'. */\n enabled?: boolean;\n /** the predictive autoscale policy mode. */\n predictiveAutoscalePolicy?: PredictiveAutoscalePolicy;\n /** the name of the autoscale setting. */\n namePropertiesName?: string;\n /** the resource identifier of the resource that the autoscale setting should be added to. */\n targetResourceUri?: string;\n /** the location of the resource that the autoscale setting should be added to. */\n targetResourceLocation?: string;\n}\n\n/** A rule condition based on a metric crossing a threshold. */\nexport interface ThresholdRuleCondition extends RuleCondition {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n odataType: \"Microsoft.Azure.Management.Insights.Models.ThresholdRuleCondition\";\n /** the operator used to compare the data and the threshold. */\n operator: ConditionOperator;\n /** the threshold value that activates the alert. */\n threshold: number;\n /** the period of time (in ISO 8601 duration format) that is used to monitor alert activity based on the threshold. If specified then it must be between 5 minutes and 1 day. */\n windowSize?: string;\n /** the time aggregation operator. How the data that are collected should be combined over time. The default value is the PrimaryAggregationType of the Metric. */\n timeAggregation?: TimeAggregationOperator;\n}\n\n/** A rule condition based on a certain number of locations failing. */\nexport interface LocationThresholdRuleCondition extends RuleCondition {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n odataType: \"Microsoft.Azure.Management.Insights.Models.LocationThresholdRuleCondition\";\n /** the period of time (in ISO 8601 duration format) that is used to monitor alert activity based on the threshold. If specified then it must be between 5 minutes and 1 day. */\n windowSize?: string;\n /** the number of locations that must fail to activate the alert. */\n failedLocationCount: number;\n}\n\n/** A management event rule condition. */\nexport interface ManagementEventRuleCondition extends RuleCondition {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n odataType: \"Microsoft.Azure.Management.Insights.Models.ManagementEventRuleCondition\";\n /** How the data that is collected should be combined over time and when the alert is activated. Note that for management event alerts aggregation is optional – if it is not provided then any event will cause the alert to activate. */\n aggregation?: ManagementEventAggregationCondition;\n}\n\n/** A rule metric data source. The discriminator value is always RuleMetricDataSource in this case. */\nexport interface RuleMetricDataSource extends RuleDataSource {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n odataType: \"Microsoft.Azure.Management.Insights.Models.RuleMetricDataSource\";\n /** the name of the metric that defines what the rule monitors. */\n metricName?: string;\n}\n\n/** A rule management event data source. The discriminator fields is always RuleManagementEventDataSource in this case. */\nexport interface RuleManagementEventDataSource extends RuleDataSource {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n odataType: \"Microsoft.Azure.Management.Insights.Models.RuleManagementEventDataSource\";\n /** the event name. */\n eventName?: string;\n /** the event source. */\n eventSource?: string;\n /** the level. */\n level?: string;\n /** The name of the operation that should be checked for. If no name is provided, any operation will match. */\n operationName?: string;\n /** the resource group name. */\n resourceGroupName?: string;\n /** the resource provider name. */\n resourceProviderName?: string;\n /** The status of the operation that should be checked for. If no status is provided, any status will match. */\n status?: string;\n /** the substatus. */\n subStatus?: string;\n /** the claims. */\n claims?: RuleManagementEventClaimsDataSource;\n}\n\n/** Specifies the action to send email when the rule condition is evaluated. The discriminator is always RuleEmailAction in this case. */\nexport interface RuleEmailAction extends RuleAction {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n odataType: \"Microsoft.Azure.Management.Insights.Models.RuleEmailAction\";\n /** Whether the administrators (service and co-administrators) of the service should be notified when the alert is activated. */\n sendToServiceOwners?: boolean;\n /** the list of administrator's custom email addresses to notify of the activation of the alert. */\n customEmails?: string[];\n}\n\n/** Specifies the action to post to service when the rule condition is evaluated. The discriminator is always RuleWebhookAction in this case. */\nexport interface RuleWebhookAction extends RuleAction {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n odataType: \"Microsoft.Azure.Management.Insights.Models.RuleWebhookAction\";\n /** the service uri to Post the notification when the alert activates or resolves. */\n serviceUri?: string;\n /** the dictionary of custom properties to include with the post operation. These data are appended to the webhook payload. */\n properties?: { [propertyName: string]: string };\n}\n\n/** The alert rule resource. */\nexport interface AlertRuleResource extends ResourceAutoGenerated3 {\n /** the name of the alert rule. */\n namePropertiesName: string;\n /** the description of the alert rule that will be included in the alert email. */\n description?: string;\n /** the provisioning state. */\n provisioningState?: string;\n /** the flag that indicates whether the alert rule is enabled. */\n isEnabled: boolean;\n /** the condition that results in the alert rule being activated. */\n condition: RuleConditionUnion;\n /** action that is performed when the alert rule becomes active, and when an alert condition is resolved. */\n action?: RuleActionUnion;\n /** the array of actions that are performed when the alert rule becomes active, and when an alert condition is resolved. */\n actions?: RuleActionUnion[];\n /**\n * Last time the rule was updated in ISO8601 format.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastUpdatedTime?: Date;\n}\n\n/** The log profile resource. */\nexport interface LogProfileResource extends ResourceAutoGenerated4 {\n /** the resource id of the storage account to which you would like to send the Activity Log. */\n storageAccountId?: string;\n /** The service bus rule ID of the service bus namespace in which you would like to have Event Hubs created for streaming the Activity Log. The rule ID is of the format: '{service bus resource ID}/authorizationrules/{key name}'. */\n serviceBusRuleId?: string;\n /** List of regions for which Activity Log events should be stored or streamed. It is a comma separated list of valid ARM locations including the 'global' location. */\n locations: string[];\n /** the categories of the logs. These categories are created as is convenient to the user. Some values are: 'Write', 'Delete', and/or 'Action.' */\n categories: string[];\n /** the retention policy for the events in the log. */\n retentionPolicy: RetentionPolicy;\n}\n\n/** The diagnostic setting resource. */\nexport interface DiagnosticSettingsResource extends ResourceAutoGenerated5 {\n /**\n * The system metadata related to this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** The resource ID of the storage account to which you would like to send Diagnostic Logs. */\n storageAccountId?: string;\n /** The service bus rule Id of the diagnostic setting. This is here to maintain backwards compatibility. */\n serviceBusRuleId?: string;\n /** The resource Id for the event hub authorization rule. */\n eventHubAuthorizationRuleId?: string;\n /** The name of the event hub. If none is specified, the default event hub will be selected. */\n eventHubName?: string;\n /** The list of metric settings. */\n metrics?: MetricSettings[];\n /** The list of logs settings. */\n logs?: LogSettings[];\n /** The full ARM resource ID of the Log Analytics workspace to which you would like to send Diagnostic Logs. Example: /subscriptions/4b9e8510-67ab-4e9a-95a9-e2f1e570ea9c/resourceGroups/insights-integration/providers/Microsoft.OperationalInsights/workspaces/viruela2 */\n workspaceId?: string;\n /** The full ARM resource ID of the Marketplace resource to which you would like to send Diagnostic Logs. */\n marketplacePartnerId?: string;\n /** A string indicating whether the export to Log Analytics should use the default destination type, i.e. AzureDiagnostics, or use a destination type constructed as follows: <normalized service identity>_<normalized category name>. Possible values are: Dedicated and null (null is default.) */\n logAnalyticsDestinationType?: string;\n}\n\n/** The diagnostic settings category resource. */\nexport interface DiagnosticSettingsCategoryResource\n extends ResourceAutoGenerated5 {\n /**\n * The system metadata related to this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** The type of the diagnostic settings category. */\n categoryType?: CategoryType;\n /** the collection of what category groups are supported. */\n categoryGroups?: string[];\n}\n\n/** The Private Endpoint Connection resource. */\nexport interface PrivateEndpointConnectionAutoGenerated\n extends ResourceAutoGenerated5 {\n /** The resource of private end point. */\n privateEndpoint?: PrivateEndpointAutoGenerated;\n /** A collection of information about the state of the connection between service consumer and provider. */\n privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;\n /** The provisioning state of the private endpoint connection resource. */\n provisioningState?: PrivateEndpointConnectionProvisioningState;\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResourceAutoGenerated extends ResourceAutoGenerated5 {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** A private link resource */\nexport interface PrivateLinkResource extends ResourceAutoGenerated5 {\n /**\n * The private link resource group id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupId?: string;\n /**\n * The private link resource required member names.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requiredMembers?: string[];\n /** The private link resource Private link DNS zone name. */\n requiredZoneNames?: string[];\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResourceAutoGenerated extends ResourceAutoGenerated5 {}\n\n/** An action group resource. */\nexport interface ActionGroupResource extends AzureResource {\n /** The short name of the action group. This will be used in SMS messages. */\n groupShortName?: string;\n /** Indicates whether this action group is enabled. If an action group is not enabled, then none of its receivers will receive communications. */\n enabled?: boolean;\n /** The list of email receivers that are part of this action group. */\n emailReceivers?: EmailReceiver[];\n /** The list of SMS receivers that are part of this action group. */\n smsReceivers?: SmsReceiver[];\n /** The list of webhook receivers that are part of this action group. */\n webhookReceivers?: WebhookReceiver[];\n /** The list of ITSM receivers that are part of this action group. */\n itsmReceivers?: ItsmReceiver[];\n /** The list of AzureAppPush receivers that are part of this action group. */\n azureAppPushReceivers?: AzureAppPushReceiver[];\n /** The list of AutomationRunbook receivers that are part of this action group. */\n automationRunbookReceivers?: AutomationRunbookReceiver[];\n /** The list of voice receivers that are part of this action group. */\n voiceReceivers?: VoiceReceiver[];\n /** The list of logic app receivers that are part of this action group. */\n logicAppReceivers?: LogicAppReceiver[];\n /** The list of azure function receivers that are part of this action group. */\n azureFunctionReceivers?: AzureFunctionReceiver[];\n /** The list of ARM role receivers that are part of this action group. Roles are Azure RBAC roles and only built-in roles are supported. */\n armRoleReceivers?: ArmRoleReceiver[];\n /** The list of event hub receivers that are part of this action group. */\n eventHubReceivers?: EventHubReceiver[];\n}\n\n/** A tenant action group resource. */\nexport interface TenantActionGroupResource extends AzureResource {\n /** The short name of the action group. This will be used in SMS messages. */\n groupShortName?: string;\n /** Indicates whether this tenant action group is enabled. If a tenant action group is not enabled, then none of its receivers will receive communications. */\n enabled?: boolean;\n /** The list of email receivers that are part of this tenant action group. */\n emailReceivers?: EmailReceiverAutoGenerated[];\n /** The list of SMS receivers that are part of this tenant action group. */\n smsReceivers?: SmsReceiverAutoGenerated[];\n /** The list of webhook receivers that are part of this tenant action group. */\n webhookReceivers?: WebhookReceiverAutoGenerated[];\n /** The list of AzureAppPush receivers that are part of this tenant action group. */\n azureAppPushReceivers?: AzureAppPushReceiverAutoGenerated[];\n /** The list of voice receivers that are part of this tenant action group. */\n voiceReceivers?: VoiceReceiverAutoGenerated[];\n}\n\n/** Specifies the metric alert criteria for a single resource that has multiple metric criteria. */\nexport interface MetricAlertSingleResourceMultipleMetricCriteria\n extends MetricAlertCriteria {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n odataType: \"Microsoft.Azure.Monitor.SingleResourceMultipleMetricCriteria\";\n /** The list of metric criteria for this 'all of' operation. */\n allOf?: MetricCriteria[];\n}\n\n/** Specifies the metric alert rule criteria for a web test resource. */\nexport interface WebtestLocationAvailabilityCriteria\n extends MetricAlertCriteria {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n odataType: \"Microsoft.Azure.Monitor.WebtestLocationAvailabilityCriteria\";\n /** The Application Insights web test Id. */\n webTestId: string;\n /** The Application Insights resource Id. */\n componentId: string;\n /** The number of failed locations. */\n failedLocationCount: number;\n}\n\n/** Specifies the metric alert criteria for multiple resource that has multiple metric criteria. */\nexport interface MetricAlertMultipleResourceMultipleMetricCriteria\n extends MetricAlertCriteria {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n odataType: \"Microsoft.Azure.Monitor.MultipleResourceMultipleMetricCriteria\";\n /** the list of multiple metric criteria for this 'all of' operation. */\n allOf?: MultiMetricCriteriaUnion[];\n}\n\n/** The metric alert resource. */\nexport interface MetricAlertResource extends ResourceAutoGenerated6 {\n /** the description of the metric alert that will be included in the alert email. */\n description?: string;\n /** Alert severity {0, 1, 2, 3, 4} */\n severity: number;\n /** the flag that indicates whether the metric alert is enabled. */\n enabled: boolean;\n /** the list of resource id's that this metric alert is scoped to. */\n scopes: string[];\n /** how often the metric alert is evaluated represented in ISO 8601 duration format. */\n evaluationFrequency: string;\n /** the period of time (in ISO 8601 duration format) that is used to monitor alert activity based on the threshold. */\n windowSize: string;\n /** the resource type of the target resource(s) on which the alert is created/updated. Mandatory if the scope contains a subscription, resource group, or more than one resource. */\n targetResourceType?: string;\n /** the region of the target resource(s) on which the alert is created/updated. Mandatory if the scope contains a subscription, resource group, or more than one resource. */\n targetResourceRegion?: string;\n /** defines the specific alert criteria information. */\n criteria: MetricAlertCriteriaUnion;\n /** the flag that indicates whether the alert should be auto resolved or not. The default is true. */\n autoMitigate?: boolean;\n /** the array of actions that are performed when the alert rule becomes active, and when an alert condition is resolved. */\n actions?: MetricAlertAction[];\n /**\n * Last time the rule was updated in ISO8601 format.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastUpdatedTime?: Date;\n /**\n * the value indicating whether this alert rule is migrated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isMigrated?: boolean;\n}\n\n/** VM Insights onboarding status for a resource. */\nexport interface VMInsightsOnboardingStatus extends ProxyResource {\n /** Azure Resource Manager identifier of the resource whose onboarding status is being represented. */\n resourceId?: string;\n /** The onboarding status for the resource. Note that, a higher level scope, e.g., resource group or subscription, is considered onboarded if at least one resource under it is onboarded. */\n onboardingStatus?: OnboardingStatus;\n /** The status of VM Insights data from the resource. When reported as `present` the data array will contain information about the data containers to which data for the specified resource is being routed. */\n dataStatus?: DataStatus;\n /** Containers that currently store VM Insights data for the specified resource. */\n data?: DataContainer[];\n}\n\n/**\n * An Activity Log Alert rule condition that is met when all its member conditions are met.\n * Each condition can be of one of the following types:\n * __Important__: Each type has its unique subset of properties. Properties from different types CANNOT exist in one condition.\n * * __Leaf Condition -__ must contain 'field' and either 'equals' or 'containsAny'.\n * _Please note, 'anyOf' should __not__ be set in a Leaf Condition._\n * * __AnyOf Condition -__ must contain __only__ 'anyOf' (which is an array of Leaf Conditions).\n * _Please note, 'field', 'equals' and 'containsAny' should __not__ be set in an AnyOf Condition._\n *\n */\nexport interface AlertRuleAnyOfOrLeafCondition extends AlertRuleLeafCondition {\n /** An Activity Log Alert rule condition that is met when at least one of its member leaf conditions are met. */\n anyOf?: AlertRuleLeafCondition[];\n}\n\n/** An Activity Log Alert rule resource. */\nexport interface ActivityLogAlertResource extends AzureResourceAutoGenerated {\n /** A list of resource IDs that will be used as prefixes. The alert will only apply to Activity Log events with resource IDs that fall under one of these prefixes. This list must include at least one item. */\n scopes?: string[];\n /** The condition that will cause this alert to activate. */\n condition?: AlertRuleAllOfCondition;\n /** The actions that will activate when the condition is met. */\n actions?: ActionList;\n /** Indicates whether this Activity Log Alert rule is enabled. If an Activity Log Alert rule is not enabled, then none of its actions will be activated. */\n enabled?: boolean;\n /** A description of this Activity Log Alert rule. */\n description?: string;\n}\n\n/** Resource properties. */\nexport interface DataCollectionEndpointResourceProperties\n extends DataCollectionEndpoint {}\n\n/** The endpoint used by clients to access their configuration. */\nexport interface DataCollectionEndpointConfigurationAccess\n extends ConfigurationAccessEndpointSpec {}\n\n/** The endpoint used by clients to ingest logs. */\nexport interface DataCollectionEndpointLogsIngestion\n extends LogsIngestionEndpointSpec {}\n\n/** The endpoint used by clients to ingest metrics. */\nexport interface DataCollectionEndpointMetricsIngestion\n extends MetricsIngestionEndpointSpec {}\n\n/** Network access control rules for the endpoints. */\nexport interface DataCollectionEndpointNetworkAcls extends NetworkRuleSet {}\n\n/** Failover configuration on this endpoint. This property is READ-ONLY. */\nexport interface DataCollectionEndpointFailoverConfiguration\n extends FailoverConfigurationSpec {}\n\n/** Metadata for the resource. This property is READ-ONLY. */\nexport interface DataCollectionEndpointMetadata extends Metadata {}\n\n/** Metadata about the resource */\nexport interface DataCollectionRuleAssociationMetadata extends Metadata {}\n\n/** Metadata about the resource */\nexport interface DataCollectionRuleMetadata extends Metadata {}\n\n/** Managed service identity of the resource. */\nexport interface DataCollectionEndpointResourceIdentity\n extends ManagedServiceIdentity {}\n\n/** Managed Service Identity. */\nexport interface ResourceForUpdateIdentity extends ManagedServiceIdentity {}\n\n/** Managed service identity of the resource. */\nexport interface DataCollectionRuleResourceIdentity\n extends ManagedServiceIdentity {}\n\n/** Resource properties. */\nexport interface DataCollectionRuleAssociationProxyOnlyResourceProperties\n extends DataCollectionRuleAssociation {}\n\n/** Resource properties. */\nexport interface DataCollectionRuleResourceProperties\n extends DataCollectionRule {}\n\n/**\n * The specification of data sources.\n * This property is optional and can be omitted if the rule is meant to be used via direct calls to the provisioned endpoint.\n */\nexport interface DataCollectionRuleDataSources extends DataSourcesSpec {}\n\n/** The log files specific settings. */\nexport interface LogFilesDataSourceSettings extends LogFileSettings {}\n\n/** Text settings */\nexport interface LogFileSettingsText extends LogFileTextSettings {}\n\n/** Specifications of pull based data sources */\nexport interface DataSourcesSpecDataImports extends DataImportSources {}\n\n/** Definition of Event Hub configuration. */\nexport interface DataImportSourcesEventHub extends EventHubDataSource {}\n\n/** The specification of destinations. */\nexport interface DataCollectionRuleDestinations extends DestinationsSpec {}\n\n/** Azure Monitor Metrics destination. */\nexport interface DestinationsSpecAzureMonitorMetrics\n extends AzureMonitorMetricsDestination {}\n\n/** Criterion to filter metrics. */\nexport interface MetricCriteria extends MultiMetricCriteria {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n criterionType: \"StaticThresholdCriterion\";\n /** the criteria operator. */\n operator: Operator;\n /** the criteria threshold value that activates the alert. */\n threshold: number;\n}\n\n/** Criterion for dynamic threshold. */\nexport interface DynamicMetricCriteria extends MultiMetricCriteria {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n criterionType: \"DynamicThresholdCriterion\";\n /** The operator used to compare the metric value against the threshold. */\n operator: DynamicThresholdOperator;\n /** The extent of deviation required to trigger an alert. This will affect how tight the threshold is to the metric series pattern. */\n alertSensitivity: DynamicThresholdSensitivity;\n /** The minimum number of violations required within the selected lookback time window required to raise an alert. */\n failingPeriods: DynamicThresholdFailingPeriods;\n /** Use this option to set the date from which to start learning the metric historical data and calculate the dynamic thresholds (in ISO8601 format) */\n ignoreDataBefore?: Date;\n}\n\n/** An Azure Monitor Workspace definition */\nexport interface AzureMonitorWorkspaceResource extends TrackedResource {\n /**\n * Resource entity tag (ETag)\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /**\n * The immutable Id of the Azure Monitor Workspace. This property is read-only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly accountId?: string;\n /**\n * Properties related to the metrics container in the Azure Monitor Workspace\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly metrics?: AzureMonitorWorkspaceMetrics;\n /**\n * The provisioning state of the Azure Monitor Workspace. Set to Succeeded if everything is healthy.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The Data Collection Rule and Endpoint used for ingestion by default.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultIngestionSettings?: AzureMonitorWorkspaceDefaultIngestionSettings;\n /**\n * List of private endpoint connections\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n /**\n * Gets or sets allow or disallow public network access to Azure Monitor Workspace\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly publicNetworkAccess?: PublicNetworkAccess;\n}\n\n/** An Azure Monitor PrivateLinkScope definition. */\nexport interface AzureMonitorPrivateLinkScope\n extends TrackedResourceAutoGenerated {\n /**\n * System data\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /**\n * Current state of this PrivateLinkScope: 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 Provisioning ,Succeeded, Canceled and Failed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /**\n * List of private endpoint connections.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateEndpointConnections?: PrivateEndpointConnectionAutoGenerated[];\n /** Access mode settings */\n accessModeSettings: AccessModeSettings;\n}\n\n/** A private link scoped resource */\nexport interface ScopedResource extends ProxyResourceAutoGenerated {\n /**\n * System data\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** The resource id of the scoped Azure monitor resource. */\n linkedResourceId?: string;\n /**\n * State of the private endpoint connection.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n}\n\n/** Defines headers for AzureMonitorWorkspaces_delete operation. */\nexport interface AzureMonitorWorkspacesDeleteHeaders {\n azureAsyncOperation?: string;\n location?: string;\n}\n\n/** Defines headers for ActionGroups_createNotificationsAtActionGroupResourceLevel operation. */\nexport interface ActionGroupsCreateNotificationsAtActionGroupResourceLevelHeaders {\n /** The location header that has the polling uri. */\n location?: string;\n}\n\n/** Defines headers for MonitorClient_createNotificationsAtTenantActionGroupResourceLevel operation. */\nexport interface MonitorClientCreateNotificationsAtTenantActionGroupResourceLevelHeaders {\n /** The location header that has the polling uri. */\n location?: string;\n}\n\n/** Known values of {@link NamespaceClassification} that the service accepts. */\nexport enum KnownNamespaceClassification {\n /** Platform */\n Platform = \"Platform\",\n /** Custom */\n Custom = \"Custom\",\n /** Qos */\n Qos = \"Qos\",\n}\n\n/**\n * Defines values for NamespaceClassification. \\\n * {@link KnownNamespaceClassification} can be used interchangeably with NamespaceClassification,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Platform** \\\n * **Custom** \\\n * **Qos**\n */\nexport type NamespaceClassification = string;\n\n/** Known values of {@link MetricClass} that the service accepts. */\nexport enum KnownMetricClass {\n /** Availability */\n Availability = \"Availability\",\n /** Transactions */\n Transactions = \"Transactions\",\n /** Errors */\n Errors = \"Errors\",\n /** Latency */\n Latency = \"Latency\",\n /** Saturation */\n Saturation = \"Saturation\",\n}\n\n/**\n * Defines values for MetricClass. \\\n * {@link KnownMetricClass} can be used interchangeably with MetricClass,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Availability** \\\n * **Transactions** \\\n * **Errors** \\\n * **Latency** \\\n * **Saturation**\n */\nexport type MetricClass = string;\n\n/** Known values of {@link MetricUnit} that the service accepts. */\nexport enum KnownMetricUnit {\n /** Unit of raw quantity. */\n Count = \"Count\",\n /** Unit of memory in bytes. */\n Bytes = \"Bytes\",\n /** Unit of time in seconds. */\n Seconds = \"Seconds\",\n /** Rate unit of raw quantity per second. */\n CountPerSecond = \"CountPerSecond\",\n /** Rate unit of memory in bytes per second. */\n BytesPerSecond = \"BytesPerSecond\",\n /** Percentage unit. */\n Percent = \"Percent\",\n /** Unit of time in 1\\/1000th of a second. */\n MilliSeconds = \"MilliSeconds\",\n /** Unit of data transfer or storage. It is the size of the data in bytes multiplied by the time it takes to transfer or store the data in seconds. */\n ByteSeconds = \"ByteSeconds\",\n /** No specified unit. */\n Unspecified = \"Unspecified\",\n /** Unit of processing power. */\n Cores = \"Cores\",\n /** Unit of processing power in 1\\/1000th of a CPU core. */\n MilliCores = \"MilliCores\",\n /** Unit of processing power in one billionth of a CPU core. */\n NanoCores = \"NanoCores\",\n /** Rate unit of binary digits per second. */\n BitsPerSecond = \"BitsPerSecond\",\n}\n\n/**\n * Defines values for MetricUnit. \\\n * {@link KnownMetricUnit} can be used interchangeably with MetricUnit,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Count**: Unit of raw quantity. \\\n * **Bytes**: Unit of memory in bytes. \\\n * **Seconds**: Unit of time in seconds. \\\n * **CountPerSecond**: Rate unit of raw quantity per second. \\\n * **BytesPerSecond**: Rate unit of memory in bytes per second. \\\n * **Percent**: Percentage unit. \\\n * **MilliSeconds**: Unit of time in 1\\/1000th of a second. \\\n * **ByteSeconds**: Unit of data transfer or storage. It is the size of the data in bytes multiplied by the time it takes to transfer or store the data in seconds. \\\n * **Unspecified**: No specified unit. \\\n * **Cores**: Unit of processing power. \\\n * **MilliCores**: Unit of processing power in 1\\/1000th of a CPU core. \\\n * **NanoCores**: Unit of processing power in one billionth of a CPU core. \\\n * **BitsPerSecond**: Rate unit of binary digits per second.\n */\nexport type MetricUnit = string;\n\n/** Known values of {@link MetricAggregationType} that the service accepts. */\nexport enum KnownMetricAggregationType {\n /** None */\n None = \"None\",\n /** Average */\n Average = \"Average\",\n /** Count */\n Count = \"Count\",\n /** Minimum */\n Minimum = \"Minimum\",\n /** Maximum */\n Maximum = \"Maximum\",\n /** Total */\n Total = \"Total\",\n}\n\n/**\n * Defines values for MetricAggregationType. \\\n * {@link KnownMetricAggregationType} can be used interchangeably with MetricAggregationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **Average** \\\n * **Count** \\\n * **Minimum** \\\n * **Maximum** \\\n * **Total**\n */\nexport type MetricAggregationType = string;\n\n/** Known values of {@link MetricResultType} that the service accepts. */\nexport enum KnownMetricResultType {\n /** Data */\n Data = \"Data\",\n /** Metadata */\n Metadata = \"Metadata\",\n}\n\n/**\n * Defines values for MetricResultType. \\\n * {@link KnownMetricResultType} can be used interchangeably with MetricResultType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Data** \\\n * **Metadata**\n */\nexport type MetricResultType = string;\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n}\n\n/**\n * Defines values for ProvisioningState. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Succeeded** \\\n * **Deleting** \\\n * **Failed** \\\n * **Canceled**\n */\nexport type ProvisioningState = string;\n\n/** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */\nexport enum KnownPrivateEndpointServiceConnectionStatus {\n /** Pending */\n Pending = \"Pending\",\n /** Approved */\n Approved = \"Approved\",\n /** Rejected */\n Rejected = \"Rejected\",\n}\n\n/**\n * Defines values for PrivateEndpointServiceConnectionStatus. \\\n * {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending** \\\n * **Approved** \\\n * **Rejected**\n */\nexport type PrivateEndpointServiceConnectionStatus = string;\n\n/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */\nexport enum KnownPrivateEndpointConnectionProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Creating */\n Creating = \"Creating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for PrivateEndpointConnectionProvisioningState. \\\n * {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Creating** \\\n * **Deleting** \\\n * **Failed**\n */\nexport type PrivateEndpointConnectionProvisioningState = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link PublicNetworkAccess} that the service accepts. */\nexport enum KnownPublicNetworkAccess {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for PublicNetworkAccess. \\\n * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type PublicNetworkAccess = string;\n\n/** Known values of {@link Origin} that the service accepts. */\nexport enum KnownOrigin {\n /** User */\n User = \"user\",\n /** System */\n System = \"system\",\n /** UserSystem */\n UserSystem = \"user,system\",\n}\n\n/**\n * Defines values for Origin. \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user** \\\n * **system** \\\n * **user,system**\n */\nexport type Origin = string;\n\n/** Known values of {@link ActionType} that the service accepts. */\nexport enum KnownActionType {\n /** Internal */\n Internal = \"Internal\",\n}\n\n/**\n * Defines values for ActionType. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**\n */\nexport type ActionType = string;\n\n/** Known values of {@link ScaleRuleMetricDimensionOperationType} that the service accepts. */\nexport enum KnownScaleRuleMetricDimensionOperationType {\n /** Equals */\n Equals = \"Equals\",\n /** NotEquals */\n NotEquals = \"NotEquals\",\n}\n\n/**\n * Defines values for ScaleRuleMetricDimensionOperationType. \\\n * {@link KnownScaleRuleMetricDimensionOperationType} can be used interchangeably with ScaleRuleMetricDimensionOperationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Equals** \\\n * **NotEquals**\n */\nexport type ScaleRuleMetricDimensionOperationType = string;\n\n/** Known values of {@link CategoryType} that the service accepts. */\nexport enum KnownCategoryType {\n /** Metrics */\n Metrics = \"Metrics\",\n /** Logs */\n Logs = \"Logs\",\n}\n\n/**\n * Defines values for CategoryType. \\\n * {@link KnownCategoryType} can be used interchangeably with CategoryType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Metrics** \\\n * **Logs**\n */\nexport type CategoryType = string;\n\n/** Known values of {@link BaselineSensitivity} that the service accepts. */\nexport enum KnownBaselineSensitivity {\n /** Low */\n Low = \"Low\",\n /** Medium */\n Medium = \"Medium\",\n /** High */\n High = \"High\",\n}\n\n/**\n * Defines values for BaselineSensitivity. \\\n * {@link KnownBaselineSensitivity} can be used interchangeably with BaselineSensitivity,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Low** \\\n * **Medium** \\\n * **High**\n */\nexport type BaselineSensitivity = string;\n\n/** Known values of {@link Odatatype} that the service accepts. */\nexport enum KnownOdatatype {\n /** MicrosoftAzureMonitorSingleResourceMultipleMetricCriteria */\n MicrosoftAzureMonitorSingleResourceMultipleMetricCriteria = \"Microsoft.Azure.Monitor.SingleResourceMultipleMetricCriteria\",\n /** MicrosoftAzureMonitorMultipleResourceMultipleMetricCriteria */\n MicrosoftAzureMonitorMultipleResourceMultipleMetricCriteria = \"Microsoft.Azure.Monitor.MultipleResourceMultipleMetricCriteria\",\n /** MicrosoftAzureMonitorWebtestLocationAvailabilityCriteria */\n MicrosoftAzureMonitorWebtestLocationAvailabilityCriteria = \"Microsoft.Azure.Monitor.WebtestLocationAvailabilityCriteria\",\n}\n\n/**\n * Defines values for Odatatype. \\\n * {@link KnownOdatatype} can be used interchangeably with Odatatype,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Microsoft.Azure.Monitor.SingleResourceMultipleMetricCriteria** \\\n * **Microsoft.Azure.Monitor.MultipleResourceMultipleMetricCriteria** \\\n * **Microsoft.Azure.Monitor.WebtestLocationAvailabilityCriteria**\n */\nexport type Odatatype = string;\n\n/** Known values of {@link Kind} that the service accepts. */\nexport enum KnownKind {\n /** LogAlert */\n LogAlert = \"LogAlert\",\n /** LogToMetric */\n LogToMetric = \"LogToMetric\",\n}\n\n/**\n * Defines values for Kind. \\\n * {@link KnownKind} can be used interchangeably with Kind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **LogAlert** \\\n * **LogToMetric**\n */\nexport type Kind = string;\n\n/** Known values of {@link AlertSeverity} that the service accepts. */\nexport enum KnownAlertSeverity {\n /** Zero */\n Zero = 0,\n /** One */\n One = 1,\n /** Two */\n Two = 2,\n /** Three */\n Three = 3,\n /** Four */\n Four = 4,\n}\n\n/**\n * Defines values for AlertSeverity. \\\n * {@link KnownAlertSeverity} can be used interchangeably with AlertSeverity,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **0** \\\n * **1** \\\n * **2** \\\n * **3** \\\n * **4**\n */\nexport type AlertSeverity = number;\n\n/** Known values of {@link TimeAggregation} that the service accepts. */\nexport enum KnownTimeAggregation {\n /** Count */\n Count = \"Count\",\n /** Average */\n Average = \"Average\",\n /** Minimum */\n Minimum = \"Minimum\",\n /** Maximum */\n Maximum = \"Maximum\",\n /** Total */\n Total = \"Total\",\n}\n\n/**\n * Defines values for TimeAggregation. \\\n * {@link KnownTimeAggregation} can be used interchangeably with TimeAggregation,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Count** \\\n * **Average** \\\n * **Minimum** \\\n * **Maximum** \\\n * **Total**\n */\nexport type TimeAggregation = string;\n\n/** Known values of {@link DimensionOperator} that the service accepts. */\nexport enum KnownDimensionOperator {\n /** Include */\n Include = \"Include\",\n /** Exclude */\n Exclude = \"Exclude\",\n}\n\n/**\n * Defines values for DimensionOperator. \\\n * {@link KnownDimensionOperator} can be used interchangeably with DimensionOperator,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Include** \\\n * **Exclude**\n */\nexport type DimensionOperator = string;\n\n/** Known values of {@link OnboardingStatus} that the service accepts. */\nexport enum KnownOnboardingStatus {\n /** Onboarded */\n Onboarded = \"onboarded\",\n /** NotOnboarded */\n NotOnboarded = \"notOnboarded\",\n /** Unknown */\n Unknown = \"unknown\",\n}\n\n/**\n * Defines values for OnboardingStatus. \\\n * {@link KnownOnboardingStatus} can be used interchangeably with OnboardingStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **onboarded** \\\n * **notOnboarded** \\\n * **unknown**\n */\nexport type OnboardingStatus = string;\n\n/** Known values of {@link DataStatus} that the service accepts. */\nexport enum KnownDataStatus {\n /** Present */\n Present = \"present\",\n /** NotPresent */\n NotPresent = \"notPresent\",\n}\n\n/**\n * Defines values for DataStatus. \\\n * {@link KnownDataStatus} can be used interchangeably with DataStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **present** \\\n * **notPresent**\n */\nexport type DataStatus = string;\n\n/** Known values of {@link AccessMode} that the service accepts. */\nexport enum KnownAccessMode {\n /** Open */\n Open = \"Open\",\n /** PrivateOnly */\n PrivateOnly = \"PrivateOnly\",\n}\n\n/**\n * Defines values for AccessMode. \\\n * {@link KnownAccessMode} can be used interchangeably with AccessMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Open** \\\n * **PrivateOnly**\n */\nexport type AccessMode = string;\n\n/** Known values of {@link KnownPublicNetworkAccessOptions} that the service accepts. */\nexport enum KnownKnownPublicNetworkAccessOptions {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n /** SecuredByPerimeter */\n SecuredByPerimeter = \"SecuredByPerimeter\",\n}\n\n/**\n * Defines values for KnownPublicNetworkAccessOptions. \\\n * {@link KnownKnownPublicNetworkAccessOptions} can be used interchangeably with KnownPublicNetworkAccessOptions,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled** \\\n * **SecuredByPerimeter**\n */\nexport type KnownPublicNetworkAccessOptions = string;\n\n/** Known values of {@link KnownDataCollectionEndpointProvisioningState} that the service accepts. */\nexport enum KnownKnownDataCollectionEndpointProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for KnownDataCollectionEndpointProvisioningState. \\\n * {@link KnownKnownDataCollectionEndpointProvisioningState} can be used interchangeably with KnownDataCollectionEndpointProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed**\n */\nexport type KnownDataCollectionEndpointProvisioningState = string;\n\n/** Known values of {@link KnownLocationSpecProvisioningStatus} that the service accepts. */\nexport enum KnownKnownLocationSpecProvisioningStatus {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for KnownLocationSpecProvisioningStatus. \\\n * {@link KnownKnownLocationSpecProvisioningStatus} can be used interchangeably with KnownLocationSpecProvisioningStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed**\n */\nexport type KnownLocationSpecProvisioningStatus = string;\n\n/** Known values of {@link KnownDataCollectionEndpointResourceKind} that the service accepts. */\nexport enum KnownKnownDataCollectionEndpointResourceKind {\n /** Linux */\n Linux = \"Linux\",\n /** Windows */\n Windows = \"Windows\",\n}\n\n/**\n * Defines values for KnownDataCollectionEndpointResourceKind. \\\n * {@link KnownKnownDataCollectionEndpointResourceKind} can be used interchangeably with KnownDataCollectionEndpointResourceKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Linux** \\\n * **Windows**\n */\nexport type KnownDataCollectionEndpointResourceKind = string;\n\n/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */\nexport enum KnownManagedServiceIdentityType {\n /** None */\n None = \"None\",\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\",\n /** SystemAssignedUserAssigned */\n SystemAssignedUserAssigned = \"SystemAssigned,UserAssigned\",\n}\n\n/**\n * Defines values for ManagedServiceIdentityType. \\\n * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **SystemAssigned** \\\n * **UserAssigned** \\\n * **SystemAssigned,UserAssigned**\n */\nexport type ManagedServiceIdentityType = string;\n\n/** Known values of {@link KnownDataCollectionRuleAssociationProvisioningState} that the service accepts. */\nexport enum KnownKnownDataCollectionRuleAssociationProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for KnownDataCollectionRuleAssociationProvisioningState. \\\n * {@link KnownKnownDataCollectionRuleAssociationProvisioningState} can be used interchangeably with KnownDataCollectionRuleAssociationProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed**\n */\nexport type KnownDataCollectionRuleAssociationProvisioningState = string;\n\n/** Known values of {@link KnownColumnDefinitionType} that the service accepts. */\nexport enum KnownKnownColumnDefinitionType {\n /** String */\n String = \"string\",\n /** Int */\n Int = \"int\",\n /** Long */\n Long = \"long\",\n /** Real */\n Real = \"real\",\n /** Boolean */\n Boolean = \"boolean\",\n /** Datetime */\n Datetime = \"datetime\",\n /** Dynamic */\n Dynamic = \"dynamic\",\n}\n\n/**\n * Defines values for KnownColumnDefinitionType. \\\n * {@link KnownKnownColumnDefinitionType} can be used interchangeably with KnownColumnDefinitionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **string** \\\n * **int** \\\n * **long** \\\n * **real** \\\n * **boolean** \\\n * **datetime** \\\n * **dynamic**\n */\nexport type KnownColumnDefinitionType = string;\n\n/** Known values of {@link KnownPerfCounterDataSourceStreams} that the service accepts. */\nexport enum KnownKnownPerfCounterDataSourceStreams {\n /** MicrosoftPerf */\n MicrosoftPerf = \"Microsoft-Perf\",\n /** MicrosoftInsightsMetrics */\n MicrosoftInsightsMetrics = \"Microsoft-InsightsMetrics\",\n}\n\n/**\n * Defines values for KnownPerfCounterDataSourceStreams. \\\n * {@link KnownKnownPerfCounterDataSourceStreams} can be used interchangeably with KnownPerfCounterDataSourceStreams,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Microsoft-Perf** \\\n * **Microsoft-InsightsMetrics**\n */\nexport type KnownPerfCounterDataSourceStreams = string;\n\n/** Known values of {@link KnownWindowsEventLogDataSourceStreams} that the service accepts. */\nexport enum KnownKnownWindowsEventLogDataSourceStreams {\n /** MicrosoftWindowsEvent */\n MicrosoftWindowsEvent = \"Microsoft-WindowsEvent\",\n /** MicrosoftEvent */\n MicrosoftEvent = \"Microsoft-Event\",\n}\n\n/**\n * Defines values for KnownWindowsEventLogDataSourceStreams. \\\n * {@link KnownKnownWindowsEventLogDataSourceStreams} can be used interchangeably with KnownWindowsEventLogDataSourceStreams,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Microsoft-WindowsEvent** \\\n * **Microsoft-Event**\n */\nexport type KnownWindowsEventLogDataSourceStreams = string;\n\n/** Known values of {@link KnownSyslogDataSourceStreams} that the service accepts. */\nexport enum KnownKnownSyslogDataSourceStreams {\n /** MicrosoftSyslog */\n MicrosoftSyslog = \"Microsoft-Syslog\",\n}\n\n/**\n * Defines values for KnownSyslogDataSourceStreams. \\\n * {@link KnownKnownSyslogDataSourceStreams} can be used interchangeably with KnownSyslogDataSourceStreams,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Microsoft-Syslog**\n */\nexport type KnownSyslogDataSourceStreams = string;\n\n/** Known values of {@link KnownSyslogDataSourceFacilityNames} that the service accepts. */\nexport enum KnownKnownSyslogDataSourceFacilityNames {\n /** Alert */\n Alert = \"alert\",\n /** Audit */\n Audit = \"audit\",\n /** Auth */\n Auth = \"auth\",\n /** Authpriv */\n Authpriv = \"authpriv\",\n /** Clock */\n Clock = \"clock\",\n /** Cron */\n Cron = \"cron\",\n /** Daemon */\n Daemon = \"daemon\",\n /** Ftp */\n Ftp = \"ftp\",\n /** Kern */\n Kern = \"kern\",\n /** Lpr */\n Lpr = \"lpr\",\n /** Mail */\n Mail = \"mail\",\n /** Mark */\n Mark = \"mark\",\n /** News */\n News = \"news\",\n /** Nopri */\n Nopri = \"nopri\",\n /** Ntp */\n Ntp = \"ntp\",\n /** Syslog */\n Syslog = \"syslog\",\n /** User */\n User = \"user\",\n /** Uucp */\n Uucp = \"uucp\",\n /** Local0 */\n Local0 = \"local0\",\n /** Local1 */\n Local1 = \"local1\",\n /** Local2 */\n Local2 = \"local2\",\n /** Local3 */\n Local3 = \"local3\",\n /** Local4 */\n Local4 = \"local4\",\n /** Local5 */\n Local5 = \"local5\",\n /** Local6 */\n Local6 = \"local6\",\n /** Local7 */\n Local7 = \"local7\",\n /** Asterisk */\n Asterisk = \"*\",\n}\n\n/**\n * Defines values for KnownSyslogDataSourceFacilityNames. \\\n * {@link KnownKnownSyslogDataSourceFacilityNames} can be used interchangeably with KnownSyslogDataSourceFacilityNames,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **alert** \\\n * **audit** \\\n * **auth** \\\n * **authpriv** \\\n * **clock** \\\n * **cron** \\\n * **daemon** \\\n * **ftp** \\\n * **kern** \\\n * **lpr** \\\n * **mail** \\\n * **mark** \\\n * **news** \\\n * **nopri** \\\n * **ntp** \\\n * **syslog** \\\n * **user** \\\n * **uucp** \\\n * **local0** \\\n * **local1** \\\n * **local2** \\\n * **local3** \\\n * **local4** \\\n * **local5** \\\n * **local6** \\\n * **local7** \\\n * *****\n */\nexport type KnownSyslogDataSourceFacilityNames = string;\n\n/** Known values of {@link KnownSyslogDataSourceLogLevels} that the service accepts. */\nexport enum KnownKnownSyslogDataSourceLogLevels {\n /** Debug */\n Debug = \"Debug\",\n /** Info */\n Info = \"Info\",\n /** Notice */\n Notice = \"Notice\",\n /** Warning */\n Warning = \"Warning\",\n /** Error */\n Error = \"Error\",\n /** Critical */\n Critical = \"Critical\",\n /** Alert */\n Alert = \"Alert\",\n /** Emergency */\n Emergency = \"Emergency\",\n /** Asterisk */\n Asterisk = \"*\",\n}\n\n/**\n * Defines values for KnownSyslogDataSourceLogLevels. \\\n * {@link KnownKnownSyslogDataSourceLogLevels} can be used interchangeably with KnownSyslogDataSourceLogLevels,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Debug** \\\n * **Info** \\\n * **Notice** \\\n * **Warning** \\\n * **Error** \\\n * **Critical** \\\n * **Alert** \\\n * **Emergency** \\\n * *****\n */\nexport type KnownSyslogDataSourceLogLevels = string;\n\n/** Known values of {@link KnownExtensionDataSourceStreams} that the service accepts. */\nexport enum KnownKnownExtensionDataSourceStreams {\n /** MicrosoftEvent */\n MicrosoftEvent = \"Microsoft-Event\",\n /** MicrosoftInsightsMetrics */\n MicrosoftInsightsMetrics = \"Microsoft-InsightsMetrics\",\n /** MicrosoftPerf */\n MicrosoftPerf = \"Microsoft-Perf\",\n /** MicrosoftSyslog */\n MicrosoftSyslog = \"Microsoft-Syslog\",\n /** MicrosoftWindowsEvent */\n MicrosoftWindowsEvent = \"Microsoft-WindowsEvent\",\n}\n\n/**\n * Defines values for KnownExtensionDataSourceStreams. \\\n * {@link KnownKnownExtensionDataSourceStreams} can be used interchangeably with KnownExtensionDataSourceStreams,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Microsoft-Event** \\\n * **Microsoft-InsightsMetrics** \\\n * **Microsoft-Perf** \\\n * **Microsoft-Syslog** \\\n * **Microsoft-WindowsEvent**\n */\nexport type KnownExtensionDataSourceStreams = string;\n\n/** Known values of {@link KnownLogFilesDataSourceFormat} that the service accepts. */\nexport enum KnownKnownLogFilesDataSourceFormat {\n /** Text */\n Text = \"text\",\n}\n\n/**\n * Defines values for KnownLogFilesDataSourceFormat. \\\n * {@link KnownKnownLogFilesDataSourceFormat} can be used interchangeably with KnownLogFilesDataSourceFormat,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **text**\n */\nexport type KnownLogFilesDataSourceFormat = string;\n\n/** Known values of {@link KnownLogFileTextSettingsRecordStartTimestampFormat} that the service accepts. */\nexport enum KnownKnownLogFileTextSettingsRecordStartTimestampFormat {\n /** ISO8601 */\n ISO8601 = \"ISO 8601\",\n /** YyyyMMDDHHMMSS */\n YyyyMMDDHHMMSS = \"YYYY-MM-DD HH:MM:SS\",\n /** MDYyyyHHMMSSAMPM */\n MDYyyyHHMMSSAMPM = \"M/D/YYYY HH:MM:SS AM/PM\",\n /** MonDDYyyyHHMMSS */\n MonDDYyyyHHMMSS = \"Mon DD, YYYY HH:MM:SS\",\n /** YyMMddHHMmSs */\n YyMMddHHMmSs = \"yyMMdd HH:mm:ss\",\n /** DdMMyyHHMmSs */\n DdMMyyHHMmSs = \"ddMMyy HH:mm:ss\",\n /** MMMDHhMmSs */\n MMMDHhMmSs = \"MMM d hh:mm:ss\",\n /** DdMMMYyyyHHMmSsZzz */\n DdMMMYyyyHHMmSsZzz = \"dd/MMM/yyyy:HH:mm:ss zzz\",\n /** YyyyMMDdTHHMmSsK */\n YyyyMMDdTHHMmSsK = \"yyyy-MM-ddTHH:mm:ssK\",\n}\n\n/**\n * Defines values for KnownLogFileTextSettingsRecordStartTimestampFormat. \\\n * {@link KnownKnownLogFileTextSettingsRecordStartTimestampFormat} can be used interchangeably with KnownLogFileTextSettingsRecordStartTimestampFormat,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ISO 8601** \\\n * **YYYY-MM-DD HH:MM:SS** \\\n * **M\\/D\\/YYYY HH:MM:SS AM\\/PM** \\\n * **Mon DD, YYYY HH:MM:SS** \\\n * **yyMMdd HH:mm:ss** \\\n * **ddMMyy HH:mm:ss** \\\n * **MMM d hh:mm:ss** \\\n * **dd\\/MMM\\/yyyy:HH:mm:ss zzz** \\\n * **yyyy-MM-ddTHH:mm:ssK**\n */\nexport type KnownLogFileTextSettingsRecordStartTimestampFormat = string;\n\n/** Known values of {@link KnownPrometheusForwarderDataSourceStreams} that the service accepts. */\nexport enum KnownKnownPrometheusForwarderDataSourceStreams {\n /** MicrosoftPrometheusMetrics */\n MicrosoftPrometheusMetrics = \"Microsoft-PrometheusMetrics\",\n}\n\n/**\n * Defines values for KnownPrometheusForwarderDataSourceStreams. \\\n * {@link KnownKnownPrometheusForwarderDataSourceStreams} can be used interchangeably with KnownPrometheusForwarderDataSourceStreams,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Microsoft-PrometheusMetrics**\n */\nexport type KnownPrometheusForwarderDataSourceStreams = string;\n\n/** Known values of {@link KnownDataFlowStreams} that the service accepts. */\nexport enum KnownKnownDataFlowStreams {\n /** MicrosoftEvent */\n MicrosoftEvent = \"Microsoft-Event\",\n /** MicrosoftInsightsMetrics */\n MicrosoftInsightsMetrics = \"Microsoft-InsightsMetrics\",\n /** MicrosoftPerf */\n MicrosoftPerf = \"Microsoft-Perf\",\n /** MicrosoftSyslog */\n MicrosoftSyslog = \"Microsoft-Syslog\",\n /** MicrosoftWindowsEvent */\n MicrosoftWindowsEvent = \"Microsoft-WindowsEvent\",\n}\n\n/**\n * Defines values for KnownDataFlowStreams. \\\n * {@link KnownKnownDataFlowStreams} can be used interchangeably with KnownDataFlowStreams,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Microsoft-Event** \\\n * **Microsoft-InsightsMetrics** \\\n * **Microsoft-Perf** \\\n * **Microsoft-Syslog** \\\n * **Microsoft-WindowsEvent**\n */\nexport type KnownDataFlowStreams = string;\n\n/** Known values of {@link KnownDataCollectionRuleProvisioningState} that the service accepts. */\nexport enum KnownKnownDataCollectionRuleProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for KnownDataCollectionRuleProvisioningState. \\\n * {@link KnownKnownDataCollectionRuleProvisioningState} can be used interchangeably with KnownDataCollectionRuleProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed**\n */\nexport type KnownDataCollectionRuleProvisioningState = string;\n\n/** Known values of {@link KnownDataCollectionRuleResourceKind} that the service accepts. */\nexport enum KnownKnownDataCollectionRuleResourceKind {\n /** Linux */\n Linux = \"Linux\",\n /** Windows */\n Windows = \"Windows\",\n}\n\n/**\n * Defines values for KnownDataCollectionRuleResourceKind. \\\n * {@link KnownKnownDataCollectionRuleResourceKind} can be used interchangeably with KnownDataCollectionRuleResourceKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Linux** \\\n * **Windows**\n */\nexport type KnownDataCollectionRuleResourceKind = string;\n\n/** Known values of {@link Operator} that the service accepts. */\nexport enum KnownOperator {\n /** Equals */\n Equals = \"Equals\",\n /** GreaterThan */\n GreaterThan = \"GreaterThan\",\n /** GreaterThanOrEqual */\n GreaterThanOrEqual = \"GreaterThanOrEqual\",\n /** LessThan */\n LessThan = \"LessThan\",\n /** LessThanOrEqual */\n LessThanOrEqual = \"LessThanOrEqual\",\n}\n\n/**\n * Defines values for Operator. \\\n * {@link KnownOperator} can be used interchangeably with Operator,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Equals** \\\n * **GreaterThan** \\\n * **GreaterThanOrEqual** \\\n * **LessThan** \\\n * **LessThanOrEqual**\n */\nexport type Operator = string;\n\n/** Known values of {@link CriterionType} that the service accepts. */\nexport enum KnownCriterionType {\n /** StaticThresholdCriterion */\n StaticThresholdCriterion = \"StaticThresholdCriterion\",\n /** DynamicThresholdCriterion */\n DynamicThresholdCriterion = \"DynamicThresholdCriterion\",\n}\n\n/**\n * Defines values for CriterionType. \\\n * {@link KnownCriterionType} can be used interchangeably with CriterionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **StaticThresholdCriterion** \\\n * **DynamicThresholdCriterion**\n */\nexport type CriterionType = string;\n\n/** Known values of {@link AggregationTypeEnum} that the service accepts. */\nexport enum KnownAggregationTypeEnum {\n /** Average */\n Average = \"Average\",\n /** Count */\n Count = \"Count\",\n /** Minimum */\n Minimum = \"Minimum\",\n /** Maximum */\n Maximum = \"Maximum\",\n /** Total */\n Total = \"Total\",\n}\n\n/**\n * Defines values for AggregationTypeEnum. \\\n * {@link KnownAggregationTypeEnum} can be used interchangeably with AggregationTypeEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Average** \\\n * **Count** \\\n * **Minimum** \\\n * **Maximum** \\\n * **Total**\n */\nexport type AggregationTypeEnum = string;\n\n/** Known values of {@link DynamicThresholdOperator} that the service accepts. */\nexport enum KnownDynamicThresholdOperator {\n /** GreaterThan */\n GreaterThan = \"GreaterThan\",\n /** LessThan */\n LessThan = \"LessThan\",\n /** GreaterOrLessThan */\n GreaterOrLessThan = \"GreaterOrLessThan\",\n}\n\n/**\n * Defines values for DynamicThresholdOperator. \\\n * {@link KnownDynamicThresholdOperator} can be used interchangeably with DynamicThresholdOperator,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **GreaterThan** \\\n * **LessThan** \\\n * **GreaterOrLessThan**\n */\nexport type DynamicThresholdOperator = string;\n\n/** Known values of {@link DynamicThresholdSensitivity} that the service accepts. */\nexport enum KnownDynamicThresholdSensitivity {\n /** Low */\n Low = \"Low\",\n /** Medium */\n Medium = \"Medium\",\n /** High */\n High = \"High\",\n}\n\n/**\n * Defines values for DynamicThresholdSensitivity. \\\n * {@link KnownDynamicThresholdSensitivity} can be used interchangeably with DynamicThresholdSensitivity,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Low** \\\n * **Medium** \\\n * **High**\n */\nexport type DynamicThresholdSensitivity = string;\n/** Defines values for AggregationType. */\nexport type AggregationType =\n | \"None\"\n | \"Average\"\n | \"Count\"\n | \"Minimum\"\n | \"Maximum\"\n | \"Total\";\n/** Defines values for ResultType. */\nexport type ResultType = \"Data\" | \"Metadata\";\n/** Defines values for MetricStatisticType. */\nexport type MetricStatisticType = \"Average\" | \"Min\" | \"Max\" | \"Sum\" | \"Count\";\n/** Defines values for TimeAggregationType. */\nexport type TimeAggregationType =\n | \"Average\"\n | \"Minimum\"\n | \"Maximum\"\n | \"Total\"\n | \"Count\"\n | \"Last\";\n/** Defines values for ComparisonOperationType. */\nexport type ComparisonOperationType =\n | \"Equals\"\n | \"NotEquals\"\n | \"GreaterThan\"\n | \"GreaterThanOrEqual\"\n | \"LessThan\"\n | \"LessThanOrEqual\";\n/** Defines values for ScaleDirection. */\nexport type ScaleDirection = \"None\" | \"Increase\" | \"Decrease\";\n/** Defines values for ScaleType. */\nexport type ScaleType =\n | \"ChangeCount\"\n | \"PercentChangeCount\"\n | \"ExactCount\"\n | \"ServiceAllowedNextValue\";\n/** Defines values for RecurrenceFrequency. */\nexport type RecurrenceFrequency =\n | \"None\"\n | \"Second\"\n | \"Minute\"\n | \"Hour\"\n | \"Day\"\n | \"Week\"\n | \"Month\"\n | \"Year\";\n/** Defines values for PredictiveAutoscalePolicyScaleMode. */\nexport type PredictiveAutoscalePolicyScaleMode =\n | \"Disabled\"\n | \"ForecastOnly\"\n | \"Enabled\";\n/** Defines values for ReceiverStatus. */\nexport type ReceiverStatus = \"NotSpecified\" | \"Enabled\" | \"Disabled\";\n/** Defines values for EventLevel. */\nexport type EventLevel =\n | \"Critical\"\n | \"Error\"\n | \"Warning\"\n | \"Informational\"\n | \"Verbose\";\n/** Defines values for IdentityType. */\nexport type IdentityType = \"SystemAssigned\" | \"UserAssigned\" | \"None\";\n/** Defines values for ConditionOperator. */\nexport type ConditionOperator =\n | \"GreaterThan\"\n | \"GreaterThanOrEqual\"\n | \"LessThan\"\n | \"LessThanOrEqual\"\n | \"Equals\";\n/** Defines values for TimeAggregationOperator. */\nexport type TimeAggregationOperator =\n | \"Average\"\n | \"Minimum\"\n | \"Maximum\"\n | \"Total\"\n | \"Last\";\n\n/** Optional parameters. */\nexport interface MetricNamespacesListOptionalParams\n extends coreClient.OperationOptions {\n /** The ISO 8601 conform Date start time from which to query for metric namespaces. */\n startTime?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type MetricNamespacesListResponse = MetricNamespaceCollection;\n\n/** Optional parameters. */\nexport interface MetricDefinitionsListAtSubscriptionScopeOptionalParams\n extends coreClient.OperationOptions {\n /** Metric namespace where the metrics you want reside. */\n metricnamespace?: string;\n}\n\n/** Contains response data for the listAtSubscriptionScope operation. */\nexport type MetricDefinitionsListAtSubscriptionScopeResponse =\n SubscriptionScopeMetricDefinitionCollection;\n\n/** Optional parameters. */\nexport interface MetricDefinitionsListOptionalParams\n extends coreClient.OperationOptions {\n /** Metric namespace where the metrics you want reside. */\n metricnamespace?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type MetricDefinitionsListResponse = MetricDefinitionCollection;\n\n/** Optional parameters. */\nexport interface MetricsListAtSubscriptionScopeOptionalParams\n extends coreClient.OperationOptions {\n /** Metric namespace where the metrics you want reside. */\n metricnamespace?: string;\n /** The timespan of the query. It is a string with the following format 'startDateTime_ISO/endDateTime_ISO'. */\n timespan?: string;\n /**\n * The interval (i.e. timegrain) of the query in ISO 8601 duration format. Defaults to PT1M. Special case for 'FULL' value that returns single datapoint for entire time span requested.\n * *Examples: PT15M, PT1H, P1D, FULL*\n */\n interval?: string;\n /** The names of the metrics (comma separated) to retrieve. */\n metricnames?: string;\n /**\n * The list of aggregation types (comma separated) to retrieve.\n * *Examples: average, minimum, maximum*\n */\n aggregation?: string;\n /**\n * The maximum number of records to retrieve per resource ID in the request.\n * Valid only if filter is specified.\n * Defaults to 10.\n */\n top?: number;\n /**\n * The aggregation to use for sorting results and the direction of the sort.\n * Only one order can be specified.\n * *Examples: sum asc*\n */\n orderby?: string;\n /** The **$filter** is used to reduce the set of metric data returned.<br>Example:<br>Metric contains metadata A, B and C.<br>- Return all time series of C where A = a1 and B = b1 or b2<br>**$filter=A eq ‘a1’ and B eq ‘b1’ or B eq ‘b2’ and C eq ‘*’**<br>- Invalid variant:<br>**$filter=A eq ‘a1’ and B eq ‘b1’ and C eq ‘*’ or B = ‘b2’**<br>This is invalid because the logical or operator cannot separate two different metadata names.<br>- Return all time series where A = a1, B = b1 and C = c1:<br>**$filter=A eq ‘a1’ and B eq ‘b1’ and C eq ‘c1’**<br>- Return all time series where A = a1<br>**$filter=A eq ‘a1’ and B eq ‘*’ and C eq ‘*’**. */\n filter?: string;\n /** Reduces the set of data collected. The syntax allowed depends on the operation. See the operation's description for details. */\n resultType?: MetricResultType;\n /** When set to true, if the timespan passed in is not supported by this metric, the API will return the result using the closest supported timespan. When set to false, an error is returned for invalid timespan parameters. Defaults to false. */\n autoAdjustTimegrain?: boolean;\n /** When set to false, invalid filter parameter values will be ignored. When set to true, an error is returned for invalid filter parameters. Defaults to true. */\n validateDimensions?: boolean;\n /** Dimension name(s) to rollup results by. For example if you only want to see metric values with a filter like 'City eq Seattle or City eq Tacoma' but don't want to see separate values for each city, you can specify 'RollUpBy=City' to see the results for Seattle and Tacoma rolled up into one timeseries. */\n rollupby?: string;\n}\n\n/** Contains response data for the listAtSubscriptionScope operation. */\nexport type MetricsListAtSubscriptionScopeResponse = Response;\n\n/** Optional parameters. */\nexport interface MetricsListAtSubscriptionScopePostOptionalParams\n extends coreClient.OperationOptions {\n /** Metric namespace where the metrics you want reside. */\n metricnamespace?: string;\n /** The timespan of the query. It is a string with the following format 'startDateTime_ISO/endDateTime_ISO'. */\n timespan?: string;\n /**\n * The interval (i.e. timegrain) of the query in ISO 8601 duration format. Defaults to PT1M. Special case for 'FULL' value that returns single datapoint for entire time span requested.\n * *Examples: PT15M, PT1H, P1D, FULL*\n */\n interval?: string;\n /** The names of the metrics (comma separated) to retrieve. */\n metricnames?: string;\n /**\n * The list of aggregation types (comma separated) to retrieve.\n * *Examples: average, minimum, maximum*\n */\n aggregation?: string;\n /**\n * The maximum number of records to retrieve per resource ID in the request.\n * Valid only if filter is specified.\n * Defaults to 10.\n */\n top?: number;\n /**\n * The aggregation to use for sorting results and the direction of the sort.\n * Only one order can be specified.\n * *Examples: sum asc*\n */\n orderby?: string;\n /** The **$filter** is used to reduce the set of metric data returned.<br>Example:<br>Metric contains metadata A, B and C.<br>- Return all time series of C where A = a1 and B = b1 or b2<br>**$filter=A eq ‘a1’ and B eq ‘b1’ or B eq ‘b2’ and C eq ‘*’**<br>- Invalid variant:<br>**$filter=A eq ‘a1’ and B eq ‘b1’ and C eq ‘*’ or B = ‘b2’**<br>This is invalid because the logical or operator cannot separate two different metadata names.<br>- Return all time series where A = a1, B = b1 and C = c1:<br>**$filter=A eq ‘a1’ and B eq ‘b1’ and C eq ‘c1’**<br>- Return all time series where A = a1<br>**$filter=A eq ‘a1’ and B eq ‘*’ and C eq ‘*’**. */\n filter?: string;\n /** Reduces the set of data collected. The syntax allowed depends on the operation. See the operation's description for details. */\n resultType?: MetricResultType;\n /** When set to true, if the timespan passed in is not supported by this metric, the API will return the result using the closest supported timespan. When set to false, an error is returned for invalid timespan parameters. Defaults to false. */\n autoAdjustTimegrain?: boolean;\n /** When set to false, invalid filter parameter values will be ignored. When set to true, an error is returned for invalid filter parameters. Defaults to true. */\n validateDimensions?: boolean;\n /** Dimension name(s) to rollup results by. For example if you only want to see metric values with a filter like 'City eq Seattle or City eq Tacoma' but don't want to see separate values for each city, you can specify 'RollUpBy=City' to see the results for Seattle and Tacoma rolled up into one timeseries. */\n rollupby?: string;\n /** Parameters serialized in the body */\n body?: SubscriptionScopeMetricsRequestBodyParameters;\n}\n\n/** Contains response data for the listAtSubscriptionScopePost operation. */\nexport type MetricsListAtSubscriptionScopePostResponse = Response;\n\n/** Optional parameters. */\nexport interface MetricsListOptionalParams extends coreClient.OperationOptions {\n /** Metric namespace where the metrics you want reside. */\n metricnamespace?: string;\n /** The timespan of the query. It is a string with the following format 'startDateTime_ISO/endDateTime_ISO'. */\n timespan?: string;\n /**\n * The interval (i.e. timegrain) of the query in ISO 8601 duration format. Defaults to PT1M. Special case for 'FULL' value that returns single datapoint for entire time span requested.\n * *Examples: PT15M, PT1H, P1D, FULL*\n */\n interval?: string;\n /** The names of the metrics (comma separated) to retrieve. */\n metricnames?: string;\n /**\n * The list of aggregation types (comma separated) to retrieve.\n * *Examples: average, minimum, maximum*\n */\n aggregation?: string;\n /**\n * The maximum number of records to retrieve per resource ID in the request.\n * Valid only if filter is specified.\n * Defaults to 10.\n */\n top?: number;\n /**\n * The aggregation to use for sorting results and the direction of the sort.\n * Only one order can be specified.\n * *Examples: sum asc*\n */\n orderby?: string;\n /** The **$filter** is used to reduce the set of metric data returned.<br>Example:<br>Metric contains metadata A, B and C.<br>- Return all time series of C where A = a1 and B = b1 or b2<br>**$filter=A eq ‘a1’ and B eq ‘b1’ or B eq ‘b2’ and C eq ‘*’**<br>- Invalid variant:<br>**$filter=A eq ‘a1’ and B eq ‘b1’ and C eq ‘*’ or B = ‘b2’**<br>This is invalid because the logical or operator cannot separate two different metadata names.<br>- Return all time series where A = a1, B = b1 and C = c1:<br>**$filter=A eq ‘a1’ and B eq ‘b1’ and C eq ‘c1’**<br>- Return all time series where A = a1<br>**$filter=A eq ‘a1’ and B eq ‘*’ and C eq ‘*’**. */\n filter?: string;\n /** When set to true, if the timespan passed in is not supported by this metric, the API will return the result using the closest supported timespan. When set to false, an error is returned for invalid timespan parameters. Defaults to false. */\n autoAdjustTimegrain?: boolean;\n /** When set to false, invalid filter parameter values will be ignored. When set to true, an error is returned for invalid filter parameters. Defaults to true. */\n validateDimensions?: boolean;\n /** Dimension name(s) to rollup results by. For example if you only want to see metric values with a filter like 'City eq Seattle or City eq Tacoma' but don't want to see separate values for each city, you can specify 'RollUpBy=City' to see the results for Seattle and Tacoma rolled up into one timeseries. */\n rollupby?: string;\n /** Reduces the set of data collected. The syntax allowed depends on the operation. See the operation's description for details. */\n resultType?: ResultType;\n}\n\n/** Contains response data for the list operation. */\nexport type MetricsListResponse = Response;\n\n/** Optional parameters. */\nexport interface AzureMonitorWorkspacesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type AzureMonitorWorkspacesListByResourceGroupResponse =\n AzureMonitorWorkspaceResourceListResult;\n\n/** Optional parameters. */\nexport interface AzureMonitorWorkspacesListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type AzureMonitorWorkspacesListBySubscriptionResponse =\n AzureMonitorWorkspaceResourceListResult;\n\n/** Optional parameters. */\nexport interface AzureMonitorWorkspacesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AzureMonitorWorkspacesGetResponse = AzureMonitorWorkspaceResource;\n\n/** Optional parameters. */\nexport interface AzureMonitorWorkspacesCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type AzureMonitorWorkspacesCreateResponse =\n AzureMonitorWorkspaceResource;\n\n/** Optional parameters. */\nexport interface AzureMonitorWorkspacesUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** The payload */\n azureMonitorWorkspaceProperties?: AzureMonitorWorkspaceResourceForUpdate;\n}\n\n/** Contains response data for the update operation. */\nexport type AzureMonitorWorkspacesUpdateResponse =\n AzureMonitorWorkspaceResource;\n\n/** Optional parameters. */\nexport interface AzureMonitorWorkspacesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type AzureMonitorWorkspacesDeleteResponse =\n AzureMonitorWorkspacesDeleteHeaders;\n\n/** Optional parameters. */\nexport interface AzureMonitorWorkspacesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type AzureMonitorWorkspacesListByResourceGroupNextResponse =\n AzureMonitorWorkspaceResourceListResult;\n\n/** Optional parameters. */\nexport interface AzureMonitorWorkspacesListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type AzureMonitorWorkspacesListBySubscriptionNextResponse =\n AzureMonitorWorkspaceResourceListResult;\n\n/** Optional parameters. */\nexport interface MonitorOperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type MonitorOperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface MonitorOperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type MonitorOperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface AutoscaleSettingsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type AutoscaleSettingsListByResourceGroupResponse =\n AutoscaleSettingResourceCollection;\n\n/** Optional parameters. */\nexport interface AutoscaleSettingsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type AutoscaleSettingsCreateOrUpdateResponse = AutoscaleSettingResource;\n\n/** Optional parameters. */\nexport interface AutoscaleSettingsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AutoscaleSettingsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AutoscaleSettingsGetResponse = AutoscaleSettingResource;\n\n/** Optional parameters. */\nexport interface AutoscaleSettingsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type AutoscaleSettingsUpdateResponse = AutoscaleSettingResource;\n\n/** Optional parameters. */\nexport interface AutoscaleSettingsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type AutoscaleSettingsListBySubscriptionResponse =\n AutoscaleSettingResourceCollection;\n\n/** Optional parameters. */\nexport interface AutoscaleSettingsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type AutoscaleSettingsListByResourceGroupNextResponse =\n AutoscaleSettingResourceCollection;\n\n/** Optional parameters. */\nexport interface AutoscaleSettingsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type AutoscaleSettingsListBySubscriptionNextResponse =\n AutoscaleSettingResourceCollection;\n\n/** Optional parameters. */\nexport interface PredictiveMetricGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PredictiveMetricGetResponse = PredictiveResponse;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResultAutoGenerated;\n\n/** Optional parameters. */\nexport interface AlertRuleIncidentsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AlertRuleIncidentsGetResponse = Incident;\n\n/** Optional parameters. */\nexport interface AlertRuleIncidentsListByAlertRuleOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAlertRule operation. */\nexport type AlertRuleIncidentsListByAlertRuleResponse = IncidentListResult;\n\n/** Optional parameters. */\nexport interface AlertRulesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type AlertRulesCreateOrUpdateResponse = AlertRuleResource;\n\n/** Optional parameters. */\nexport interface AlertRulesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AlertRulesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AlertRulesGetResponse = AlertRuleResource;\n\n/** Optional parameters. */\nexport interface AlertRulesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type AlertRulesUpdateResponse = AlertRuleResource;\n\n/** Optional parameters. */\nexport interface AlertRulesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type AlertRulesListByResourceGroupResponse = AlertRuleResourceCollection;\n\n/** Optional parameters. */\nexport interface AlertRulesListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type AlertRulesListBySubscriptionResponse = AlertRuleResourceCollection;\n\n/** Optional parameters. */\nexport interface LogProfilesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface LogProfilesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type LogProfilesGetResponse = LogProfileResource;\n\n/** Optional parameters. */\nexport interface LogProfilesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type LogProfilesCreateOrUpdateResponse = LogProfileResource;\n\n/** Optional parameters. */\nexport interface LogProfilesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type LogProfilesUpdateResponse = LogProfileResource;\n\n/** Optional parameters. */\nexport interface LogProfilesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type LogProfilesListResponse = LogProfileCollection;\n\n/** Optional parameters. */\nexport interface DiagnosticSettingsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DiagnosticSettingsGetResponse = DiagnosticSettingsResource;\n\n/** Optional parameters. */\nexport interface DiagnosticSettingsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DiagnosticSettingsCreateOrUpdateResponse =\n DiagnosticSettingsResource;\n\n/** Optional parameters. */\nexport interface DiagnosticSettingsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface DiagnosticSettingsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type DiagnosticSettingsListResponse =\n DiagnosticSettingsResourceCollection;\n\n/** Optional parameters. */\nexport interface DiagnosticSettingsCategoryGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DiagnosticSettingsCategoryGetResponse =\n DiagnosticSettingsCategoryResource;\n\n/** Optional parameters. */\nexport interface DiagnosticSettingsCategoryListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type DiagnosticSettingsCategoryListResponse =\n DiagnosticSettingsCategoryResourceCollection;\n\n/** Optional parameters. */\nexport interface ActionGroupsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ActionGroupsCreateOrUpdateResponse = ActionGroupResource;\n\n/** Optional parameters. */\nexport interface ActionGroupsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ActionGroupsGetResponse = ActionGroupResource;\n\n/** Optional parameters. */\nexport interface ActionGroupsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ActionGroupsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type ActionGroupsUpdateResponse = ActionGroupResource;\n\n/** Optional parameters. */\nexport interface ActionGroupsCreateNotificationsAtActionGroupResourceLevelOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createNotificationsAtActionGroupResourceLevel operation. */\nexport type ActionGroupsCreateNotificationsAtActionGroupResourceLevelResponse =\n TestNotificationDetailsResponse;\n\n/** Optional parameters. */\nexport interface ActionGroupsGetTestNotificationsAtActionGroupResourceLevelOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getTestNotificationsAtActionGroupResourceLevel operation. */\nexport type ActionGroupsGetTestNotificationsAtActionGroupResourceLevelResponse =\n TestNotificationDetailsResponse;\n\n/** Optional parameters. */\nexport interface ActionGroupsListBySubscriptionIdOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionId operation. */\nexport type ActionGroupsListBySubscriptionIdResponse = ActionGroupList;\n\n/** Optional parameters. */\nexport interface ActionGroupsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type ActionGroupsListByResourceGroupResponse = ActionGroupList;\n\n/** Optional parameters. */\nexport interface ActionGroupsEnableReceiverOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface TenantActionGroupsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type TenantActionGroupsCreateOrUpdateResponse =\n TenantActionGroupResource;\n\n/** Optional parameters. */\nexport interface TenantActionGroupsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type TenantActionGroupsGetResponse = TenantActionGroupResource;\n\n/** Optional parameters. */\nexport interface TenantActionGroupsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface TenantActionGroupsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type TenantActionGroupsUpdateResponse = TenantActionGroupResource;\n\n/** Optional parameters. */\nexport interface TenantActionGroupsListByManagementGroupIdOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByManagementGroupId operation. */\nexport type TenantActionGroupsListByManagementGroupIdResponse =\n TenantActionGroupList;\n\n/** Optional parameters. */\nexport interface CreateNotificationsAtTenantActionGroupResourceLevelOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createNotificationsAtTenantActionGroupResourceLevel operation. */\nexport type CreateNotificationsAtTenantActionGroupResourceLevelResponse =\n TestNotificationDetailsResponseAutoGenerated;\n\n/** Optional parameters. */\nexport interface GetTestNotificationsAtTenantActionGroupResourceLevelOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getTestNotificationsAtTenantActionGroupResourceLevel operation. */\nexport type GetTestNotificationsAtTenantActionGroupResourceLevelResponse =\n TestNotificationDetailsResponseAutoGenerated;\n\n/** Optional parameters. */\nexport interface ActivityLogsListOptionalParams\n extends coreClient.OperationOptions {\n /** Used to fetch events with only the given properties.<br>The **$select** argument is a comma separated list of property names to be returned. Possible values are: *authorization*, *claims*, *correlationId*, *description*, *eventDataId*, *eventName*, *eventTimestamp*, *httpRequest*, *level*, *operationId*, *operationName*, *properties*, *resourceGroupName*, *resourceProviderName*, *resourceId*, *status*, *submissionTimestamp*, *subStatus*, *subscriptionId* */\n select?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type ActivityLogsListResponse = EventDataCollection;\n\n/** Optional parameters. */\nexport interface ActivityLogsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ActivityLogsListNextResponse = EventDataCollection;\n\n/** Optional parameters. */\nexport interface EventCategoriesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type EventCategoriesListResponse = EventCategoryCollection;\n\n/** Optional parameters. */\nexport interface TenantActivityLogsListOptionalParams\n extends coreClient.OperationOptions {\n /** Reduces the set of data collected. <br>The **$filter** is very restricted and allows only the following patterns.<br>- List events for a resource group: $filter=eventTimestamp ge '<Start Time>' and eventTimestamp le '<End Time>' and eventChannels eq 'Admin, Operation' and resourceGroupName eq '<ResourceGroupName>'.<br>- List events for resource: $filter=eventTimestamp ge '<Start Time>' and eventTimestamp le '<End Time>' and eventChannels eq 'Admin, Operation' and resourceUri eq '<ResourceURI>'.<br>- List events for a subscription: $filter=eventTimestamp ge '<Start Time>' and eventTimestamp le '<End Time>' and eventChannels eq 'Admin, Operation'.<br>- List events for a resource provider: $filter=eventTimestamp ge '<Start Time>' and eventTimestamp le '<End Time>' and eventChannels eq 'Admin, Operation' and resourceProvider eq '<ResourceProviderName>'.<br>- List events for a correlation Id: api-version=2014-04-01&$filter=eventTimestamp ge '2014-07-16T04:36:37.6407898Z' and eventTimestamp le '2014-07-20T04:36:37.6407898Z' and eventChannels eq 'Admin, Operation' and correlationId eq '<CorrelationID>'.<br>**NOTE**: No other syntax is allowed. */\n filter?: string;\n /** Used to fetch events with only the given properties.<br>The **$select** argument is a comma separated list of property names to be returned. Possible values are: *authorization*, *claims*, *correlationId*, *description*, *eventDataId*, *eventName*, *eventTimestamp*, *httpRequest*, *level*, *operationId*, *operationName*, *properties*, *resourceGroupName*, *resourceProviderName*, *resourceId*, *status*, *submissionTimestamp*, *subStatus*, *subscriptionId* */\n select?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type TenantActivityLogsListResponse = EventDataCollection;\n\n/** Optional parameters. */\nexport interface TenantActivityLogsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type TenantActivityLogsListNextResponse = EventDataCollection;\n\n/** Optional parameters. */\nexport interface BaselinesListOptionalParams\n extends coreClient.OperationOptions {\n /** Metric namespace to query metric definitions for. */\n metricnamespace?: string;\n /** The timespan of the query. It is a string with the following format 'startDateTime_ISO/endDateTime_ISO'. */\n timespan?: string;\n /** The names of the metrics (comma separated) to retrieve. Special case: If a metricname itself has a comma in it then use %2 to indicate it. Eg: 'Metric,Name1' should be **'Metric%2Name1'** */\n metricnames?: string;\n /** The list of aggregation types (comma separated) to retrieve. */\n aggregation?: string;\n /** The **$filter** is used to reduce the set of metric data returned. Example: Metric contains metadata A, B and C. - Return all time series of C where A = a1 and B = b1 or b2 **$filter=A eq 'a1' and B eq 'b1' or B eq 'b2' and C eq '*'** - Invalid variant: **$filter=A eq 'a1' and B eq 'b1' and C eq '*' or B = 'b2'** This is invalid because the logical or operator cannot separate two different metadata names. - Return all time series where A = a1, B = b1 and C = c1: **$filter=A eq 'a1' and B eq 'b1' and C eq 'c1'** - Return all time series where A = a1 **$filter=A eq 'a1' and B eq '*' and C eq '*'**. Special case: When dimension name or dimension value uses round brackets. Eg: When dimension name is **dim (test) 1** Instead of using $filter= \"dim (test) 1 eq '*' \" use **$filter= \"dim %2528test%2529 1 eq '*' \"** When dimension name is **dim (test) 3** and dimension value is **dim3 (test) val** Instead of using $filter= \"dim (test) 3 eq 'dim3 (test) val' \" use **$filter= \"dim %2528test%2529 3 eq 'dim3 %2528test%2529 val' \"** */\n filter?: string;\n /** Allows retrieving only metadata of the baseline. On data request all information is retrieved. */\n resultType?: ResultType;\n /** The interval (i.e. timegrain) of the query. */\n interval?: string;\n /** The list of sensitivities (comma separated) to retrieve. */\n sensitivities?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type BaselinesListResponse = MetricBaselinesResponse;\n\n/** Optional parameters. */\nexport interface MetricAlertsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type MetricAlertsListBySubscriptionResponse =\n MetricAlertResourceCollection;\n\n/** Optional parameters. */\nexport interface MetricAlertsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type MetricAlertsListByResourceGroupResponse =\n MetricAlertResourceCollection;\n\n/** Optional parameters. */\nexport interface MetricAlertsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type MetricAlertsGetResponse = MetricAlertResource;\n\n/** Optional parameters. */\nexport interface MetricAlertsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type MetricAlertsCreateOrUpdateResponse = MetricAlertResource;\n\n/** Optional parameters. */\nexport interface MetricAlertsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type MetricAlertsUpdateResponse = MetricAlertResource;\n\n/** Optional parameters. */\nexport interface MetricAlertsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface MetricAlertsStatusListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type MetricAlertsStatusListResponse = MetricAlertStatusCollection;\n\n/** Optional parameters. */\nexport interface MetricAlertsStatusListByNameOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByName operation. */\nexport type MetricAlertsStatusListByNameResponse = MetricAlertStatusCollection;\n\n/** Optional parameters. */\nexport interface ScheduledQueryRulesListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type ScheduledQueryRulesListBySubscriptionResponse =\n ScheduledQueryRuleResourceCollection;\n\n/** Optional parameters. */\nexport interface ScheduledQueryRulesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type ScheduledQueryRulesListByResourceGroupResponse =\n ScheduledQueryRuleResourceCollection;\n\n/** Optional parameters. */\nexport interface ScheduledQueryRulesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ScheduledQueryRulesGetResponse = ScheduledQueryRuleResource;\n\n/** Optional parameters. */\nexport interface ScheduledQueryRulesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ScheduledQueryRulesCreateOrUpdateResponse =\n ScheduledQueryRuleResource;\n\n/** Optional parameters. */\nexport interface ScheduledQueryRulesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type ScheduledQueryRulesUpdateResponse = ScheduledQueryRuleResource;\n\n/** Optional parameters. */\nexport interface ScheduledQueryRulesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ScheduledQueryRulesListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type ScheduledQueryRulesListBySubscriptionNextResponse =\n ScheduledQueryRuleResourceCollection;\n\n/** Optional parameters. */\nexport interface ScheduledQueryRulesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type ScheduledQueryRulesListByResourceGroupNextResponse =\n ScheduledQueryRuleResourceCollection;\n\n/** Optional parameters. */\nexport interface VMInsightsGetOnboardingStatusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getOnboardingStatus operation. */\nexport type VMInsightsGetOnboardingStatusResponse = VMInsightsOnboardingStatus;\n\n/** Optional parameters. */\nexport interface PrivateLinkScopesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type PrivateLinkScopesListResponse =\n AzureMonitorPrivateLinkScopeListResult;\n\n/** Optional parameters. */\nexport interface PrivateLinkScopesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type PrivateLinkScopesListByResourceGroupResponse =\n AzureMonitorPrivateLinkScopeListResult;\n\n/** Optional parameters. */\nexport interface PrivateLinkScopesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface PrivateLinkScopesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateLinkScopesGetResponse = AzureMonitorPrivateLinkScope;\n\n/** Optional parameters. */\nexport interface PrivateLinkScopesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type PrivateLinkScopesCreateOrUpdateResponse =\n AzureMonitorPrivateLinkScope;\n\n/** Optional parameters. */\nexport interface PrivateLinkScopesUpdateTagsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateTags operation. */\nexport type PrivateLinkScopesUpdateTagsResponse = AzureMonitorPrivateLinkScope;\n\n/** Optional parameters. */\nexport interface PrivateLinkScopesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type PrivateLinkScopesListNextResponse =\n AzureMonitorPrivateLinkScopeListResult;\n\n/** Optional parameters. */\nexport interface PrivateLinkScopesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type PrivateLinkScopesListByResourceGroupNextResponse =\n AzureMonitorPrivateLinkScopeListResult;\n\n/** Optional parameters. */\nexport interface PrivateLinkScopeOperationStatusGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateLinkScopeOperationStatusGetResponse = OperationStatus;\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesListByPrivateLinkScopeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByPrivateLinkScope operation. */\nexport type PrivateLinkResourcesListByPrivateLinkScopeResponse =\n PrivateLinkResourceListResult;\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateLinkResourcesGetResponse = PrivateLinkResource;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateEndpointConnectionsGetResponse =\n PrivateEndpointConnectionAutoGenerated;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type PrivateEndpointConnectionsCreateOrUpdateResponse =\n PrivateEndpointConnectionAutoGenerated;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsListByPrivateLinkScopeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByPrivateLinkScope operation. */\nexport type PrivateEndpointConnectionsListByPrivateLinkScopeResponse =\n PrivateEndpointConnectionListResult;\n\n/** Optional parameters. */\nexport interface PrivateLinkScopedResourcesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateLinkScopedResourcesGetResponse = ScopedResource;\n\n/** Optional parameters. */\nexport interface PrivateLinkScopedResourcesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type PrivateLinkScopedResourcesCreateOrUpdateResponse = ScopedResource;\n\n/** Optional parameters. */\nexport interface PrivateLinkScopedResourcesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface PrivateLinkScopedResourcesListByPrivateLinkScopeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByPrivateLinkScope operation. */\nexport type PrivateLinkScopedResourcesListByPrivateLinkScopeResponse =\n ScopedResourceListResult;\n\n/** Optional parameters. */\nexport interface PrivateLinkScopedResourcesListByPrivateLinkScopeNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByPrivateLinkScopeNext operation. */\nexport type PrivateLinkScopedResourcesListByPrivateLinkScopeNextResponse =\n ScopedResourceListResult;\n\n/** Optional parameters. */\nexport interface ActivityLogAlertsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ActivityLogAlertsCreateOrUpdateResponse = ActivityLogAlertResource;\n\n/** Optional parameters. */\nexport interface ActivityLogAlertsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ActivityLogAlertsGetResponse = ActivityLogAlertResource;\n\n/** Optional parameters. */\nexport interface ActivityLogAlertsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ActivityLogAlertsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type ActivityLogAlertsUpdateResponse = ActivityLogAlertResource;\n\n/** Optional parameters. */\nexport interface ActivityLogAlertsListBySubscriptionIdOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionId operation. */\nexport type ActivityLogAlertsListBySubscriptionIdResponse = AlertRuleList;\n\n/** Optional parameters. */\nexport interface ActivityLogAlertsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type ActivityLogAlertsListByResourceGroupResponse = AlertRuleList;\n\n/** Optional parameters. */\nexport interface ActivityLogAlertsListBySubscriptionIdNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionIdNext operation. */\nexport type ActivityLogAlertsListBySubscriptionIdNextResponse = AlertRuleList;\n\n/** Optional parameters. */\nexport interface ActivityLogAlertsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type ActivityLogAlertsListByResourceGroupNextResponse = AlertRuleList;\n\n/** Optional parameters. */\nexport interface DataCollectionEndpointsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type DataCollectionEndpointsListByResourceGroupResponse =\n DataCollectionEndpointResourceListResult;\n\n/** Optional parameters. */\nexport interface DataCollectionEndpointsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type DataCollectionEndpointsListBySubscriptionResponse =\n DataCollectionEndpointResourceListResult;\n\n/** Optional parameters. */\nexport interface DataCollectionEndpointsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DataCollectionEndpointsGetResponse = DataCollectionEndpointResource;\n\n/** Optional parameters. */\nexport interface DataCollectionEndpointsCreateOptionalParams\n extends coreClient.OperationOptions {\n /** The payload */\n body?: DataCollectionEndpointResource;\n}\n\n/** Contains response data for the create operation. */\nexport type DataCollectionEndpointsCreateResponse =\n DataCollectionEndpointResource;\n\n/** Optional parameters. */\nexport interface DataCollectionEndpointsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** The payload */\n body?: ResourceForUpdate;\n}\n\n/** Contains response data for the update operation. */\nexport type DataCollectionEndpointsUpdateResponse =\n DataCollectionEndpointResource;\n\n/** Optional parameters. */\nexport interface DataCollectionEndpointsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface DataCollectionEndpointsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type DataCollectionEndpointsListByResourceGroupNextResponse =\n DataCollectionEndpointResourceListResult;\n\n/** Optional parameters. */\nexport interface DataCollectionEndpointsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type DataCollectionEndpointsListBySubscriptionNextResponse =\n DataCollectionEndpointResourceListResult;\n\n/** Optional parameters. */\nexport interface DataCollectionRuleAssociationsListByResourceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResource operation. */\nexport type DataCollectionRuleAssociationsListByResourceResponse =\n DataCollectionRuleAssociationProxyOnlyResourceListResult;\n\n/** Optional parameters. */\nexport interface DataCollectionRuleAssociationsListByRuleOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByRule operation. */\nexport type DataCollectionRuleAssociationsListByRuleResponse =\n DataCollectionRuleAssociationProxyOnlyResourceListResult;\n\n/** Optional parameters. */\nexport interface DataCollectionRuleAssociationsListByDataCollectionEndpointOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByDataCollectionEndpoint operation. */\nexport type DataCollectionRuleAssociationsListByDataCollectionEndpointResponse =\n DataCollectionRuleAssociationProxyOnlyResourceListResult;\n\n/** Optional parameters. */\nexport interface DataCollectionRuleAssociationsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DataCollectionRuleAssociationsGetResponse =\n DataCollectionRuleAssociationProxyOnlyResource;\n\n/** Optional parameters. */\nexport interface DataCollectionRuleAssociationsCreateOptionalParams\n extends coreClient.OperationOptions {\n /** The payload */\n body?: DataCollectionRuleAssociationProxyOnlyResource;\n}\n\n/** Contains response data for the create operation. */\nexport type DataCollectionRuleAssociationsCreateResponse =\n DataCollectionRuleAssociationProxyOnlyResource;\n\n/** Optional parameters. */\nexport interface DataCollectionRuleAssociationsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface DataCollectionRuleAssociationsListByResourceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceNext operation. */\nexport type DataCollectionRuleAssociationsListByResourceNextResponse =\n DataCollectionRuleAssociationProxyOnlyResourceListResult;\n\n/** Optional parameters. */\nexport interface DataCollectionRuleAssociationsListByRuleNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByRuleNext operation. */\nexport type DataCollectionRuleAssociationsListByRuleNextResponse =\n DataCollectionRuleAssociationProxyOnlyResourceListResult;\n\n/** Optional parameters. */\nexport interface DataCollectionRuleAssociationsListByDataCollectionEndpointNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByDataCollectionEndpointNext operation. */\nexport type DataCollectionRuleAssociationsListByDataCollectionEndpointNextResponse =\n DataCollectionRuleAssociationProxyOnlyResourceListResult;\n\n/** Optional parameters. */\nexport interface DataCollectionRulesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type DataCollectionRulesListByResourceGroupResponse =\n DataCollectionRuleResourceListResult;\n\n/** Optional parameters. */\nexport interface DataCollectionRulesListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type DataCollectionRulesListBySubscriptionResponse =\n DataCollectionRuleResourceListResult;\n\n/** Optional parameters. */\nexport interface DataCollectionRulesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DataCollectionRulesGetResponse = DataCollectionRuleResource;\n\n/** Optional parameters. */\nexport interface DataCollectionRulesCreateOptionalParams\n extends coreClient.OperationOptions {\n /** The payload */\n body?: DataCollectionRuleResource;\n}\n\n/** Contains response data for the create operation. */\nexport type DataCollectionRulesCreateResponse = DataCollectionRuleResource;\n\n/** Optional parameters. */\nexport interface DataCollectionRulesUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** The payload */\n body?: ResourceForUpdate;\n}\n\n/** Contains response data for the update operation. */\nexport type DataCollectionRulesUpdateResponse = DataCollectionRuleResource;\n\n/** Optional parameters. */\nexport interface DataCollectionRulesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface DataCollectionRulesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type DataCollectionRulesListByResourceGroupNextResponse =\n DataCollectionRuleResourceListResult;\n\n/** Optional parameters. */\nexport interface DataCollectionRulesListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type DataCollectionRulesListBySubscriptionNextResponse =\n DataCollectionRuleResourceListResult;\n\n/** Optional parameters. */\nexport interface MonitorClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}