@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
|
@@ -1,4691 +0,0 @@
|
|
|
1
|
-
import * as coreClient from "@azure/core-client";
|
|
2
|
-
export declare type RuleConditionUnion = RuleCondition | ThresholdRuleCondition | LocationThresholdRuleCondition | ManagementEventRuleCondition;
|
|
3
|
-
export declare type RuleDataSourceUnion = RuleDataSource | RuleMetricDataSource | RuleManagementEventDataSource;
|
|
4
|
-
export declare type RuleActionUnion = RuleAction | RuleEmailAction | RuleWebhookAction;
|
|
5
|
-
export declare type MetricAlertCriteriaUnion = MetricAlertCriteria | MetricAlertSingleResourceMultipleMetricCriteria | WebtestLocationAvailabilityCriteria | MetricAlertMultipleResourceMultipleMetricCriteria;
|
|
6
|
-
export declare type MultiMetricCriteriaUnion = MultiMetricCriteria | MetricCriteria | DynamicMetricCriteria;
|
|
7
|
-
/** Represents a collection of autoscale setting resources. */
|
|
8
|
-
export interface AutoscaleSettingResourceCollection {
|
|
9
|
-
/** the values for the autoscale setting resources. */
|
|
10
|
-
value: AutoscaleSettingResource[];
|
|
11
|
-
/** URL to get the next set of results. */
|
|
12
|
-
nextLink?: string;
|
|
13
|
-
}
|
|
14
|
-
/** Autoscale profile. */
|
|
15
|
-
export interface AutoscaleProfile {
|
|
16
|
-
/** the name of the profile. */
|
|
17
|
-
name: string;
|
|
18
|
-
/** the number of instances that can be used during this profile. */
|
|
19
|
-
capacity: ScaleCapacity;
|
|
20
|
-
/** the collection of rules that provide the triggers and parameters for the scaling action. A maximum of 10 rules can be specified. */
|
|
21
|
-
rules: ScaleRule[];
|
|
22
|
-
/** the specific date-time for the profile. This element is not used if the Recurrence element is used. */
|
|
23
|
-
fixedDate?: TimeWindow;
|
|
24
|
-
/** the repeating times at which this profile begins. This element is not used if the FixedDate element is used. */
|
|
25
|
-
recurrence?: Recurrence;
|
|
26
|
-
}
|
|
27
|
-
/** The number of instances that can be used during this profile. */
|
|
28
|
-
export interface ScaleCapacity {
|
|
29
|
-
/** the minimum number of instances for the resource. */
|
|
30
|
-
minimum: string;
|
|
31
|
-
/** the maximum number of instances for the resource. The actual maximum number of instances is limited by the cores that are available in the subscription. */
|
|
32
|
-
maximum: string;
|
|
33
|
-
/** the number of instances that will be set if metrics are not available for evaluation. The default is only used if the current instance count is lower than the default. */
|
|
34
|
-
default: string;
|
|
35
|
-
}
|
|
36
|
-
/** A rule that provide the triggers and parameters for the scaling action. */
|
|
37
|
-
export interface ScaleRule {
|
|
38
|
-
/** the trigger that results in a scaling action. */
|
|
39
|
-
metricTrigger: MetricTrigger;
|
|
40
|
-
/** the parameters for the scaling action. */
|
|
41
|
-
scaleAction: ScaleAction;
|
|
42
|
-
}
|
|
43
|
-
/** The trigger that results in a scaling action. */
|
|
44
|
-
export interface MetricTrigger {
|
|
45
|
-
/** the name of the metric that defines what the rule monitors. */
|
|
46
|
-
metricName: string;
|
|
47
|
-
/** the namespace of the metric that defines what the rule monitors. */
|
|
48
|
-
metricNamespace?: string;
|
|
49
|
-
/** the resource identifier of the resource the rule monitors. */
|
|
50
|
-
metricResourceUri: string;
|
|
51
|
-
/** the location of the resource the rule monitors. */
|
|
52
|
-
metricResourceLocation?: string;
|
|
53
|
-
/** the granularity of metrics the rule monitors. Must be one of the predefined values returned from metric definitions for the metric. Must be between 12 hours and 1 minute. */
|
|
54
|
-
timeGrain: string;
|
|
55
|
-
/** the metric statistic type. How the metrics from multiple instances are combined. */
|
|
56
|
-
statistic: MetricStatisticType;
|
|
57
|
-
/** the range of time in which instance data is collected. This value must be greater than the delay in metric collection, which can vary from resource-to-resource. Must be between 12 hours and 5 minutes. */
|
|
58
|
-
timeWindow: string;
|
|
59
|
-
/** time aggregation type. How the data that is collected should be combined over time. The default value is Average. */
|
|
60
|
-
timeAggregation: TimeAggregationType;
|
|
61
|
-
/** the operator that is used to compare the metric data and the threshold. */
|
|
62
|
-
operator: ComparisonOperationType;
|
|
63
|
-
/** the threshold of the metric that triggers the scale action. */
|
|
64
|
-
threshold: number;
|
|
65
|
-
/** List of dimension conditions. For example: [{"DimensionName":"AppName","Operator":"Equals","Values":["App1"]},{"DimensionName":"Deployment","Operator":"Equals","Values":["default"]}]. */
|
|
66
|
-
dimensions?: ScaleRuleMetricDimension[];
|
|
67
|
-
/** a value indicating whether metric should divide per instance. */
|
|
68
|
-
dividePerInstance?: boolean;
|
|
69
|
-
}
|
|
70
|
-
/** Specifies an auto scale rule metric dimension. */
|
|
71
|
-
export interface ScaleRuleMetricDimension {
|
|
72
|
-
/** Name of the dimension. */
|
|
73
|
-
dimensionName: string;
|
|
74
|
-
/** the dimension operator. Only 'Equals' and 'NotEquals' are supported. 'Equals' being equal to any of the values. 'NotEquals' being not equal to all of the values */
|
|
75
|
-
operator: ScaleRuleMetricDimensionOperationType;
|
|
76
|
-
/** list of dimension values. For example: ["App1","App2"]. */
|
|
77
|
-
values: string[];
|
|
78
|
-
}
|
|
79
|
-
/** The parameters for the scaling action. */
|
|
80
|
-
export interface ScaleAction {
|
|
81
|
-
/** the scale direction. Whether the scaling action increases or decreases the number of instances. */
|
|
82
|
-
direction: ScaleDirection;
|
|
83
|
-
/** the type of action that should occur when the scale rule fires. */
|
|
84
|
-
type: ScaleType;
|
|
85
|
-
/** the number of instances that are involved in the scaling action. This value must be 1 or greater. The default value is 1. */
|
|
86
|
-
value?: string;
|
|
87
|
-
/** the amount of time to wait since the last scaling action before this action occurs. It must be between 1 week and 1 minute in ISO 8601 format. */
|
|
88
|
-
cooldown: string;
|
|
89
|
-
}
|
|
90
|
-
/** A specific date-time for the profile. */
|
|
91
|
-
export interface TimeWindow {
|
|
92
|
-
/** the timezone of the start and end times for the profile. Some examples of valid time zones are: Dateline Standard Time, UTC-11, Hawaiian Standard Time, Alaskan Standard Time, Pacific Standard Time (Mexico), Pacific Standard Time, US Mountain Standard Time, Mountain Standard Time (Mexico), Mountain Standard Time, Central America Standard Time, Central Standard Time, Central Standard Time (Mexico), Canada Central Standard Time, SA Pacific Standard Time, Eastern Standard Time, US Eastern Standard Time, Venezuela Standard Time, Paraguay Standard Time, Atlantic Standard Time, Central Brazilian Standard Time, SA Western Standard Time, Pacific SA Standard Time, Newfoundland Standard Time, E. South America Standard Time, Argentina Standard Time, SA Eastern Standard Time, Greenland Standard Time, Montevideo Standard Time, Bahia Standard Time, UTC-02, Mid-Atlantic Standard Time, Azores Standard Time, Cape Verde Standard Time, Morocco Standard Time, UTC, GMT Standard Time, Greenwich Standard Time, W. Europe Standard Time, Central Europe Standard Time, Romance Standard Time, Central European Standard Time, W. Central Africa Standard Time, Namibia Standard Time, Jordan Standard Time, GTB Standard Time, Middle East Standard Time, Egypt Standard Time, Syria Standard Time, E. Europe Standard Time, South Africa Standard Time, FLE Standard Time, Turkey Standard Time, Israel Standard Time, Kaliningrad Standard Time, Libya Standard Time, Arabic Standard Time, Arab Standard Time, Belarus Standard Time, Russian Standard Time, E. Africa Standard Time, Iran Standard Time, Arabian Standard Time, Azerbaijan Standard Time, Russia Time Zone 3, Mauritius Standard Time, Georgian Standard Time, Caucasus Standard Time, Afghanistan Standard Time, West Asia Standard Time, Ekaterinburg Standard Time, Pakistan Standard Time, India Standard Time, Sri Lanka Standard Time, Nepal Standard Time, Central Asia Standard Time, Bangladesh Standard Time, N. Central Asia Standard Time, Myanmar Standard Time, SE Asia Standard Time, North Asia Standard Time, China Standard Time, North Asia East Standard Time, Singapore Standard Time, W. Australia Standard Time, Taipei Standard Time, Ulaanbaatar Standard Time, Tokyo Standard Time, Korea Standard Time, Yakutsk Standard Time, Cen. Australia Standard Time, AUS Central Standard Time, E. Australia Standard Time, AUS Eastern Standard Time, West Pacific Standard Time, Tasmania Standard Time, Magadan Standard Time, Vladivostok Standard Time, Russia Time Zone 10, Central Pacific Standard Time, Russia Time Zone 11, New Zealand Standard Time, UTC+12, Fiji Standard Time, Kamchatka Standard Time, Tonga Standard Time, Samoa Standard Time, Line Islands Standard Time */
|
|
93
|
-
timeZone?: string;
|
|
94
|
-
/** the start time for the profile in ISO 8601 format. */
|
|
95
|
-
start: Date;
|
|
96
|
-
/** the end time for the profile in ISO 8601 format. */
|
|
97
|
-
end: Date;
|
|
98
|
-
}
|
|
99
|
-
/** The repeating times at which this profile begins. This element is not used if the FixedDate element is used. */
|
|
100
|
-
export interface Recurrence {
|
|
101
|
-
/** the recurrence frequency. How often the schedule profile should take effect. This value must be Week, meaning each week will have the same set of profiles. For example, to set a daily schedule, set **schedule** to every day of the week. The frequency property specifies that the schedule is repeated weekly. */
|
|
102
|
-
frequency: RecurrenceFrequency;
|
|
103
|
-
/** the scheduling constraints for when the profile begins. */
|
|
104
|
-
schedule: RecurrentSchedule;
|
|
105
|
-
}
|
|
106
|
-
/** The scheduling constraints for when the profile begins. */
|
|
107
|
-
export interface RecurrentSchedule {
|
|
108
|
-
/** the timezone for the hours of the profile. Some examples of valid time zones are: Dateline Standard Time, UTC-11, Hawaiian Standard Time, Alaskan Standard Time, Pacific Standard Time (Mexico), Pacific Standard Time, US Mountain Standard Time, Mountain Standard Time (Mexico), Mountain Standard Time, Central America Standard Time, Central Standard Time, Central Standard Time (Mexico), Canada Central Standard Time, SA Pacific Standard Time, Eastern Standard Time, US Eastern Standard Time, Venezuela Standard Time, Paraguay Standard Time, Atlantic Standard Time, Central Brazilian Standard Time, SA Western Standard Time, Pacific SA Standard Time, Newfoundland Standard Time, E. South America Standard Time, Argentina Standard Time, SA Eastern Standard Time, Greenland Standard Time, Montevideo Standard Time, Bahia Standard Time, UTC-02, Mid-Atlantic Standard Time, Azores Standard Time, Cape Verde Standard Time, Morocco Standard Time, UTC, GMT Standard Time, Greenwich Standard Time, W. Europe Standard Time, Central Europe Standard Time, Romance Standard Time, Central European Standard Time, W. Central Africa Standard Time, Namibia Standard Time, Jordan Standard Time, GTB Standard Time, Middle East Standard Time, Egypt Standard Time, Syria Standard Time, E. Europe Standard Time, South Africa Standard Time, FLE Standard Time, Turkey Standard Time, Israel Standard Time, Kaliningrad Standard Time, Libya Standard Time, Arabic Standard Time, Arab Standard Time, Belarus Standard Time, Russian Standard Time, E. Africa Standard Time, Iran Standard Time, Arabian Standard Time, Azerbaijan Standard Time, Russia Time Zone 3, Mauritius Standard Time, Georgian Standard Time, Caucasus Standard Time, Afghanistan Standard Time, West Asia Standard Time, Ekaterinburg Standard Time, Pakistan Standard Time, India Standard Time, Sri Lanka Standard Time, Nepal Standard Time, Central Asia Standard Time, Bangladesh Standard Time, N. Central Asia Standard Time, Myanmar Standard Time, SE Asia Standard Time, North Asia Standard Time, China Standard Time, North Asia East Standard Time, Singapore Standard Time, W. Australia Standard Time, Taipei Standard Time, Ulaanbaatar Standard Time, Tokyo Standard Time, Korea Standard Time, Yakutsk Standard Time, Cen. Australia Standard Time, AUS Central Standard Time, E. Australia Standard Time, AUS Eastern Standard Time, West Pacific Standard Time, Tasmania Standard Time, Magadan Standard Time, Vladivostok Standard Time, Russia Time Zone 10, Central Pacific Standard Time, Russia Time Zone 11, New Zealand Standard Time, UTC+12, Fiji Standard Time, Kamchatka Standard Time, Tonga Standard Time, Samoa Standard Time, Line Islands Standard Time */
|
|
109
|
-
timeZone: string;
|
|
110
|
-
/** the collection of days that the profile takes effect on. Possible values are Sunday through Saturday. */
|
|
111
|
-
days: string[];
|
|
112
|
-
/** A collection of hours that the profile takes effect on. Values supported are 0 to 23 on the 24-hour clock (AM/PM times are not supported). */
|
|
113
|
-
hours: number[];
|
|
114
|
-
/** A collection of minutes at which the profile takes effect at. */
|
|
115
|
-
minutes: number[];
|
|
116
|
-
}
|
|
117
|
-
/** Autoscale notification. */
|
|
118
|
-
export interface AutoscaleNotification {
|
|
119
|
-
/** the operation associated with the notification and its value must be "scale" */
|
|
120
|
-
operation: "Scale";
|
|
121
|
-
/** the email notification. */
|
|
122
|
-
email?: EmailNotification;
|
|
123
|
-
/** the collection of webhook notifications. */
|
|
124
|
-
webhooks?: WebhookNotification[];
|
|
125
|
-
}
|
|
126
|
-
/** Email notification of an autoscale event. */
|
|
127
|
-
export interface EmailNotification {
|
|
128
|
-
/** a value indicating whether to send email to subscription administrator. */
|
|
129
|
-
sendToSubscriptionAdministrator?: boolean;
|
|
130
|
-
/** a value indicating whether to send email to subscription co-administrators. */
|
|
131
|
-
sendToSubscriptionCoAdministrators?: boolean;
|
|
132
|
-
/** the custom e-mails list. This value can be null or empty, in which case this attribute will be ignored. */
|
|
133
|
-
customEmails?: string[];
|
|
134
|
-
}
|
|
135
|
-
/** Webhook notification of an autoscale event. */
|
|
136
|
-
export interface WebhookNotification {
|
|
137
|
-
/** the service address to receive the notification. */
|
|
138
|
-
serviceUri?: string;
|
|
139
|
-
/** a property bag of settings. This value can be empty. */
|
|
140
|
-
properties?: {
|
|
141
|
-
[propertyName: string]: string;
|
|
142
|
-
};
|
|
143
|
-
}
|
|
144
|
-
/** The parameters for enabling predictive autoscale. */
|
|
145
|
-
export interface PredictiveAutoscalePolicy {
|
|
146
|
-
/** the predictive autoscale mode */
|
|
147
|
-
scaleMode: PredictiveAutoscalePolicyScaleMode;
|
|
148
|
-
/** the amount of time to specify by which instances are launched in advance. It must be between 1 minute and 60 minutes in ISO 8601 format. */
|
|
149
|
-
scaleLookAheadTime?: string;
|
|
150
|
-
}
|
|
151
|
-
/** The autoscale setting resource. */
|
|
152
|
-
export interface Resource {
|
|
153
|
-
/**
|
|
154
|
-
* Azure resource Id
|
|
155
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
156
|
-
*/
|
|
157
|
-
readonly id?: string;
|
|
158
|
-
/**
|
|
159
|
-
* Azure resource name
|
|
160
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
161
|
-
*/
|
|
162
|
-
readonly name?: string;
|
|
163
|
-
/**
|
|
164
|
-
* Azure resource type
|
|
165
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
166
|
-
*/
|
|
167
|
-
readonly type?: string;
|
|
168
|
-
/** Resource location */
|
|
169
|
-
location: string;
|
|
170
|
-
/** Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater in length than 128 characters and a value no greater in length than 256 characters. */
|
|
171
|
-
tags?: {
|
|
172
|
-
[propertyName: string]: string;
|
|
173
|
-
};
|
|
174
|
-
/**
|
|
175
|
-
* The system metadata related to the response.
|
|
176
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
177
|
-
*/
|
|
178
|
-
readonly systemData?: SystemData;
|
|
179
|
-
}
|
|
180
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
181
|
-
export interface SystemData {
|
|
182
|
-
/** The identity that created the resource. */
|
|
183
|
-
createdBy?: string;
|
|
184
|
-
/** The type of identity that created the resource. */
|
|
185
|
-
createdByType?: CreatedByType;
|
|
186
|
-
/** The timestamp of resource creation (UTC). */
|
|
187
|
-
createdAt?: Date;
|
|
188
|
-
/** The identity that last modified the resource. */
|
|
189
|
-
lastModifiedBy?: string;
|
|
190
|
-
/** The type of identity that last modified the resource. */
|
|
191
|
-
lastModifiedByType?: CreatedByType;
|
|
192
|
-
/** The timestamp of resource last modification (UTC) */
|
|
193
|
-
lastModifiedAt?: Date;
|
|
194
|
-
}
|
|
195
|
-
/** Describes the format of Error response. */
|
|
196
|
-
export interface AutoscaleErrorResponse {
|
|
197
|
-
/** The error object. */
|
|
198
|
-
error?: AutoscaleErrorResponseError;
|
|
199
|
-
/**
|
|
200
|
-
* The system metadata related to the response.
|
|
201
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
202
|
-
*/
|
|
203
|
-
readonly systemData?: SystemData;
|
|
204
|
-
}
|
|
205
|
-
/** The error object. */
|
|
206
|
-
export interface AutoscaleErrorResponseError {
|
|
207
|
-
/** One of a server-defined set of error codes. */
|
|
208
|
-
code?: string;
|
|
209
|
-
/** A human-readable representation of the error. */
|
|
210
|
-
message?: string;
|
|
211
|
-
/** The target of the particular error. */
|
|
212
|
-
target?: string;
|
|
213
|
-
/** A human-readable representation of the error's details. */
|
|
214
|
-
details?: string;
|
|
215
|
-
}
|
|
216
|
-
/** The autoscale setting object for patch operations. */
|
|
217
|
-
export interface AutoscaleSettingResourcePatch {
|
|
218
|
-
/** Resource tags */
|
|
219
|
-
tags?: {
|
|
220
|
-
[propertyName: string]: string;
|
|
221
|
-
};
|
|
222
|
-
/** the collection of automatic scaling profiles that specify different scaling parameters for different time periods. A maximum of 20 profiles can be specified. */
|
|
223
|
-
profiles?: AutoscaleProfile[];
|
|
224
|
-
/** the collection of notifications. */
|
|
225
|
-
notifications?: AutoscaleNotification[];
|
|
226
|
-
/** the enabled flag. Specifies whether automatic scaling is enabled for the resource. The default value is 'false'. */
|
|
227
|
-
enabled?: boolean;
|
|
228
|
-
/** the predictive autoscale policy mode. */
|
|
229
|
-
predictiveAutoscalePolicy?: PredictiveAutoscalePolicy;
|
|
230
|
-
/** the name of the autoscale setting. */
|
|
231
|
-
name?: string;
|
|
232
|
-
/** the resource identifier of the resource that the autoscale setting should be added to. */
|
|
233
|
-
targetResourceUri?: string;
|
|
234
|
-
/** the location of the resource that the autoscale setting should be added to. */
|
|
235
|
-
targetResourceLocation?: string;
|
|
236
|
-
}
|
|
237
|
-
/** The response to a metrics query. */
|
|
238
|
-
export interface PredictiveResponse {
|
|
239
|
-
/** The timespan for which the data was retrieved. Its value consists of two datetimes concatenated, separated by '/'. This may be adjusted in the future and returned back from what was originally requested. */
|
|
240
|
-
timespan?: string;
|
|
241
|
-
/** The interval (window size) for which the metric data was returned in. This may be adjusted in the future and returned back from what was originally requested. This is not present if a metadata request was made. */
|
|
242
|
-
interval?: string;
|
|
243
|
-
/** The metrics being queried */
|
|
244
|
-
metricName?: string;
|
|
245
|
-
/** resource of the predictive metric. */
|
|
246
|
-
targetResourceId?: string;
|
|
247
|
-
/** the value of the collection. */
|
|
248
|
-
data?: PredictiveValue[];
|
|
249
|
-
}
|
|
250
|
-
/** Represents a predictive metric value in the given bucket. */
|
|
251
|
-
export interface PredictiveValue {
|
|
252
|
-
/** the timestamp for the metric value in ISO 8601 format. */
|
|
253
|
-
timeStamp: Date;
|
|
254
|
-
/** Predictive value in this time bucket. */
|
|
255
|
-
value: number;
|
|
256
|
-
}
|
|
257
|
-
/** Result of the request to list Microsoft.Insights operations. It contains a list of operations and a URL link to get the next set of results. */
|
|
258
|
-
export interface OperationListResult {
|
|
259
|
-
/** List of operations supported by the Microsoft.Insights provider. */
|
|
260
|
-
value?: Operation[];
|
|
261
|
-
/** URL to get the next set of operation list results if there are any. */
|
|
262
|
-
nextLink?: string;
|
|
263
|
-
}
|
|
264
|
-
/** Microsoft Insights API operation definition. */
|
|
265
|
-
export interface Operation {
|
|
266
|
-
/** Operation name: {provider}/{resource}/{operation} */
|
|
267
|
-
name?: string;
|
|
268
|
-
/** Display metadata associated with the operation. */
|
|
269
|
-
display?: OperationDisplay;
|
|
270
|
-
}
|
|
271
|
-
/** Display metadata associated with the operation. */
|
|
272
|
-
export interface OperationDisplay {
|
|
273
|
-
/** Service provider: Microsoft.Insights */
|
|
274
|
-
provider?: string;
|
|
275
|
-
/** Resource on which the operation is performed: AlertRules, Autoscale, etc. */
|
|
276
|
-
resource?: string;
|
|
277
|
-
/** Operation type: Read, write, delete, etc. */
|
|
278
|
-
operation?: string;
|
|
279
|
-
}
|
|
280
|
-
/** An alert incident indicates the activation status of an alert rule. */
|
|
281
|
-
export interface Incident {
|
|
282
|
-
/**
|
|
283
|
-
* Incident name.
|
|
284
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
285
|
-
*/
|
|
286
|
-
readonly name?: string;
|
|
287
|
-
/**
|
|
288
|
-
* Rule name that is associated with the incident.
|
|
289
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
290
|
-
*/
|
|
291
|
-
readonly ruleName?: string;
|
|
292
|
-
/**
|
|
293
|
-
* A boolean to indicate whether the incident is active or resolved.
|
|
294
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
295
|
-
*/
|
|
296
|
-
readonly isActive?: boolean;
|
|
297
|
-
/**
|
|
298
|
-
* The time at which the incident was activated in ISO8601 format.
|
|
299
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
300
|
-
*/
|
|
301
|
-
readonly activatedTime?: Date;
|
|
302
|
-
/**
|
|
303
|
-
* The time at which the incident was resolved in ISO8601 format. If null, it means the incident is still active.
|
|
304
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
305
|
-
*/
|
|
306
|
-
readonly resolvedTime?: Date;
|
|
307
|
-
}
|
|
308
|
-
/** Describes the format of Error response. */
|
|
309
|
-
export interface ErrorResponse {
|
|
310
|
-
/** Error code */
|
|
311
|
-
code?: string;
|
|
312
|
-
/** Error message indicating why the operation failed. */
|
|
313
|
-
message?: string;
|
|
314
|
-
}
|
|
315
|
-
/** The List incidents operation response. */
|
|
316
|
-
export interface IncidentListResult {
|
|
317
|
-
/** the incident collection. */
|
|
318
|
-
value?: Incident[];
|
|
319
|
-
}
|
|
320
|
-
/** The condition that results in the alert rule being activated. */
|
|
321
|
-
export interface RuleCondition {
|
|
322
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
323
|
-
odataType: "Microsoft.Azure.Management.Insights.Models.ThresholdRuleCondition" | "Microsoft.Azure.Management.Insights.Models.LocationThresholdRuleCondition" | "Microsoft.Azure.Management.Insights.Models.ManagementEventRuleCondition";
|
|
324
|
-
/** the resource from which the rule collects its data. For this type dataSource will always be of type RuleMetricDataSource. */
|
|
325
|
-
dataSource?: RuleDataSourceUnion;
|
|
326
|
-
}
|
|
327
|
-
/** The resource from which the rule collects its data. */
|
|
328
|
-
export interface RuleDataSource {
|
|
329
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
330
|
-
odataType: "Microsoft.Azure.Management.Insights.Models.RuleMetricDataSource" | "Microsoft.Azure.Management.Insights.Models.RuleManagementEventDataSource";
|
|
331
|
-
/** the resource identifier of the resource the rule monitors. **NOTE**: this property cannot be updated for an existing rule. */
|
|
332
|
-
resourceUri?: string;
|
|
333
|
-
/** the legacy resource identifier of the resource the rule monitors. **NOTE**: this property cannot be updated for an existing rule. */
|
|
334
|
-
legacyResourceId?: string;
|
|
335
|
-
/** the location of the resource. */
|
|
336
|
-
resourceLocation?: string;
|
|
337
|
-
/** the namespace of the metric. */
|
|
338
|
-
metricNamespace?: string;
|
|
339
|
-
}
|
|
340
|
-
/** The action that is performed when the alert rule becomes active, and when an alert condition is resolved. */
|
|
341
|
-
export interface RuleAction {
|
|
342
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
343
|
-
odataType: "Microsoft.Azure.Management.Insights.Models.RuleEmailAction" | "Microsoft.Azure.Management.Insights.Models.RuleWebhookAction";
|
|
344
|
-
}
|
|
345
|
-
/** An azure resource object */
|
|
346
|
-
export interface ResourceAutoGenerated {
|
|
347
|
-
/**
|
|
348
|
-
* Azure resource Id
|
|
349
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
350
|
-
*/
|
|
351
|
-
readonly id?: string;
|
|
352
|
-
/**
|
|
353
|
-
* Azure resource name
|
|
354
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
355
|
-
*/
|
|
356
|
-
readonly name?: string;
|
|
357
|
-
/**
|
|
358
|
-
* Azure resource type
|
|
359
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
360
|
-
*/
|
|
361
|
-
readonly type?: string;
|
|
362
|
-
/** Resource location */
|
|
363
|
-
location: string;
|
|
364
|
-
/** Resource tags */
|
|
365
|
-
tags?: {
|
|
366
|
-
[propertyName: string]: string;
|
|
367
|
-
};
|
|
368
|
-
}
|
|
369
|
-
/** The alert rule object for patch operations. */
|
|
370
|
-
export interface AlertRuleResourcePatch {
|
|
371
|
-
/** Resource tags */
|
|
372
|
-
tags?: {
|
|
373
|
-
[propertyName: string]: string;
|
|
374
|
-
};
|
|
375
|
-
/** the name of the alert rule. */
|
|
376
|
-
name?: string;
|
|
377
|
-
/** the description of the alert rule that will be included in the alert email. */
|
|
378
|
-
description?: string;
|
|
379
|
-
/** the provisioning state. */
|
|
380
|
-
provisioningState?: string;
|
|
381
|
-
/** the flag that indicates whether the alert rule is enabled. */
|
|
382
|
-
isEnabled?: boolean;
|
|
383
|
-
/** the condition that results in the alert rule being activated. */
|
|
384
|
-
condition?: RuleConditionUnion;
|
|
385
|
-
/** action that is performed when the alert rule becomes active, and when an alert condition is resolved. */
|
|
386
|
-
action?: RuleActionUnion;
|
|
387
|
-
/** the array of actions that are performed when the alert rule becomes active, and when an alert condition is resolved. */
|
|
388
|
-
actions?: RuleActionUnion[];
|
|
389
|
-
/**
|
|
390
|
-
* Last time the rule was updated in ISO8601 format.
|
|
391
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
392
|
-
*/
|
|
393
|
-
readonly lastUpdatedTime?: Date;
|
|
394
|
-
}
|
|
395
|
-
/** Represents a collection of alert rule resources. */
|
|
396
|
-
export interface AlertRuleResourceCollection {
|
|
397
|
-
/** the values for the alert rule resources. */
|
|
398
|
-
value?: AlertRuleResource[];
|
|
399
|
-
}
|
|
400
|
-
/** Specifies the retention policy for the log. */
|
|
401
|
-
export interface RetentionPolicy {
|
|
402
|
-
/** a value indicating whether the retention policy is enabled. */
|
|
403
|
-
enabled: boolean;
|
|
404
|
-
/** the number of days for the retention in days. A value of 0 will retain the events indefinitely. */
|
|
405
|
-
days: number;
|
|
406
|
-
}
|
|
407
|
-
/** An azure resource object */
|
|
408
|
-
export interface ResourceAutoGenerated2 {
|
|
409
|
-
/**
|
|
410
|
-
* Azure resource Id
|
|
411
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
412
|
-
*/
|
|
413
|
-
readonly id?: string;
|
|
414
|
-
/**
|
|
415
|
-
* Azure resource name
|
|
416
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
417
|
-
*/
|
|
418
|
-
readonly name?: string;
|
|
419
|
-
/**
|
|
420
|
-
* Azure resource type
|
|
421
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
422
|
-
*/
|
|
423
|
-
readonly type?: string;
|
|
424
|
-
/** Resource location */
|
|
425
|
-
location: string;
|
|
426
|
-
/** Resource tags */
|
|
427
|
-
tags?: {
|
|
428
|
-
[propertyName: string]: string;
|
|
429
|
-
};
|
|
430
|
-
}
|
|
431
|
-
/** The log profile resource for patch operations. */
|
|
432
|
-
export interface LogProfileResourcePatch {
|
|
433
|
-
/** Resource tags */
|
|
434
|
-
tags?: {
|
|
435
|
-
[propertyName: string]: string;
|
|
436
|
-
};
|
|
437
|
-
/** the resource id of the storage account to which you would like to send the Activity Log. */
|
|
438
|
-
storageAccountId?: string;
|
|
439
|
-
/** The service bus rule ID of the service bus namespace in which you would like to have Event Hubs created for streaming the Activity Log. The rule ID is of the format: '{service bus resource ID}/authorizationrules/{key name}'. */
|
|
440
|
-
serviceBusRuleId?: string;
|
|
441
|
-
/** List of regions for which Activity Log events should be stored or streamed. It is a comma separated list of valid ARM locations including the 'global' location. */
|
|
442
|
-
locations?: string[];
|
|
443
|
-
/** the categories of the logs. These categories are created as is convenient to the user. Some values are: 'Write', 'Delete', and/or 'Action.' */
|
|
444
|
-
categories?: string[];
|
|
445
|
-
/** the retention policy for the events in the log. */
|
|
446
|
-
retentionPolicy?: RetentionPolicy;
|
|
447
|
-
}
|
|
448
|
-
/** Represents a collection of log profiles. */
|
|
449
|
-
export interface LogProfileCollection {
|
|
450
|
-
/** the values of the log profiles. */
|
|
451
|
-
value: LogProfileResource[];
|
|
452
|
-
}
|
|
453
|
-
/** Part of MultiTenantDiagnosticSettings. Specifies the settings for a particular metric. */
|
|
454
|
-
export interface MetricSettings {
|
|
455
|
-
/** the timegrain of the metric in ISO8601 format. */
|
|
456
|
-
timeGrain?: string;
|
|
457
|
-
/** Name of a Diagnostic Metric category for a resource type this setting is applied to. To obtain the list of Diagnostic metric categories for a resource, first perform a GET diagnostic settings operation. */
|
|
458
|
-
category?: string;
|
|
459
|
-
/** a value indicating whether this category is enabled. */
|
|
460
|
-
enabled: boolean;
|
|
461
|
-
/** the retention policy for this category. */
|
|
462
|
-
retentionPolicy?: RetentionPolicy;
|
|
463
|
-
}
|
|
464
|
-
/** Part of MultiTenantDiagnosticSettings. Specifies the settings for a particular log. */
|
|
465
|
-
export interface LogSettings {
|
|
466
|
-
/** Name of a Diagnostic Log category for a resource type this setting is applied to. To obtain the list of Diagnostic Log categories for a resource, first perform a GET diagnostic settings operation. */
|
|
467
|
-
category?: string;
|
|
468
|
-
/** Name of a Diagnostic Log category group for a resource type this setting is applied to. To obtain the list of Diagnostic Log categories for a resource, first perform a GET diagnostic settings operation. */
|
|
469
|
-
categoryGroup?: string;
|
|
470
|
-
/** a value indicating whether this log is enabled. */
|
|
471
|
-
enabled: boolean;
|
|
472
|
-
/** the retention policy for this log. */
|
|
473
|
-
retentionPolicy?: RetentionPolicy;
|
|
474
|
-
}
|
|
475
|
-
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
476
|
-
export interface ResourceAutoGenerated3 {
|
|
477
|
-
/**
|
|
478
|
-
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
479
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
480
|
-
*/
|
|
481
|
-
readonly id?: string;
|
|
482
|
-
/**
|
|
483
|
-
* The name of the resource
|
|
484
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
485
|
-
*/
|
|
486
|
-
readonly name?: string;
|
|
487
|
-
/**
|
|
488
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
489
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
490
|
-
*/
|
|
491
|
-
readonly type?: string;
|
|
492
|
-
}
|
|
493
|
-
/** Represents a collection of alert rule resources. */
|
|
494
|
-
export interface DiagnosticSettingsResourceCollection {
|
|
495
|
-
/** The collection of diagnostic settings resources;. */
|
|
496
|
-
value?: DiagnosticSettingsResource[];
|
|
497
|
-
}
|
|
498
|
-
/** Represents a collection of diagnostic setting category resources. */
|
|
499
|
-
export interface DiagnosticSettingsCategoryResourceCollection {
|
|
500
|
-
/** The collection of diagnostic settings category resources. */
|
|
501
|
-
value?: DiagnosticSettingsCategoryResource[];
|
|
502
|
-
}
|
|
503
|
-
/** An email receiver. */
|
|
504
|
-
export interface EmailReceiver {
|
|
505
|
-
/** The name of the email receiver. Names must be unique across all receivers within an action group. */
|
|
506
|
-
name: string;
|
|
507
|
-
/** The email address of this receiver. */
|
|
508
|
-
emailAddress: string;
|
|
509
|
-
/** Indicates whether to use common alert schema. */
|
|
510
|
-
useCommonAlertSchema?: boolean;
|
|
511
|
-
/**
|
|
512
|
-
* The receiver status of the e-mail.
|
|
513
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
514
|
-
*/
|
|
515
|
-
readonly status?: ReceiverStatus;
|
|
516
|
-
}
|
|
517
|
-
/** An SMS receiver. */
|
|
518
|
-
export interface SmsReceiver {
|
|
519
|
-
/** The name of the SMS receiver. Names must be unique across all receivers within an action group. */
|
|
520
|
-
name: string;
|
|
521
|
-
/** The country code of the SMS receiver. */
|
|
522
|
-
countryCode: string;
|
|
523
|
-
/** The phone number of the SMS receiver. */
|
|
524
|
-
phoneNumber: string;
|
|
525
|
-
/**
|
|
526
|
-
* The status of the receiver.
|
|
527
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
528
|
-
*/
|
|
529
|
-
readonly status?: ReceiverStatus;
|
|
530
|
-
}
|
|
531
|
-
/** A webhook receiver. */
|
|
532
|
-
export interface WebhookReceiver {
|
|
533
|
-
/** The name of the webhook receiver. Names must be unique across all receivers within an action group. */
|
|
534
|
-
name: string;
|
|
535
|
-
/** The URI where webhooks should be sent. */
|
|
536
|
-
serviceUri: string;
|
|
537
|
-
/** Indicates whether to use common alert schema. */
|
|
538
|
-
useCommonAlertSchema?: boolean;
|
|
539
|
-
/** Indicates whether or not use AAD authentication. */
|
|
540
|
-
useAadAuth?: boolean;
|
|
541
|
-
/** Indicates the webhook app object Id for aad auth. */
|
|
542
|
-
objectId?: string;
|
|
543
|
-
/** Indicates the identifier uri for aad auth. */
|
|
544
|
-
identifierUri?: string;
|
|
545
|
-
/** Indicates the tenant id for aad auth. */
|
|
546
|
-
tenantId?: string;
|
|
547
|
-
}
|
|
548
|
-
/** An Itsm receiver. */
|
|
549
|
-
export interface ItsmReceiver {
|
|
550
|
-
/** The name of the Itsm receiver. Names must be unique across all receivers within an action group. */
|
|
551
|
-
name: string;
|
|
552
|
-
/** OMS LA instance identifier. */
|
|
553
|
-
workspaceId: string;
|
|
554
|
-
/** Unique identification of ITSM connection among multiple defined in above workspace. */
|
|
555
|
-
connectionId: string;
|
|
556
|
-
/** JSON blob for the configurations of the ITSM action. CreateMultipleWorkItems option will be part of this blob as well. */
|
|
557
|
-
ticketConfiguration: string;
|
|
558
|
-
/** Region in which workspace resides. Supported values:'centralindia','japaneast','southeastasia','australiasoutheast','uksouth','westcentralus','canadacentral','eastus','westeurope' */
|
|
559
|
-
region: string;
|
|
560
|
-
}
|
|
561
|
-
/** The Azure mobile App push notification receiver. */
|
|
562
|
-
export interface AzureAppPushReceiver {
|
|
563
|
-
/** The name of the Azure mobile app push receiver. Names must be unique across all receivers within an action group. */
|
|
564
|
-
name: string;
|
|
565
|
-
/** The email address registered for the Azure mobile app. */
|
|
566
|
-
emailAddress: string;
|
|
567
|
-
}
|
|
568
|
-
/** The Azure Automation Runbook notification receiver. */
|
|
569
|
-
export interface AutomationRunbookReceiver {
|
|
570
|
-
/** The Azure automation account Id which holds this runbook and authenticate to Azure resource. */
|
|
571
|
-
automationAccountId: string;
|
|
572
|
-
/** The name for this runbook. */
|
|
573
|
-
runbookName: string;
|
|
574
|
-
/** The resource id for webhook linked to this runbook. */
|
|
575
|
-
webhookResourceId: string;
|
|
576
|
-
/** Indicates whether this instance is global runbook. */
|
|
577
|
-
isGlobalRunbook: boolean;
|
|
578
|
-
/** Indicates name of the webhook. */
|
|
579
|
-
name?: string;
|
|
580
|
-
/** The URI where webhooks should be sent. */
|
|
581
|
-
serviceUri?: string;
|
|
582
|
-
/** Indicates whether to use common alert schema. */
|
|
583
|
-
useCommonAlertSchema?: boolean;
|
|
584
|
-
}
|
|
585
|
-
/** A voice receiver. */
|
|
586
|
-
export interface VoiceReceiver {
|
|
587
|
-
/** The name of the voice receiver. Names must be unique across all receivers within an action group. */
|
|
588
|
-
name: string;
|
|
589
|
-
/** The country code of the voice receiver. */
|
|
590
|
-
countryCode: string;
|
|
591
|
-
/** The phone number of the voice receiver. */
|
|
592
|
-
phoneNumber: string;
|
|
593
|
-
}
|
|
594
|
-
/** A logic app receiver. */
|
|
595
|
-
export interface LogicAppReceiver {
|
|
596
|
-
/** The name of the logic app receiver. Names must be unique across all receivers within an action group. */
|
|
597
|
-
name: string;
|
|
598
|
-
/** The azure resource id of the logic app receiver. */
|
|
599
|
-
resourceId: string;
|
|
600
|
-
/** The callback url where http request sent to. */
|
|
601
|
-
callbackUrl: string;
|
|
602
|
-
/** Indicates whether to use common alert schema. */
|
|
603
|
-
useCommonAlertSchema?: boolean;
|
|
604
|
-
}
|
|
605
|
-
/** An azure function receiver. */
|
|
606
|
-
export interface AzureFunctionReceiver {
|
|
607
|
-
/** The name of the azure function receiver. Names must be unique across all receivers within an action group. */
|
|
608
|
-
name: string;
|
|
609
|
-
/** The azure resource id of the function app. */
|
|
610
|
-
functionAppResourceId: string;
|
|
611
|
-
/** The function name in the function app. */
|
|
612
|
-
functionName: string;
|
|
613
|
-
/** The http trigger url where http request sent to. */
|
|
614
|
-
httpTriggerUrl: string;
|
|
615
|
-
/** Indicates whether to use common alert schema. */
|
|
616
|
-
useCommonAlertSchema?: boolean;
|
|
617
|
-
}
|
|
618
|
-
/** An arm role receiver. */
|
|
619
|
-
export interface ArmRoleReceiver {
|
|
620
|
-
/** The name of the arm role receiver. Names must be unique across all receivers within an action group. */
|
|
621
|
-
name: string;
|
|
622
|
-
/** The arm role id. */
|
|
623
|
-
roleId: string;
|
|
624
|
-
/** Indicates whether to use common alert schema. */
|
|
625
|
-
useCommonAlertSchema?: boolean;
|
|
626
|
-
}
|
|
627
|
-
/** An Event hub receiver. */
|
|
628
|
-
export interface EventHubReceiver {
|
|
629
|
-
/** The name of the Event hub receiver. Names must be unique across all receivers within an action group. */
|
|
630
|
-
name: string;
|
|
631
|
-
/** The Event Hub namespace */
|
|
632
|
-
eventHubNameSpace: string;
|
|
633
|
-
/** The name of the specific Event Hub queue */
|
|
634
|
-
eventHubName: string;
|
|
635
|
-
/** Indicates whether to use common alert schema. */
|
|
636
|
-
useCommonAlertSchema?: boolean;
|
|
637
|
-
/** The tenant Id for the subscription containing this event hub */
|
|
638
|
-
tenantId?: string;
|
|
639
|
-
/** The Id for the subscription containing this event hub */
|
|
640
|
-
subscriptionId: string;
|
|
641
|
-
}
|
|
642
|
-
/** An azure resource object */
|
|
643
|
-
export interface AzureResource {
|
|
644
|
-
/**
|
|
645
|
-
* Azure resource Id
|
|
646
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
647
|
-
*/
|
|
648
|
-
readonly id?: string;
|
|
649
|
-
/**
|
|
650
|
-
* Azure resource name
|
|
651
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
652
|
-
*/
|
|
653
|
-
readonly name?: string;
|
|
654
|
-
/**
|
|
655
|
-
* Azure resource type
|
|
656
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
657
|
-
*/
|
|
658
|
-
readonly type?: string;
|
|
659
|
-
/** Resource location */
|
|
660
|
-
location: string;
|
|
661
|
-
/** Resource tags */
|
|
662
|
-
tags?: {
|
|
663
|
-
[propertyName: string]: string;
|
|
664
|
-
};
|
|
665
|
-
}
|
|
666
|
-
/** An action group object for the body of patch operations. */
|
|
667
|
-
export interface ActionGroupPatchBody {
|
|
668
|
-
/** Resource tags */
|
|
669
|
-
tags?: {
|
|
670
|
-
[propertyName: string]: string;
|
|
671
|
-
};
|
|
672
|
-
/** Indicates whether this action group is enabled. If an action group is not enabled, then none of its actions will be activated. */
|
|
673
|
-
enabled?: boolean;
|
|
674
|
-
}
|
|
675
|
-
/** The request body which contain contact detail metadata */
|
|
676
|
-
export interface NotificationRequestBody {
|
|
677
|
-
/** The value of the supported alert type. Supported alert type values are: servicehealth, metricstaticthreshold, metricsdynamicthreshold, logalertv2, smartalert, webtestalert, logalertv1numresult, logalertv1metricmeasurement, resourcehealth, activitylog, actualcostbudget, forecastedbudget */
|
|
678
|
-
alertType: string;
|
|
679
|
-
/** The list of email receivers that are part of this action group. */
|
|
680
|
-
emailReceivers?: EmailReceiver[];
|
|
681
|
-
/** The list of SMS receivers that are part of this action group. */
|
|
682
|
-
smsReceivers?: SmsReceiver[];
|
|
683
|
-
/** The list of webhook receivers that are part of this action group. */
|
|
684
|
-
webhookReceivers?: WebhookReceiver[];
|
|
685
|
-
/** The list of ITSM receivers that are part of this action group. */
|
|
686
|
-
itsmReceivers?: ItsmReceiver[];
|
|
687
|
-
/** The list of AzureAppPush receivers that are part of this action group. */
|
|
688
|
-
azureAppPushReceivers?: AzureAppPushReceiver[];
|
|
689
|
-
/** The list of AutomationRunbook receivers that are part of this action group. */
|
|
690
|
-
automationRunbookReceivers?: AutomationRunbookReceiver[];
|
|
691
|
-
/** The list of voice receivers that are part of this action group. */
|
|
692
|
-
voiceReceivers?: VoiceReceiver[];
|
|
693
|
-
/** The list of logic app receivers that are part of this action group. */
|
|
694
|
-
logicAppReceivers?: LogicAppReceiver[];
|
|
695
|
-
/** The list of azure function receivers that are part of this action group. */
|
|
696
|
-
azureFunctionReceivers?: AzureFunctionReceiver[];
|
|
697
|
-
/** The list of ARM role receivers that are part of this action group. Roles are Azure RBAC roles and only built-in roles are supported. */
|
|
698
|
-
armRoleReceivers?: ArmRoleReceiver[];
|
|
699
|
-
/** The list of event hub receivers that are part of this action group. */
|
|
700
|
-
eventHubReceivers?: EventHubReceiver[];
|
|
701
|
-
}
|
|
702
|
-
/** The details of the test notification results. */
|
|
703
|
-
export interface TestNotificationDetailsResponse {
|
|
704
|
-
/** The context info */
|
|
705
|
-
context?: Context;
|
|
706
|
-
/** The overall state */
|
|
707
|
-
state: string;
|
|
708
|
-
/** The completed time */
|
|
709
|
-
completedTime?: string;
|
|
710
|
-
/** The created time */
|
|
711
|
-
createdTime?: string;
|
|
712
|
-
/** The list of action detail */
|
|
713
|
-
actionDetails?: ActionDetail[];
|
|
714
|
-
}
|
|
715
|
-
/** The context info */
|
|
716
|
-
export interface Context {
|
|
717
|
-
/** The source of the notification request */
|
|
718
|
-
notificationSource?: string;
|
|
719
|
-
/** The context id type */
|
|
720
|
-
contextType?: string;
|
|
721
|
-
}
|
|
722
|
-
/** The action detail */
|
|
723
|
-
export interface ActionDetail {
|
|
724
|
-
/** The mechanism type */
|
|
725
|
-
mechanismType?: string;
|
|
726
|
-
/** The name of the action */
|
|
727
|
-
name?: string;
|
|
728
|
-
/** The status of the action */
|
|
729
|
-
status?: string;
|
|
730
|
-
/** The substatus of the action */
|
|
731
|
-
subState?: string;
|
|
732
|
-
/** The send time */
|
|
733
|
-
sendTime?: string;
|
|
734
|
-
/** The detail of the friendly error message */
|
|
735
|
-
detail?: string;
|
|
736
|
-
}
|
|
737
|
-
/** A list of action groups. */
|
|
738
|
-
export interface ActionGroupList {
|
|
739
|
-
/** The list of action groups. */
|
|
740
|
-
value?: ActionGroupResource[];
|
|
741
|
-
/** Provides the link to retrieve the next set of elements. */
|
|
742
|
-
nextLink?: string;
|
|
743
|
-
}
|
|
744
|
-
/** Describes a receiver that should be resubscribed. */
|
|
745
|
-
export interface EnableRequest {
|
|
746
|
-
/** The name of the receiver to resubscribe. */
|
|
747
|
-
receiverName: string;
|
|
748
|
-
}
|
|
749
|
-
/** Represents collection of events. */
|
|
750
|
-
export interface EventDataCollection {
|
|
751
|
-
/** this list that includes the Azure audit logs. */
|
|
752
|
-
value: EventData[];
|
|
753
|
-
/** Provides the link to retrieve the next set of events. */
|
|
754
|
-
nextLink?: string;
|
|
755
|
-
}
|
|
756
|
-
/** The Azure event log entries are of type EventData */
|
|
757
|
-
export interface EventData {
|
|
758
|
-
/**
|
|
759
|
-
* The sender authorization information.
|
|
760
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
761
|
-
*/
|
|
762
|
-
readonly authorization?: SenderAuthorization;
|
|
763
|
-
/**
|
|
764
|
-
* key value pairs to identify ARM permissions.
|
|
765
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
766
|
-
*/
|
|
767
|
-
readonly claims?: {
|
|
768
|
-
[propertyName: string]: string;
|
|
769
|
-
};
|
|
770
|
-
/**
|
|
771
|
-
* the email address of the user who has performed the operation, the UPN claim or SPN claim based on availability.
|
|
772
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
773
|
-
*/
|
|
774
|
-
readonly caller?: string;
|
|
775
|
-
/**
|
|
776
|
-
* the description of the event.
|
|
777
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
778
|
-
*/
|
|
779
|
-
readonly description?: string;
|
|
780
|
-
/**
|
|
781
|
-
* the Id of this event as required by ARM for RBAC. It contains the EventDataID and a timestamp information.
|
|
782
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
783
|
-
*/
|
|
784
|
-
readonly id?: string;
|
|
785
|
-
/**
|
|
786
|
-
* the event data Id. This is a unique identifier for an event.
|
|
787
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
788
|
-
*/
|
|
789
|
-
readonly eventDataId?: string;
|
|
790
|
-
/**
|
|
791
|
-
* the correlation Id, usually a GUID in the string format. The correlation Id is shared among the events that belong to the same uber operation.
|
|
792
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
793
|
-
*/
|
|
794
|
-
readonly correlationId?: string;
|
|
795
|
-
/**
|
|
796
|
-
* the event name. This value should not be confused with OperationName. For practical purposes, OperationName might be more appealing to end users.
|
|
797
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
798
|
-
*/
|
|
799
|
-
readonly eventName?: LocalizableString;
|
|
800
|
-
/**
|
|
801
|
-
* the event category.
|
|
802
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
803
|
-
*/
|
|
804
|
-
readonly category?: LocalizableString;
|
|
805
|
-
/**
|
|
806
|
-
* the HTTP request info. Usually includes the 'clientRequestId', 'clientIpAddress' (IP address of the user who initiated the event) and 'method' (HTTP method e.g. PUT).
|
|
807
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
808
|
-
*/
|
|
809
|
-
readonly httpRequest?: HttpRequestInfo;
|
|
810
|
-
/**
|
|
811
|
-
* the event level
|
|
812
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
813
|
-
*/
|
|
814
|
-
readonly level?: EventLevel;
|
|
815
|
-
/**
|
|
816
|
-
* the resource group name of the impacted resource.
|
|
817
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
818
|
-
*/
|
|
819
|
-
readonly resourceGroupName?: string;
|
|
820
|
-
/**
|
|
821
|
-
* the resource provider name of the impacted resource.
|
|
822
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
823
|
-
*/
|
|
824
|
-
readonly resourceProviderName?: LocalizableString;
|
|
825
|
-
/**
|
|
826
|
-
* the resource uri that uniquely identifies the resource that caused this event.
|
|
827
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
828
|
-
*/
|
|
829
|
-
readonly resourceId?: string;
|
|
830
|
-
/**
|
|
831
|
-
* the resource type
|
|
832
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
833
|
-
*/
|
|
834
|
-
readonly resourceType?: LocalizableString;
|
|
835
|
-
/**
|
|
836
|
-
* It is usually a GUID shared among the events corresponding to single operation. This value should not be confused with EventName.
|
|
837
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
838
|
-
*/
|
|
839
|
-
readonly operationId?: string;
|
|
840
|
-
/**
|
|
841
|
-
* the operation name.
|
|
842
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
843
|
-
*/
|
|
844
|
-
readonly operationName?: LocalizableString;
|
|
845
|
-
/**
|
|
846
|
-
* the set of <Key, Value> pairs (usually a Dictionary<String, String>) that includes details about the event.
|
|
847
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
848
|
-
*/
|
|
849
|
-
readonly properties?: {
|
|
850
|
-
[propertyName: string]: string;
|
|
851
|
-
};
|
|
852
|
-
/**
|
|
853
|
-
* a string describing the status of the operation. Some typical values are: Started, In progress, Succeeded, Failed, Resolved.
|
|
854
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
855
|
-
*/
|
|
856
|
-
readonly status?: LocalizableString;
|
|
857
|
-
/**
|
|
858
|
-
* the event sub status. Most of the time, when included, this captures the HTTP status code of the REST call. Common values are: OK (HTTP Status Code: 200), Created (HTTP Status Code: 201), Accepted (HTTP Status Code: 202), No Content (HTTP Status Code: 204), Bad Request(HTTP Status Code: 400), Not Found (HTTP Status Code: 404), Conflict (HTTP Status Code: 409), Internal Server Error (HTTP Status Code: 500), Service Unavailable (HTTP Status Code:503), Gateway Timeout (HTTP Status Code: 504)
|
|
859
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
860
|
-
*/
|
|
861
|
-
readonly subStatus?: LocalizableString;
|
|
862
|
-
/**
|
|
863
|
-
* the timestamp of when the event was generated by the Azure service processing the request corresponding the event. It in ISO 8601 format.
|
|
864
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
865
|
-
*/
|
|
866
|
-
readonly eventTimestamp?: Date;
|
|
867
|
-
/**
|
|
868
|
-
* the timestamp of when the event became available for querying via this API. It is in ISO 8601 format. This value should not be confused eventTimestamp. As there might be a delay between the occurrence time of the event, and the time that the event is submitted to the Azure logging infrastructure.
|
|
869
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
870
|
-
*/
|
|
871
|
-
readonly submissionTimestamp?: Date;
|
|
872
|
-
/**
|
|
873
|
-
* the Azure subscription Id usually a GUID.
|
|
874
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
875
|
-
*/
|
|
876
|
-
readonly subscriptionId?: string;
|
|
877
|
-
/**
|
|
878
|
-
* the Azure tenant Id
|
|
879
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
880
|
-
*/
|
|
881
|
-
readonly tenantId?: string;
|
|
882
|
-
}
|
|
883
|
-
/** the authorization used by the user who has performed the operation that led to this event. This captures the RBAC properties of the event. These usually include the 'action', 'role' and the 'scope' */
|
|
884
|
-
export interface SenderAuthorization {
|
|
885
|
-
/** the permissible actions. For instance: microsoft.support/supporttickets/write */
|
|
886
|
-
action?: string;
|
|
887
|
-
/** the role of the user. For instance: Subscription Admin */
|
|
888
|
-
role?: string;
|
|
889
|
-
/** the scope. */
|
|
890
|
-
scope?: string;
|
|
891
|
-
}
|
|
892
|
-
/** The localizable string class. */
|
|
893
|
-
export interface LocalizableString {
|
|
894
|
-
/** the invariant value. */
|
|
895
|
-
value: string;
|
|
896
|
-
/** the locale specific value. */
|
|
897
|
-
localizedValue?: string;
|
|
898
|
-
}
|
|
899
|
-
/** The Http request info. */
|
|
900
|
-
export interface HttpRequestInfo {
|
|
901
|
-
/** the client request id. */
|
|
902
|
-
clientRequestId?: string;
|
|
903
|
-
/** the client Ip Address */
|
|
904
|
-
clientIpAddress?: string;
|
|
905
|
-
/** the Http request method. */
|
|
906
|
-
method?: string;
|
|
907
|
-
/** the Uri. */
|
|
908
|
-
uri?: string;
|
|
909
|
-
}
|
|
910
|
-
/** A collection of event categories. Currently possible values are: Administrative, Security, ServiceHealth, Alert, Recommendation, Policy. */
|
|
911
|
-
export interface EventCategoryCollection {
|
|
912
|
-
/** the list that includes the Azure event categories. */
|
|
913
|
-
value: LocalizableString[];
|
|
914
|
-
}
|
|
915
|
-
/** Represents collection of metric definitions. */
|
|
916
|
-
export interface MetricDefinitionCollection {
|
|
917
|
-
/** the values for the metric definitions. */
|
|
918
|
-
value: MetricDefinition[];
|
|
919
|
-
}
|
|
920
|
-
/** Metric definition class specifies the metadata for a metric. */
|
|
921
|
-
export interface MetricDefinition {
|
|
922
|
-
/** Flag to indicate whether the dimension is required. */
|
|
923
|
-
isDimensionRequired?: boolean;
|
|
924
|
-
/** the resource identifier of the resource that emitted the metric. */
|
|
925
|
-
resourceId?: string;
|
|
926
|
-
/** the namespace the metric belongs to. */
|
|
927
|
-
namespace?: string;
|
|
928
|
-
/** the name and the display name of the metric, i.e. it is a localizable string. */
|
|
929
|
-
name?: LocalizableString;
|
|
930
|
-
/** Detailed description of this metric. */
|
|
931
|
-
displayDescription?: string;
|
|
932
|
-
/** Custom category name for this metric. */
|
|
933
|
-
category?: string;
|
|
934
|
-
/** The class of the metric. */
|
|
935
|
-
metricClass?: MetricClass;
|
|
936
|
-
/** The unit of the metric. */
|
|
937
|
-
unit?: MetricUnit;
|
|
938
|
-
/** the primary aggregation type value defining how to use the values for display. */
|
|
939
|
-
primaryAggregationType?: AggregationType;
|
|
940
|
-
/** the collection of what aggregation types are supported. */
|
|
941
|
-
supportedAggregationTypes?: AggregationType[];
|
|
942
|
-
/** the collection of what aggregation intervals are available to be queried. */
|
|
943
|
-
metricAvailabilities?: MetricAvailability[];
|
|
944
|
-
/** the resource identifier of the metric definition. */
|
|
945
|
-
id?: string;
|
|
946
|
-
/** the name and the display name of the dimension, i.e. it is a localizable string. */
|
|
947
|
-
dimensions?: LocalizableString[];
|
|
948
|
-
}
|
|
949
|
-
/** Metric availability specifies the time grain (aggregation interval or frequency) and the retention period for that time grain. */
|
|
950
|
-
export interface MetricAvailability {
|
|
951
|
-
/** the time grain specifies the aggregation interval for the metric. Expressed as a duration 'PT1M', 'P1D', etc. */
|
|
952
|
-
timeGrain?: string;
|
|
953
|
-
/** the retention period for the metric at the specified timegrain. Expressed as a duration 'PT1M', 'P1D', etc. */
|
|
954
|
-
retention?: string;
|
|
955
|
-
}
|
|
956
|
-
/** The response to a metrics query. */
|
|
957
|
-
export interface Response {
|
|
958
|
-
/** The integer value representing the relative cost of the query. */
|
|
959
|
-
cost?: number;
|
|
960
|
-
/** The timespan for which the data was retrieved. Its value consists of two datetimes concatenated, separated by '/'. This may be adjusted in the future and returned back from what was originally requested. */
|
|
961
|
-
timespan: string;
|
|
962
|
-
/** The interval (window size) for which the metric data was returned in. This may be adjusted in the future and returned back from what was originally requested. This is not present if a metadata request was made. */
|
|
963
|
-
interval?: string;
|
|
964
|
-
/** The namespace of the metrics being queried */
|
|
965
|
-
namespace?: string;
|
|
966
|
-
/** The region of the resource being queried for metrics. */
|
|
967
|
-
resourceregion?: string;
|
|
968
|
-
/** the value of the collection. */
|
|
969
|
-
value: Metric[];
|
|
970
|
-
}
|
|
971
|
-
/** The result data of a query. */
|
|
972
|
-
export interface Metric {
|
|
973
|
-
/** the metric Id. */
|
|
974
|
-
id: string;
|
|
975
|
-
/** the resource type of the metric resource. */
|
|
976
|
-
type: string;
|
|
977
|
-
/** the name and the display name of the metric, i.e. it is localizable string. */
|
|
978
|
-
name: LocalizableString;
|
|
979
|
-
/** Detailed description of this metric. */
|
|
980
|
-
displayDescription?: string;
|
|
981
|
-
/** 'Success' or the error details on query failures for this metric. */
|
|
982
|
-
errorCode?: string;
|
|
983
|
-
/** Error message encountered querying this specific metric. */
|
|
984
|
-
errorMessage?: string;
|
|
985
|
-
/** The unit of the metric. */
|
|
986
|
-
unit: MetricUnit;
|
|
987
|
-
/** the time series returned when a data query is performed. */
|
|
988
|
-
timeseries: TimeSeriesElement[];
|
|
989
|
-
}
|
|
990
|
-
/** A time series result type. The discriminator value is always TimeSeries in this case. */
|
|
991
|
-
export interface TimeSeriesElement {
|
|
992
|
-
/** the metadata values returned if $filter was specified in the call. */
|
|
993
|
-
metadatavalues?: MetadataValue[];
|
|
994
|
-
/** An array of data points representing the metric values. This is only returned if a result type of data is specified. */
|
|
995
|
-
data?: MetricValue[];
|
|
996
|
-
}
|
|
997
|
-
/** Represents a metric metadata value. */
|
|
998
|
-
export interface MetadataValue {
|
|
999
|
-
/** the name of the metadata. */
|
|
1000
|
-
name?: LocalizableString;
|
|
1001
|
-
/** the value of the metadata. */
|
|
1002
|
-
value?: string;
|
|
1003
|
-
}
|
|
1004
|
-
/** Represents a metric value. */
|
|
1005
|
-
export interface MetricValue {
|
|
1006
|
-
/** the timestamp for the metric value in ISO 8601 format. */
|
|
1007
|
-
timeStamp: Date;
|
|
1008
|
-
/** the average value in the time range. */
|
|
1009
|
-
average?: number;
|
|
1010
|
-
/** the least value in the time range. */
|
|
1011
|
-
minimum?: number;
|
|
1012
|
-
/** the greatest value in the time range. */
|
|
1013
|
-
maximum?: number;
|
|
1014
|
-
/** the sum of all of the values in the time range. */
|
|
1015
|
-
total?: number;
|
|
1016
|
-
/** the number of samples in the time range. Can be used to determine the number of values that contributed to the average value. */
|
|
1017
|
-
count?: number;
|
|
1018
|
-
}
|
|
1019
|
-
/** A list of metric baselines. */
|
|
1020
|
-
export interface MetricBaselinesResponse {
|
|
1021
|
-
/** The list of metric baselines. */
|
|
1022
|
-
value?: SingleMetricBaseline[];
|
|
1023
|
-
}
|
|
1024
|
-
/** The baseline results of a single metric. */
|
|
1025
|
-
export interface SingleMetricBaseline {
|
|
1026
|
-
/** The metric baseline Id. */
|
|
1027
|
-
id: string;
|
|
1028
|
-
/** The resource type of the metric baseline resource. */
|
|
1029
|
-
type: string;
|
|
1030
|
-
/** The name of the metric for which the baselines were retrieved. */
|
|
1031
|
-
name: string;
|
|
1032
|
-
/** The timespan for which the data was retrieved. Its value consists of two datetimes concatenated, separated by '/'. This may be adjusted in the future and returned back from what was originally requested. */
|
|
1033
|
-
timespan: string;
|
|
1034
|
-
/** The interval (window size) for which the metric data was returned in. This may be adjusted in the future and returned back from what was originally requested. This is not present if a metadata request was made. */
|
|
1035
|
-
interval: string;
|
|
1036
|
-
/** The namespace of the metrics been queried. */
|
|
1037
|
-
namespace?: string;
|
|
1038
|
-
/** The baseline for each time series that was queried. */
|
|
1039
|
-
baselines: TimeSeriesBaseline[];
|
|
1040
|
-
}
|
|
1041
|
-
/** The baseline values for a single time series. */
|
|
1042
|
-
export interface TimeSeriesBaseline {
|
|
1043
|
-
/** The aggregation type of the metric. */
|
|
1044
|
-
aggregation: string;
|
|
1045
|
-
/** The dimensions of this time series. */
|
|
1046
|
-
dimensions?: MetricSingleDimension[];
|
|
1047
|
-
/** The list of timestamps of the baselines. */
|
|
1048
|
-
timestamps: Date[];
|
|
1049
|
-
/** The baseline values for each sensitivity. */
|
|
1050
|
-
data: SingleBaseline[];
|
|
1051
|
-
/** The baseline metadata values. */
|
|
1052
|
-
metadataValues?: BaselineMetadata[];
|
|
1053
|
-
}
|
|
1054
|
-
/** The metric dimension name and value. */
|
|
1055
|
-
export interface MetricSingleDimension {
|
|
1056
|
-
/** Name of the dimension. */
|
|
1057
|
-
name: string;
|
|
1058
|
-
/** Value of the dimension. */
|
|
1059
|
-
value: string;
|
|
1060
|
-
}
|
|
1061
|
-
/** The baseline values for a single sensitivity value. */
|
|
1062
|
-
export interface SingleBaseline {
|
|
1063
|
-
/** the sensitivity of the baseline. */
|
|
1064
|
-
sensitivity: BaselineSensitivity;
|
|
1065
|
-
/** The low thresholds of the baseline. */
|
|
1066
|
-
lowThresholds: number[];
|
|
1067
|
-
/** The high thresholds of the baseline. */
|
|
1068
|
-
highThresholds: number[];
|
|
1069
|
-
}
|
|
1070
|
-
/** Represents a baseline metadata value. */
|
|
1071
|
-
export interface BaselineMetadata {
|
|
1072
|
-
/** Name of the baseline metadata. */
|
|
1073
|
-
name: string;
|
|
1074
|
-
/** Value of the baseline metadata. */
|
|
1075
|
-
value: string;
|
|
1076
|
-
}
|
|
1077
|
-
/** Represents a collection of alert rule resources. */
|
|
1078
|
-
export interface MetricAlertResourceCollection {
|
|
1079
|
-
/** the values for the alert rule resources. */
|
|
1080
|
-
value?: MetricAlertResource[];
|
|
1081
|
-
}
|
|
1082
|
-
/** The rule criteria that defines the conditions of the alert rule. */
|
|
1083
|
-
export interface MetricAlertCriteria {
|
|
1084
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1085
|
-
odataType: "Microsoft.Azure.Monitor.SingleResourceMultipleMetricCriteria" | "Microsoft.Azure.Monitor.WebtestLocationAvailabilityCriteria" | "Microsoft.Azure.Monitor.MultipleResourceMultipleMetricCriteria";
|
|
1086
|
-
/** Describes unknown properties. The value of an unknown property can be of "any" type. */
|
|
1087
|
-
[property: string]: any;
|
|
1088
|
-
}
|
|
1089
|
-
/** An alert action. */
|
|
1090
|
-
export interface MetricAlertAction {
|
|
1091
|
-
/** the id of the action group to use. */
|
|
1092
|
-
actionGroupId?: string;
|
|
1093
|
-
/** This field allows specifying custom properties, which would be appended to the alert payload sent as input to the webhook. */
|
|
1094
|
-
webHookProperties?: {
|
|
1095
|
-
[propertyName: string]: string;
|
|
1096
|
-
};
|
|
1097
|
-
}
|
|
1098
|
-
/** An azure resource object */
|
|
1099
|
-
export interface ResourceAutoGenerated4 {
|
|
1100
|
-
/**
|
|
1101
|
-
* Azure resource Id
|
|
1102
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1103
|
-
*/
|
|
1104
|
-
readonly id?: string;
|
|
1105
|
-
/**
|
|
1106
|
-
* Azure resource name
|
|
1107
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1108
|
-
*/
|
|
1109
|
-
readonly name?: string;
|
|
1110
|
-
/**
|
|
1111
|
-
* Azure resource type
|
|
1112
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1113
|
-
*/
|
|
1114
|
-
readonly type?: string;
|
|
1115
|
-
/** Resource location */
|
|
1116
|
-
location: string;
|
|
1117
|
-
/** Resource tags */
|
|
1118
|
-
tags?: {
|
|
1119
|
-
[propertyName: string]: string;
|
|
1120
|
-
};
|
|
1121
|
-
}
|
|
1122
|
-
/** The metric alert resource for patch operations. */
|
|
1123
|
-
export interface MetricAlertResourcePatch {
|
|
1124
|
-
/** Resource tags */
|
|
1125
|
-
tags?: {
|
|
1126
|
-
[propertyName: string]: string;
|
|
1127
|
-
};
|
|
1128
|
-
/** the description of the metric alert that will be included in the alert email. */
|
|
1129
|
-
description?: string;
|
|
1130
|
-
/** Alert severity {0, 1, 2, 3, 4} */
|
|
1131
|
-
severity?: number;
|
|
1132
|
-
/** the flag that indicates whether the metric alert is enabled. */
|
|
1133
|
-
enabled?: boolean;
|
|
1134
|
-
/** the list of resource id's that this metric alert is scoped to. */
|
|
1135
|
-
scopes?: string[];
|
|
1136
|
-
/** how often the metric alert is evaluated represented in ISO 8601 duration format. */
|
|
1137
|
-
evaluationFrequency?: string;
|
|
1138
|
-
/** the period of time (in ISO 8601 duration format) that is used to monitor alert activity based on the threshold. */
|
|
1139
|
-
windowSize?: string;
|
|
1140
|
-
/** the resource type of the target resource(s) on which the alert is created/updated. Mandatory for MultipleResourceMultipleMetricCriteria. */
|
|
1141
|
-
targetResourceType?: string;
|
|
1142
|
-
/** the region of the target resource(s) on which the alert is created/updated. Mandatory for MultipleResourceMultipleMetricCriteria. */
|
|
1143
|
-
targetResourceRegion?: string;
|
|
1144
|
-
/** defines the specific alert criteria information. */
|
|
1145
|
-
criteria?: MetricAlertCriteriaUnion;
|
|
1146
|
-
/** the flag that indicates whether the alert should be auto resolved or not. The default is true. */
|
|
1147
|
-
autoMitigate?: boolean;
|
|
1148
|
-
/** the array of actions that are performed when the alert rule becomes active, and when an alert condition is resolved. */
|
|
1149
|
-
actions?: MetricAlertAction[];
|
|
1150
|
-
/**
|
|
1151
|
-
* Last time the rule was updated in ISO8601 format.
|
|
1152
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1153
|
-
*/
|
|
1154
|
-
readonly lastUpdatedTime?: Date;
|
|
1155
|
-
/**
|
|
1156
|
-
* the value indicating whether this alert rule is migrated.
|
|
1157
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1158
|
-
*/
|
|
1159
|
-
readonly isMigrated?: boolean;
|
|
1160
|
-
}
|
|
1161
|
-
/** Represents a collection of alert rule resources. */
|
|
1162
|
-
export interface MetricAlertStatusCollection {
|
|
1163
|
-
/** the values for the alert rule resources. */
|
|
1164
|
-
value?: MetricAlertStatus[];
|
|
1165
|
-
}
|
|
1166
|
-
/** An alert status. */
|
|
1167
|
-
export interface MetricAlertStatus {
|
|
1168
|
-
/** The status name. */
|
|
1169
|
-
name?: string;
|
|
1170
|
-
/** The alert rule arm id. */
|
|
1171
|
-
id?: string;
|
|
1172
|
-
/** The extended resource type name. */
|
|
1173
|
-
type?: string;
|
|
1174
|
-
/** The alert status properties of the metric alert status. */
|
|
1175
|
-
properties?: MetricAlertStatusProperties;
|
|
1176
|
-
}
|
|
1177
|
-
/** An alert status properties. */
|
|
1178
|
-
export interface MetricAlertStatusProperties {
|
|
1179
|
-
/** An object describing the type of the dimensions. */
|
|
1180
|
-
dimensions?: {
|
|
1181
|
-
[propertyName: string]: string;
|
|
1182
|
-
};
|
|
1183
|
-
/** status value */
|
|
1184
|
-
status?: string;
|
|
1185
|
-
/** UTC time when the status was checked. */
|
|
1186
|
-
timestamp?: Date;
|
|
1187
|
-
}
|
|
1188
|
-
/** Represents a collection of scheduled query rule resources. */
|
|
1189
|
-
export interface ScheduledQueryRuleResourceCollection {
|
|
1190
|
-
/** The values for the scheduled query rule resources. */
|
|
1191
|
-
value?: ScheduledQueryRuleResource[];
|
|
1192
|
-
/**
|
|
1193
|
-
* Provides the link to retrieve the next set of elements.
|
|
1194
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1195
|
-
*/
|
|
1196
|
-
readonly nextLink?: string;
|
|
1197
|
-
}
|
|
1198
|
-
/** The scheduled query rule resource. */
|
|
1199
|
-
export interface ScheduledQueryRuleResource {
|
|
1200
|
-
/**
|
|
1201
|
-
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
1202
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1203
|
-
*/
|
|
1204
|
-
readonly id?: string;
|
|
1205
|
-
/**
|
|
1206
|
-
* The name of the resource
|
|
1207
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1208
|
-
*/
|
|
1209
|
-
readonly name?: string;
|
|
1210
|
-
/**
|
|
1211
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
1212
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1213
|
-
*/
|
|
1214
|
-
readonly type?: string;
|
|
1215
|
-
/** The identity of the resource. */
|
|
1216
|
-
identity?: Identity;
|
|
1217
|
-
/** Resource tags. */
|
|
1218
|
-
tags?: {
|
|
1219
|
-
[propertyName: string]: string;
|
|
1220
|
-
};
|
|
1221
|
-
/** The geo-location where the resource lives */
|
|
1222
|
-
location: string;
|
|
1223
|
-
/** Indicates the type of scheduled query rule. The default is LogAlert. */
|
|
1224
|
-
kind?: Kind;
|
|
1225
|
-
/**
|
|
1226
|
-
* The etag field is *not* required. If it is provided in the response body, it must also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.
|
|
1227
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1228
|
-
*/
|
|
1229
|
-
readonly etag?: string;
|
|
1230
|
-
/**
|
|
1231
|
-
* SystemData of ScheduledQueryRule.
|
|
1232
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1233
|
-
*/
|
|
1234
|
-
readonly systemData?: SystemData;
|
|
1235
|
-
/**
|
|
1236
|
-
* The api-version used when creating this alert rule
|
|
1237
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1238
|
-
*/
|
|
1239
|
-
readonly createdWithApiVersion?: string;
|
|
1240
|
-
/**
|
|
1241
|
-
* True if alert rule is legacy Log Analytic rule
|
|
1242
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1243
|
-
*/
|
|
1244
|
-
readonly isLegacyLogAnalyticsRule?: boolean;
|
|
1245
|
-
/** The description of the scheduled query rule. */
|
|
1246
|
-
description?: string;
|
|
1247
|
-
/** The display name of the alert rule */
|
|
1248
|
-
displayName?: string;
|
|
1249
|
-
/** Severity of the alert. Should be an integer between [0-4]. Value of 0 is severest. Relevant and required only for rules of the kind LogAlert. */
|
|
1250
|
-
severity?: AlertSeverity;
|
|
1251
|
-
/** The flag which indicates whether this scheduled query rule is enabled. Value should be true or false */
|
|
1252
|
-
enabled?: boolean;
|
|
1253
|
-
/** This determines if traffic is allowed over public network. By default it is enabled. */
|
|
1254
|
-
publicNetworkAccess?: PublicNetworkAccess;
|
|
1255
|
-
/** The list of resource id's that this scheduled query rule is scoped to. */
|
|
1256
|
-
scopes?: string[];
|
|
1257
|
-
/** How often the scheduled query rule is evaluated represented in ISO 8601 duration format. Relevant and required only for rules of the kind LogAlert. */
|
|
1258
|
-
evaluationFrequency?: string;
|
|
1259
|
-
/** The period of time (in ISO 8601 duration format) on which the Alert query will be executed (bin size). Relevant and required only for rules of the kind LogAlert. */
|
|
1260
|
-
windowSize?: string;
|
|
1261
|
-
/** If specified then overrides the query time range (default is WindowSize*NumberOfEvaluationPeriods). Relevant only for rules of the kind LogAlert. */
|
|
1262
|
-
overrideQueryTimeRange?: string;
|
|
1263
|
-
/** List of resource type of the target resource(s) on which the alert is created/updated. For example if the scope is a resource group and targetResourceTypes is Microsoft.Compute/virtualMachines, then a different alert will be fired for each virtual machine in the resource group which meet the alert criteria. Relevant only for rules of the kind LogAlert */
|
|
1264
|
-
targetResourceTypes?: string[];
|
|
1265
|
-
/** The rule criteria that defines the conditions of the scheduled query rule. */
|
|
1266
|
-
criteria?: ScheduledQueryRuleCriteria;
|
|
1267
|
-
/** Mute actions for the chosen period of time (in ISO 8601 duration format) after the alert is fired. Relevant only for rules of the kind LogAlert. */
|
|
1268
|
-
muteActionsDuration?: string;
|
|
1269
|
-
/** Actions to invoke when the alert fires. */
|
|
1270
|
-
actions?: Actions;
|
|
1271
|
-
/**
|
|
1272
|
-
* The flag which indicates whether this scheduled query rule has been configured to be stored in the customer's storage. The default is false.
|
|
1273
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1274
|
-
*/
|
|
1275
|
-
readonly isWorkspaceAlertsStorageConfigured?: boolean;
|
|
1276
|
-
/** The flag which indicates whether this scheduled query rule should be stored in the customer's storage. The default is false. Relevant only for rules of the kind LogAlert. */
|
|
1277
|
-
checkWorkspaceAlertsStorageConfigured?: boolean;
|
|
1278
|
-
/** The flag which indicates whether the provided query should be validated or not. The default is false. Relevant only for rules of the kind LogAlert. */
|
|
1279
|
-
skipQueryValidation?: boolean;
|
|
1280
|
-
/** The flag that indicates whether the alert should be automatically resolved or not. The default is true. Relevant only for rules of the kind LogAlert. */
|
|
1281
|
-
autoMitigate?: boolean;
|
|
1282
|
-
/** Defines the configuration for resolving fired alerts. Relevant only for rules of the kind LogAlert. */
|
|
1283
|
-
ruleResolveConfiguration?: RuleResolveConfiguration;
|
|
1284
|
-
}
|
|
1285
|
-
/** Identity for the resource. */
|
|
1286
|
-
export interface Identity {
|
|
1287
|
-
/**
|
|
1288
|
-
* The principal ID of resource identity.
|
|
1289
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1290
|
-
*/
|
|
1291
|
-
readonly principalId?: string;
|
|
1292
|
-
/**
|
|
1293
|
-
* The tenant ID of resource.
|
|
1294
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1295
|
-
*/
|
|
1296
|
-
readonly tenantId?: string;
|
|
1297
|
-
/** Type of managed service identity. */
|
|
1298
|
-
type: IdentityType;
|
|
1299
|
-
/** The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. */
|
|
1300
|
-
userAssignedIdentities?: {
|
|
1301
|
-
[propertyName: string]: UserIdentityProperties;
|
|
1302
|
-
};
|
|
1303
|
-
}
|
|
1304
|
-
/** User assigned identity properties. */
|
|
1305
|
-
export interface UserIdentityProperties {
|
|
1306
|
-
/**
|
|
1307
|
-
* The principal id of user assigned identity.
|
|
1308
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1309
|
-
*/
|
|
1310
|
-
readonly principalId?: string;
|
|
1311
|
-
/**
|
|
1312
|
-
* The client id of user assigned identity.
|
|
1313
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1314
|
-
*/
|
|
1315
|
-
readonly clientId?: string;
|
|
1316
|
-
}
|
|
1317
|
-
/** The rule criteria that defines the conditions of the scheduled query rule. */
|
|
1318
|
-
export interface ScheduledQueryRuleCriteria {
|
|
1319
|
-
/** A list of conditions to evaluate against the specified scopes */
|
|
1320
|
-
allOf?: Condition[];
|
|
1321
|
-
}
|
|
1322
|
-
/** A condition of the scheduled query rule. */
|
|
1323
|
-
export interface Condition {
|
|
1324
|
-
/** Log query alert */
|
|
1325
|
-
query?: string;
|
|
1326
|
-
/** Aggregation type. Relevant and required only for rules of the kind LogAlert. */
|
|
1327
|
-
timeAggregation?: TimeAggregation;
|
|
1328
|
-
/** The column containing the metric measure number. Relevant only for rules of the kind LogAlert. */
|
|
1329
|
-
metricMeasureColumn?: string;
|
|
1330
|
-
/** The column containing the resource id. The content of the column must be a uri formatted as resource id. Relevant only for rules of the kind LogAlert. */
|
|
1331
|
-
resourceIdColumn?: string;
|
|
1332
|
-
/** List of Dimensions conditions */
|
|
1333
|
-
dimensions?: Dimension[];
|
|
1334
|
-
/** The criteria operator. Relevant and required only for rules of the kind LogAlert. */
|
|
1335
|
-
operator?: ConditionOperator;
|
|
1336
|
-
/** the criteria threshold value that activates the alert. Relevant and required only for rules of the kind LogAlert. */
|
|
1337
|
-
threshold?: number;
|
|
1338
|
-
/** The minimum number of violations required within the selected lookback time window required to raise an alert. Relevant only for rules of the kind LogAlert. */
|
|
1339
|
-
failingPeriods?: ConditionFailingPeriods;
|
|
1340
|
-
/** The name of the metric to be sent. Relevant and required only for rules of the kind LogToMetric. */
|
|
1341
|
-
metricName?: string;
|
|
1342
|
-
}
|
|
1343
|
-
/** Dimension splitting and filtering definition */
|
|
1344
|
-
export interface Dimension {
|
|
1345
|
-
/** Name of the dimension */
|
|
1346
|
-
name: string;
|
|
1347
|
-
/** Operator for dimension values */
|
|
1348
|
-
operator: DimensionOperator;
|
|
1349
|
-
/** List of dimension values */
|
|
1350
|
-
values: string[];
|
|
1351
|
-
}
|
|
1352
|
-
/** The minimum number of violations required within the selected lookback time window required to raise an alert. Relevant only for rules of the kind LogAlert. */
|
|
1353
|
-
export interface ConditionFailingPeriods {
|
|
1354
|
-
/** The number of aggregated lookback points. The lookback time window is calculated based on the aggregation granularity (windowSize) and the selected number of aggregated points. Default value is 1 */
|
|
1355
|
-
numberOfEvaluationPeriods?: number;
|
|
1356
|
-
/** The number of violations to trigger an alert. Should be smaller or equal to numberOfEvaluationPeriods. Default value is 1 */
|
|
1357
|
-
minFailingPeriodsToAlert?: number;
|
|
1358
|
-
}
|
|
1359
|
-
/** Actions to invoke when the alert fires. */
|
|
1360
|
-
export interface Actions {
|
|
1361
|
-
/** Action Group resource Ids to invoke when the alert fires. */
|
|
1362
|
-
actionGroups?: string[];
|
|
1363
|
-
/** The properties of an alert payload. */
|
|
1364
|
-
customProperties?: {
|
|
1365
|
-
[propertyName: string]: string;
|
|
1366
|
-
};
|
|
1367
|
-
}
|
|
1368
|
-
/** TBD. Relevant only for rules of the kind LogAlert. */
|
|
1369
|
-
export interface RuleResolveConfiguration {
|
|
1370
|
-
/** The flag that indicates whether or not to auto resolve a fired alert. */
|
|
1371
|
-
autoResolved?: boolean;
|
|
1372
|
-
/** The duration a rule must evaluate as healthy before the fired alert is automatically resolved represented in ISO 8601 duration format. */
|
|
1373
|
-
timeToResolve?: string;
|
|
1374
|
-
}
|
|
1375
|
-
/** Describes the format of Error response. */
|
|
1376
|
-
export interface ErrorContract {
|
|
1377
|
-
/** The error details. */
|
|
1378
|
-
error?: ErrorResponseDetails;
|
|
1379
|
-
}
|
|
1380
|
-
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.) */
|
|
1381
|
-
export interface ErrorResponseDetails {
|
|
1382
|
-
/**
|
|
1383
|
-
* The error code.
|
|
1384
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1385
|
-
*/
|
|
1386
|
-
readonly code?: string;
|
|
1387
|
-
/**
|
|
1388
|
-
* The error message.
|
|
1389
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1390
|
-
*/
|
|
1391
|
-
readonly message?: string;
|
|
1392
|
-
/**
|
|
1393
|
-
* The error target.
|
|
1394
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1395
|
-
*/
|
|
1396
|
-
readonly target?: string;
|
|
1397
|
-
/**
|
|
1398
|
-
* The error details.
|
|
1399
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1400
|
-
*/
|
|
1401
|
-
readonly details?: ErrorResponseDetails[];
|
|
1402
|
-
/**
|
|
1403
|
-
* The error additional info.
|
|
1404
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1405
|
-
*/
|
|
1406
|
-
readonly additionalInfo?: ErrorResponseAdditionalInfo[];
|
|
1407
|
-
}
|
|
1408
|
-
/** The resource management error additional info. */
|
|
1409
|
-
export interface ErrorResponseAdditionalInfo {
|
|
1410
|
-
/**
|
|
1411
|
-
* The additional info type.
|
|
1412
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1413
|
-
*/
|
|
1414
|
-
readonly type?: string;
|
|
1415
|
-
/**
|
|
1416
|
-
* The additional info.
|
|
1417
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1418
|
-
*/
|
|
1419
|
-
readonly info?: Record<string, unknown>;
|
|
1420
|
-
}
|
|
1421
|
-
/** The scheduled query rule resource for patch operations. */
|
|
1422
|
-
export interface ScheduledQueryRuleResourcePatch {
|
|
1423
|
-
/** The identity of the resource. */
|
|
1424
|
-
identity?: Identity;
|
|
1425
|
-
/** Resource tags */
|
|
1426
|
-
tags?: {
|
|
1427
|
-
[propertyName: string]: string;
|
|
1428
|
-
};
|
|
1429
|
-
/**
|
|
1430
|
-
* The api-version used when creating this alert rule
|
|
1431
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1432
|
-
*/
|
|
1433
|
-
readonly createdWithApiVersion?: string;
|
|
1434
|
-
/**
|
|
1435
|
-
* True if alert rule is legacy Log Analytic rule
|
|
1436
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1437
|
-
*/
|
|
1438
|
-
readonly isLegacyLogAnalyticsRule?: boolean;
|
|
1439
|
-
/** The description of the scheduled query rule. */
|
|
1440
|
-
description?: string;
|
|
1441
|
-
/** The display name of the alert rule */
|
|
1442
|
-
displayName?: string;
|
|
1443
|
-
/** Severity of the alert. Should be an integer between [0-4]. Value of 0 is severest. Relevant and required only for rules of the kind LogAlert. */
|
|
1444
|
-
severity?: AlertSeverity;
|
|
1445
|
-
/** The flag which indicates whether this scheduled query rule is enabled. Value should be true or false */
|
|
1446
|
-
enabled?: boolean;
|
|
1447
|
-
/** This determines if traffic is allowed over public network. By default it is enabled. */
|
|
1448
|
-
publicNetworkAccess?: PublicNetworkAccess;
|
|
1449
|
-
/** The list of resource id's that this scheduled query rule is scoped to. */
|
|
1450
|
-
scopes?: string[];
|
|
1451
|
-
/** How often the scheduled query rule is evaluated represented in ISO 8601 duration format. Relevant and required only for rules of the kind LogAlert. */
|
|
1452
|
-
evaluationFrequency?: string;
|
|
1453
|
-
/** The period of time (in ISO 8601 duration format) on which the Alert query will be executed (bin size). Relevant and required only for rules of the kind LogAlert. */
|
|
1454
|
-
windowSize?: string;
|
|
1455
|
-
/** If specified then overrides the query time range (default is WindowSize*NumberOfEvaluationPeriods). Relevant only for rules of the kind LogAlert. */
|
|
1456
|
-
overrideQueryTimeRange?: string;
|
|
1457
|
-
/** List of resource type of the target resource(s) on which the alert is created/updated. For example if the scope is a resource group and targetResourceTypes is Microsoft.Compute/virtualMachines, then a different alert will be fired for each virtual machine in the resource group which meet the alert criteria. Relevant only for rules of the kind LogAlert */
|
|
1458
|
-
targetResourceTypes?: string[];
|
|
1459
|
-
/** The rule criteria that defines the conditions of the scheduled query rule. */
|
|
1460
|
-
criteria?: ScheduledQueryRuleCriteria;
|
|
1461
|
-
/** Mute actions for the chosen period of time (in ISO 8601 duration format) after the alert is fired. Relevant only for rules of the kind LogAlert. */
|
|
1462
|
-
muteActionsDuration?: string;
|
|
1463
|
-
/** Actions to invoke when the alert fires. */
|
|
1464
|
-
actions?: Actions;
|
|
1465
|
-
/**
|
|
1466
|
-
* The flag which indicates whether this scheduled query rule has been configured to be stored in the customer's storage. The default is false.
|
|
1467
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1468
|
-
*/
|
|
1469
|
-
readonly isWorkspaceAlertsStorageConfigured?: boolean;
|
|
1470
|
-
/** The flag which indicates whether this scheduled query rule should be stored in the customer's storage. The default is false. Relevant only for rules of the kind LogAlert. */
|
|
1471
|
-
checkWorkspaceAlertsStorageConfigured?: boolean;
|
|
1472
|
-
/** The flag which indicates whether the provided query should be validated or not. The default is false. Relevant only for rules of the kind LogAlert. */
|
|
1473
|
-
skipQueryValidation?: boolean;
|
|
1474
|
-
/** The flag that indicates whether the alert should be automatically resolved or not. The default is true. Relevant only for rules of the kind LogAlert. */
|
|
1475
|
-
autoMitigate?: boolean;
|
|
1476
|
-
/** Defines the configuration for resolving fired alerts. Relevant only for rules of the kind LogAlert. */
|
|
1477
|
-
ruleResolveConfiguration?: RuleResolveConfiguration;
|
|
1478
|
-
}
|
|
1479
|
-
/** Represents collection of metric namespaces. */
|
|
1480
|
-
export interface MetricNamespaceCollection {
|
|
1481
|
-
/** The values for the metric namespaces. */
|
|
1482
|
-
value: MetricNamespace[];
|
|
1483
|
-
}
|
|
1484
|
-
/** Metric namespace class specifies the metadata for a metric namespace. */
|
|
1485
|
-
export interface MetricNamespace {
|
|
1486
|
-
/** The ID of the metric namespace. */
|
|
1487
|
-
id?: string;
|
|
1488
|
-
/** The type of the namespace. */
|
|
1489
|
-
type?: string;
|
|
1490
|
-
/** The escaped name of the namespace. */
|
|
1491
|
-
name?: string;
|
|
1492
|
-
/** Kind of namespace */
|
|
1493
|
-
classification?: NamespaceClassification;
|
|
1494
|
-
/** Properties which include the fully qualified namespace name. */
|
|
1495
|
-
properties?: MetricNamespaceName;
|
|
1496
|
-
}
|
|
1497
|
-
/** The fully qualified metric namespace name. */
|
|
1498
|
-
export interface MetricNamespaceName {
|
|
1499
|
-
/** The metric namespace name. */
|
|
1500
|
-
metricNamespaceName?: string;
|
|
1501
|
-
}
|
|
1502
|
-
/** Information about a container with data for a given resource. */
|
|
1503
|
-
export interface DataContainer {
|
|
1504
|
-
/** Log Analytics workspace information. */
|
|
1505
|
-
workspace: WorkspaceInfo;
|
|
1506
|
-
}
|
|
1507
|
-
/** Information about a Log Analytics Workspace. */
|
|
1508
|
-
export interface WorkspaceInfo {
|
|
1509
|
-
/** Azure Resource Manager identifier of the Log Analytics Workspace. */
|
|
1510
|
-
id: string;
|
|
1511
|
-
/** Location of the Log Analytics workspace. */
|
|
1512
|
-
location: string;
|
|
1513
|
-
/** Log Analytics workspace identifier. */
|
|
1514
|
-
customerId: string;
|
|
1515
|
-
}
|
|
1516
|
-
/** An azure resource object */
|
|
1517
|
-
export interface ProxyResource {
|
|
1518
|
-
/**
|
|
1519
|
-
* Azure resource Id
|
|
1520
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1521
|
-
*/
|
|
1522
|
-
readonly id?: string;
|
|
1523
|
-
/**
|
|
1524
|
-
* Azure resource name
|
|
1525
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1526
|
-
*/
|
|
1527
|
-
readonly name?: string;
|
|
1528
|
-
/**
|
|
1529
|
-
* Azure resource type
|
|
1530
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1531
|
-
*/
|
|
1532
|
-
readonly type?: string;
|
|
1533
|
-
}
|
|
1534
|
-
/** An error response from the API. */
|
|
1535
|
-
export interface ResponseWithError {
|
|
1536
|
-
/** Error information. */
|
|
1537
|
-
error: ErrorModel;
|
|
1538
|
-
}
|
|
1539
|
-
/** Error details. */
|
|
1540
|
-
export interface ErrorModel {
|
|
1541
|
-
/** Error code identifying the specific error. */
|
|
1542
|
-
code: string;
|
|
1543
|
-
/** Error message in the caller's locale. */
|
|
1544
|
-
message?: string;
|
|
1545
|
-
}
|
|
1546
|
-
/** Describes the list of Azure Monitor PrivateLinkScope resources. */
|
|
1547
|
-
export interface AzureMonitorPrivateLinkScopeListResult {
|
|
1548
|
-
/** List of Azure Monitor PrivateLinkScope definitions. */
|
|
1549
|
-
value: AzureMonitorPrivateLinkScope[];
|
|
1550
|
-
/** The URI to get the next set of Azure Monitor PrivateLinkScope definitions if too many PrivateLinkScopes where returned in the result set. */
|
|
1551
|
-
nextLink?: string;
|
|
1552
|
-
}
|
|
1553
|
-
/** The Private Endpoint resource. */
|
|
1554
|
-
export interface PrivateEndpoint {
|
|
1555
|
-
/**
|
|
1556
|
-
* The ARM identifier for Private Endpoint
|
|
1557
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1558
|
-
*/
|
|
1559
|
-
readonly id?: string;
|
|
1560
|
-
}
|
|
1561
|
-
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
1562
|
-
export interface PrivateLinkServiceConnectionState {
|
|
1563
|
-
/** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
|
|
1564
|
-
status?: PrivateEndpointServiceConnectionStatus;
|
|
1565
|
-
/** The reason for approval/rejection of the connection. */
|
|
1566
|
-
description?: string;
|
|
1567
|
-
/** A message indicating if changes on the service provider require any updates on the consumer. */
|
|
1568
|
-
actionsRequired?: string;
|
|
1569
|
-
}
|
|
1570
|
-
/** Properties that define the scope private link mode settings. */
|
|
1571
|
-
export interface AccessModeSettings {
|
|
1572
|
-
/** Specifies the default access mode of queries through associated private endpoints in scope. If not specified default value is 'Open'. You can override this default setting for a specific private endpoint connection by adding an exclusion in the 'exclusions' array. */
|
|
1573
|
-
queryAccessMode: AccessMode;
|
|
1574
|
-
/** Specifies the default access mode of ingestion through associated private endpoints in scope. If not specified default value is 'Open'. You can override this default setting for a specific private endpoint connection by adding an exclusion in the 'exclusions' array. */
|
|
1575
|
-
ingestionAccessMode: AccessMode;
|
|
1576
|
-
/** List of exclusions that override the default access mode settings for specific private endpoint connections. */
|
|
1577
|
-
exclusions?: AccessModeSettingsExclusion[];
|
|
1578
|
-
}
|
|
1579
|
-
/** Properties that define the scope private link mode settings exclusion item. This setting applies to a specific private endpoint connection and overrides the default settings for that private endpoint connection. */
|
|
1580
|
-
export interface AccessModeSettingsExclusion {
|
|
1581
|
-
/** The private endpoint connection name associated to the private endpoint on which we want to apply the specific access mode settings. */
|
|
1582
|
-
privateEndpointConnectionName?: string;
|
|
1583
|
-
/** Specifies the access mode of queries through the specified private endpoint connection in the exclusion. */
|
|
1584
|
-
queryAccessMode?: AccessMode;
|
|
1585
|
-
/** Specifies the access mode of ingestion through the specified private endpoint connection in the exclusion. */
|
|
1586
|
-
ingestionAccessMode?: AccessMode;
|
|
1587
|
-
}
|
|
1588
|
-
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
1589
|
-
export interface DefaultErrorResponse {
|
|
1590
|
-
/** The error object. */
|
|
1591
|
-
error?: ErrorDetail;
|
|
1592
|
-
}
|
|
1593
|
-
/** The error detail. */
|
|
1594
|
-
export interface ErrorDetail {
|
|
1595
|
-
/**
|
|
1596
|
-
* The error code.
|
|
1597
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1598
|
-
*/
|
|
1599
|
-
readonly code?: string;
|
|
1600
|
-
/**
|
|
1601
|
-
* The error message.
|
|
1602
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1603
|
-
*/
|
|
1604
|
-
readonly message?: string;
|
|
1605
|
-
/**
|
|
1606
|
-
* The error target.
|
|
1607
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1608
|
-
*/
|
|
1609
|
-
readonly target?: string;
|
|
1610
|
-
/**
|
|
1611
|
-
* The error details.
|
|
1612
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1613
|
-
*/
|
|
1614
|
-
readonly details?: ErrorDetail[];
|
|
1615
|
-
/**
|
|
1616
|
-
* The error additional info.
|
|
1617
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1618
|
-
*/
|
|
1619
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
1620
|
-
}
|
|
1621
|
-
/** The resource management error additional info. */
|
|
1622
|
-
export interface ErrorAdditionalInfo {
|
|
1623
|
-
/**
|
|
1624
|
-
* The additional info type.
|
|
1625
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1626
|
-
*/
|
|
1627
|
-
readonly type?: string;
|
|
1628
|
-
/**
|
|
1629
|
-
* The additional info.
|
|
1630
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1631
|
-
*/
|
|
1632
|
-
readonly info?: Record<string, unknown>;
|
|
1633
|
-
}
|
|
1634
|
-
/** A container holding only the Tags for a resource, allowing the user to update the tags on a PrivateLinkScope instance. */
|
|
1635
|
-
export interface TagsResource {
|
|
1636
|
-
/** Resource tags */
|
|
1637
|
-
tags?: {
|
|
1638
|
-
[propertyName: string]: string;
|
|
1639
|
-
};
|
|
1640
|
-
}
|
|
1641
|
-
/** The status of operation. */
|
|
1642
|
-
export interface OperationStatus {
|
|
1643
|
-
/** The operation Id. */
|
|
1644
|
-
id?: string;
|
|
1645
|
-
/** The operation name. */
|
|
1646
|
-
name?: string;
|
|
1647
|
-
/** Start time of the job in standard ISO8601 format. */
|
|
1648
|
-
startTime?: Date;
|
|
1649
|
-
/** End time of the job in standard ISO8601 format. */
|
|
1650
|
-
endTime?: Date;
|
|
1651
|
-
/** The status of the operation. */
|
|
1652
|
-
status?: string;
|
|
1653
|
-
/** The error detail of the operation if any. */
|
|
1654
|
-
error?: ErrorDetail;
|
|
1655
|
-
}
|
|
1656
|
-
/** A list of private link resources */
|
|
1657
|
-
export interface PrivateLinkResourceListResult {
|
|
1658
|
-
/** Array of private link resources */
|
|
1659
|
-
value?: PrivateLinkResource[];
|
|
1660
|
-
}
|
|
1661
|
-
/** List of private endpoint connection associated with the specified storage account */
|
|
1662
|
-
export interface PrivateEndpointConnectionListResult {
|
|
1663
|
-
/** Array of private endpoint connections */
|
|
1664
|
-
value?: PrivateEndpointConnection[];
|
|
1665
|
-
}
|
|
1666
|
-
/** A list of scoped resources in a private link scope. */
|
|
1667
|
-
export interface ScopedResourceListResult {
|
|
1668
|
-
/**
|
|
1669
|
-
* Array of results.
|
|
1670
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1671
|
-
*/
|
|
1672
|
-
readonly value?: ScopedResource[];
|
|
1673
|
-
/**
|
|
1674
|
-
* Link to retrieve next page of results.
|
|
1675
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1676
|
-
*/
|
|
1677
|
-
readonly nextLink?: string;
|
|
1678
|
-
}
|
|
1679
|
-
/** An Activity Log Alert rule condition that is met when all its member conditions are met. */
|
|
1680
|
-
export interface AlertRuleAllOfCondition {
|
|
1681
|
-
/** The list of Activity Log Alert rule conditions. */
|
|
1682
|
-
allOf: AlertRuleAnyOfOrLeafCondition[];
|
|
1683
|
-
}
|
|
1684
|
-
/**
|
|
1685
|
-
* An Activity Log Alert rule condition that is met by comparing the field and value of an Activity Log event.
|
|
1686
|
-
* This condition must contain 'field' and either 'equals' or 'containsAny'.
|
|
1687
|
-
*/
|
|
1688
|
-
export interface AlertRuleLeafCondition {
|
|
1689
|
-
/**
|
|
1690
|
-
* The name of the Activity Log event's field that this condition will examine.
|
|
1691
|
-
* The possible values for this field are (case-insensitive): 'resourceId', 'category', 'caller', 'level', 'operationName', 'resourceGroup', 'resourceProvider', 'status', 'subStatus', 'resourceType', or anything beginning with 'properties'.
|
|
1692
|
-
*/
|
|
1693
|
-
field?: string;
|
|
1694
|
-
/** The value of the event's field will be compared to this value (case-insensitive) to determine if the condition is met. */
|
|
1695
|
-
equals?: string;
|
|
1696
|
-
/** The value of the event's field will be compared to the values in this array (case-insensitive) to determine if the condition is met. */
|
|
1697
|
-
containsAny?: string[];
|
|
1698
|
-
}
|
|
1699
|
-
/** A list of Activity Log Alert rule actions. */
|
|
1700
|
-
export interface ActionList {
|
|
1701
|
-
/** The list of the Action Groups. */
|
|
1702
|
-
actionGroups?: ActionGroup[];
|
|
1703
|
-
}
|
|
1704
|
-
/** A pointer to an Azure Action Group. */
|
|
1705
|
-
export interface ActionGroup {
|
|
1706
|
-
/** The resource ID of the Action Group. This cannot be null or empty. */
|
|
1707
|
-
actionGroupId: string;
|
|
1708
|
-
/** the dictionary of custom properties to include with the post operation. These data are appended to the webhook payload. */
|
|
1709
|
-
webhookProperties?: {
|
|
1710
|
-
[propertyName: string]: string;
|
|
1711
|
-
};
|
|
1712
|
-
}
|
|
1713
|
-
/** An Azure resource object. */
|
|
1714
|
-
export interface AzureResourceAutoGenerated {
|
|
1715
|
-
/**
|
|
1716
|
-
* The resource Id.
|
|
1717
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1718
|
-
*/
|
|
1719
|
-
readonly id?: string;
|
|
1720
|
-
/**
|
|
1721
|
-
* The name of the resource.
|
|
1722
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1723
|
-
*/
|
|
1724
|
-
readonly name?: string;
|
|
1725
|
-
/**
|
|
1726
|
-
* The type of the resource.
|
|
1727
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1728
|
-
*/
|
|
1729
|
-
readonly type?: string;
|
|
1730
|
-
/** The location of the resource. Since Azure Activity Log Alerts is a global service, the location of the rules should always be 'global'. */
|
|
1731
|
-
location?: string;
|
|
1732
|
-
/** The tags of the resource. */
|
|
1733
|
-
tags?: {
|
|
1734
|
-
[propertyName: string]: string;
|
|
1735
|
-
};
|
|
1736
|
-
}
|
|
1737
|
-
/** The error response. */
|
|
1738
|
-
export interface ErrorResponseAutoGenerated {
|
|
1739
|
-
/**
|
|
1740
|
-
* The error code.
|
|
1741
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1742
|
-
*/
|
|
1743
|
-
readonly code?: string;
|
|
1744
|
-
/**
|
|
1745
|
-
* The error message indicating why the operation failed.
|
|
1746
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1747
|
-
*/
|
|
1748
|
-
readonly message?: string;
|
|
1749
|
-
}
|
|
1750
|
-
/** An Activity Log Alert rule object for the body of patch operations. */
|
|
1751
|
-
export interface AlertRulePatchObject {
|
|
1752
|
-
/** The resource tags */
|
|
1753
|
-
tags?: {
|
|
1754
|
-
[propertyName: string]: string;
|
|
1755
|
-
};
|
|
1756
|
-
/** Indicates whether this Activity Log Alert rule is enabled. If an Activity Log Alert rule is not enabled, then none of its actions will be activated. */
|
|
1757
|
-
enabled?: boolean;
|
|
1758
|
-
}
|
|
1759
|
-
/** A list of Activity Log Alert rules. */
|
|
1760
|
-
export interface AlertRuleList {
|
|
1761
|
-
/** The list of Activity Log Alert rules. */
|
|
1762
|
-
value?: ActivityLogAlertResource[];
|
|
1763
|
-
/** Provides the link to retrieve the next set of elements. */
|
|
1764
|
-
nextLink?: string;
|
|
1765
|
-
}
|
|
1766
|
-
/** A pageable list of resources. */
|
|
1767
|
-
export interface DataCollectionEndpointResourceListResult {
|
|
1768
|
-
/** A list of resources. */
|
|
1769
|
-
value: DataCollectionEndpointResource[];
|
|
1770
|
-
/** The URL to use for getting the next set of results. */
|
|
1771
|
-
nextLink?: string;
|
|
1772
|
-
}
|
|
1773
|
-
/** Definition of ARM tracked top level resource. */
|
|
1774
|
-
export interface DataCollectionEndpointResource {
|
|
1775
|
-
/** The geo-location where the resource lives. */
|
|
1776
|
-
location: string;
|
|
1777
|
-
/** Resource tags. */
|
|
1778
|
-
tags?: {
|
|
1779
|
-
[propertyName: string]: string;
|
|
1780
|
-
};
|
|
1781
|
-
/** The kind of the resource. */
|
|
1782
|
-
kind?: KnownDataCollectionEndpointResourceKind;
|
|
1783
|
-
/**
|
|
1784
|
-
* Fully qualified ID of the resource.
|
|
1785
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1786
|
-
*/
|
|
1787
|
-
readonly id?: string;
|
|
1788
|
-
/**
|
|
1789
|
-
* The name of the resource.
|
|
1790
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1791
|
-
*/
|
|
1792
|
-
readonly name?: string;
|
|
1793
|
-
/**
|
|
1794
|
-
* The type of the resource.
|
|
1795
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1796
|
-
*/
|
|
1797
|
-
readonly type?: string;
|
|
1798
|
-
/**
|
|
1799
|
-
* Resource entity tag (ETag).
|
|
1800
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1801
|
-
*/
|
|
1802
|
-
readonly etag?: string;
|
|
1803
|
-
/**
|
|
1804
|
-
* Metadata pertaining to creation and last modification of the resource.
|
|
1805
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1806
|
-
*/
|
|
1807
|
-
readonly systemData?: DataCollectionEndpointResourceSystemData;
|
|
1808
|
-
/** Description of the data collection endpoint. */
|
|
1809
|
-
description?: string;
|
|
1810
|
-
/** The immutable ID of this data collection endpoint resource. This property is READ-ONLY. */
|
|
1811
|
-
immutableId?: string;
|
|
1812
|
-
/** The endpoint used by clients to access their configuration. */
|
|
1813
|
-
configurationAccess?: DataCollectionEndpointConfigurationAccess;
|
|
1814
|
-
/** The endpoint used by clients to ingest logs. */
|
|
1815
|
-
logsIngestion?: DataCollectionEndpointLogsIngestion;
|
|
1816
|
-
/** Network access control rules for the endpoints. */
|
|
1817
|
-
networkAcls?: DataCollectionEndpointNetworkAcls;
|
|
1818
|
-
/**
|
|
1819
|
-
* The resource provisioning state. This property is READ-ONLY.
|
|
1820
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1821
|
-
*/
|
|
1822
|
-
readonly provisioningState?: KnownDataCollectionEndpointProvisioningState;
|
|
1823
|
-
}
|
|
1824
|
-
/** Definition of data collection endpoint. */
|
|
1825
|
-
export interface DataCollectionEndpoint {
|
|
1826
|
-
/** Description of the data collection endpoint. */
|
|
1827
|
-
description?: string;
|
|
1828
|
-
/** The immutable ID of this data collection endpoint resource. This property is READ-ONLY. */
|
|
1829
|
-
immutableId?: string;
|
|
1830
|
-
/** The endpoint used by clients to access their configuration. */
|
|
1831
|
-
configurationAccess?: DataCollectionEndpointConfigurationAccess;
|
|
1832
|
-
/** The endpoint used by clients to ingest logs. */
|
|
1833
|
-
logsIngestion?: DataCollectionEndpointLogsIngestion;
|
|
1834
|
-
/** Network access control rules for the endpoints. */
|
|
1835
|
-
networkAcls?: DataCollectionEndpointNetworkAcls;
|
|
1836
|
-
/**
|
|
1837
|
-
* The resource provisioning state. This property is READ-ONLY.
|
|
1838
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1839
|
-
*/
|
|
1840
|
-
readonly provisioningState?: KnownDataCollectionEndpointProvisioningState;
|
|
1841
|
-
}
|
|
1842
|
-
/** Definition of the endpoint used for accessing configuration. */
|
|
1843
|
-
export interface ConfigurationAccessEndpointSpec {
|
|
1844
|
-
/**
|
|
1845
|
-
* The endpoint. This property is READ-ONLY.
|
|
1846
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1847
|
-
*/
|
|
1848
|
-
readonly endpoint?: string;
|
|
1849
|
-
}
|
|
1850
|
-
/** Definition of the endpoint used for ingesting logs. */
|
|
1851
|
-
export interface LogsIngestionEndpointSpec {
|
|
1852
|
-
/**
|
|
1853
|
-
* The endpoint. This property is READ-ONLY.
|
|
1854
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1855
|
-
*/
|
|
1856
|
-
readonly endpoint?: string;
|
|
1857
|
-
}
|
|
1858
|
-
/** Definition of the network rules. */
|
|
1859
|
-
export interface NetworkRuleSet {
|
|
1860
|
-
/** The configuration to set whether network access from public internet to the endpoints are allowed. */
|
|
1861
|
-
publicNetworkAccess?: KnownPublicNetworkAccessOptions;
|
|
1862
|
-
}
|
|
1863
|
-
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
1864
|
-
export interface ErrorResponseCommonV2 {
|
|
1865
|
-
/** The error object. */
|
|
1866
|
-
error?: ErrorDetail;
|
|
1867
|
-
}
|
|
1868
|
-
/** Definition of ARM tracked top level resource properties for update operation. */
|
|
1869
|
-
export interface ResourceForUpdate {
|
|
1870
|
-
/** Resource tags. */
|
|
1871
|
-
tags?: {
|
|
1872
|
-
[propertyName: string]: string;
|
|
1873
|
-
};
|
|
1874
|
-
}
|
|
1875
|
-
/** A pageable list of resources. */
|
|
1876
|
-
export interface DataCollectionRuleAssociationProxyOnlyResourceListResult {
|
|
1877
|
-
/** A list of resources. */
|
|
1878
|
-
value: DataCollectionRuleAssociationProxyOnlyResource[];
|
|
1879
|
-
/** The URL to use for getting the next set of results. */
|
|
1880
|
-
nextLink?: string;
|
|
1881
|
-
}
|
|
1882
|
-
/** Definition of generic ARM proxy resource. */
|
|
1883
|
-
export interface DataCollectionRuleAssociationProxyOnlyResource {
|
|
1884
|
-
/**
|
|
1885
|
-
* Fully qualified ID of the resource.
|
|
1886
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1887
|
-
*/
|
|
1888
|
-
readonly id?: string;
|
|
1889
|
-
/**
|
|
1890
|
-
* The name of the resource.
|
|
1891
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1892
|
-
*/
|
|
1893
|
-
readonly name?: string;
|
|
1894
|
-
/**
|
|
1895
|
-
* The type of the resource.
|
|
1896
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1897
|
-
*/
|
|
1898
|
-
readonly type?: string;
|
|
1899
|
-
/**
|
|
1900
|
-
* Resource entity tag (ETag).
|
|
1901
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1902
|
-
*/
|
|
1903
|
-
readonly etag?: string;
|
|
1904
|
-
/**
|
|
1905
|
-
* Metadata pertaining to creation and last modification of the resource.
|
|
1906
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1907
|
-
*/
|
|
1908
|
-
readonly systemData?: DataCollectionRuleAssociationProxyOnlyResourceSystemData;
|
|
1909
|
-
/** Description of the association. */
|
|
1910
|
-
description?: string;
|
|
1911
|
-
/** The resource ID of the data collection rule that is to be associated. */
|
|
1912
|
-
dataCollectionRuleId?: string;
|
|
1913
|
-
/** The resource ID of the data collection endpoint that is to be associated. */
|
|
1914
|
-
dataCollectionEndpointId?: string;
|
|
1915
|
-
/**
|
|
1916
|
-
* The resource provisioning state.
|
|
1917
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1918
|
-
*/
|
|
1919
|
-
readonly provisioningState?: KnownDataCollectionRuleAssociationProvisioningState;
|
|
1920
|
-
/**
|
|
1921
|
-
* Metadata about the resource
|
|
1922
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1923
|
-
*/
|
|
1924
|
-
readonly metadata?: DataCollectionRuleAssociationMetadata;
|
|
1925
|
-
}
|
|
1926
|
-
/** Definition of association of a data collection rule with a monitored Azure resource. */
|
|
1927
|
-
export interface DataCollectionRuleAssociation {
|
|
1928
|
-
/** Description of the association. */
|
|
1929
|
-
description?: string;
|
|
1930
|
-
/** The resource ID of the data collection rule that is to be associated. */
|
|
1931
|
-
dataCollectionRuleId?: string;
|
|
1932
|
-
/** The resource ID of the data collection endpoint that is to be associated. */
|
|
1933
|
-
dataCollectionEndpointId?: string;
|
|
1934
|
-
/**
|
|
1935
|
-
* The resource provisioning state.
|
|
1936
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1937
|
-
*/
|
|
1938
|
-
readonly provisioningState?: KnownDataCollectionRuleAssociationProvisioningState;
|
|
1939
|
-
/**
|
|
1940
|
-
* Metadata about the resource
|
|
1941
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1942
|
-
*/
|
|
1943
|
-
readonly metadata?: DataCollectionRuleAssociationMetadata;
|
|
1944
|
-
}
|
|
1945
|
-
/** Metadata about the resource */
|
|
1946
|
-
export interface Metadata {
|
|
1947
|
-
/**
|
|
1948
|
-
* Azure offering managing this resource on-behalf-of customer.
|
|
1949
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1950
|
-
*/
|
|
1951
|
-
readonly provisionedBy?: string;
|
|
1952
|
-
}
|
|
1953
|
-
/** A pageable list of resources. */
|
|
1954
|
-
export interface DataCollectionRuleResourceListResult {
|
|
1955
|
-
/** A list of resources. */
|
|
1956
|
-
value: DataCollectionRuleResource[];
|
|
1957
|
-
/** The URL to use for getting the next set of results. */
|
|
1958
|
-
nextLink?: string;
|
|
1959
|
-
}
|
|
1960
|
-
/** Definition of ARM tracked top level resource. */
|
|
1961
|
-
export interface DataCollectionRuleResource {
|
|
1962
|
-
/** The geo-location where the resource lives. */
|
|
1963
|
-
location: string;
|
|
1964
|
-
/** Resource tags. */
|
|
1965
|
-
tags?: {
|
|
1966
|
-
[propertyName: string]: string;
|
|
1967
|
-
};
|
|
1968
|
-
/** The kind of the resource. */
|
|
1969
|
-
kind?: KnownDataCollectionRuleResourceKind;
|
|
1970
|
-
/**
|
|
1971
|
-
* Fully qualified ID of the resource.
|
|
1972
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1973
|
-
*/
|
|
1974
|
-
readonly id?: string;
|
|
1975
|
-
/**
|
|
1976
|
-
* The name of the resource.
|
|
1977
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1978
|
-
*/
|
|
1979
|
-
readonly name?: string;
|
|
1980
|
-
/**
|
|
1981
|
-
* The type of the resource.
|
|
1982
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1983
|
-
*/
|
|
1984
|
-
readonly type?: string;
|
|
1985
|
-
/**
|
|
1986
|
-
* Resource entity tag (ETag).
|
|
1987
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1988
|
-
*/
|
|
1989
|
-
readonly etag?: string;
|
|
1990
|
-
/**
|
|
1991
|
-
* Metadata pertaining to creation and last modification of the resource.
|
|
1992
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1993
|
-
*/
|
|
1994
|
-
readonly systemData?: DataCollectionRuleResourceSystemData;
|
|
1995
|
-
/** Description of the data collection rule. */
|
|
1996
|
-
description?: string;
|
|
1997
|
-
/**
|
|
1998
|
-
* The immutable ID of this data collection rule. This property is READ-ONLY.
|
|
1999
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2000
|
-
*/
|
|
2001
|
-
readonly immutableId?: string;
|
|
2002
|
-
/** The resource ID of the data collection endpoint that this rule can be used with. */
|
|
2003
|
-
dataCollectionEndpointId?: string;
|
|
2004
|
-
/**
|
|
2005
|
-
* Metadata about the resource
|
|
2006
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2007
|
-
*/
|
|
2008
|
-
readonly metadata?: DataCollectionRuleMetadata;
|
|
2009
|
-
/** Declaration of custom streams used in this rule. */
|
|
2010
|
-
streamDeclarations?: {
|
|
2011
|
-
[propertyName: string]: StreamDeclaration;
|
|
2012
|
-
};
|
|
2013
|
-
/**
|
|
2014
|
-
* The specification of data sources.
|
|
2015
|
-
* This property is optional and can be omitted if the rule is meant to be used via direct calls to the provisioned endpoint.
|
|
2016
|
-
*/
|
|
2017
|
-
dataSources?: DataCollectionRuleDataSources;
|
|
2018
|
-
/** The specification of destinations. */
|
|
2019
|
-
destinations?: DataCollectionRuleDestinations;
|
|
2020
|
-
/** The specification of data flows. */
|
|
2021
|
-
dataFlows?: DataFlow[];
|
|
2022
|
-
/**
|
|
2023
|
-
* The resource provisioning state.
|
|
2024
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2025
|
-
*/
|
|
2026
|
-
readonly provisioningState?: KnownDataCollectionRuleProvisioningState;
|
|
2027
|
-
}
|
|
2028
|
-
/** Definition of what monitoring data to collect and where that data should be sent. */
|
|
2029
|
-
export interface DataCollectionRule {
|
|
2030
|
-
/** Description of the data collection rule. */
|
|
2031
|
-
description?: string;
|
|
2032
|
-
/**
|
|
2033
|
-
* The immutable ID of this data collection rule. This property is READ-ONLY.
|
|
2034
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2035
|
-
*/
|
|
2036
|
-
readonly immutableId?: string;
|
|
2037
|
-
/** The resource ID of the data collection endpoint that this rule can be used with. */
|
|
2038
|
-
dataCollectionEndpointId?: string;
|
|
2039
|
-
/**
|
|
2040
|
-
* Metadata about the resource
|
|
2041
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2042
|
-
*/
|
|
2043
|
-
readonly metadata?: DataCollectionRuleMetadata;
|
|
2044
|
-
/** Declaration of custom streams used in this rule. */
|
|
2045
|
-
streamDeclarations?: {
|
|
2046
|
-
[propertyName: string]: StreamDeclaration;
|
|
2047
|
-
};
|
|
2048
|
-
/**
|
|
2049
|
-
* The specification of data sources.
|
|
2050
|
-
* This property is optional and can be omitted if the rule is meant to be used via direct calls to the provisioned endpoint.
|
|
2051
|
-
*/
|
|
2052
|
-
dataSources?: DataCollectionRuleDataSources;
|
|
2053
|
-
/** The specification of destinations. */
|
|
2054
|
-
destinations?: DataCollectionRuleDestinations;
|
|
2055
|
-
/** The specification of data flows. */
|
|
2056
|
-
dataFlows?: DataFlow[];
|
|
2057
|
-
/**
|
|
2058
|
-
* The resource provisioning state.
|
|
2059
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2060
|
-
*/
|
|
2061
|
-
readonly provisioningState?: KnownDataCollectionRuleProvisioningState;
|
|
2062
|
-
}
|
|
2063
|
-
/** Declaration of a custom stream. */
|
|
2064
|
-
export interface StreamDeclaration {
|
|
2065
|
-
/** List of columns used by data in this stream. */
|
|
2066
|
-
columns?: ColumnDefinition[];
|
|
2067
|
-
}
|
|
2068
|
-
/** Definition of custom data column. */
|
|
2069
|
-
export interface ColumnDefinition {
|
|
2070
|
-
/** The name of the column. */
|
|
2071
|
-
name?: string;
|
|
2072
|
-
/** The type of the column data. */
|
|
2073
|
-
type?: KnownColumnDefinitionType;
|
|
2074
|
-
}
|
|
2075
|
-
/** Specification of data sources that will be collected. */
|
|
2076
|
-
export interface DataSourcesSpec {
|
|
2077
|
-
/** The list of performance counter data source configurations. */
|
|
2078
|
-
performanceCounters?: PerfCounterDataSource[];
|
|
2079
|
-
/** The list of Windows Event Log data source configurations. */
|
|
2080
|
-
windowsEventLogs?: WindowsEventLogDataSource[];
|
|
2081
|
-
/** The list of Syslog data source configurations. */
|
|
2082
|
-
syslog?: SyslogDataSource[];
|
|
2083
|
-
/** The list of Azure VM extension data source configurations. */
|
|
2084
|
-
extensions?: ExtensionDataSource[];
|
|
2085
|
-
/** The list of Log files source configurations. */
|
|
2086
|
-
logFiles?: LogFilesDataSource[];
|
|
2087
|
-
/** The list of IIS logs source configurations. */
|
|
2088
|
-
iisLogs?: IisLogsDataSource[];
|
|
2089
|
-
}
|
|
2090
|
-
/**
|
|
2091
|
-
* Definition of which performance counters will be collected and how they will be collected by this data collection rule.
|
|
2092
|
-
* Collected from both Windows and Linux machines where the counter is present.
|
|
2093
|
-
*/
|
|
2094
|
-
export interface PerfCounterDataSource {
|
|
2095
|
-
/**
|
|
2096
|
-
* List of streams that this data source will be sent to.
|
|
2097
|
-
* A stream indicates what schema will be used for this data and usually what table in Log Analytics the data will be sent to.
|
|
2098
|
-
*/
|
|
2099
|
-
streams?: KnownPerfCounterDataSourceStreams[];
|
|
2100
|
-
/** The number of seconds between consecutive counter measurements (samples). */
|
|
2101
|
-
samplingFrequencyInSeconds?: number;
|
|
2102
|
-
/**
|
|
2103
|
-
* A list of specifier names of the performance counters you want to collect.
|
|
2104
|
-
* Use a wildcard (*) to collect a counter for all instances.
|
|
2105
|
-
* To get a list of performance counters on Windows, run the command 'typeperf'.
|
|
2106
|
-
*/
|
|
2107
|
-
counterSpecifiers?: string[];
|
|
2108
|
-
/**
|
|
2109
|
-
* A friendly name for the data source.
|
|
2110
|
-
* This name should be unique across all data sources (regardless of type) within the data collection rule.
|
|
2111
|
-
*/
|
|
2112
|
-
name?: string;
|
|
2113
|
-
}
|
|
2114
|
-
/**
|
|
2115
|
-
* Definition of which Windows Event Log events will be collected and how they will be collected.
|
|
2116
|
-
* Only collected from Windows machines.
|
|
2117
|
-
*/
|
|
2118
|
-
export interface WindowsEventLogDataSource {
|
|
2119
|
-
/**
|
|
2120
|
-
* List of streams that this data source will be sent to.
|
|
2121
|
-
* A stream indicates what schema will be used for this data and usually what table in Log Analytics the data will be sent to.
|
|
2122
|
-
*/
|
|
2123
|
-
streams?: KnownWindowsEventLogDataSourceStreams[];
|
|
2124
|
-
/** A list of Windows Event Log queries in XPATH format. */
|
|
2125
|
-
xPathQueries?: string[];
|
|
2126
|
-
/**
|
|
2127
|
-
* A friendly name for the data source.
|
|
2128
|
-
* This name should be unique across all data sources (regardless of type) within the data collection rule.
|
|
2129
|
-
*/
|
|
2130
|
-
name?: string;
|
|
2131
|
-
}
|
|
2132
|
-
/**
|
|
2133
|
-
* Definition of which syslog data will be collected and how it will be collected.
|
|
2134
|
-
* Only collected from Linux machines.
|
|
2135
|
-
*/
|
|
2136
|
-
export interface SyslogDataSource {
|
|
2137
|
-
/**
|
|
2138
|
-
* List of streams that this data source will be sent to.
|
|
2139
|
-
* A stream indicates what schema will be used for this data and usually what table in Log Analytics the data will be sent to.
|
|
2140
|
-
*/
|
|
2141
|
-
streams?: KnownSyslogDataSourceStreams[];
|
|
2142
|
-
/** The list of facility names. */
|
|
2143
|
-
facilityNames?: KnownSyslogDataSourceFacilityNames[];
|
|
2144
|
-
/** The log levels to collect. */
|
|
2145
|
-
logLevels?: KnownSyslogDataSourceLogLevels[];
|
|
2146
|
-
/**
|
|
2147
|
-
* A friendly name for the data source.
|
|
2148
|
-
* This name should be unique across all data sources (regardless of type) within the data collection rule.
|
|
2149
|
-
*/
|
|
2150
|
-
name?: string;
|
|
2151
|
-
}
|
|
2152
|
-
/**
|
|
2153
|
-
* Definition of which data will be collected from a separate VM extension that integrates with the Azure Monitor Agent.
|
|
2154
|
-
* Collected from either Windows and Linux machines, depending on which extension is defined.
|
|
2155
|
-
*/
|
|
2156
|
-
export interface ExtensionDataSource {
|
|
2157
|
-
/**
|
|
2158
|
-
* List of streams that this data source will be sent to.
|
|
2159
|
-
* A stream indicates what schema will be used for this data and usually what table in Log Analytics the data will be sent to.
|
|
2160
|
-
*/
|
|
2161
|
-
streams?: KnownExtensionDataSourceStreams[];
|
|
2162
|
-
/** The name of the VM extension. */
|
|
2163
|
-
extensionName: string;
|
|
2164
|
-
/** The extension settings. The format is specific for particular extension. */
|
|
2165
|
-
extensionSettings?: Record<string, unknown>;
|
|
2166
|
-
/** The list of data sources this extension needs data from. */
|
|
2167
|
-
inputDataSources?: string[];
|
|
2168
|
-
/**
|
|
2169
|
-
* A friendly name for the data source.
|
|
2170
|
-
* This name should be unique across all data sources (regardless of type) within the data collection rule.
|
|
2171
|
-
*/
|
|
2172
|
-
name?: string;
|
|
2173
|
-
}
|
|
2174
|
-
/** Definition of which custom log files will be collected by this data collection rule */
|
|
2175
|
-
export interface LogFilesDataSource {
|
|
2176
|
-
/**
|
|
2177
|
-
* List of streams that this data source will be sent to.
|
|
2178
|
-
* A stream indicates what schema will be used for this data source
|
|
2179
|
-
*/
|
|
2180
|
-
streams: string[];
|
|
2181
|
-
/** File Patterns where the log files are located */
|
|
2182
|
-
filePatterns: string[];
|
|
2183
|
-
/** The data format of the log files */
|
|
2184
|
-
format: KnownLogFilesDataSourceFormat;
|
|
2185
|
-
/** The log files specific settings. */
|
|
2186
|
-
settings?: LogFilesDataSourceSettings;
|
|
2187
|
-
/**
|
|
2188
|
-
* A friendly name for the data source.
|
|
2189
|
-
* This name should be unique across all data sources (regardless of type) within the data collection rule.
|
|
2190
|
-
*/
|
|
2191
|
-
name?: string;
|
|
2192
|
-
}
|
|
2193
|
-
/** Settings for different log file formats */
|
|
2194
|
-
export interface LogFileSettings {
|
|
2195
|
-
/** Text settings */
|
|
2196
|
-
text?: LogFileSettingsText;
|
|
2197
|
-
}
|
|
2198
|
-
/** Settings for text log files */
|
|
2199
|
-
export interface LogFileTextSettings {
|
|
2200
|
-
/** One of the supported timestamp formats */
|
|
2201
|
-
recordStartTimestampFormat: KnownLogFileTextSettingsRecordStartTimestampFormat;
|
|
2202
|
-
}
|
|
2203
|
-
/** Enables IIS logs to be collected by this data collection rule. */
|
|
2204
|
-
export interface IisLogsDataSource {
|
|
2205
|
-
/** IIS streams */
|
|
2206
|
-
streams: string[];
|
|
2207
|
-
/** Absolute paths file location */
|
|
2208
|
-
logDirectories?: string[];
|
|
2209
|
-
/**
|
|
2210
|
-
* A friendly name for the data source.
|
|
2211
|
-
* This name should be unique across all data sources (regardless of type) within the data collection rule.
|
|
2212
|
-
*/
|
|
2213
|
-
name?: string;
|
|
2214
|
-
}
|
|
2215
|
-
/** Specification of destinations that can be used in data flows. */
|
|
2216
|
-
export interface DestinationsSpec {
|
|
2217
|
-
/** List of Log Analytics destinations. */
|
|
2218
|
-
logAnalytics?: LogAnalyticsDestination[];
|
|
2219
|
-
/** Azure Monitor Metrics destination. */
|
|
2220
|
-
azureMonitorMetrics?: DestinationsSpecAzureMonitorMetrics;
|
|
2221
|
-
}
|
|
2222
|
-
/** Log Analytics destination. */
|
|
2223
|
-
export interface LogAnalyticsDestination {
|
|
2224
|
-
/** The resource ID of the Log Analytics workspace. */
|
|
2225
|
-
workspaceResourceId?: string;
|
|
2226
|
-
/**
|
|
2227
|
-
* The Customer ID of the Log Analytics workspace.
|
|
2228
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2229
|
-
*/
|
|
2230
|
-
readonly workspaceId?: string;
|
|
2231
|
-
/**
|
|
2232
|
-
* A friendly name for the destination.
|
|
2233
|
-
* This name should be unique across all destinations (regardless of type) within the data collection rule.
|
|
2234
|
-
*/
|
|
2235
|
-
name?: string;
|
|
2236
|
-
}
|
|
2237
|
-
/** Azure Monitor Metrics destination. */
|
|
2238
|
-
export interface AzureMonitorMetricsDestination {
|
|
2239
|
-
/**
|
|
2240
|
-
* A friendly name for the destination.
|
|
2241
|
-
* This name should be unique across all destinations (regardless of type) within the data collection rule.
|
|
2242
|
-
*/
|
|
2243
|
-
name?: string;
|
|
2244
|
-
}
|
|
2245
|
-
/** Definition of which streams are sent to which destinations. */
|
|
2246
|
-
export interface DataFlow {
|
|
2247
|
-
/** List of streams for this data flow. */
|
|
2248
|
-
streams?: KnownDataFlowStreams[];
|
|
2249
|
-
/** List of destinations for this data flow. */
|
|
2250
|
-
destinations?: string[];
|
|
2251
|
-
/** The KQL query to transform stream data. */
|
|
2252
|
-
transformKql?: string;
|
|
2253
|
-
/** The output stream of the transform. Only required if the transform changes data to a different stream. */
|
|
2254
|
-
outputStream?: string;
|
|
2255
|
-
}
|
|
2256
|
-
/** A pageable list of resources */
|
|
2257
|
-
export interface AzureMonitorWorkspaceResourceListResult {
|
|
2258
|
-
/** A list of resources */
|
|
2259
|
-
value: AzureMonitorWorkspaceResource[];
|
|
2260
|
-
/** The URL to use for getting the next set of results */
|
|
2261
|
-
nextLink?: string;
|
|
2262
|
-
}
|
|
2263
|
-
/** Properties of an Azure Monitor workspace */
|
|
2264
|
-
export interface AzureMonitorWorkspace {
|
|
2265
|
-
/**
|
|
2266
|
-
* The immutable ID of the Azure Monitor workspace. This property is read-only.
|
|
2267
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2268
|
-
*/
|
|
2269
|
-
readonly accountId?: string;
|
|
2270
|
-
/**
|
|
2271
|
-
* Information about metrics for the Azure Monitor workspace
|
|
2272
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2273
|
-
*/
|
|
2274
|
-
readonly metrics?: AzureMonitorWorkspaceMetrics;
|
|
2275
|
-
/**
|
|
2276
|
-
* The provisioning state of the Azure Monitor workspace. Set to Succeeded if everything is healthy.
|
|
2277
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2278
|
-
*/
|
|
2279
|
-
readonly provisioningState?: ProvisioningState;
|
|
2280
|
-
/**
|
|
2281
|
-
* The Data Collection Rule and Endpoint used for ingestion by default.
|
|
2282
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2283
|
-
*/
|
|
2284
|
-
readonly defaultIngestionSettings?: AzureMonitorWorkspaceDefaultIngestionSettings;
|
|
2285
|
-
}
|
|
2286
|
-
/** Information about metrics for the workspace */
|
|
2287
|
-
export interface Metrics {
|
|
2288
|
-
/**
|
|
2289
|
-
* The Prometheus query endpoint for the workspace
|
|
2290
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2291
|
-
*/
|
|
2292
|
-
readonly prometheusQueryEndpoint?: string;
|
|
2293
|
-
/**
|
|
2294
|
-
* An internal identifier for the metrics container. Only to be used by the system
|
|
2295
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2296
|
-
*/
|
|
2297
|
-
readonly internalId?: string;
|
|
2298
|
-
}
|
|
2299
|
-
/** Settings for data ingestion */
|
|
2300
|
-
export interface IngestionSettings {
|
|
2301
|
-
/**
|
|
2302
|
-
* The Azure resource Id of the default data collection rule for this workspace.
|
|
2303
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2304
|
-
*/
|
|
2305
|
-
readonly dataCollectionRuleResourceId?: string;
|
|
2306
|
-
/**
|
|
2307
|
-
* The Azure resource Id of the default data collection endpoint for this workspace.
|
|
2308
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2309
|
-
*/
|
|
2310
|
-
readonly dataCollectionEndpointResourceId?: string;
|
|
2311
|
-
}
|
|
2312
|
-
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
2313
|
-
export interface ResourceAutoGenerated5 {
|
|
2314
|
-
/**
|
|
2315
|
-
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
2316
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2317
|
-
*/
|
|
2318
|
-
readonly id?: string;
|
|
2319
|
-
/**
|
|
2320
|
-
* The name of the resource
|
|
2321
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2322
|
-
*/
|
|
2323
|
-
readonly name?: string;
|
|
2324
|
-
/**
|
|
2325
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
2326
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2327
|
-
*/
|
|
2328
|
-
readonly type?: string;
|
|
2329
|
-
/**
|
|
2330
|
-
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
2331
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2332
|
-
*/
|
|
2333
|
-
readonly systemData?: SystemData;
|
|
2334
|
-
}
|
|
2335
|
-
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
2336
|
-
export interface ErrorResponseAutoGenerated2 {
|
|
2337
|
-
/** The error object. */
|
|
2338
|
-
error?: ErrorDetailAutoGenerated;
|
|
2339
|
-
}
|
|
2340
|
-
/** The error detail. */
|
|
2341
|
-
export interface ErrorDetailAutoGenerated {
|
|
2342
|
-
/**
|
|
2343
|
-
* The error code.
|
|
2344
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2345
|
-
*/
|
|
2346
|
-
readonly code?: string;
|
|
2347
|
-
/**
|
|
2348
|
-
* The error message.
|
|
2349
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2350
|
-
*/
|
|
2351
|
-
readonly message?: string;
|
|
2352
|
-
/**
|
|
2353
|
-
* The error target.
|
|
2354
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2355
|
-
*/
|
|
2356
|
-
readonly target?: string;
|
|
2357
|
-
/**
|
|
2358
|
-
* The error details.
|
|
2359
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2360
|
-
*/
|
|
2361
|
-
readonly details?: ErrorDetailAutoGenerated[];
|
|
2362
|
-
/**
|
|
2363
|
-
* The error additional info.
|
|
2364
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2365
|
-
*/
|
|
2366
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
2367
|
-
}
|
|
2368
|
-
/** Definition of ARM tracked top level resource properties for update operation */
|
|
2369
|
-
export interface AzureMonitorWorkspaceResourceForUpdate {
|
|
2370
|
-
/** Resource tags */
|
|
2371
|
-
tags?: {
|
|
2372
|
-
[propertyName: string]: string;
|
|
2373
|
-
};
|
|
2374
|
-
}
|
|
2375
|
-
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
2376
|
-
export interface OperationListResultAutoGenerated {
|
|
2377
|
-
/**
|
|
2378
|
-
* List of operations supported by the resource provider
|
|
2379
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2380
|
-
*/
|
|
2381
|
-
readonly value?: OperationAutoGenerated[];
|
|
2382
|
-
/**
|
|
2383
|
-
* URL to get the next set of operation list results (if there are any).
|
|
2384
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2385
|
-
*/
|
|
2386
|
-
readonly nextLink?: string;
|
|
2387
|
-
}
|
|
2388
|
-
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
2389
|
-
export interface OperationAutoGenerated {
|
|
2390
|
-
/**
|
|
2391
|
-
* The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
|
|
2392
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2393
|
-
*/
|
|
2394
|
-
readonly name?: string;
|
|
2395
|
-
/**
|
|
2396
|
-
* Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
|
|
2397
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2398
|
-
*/
|
|
2399
|
-
readonly isDataAction?: boolean;
|
|
2400
|
-
/** Localized display information for this particular operation. */
|
|
2401
|
-
display?: OperationDisplayAutoGenerated;
|
|
2402
|
-
/**
|
|
2403
|
-
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
|
|
2404
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2405
|
-
*/
|
|
2406
|
-
readonly origin?: Origin;
|
|
2407
|
-
/**
|
|
2408
|
-
* Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
|
|
2409
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2410
|
-
*/
|
|
2411
|
-
readonly actionType?: ActionType;
|
|
2412
|
-
}
|
|
2413
|
-
/** Localized display information for this particular operation. */
|
|
2414
|
-
export interface OperationDisplayAutoGenerated {
|
|
2415
|
-
/**
|
|
2416
|
-
* The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
|
|
2417
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2418
|
-
*/
|
|
2419
|
-
readonly provider?: string;
|
|
2420
|
-
/**
|
|
2421
|
-
* The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
|
|
2422
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2423
|
-
*/
|
|
2424
|
-
readonly resource?: string;
|
|
2425
|
-
/**
|
|
2426
|
-
* The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
|
|
2427
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2428
|
-
*/
|
|
2429
|
-
readonly operation?: string;
|
|
2430
|
-
/**
|
|
2431
|
-
* The short, localized friendly description of the operation; suitable for tool tips and detailed views.
|
|
2432
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2433
|
-
*/
|
|
2434
|
-
readonly description?: string;
|
|
2435
|
-
}
|
|
2436
|
-
/** The claims for a rule management event data source. */
|
|
2437
|
-
export interface RuleManagementEventClaimsDataSource {
|
|
2438
|
-
/** the email address. */
|
|
2439
|
-
emailAddress?: string;
|
|
2440
|
-
}
|
|
2441
|
-
/** How the data that is collected should be combined over time. */
|
|
2442
|
-
export interface ManagementEventAggregationCondition {
|
|
2443
|
-
/** the condition operator. */
|
|
2444
|
-
operator?: ConditionOperator;
|
|
2445
|
-
/** The threshold value that activates the alert. */
|
|
2446
|
-
threshold?: number;
|
|
2447
|
-
/** the period of time (in ISO 8601 duration format) that is used to monitor alert activity based on the threshold. If specified then it must be between 5 minutes and 1 day. */
|
|
2448
|
-
windowSize?: string;
|
|
2449
|
-
}
|
|
2450
|
-
/** The types of conditions for a multi resource alert. */
|
|
2451
|
-
export interface MultiMetricCriteria {
|
|
2452
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2453
|
-
criterionType: "StaticThresholdCriterion" | "DynamicThresholdCriterion";
|
|
2454
|
-
/** Describes unknown properties. The value of an unknown property can be of "any" type. */
|
|
2455
|
-
[property: string]: any;
|
|
2456
|
-
/** Name of the criteria. */
|
|
2457
|
-
name: string;
|
|
2458
|
-
/** Name of the metric. */
|
|
2459
|
-
metricName: string;
|
|
2460
|
-
/** Namespace of the metric. */
|
|
2461
|
-
metricNamespace?: string;
|
|
2462
|
-
/** the criteria time aggregation types. */
|
|
2463
|
-
timeAggregation: AggregationTypeEnum;
|
|
2464
|
-
/** List of dimension conditions. */
|
|
2465
|
-
dimensions?: MetricDimension[];
|
|
2466
|
-
/** Allows creating an alert rule on a custom metric that isn't yet emitted, by causing the metric validation to be skipped. */
|
|
2467
|
-
skipMetricValidation?: boolean;
|
|
2468
|
-
}
|
|
2469
|
-
/** Specifies a metric dimension. */
|
|
2470
|
-
export interface MetricDimension {
|
|
2471
|
-
/** Name of the dimension. */
|
|
2472
|
-
name: string;
|
|
2473
|
-
/** the dimension operator. Only 'Include' and 'Exclude' are supported */
|
|
2474
|
-
operator: string;
|
|
2475
|
-
/** list of dimension values. */
|
|
2476
|
-
values: string[];
|
|
2477
|
-
}
|
|
2478
|
-
/** The minimum number of violations required within the selected lookback time window required to raise an alert. */
|
|
2479
|
-
export interface DynamicThresholdFailingPeriods {
|
|
2480
|
-
/** The number of aggregated lookback points. The lookback time window is calculated based on the aggregation granularity (windowSize) and the selected number of aggregated points. */
|
|
2481
|
-
numberOfEvaluationPeriods: number;
|
|
2482
|
-
/** The number of violations to trigger an alert. Should be smaller or equal to numberOfEvaluationPeriods. */
|
|
2483
|
-
minFailingPeriodsToAlert: number;
|
|
2484
|
-
}
|
|
2485
|
-
/** The autoscale setting resource. */
|
|
2486
|
-
export interface AutoscaleSettingResource extends Resource {
|
|
2487
|
-
/** the collection of automatic scaling profiles that specify different scaling parameters for different time periods. A maximum of 20 profiles can be specified. */
|
|
2488
|
-
profiles: AutoscaleProfile[];
|
|
2489
|
-
/** the collection of notifications. */
|
|
2490
|
-
notifications?: AutoscaleNotification[];
|
|
2491
|
-
/** the enabled flag. Specifies whether automatic scaling is enabled for the resource. The default value is 'false'. */
|
|
2492
|
-
enabled?: boolean;
|
|
2493
|
-
/** the predictive autoscale policy mode. */
|
|
2494
|
-
predictiveAutoscalePolicy?: PredictiveAutoscalePolicy;
|
|
2495
|
-
/** the name of the autoscale setting. */
|
|
2496
|
-
namePropertiesName?: string;
|
|
2497
|
-
/** the resource identifier of the resource that the autoscale setting should be added to. */
|
|
2498
|
-
targetResourceUri?: string;
|
|
2499
|
-
/** the location of the resource that the autoscale setting should be added to. */
|
|
2500
|
-
targetResourceLocation?: string;
|
|
2501
|
-
}
|
|
2502
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
2503
|
-
export interface DataCollectionEndpointResourceSystemData extends SystemData {
|
|
2504
|
-
}
|
|
2505
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
2506
|
-
export interface DataCollectionRuleAssociationProxyOnlyResourceSystemData extends SystemData {
|
|
2507
|
-
}
|
|
2508
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
2509
|
-
export interface DataCollectionRuleResourceSystemData extends SystemData {
|
|
2510
|
-
}
|
|
2511
|
-
/** A rule condition based on a metric crossing a threshold. */
|
|
2512
|
-
export interface ThresholdRuleCondition extends RuleCondition {
|
|
2513
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2514
|
-
odataType: "Microsoft.Azure.Management.Insights.Models.ThresholdRuleCondition";
|
|
2515
|
-
/** the operator used to compare the data and the threshold. */
|
|
2516
|
-
operator: ConditionOperator;
|
|
2517
|
-
/** the threshold value that activates the alert. */
|
|
2518
|
-
threshold: number;
|
|
2519
|
-
/** the period of time (in ISO 8601 duration format) that is used to monitor alert activity based on the threshold. If specified then it must be between 5 minutes and 1 day. */
|
|
2520
|
-
windowSize?: string;
|
|
2521
|
-
/** the time aggregation operator. How the data that are collected should be combined over time. The default value is the PrimaryAggregationType of the Metric. */
|
|
2522
|
-
timeAggregation?: TimeAggregationOperator;
|
|
2523
|
-
}
|
|
2524
|
-
/** A rule condition based on a certain number of locations failing. */
|
|
2525
|
-
export interface LocationThresholdRuleCondition extends RuleCondition {
|
|
2526
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2527
|
-
odataType: "Microsoft.Azure.Management.Insights.Models.LocationThresholdRuleCondition";
|
|
2528
|
-
/** the period of time (in ISO 8601 duration format) that is used to monitor alert activity based on the threshold. If specified then it must be between 5 minutes and 1 day. */
|
|
2529
|
-
windowSize?: string;
|
|
2530
|
-
/** the number of locations that must fail to activate the alert. */
|
|
2531
|
-
failedLocationCount: number;
|
|
2532
|
-
}
|
|
2533
|
-
/** A management event rule condition. */
|
|
2534
|
-
export interface ManagementEventRuleCondition extends RuleCondition {
|
|
2535
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2536
|
-
odataType: "Microsoft.Azure.Management.Insights.Models.ManagementEventRuleCondition";
|
|
2537
|
-
/** How the data that is collected should be combined over time and when the alert is activated. Note that for management event alerts aggregation is optional – if it is not provided then any event will cause the alert to activate. */
|
|
2538
|
-
aggregation?: ManagementEventAggregationCondition;
|
|
2539
|
-
}
|
|
2540
|
-
/** A rule metric data source. The discriminator value is always RuleMetricDataSource in this case. */
|
|
2541
|
-
export interface RuleMetricDataSource extends RuleDataSource {
|
|
2542
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2543
|
-
odataType: "Microsoft.Azure.Management.Insights.Models.RuleMetricDataSource";
|
|
2544
|
-
/** the name of the metric that defines what the rule monitors. */
|
|
2545
|
-
metricName?: string;
|
|
2546
|
-
}
|
|
2547
|
-
/** A rule management event data source. The discriminator fields is always RuleManagementEventDataSource in this case. */
|
|
2548
|
-
export interface RuleManagementEventDataSource extends RuleDataSource {
|
|
2549
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2550
|
-
odataType: "Microsoft.Azure.Management.Insights.Models.RuleManagementEventDataSource";
|
|
2551
|
-
/** the event name. */
|
|
2552
|
-
eventName?: string;
|
|
2553
|
-
/** the event source. */
|
|
2554
|
-
eventSource?: string;
|
|
2555
|
-
/** the level. */
|
|
2556
|
-
level?: string;
|
|
2557
|
-
/** The name of the operation that should be checked for. If no name is provided, any operation will match. */
|
|
2558
|
-
operationName?: string;
|
|
2559
|
-
/** the resource group name. */
|
|
2560
|
-
resourceGroupName?: string;
|
|
2561
|
-
/** the resource provider name. */
|
|
2562
|
-
resourceProviderName?: string;
|
|
2563
|
-
/** The status of the operation that should be checked for. If no status is provided, any status will match. */
|
|
2564
|
-
status?: string;
|
|
2565
|
-
/** the substatus. */
|
|
2566
|
-
subStatus?: string;
|
|
2567
|
-
/** the claims. */
|
|
2568
|
-
claims?: RuleManagementEventClaimsDataSource;
|
|
2569
|
-
}
|
|
2570
|
-
/** Specifies the action to send email when the rule condition is evaluated. The discriminator is always RuleEmailAction in this case. */
|
|
2571
|
-
export interface RuleEmailAction extends RuleAction {
|
|
2572
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2573
|
-
odataType: "Microsoft.Azure.Management.Insights.Models.RuleEmailAction";
|
|
2574
|
-
/** Whether the administrators (service and co-administrators) of the service should be notified when the alert is activated. */
|
|
2575
|
-
sendToServiceOwners?: boolean;
|
|
2576
|
-
/** the list of administrator's custom email addresses to notify of the activation of the alert. */
|
|
2577
|
-
customEmails?: string[];
|
|
2578
|
-
}
|
|
2579
|
-
/** Specifies the action to post to service when the rule condition is evaluated. The discriminator is always RuleWebhookAction in this case. */
|
|
2580
|
-
export interface RuleWebhookAction extends RuleAction {
|
|
2581
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2582
|
-
odataType: "Microsoft.Azure.Management.Insights.Models.RuleWebhookAction";
|
|
2583
|
-
/** the service uri to Post the notification when the alert activates or resolves. */
|
|
2584
|
-
serviceUri?: string;
|
|
2585
|
-
/** the dictionary of custom properties to include with the post operation. These data are appended to the webhook payload. */
|
|
2586
|
-
properties?: {
|
|
2587
|
-
[propertyName: string]: string;
|
|
2588
|
-
};
|
|
2589
|
-
}
|
|
2590
|
-
/** The alert rule resource. */
|
|
2591
|
-
export interface AlertRuleResource extends ResourceAutoGenerated {
|
|
2592
|
-
/** the name of the alert rule. */
|
|
2593
|
-
namePropertiesName: string;
|
|
2594
|
-
/** the description of the alert rule that will be included in the alert email. */
|
|
2595
|
-
description?: string;
|
|
2596
|
-
/** the provisioning state. */
|
|
2597
|
-
provisioningState?: string;
|
|
2598
|
-
/** the flag that indicates whether the alert rule is enabled. */
|
|
2599
|
-
isEnabled: boolean;
|
|
2600
|
-
/** the condition that results in the alert rule being activated. */
|
|
2601
|
-
condition: RuleConditionUnion;
|
|
2602
|
-
/** action that is performed when the alert rule becomes active, and when an alert condition is resolved. */
|
|
2603
|
-
action?: RuleActionUnion;
|
|
2604
|
-
/** the array of actions that are performed when the alert rule becomes active, and when an alert condition is resolved. */
|
|
2605
|
-
actions?: RuleActionUnion[];
|
|
2606
|
-
/**
|
|
2607
|
-
* Last time the rule was updated in ISO8601 format.
|
|
2608
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2609
|
-
*/
|
|
2610
|
-
readonly lastUpdatedTime?: Date;
|
|
2611
|
-
}
|
|
2612
|
-
/** The log profile resource. */
|
|
2613
|
-
export interface LogProfileResource extends ResourceAutoGenerated2 {
|
|
2614
|
-
/** the resource id of the storage account to which you would like to send the Activity Log. */
|
|
2615
|
-
storageAccountId?: string;
|
|
2616
|
-
/** The service bus rule ID of the service bus namespace in which you would like to have Event Hubs created for streaming the Activity Log. The rule ID is of the format: '{service bus resource ID}/authorizationrules/{key name}'. */
|
|
2617
|
-
serviceBusRuleId?: string;
|
|
2618
|
-
/** List of regions for which Activity Log events should be stored or streamed. It is a comma separated list of valid ARM locations including the 'global' location. */
|
|
2619
|
-
locations: string[];
|
|
2620
|
-
/** the categories of the logs. These categories are created as is convenient to the user. Some values are: 'Write', 'Delete', and/or 'Action.' */
|
|
2621
|
-
categories: string[];
|
|
2622
|
-
/** the retention policy for the events in the log. */
|
|
2623
|
-
retentionPolicy: RetentionPolicy;
|
|
2624
|
-
}
|
|
2625
|
-
/** The diagnostic setting resource. */
|
|
2626
|
-
export interface DiagnosticSettingsResource extends ResourceAutoGenerated3 {
|
|
2627
|
-
/**
|
|
2628
|
-
* The system metadata related to this resource.
|
|
2629
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2630
|
-
*/
|
|
2631
|
-
readonly systemData?: SystemData;
|
|
2632
|
-
/** The resource ID of the storage account to which you would like to send Diagnostic Logs. */
|
|
2633
|
-
storageAccountId?: string;
|
|
2634
|
-
/** The service bus rule Id of the diagnostic setting. This is here to maintain backwards compatibility. */
|
|
2635
|
-
serviceBusRuleId?: string;
|
|
2636
|
-
/** The resource Id for the event hub authorization rule. */
|
|
2637
|
-
eventHubAuthorizationRuleId?: string;
|
|
2638
|
-
/** The name of the event hub. If none is specified, the default event hub will be selected. */
|
|
2639
|
-
eventHubName?: string;
|
|
2640
|
-
/** The list of metric settings. */
|
|
2641
|
-
metrics?: MetricSettings[];
|
|
2642
|
-
/** The list of logs settings. */
|
|
2643
|
-
logs?: LogSettings[];
|
|
2644
|
-
/** The full ARM resource ID of the Log Analytics workspace to which you would like to send Diagnostic Logs. Example: /subscriptions/4b9e8510-67ab-4e9a-95a9-e2f1e570ea9c/resourceGroups/insights-integration/providers/Microsoft.OperationalInsights/workspaces/viruela2 */
|
|
2645
|
-
workspaceId?: string;
|
|
2646
|
-
/** The full ARM resource ID of the Marketplace resource to which you would like to send Diagnostic Logs. */
|
|
2647
|
-
marketplacePartnerId?: string;
|
|
2648
|
-
/** A string indicating whether the export to Log Analytics should use the default destination type, i.e. AzureDiagnostics, or use a destination type constructed as follows: <normalized service identity>_<normalized category name>. Possible values are: Dedicated and null (null is default.) */
|
|
2649
|
-
logAnalyticsDestinationType?: string;
|
|
2650
|
-
}
|
|
2651
|
-
/** The diagnostic settings category resource. */
|
|
2652
|
-
export interface DiagnosticSettingsCategoryResource extends ResourceAutoGenerated3 {
|
|
2653
|
-
/**
|
|
2654
|
-
* The system metadata related to this resource.
|
|
2655
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2656
|
-
*/
|
|
2657
|
-
readonly systemData?: SystemData;
|
|
2658
|
-
/** The type of the diagnostic settings category. */
|
|
2659
|
-
categoryType?: CategoryType;
|
|
2660
|
-
/** the collection of what category groups are supported. */
|
|
2661
|
-
categoryGroups?: string[];
|
|
2662
|
-
}
|
|
2663
|
-
/** The Private Endpoint Connection resource. */
|
|
2664
|
-
export interface PrivateEndpointConnection extends ResourceAutoGenerated3 {
|
|
2665
|
-
/** The resource of private end point. */
|
|
2666
|
-
privateEndpoint?: PrivateEndpoint;
|
|
2667
|
-
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
2668
|
-
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
2669
|
-
/**
|
|
2670
|
-
* The provisioning state of the private endpoint connection resource.
|
|
2671
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2672
|
-
*/
|
|
2673
|
-
readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
2674
|
-
}
|
|
2675
|
-
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
2676
|
-
export interface TrackedResource extends ResourceAutoGenerated3 {
|
|
2677
|
-
/** Resource tags. */
|
|
2678
|
-
tags?: {
|
|
2679
|
-
[propertyName: string]: string;
|
|
2680
|
-
};
|
|
2681
|
-
/** The geo-location where the resource lives */
|
|
2682
|
-
location: string;
|
|
2683
|
-
}
|
|
2684
|
-
/** A private link resource */
|
|
2685
|
-
export interface PrivateLinkResource extends ResourceAutoGenerated3 {
|
|
2686
|
-
/**
|
|
2687
|
-
* The private link resource group id.
|
|
2688
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2689
|
-
*/
|
|
2690
|
-
readonly groupId?: string;
|
|
2691
|
-
/**
|
|
2692
|
-
* The private link resource required member names.
|
|
2693
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2694
|
-
*/
|
|
2695
|
-
readonly requiredMembers?: string[];
|
|
2696
|
-
/** The private link resource Private link DNS zone name. */
|
|
2697
|
-
requiredZoneNames?: string[];
|
|
2698
|
-
}
|
|
2699
|
-
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
2700
|
-
export interface ProxyResourceAutoGenerated extends ResourceAutoGenerated3 {
|
|
2701
|
-
}
|
|
2702
|
-
/** An action group resource. */
|
|
2703
|
-
export interface ActionGroupResource extends AzureResource {
|
|
2704
|
-
/** The short name of the action group. This will be used in SMS messages. */
|
|
2705
|
-
groupShortName?: string;
|
|
2706
|
-
/** Indicates whether this action group is enabled. If an action group is not enabled, then none of its receivers will receive communications. */
|
|
2707
|
-
enabled?: boolean;
|
|
2708
|
-
/** The list of email receivers that are part of this action group. */
|
|
2709
|
-
emailReceivers?: EmailReceiver[];
|
|
2710
|
-
/** The list of SMS receivers that are part of this action group. */
|
|
2711
|
-
smsReceivers?: SmsReceiver[];
|
|
2712
|
-
/** The list of webhook receivers that are part of this action group. */
|
|
2713
|
-
webhookReceivers?: WebhookReceiver[];
|
|
2714
|
-
/** The list of ITSM receivers that are part of this action group. */
|
|
2715
|
-
itsmReceivers?: ItsmReceiver[];
|
|
2716
|
-
/** The list of AzureAppPush receivers that are part of this action group. */
|
|
2717
|
-
azureAppPushReceivers?: AzureAppPushReceiver[];
|
|
2718
|
-
/** The list of AutomationRunbook receivers that are part of this action group. */
|
|
2719
|
-
automationRunbookReceivers?: AutomationRunbookReceiver[];
|
|
2720
|
-
/** The list of voice receivers that are part of this action group. */
|
|
2721
|
-
voiceReceivers?: VoiceReceiver[];
|
|
2722
|
-
/** The list of logic app receivers that are part of this action group. */
|
|
2723
|
-
logicAppReceivers?: LogicAppReceiver[];
|
|
2724
|
-
/** The list of azure function receivers that are part of this action group. */
|
|
2725
|
-
azureFunctionReceivers?: AzureFunctionReceiver[];
|
|
2726
|
-
/** The list of ARM role receivers that are part of this action group. Roles are Azure RBAC roles and only built-in roles are supported. */
|
|
2727
|
-
armRoleReceivers?: ArmRoleReceiver[];
|
|
2728
|
-
/** The list of event hub receivers that are part of this action group. */
|
|
2729
|
-
eventHubReceivers?: EventHubReceiver[];
|
|
2730
|
-
}
|
|
2731
|
-
/** Specifies the metric alert criteria for a single resource that has multiple metric criteria. */
|
|
2732
|
-
export interface MetricAlertSingleResourceMultipleMetricCriteria extends MetricAlertCriteria {
|
|
2733
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2734
|
-
odataType: "Microsoft.Azure.Monitor.SingleResourceMultipleMetricCriteria";
|
|
2735
|
-
/** The list of metric criteria for this 'all of' operation. */
|
|
2736
|
-
allOf?: MetricCriteria[];
|
|
2737
|
-
}
|
|
2738
|
-
/** Specifies the metric alert rule criteria for a web test resource. */
|
|
2739
|
-
export interface WebtestLocationAvailabilityCriteria extends MetricAlertCriteria {
|
|
2740
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2741
|
-
odataType: "Microsoft.Azure.Monitor.WebtestLocationAvailabilityCriteria";
|
|
2742
|
-
/** The Application Insights web test Id. */
|
|
2743
|
-
webTestId: string;
|
|
2744
|
-
/** The Application Insights resource Id. */
|
|
2745
|
-
componentId: string;
|
|
2746
|
-
/** The number of failed locations. */
|
|
2747
|
-
failedLocationCount: number;
|
|
2748
|
-
}
|
|
2749
|
-
/** Specifies the metric alert criteria for multiple resource that has multiple metric criteria. */
|
|
2750
|
-
export interface MetricAlertMultipleResourceMultipleMetricCriteria extends MetricAlertCriteria {
|
|
2751
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2752
|
-
odataType: "Microsoft.Azure.Monitor.MultipleResourceMultipleMetricCriteria";
|
|
2753
|
-
/** the list of multiple metric criteria for this 'all of' operation. */
|
|
2754
|
-
allOf?: MultiMetricCriteriaUnion[];
|
|
2755
|
-
}
|
|
2756
|
-
/** The metric alert resource. */
|
|
2757
|
-
export interface MetricAlertResource extends ResourceAutoGenerated4 {
|
|
2758
|
-
/** the description of the metric alert that will be included in the alert email. */
|
|
2759
|
-
description?: string;
|
|
2760
|
-
/** Alert severity {0, 1, 2, 3, 4} */
|
|
2761
|
-
severity: number;
|
|
2762
|
-
/** the flag that indicates whether the metric alert is enabled. */
|
|
2763
|
-
enabled: boolean;
|
|
2764
|
-
/** the list of resource id's that this metric alert is scoped to. */
|
|
2765
|
-
scopes: string[];
|
|
2766
|
-
/** how often the metric alert is evaluated represented in ISO 8601 duration format. */
|
|
2767
|
-
evaluationFrequency: string;
|
|
2768
|
-
/** the period of time (in ISO 8601 duration format) that is used to monitor alert activity based on the threshold. */
|
|
2769
|
-
windowSize: string;
|
|
2770
|
-
/** the resource type of the target resource(s) on which the alert is created/updated. Mandatory if the scope contains a subscription, resource group, or more than one resource. */
|
|
2771
|
-
targetResourceType?: string;
|
|
2772
|
-
/** the region of the target resource(s) on which the alert is created/updated. Mandatory if the scope contains a subscription, resource group, or more than one resource. */
|
|
2773
|
-
targetResourceRegion?: string;
|
|
2774
|
-
/** defines the specific alert criteria information. */
|
|
2775
|
-
criteria: MetricAlertCriteriaUnion;
|
|
2776
|
-
/** the flag that indicates whether the alert should be auto resolved or not. The default is true. */
|
|
2777
|
-
autoMitigate?: boolean;
|
|
2778
|
-
/** the array of actions that are performed when the alert rule becomes active, and when an alert condition is resolved. */
|
|
2779
|
-
actions?: MetricAlertAction[];
|
|
2780
|
-
/**
|
|
2781
|
-
* Last time the rule was updated in ISO8601 format.
|
|
2782
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2783
|
-
*/
|
|
2784
|
-
readonly lastUpdatedTime?: Date;
|
|
2785
|
-
/**
|
|
2786
|
-
* the value indicating whether this alert rule is migrated.
|
|
2787
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2788
|
-
*/
|
|
2789
|
-
readonly isMigrated?: boolean;
|
|
2790
|
-
}
|
|
2791
|
-
/** VM Insights onboarding status for a resource. */
|
|
2792
|
-
export interface VMInsightsOnboardingStatus extends ProxyResource {
|
|
2793
|
-
/** Azure Resource Manager identifier of the resource whose onboarding status is being represented. */
|
|
2794
|
-
resourceId?: string;
|
|
2795
|
-
/** The onboarding status for the resource. Note that, a higher level scope, e.g., resource group or subscription, is considered onboarded if at least one resource under it is onboarded. */
|
|
2796
|
-
onboardingStatus?: OnboardingStatus;
|
|
2797
|
-
/** The status of VM Insights data from the resource. When reported as `present` the data array will contain information about the data containers to which data for the specified resource is being routed. */
|
|
2798
|
-
dataStatus?: DataStatus;
|
|
2799
|
-
/** Containers that currently store VM Insights data for the specified resource. */
|
|
2800
|
-
data?: DataContainer[];
|
|
2801
|
-
}
|
|
2802
|
-
/**
|
|
2803
|
-
* An Activity Log Alert rule condition that is met when all its member conditions are met.
|
|
2804
|
-
* Each condition can be of one of the following types:
|
|
2805
|
-
* __Important__: Each type has its unique subset of properties. Properties from different types CANNOT exist in one condition.
|
|
2806
|
-
* * __Leaf Condition -__ must contain 'field' and either 'equals' or 'containsAny'.
|
|
2807
|
-
* _Please note, 'anyOf' should __not__ be set in a Leaf Condition._
|
|
2808
|
-
* * __AnyOf Condition -__ must contain __only__ 'anyOf' (which is an array of Leaf Conditions).
|
|
2809
|
-
* _Please note, 'field', 'equals' and 'containsAny' should __not__ be set in an AnyOf Condition._
|
|
2810
|
-
*
|
|
2811
|
-
*/
|
|
2812
|
-
export interface AlertRuleAnyOfOrLeafCondition extends AlertRuleLeafCondition {
|
|
2813
|
-
/** An Activity Log Alert rule condition that is met when at least one of its member leaf conditions are met. */
|
|
2814
|
-
anyOf?: AlertRuleLeafCondition[];
|
|
2815
|
-
}
|
|
2816
|
-
/** An Activity Log Alert rule resource. */
|
|
2817
|
-
export interface ActivityLogAlertResource extends AzureResourceAutoGenerated {
|
|
2818
|
-
/** A list of resource IDs that will be used as prefixes. The alert will only apply to Activity Log events with resource IDs that fall under one of these prefixes. This list must include at least one item. */
|
|
2819
|
-
scopes?: string[];
|
|
2820
|
-
/** The condition that will cause this alert to activate. */
|
|
2821
|
-
condition?: AlertRuleAllOfCondition;
|
|
2822
|
-
/** The actions that will activate when the condition is met. */
|
|
2823
|
-
actions?: ActionList;
|
|
2824
|
-
/** Indicates whether this Activity Log Alert rule is enabled. If an Activity Log Alert rule is not enabled, then none of its actions will be activated. */
|
|
2825
|
-
enabled?: boolean;
|
|
2826
|
-
/** A description of this Activity Log Alert rule. */
|
|
2827
|
-
description?: string;
|
|
2828
|
-
}
|
|
2829
|
-
/** Resource properties. */
|
|
2830
|
-
export interface DataCollectionEndpointResourceProperties extends DataCollectionEndpoint {
|
|
2831
|
-
}
|
|
2832
|
-
/** The endpoint used by clients to access their configuration. */
|
|
2833
|
-
export interface DataCollectionEndpointConfigurationAccess extends ConfigurationAccessEndpointSpec {
|
|
2834
|
-
}
|
|
2835
|
-
/** The endpoint used by clients to ingest logs. */
|
|
2836
|
-
export interface DataCollectionEndpointLogsIngestion extends LogsIngestionEndpointSpec {
|
|
2837
|
-
}
|
|
2838
|
-
/** Network access control rules for the endpoints. */
|
|
2839
|
-
export interface DataCollectionEndpointNetworkAcls extends NetworkRuleSet {
|
|
2840
|
-
}
|
|
2841
|
-
/** Resource properties. */
|
|
2842
|
-
export interface DataCollectionRuleAssociationProxyOnlyResourceProperties extends DataCollectionRuleAssociation {
|
|
2843
|
-
}
|
|
2844
|
-
/** Metadata about the resource */
|
|
2845
|
-
export interface DataCollectionRuleAssociationMetadata extends Metadata {
|
|
2846
|
-
}
|
|
2847
|
-
/** Metadata about the resource */
|
|
2848
|
-
export interface DataCollectionRuleMetadata extends Metadata {
|
|
2849
|
-
}
|
|
2850
|
-
/** Resource properties. */
|
|
2851
|
-
export interface DataCollectionRuleResourceProperties extends DataCollectionRule {
|
|
2852
|
-
}
|
|
2853
|
-
/**
|
|
2854
|
-
* The specification of data sources.
|
|
2855
|
-
* This property is optional and can be omitted if the rule is meant to be used via direct calls to the provisioned endpoint.
|
|
2856
|
-
*/
|
|
2857
|
-
export interface DataCollectionRuleDataSources extends DataSourcesSpec {
|
|
2858
|
-
}
|
|
2859
|
-
/** The log files specific settings. */
|
|
2860
|
-
export interface LogFilesDataSourceSettings extends LogFileSettings {
|
|
2861
|
-
}
|
|
2862
|
-
/** Text settings */
|
|
2863
|
-
export interface LogFileSettingsText extends LogFileTextSettings {
|
|
2864
|
-
}
|
|
2865
|
-
/** The specification of destinations. */
|
|
2866
|
-
export interface DataCollectionRuleDestinations extends DestinationsSpec {
|
|
2867
|
-
}
|
|
2868
|
-
/** Azure Monitor Metrics destination. */
|
|
2869
|
-
export interface DestinationsSpecAzureMonitorMetrics extends AzureMonitorMetricsDestination {
|
|
2870
|
-
}
|
|
2871
|
-
/** Resource properties */
|
|
2872
|
-
export interface AzureMonitorWorkspaceResourceProperties extends AzureMonitorWorkspace {
|
|
2873
|
-
}
|
|
2874
|
-
/** Information about metrics for the Azure Monitor workspace */
|
|
2875
|
-
export interface AzureMonitorWorkspaceMetrics extends Metrics {
|
|
2876
|
-
}
|
|
2877
|
-
/** The Data Collection Rule and Endpoint used for ingestion by default. */
|
|
2878
|
-
export interface AzureMonitorWorkspaceDefaultIngestionSettings extends IngestionSettings {
|
|
2879
|
-
}
|
|
2880
|
-
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
2881
|
-
export interface TrackedResourceAutoGenerated extends ResourceAutoGenerated5 {
|
|
2882
|
-
/** Resource tags. */
|
|
2883
|
-
tags?: {
|
|
2884
|
-
[propertyName: string]: string;
|
|
2885
|
-
};
|
|
2886
|
-
/** The geo-location where the resource lives */
|
|
2887
|
-
location: string;
|
|
2888
|
-
}
|
|
2889
|
-
/** Criterion to filter metrics. */
|
|
2890
|
-
export interface MetricCriteria extends MultiMetricCriteria {
|
|
2891
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2892
|
-
criterionType: "StaticThresholdCriterion";
|
|
2893
|
-
/** the criteria operator. */
|
|
2894
|
-
operator: Operator;
|
|
2895
|
-
/** the criteria threshold value that activates the alert. */
|
|
2896
|
-
threshold: number;
|
|
2897
|
-
}
|
|
2898
|
-
/** Criterion for dynamic threshold. */
|
|
2899
|
-
export interface DynamicMetricCriteria extends MultiMetricCriteria {
|
|
2900
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2901
|
-
criterionType: "DynamicThresholdCriterion";
|
|
2902
|
-
/** The operator used to compare the metric value against the threshold. */
|
|
2903
|
-
operator: DynamicThresholdOperator;
|
|
2904
|
-
/** The extent of deviation required to trigger an alert. This will affect how tight the threshold is to the metric series pattern. */
|
|
2905
|
-
alertSensitivity: DynamicThresholdSensitivity;
|
|
2906
|
-
/** The minimum number of violations required within the selected lookback time window required to raise an alert. */
|
|
2907
|
-
failingPeriods: DynamicThresholdFailingPeriods;
|
|
2908
|
-
/** Use this option to set the date from which to start learning the metric historical data and calculate the dynamic thresholds (in ISO8601 format) */
|
|
2909
|
-
ignoreDataBefore?: Date;
|
|
2910
|
-
}
|
|
2911
|
-
/** An Azure Monitor PrivateLinkScope definition. */
|
|
2912
|
-
export interface AzureMonitorPrivateLinkScope extends TrackedResource {
|
|
2913
|
-
/**
|
|
2914
|
-
* System data
|
|
2915
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2916
|
-
*/
|
|
2917
|
-
readonly systemData?: SystemData;
|
|
2918
|
-
/**
|
|
2919
|
-
* Current state of this PrivateLinkScope: whether or not is has been provisioned within the resource group it is defined. Users cannot change this value but are able to read from it. Values will include Provisioning ,Succeeded, Canceled and Failed.
|
|
2920
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2921
|
-
*/
|
|
2922
|
-
readonly provisioningState?: string;
|
|
2923
|
-
/**
|
|
2924
|
-
* List of private endpoint connections.
|
|
2925
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2926
|
-
*/
|
|
2927
|
-
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
2928
|
-
/** Access mode settings */
|
|
2929
|
-
accessModeSettings: AccessModeSettings;
|
|
2930
|
-
}
|
|
2931
|
-
/** A private link scoped resource */
|
|
2932
|
-
export interface ScopedResource extends ProxyResourceAutoGenerated {
|
|
2933
|
-
/**
|
|
2934
|
-
* System data
|
|
2935
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2936
|
-
*/
|
|
2937
|
-
readonly systemData?: SystemData;
|
|
2938
|
-
/** The resource id of the scoped Azure monitor resource. */
|
|
2939
|
-
linkedResourceId?: string;
|
|
2940
|
-
/**
|
|
2941
|
-
* State of the private endpoint connection.
|
|
2942
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2943
|
-
*/
|
|
2944
|
-
readonly provisioningState?: string;
|
|
2945
|
-
}
|
|
2946
|
-
/** An Azure Monitor Workspace definition */
|
|
2947
|
-
export interface AzureMonitorWorkspaceResource extends TrackedResourceAutoGenerated {
|
|
2948
|
-
/**
|
|
2949
|
-
* Resource entity tag (ETag)
|
|
2950
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2951
|
-
*/
|
|
2952
|
-
readonly etag?: string;
|
|
2953
|
-
/**
|
|
2954
|
-
* The immutable ID of the Azure Monitor workspace. This property is read-only.
|
|
2955
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2956
|
-
*/
|
|
2957
|
-
readonly accountId?: string;
|
|
2958
|
-
/**
|
|
2959
|
-
* Information about metrics for the Azure Monitor workspace
|
|
2960
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2961
|
-
*/
|
|
2962
|
-
readonly metrics?: AzureMonitorWorkspaceMetrics;
|
|
2963
|
-
/**
|
|
2964
|
-
* The provisioning state of the Azure Monitor workspace. Set to Succeeded if everything is healthy.
|
|
2965
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2966
|
-
*/
|
|
2967
|
-
readonly provisioningState?: ProvisioningState;
|
|
2968
|
-
/**
|
|
2969
|
-
* The Data Collection Rule and Endpoint used for ingestion by default.
|
|
2970
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2971
|
-
*/
|
|
2972
|
-
readonly defaultIngestionSettings?: AzureMonitorWorkspaceDefaultIngestionSettings;
|
|
2973
|
-
}
|
|
2974
|
-
/** Defines headers for ActionGroups_postTestNotifications operation. */
|
|
2975
|
-
export interface ActionGroupsPostTestNotificationsHeaders {
|
|
2976
|
-
/** The location header that has the polling uri. */
|
|
2977
|
-
location?: string;
|
|
2978
|
-
}
|
|
2979
|
-
/** Defines headers for ActionGroups_createNotificationsAtResourceGroupLevel operation. */
|
|
2980
|
-
export interface ActionGroupsCreateNotificationsAtResourceGroupLevelHeaders {
|
|
2981
|
-
/** The location header that has the polling uri. */
|
|
2982
|
-
location?: string;
|
|
2983
|
-
}
|
|
2984
|
-
/** Defines headers for ActionGroups_createNotificationsAtActionGroupResourceLevel operation. */
|
|
2985
|
-
export interface ActionGroupsCreateNotificationsAtActionGroupResourceLevelHeaders {
|
|
2986
|
-
/** The location header that has the polling uri. */
|
|
2987
|
-
location?: string;
|
|
2988
|
-
}
|
|
2989
|
-
/** Known values of {@link ScaleRuleMetricDimensionOperationType} that the service accepts. */
|
|
2990
|
-
export declare enum KnownScaleRuleMetricDimensionOperationType {
|
|
2991
|
-
/** Equals */
|
|
2992
|
-
Equals = "Equals",
|
|
2993
|
-
/** NotEquals */
|
|
2994
|
-
NotEquals = "NotEquals"
|
|
2995
|
-
}
|
|
2996
|
-
/**
|
|
2997
|
-
* Defines values for ScaleRuleMetricDimensionOperationType. \
|
|
2998
|
-
* {@link KnownScaleRuleMetricDimensionOperationType} can be used interchangeably with ScaleRuleMetricDimensionOperationType,
|
|
2999
|
-
* this enum contains the known values that the service supports.
|
|
3000
|
-
* ### Known values supported by the service
|
|
3001
|
-
* **Equals** \
|
|
3002
|
-
* **NotEquals**
|
|
3003
|
-
*/
|
|
3004
|
-
export declare type ScaleRuleMetricDimensionOperationType = string;
|
|
3005
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
3006
|
-
export declare enum KnownCreatedByType {
|
|
3007
|
-
/** User */
|
|
3008
|
-
User = "User",
|
|
3009
|
-
/** Application */
|
|
3010
|
-
Application = "Application",
|
|
3011
|
-
/** ManagedIdentity */
|
|
3012
|
-
ManagedIdentity = "ManagedIdentity",
|
|
3013
|
-
/** Key */
|
|
3014
|
-
Key = "Key"
|
|
3015
|
-
}
|
|
3016
|
-
/**
|
|
3017
|
-
* Defines values for CreatedByType. \
|
|
3018
|
-
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
3019
|
-
* this enum contains the known values that the service supports.
|
|
3020
|
-
* ### Known values supported by the service
|
|
3021
|
-
* **User** \
|
|
3022
|
-
* **Application** \
|
|
3023
|
-
* **ManagedIdentity** \
|
|
3024
|
-
* **Key**
|
|
3025
|
-
*/
|
|
3026
|
-
export declare type CreatedByType = string;
|
|
3027
|
-
/** Known values of {@link CategoryType} that the service accepts. */
|
|
3028
|
-
export declare enum KnownCategoryType {
|
|
3029
|
-
/** Metrics */
|
|
3030
|
-
Metrics = "Metrics",
|
|
3031
|
-
/** Logs */
|
|
3032
|
-
Logs = "Logs"
|
|
3033
|
-
}
|
|
3034
|
-
/**
|
|
3035
|
-
* Defines values for CategoryType. \
|
|
3036
|
-
* {@link KnownCategoryType} can be used interchangeably with CategoryType,
|
|
3037
|
-
* this enum contains the known values that the service supports.
|
|
3038
|
-
* ### Known values supported by the service
|
|
3039
|
-
* **Metrics** \
|
|
3040
|
-
* **Logs**
|
|
3041
|
-
*/
|
|
3042
|
-
export declare type CategoryType = string;
|
|
3043
|
-
/** Known values of {@link MetricClass} that the service accepts. */
|
|
3044
|
-
export declare enum KnownMetricClass {
|
|
3045
|
-
/** Availability */
|
|
3046
|
-
Availability = "Availability",
|
|
3047
|
-
/** Transactions */
|
|
3048
|
-
Transactions = "Transactions",
|
|
3049
|
-
/** Errors */
|
|
3050
|
-
Errors = "Errors",
|
|
3051
|
-
/** Latency */
|
|
3052
|
-
Latency = "Latency",
|
|
3053
|
-
/** Saturation */
|
|
3054
|
-
Saturation = "Saturation"
|
|
3055
|
-
}
|
|
3056
|
-
/**
|
|
3057
|
-
* Defines values for MetricClass. \
|
|
3058
|
-
* {@link KnownMetricClass} can be used interchangeably with MetricClass,
|
|
3059
|
-
* this enum contains the known values that the service supports.
|
|
3060
|
-
* ### Known values supported by the service
|
|
3061
|
-
* **Availability** \
|
|
3062
|
-
* **Transactions** \
|
|
3063
|
-
* **Errors** \
|
|
3064
|
-
* **Latency** \
|
|
3065
|
-
* **Saturation**
|
|
3066
|
-
*/
|
|
3067
|
-
export declare type MetricClass = string;
|
|
3068
|
-
/** Known values of {@link MetricUnit} that the service accepts. */
|
|
3069
|
-
export declare enum KnownMetricUnit {
|
|
3070
|
-
/** Count */
|
|
3071
|
-
Count = "Count",
|
|
3072
|
-
/** Bytes */
|
|
3073
|
-
Bytes = "Bytes",
|
|
3074
|
-
/** Seconds */
|
|
3075
|
-
Seconds = "Seconds",
|
|
3076
|
-
/** CountPerSecond */
|
|
3077
|
-
CountPerSecond = "CountPerSecond",
|
|
3078
|
-
/** BytesPerSecond */
|
|
3079
|
-
BytesPerSecond = "BytesPerSecond",
|
|
3080
|
-
/** Percent */
|
|
3081
|
-
Percent = "Percent",
|
|
3082
|
-
/** MilliSeconds */
|
|
3083
|
-
MilliSeconds = "MilliSeconds",
|
|
3084
|
-
/** ByteSeconds */
|
|
3085
|
-
ByteSeconds = "ByteSeconds",
|
|
3086
|
-
/** Unspecified */
|
|
3087
|
-
Unspecified = "Unspecified",
|
|
3088
|
-
/** Cores */
|
|
3089
|
-
Cores = "Cores",
|
|
3090
|
-
/** MilliCores */
|
|
3091
|
-
MilliCores = "MilliCores",
|
|
3092
|
-
/** NanoCores */
|
|
3093
|
-
NanoCores = "NanoCores",
|
|
3094
|
-
/** BitsPerSecond */
|
|
3095
|
-
BitsPerSecond = "BitsPerSecond"
|
|
3096
|
-
}
|
|
3097
|
-
/**
|
|
3098
|
-
* Defines values for MetricUnit. \
|
|
3099
|
-
* {@link KnownMetricUnit} can be used interchangeably with MetricUnit,
|
|
3100
|
-
* this enum contains the known values that the service supports.
|
|
3101
|
-
* ### Known values supported by the service
|
|
3102
|
-
* **Count** \
|
|
3103
|
-
* **Bytes** \
|
|
3104
|
-
* **Seconds** \
|
|
3105
|
-
* **CountPerSecond** \
|
|
3106
|
-
* **BytesPerSecond** \
|
|
3107
|
-
* **Percent** \
|
|
3108
|
-
* **MilliSeconds** \
|
|
3109
|
-
* **ByteSeconds** \
|
|
3110
|
-
* **Unspecified** \
|
|
3111
|
-
* **Cores** \
|
|
3112
|
-
* **MilliCores** \
|
|
3113
|
-
* **NanoCores** \
|
|
3114
|
-
* **BitsPerSecond**
|
|
3115
|
-
*/
|
|
3116
|
-
export declare type MetricUnit = string;
|
|
3117
|
-
/** Known values of {@link BaselineSensitivity} that the service accepts. */
|
|
3118
|
-
export declare enum KnownBaselineSensitivity {
|
|
3119
|
-
/** Low */
|
|
3120
|
-
Low = "Low",
|
|
3121
|
-
/** Medium */
|
|
3122
|
-
Medium = "Medium",
|
|
3123
|
-
/** High */
|
|
3124
|
-
High = "High"
|
|
3125
|
-
}
|
|
3126
|
-
/**
|
|
3127
|
-
* Defines values for BaselineSensitivity. \
|
|
3128
|
-
* {@link KnownBaselineSensitivity} can be used interchangeably with BaselineSensitivity,
|
|
3129
|
-
* this enum contains the known values that the service supports.
|
|
3130
|
-
* ### Known values supported by the service
|
|
3131
|
-
* **Low** \
|
|
3132
|
-
* **Medium** \
|
|
3133
|
-
* **High**
|
|
3134
|
-
*/
|
|
3135
|
-
export declare type BaselineSensitivity = string;
|
|
3136
|
-
/** Known values of {@link Odatatype} that the service accepts. */
|
|
3137
|
-
export declare enum KnownOdatatype {
|
|
3138
|
-
/** MicrosoftAzureMonitorSingleResourceMultipleMetricCriteria */
|
|
3139
|
-
MicrosoftAzureMonitorSingleResourceMultipleMetricCriteria = "Microsoft.Azure.Monitor.SingleResourceMultipleMetricCriteria",
|
|
3140
|
-
/** MicrosoftAzureMonitorMultipleResourceMultipleMetricCriteria */
|
|
3141
|
-
MicrosoftAzureMonitorMultipleResourceMultipleMetricCriteria = "Microsoft.Azure.Monitor.MultipleResourceMultipleMetricCriteria",
|
|
3142
|
-
/** MicrosoftAzureMonitorWebtestLocationAvailabilityCriteria */
|
|
3143
|
-
MicrosoftAzureMonitorWebtestLocationAvailabilityCriteria = "Microsoft.Azure.Monitor.WebtestLocationAvailabilityCriteria"
|
|
3144
|
-
}
|
|
3145
|
-
/**
|
|
3146
|
-
* Defines values for Odatatype. \
|
|
3147
|
-
* {@link KnownOdatatype} can be used interchangeably with Odatatype,
|
|
3148
|
-
* this enum contains the known values that the service supports.
|
|
3149
|
-
* ### Known values supported by the service
|
|
3150
|
-
* **Microsoft.Azure.Monitor.SingleResourceMultipleMetricCriteria** \
|
|
3151
|
-
* **Microsoft.Azure.Monitor.MultipleResourceMultipleMetricCriteria** \
|
|
3152
|
-
* **Microsoft.Azure.Monitor.WebtestLocationAvailabilityCriteria**
|
|
3153
|
-
*/
|
|
3154
|
-
export declare type Odatatype = string;
|
|
3155
|
-
/** Known values of {@link Kind} that the service accepts. */
|
|
3156
|
-
export declare enum KnownKind {
|
|
3157
|
-
/** LogAlert */
|
|
3158
|
-
LogAlert = "LogAlert",
|
|
3159
|
-
/** LogToMetric */
|
|
3160
|
-
LogToMetric = "LogToMetric"
|
|
3161
|
-
}
|
|
3162
|
-
/**
|
|
3163
|
-
* Defines values for Kind. \
|
|
3164
|
-
* {@link KnownKind} can be used interchangeably with Kind,
|
|
3165
|
-
* this enum contains the known values that the service supports.
|
|
3166
|
-
* ### Known values supported by the service
|
|
3167
|
-
* **LogAlert** \
|
|
3168
|
-
* **LogToMetric**
|
|
3169
|
-
*/
|
|
3170
|
-
export declare type Kind = string;
|
|
3171
|
-
/** Known values of {@link AlertSeverity} that the service accepts. */
|
|
3172
|
-
export declare enum KnownAlertSeverity {
|
|
3173
|
-
/** Zero */
|
|
3174
|
-
Zero = 0,
|
|
3175
|
-
/** One */
|
|
3176
|
-
One = 1,
|
|
3177
|
-
/** Two */
|
|
3178
|
-
Two = 2,
|
|
3179
|
-
/** Three */
|
|
3180
|
-
Three = 3,
|
|
3181
|
-
/** Four */
|
|
3182
|
-
Four = 4
|
|
3183
|
-
}
|
|
3184
|
-
/**
|
|
3185
|
-
* Defines values for AlertSeverity. \
|
|
3186
|
-
* {@link KnownAlertSeverity} can be used interchangeably with AlertSeverity,
|
|
3187
|
-
* this enum contains the known values that the service supports.
|
|
3188
|
-
* ### Known values supported by the service
|
|
3189
|
-
* **0** \
|
|
3190
|
-
* **1** \
|
|
3191
|
-
* **2** \
|
|
3192
|
-
* **3** \
|
|
3193
|
-
* **4**
|
|
3194
|
-
*/
|
|
3195
|
-
export declare type AlertSeverity = number;
|
|
3196
|
-
/** Known values of {@link PublicNetworkAccess} that the service accepts. */
|
|
3197
|
-
export declare enum KnownPublicNetworkAccess {
|
|
3198
|
-
/** Enabled */
|
|
3199
|
-
Enabled = "Enabled",
|
|
3200
|
-
/** Disabled */
|
|
3201
|
-
Disabled = "Disabled",
|
|
3202
|
-
/** SecuredByPerimeter */
|
|
3203
|
-
SecuredByPerimeter = "SecuredByPerimeter"
|
|
3204
|
-
}
|
|
3205
|
-
/**
|
|
3206
|
-
* Defines values for PublicNetworkAccess. \
|
|
3207
|
-
* {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
|
|
3208
|
-
* this enum contains the known values that the service supports.
|
|
3209
|
-
* ### Known values supported by the service
|
|
3210
|
-
* **Enabled** \
|
|
3211
|
-
* **Disabled** \
|
|
3212
|
-
* **SecuredByPerimeter**
|
|
3213
|
-
*/
|
|
3214
|
-
export declare type PublicNetworkAccess = string;
|
|
3215
|
-
/** Known values of {@link TimeAggregation} that the service accepts. */
|
|
3216
|
-
export declare enum KnownTimeAggregation {
|
|
3217
|
-
/** Count */
|
|
3218
|
-
Count = "Count",
|
|
3219
|
-
/** Average */
|
|
3220
|
-
Average = "Average",
|
|
3221
|
-
/** Minimum */
|
|
3222
|
-
Minimum = "Minimum",
|
|
3223
|
-
/** Maximum */
|
|
3224
|
-
Maximum = "Maximum",
|
|
3225
|
-
/** Total */
|
|
3226
|
-
Total = "Total"
|
|
3227
|
-
}
|
|
3228
|
-
/**
|
|
3229
|
-
* Defines values for TimeAggregation. \
|
|
3230
|
-
* {@link KnownTimeAggregation} can be used interchangeably with TimeAggregation,
|
|
3231
|
-
* this enum contains the known values that the service supports.
|
|
3232
|
-
* ### Known values supported by the service
|
|
3233
|
-
* **Count** \
|
|
3234
|
-
* **Average** \
|
|
3235
|
-
* **Minimum** \
|
|
3236
|
-
* **Maximum** \
|
|
3237
|
-
* **Total**
|
|
3238
|
-
*/
|
|
3239
|
-
export declare type TimeAggregation = string;
|
|
3240
|
-
/** Known values of {@link DimensionOperator} that the service accepts. */
|
|
3241
|
-
export declare enum KnownDimensionOperator {
|
|
3242
|
-
/** Include */
|
|
3243
|
-
Include = "Include",
|
|
3244
|
-
/** Exclude */
|
|
3245
|
-
Exclude = "Exclude"
|
|
3246
|
-
}
|
|
3247
|
-
/**
|
|
3248
|
-
* Defines values for DimensionOperator. \
|
|
3249
|
-
* {@link KnownDimensionOperator} can be used interchangeably with DimensionOperator,
|
|
3250
|
-
* this enum contains the known values that the service supports.
|
|
3251
|
-
* ### Known values supported by the service
|
|
3252
|
-
* **Include** \
|
|
3253
|
-
* **Exclude**
|
|
3254
|
-
*/
|
|
3255
|
-
export declare type DimensionOperator = string;
|
|
3256
|
-
/** Known values of {@link NamespaceClassification} that the service accepts. */
|
|
3257
|
-
export declare enum KnownNamespaceClassification {
|
|
3258
|
-
/** Platform */
|
|
3259
|
-
Platform = "Platform",
|
|
3260
|
-
/** Custom */
|
|
3261
|
-
Custom = "Custom",
|
|
3262
|
-
/** Qos */
|
|
3263
|
-
Qos = "Qos"
|
|
3264
|
-
}
|
|
3265
|
-
/**
|
|
3266
|
-
* Defines values for NamespaceClassification. \
|
|
3267
|
-
* {@link KnownNamespaceClassification} can be used interchangeably with NamespaceClassification,
|
|
3268
|
-
* this enum contains the known values that the service supports.
|
|
3269
|
-
* ### Known values supported by the service
|
|
3270
|
-
* **Platform** \
|
|
3271
|
-
* **Custom** \
|
|
3272
|
-
* **Qos**
|
|
3273
|
-
*/
|
|
3274
|
-
export declare type NamespaceClassification = string;
|
|
3275
|
-
/** Known values of {@link OnboardingStatus} that the service accepts. */
|
|
3276
|
-
export declare enum KnownOnboardingStatus {
|
|
3277
|
-
/** Onboarded */
|
|
3278
|
-
Onboarded = "onboarded",
|
|
3279
|
-
/** NotOnboarded */
|
|
3280
|
-
NotOnboarded = "notOnboarded",
|
|
3281
|
-
/** Unknown */
|
|
3282
|
-
Unknown = "unknown"
|
|
3283
|
-
}
|
|
3284
|
-
/**
|
|
3285
|
-
* Defines values for OnboardingStatus. \
|
|
3286
|
-
* {@link KnownOnboardingStatus} can be used interchangeably with OnboardingStatus,
|
|
3287
|
-
* this enum contains the known values that the service supports.
|
|
3288
|
-
* ### Known values supported by the service
|
|
3289
|
-
* **onboarded** \
|
|
3290
|
-
* **notOnboarded** \
|
|
3291
|
-
* **unknown**
|
|
3292
|
-
*/
|
|
3293
|
-
export declare type OnboardingStatus = string;
|
|
3294
|
-
/** Known values of {@link DataStatus} that the service accepts. */
|
|
3295
|
-
export declare enum KnownDataStatus {
|
|
3296
|
-
/** Present */
|
|
3297
|
-
Present = "present",
|
|
3298
|
-
/** NotPresent */
|
|
3299
|
-
NotPresent = "notPresent"
|
|
3300
|
-
}
|
|
3301
|
-
/**
|
|
3302
|
-
* Defines values for DataStatus. \
|
|
3303
|
-
* {@link KnownDataStatus} can be used interchangeably with DataStatus,
|
|
3304
|
-
* this enum contains the known values that the service supports.
|
|
3305
|
-
* ### Known values supported by the service
|
|
3306
|
-
* **present** \
|
|
3307
|
-
* **notPresent**
|
|
3308
|
-
*/
|
|
3309
|
-
export declare type DataStatus = string;
|
|
3310
|
-
/** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
|
|
3311
|
-
export declare enum KnownPrivateEndpointServiceConnectionStatus {
|
|
3312
|
-
/** Pending */
|
|
3313
|
-
Pending = "Pending",
|
|
3314
|
-
/** Approved */
|
|
3315
|
-
Approved = "Approved",
|
|
3316
|
-
/** Rejected */
|
|
3317
|
-
Rejected = "Rejected"
|
|
3318
|
-
}
|
|
3319
|
-
/**
|
|
3320
|
-
* Defines values for PrivateEndpointServiceConnectionStatus. \
|
|
3321
|
-
* {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,
|
|
3322
|
-
* this enum contains the known values that the service supports.
|
|
3323
|
-
* ### Known values supported by the service
|
|
3324
|
-
* **Pending** \
|
|
3325
|
-
* **Approved** \
|
|
3326
|
-
* **Rejected**
|
|
3327
|
-
*/
|
|
3328
|
-
export declare type PrivateEndpointServiceConnectionStatus = string;
|
|
3329
|
-
/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
|
|
3330
|
-
export declare enum KnownPrivateEndpointConnectionProvisioningState {
|
|
3331
|
-
/** Succeeded */
|
|
3332
|
-
Succeeded = "Succeeded",
|
|
3333
|
-
/** Creating */
|
|
3334
|
-
Creating = "Creating",
|
|
3335
|
-
/** Deleting */
|
|
3336
|
-
Deleting = "Deleting",
|
|
3337
|
-
/** Failed */
|
|
3338
|
-
Failed = "Failed"
|
|
3339
|
-
}
|
|
3340
|
-
/**
|
|
3341
|
-
* Defines values for PrivateEndpointConnectionProvisioningState. \
|
|
3342
|
-
* {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
|
|
3343
|
-
* this enum contains the known values that the service supports.
|
|
3344
|
-
* ### Known values supported by the service
|
|
3345
|
-
* **Succeeded** \
|
|
3346
|
-
* **Creating** \
|
|
3347
|
-
* **Deleting** \
|
|
3348
|
-
* **Failed**
|
|
3349
|
-
*/
|
|
3350
|
-
export declare type PrivateEndpointConnectionProvisioningState = string;
|
|
3351
|
-
/** Known values of {@link AccessMode} that the service accepts. */
|
|
3352
|
-
export declare enum KnownAccessMode {
|
|
3353
|
-
/** Open */
|
|
3354
|
-
Open = "Open",
|
|
3355
|
-
/** PrivateOnly */
|
|
3356
|
-
PrivateOnly = "PrivateOnly"
|
|
3357
|
-
}
|
|
3358
|
-
/**
|
|
3359
|
-
* Defines values for AccessMode. \
|
|
3360
|
-
* {@link KnownAccessMode} can be used interchangeably with AccessMode,
|
|
3361
|
-
* this enum contains the known values that the service supports.
|
|
3362
|
-
* ### Known values supported by the service
|
|
3363
|
-
* **Open** \
|
|
3364
|
-
* **PrivateOnly**
|
|
3365
|
-
*/
|
|
3366
|
-
export declare type AccessMode = string;
|
|
3367
|
-
/** Known values of {@link KnownPublicNetworkAccessOptions} that the service accepts. */
|
|
3368
|
-
export declare enum KnownKnownPublicNetworkAccessOptions {
|
|
3369
|
-
/** Enabled */
|
|
3370
|
-
Enabled = "Enabled",
|
|
3371
|
-
/** Disabled */
|
|
3372
|
-
Disabled = "Disabled"
|
|
3373
|
-
}
|
|
3374
|
-
/**
|
|
3375
|
-
* Defines values for KnownPublicNetworkAccessOptions. \
|
|
3376
|
-
* {@link KnownKnownPublicNetworkAccessOptions} can be used interchangeably with KnownPublicNetworkAccessOptions,
|
|
3377
|
-
* this enum contains the known values that the service supports.
|
|
3378
|
-
* ### Known values supported by the service
|
|
3379
|
-
* **Enabled** \
|
|
3380
|
-
* **Disabled**
|
|
3381
|
-
*/
|
|
3382
|
-
export declare type KnownPublicNetworkAccessOptions = string;
|
|
3383
|
-
/** Known values of {@link KnownDataCollectionEndpointProvisioningState} that the service accepts. */
|
|
3384
|
-
export declare enum KnownKnownDataCollectionEndpointProvisioningState {
|
|
3385
|
-
/** Creating */
|
|
3386
|
-
Creating = "Creating",
|
|
3387
|
-
/** Updating */
|
|
3388
|
-
Updating = "Updating",
|
|
3389
|
-
/** Deleting */
|
|
3390
|
-
Deleting = "Deleting",
|
|
3391
|
-
/** Succeeded */
|
|
3392
|
-
Succeeded = "Succeeded",
|
|
3393
|
-
/** Failed */
|
|
3394
|
-
Failed = "Failed"
|
|
3395
|
-
}
|
|
3396
|
-
/**
|
|
3397
|
-
* Defines values for KnownDataCollectionEndpointProvisioningState. \
|
|
3398
|
-
* {@link KnownKnownDataCollectionEndpointProvisioningState} can be used interchangeably with KnownDataCollectionEndpointProvisioningState,
|
|
3399
|
-
* this enum contains the known values that the service supports.
|
|
3400
|
-
* ### Known values supported by the service
|
|
3401
|
-
* **Creating** \
|
|
3402
|
-
* **Updating** \
|
|
3403
|
-
* **Deleting** \
|
|
3404
|
-
* **Succeeded** \
|
|
3405
|
-
* **Failed**
|
|
3406
|
-
*/
|
|
3407
|
-
export declare type KnownDataCollectionEndpointProvisioningState = string;
|
|
3408
|
-
/** Known values of {@link KnownDataCollectionEndpointResourceKind} that the service accepts. */
|
|
3409
|
-
export declare enum KnownKnownDataCollectionEndpointResourceKind {
|
|
3410
|
-
/** Linux */
|
|
3411
|
-
Linux = "Linux",
|
|
3412
|
-
/** Windows */
|
|
3413
|
-
Windows = "Windows"
|
|
3414
|
-
}
|
|
3415
|
-
/**
|
|
3416
|
-
* Defines values for KnownDataCollectionEndpointResourceKind. \
|
|
3417
|
-
* {@link KnownKnownDataCollectionEndpointResourceKind} can be used interchangeably with KnownDataCollectionEndpointResourceKind,
|
|
3418
|
-
* this enum contains the known values that the service supports.
|
|
3419
|
-
* ### Known values supported by the service
|
|
3420
|
-
* **Linux** \
|
|
3421
|
-
* **Windows**
|
|
3422
|
-
*/
|
|
3423
|
-
export declare type KnownDataCollectionEndpointResourceKind = string;
|
|
3424
|
-
/** Known values of {@link KnownDataCollectionRuleAssociationProvisioningState} that the service accepts. */
|
|
3425
|
-
export declare enum KnownKnownDataCollectionRuleAssociationProvisioningState {
|
|
3426
|
-
/** Creating */
|
|
3427
|
-
Creating = "Creating",
|
|
3428
|
-
/** Updating */
|
|
3429
|
-
Updating = "Updating",
|
|
3430
|
-
/** Deleting */
|
|
3431
|
-
Deleting = "Deleting",
|
|
3432
|
-
/** Succeeded */
|
|
3433
|
-
Succeeded = "Succeeded",
|
|
3434
|
-
/** Failed */
|
|
3435
|
-
Failed = "Failed"
|
|
3436
|
-
}
|
|
3437
|
-
/**
|
|
3438
|
-
* Defines values for KnownDataCollectionRuleAssociationProvisioningState. \
|
|
3439
|
-
* {@link KnownKnownDataCollectionRuleAssociationProvisioningState} can be used interchangeably with KnownDataCollectionRuleAssociationProvisioningState,
|
|
3440
|
-
* this enum contains the known values that the service supports.
|
|
3441
|
-
* ### Known values supported by the service
|
|
3442
|
-
* **Creating** \
|
|
3443
|
-
* **Updating** \
|
|
3444
|
-
* **Deleting** \
|
|
3445
|
-
* **Succeeded** \
|
|
3446
|
-
* **Failed**
|
|
3447
|
-
*/
|
|
3448
|
-
export declare type KnownDataCollectionRuleAssociationProvisioningState = string;
|
|
3449
|
-
/** Known values of {@link KnownColumnDefinitionType} that the service accepts. */
|
|
3450
|
-
export declare enum KnownKnownColumnDefinitionType {
|
|
3451
|
-
/** String */
|
|
3452
|
-
String = "string",
|
|
3453
|
-
/** Int */
|
|
3454
|
-
Int = "int",
|
|
3455
|
-
/** Long */
|
|
3456
|
-
Long = "long",
|
|
3457
|
-
/** Real */
|
|
3458
|
-
Real = "real",
|
|
3459
|
-
/** Boolean */
|
|
3460
|
-
Boolean = "boolean",
|
|
3461
|
-
/** Datetime */
|
|
3462
|
-
Datetime = "datetime",
|
|
3463
|
-
/** Dynamic */
|
|
3464
|
-
Dynamic = "dynamic"
|
|
3465
|
-
}
|
|
3466
|
-
/**
|
|
3467
|
-
* Defines values for KnownColumnDefinitionType. \
|
|
3468
|
-
* {@link KnownKnownColumnDefinitionType} can be used interchangeably with KnownColumnDefinitionType,
|
|
3469
|
-
* this enum contains the known values that the service supports.
|
|
3470
|
-
* ### Known values supported by the service
|
|
3471
|
-
* **string** \
|
|
3472
|
-
* **int** \
|
|
3473
|
-
* **long** \
|
|
3474
|
-
* **real** \
|
|
3475
|
-
* **boolean** \
|
|
3476
|
-
* **datetime** \
|
|
3477
|
-
* **dynamic**
|
|
3478
|
-
*/
|
|
3479
|
-
export declare type KnownColumnDefinitionType = string;
|
|
3480
|
-
/** Known values of {@link KnownPerfCounterDataSourceStreams} that the service accepts. */
|
|
3481
|
-
export declare enum KnownKnownPerfCounterDataSourceStreams {
|
|
3482
|
-
/** MicrosoftPerf */
|
|
3483
|
-
MicrosoftPerf = "Microsoft-Perf",
|
|
3484
|
-
/** MicrosoftInsightsMetrics */
|
|
3485
|
-
MicrosoftInsightsMetrics = "Microsoft-InsightsMetrics"
|
|
3486
|
-
}
|
|
3487
|
-
/**
|
|
3488
|
-
* Defines values for KnownPerfCounterDataSourceStreams. \
|
|
3489
|
-
* {@link KnownKnownPerfCounterDataSourceStreams} can be used interchangeably with KnownPerfCounterDataSourceStreams,
|
|
3490
|
-
* this enum contains the known values that the service supports.
|
|
3491
|
-
* ### Known values supported by the service
|
|
3492
|
-
* **Microsoft-Perf** \
|
|
3493
|
-
* **Microsoft-InsightsMetrics**
|
|
3494
|
-
*/
|
|
3495
|
-
export declare type KnownPerfCounterDataSourceStreams = string;
|
|
3496
|
-
/** Known values of {@link KnownWindowsEventLogDataSourceStreams} that the service accepts. */
|
|
3497
|
-
export declare enum KnownKnownWindowsEventLogDataSourceStreams {
|
|
3498
|
-
/** MicrosoftWindowsEvent */
|
|
3499
|
-
MicrosoftWindowsEvent = "Microsoft-WindowsEvent",
|
|
3500
|
-
/** MicrosoftEvent */
|
|
3501
|
-
MicrosoftEvent = "Microsoft-Event"
|
|
3502
|
-
}
|
|
3503
|
-
/**
|
|
3504
|
-
* Defines values for KnownWindowsEventLogDataSourceStreams. \
|
|
3505
|
-
* {@link KnownKnownWindowsEventLogDataSourceStreams} can be used interchangeably with KnownWindowsEventLogDataSourceStreams,
|
|
3506
|
-
* this enum contains the known values that the service supports.
|
|
3507
|
-
* ### Known values supported by the service
|
|
3508
|
-
* **Microsoft-WindowsEvent** \
|
|
3509
|
-
* **Microsoft-Event**
|
|
3510
|
-
*/
|
|
3511
|
-
export declare type KnownWindowsEventLogDataSourceStreams = string;
|
|
3512
|
-
/** Known values of {@link KnownSyslogDataSourceStreams} that the service accepts. */
|
|
3513
|
-
export declare enum KnownKnownSyslogDataSourceStreams {
|
|
3514
|
-
/** MicrosoftSyslog */
|
|
3515
|
-
MicrosoftSyslog = "Microsoft-Syslog"
|
|
3516
|
-
}
|
|
3517
|
-
/**
|
|
3518
|
-
* Defines values for KnownSyslogDataSourceStreams. \
|
|
3519
|
-
* {@link KnownKnownSyslogDataSourceStreams} can be used interchangeably with KnownSyslogDataSourceStreams,
|
|
3520
|
-
* this enum contains the known values that the service supports.
|
|
3521
|
-
* ### Known values supported by the service
|
|
3522
|
-
* **Microsoft-Syslog**
|
|
3523
|
-
*/
|
|
3524
|
-
export declare type KnownSyslogDataSourceStreams = string;
|
|
3525
|
-
/** Known values of {@link KnownSyslogDataSourceFacilityNames} that the service accepts. */
|
|
3526
|
-
export declare enum KnownKnownSyslogDataSourceFacilityNames {
|
|
3527
|
-
/** Auth */
|
|
3528
|
-
Auth = "auth",
|
|
3529
|
-
/** Authpriv */
|
|
3530
|
-
Authpriv = "authpriv",
|
|
3531
|
-
/** Cron */
|
|
3532
|
-
Cron = "cron",
|
|
3533
|
-
/** Daemon */
|
|
3534
|
-
Daemon = "daemon",
|
|
3535
|
-
/** Kern */
|
|
3536
|
-
Kern = "kern",
|
|
3537
|
-
/** Lpr */
|
|
3538
|
-
Lpr = "lpr",
|
|
3539
|
-
/** Mail */
|
|
3540
|
-
Mail = "mail",
|
|
3541
|
-
/** Mark */
|
|
3542
|
-
Mark = "mark",
|
|
3543
|
-
/** News */
|
|
3544
|
-
News = "news",
|
|
3545
|
-
/** Syslog */
|
|
3546
|
-
Syslog = "syslog",
|
|
3547
|
-
/** User */
|
|
3548
|
-
User = "user",
|
|
3549
|
-
/** Uucp */
|
|
3550
|
-
Uucp = "uucp",
|
|
3551
|
-
/** Local0 */
|
|
3552
|
-
Local0 = "local0",
|
|
3553
|
-
/** Local1 */
|
|
3554
|
-
Local1 = "local1",
|
|
3555
|
-
/** Local2 */
|
|
3556
|
-
Local2 = "local2",
|
|
3557
|
-
/** Local3 */
|
|
3558
|
-
Local3 = "local3",
|
|
3559
|
-
/** Local4 */
|
|
3560
|
-
Local4 = "local4",
|
|
3561
|
-
/** Local5 */
|
|
3562
|
-
Local5 = "local5",
|
|
3563
|
-
/** Local6 */
|
|
3564
|
-
Local6 = "local6",
|
|
3565
|
-
/** Local7 */
|
|
3566
|
-
Local7 = "local7",
|
|
3567
|
-
/** Asterisk */
|
|
3568
|
-
Asterisk = "*"
|
|
3569
|
-
}
|
|
3570
|
-
/**
|
|
3571
|
-
* Defines values for KnownSyslogDataSourceFacilityNames. \
|
|
3572
|
-
* {@link KnownKnownSyslogDataSourceFacilityNames} can be used interchangeably with KnownSyslogDataSourceFacilityNames,
|
|
3573
|
-
* this enum contains the known values that the service supports.
|
|
3574
|
-
* ### Known values supported by the service
|
|
3575
|
-
* **auth** \
|
|
3576
|
-
* **authpriv** \
|
|
3577
|
-
* **cron** \
|
|
3578
|
-
* **daemon** \
|
|
3579
|
-
* **kern** \
|
|
3580
|
-
* **lpr** \
|
|
3581
|
-
* **mail** \
|
|
3582
|
-
* **mark** \
|
|
3583
|
-
* **news** \
|
|
3584
|
-
* **syslog** \
|
|
3585
|
-
* **user** \
|
|
3586
|
-
* **uucp** \
|
|
3587
|
-
* **local0** \
|
|
3588
|
-
* **local1** \
|
|
3589
|
-
* **local2** \
|
|
3590
|
-
* **local3** \
|
|
3591
|
-
* **local4** \
|
|
3592
|
-
* **local5** \
|
|
3593
|
-
* **local6** \
|
|
3594
|
-
* **local7** \
|
|
3595
|
-
* *****
|
|
3596
|
-
*/
|
|
3597
|
-
export declare type KnownSyslogDataSourceFacilityNames = string;
|
|
3598
|
-
/** Known values of {@link KnownSyslogDataSourceLogLevels} that the service accepts. */
|
|
3599
|
-
export declare enum KnownKnownSyslogDataSourceLogLevels {
|
|
3600
|
-
/** Debug */
|
|
3601
|
-
Debug = "Debug",
|
|
3602
|
-
/** Info */
|
|
3603
|
-
Info = "Info",
|
|
3604
|
-
/** Notice */
|
|
3605
|
-
Notice = "Notice",
|
|
3606
|
-
/** Warning */
|
|
3607
|
-
Warning = "Warning",
|
|
3608
|
-
/** Error */
|
|
3609
|
-
Error = "Error",
|
|
3610
|
-
/** Critical */
|
|
3611
|
-
Critical = "Critical",
|
|
3612
|
-
/** Alert */
|
|
3613
|
-
Alert = "Alert",
|
|
3614
|
-
/** Emergency */
|
|
3615
|
-
Emergency = "Emergency",
|
|
3616
|
-
/** Asterisk */
|
|
3617
|
-
Asterisk = "*"
|
|
3618
|
-
}
|
|
3619
|
-
/**
|
|
3620
|
-
* Defines values for KnownSyslogDataSourceLogLevels. \
|
|
3621
|
-
* {@link KnownKnownSyslogDataSourceLogLevels} can be used interchangeably with KnownSyslogDataSourceLogLevels,
|
|
3622
|
-
* this enum contains the known values that the service supports.
|
|
3623
|
-
* ### Known values supported by the service
|
|
3624
|
-
* **Debug** \
|
|
3625
|
-
* **Info** \
|
|
3626
|
-
* **Notice** \
|
|
3627
|
-
* **Warning** \
|
|
3628
|
-
* **Error** \
|
|
3629
|
-
* **Critical** \
|
|
3630
|
-
* **Alert** \
|
|
3631
|
-
* **Emergency** \
|
|
3632
|
-
* *****
|
|
3633
|
-
*/
|
|
3634
|
-
export declare type KnownSyslogDataSourceLogLevels = string;
|
|
3635
|
-
/** Known values of {@link KnownExtensionDataSourceStreams} that the service accepts. */
|
|
3636
|
-
export declare enum KnownKnownExtensionDataSourceStreams {
|
|
3637
|
-
/** MicrosoftEvent */
|
|
3638
|
-
MicrosoftEvent = "Microsoft-Event",
|
|
3639
|
-
/** MicrosoftInsightsMetrics */
|
|
3640
|
-
MicrosoftInsightsMetrics = "Microsoft-InsightsMetrics",
|
|
3641
|
-
/** MicrosoftPerf */
|
|
3642
|
-
MicrosoftPerf = "Microsoft-Perf",
|
|
3643
|
-
/** MicrosoftSyslog */
|
|
3644
|
-
MicrosoftSyslog = "Microsoft-Syslog",
|
|
3645
|
-
/** MicrosoftWindowsEvent */
|
|
3646
|
-
MicrosoftWindowsEvent = "Microsoft-WindowsEvent"
|
|
3647
|
-
}
|
|
3648
|
-
/**
|
|
3649
|
-
* Defines values for KnownExtensionDataSourceStreams. \
|
|
3650
|
-
* {@link KnownKnownExtensionDataSourceStreams} can be used interchangeably with KnownExtensionDataSourceStreams,
|
|
3651
|
-
* this enum contains the known values that the service supports.
|
|
3652
|
-
* ### Known values supported by the service
|
|
3653
|
-
* **Microsoft-Event** \
|
|
3654
|
-
* **Microsoft-InsightsMetrics** \
|
|
3655
|
-
* **Microsoft-Perf** \
|
|
3656
|
-
* **Microsoft-Syslog** \
|
|
3657
|
-
* **Microsoft-WindowsEvent**
|
|
3658
|
-
*/
|
|
3659
|
-
export declare type KnownExtensionDataSourceStreams = string;
|
|
3660
|
-
/** Known values of {@link KnownLogFilesDataSourceFormat} that the service accepts. */
|
|
3661
|
-
export declare enum KnownKnownLogFilesDataSourceFormat {
|
|
3662
|
-
/** Text */
|
|
3663
|
-
Text = "text"
|
|
3664
|
-
}
|
|
3665
|
-
/**
|
|
3666
|
-
* Defines values for KnownLogFilesDataSourceFormat. \
|
|
3667
|
-
* {@link KnownKnownLogFilesDataSourceFormat} can be used interchangeably with KnownLogFilesDataSourceFormat,
|
|
3668
|
-
* this enum contains the known values that the service supports.
|
|
3669
|
-
* ### Known values supported by the service
|
|
3670
|
-
* **text**
|
|
3671
|
-
*/
|
|
3672
|
-
export declare type KnownLogFilesDataSourceFormat = string;
|
|
3673
|
-
/** Known values of {@link KnownLogFileTextSettingsRecordStartTimestampFormat} that the service accepts. */
|
|
3674
|
-
export declare enum KnownKnownLogFileTextSettingsRecordStartTimestampFormat {
|
|
3675
|
-
/** ISO8601 */
|
|
3676
|
-
ISO8601 = "ISO 8601",
|
|
3677
|
-
/** YyyyMMDDHHMMSS */
|
|
3678
|
-
YyyyMMDDHHMMSS = "YYYY-MM-DD HH:MM:SS",
|
|
3679
|
-
/** MDYyyyHHMMSSAMPM */
|
|
3680
|
-
MDYyyyHHMMSSAMPM = "M/D/YYYY HH:MM:SS AM/PM",
|
|
3681
|
-
/** MonDDYyyyHHMMSS */
|
|
3682
|
-
MonDDYyyyHHMMSS = "Mon DD, YYYY HH:MM:SS",
|
|
3683
|
-
/** YyMMddHHMmSs */
|
|
3684
|
-
YyMMddHHMmSs = "yyMMdd HH:mm:ss",
|
|
3685
|
-
/** DdMMyyHHMmSs */
|
|
3686
|
-
DdMMyyHHMmSs = "ddMMyy HH:mm:ss",
|
|
3687
|
-
/** MMMDHhMmSs */
|
|
3688
|
-
MMMDHhMmSs = "MMM d hh:mm:ss",
|
|
3689
|
-
/** DdMMMYyyyHHMmSsZzz */
|
|
3690
|
-
DdMMMYyyyHHMmSsZzz = "dd/MMM/yyyy:HH:mm:ss zzz",
|
|
3691
|
-
/** YyyyMMDdTHHMmSsK */
|
|
3692
|
-
YyyyMMDdTHHMmSsK = "yyyy-MM-ddTHH:mm:ssK"
|
|
3693
|
-
}
|
|
3694
|
-
/**
|
|
3695
|
-
* Defines values for KnownLogFileTextSettingsRecordStartTimestampFormat. \
|
|
3696
|
-
* {@link KnownKnownLogFileTextSettingsRecordStartTimestampFormat} can be used interchangeably with KnownLogFileTextSettingsRecordStartTimestampFormat,
|
|
3697
|
-
* this enum contains the known values that the service supports.
|
|
3698
|
-
* ### Known values supported by the service
|
|
3699
|
-
* **ISO 8601** \
|
|
3700
|
-
* **YYYY-MM-DD HH:MM:SS** \
|
|
3701
|
-
* **M\/D\/YYYY HH:MM:SS AM\/PM** \
|
|
3702
|
-
* **Mon DD, YYYY HH:MM:SS** \
|
|
3703
|
-
* **yyMMdd HH:mm:ss** \
|
|
3704
|
-
* **ddMMyy HH:mm:ss** \
|
|
3705
|
-
* **MMM d hh:mm:ss** \
|
|
3706
|
-
* **dd\/MMM\/yyyy:HH:mm:ss zzz** \
|
|
3707
|
-
* **yyyy-MM-ddTHH:mm:ssK**
|
|
3708
|
-
*/
|
|
3709
|
-
export declare type KnownLogFileTextSettingsRecordStartTimestampFormat = string;
|
|
3710
|
-
/** Known values of {@link KnownDataFlowStreams} that the service accepts. */
|
|
3711
|
-
export declare enum KnownKnownDataFlowStreams {
|
|
3712
|
-
/** MicrosoftEvent */
|
|
3713
|
-
MicrosoftEvent = "Microsoft-Event",
|
|
3714
|
-
/** MicrosoftInsightsMetrics */
|
|
3715
|
-
MicrosoftInsightsMetrics = "Microsoft-InsightsMetrics",
|
|
3716
|
-
/** MicrosoftPerf */
|
|
3717
|
-
MicrosoftPerf = "Microsoft-Perf",
|
|
3718
|
-
/** MicrosoftSyslog */
|
|
3719
|
-
MicrosoftSyslog = "Microsoft-Syslog",
|
|
3720
|
-
/** MicrosoftWindowsEvent */
|
|
3721
|
-
MicrosoftWindowsEvent = "Microsoft-WindowsEvent"
|
|
3722
|
-
}
|
|
3723
|
-
/**
|
|
3724
|
-
* Defines values for KnownDataFlowStreams. \
|
|
3725
|
-
* {@link KnownKnownDataFlowStreams} can be used interchangeably with KnownDataFlowStreams,
|
|
3726
|
-
* this enum contains the known values that the service supports.
|
|
3727
|
-
* ### Known values supported by the service
|
|
3728
|
-
* **Microsoft-Event** \
|
|
3729
|
-
* **Microsoft-InsightsMetrics** \
|
|
3730
|
-
* **Microsoft-Perf** \
|
|
3731
|
-
* **Microsoft-Syslog** \
|
|
3732
|
-
* **Microsoft-WindowsEvent**
|
|
3733
|
-
*/
|
|
3734
|
-
export declare type KnownDataFlowStreams = string;
|
|
3735
|
-
/** Known values of {@link KnownDataCollectionRuleProvisioningState} that the service accepts. */
|
|
3736
|
-
export declare enum KnownKnownDataCollectionRuleProvisioningState {
|
|
3737
|
-
/** Creating */
|
|
3738
|
-
Creating = "Creating",
|
|
3739
|
-
/** Updating */
|
|
3740
|
-
Updating = "Updating",
|
|
3741
|
-
/** Deleting */
|
|
3742
|
-
Deleting = "Deleting",
|
|
3743
|
-
/** Succeeded */
|
|
3744
|
-
Succeeded = "Succeeded",
|
|
3745
|
-
/** Failed */
|
|
3746
|
-
Failed = "Failed"
|
|
3747
|
-
}
|
|
3748
|
-
/**
|
|
3749
|
-
* Defines values for KnownDataCollectionRuleProvisioningState. \
|
|
3750
|
-
* {@link KnownKnownDataCollectionRuleProvisioningState} can be used interchangeably with KnownDataCollectionRuleProvisioningState,
|
|
3751
|
-
* this enum contains the known values that the service supports.
|
|
3752
|
-
* ### Known values supported by the service
|
|
3753
|
-
* **Creating** \
|
|
3754
|
-
* **Updating** \
|
|
3755
|
-
* **Deleting** \
|
|
3756
|
-
* **Succeeded** \
|
|
3757
|
-
* **Failed**
|
|
3758
|
-
*/
|
|
3759
|
-
export declare type KnownDataCollectionRuleProvisioningState = string;
|
|
3760
|
-
/** Known values of {@link KnownDataCollectionRuleResourceKind} that the service accepts. */
|
|
3761
|
-
export declare enum KnownKnownDataCollectionRuleResourceKind {
|
|
3762
|
-
/** Linux */
|
|
3763
|
-
Linux = "Linux",
|
|
3764
|
-
/** Windows */
|
|
3765
|
-
Windows = "Windows"
|
|
3766
|
-
}
|
|
3767
|
-
/**
|
|
3768
|
-
* Defines values for KnownDataCollectionRuleResourceKind. \
|
|
3769
|
-
* {@link KnownKnownDataCollectionRuleResourceKind} can be used interchangeably with KnownDataCollectionRuleResourceKind,
|
|
3770
|
-
* this enum contains the known values that the service supports.
|
|
3771
|
-
* ### Known values supported by the service
|
|
3772
|
-
* **Linux** \
|
|
3773
|
-
* **Windows**
|
|
3774
|
-
*/
|
|
3775
|
-
export declare type KnownDataCollectionRuleResourceKind = string;
|
|
3776
|
-
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
3777
|
-
export declare enum KnownProvisioningState {
|
|
3778
|
-
/** Creating */
|
|
3779
|
-
Creating = "Creating",
|
|
3780
|
-
/** Succeeded */
|
|
3781
|
-
Succeeded = "Succeeded",
|
|
3782
|
-
/** Deleting */
|
|
3783
|
-
Deleting = "Deleting",
|
|
3784
|
-
/** Failed */
|
|
3785
|
-
Failed = "Failed",
|
|
3786
|
-
/** Canceled */
|
|
3787
|
-
Canceled = "Canceled"
|
|
3788
|
-
}
|
|
3789
|
-
/**
|
|
3790
|
-
* Defines values for ProvisioningState. \
|
|
3791
|
-
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
3792
|
-
* this enum contains the known values that the service supports.
|
|
3793
|
-
* ### Known values supported by the service
|
|
3794
|
-
* **Creating** \
|
|
3795
|
-
* **Succeeded** \
|
|
3796
|
-
* **Deleting** \
|
|
3797
|
-
* **Failed** \
|
|
3798
|
-
* **Canceled**
|
|
3799
|
-
*/
|
|
3800
|
-
export declare type ProvisioningState = string;
|
|
3801
|
-
/** Known values of {@link Origin} that the service accepts. */
|
|
3802
|
-
export declare enum KnownOrigin {
|
|
3803
|
-
/** User */
|
|
3804
|
-
User = "user",
|
|
3805
|
-
/** System */
|
|
3806
|
-
System = "system",
|
|
3807
|
-
/** UserSystem */
|
|
3808
|
-
UserSystem = "user,system"
|
|
3809
|
-
}
|
|
3810
|
-
/**
|
|
3811
|
-
* Defines values for Origin. \
|
|
3812
|
-
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
3813
|
-
* this enum contains the known values that the service supports.
|
|
3814
|
-
* ### Known values supported by the service
|
|
3815
|
-
* **user** \
|
|
3816
|
-
* **system** \
|
|
3817
|
-
* **user,system**
|
|
3818
|
-
*/
|
|
3819
|
-
export declare type Origin = string;
|
|
3820
|
-
/** Known values of {@link ActionType} that the service accepts. */
|
|
3821
|
-
export declare enum KnownActionType {
|
|
3822
|
-
/** Internal */
|
|
3823
|
-
Internal = "Internal"
|
|
3824
|
-
}
|
|
3825
|
-
/**
|
|
3826
|
-
* Defines values for ActionType. \
|
|
3827
|
-
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
3828
|
-
* this enum contains the known values that the service supports.
|
|
3829
|
-
* ### Known values supported by the service
|
|
3830
|
-
* **Internal**
|
|
3831
|
-
*/
|
|
3832
|
-
export declare type ActionType = string;
|
|
3833
|
-
/** Known values of {@link Operator} that the service accepts. */
|
|
3834
|
-
export declare enum KnownOperator {
|
|
3835
|
-
/** Equals */
|
|
3836
|
-
Equals = "Equals",
|
|
3837
|
-
/** GreaterThan */
|
|
3838
|
-
GreaterThan = "GreaterThan",
|
|
3839
|
-
/** GreaterThanOrEqual */
|
|
3840
|
-
GreaterThanOrEqual = "GreaterThanOrEqual",
|
|
3841
|
-
/** LessThan */
|
|
3842
|
-
LessThan = "LessThan",
|
|
3843
|
-
/** LessThanOrEqual */
|
|
3844
|
-
LessThanOrEqual = "LessThanOrEqual"
|
|
3845
|
-
}
|
|
3846
|
-
/**
|
|
3847
|
-
* Defines values for Operator. \
|
|
3848
|
-
* {@link KnownOperator} can be used interchangeably with Operator,
|
|
3849
|
-
* this enum contains the known values that the service supports.
|
|
3850
|
-
* ### Known values supported by the service
|
|
3851
|
-
* **Equals** \
|
|
3852
|
-
* **GreaterThan** \
|
|
3853
|
-
* **GreaterThanOrEqual** \
|
|
3854
|
-
* **LessThan** \
|
|
3855
|
-
* **LessThanOrEqual**
|
|
3856
|
-
*/
|
|
3857
|
-
export declare type Operator = string;
|
|
3858
|
-
/** Known values of {@link CriterionType} that the service accepts. */
|
|
3859
|
-
export declare enum KnownCriterionType {
|
|
3860
|
-
/** StaticThresholdCriterion */
|
|
3861
|
-
StaticThresholdCriterion = "StaticThresholdCriterion",
|
|
3862
|
-
/** DynamicThresholdCriterion */
|
|
3863
|
-
DynamicThresholdCriterion = "DynamicThresholdCriterion"
|
|
3864
|
-
}
|
|
3865
|
-
/**
|
|
3866
|
-
* Defines values for CriterionType. \
|
|
3867
|
-
* {@link KnownCriterionType} can be used interchangeably with CriterionType,
|
|
3868
|
-
* this enum contains the known values that the service supports.
|
|
3869
|
-
* ### Known values supported by the service
|
|
3870
|
-
* **StaticThresholdCriterion** \
|
|
3871
|
-
* **DynamicThresholdCriterion**
|
|
3872
|
-
*/
|
|
3873
|
-
export declare type CriterionType = string;
|
|
3874
|
-
/** Known values of {@link AggregationTypeEnum} that the service accepts. */
|
|
3875
|
-
export declare enum KnownAggregationTypeEnum {
|
|
3876
|
-
/** Average */
|
|
3877
|
-
Average = "Average",
|
|
3878
|
-
/** Count */
|
|
3879
|
-
Count = "Count",
|
|
3880
|
-
/** Minimum */
|
|
3881
|
-
Minimum = "Minimum",
|
|
3882
|
-
/** Maximum */
|
|
3883
|
-
Maximum = "Maximum",
|
|
3884
|
-
/** Total */
|
|
3885
|
-
Total = "Total"
|
|
3886
|
-
}
|
|
3887
|
-
/**
|
|
3888
|
-
* Defines values for AggregationTypeEnum. \
|
|
3889
|
-
* {@link KnownAggregationTypeEnum} can be used interchangeably with AggregationTypeEnum,
|
|
3890
|
-
* this enum contains the known values that the service supports.
|
|
3891
|
-
* ### Known values supported by the service
|
|
3892
|
-
* **Average** \
|
|
3893
|
-
* **Count** \
|
|
3894
|
-
* **Minimum** \
|
|
3895
|
-
* **Maximum** \
|
|
3896
|
-
* **Total**
|
|
3897
|
-
*/
|
|
3898
|
-
export declare type AggregationTypeEnum = string;
|
|
3899
|
-
/** Known values of {@link DynamicThresholdOperator} that the service accepts. */
|
|
3900
|
-
export declare enum KnownDynamicThresholdOperator {
|
|
3901
|
-
/** GreaterThan */
|
|
3902
|
-
GreaterThan = "GreaterThan",
|
|
3903
|
-
/** LessThan */
|
|
3904
|
-
LessThan = "LessThan",
|
|
3905
|
-
/** GreaterOrLessThan */
|
|
3906
|
-
GreaterOrLessThan = "GreaterOrLessThan"
|
|
3907
|
-
}
|
|
3908
|
-
/**
|
|
3909
|
-
* Defines values for DynamicThresholdOperator. \
|
|
3910
|
-
* {@link KnownDynamicThresholdOperator} can be used interchangeably with DynamicThresholdOperator,
|
|
3911
|
-
* this enum contains the known values that the service supports.
|
|
3912
|
-
* ### Known values supported by the service
|
|
3913
|
-
* **GreaterThan** \
|
|
3914
|
-
* **LessThan** \
|
|
3915
|
-
* **GreaterOrLessThan**
|
|
3916
|
-
*/
|
|
3917
|
-
export declare type DynamicThresholdOperator = string;
|
|
3918
|
-
/** Known values of {@link DynamicThresholdSensitivity} that the service accepts. */
|
|
3919
|
-
export declare enum KnownDynamicThresholdSensitivity {
|
|
3920
|
-
/** Low */
|
|
3921
|
-
Low = "Low",
|
|
3922
|
-
/** Medium */
|
|
3923
|
-
Medium = "Medium",
|
|
3924
|
-
/** High */
|
|
3925
|
-
High = "High"
|
|
3926
|
-
}
|
|
3927
|
-
/**
|
|
3928
|
-
* Defines values for DynamicThresholdSensitivity. \
|
|
3929
|
-
* {@link KnownDynamicThresholdSensitivity} can be used interchangeably with DynamicThresholdSensitivity,
|
|
3930
|
-
* this enum contains the known values that the service supports.
|
|
3931
|
-
* ### Known values supported by the service
|
|
3932
|
-
* **Low** \
|
|
3933
|
-
* **Medium** \
|
|
3934
|
-
* **High**
|
|
3935
|
-
*/
|
|
3936
|
-
export declare type DynamicThresholdSensitivity = string;
|
|
3937
|
-
/** Defines values for MetricStatisticType. */
|
|
3938
|
-
export declare type MetricStatisticType = "Average" | "Min" | "Max" | "Sum" | "Count";
|
|
3939
|
-
/** Defines values for TimeAggregationType. */
|
|
3940
|
-
export declare type TimeAggregationType = "Average" | "Minimum" | "Maximum" | "Total" | "Count" | "Last";
|
|
3941
|
-
/** Defines values for ComparisonOperationType. */
|
|
3942
|
-
export declare type ComparisonOperationType = "Equals" | "NotEquals" | "GreaterThan" | "GreaterThanOrEqual" | "LessThan" | "LessThanOrEqual";
|
|
3943
|
-
/** Defines values for ScaleDirection. */
|
|
3944
|
-
export declare type ScaleDirection = "None" | "Increase" | "Decrease";
|
|
3945
|
-
/** Defines values for ScaleType. */
|
|
3946
|
-
export declare type ScaleType = "ChangeCount" | "PercentChangeCount" | "ExactCount" | "ServiceAllowedNextValue";
|
|
3947
|
-
/** Defines values for RecurrenceFrequency. */
|
|
3948
|
-
export declare type RecurrenceFrequency = "None" | "Second" | "Minute" | "Hour" | "Day" | "Week" | "Month" | "Year";
|
|
3949
|
-
/** Defines values for PredictiveAutoscalePolicyScaleMode. */
|
|
3950
|
-
export declare type PredictiveAutoscalePolicyScaleMode = "Disabled" | "ForecastOnly" | "Enabled";
|
|
3951
|
-
/** Defines values for ReceiverStatus. */
|
|
3952
|
-
export declare type ReceiverStatus = "NotSpecified" | "Enabled" | "Disabled";
|
|
3953
|
-
/** Defines values for EventLevel. */
|
|
3954
|
-
export declare type EventLevel = "Critical" | "Error" | "Warning" | "Informational" | "Verbose";
|
|
3955
|
-
/** Defines values for AggregationType. */
|
|
3956
|
-
export declare type AggregationType = "None" | "Average" | "Count" | "Minimum" | "Maximum" | "Total";
|
|
3957
|
-
/** Defines values for ResultType. */
|
|
3958
|
-
export declare type ResultType = "Data" | "Metadata";
|
|
3959
|
-
/** Defines values for IdentityType. */
|
|
3960
|
-
export declare type IdentityType = "SystemAssigned" | "UserAssigned" | "None";
|
|
3961
|
-
/** Defines values for ConditionOperator. */
|
|
3962
|
-
export declare type ConditionOperator = "GreaterThan" | "GreaterThanOrEqual" | "LessThan" | "LessThanOrEqual" | "Equals";
|
|
3963
|
-
/** Defines values for TimeAggregationOperator. */
|
|
3964
|
-
export declare type TimeAggregationOperator = "Average" | "Minimum" | "Maximum" | "Total" | "Last";
|
|
3965
|
-
/** Optional parameters. */
|
|
3966
|
-
export interface AutoscaleSettingsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
3967
|
-
}
|
|
3968
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
3969
|
-
export declare type AutoscaleSettingsListByResourceGroupResponse = AutoscaleSettingResourceCollection;
|
|
3970
|
-
/** Optional parameters. */
|
|
3971
|
-
export interface AutoscaleSettingsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3972
|
-
}
|
|
3973
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
3974
|
-
export declare type AutoscaleSettingsCreateOrUpdateResponse = AutoscaleSettingResource;
|
|
3975
|
-
/** Optional parameters. */
|
|
3976
|
-
export interface AutoscaleSettingsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3977
|
-
}
|
|
3978
|
-
/** Optional parameters. */
|
|
3979
|
-
export interface AutoscaleSettingsGetOptionalParams extends coreClient.OperationOptions {
|
|
3980
|
-
}
|
|
3981
|
-
/** Contains response data for the get operation. */
|
|
3982
|
-
export declare type AutoscaleSettingsGetResponse = AutoscaleSettingResource;
|
|
3983
|
-
/** Optional parameters. */
|
|
3984
|
-
export interface AutoscaleSettingsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3985
|
-
}
|
|
3986
|
-
/** Contains response data for the update operation. */
|
|
3987
|
-
export declare type AutoscaleSettingsUpdateResponse = AutoscaleSettingResource;
|
|
3988
|
-
/** Optional parameters. */
|
|
3989
|
-
export interface AutoscaleSettingsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
3990
|
-
}
|
|
3991
|
-
/** Contains response data for the listBySubscription operation. */
|
|
3992
|
-
export declare type AutoscaleSettingsListBySubscriptionResponse = AutoscaleSettingResourceCollection;
|
|
3993
|
-
/** Optional parameters. */
|
|
3994
|
-
export interface AutoscaleSettingsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
3995
|
-
}
|
|
3996
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
3997
|
-
export declare type AutoscaleSettingsListByResourceGroupNextResponse = AutoscaleSettingResourceCollection;
|
|
3998
|
-
/** Optional parameters. */
|
|
3999
|
-
export interface AutoscaleSettingsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
4000
|
-
}
|
|
4001
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
4002
|
-
export declare type AutoscaleSettingsListBySubscriptionNextResponse = AutoscaleSettingResourceCollection;
|
|
4003
|
-
/** Optional parameters. */
|
|
4004
|
-
export interface PredictiveMetricGetOptionalParams extends coreClient.OperationOptions {
|
|
4005
|
-
}
|
|
4006
|
-
/** Contains response data for the get operation. */
|
|
4007
|
-
export declare type PredictiveMetricGetResponse = PredictiveResponse;
|
|
4008
|
-
/** Optional parameters. */
|
|
4009
|
-
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
4010
|
-
}
|
|
4011
|
-
/** Contains response data for the list operation. */
|
|
4012
|
-
export declare type OperationsListResponse = OperationListResult;
|
|
4013
|
-
/** Optional parameters. */
|
|
4014
|
-
export interface AlertRuleIncidentsGetOptionalParams extends coreClient.OperationOptions {
|
|
4015
|
-
}
|
|
4016
|
-
/** Contains response data for the get operation. */
|
|
4017
|
-
export declare type AlertRuleIncidentsGetResponse = Incident;
|
|
4018
|
-
/** Optional parameters. */
|
|
4019
|
-
export interface AlertRuleIncidentsListByAlertRuleOptionalParams extends coreClient.OperationOptions {
|
|
4020
|
-
}
|
|
4021
|
-
/** Contains response data for the listByAlertRule operation. */
|
|
4022
|
-
export declare type AlertRuleIncidentsListByAlertRuleResponse = IncidentListResult;
|
|
4023
|
-
/** Optional parameters. */
|
|
4024
|
-
export interface AlertRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4025
|
-
}
|
|
4026
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
4027
|
-
export declare type AlertRulesCreateOrUpdateResponse = AlertRuleResource;
|
|
4028
|
-
/** Optional parameters. */
|
|
4029
|
-
export interface AlertRulesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4030
|
-
}
|
|
4031
|
-
/** Optional parameters. */
|
|
4032
|
-
export interface AlertRulesGetOptionalParams extends coreClient.OperationOptions {
|
|
4033
|
-
}
|
|
4034
|
-
/** Contains response data for the get operation. */
|
|
4035
|
-
export declare type AlertRulesGetResponse = AlertRuleResource;
|
|
4036
|
-
/** Optional parameters. */
|
|
4037
|
-
export interface AlertRulesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4038
|
-
}
|
|
4039
|
-
/** Contains response data for the update operation. */
|
|
4040
|
-
export declare type AlertRulesUpdateResponse = AlertRuleResource;
|
|
4041
|
-
/** Optional parameters. */
|
|
4042
|
-
export interface AlertRulesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
4043
|
-
}
|
|
4044
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
4045
|
-
export declare type AlertRulesListByResourceGroupResponse = AlertRuleResourceCollection;
|
|
4046
|
-
/** Optional parameters. */
|
|
4047
|
-
export interface AlertRulesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
4048
|
-
}
|
|
4049
|
-
/** Contains response data for the listBySubscription operation. */
|
|
4050
|
-
export declare type AlertRulesListBySubscriptionResponse = AlertRuleResourceCollection;
|
|
4051
|
-
/** Optional parameters. */
|
|
4052
|
-
export interface LogProfilesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4053
|
-
}
|
|
4054
|
-
/** Optional parameters. */
|
|
4055
|
-
export interface LogProfilesGetOptionalParams extends coreClient.OperationOptions {
|
|
4056
|
-
}
|
|
4057
|
-
/** Contains response data for the get operation. */
|
|
4058
|
-
export declare type LogProfilesGetResponse = LogProfileResource;
|
|
4059
|
-
/** Optional parameters. */
|
|
4060
|
-
export interface LogProfilesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4061
|
-
}
|
|
4062
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
4063
|
-
export declare type LogProfilesCreateOrUpdateResponse = LogProfileResource;
|
|
4064
|
-
/** Optional parameters. */
|
|
4065
|
-
export interface LogProfilesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4066
|
-
}
|
|
4067
|
-
/** Contains response data for the update operation. */
|
|
4068
|
-
export declare type LogProfilesUpdateResponse = LogProfileResource;
|
|
4069
|
-
/** Optional parameters. */
|
|
4070
|
-
export interface LogProfilesListOptionalParams extends coreClient.OperationOptions {
|
|
4071
|
-
}
|
|
4072
|
-
/** Contains response data for the list operation. */
|
|
4073
|
-
export declare type LogProfilesListResponse = LogProfileCollection;
|
|
4074
|
-
/** Optional parameters. */
|
|
4075
|
-
export interface DiagnosticSettingsGetOptionalParams extends coreClient.OperationOptions {
|
|
4076
|
-
}
|
|
4077
|
-
/** Contains response data for the get operation. */
|
|
4078
|
-
export declare type DiagnosticSettingsGetResponse = DiagnosticSettingsResource;
|
|
4079
|
-
/** Optional parameters. */
|
|
4080
|
-
export interface DiagnosticSettingsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4081
|
-
}
|
|
4082
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
4083
|
-
export declare type DiagnosticSettingsCreateOrUpdateResponse = DiagnosticSettingsResource;
|
|
4084
|
-
/** Optional parameters. */
|
|
4085
|
-
export interface DiagnosticSettingsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4086
|
-
}
|
|
4087
|
-
/** Optional parameters. */
|
|
4088
|
-
export interface DiagnosticSettingsListOptionalParams extends coreClient.OperationOptions {
|
|
4089
|
-
}
|
|
4090
|
-
/** Contains response data for the list operation. */
|
|
4091
|
-
export declare type DiagnosticSettingsListResponse = DiagnosticSettingsResourceCollection;
|
|
4092
|
-
/** Optional parameters. */
|
|
4093
|
-
export interface DiagnosticSettingsCategoryGetOptionalParams extends coreClient.OperationOptions {
|
|
4094
|
-
}
|
|
4095
|
-
/** Contains response data for the get operation. */
|
|
4096
|
-
export declare type DiagnosticSettingsCategoryGetResponse = DiagnosticSettingsCategoryResource;
|
|
4097
|
-
/** Optional parameters. */
|
|
4098
|
-
export interface DiagnosticSettingsCategoryListOptionalParams extends coreClient.OperationOptions {
|
|
4099
|
-
}
|
|
4100
|
-
/** Contains response data for the list operation. */
|
|
4101
|
-
export declare type DiagnosticSettingsCategoryListResponse = DiagnosticSettingsCategoryResourceCollection;
|
|
4102
|
-
/** Optional parameters. */
|
|
4103
|
-
export interface ActionGroupsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4104
|
-
}
|
|
4105
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
4106
|
-
export declare type ActionGroupsCreateOrUpdateResponse = ActionGroupResource;
|
|
4107
|
-
/** Optional parameters. */
|
|
4108
|
-
export interface ActionGroupsGetOptionalParams extends coreClient.OperationOptions {
|
|
4109
|
-
}
|
|
4110
|
-
/** Contains response data for the get operation. */
|
|
4111
|
-
export declare type ActionGroupsGetResponse = ActionGroupResource;
|
|
4112
|
-
/** Optional parameters. */
|
|
4113
|
-
export interface ActionGroupsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4114
|
-
}
|
|
4115
|
-
/** Optional parameters. */
|
|
4116
|
-
export interface ActionGroupsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4117
|
-
}
|
|
4118
|
-
/** Contains response data for the update operation. */
|
|
4119
|
-
export declare type ActionGroupsUpdateResponse = ActionGroupResource;
|
|
4120
|
-
/** Optional parameters. */
|
|
4121
|
-
export interface ActionGroupsPostTestNotificationsOptionalParams extends coreClient.OperationOptions {
|
|
4122
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
4123
|
-
updateIntervalInMs?: number;
|
|
4124
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4125
|
-
resumeFrom?: string;
|
|
4126
|
-
}
|
|
4127
|
-
/** Contains response data for the postTestNotifications operation. */
|
|
4128
|
-
export declare type ActionGroupsPostTestNotificationsResponse = TestNotificationDetailsResponse;
|
|
4129
|
-
/** Optional parameters. */
|
|
4130
|
-
export interface ActionGroupsCreateNotificationsAtResourceGroupLevelOptionalParams extends coreClient.OperationOptions {
|
|
4131
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
4132
|
-
updateIntervalInMs?: number;
|
|
4133
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4134
|
-
resumeFrom?: string;
|
|
4135
|
-
}
|
|
4136
|
-
/** Contains response data for the createNotificationsAtResourceGroupLevel operation. */
|
|
4137
|
-
export declare type ActionGroupsCreateNotificationsAtResourceGroupLevelResponse = TestNotificationDetailsResponse;
|
|
4138
|
-
/** Optional parameters. */
|
|
4139
|
-
export interface ActionGroupsCreateNotificationsAtActionGroupResourceLevelOptionalParams extends coreClient.OperationOptions {
|
|
4140
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
4141
|
-
updateIntervalInMs?: number;
|
|
4142
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4143
|
-
resumeFrom?: string;
|
|
4144
|
-
}
|
|
4145
|
-
/** Contains response data for the createNotificationsAtActionGroupResourceLevel operation. */
|
|
4146
|
-
export declare type ActionGroupsCreateNotificationsAtActionGroupResourceLevelResponse = TestNotificationDetailsResponse;
|
|
4147
|
-
/** Optional parameters. */
|
|
4148
|
-
export interface ActionGroupsGetTestNotificationsOptionalParams extends coreClient.OperationOptions {
|
|
4149
|
-
}
|
|
4150
|
-
/** Contains response data for the getTestNotifications operation. */
|
|
4151
|
-
export declare type ActionGroupsGetTestNotificationsResponse = TestNotificationDetailsResponse;
|
|
4152
|
-
/** Optional parameters. */
|
|
4153
|
-
export interface ActionGroupsGetTestNotificationsAtResourceGroupLevelOptionalParams extends coreClient.OperationOptions {
|
|
4154
|
-
}
|
|
4155
|
-
/** Contains response data for the getTestNotificationsAtResourceGroupLevel operation. */
|
|
4156
|
-
export declare type ActionGroupsGetTestNotificationsAtResourceGroupLevelResponse = TestNotificationDetailsResponse;
|
|
4157
|
-
/** Optional parameters. */
|
|
4158
|
-
export interface ActionGroupsGetTestNotificationsAtActionGroupResourceLevelOptionalParams extends coreClient.OperationOptions {
|
|
4159
|
-
}
|
|
4160
|
-
/** Contains response data for the getTestNotificationsAtActionGroupResourceLevel operation. */
|
|
4161
|
-
export declare type ActionGroupsGetTestNotificationsAtActionGroupResourceLevelResponse = TestNotificationDetailsResponse;
|
|
4162
|
-
/** Optional parameters. */
|
|
4163
|
-
export interface ActionGroupsListBySubscriptionIdOptionalParams extends coreClient.OperationOptions {
|
|
4164
|
-
}
|
|
4165
|
-
/** Contains response data for the listBySubscriptionId operation. */
|
|
4166
|
-
export declare type ActionGroupsListBySubscriptionIdResponse = ActionGroupList;
|
|
4167
|
-
/** Optional parameters. */
|
|
4168
|
-
export interface ActionGroupsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
4169
|
-
}
|
|
4170
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
4171
|
-
export declare type ActionGroupsListByResourceGroupResponse = ActionGroupList;
|
|
4172
|
-
/** Optional parameters. */
|
|
4173
|
-
export interface ActionGroupsEnableReceiverOptionalParams extends coreClient.OperationOptions {
|
|
4174
|
-
}
|
|
4175
|
-
/** Optional parameters. */
|
|
4176
|
-
export interface ActivityLogsListOptionalParams extends coreClient.OperationOptions {
|
|
4177
|
-
/** Used to fetch events with only the given properties.<br>The **$select** argument is a comma separated list of property names to be returned. Possible values are: *authorization*, *claims*, *correlationId*, *description*, *eventDataId*, *eventName*, *eventTimestamp*, *httpRequest*, *level*, *operationId*, *operationName*, *properties*, *resourceGroupName*, *resourceProviderName*, *resourceId*, *status*, *submissionTimestamp*, *subStatus*, *subscriptionId* */
|
|
4178
|
-
select?: string;
|
|
4179
|
-
}
|
|
4180
|
-
/** Contains response data for the list operation. */
|
|
4181
|
-
export declare type ActivityLogsListResponse = EventDataCollection;
|
|
4182
|
-
/** Optional parameters. */
|
|
4183
|
-
export interface ActivityLogsListNextOptionalParams extends coreClient.OperationOptions {
|
|
4184
|
-
}
|
|
4185
|
-
/** Contains response data for the listNext operation. */
|
|
4186
|
-
export declare type ActivityLogsListNextResponse = EventDataCollection;
|
|
4187
|
-
/** Optional parameters. */
|
|
4188
|
-
export interface EventCategoriesListOptionalParams extends coreClient.OperationOptions {
|
|
4189
|
-
}
|
|
4190
|
-
/** Contains response data for the list operation. */
|
|
4191
|
-
export declare type EventCategoriesListResponse = EventCategoryCollection;
|
|
4192
|
-
/** Optional parameters. */
|
|
4193
|
-
export interface TenantActivityLogsListOptionalParams extends coreClient.OperationOptions {
|
|
4194
|
-
/** Used to fetch events with only the given properties.<br>The **$select** argument is a comma separated list of property names to be returned. Possible values are: *authorization*, *claims*, *correlationId*, *description*, *eventDataId*, *eventName*, *eventTimestamp*, *httpRequest*, *level*, *operationId*, *operationName*, *properties*, *resourceGroupName*, *resourceProviderName*, *resourceId*, *status*, *submissionTimestamp*, *subStatus*, *subscriptionId* */
|
|
4195
|
-
select?: string;
|
|
4196
|
-
/** Reduces the set of data collected. <br>The **$filter** is very restricted and allows only the following patterns.<br>- List events for a resource group: $filter=eventTimestamp ge '<Start Time>' and eventTimestamp le '<End Time>' and eventChannels eq 'Admin, Operation' and resourceGroupName eq '<ResourceGroupName>'.<br>- List events for resource: $filter=eventTimestamp ge '<Start Time>' and eventTimestamp le '<End Time>' and eventChannels eq 'Admin, Operation' and resourceUri eq '<ResourceURI>'.<br>- List events for a subscription: $filter=eventTimestamp ge '<Start Time>' and eventTimestamp le '<End Time>' and eventChannels eq 'Admin, Operation'.<br>- List events for a resource provider: $filter=eventTimestamp ge '<Start Time>' and eventTimestamp le '<End Time>' and eventChannels eq 'Admin, Operation' and resourceProvider eq '<ResourceProviderName>'.<br>- List events for a correlation Id: api-version=2014-04-01&$filter=eventTimestamp ge '2014-07-16T04:36:37.6407898Z' and eventTimestamp le '2014-07-20T04:36:37.6407898Z' and eventChannels eq 'Admin, Operation' and correlationId eq '<CorrelationID>'.<br>**NOTE**: No other syntax is allowed. */
|
|
4197
|
-
filter?: string;
|
|
4198
|
-
}
|
|
4199
|
-
/** Contains response data for the list operation. */
|
|
4200
|
-
export declare type TenantActivityLogsListResponse = EventDataCollection;
|
|
4201
|
-
/** Optional parameters. */
|
|
4202
|
-
export interface TenantActivityLogsListNextOptionalParams extends coreClient.OperationOptions {
|
|
4203
|
-
}
|
|
4204
|
-
/** Contains response data for the listNext operation. */
|
|
4205
|
-
export declare type TenantActivityLogsListNextResponse = EventDataCollection;
|
|
4206
|
-
/** Optional parameters. */
|
|
4207
|
-
export interface MetricDefinitionsListOptionalParams extends coreClient.OperationOptions {
|
|
4208
|
-
/** Metric namespace to query metric definitions for. */
|
|
4209
|
-
metricnamespace?: string;
|
|
4210
|
-
}
|
|
4211
|
-
/** Contains response data for the list operation. */
|
|
4212
|
-
export declare type MetricDefinitionsListResponse = MetricDefinitionCollection;
|
|
4213
|
-
/** Optional parameters. */
|
|
4214
|
-
export interface MetricsListOptionalParams extends coreClient.OperationOptions {
|
|
4215
|
-
/** The **$filter** is used to reduce the set of metric data returned. Example: Metric contains metadata A, B and C. - Return all time series of C where A = a1 and B = b1 or b2 **$filter=A eq 'a1' and B eq 'b1' or B eq 'b2' and C eq '*'** - Invalid variant: **$filter=A eq 'a1' and B eq 'b1' and C eq '*' or B = 'b2'** This is invalid because the logical or operator cannot separate two different metadata names. - Return all time series where A = a1, B = b1 and C = c1: **$filter=A eq 'a1' and B eq 'b1' and C eq 'c1'** - Return all time series where A = a1 **$filter=A eq 'a1' and B eq '*' and C eq '*'**. Special case: When dimension name or dimension value uses round brackets. Eg: When dimension name is **dim (test) 1** Instead of using $filter= "dim (test) 1 eq '*' " use **$filter= "dim %2528test%2529 1 eq '*' "** When dimension name is **dim (test) 3** and dimension value is **dim3 (test) val** Instead of using $filter= "dim (test) 3 eq 'dim3 (test) val' " use **$filter= "dim %2528test%2529 3 eq 'dim3 %2528test%2529 val' "** */
|
|
4216
|
-
filter?: string;
|
|
4217
|
-
/** Metric namespace to query metric definitions for. */
|
|
4218
|
-
metricnamespace?: string;
|
|
4219
|
-
/** The timespan of the query. It is a string with the following format 'startDateTime_ISO/endDateTime_ISO'. */
|
|
4220
|
-
timespan?: string;
|
|
4221
|
-
/** The interval (i.e. timegrain) of the query. */
|
|
4222
|
-
interval?: string;
|
|
4223
|
-
/** The names of the metrics (comma separated) to retrieve. Special case: If a metricname itself has a comma in it then use %2 to indicate it. Eg: 'Metric,Name1' should be **'Metric%2Name1'** */
|
|
4224
|
-
metricnames?: string;
|
|
4225
|
-
/** The list of aggregation types (comma separated) to retrieve. */
|
|
4226
|
-
aggregation?: string;
|
|
4227
|
-
/**
|
|
4228
|
-
* The maximum number of records to retrieve.
|
|
4229
|
-
* Valid only if $filter is specified.
|
|
4230
|
-
* Defaults to 10.
|
|
4231
|
-
*/
|
|
4232
|
-
top?: number;
|
|
4233
|
-
/**
|
|
4234
|
-
* The aggregation to use for sorting results and the direction of the sort.
|
|
4235
|
-
* Only one order can be specified.
|
|
4236
|
-
* Examples: sum asc.
|
|
4237
|
-
*/
|
|
4238
|
-
orderby?: string;
|
|
4239
|
-
/** Reduces the set of data collected. The syntax allowed depends on the operation. See the operation's description for details. */
|
|
4240
|
-
resultType?: ResultType;
|
|
4241
|
-
}
|
|
4242
|
-
/** Contains response data for the list operation. */
|
|
4243
|
-
export declare type MetricsListResponse = Response;
|
|
4244
|
-
/** Optional parameters. */
|
|
4245
|
-
export interface BaselinesListOptionalParams extends coreClient.OperationOptions {
|
|
4246
|
-
/** The **$filter** is used to reduce the set of metric data returned. Example: Metric contains metadata A, B and C. - Return all time series of C where A = a1 and B = b1 or b2 **$filter=A eq 'a1' and B eq 'b1' or B eq 'b2' and C eq '*'** - Invalid variant: **$filter=A eq 'a1' and B eq 'b1' and C eq '*' or B = 'b2'** This is invalid because the logical or operator cannot separate two different metadata names. - Return all time series where A = a1, B = b1 and C = c1: **$filter=A eq 'a1' and B eq 'b1' and C eq 'c1'** - Return all time series where A = a1 **$filter=A eq 'a1' and B eq '*' and C eq '*'**. Special case: When dimension name or dimension value uses round brackets. Eg: When dimension name is **dim (test) 1** Instead of using $filter= "dim (test) 1 eq '*' " use **$filter= "dim %2528test%2529 1 eq '*' "** When dimension name is **dim (test) 3** and dimension value is **dim3 (test) val** Instead of using $filter= "dim (test) 3 eq 'dim3 (test) val' " use **$filter= "dim %2528test%2529 3 eq 'dim3 %2528test%2529 val' "** */
|
|
4247
|
-
filter?: string;
|
|
4248
|
-
/** Metric namespace to query metric definitions for. */
|
|
4249
|
-
metricnamespace?: string;
|
|
4250
|
-
/** The timespan of the query. It is a string with the following format 'startDateTime_ISO/endDateTime_ISO'. */
|
|
4251
|
-
timespan?: string;
|
|
4252
|
-
/** The interval (i.e. timegrain) of the query. */
|
|
4253
|
-
interval?: string;
|
|
4254
|
-
/** The names of the metrics (comma separated) to retrieve. Special case: If a metricname itself has a comma in it then use %2 to indicate it. Eg: 'Metric,Name1' should be **'Metric%2Name1'** */
|
|
4255
|
-
metricnames?: string;
|
|
4256
|
-
/** The list of aggregation types (comma separated) to retrieve. */
|
|
4257
|
-
aggregation?: string;
|
|
4258
|
-
/** Allows retrieving only metadata of the baseline. On data request all information is retrieved. */
|
|
4259
|
-
resultType?: ResultType;
|
|
4260
|
-
/** The list of sensitivities (comma separated) to retrieve. */
|
|
4261
|
-
sensitivities?: string;
|
|
4262
|
-
}
|
|
4263
|
-
/** Contains response data for the list operation. */
|
|
4264
|
-
export declare type BaselinesListResponse = MetricBaselinesResponse;
|
|
4265
|
-
/** Optional parameters. */
|
|
4266
|
-
export interface MetricAlertsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
4267
|
-
}
|
|
4268
|
-
/** Contains response data for the listBySubscription operation. */
|
|
4269
|
-
export declare type MetricAlertsListBySubscriptionResponse = MetricAlertResourceCollection;
|
|
4270
|
-
/** Optional parameters. */
|
|
4271
|
-
export interface MetricAlertsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
4272
|
-
}
|
|
4273
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
4274
|
-
export declare type MetricAlertsListByResourceGroupResponse = MetricAlertResourceCollection;
|
|
4275
|
-
/** Optional parameters. */
|
|
4276
|
-
export interface MetricAlertsGetOptionalParams extends coreClient.OperationOptions {
|
|
4277
|
-
}
|
|
4278
|
-
/** Contains response data for the get operation. */
|
|
4279
|
-
export declare type MetricAlertsGetResponse = MetricAlertResource;
|
|
4280
|
-
/** Optional parameters. */
|
|
4281
|
-
export interface MetricAlertsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4282
|
-
}
|
|
4283
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
4284
|
-
export declare type MetricAlertsCreateOrUpdateResponse = MetricAlertResource;
|
|
4285
|
-
/** Optional parameters. */
|
|
4286
|
-
export interface MetricAlertsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4287
|
-
}
|
|
4288
|
-
/** Contains response data for the update operation. */
|
|
4289
|
-
export declare type MetricAlertsUpdateResponse = MetricAlertResource;
|
|
4290
|
-
/** Optional parameters. */
|
|
4291
|
-
export interface MetricAlertsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4292
|
-
}
|
|
4293
|
-
/** Optional parameters. */
|
|
4294
|
-
export interface MetricAlertsStatusListOptionalParams extends coreClient.OperationOptions {
|
|
4295
|
-
}
|
|
4296
|
-
/** Contains response data for the list operation. */
|
|
4297
|
-
export declare type MetricAlertsStatusListResponse = MetricAlertStatusCollection;
|
|
4298
|
-
/** Optional parameters. */
|
|
4299
|
-
export interface MetricAlertsStatusListByNameOptionalParams extends coreClient.OperationOptions {
|
|
4300
|
-
}
|
|
4301
|
-
/** Contains response data for the listByName operation. */
|
|
4302
|
-
export declare type MetricAlertsStatusListByNameResponse = MetricAlertStatusCollection;
|
|
4303
|
-
/** Optional parameters. */
|
|
4304
|
-
export interface ScheduledQueryRulesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
4305
|
-
}
|
|
4306
|
-
/** Contains response data for the listBySubscription operation. */
|
|
4307
|
-
export declare type ScheduledQueryRulesListBySubscriptionResponse = ScheduledQueryRuleResourceCollection;
|
|
4308
|
-
/** Optional parameters. */
|
|
4309
|
-
export interface ScheduledQueryRulesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
4310
|
-
}
|
|
4311
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
4312
|
-
export declare type ScheduledQueryRulesListByResourceGroupResponse = ScheduledQueryRuleResourceCollection;
|
|
4313
|
-
/** Optional parameters. */
|
|
4314
|
-
export interface ScheduledQueryRulesGetOptionalParams extends coreClient.OperationOptions {
|
|
4315
|
-
}
|
|
4316
|
-
/** Contains response data for the get operation. */
|
|
4317
|
-
export declare type ScheduledQueryRulesGetResponse = ScheduledQueryRuleResource;
|
|
4318
|
-
/** Optional parameters. */
|
|
4319
|
-
export interface ScheduledQueryRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4320
|
-
}
|
|
4321
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
4322
|
-
export declare type ScheduledQueryRulesCreateOrUpdateResponse = ScheduledQueryRuleResource;
|
|
4323
|
-
/** Optional parameters. */
|
|
4324
|
-
export interface ScheduledQueryRulesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4325
|
-
}
|
|
4326
|
-
/** Contains response data for the update operation. */
|
|
4327
|
-
export declare type ScheduledQueryRulesUpdateResponse = ScheduledQueryRuleResource;
|
|
4328
|
-
/** Optional parameters. */
|
|
4329
|
-
export interface ScheduledQueryRulesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4330
|
-
}
|
|
4331
|
-
/** Optional parameters. */
|
|
4332
|
-
export interface ScheduledQueryRulesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
4333
|
-
}
|
|
4334
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
4335
|
-
export declare type ScheduledQueryRulesListBySubscriptionNextResponse = ScheduledQueryRuleResourceCollection;
|
|
4336
|
-
/** Optional parameters. */
|
|
4337
|
-
export interface ScheduledQueryRulesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
4338
|
-
}
|
|
4339
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
4340
|
-
export declare type ScheduledQueryRulesListByResourceGroupNextResponse = ScheduledQueryRuleResourceCollection;
|
|
4341
|
-
/** Optional parameters. */
|
|
4342
|
-
export interface MetricNamespacesListOptionalParams extends coreClient.OperationOptions {
|
|
4343
|
-
/** The ISO 8601 conform Date start time from which to query for metric namespaces. */
|
|
4344
|
-
startTime?: string;
|
|
4345
|
-
}
|
|
4346
|
-
/** Contains response data for the list operation. */
|
|
4347
|
-
export declare type MetricNamespacesListResponse = MetricNamespaceCollection;
|
|
4348
|
-
/** Optional parameters. */
|
|
4349
|
-
export interface VMInsightsGetOnboardingStatusOptionalParams extends coreClient.OperationOptions {
|
|
4350
|
-
}
|
|
4351
|
-
/** Contains response data for the getOnboardingStatus operation. */
|
|
4352
|
-
export declare type VMInsightsGetOnboardingStatusResponse = VMInsightsOnboardingStatus;
|
|
4353
|
-
/** Optional parameters. */
|
|
4354
|
-
export interface PrivateLinkScopesListOptionalParams extends coreClient.OperationOptions {
|
|
4355
|
-
}
|
|
4356
|
-
/** Contains response data for the list operation. */
|
|
4357
|
-
export declare type PrivateLinkScopesListResponse = AzureMonitorPrivateLinkScopeListResult;
|
|
4358
|
-
/** Optional parameters. */
|
|
4359
|
-
export interface PrivateLinkScopesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
4360
|
-
}
|
|
4361
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
4362
|
-
export declare type PrivateLinkScopesListByResourceGroupResponse = AzureMonitorPrivateLinkScopeListResult;
|
|
4363
|
-
/** Optional parameters. */
|
|
4364
|
-
export interface PrivateLinkScopesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4365
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
4366
|
-
updateIntervalInMs?: number;
|
|
4367
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4368
|
-
resumeFrom?: string;
|
|
4369
|
-
}
|
|
4370
|
-
/** Optional parameters. */
|
|
4371
|
-
export interface PrivateLinkScopesGetOptionalParams extends coreClient.OperationOptions {
|
|
4372
|
-
}
|
|
4373
|
-
/** Contains response data for the get operation. */
|
|
4374
|
-
export declare type PrivateLinkScopesGetResponse = AzureMonitorPrivateLinkScope;
|
|
4375
|
-
/** Optional parameters. */
|
|
4376
|
-
export interface PrivateLinkScopesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4377
|
-
}
|
|
4378
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
4379
|
-
export declare type PrivateLinkScopesCreateOrUpdateResponse = AzureMonitorPrivateLinkScope;
|
|
4380
|
-
/** Optional parameters. */
|
|
4381
|
-
export interface PrivateLinkScopesUpdateTagsOptionalParams extends coreClient.OperationOptions {
|
|
4382
|
-
}
|
|
4383
|
-
/** Contains response data for the updateTags operation. */
|
|
4384
|
-
export declare type PrivateLinkScopesUpdateTagsResponse = AzureMonitorPrivateLinkScope;
|
|
4385
|
-
/** Optional parameters. */
|
|
4386
|
-
export interface PrivateLinkScopesListNextOptionalParams extends coreClient.OperationOptions {
|
|
4387
|
-
}
|
|
4388
|
-
/** Contains response data for the listNext operation. */
|
|
4389
|
-
export declare type PrivateLinkScopesListNextResponse = AzureMonitorPrivateLinkScopeListResult;
|
|
4390
|
-
/** Optional parameters. */
|
|
4391
|
-
export interface PrivateLinkScopesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
4392
|
-
}
|
|
4393
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
4394
|
-
export declare type PrivateLinkScopesListByResourceGroupNextResponse = AzureMonitorPrivateLinkScopeListResult;
|
|
4395
|
-
/** Optional parameters. */
|
|
4396
|
-
export interface PrivateLinkScopeOperationStatusGetOptionalParams extends coreClient.OperationOptions {
|
|
4397
|
-
}
|
|
4398
|
-
/** Contains response data for the get operation. */
|
|
4399
|
-
export declare type PrivateLinkScopeOperationStatusGetResponse = OperationStatus;
|
|
4400
|
-
/** Optional parameters. */
|
|
4401
|
-
export interface PrivateLinkResourcesListByPrivateLinkScopeOptionalParams extends coreClient.OperationOptions {
|
|
4402
|
-
}
|
|
4403
|
-
/** Contains response data for the listByPrivateLinkScope operation. */
|
|
4404
|
-
export declare type PrivateLinkResourcesListByPrivateLinkScopeResponse = PrivateLinkResourceListResult;
|
|
4405
|
-
/** Optional parameters. */
|
|
4406
|
-
export interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
|
|
4407
|
-
}
|
|
4408
|
-
/** Contains response data for the get operation. */
|
|
4409
|
-
export declare type PrivateLinkResourcesGetResponse = PrivateLinkResource;
|
|
4410
|
-
/** Optional parameters. */
|
|
4411
|
-
export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
4412
|
-
}
|
|
4413
|
-
/** Contains response data for the get operation. */
|
|
4414
|
-
export declare type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
4415
|
-
/** Optional parameters. */
|
|
4416
|
-
export interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4417
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
4418
|
-
updateIntervalInMs?: number;
|
|
4419
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4420
|
-
resumeFrom?: string;
|
|
4421
|
-
}
|
|
4422
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
4423
|
-
export declare type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
|
|
4424
|
-
/** Optional parameters. */
|
|
4425
|
-
export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4426
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
4427
|
-
updateIntervalInMs?: number;
|
|
4428
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4429
|
-
resumeFrom?: string;
|
|
4430
|
-
}
|
|
4431
|
-
/** Optional parameters. */
|
|
4432
|
-
export interface PrivateEndpointConnectionsListByPrivateLinkScopeOptionalParams extends coreClient.OperationOptions {
|
|
4433
|
-
}
|
|
4434
|
-
/** Contains response data for the listByPrivateLinkScope operation. */
|
|
4435
|
-
export declare type PrivateEndpointConnectionsListByPrivateLinkScopeResponse = PrivateEndpointConnectionListResult;
|
|
4436
|
-
/** Optional parameters. */
|
|
4437
|
-
export interface PrivateLinkScopedResourcesGetOptionalParams extends coreClient.OperationOptions {
|
|
4438
|
-
}
|
|
4439
|
-
/** Contains response data for the get operation. */
|
|
4440
|
-
export declare type PrivateLinkScopedResourcesGetResponse = ScopedResource;
|
|
4441
|
-
/** Optional parameters. */
|
|
4442
|
-
export interface PrivateLinkScopedResourcesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4443
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
4444
|
-
updateIntervalInMs?: number;
|
|
4445
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4446
|
-
resumeFrom?: string;
|
|
4447
|
-
}
|
|
4448
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
4449
|
-
export declare type PrivateLinkScopedResourcesCreateOrUpdateResponse = ScopedResource;
|
|
4450
|
-
/** Optional parameters. */
|
|
4451
|
-
export interface PrivateLinkScopedResourcesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4452
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
4453
|
-
updateIntervalInMs?: number;
|
|
4454
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4455
|
-
resumeFrom?: string;
|
|
4456
|
-
}
|
|
4457
|
-
/** Optional parameters. */
|
|
4458
|
-
export interface PrivateLinkScopedResourcesListByPrivateLinkScopeOptionalParams extends coreClient.OperationOptions {
|
|
4459
|
-
}
|
|
4460
|
-
/** Contains response data for the listByPrivateLinkScope operation. */
|
|
4461
|
-
export declare type PrivateLinkScopedResourcesListByPrivateLinkScopeResponse = ScopedResourceListResult;
|
|
4462
|
-
/** Optional parameters. */
|
|
4463
|
-
export interface PrivateLinkScopedResourcesListByPrivateLinkScopeNextOptionalParams extends coreClient.OperationOptions {
|
|
4464
|
-
}
|
|
4465
|
-
/** Contains response data for the listByPrivateLinkScopeNext operation. */
|
|
4466
|
-
export declare type PrivateLinkScopedResourcesListByPrivateLinkScopeNextResponse = ScopedResourceListResult;
|
|
4467
|
-
/** Optional parameters. */
|
|
4468
|
-
export interface ActivityLogAlertsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4469
|
-
}
|
|
4470
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
4471
|
-
export declare type ActivityLogAlertsCreateOrUpdateResponse = ActivityLogAlertResource;
|
|
4472
|
-
/** Optional parameters. */
|
|
4473
|
-
export interface ActivityLogAlertsGetOptionalParams extends coreClient.OperationOptions {
|
|
4474
|
-
}
|
|
4475
|
-
/** Contains response data for the get operation. */
|
|
4476
|
-
export declare type ActivityLogAlertsGetResponse = ActivityLogAlertResource;
|
|
4477
|
-
/** Optional parameters. */
|
|
4478
|
-
export interface ActivityLogAlertsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4479
|
-
}
|
|
4480
|
-
/** Optional parameters. */
|
|
4481
|
-
export interface ActivityLogAlertsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4482
|
-
}
|
|
4483
|
-
/** Contains response data for the update operation. */
|
|
4484
|
-
export declare type ActivityLogAlertsUpdateResponse = ActivityLogAlertResource;
|
|
4485
|
-
/** Optional parameters. */
|
|
4486
|
-
export interface ActivityLogAlertsListBySubscriptionIdOptionalParams extends coreClient.OperationOptions {
|
|
4487
|
-
}
|
|
4488
|
-
/** Contains response data for the listBySubscriptionId operation. */
|
|
4489
|
-
export declare type ActivityLogAlertsListBySubscriptionIdResponse = AlertRuleList;
|
|
4490
|
-
/** Optional parameters. */
|
|
4491
|
-
export interface ActivityLogAlertsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
4492
|
-
}
|
|
4493
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
4494
|
-
export declare type ActivityLogAlertsListByResourceGroupResponse = AlertRuleList;
|
|
4495
|
-
/** Optional parameters. */
|
|
4496
|
-
export interface ActivityLogAlertsListBySubscriptionIdNextOptionalParams extends coreClient.OperationOptions {
|
|
4497
|
-
}
|
|
4498
|
-
/** Contains response data for the listBySubscriptionIdNext operation. */
|
|
4499
|
-
export declare type ActivityLogAlertsListBySubscriptionIdNextResponse = AlertRuleList;
|
|
4500
|
-
/** Optional parameters. */
|
|
4501
|
-
export interface ActivityLogAlertsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
4502
|
-
}
|
|
4503
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
4504
|
-
export declare type ActivityLogAlertsListByResourceGroupNextResponse = AlertRuleList;
|
|
4505
|
-
/** Optional parameters. */
|
|
4506
|
-
export interface DataCollectionEndpointsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
4507
|
-
}
|
|
4508
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
4509
|
-
export declare type DataCollectionEndpointsListByResourceGroupResponse = DataCollectionEndpointResourceListResult;
|
|
4510
|
-
/** Optional parameters. */
|
|
4511
|
-
export interface DataCollectionEndpointsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
4512
|
-
}
|
|
4513
|
-
/** Contains response data for the listBySubscription operation. */
|
|
4514
|
-
export declare type DataCollectionEndpointsListBySubscriptionResponse = DataCollectionEndpointResourceListResult;
|
|
4515
|
-
/** Optional parameters. */
|
|
4516
|
-
export interface DataCollectionEndpointsGetOptionalParams extends coreClient.OperationOptions {
|
|
4517
|
-
}
|
|
4518
|
-
/** Contains response data for the get operation. */
|
|
4519
|
-
export declare type DataCollectionEndpointsGetResponse = DataCollectionEndpointResource;
|
|
4520
|
-
/** Optional parameters. */
|
|
4521
|
-
export interface DataCollectionEndpointsCreateOptionalParams extends coreClient.OperationOptions {
|
|
4522
|
-
/** The payload */
|
|
4523
|
-
body?: DataCollectionEndpointResource;
|
|
4524
|
-
}
|
|
4525
|
-
/** Contains response data for the create operation. */
|
|
4526
|
-
export declare type DataCollectionEndpointsCreateResponse = DataCollectionEndpointResource;
|
|
4527
|
-
/** Optional parameters. */
|
|
4528
|
-
export interface DataCollectionEndpointsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4529
|
-
/** The payload */
|
|
4530
|
-
body?: ResourceForUpdate;
|
|
4531
|
-
}
|
|
4532
|
-
/** Contains response data for the update operation. */
|
|
4533
|
-
export declare type DataCollectionEndpointsUpdateResponse = DataCollectionEndpointResource;
|
|
4534
|
-
/** Optional parameters. */
|
|
4535
|
-
export interface DataCollectionEndpointsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4536
|
-
}
|
|
4537
|
-
/** Optional parameters. */
|
|
4538
|
-
export interface DataCollectionEndpointsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
4539
|
-
}
|
|
4540
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
4541
|
-
export declare type DataCollectionEndpointsListByResourceGroupNextResponse = DataCollectionEndpointResourceListResult;
|
|
4542
|
-
/** Optional parameters. */
|
|
4543
|
-
export interface DataCollectionEndpointsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
4544
|
-
}
|
|
4545
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
4546
|
-
export declare type DataCollectionEndpointsListBySubscriptionNextResponse = DataCollectionEndpointResourceListResult;
|
|
4547
|
-
/** Optional parameters. */
|
|
4548
|
-
export interface DataCollectionRuleAssociationsListByResourceOptionalParams extends coreClient.OperationOptions {
|
|
4549
|
-
}
|
|
4550
|
-
/** Contains response data for the listByResource operation. */
|
|
4551
|
-
export declare type DataCollectionRuleAssociationsListByResourceResponse = DataCollectionRuleAssociationProxyOnlyResourceListResult;
|
|
4552
|
-
/** Optional parameters. */
|
|
4553
|
-
export interface DataCollectionRuleAssociationsListByRuleOptionalParams extends coreClient.OperationOptions {
|
|
4554
|
-
}
|
|
4555
|
-
/** Contains response data for the listByRule operation. */
|
|
4556
|
-
export declare type DataCollectionRuleAssociationsListByRuleResponse = DataCollectionRuleAssociationProxyOnlyResourceListResult;
|
|
4557
|
-
/** Optional parameters. */
|
|
4558
|
-
export interface DataCollectionRuleAssociationsListByDataCollectionEndpointOptionalParams extends coreClient.OperationOptions {
|
|
4559
|
-
}
|
|
4560
|
-
/** Contains response data for the listByDataCollectionEndpoint operation. */
|
|
4561
|
-
export declare type DataCollectionRuleAssociationsListByDataCollectionEndpointResponse = DataCollectionRuleAssociationProxyOnlyResourceListResult;
|
|
4562
|
-
/** Optional parameters. */
|
|
4563
|
-
export interface DataCollectionRuleAssociationsGetOptionalParams extends coreClient.OperationOptions {
|
|
4564
|
-
}
|
|
4565
|
-
/** Contains response data for the get operation. */
|
|
4566
|
-
export declare type DataCollectionRuleAssociationsGetResponse = DataCollectionRuleAssociationProxyOnlyResource;
|
|
4567
|
-
/** Optional parameters. */
|
|
4568
|
-
export interface DataCollectionRuleAssociationsCreateOptionalParams extends coreClient.OperationOptions {
|
|
4569
|
-
/** The payload */
|
|
4570
|
-
body?: DataCollectionRuleAssociationProxyOnlyResource;
|
|
4571
|
-
}
|
|
4572
|
-
/** Contains response data for the create operation. */
|
|
4573
|
-
export declare type DataCollectionRuleAssociationsCreateResponse = DataCollectionRuleAssociationProxyOnlyResource;
|
|
4574
|
-
/** Optional parameters. */
|
|
4575
|
-
export interface DataCollectionRuleAssociationsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4576
|
-
}
|
|
4577
|
-
/** Optional parameters. */
|
|
4578
|
-
export interface DataCollectionRuleAssociationsListByResourceNextOptionalParams extends coreClient.OperationOptions {
|
|
4579
|
-
}
|
|
4580
|
-
/** Contains response data for the listByResourceNext operation. */
|
|
4581
|
-
export declare type DataCollectionRuleAssociationsListByResourceNextResponse = DataCollectionRuleAssociationProxyOnlyResourceListResult;
|
|
4582
|
-
/** Optional parameters. */
|
|
4583
|
-
export interface DataCollectionRuleAssociationsListByRuleNextOptionalParams extends coreClient.OperationOptions {
|
|
4584
|
-
}
|
|
4585
|
-
/** Contains response data for the listByRuleNext operation. */
|
|
4586
|
-
export declare type DataCollectionRuleAssociationsListByRuleNextResponse = DataCollectionRuleAssociationProxyOnlyResourceListResult;
|
|
4587
|
-
/** Optional parameters. */
|
|
4588
|
-
export interface DataCollectionRuleAssociationsListByDataCollectionEndpointNextOptionalParams extends coreClient.OperationOptions {
|
|
4589
|
-
}
|
|
4590
|
-
/** Contains response data for the listByDataCollectionEndpointNext operation. */
|
|
4591
|
-
export declare type DataCollectionRuleAssociationsListByDataCollectionEndpointNextResponse = DataCollectionRuleAssociationProxyOnlyResourceListResult;
|
|
4592
|
-
/** Optional parameters. */
|
|
4593
|
-
export interface DataCollectionRulesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
4594
|
-
}
|
|
4595
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
4596
|
-
export declare type DataCollectionRulesListByResourceGroupResponse = DataCollectionRuleResourceListResult;
|
|
4597
|
-
/** Optional parameters. */
|
|
4598
|
-
export interface DataCollectionRulesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
4599
|
-
}
|
|
4600
|
-
/** Contains response data for the listBySubscription operation. */
|
|
4601
|
-
export declare type DataCollectionRulesListBySubscriptionResponse = DataCollectionRuleResourceListResult;
|
|
4602
|
-
/** Optional parameters. */
|
|
4603
|
-
export interface DataCollectionRulesGetOptionalParams extends coreClient.OperationOptions {
|
|
4604
|
-
}
|
|
4605
|
-
/** Contains response data for the get operation. */
|
|
4606
|
-
export declare type DataCollectionRulesGetResponse = DataCollectionRuleResource;
|
|
4607
|
-
/** Optional parameters. */
|
|
4608
|
-
export interface DataCollectionRulesCreateOptionalParams extends coreClient.OperationOptions {
|
|
4609
|
-
/** The payload */
|
|
4610
|
-
body?: DataCollectionRuleResource;
|
|
4611
|
-
}
|
|
4612
|
-
/** Contains response data for the create operation. */
|
|
4613
|
-
export declare type DataCollectionRulesCreateResponse = DataCollectionRuleResource;
|
|
4614
|
-
/** Optional parameters. */
|
|
4615
|
-
export interface DataCollectionRulesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4616
|
-
/** The payload */
|
|
4617
|
-
body?: ResourceForUpdate;
|
|
4618
|
-
}
|
|
4619
|
-
/** Contains response data for the update operation. */
|
|
4620
|
-
export declare type DataCollectionRulesUpdateResponse = DataCollectionRuleResource;
|
|
4621
|
-
/** Optional parameters. */
|
|
4622
|
-
export interface DataCollectionRulesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4623
|
-
}
|
|
4624
|
-
/** Optional parameters. */
|
|
4625
|
-
export interface DataCollectionRulesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
4626
|
-
}
|
|
4627
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
4628
|
-
export declare type DataCollectionRulesListByResourceGroupNextResponse = DataCollectionRuleResourceListResult;
|
|
4629
|
-
/** Optional parameters. */
|
|
4630
|
-
export interface DataCollectionRulesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
4631
|
-
}
|
|
4632
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
4633
|
-
export declare type DataCollectionRulesListBySubscriptionNextResponse = DataCollectionRuleResourceListResult;
|
|
4634
|
-
/** Optional parameters. */
|
|
4635
|
-
export interface AzureMonitorWorkspacesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
4636
|
-
}
|
|
4637
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
4638
|
-
export declare type AzureMonitorWorkspacesListByResourceGroupResponse = AzureMonitorWorkspaceResourceListResult;
|
|
4639
|
-
/** Optional parameters. */
|
|
4640
|
-
export interface AzureMonitorWorkspacesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
4641
|
-
}
|
|
4642
|
-
/** Contains response data for the listBySubscription operation. */
|
|
4643
|
-
export declare type AzureMonitorWorkspacesListBySubscriptionResponse = AzureMonitorWorkspaceResourceListResult;
|
|
4644
|
-
/** Optional parameters. */
|
|
4645
|
-
export interface AzureMonitorWorkspacesGetOptionalParams extends coreClient.OperationOptions {
|
|
4646
|
-
}
|
|
4647
|
-
/** Contains response data for the get operation. */
|
|
4648
|
-
export declare type AzureMonitorWorkspacesGetResponse = AzureMonitorWorkspaceResource;
|
|
4649
|
-
/** Optional parameters. */
|
|
4650
|
-
export interface AzureMonitorWorkspacesCreateOptionalParams extends coreClient.OperationOptions {
|
|
4651
|
-
}
|
|
4652
|
-
/** Contains response data for the create operation. */
|
|
4653
|
-
export declare type AzureMonitorWorkspacesCreateResponse = AzureMonitorWorkspaceResource;
|
|
4654
|
-
/** Optional parameters. */
|
|
4655
|
-
export interface AzureMonitorWorkspacesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4656
|
-
/** The payload */
|
|
4657
|
-
azureMonitorWorkspaceProperties?: AzureMonitorWorkspaceResourceForUpdate;
|
|
4658
|
-
}
|
|
4659
|
-
/** Contains response data for the update operation. */
|
|
4660
|
-
export declare type AzureMonitorWorkspacesUpdateResponse = AzureMonitorWorkspaceResource;
|
|
4661
|
-
/** Optional parameters. */
|
|
4662
|
-
export interface AzureMonitorWorkspacesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4663
|
-
}
|
|
4664
|
-
/** Optional parameters. */
|
|
4665
|
-
export interface AzureMonitorWorkspacesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
4666
|
-
}
|
|
4667
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
4668
|
-
export declare type AzureMonitorWorkspacesListByResourceGroupNextResponse = AzureMonitorWorkspaceResourceListResult;
|
|
4669
|
-
/** Optional parameters. */
|
|
4670
|
-
export interface AzureMonitorWorkspacesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
4671
|
-
}
|
|
4672
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
4673
|
-
export declare type AzureMonitorWorkspacesListBySubscriptionNextResponse = AzureMonitorWorkspaceResourceListResult;
|
|
4674
|
-
/** Optional parameters. */
|
|
4675
|
-
export interface MonitorOperationsListOptionalParams extends coreClient.OperationOptions {
|
|
4676
|
-
}
|
|
4677
|
-
/** Contains response data for the list operation. */
|
|
4678
|
-
export declare type MonitorOperationsListResponse = OperationListResultAutoGenerated;
|
|
4679
|
-
/** Optional parameters. */
|
|
4680
|
-
export interface MonitorOperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
4681
|
-
}
|
|
4682
|
-
/** Contains response data for the listNext operation. */
|
|
4683
|
-
export declare type MonitorOperationsListNextResponse = OperationListResultAutoGenerated;
|
|
4684
|
-
/** Optional parameters. */
|
|
4685
|
-
export interface MonitorClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
4686
|
-
/** server parameter */
|
|
4687
|
-
$host?: string;
|
|
4688
|
-
/** Overrides client endpoint. */
|
|
4689
|
-
endpoint?: string;
|
|
4690
|
-
}
|
|
4691
|
-
//# sourceMappingURL=index.d.ts.map
|