@azure/arm-cloudhealth 1.0.0-alpha.20250620.1 → 1.0.0-alpha.20250718.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (19) hide show
  1. package/dist/browser/static-helpers/urlTemplate.js +1 -1
  2. package/dist/browser/static-helpers/urlTemplate.js.map +1 -1
  3. package/dist/commonjs/static-helpers/urlTemplate.js +1 -1
  4. package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -1
  5. package/dist/esm/static-helpers/urlTemplate.js +1 -1
  6. package/dist/esm/static-helpers/urlTemplate.js.map +1 -1
  7. package/dist/react-native/static-helpers/urlTemplate.js +1 -1
  8. package/dist/react-native/static-helpers/urlTemplate.js.map +1 -1
  9. package/package.json +3 -3
  10. package/review/{arm-cloudhealth-api-authenticationSettings.api.md → arm-cloudhealth-api-authenticationSettings-node.api.md} +40 -40
  11. package/review/{arm-cloudhealth-api-discoveryRules.api.md → arm-cloudhealth-api-discoveryRules-node.api.md} +41 -41
  12. package/review/{arm-cloudhealth-api-entities.api.md → arm-cloudhealth-api-entities-node.api.md} +41 -41
  13. package/review/{arm-cloudhealth-api-healthModels.api.md → arm-cloudhealth-api-healthModels-node.api.md} +59 -59
  14. package/review/{arm-cloudhealth-api.api.md → arm-cloudhealth-api-node.api.md} +27 -27
  15. package/review/{arm-cloudhealth-api-operations.api.md → arm-cloudhealth-api-operations-node.api.md} +19 -19
  16. package/review/{arm-cloudhealth-api-relationships.api.md → arm-cloudhealth-api-relationships-node.api.md} +41 -41
  17. package/review/{arm-cloudhealth-api-signalDefinitions.api.md → arm-cloudhealth-api-signalDefinitions-node.api.md} +41 -41
  18. package/review/{arm-cloudhealth-models.api.md → arm-cloudhealth-models-node.api.md} +535 -535
  19. package/review/{arm-cloudhealth.api.md → arm-cloudhealth-node.api.md} +759 -759
