@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.
- package/CHANGELOG.md +752 -3
- package/LICENSE +4 -4
- package/README.md +26 -18
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.d.ts.map +1 -0
- package/dist/browser/lroImpl.js +18 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.d.ts +5477 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +604 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.d.ts +293 -0
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/dist/browser/models/mappers.js +9701 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.d.ts +100 -0
- package/dist/browser/models/parameters.d.ts.map +1 -0
- package/dist/browser/models/parameters.js +826 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/monitorClient.d.ts +77 -0
- package/dist/browser/monitorClient.d.ts.map +1 -0
- package/dist/browser/monitorClient.js +286 -0
- package/dist/browser/monitorClient.js.map +1 -0
- package/dist/browser/operations/actionGroups.d.ts +104 -0
- package/dist/browser/operations/actionGroups.d.ts.map +1 -0
- package/dist/browser/operations/actionGroups.js +432 -0
- package/dist/browser/operations/actionGroups.js.map +1 -0
- package/dist/browser/operations/activityLogAlerts.d.ts +85 -0
- package/dist/browser/operations/activityLogAlerts.d.ts.map +1 -0
- package/dist/browser/operations/activityLogAlerts.js +362 -0
- package/dist/browser/operations/activityLogAlerts.js.map +1 -0
- package/dist/browser/operations/activityLogs.d.ts +58 -0
- package/dist/browser/operations/activityLogs.d.ts.map +1 -0
- package/dist/browser/operations/activityLogs.js +150 -0
- package/dist/browser/operations/activityLogs.js.map +1 -0
- package/dist/browser/operations/alertRuleIncidents.d.ts +38 -0
- package/dist/browser/operations/alertRuleIncidents.d.ts.map +1 -0
- package/dist/browser/operations/alertRuleIncidents.js +117 -0
- package/dist/browser/operations/alertRuleIncidents.js.map +1 -0
- package/dist/browser/operations/alertRules.d.ts +71 -0
- package/dist/browser/operations/alertRules.d.ts.map +1 -0
- package/dist/browser/operations/alertRules.js +271 -0
- package/dist/browser/operations/alertRules.js.map +1 -0
- package/dist/browser/operations/autoscaleSettings.d.ts +83 -0
- package/dist/browser/operations/autoscaleSettings.d.ts.map +1 -0
- package/dist/browser/operations/autoscaleSettings.js +355 -0
- package/dist/browser/operations/autoscaleSettings.js.map +1 -0
- package/dist/browser/operations/azureMonitorWorkspaces.d.ts +96 -0
- package/dist/browser/operations/azureMonitorWorkspaces.d.ts.map +1 -0
- package/dist/browser/operations/azureMonitorWorkspaces.js +420 -0
- package/dist/browser/operations/azureMonitorWorkspaces.js.map +1 -0
- package/dist/browser/operations/baselines.d.ts +28 -0
- package/dist/browser/operations/baselines.d.ts.map +1 -0
- package/dist/browser/operations/baselines.js +91 -0
- package/dist/browser/operations/baselines.js.map +1 -0
- package/dist/browser/operations/dataCollectionEndpoints.d.ts +85 -0
- package/dist/browser/operations/dataCollectionEndpoints.d.ts.map +1 -0
- package/dist/browser/operations/dataCollectionEndpoints.js +352 -0
- package/dist/browser/operations/dataCollectionEndpoints.js.map +1 -0
- package/dist/browser/operations/dataCollectionRuleAssociations.d.ts +108 -0
- package/dist/browser/operations/dataCollectionRuleAssociations.d.ts.map +1 -0
- package/dist/browser/operations/dataCollectionRuleAssociations.js +432 -0
- package/dist/browser/operations/dataCollectionRuleAssociations.js.map +1 -0
- package/dist/browser/operations/dataCollectionRules.d.ts +81 -0
- package/dist/browser/operations/dataCollectionRules.d.ts.map +1 -0
- package/dist/browser/operations/dataCollectionRules.js +348 -0
- package/dist/browser/operations/dataCollectionRules.js.map +1 -0
- package/dist/browser/operations/diagnosticSettings.d.ts +50 -0
- package/dist/browser/operations/diagnosticSettings.d.ts.map +1 -0
- package/dist/browser/operations/diagnosticSettings.js +158 -0
- package/dist/browser/operations/diagnosticSettings.js.map +1 -0
- package/dist/browser/operations/diagnosticSettingsCategory.d.ts +35 -0
- package/dist/browser/operations/diagnosticSettingsCategory.d.ts.map +1 -0
- package/dist/browser/operations/diagnosticSettingsCategory.js +106 -0
- package/dist/browser/operations/diagnosticSettingsCategory.js.map +1 -0
- package/dist/browser/operations/eventCategories.d.ts +28 -0
- package/dist/browser/operations/eventCategories.d.ts.map +1 -0
- package/dist/browser/operations/eventCategories.js +81 -0
- package/dist/browser/operations/eventCategories.js.map +1 -0
- package/dist/browser/operations/index.d.ts +33 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +40 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/logProfiles.d.ts +52 -0
- package/dist/browser/operations/logProfiles.d.ts.map +1 -0
- package/dist/browser/operations/logProfiles.js +183 -0
- package/dist/browser/operations/logProfiles.js.map +1 -0
- package/dist/browser/operations/metricAlerts.d.ts +70 -0
- package/dist/browser/operations/metricAlerts.d.ts.map +1 -0
- package/dist/browser/operations/metricAlerts.js +264 -0
- package/dist/browser/operations/metricAlerts.js.map +1 -0
- package/dist/browser/operations/metricAlertsStatus.d.ts +28 -0
- package/dist/browser/operations/metricAlertsStatus.d.ts.map +1 -0
- package/dist/browser/operations/metricAlertsStatus.js +86 -0
- package/dist/browser/operations/metricAlertsStatus.js.map +1 -0
- package/dist/browser/operations/metricDefinitions.d.ts +42 -0
- package/dist/browser/operations/metricDefinitions.d.ts.map +1 -0
- package/dist/browser/operations/metricDefinitions.js +141 -0
- package/dist/browser/operations/metricDefinitions.js.map +1 -0
- package/dist/browser/operations/metricNamespaces.d.ts +28 -0
- package/dist/browser/operations/metricNamespaces.d.ts.map +1 -0
- package/dist/browser/operations/metricNamespaces.js +81 -0
- package/dist/browser/operations/metricNamespaces.js.map +1 -0
- package/dist/browser/operations/metricsOperations.d.ts +32 -0
- package/dist/browser/operations/metricsOperations.d.ts.map +1 -0
- package/dist/browser/operations/metricsOperations.js +143 -0
- package/dist/browser/operations/metricsOperations.js.map +1 -0
- package/dist/browser/operations/monitorOperations.d.ts +32 -0
- package/dist/browser/operations/monitorOperations.d.ts.map +1 -0
- package/dist/browser/operations/monitorOperations.js +116 -0
- package/dist/browser/operations/monitorOperations.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +18 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +44 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/predictiveMetric.d.ts +28 -0
- package/dist/browser/operations/predictiveMetric.d.ts.map +1 -0
- package/dist/browser/operations/predictiveMetric.js +78 -0
- package/dist/browser/operations/predictiveMetric.js.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts +63 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.js +273 -0
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operations/privateLinkResources.d.ts +28 -0
- package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operations/privateLinkResources.js +86 -0
- package/dist/browser/operations/privateLinkResources.js.map +1 -0
- package/dist/browser/operations/privateLinkScopeOperationStatus.d.ts +20 -0
- package/dist/browser/operations/privateLinkScopeOperationStatus.d.ts.map +1 -0
- package/dist/browser/operations/privateLinkScopeOperationStatus.js +54 -0
- package/dist/browser/operations/privateLinkScopeOperationStatus.js.map +1 -0
- package/dist/browser/operations/privateLinkScopedResources.d.ts +81 -0
- package/dist/browser/operations/privateLinkScopedResources.d.ts.map +1 -0
- package/dist/browser/operations/privateLinkScopedResources.js +341 -0
- package/dist/browser/operations/privateLinkScopedResources.js.map +1 -0
- package/dist/browser/operations/privateLinkScopes.d.ts +93 -0
- package/dist/browser/operations/privateLinkScopes.d.ts.map +1 -0
- package/dist/browser/operations/privateLinkScopes.js +408 -0
- package/dist/browser/operations/privateLinkScopes.js.map +1 -0
- package/dist/browser/operations/scheduledQueryRules.d.ts +83 -0
- package/dist/browser/operations/scheduledQueryRules.d.ts.map +1 -0
- package/dist/browser/operations/scheduledQueryRules.js +350 -0
- package/dist/browser/operations/scheduledQueryRules.js.map +1 -0
- package/dist/browser/operations/tenantActionGroups.d.ts +65 -0
- package/dist/browser/operations/tenantActionGroups.d.ts.map +1 -0
- package/dist/browser/operations/tenantActionGroups.js +232 -0
- package/dist/browser/operations/tenantActionGroups.js.map +1 -0
- package/dist/browser/operations/tenantActivityLogs.d.ts +38 -0
- package/dist/browser/operations/tenantActivityLogs.d.ts.map +1 -0
- package/dist/browser/operations/tenantActivityLogs.js +126 -0
- package/dist/browser/operations/tenantActivityLogs.js.map +1 -0
- package/dist/browser/operations/vMInsights.d.ts +20 -0
- package/dist/browser/operations/vMInsights.d.ts.map +1 -0
- package/dist/browser/operations/vMInsights.js +49 -0
- package/dist/browser/operations/vMInsights.js.map +1 -0
- package/dist/browser/operationsInterfaces/actionGroups.d.ts +81 -0
- package/dist/browser/operationsInterfaces/actionGroups.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/actionGroups.js.map +1 -0
- package/dist/browser/operationsInterfaces/activityLogAlerts.d.ts +49 -0
- package/dist/browser/operationsInterfaces/activityLogAlerts.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/activityLogAlerts.js.map +1 -0
- package/dist/browser/operationsInterfaces/activityLogs.d.ts +24 -0
- package/dist/browser/operationsInterfaces/activityLogs.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/activityLogs.js.map +1 -0
- package/dist/browser/operationsInterfaces/alertRuleIncidents.d.ts +21 -0
- package/dist/browser/operationsInterfaces/alertRuleIncidents.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/alertRuleIncidents.js.map +1 -0
- package/dist/browser/operationsInterfaces/alertRules.d.ts +48 -0
- package/dist/browser/operationsInterfaces/alertRules.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/alertRules.js.map +1 -0
- package/dist/browser/operationsInterfaces/autoscaleSettings.d.ts +47 -0
- package/dist/browser/operationsInterfaces/autoscaleSettings.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/autoscaleSettings.js.map +1 -0
- package/dist/browser/operationsInterfaces/azureMonitorWorkspaces.d.ts +60 -0
- package/dist/browser/operationsInterfaces/azureMonitorWorkspaces.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/azureMonitorWorkspaces.js.map +1 -0
- package/dist/browser/operationsInterfaces/baselines.d.ts +12 -0
- package/dist/browser/operationsInterfaces/baselines.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/baselines.js.map +1 -0
- package/dist/browser/operationsInterfaces/dataCollectionEndpoints.d.ts +49 -0
- package/dist/browser/operationsInterfaces/dataCollectionEndpoints.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dataCollectionEndpoints.js.map +1 -0
- package/dist/browser/operationsInterfaces/dataCollectionRuleAssociations.d.ts +48 -0
- package/dist/browser/operationsInterfaces/dataCollectionRuleAssociations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dataCollectionRuleAssociations.js.map +1 -0
- package/dist/browser/operationsInterfaces/dataCollectionRules.d.ts +45 -0
- package/dist/browser/operationsInterfaces/dataCollectionRules.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dataCollectionRules.js.map +1 -0
- package/dist/browser/operationsInterfaces/diagnosticSettings.d.ts +34 -0
- package/dist/browser/operationsInterfaces/diagnosticSettings.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/diagnosticSettings.js.map +1 -0
- package/dist/browser/operationsInterfaces/diagnosticSettingsCategory.d.ts +19 -0
- package/dist/browser/operationsInterfaces/diagnosticSettingsCategory.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/diagnosticSettingsCategory.js.map +1 -0
- package/dist/browser/operationsInterfaces/eventCategories.d.ts +12 -0
- package/dist/browser/operationsInterfaces/eventCategories.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/eventCategories.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +33 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +40 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/logProfiles.d.ts +37 -0
- package/dist/browser/operationsInterfaces/logProfiles.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/logProfiles.js.map +1 -0
- package/dist/browser/operationsInterfaces/metricAlerts.d.ts +47 -0
- package/dist/browser/operationsInterfaces/metricAlerts.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/metricAlerts.js.map +1 -0
- package/dist/browser/operationsInterfaces/metricAlertsStatus.d.ts +20 -0
- package/dist/browser/operationsInterfaces/metricAlertsStatus.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/metricAlertsStatus.js.map +1 -0
- package/dist/browser/operationsInterfaces/metricDefinitions.d.ts +18 -0
- package/dist/browser/operationsInterfaces/metricDefinitions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/metricDefinitions.js.map +1 -0
- package/dist/browser/operationsInterfaces/metricNamespaces.d.ts +12 -0
- package/dist/browser/operationsInterfaces/metricNamespaces.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/metricNamespaces.js.map +1 -0
- package/dist/browser/operationsInterfaces/metricsOperations.d.ts +24 -0
- package/dist/browser/operationsInterfaces/metricsOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/metricsOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/monitorOperations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/monitorOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/monitorOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +10 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/predictiveMetric.d.ts +20 -0
- package/dist/browser/operationsInterfaces/predictiveMetric.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/predictiveMetric.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +55 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +20 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkScopeOperationStatus.d.ts +12 -0
- package/dist/browser/operationsInterfaces/privateLinkScopeOperationStatus.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkScopeOperationStatus.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkScopedResources.d.ts +56 -0
- package/dist/browser/operationsInterfaces/privateLinkScopedResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkScopedResources.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkScopes.d.ts +57 -0
- package/dist/browser/operationsInterfaces/privateLinkScopes.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkScopes.js.map +1 -0
- package/dist/browser/operationsInterfaces/scheduledQueryRules.d.ts +47 -0
- package/dist/browser/operationsInterfaces/scheduledQueryRules.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/scheduledQueryRules.js.map +1 -0
- package/dist/browser/operationsInterfaces/tenantActionGroups.d.ts +48 -0
- package/dist/browser/operationsInterfaces/tenantActionGroups.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/tenantActionGroups.js +9 -0
- package/dist/browser/operationsInterfaces/tenantActionGroups.js.map +1 -0
- package/dist/browser/operationsInterfaces/tenantActivityLogs.d.ts +14 -0
- package/dist/browser/operationsInterfaces/tenantActivityLogs.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/tenantActivityLogs.js.map +1 -0
- package/dist/browser/operationsInterfaces/vMInsights.d.ts +12 -0
- package/dist/browser/operationsInterfaces/vMInsights.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/vMInsights.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js +30 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +21 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +5477 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +607 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +293 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +9709 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +100 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +830 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/monitorClient.d.ts +77 -0
- package/dist/commonjs/monitorClient.d.ts.map +1 -0
- package/dist/commonjs/monitorClient.js +291 -0
- package/dist/commonjs/monitorClient.js.map +1 -0
- package/dist/commonjs/operations/actionGroups.d.ts +104 -0
- package/dist/commonjs/operations/actionGroups.d.ts.map +1 -0
- package/dist/commonjs/operations/actionGroups.js +437 -0
- package/dist/commonjs/operations/actionGroups.js.map +1 -0
- package/dist/commonjs/operations/activityLogAlerts.d.ts +85 -0
- package/dist/commonjs/operations/activityLogAlerts.d.ts.map +1 -0
- package/dist/commonjs/operations/activityLogAlerts.js +367 -0
- package/dist/commonjs/operations/activityLogAlerts.js.map +1 -0
- package/dist/commonjs/operations/activityLogs.d.ts +58 -0
- package/dist/commonjs/operations/activityLogs.d.ts.map +1 -0
- package/dist/commonjs/operations/activityLogs.js +155 -0
- package/dist/commonjs/operations/activityLogs.js.map +1 -0
- package/dist/commonjs/operations/alertRuleIncidents.d.ts +38 -0
- package/dist/commonjs/operations/alertRuleIncidents.d.ts.map +1 -0
- package/dist/commonjs/operations/alertRuleIncidents.js +122 -0
- package/dist/commonjs/operations/alertRuleIncidents.js.map +1 -0
- package/dist/commonjs/operations/alertRules.d.ts +71 -0
- package/dist/commonjs/operations/alertRules.d.ts.map +1 -0
- package/dist/commonjs/operations/alertRules.js +276 -0
- package/dist/commonjs/operations/alertRules.js.map +1 -0
- package/dist/commonjs/operations/autoscaleSettings.d.ts +83 -0
- package/dist/commonjs/operations/autoscaleSettings.d.ts.map +1 -0
- package/dist/commonjs/operations/autoscaleSettings.js +360 -0
- package/dist/commonjs/operations/autoscaleSettings.js.map +1 -0
- package/dist/commonjs/operations/azureMonitorWorkspaces.d.ts +96 -0
- package/dist/commonjs/operations/azureMonitorWorkspaces.d.ts.map +1 -0
- package/dist/commonjs/operations/azureMonitorWorkspaces.js +425 -0
- package/dist/commonjs/operations/azureMonitorWorkspaces.js.map +1 -0
- package/dist/commonjs/operations/baselines.d.ts +28 -0
- package/dist/commonjs/operations/baselines.d.ts.map +1 -0
- package/dist/commonjs/operations/baselines.js +96 -0
- package/dist/commonjs/operations/baselines.js.map +1 -0
- package/dist/commonjs/operations/dataCollectionEndpoints.d.ts +85 -0
- package/dist/commonjs/operations/dataCollectionEndpoints.d.ts.map +1 -0
- package/dist/commonjs/operations/dataCollectionEndpoints.js +357 -0
- package/dist/commonjs/operations/dataCollectionEndpoints.js.map +1 -0
- package/dist/commonjs/operations/dataCollectionRuleAssociations.d.ts +108 -0
- package/dist/commonjs/operations/dataCollectionRuleAssociations.d.ts.map +1 -0
- package/dist/commonjs/operations/dataCollectionRuleAssociations.js +437 -0
- package/dist/commonjs/operations/dataCollectionRuleAssociations.js.map +1 -0
- package/dist/commonjs/operations/dataCollectionRules.d.ts +81 -0
- package/dist/commonjs/operations/dataCollectionRules.d.ts.map +1 -0
- package/dist/commonjs/operations/dataCollectionRules.js +353 -0
- package/dist/commonjs/operations/dataCollectionRules.js.map +1 -0
- package/dist/commonjs/operations/diagnosticSettings.d.ts +50 -0
- package/dist/commonjs/operations/diagnosticSettings.d.ts.map +1 -0
- package/dist/commonjs/operations/diagnosticSettings.js +163 -0
- package/dist/commonjs/operations/diagnosticSettings.js.map +1 -0
- package/dist/commonjs/operations/diagnosticSettingsCategory.d.ts +35 -0
- package/dist/commonjs/operations/diagnosticSettingsCategory.d.ts.map +1 -0
- package/dist/commonjs/operations/diagnosticSettingsCategory.js +111 -0
- package/dist/commonjs/operations/diagnosticSettingsCategory.js.map +1 -0
- package/dist/commonjs/operations/eventCategories.d.ts +28 -0
- package/dist/commonjs/operations/eventCategories.d.ts.map +1 -0
- package/dist/commonjs/operations/eventCategories.js +86 -0
- package/dist/commonjs/operations/eventCategories.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +33 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +43 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/logProfiles.d.ts +52 -0
- package/dist/commonjs/operations/logProfiles.d.ts.map +1 -0
- package/dist/commonjs/operations/logProfiles.js +188 -0
- package/dist/commonjs/operations/logProfiles.js.map +1 -0
- package/dist/commonjs/operations/metricAlerts.d.ts +70 -0
- package/dist/commonjs/operations/metricAlerts.d.ts.map +1 -0
- package/dist/commonjs/operations/metricAlerts.js +269 -0
- package/dist/commonjs/operations/metricAlerts.js.map +1 -0
- package/dist/commonjs/operations/metricAlertsStatus.d.ts +28 -0
- package/dist/commonjs/operations/metricAlertsStatus.d.ts.map +1 -0
- package/dist/commonjs/operations/metricAlertsStatus.js +91 -0
- package/dist/commonjs/operations/metricAlertsStatus.js.map +1 -0
- package/dist/commonjs/operations/metricDefinitions.d.ts +42 -0
- package/dist/commonjs/operations/metricDefinitions.d.ts.map +1 -0
- package/dist/commonjs/operations/metricDefinitions.js +146 -0
- package/dist/commonjs/operations/metricDefinitions.js.map +1 -0
- package/dist/commonjs/operations/metricNamespaces.d.ts +28 -0
- package/dist/commonjs/operations/metricNamespaces.d.ts.map +1 -0
- package/dist/commonjs/operations/metricNamespaces.js +86 -0
- package/dist/commonjs/operations/metricNamespaces.js.map +1 -0
- package/dist/commonjs/operations/metricsOperations.d.ts +32 -0
- package/dist/commonjs/operations/metricsOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/metricsOperations.js +148 -0
- package/dist/commonjs/operations/metricsOperations.js.map +1 -0
- package/dist/commonjs/operations/monitorOperations.d.ts +32 -0
- package/dist/commonjs/operations/monitorOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/monitorOperations.js +121 -0
- package/dist/commonjs/operations/monitorOperations.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +18 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +49 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/predictiveMetric.d.ts +28 -0
- package/dist/commonjs/operations/predictiveMetric.d.ts.map +1 -0
- package/dist/commonjs/operations/predictiveMetric.js +83 -0
- package/dist/commonjs/operations/predictiveMetric.js.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +63 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.js +278 -0
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts +28 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.js +91 -0
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/privateLinkScopeOperationStatus.d.ts +20 -0
- package/dist/commonjs/operations/privateLinkScopeOperationStatus.d.ts.map +1 -0
- package/dist/commonjs/operations/privateLinkScopeOperationStatus.js +59 -0
- package/dist/commonjs/operations/privateLinkScopeOperationStatus.js.map +1 -0
- package/dist/commonjs/operations/privateLinkScopedResources.d.ts +81 -0
- package/dist/commonjs/operations/privateLinkScopedResources.d.ts.map +1 -0
- package/dist/commonjs/operations/privateLinkScopedResources.js +346 -0
- package/dist/commonjs/operations/privateLinkScopedResources.js.map +1 -0
- package/dist/commonjs/operations/privateLinkScopes.d.ts +93 -0
- package/dist/commonjs/operations/privateLinkScopes.d.ts.map +1 -0
- package/dist/commonjs/operations/privateLinkScopes.js +413 -0
- package/dist/commonjs/operations/privateLinkScopes.js.map +1 -0
- package/dist/commonjs/operations/scheduledQueryRules.d.ts +83 -0
- package/dist/commonjs/operations/scheduledQueryRules.d.ts.map +1 -0
- package/dist/commonjs/operations/scheduledQueryRules.js +355 -0
- package/dist/commonjs/operations/scheduledQueryRules.js.map +1 -0
- package/dist/commonjs/operations/tenantActionGroups.d.ts +65 -0
- package/dist/commonjs/operations/tenantActionGroups.d.ts.map +1 -0
- package/dist/commonjs/operations/tenantActionGroups.js +237 -0
- package/dist/commonjs/operations/tenantActionGroups.js.map +1 -0
- package/dist/commonjs/operations/tenantActivityLogs.d.ts +38 -0
- package/dist/commonjs/operations/tenantActivityLogs.d.ts.map +1 -0
- package/dist/commonjs/operations/tenantActivityLogs.js +131 -0
- package/dist/commonjs/operations/tenantActivityLogs.js.map +1 -0
- package/dist/commonjs/operations/vMInsights.d.ts +20 -0
- package/dist/commonjs/operations/vMInsights.d.ts.map +1 -0
- package/dist/commonjs/operations/vMInsights.js +54 -0
- package/dist/commonjs/operations/vMInsights.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/actionGroups.d.ts +81 -0
- package/dist/commonjs/operationsInterfaces/actionGroups.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/actionGroups.js +10 -0
- package/dist/commonjs/operationsInterfaces/actionGroups.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/activityLogAlerts.d.ts +49 -0
- package/dist/commonjs/operationsInterfaces/activityLogAlerts.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/activityLogAlerts.js +10 -0
- package/dist/commonjs/operationsInterfaces/activityLogAlerts.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/activityLogs.d.ts +24 -0
- package/dist/commonjs/operationsInterfaces/activityLogs.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/activityLogs.js +10 -0
- package/dist/commonjs/operationsInterfaces/activityLogs.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/alertRuleIncidents.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/alertRuleIncidents.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/alertRuleIncidents.js +10 -0
- package/dist/commonjs/operationsInterfaces/alertRuleIncidents.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/alertRules.d.ts +48 -0
- package/dist/commonjs/operationsInterfaces/alertRules.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/alertRules.js +10 -0
- package/dist/commonjs/operationsInterfaces/alertRules.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/autoscaleSettings.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/autoscaleSettings.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/autoscaleSettings.js +10 -0
- package/dist/commonjs/operationsInterfaces/autoscaleSettings.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/azureMonitorWorkspaces.d.ts +60 -0
- package/dist/commonjs/operationsInterfaces/azureMonitorWorkspaces.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/azureMonitorWorkspaces.js +10 -0
- package/dist/commonjs/operationsInterfaces/azureMonitorWorkspaces.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/baselines.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/baselines.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/baselines.js +10 -0
- package/dist/commonjs/operationsInterfaces/baselines.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dataCollectionEndpoints.d.ts +49 -0
- package/dist/commonjs/operationsInterfaces/dataCollectionEndpoints.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dataCollectionEndpoints.js +10 -0
- package/dist/commonjs/operationsInterfaces/dataCollectionEndpoints.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dataCollectionRuleAssociations.d.ts +48 -0
- package/dist/commonjs/operationsInterfaces/dataCollectionRuleAssociations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dataCollectionRuleAssociations.js +10 -0
- package/dist/commonjs/operationsInterfaces/dataCollectionRuleAssociations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dataCollectionRules.d.ts +45 -0
- package/dist/commonjs/operationsInterfaces/dataCollectionRules.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dataCollectionRules.js +10 -0
- package/dist/commonjs/operationsInterfaces/dataCollectionRules.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/diagnosticSettings.d.ts +34 -0
- package/dist/commonjs/operationsInterfaces/diagnosticSettings.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/diagnosticSettings.js +10 -0
- package/dist/commonjs/operationsInterfaces/diagnosticSettings.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/diagnosticSettingsCategory.d.ts +19 -0
- package/dist/commonjs/operationsInterfaces/diagnosticSettingsCategory.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/diagnosticSettingsCategory.js +10 -0
- package/dist/commonjs/operationsInterfaces/diagnosticSettingsCategory.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/eventCategories.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/eventCategories.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/eventCategories.js +10 -0
- package/dist/commonjs/operationsInterfaces/eventCategories.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +33 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +43 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/logProfiles.d.ts +37 -0
- package/dist/commonjs/operationsInterfaces/logProfiles.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/logProfiles.js +10 -0
- package/dist/commonjs/operationsInterfaces/logProfiles.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/metricAlerts.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/metricAlerts.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/metricAlerts.js +10 -0
- package/dist/commonjs/operationsInterfaces/metricAlerts.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/metricAlertsStatus.d.ts +20 -0
- package/dist/commonjs/operationsInterfaces/metricAlertsStatus.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/metricAlertsStatus.js +10 -0
- package/dist/commonjs/operationsInterfaces/metricAlertsStatus.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/metricDefinitions.d.ts +18 -0
- package/dist/commonjs/operationsInterfaces/metricDefinitions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/metricDefinitions.js +10 -0
- package/dist/commonjs/operationsInterfaces/metricDefinitions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/metricNamespaces.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/metricNamespaces.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/metricNamespaces.js +10 -0
- package/dist/commonjs/operationsInterfaces/metricNamespaces.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/metricsOperations.d.ts +24 -0
- package/dist/commonjs/operationsInterfaces/metricsOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/metricsOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/metricsOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/monitorOperations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/monitorOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/monitorOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/monitorOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +10 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/predictiveMetric.d.ts +20 -0
- package/dist/commonjs/operationsInterfaces/predictiveMetric.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/predictiveMetric.js +10 -0
- package/dist/commonjs/operationsInterfaces/predictiveMetric.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +55 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +20 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkScopeOperationStatus.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/privateLinkScopeOperationStatus.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkScopeOperationStatus.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateLinkScopeOperationStatus.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkScopedResources.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/privateLinkScopedResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkScopedResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateLinkScopedResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkScopes.d.ts +57 -0
- package/dist/commonjs/operationsInterfaces/privateLinkScopes.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkScopes.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateLinkScopes.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/scheduledQueryRules.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/scheduledQueryRules.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/scheduledQueryRules.js +10 -0
- package/dist/commonjs/operationsInterfaces/scheduledQueryRules.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/tenantActionGroups.d.ts +48 -0
- package/dist/commonjs/operationsInterfaces/tenantActionGroups.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/tenantActionGroups.js +10 -0
- package/dist/commonjs/operationsInterfaces/tenantActionGroups.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/tenantActivityLogs.d.ts +14 -0
- package/dist/commonjs/operationsInterfaces/tenantActivityLogs.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/tenantActivityLogs.js +10 -0
- package/dist/commonjs/operationsInterfaces/tenantActivityLogs.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/vMInsights.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/vMInsights.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/vMInsights.js +10 -0
- package/dist/commonjs/operationsInterfaces/vMInsights.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +18 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +5477 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +604 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +293 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +9701 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +100 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +826 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/monitorClient.d.ts +77 -0
- package/dist/esm/monitorClient.d.ts.map +1 -0
- package/dist/esm/monitorClient.js +286 -0
- package/dist/esm/monitorClient.js.map +1 -0
- package/dist/esm/operations/actionGroups.d.ts +104 -0
- package/dist/esm/operations/actionGroups.d.ts.map +1 -0
- package/dist/esm/operations/actionGroups.js +432 -0
- package/dist/esm/operations/actionGroups.js.map +1 -0
- package/dist/esm/operations/activityLogAlerts.d.ts +85 -0
- package/dist/esm/operations/activityLogAlerts.d.ts.map +1 -0
- package/dist/esm/operations/activityLogAlerts.js +362 -0
- package/dist/esm/operations/activityLogAlerts.js.map +1 -0
- package/dist/esm/operations/activityLogs.d.ts +58 -0
- package/dist/esm/operations/activityLogs.d.ts.map +1 -0
- package/dist/esm/operations/activityLogs.js +150 -0
- package/dist/esm/operations/activityLogs.js.map +1 -0
- package/dist/esm/operations/alertRuleIncidents.d.ts +38 -0
- package/dist/esm/operations/alertRuleIncidents.d.ts.map +1 -0
- package/dist/esm/operations/alertRuleIncidents.js +117 -0
- package/dist/esm/operations/alertRuleIncidents.js.map +1 -0
- package/dist/esm/operations/alertRules.d.ts +71 -0
- package/dist/esm/operations/alertRules.d.ts.map +1 -0
- package/dist/esm/operations/alertRules.js +271 -0
- package/dist/esm/operations/alertRules.js.map +1 -0
- package/dist/esm/operations/autoscaleSettings.d.ts +83 -0
- package/dist/esm/operations/autoscaleSettings.d.ts.map +1 -0
- package/dist/esm/operations/autoscaleSettings.js +355 -0
- package/dist/esm/operations/autoscaleSettings.js.map +1 -0
- package/dist/esm/operations/azureMonitorWorkspaces.d.ts +96 -0
- package/dist/esm/operations/azureMonitorWorkspaces.d.ts.map +1 -0
- package/dist/esm/operations/azureMonitorWorkspaces.js +420 -0
- package/dist/esm/operations/azureMonitorWorkspaces.js.map +1 -0
- package/dist/esm/operations/baselines.d.ts +28 -0
- package/dist/esm/operations/baselines.d.ts.map +1 -0
- package/dist/esm/operations/baselines.js +91 -0
- package/dist/esm/operations/baselines.js.map +1 -0
- package/dist/esm/operations/dataCollectionEndpoints.d.ts +85 -0
- package/dist/esm/operations/dataCollectionEndpoints.d.ts.map +1 -0
- package/dist/esm/operations/dataCollectionEndpoints.js +352 -0
- package/dist/esm/operations/dataCollectionEndpoints.js.map +1 -0
- package/dist/esm/operations/dataCollectionRuleAssociations.d.ts +108 -0
- package/dist/esm/operations/dataCollectionRuleAssociations.d.ts.map +1 -0
- package/dist/esm/operations/dataCollectionRuleAssociations.js +432 -0
- package/dist/esm/operations/dataCollectionRuleAssociations.js.map +1 -0
- package/dist/esm/operations/dataCollectionRules.d.ts +81 -0
- package/dist/esm/operations/dataCollectionRules.d.ts.map +1 -0
- package/dist/esm/operations/dataCollectionRules.js +348 -0
- package/dist/esm/operations/dataCollectionRules.js.map +1 -0
- package/dist/esm/operations/diagnosticSettings.d.ts +50 -0
- package/dist/esm/operations/diagnosticSettings.d.ts.map +1 -0
- package/dist/esm/operations/diagnosticSettings.js +158 -0
- package/dist/esm/operations/diagnosticSettings.js.map +1 -0
- package/dist/esm/operations/diagnosticSettingsCategory.d.ts +35 -0
- package/dist/esm/operations/diagnosticSettingsCategory.d.ts.map +1 -0
- package/dist/esm/operations/diagnosticSettingsCategory.js +106 -0
- package/dist/esm/operations/diagnosticSettingsCategory.js.map +1 -0
- package/dist/esm/operations/eventCategories.d.ts +28 -0
- package/dist/esm/operations/eventCategories.d.ts.map +1 -0
- package/dist/esm/operations/eventCategories.js +81 -0
- package/dist/esm/operations/eventCategories.js.map +1 -0
- package/dist/esm/operations/index.d.ts +33 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +40 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/logProfiles.d.ts +52 -0
- package/dist/esm/operations/logProfiles.d.ts.map +1 -0
- package/dist/esm/operations/logProfiles.js +183 -0
- package/dist/esm/operations/logProfiles.js.map +1 -0
- package/dist/esm/operations/metricAlerts.d.ts +70 -0
- package/dist/esm/operations/metricAlerts.d.ts.map +1 -0
- package/dist/esm/operations/metricAlerts.js +264 -0
- package/dist/esm/operations/metricAlerts.js.map +1 -0
- package/dist/esm/operations/metricAlertsStatus.d.ts +28 -0
- package/dist/esm/operations/metricAlertsStatus.d.ts.map +1 -0
- package/dist/esm/operations/metricAlertsStatus.js +86 -0
- package/dist/esm/operations/metricAlertsStatus.js.map +1 -0
- package/dist/esm/operations/metricDefinitions.d.ts +42 -0
- package/dist/esm/operations/metricDefinitions.d.ts.map +1 -0
- package/dist/esm/operations/metricDefinitions.js +141 -0
- package/dist/esm/operations/metricDefinitions.js.map +1 -0
- package/dist/esm/operations/metricNamespaces.d.ts +28 -0
- package/dist/esm/operations/metricNamespaces.d.ts.map +1 -0
- package/dist/esm/operations/metricNamespaces.js +81 -0
- package/dist/esm/operations/metricNamespaces.js.map +1 -0
- package/dist/esm/operations/metricsOperations.d.ts +32 -0
- package/dist/esm/operations/metricsOperations.d.ts.map +1 -0
- package/dist/esm/operations/metricsOperations.js +143 -0
- package/dist/esm/operations/metricsOperations.js.map +1 -0
- package/dist/esm/operations/monitorOperations.d.ts +32 -0
- package/dist/esm/operations/monitorOperations.d.ts.map +1 -0
- package/dist/esm/operations/monitorOperations.js +116 -0
- package/dist/esm/operations/monitorOperations.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +18 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +44 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/predictiveMetric.d.ts +28 -0
- package/dist/esm/operations/predictiveMetric.d.ts.map +1 -0
- package/dist/esm/operations/predictiveMetric.js +78 -0
- package/dist/esm/operations/predictiveMetric.js.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts +63 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.js +273 -0
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operations/privateLinkResources.d.ts +28 -0
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/privateLinkResources.js +86 -0
- package/dist/esm/operations/privateLinkResources.js.map +1 -0
- package/dist/esm/operations/privateLinkScopeOperationStatus.d.ts +20 -0
- package/dist/esm/operations/privateLinkScopeOperationStatus.d.ts.map +1 -0
- package/dist/esm/operations/privateLinkScopeOperationStatus.js +54 -0
- package/dist/esm/operations/privateLinkScopeOperationStatus.js.map +1 -0
- package/dist/esm/operations/privateLinkScopedResources.d.ts +81 -0
- package/dist/esm/operations/privateLinkScopedResources.d.ts.map +1 -0
- package/dist/esm/operations/privateLinkScopedResources.js +341 -0
- package/dist/esm/operations/privateLinkScopedResources.js.map +1 -0
- package/dist/esm/operations/privateLinkScopes.d.ts +93 -0
- package/dist/esm/operations/privateLinkScopes.d.ts.map +1 -0
- package/dist/esm/operations/privateLinkScopes.js +408 -0
- package/dist/esm/operations/privateLinkScopes.js.map +1 -0
- package/dist/esm/operations/scheduledQueryRules.d.ts +83 -0
- package/dist/esm/operations/scheduledQueryRules.d.ts.map +1 -0
- package/dist/esm/operations/scheduledQueryRules.js +350 -0
- package/dist/esm/operations/scheduledQueryRules.js.map +1 -0
- package/dist/esm/operations/tenantActionGroups.d.ts +65 -0
- package/dist/esm/operations/tenantActionGroups.d.ts.map +1 -0
- package/dist/esm/operations/tenantActionGroups.js +232 -0
- package/dist/esm/operations/tenantActionGroups.js.map +1 -0
- package/dist/esm/operations/tenantActivityLogs.d.ts +38 -0
- package/dist/esm/operations/tenantActivityLogs.d.ts.map +1 -0
- package/dist/esm/operations/tenantActivityLogs.js +126 -0
- package/dist/esm/operations/tenantActivityLogs.js.map +1 -0
- package/dist/esm/operations/vMInsights.d.ts +20 -0
- package/dist/esm/operations/vMInsights.d.ts.map +1 -0
- package/dist/esm/operations/vMInsights.js +49 -0
- package/dist/esm/operations/vMInsights.js.map +1 -0
- package/dist/esm/operationsInterfaces/actionGroups.d.ts +81 -0
- package/dist/esm/operationsInterfaces/actionGroups.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/actionGroups.js +9 -0
- package/dist/esm/operationsInterfaces/actionGroups.js.map +1 -0
- package/dist/esm/operationsInterfaces/activityLogAlerts.d.ts +49 -0
- package/dist/esm/operationsInterfaces/activityLogAlerts.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/activityLogAlerts.js +9 -0
- package/dist/esm/operationsInterfaces/activityLogAlerts.js.map +1 -0
- package/dist/esm/operationsInterfaces/activityLogs.d.ts +24 -0
- package/dist/esm/operationsInterfaces/activityLogs.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/activityLogs.js +9 -0
- package/dist/esm/operationsInterfaces/activityLogs.js.map +1 -0
- package/dist/esm/operationsInterfaces/alertRuleIncidents.d.ts +21 -0
- package/dist/esm/operationsInterfaces/alertRuleIncidents.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/alertRuleIncidents.js +9 -0
- package/dist/esm/operationsInterfaces/alertRuleIncidents.js.map +1 -0
- package/dist/esm/operationsInterfaces/alertRules.d.ts +48 -0
- package/dist/esm/operationsInterfaces/alertRules.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/alertRules.js +9 -0
- package/dist/esm/operationsInterfaces/alertRules.js.map +1 -0
- package/dist/esm/operationsInterfaces/autoscaleSettings.d.ts +47 -0
- package/dist/esm/operationsInterfaces/autoscaleSettings.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/autoscaleSettings.js +9 -0
- package/dist/esm/operationsInterfaces/autoscaleSettings.js.map +1 -0
- package/dist/esm/operationsInterfaces/azureMonitorWorkspaces.d.ts +60 -0
- package/dist/esm/operationsInterfaces/azureMonitorWorkspaces.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/azureMonitorWorkspaces.js +9 -0
- package/dist/esm/operationsInterfaces/azureMonitorWorkspaces.js.map +1 -0
- package/dist/esm/operationsInterfaces/baselines.d.ts +12 -0
- package/dist/esm/operationsInterfaces/baselines.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/baselines.js +9 -0
- package/dist/esm/operationsInterfaces/baselines.js.map +1 -0
- package/dist/esm/operationsInterfaces/dataCollectionEndpoints.d.ts +49 -0
- package/dist/esm/operationsInterfaces/dataCollectionEndpoints.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dataCollectionEndpoints.js +9 -0
- package/dist/esm/operationsInterfaces/dataCollectionEndpoints.js.map +1 -0
- package/dist/esm/operationsInterfaces/dataCollectionRuleAssociations.d.ts +48 -0
- package/dist/esm/operationsInterfaces/dataCollectionRuleAssociations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dataCollectionRuleAssociations.js +9 -0
- package/dist/esm/operationsInterfaces/dataCollectionRuleAssociations.js.map +1 -0
- package/dist/esm/operationsInterfaces/dataCollectionRules.d.ts +45 -0
- package/dist/esm/operationsInterfaces/dataCollectionRules.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dataCollectionRules.js +9 -0
- package/dist/esm/operationsInterfaces/dataCollectionRules.js.map +1 -0
- package/dist/esm/operationsInterfaces/diagnosticSettings.d.ts +34 -0
- package/dist/esm/operationsInterfaces/diagnosticSettings.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/diagnosticSettings.js +9 -0
- package/dist/esm/operationsInterfaces/diagnosticSettings.js.map +1 -0
- package/dist/esm/operationsInterfaces/diagnosticSettingsCategory.d.ts +19 -0
- package/dist/esm/operationsInterfaces/diagnosticSettingsCategory.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/diagnosticSettingsCategory.js +9 -0
- package/dist/esm/operationsInterfaces/diagnosticSettingsCategory.js.map +1 -0
- package/dist/esm/operationsInterfaces/eventCategories.d.ts +12 -0
- package/dist/esm/operationsInterfaces/eventCategories.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/eventCategories.js +9 -0
- package/dist/esm/operationsInterfaces/eventCategories.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +33 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +40 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/logProfiles.d.ts +37 -0
- package/dist/esm/operationsInterfaces/logProfiles.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/logProfiles.js +9 -0
- package/dist/esm/operationsInterfaces/logProfiles.js.map +1 -0
- package/dist/esm/operationsInterfaces/metricAlerts.d.ts +47 -0
- package/dist/esm/operationsInterfaces/metricAlerts.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/metricAlerts.js +9 -0
- package/dist/esm/operationsInterfaces/metricAlerts.js.map +1 -0
- package/dist/esm/operationsInterfaces/metricAlertsStatus.d.ts +20 -0
- package/dist/esm/operationsInterfaces/metricAlertsStatus.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/metricAlertsStatus.js +9 -0
- package/dist/esm/operationsInterfaces/metricAlertsStatus.js.map +1 -0
- package/dist/esm/operationsInterfaces/metricDefinitions.d.ts +18 -0
- package/dist/esm/operationsInterfaces/metricDefinitions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/metricDefinitions.js +9 -0
- package/dist/esm/operationsInterfaces/metricDefinitions.js.map +1 -0
- package/dist/esm/operationsInterfaces/metricNamespaces.d.ts +12 -0
- package/dist/esm/operationsInterfaces/metricNamespaces.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/metricNamespaces.js +9 -0
- package/dist/esm/operationsInterfaces/metricNamespaces.js.map +1 -0
- package/dist/esm/operationsInterfaces/metricsOperations.d.ts +24 -0
- package/dist/esm/operationsInterfaces/metricsOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/metricsOperations.js +9 -0
- package/dist/esm/operationsInterfaces/metricsOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/monitorOperations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/monitorOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/monitorOperations.js +9 -0
- package/dist/esm/operationsInterfaces/monitorOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +10 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/predictiveMetric.d.ts +20 -0
- package/dist/esm/operationsInterfaces/predictiveMetric.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/predictiveMetric.js +9 -0
- package/dist/esm/operationsInterfaces/predictiveMetric.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +55 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +20 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkScopeOperationStatus.d.ts +12 -0
- package/dist/esm/operationsInterfaces/privateLinkScopeOperationStatus.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkScopeOperationStatus.js +9 -0
- package/dist/esm/operationsInterfaces/privateLinkScopeOperationStatus.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkScopedResources.d.ts +56 -0
- package/dist/esm/operationsInterfaces/privateLinkScopedResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkScopedResources.js +9 -0
- package/dist/esm/operationsInterfaces/privateLinkScopedResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkScopes.d.ts +57 -0
- package/dist/esm/operationsInterfaces/privateLinkScopes.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkScopes.js +9 -0
- package/dist/esm/operationsInterfaces/privateLinkScopes.js.map +1 -0
- package/dist/esm/operationsInterfaces/scheduledQueryRules.d.ts +47 -0
- package/dist/esm/operationsInterfaces/scheduledQueryRules.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/scheduledQueryRules.js +9 -0
- package/dist/esm/operationsInterfaces/scheduledQueryRules.js.map +1 -0
- package/dist/esm/operationsInterfaces/tenantActionGroups.d.ts +48 -0
- package/dist/esm/operationsInterfaces/tenantActionGroups.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/tenantActionGroups.js +9 -0
- package/dist/esm/operationsInterfaces/tenantActionGroups.js.map +1 -0
- package/dist/esm/operationsInterfaces/tenantActivityLogs.d.ts +14 -0
- package/dist/esm/operationsInterfaces/tenantActivityLogs.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/tenantActivityLogs.js +9 -0
- package/dist/esm/operationsInterfaces/tenantActivityLogs.js.map +1 -0
- package/dist/esm/operationsInterfaces/vMInsights.d.ts +12 -0
- package/dist/esm/operationsInterfaces/vMInsights.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/vMInsights.js +9 -0
- package/dist/esm/operationsInterfaces/vMInsights.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +30 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +18 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +5477 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +604 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +293 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +9701 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +100 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +826 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/monitorClient.d.ts +77 -0
- package/dist/react-native/monitorClient.d.ts.map +1 -0
- package/dist/react-native/monitorClient.js +286 -0
- package/dist/react-native/monitorClient.js.map +1 -0
- package/dist/react-native/operations/actionGroups.d.ts +104 -0
- package/dist/react-native/operations/actionGroups.d.ts.map +1 -0
- package/dist/react-native/operations/actionGroups.js +432 -0
- package/dist/react-native/operations/actionGroups.js.map +1 -0
- package/dist/react-native/operations/activityLogAlerts.d.ts +85 -0
- package/dist/react-native/operations/activityLogAlerts.d.ts.map +1 -0
- package/dist/react-native/operations/activityLogAlerts.js +362 -0
- package/dist/react-native/operations/activityLogAlerts.js.map +1 -0
- package/dist/react-native/operations/activityLogs.d.ts +58 -0
- package/dist/react-native/operations/activityLogs.d.ts.map +1 -0
- package/dist/react-native/operations/activityLogs.js +150 -0
- package/dist/react-native/operations/activityLogs.js.map +1 -0
- package/dist/react-native/operations/alertRuleIncidents.d.ts +38 -0
- package/dist/react-native/operations/alertRuleIncidents.d.ts.map +1 -0
- package/dist/react-native/operations/alertRuleIncidents.js +117 -0
- package/dist/react-native/operations/alertRuleIncidents.js.map +1 -0
- package/dist/react-native/operations/alertRules.d.ts +71 -0
- package/dist/react-native/operations/alertRules.d.ts.map +1 -0
- package/dist/react-native/operations/alertRules.js +271 -0
- package/dist/react-native/operations/alertRules.js.map +1 -0
- package/dist/react-native/operations/autoscaleSettings.d.ts +83 -0
- package/dist/react-native/operations/autoscaleSettings.d.ts.map +1 -0
- package/dist/react-native/operations/autoscaleSettings.js +355 -0
- package/dist/react-native/operations/autoscaleSettings.js.map +1 -0
- package/dist/react-native/operations/azureMonitorWorkspaces.d.ts +96 -0
- package/dist/react-native/operations/azureMonitorWorkspaces.d.ts.map +1 -0
- package/dist/react-native/operations/azureMonitorWorkspaces.js +420 -0
- package/dist/react-native/operations/azureMonitorWorkspaces.js.map +1 -0
- package/dist/react-native/operations/baselines.d.ts +28 -0
- package/dist/react-native/operations/baselines.d.ts.map +1 -0
- package/dist/react-native/operations/baselines.js +91 -0
- package/dist/react-native/operations/baselines.js.map +1 -0
- package/dist/react-native/operations/dataCollectionEndpoints.d.ts +85 -0
- package/dist/react-native/operations/dataCollectionEndpoints.d.ts.map +1 -0
- package/dist/react-native/operations/dataCollectionEndpoints.js +352 -0
- package/dist/react-native/operations/dataCollectionEndpoints.js.map +1 -0
- package/dist/react-native/operations/dataCollectionRuleAssociations.d.ts +108 -0
- package/dist/react-native/operations/dataCollectionRuleAssociations.d.ts.map +1 -0
- package/dist/react-native/operations/dataCollectionRuleAssociations.js +432 -0
- package/dist/react-native/operations/dataCollectionRuleAssociations.js.map +1 -0
- package/dist/react-native/operations/dataCollectionRules.d.ts +81 -0
- package/dist/react-native/operations/dataCollectionRules.d.ts.map +1 -0
- package/dist/react-native/operations/dataCollectionRules.js +348 -0
- package/dist/react-native/operations/dataCollectionRules.js.map +1 -0
- package/dist/react-native/operations/diagnosticSettings.d.ts +50 -0
- package/dist/react-native/operations/diagnosticSettings.d.ts.map +1 -0
- package/dist/react-native/operations/diagnosticSettings.js +158 -0
- package/dist/react-native/operations/diagnosticSettings.js.map +1 -0
- package/dist/react-native/operations/diagnosticSettingsCategory.d.ts +35 -0
- package/dist/react-native/operations/diagnosticSettingsCategory.d.ts.map +1 -0
- package/dist/react-native/operations/diagnosticSettingsCategory.js +106 -0
- package/dist/react-native/operations/diagnosticSettingsCategory.js.map +1 -0
- package/dist/react-native/operations/eventCategories.d.ts +28 -0
- package/dist/react-native/operations/eventCategories.d.ts.map +1 -0
- package/dist/react-native/operations/eventCategories.js +81 -0
- package/dist/react-native/operations/eventCategories.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +33 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +40 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/logProfiles.d.ts +52 -0
- package/dist/react-native/operations/logProfiles.d.ts.map +1 -0
- package/dist/react-native/operations/logProfiles.js +183 -0
- package/dist/react-native/operations/logProfiles.js.map +1 -0
- package/dist/react-native/operations/metricAlerts.d.ts +70 -0
- package/dist/react-native/operations/metricAlerts.d.ts.map +1 -0
- package/dist/react-native/operations/metricAlerts.js +264 -0
- package/dist/react-native/operations/metricAlerts.js.map +1 -0
- package/dist/react-native/operations/metricAlertsStatus.d.ts +28 -0
- package/dist/react-native/operations/metricAlertsStatus.d.ts.map +1 -0
- package/dist/react-native/operations/metricAlertsStatus.js +86 -0
- package/dist/react-native/operations/metricAlertsStatus.js.map +1 -0
- package/dist/react-native/operations/metricDefinitions.d.ts +42 -0
- package/dist/react-native/operations/metricDefinitions.d.ts.map +1 -0
- package/dist/react-native/operations/metricDefinitions.js +141 -0
- package/dist/react-native/operations/metricDefinitions.js.map +1 -0
- package/dist/react-native/operations/metricNamespaces.d.ts +28 -0
- package/dist/react-native/operations/metricNamespaces.d.ts.map +1 -0
- package/dist/react-native/operations/metricNamespaces.js +81 -0
- package/dist/react-native/operations/metricNamespaces.js.map +1 -0
- package/dist/react-native/operations/metricsOperations.d.ts +32 -0
- package/dist/react-native/operations/metricsOperations.d.ts.map +1 -0
- package/dist/react-native/operations/metricsOperations.js +143 -0
- package/dist/react-native/operations/metricsOperations.js.map +1 -0
- package/dist/react-native/operations/monitorOperations.d.ts +32 -0
- package/dist/react-native/operations/monitorOperations.d.ts.map +1 -0
- package/dist/react-native/operations/monitorOperations.js +116 -0
- package/dist/react-native/operations/monitorOperations.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +18 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +44 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/predictiveMetric.d.ts +28 -0
- package/dist/react-native/operations/predictiveMetric.d.ts.map +1 -0
- package/dist/react-native/operations/predictiveMetric.js +78 -0
- package/dist/react-native/operations/predictiveMetric.js.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts +63 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.js +273 -0
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operations/privateLinkResources.d.ts +28 -0
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/privateLinkResources.js +86 -0
- package/dist/react-native/operations/privateLinkResources.js.map +1 -0
- package/dist/react-native/operations/privateLinkScopeOperationStatus.d.ts +20 -0
- package/dist/react-native/operations/privateLinkScopeOperationStatus.d.ts.map +1 -0
- package/dist/react-native/operations/privateLinkScopeOperationStatus.js +54 -0
- package/dist/react-native/operations/privateLinkScopeOperationStatus.js.map +1 -0
- package/dist/react-native/operations/privateLinkScopedResources.d.ts +81 -0
- package/dist/react-native/operations/privateLinkScopedResources.d.ts.map +1 -0
- package/dist/react-native/operations/privateLinkScopedResources.js +341 -0
- package/dist/react-native/operations/privateLinkScopedResources.js.map +1 -0
- package/dist/react-native/operations/privateLinkScopes.d.ts +93 -0
- package/dist/react-native/operations/privateLinkScopes.d.ts.map +1 -0
- package/dist/react-native/operations/privateLinkScopes.js +408 -0
- package/dist/react-native/operations/privateLinkScopes.js.map +1 -0
- package/dist/react-native/operations/scheduledQueryRules.d.ts +83 -0
- package/dist/react-native/operations/scheduledQueryRules.d.ts.map +1 -0
- package/dist/react-native/operations/scheduledQueryRules.js +350 -0
- package/dist/react-native/operations/scheduledQueryRules.js.map +1 -0
- package/dist/react-native/operations/tenantActionGroups.d.ts +65 -0
- package/dist/react-native/operations/tenantActionGroups.d.ts.map +1 -0
- package/dist/react-native/operations/tenantActionGroups.js +232 -0
- package/dist/react-native/operations/tenantActionGroups.js.map +1 -0
- package/dist/react-native/operations/tenantActivityLogs.d.ts +38 -0
- package/dist/react-native/operations/tenantActivityLogs.d.ts.map +1 -0
- package/dist/react-native/operations/tenantActivityLogs.js +126 -0
- package/dist/react-native/operations/tenantActivityLogs.js.map +1 -0
- package/dist/react-native/operations/vMInsights.d.ts +20 -0
- package/dist/react-native/operations/vMInsights.d.ts.map +1 -0
- package/dist/react-native/operations/vMInsights.js +49 -0
- package/dist/react-native/operations/vMInsights.js.map +1 -0
- package/dist/react-native/operationsInterfaces/actionGroups.d.ts +81 -0
- package/dist/react-native/operationsInterfaces/actionGroups.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/actionGroups.js +9 -0
- package/dist/react-native/operationsInterfaces/actionGroups.js.map +1 -0
- package/dist/react-native/operationsInterfaces/activityLogAlerts.d.ts +49 -0
- package/dist/react-native/operationsInterfaces/activityLogAlerts.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/activityLogAlerts.js +9 -0
- package/dist/react-native/operationsInterfaces/activityLogAlerts.js.map +1 -0
- package/dist/react-native/operationsInterfaces/activityLogs.d.ts +24 -0
- package/dist/react-native/operationsInterfaces/activityLogs.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/activityLogs.js +9 -0
- package/dist/react-native/operationsInterfaces/activityLogs.js.map +1 -0
- package/dist/react-native/operationsInterfaces/alertRuleIncidents.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/alertRuleIncidents.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/alertRuleIncidents.js +9 -0
- package/dist/react-native/operationsInterfaces/alertRuleIncidents.js.map +1 -0
- package/dist/react-native/operationsInterfaces/alertRules.d.ts +48 -0
- package/dist/react-native/operationsInterfaces/alertRules.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/alertRules.js +9 -0
- package/dist/react-native/operationsInterfaces/alertRules.js.map +1 -0
- package/dist/react-native/operationsInterfaces/autoscaleSettings.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/autoscaleSettings.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/autoscaleSettings.js +9 -0
- package/dist/react-native/operationsInterfaces/autoscaleSettings.js.map +1 -0
- package/dist/react-native/operationsInterfaces/azureMonitorWorkspaces.d.ts +60 -0
- package/dist/react-native/operationsInterfaces/azureMonitorWorkspaces.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/azureMonitorWorkspaces.js +9 -0
- package/dist/react-native/operationsInterfaces/azureMonitorWorkspaces.js.map +1 -0
- package/dist/react-native/operationsInterfaces/baselines.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/baselines.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/baselines.js +9 -0
- package/dist/react-native/operationsInterfaces/baselines.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dataCollectionEndpoints.d.ts +49 -0
- package/dist/react-native/operationsInterfaces/dataCollectionEndpoints.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dataCollectionEndpoints.js +9 -0
- package/dist/react-native/operationsInterfaces/dataCollectionEndpoints.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dataCollectionRuleAssociations.d.ts +48 -0
- package/dist/react-native/operationsInterfaces/dataCollectionRuleAssociations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dataCollectionRuleAssociations.js +9 -0
- package/dist/react-native/operationsInterfaces/dataCollectionRuleAssociations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dataCollectionRules.d.ts +45 -0
- package/dist/react-native/operationsInterfaces/dataCollectionRules.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dataCollectionRules.js +9 -0
- package/dist/react-native/operationsInterfaces/dataCollectionRules.js.map +1 -0
- package/dist/react-native/operationsInterfaces/diagnosticSettings.d.ts +34 -0
- package/dist/react-native/operationsInterfaces/diagnosticSettings.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/diagnosticSettings.js +9 -0
- package/dist/react-native/operationsInterfaces/diagnosticSettings.js.map +1 -0
- package/dist/react-native/operationsInterfaces/diagnosticSettingsCategory.d.ts +19 -0
- package/dist/react-native/operationsInterfaces/diagnosticSettingsCategory.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/diagnosticSettingsCategory.js +9 -0
- package/dist/react-native/operationsInterfaces/diagnosticSettingsCategory.js.map +1 -0
- package/dist/react-native/operationsInterfaces/eventCategories.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/eventCategories.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/eventCategories.js +9 -0
- package/dist/react-native/operationsInterfaces/eventCategories.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +33 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +40 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/logProfiles.d.ts +37 -0
- package/dist/react-native/operationsInterfaces/logProfiles.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/logProfiles.js +9 -0
- package/dist/react-native/operationsInterfaces/logProfiles.js.map +1 -0
- package/dist/react-native/operationsInterfaces/metricAlerts.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/metricAlerts.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/metricAlerts.js +9 -0
- package/dist/react-native/operationsInterfaces/metricAlerts.js.map +1 -0
- package/dist/react-native/operationsInterfaces/metricAlertsStatus.d.ts +20 -0
- package/dist/react-native/operationsInterfaces/metricAlertsStatus.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/metricAlertsStatus.js +9 -0
- package/dist/react-native/operationsInterfaces/metricAlertsStatus.js.map +1 -0
- package/dist/react-native/operationsInterfaces/metricDefinitions.d.ts +18 -0
- package/dist/react-native/operationsInterfaces/metricDefinitions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/metricDefinitions.js +9 -0
- package/dist/react-native/operationsInterfaces/metricDefinitions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/metricNamespaces.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/metricNamespaces.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/metricNamespaces.js +9 -0
- package/dist/react-native/operationsInterfaces/metricNamespaces.js.map +1 -0
- package/dist/react-native/operationsInterfaces/metricsOperations.d.ts +24 -0
- package/dist/react-native/operationsInterfaces/metricsOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/metricsOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/metricsOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/monitorOperations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/monitorOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/monitorOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/monitorOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +10 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/predictiveMetric.d.ts +20 -0
- package/dist/react-native/operationsInterfaces/predictiveMetric.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/predictiveMetric.js +9 -0
- package/dist/react-native/operationsInterfaces/predictiveMetric.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +55 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +20 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkScopeOperationStatus.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/privateLinkScopeOperationStatus.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkScopeOperationStatus.js +9 -0
- package/dist/react-native/operationsInterfaces/privateLinkScopeOperationStatus.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkScopedResources.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/privateLinkScopedResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkScopedResources.js +9 -0
- package/dist/react-native/operationsInterfaces/privateLinkScopedResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkScopes.d.ts +57 -0
- package/dist/react-native/operationsInterfaces/privateLinkScopes.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkScopes.js +9 -0
- package/dist/react-native/operationsInterfaces/privateLinkScopes.js.map +1 -0
- package/dist/react-native/operationsInterfaces/scheduledQueryRules.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/scheduledQueryRules.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/scheduledQueryRules.js +9 -0
- package/dist/react-native/operationsInterfaces/scheduledQueryRules.js.map +1 -0
- package/dist/react-native/operationsInterfaces/tenantActionGroups.d.ts +48 -0
- package/dist/react-native/operationsInterfaces/tenantActionGroups.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/tenantActionGroups.js +9 -0
- package/dist/react-native/operationsInterfaces/tenantActionGroups.js.map +1 -0
- package/dist/react-native/operationsInterfaces/tenantActivityLogs.d.ts +14 -0
- package/dist/react-native/operationsInterfaces/tenantActivityLogs.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/tenantActivityLogs.js +9 -0
- package/dist/react-native/operationsInterfaces/tenantActivityLogs.js.map +1 -0
- package/dist/react-native/operationsInterfaces/vMInsights.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/vMInsights.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/vMInsights.js +9 -0
- package/dist/react-native/operationsInterfaces/vMInsights.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +92 -83
- package/review/arm-monitor-node.api.md +4053 -0
- package/dist/index.js +0 -16532
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/actionGroupsCreateNotificationsAtActionGroupResourceLevelSample.d.ts +0 -2
- package/dist-esm/samples-dev/actionGroupsCreateNotificationsAtActionGroupResourceLevelSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/actionGroupsCreateNotificationsAtActionGroupResourceLevelSample.js +0 -146
- package/dist-esm/samples-dev/actionGroupsCreateNotificationsAtActionGroupResourceLevelSample.js.map +0 -1
- package/dist-esm/samples-dev/actionGroupsCreateNotificationsAtResourceGroupLevelSample.d.ts +0 -2
- package/dist-esm/samples-dev/actionGroupsCreateNotificationsAtResourceGroupLevelSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/actionGroupsCreateNotificationsAtResourceGroupLevelSample.js +0 -145
- package/dist-esm/samples-dev/actionGroupsCreateNotificationsAtResourceGroupLevelSample.js.map +0 -1
- package/dist-esm/samples-dev/actionGroupsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/actionGroupsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/actionGroupsCreateOrUpdateSample.js +0 -144
- package/dist-esm/samples-dev/actionGroupsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/actionGroupsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/actionGroupsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/actionGroupsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/actionGroupsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/actionGroupsEnableReceiverSample.d.ts +0 -2
- package/dist-esm/samples-dev/actionGroupsEnableReceiverSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/actionGroupsEnableReceiverSample.js +0 -40
- package/dist-esm/samples-dev/actionGroupsEnableReceiverSample.js.map +0 -1
- package/dist-esm/samples-dev/actionGroupsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/actionGroupsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/actionGroupsGetSample.js +0 -39
- package/dist-esm/samples-dev/actionGroupsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/actionGroupsGetTestNotificationsAtActionGroupResourceLevelSample.d.ts +0 -2
- package/dist-esm/samples-dev/actionGroupsGetTestNotificationsAtActionGroupResourceLevelSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/actionGroupsGetTestNotificationsAtActionGroupResourceLevelSample.js +0 -40
- package/dist-esm/samples-dev/actionGroupsGetTestNotificationsAtActionGroupResourceLevelSample.js.map +0 -1
- package/dist-esm/samples-dev/actionGroupsGetTestNotificationsAtResourceGroupLevelSample.d.ts +0 -2
- package/dist-esm/samples-dev/actionGroupsGetTestNotificationsAtResourceGroupLevelSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/actionGroupsGetTestNotificationsAtResourceGroupLevelSample.js +0 -39
- package/dist-esm/samples-dev/actionGroupsGetTestNotificationsAtResourceGroupLevelSample.js.map +0 -1
- package/dist-esm/samples-dev/actionGroupsGetTestNotificationsSample.d.ts +0 -2
- package/dist-esm/samples-dev/actionGroupsGetTestNotificationsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/actionGroupsGetTestNotificationsSample.js +0 -38
- package/dist-esm/samples-dev/actionGroupsGetTestNotificationsSample.js.map +0 -1
- package/dist-esm/samples-dev/actionGroupsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/actionGroupsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/actionGroupsListByResourceGroupSample.js +0 -52
- package/dist-esm/samples-dev/actionGroupsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/actionGroupsListBySubscriptionIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/actionGroupsListBySubscriptionIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/actionGroupsListBySubscriptionIdSample.js +0 -51
- package/dist-esm/samples-dev/actionGroupsListBySubscriptionIdSample.js.map +0 -1
- package/dist-esm/samples-dev/actionGroupsPostTestNotificationsSample.d.ts +0 -2
- package/dist-esm/samples-dev/actionGroupsPostTestNotificationsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/actionGroupsPostTestNotificationsSample.js +0 -144
- package/dist-esm/samples-dev/actionGroupsPostTestNotificationsSample.js.map +0 -1
- package/dist-esm/samples-dev/actionGroupsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/actionGroupsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/actionGroupsUpdateSample.js +0 -43
- package/dist-esm/samples-dev/actionGroupsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/activityLogAlertsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/activityLogAlertsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/activityLogAlertsCreateOrUpdateSample.js +0 -148
- package/dist-esm/samples-dev/activityLogAlertsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/activityLogAlertsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/activityLogAlertsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/activityLogAlertsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/activityLogAlertsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/activityLogAlertsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/activityLogAlertsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/activityLogAlertsGetSample.js +0 -39
- package/dist-esm/samples-dev/activityLogAlertsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/activityLogAlertsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/activityLogAlertsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/activityLogAlertsListByResourceGroupSample.js +0 -52
- package/dist-esm/samples-dev/activityLogAlertsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/activityLogAlertsListBySubscriptionIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/activityLogAlertsListBySubscriptionIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/activityLogAlertsListBySubscriptionIdSample.js +0 -51
- package/dist-esm/samples-dev/activityLogAlertsListBySubscriptionIdSample.js.map +0 -1
- package/dist-esm/samples-dev/activityLogAlertsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/activityLogAlertsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/activityLogAlertsUpdateSample.js +0 -43
- package/dist-esm/samples-dev/activityLogAlertsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/activityLogsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/activityLogsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/activityLogsListSample.js +0 -86
- package/dist-esm/samples-dev/activityLogsListSample.js.map +0 -1
- package/dist-esm/samples-dev/alertRuleIncidentsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/alertRuleIncidentsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/alertRuleIncidentsGetSample.js +0 -40
- package/dist-esm/samples-dev/alertRuleIncidentsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/alertRuleIncidentsListByAlertRuleSample.d.ts +0 -2
- package/dist-esm/samples-dev/alertRuleIncidentsListByAlertRuleSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/alertRuleIncidentsListByAlertRuleSample.js +0 -53
- package/dist-esm/samples-dev/alertRuleIncidentsListByAlertRuleSample.js.map +0 -1
- package/dist-esm/samples-dev/alertRulesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/alertRulesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/alertRulesCreateOrUpdateSample.js +0 -59
- package/dist-esm/samples-dev/alertRulesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/alertRulesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/alertRulesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/alertRulesDeleteSample.js +0 -39
- package/dist-esm/samples-dev/alertRulesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/alertRulesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/alertRulesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/alertRulesGetSample.js +0 -39
- package/dist-esm/samples-dev/alertRulesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/alertRulesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/alertRulesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/alertRulesListByResourceGroupSample.js +0 -52
- package/dist-esm/samples-dev/alertRulesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/alertRulesListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/alertRulesListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/alertRulesListBySubscriptionSample.js +0 -51
- package/dist-esm/samples-dev/alertRulesListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/alertRulesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/alertRulesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/alertRulesUpdateSample.js +0 -60
- package/dist-esm/samples-dev/alertRulesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/autoscaleSettingsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/autoscaleSettingsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/autoscaleSettingsCreateOrUpdateSample.js +0 -156
- package/dist-esm/samples-dev/autoscaleSettingsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/autoscaleSettingsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/autoscaleSettingsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/autoscaleSettingsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/autoscaleSettingsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/autoscaleSettingsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/autoscaleSettingsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/autoscaleSettingsGetSample.js +0 -39
- package/dist-esm/samples-dev/autoscaleSettingsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/autoscaleSettingsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/autoscaleSettingsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/autoscaleSettingsListByResourceGroupSample.js +0 -52
- package/dist-esm/samples-dev/autoscaleSettingsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/autoscaleSettingsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/autoscaleSettingsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/autoscaleSettingsListBySubscriptionSample.js +0 -51
- package/dist-esm/samples-dev/autoscaleSettingsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/autoscaleSettingsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/autoscaleSettingsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/autoscaleSettingsUpdateSample.js +0 -155
- package/dist-esm/samples-dev/autoscaleSettingsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/azureMonitorWorkspacesCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/azureMonitorWorkspacesCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/azureMonitorWorkspacesCreateSample.js +0 -42
- package/dist-esm/samples-dev/azureMonitorWorkspacesCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/azureMonitorWorkspacesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/azureMonitorWorkspacesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/azureMonitorWorkspacesDeleteSample.js +0 -39
- package/dist-esm/samples-dev/azureMonitorWorkspacesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/azureMonitorWorkspacesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/azureMonitorWorkspacesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/azureMonitorWorkspacesGetSample.js +0 -39
- package/dist-esm/samples-dev/azureMonitorWorkspacesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/azureMonitorWorkspacesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/azureMonitorWorkspacesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/azureMonitorWorkspacesListByResourceGroupSample.js +0 -52
- package/dist-esm/samples-dev/azureMonitorWorkspacesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/azureMonitorWorkspacesListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/azureMonitorWorkspacesListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/azureMonitorWorkspacesListBySubscriptionSample.js +0 -51
- package/dist-esm/samples-dev/azureMonitorWorkspacesListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/azureMonitorWorkspacesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/azureMonitorWorkspacesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/azureMonitorWorkspacesUpdateSample.js +0 -45
- package/dist-esm/samples-dev/azureMonitorWorkspacesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/baselinesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/baselinesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/baselinesListSample.js +0 -62
- package/dist-esm/samples-dev/baselinesListSample.js.map +0 -1
- package/dist-esm/samples-dev/dataCollectionEndpointsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataCollectionEndpointsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataCollectionEndpointsCreateSample.js +0 -44
- package/dist-esm/samples-dev/dataCollectionEndpointsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/dataCollectionEndpointsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataCollectionEndpointsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataCollectionEndpointsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/dataCollectionEndpointsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/dataCollectionEndpointsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataCollectionEndpointsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataCollectionEndpointsGetSample.js +0 -39
- package/dist-esm/samples-dev/dataCollectionEndpointsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/dataCollectionEndpointsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataCollectionEndpointsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataCollectionEndpointsListByResourceGroupSample.js +0 -52
- package/dist-esm/samples-dev/dataCollectionEndpointsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/dataCollectionEndpointsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataCollectionEndpointsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataCollectionEndpointsListBySubscriptionSample.js +0 -51
- package/dist-esm/samples-dev/dataCollectionEndpointsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/dataCollectionEndpointsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataCollectionEndpointsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataCollectionEndpointsUpdateSample.js +0 -41
- package/dist-esm/samples-dev/dataCollectionEndpointsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/dataCollectionRuleAssociationsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataCollectionRuleAssociationsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataCollectionRuleAssociationsCreateSample.js +0 -43
- package/dist-esm/samples-dev/dataCollectionRuleAssociationsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/dataCollectionRuleAssociationsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataCollectionRuleAssociationsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataCollectionRuleAssociationsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/dataCollectionRuleAssociationsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/dataCollectionRuleAssociationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataCollectionRuleAssociationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataCollectionRuleAssociationsGetSample.js +0 -39
- package/dist-esm/samples-dev/dataCollectionRuleAssociationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/dataCollectionRuleAssociationsListByDataCollectionEndpointSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataCollectionRuleAssociationsListByDataCollectionEndpointSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataCollectionRuleAssociationsListByDataCollectionEndpointSample.js +0 -53
- package/dist-esm/samples-dev/dataCollectionRuleAssociationsListByDataCollectionEndpointSample.js.map +0 -1
- package/dist-esm/samples-dev/dataCollectionRuleAssociationsListByResourceSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataCollectionRuleAssociationsListByResourceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataCollectionRuleAssociationsListByResourceSample.js +0 -52
- package/dist-esm/samples-dev/dataCollectionRuleAssociationsListByResourceSample.js.map +0 -1
- package/dist-esm/samples-dev/dataCollectionRuleAssociationsListByRuleSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataCollectionRuleAssociationsListByRuleSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataCollectionRuleAssociationsListByRuleSample.js +0 -53
- package/dist-esm/samples-dev/dataCollectionRuleAssociationsListByRuleSample.js.map +0 -1
- package/dist-esm/samples-dev/dataCollectionRulesCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataCollectionRulesCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataCollectionRulesCreateSample.js +0 -111
- package/dist-esm/samples-dev/dataCollectionRulesCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/dataCollectionRulesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataCollectionRulesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataCollectionRulesDeleteSample.js +0 -39
- package/dist-esm/samples-dev/dataCollectionRulesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/dataCollectionRulesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataCollectionRulesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataCollectionRulesGetSample.js +0 -39
- package/dist-esm/samples-dev/dataCollectionRulesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/dataCollectionRulesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataCollectionRulesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataCollectionRulesListByResourceGroupSample.js +0 -52
- package/dist-esm/samples-dev/dataCollectionRulesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/dataCollectionRulesListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataCollectionRulesListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataCollectionRulesListBySubscriptionSample.js +0 -51
- package/dist-esm/samples-dev/dataCollectionRulesListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/dataCollectionRulesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataCollectionRulesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataCollectionRulesUpdateSample.js +0 -41
- package/dist-esm/samples-dev/dataCollectionRulesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/diagnosticSettingsCategoryGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/diagnosticSettingsCategoryGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/diagnosticSettingsCategoryGetSample.js +0 -39
- package/dist-esm/samples-dev/diagnosticSettingsCategoryGetSample.js.map +0 -1
- package/dist-esm/samples-dev/diagnosticSettingsCategoryListSample.d.ts +0 -2
- package/dist-esm/samples-dev/diagnosticSettingsCategoryListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/diagnosticSettingsCategoryListSample.js +0 -52
- package/dist-esm/samples-dev/diagnosticSettingsCategoryListSample.js.map +0 -1
- package/dist-esm/samples-dev/diagnosticSettingsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/diagnosticSettingsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/diagnosticSettingsCreateOrUpdateSample.js +0 -102
- package/dist-esm/samples-dev/diagnosticSettingsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/diagnosticSettingsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/diagnosticSettingsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/diagnosticSettingsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/diagnosticSettingsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/diagnosticSettingsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/diagnosticSettingsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/diagnosticSettingsGetSample.js +0 -58
- package/dist-esm/samples-dev/diagnosticSettingsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/diagnosticSettingsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/diagnosticSettingsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/diagnosticSettingsListSample.js +0 -84
- package/dist-esm/samples-dev/diagnosticSettingsListSample.js.map +0 -1
- package/dist-esm/samples-dev/eventCategoriesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/eventCategoriesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/eventCategoriesListSample.js +0 -51
- package/dist-esm/samples-dev/eventCategoriesListSample.js.map +0 -1
- package/dist-esm/samples-dev/logProfilesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/logProfilesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logProfilesCreateOrUpdateSample.js +0 -47
- package/dist-esm/samples-dev/logProfilesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/logProfilesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/logProfilesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logProfilesDeleteSample.js +0 -38
- package/dist-esm/samples-dev/logProfilesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/logProfilesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/logProfilesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logProfilesGetSample.js +0 -38
- package/dist-esm/samples-dev/logProfilesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/logProfilesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/logProfilesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logProfilesListSample.js +0 -51
- package/dist-esm/samples-dev/logProfilesListSample.js.map +0 -1
- package/dist-esm/samples-dev/logProfilesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/logProfilesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logProfilesUpdateSample.js +0 -46
- package/dist-esm/samples-dev/logProfilesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/metricAlertsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/metricAlertsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/metricAlertsCreateOrUpdateSample.js +0 -453
- package/dist-esm/samples-dev/metricAlertsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/metricAlertsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/metricAlertsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/metricAlertsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/metricAlertsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/metricAlertsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/metricAlertsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/metricAlertsGetSample.js +0 -153
- package/dist-esm/samples-dev/metricAlertsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/metricAlertsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/metricAlertsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/metricAlertsListByResourceGroupSample.js +0 -52
- package/dist-esm/samples-dev/metricAlertsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/metricAlertsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/metricAlertsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/metricAlertsListBySubscriptionSample.js +0 -51
- package/dist-esm/samples-dev/metricAlertsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/metricAlertsStatusListByNameSample.d.ts +0 -2
- package/dist-esm/samples-dev/metricAlertsStatusListByNameSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/metricAlertsStatusListByNameSample.js +0 -40
- package/dist-esm/samples-dev/metricAlertsStatusListByNameSample.js.map +0 -1
- package/dist-esm/samples-dev/metricAlertsStatusListSample.d.ts +0 -2
- package/dist-esm/samples-dev/metricAlertsStatusListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/metricAlertsStatusListSample.js +0 -39
- package/dist-esm/samples-dev/metricAlertsStatusListSample.js.map +0 -1
- package/dist-esm/samples-dev/metricAlertsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/metricAlertsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/metricAlertsUpdateSample.js +0 -71
- package/dist-esm/samples-dev/metricAlertsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/metricDefinitionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/metricDefinitionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/metricDefinitionsListSample.js +0 -122
- package/dist-esm/samples-dev/metricDefinitionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/metricNamespacesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/metricNamespacesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/metricNamespacesListSample.js +0 -54
- package/dist-esm/samples-dev/metricNamespacesListSample.js.map +0 -1
- package/dist-esm/samples-dev/metricsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/metricsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/metricsListSample.js +0 -118
- package/dist-esm/samples-dev/metricsListSample.js.map +0 -1
- package/dist-esm/samples-dev/monitorOperationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/monitorOperationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitorOperationsListSample.js +0 -51
- package/dist-esm/samples-dev/monitorOperationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -37
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/predictiveMetricGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/predictiveMetricGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/predictiveMetricGetSample.js +0 -44
- package/dist-esm/samples-dev/predictiveMetricGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +0 -46
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -40
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByPrivateLinkScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsListByPrivateLinkScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByPrivateLinkScopeSample.js +0 -39
- package/dist-esm/samples-dev/privateEndpointConnectionsListByPrivateLinkScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +0 -40
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByPrivateLinkScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesListByPrivateLinkScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByPrivateLinkScopeSample.js +0 -39
- package/dist-esm/samples-dev/privateLinkResourcesListByPrivateLinkScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopeOperationStatusGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkScopeOperationStatusGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopeOperationStatusGetSample.js +0 -39
- package/dist-esm/samples-dev/privateLinkScopeOperationStatusGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopedResourcesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkScopedResourcesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopedResourcesCreateOrUpdateSample.js +0 -43
- package/dist-esm/samples-dev/privateLinkScopedResourcesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopedResourcesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkScopedResourcesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopedResourcesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/privateLinkScopedResourcesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopedResourcesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkScopedResourcesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopedResourcesGetSample.js +0 -40
- package/dist-esm/samples-dev/privateLinkScopedResourcesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopedResourcesListByPrivateLinkScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkScopedResourcesListByPrivateLinkScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopedResourcesListByPrivateLinkScopeSample.js +0 -53
- package/dist-esm/samples-dev/privateLinkScopedResourcesListByPrivateLinkScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkScopesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesCreateOrUpdateSample.js +0 -75
- package/dist-esm/samples-dev/privateLinkScopesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkScopesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesDeleteSample.js +0 -39
- package/dist-esm/samples-dev/privateLinkScopesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkScopesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesGetSample.js +0 -39
- package/dist-esm/samples-dev/privateLinkScopesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkScopesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesListByResourceGroupSample.js +0 -52
- package/dist-esm/samples-dev/privateLinkScopesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkScopesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesListSample.js +0 -51
- package/dist-esm/samples-dev/privateLinkScopesListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesUpdateTagsSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkScopesUpdateTagsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesUpdateTagsSample.js +0 -41
- package/dist-esm/samples-dev/privateLinkScopesUpdateTagsSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledQueryRulesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledQueryRulesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledQueryRulesCreateOrUpdateSample.js +0 -203
- package/dist-esm/samples-dev/scheduledQueryRulesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledQueryRulesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledQueryRulesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledQueryRulesDeleteSample.js +0 -39
- package/dist-esm/samples-dev/scheduledQueryRulesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledQueryRulesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledQueryRulesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledQueryRulesGetSample.js +0 -39
- package/dist-esm/samples-dev/scheduledQueryRulesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledQueryRulesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledQueryRulesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledQueryRulesListByResourceGroupSample.js +0 -52
- package/dist-esm/samples-dev/scheduledQueryRulesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledQueryRulesListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledQueryRulesListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledQueryRulesListBySubscriptionSample.js +0 -51
- package/dist-esm/samples-dev/scheduledQueryRulesListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledQueryRulesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledQueryRulesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledQueryRulesUpdateSample.js +0 -40
- package/dist-esm/samples-dev/scheduledQueryRulesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/tenantActivityLogsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/tenantActivityLogsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tenantActivityLogsListSample.js +0 -151
- package/dist-esm/samples-dev/tenantActivityLogsListSample.js.map +0 -1
- package/dist-esm/samples-dev/vmInsightsGetOnboardingStatusSample.d.ts +0 -2
- package/dist-esm/samples-dev/vmInsightsGetOnboardingStatusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vmInsightsGetOnboardingStatusSample.js +0 -110
- package/dist-esm/samples-dev/vmInsightsGetOnboardingStatusSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.d.ts.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -21
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts +0 -4691
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -528
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -251
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -7974
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts +0 -87
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -720
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/monitorClient.d.ts +0 -47
- package/dist-esm/src/monitorClient.d.ts.map +0 -1
- package/dist-esm/src/monitorClient.js +0 -100
- package/dist-esm/src/monitorClient.js.map +0 -1
- package/dist-esm/src/operations/actionGroups.d.ts +0 -143
- package/dist-esm/src/operations/actionGroups.d.ts.map +0 -1
- package/dist-esm/src/operations/actionGroups.js +0 -687
- package/dist-esm/src/operations/actionGroups.js.map +0 -1
- package/dist-esm/src/operations/activityLogAlerts.d.ts +0 -85
- package/dist-esm/src/operations/activityLogAlerts.d.ts.map +0 -1
- package/dist-esm/src/operations/activityLogAlerts.js +0 -392
- package/dist-esm/src/operations/activityLogAlerts.js.map +0 -1
- package/dist-esm/src/operations/activityLogs.d.ts +0 -58
- package/dist-esm/src/operations/activityLogs.d.ts.map +0 -1
- package/dist-esm/src/operations/activityLogs.js +0 -165
- package/dist-esm/src/operations/activityLogs.js.map +0 -1
- package/dist-esm/src/operations/alertRuleIncidents.d.ts +0 -38
- package/dist-esm/src/operations/alertRuleIncidents.d.ts.map +0 -1
- package/dist-esm/src/operations/alertRuleIncidents.js +0 -132
- package/dist-esm/src/operations/alertRuleIncidents.js.map +0 -1
- package/dist-esm/src/operations/alertRules.d.ts +0 -71
- package/dist-esm/src/operations/alertRules.d.ts.map +0 -1
- package/dist-esm/src/operations/alertRules.js +0 -301
- package/dist-esm/src/operations/alertRules.js.map +0 -1
- package/dist-esm/src/operations/autoscaleSettings.d.ts +0 -83
- package/dist-esm/src/operations/autoscaleSettings.d.ts.map +0 -1
- package/dist-esm/src/operations/autoscaleSettings.js +0 -385
- package/dist-esm/src/operations/autoscaleSettings.js.map +0 -1
- package/dist-esm/src/operations/azureMonitorWorkspaces.d.ts +0 -87
- package/dist-esm/src/operations/azureMonitorWorkspaces.d.ts.map +0 -1
- package/dist-esm/src/operations/azureMonitorWorkspaces.js +0 -389
- package/dist-esm/src/operations/azureMonitorWorkspaces.js.map +0 -1
- package/dist-esm/src/operations/baselines.d.ts +0 -28
- package/dist-esm/src/operations/baselines.d.ts.map +0 -1
- package/dist-esm/src/operations/baselines.js +0 -106
- package/dist-esm/src/operations/baselines.js.map +0 -1
- package/dist-esm/src/operations/dataCollectionEndpoints.d.ts +0 -85
- package/dist-esm/src/operations/dataCollectionEndpoints.d.ts.map +0 -1
- package/dist-esm/src/operations/dataCollectionEndpoints.js +0 -382
- package/dist-esm/src/operations/dataCollectionEndpoints.js.map +0 -1
- package/dist-esm/src/operations/dataCollectionRuleAssociations.d.ts +0 -108
- package/dist-esm/src/operations/dataCollectionRuleAssociations.d.ts.map +0 -1
- package/dist-esm/src/operations/dataCollectionRuleAssociations.js +0 -477
- package/dist-esm/src/operations/dataCollectionRuleAssociations.js.map +0 -1
- package/dist-esm/src/operations/dataCollectionRules.d.ts +0 -81
- package/dist-esm/src/operations/dataCollectionRules.d.ts.map +0 -1
- package/dist-esm/src/operations/dataCollectionRules.js +0 -378
- package/dist-esm/src/operations/dataCollectionRules.js.map +0 -1
- package/dist-esm/src/operations/diagnosticSettings.d.ts +0 -50
- package/dist-esm/src/operations/diagnosticSettings.d.ts.map +0 -1
- package/dist-esm/src/operations/diagnosticSettings.js +0 -173
- package/dist-esm/src/operations/diagnosticSettings.js.map +0 -1
- package/dist-esm/src/operations/diagnosticSettingsCategory.d.ts +0 -35
- package/dist-esm/src/operations/diagnosticSettingsCategory.d.ts.map +0 -1
- package/dist-esm/src/operations/diagnosticSettingsCategory.js +0 -121
- package/dist-esm/src/operations/diagnosticSettingsCategory.js.map +0 -1
- package/dist-esm/src/operations/eventCategories.d.ts +0 -28
- package/dist-esm/src/operations/eventCategories.d.ts.map +0 -1
- package/dist-esm/src/operations/eventCategories.js +0 -96
- package/dist-esm/src/operations/eventCategories.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -32
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -39
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/logProfiles.d.ts +0 -52
- package/dist-esm/src/operations/logProfiles.d.ts.map +0 -1
- package/dist-esm/src/operations/logProfiles.js +0 -198
- package/dist-esm/src/operations/logProfiles.js.map +0 -1
- package/dist-esm/src/operations/metricAlerts.d.ts +0 -70
- package/dist-esm/src/operations/metricAlerts.d.ts.map +0 -1
- package/dist-esm/src/operations/metricAlerts.js +0 -294
- package/dist-esm/src/operations/metricAlerts.js.map +0 -1
- package/dist-esm/src/operations/metricAlertsStatus.d.ts +0 -28
- package/dist-esm/src/operations/metricAlertsStatus.d.ts.map +0 -1
- package/dist-esm/src/operations/metricAlertsStatus.js +0 -85
- package/dist-esm/src/operations/metricAlertsStatus.js.map +0 -1
- package/dist-esm/src/operations/metricDefinitions.d.ts +0 -28
- package/dist-esm/src/operations/metricDefinitions.d.ts.map +0 -1
- package/dist-esm/src/operations/metricDefinitions.js +0 -96
- package/dist-esm/src/operations/metricDefinitions.js.map +0 -1
- package/dist-esm/src/operations/metricNamespaces.d.ts +0 -28
- package/dist-esm/src/operations/metricNamespaces.d.ts.map +0 -1
- package/dist-esm/src/operations/metricNamespaces.js +0 -96
- package/dist-esm/src/operations/metricNamespaces.js.map +0 -1
- package/dist-esm/src/operations/metricsOperations.d.ts +0 -19
- package/dist-esm/src/operations/metricsOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/metricsOperations.js +0 -58
- package/dist-esm/src/operations/metricsOperations.js.map +0 -1
- package/dist-esm/src/operations/monitorOperations.d.ts +0 -32
- package/dist-esm/src/operations/monitorOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/monitorOperations.js +0 -131
- package/dist-esm/src/operations/monitorOperations.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -18
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -43
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/predictiveMetric.d.ts +0 -28
- package/dist-esm/src/operations/predictiveMetric.d.ts.map +0 -1
- package/dist-esm/src/operations/predictiveMetric.js +0 -77
- package/dist-esm/src/operations/predictiveMetric.js.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +0 -63
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +0 -271
- package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts +0 -28
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.js +0 -85
- package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/privateLinkScopeOperationStatus.d.ts +0 -20
- package/dist-esm/src/operations/privateLinkScopeOperationStatus.d.ts.map +0 -1
- package/dist-esm/src/operations/privateLinkScopeOperationStatus.js +0 -53
- package/dist-esm/src/operations/privateLinkScopeOperationStatus.js.map +0 -1
- package/dist-esm/src/operations/privateLinkScopedResources.d.ts +0 -81
- package/dist-esm/src/operations/privateLinkScopedResources.d.ts.map +0 -1
- package/dist-esm/src/operations/privateLinkScopedResources.js +0 -354
- package/dist-esm/src/operations/privateLinkScopedResources.js.map +0 -1
- package/dist-esm/src/operations/privateLinkScopes.d.ts +0 -93
- package/dist-esm/src/operations/privateLinkScopes.d.ts.map +0 -1
- package/dist-esm/src/operations/privateLinkScopes.js +0 -437
- package/dist-esm/src/operations/privateLinkScopes.js.map +0 -1
- package/dist-esm/src/operations/scheduledQueryRules.d.ts +0 -83
- package/dist-esm/src/operations/scheduledQueryRules.d.ts.map +0 -1
- package/dist-esm/src/operations/scheduledQueryRules.js +0 -380
- package/dist-esm/src/operations/scheduledQueryRules.js.map +0 -1
- package/dist-esm/src/operations/tenantActivityLogs.d.ts +0 -38
- package/dist-esm/src/operations/tenantActivityLogs.d.ts.map +0 -1
- package/dist-esm/src/operations/tenantActivityLogs.js +0 -141
- package/dist-esm/src/operations/tenantActivityLogs.js.map +0 -1
- package/dist-esm/src/operations/vMInsights.d.ts +0 -20
- package/dist-esm/src/operations/vMInsights.d.ts.map +0 -1
- package/dist-esm/src/operations/vMInsights.js +0 -48
- package/dist-esm/src/operations/vMInsights.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/actionGroups.d.ts +0 -120
- package/dist-esm/src/operationsInterfaces/actionGroups.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/actionGroups.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/activityLogAlerts.d.ts +0 -49
- package/dist-esm/src/operationsInterfaces/activityLogAlerts.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/activityLogAlerts.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/activityLogs.d.ts +0 -24
- package/dist-esm/src/operationsInterfaces/activityLogs.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/activityLogs.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/alertRuleIncidents.d.ts +0 -21
- package/dist-esm/src/operationsInterfaces/alertRuleIncidents.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/alertRuleIncidents.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/alertRules.d.ts +0 -48
- package/dist-esm/src/operationsInterfaces/alertRules.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/alertRules.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/autoscaleSettings.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/autoscaleSettings.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/autoscaleSettings.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/azureMonitorWorkspaces.d.ts +0 -51
- package/dist-esm/src/operationsInterfaces/azureMonitorWorkspaces.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/azureMonitorWorkspaces.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/baselines.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/baselines.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/baselines.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dataCollectionEndpoints.d.ts +0 -49
- package/dist-esm/src/operationsInterfaces/dataCollectionEndpoints.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dataCollectionEndpoints.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dataCollectionRuleAssociations.d.ts +0 -48
- package/dist-esm/src/operationsInterfaces/dataCollectionRuleAssociations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dataCollectionRuleAssociations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dataCollectionRules.d.ts +0 -45
- package/dist-esm/src/operationsInterfaces/dataCollectionRules.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dataCollectionRules.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/diagnosticSettings.d.ts +0 -34
- package/dist-esm/src/operationsInterfaces/diagnosticSettings.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/diagnosticSettings.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/diagnosticSettingsCategory.d.ts +0 -19
- package/dist-esm/src/operationsInterfaces/diagnosticSettingsCategory.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/diagnosticSettingsCategory.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/eventCategories.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/eventCategories.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/eventCategories.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -32
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -39
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/logProfiles.d.ts +0 -37
- package/dist-esm/src/operationsInterfaces/logProfiles.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/logProfiles.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/metricAlerts.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/metricAlerts.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/metricAlerts.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/metricAlertsStatus.d.ts +0 -20
- package/dist-esm/src/operationsInterfaces/metricAlertsStatus.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/metricAlertsStatus.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/metricDefinitions.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/metricDefinitions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/metricDefinitions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/metricNamespaces.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/metricNamespaces.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/metricNamespaces.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/metricsOperations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/metricsOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/metricsOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/monitorOperations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/monitorOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/monitorOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -10
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/predictiveMetric.d.ts +0 -20
- package/dist-esm/src/operationsInterfaces/predictiveMetric.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/predictiveMetric.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +0 -55
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +0 -20
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkScopeOperationStatus.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/privateLinkScopeOperationStatus.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkScopeOperationStatus.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkScopedResources.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/privateLinkScopedResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkScopedResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkScopes.d.ts +0 -57
- package/dist-esm/src/operationsInterfaces/privateLinkScopes.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkScopes.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/scheduledQueryRules.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/scheduledQueryRules.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/scheduledQueryRules.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/tenantActivityLogs.d.ts +0 -14
- package/dist-esm/src/operationsInterfaces/tenantActivityLogs.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/tenantActivityLogs.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/vMInsights.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/vMInsights.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/vMInsights.js.map +0 -1
- package/dist-esm/src/pagingHelper.js +0 -32
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/monitor_examples.d.ts +0 -4
- package/dist-esm/test/monitor_examples.d.ts.map +0 -1
- package/dist-esm/test/monitor_examples.js +0 -359
- package/dist-esm/test/monitor_examples.js.map +0 -1
- package/review/arm-monitor.api.md +0 -3580
- package/rollup.config.js +0 -122
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -5282
- package/src/models/mappers.ts +0 -8436
- package/src/models/parameters.ts +0 -838
- package/src/monitorClient.ts +0 -232
- package/src/operations/actionGroups.ts +0 -937
- package/src/operations/activityLogAlerts.ts +0 -489
- package/src/operations/activityLogs.ts +0 -191
- package/src/operations/alertRuleIncidents.ts +0 -178
- package/src/operations/alertRules.ts +0 -375
- package/src/operations/autoscaleSettings.ts +0 -482
- package/src/operations/azureMonitorWorkspaces.ts +0 -483
- package/src/operations/baselines.ts +0 -122
- package/src/operations/dataCollectionEndpoints.ts +0 -476
- package/src/operations/dataCollectionRuleAssociations.ts +0 -650
- package/src/operations/dataCollectionRules.ts +0 -472
- package/src/operations/diagnosticSettings.ts +0 -219
- package/src/operations/diagnosticSettingsCategory.ts +0 -150
- package/src/operations/eventCategories.ts +0 -105
- package/src/operations/index.ts +0 -39
- package/src/operations/logProfiles.ts +0 -250
- package/src/operations/metricAlerts.ts +0 -368
- package/src/operations/metricAlertsStatus.ts +0 -116
- package/src/operations/metricDefinitions.ts +0 -112
- package/src/operations/metricNamespaces.ts +0 -112
- package/src/operations/metricsOperations.ts +0 -72
- package/src/operations/monitorOperations.ts +0 -149
- package/src/operations/operations.ts +0 -56
- package/src/operations/predictiveMetric.ts +0 -101
- package/src/operations/privateEndpointConnections.ts +0 -383
- package/src/operations/privateLinkResources.ts +0 -116
- package/src/operations/privateLinkScopeOperationStatus.ts +0 -73
- package/src/operations/privateLinkScopedResources.ts +0 -501
- package/src/operations/privateLinkScopes.ts +0 -554
- package/src/operations/scheduledQueryRules.ts +0 -477
- package/src/operations/tenantActivityLogs.ts +0 -159
- package/src/operations/vMInsights.ts +0 -66
- package/src/operationsInterfaces/actionGroups.ts +0 -241
- package/src/operationsInterfaces/activityLogAlerts.ts +0 -93
- package/src/operationsInterfaces/activityLogs.ts +0 -36
- package/src/operationsInterfaces/alertRuleIncidents.ts +0 -44
- package/src/operationsInterfaces/alertRules.ts +0 -92
- package/src/operationsInterfaces/autoscaleSettings.ts +0 -91
- package/src/operationsInterfaces/azureMonitorWorkspaces.ts +0 -93
- package/src/operationsInterfaces/baselines.ts +0 -24
- package/src/operationsInterfaces/dataCollectionEndpoints.ts +0 -90
- package/src/operationsInterfaces/dataCollectionRuleAssociations.ts +0 -90
- package/src/operationsInterfaces/dataCollectionRules.ts +0 -86
- package/src/operationsInterfaces/diagnosticSettings.ts +0 -67
- package/src/operationsInterfaces/diagnosticSettingsCategory.ts +0 -40
- package/src/operationsInterfaces/eventCategories.ts +0 -26
- package/src/operationsInterfaces/index.ts +0 -39
- package/src/operationsInterfaces/logProfiles.ts +0 -73
- package/src/operationsInterfaces/metricAlerts.ts +0 -91
- package/src/operationsInterfaces/metricAlertsStatus.ts +0 -42
- package/src/operationsInterfaces/metricDefinitions.ts +0 -27
- package/src/operationsInterfaces/metricNamespaces.ts +0 -24
- package/src/operationsInterfaces/metricsOperations.ts +0 -22
- package/src/operationsInterfaces/monitorOperations.ts +0 -25
- package/src/operationsInterfaces/operations.ts +0 -21
- package/src/operationsInterfaces/predictiveMetric.ts +0 -40
- package/src/operationsInterfaces/privateEndpointConnections.ts +0 -108
- package/src/operationsInterfaces/privateLinkResources.ts +0 -42
- package/src/operationsInterfaces/privateLinkScopeOperationStatus.ts +0 -27
- package/src/operationsInterfaces/privateLinkScopedResources.ts +0 -109
- package/src/operationsInterfaces/privateLinkScopes.ts +0 -105
- package/src/operationsInterfaces/scheduledQueryRules.ts +0 -91
- package/src/operationsInterfaces/tenantActivityLogs.ts +0 -25
- package/src/operationsInterfaces/vMInsights.ts +0 -26
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-monitor.d.ts +0 -6303
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/actionGroups.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/activityLogAlerts.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/activityLogs.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/alertRuleIncidents.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/alertRules.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/autoscaleSettings.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/azureMonitorWorkspaces.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/baselines.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dataCollectionEndpoints.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dataCollectionRuleAssociations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dataCollectionRules.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/diagnosticSettings.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/diagnosticSettingsCategory.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/eventCategories.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/logProfiles.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/metricAlerts.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/metricAlertsStatus.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/metricDefinitions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/metricNamespaces.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/metricsOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/monitorOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/predictiveMetric.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkScopeOperationStatus.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkScopedResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkScopes.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/scheduledQueryRules.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/tenantActivityLogs.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/vMInsights.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /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"]}
|