@azure/arm-monitor 7.0.1-alpha.20220427.1 → 8.0.0-beta.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.
- package/CHANGELOG.md +74 -4
- package/README.md +1 -1
- package/dist/index.js +1010 -145
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/actionGroupsCreateNotificationsAtActionGroupResourceLevelSample.d.ts +2 -0
- package/dist-esm/samples-dev/actionGroupsCreateNotificationsAtActionGroupResourceLevelSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/actionGroupsCreateNotificationsAtActionGroupResourceLevelSample.js +138 -0
- package/dist-esm/samples-dev/actionGroupsCreateNotificationsAtActionGroupResourceLevelSample.js.map +1 -0
- package/dist-esm/samples-dev/actionGroupsCreateNotificationsAtResourceGroupLevelSample.d.ts +2 -0
- package/dist-esm/samples-dev/actionGroupsCreateNotificationsAtResourceGroupLevelSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/actionGroupsCreateNotificationsAtResourceGroupLevelSample.js +137 -0
- package/dist-esm/samples-dev/actionGroupsCreateNotificationsAtResourceGroupLevelSample.js.map +1 -0
- package/dist-esm/samples-dev/actionGroupsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/actionGroupsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/actionGroupsEnableReceiverSample.js +1 -1
- package/dist-esm/samples-dev/actionGroupsGetSample.js +1 -1
- package/dist-esm/samples-dev/actionGroupsGetTestNotificationsAtActionGroupResourceLevelSample.d.ts +2 -0
- package/dist-esm/samples-dev/actionGroupsGetTestNotificationsAtActionGroupResourceLevelSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/actionGroupsGetTestNotificationsAtActionGroupResourceLevelSample.js +32 -0
- package/dist-esm/samples-dev/actionGroupsGetTestNotificationsAtActionGroupResourceLevelSample.js.map +1 -0
- package/dist-esm/samples-dev/actionGroupsGetTestNotificationsAtResourceGroupLevelSample.d.ts +2 -0
- package/dist-esm/samples-dev/actionGroupsGetTestNotificationsAtResourceGroupLevelSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/actionGroupsGetTestNotificationsAtResourceGroupLevelSample.js +31 -0
- package/dist-esm/samples-dev/actionGroupsGetTestNotificationsAtResourceGroupLevelSample.js.map +1 -0
- package/dist-esm/samples-dev/actionGroupsGetTestNotificationsSample.js +3 -3
- package/dist-esm/samples-dev/actionGroupsGetTestNotificationsSample.js.map +1 -1
- package/dist-esm/samples-dev/actionGroupsListByResourceGroupSample.js +3 -3
- package/dist-esm/samples-dev/actionGroupsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/actionGroupsListBySubscriptionIdSample.js +3 -3
- package/dist-esm/samples-dev/actionGroupsListBySubscriptionIdSample.js.map +1 -1
- package/dist-esm/samples-dev/actionGroupsPostTestNotificationsSample.js +15 -3
- package/dist-esm/samples-dev/actionGroupsPostTestNotificationsSample.js.map +1 -1
- package/dist-esm/samples-dev/actionGroupsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/activityLogAlertsCreateOrUpdateSample.js +100 -14
- package/dist-esm/samples-dev/activityLogAlertsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/activityLogAlertsDeleteSample.js +7 -7
- package/dist-esm/samples-dev/activityLogAlertsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/activityLogAlertsGetSample.js +7 -7
- package/dist-esm/samples-dev/activityLogAlertsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/activityLogAlertsListByResourceGroupSample.js +4 -4
- package/dist-esm/samples-dev/activityLogAlertsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/activityLogAlertsListBySubscriptionIdSample.js +5 -5
- package/dist-esm/samples-dev/activityLogAlertsListBySubscriptionIdSample.js.map +1 -1
- package/dist-esm/samples-dev/activityLogAlertsUpdateSample.js +9 -9
- package/dist-esm/samples-dev/activityLogAlertsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/dataCollectionEndpointsCreateSample.js +1 -1
- package/dist-esm/samples-dev/dataCollectionEndpointsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/dataCollectionEndpointsGetSample.js +1 -1
- package/dist-esm/samples-dev/dataCollectionEndpointsListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/dataCollectionEndpointsListBySubscriptionSample.js +1 -1
- package/dist-esm/samples-dev/dataCollectionEndpointsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/dataCollectionRuleAssociationsCreateSample.js +1 -1
- package/dist-esm/samples-dev/dataCollectionRuleAssociationsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/dataCollectionRuleAssociationsGetSample.js +1 -1
- package/dist-esm/samples-dev/dataCollectionRuleAssociationsListByDataCollectionEndpointSample.d.ts +2 -0
- package/dist-esm/samples-dev/dataCollectionRuleAssociationsListByDataCollectionEndpointSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/dataCollectionRuleAssociationsListByDataCollectionEndpointSample.js +45 -0
- package/dist-esm/samples-dev/dataCollectionRuleAssociationsListByDataCollectionEndpointSample.js.map +1 -0
- package/dist-esm/samples-dev/dataCollectionRuleAssociationsListByResourceSample.js +1 -1
- package/dist-esm/samples-dev/dataCollectionRuleAssociationsListByRuleSample.js +1 -1
- package/dist-esm/samples-dev/dataCollectionRulesCreateSample.js +1 -1
- package/dist-esm/samples-dev/dataCollectionRulesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/dataCollectionRulesGetSample.js +1 -1
- package/dist-esm/samples-dev/dataCollectionRulesListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/dataCollectionRulesListBySubscriptionSample.js +1 -1
- package/dist-esm/samples-dev/dataCollectionRulesUpdateSample.js +1 -1
- package/dist-esm/src/models/index.d.ts +349 -63
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +29 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +24 -8
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +482 -85
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +2 -2
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +9 -9
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/monitorClient.js +1 -1
- package/dist-esm/src/monitorClient.js.map +1 -1
- package/dist-esm/src/operations/actionGroups.d.ts +46 -1
- package/dist-esm/src/operations/actionGroups.d.ts.map +1 -1
- package/dist-esm/src/operations/actionGroups.js +235 -4
- package/dist-esm/src/operations/actionGroups.js.map +1 -1
- package/dist-esm/src/operations/activityLogAlerts.d.ts +32 -18
- package/dist-esm/src/operations/activityLogAlerts.d.ts.map +1 -1
- package/dist-esm/src/operations/activityLogAlerts.js +111 -35
- package/dist-esm/src/operations/activityLogAlerts.js.map +1 -1
- package/dist-esm/src/operations/dataCollectionRuleAssociations.d.ts +29 -1
- package/dist-esm/src/operations/dataCollectionRuleAssociations.d.ts.map +1 -1
- package/dist-esm/src/operations/dataCollectionRuleAssociations.js +116 -0
- package/dist-esm/src/operations/dataCollectionRuleAssociations.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/actionGroups.d.ts +46 -1
- package/dist-esm/src/operationsInterfaces/actionGroups.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/activityLogAlerts.d.ts +17 -16
- package/dist-esm/src/operationsInterfaces/activityLogAlerts.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/dataCollectionRuleAssociations.d.ts +9 -1
- package/dist-esm/src/operationsInterfaces/dataCollectionRuleAssociations.d.ts.map +1 -1
- package/dist-esm/test/monitor_examples.d.ts.map +1 -1
- package/dist-esm/test/monitor_examples.js +26 -32
- package/dist-esm/test/monitor_examples.js.map +1 -1
- package/package.json +7 -3
- package/review/arm-monitor.api.md +286 -63
- package/src/models/index.ts +385 -65
- package/src/models/mappers.ts +519 -94
- package/src/models/parameters.ts +9 -9
- package/src/monitorClient.ts +1 -1
- package/src/operations/actionGroups.ts +355 -4
- package/src/operations/activityLogAlerts.ts +136 -37
- package/src/operations/dataCollectionRuleAssociations.ts +168 -1
- package/src/operationsInterfaces/actionGroups.ts +96 -0
- package/src/operationsInterfaces/activityLogAlerts.ts +17 -16
- package/src/operationsInterfaces/dataCollectionRuleAssociations.ts +13 -0
- package/types/arm-monitor.d.ts +476 -98
|
@@ -590,15 +590,6 @@ export interface NotificationRequestBody {
|
|
|
590
590
|
/** The list of event hub receivers that are part of this action group. */
|
|
591
591
|
eventHubReceivers?: EventHubReceiver[];
|
|
592
592
|
}
|
|
593
|
-
/** The response when test notification succeeded */
|
|
594
|
-
export interface TestNotificationResponse {
|
|
595
|
-
/** The notification id */
|
|
596
|
-
notificationId: string;
|
|
597
|
-
/** The correlation id */
|
|
598
|
-
correlationId: string;
|
|
599
|
-
/** The created time */
|
|
600
|
-
createdTime: string;
|
|
601
|
-
}
|
|
602
593
|
/** The details of the test notification results. */
|
|
603
594
|
export interface TestNotificationDetailsResponse {
|
|
604
595
|
/** The context info */
|
|
@@ -1326,44 +1317,89 @@ export interface ScopedResourceListResult {
|
|
|
1326
1317
|
*/
|
|
1327
1318
|
readonly nextLink?: string;
|
|
1328
1319
|
}
|
|
1329
|
-
/** An Activity Log
|
|
1330
|
-
export interface
|
|
1331
|
-
/** The list of
|
|
1332
|
-
allOf:
|
|
1320
|
+
/** An Activity Log Alert rule condition that is met when all its member conditions are met. */
|
|
1321
|
+
export interface AlertRuleAllOfCondition {
|
|
1322
|
+
/** The list of Activity Log Alert rule conditions. */
|
|
1323
|
+
allOf: AlertRuleAnyOfOrLeafCondition[];
|
|
1333
1324
|
}
|
|
1334
|
-
/**
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1325
|
+
/**
|
|
1326
|
+
* An Activity Log Alert rule condition that is met by comparing the field and value of an Activity Log event.
|
|
1327
|
+
* This condition must contain 'field' and either 'equals' or 'containsAny'.
|
|
1328
|
+
*/
|
|
1329
|
+
export interface AlertRuleLeafCondition {
|
|
1330
|
+
/**
|
|
1331
|
+
* The name of the Activity Log event's field that this condition will examine.
|
|
1332
|
+
* The possible values for this field are (case-insensitive): 'resourceId', 'category', 'caller', 'level', 'operationName', 'resourceGroup', 'resourceProvider', 'status', 'subStatus', 'resourceType', or anything beginning with 'properties'.
|
|
1333
|
+
*/
|
|
1334
|
+
field?: string;
|
|
1335
|
+
/** The value of the event's field will be compared to this value (case-insensitive) to determine if the condition is met. */
|
|
1336
|
+
equals?: string;
|
|
1337
|
+
/** 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. */
|
|
1338
|
+
containsAny?: string[];
|
|
1340
1339
|
}
|
|
1341
|
-
/** A list of
|
|
1342
|
-
export interface
|
|
1343
|
-
/** The list of
|
|
1344
|
-
actionGroups?:
|
|
1340
|
+
/** A list of Activity Log Alert rule actions. */
|
|
1341
|
+
export interface ActionList {
|
|
1342
|
+
/** The list of the Action Groups. */
|
|
1343
|
+
actionGroups?: ActionGroup[];
|
|
1345
1344
|
}
|
|
1346
1345
|
/** A pointer to an Azure Action Group. */
|
|
1347
|
-
export interface
|
|
1348
|
-
/** The
|
|
1346
|
+
export interface ActionGroup {
|
|
1347
|
+
/** The resource ID of the Action Group. This cannot be null or empty. */
|
|
1349
1348
|
actionGroupId: string;
|
|
1350
1349
|
/** the dictionary of custom properties to include with the post operation. These data are appended to the webhook payload. */
|
|
1351
1350
|
webhookProperties?: {
|
|
1352
1351
|
[propertyName: string]: string;
|
|
1353
1352
|
};
|
|
1354
1353
|
}
|
|
1355
|
-
/** An
|
|
1356
|
-
export interface
|
|
1357
|
-
/**
|
|
1354
|
+
/** An Azure resource object. */
|
|
1355
|
+
export interface AzureResourceAutoGenerated {
|
|
1356
|
+
/**
|
|
1357
|
+
* The resource Id.
|
|
1358
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1359
|
+
*/
|
|
1360
|
+
readonly id?: string;
|
|
1361
|
+
/**
|
|
1362
|
+
* The name of the resource.
|
|
1363
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1364
|
+
*/
|
|
1365
|
+
readonly name?: string;
|
|
1366
|
+
/**
|
|
1367
|
+
* The type of the resource.
|
|
1368
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1369
|
+
*/
|
|
1370
|
+
readonly type?: string;
|
|
1371
|
+
/** The location of the resource. Since Azure Activity Log Alerts is a global service, the location of the rules should always be 'global'. */
|
|
1372
|
+
location?: string;
|
|
1373
|
+
/** The tags of the resource. */
|
|
1358
1374
|
tags?: {
|
|
1359
1375
|
[propertyName: string]: string;
|
|
1360
1376
|
};
|
|
1361
|
-
|
|
1377
|
+
}
|
|
1378
|
+
/** The error response. */
|
|
1379
|
+
export interface ErrorResponseAutoGenerated {
|
|
1380
|
+
/**
|
|
1381
|
+
* The error code.
|
|
1382
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1383
|
+
*/
|
|
1384
|
+
readonly code?: string;
|
|
1385
|
+
/**
|
|
1386
|
+
* The error message indicating why the operation failed.
|
|
1387
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1388
|
+
*/
|
|
1389
|
+
readonly message?: string;
|
|
1390
|
+
}
|
|
1391
|
+
/** An Activity Log Alert rule object for the body of patch operations. */
|
|
1392
|
+
export interface AlertRulePatchObject {
|
|
1393
|
+
/** The resource tags */
|
|
1394
|
+
tags?: {
|
|
1395
|
+
[propertyName: string]: string;
|
|
1396
|
+
};
|
|
1397
|
+
/** 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. */
|
|
1362
1398
|
enabled?: boolean;
|
|
1363
1399
|
}
|
|
1364
|
-
/** A list of
|
|
1365
|
-
export interface
|
|
1366
|
-
/** The list of
|
|
1400
|
+
/** A list of Activity Log Alert rules. */
|
|
1401
|
+
export interface AlertRuleList {
|
|
1402
|
+
/** The list of Activity Log Alert rules. */
|
|
1367
1403
|
value?: ActivityLogAlertResource[];
|
|
1368
1404
|
/** Provides the link to retrieve the next set of elements. */
|
|
1369
1405
|
nextLink?: string;
|
|
@@ -1414,7 +1450,7 @@ export interface DataCollectionEndpointResource {
|
|
|
1414
1450
|
description?: string;
|
|
1415
1451
|
/** The immutable ID of this data collection endpoint resource. This property is READ-ONLY. */
|
|
1416
1452
|
immutableId?: string;
|
|
1417
|
-
/** The endpoint used by
|
|
1453
|
+
/** The endpoint used by clients to access their configuration. */
|
|
1418
1454
|
configurationAccess?: DataCollectionEndpointConfigurationAccess;
|
|
1419
1455
|
/** The endpoint used by clients to ingest logs. */
|
|
1420
1456
|
logsIngestion?: DataCollectionEndpointLogsIngestion;
|
|
@@ -1432,7 +1468,7 @@ export interface DataCollectionEndpoint {
|
|
|
1432
1468
|
description?: string;
|
|
1433
1469
|
/** The immutable ID of this data collection endpoint resource. This property is READ-ONLY. */
|
|
1434
1470
|
immutableId?: string;
|
|
1435
|
-
/** The endpoint used by
|
|
1471
|
+
/** The endpoint used by clients to access their configuration. */
|
|
1436
1472
|
configurationAccess?: DataCollectionEndpointConfigurationAccess;
|
|
1437
1473
|
/** The endpoint used by clients to ingest logs. */
|
|
1438
1474
|
logsIngestion?: DataCollectionEndpointLogsIngestion;
|
|
@@ -1565,6 +1601,11 @@ export interface DataCollectionRuleAssociationProxyOnlyResource {
|
|
|
1565
1601
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1566
1602
|
*/
|
|
1567
1603
|
readonly provisioningState?: KnownDataCollectionRuleAssociationProvisioningState;
|
|
1604
|
+
/**
|
|
1605
|
+
* Metadata about the resource
|
|
1606
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1607
|
+
*/
|
|
1608
|
+
readonly metadata?: DataCollectionRuleAssociationMetadata;
|
|
1568
1609
|
}
|
|
1569
1610
|
/** Definition of association of a data collection rule with a monitored Azure resource. */
|
|
1570
1611
|
export interface DataCollectionRuleAssociation {
|
|
@@ -1579,6 +1620,19 @@ export interface DataCollectionRuleAssociation {
|
|
|
1579
1620
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1580
1621
|
*/
|
|
1581
1622
|
readonly provisioningState?: KnownDataCollectionRuleAssociationProvisioningState;
|
|
1623
|
+
/**
|
|
1624
|
+
* Metadata about the resource
|
|
1625
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1626
|
+
*/
|
|
1627
|
+
readonly metadata?: DataCollectionRuleAssociationMetadata;
|
|
1628
|
+
}
|
|
1629
|
+
/** Metadata about the resource */
|
|
1630
|
+
export interface Metadata {
|
|
1631
|
+
/**
|
|
1632
|
+
* Azure offering managing this resource on-behalf-of customer.
|
|
1633
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1634
|
+
*/
|
|
1635
|
+
readonly provisionedBy?: string;
|
|
1582
1636
|
}
|
|
1583
1637
|
/** A pageable list of resources. */
|
|
1584
1638
|
export interface DataCollectionRuleResourceListResult {
|
|
@@ -1629,6 +1683,17 @@ export interface DataCollectionRuleResource {
|
|
|
1629
1683
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1630
1684
|
*/
|
|
1631
1685
|
readonly immutableId?: string;
|
|
1686
|
+
/** The resource ID of the data collection endpoint that this rule can be used with. */
|
|
1687
|
+
dataCollectionEndpointId?: string;
|
|
1688
|
+
/**
|
|
1689
|
+
* Metadata about the resource
|
|
1690
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1691
|
+
*/
|
|
1692
|
+
readonly metadata?: DataCollectionRuleMetadata;
|
|
1693
|
+
/** Declaration of custom streams used in this rule. */
|
|
1694
|
+
streamDeclarations?: {
|
|
1695
|
+
[propertyName: string]: StreamDeclaration;
|
|
1696
|
+
};
|
|
1632
1697
|
/**
|
|
1633
1698
|
* The specification of data sources.
|
|
1634
1699
|
* This property is optional and can be omitted if the rule is meant to be used via direct calls to the provisioned endpoint.
|
|
@@ -1653,6 +1718,17 @@ export interface DataCollectionRule {
|
|
|
1653
1718
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1654
1719
|
*/
|
|
1655
1720
|
readonly immutableId?: string;
|
|
1721
|
+
/** The resource ID of the data collection endpoint that this rule can be used with. */
|
|
1722
|
+
dataCollectionEndpointId?: string;
|
|
1723
|
+
/**
|
|
1724
|
+
* Metadata about the resource
|
|
1725
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1726
|
+
*/
|
|
1727
|
+
readonly metadata?: DataCollectionRuleMetadata;
|
|
1728
|
+
/** Declaration of custom streams used in this rule. */
|
|
1729
|
+
streamDeclarations?: {
|
|
1730
|
+
[propertyName: string]: StreamDeclaration;
|
|
1731
|
+
};
|
|
1656
1732
|
/**
|
|
1657
1733
|
* The specification of data sources.
|
|
1658
1734
|
* This property is optional and can be omitted if the rule is meant to be used via direct calls to the provisioned endpoint.
|
|
@@ -1668,6 +1744,18 @@ export interface DataCollectionRule {
|
|
|
1668
1744
|
*/
|
|
1669
1745
|
readonly provisioningState?: KnownDataCollectionRuleProvisioningState;
|
|
1670
1746
|
}
|
|
1747
|
+
/** Declaration of a custom stream. */
|
|
1748
|
+
export interface StreamDeclaration {
|
|
1749
|
+
/** List of columns used by data in this stream. */
|
|
1750
|
+
columns?: ColumnDefinition[];
|
|
1751
|
+
}
|
|
1752
|
+
/** Definition of custom data column. */
|
|
1753
|
+
export interface ColumnDefinition {
|
|
1754
|
+
/** The name of the column. */
|
|
1755
|
+
name?: string;
|
|
1756
|
+
/** The type of the column data. */
|
|
1757
|
+
type?: KnownColumnDefinitionType;
|
|
1758
|
+
}
|
|
1671
1759
|
/** Specification of data sources that will be collected. */
|
|
1672
1760
|
export interface DataSourcesSpec {
|
|
1673
1761
|
/** The list of performance counter data source configurations. */
|
|
@@ -1678,6 +1766,10 @@ export interface DataSourcesSpec {
|
|
|
1678
1766
|
syslog?: SyslogDataSource[];
|
|
1679
1767
|
/** The list of Azure VM extension data source configurations. */
|
|
1680
1768
|
extensions?: ExtensionDataSource[];
|
|
1769
|
+
/** The list of Log files source configurations. */
|
|
1770
|
+
logFiles?: LogFilesDataSource[];
|
|
1771
|
+
/** The list of IIS logs source configurations. */
|
|
1772
|
+
iisLogs?: IisLogsDataSource[];
|
|
1681
1773
|
}
|
|
1682
1774
|
/**
|
|
1683
1775
|
* Definition of which performance counters will be collected and how they will be collected by this data collection rule.
|
|
@@ -1763,6 +1855,47 @@ export interface ExtensionDataSource {
|
|
|
1763
1855
|
*/
|
|
1764
1856
|
name?: string;
|
|
1765
1857
|
}
|
|
1858
|
+
/** Definition of which custom log files will be collected by this data collection rule */
|
|
1859
|
+
export interface LogFilesDataSource {
|
|
1860
|
+
/**
|
|
1861
|
+
* List of streams that this data source will be sent to.
|
|
1862
|
+
* A stream indicates what schema will be used for this data source
|
|
1863
|
+
*/
|
|
1864
|
+
streams: string[];
|
|
1865
|
+
/** File Patterns where the log files are located */
|
|
1866
|
+
filePatterns: string[];
|
|
1867
|
+
/** The data format of the log files */
|
|
1868
|
+
format: KnownLogFilesDataSourceFormat;
|
|
1869
|
+
/** The log files specific settings. */
|
|
1870
|
+
settings?: LogFilesDataSourceSettings;
|
|
1871
|
+
/**
|
|
1872
|
+
* A friendly name for the data source.
|
|
1873
|
+
* This name should be unique across all data sources (regardless of type) within the data collection rule.
|
|
1874
|
+
*/
|
|
1875
|
+
name?: string;
|
|
1876
|
+
}
|
|
1877
|
+
/** Settings for different log file formats */
|
|
1878
|
+
export interface LogFileSettings {
|
|
1879
|
+
/** Text settings */
|
|
1880
|
+
text?: LogFileSettingsText;
|
|
1881
|
+
}
|
|
1882
|
+
/** Settings for text log files */
|
|
1883
|
+
export interface LogFileTextSettings {
|
|
1884
|
+
/** One of the supported timestamp formats */
|
|
1885
|
+
recordStartTimestampFormat: KnownLogFileTextSettingsRecordStartTimestampFormat;
|
|
1886
|
+
}
|
|
1887
|
+
/** Enables IIS logs to be collected by this data collection rule. */
|
|
1888
|
+
export interface IisLogsDataSource {
|
|
1889
|
+
/** IIS streams */
|
|
1890
|
+
streams: string[];
|
|
1891
|
+
/** Absolute paths file location */
|
|
1892
|
+
logDirectories?: string[];
|
|
1893
|
+
/**
|
|
1894
|
+
* A friendly name for the data source.
|
|
1895
|
+
* This name should be unique across all data sources (regardless of type) within the data collection rule.
|
|
1896
|
+
*/
|
|
1897
|
+
name?: string;
|
|
1898
|
+
}
|
|
1766
1899
|
/** Specification of destinations that can be used in data flows. */
|
|
1767
1900
|
export interface DestinationsSpec {
|
|
1768
1901
|
/** List of Log Analytics destinations. */
|
|
@@ -1799,6 +1932,10 @@ export interface DataFlow {
|
|
|
1799
1932
|
streams?: KnownDataFlowStreams[];
|
|
1800
1933
|
/** List of destinations for this data flow. */
|
|
1801
1934
|
destinations?: string[];
|
|
1935
|
+
/** The KQL query to transform stream data. */
|
|
1936
|
+
transformKql?: string;
|
|
1937
|
+
/** The output stream of the transform. Only required if the transform changes data to a different stream. */
|
|
1938
|
+
outputStream?: string;
|
|
1802
1939
|
}
|
|
1803
1940
|
/** The claims for a rule management event data source. */
|
|
1804
1941
|
export interface RuleManagementEventClaimsDataSource {
|
|
@@ -1979,19 +2116,6 @@ export declare type MetricAlertResource = Resource & {
|
|
|
1979
2116
|
*/
|
|
1980
2117
|
readonly isMigrated?: boolean;
|
|
1981
2118
|
};
|
|
1982
|
-
/** An activity log alert resource. */
|
|
1983
|
-
export declare type ActivityLogAlertResource = Resource & {
|
|
1984
|
-
/** A list of resourceIds that will be used as prefixes. The alert will only apply to activityLogs with resourceIds that fall under one of these prefixes. This list must include at least one item. */
|
|
1985
|
-
scopes?: string[];
|
|
1986
|
-
/** Indicates whether this activity log alert is enabled. If an activity log alert is not enabled, then none of its actions will be activated. */
|
|
1987
|
-
enabled?: boolean;
|
|
1988
|
-
/** The condition that will cause this alert to activate. */
|
|
1989
|
-
condition?: ActivityLogAlertAllOfCondition;
|
|
1990
|
-
/** The actions that will activate when the condition is met. */
|
|
1991
|
-
actions?: ActivityLogAlertActionList;
|
|
1992
|
-
/** A description of this activity log alert. */
|
|
1993
|
-
description?: string;
|
|
1994
|
-
};
|
|
1995
2119
|
/** The resource management error response. */
|
|
1996
2120
|
export declare type ErrorResponseCommon = ErrorResponse & {
|
|
1997
2121
|
/**
|
|
@@ -2278,33 +2402,68 @@ export declare type AzureMonitorPrivateLinkScope = PrivateLinkScopesResource & {
|
|
|
2278
2402
|
*/
|
|
2279
2403
|
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
2280
2404
|
};
|
|
2405
|
+
/**
|
|
2406
|
+
* An Activity Log Alert rule condition that is met when all its member conditions are met.
|
|
2407
|
+
* Each condition can be of one of the following types:
|
|
2408
|
+
* __Important__: Each type has its unique subset of properties. Properties from different types CANNOT exist in one condition.
|
|
2409
|
+
* * __Leaf Condition -__ must contain 'field' and either 'equals' or 'containsAny'.
|
|
2410
|
+
* _Please note, 'anyOf' should __not__ be set in a Leaf Condition._
|
|
2411
|
+
* * __AnyOf Condition -__ must contain __only__ 'anyOf' (which is an array of Leaf Conditions).
|
|
2412
|
+
* _Please note, 'field', 'equals' and 'containsAny' should __not__ be set in an AnyOf Condition._
|
|
2413
|
+
*
|
|
2414
|
+
*/
|
|
2415
|
+
export declare type AlertRuleAnyOfOrLeafCondition = AlertRuleLeafCondition & {
|
|
2416
|
+
/** An Activity Log Alert rule condition that is met when at least one of its member leaf conditions are met. */
|
|
2417
|
+
anyOf?: AlertRuleLeafCondition[];
|
|
2418
|
+
};
|
|
2419
|
+
/** An Activity Log Alert rule resource. */
|
|
2420
|
+
export declare type ActivityLogAlertResource = AzureResourceAutoGenerated & {
|
|
2421
|
+
/** 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. */
|
|
2422
|
+
scopes?: string[];
|
|
2423
|
+
/** The condition that will cause this alert to activate. */
|
|
2424
|
+
condition?: AlertRuleAllOfCondition;
|
|
2425
|
+
/** The actions that will activate when the condition is met. */
|
|
2426
|
+
actions?: ActionList;
|
|
2427
|
+
/** 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. */
|
|
2428
|
+
enabled?: boolean;
|
|
2429
|
+
/** A description of this Activity Log Alert rule. */
|
|
2430
|
+
description?: string;
|
|
2431
|
+
};
|
|
2281
2432
|
/** Resource properties. */
|
|
2282
|
-
export declare type DataCollectionEndpointResourceProperties = DataCollectionEndpoint
|
|
2283
|
-
/** The endpoint used by
|
|
2284
|
-
export declare type DataCollectionEndpointConfigurationAccess = ConfigurationAccessEndpointSpec
|
|
2433
|
+
export declare type DataCollectionEndpointResourceProperties = DataCollectionEndpoint;
|
|
2434
|
+
/** The endpoint used by clients to access their configuration. */
|
|
2435
|
+
export declare type DataCollectionEndpointConfigurationAccess = ConfigurationAccessEndpointSpec;
|
|
2285
2436
|
/** The endpoint used by clients to ingest logs. */
|
|
2286
|
-
export declare type DataCollectionEndpointLogsIngestion = LogsIngestionEndpointSpec
|
|
2437
|
+
export declare type DataCollectionEndpointLogsIngestion = LogsIngestionEndpointSpec;
|
|
2287
2438
|
/** Network access control rules for the endpoints. */
|
|
2288
|
-
export declare type DataCollectionEndpointNetworkAcls = NetworkRuleSet
|
|
2439
|
+
export declare type DataCollectionEndpointNetworkAcls = NetworkRuleSet;
|
|
2289
2440
|
/** Metadata pertaining to creation and last modification of the resource. */
|
|
2290
|
-
export declare type DataCollectionEndpointResourceSystemData = SystemData
|
|
2441
|
+
export declare type DataCollectionEndpointResourceSystemData = SystemData;
|
|
2291
2442
|
/** Metadata pertaining to creation and last modification of the resource. */
|
|
2292
|
-
export declare type DataCollectionRuleAssociationProxyOnlyResourceSystemData = SystemData
|
|
2443
|
+
export declare type DataCollectionRuleAssociationProxyOnlyResourceSystemData = SystemData;
|
|
2293
2444
|
/** Metadata pertaining to creation and last modification of the resource. */
|
|
2294
|
-
export declare type DataCollectionRuleResourceSystemData = SystemData
|
|
2445
|
+
export declare type DataCollectionRuleResourceSystemData = SystemData;
|
|
2295
2446
|
/** Resource properties. */
|
|
2296
|
-
export declare type DataCollectionRuleAssociationProxyOnlyResourceProperties = DataCollectionRuleAssociation
|
|
2447
|
+
export declare type DataCollectionRuleAssociationProxyOnlyResourceProperties = DataCollectionRuleAssociation;
|
|
2448
|
+
/** Metadata about the resource */
|
|
2449
|
+
export declare type DataCollectionRuleAssociationMetadata = Metadata;
|
|
2450
|
+
/** Metadata about the resource */
|
|
2451
|
+
export declare type DataCollectionRuleMetadata = Metadata;
|
|
2297
2452
|
/** Resource properties. */
|
|
2298
|
-
export declare type DataCollectionRuleResourceProperties = DataCollectionRule
|
|
2453
|
+
export declare type DataCollectionRuleResourceProperties = DataCollectionRule;
|
|
2299
2454
|
/**
|
|
2300
2455
|
* The specification of data sources.
|
|
2301
2456
|
* This property is optional and can be omitted if the rule is meant to be used via direct calls to the provisioned endpoint.
|
|
2302
2457
|
*/
|
|
2303
|
-
export declare type DataCollectionRuleDataSources = DataSourcesSpec
|
|
2458
|
+
export declare type DataCollectionRuleDataSources = DataSourcesSpec;
|
|
2459
|
+
/** The log files specific settings. */
|
|
2460
|
+
export declare type LogFilesDataSourceSettings = LogFileSettings;
|
|
2461
|
+
/** Text settings */
|
|
2462
|
+
export declare type LogFileSettingsText = LogFileTextSettings;
|
|
2304
2463
|
/** The specification of destinations. */
|
|
2305
|
-
export declare type DataCollectionRuleDestinations = DestinationsSpec
|
|
2464
|
+
export declare type DataCollectionRuleDestinations = DestinationsSpec;
|
|
2306
2465
|
/** Azure Monitor Metrics destination. */
|
|
2307
|
-
export declare type DestinationsSpecAzureMonitorMetrics = AzureMonitorMetricsDestination
|
|
2466
|
+
export declare type DestinationsSpecAzureMonitorMetrics = AzureMonitorMetricsDestination;
|
|
2308
2467
|
/** Criterion to filter metrics. */
|
|
2309
2468
|
export declare type MetricCriteria = MultiMetricCriteria & {
|
|
2310
2469
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -2327,6 +2486,21 @@ export declare type DynamicMetricCriteria = MultiMetricCriteria & {
|
|
|
2327
2486
|
/** Use this option to set the date from which to start learning the metric historical data and calculate the dynamic thresholds (in ISO8601 format) */
|
|
2328
2487
|
ignoreDataBefore?: Date;
|
|
2329
2488
|
};
|
|
2489
|
+
/** Defines headers for ActionGroups_postTestNotifications operation. */
|
|
2490
|
+
export interface ActionGroupsPostTestNotificationsHeaders {
|
|
2491
|
+
/** The location header that has the polling uri. */
|
|
2492
|
+
location?: string;
|
|
2493
|
+
}
|
|
2494
|
+
/** Defines headers for ActionGroups_createNotificationsAtResourceGroupLevel operation. */
|
|
2495
|
+
export interface ActionGroupsCreateNotificationsAtResourceGroupLevelHeaders {
|
|
2496
|
+
/** The location header that has the polling uri. */
|
|
2497
|
+
location?: string;
|
|
2498
|
+
}
|
|
2499
|
+
/** Defines headers for ActionGroups_createNotificationsAtActionGroupResourceLevel operation. */
|
|
2500
|
+
export interface ActionGroupsCreateNotificationsAtActionGroupResourceLevelHeaders {
|
|
2501
|
+
/** The location header that has the polling uri. */
|
|
2502
|
+
location?: string;
|
|
2503
|
+
}
|
|
2330
2504
|
/** Known values of {@link ScaleRuleMetricDimensionOperationType} that the service accepts. */
|
|
2331
2505
|
export declare enum KnownScaleRuleMetricDimensionOperationType {
|
|
2332
2506
|
Equals = "Equals",
|
|
@@ -2605,6 +2779,30 @@ export declare enum KnownKnownDataCollectionRuleAssociationProvisioningState {
|
|
|
2605
2779
|
* **Failed**
|
|
2606
2780
|
*/
|
|
2607
2781
|
export declare type KnownDataCollectionRuleAssociationProvisioningState = string;
|
|
2782
|
+
/** Known values of {@link KnownColumnDefinitionType} that the service accepts. */
|
|
2783
|
+
export declare enum KnownKnownColumnDefinitionType {
|
|
2784
|
+
String = "string",
|
|
2785
|
+
Int = "int",
|
|
2786
|
+
Long = "long",
|
|
2787
|
+
Real = "real",
|
|
2788
|
+
Boolean = "boolean",
|
|
2789
|
+
Datetime = "datetime",
|
|
2790
|
+
Dynamic = "dynamic"
|
|
2791
|
+
}
|
|
2792
|
+
/**
|
|
2793
|
+
* Defines values for KnownColumnDefinitionType. \
|
|
2794
|
+
* {@link KnownKnownColumnDefinitionType} can be used interchangeably with KnownColumnDefinitionType,
|
|
2795
|
+
* this enum contains the known values that the service supports.
|
|
2796
|
+
* ### Known values supported by the service
|
|
2797
|
+
* **string** \
|
|
2798
|
+
* **int** \
|
|
2799
|
+
* **long** \
|
|
2800
|
+
* **real** \
|
|
2801
|
+
* **boolean** \
|
|
2802
|
+
* **datetime** \
|
|
2803
|
+
* **dynamic**
|
|
2804
|
+
*/
|
|
2805
|
+
export declare type KnownColumnDefinitionType = string;
|
|
2608
2806
|
/** Known values of {@link KnownPerfCounterDataSourceStreams} that the service accepts. */
|
|
2609
2807
|
export declare enum KnownKnownPerfCounterDataSourceStreams {
|
|
2610
2808
|
MicrosoftPerf = "Microsoft-Perf",
|
|
@@ -2745,6 +2943,46 @@ export declare enum KnownKnownExtensionDataSourceStreams {
|
|
|
2745
2943
|
* **Microsoft-WindowsEvent**
|
|
2746
2944
|
*/
|
|
2747
2945
|
export declare type KnownExtensionDataSourceStreams = string;
|
|
2946
|
+
/** Known values of {@link KnownLogFilesDataSourceFormat} that the service accepts. */
|
|
2947
|
+
export declare enum KnownKnownLogFilesDataSourceFormat {
|
|
2948
|
+
Text = "text"
|
|
2949
|
+
}
|
|
2950
|
+
/**
|
|
2951
|
+
* Defines values for KnownLogFilesDataSourceFormat. \
|
|
2952
|
+
* {@link KnownKnownLogFilesDataSourceFormat} can be used interchangeably with KnownLogFilesDataSourceFormat,
|
|
2953
|
+
* this enum contains the known values that the service supports.
|
|
2954
|
+
* ### Known values supported by the service
|
|
2955
|
+
* **text**
|
|
2956
|
+
*/
|
|
2957
|
+
export declare type KnownLogFilesDataSourceFormat = string;
|
|
2958
|
+
/** Known values of {@link KnownLogFileTextSettingsRecordStartTimestampFormat} that the service accepts. */
|
|
2959
|
+
export declare enum KnownKnownLogFileTextSettingsRecordStartTimestampFormat {
|
|
2960
|
+
ISO8601 = "ISO 8601",
|
|
2961
|
+
YyyyMMDDHHMMSS = "YYYY-MM-DD HH:MM:SS",
|
|
2962
|
+
MDYyyyHHMMSSAMPM = "M/D/YYYY HH:MM:SS AM/PM",
|
|
2963
|
+
MonDDYyyyHHMMSS = "Mon DD, YYYY HH:MM:SS",
|
|
2964
|
+
YyMMddHHMmSs = "yyMMdd HH:mm:ss",
|
|
2965
|
+
DdMMyyHHMmSs = "ddMMyy HH:mm:ss",
|
|
2966
|
+
MMMDHhMmSs = "MMM d hh:mm:ss",
|
|
2967
|
+
DdMMMYyyyHHMmSsZzz = "dd/MMM/yyyy:HH:mm:ss zzz",
|
|
2968
|
+
YyyyMMDdTHHMmSsK = "yyyy-MM-ddTHH:mm:ssK"
|
|
2969
|
+
}
|
|
2970
|
+
/**
|
|
2971
|
+
* Defines values for KnownLogFileTextSettingsRecordStartTimestampFormat. \
|
|
2972
|
+
* {@link KnownKnownLogFileTextSettingsRecordStartTimestampFormat} can be used interchangeably with KnownLogFileTextSettingsRecordStartTimestampFormat,
|
|
2973
|
+
* this enum contains the known values that the service supports.
|
|
2974
|
+
* ### Known values supported by the service
|
|
2975
|
+
* **ISO 8601** \
|
|
2976
|
+
* **YYYY-MM-DD HH:MM:SS** \
|
|
2977
|
+
* **M\/D\/YYYY HH:MM:SS AM\/PM** \
|
|
2978
|
+
* **Mon DD, YYYY HH:MM:SS** \
|
|
2979
|
+
* **yyMMdd HH:mm:ss** \
|
|
2980
|
+
* **ddMMyy HH:mm:ss** \
|
|
2981
|
+
* **MMM d hh:mm:ss** \
|
|
2982
|
+
* **dd\/MMM\/yyyy:HH:mm:ss zzz** \
|
|
2983
|
+
* **yyyy-MM-ddTHH:mm:ssK**
|
|
2984
|
+
*/
|
|
2985
|
+
export declare type KnownLogFileTextSettingsRecordStartTimestampFormat = string;
|
|
2748
2986
|
/** Known values of {@link KnownDataFlowStreams} that the service accepts. */
|
|
2749
2987
|
export declare enum KnownKnownDataFlowStreams {
|
|
2750
2988
|
MicrosoftEvent = "Microsoft-Event",
|
|
@@ -3125,13 +3363,41 @@ export interface ActionGroupsPostTestNotificationsOptionalParams extends coreCli
|
|
|
3125
3363
|
resumeFrom?: string;
|
|
3126
3364
|
}
|
|
3127
3365
|
/** Contains response data for the postTestNotifications operation. */
|
|
3128
|
-
export declare type ActionGroupsPostTestNotificationsResponse =
|
|
3366
|
+
export declare type ActionGroupsPostTestNotificationsResponse = ActionGroupsPostTestNotificationsHeaders;
|
|
3367
|
+
/** Optional parameters. */
|
|
3368
|
+
export interface ActionGroupsCreateNotificationsAtResourceGroupLevelOptionalParams extends coreClient.OperationOptions {
|
|
3369
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3370
|
+
updateIntervalInMs?: number;
|
|
3371
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3372
|
+
resumeFrom?: string;
|
|
3373
|
+
}
|
|
3374
|
+
/** Contains response data for the createNotificationsAtResourceGroupLevel operation. */
|
|
3375
|
+
export declare type ActionGroupsCreateNotificationsAtResourceGroupLevelResponse = ActionGroupsCreateNotificationsAtResourceGroupLevelHeaders;
|
|
3376
|
+
/** Optional parameters. */
|
|
3377
|
+
export interface ActionGroupsCreateNotificationsAtActionGroupResourceLevelOptionalParams extends coreClient.OperationOptions {
|
|
3378
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3379
|
+
updateIntervalInMs?: number;
|
|
3380
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3381
|
+
resumeFrom?: string;
|
|
3382
|
+
}
|
|
3383
|
+
/** Contains response data for the createNotificationsAtActionGroupResourceLevel operation. */
|
|
3384
|
+
export declare type ActionGroupsCreateNotificationsAtActionGroupResourceLevelResponse = ActionGroupsCreateNotificationsAtActionGroupResourceLevelHeaders;
|
|
3129
3385
|
/** Optional parameters. */
|
|
3130
3386
|
export interface ActionGroupsGetTestNotificationsOptionalParams extends coreClient.OperationOptions {
|
|
3131
3387
|
}
|
|
3132
3388
|
/** Contains response data for the getTestNotifications operation. */
|
|
3133
3389
|
export declare type ActionGroupsGetTestNotificationsResponse = TestNotificationDetailsResponse;
|
|
3134
3390
|
/** Optional parameters. */
|
|
3391
|
+
export interface ActionGroupsGetTestNotificationsAtResourceGroupLevelOptionalParams extends coreClient.OperationOptions {
|
|
3392
|
+
}
|
|
3393
|
+
/** Contains response data for the getTestNotificationsAtResourceGroupLevel operation. */
|
|
3394
|
+
export declare type ActionGroupsGetTestNotificationsAtResourceGroupLevelResponse = TestNotificationDetailsResponse;
|
|
3395
|
+
/** Optional parameters. */
|
|
3396
|
+
export interface ActionGroupsGetTestNotificationsAtActionGroupResourceLevelOptionalParams extends coreClient.OperationOptions {
|
|
3397
|
+
}
|
|
3398
|
+
/** Contains response data for the getTestNotificationsAtActionGroupResourceLevel operation. */
|
|
3399
|
+
export declare type ActionGroupsGetTestNotificationsAtActionGroupResourceLevelResponse = TestNotificationDetailsResponse;
|
|
3400
|
+
/** Optional parameters. */
|
|
3135
3401
|
export interface ActionGroupsListBySubscriptionIdOptionalParams extends coreClient.OperationOptions {
|
|
3136
3402
|
}
|
|
3137
3403
|
/** Contains response data for the listBySubscriptionId operation. */
|
|
@@ -3468,12 +3734,22 @@ export declare type ActivityLogAlertsUpdateResponse = ActivityLogAlertResource;
|
|
|
3468
3734
|
export interface ActivityLogAlertsListBySubscriptionIdOptionalParams extends coreClient.OperationOptions {
|
|
3469
3735
|
}
|
|
3470
3736
|
/** Contains response data for the listBySubscriptionId operation. */
|
|
3471
|
-
export declare type ActivityLogAlertsListBySubscriptionIdResponse =
|
|
3737
|
+
export declare type ActivityLogAlertsListBySubscriptionIdResponse = AlertRuleList;
|
|
3472
3738
|
/** Optional parameters. */
|
|
3473
3739
|
export interface ActivityLogAlertsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
3474
3740
|
}
|
|
3475
3741
|
/** Contains response data for the listByResourceGroup operation. */
|
|
3476
|
-
export declare type ActivityLogAlertsListByResourceGroupResponse =
|
|
3742
|
+
export declare type ActivityLogAlertsListByResourceGroupResponse = AlertRuleList;
|
|
3743
|
+
/** Optional parameters. */
|
|
3744
|
+
export interface ActivityLogAlertsListBySubscriptionIdNextOptionalParams extends coreClient.OperationOptions {
|
|
3745
|
+
}
|
|
3746
|
+
/** Contains response data for the listBySubscriptionIdNext operation. */
|
|
3747
|
+
export declare type ActivityLogAlertsListBySubscriptionIdNextResponse = AlertRuleList;
|
|
3748
|
+
/** Optional parameters. */
|
|
3749
|
+
export interface ActivityLogAlertsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
3750
|
+
}
|
|
3751
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
3752
|
+
export declare type ActivityLogAlertsListByResourceGroupNextResponse = AlertRuleList;
|
|
3477
3753
|
/** Optional parameters. */
|
|
3478
3754
|
export interface DataCollectionEndpointsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
3479
3755
|
}
|
|
@@ -3527,6 +3803,11 @@ export interface DataCollectionRuleAssociationsListByRuleOptionalParams extends
|
|
|
3527
3803
|
/** Contains response data for the listByRule operation. */
|
|
3528
3804
|
export declare type DataCollectionRuleAssociationsListByRuleResponse = DataCollectionRuleAssociationProxyOnlyResourceListResult;
|
|
3529
3805
|
/** Optional parameters. */
|
|
3806
|
+
export interface DataCollectionRuleAssociationsListByDataCollectionEndpointOptionalParams extends coreClient.OperationOptions {
|
|
3807
|
+
}
|
|
3808
|
+
/** Contains response data for the listByDataCollectionEndpoint operation. */
|
|
3809
|
+
export declare type DataCollectionRuleAssociationsListByDataCollectionEndpointResponse = DataCollectionRuleAssociationProxyOnlyResourceListResult;
|
|
3810
|
+
/** Optional parameters. */
|
|
3530
3811
|
export interface DataCollectionRuleAssociationsGetOptionalParams extends coreClient.OperationOptions {
|
|
3531
3812
|
}
|
|
3532
3813
|
/** Contains response data for the get operation. */
|
|
@@ -3552,6 +3833,11 @@ export interface DataCollectionRuleAssociationsListByRuleNextOptionalParams exte
|
|
|
3552
3833
|
/** Contains response data for the listByRuleNext operation. */
|
|
3553
3834
|
export declare type DataCollectionRuleAssociationsListByRuleNextResponse = DataCollectionRuleAssociationProxyOnlyResourceListResult;
|
|
3554
3835
|
/** Optional parameters. */
|
|
3836
|
+
export interface DataCollectionRuleAssociationsListByDataCollectionEndpointNextOptionalParams extends coreClient.OperationOptions {
|
|
3837
|
+
}
|
|
3838
|
+
/** Contains response data for the listByDataCollectionEndpointNext operation. */
|
|
3839
|
+
export declare type DataCollectionRuleAssociationsListByDataCollectionEndpointNextResponse = DataCollectionRuleAssociationProxyOnlyResourceListResult;
|
|
3840
|
+
/** Optional parameters. */
|
|
3555
3841
|
export interface DataCollectionRulesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
3556
3842
|
}
|
|
3557
3843
|
/** Contains response data for the listByResourceGroup operation. */
|