@@ -1,535 +1,535 @@
1
- ## API Report File for "@azure/arm-cloudhealth"
2
-
3
- > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
-
5
- ```ts
6
-
7
- // @public
8
- export type ActionType = string;
9
-
10
- // @public
11
- export interface AlertConfiguration {
12
- actionGroupIds?: string[];
13
- description?: string;
14
- severity: AlertSeverity;
15
- }
16
-
17
- // @public
18
- export type AlertSeverity = string;
19
-
20
- // @public
21
- export type AuthenticationKind = string;
22
-
23
- // @public
24
- export interface AuthenticationSetting extends ProxyResource {
25
- properties?: AuthenticationSettingPropertiesUnion;
26
- }
27
-
28
- // @public
29
- export interface AuthenticationSettingProperties {
30
- authenticationKind: AuthenticationKind;
31
- displayName?: string;
32
- readonly provisioningState?: HealthModelProvisioningState;
33
- }
34
-
35
- // @public
36
- export type AuthenticationSettingPropertiesUnion = ManagedIdentityAuthenticationSettingProperties | AuthenticationSettingProperties;
37
-
38
- // @public
39
- export interface AzureMonitorWorkspaceSignalGroup {
40
- authenticationSetting: string;
41
- azureMonitorWorkspaceResourceId: string;
42
- signalAssignments?: SignalAssignment[];
43
- }
44
-
45
- // @public
46
- export interface AzureResourceSignalGroup {
47
- authenticationSetting: string;
48
- azureResourceId: string;
49
- signalAssignments?: SignalAssignment[];
50
- }
51
-
52
- // @public
53
- export type CreatedByType = string;
54
-
55
- // @public
56
- export type DependenciesAggregationType = string;
57
-
58
- // @public
59
- export interface DependenciesSignalGroup {
60
- aggregationType: DependenciesAggregationType;
61
- degradedThreshold?: string;
62
- unhealthyThreshold?: string;
63
- }
64
-
65
- // @public
66
- export interface DiscoveryRule extends ProxyResource {
67
- properties?: DiscoveryRuleProperties;
68
- }
69
-
70
- // @public
71
- export interface DiscoveryRuleProperties {
72
- addRecommendedSignals: DiscoveryRuleRecommendedSignalsBehavior;
73
- authenticationSetting: string;
74
- readonly deletionDate?: Date;
75
- discoverRelationships: DiscoveryRuleRelationshipDiscoveryBehavior;
76
- displayName?: string;
77
- readonly entityName: string;
78
- readonly errorMessage?: string;
79
- readonly numberOfDiscoveredEntities?: number;
80
- readonly provisioningState?: HealthModelProvisioningState;
81
- resourceGraphQuery: string;
82
- }
83
-
84
- // @public
85
- export type DiscoveryRuleRecommendedSignalsBehavior = string;
86
-
87
- // @public
88
- export type DiscoveryRuleRelationshipDiscoveryBehavior = string;
89
-
90
- // @public
91
- export interface DynamicDetectionRule {
92
- dynamicThresholdDirection: DynamicThresholdDirection;
93
- dynamicThresholdModel: DynamicThresholdModel;
94
- modelSensitivity: number;
95
- trainingStartTime?: Date;
96
- }
97
-
98
- // @public
99
- export type DynamicThresholdDirection = string;
100
-
101
- // @public
102
- export type DynamicThresholdModel = string;
103
-
104
- // @public
105
- export interface Entity extends ProxyResource {
106
- properties?: EntityProperties;
107
- }
108
-
109
- // @public
110
- export interface EntityAlerts {
111
- degraded?: AlertConfiguration;
112
- unhealthy?: AlertConfiguration;
113
- }
114
-
115
- // @public
116
- export interface EntityCoordinates {
117
- x: number;
118
- y: number;
119
- }
120
-
121
- // @public
122
- export type EntityImpact = string;
123
-
124
- // @public
125
- export interface EntityProperties {
126
- alerts?: EntityAlerts;
127
- canvasPosition?: EntityCoordinates;
128
- readonly deletionDate?: Date;
129
- readonly discoveredBy?: string;
130
- displayName?: string;
131
- healthObjective?: number;
132
- readonly healthState?: HealthState;
133
- icon?: IconDefinition;
134
- impact?: EntityImpact;
135
- kind?: string;
136
- labels?: Record<string, string>;
137
- readonly provisioningState?: HealthModelProvisioningState;
138
- signals?: SignalGroup;
139
- }
140
-
141
- // @public
142
- export interface ErrorAdditionalInfo {
143
- readonly info?: any;
144
- readonly type?: string;
145
- }
146
-
147
- // @public
148
- export interface ErrorDetail {
149
- readonly additionalInfo?: ErrorAdditionalInfo[];
150
- readonly code?: string;
151
- readonly details?: ErrorDetail[];
152
- readonly message?: string;
153
- readonly target?: string;
154
- }
155
-
156
- // @public
157
- export interface ErrorResponse {
158
- error?: ErrorDetail;
159
- }
160
-
161
- // @public
162
- export interface EvaluationRule {
163
- degradedRule?: ThresholdRule;
164
- dynamicDetectionRule?: DynamicDetectionRule;
165
- unhealthyRule?: ThresholdRule;
166
- }
167
-
168
- // @public
169
- export interface HealthModel extends TrackedResource {
170
- identity?: ManagedServiceIdentity;
171
- properties?: HealthModelProperties;
172
- }
173
-
174
- // @public
175
- export interface HealthModelProperties {
176
- readonly dataplaneEndpoint?: string;
177
- discovery?: ModelDiscoverySettings;
178
- readonly provisioningState?: HealthModelProvisioningState;
179
- }
180
-
181
- // @public
182
- export type HealthModelProvisioningState = string;
183
-
184
- // @public
185
- export interface HealthModelUpdate {
186
- identity?: ManagedServiceIdentity;
187
- properties?: HealthModelUpdateProperties;
188
- tags?: Record<string, string>;
189
- }
190
-
191
- // @public
192
- export interface HealthModelUpdateProperties {
193
- discovery?: ModelDiscoverySettings;
194
- }
195
-
196
- // @public
197
- export type HealthState = string;
198
-
199
- // @public
200
- export interface IconDefinition {
201
- customData?: string;
202
- iconName: string;
203
- }
204
-
205
- // @public
206
- export enum KnownActionType {
207
- Internal = "Internal"
208
- }
209
-
210
- // @public
211
- export enum KnownAlertSeverity {
212
- Sev0 = "Sev0",
213
- Sev1 = "Sev1",
214
- Sev2 = "Sev2",
215
- Sev3 = "Sev3",
216
- Sev4 = "Sev4"
217
- }
218
-
219
- // @public
220
- export enum KnownAuthenticationKind {
221
- // (undocumented)
222
- ManagedIdentity = "ManagedIdentity"
223
- }
224
-
225
- // @public
226
- export enum KnownCreatedByType {
227
- Application = "Application",
228
- Key = "Key",
229
- ManagedIdentity = "ManagedIdentity",
230
- User = "User"
231
- }
232
-
233
- // @public
234
- export enum KnownDependenciesAggregationType {
235
- Thresholds = "Thresholds",
236
- WorstOf = "WorstOf"
237
- }
238
-
239
- // @public
240
- export enum KnownDiscoveryRuleRecommendedSignalsBehavior {
241
- Disabled = "Disabled",
242
- Enabled = "Enabled"
243
- }
244
-
245
- // @public
246
- export enum KnownDiscoveryRuleRelationshipDiscoveryBehavior {
247
- Disabled = "Disabled",
248
- Enabled = "Enabled"
249
- }
250
-
251
- // @public
252
- export enum KnownDynamicThresholdDirection {
253
- GreaterOrLowerThan = "GreaterOrLowerThan",
254
- GreaterThan = "GreaterThan",
255
- LowerThan = "LowerThan"
256
- }
257
-
258
- // @public
259
- export enum KnownDynamicThresholdModel {
260
- AnomalyDetection = "AnomalyDetection"
261
- }
262
-
263
- // @public
264
- export enum KnownEntityImpact {
265
- Limited = "Limited",
266
- Standard = "Standard",
267
- Suppressed = "Suppressed"
268
- }
269
-
270
- // @public
271
- export enum KnownHealthModelProvisioningState {
272
- Canceled = "Canceled",
273
- // (undocumented)
274
- Creating = "Creating",
275
- // (undocumented)
276
- Deleting = "Deleting",
277
- Failed = "Failed",
278
- Succeeded = "Succeeded"
279
- }
280
-
281
- // @public
282
- export enum KnownHealthState {
283
- Degraded = "Degraded",
284
- Deleted = "Deleted",
285
- Error = "Error",
286
- Healthy = "Healthy",
287
- Unknown = "Unknown"
288
- }
289
-
290
- // @public
291
- export enum KnownManagedServiceIdentityType {
292
- None = "None",
293
- SystemAssigned = "SystemAssigned",
294
- SystemAssignedUserAssigned = "SystemAssigned,UserAssigned",
295
- UserAssigned = "UserAssigned"
296
- }
297
-
298
- // @public
299
- export enum KnownMetricAggregationType {
300
- // (undocumented)
301
- Average = "Average",
302
- // (undocumented)
303
- Count = "Count",
304
- // (undocumented)
305
- Maximum = "Maximum",
306
- // (undocumented)
307
- Minimum = "Minimum",
308
- // (undocumented)
309
- None = "None",
310
- // (undocumented)
311
- Total = "Total"
312
- }
313
-
314
- // @public
315
- export enum KnownOrigin {
316
- System = "system",
317
- User = "user",
318
- UserSystem = "user,system"
319
- }
320
-
321
- // @public
322
- export enum KnownRefreshInterval {
323
- PT10M = "PT10M",
324
- PT1H = "PT1H",
325
- PT1M = "PT1M",
326
- PT2H = "PT2H",
327
- PT30M = "PT30M",
328
- PT5M = "PT5M"
329
- }
330
-
331
- // @public
332
- export enum KnownSignalKind {
333
- // (undocumented)
334
- AzureResourceMetric = "AzureResourceMetric",
335
- // (undocumented)
336
- LogAnalyticsQuery = "LogAnalyticsQuery",
337
- // (undocumented)
338
- PrometheusMetricsQuery = "PrometheusMetricsQuery"
339
- }
340
-
341
- // @public
342
- export enum KnownSignalOperator {
343
- Equals = "Equals",
344
- GreaterOrEquals = "GreaterOrEquals",
345
- GreaterThan = "GreaterThan",
346
- LowerOrEquals = "LowerOrEquals",
347
- LowerThan = "LowerThan"
348
- }
349
-
350
- // @public
351
- export enum KnownVersions {
352
- V20250501Preview = "2025-05-01-preview"
353
- }
354
-
355
- // @public
356
- export interface LogAnalyticsQuerySignalDefinitionProperties extends SignalDefinitionProperties {
357
- queryText: string;
358
- signalKind: "LogAnalyticsQuery";
359
- timeGrain?: string;
360
- valueColumnName?: string;
361
- }
362
-
363
- // @public
364
- export interface LogAnalyticsSignalGroup {
365
- authenticationSetting: string;
366
- logAnalyticsWorkspaceResourceId: string;
367
- signalAssignments?: SignalAssignment[];
368
- }
369
-
370
- // @public
371
- export interface ManagedIdentityAuthenticationSettingProperties extends AuthenticationSettingProperties {
372
- authenticationKind: "ManagedIdentity";
373
- managedIdentityName: string;
374
- }
375
-
376
- // @public
377
- export interface ManagedServiceIdentity {
378
- readonly principalId?: string;
379
- readonly tenantId?: string;
380
- type: ManagedServiceIdentityType;
381
- userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;
382
- }
383
-
384
- // @public
385
- export type ManagedServiceIdentityType = string;
386
-
387
- // @public
388
- export type MetricAggregationType = string;
389
-
390
- // @public
391
- export interface ModelDiscoverySettings {
392
- addRecommendedSignals: DiscoveryRuleRecommendedSignalsBehavior;
393
- identity?: string;
394
- scope: string;
395
- }
396
-
397
- // @public
398
- export interface Operation {
399
- readonly actionType?: ActionType;
400
- display?: OperationDisplay;
401
- readonly isDataAction?: boolean;
402
- readonly name?: string;
403
- readonly origin?: Origin;
404
- }
405
-
406
- // @public
407
- export interface OperationDisplay {
408
- readonly description?: string;
409
- readonly operation?: string;
410
- readonly provider?: string;
411
- readonly resource?: string;
412
- }
413
-
414
- // @public
415
- export type Origin = string;
416
-
417
- // @public
418
- export interface PrometheusMetricsSignalDefinitionProperties extends SignalDefinitionProperties {
419
- queryText: string;
420
- signalKind: "PrometheusMetricsQuery";
421
- timeGrain?: string;
422
- }
423
-
424
- // @public
425
- export interface ProxyResource extends Resource {
426
- }
427
-
428
- // @public
429
- export type RefreshInterval = string;
430
-
431
- // @public
432
- export interface Relationship extends ProxyResource {
433
- properties?: RelationshipProperties;
434
- }
435
-
436
- // @public
437
- export interface RelationshipProperties {
438
- childEntityName: string;
439
- readonly deletionDate?: Date;
440
- readonly discoveredBy?: string;
441
- displayName?: string;
442
- labels?: Record<string, string>;
443
- parentEntityName: string;
444
- readonly provisioningState?: HealthModelProvisioningState;
445
- }
446
-
447
- // @public
448
- export interface Resource {
449
- readonly id?: string;
450
- readonly name?: string;
451
- readonly systemData?: SystemData;
452
- readonly type?: string;
453
- }
454
-
455
- // @public
456
- export interface ResourceMetricSignalDefinitionProperties extends SignalDefinitionProperties {
457
- aggregationType: MetricAggregationType;
458
- dimension?: string;
459
- dimensionFilter?: string;
460
- metricName: string;
461
- metricNamespace: string;
462
- signalKind: "AzureResourceMetric";
463
- timeGrain: string;
464
- }
465
-
466
- // @public
467
- export interface SignalAssignment {
468
- signalDefinitions: string[];
469
- }
470
-
471
- // @public
472
- export interface SignalDefinition extends ProxyResource {
473
- properties?: SignalDefinitionPropertiesUnion;
474
- }
475
-
476
- // @public
477
- export interface SignalDefinitionProperties {
478
- dataUnit?: string;
479
- readonly deletionDate?: Date;
480
- displayName?: string;
481
- evaluationRules: EvaluationRule;
482
- labels?: Record<string, string>;
483
- readonly provisioningState?: HealthModelProvisioningState;
484
- refreshInterval?: RefreshInterval;
485
- signalKind: SignalKind;
486
- }
487
-
488
- // @public
489
- export type SignalDefinitionPropertiesUnion = ResourceMetricSignalDefinitionProperties | LogAnalyticsQuerySignalDefinitionProperties | PrometheusMetricsSignalDefinitionProperties | SignalDefinitionProperties;
490
-
491
- // @public
492
- export interface SignalGroup {
493
- azureLogAnalytics?: LogAnalyticsSignalGroup;
494
- azureMonitorWorkspace?: AzureMonitorWorkspaceSignalGroup;
495
- azureResource?: AzureResourceSignalGroup;
496
- dependencies?: DependenciesSignalGroup;
497
- }
498
-
499
- // @public
500
- export type SignalKind = string;
501
-
502
- // @public
503
- export type SignalOperator = string;
504
-
505
- // @public
506
- export interface SystemData {
507
- createdAt?: Date;
508
- createdBy?: string;
509
- createdByType?: CreatedByType;
510
- lastModifiedAt?: Date;
511
- lastModifiedBy?: string;
512
- lastModifiedByType?: CreatedByType;
513
- }
514
-
515
- // @public
516
- export interface ThresholdRule {
517
- operator: SignalOperator;
518
- threshold: string;
519
- }
520
-
521
- // @public
522
- export interface TrackedResource extends Resource {
523
- location: string;
524
- tags?: Record<string, string>;
525
- }
526
-
527
- // @public
528
- export interface UserAssignedIdentity {
529
- readonly clientId?: string;
530
- readonly principalId?: string;
531
- }
532
-
533
- // (No @packageDocumentation comment for this package)
534
-
535
- ```
1
+ ## API Report File for "@azure/arm-cloudhealth"
2
+
3
+ > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
+
5
+ ```ts
6
+
7
+ // @public
8
+ export type ActionType = string;
9
+
10
+ // @public
11
+ export interface AlertConfiguration {
12
+ actionGroupIds?: string[];
13
+ description?: string;
14
+ severity: AlertSeverity;
15
+ }
16
+
17
+ // @public
18
+ export type AlertSeverity = string;
19
+
20
+ // @public
21
+ export type AuthenticationKind = string;
22
+
23
+ // @public
24
+ export interface AuthenticationSetting extends ProxyResource {
25
+ properties?: AuthenticationSettingPropertiesUnion;
26
+ }
27
+
28
+ // @public
29
+ export interface AuthenticationSettingProperties {
30
+ authenticationKind: AuthenticationKind;
31
+ displayName?: string;
32
+ readonly provisioningState?: HealthModelProvisioningState;
33
+ }
34
+
35
+ // @public
36
+ export type AuthenticationSettingPropertiesUnion = ManagedIdentityAuthenticationSettingProperties | AuthenticationSettingProperties;
37
+
38
+ // @public
39
+ export interface AzureMonitorWorkspaceSignalGroup {
40
+ authenticationSetting: string;
41
+ azureMonitorWorkspaceResourceId: string;
42
+ signalAssignments?: SignalAssignment[];
43
+ }
44
+
45
+ // @public
46
+ export interface AzureResourceSignalGroup {
47
+ authenticationSetting: string;
48
+ azureResourceId: string;
49
+ signalAssignments?: SignalAssignment[];
50
+ }
51
+
52
+ // @public
53
+ export type CreatedByType = string;
54
+
55
+ // @public
56
+ export type DependenciesAggregationType = string;
57
+
58
+ // @public
59
+ export interface DependenciesSignalGroup {
60
+ aggregationType: DependenciesAggregationType;
61
+ degradedThreshold?: string;
62
+ unhealthyThreshold?: string;
63
+ }
64
+
65
+ // @public
66
+ export interface DiscoveryRule extends ProxyResource {
67
+ properties?: DiscoveryRuleProperties;
68
+ }
69
+
70
+ // @public
71
+ export interface DiscoveryRuleProperties {
72
+ addRecommendedSignals: DiscoveryRuleRecommendedSignalsBehavior;
73
+ authenticationSetting: string;
74
+ readonly deletionDate?: Date;
75
+ discoverRelationships: DiscoveryRuleRelationshipDiscoveryBehavior;
76
+ displayName?: string;
77
+ readonly entityName: string;
78
+ readonly errorMessage?: string;
79
+ readonly numberOfDiscoveredEntities?: number;
80
+ readonly provisioningState?: HealthModelProvisioningState;
81
+ resourceGraphQuery: string;
82
+ }
83
+
84
+ // @public
85
+ export type DiscoveryRuleRecommendedSignalsBehavior = string;
86
+
87
+ // @public
88
+ export type DiscoveryRuleRelationshipDiscoveryBehavior = string;
89
+
90
+ // @public
91
+ export interface DynamicDetectionRule {
92
+ dynamicThresholdDirection: DynamicThresholdDirection;
93
+ dynamicThresholdModel: DynamicThresholdModel;
94
+ modelSensitivity: number;
95
+ trainingStartTime?: Date;
96
+ }
97
+
98
+ // @public
99
+ export type DynamicThresholdDirection = string;
100
+
101
+ // @public
102
+ export type DynamicThresholdModel = string;
103
+
104
+ // @public
105
+ export interface Entity extends ProxyResource {
106
+ properties?: EntityProperties;
107
+ }
108
+
109
+ // @public
110
+ export interface EntityAlerts {
111
+ degraded?: AlertConfiguration;
112
+ unhealthy?: AlertConfiguration;
113
+ }
114
+
115
+ // @public
116
+ export interface EntityCoordinates {
117
+ x: number;
118
+ y: number;
119
+ }
120
+
121
+ // @public
122
+ export type EntityImpact = string;
123
+
124
+ // @public
125
+ export interface EntityProperties {
126
+ alerts?: EntityAlerts;
127
+ canvasPosition?: EntityCoordinates;
128
+ readonly deletionDate?: Date;
129
+ readonly discoveredBy?: string;
130
+ displayName?: string;
131
+ healthObjective?: number;
132
+ readonly healthState?: HealthState;
133
+ icon?: IconDefinition;
134
+ impact?: EntityImpact;
135
+ kind?: string;
136
+ labels?: Record<string, string>;
137
+ readonly provisioningState?: HealthModelProvisioningState;
138
+ signals?: SignalGroup;
139
+ }
140
+
141
+ // @public
142
+ export interface ErrorAdditionalInfo {
143
+ readonly info?: any;
144
+ readonly type?: string;
145
+ }
146
+
147
+ // @public
148
+ export interface ErrorDetail {
149
+ readonly additionalInfo?: ErrorAdditionalInfo[];
150
+ readonly code?: string;
151
+ readonly details?: ErrorDetail[];
152
+ readonly message?: string;
153
+ readonly target?: string;
154
+ }
155
+
156
+ // @public
157
+ export interface ErrorResponse {
158
+ error?: ErrorDetail;
159
+ }
160
+
161
+ // @public
162
+ export interface EvaluationRule {
163
+ degradedRule?: ThresholdRule;
164
+ dynamicDetectionRule?: DynamicDetectionRule;
165
+ unhealthyRule?: ThresholdRule;
166
+ }
167
+
168
+ // @public
169
+ export interface HealthModel extends TrackedResource {
170
+ identity?: ManagedServiceIdentity;
171
+ properties?: HealthModelProperties;
172
+ }
173
+
174
+ // @public
175
+ export interface HealthModelProperties {
176
+ readonly dataplaneEndpoint?: string;
177
+ discovery?: ModelDiscoverySettings;
178
+ readonly provisioningState?: HealthModelProvisioningState;
179
+ }
180
+
181
+ // @public
182
+ export type HealthModelProvisioningState = string;
183
+
184
+ // @public
185
+ export interface HealthModelUpdate {
186
+ identity?: ManagedServiceIdentity;
187
+ properties?: HealthModelUpdateProperties;
188
+ tags?: Record<string, string>;
189
+ }
190
+
191
+ // @public
192
+ export interface HealthModelUpdateProperties {
193
+ discovery?: ModelDiscoverySettings;
194
+ }
195
+
196
+ // @public
197
+ export type HealthState = string;
198
+
199
+ // @public
200
+ export interface IconDefinition {
201
+ customData?: string;
202
+ iconName: string;
203
+ }
204
+
205
+ // @public
206
+ export enum KnownActionType {
207
+ Internal = "Internal"
208
+ }
209
+
210
+ // @public
211
+ export enum KnownAlertSeverity {
212
+ Sev0 = "Sev0",
213
+ Sev1 = "Sev1",
214
+ Sev2 = "Sev2",
215
+ Sev3 = "Sev3",
216
+ Sev4 = "Sev4"
217
+ }
218
+
219
+ // @public
220
+ export enum KnownAuthenticationKind {
221
+ // (undocumented)
222
+ ManagedIdentity = "ManagedIdentity"
223
+ }
224
+
225
+ // @public
226
+ export enum KnownCreatedByType {
227
+ Application = "Application",
228
+ Key = "Key",
229
+ ManagedIdentity = "ManagedIdentity",
230
+ User = "User"
231
+ }
232
+
233
+ // @public
234
+ export enum KnownDependenciesAggregationType {
235
+ Thresholds = "Thresholds",
236
+ WorstOf = "WorstOf"
237
+ }
238
+
239
+ // @public
240
+ export enum KnownDiscoveryRuleRecommendedSignalsBehavior {
241
+ Disabled = "Disabled",
242
+ Enabled = "Enabled"
243
+ }
244
+
245
+ // @public
246
+ export enum KnownDiscoveryRuleRelationshipDiscoveryBehavior {
247
+ Disabled = "Disabled",
248
+ Enabled = "Enabled"
249
+ }
250
+
251
+ // @public
252
+ export enum KnownDynamicThresholdDirection {
253
+ GreaterOrLowerThan = "GreaterOrLowerThan",
254
+ GreaterThan = "GreaterThan",
255
+ LowerThan = "LowerThan"
256
+ }
257
+
258
+ // @public
259
+ export enum KnownDynamicThresholdModel {
260
+ AnomalyDetection = "AnomalyDetection"
261
+ }
262
+
263
+ // @public
264
+ export enum KnownEntityImpact {
265
+ Limited = "Limited",
266
+ Standard = "Standard",
267
+ Suppressed = "Suppressed"
268
+ }
269
+
270
+ // @public
271
+ export enum KnownHealthModelProvisioningState {
272
+ Canceled = "Canceled",
273
+ // (undocumented)
274
+ Creating = "Creating",
275
+ // (undocumented)
276
+ Deleting = "Deleting",
277
+ Failed = "Failed",
278
+ Succeeded = "Succeeded"
279
+ }
280
+
281
+ // @public
282
+ export enum KnownHealthState {
283
+ Degraded = "Degraded",
284
+ Deleted = "Deleted",
285
+ Error = "Error",
286
+ Healthy = "Healthy",
287
+ Unknown = "Unknown"
288
+ }
289
+
290
+ // @public
291
+ export enum KnownManagedServiceIdentityType {
292
+ None = "None",
293
+ SystemAssigned = "SystemAssigned",
294
+ SystemAssignedUserAssigned = "SystemAssigned,UserAssigned",
295
+ UserAssigned = "UserAssigned"
296
+ }
297
+
298
+ // @public
299
+ export enum KnownMetricAggregationType {
300
+ // (undocumented)
301
+ Average = "Average",
302
+ // (undocumented)
303
+ Count = "Count",
304
+ // (undocumented)
305
+ Maximum = "Maximum",
306
+ // (undocumented)
307
+ Minimum = "Minimum",
308
+ // (undocumented)
309
+ None = "None",
310
+ // (undocumented)
311
+ Total = "Total"
312
+ }
313
+
314
+ // @public
315
+ export enum KnownOrigin {
316
+ System = "system",
317
+ User = "user",
318
+ UserSystem = "user,system"
319
+ }
320
+
321
+ // @public
322
+ export enum KnownRefreshInterval {
323
+ PT10M = "PT10M",
324
+ PT1H = "PT1H",
325
+ PT1M = "PT1M",
326
+ PT2H = "PT2H",
327
+ PT30M = "PT30M",
328
+ PT5M = "PT5M"
329
+ }
330
+
331
+ // @public
332
+ export enum KnownSignalKind {
333
+ // (undocumented)
334
+ AzureResourceMetric = "AzureResourceMetric",
335
+ // (undocumented)
336
+ LogAnalyticsQuery = "LogAnalyticsQuery",
337
+ // (undocumented)
338
+ PrometheusMetricsQuery = "PrometheusMetricsQuery"
339
+ }
340
+
341
+ // @public
342
+ export enum KnownSignalOperator {
343
+ Equals = "Equals",
344
+ GreaterOrEquals = "GreaterOrEquals",
345
+ GreaterThan = "GreaterThan",
346
+ LowerOrEquals = "LowerOrEquals",
347
+ LowerThan = "LowerThan"
348
+ }
349
+
350
+ // @public
351
+ export enum KnownVersions {
352
+ V20250501Preview = "2025-05-01-preview"
353
+ }
354
+
355
+ // @public
356
+ export interface LogAnalyticsQuerySignalDefinitionProperties extends SignalDefinitionProperties {
357
+ queryText: string;
358
+ signalKind: "LogAnalyticsQuery";
359
+ timeGrain?: string;
360
+ valueColumnName?: string;
361
+ }
362
+
363
+ // @public
364
+ export interface LogAnalyticsSignalGroup {
365
+ authenticationSetting: string;
366
+ logAnalyticsWorkspaceResourceId: string;
367
+ signalAssignments?: SignalAssignment[];
368
+ }
369
+
370
+ // @public
371
+ export interface ManagedIdentityAuthenticationSettingProperties extends AuthenticationSettingProperties {
372
+ authenticationKind: "ManagedIdentity";
373
+ managedIdentityName: string;
374
+ }
375
+
376
+ // @public
377
+ export interface ManagedServiceIdentity {
378
+ readonly principalId?: string;
379
+ readonly tenantId?: string;
380
+ type: ManagedServiceIdentityType;
381
+ userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;
382
+ }
383
+
384
+ // @public
385
+ export type ManagedServiceIdentityType = string;
386
+
387
+ // @public
388
+ export type MetricAggregationType = string;
389
+
390
+ // @public
391
+ export interface ModelDiscoverySettings {
392
+ addRecommendedSignals: DiscoveryRuleRecommendedSignalsBehavior;
393
+ identity?: string;
394
+ scope: string;
395
+ }
396
+
397
+ // @public
398
+ export interface Operation {
399
+ readonly actionType?: ActionType;
400
+ display?: OperationDisplay;
401
+ readonly isDataAction?: boolean;
402
+ readonly name?: string;
403
+ readonly origin?: Origin;
404
+ }
405
+
406
+ // @public
407
+ export interface OperationDisplay {
408
+ readonly description?: string;
409
+ readonly operation?: string;
410
+ readonly provider?: string;
411
+ readonly resource?: string;
412
+ }
413
+
414
+ // @public
415
+ export type Origin = string;
416
+
417
+ // @public
418
+ export interface PrometheusMetricsSignalDefinitionProperties extends SignalDefinitionProperties {
419
+ queryText: string;
420
+ signalKind: "PrometheusMetricsQuery";
421
+ timeGrain?: string;
422
+ }
423
+
424
+ // @public
425
+ export interface ProxyResource extends Resource {
426
+ }
427
+
428
+ // @public
429
+ export type RefreshInterval = string;
430
+
431
+ // @public
432
+ export interface Relationship extends ProxyResource {
433
+ properties?: RelationshipProperties;
434
+ }
435
+
436
+ // @public
437
+ export interface RelationshipProperties {
438
+ childEntityName: string;
439
+ readonly deletionDate?: Date;
440
+ readonly discoveredBy?: string;
441
+ displayName?: string;
442
+ labels?: Record<string, string>;
443
+ parentEntityName: string;
444
+ readonly provisioningState?: HealthModelProvisioningState;
445
+ }
446
+
447
+ // @public
448
+ export interface Resource {
449
+ readonly id?: string;
450
+ readonly name?: string;
451
+ readonly systemData?: SystemData;
452
+ readonly type?: string;
453
+ }
454
+
455
+ // @public
456
+ export interface ResourceMetricSignalDefinitionProperties extends SignalDefinitionProperties {
457
+ aggregationType: MetricAggregationType;
458
+ dimension?: string;
459
+ dimensionFilter?: string;
460
+ metricName: string;
461
+ metricNamespace: string;
462
+ signalKind: "AzureResourceMetric";
463
+ timeGrain: string;
464
+ }
465
+
466
+ // @public
467
+ export interface SignalAssignment {
468
+ signalDefinitions: string[];
469
+ }
470
+
471
+ // @public
472
+ export interface SignalDefinition extends ProxyResource {
473
+ properties?: SignalDefinitionPropertiesUnion;
474
+ }
475
+
476
+ // @public
477
+ export interface SignalDefinitionProperties {
478
+ dataUnit?: string;
479
+ readonly deletionDate?: Date;
480
+ displayName?: string;
481
+ evaluationRules: EvaluationRule;
482
+ labels?: Record<string, string>;
483
+ readonly provisioningState?: HealthModelProvisioningState;
484
+ refreshInterval?: RefreshInterval;
485
+ signalKind: SignalKind;
486
+ }
487
+
488
+ // @public
489
+ export type SignalDefinitionPropertiesUnion = ResourceMetricSignalDefinitionProperties | LogAnalyticsQuerySignalDefinitionProperties | PrometheusMetricsSignalDefinitionProperties | SignalDefinitionProperties;
490
+
491
+ // @public
492
+ export interface SignalGroup {
493
+ azureLogAnalytics?: LogAnalyticsSignalGroup;
494
+ azureMonitorWorkspace?: AzureMonitorWorkspaceSignalGroup;
495
+ azureResource?: AzureResourceSignalGroup;
496
+ dependencies?: DependenciesSignalGroup;
497
+ }
498
+
499
+ // @public
500
+ export type SignalKind = string;
501
+
502
+ // @public
503
+ export type SignalOperator = string;
504
+
505
+ // @public
506
+ export interface SystemData {
507
+ createdAt?: Date;
508
+ createdBy?: string;
509
+ createdByType?: CreatedByType;
510
+ lastModifiedAt?: Date;
511
+ lastModifiedBy?: string;
512
+ lastModifiedByType?: CreatedByType;
513
+ }
514
+
515
+ // @public
516
+ export interface ThresholdRule {
517
+ operator: SignalOperator;
518
+ threshold: string;
519
+ }
520
+
521
+ // @public
522
+ export interface TrackedResource extends Resource {
523
+ location: string;
524
+ tags?: Record<string, string>;
525
+ }
526
+
527
+ // @public
528
+ export interface UserAssignedIdentity {
529
+ readonly clientId?: string;
530
+ readonly principalId?: string;
531
+ }
532
+
533
+ // (No @packageDocumentation comment for this package)
534
+
535
+ ```