@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":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const MetricNamespaceCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetricNamespaceCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MetricNamespace\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MetricNamespace: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetricNamespace\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n classification: {\n serializedName: \"classification\",\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"MetricNamespaceName\",\n },\n },\n },\n },\n};\n\nexport const MetricNamespaceName: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetricNamespaceName\",\n modelProperties: {\n metricNamespaceName: {\n serializedName: \"metricNamespaceName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SubscriptionScopeMetricDefinitionCollection: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SubscriptionScopeMetricDefinitionCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SubscriptionScopeMetricDefinition\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const SubscriptionScopeMetricDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubscriptionScopeMetricDefinition\",\n modelProperties: {\n isDimensionRequired: {\n serializedName: \"isDimensionRequired\",\n type: {\n name: \"Boolean\",\n },\n },\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\",\n },\n },\n namespace: {\n serializedName: \"namespace\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"Composite\",\n className: \"LocalizableString\",\n },\n },\n displayDescription: {\n serializedName: \"displayDescription\",\n type: {\n name: \"String\",\n },\n },\n category: {\n serializedName: \"category\",\n type: {\n name: \"String\",\n },\n },\n metricClass: {\n serializedName: \"metricClass\",\n type: {\n name: \"String\",\n },\n },\n unit: {\n serializedName: \"unit\",\n type: {\n name: \"String\",\n },\n },\n primaryAggregationType: {\n serializedName: \"primaryAggregationType\",\n type: {\n name: \"String\",\n },\n },\n supportedAggregationTypes: {\n serializedName: \"supportedAggregationTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n metricAvailabilities: {\n serializedName: \"metricAvailabilities\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MetricAvailability\",\n },\n },\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n dimensions: {\n serializedName: \"dimensions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LocalizableString\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const LocalizableString: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LocalizableString\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n localizedValue: {\n serializedName: \"localizedValue\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MetricAvailability: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetricAvailability\",\n modelProperties: {\n timeGrain: {\n serializedName: \"timeGrain\",\n type: {\n name: \"TimeSpan\",\n },\n },\n retention: {\n serializedName: \"retention\",\n type: {\n name: \"TimeSpan\",\n },\n },\n },\n },\n};\n\nexport const ErrorContract: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorContract\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponseAutoGenerated\",\n },\n },\n },\n },\n};\n\nexport const ErrorResponseAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponseAutoGenerated\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorResponseAutoGenerated\",\n },\n },\n },\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n info: {\n serializedName: \"info\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const MetricDefinitionCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetricDefinitionCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MetricDefinition\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MetricDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetricDefinition\",\n modelProperties: {\n isDimensionRequired: {\n serializedName: \"isDimensionRequired\",\n type: {\n name: \"Boolean\",\n },\n },\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\",\n },\n },\n namespace: {\n serializedName: \"namespace\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"Composite\",\n className: \"LocalizableString\",\n },\n },\n displayDescription: {\n serializedName: \"displayDescription\",\n type: {\n name: \"String\",\n },\n },\n category: {\n serializedName: \"category\",\n type: {\n name: \"String\",\n },\n },\n metricClass: {\n serializedName: \"metricClass\",\n type: {\n name: \"String\",\n },\n },\n unit: {\n serializedName: \"unit\",\n type: {\n name: \"String\",\n },\n },\n primaryAggregationType: {\n serializedName: \"primaryAggregationType\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"None\",\n \"Average\",\n \"Count\",\n \"Minimum\",\n \"Maximum\",\n \"Total\",\n ],\n },\n },\n supportedAggregationTypes: {\n serializedName: \"supportedAggregationTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Enum\",\n allowedValues: [\n \"None\",\n \"Average\",\n \"Count\",\n \"Minimum\",\n \"Maximum\",\n \"Total\",\n ],\n },\n },\n },\n },\n metricAvailabilities: {\n serializedName: \"metricAvailabilities\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MetricAvailability\",\n },\n },\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n dimensions: {\n serializedName: \"dimensions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LocalizableString\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Response: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Response\",\n modelProperties: {\n cost: {\n constraints: {\n InclusiveMinimum: 0,\n },\n serializedName: \"cost\",\n type: {\n name: \"Number\",\n },\n },\n timespan: {\n serializedName: \"timespan\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n interval: {\n serializedName: \"interval\",\n type: {\n name: \"String\",\n },\n },\n namespace: {\n serializedName: \"namespace\",\n type: {\n name: \"String\",\n },\n },\n resourceregion: {\n serializedName: \"resourceregion\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Metric\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Metric: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Metric\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"Composite\",\n className: \"LocalizableString\",\n },\n },\n displayDescription: {\n serializedName: \"displayDescription\",\n type: {\n name: \"String\",\n },\n },\n errorCode: {\n serializedName: \"errorCode\",\n type: {\n name: \"String\",\n },\n },\n errorMessage: {\n serializedName: \"errorMessage\",\n type: {\n name: \"String\",\n },\n },\n unit: {\n serializedName: \"unit\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n timeseries: {\n serializedName: \"timeseries\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TimeSeriesElement\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const TimeSeriesElement: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TimeSeriesElement\",\n modelProperties: {\n metadatavalues: {\n serializedName: \"metadatavalues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MetadataValue\",\n },\n },\n },\n },\n data: {\n serializedName: \"data\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MetricValue\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MetadataValue: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetadataValue\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"Composite\",\n className: \"LocalizableString\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MetricValue: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetricValue\",\n modelProperties: {\n timeStamp: {\n serializedName: \"timeStamp\",\n required: true,\n type: {\n name: \"DateTime\",\n },\n },\n average: {\n serializedName: \"average\",\n type: {\n name: \"Number\",\n },\n },\n minimum: {\n serializedName: \"minimum\",\n type: {\n name: \"Number\",\n },\n },\n maximum: {\n serializedName: \"maximum\",\n type: {\n name: \"Number\",\n },\n },\n total: {\n serializedName: \"total\",\n type: {\n name: \"Number\",\n },\n },\n count: {\n serializedName: \"count\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const SubscriptionScopeMetricsRequestBodyParameters: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SubscriptionScopeMetricsRequestBodyParameters\",\n modelProperties: {\n timespan: {\n serializedName: \"timespan\",\n type: {\n name: \"String\",\n },\n },\n interval: {\n serializedName: \"interval\",\n type: {\n name: \"String\",\n },\n },\n metricNames: {\n serializedName: \"metricNames\",\n type: {\n name: \"String\",\n },\n },\n aggregation: {\n serializedName: \"aggregation\",\n type: {\n name: \"String\",\n },\n },\n filter: {\n serializedName: \"filter\",\n type: {\n name: \"String\",\n },\n },\n top: {\n serializedName: \"top\",\n type: {\n name: \"Number\",\n },\n },\n orderBy: {\n serializedName: \"orderBy\",\n type: {\n name: \"String\",\n },\n },\n rollUpBy: {\n serializedName: \"rollUpBy\",\n type: {\n name: \"String\",\n },\n },\n resultType: {\n serializedName: \"resultType\",\n type: {\n name: \"String\",\n },\n },\n metricNamespace: {\n serializedName: \"metricNamespace\",\n type: {\n name: \"String\",\n },\n },\n autoAdjustTimegrain: {\n serializedName: \"autoAdjustTimegrain\",\n type: {\n name: \"Boolean\",\n },\n },\n validateDimensions: {\n serializedName: \"validateDimensions\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n };\n\nexport const AzureMonitorWorkspaceResourceListResult: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AzureMonitorWorkspaceResourceListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AzureMonitorWorkspaceResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const AzureMonitorWorkspace: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureMonitorWorkspace\",\n modelProperties: {\n accountId: {\n serializedName: \"accountId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n metrics: {\n serializedName: \"metrics\",\n type: {\n name: \"Composite\",\n className: \"AzureMonitorWorkspaceMetrics\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n defaultIngestionSettings: {\n serializedName: \"defaultIngestionSettings\",\n type: {\n name: \"Composite\",\n className: \"AzureMonitorWorkspaceDefaultIngestionSettings\",\n },\n },\n privateEndpointConnections: {\n serializedName: \"privateEndpointConnections\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n },\n },\n },\n },\n publicNetworkAccess: {\n serializedName: \"publicNetworkAccess\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Metrics: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Metrics\",\n modelProperties: {\n prometheusQueryEndpoint: {\n serializedName: \"prometheusQueryEndpoint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n internalId: {\n serializedName: \"internalId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IngestionSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IngestionSettings\",\n modelProperties: {\n dataCollectionRuleResourceId: {\n serializedName: \"dataCollectionRuleResourceId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n dataCollectionEndpointResourceId: {\n serializedName: \"dataCollectionEndpointResourceId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateEndpoint: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateLinkServiceConnectionState: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n actionsRequired: {\n serializedName: \"actionsRequired\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\",\n },\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\",\n },\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\",\n },\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const ResourceAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceAutoGenerated\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const ErrorResponseAutoGenerated2: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponseAutoGenerated2\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n};\n\nexport const ErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const AzureMonitorWorkspaceResourceForUpdate: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AzureMonitorWorkspaceResourceForUpdate\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n };\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Operation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n },\n },\n origin: {\n serializedName: \"origin\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n actionType: {\n serializedName: \"actionType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"resource\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n operation: {\n serializedName: \"operation\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AutoscaleSettingResourceCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutoscaleSettingResourceCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AutoscaleSettingResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AutoscaleProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutoscaleProfile\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n capacity: {\n serializedName: \"capacity\",\n type: {\n name: \"Composite\",\n className: \"ScaleCapacity\",\n },\n },\n rules: {\n serializedName: \"rules\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ScaleRule\",\n },\n },\n },\n },\n fixedDate: {\n serializedName: \"fixedDate\",\n type: {\n name: \"Composite\",\n className: \"TimeWindow\",\n },\n },\n recurrence: {\n serializedName: \"recurrence\",\n type: {\n name: \"Composite\",\n className: \"Recurrence\",\n },\n },\n },\n },\n};\n\nexport const ScaleCapacity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScaleCapacity\",\n modelProperties: {\n minimum: {\n serializedName: \"minimum\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n maximum: {\n serializedName: \"maximum\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n default: {\n serializedName: \"default\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ScaleRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScaleRule\",\n modelProperties: {\n metricTrigger: {\n serializedName: \"metricTrigger\",\n type: {\n name: \"Composite\",\n className: \"MetricTrigger\",\n },\n },\n scaleAction: {\n serializedName: \"scaleAction\",\n type: {\n name: \"Composite\",\n className: \"ScaleAction\",\n },\n },\n },\n },\n};\n\nexport const MetricTrigger: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetricTrigger\",\n modelProperties: {\n metricName: {\n serializedName: \"metricName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n metricNamespace: {\n serializedName: \"metricNamespace\",\n type: {\n name: \"String\",\n },\n },\n metricResourceUri: {\n serializedName: \"metricResourceUri\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n metricResourceLocation: {\n serializedName: \"metricResourceLocation\",\n type: {\n name: \"String\",\n },\n },\n timeGrain: {\n serializedName: \"timeGrain\",\n required: true,\n type: {\n name: \"TimeSpan\",\n },\n },\n statistic: {\n serializedName: \"statistic\",\n required: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"Average\", \"Min\", \"Max\", \"Sum\", \"Count\"],\n },\n },\n timeWindow: {\n serializedName: \"timeWindow\",\n required: true,\n type: {\n name: \"TimeSpan\",\n },\n },\n timeAggregation: {\n serializedName: \"timeAggregation\",\n required: true,\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Average\",\n \"Minimum\",\n \"Maximum\",\n \"Total\",\n \"Count\",\n \"Last\",\n ],\n },\n },\n operator: {\n serializedName: \"operator\",\n required: true,\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Equals\",\n \"NotEquals\",\n \"GreaterThan\",\n \"GreaterThanOrEqual\",\n \"LessThan\",\n \"LessThanOrEqual\",\n ],\n },\n },\n threshold: {\n serializedName: \"threshold\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n dimensions: {\n serializedName: \"dimensions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ScaleRuleMetricDimension\",\n },\n },\n },\n },\n dividePerInstance: {\n serializedName: \"dividePerInstance\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ScaleRuleMetricDimension: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScaleRuleMetricDimension\",\n modelProperties: {\n dimensionName: {\n serializedName: \"DimensionName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n operator: {\n serializedName: \"Operator\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n values: {\n serializedName: \"Values\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ScaleAction: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScaleAction\",\n modelProperties: {\n direction: {\n serializedName: \"direction\",\n required: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"None\", \"Increase\", \"Decrease\"],\n },\n },\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"Enum\",\n allowedValues: [\n \"ChangeCount\",\n \"PercentChangeCount\",\n \"ExactCount\",\n \"ServiceAllowedNextValue\",\n ],\n },\n },\n value: {\n defaultValue: \"1\",\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n cooldown: {\n serializedName: \"cooldown\",\n required: true,\n type: {\n name: \"TimeSpan\",\n },\n },\n },\n },\n};\n\nexport const TimeWindow: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TimeWindow\",\n modelProperties: {\n timeZone: {\n serializedName: \"timeZone\",\n type: {\n name: \"String\",\n },\n },\n start: {\n serializedName: \"start\",\n required: true,\n type: {\n name: \"DateTime\",\n },\n },\n end: {\n serializedName: \"end\",\n required: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const Recurrence: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Recurrence\",\n modelProperties: {\n frequency: {\n serializedName: \"frequency\",\n required: true,\n type: {\n name: \"Enum\",\n allowedValues: [\n \"None\",\n \"Second\",\n \"Minute\",\n \"Hour\",\n \"Day\",\n \"Week\",\n \"Month\",\n \"Year\",\n ],\n },\n },\n schedule: {\n serializedName: \"schedule\",\n type: {\n name: \"Composite\",\n className: \"RecurrentSchedule\",\n },\n },\n },\n },\n};\n\nexport const RecurrentSchedule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RecurrentSchedule\",\n modelProperties: {\n timeZone: {\n serializedName: \"timeZone\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n days: {\n serializedName: \"days\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n hours: {\n serializedName: \"hours\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Number\",\n },\n },\n },\n },\n minutes: {\n serializedName: \"minutes\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Number\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const AutoscaleNotification: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutoscaleNotification\",\n modelProperties: {\n operation: {\n defaultValue: \"Scale\",\n isConstant: true,\n serializedName: \"operation\",\n type: {\n name: \"String\",\n },\n },\n email: {\n serializedName: \"email\",\n type: {\n name: \"Composite\",\n className: \"EmailNotification\",\n },\n },\n webhooks: {\n serializedName: \"webhooks\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"WebhookNotification\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const EmailNotification: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EmailNotification\",\n modelProperties: {\n sendToSubscriptionAdministrator: {\n defaultValue: false,\n serializedName: \"sendToSubscriptionAdministrator\",\n type: {\n name: \"Boolean\",\n },\n },\n sendToSubscriptionCoAdministrators: {\n defaultValue: false,\n serializedName: \"sendToSubscriptionCoAdministrators\",\n type: {\n name: \"Boolean\",\n },\n },\n customEmails: {\n serializedName: \"customEmails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const WebhookNotification: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WebhookNotification\",\n modelProperties: {\n serviceUri: {\n serializedName: \"serviceUri\",\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const PredictiveAutoscalePolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PredictiveAutoscalePolicy\",\n modelProperties: {\n scaleMode: {\n serializedName: \"scaleMode\",\n required: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"Disabled\", \"ForecastOnly\", \"Enabled\"],\n },\n },\n scaleLookAheadTime: {\n serializedName: \"scaleLookAheadTime\",\n type: {\n name: \"TimeSpan\",\n },\n },\n },\n },\n};\n\nexport const ResourceAutoGenerated2: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceAutoGenerated2\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const AutoscaleErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutoscaleErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"AutoscaleErrorResponseError\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const AutoscaleErrorResponseError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutoscaleErrorResponseError\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AutoscaleSettingResourcePatch: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutoscaleSettingResourcePatch\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n profiles: {\n constraints: {\n MaxItems: 20,\n },\n serializedName: \"properties.profiles\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AutoscaleProfile\",\n },\n },\n },\n },\n notifications: {\n serializedName: \"properties.notifications\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AutoscaleNotification\",\n },\n },\n },\n },\n enabled: {\n defaultValue: false,\n serializedName: \"properties.enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n predictiveAutoscalePolicy: {\n serializedName: \"properties.predictiveAutoscalePolicy\",\n type: {\n name: \"Composite\",\n className: \"PredictiveAutoscalePolicy\",\n },\n },\n name: {\n serializedName: \"properties.name\",\n type: {\n name: \"String\",\n },\n },\n targetResourceUri: {\n serializedName: \"properties.targetResourceUri\",\n type: {\n name: \"String\",\n },\n },\n targetResourceLocation: {\n serializedName: \"properties.targetResourceLocation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PredictiveResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PredictiveResponse\",\n modelProperties: {\n timespan: {\n serializedName: \"timespan\",\n type: {\n name: \"String\",\n },\n },\n interval: {\n serializedName: \"interval\",\n type: {\n name: \"TimeSpan\",\n },\n },\n metricName: {\n serializedName: \"metricName\",\n type: {\n name: \"String\",\n },\n },\n targetResourceId: {\n serializedName: \"targetResourceId\",\n type: {\n name: \"String\",\n },\n },\n data: {\n serializedName: \"data\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PredictiveValue\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const PredictiveValue: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PredictiveValue\",\n modelProperties: {\n timeStamp: {\n serializedName: \"timeStamp\",\n required: true,\n type: {\n name: \"DateTime\",\n },\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const OperationListResultAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResultAutoGenerated\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationAutoGenerated\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationAutoGenerated\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplayAutoGenerated\",\n },\n },\n },\n },\n};\n\nexport const OperationDisplayAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplayAutoGenerated\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\",\n },\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Incident: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Incident\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n ruleName: {\n serializedName: \"ruleName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n isActive: {\n serializedName: \"isActive\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n activatedTime: {\n serializedName: \"activatedTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n resolvedTime: {\n serializedName: \"resolvedTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const IncidentListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IncidentListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Incident\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const RuleCondition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RuleCondition\",\n uberParent: \"RuleCondition\",\n polymorphicDiscriminator: {\n serializedName: \"odata\\\\.type\",\n clientName: \"odataType\",\n },\n modelProperties: {\n odataType: {\n serializedName: \"odata\\\\.type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n dataSource: {\n serializedName: \"dataSource\",\n type: {\n name: \"Composite\",\n className: \"RuleDataSource\",\n },\n },\n },\n },\n};\n\nexport const RuleDataSource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RuleDataSource\",\n uberParent: \"RuleDataSource\",\n polymorphicDiscriminator: {\n serializedName: \"odata\\\\.type\",\n clientName: \"odataType\",\n },\n modelProperties: {\n odataType: {\n serializedName: \"odata\\\\.type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n resourceUri: {\n serializedName: \"resourceUri\",\n type: {\n name: \"String\",\n },\n },\n legacyResourceId: {\n serializedName: \"legacyResourceId\",\n type: {\n name: \"String\",\n },\n },\n resourceLocation: {\n serializedName: \"resourceLocation\",\n type: {\n name: \"String\",\n },\n },\n metricNamespace: {\n serializedName: \"metricNamespace\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RuleAction: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RuleAction\",\n uberParent: \"RuleAction\",\n polymorphicDiscriminator: {\n serializedName: \"odata\\\\.type\",\n clientName: \"odataType\",\n },\n modelProperties: {\n odataType: {\n serializedName: \"odata\\\\.type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ResourceAutoGenerated3: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceAutoGenerated3\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const AlertRuleResourcePatch: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AlertRuleResourcePatch\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n name: {\n serializedName: \"properties.name\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\",\n },\n },\n isEnabled: {\n serializedName: \"properties.isEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n condition: {\n serializedName: \"properties.condition\",\n type: {\n name: \"Composite\",\n className: \"RuleCondition\",\n },\n },\n action: {\n serializedName: \"properties.action\",\n type: {\n name: \"Composite\",\n className: \"RuleAction\",\n },\n },\n actions: {\n serializedName: \"properties.actions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RuleAction\",\n },\n },\n },\n },\n lastUpdatedTime: {\n serializedName: \"properties.lastUpdatedTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const AlertRuleResourceCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AlertRuleResourceCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AlertRuleResource\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const RetentionPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RetentionPolicy\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n required: true,\n type: {\n name: \"Boolean\",\n },\n },\n days: {\n constraints: {\n InclusiveMinimum: 0,\n },\n serializedName: \"days\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ResourceAutoGenerated4: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceAutoGenerated4\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const LogProfileResourcePatch: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LogProfileResourcePatch\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n storageAccountId: {\n serializedName: \"properties.storageAccountId\",\n type: {\n name: \"String\",\n },\n },\n serviceBusRuleId: {\n serializedName: \"properties.serviceBusRuleId\",\n type: {\n name: \"String\",\n },\n },\n locations: {\n serializedName: \"properties.locations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n categories: {\n serializedName: \"properties.categories\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n retentionPolicy: {\n serializedName: \"properties.retentionPolicy\",\n type: {\n name: \"Composite\",\n className: \"RetentionPolicy\",\n },\n },\n },\n },\n};\n\nexport const LogProfileCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LogProfileCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LogProfileResource\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MetricSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetricSettings\",\n modelProperties: {\n timeGrain: {\n serializedName: \"timeGrain\",\n type: {\n name: \"TimeSpan\",\n },\n },\n category: {\n serializedName: \"category\",\n type: {\n name: \"String\",\n },\n },\n enabled: {\n serializedName: \"enabled\",\n required: true,\n type: {\n name: \"Boolean\",\n },\n },\n retentionPolicy: {\n serializedName: \"retentionPolicy\",\n type: {\n name: \"Composite\",\n className: \"RetentionPolicy\",\n },\n },\n },\n },\n};\n\nexport const LogSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LogSettings\",\n modelProperties: {\n category: {\n serializedName: \"category\",\n type: {\n name: \"String\",\n },\n },\n categoryGroup: {\n serializedName: \"categoryGroup\",\n type: {\n name: \"String\",\n },\n },\n enabled: {\n serializedName: \"enabled\",\n required: true,\n type: {\n name: \"Boolean\",\n },\n },\n retentionPolicy: {\n serializedName: \"retentionPolicy\",\n type: {\n name: \"Composite\",\n className: \"RetentionPolicy\",\n },\n },\n },\n },\n};\n\nexport const ResourceAutoGenerated5: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceAutoGenerated5\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DiagnosticSettingsResourceCollection: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DiagnosticSettingsResourceCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DiagnosticSettingsResource\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const DiagnosticSettingsCategoryResourceCollection: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DiagnosticSettingsCategoryResourceCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DiagnosticSettingsCategoryResource\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const EmailReceiver: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EmailReceiver\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n emailAddress: {\n serializedName: \"emailAddress\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n useCommonAlertSchema: {\n defaultValue: false,\n serializedName: \"useCommonAlertSchema\",\n type: {\n name: \"Boolean\",\n },\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"NotSpecified\", \"Enabled\", \"Disabled\"],\n },\n },\n },\n },\n};\n\nexport const SmsReceiver: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SmsReceiver\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n countryCode: {\n serializedName: \"countryCode\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n phoneNumber: {\n serializedName: \"phoneNumber\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"NotSpecified\", \"Enabled\", \"Disabled\"],\n },\n },\n },\n },\n};\n\nexport const WebhookReceiver: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WebhookReceiver\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n serviceUri: {\n serializedName: \"serviceUri\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n useCommonAlertSchema: {\n defaultValue: false,\n serializedName: \"useCommonAlertSchema\",\n type: {\n name: \"Boolean\",\n },\n },\n useAadAuth: {\n defaultValue: false,\n serializedName: \"useAadAuth\",\n type: {\n name: \"Boolean\",\n },\n },\n objectId: {\n serializedName: \"objectId\",\n type: {\n name: \"String\",\n },\n },\n identifierUri: {\n serializedName: \"identifierUri\",\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ItsmReceiver: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ItsmReceiver\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n workspaceId: {\n serializedName: \"workspaceId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n connectionId: {\n serializedName: \"connectionId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n ticketConfiguration: {\n serializedName: \"ticketConfiguration\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n region: {\n serializedName: \"region\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureAppPushReceiver: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureAppPushReceiver\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n emailAddress: {\n serializedName: \"emailAddress\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AutomationRunbookReceiver: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutomationRunbookReceiver\",\n modelProperties: {\n automationAccountId: {\n serializedName: \"automationAccountId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n runbookName: {\n serializedName: \"runbookName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n webhookResourceId: {\n serializedName: \"webhookResourceId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n isGlobalRunbook: {\n serializedName: \"isGlobalRunbook\",\n required: true,\n type: {\n name: \"Boolean\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n serviceUri: {\n serializedName: \"serviceUri\",\n type: {\n name: \"String\",\n },\n },\n useCommonAlertSchema: {\n defaultValue: false,\n serializedName: \"useCommonAlertSchema\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const VoiceReceiver: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VoiceReceiver\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n countryCode: {\n serializedName: \"countryCode\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n phoneNumber: {\n serializedName: \"phoneNumber\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LogicAppReceiver: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LogicAppReceiver\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n resourceId: {\n serializedName: \"resourceId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n callbackUrl: {\n serializedName: \"callbackUrl\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n useCommonAlertSchema: {\n defaultValue: false,\n serializedName: \"useCommonAlertSchema\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const AzureFunctionReceiver: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureFunctionReceiver\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n functionAppResourceId: {\n serializedName: \"functionAppResourceId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n functionName: {\n serializedName: \"functionName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n httpTriggerUrl: {\n serializedName: \"httpTriggerUrl\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n useCommonAlertSchema: {\n defaultValue: false,\n serializedName: \"useCommonAlertSchema\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ArmRoleReceiver: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArmRoleReceiver\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n roleId: {\n serializedName: \"roleId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n useCommonAlertSchema: {\n defaultValue: false,\n serializedName: \"useCommonAlertSchema\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const EventHubReceiver: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EventHubReceiver\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n eventHubNameSpace: {\n serializedName: \"eventHubNameSpace\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n eventHubName: {\n serializedName: \"eventHubName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n useCommonAlertSchema: {\n defaultValue: false,\n serializedName: \"useCommonAlertSchema\",\n type: {\n name: \"Boolean\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n type: {\n name: \"String\",\n },\n },\n subscriptionId: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const ActionGroupPatchBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ActionGroupPatchBody\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n enabled: {\n defaultValue: true,\n serializedName: \"properties.enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const NotificationRequestBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NotificationRequestBody\",\n modelProperties: {\n alertType: {\n constraints: {\n MaxLength: 30,\n },\n serializedName: \"alertType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n emailReceivers: {\n serializedName: \"emailReceivers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EmailReceiver\",\n },\n },\n },\n },\n smsReceivers: {\n serializedName: \"smsReceivers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SmsReceiver\",\n },\n },\n },\n },\n webhookReceivers: {\n serializedName: \"webhookReceivers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"WebhookReceiver\",\n },\n },\n },\n },\n itsmReceivers: {\n serializedName: \"itsmReceivers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ItsmReceiver\",\n },\n },\n },\n },\n azureAppPushReceivers: {\n serializedName: \"azureAppPushReceivers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AzureAppPushReceiver\",\n },\n },\n },\n },\n automationRunbookReceivers: {\n serializedName: \"automationRunbookReceivers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AutomationRunbookReceiver\",\n },\n },\n },\n },\n voiceReceivers: {\n serializedName: \"voiceReceivers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VoiceReceiver\",\n },\n },\n },\n },\n logicAppReceivers: {\n serializedName: \"logicAppReceivers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LogicAppReceiver\",\n },\n },\n },\n },\n azureFunctionReceivers: {\n serializedName: \"azureFunctionReceivers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AzureFunctionReceiver\",\n },\n },\n },\n },\n armRoleReceivers: {\n serializedName: \"armRoleReceivers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ArmRoleReceiver\",\n },\n },\n },\n },\n eventHubReceivers: {\n serializedName: \"eventHubReceivers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EventHubReceiver\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const TestNotificationDetailsResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TestNotificationDetailsResponse\",\n modelProperties: {\n context: {\n serializedName: \"context\",\n type: {\n name: \"Composite\",\n className: \"Context\",\n },\n },\n state: {\n serializedName: \"state\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n completedTime: {\n serializedName: \"completedTime\",\n type: {\n name: \"String\",\n },\n },\n createdTime: {\n serializedName: \"createdTime\",\n type: {\n name: \"String\",\n },\n },\n actionDetails: {\n serializedName: \"actionDetails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ActionDetail\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Context: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Context\",\n modelProperties: {\n notificationSource: {\n serializedName: \"notificationSource\",\n type: {\n name: \"String\",\n },\n },\n contextType: {\n serializedName: \"contextType\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ActionDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ActionDetail\",\n modelProperties: {\n mechanismType: {\n serializedName: \"MechanismType\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"Name\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"Status\",\n type: {\n name: \"String\",\n },\n },\n subState: {\n serializedName: \"SubState\",\n type: {\n name: \"String\",\n },\n },\n sendTime: {\n serializedName: \"SendTime\",\n type: {\n name: \"String\",\n },\n },\n detail: {\n serializedName: \"Detail\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ActionGroupList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ActionGroupList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ActionGroupResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EnableRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EnableRequest\",\n modelProperties: {\n receiverName: {\n serializedName: \"receiverName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EmailReceiverAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EmailReceiverAutoGenerated\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n emailAddress: {\n serializedName: \"emailAddress\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n useCommonAlertSchema: {\n defaultValue: false,\n serializedName: \"useCommonAlertSchema\",\n type: {\n name: \"Boolean\",\n },\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"NotSpecified\", \"Enabled\", \"Disabled\"],\n },\n },\n },\n },\n};\n\nexport const SmsReceiverAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SmsReceiverAutoGenerated\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n countryCode: {\n serializedName: \"countryCode\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n phoneNumber: {\n serializedName: \"phoneNumber\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"NotSpecified\", \"Enabled\", \"Disabled\"],\n },\n },\n },\n },\n};\n\nexport const WebhookReceiverAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WebhookReceiverAutoGenerated\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n serviceUri: {\n serializedName: \"serviceUri\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n useCommonAlertSchema: {\n defaultValue: false,\n serializedName: \"useCommonAlertSchema\",\n type: {\n name: \"Boolean\",\n },\n },\n useAadAuth: {\n defaultValue: false,\n serializedName: \"useAadAuth\",\n type: {\n name: \"Boolean\",\n },\n },\n objectId: {\n serializedName: \"objectId\",\n type: {\n name: \"String\",\n },\n },\n identifierUri: {\n serializedName: \"identifierUri\",\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureAppPushReceiverAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureAppPushReceiverAutoGenerated\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n emailAddress: {\n serializedName: \"emailAddress\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const VoiceReceiverAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VoiceReceiverAutoGenerated\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n countryCode: {\n serializedName: \"countryCode\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n phoneNumber: {\n serializedName: \"phoneNumber\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ActionGroupPatchBodyAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ActionGroupPatchBodyAutoGenerated\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n enabled: {\n defaultValue: true,\n serializedName: \"properties.enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const TenantActionGroupList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TenantActionGroupList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TenantActionGroupResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TenantNotificationRequestBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TenantNotificationRequestBody\",\n modelProperties: {\n alertType: {\n constraints: {\n MaxLength: 30,\n },\n serializedName: \"alertType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n emailReceivers: {\n serializedName: \"emailReceivers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EmailReceiverAutoGenerated\",\n },\n },\n },\n },\n smsReceivers: {\n serializedName: \"smsReceivers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SmsReceiverAutoGenerated\",\n },\n },\n },\n },\n webhookReceivers: {\n serializedName: \"webhookReceivers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"WebhookReceiverAutoGenerated\",\n },\n },\n },\n },\n azureAppPushReceivers: {\n serializedName: \"azureAppPushReceivers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AzureAppPushReceiverAutoGenerated\",\n },\n },\n },\n },\n voiceReceivers: {\n serializedName: \"voiceReceivers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VoiceReceiverAutoGenerated\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const TestNotificationDetailsResponseAutoGenerated: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"TestNotificationDetailsResponseAutoGenerated\",\n modelProperties: {\n context: {\n serializedName: \"context\",\n type: {\n name: \"Composite\",\n className: \"Context\",\n },\n },\n state: {\n serializedName: \"state\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n completedTime: {\n serializedName: \"completedTime\",\n type: {\n name: \"String\",\n },\n },\n createdTime: {\n serializedName: \"createdTime\",\n type: {\n name: \"String\",\n },\n },\n actionDetails: {\n serializedName: \"actionDetails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ActionDetailAutoGenerated\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const ActionDetailAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ActionDetailAutoGenerated\",\n modelProperties: {\n mechanismType: {\n serializedName: \"mechanismType\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n subState: {\n serializedName: \"subState\",\n type: {\n name: \"String\",\n },\n },\n sendTime: {\n serializedName: \"sendTime\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ErrorResponseAutoGenerated3: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponseAutoGenerated3\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetailAutoGenerated\",\n },\n },\n },\n },\n};\n\nexport const ErrorDetailAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetailAutoGenerated\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetailAutoGenerated\",\n },\n },\n },\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const EventDataCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EventDataCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EventData\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EventData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EventData\",\n modelProperties: {\n authorization: {\n serializedName: \"authorization\",\n type: {\n name: \"Composite\",\n className: \"SenderAuthorization\",\n },\n },\n claims: {\n serializedName: \"claims\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n caller: {\n serializedName: \"caller\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n eventDataId: {\n serializedName: \"eventDataId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n eventName: {\n serializedName: \"eventName\",\n type: {\n name: \"Composite\",\n className: \"LocalizableStringAutoGenerated\",\n },\n },\n category: {\n serializedName: \"category\",\n type: {\n name: \"Composite\",\n className: \"LocalizableStringAutoGenerated\",\n },\n },\n httpRequest: {\n serializedName: \"httpRequest\",\n type: {\n name: \"Composite\",\n className: \"HttpRequestInfo\",\n },\n },\n level: {\n serializedName: \"level\",\n readOnly: true,\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Critical\",\n \"Error\",\n \"Warning\",\n \"Informational\",\n \"Verbose\",\n ],\n },\n },\n resourceGroupName: {\n serializedName: \"resourceGroupName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resourceProviderName: {\n serializedName: \"resourceProviderName\",\n type: {\n name: \"Composite\",\n className: \"LocalizableStringAutoGenerated\",\n },\n },\n resourceId: {\n serializedName: \"resourceId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resourceType: {\n serializedName: \"resourceType\",\n type: {\n name: \"Composite\",\n className: \"LocalizableStringAutoGenerated\",\n },\n },\n operationId: {\n serializedName: \"operationId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n operationName: {\n serializedName: \"operationName\",\n type: {\n name: \"Composite\",\n className: \"LocalizableStringAutoGenerated\",\n },\n },\n properties: {\n serializedName: \"properties\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"Composite\",\n className: \"LocalizableStringAutoGenerated\",\n },\n },\n subStatus: {\n serializedName: \"subStatus\",\n type: {\n name: \"Composite\",\n className: \"LocalizableStringAutoGenerated\",\n },\n },\n eventTimestamp: {\n serializedName: \"eventTimestamp\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n submissionTimestamp: {\n serializedName: \"submissionTimestamp\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n subscriptionId: {\n serializedName: \"subscriptionId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SenderAuthorization: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SenderAuthorization\",\n modelProperties: {\n action: {\n serializedName: \"action\",\n type: {\n name: \"String\",\n },\n },\n role: {\n serializedName: \"role\",\n type: {\n name: \"String\",\n },\n },\n scope: {\n serializedName: \"scope\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LocalizableStringAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LocalizableStringAutoGenerated\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n localizedValue: {\n serializedName: \"localizedValue\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const HttpRequestInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HttpRequestInfo\",\n modelProperties: {\n clientRequestId: {\n serializedName: \"clientRequestId\",\n type: {\n name: \"String\",\n },\n },\n clientIpAddress: {\n serializedName: \"clientIpAddress\",\n type: {\n name: \"String\",\n },\n },\n method: {\n serializedName: \"method\",\n type: {\n name: \"String\",\n },\n },\n uri: {\n serializedName: \"uri\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EventCategoryCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EventCategoryCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LocalizableStringAutoGenerated\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MetricBaselinesResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetricBaselinesResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SingleMetricBaseline\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const SingleMetricBaseline: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SingleMetricBaseline\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n timespan: {\n serializedName: \"properties.timespan\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n interval: {\n serializedName: \"properties.interval\",\n required: true,\n type: {\n name: \"TimeSpan\",\n },\n },\n namespace: {\n serializedName: \"properties.namespace\",\n type: {\n name: \"String\",\n },\n },\n baselines: {\n serializedName: \"properties.baselines\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TimeSeriesBaseline\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const TimeSeriesBaseline: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TimeSeriesBaseline\",\n modelProperties: {\n aggregation: {\n serializedName: \"aggregation\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n dimensions: {\n serializedName: \"dimensions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MetricSingleDimension\",\n },\n },\n },\n },\n timestamps: {\n serializedName: \"timestamps\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n data: {\n serializedName: \"data\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SingleBaseline\",\n },\n },\n },\n },\n metadataValues: {\n serializedName: \"metadataValues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BaselineMetadata\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MetricSingleDimension: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetricSingleDimension\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SingleBaseline: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SingleBaseline\",\n modelProperties: {\n sensitivity: {\n serializedName: \"sensitivity\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n lowThresholds: {\n serializedName: \"lowThresholds\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Number\",\n },\n },\n },\n },\n highThresholds: {\n serializedName: \"highThresholds\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Number\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const BaselineMetadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BaselineMetadata\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MetricAlertResourceCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetricAlertResourceCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MetricAlertResource\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MetricAlertCriteria: coreClient.CompositeMapper = {\n serializedName: \"MetricAlertCriteria\",\n type: {\n name: \"Composite\",\n className: \"MetricAlertCriteria\",\n uberParent: \"MetricAlertCriteria\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: {\n serializedName: \"odata\\\\.type\",\n clientName: \"odataType\",\n },\n modelProperties: {\n odataType: {\n serializedName: \"odata\\\\.type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MetricAlertAction: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetricAlertAction\",\n modelProperties: {\n actionGroupId: {\n serializedName: \"actionGroupId\",\n type: {\n name: \"String\",\n },\n },\n webHookProperties: {\n serializedName: \"webHookProperties\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const ResourceAutoGenerated6: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceAutoGenerated6\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const MetricAlertResourcePatch: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetricAlertResourcePatch\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\",\n },\n },\n severity: {\n serializedName: \"properties.severity\",\n type: {\n name: \"Number\",\n },\n },\n enabled: {\n serializedName: \"properties.enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n scopes: {\n serializedName: \"properties.scopes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n evaluationFrequency: {\n serializedName: \"properties.evaluationFrequency\",\n type: {\n name: \"TimeSpan\",\n },\n },\n windowSize: {\n serializedName: \"properties.windowSize\",\n type: {\n name: \"TimeSpan\",\n },\n },\n targetResourceType: {\n serializedName: \"properties.targetResourceType\",\n type: {\n name: \"String\",\n },\n },\n targetResourceRegion: {\n serializedName: \"properties.targetResourceRegion\",\n type: {\n name: \"String\",\n },\n },\n criteria: {\n serializedName: \"properties.criteria\",\n type: {\n name: \"Composite\",\n className: \"MetricAlertCriteria\",\n },\n },\n autoMitigate: {\n serializedName: \"properties.autoMitigate\",\n type: {\n name: \"Boolean\",\n },\n },\n actions: {\n serializedName: \"properties.actions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MetricAlertAction\",\n },\n },\n },\n },\n lastUpdatedTime: {\n serializedName: \"properties.lastUpdatedTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n isMigrated: {\n serializedName: \"properties.isMigrated\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const MetricAlertStatusCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetricAlertStatusCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MetricAlertStatus\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MetricAlertStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetricAlertStatus\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"MetricAlertStatusProperties\",\n },\n },\n },\n },\n};\n\nexport const MetricAlertStatusProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetricAlertStatusProperties\",\n modelProperties: {\n dimensions: {\n serializedName: \"dimensions\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n timestamp: {\n serializedName: \"timestamp\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const ScheduledQueryRuleResourceCollection: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ScheduledQueryRuleResourceCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ScheduledQueryRuleResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const ScheduledQueryRuleResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScheduledQueryRuleResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n etag: {\n serializedName: \"etag\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n createdWithApiVersion: {\n serializedName: \"properties.createdWithApiVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n isLegacyLogAnalyticsRule: {\n serializedName: \"properties.isLegacyLogAnalyticsRule\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\",\n },\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\",\n },\n },\n severity: {\n serializedName: \"properties.severity\",\n type: {\n name: \"Number\",\n },\n },\n enabled: {\n serializedName: \"properties.enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n scopes: {\n serializedName: \"properties.scopes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n evaluationFrequency: {\n serializedName: \"properties.evaluationFrequency\",\n type: {\n name: \"TimeSpan\",\n },\n },\n windowSize: {\n serializedName: \"properties.windowSize\",\n type: {\n name: \"TimeSpan\",\n },\n },\n overrideQueryTimeRange: {\n serializedName: \"properties.overrideQueryTimeRange\",\n type: {\n name: \"TimeSpan\",\n },\n },\n targetResourceTypes: {\n serializedName: \"properties.targetResourceTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n criteria: {\n serializedName: \"properties.criteria\",\n type: {\n name: \"Composite\",\n className: \"ScheduledQueryRuleCriteria\",\n },\n },\n muteActionsDuration: {\n serializedName: \"properties.muteActionsDuration\",\n type: {\n name: \"TimeSpan\",\n },\n },\n actions: {\n serializedName: \"properties.actions\",\n type: {\n name: \"Composite\",\n className: \"Actions\",\n },\n },\n isWorkspaceAlertsStorageConfigured: {\n serializedName: \"properties.isWorkspaceAlertsStorageConfigured\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n checkWorkspaceAlertsStorageConfigured: {\n serializedName: \"properties.checkWorkspaceAlertsStorageConfigured\",\n type: {\n name: \"Boolean\",\n },\n },\n skipQueryValidation: {\n serializedName: \"properties.skipQueryValidation\",\n type: {\n name: \"Boolean\",\n },\n },\n autoMitigate: {\n serializedName: \"properties.autoMitigate\",\n type: {\n name: \"Boolean\",\n },\n },\n ruleResolveConfiguration: {\n serializedName: \"properties.ruleResolveConfiguration\",\n type: {\n name: \"Composite\",\n className: \"RuleResolveConfiguration\",\n },\n },\n },\n },\n};\n\nexport const Identity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Identity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"SystemAssigned\", \"UserAssigned\", \"None\"],\n },\n },\n userAssignedIdentities: {\n serializedName: \"userAssignedIdentities\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"UserIdentityProperties\" },\n },\n },\n },\n },\n },\n};\n\nexport const UserIdentityProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserIdentityProperties\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n clientId: {\n serializedName: \"clientId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ScheduledQueryRuleCriteria: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScheduledQueryRuleCriteria\",\n modelProperties: {\n allOf: {\n serializedName: \"allOf\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Condition\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Condition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Condition\",\n modelProperties: {\n query: {\n serializedName: \"query\",\n type: {\n name: \"String\",\n },\n },\n timeAggregation: {\n serializedName: \"timeAggregation\",\n type: {\n name: \"String\",\n },\n },\n metricMeasureColumn: {\n serializedName: \"metricMeasureColumn\",\n type: {\n name: \"String\",\n },\n },\n resourceIdColumn: {\n serializedName: \"resourceIdColumn\",\n type: {\n name: \"String\",\n },\n },\n dimensions: {\n serializedName: \"dimensions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Dimension\",\n },\n },\n },\n },\n operator: {\n serializedName: \"operator\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"GreaterThan\",\n \"GreaterThanOrEqual\",\n \"LessThan\",\n \"LessThanOrEqual\",\n \"Equals\",\n ],\n },\n },\n threshold: {\n serializedName: \"threshold\",\n type: {\n name: \"Number\",\n },\n },\n failingPeriods: {\n serializedName: \"failingPeriods\",\n type: {\n name: \"Composite\",\n className: \"ConditionFailingPeriods\",\n },\n },\n metricName: {\n serializedName: \"metricName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Dimension: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Dimension\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n operator: {\n serializedName: \"operator\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n values: {\n serializedName: \"values\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ConditionFailingPeriods: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConditionFailingPeriods\",\n modelProperties: {\n numberOfEvaluationPeriods: {\n defaultValue: 1,\n serializedName: \"numberOfEvaluationPeriods\",\n type: {\n name: \"Number\",\n },\n },\n minFailingPeriodsToAlert: {\n defaultValue: 1,\n serializedName: \"minFailingPeriodsToAlert\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const Actions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Actions\",\n modelProperties: {\n actionGroups: {\n serializedName: \"actionGroups\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n customProperties: {\n serializedName: \"customProperties\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n actionProperties: {\n serializedName: \"actionProperties\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const RuleResolveConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RuleResolveConfiguration\",\n modelProperties: {\n autoResolved: {\n serializedName: \"autoResolved\",\n type: {\n name: \"Boolean\",\n },\n },\n timeToResolve: {\n serializedName: \"timeToResolve\",\n type: {\n name: \"TimeSpan\",\n },\n },\n },\n },\n};\n\nexport const ScheduledQueryRuleResourcePatch: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScheduledQueryRuleResourcePatch\",\n modelProperties: {\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n createdWithApiVersion: {\n serializedName: \"properties.createdWithApiVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n isLegacyLogAnalyticsRule: {\n serializedName: \"properties.isLegacyLogAnalyticsRule\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\",\n },\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\",\n },\n },\n severity: {\n serializedName: \"properties.severity\",\n type: {\n name: \"Number\",\n },\n },\n enabled: {\n serializedName: \"properties.enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n scopes: {\n serializedName: \"properties.scopes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n evaluationFrequency: {\n serializedName: \"properties.evaluationFrequency\",\n type: {\n name: \"TimeSpan\",\n },\n },\n windowSize: {\n serializedName: \"properties.windowSize\",\n type: {\n name: \"TimeSpan\",\n },\n },\n overrideQueryTimeRange: {\n serializedName: \"properties.overrideQueryTimeRange\",\n type: {\n name: \"TimeSpan\",\n },\n },\n targetResourceTypes: {\n serializedName: \"properties.targetResourceTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n criteria: {\n serializedName: \"properties.criteria\",\n type: {\n name: \"Composite\",\n className: \"ScheduledQueryRuleCriteria\",\n },\n },\n muteActionsDuration: {\n serializedName: \"properties.muteActionsDuration\",\n type: {\n name: \"TimeSpan\",\n },\n },\n actions: {\n serializedName: \"properties.actions\",\n type: {\n name: \"Composite\",\n className: \"Actions\",\n },\n },\n isWorkspaceAlertsStorageConfigured: {\n serializedName: \"properties.isWorkspaceAlertsStorageConfigured\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n checkWorkspaceAlertsStorageConfigured: {\n serializedName: \"properties.checkWorkspaceAlertsStorageConfigured\",\n type: {\n name: \"Boolean\",\n },\n },\n skipQueryValidation: {\n serializedName: \"properties.skipQueryValidation\",\n type: {\n name: \"Boolean\",\n },\n },\n autoMitigate: {\n serializedName: \"properties.autoMitigate\",\n type: {\n name: \"Boolean\",\n },\n },\n ruleResolveConfiguration: {\n serializedName: \"properties.ruleResolveConfiguration\",\n type: {\n name: \"Composite\",\n className: \"RuleResolveConfiguration\",\n },\n },\n },\n },\n};\n\nexport const DataContainer: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataContainer\",\n modelProperties: {\n workspace: {\n serializedName: \"workspace\",\n type: {\n name: \"Composite\",\n className: \"WorkspaceInfo\",\n },\n },\n },\n },\n};\n\nexport const WorkspaceInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkspaceInfo\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n customerId: {\n serializedName: \"properties.customerId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ResponseWithError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResponseWithError\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorModel\",\n },\n },\n },\n },\n};\n\nexport const ErrorModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorModel\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureMonitorPrivateLinkScopeListResult: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AzureMonitorPrivateLinkScopeListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AzureMonitorPrivateLinkScope\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const PrivateEndpointAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointAutoGenerated\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AccessModeSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccessModeSettings\",\n modelProperties: {\n queryAccessMode: {\n serializedName: \"queryAccessMode\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n ingestionAccessMode: {\n serializedName: \"ingestionAccessMode\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n exclusions: {\n serializedName: \"exclusions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AccessModeSettingsExclusion\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const AccessModeSettingsExclusion: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccessModeSettingsExclusion\",\n modelProperties: {\n privateEndpointConnectionName: {\n serializedName: \"privateEndpointConnectionName\",\n type: {\n name: \"String\",\n },\n },\n queryAccessMode: {\n serializedName: \"queryAccessMode\",\n type: {\n name: \"String\",\n },\n },\n ingestionAccessMode: {\n serializedName: \"ingestionAccessMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DefaultErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DefaultErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetailAutoGenerated\",\n },\n },\n },\n },\n};\n\nexport const TagsResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TagsResource\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const OperationStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationStatus\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n startTime: {\n serializedName: \"startTime\",\n nullable: true,\n type: {\n name: \"DateTime\",\n },\n },\n endTime: {\n serializedName: \"endTime\",\n nullable: true,\n type: {\n name: \"DateTime\",\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetailAutoGenerated\",\n },\n },\n },\n },\n};\n\nexport const PrivateLinkResourceListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourceListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const PrivateEndpointConnectionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionAutoGenerated\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ScopedResourceListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScopedResourceListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ScopedResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AlertRuleAllOfCondition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AlertRuleAllOfCondition\",\n modelProperties: {\n allOf: {\n serializedName: \"allOf\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AlertRuleAnyOfOrLeafCondition\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const AlertRuleLeafCondition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AlertRuleLeafCondition\",\n modelProperties: {\n field: {\n serializedName: \"field\",\n type: {\n name: \"String\",\n },\n },\n equals: {\n serializedName: \"equals\",\n type: {\n name: \"String\",\n },\n },\n containsAny: {\n serializedName: \"containsAny\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ActionList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ActionList\",\n modelProperties: {\n actionGroups: {\n serializedName: \"actionGroups\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ActionGroup\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ActionGroup: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ActionGroup\",\n modelProperties: {\n actionGroupId: {\n serializedName: \"actionGroupId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n webhookProperties: {\n serializedName: \"webhookProperties\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const AzureResourceAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureResourceAutoGenerated\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n location: {\n defaultValue: \"global\",\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const ErrorResponseAutoGenerated4: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponseAutoGenerated4\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AlertRulePatchObject: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AlertRulePatchObject\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n enabled: {\n defaultValue: true,\n serializedName: \"properties.enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const AlertRuleList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AlertRuleList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ActivityLogAlertResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DataCollectionEndpointResourceListResult: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DataCollectionEndpointResourceListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataCollectionEndpointResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const DataCollectionEndpointResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataCollectionEndpointResource\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"DataCollectionEndpointResourceIdentity\",\n },\n },\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n etag: {\n serializedName: \"etag\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"DataCollectionEndpointResourceSystemData\",\n },\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\",\n },\n },\n immutableId: {\n serializedName: \"properties.immutableId\",\n type: {\n name: \"String\",\n },\n },\n configurationAccess: {\n serializedName: \"properties.configurationAccess\",\n type: {\n name: \"Composite\",\n className: \"DataCollectionEndpointConfigurationAccess\",\n },\n },\n logsIngestion: {\n serializedName: \"properties.logsIngestion\",\n type: {\n name: \"Composite\",\n className: \"DataCollectionEndpointLogsIngestion\",\n },\n },\n metricsIngestion: {\n serializedName: \"properties.metricsIngestion\",\n type: {\n name: \"Composite\",\n className: \"DataCollectionEndpointMetricsIngestion\",\n },\n },\n networkAcls: {\n serializedName: \"properties.networkAcls\",\n type: {\n name: \"Composite\",\n className: \"DataCollectionEndpointNetworkAcls\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n privateLinkScopedResources: {\n serializedName: \"properties.privateLinkScopedResources\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkScopedResource\",\n },\n },\n },\n },\n failoverConfiguration: {\n serializedName: \"properties.failoverConfiguration\",\n type: {\n name: \"Composite\",\n className: \"DataCollectionEndpointFailoverConfiguration\",\n },\n },\n metadata: {\n serializedName: \"properties.metadata\",\n type: {\n name: \"Composite\",\n className: \"DataCollectionEndpointMetadata\",\n },\n },\n },\n },\n};\n\nexport const DataCollectionEndpoint: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataCollectionEndpoint\",\n modelProperties: {\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n immutableId: {\n serializedName: \"immutableId\",\n type: {\n name: \"String\",\n },\n },\n configurationAccess: {\n serializedName: \"configurationAccess\",\n type: {\n name: \"Composite\",\n className: \"DataCollectionEndpointConfigurationAccess\",\n },\n },\n logsIngestion: {\n serializedName: \"logsIngestion\",\n type: {\n name: \"Composite\",\n className: \"DataCollectionEndpointLogsIngestion\",\n },\n },\n metricsIngestion: {\n serializedName: \"metricsIngestion\",\n type: {\n name: \"Composite\",\n className: \"DataCollectionEndpointMetricsIngestion\",\n },\n },\n networkAcls: {\n serializedName: \"networkAcls\",\n type: {\n name: \"Composite\",\n className: \"DataCollectionEndpointNetworkAcls\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n privateLinkScopedResources: {\n serializedName: \"privateLinkScopedResources\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkScopedResource\",\n },\n },\n },\n },\n failoverConfiguration: {\n serializedName: \"failoverConfiguration\",\n type: {\n name: \"Composite\",\n className: \"DataCollectionEndpointFailoverConfiguration\",\n },\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Composite\",\n className: \"DataCollectionEndpointMetadata\",\n },\n },\n },\n },\n};\n\nexport const ConfigurationAccessEndpointSpec: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConfigurationAccessEndpointSpec\",\n modelProperties: {\n endpoint: {\n serializedName: \"endpoint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LogsIngestionEndpointSpec: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LogsIngestionEndpointSpec\",\n modelProperties: {\n endpoint: {\n serializedName: \"endpoint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MetricsIngestionEndpointSpec: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetricsIngestionEndpointSpec\",\n modelProperties: {\n endpoint: {\n serializedName: \"endpoint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NetworkRuleSet: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkRuleSet\",\n modelProperties: {\n publicNetworkAccess: {\n serializedName: \"publicNetworkAccess\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateLinkScopedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkScopedResource\",\n modelProperties: {\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\",\n },\n },\n scopeId: {\n serializedName: \"scopeId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const FailoverConfigurationSpec: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FailoverConfigurationSpec\",\n modelProperties: {\n activeLocation: {\n serializedName: \"activeLocation\",\n type: {\n name: \"String\",\n },\n },\n locations: {\n serializedName: \"locations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LocationSpec\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const LocationSpec: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LocationSpec\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n provisioningStatus: {\n serializedName: \"provisioningStatus\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Metadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Metadata\",\n modelProperties: {\n provisionedBy: {\n serializedName: \"provisionedBy\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisionedByResourceId: {\n serializedName: \"provisionedByResourceId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedServiceIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedServiceIdentity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n userAssignedIdentities: {\n serializedName: \"userAssignedIdentities\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"UserAssignedIdentity\" },\n },\n },\n },\n },\n },\n};\n\nexport const UserAssignedIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n clientId: {\n serializedName: \"clientId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n },\n },\n};\n\nexport const ErrorResponseCommonV2: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponseCommonV2\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetailAutoGenerated\",\n },\n },\n },\n },\n};\n\nexport const ResourceForUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceForUpdate\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ResourceForUpdateIdentity\",\n },\n },\n },\n },\n};\n\nexport const DataCollectionRuleAssociationProxyOnlyResourceListResult: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DataCollectionRuleAssociationProxyOnlyResourceListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataCollectionRuleAssociationProxyOnlyResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const DataCollectionRuleAssociationProxyOnlyResource: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DataCollectionRuleAssociationProxyOnlyResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n etag: {\n serializedName: \"etag\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className:\n \"DataCollectionRuleAssociationProxyOnlyResourceSystemData\",\n },\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\",\n },\n },\n dataCollectionRuleId: {\n serializedName: \"properties.dataCollectionRuleId\",\n type: {\n name: \"String\",\n },\n },\n dataCollectionEndpointId: {\n serializedName: \"properties.dataCollectionEndpointId\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"properties.metadata\",\n type: {\n name: \"Composite\",\n className: \"DataCollectionRuleAssociationMetadata\",\n },\n },\n },\n },\n };\n\nexport const DataCollectionRuleAssociation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataCollectionRuleAssociation\",\n modelProperties: {\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n dataCollectionRuleId: {\n serializedName: \"dataCollectionRuleId\",\n type: {\n name: \"String\",\n },\n },\n dataCollectionEndpointId: {\n serializedName: \"dataCollectionEndpointId\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Composite\",\n className: \"DataCollectionRuleAssociationMetadata\",\n },\n },\n },\n },\n};\n\nexport const DataCollectionRuleResourceListResult: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DataCollectionRuleResourceListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataCollectionRuleResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const DataCollectionRuleResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataCollectionRuleResource\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"DataCollectionRuleResourceIdentity\",\n },\n },\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n etag: {\n serializedName: \"etag\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"DataCollectionRuleResourceSystemData\",\n },\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\",\n },\n },\n immutableId: {\n serializedName: \"properties.immutableId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n dataCollectionEndpointId: {\n serializedName: \"properties.dataCollectionEndpointId\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"properties.metadata\",\n type: {\n name: \"Composite\",\n className: \"DataCollectionRuleMetadata\",\n },\n },\n streamDeclarations: {\n serializedName: \"properties.streamDeclarations\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"StreamDeclaration\" },\n },\n },\n },\n dataSources: {\n serializedName: \"properties.dataSources\",\n type: {\n name: \"Composite\",\n className: \"DataCollectionRuleDataSources\",\n },\n },\n destinations: {\n serializedName: \"properties.destinations\",\n type: {\n name: \"Composite\",\n className: \"DataCollectionRuleDestinations\",\n },\n },\n dataFlows: {\n serializedName: \"properties.dataFlows\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataFlow\",\n },\n },\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DataCollectionRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataCollectionRule\",\n modelProperties: {\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n immutableId: {\n serializedName: \"immutableId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n dataCollectionEndpointId: {\n serializedName: \"dataCollectionEndpointId\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Composite\",\n className: \"DataCollectionRuleMetadata\",\n },\n },\n streamDeclarations: {\n serializedName: \"streamDeclarations\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"StreamDeclaration\" },\n },\n },\n },\n dataSources: {\n serializedName: \"dataSources\",\n type: {\n name: \"Composite\",\n className: \"DataCollectionRuleDataSources\",\n },\n },\n destinations: {\n serializedName: \"destinations\",\n type: {\n name: \"Composite\",\n className: \"DataCollectionRuleDestinations\",\n },\n },\n dataFlows: {\n serializedName: \"dataFlows\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataFlow\",\n },\n },\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const StreamDeclaration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StreamDeclaration\",\n modelProperties: {\n columns: {\n serializedName: \"columns\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ColumnDefinition\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ColumnDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ColumnDefinition\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DataSourcesSpec: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataSourcesSpec\",\n modelProperties: {\n performanceCounters: {\n serializedName: \"performanceCounters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PerfCounterDataSource\",\n },\n },\n },\n },\n windowsEventLogs: {\n serializedName: \"windowsEventLogs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"WindowsEventLogDataSource\",\n },\n },\n },\n },\n syslog: {\n serializedName: \"syslog\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SyslogDataSource\",\n },\n },\n },\n },\n extensions: {\n serializedName: \"extensions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ExtensionDataSource\",\n },\n },\n },\n },\n logFiles: {\n serializedName: \"logFiles\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LogFilesDataSource\",\n },\n },\n },\n },\n iisLogs: {\n serializedName: \"iisLogs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IisLogsDataSource\",\n },\n },\n },\n },\n windowsFirewallLogs: {\n serializedName: \"windowsFirewallLogs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"WindowsFirewallLogsDataSource\",\n },\n },\n },\n },\n prometheusForwarder: {\n serializedName: \"prometheusForwarder\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrometheusForwarderDataSource\",\n },\n },\n },\n },\n platformTelemetry: {\n serializedName: \"platformTelemetry\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PlatformTelemetryDataSource\",\n },\n },\n },\n },\n dataImports: {\n serializedName: \"dataImports\",\n type: {\n name: \"Composite\",\n className: \"DataSourcesSpecDataImports\",\n },\n },\n },\n },\n};\n\nexport const PerfCounterDataSource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PerfCounterDataSource\",\n modelProperties: {\n streams: {\n serializedName: \"streams\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n samplingFrequencyInSeconds: {\n serializedName: \"samplingFrequencyInSeconds\",\n type: {\n name: \"Number\",\n },\n },\n counterSpecifiers: {\n serializedName: \"counterSpecifiers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const WindowsEventLogDataSource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WindowsEventLogDataSource\",\n modelProperties: {\n streams: {\n serializedName: \"streams\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n xPathQueries: {\n serializedName: \"xPathQueries\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SyslogDataSource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SyslogDataSource\",\n modelProperties: {\n streams: {\n serializedName: \"streams\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n facilityNames: {\n serializedName: \"facilityNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n logLevels: {\n serializedName: \"logLevels\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ExtensionDataSource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExtensionDataSource\",\n modelProperties: {\n streams: {\n serializedName: \"streams\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n extensionName: {\n serializedName: \"extensionName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n extensionSettings: {\n serializedName: \"extensionSettings\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n inputDataSources: {\n serializedName: \"inputDataSources\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LogFilesDataSource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LogFilesDataSource\",\n modelProperties: {\n streams: {\n serializedName: \"streams\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n filePatterns: {\n serializedName: \"filePatterns\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n format: {\n serializedName: \"format\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n settings: {\n serializedName: \"settings\",\n type: {\n name: \"Composite\",\n className: \"LogFilesDataSourceSettings\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LogFileSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LogFileSettings\",\n modelProperties: {\n text: {\n serializedName: \"text\",\n type: {\n name: \"Composite\",\n className: \"LogFileSettingsText\",\n },\n },\n },\n },\n};\n\nexport const LogFileTextSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LogFileTextSettings\",\n modelProperties: {\n recordStartTimestampFormat: {\n serializedName: \"recordStartTimestampFormat\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IisLogsDataSource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IisLogsDataSource\",\n modelProperties: {\n streams: {\n serializedName: \"streams\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n logDirectories: {\n serializedName: \"logDirectories\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const WindowsFirewallLogsDataSource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WindowsFirewallLogsDataSource\",\n modelProperties: {\n streams: {\n serializedName: \"streams\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrometheusForwarderDataSource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrometheusForwarderDataSource\",\n modelProperties: {\n streams: {\n serializedName: \"streams\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n labelIncludeFilter: {\n serializedName: \"labelIncludeFilter\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PlatformTelemetryDataSource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PlatformTelemetryDataSource\",\n modelProperties: {\n streams: {\n serializedName: \"streams\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DataImportSources: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataImportSources\",\n modelProperties: {\n eventHub: {\n serializedName: \"eventHub\",\n type: {\n name: \"Composite\",\n className: \"DataImportSourcesEventHub\",\n },\n },\n },\n },\n};\n\nexport const EventHubDataSource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EventHubDataSource\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n consumerGroup: {\n serializedName: \"consumerGroup\",\n type: {\n name: \"String\",\n },\n },\n stream: {\n serializedName: \"stream\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DestinationsSpec: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DestinationsSpec\",\n modelProperties: {\n logAnalytics: {\n serializedName: \"logAnalytics\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LogAnalyticsDestination\",\n },\n },\n },\n },\n monitoringAccounts: {\n serializedName: \"monitoringAccounts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MonitoringAccountDestination\",\n },\n },\n },\n },\n azureMonitorMetrics: {\n serializedName: \"azureMonitorMetrics\",\n type: {\n name: \"Composite\",\n className: \"DestinationsSpecAzureMonitorMetrics\",\n },\n },\n eventHubs: {\n serializedName: \"eventHubs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EventHubDestination\",\n },\n },\n },\n },\n eventHubsDirect: {\n serializedName: \"eventHubsDirect\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EventHubDirectDestination\",\n },\n },\n },\n },\n storageBlobsDirect: {\n serializedName: \"storageBlobsDirect\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StorageBlobDestination\",\n },\n },\n },\n },\n storageTablesDirect: {\n serializedName: \"storageTablesDirect\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StorageTableDestination\",\n },\n },\n },\n },\n storageAccounts: {\n serializedName: \"storageAccounts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StorageBlobDestination\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const LogAnalyticsDestination: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LogAnalyticsDestination\",\n modelProperties: {\n workspaceResourceId: {\n serializedName: \"workspaceResourceId\",\n type: {\n name: \"String\",\n },\n },\n workspaceId: {\n serializedName: \"workspaceId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MonitoringAccountDestination: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MonitoringAccountDestination\",\n modelProperties: {\n accountResourceId: {\n serializedName: \"accountResourceId\",\n type: {\n name: \"String\",\n },\n },\n accountId: {\n serializedName: \"accountId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureMonitorMetricsDestination: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureMonitorMetricsDestination\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EventHubDestination: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EventHubDestination\",\n modelProperties: {\n eventHubResourceId: {\n serializedName: \"eventHubResourceId\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EventHubDirectDestination: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EventHubDirectDestination\",\n modelProperties: {\n eventHubResourceId: {\n serializedName: \"eventHubResourceId\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const StorageBlobDestination: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageBlobDestination\",\n modelProperties: {\n containerName: {\n serializedName: \"containerName\",\n type: {\n name: \"String\",\n },\n },\n storageAccountResourceId: {\n serializedName: \"storageAccountResourceId\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const StorageTableDestination: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageTableDestination\",\n modelProperties: {\n tableName: {\n serializedName: \"tableName\",\n type: {\n name: \"String\",\n },\n },\n storageAccountResourceId: {\n serializedName: \"storageAccountResourceId\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DataFlow: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataFlow\",\n modelProperties: {\n streams: {\n serializedName: \"streams\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n destinations: {\n serializedName: \"destinations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n transformKql: {\n serializedName: \"transformKql\",\n type: {\n name: \"String\",\n },\n },\n outputStream: {\n serializedName: \"outputStream\",\n type: {\n name: \"String\",\n },\n },\n builtInTransform: {\n serializedName: \"builtInTransform\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RuleManagementEventClaimsDataSource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RuleManagementEventClaimsDataSource\",\n modelProperties: {\n emailAddress: {\n serializedName: \"emailAddress\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagementEventAggregationCondition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagementEventAggregationCondition\",\n modelProperties: {\n operator: {\n serializedName: \"operator\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"GreaterThan\",\n \"GreaterThanOrEqual\",\n \"LessThan\",\n \"LessThanOrEqual\",\n \"Equals\",\n ],\n },\n },\n threshold: {\n serializedName: \"threshold\",\n type: {\n name: \"Number\",\n },\n },\n windowSize: {\n serializedName: \"windowSize\",\n type: {\n name: \"TimeSpan\",\n },\n },\n },\n },\n};\n\nexport const MultiMetricCriteria: coreClient.CompositeMapper = {\n serializedName: \"MultiMetricCriteria\",\n type: {\n name: \"Composite\",\n className: \"MultiMetricCriteria\",\n uberParent: \"MultiMetricCriteria\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: {\n serializedName: \"criterionType\",\n clientName: \"criterionType\",\n },\n modelProperties: {\n criterionType: {\n serializedName: \"criterionType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n metricName: {\n serializedName: \"metricName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n metricNamespace: {\n serializedName: \"metricNamespace\",\n type: {\n name: \"String\",\n },\n },\n timeAggregation: {\n serializedName: \"timeAggregation\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n dimensions: {\n serializedName: \"dimensions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MetricDimension\",\n },\n },\n },\n },\n skipMetricValidation: {\n serializedName: \"skipMetricValidation\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const MetricDimension: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetricDimension\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n operator: {\n serializedName: \"operator\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n values: {\n serializedName: \"values\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DynamicThresholdFailingPeriods: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DynamicThresholdFailingPeriods\",\n modelProperties: {\n numberOfEvaluationPeriods: {\n serializedName: \"numberOfEvaluationPeriods\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n minFailingPeriodsToAlert: {\n serializedName: \"minFailingPeriodsToAlert\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const AzureMonitorWorkspaceResourceProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AzureMonitorWorkspaceResourceProperties\",\n modelProperties: {\n ...AzureMonitorWorkspace.type.modelProperties,\n },\n },\n };\n\nexport const AzureMonitorWorkspaceMetrics: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureMonitorWorkspaceMetrics\",\n modelProperties: {\n ...Metrics.type.modelProperties,\n },\n },\n};\n\nexport const AzureMonitorWorkspaceDefaultIngestionSettings: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AzureMonitorWorkspaceDefaultIngestionSettings\",\n modelProperties: {\n ...IngestionSettings.type.modelProperties,\n },\n },\n };\n\nexport const PrivateEndpointConnection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n modelProperties: {\n ...Resource.type.modelProperties,\n groupIds: {\n serializedName: \"properties.groupIds\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n privateEndpoint: {\n serializedName: \"properties.privateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\",\n },\n },\n privateLinkServiceConnectionState: {\n serializedName: \"properties.privateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DataCollectionEndpointResourceSystemData: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DataCollectionEndpointResourceSystemData\",\n modelProperties: {\n ...SystemData.type.modelProperties,\n },\n },\n };\n\nexport const DataCollectionRuleAssociationProxyOnlyResourceSystemData: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DataCollectionRuleAssociationProxyOnlyResourceSystemData\",\n modelProperties: {\n ...SystemData.type.modelProperties,\n },\n },\n };\n\nexport const DataCollectionRuleResourceSystemData: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DataCollectionRuleResourceSystemData\",\n modelProperties: {\n ...SystemData.type.modelProperties,\n },\n },\n };\n\nexport const TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...ResourceAutoGenerated.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AutoscaleSettingResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutoscaleSettingResource\",\n modelProperties: {\n ...ResourceAutoGenerated2.type.modelProperties,\n profiles: {\n constraints: {\n MaxItems: 20,\n },\n serializedName: \"properties.profiles\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AutoscaleProfile\",\n },\n },\n },\n },\n notifications: {\n serializedName: \"properties.notifications\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AutoscaleNotification\",\n },\n },\n },\n },\n enabled: {\n defaultValue: false,\n serializedName: \"properties.enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n predictiveAutoscalePolicy: {\n serializedName: \"properties.predictiveAutoscalePolicy\",\n type: {\n name: \"Composite\",\n className: \"PredictiveAutoscalePolicy\",\n },\n },\n namePropertiesName: {\n serializedName: \"properties.name\",\n type: {\n name: \"String\",\n },\n },\n targetResourceUri: {\n serializedName: \"properties.targetResourceUri\",\n type: {\n name: \"String\",\n },\n },\n targetResourceLocation: {\n serializedName: \"properties.targetResourceLocation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ThresholdRuleCondition: coreClient.CompositeMapper = {\n serializedName:\n \"Microsoft.Azure.Management.Insights.Models.ThresholdRuleCondition\",\n type: {\n name: \"Composite\",\n className: \"ThresholdRuleCondition\",\n uberParent: \"RuleCondition\",\n polymorphicDiscriminator: RuleCondition.type.polymorphicDiscriminator,\n modelProperties: {\n ...RuleCondition.type.modelProperties,\n operator: {\n serializedName: \"operator\",\n required: true,\n type: {\n name: \"Enum\",\n allowedValues: [\n \"GreaterThan\",\n \"GreaterThanOrEqual\",\n \"LessThan\",\n \"LessThanOrEqual\",\n \"Equals\",\n ],\n },\n },\n threshold: {\n serializedName: \"threshold\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n windowSize: {\n serializedName: \"windowSize\",\n type: {\n name: \"TimeSpan\",\n },\n },\n timeAggregation: {\n serializedName: \"timeAggregation\",\n type: {\n name: \"Enum\",\n allowedValues: [\"Average\", \"Minimum\", \"Maximum\", \"Total\", \"Last\"],\n },\n },\n },\n },\n};\n\nexport const LocationThresholdRuleCondition: coreClient.CompositeMapper = {\n serializedName:\n \"Microsoft.Azure.Management.Insights.Models.LocationThresholdRuleCondition\",\n type: {\n name: \"Composite\",\n className: \"LocationThresholdRuleCondition\",\n uberParent: \"RuleCondition\",\n polymorphicDiscriminator: RuleCondition.type.polymorphicDiscriminator,\n modelProperties: {\n ...RuleCondition.type.modelProperties,\n windowSize: {\n serializedName: \"windowSize\",\n type: {\n name: \"TimeSpan\",\n },\n },\n failedLocationCount: {\n constraints: {\n InclusiveMinimum: 0,\n },\n serializedName: \"failedLocationCount\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ManagementEventRuleCondition: coreClient.CompositeMapper = {\n serializedName:\n \"Microsoft.Azure.Management.Insights.Models.ManagementEventRuleCondition\",\n type: {\n name: \"Composite\",\n className: \"ManagementEventRuleCondition\",\n uberParent: \"RuleCondition\",\n polymorphicDiscriminator: RuleCondition.type.polymorphicDiscriminator,\n modelProperties: {\n ...RuleCondition.type.modelProperties,\n aggregation: {\n serializedName: \"aggregation\",\n type: {\n name: \"Composite\",\n className: \"ManagementEventAggregationCondition\",\n },\n },\n },\n },\n};\n\nexport const RuleMetricDataSource: coreClient.CompositeMapper = {\n serializedName:\n \"Microsoft.Azure.Management.Insights.Models.RuleMetricDataSource\",\n type: {\n name: \"Composite\",\n className: \"RuleMetricDataSource\",\n uberParent: \"RuleDataSource\",\n polymorphicDiscriminator: RuleDataSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...RuleDataSource.type.modelProperties,\n metricName: {\n serializedName: \"metricName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RuleManagementEventDataSource: coreClient.CompositeMapper = {\n serializedName:\n \"Microsoft.Azure.Management.Insights.Models.RuleManagementEventDataSource\",\n type: {\n name: \"Composite\",\n className: \"RuleManagementEventDataSource\",\n uberParent: \"RuleDataSource\",\n polymorphicDiscriminator: RuleDataSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...RuleDataSource.type.modelProperties,\n eventName: {\n serializedName: \"eventName\",\n type: {\n name: \"String\",\n },\n },\n eventSource: {\n serializedName: \"eventSource\",\n type: {\n name: \"String\",\n },\n },\n level: {\n serializedName: \"level\",\n type: {\n name: \"String\",\n },\n },\n operationName: {\n serializedName: \"operationName\",\n type: {\n name: \"String\",\n },\n },\n resourceGroupName: {\n serializedName: \"resourceGroupName\",\n type: {\n name: \"String\",\n },\n },\n resourceProviderName: {\n serializedName: \"resourceProviderName\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n subStatus: {\n serializedName: \"subStatus\",\n type: {\n name: \"String\",\n },\n },\n claims: {\n serializedName: \"claims\",\n type: {\n name: \"Composite\",\n className: \"RuleManagementEventClaimsDataSource\",\n },\n },\n },\n },\n};\n\nexport const RuleEmailAction: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.Azure.Management.Insights.Models.RuleEmailAction\",\n type: {\n name: \"Composite\",\n className: \"RuleEmailAction\",\n uberParent: \"RuleAction\",\n polymorphicDiscriminator: RuleAction.type.polymorphicDiscriminator,\n modelProperties: {\n ...RuleAction.type.modelProperties,\n sendToServiceOwners: {\n serializedName: \"sendToServiceOwners\",\n type: {\n name: \"Boolean\",\n },\n },\n customEmails: {\n serializedName: \"customEmails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const RuleWebhookAction: coreClient.CompositeMapper = {\n serializedName:\n \"Microsoft.Azure.Management.Insights.Models.RuleWebhookAction\",\n type: {\n name: \"Composite\",\n className: \"RuleWebhookAction\",\n uberParent: \"RuleAction\",\n polymorphicDiscriminator: RuleAction.type.polymorphicDiscriminator,\n modelProperties: {\n ...RuleAction.type.modelProperties,\n serviceUri: {\n serializedName: \"serviceUri\",\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const AlertRuleResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AlertRuleResource\",\n modelProperties: {\n ...ResourceAutoGenerated3.type.modelProperties,\n namePropertiesName: {\n serializedName: \"properties.name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\",\n },\n },\n isEnabled: {\n serializedName: \"properties.isEnabled\",\n required: true,\n type: {\n name: \"Boolean\",\n },\n },\n condition: {\n serializedName: \"properties.condition\",\n type: {\n name: \"Composite\",\n className: \"RuleCondition\",\n },\n },\n action: {\n serializedName: \"properties.action\",\n type: {\n name: \"Composite\",\n className: \"RuleAction\",\n },\n },\n actions: {\n serializedName: \"properties.actions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RuleAction\",\n },\n },\n },\n },\n lastUpdatedTime: {\n serializedName: \"properties.lastUpdatedTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const LogProfileResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LogProfileResource\",\n modelProperties: {\n ...ResourceAutoGenerated4.type.modelProperties,\n storageAccountId: {\n serializedName: \"properties.storageAccountId\",\n type: {\n name: \"String\",\n },\n },\n serviceBusRuleId: {\n serializedName: \"properties.serviceBusRuleId\",\n type: {\n name: \"String\",\n },\n },\n locations: {\n serializedName: \"properties.locations\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n categories: {\n serializedName: \"properties.categories\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n retentionPolicy: {\n serializedName: \"properties.retentionPolicy\",\n type: {\n name: \"Composite\",\n className: \"RetentionPolicy\",\n },\n },\n },\n },\n};\n\nexport const DiagnosticSettingsResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DiagnosticSettingsResource\",\n modelProperties: {\n ...ResourceAutoGenerated5.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n storageAccountId: {\n serializedName: \"properties.storageAccountId\",\n type: {\n name: \"String\",\n },\n },\n serviceBusRuleId: {\n serializedName: \"properties.serviceBusRuleId\",\n type: {\n name: \"String\",\n },\n },\n eventHubAuthorizationRuleId: {\n serializedName: \"properties.eventHubAuthorizationRuleId\",\n type: {\n name: \"String\",\n },\n },\n eventHubName: {\n serializedName: \"properties.eventHubName\",\n type: {\n name: \"String\",\n },\n },\n metrics: {\n serializedName: \"properties.metrics\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MetricSettings\",\n },\n },\n },\n },\n logs: {\n serializedName: \"properties.logs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LogSettings\",\n },\n },\n },\n },\n workspaceId: {\n serializedName: \"properties.workspaceId\",\n type: {\n name: \"String\",\n },\n },\n marketplacePartnerId: {\n serializedName: \"properties.marketplacePartnerId\",\n type: {\n name: \"String\",\n },\n },\n logAnalyticsDestinationType: {\n serializedName: \"properties.logAnalyticsDestinationType\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DiagnosticSettingsCategoryResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DiagnosticSettingsCategoryResource\",\n modelProperties: {\n ...ResourceAutoGenerated5.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n categoryType: {\n serializedName: \"properties.categoryType\",\n type: {\n name: \"String\",\n },\n },\n categoryGroups: {\n serializedName: \"properties.categoryGroups\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const PrivateEndpointConnectionAutoGenerated: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionAutoGenerated\",\n modelProperties: {\n ...ResourceAutoGenerated5.type.modelProperties,\n privateEndpoint: {\n serializedName: \"properties.privateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointAutoGenerated\",\n },\n },\n privateLinkServiceConnectionState: {\n serializedName: \"properties.privateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const TrackedResourceAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResourceAutoGenerated\",\n modelProperties: {\n ...ResourceAutoGenerated5.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateLinkResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\n modelProperties: {\n ...ResourceAutoGenerated5.type.modelProperties,\n groupId: {\n serializedName: \"properties.groupId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n requiredMembers: {\n serializedName: \"properties.requiredMembers\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n requiredZoneNames: {\n serializedName: \"properties.requiredZoneNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ProxyResourceAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResourceAutoGenerated\",\n modelProperties: {\n ...ResourceAutoGenerated5.type.modelProperties,\n },\n },\n};\n\nexport const ActionGroupResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ActionGroupResource\",\n modelProperties: {\n ...AzureResource.type.modelProperties,\n groupShortName: {\n constraints: {\n MaxLength: 12,\n },\n serializedName: \"properties.groupShortName\",\n type: {\n name: \"String\",\n },\n },\n enabled: {\n defaultValue: true,\n serializedName: \"properties.enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n emailReceivers: {\n serializedName: \"properties.emailReceivers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EmailReceiver\",\n },\n },\n },\n },\n smsReceivers: {\n serializedName: \"properties.smsReceivers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SmsReceiver\",\n },\n },\n },\n },\n webhookReceivers: {\n serializedName: \"properties.webhookReceivers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"WebhookReceiver\",\n },\n },\n },\n },\n itsmReceivers: {\n serializedName: \"properties.itsmReceivers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ItsmReceiver\",\n },\n },\n },\n },\n azureAppPushReceivers: {\n serializedName: \"properties.azureAppPushReceivers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AzureAppPushReceiver\",\n },\n },\n },\n },\n automationRunbookReceivers: {\n serializedName: \"properties.automationRunbookReceivers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AutomationRunbookReceiver\",\n },\n },\n },\n },\n voiceReceivers: {\n serializedName: \"properties.voiceReceivers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VoiceReceiver\",\n },\n },\n },\n },\n logicAppReceivers: {\n serializedName: \"properties.logicAppReceivers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LogicAppReceiver\",\n },\n },\n },\n },\n azureFunctionReceivers: {\n serializedName: \"properties.azureFunctionReceivers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AzureFunctionReceiver\",\n },\n },\n },\n },\n armRoleReceivers: {\n serializedName: \"properties.armRoleReceivers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ArmRoleReceiver\",\n },\n },\n },\n },\n eventHubReceivers: {\n serializedName: \"properties.eventHubReceivers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EventHubReceiver\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const TenantActionGroupResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TenantActionGroupResource\",\n modelProperties: {\n ...AzureResource.type.modelProperties,\n groupShortName: {\n constraints: {\n MaxLength: 12,\n },\n serializedName: \"properties.groupShortName\",\n type: {\n name: \"String\",\n },\n },\n enabled: {\n defaultValue: true,\n serializedName: \"properties.enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n emailReceivers: {\n serializedName: \"properties.emailReceivers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EmailReceiverAutoGenerated\",\n },\n },\n },\n },\n smsReceivers: {\n serializedName: \"properties.smsReceivers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SmsReceiverAutoGenerated\",\n },\n },\n },\n },\n webhookReceivers: {\n serializedName: \"properties.webhookReceivers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"WebhookReceiverAutoGenerated\",\n },\n },\n },\n },\n azureAppPushReceivers: {\n serializedName: \"properties.azureAppPushReceivers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AzureAppPushReceiverAutoGenerated\",\n },\n },\n },\n },\n voiceReceivers: {\n serializedName: \"properties.voiceReceivers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VoiceReceiverAutoGenerated\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MetricAlertSingleResourceMultipleMetricCriteria: coreClient.CompositeMapper =\n {\n serializedName:\n \"Microsoft.Azure.Monitor.SingleResourceMultipleMetricCriteria\",\n type: {\n name: \"Composite\",\n className: \"MetricAlertSingleResourceMultipleMetricCriteria\",\n uberParent: \"MetricAlertCriteria\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator:\n MetricAlertCriteria.type.polymorphicDiscriminator,\n modelProperties: {\n ...MetricAlertCriteria.type.modelProperties,\n allOf: {\n serializedName: \"allOf\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MetricCriteria\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const WebtestLocationAvailabilityCriteria: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.Azure.Monitor.WebtestLocationAvailabilityCriteria\",\n type: {\n name: \"Composite\",\n className: \"WebtestLocationAvailabilityCriteria\",\n uberParent: \"MetricAlertCriteria\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: MetricAlertCriteria.type.polymorphicDiscriminator,\n modelProperties: {\n ...MetricAlertCriteria.type.modelProperties,\n webTestId: {\n serializedName: \"webTestId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n componentId: {\n serializedName: \"componentId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n failedLocationCount: {\n serializedName: \"failedLocationCount\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const MetricAlertMultipleResourceMultipleMetricCriteria: coreClient.CompositeMapper =\n {\n serializedName:\n \"Microsoft.Azure.Monitor.MultipleResourceMultipleMetricCriteria\",\n type: {\n name: \"Composite\",\n className: \"MetricAlertMultipleResourceMultipleMetricCriteria\",\n uberParent: \"MetricAlertCriteria\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator:\n MetricAlertCriteria.type.polymorphicDiscriminator,\n modelProperties: {\n ...MetricAlertCriteria.type.modelProperties,\n allOf: {\n serializedName: \"allOf\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MultiMetricCriteria\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const MetricAlertResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetricAlertResource\",\n modelProperties: {\n ...ResourceAutoGenerated6.type.modelProperties,\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\",\n },\n },\n severity: {\n serializedName: \"properties.severity\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n enabled: {\n serializedName: \"properties.enabled\",\n required: true,\n type: {\n name: \"Boolean\",\n },\n },\n scopes: {\n serializedName: \"properties.scopes\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n evaluationFrequency: {\n serializedName: \"properties.evaluationFrequency\",\n required: true,\n type: {\n name: \"TimeSpan\",\n },\n },\n windowSize: {\n serializedName: \"properties.windowSize\",\n required: true,\n type: {\n name: \"TimeSpan\",\n },\n },\n targetResourceType: {\n serializedName: \"properties.targetResourceType\",\n type: {\n name: \"String\",\n },\n },\n targetResourceRegion: {\n serializedName: \"properties.targetResourceRegion\",\n type: {\n name: \"String\",\n },\n },\n criteria: {\n serializedName: \"properties.criteria\",\n type: {\n name: \"Composite\",\n className: \"MetricAlertCriteria\",\n },\n },\n autoMitigate: {\n serializedName: \"properties.autoMitigate\",\n type: {\n name: \"Boolean\",\n },\n },\n actions: {\n serializedName: \"properties.actions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MetricAlertAction\",\n },\n },\n },\n },\n lastUpdatedTime: {\n serializedName: \"properties.lastUpdatedTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n isMigrated: {\n serializedName: \"properties.isMigrated\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const VMInsightsOnboardingStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VMInsightsOnboardingStatus\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n resourceId: {\n serializedName: \"properties.resourceId\",\n type: {\n name: \"String\",\n },\n },\n onboardingStatus: {\n serializedName: \"properties.onboardingStatus\",\n type: {\n name: \"String\",\n },\n },\n dataStatus: {\n serializedName: \"properties.dataStatus\",\n type: {\n name: \"String\",\n },\n },\n data: {\n serializedName: \"properties.data\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataContainer\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const AlertRuleAnyOfOrLeafCondition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AlertRuleAnyOfOrLeafCondition\",\n modelProperties: {\n ...AlertRuleLeafCondition.type.modelProperties,\n anyOf: {\n serializedName: \"anyOf\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AlertRuleLeafCondition\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ActivityLogAlertResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ActivityLogAlertResource\",\n modelProperties: {\n ...AzureResourceAutoGenerated.type.modelProperties,\n scopes: {\n serializedName: \"properties.scopes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n condition: {\n serializedName: \"properties.condition\",\n type: {\n name: \"Composite\",\n className: \"AlertRuleAllOfCondition\",\n },\n },\n actions: {\n serializedName: \"properties.actions\",\n type: {\n name: \"Composite\",\n className: \"ActionList\",\n },\n },\n enabled: {\n defaultValue: true,\n serializedName: \"properties.enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DataCollectionEndpointResourceProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DataCollectionEndpointResourceProperties\",\n modelProperties: {\n ...DataCollectionEndpoint.type.modelProperties,\n },\n },\n };\n\nexport const DataCollectionEndpointConfigurationAccess: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DataCollectionEndpointConfigurationAccess\",\n modelProperties: {\n ...ConfigurationAccessEndpointSpec.type.modelProperties,\n },\n },\n };\n\nexport const DataCollectionEndpointLogsIngestion: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataCollectionEndpointLogsIngestion\",\n modelProperties: {\n ...LogsIngestionEndpointSpec.type.modelProperties,\n },\n },\n};\n\nexport const DataCollectionEndpointMetricsIngestion: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DataCollectionEndpointMetricsIngestion\",\n modelProperties: {\n ...MetricsIngestionEndpointSpec.type.modelProperties,\n },\n },\n };\n\nexport const DataCollectionEndpointNetworkAcls: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataCollectionEndpointNetworkAcls\",\n modelProperties: {\n ...NetworkRuleSet.type.modelProperties,\n },\n },\n};\n\nexport const DataCollectionEndpointFailoverConfiguration: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DataCollectionEndpointFailoverConfiguration\",\n modelProperties: {\n ...FailoverConfigurationSpec.type.modelProperties,\n },\n },\n };\n\nexport const DataCollectionEndpointMetadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataCollectionEndpointMetadata\",\n modelProperties: {\n ...Metadata.type.modelProperties,\n },\n },\n};\n\nexport const DataCollectionRuleAssociationMetadata: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DataCollectionRuleAssociationMetadata\",\n modelProperties: {\n ...Metadata.type.modelProperties,\n },\n },\n };\n\nexport const DataCollectionRuleMetadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataCollectionRuleMetadata\",\n modelProperties: {\n ...Metadata.type.modelProperties,\n },\n },\n};\n\nexport const DataCollectionEndpointResourceIdentity: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DataCollectionEndpointResourceIdentity\",\n modelProperties: {\n ...ManagedServiceIdentity.type.modelProperties,\n },\n },\n };\n\nexport const ResourceForUpdateIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceForUpdateIdentity\",\n modelProperties: {\n ...ManagedServiceIdentity.type.modelProperties,\n },\n },\n};\n\nexport const DataCollectionRuleResourceIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataCollectionRuleResourceIdentity\",\n modelProperties: {\n ...ManagedServiceIdentity.type.modelProperties,\n },\n },\n};\n\nexport const DataCollectionRuleAssociationProxyOnlyResourceProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DataCollectionRuleAssociationProxyOnlyResourceProperties\",\n modelProperties: {\n ...DataCollectionRuleAssociation.type.modelProperties,\n },\n },\n };\n\nexport const DataCollectionRuleResourceProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DataCollectionRuleResourceProperties\",\n modelProperties: {\n ...DataCollectionRule.type.modelProperties,\n },\n },\n };\n\nexport const DataCollectionRuleDataSources: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataCollectionRuleDataSources\",\n modelProperties: {\n ...DataSourcesSpec.type.modelProperties,\n },\n },\n};\n\nexport const LogFilesDataSourceSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LogFilesDataSourceSettings\",\n modelProperties: {\n ...LogFileSettings.type.modelProperties,\n },\n },\n};\n\nexport const LogFileSettingsText: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LogFileSettingsText\",\n modelProperties: {\n ...LogFileTextSettings.type.modelProperties,\n },\n },\n};\n\nexport const DataSourcesSpecDataImports: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataSourcesSpecDataImports\",\n modelProperties: {\n ...DataImportSources.type.modelProperties,\n },\n },\n};\n\nexport const DataImportSourcesEventHub: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataImportSourcesEventHub\",\n modelProperties: {\n ...EventHubDataSource.type.modelProperties,\n },\n },\n};\n\nexport const DataCollectionRuleDestinations: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataCollectionRuleDestinations\",\n modelProperties: {\n ...DestinationsSpec.type.modelProperties,\n },\n },\n};\n\nexport const DestinationsSpecAzureMonitorMetrics: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DestinationsSpecAzureMonitorMetrics\",\n modelProperties: {\n ...AzureMonitorMetricsDestination.type.modelProperties,\n },\n },\n};\n\nexport const MetricCriteria: coreClient.CompositeMapper = {\n serializedName: \"StaticThresholdCriterion\",\n type: {\n name: \"Composite\",\n className: \"MetricCriteria\",\n uberParent: \"MultiMetricCriteria\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: MultiMetricCriteria.type.polymorphicDiscriminator,\n modelProperties: {\n ...MultiMetricCriteria.type.modelProperties,\n operator: {\n serializedName: \"operator\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n threshold: {\n serializedName: \"threshold\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const DynamicMetricCriteria: coreClient.CompositeMapper = {\n serializedName: \"DynamicThresholdCriterion\",\n type: {\n name: \"Composite\",\n className: \"DynamicMetricCriteria\",\n uberParent: \"MultiMetricCriteria\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: MultiMetricCriteria.type.polymorphicDiscriminator,\n modelProperties: {\n ...MultiMetricCriteria.type.modelProperties,\n operator: {\n serializedName: \"operator\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n alertSensitivity: {\n serializedName: \"alertSensitivity\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n failingPeriods: {\n serializedName: \"failingPeriods\",\n type: {\n name: \"Composite\",\n className: \"DynamicThresholdFailingPeriods\",\n },\n },\n ignoreDataBefore: {\n serializedName: \"ignoreDataBefore\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const AzureMonitorWorkspaceResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureMonitorWorkspaceResource\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n etag: {\n serializedName: \"etag\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n accountId: {\n serializedName: \"properties.accountId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n metrics: {\n serializedName: \"properties.metrics\",\n type: {\n name: \"Composite\",\n className: \"AzureMonitorWorkspaceMetrics\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n defaultIngestionSettings: {\n serializedName: \"properties.defaultIngestionSettings\",\n type: {\n name: \"Composite\",\n className: \"AzureMonitorWorkspaceDefaultIngestionSettings\",\n },\n },\n privateEndpointConnections: {\n serializedName: \"properties.privateEndpointConnections\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n },\n },\n },\n },\n publicNetworkAccess: {\n serializedName: \"properties.publicNetworkAccess\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureMonitorPrivateLinkScope: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureMonitorPrivateLinkScope\",\n modelProperties: {\n ...TrackedResourceAutoGenerated.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n privateEndpointConnections: {\n serializedName: \"properties.privateEndpointConnections\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionAutoGenerated\",\n },\n },\n },\n },\n accessModeSettings: {\n serializedName: \"properties.accessModeSettings\",\n type: {\n name: \"Composite\",\n className: \"AccessModeSettings\",\n },\n },\n },\n },\n};\n\nexport const ScopedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScopedResource\",\n modelProperties: {\n ...ProxyResourceAutoGenerated.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n linkedResourceId: {\n serializedName: \"properties.linkedResourceId\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureMonitorWorkspacesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureMonitorWorkspacesDeleteHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ActionGroupsCreateNotificationsAtActionGroupResourceLevelHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className:\n \"ActionGroupsCreateNotificationsAtActionGroupResourceLevelHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MonitorClientCreateNotificationsAtTenantActionGroupResourceLevelHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className:\n \"MonitorClientCreateNotificationsAtTenantActionGroupResourceLevelHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport let discriminators = {\n RuleCondition: RuleCondition,\n RuleDataSource: RuleDataSource,\n RuleAction: RuleAction,\n MetricAlertCriteria: MetricAlertCriteria,\n MultiMetricCriteria: MultiMetricCriteria,\n \"RuleCondition.Microsoft.Azure.Management.Insights.Models.ThresholdRuleCondition\":\n ThresholdRuleCondition,\n \"RuleCondition.Microsoft.Azure.Management.Insights.Models.LocationThresholdRuleCondition\":\n LocationThresholdRuleCondition,\n \"RuleCondition.Microsoft.Azure.Management.Insights.Models.ManagementEventRuleCondition\":\n ManagementEventRuleCondition,\n \"RuleDataSource.Microsoft.Azure.Management.Insights.Models.RuleMetricDataSource\":\n RuleMetricDataSource,\n \"RuleDataSource.Microsoft.Azure.Management.Insights.Models.RuleManagementEventDataSource\":\n RuleManagementEventDataSource,\n \"RuleAction.Microsoft.Azure.Management.Insights.Models.RuleEmailAction\":\n RuleEmailAction,\n \"RuleAction.Microsoft.Azure.Management.Insights.Models.RuleWebhookAction\":\n RuleWebhookAction,\n \"MetricAlertCriteria.Microsoft.Azure.Monitor.SingleResourceMultipleMetricCriteria\":\n MetricAlertSingleResourceMultipleMetricCriteria,\n \"MetricAlertCriteria.Microsoft.Azure.Monitor.WebtestLocationAvailabilityCriteria\":\n WebtestLocationAvailabilityCriteria,\n \"MetricAlertCriteria.Microsoft.Azure.Monitor.MultipleResourceMultipleMetricCriteria\":\n MetricAlertMultipleResourceMultipleMetricCriteria,\n \"MultiMetricCriteria.StaticThresholdCriterion\": MetricCriteria,\n \"MultiMetricCriteria.DynamicThresholdCriterion\": DynamicMetricCriteria,\n};\n"]}