@azure/arm-appinsights 3.0.0 → 5.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 +11 -0
- package/LICENSE +21 -0
- package/README.md +72 -73
- package/dist/index.js +7675 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/applicationInsightsManagementClient.d.ts +36 -0
- package/dist-esm/src/applicationInsightsManagementClient.d.ts.map +1 -0
- package/dist-esm/src/applicationInsightsManagementClient.js +69 -0
- package/dist-esm/src/applicationInsightsManagementClient.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +2080 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +133 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +86 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1481 -1003
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +63 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +515 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/aPIKeys.d.ts +55 -0
- package/dist-esm/src/operations/aPIKeys.d.ts.map +1 -0
- package/dist-esm/src/operations/aPIKeys.js +185 -0
- package/dist-esm/src/operations/aPIKeys.js.map +1 -0
- package/dist-esm/src/operations/analyticsItems.d.ts +51 -0
- package/dist-esm/src/operations/analyticsItems.d.ts.map +1 -0
- package/dist-esm/src/operations/analyticsItems.js +157 -0
- package/dist-esm/src/operations/analyticsItems.js.map +1 -0
- package/dist-esm/src/operations/annotations.d.ts +63 -0
- package/dist-esm/src/operations/annotations.d.ts.map +1 -0
- package/dist-esm/src/operations/annotations.js +207 -0
- package/dist-esm/src/operations/annotations.js.map +1 -0
- package/dist-esm/src/operations/componentAvailableFeatures.d.ts +20 -0
- package/dist-esm/src/operations/componentAvailableFeatures.d.ts.map +1 -0
- package/dist-esm/src/operations/componentAvailableFeatures.js +50 -0
- package/dist-esm/src/operations/componentAvailableFeatures.js.map +1 -0
- package/dist-esm/src/operations/componentCurrentBillingFeatures.d.ts +29 -0
- package/dist-esm/src/operations/componentCurrentBillingFeatures.d.ts.map +1 -0
- package/dist-esm/src/operations/componentCurrentBillingFeatures.js +81 -0
- package/dist-esm/src/operations/componentCurrentBillingFeatures.js.map +1 -0
- package/dist-esm/src/operations/componentFeatureCapabilities.d.ts +20 -0
- package/dist-esm/src/operations/componentFeatureCapabilities.d.ts.map +1 -0
- package/dist-esm/src/operations/componentFeatureCapabilities.js +50 -0
- package/dist-esm/src/operations/componentFeatureCapabilities.js.map +1 -0
- package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.d.ts +53 -0
- package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.js +174 -0
- package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.js.map +1 -0
- package/dist-esm/src/operations/componentQuotaStatus.d.ts +20 -0
- package/dist-esm/src/operations/componentQuotaStatus.d.ts.map +1 -0
- package/dist-esm/src/operations/componentQuotaStatus.js +50 -0
- package/dist-esm/src/operations/componentQuotaStatus.js.map +1 -0
- package/dist-esm/src/operations/components.d.ts +108 -0
- package/dist-esm/src/operations/components.d.ts.map +1 -0
- package/dist-esm/src/operations/components.js +402 -0
- package/dist-esm/src/operations/components.js.map +1 -0
- package/dist-esm/src/operations/exportConfigurations.d.ts +58 -0
- package/dist-esm/src/operations/exportConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operations/exportConfigurations.js +195 -0
- package/dist-esm/src/operations/exportConfigurations.js.map +1 -0
- package/dist-esm/src/operations/favorites.d.ts +55 -0
- package/dist-esm/src/operations/favorites.d.ts.map +1 -0
- package/dist-esm/src/operations/favorites.js +196 -0
- package/dist-esm/src/operations/favorites.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +3 -2
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +6 -7
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/liveToken.d.ts +19 -0
- package/dist-esm/src/operations/liveToken.d.ts.map +1 -0
- package/dist-esm/src/operations/liveToken.js +47 -0
- package/dist-esm/src/operations/liveToken.js.map +1 -0
- package/dist-esm/src/operations/myWorkbooks.d.ts +89 -0
- package/dist-esm/src/operations/myWorkbooks.d.ts.map +1 -0
- package/dist-esm/src/operations/myWorkbooks.js +387 -0
- package/dist-esm/src/operations/myWorkbooks.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +116 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/proactiveDetectionConfigurations.d.ts +40 -0
- package/dist-esm/src/operations/proactiveDetectionConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operations/proactiveDetectionConfigurations.js +130 -0
- package/dist-esm/src/operations/proactiveDetectionConfigurations.js.map +1 -0
- package/dist-esm/src/operations/webTestLocations.d.ts +30 -0
- package/dist-esm/src/operations/webTestLocations.d.ts.map +1 -0
- package/dist-esm/src/operations/webTestLocations.js +96 -0
- package/dist-esm/src/operations/webTestLocations.js.map +1 -0
- package/dist-esm/src/operations/webTests.d.ts +108 -0
- package/dist-esm/src/operations/webTests.d.ts.map +1 -0
- package/dist-esm/src/operations/webTests.js +435 -0
- package/dist-esm/src/operations/webTests.js.map +1 -0
- package/dist-esm/src/operations/workItemConfigurations.d.ts +75 -0
- package/dist-esm/src/operations/workItemConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operations/workItemConfigurations.js +257 -0
- package/dist-esm/src/operations/workItemConfigurations.js.map +1 -0
- package/dist-esm/src/operations/workbookTemplates.d.ts +57 -0
- package/dist-esm/src/operations/workbookTemplates.d.ts.map +1 -0
- package/dist-esm/src/operations/workbookTemplates.js +223 -0
- package/dist-esm/src/operations/workbookTemplates.js.map +1 -0
- package/dist-esm/src/operations/workbooks.d.ts +120 -0
- package/dist-esm/src/operations/workbooks.d.ts.map +1 -0
- package/dist-esm/src/operations/workbooks.js +530 -0
- package/dist-esm/src/operations/workbooks.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/aPIKeys.d.ts +38 -0
- package/dist-esm/src/operationsInterfaces/aPIKeys.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/aPIKeys.js +9 -0
- package/dist-esm/src/operationsInterfaces/aPIKeys.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/analyticsItems.d.ts +43 -0
- package/dist-esm/src/operationsInterfaces/analyticsItems.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/analyticsItems.js +9 -0
- package/dist-esm/src/operationsInterfaces/analyticsItems.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/annotations.d.ts +43 -0
- package/dist-esm/src/operationsInterfaces/annotations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/annotations.js +9 -0
- package/dist-esm/src/operationsInterfaces/annotations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.js +9 -0
- package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.js +9 -0
- package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.js +9 -0
- package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +45 -0
- package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentQuotaStatus.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/componentQuotaStatus.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentQuotaStatus.js +9 -0
- package/dist-esm/src/operationsInterfaces/componentQuotaStatus.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/components.d.ts +72 -0
- package/dist-esm/src/operationsInterfaces/components.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/components.js +9 -0
- package/dist-esm/src/operationsInterfaces/components.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/exportConfigurations.d.ts +50 -0
- package/dist-esm/src/operationsInterfaces/exportConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/exportConfigurations.js +9 -0
- package/dist-esm/src/operationsInterfaces/exportConfigurations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/favorites.d.ts +47 -0
- package/dist-esm/src/operationsInterfaces/favorites.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/favorites.js +9 -0
- package/dist-esm/src/operationsInterfaces/favorites.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +28 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/liveToken.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/liveToken.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/liveToken.js +9 -0
- package/dist-esm/src/operationsInterfaces/liveToken.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/myWorkbooks.d.ts +49 -0
- package/dist-esm/src/operationsInterfaces/myWorkbooks.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/myWorkbooks.js +9 -0
- package/dist-esm/src/operationsInterfaces/myWorkbooks.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.d.ts +32 -0
- package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.js +9 -0
- package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/webTestLocations.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/webTestLocations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/webTestLocations.js +9 -0
- package/dist-esm/src/operationsInterfaces/webTestLocations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/webTests.d.ts +55 -0
- package/dist-esm/src/operationsInterfaces/webTests.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/webTests.js +9 -0
- package/dist-esm/src/operationsInterfaces/webTests.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/workItemConfigurations.d.ts +58 -0
- package/dist-esm/src/operationsInterfaces/workItemConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/workItemConfigurations.js +9 -0
- package/dist-esm/src/operationsInterfaces/workItemConfigurations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/workbookTemplates.d.ts +41 -0
- package/dist-esm/src/operationsInterfaces/workbookTemplates.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/workbookTemplates.js +9 -0
- package/dist-esm/src/operationsInterfaces/workbookTemplates.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/workbooks.d.ts +63 -0
- package/dist-esm/src/operationsInterfaces/workbooks.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/workbooks.js +9 -0
- package/dist-esm/src/operationsInterfaces/workbooks.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +71 -31
- package/review/arm-appinsights.api.md +1779 -0
- package/rollup.config.js +181 -30
- package/src/applicationInsightsManagementClient.ts +148 -65
- package/src/index.ts +12 -0
- package/src/models/index.ts +1616 -2507
- package/src/models/mappers.ts +1596 -1083
- package/src/models/parameters.ts +370 -186
- package/src/operations/aPIKeys.ts +155 -191
- package/src/operations/analyticsItems.ts +122 -240
- package/src/operations/annotations.ts +187 -214
- package/src/operations/componentAvailableFeatures.ts +40 -57
- package/src/operations/componentCurrentBillingFeatures.ts +66 -110
- package/src/operations/componentFeatureCapabilities.ts +40 -57
- package/src/operations/componentLinkedStorageAccountsOperations.ts +128 -182
- package/src/operations/componentQuotaStatus.ts +39 -57
- package/src/operations/components.ts +327 -440
- package/src/operations/exportConfigurations.ts +139 -264
- package/src/operations/favorites.ts +134 -242
- package/src/operations/index.ts +6 -7
- package/src/operations/liveToken.ts +30 -50
- package/src/operations/myWorkbooks.ts +360 -252
- package/src/operations/operations.ts +84 -169
- package/src/operations/proactiveDetectionConfigurations.ts +97 -160
- package/src/operations/webTestLocations.ts +86 -53
- package/src/operations/webTests.ts +391 -411
- package/src/operations/workItemConfigurations.ts +202 -283
- package/src/operations/workbookTemplates.ts +286 -0
- package/src/operations/workbooks.ts +558 -196
- package/src/operationsInterfaces/aPIKeys.ts +76 -0
- package/src/operationsInterfaces/analyticsItems.ts +82 -0
- package/src/operationsInterfaces/annotations.ts +81 -0
- package/src/operationsInterfaces/componentAvailableFeatures.ts +27 -0
- package/src/operationsInterfaces/componentCurrentBillingFeatures.ts +44 -0
- package/src/operationsInterfaces/componentFeatureCapabilities.ts +27 -0
- package/src/operationsInterfaces/componentLinkedStorageAccountsOperations.ts +86 -0
- package/src/operationsInterfaces/componentQuotaStatus.ts +27 -0
- package/src/operationsInterfaces/components.ts +131 -0
- package/src/operationsInterfaces/exportConfigurations.ts +95 -0
- package/src/operationsInterfaces/favorites.ts +92 -0
- package/src/operationsInterfaces/index.ts +28 -0
- package/src/operationsInterfaces/liveToken.ts +22 -0
- package/src/operationsInterfaces/myWorkbooks.ts +95 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/proactiveDetectionConfigurations.ts +63 -0
- package/src/operationsInterfaces/webTestLocations.ts +29 -0
- package/src/operationsInterfaces/webTests.ts +104 -0
- package/src/operationsInterfaces/workItemConfigurations.ts +109 -0
- package/src/operationsInterfaces/workbookTemplates.ts +80 -0
- package/src/operationsInterfaces/workbooks.ts +120 -0
- package/tsconfig.json +3 -3
- package/types/arm-appinsights.d.ts +3102 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-appinsights.js +0 -6616
- package/dist/arm-appinsights.js.map +0 -1
- package/dist/arm-appinsights.min.js +0 -1
- package/dist/arm-appinsights.min.js.map +0 -1
- package/esm/applicationInsightsManagementClient.d.ts +0 -36
- package/esm/applicationInsightsManagementClient.d.ts.map +0 -1
- package/esm/applicationInsightsManagementClient.js +0 -51
- package/esm/applicationInsightsManagementClient.js.map +0 -1
- package/esm/applicationInsightsManagementClientContext.d.ts +0 -15
- package/esm/applicationInsightsManagementClientContext.d.ts.map +0 -1
- package/esm/applicationInsightsManagementClientContext.js +0 -55
- package/esm/applicationInsightsManagementClientContext.js.map +0 -1
- package/esm/models/aPIKeysMappers.d.ts +0 -2
- package/esm/models/aPIKeysMappers.d.ts.map +0 -1
- package/esm/models/aPIKeysMappers.js +0 -9
- package/esm/models/aPIKeysMappers.js.map +0 -1
- package/esm/models/analyticsItemsMappers.d.ts +0 -2
- package/esm/models/analyticsItemsMappers.d.ts.map +0 -1
- package/esm/models/analyticsItemsMappers.js +0 -9
- package/esm/models/analyticsItemsMappers.js.map +0 -1
- package/esm/models/annotationsMappers.d.ts +0 -2
- package/esm/models/annotationsMappers.d.ts.map +0 -1
- package/esm/models/annotationsMappers.js +0 -9
- package/esm/models/annotationsMappers.js.map +0 -1
- package/esm/models/componentAvailableFeaturesMappers.d.ts +0 -2
- package/esm/models/componentAvailableFeaturesMappers.d.ts.map +0 -1
- package/esm/models/componentAvailableFeaturesMappers.js +0 -9
- package/esm/models/componentAvailableFeaturesMappers.js.map +0 -1
- package/esm/models/componentCurrentBillingFeaturesMappers.d.ts +0 -2
- package/esm/models/componentCurrentBillingFeaturesMappers.d.ts.map +0 -1
- package/esm/models/componentCurrentBillingFeaturesMappers.js +0 -9
- package/esm/models/componentCurrentBillingFeaturesMappers.js.map +0 -1
- package/esm/models/componentFeatureCapabilitiesMappers.d.ts +0 -2
- package/esm/models/componentFeatureCapabilitiesMappers.d.ts.map +0 -1
- package/esm/models/componentFeatureCapabilitiesMappers.js +0 -9
- package/esm/models/componentFeatureCapabilitiesMappers.js.map +0 -1
- package/esm/models/componentLinkedStorageAccountsOperationsMappers.d.ts +0 -2
- package/esm/models/componentLinkedStorageAccountsOperationsMappers.d.ts.map +0 -1
- package/esm/models/componentLinkedStorageAccountsOperationsMappers.js +0 -9
- package/esm/models/componentLinkedStorageAccountsOperationsMappers.js.map +0 -1
- package/esm/models/componentQuotaStatusMappers.d.ts +0 -2
- package/esm/models/componentQuotaStatusMappers.d.ts.map +0 -1
- package/esm/models/componentQuotaStatusMappers.js +0 -9
- package/esm/models/componentQuotaStatusMappers.js.map +0 -1
- package/esm/models/componentsMappers.d.ts +0 -2
- package/esm/models/componentsMappers.d.ts.map +0 -1
- package/esm/models/componentsMappers.js +0 -9
- package/esm/models/componentsMappers.js.map +0 -1
- package/esm/models/exportConfigurationsMappers.d.ts +0 -2
- package/esm/models/exportConfigurationsMappers.d.ts.map +0 -1
- package/esm/models/exportConfigurationsMappers.js +0 -9
- package/esm/models/exportConfigurationsMappers.js.map +0 -1
- package/esm/models/favoritesMappers.d.ts +0 -2
- package/esm/models/favoritesMappers.d.ts.map +0 -1
- package/esm/models/favoritesMappers.js +0 -9
- package/esm/models/favoritesMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -3038
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -8
- package/esm/models/index.js.map +0 -1
- package/esm/models/liveTokenMappers.d.ts +0 -2
- package/esm/models/liveTokenMappers.d.ts.map +0 -1
- package/esm/models/liveTokenMappers.js +0 -9
- package/esm/models/liveTokenMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -69
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/myWorkbooksMappers.d.ts +0 -2
- package/esm/models/myWorkbooksMappers.d.ts.map +0 -1
- package/esm/models/myWorkbooksMappers.js +0 -9
- package/esm/models/myWorkbooksMappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -36
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -416
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/proactiveDetectionConfigurationsMappers.d.ts +0 -2
- package/esm/models/proactiveDetectionConfigurationsMappers.d.ts.map +0 -1
- package/esm/models/proactiveDetectionConfigurationsMappers.js +0 -9
- package/esm/models/proactiveDetectionConfigurationsMappers.js.map +0 -1
- package/esm/models/webTestLocationsMappers.d.ts +0 -2
- package/esm/models/webTestLocationsMappers.d.ts.map +0 -1
- package/esm/models/webTestLocationsMappers.js +0 -9
- package/esm/models/webTestLocationsMappers.js.map +0 -1
- package/esm/models/webTestsMappers.d.ts +0 -2
- package/esm/models/webTestsMappers.d.ts.map +0 -1
- package/esm/models/webTestsMappers.js +0 -9
- package/esm/models/webTestsMappers.js.map +0 -1
- package/esm/models/workItemConfigurationsMappers.d.ts +0 -2
- package/esm/models/workItemConfigurationsMappers.d.ts.map +0 -1
- package/esm/models/workItemConfigurationsMappers.js +0 -9
- package/esm/models/workItemConfigurationsMappers.js.map +0 -1
- package/esm/models/workbooksMappers.d.ts +0 -2
- package/esm/models/workbooksMappers.d.ts.map +0 -1
- package/esm/models/workbooksMappers.js +0 -9
- package/esm/models/workbooksMappers.js.map +0 -1
- package/esm/operations/aPIKeys.d.ts +0 -109
- package/esm/operations/aPIKeys.d.ts.map +0 -1
- package/esm/operations/aPIKeys.js +0 -161
- package/esm/operations/aPIKeys.js.map +0 -1
- package/esm/operations/analyticsItems.d.ts +0 -139
- package/esm/operations/analyticsItems.d.ts.map +0 -1
- package/esm/operations/analyticsItems.js +0 -182
- package/esm/operations/analyticsItems.js.map +0 -1
- package/esm/operations/annotations.d.ts +0 -124
- package/esm/operations/annotations.d.ts.map +0 -1
- package/esm/operations/annotations.js +0 -185
- package/esm/operations/annotations.js.map +0 -1
- package/esm/operations/componentAvailableFeatures.d.ts +0 -34
- package/esm/operations/componentAvailableFeatures.d.ts.map +0 -1
- package/esm/operations/componentAvailableFeatures.js +0 -58
- package/esm/operations/componentAvailableFeatures.js.map +0 -1
- package/esm/operations/componentCurrentBillingFeatures.d.ts +0 -61
- package/esm/operations/componentCurrentBillingFeatures.d.ts.map +0 -1
- package/esm/operations/componentCurrentBillingFeatures.js +0 -95
- package/esm/operations/componentCurrentBillingFeatures.js.map +0 -1
- package/esm/operations/componentFeatureCapabilities.d.ts +0 -34
- package/esm/operations/componentFeatureCapabilities.d.ts.map +0 -1
- package/esm/operations/componentFeatureCapabilities.js +0 -58
- package/esm/operations/componentFeatureCapabilities.js.map +0 -1
- package/esm/operations/componentLinkedStorageAccountsOperations.d.ts +0 -109
- package/esm/operations/componentLinkedStorageAccountsOperations.d.ts.map +0 -1
- package/esm/operations/componentLinkedStorageAccountsOperations.js +0 -165
- package/esm/operations/componentLinkedStorageAccountsOperations.js.map +0 -1
- package/esm/operations/componentQuotaStatus.d.ts +0 -34
- package/esm/operations/componentQuotaStatus.d.ts.map +0 -1
- package/esm/operations/componentQuotaStatus.js +0 -58
- package/esm/operations/componentQuotaStatus.js.map +0 -1
- package/esm/operations/components.d.ts +0 -236
- package/esm/operations/components.d.ts.map +0 -1
- package/esm/operations/components.js +0 -344
- package/esm/operations/components.js.map +0 -1
- package/esm/operations/exportConfigurations.d.ts +0 -148
- package/esm/operations/exportConfigurations.d.ts.map +0 -1
- package/esm/operations/exportConfigurations.js +0 -221
- package/esm/operations/exportConfigurations.js.map +0 -1
- package/esm/operations/favorites.d.ts +0 -139
- package/esm/operations/favorites.d.ts.map +0 -1
- package/esm/operations/favorites.js +0 -214
- package/esm/operations/favorites.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/liveToken.d.ts +0 -31
- package/esm/operations/liveToken.d.ts.map +0 -1
- package/esm/operations/liveToken.js +0 -55
- package/esm/operations/liveToken.js.map +0 -1
- package/esm/operations/myWorkbooks.d.ts +0 -148
- package/esm/operations/myWorkbooks.d.ts.map +0 -1
- package/esm/operations/myWorkbooks.js +0 -228
- package/esm/operations/myWorkbooks.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -81
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -127
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/proactiveDetectionConfigurations.d.ts +0 -94
- package/esm/operations/proactiveDetectionConfigurations.d.ts.map +0 -1
- package/esm/operations/proactiveDetectionConfigurations.js +0 -141
- package/esm/operations/proactiveDetectionConfigurations.js.map +0 -1
- package/esm/operations/webTestLocations.d.ts +0 -34
- package/esm/operations/webTestLocations.d.ts.map +0 -1
- package/esm/operations/webTestLocations.js +0 -58
- package/esm/operations/webTestLocations.js.map +0 -1
- package/esm/operations/webTests.d.ts +0 -214
- package/esm/operations/webTests.d.ts.map +0 -1
- package/esm/operations/webTests.js +0 -326
- package/esm/operations/webTests.js.map +0 -1
- package/esm/operations/workItemConfigurations.d.ts +0 -169
- package/esm/operations/workItemConfigurations.d.ts.map +0 -1
- package/esm/operations/workItemConfigurations.js +0 -228
- package/esm/operations/workItemConfigurations.js.map +0 -1
- package/esm/operations/workbooks.d.ts +0 -127
- package/esm/operations/workbooks.d.ts.map +0 -1
- package/esm/operations/workbooks.js +0 -197
- package/esm/operations/workbooks.js.map +0 -1
- package/src/applicationInsightsManagementClientContext.ts +0 -60
- package/src/models/aPIKeysMappers.ts +0 -14
- package/src/models/analyticsItemsMappers.ts +0 -13
- package/src/models/annotationsMappers.ts +0 -15
- package/src/models/componentAvailableFeaturesMappers.ts +0 -14
- package/src/models/componentCurrentBillingFeaturesMappers.ts +0 -13
- package/src/models/componentFeatureCapabilitiesMappers.ts +0 -12
- package/src/models/componentLinkedStorageAccountsOperationsMappers.ts +0 -31
- package/src/models/componentQuotaStatusMappers.ts +0 -12
- package/src/models/componentsMappers.ts +0 -36
- package/src/models/exportConfigurationsMappers.ts +0 -13
- package/src/models/favoritesMappers.ts +0 -12
- package/src/models/liveTokenMappers.ts +0 -12
- package/src/models/myWorkbooksMappers.ts +0 -32
- package/src/models/operationsMappers.ts +0 -18
- package/src/models/proactiveDetectionConfigurationsMappers.ts +0 -30
- package/src/models/webTestLocationsMappers.ts +0 -13
- package/src/models/webTestsMappers.ts +0 -32
- package/src/models/workItemConfigurationsMappers.ts +0 -16
- package/src/models/workbooksMappers.ts +0 -32
|
@@ -0,0 +1,3102 @@
|
|
|
1
|
+
import * as coreAuth from '@azure/core-auth';
|
|
2
|
+
import * as coreClient from '@azure/core-client';
|
|
3
|
+
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
4
|
+
|
|
5
|
+
/** Interface representing a AnalyticsItems. */
|
|
6
|
+
export declare interface AnalyticsItems {
|
|
7
|
+
/**
|
|
8
|
+
* Gets a list of Analytics Items defined within an Application Insights component.
|
|
9
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
10
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
11
|
+
* @param scopePath Enum indicating if this item definition is owned by a specific user or is shared
|
|
12
|
+
* between all users with access to the Application Insights component.
|
|
13
|
+
* @param options The options parameters.
|
|
14
|
+
*/
|
|
15
|
+
list(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, options?: AnalyticsItemsListOptionalParams): Promise<AnalyticsItemsListResponse>;
|
|
16
|
+
/**
|
|
17
|
+
* Gets a specific Analytics Items defined within an Application Insights component.
|
|
18
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
19
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
20
|
+
* @param scopePath Enum indicating if this item definition is owned by a specific user or is shared
|
|
21
|
+
* between all users with access to the Application Insights component.
|
|
22
|
+
* @param options The options parameters.
|
|
23
|
+
*/
|
|
24
|
+
get(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, options?: AnalyticsItemsGetOptionalParams): Promise<AnalyticsItemsGetResponse>;
|
|
25
|
+
/**
|
|
26
|
+
* Adds or Updates a specific Analytics Item within an Application Insights component.
|
|
27
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
28
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
29
|
+
* @param scopePath Enum indicating if this item definition is owned by a specific user or is shared
|
|
30
|
+
* between all users with access to the Application Insights component.
|
|
31
|
+
* @param itemProperties Properties that need to be specified to create a new item and add it to an
|
|
32
|
+
* Application Insights component.
|
|
33
|
+
* @param options The options parameters.
|
|
34
|
+
*/
|
|
35
|
+
put(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, itemProperties: ApplicationInsightsComponentAnalyticsItem, options?: AnalyticsItemsPutOptionalParams): Promise<AnalyticsItemsPutResponse>;
|
|
36
|
+
/**
|
|
37
|
+
* Deletes a specific Analytics Items defined within an Application Insights component.
|
|
38
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
39
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
40
|
+
* @param scopePath Enum indicating if this item definition is owned by a specific user or is shared
|
|
41
|
+
* between all users with access to the Application Insights component.
|
|
42
|
+
* @param options The options parameters.
|
|
43
|
+
*/
|
|
44
|
+
delete(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, options?: AnalyticsItemsDeleteOptionalParams): Promise<void>;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
/** Optional parameters. */
|
|
48
|
+
export declare interface AnalyticsItemsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
49
|
+
/** The Id of a specific item defined in the Application Insights component */
|
|
50
|
+
id?: string;
|
|
51
|
+
/** The name of a specific item defined in the Application Insights component */
|
|
52
|
+
name?: string;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
/** Optional parameters. */
|
|
56
|
+
export declare interface AnalyticsItemsGetOptionalParams extends coreClient.OperationOptions {
|
|
57
|
+
/** The Id of a specific item defined in the Application Insights component */
|
|
58
|
+
id?: string;
|
|
59
|
+
/** The name of a specific item defined in the Application Insights component */
|
|
60
|
+
name?: string;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
/** Contains response data for the get operation. */
|
|
64
|
+
export declare type AnalyticsItemsGetResponse = ApplicationInsightsComponentAnalyticsItem;
|
|
65
|
+
|
|
66
|
+
/** Optional parameters. */
|
|
67
|
+
export declare interface AnalyticsItemsListOptionalParams extends coreClient.OperationOptions {
|
|
68
|
+
/** Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component. */
|
|
69
|
+
scope?: ItemScope;
|
|
70
|
+
/** Enum indicating the type of the Analytics item. */
|
|
71
|
+
typeParam?: ItemTypeParameter;
|
|
72
|
+
/** Flag indicating whether or not to return the content of each applicable item. If false, only return the item information. */
|
|
73
|
+
includeContent?: boolean;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
/** Contains response data for the list operation. */
|
|
77
|
+
export declare type AnalyticsItemsListResponse = ApplicationInsightsComponentAnalyticsItem[];
|
|
78
|
+
|
|
79
|
+
/** Optional parameters. */
|
|
80
|
+
export declare interface AnalyticsItemsPutOptionalParams extends coreClient.OperationOptions {
|
|
81
|
+
/** Flag indicating whether or not to force save an item. This allows overriding an item if it already exists. */
|
|
82
|
+
overrideItem?: boolean;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
/** Contains response data for the put operation. */
|
|
86
|
+
export declare type AnalyticsItemsPutResponse = ApplicationInsightsComponentAnalyticsItem;
|
|
87
|
+
|
|
88
|
+
/** Annotation associated with an application insights resource. */
|
|
89
|
+
export declare interface Annotation {
|
|
90
|
+
/** Name of annotation */
|
|
91
|
+
annotationName?: string;
|
|
92
|
+
/** Category of annotation, free form */
|
|
93
|
+
category?: string;
|
|
94
|
+
/** Time when event occurred */
|
|
95
|
+
eventTime?: Date;
|
|
96
|
+
/** Unique Id for annotation */
|
|
97
|
+
id?: string;
|
|
98
|
+
/** Serialized JSON object for detailed properties */
|
|
99
|
+
properties?: string;
|
|
100
|
+
/** Related parent annotation if any */
|
|
101
|
+
relatedAnnotation?: string;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
/** Error associated with trying to create annotation with Id that already exist */
|
|
105
|
+
export declare interface AnnotationError {
|
|
106
|
+
/** Error detail code and explanation */
|
|
107
|
+
code?: string;
|
|
108
|
+
/** Error message */
|
|
109
|
+
message?: string;
|
|
110
|
+
/** Inner error */
|
|
111
|
+
innererror?: InnerError;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
/** Interface representing a Annotations. */
|
|
115
|
+
export declare interface Annotations {
|
|
116
|
+
/**
|
|
117
|
+
* Gets the list of annotations for a component for given time range
|
|
118
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
119
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
120
|
+
* @param start The start time to query from for annotations, cannot be older than 90 days from current
|
|
121
|
+
* date.
|
|
122
|
+
* @param end The end time to query for annotations.
|
|
123
|
+
* @param options The options parameters.
|
|
124
|
+
*/
|
|
125
|
+
list(resourceGroupName: string, resourceName: string, start: string, end: string, options?: AnnotationsListOptionalParams): PagedAsyncIterableIterator<Annotation>;
|
|
126
|
+
/**
|
|
127
|
+
* Create an Annotation of an Application Insights component.
|
|
128
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
129
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
130
|
+
* @param annotationProperties Properties that need to be specified to create an annotation of a
|
|
131
|
+
* Application Insights component.
|
|
132
|
+
* @param options The options parameters.
|
|
133
|
+
*/
|
|
134
|
+
create(resourceGroupName: string, resourceName: string, annotationProperties: Annotation, options?: AnnotationsCreateOptionalParams): Promise<AnnotationsCreateResponse>;
|
|
135
|
+
/**
|
|
136
|
+
* Delete an Annotation of an Application Insights component.
|
|
137
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
138
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
139
|
+
* @param annotationId The unique annotation ID. This is unique within a Application Insights
|
|
140
|
+
* component.
|
|
141
|
+
* @param options The options parameters.
|
|
142
|
+
*/
|
|
143
|
+
delete(resourceGroupName: string, resourceName: string, annotationId: string, options?: AnnotationsDeleteOptionalParams): Promise<void>;
|
|
144
|
+
/**
|
|
145
|
+
* Get the annotation for given id.
|
|
146
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
147
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
148
|
+
* @param annotationId The unique annotation ID. This is unique within a Application Insights
|
|
149
|
+
* component.
|
|
150
|
+
* @param options The options parameters.
|
|
151
|
+
*/
|
|
152
|
+
get(resourceGroupName: string, resourceName: string, annotationId: string, options?: AnnotationsGetOptionalParams): Promise<AnnotationsGetResponse>;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
/** Optional parameters. */
|
|
156
|
+
export declare interface AnnotationsCreateOptionalParams extends coreClient.OperationOptions {
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
/** Contains response data for the create operation. */
|
|
160
|
+
export declare type AnnotationsCreateResponse = Annotation[];
|
|
161
|
+
|
|
162
|
+
/** Optional parameters. */
|
|
163
|
+
export declare interface AnnotationsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
/** Optional parameters. */
|
|
167
|
+
export declare interface AnnotationsGetOptionalParams extends coreClient.OperationOptions {
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
/** Contains response data for the get operation. */
|
|
171
|
+
export declare type AnnotationsGetResponse = Annotation[];
|
|
172
|
+
|
|
173
|
+
/** Optional parameters. */
|
|
174
|
+
export declare interface AnnotationsListOptionalParams extends coreClient.OperationOptions {
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
/** Contains response data for the list operation. */
|
|
178
|
+
export declare type AnnotationsListResponse = AnnotationsListResult;
|
|
179
|
+
|
|
180
|
+
/** Annotations list result. */
|
|
181
|
+
export declare interface AnnotationsListResult {
|
|
182
|
+
/**
|
|
183
|
+
* An array of annotations.
|
|
184
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
185
|
+
*/
|
|
186
|
+
readonly value?: Annotation[];
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
/** An Application Insights component API Key creation request definition. */
|
|
190
|
+
export declare interface APIKeyRequest {
|
|
191
|
+
/** The name of the API Key. */
|
|
192
|
+
name?: string;
|
|
193
|
+
/** The read access rights of this API Key. */
|
|
194
|
+
linkedReadProperties?: string[];
|
|
195
|
+
/** The write access rights of this API Key. */
|
|
196
|
+
linkedWriteProperties?: string[];
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
/** Interface representing a APIKeys. */
|
|
200
|
+
export declare interface APIKeys {
|
|
201
|
+
/**
|
|
202
|
+
* Gets a list of API keys of an Application Insights component.
|
|
203
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
204
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
205
|
+
* @param options The options parameters.
|
|
206
|
+
*/
|
|
207
|
+
list(resourceGroupName: string, resourceName: string, options?: APIKeysListOptionalParams): PagedAsyncIterableIterator<ApplicationInsightsComponentAPIKey>;
|
|
208
|
+
/**
|
|
209
|
+
* Create an API Key of an Application Insights component.
|
|
210
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
211
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
212
|
+
* @param aPIKeyProperties Properties that need to be specified to create an API key of a Application
|
|
213
|
+
* Insights component.
|
|
214
|
+
* @param options The options parameters.
|
|
215
|
+
*/
|
|
216
|
+
create(resourceGroupName: string, resourceName: string, aPIKeyProperties: APIKeyRequest, options?: APIKeysCreateOptionalParams): Promise<APIKeysCreateResponse>;
|
|
217
|
+
/**
|
|
218
|
+
* Delete an API Key of an Application Insights component.
|
|
219
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
220
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
221
|
+
* @param keyId The API Key ID. This is unique within a Application Insights component.
|
|
222
|
+
* @param options The options parameters.
|
|
223
|
+
*/
|
|
224
|
+
delete(resourceGroupName: string, resourceName: string, keyId: string, options?: APIKeysDeleteOptionalParams): Promise<APIKeysDeleteResponse>;
|
|
225
|
+
/**
|
|
226
|
+
* Get the API Key for this key id.
|
|
227
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
228
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
229
|
+
* @param keyId The API Key ID. This is unique within a Application Insights component.
|
|
230
|
+
* @param options The options parameters.
|
|
231
|
+
*/
|
|
232
|
+
get(resourceGroupName: string, resourceName: string, keyId: string, options?: APIKeysGetOptionalParams): Promise<APIKeysGetResponse>;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
/** Optional parameters. */
|
|
236
|
+
export declare interface APIKeysCreateOptionalParams extends coreClient.OperationOptions {
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
/** Contains response data for the create operation. */
|
|
240
|
+
export declare type APIKeysCreateResponse = ApplicationInsightsComponentAPIKey;
|
|
241
|
+
|
|
242
|
+
/** Optional parameters. */
|
|
243
|
+
export declare interface APIKeysDeleteOptionalParams extends coreClient.OperationOptions {
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
/** Contains response data for the delete operation. */
|
|
247
|
+
export declare type APIKeysDeleteResponse = ApplicationInsightsComponentAPIKey;
|
|
248
|
+
|
|
249
|
+
/** Optional parameters. */
|
|
250
|
+
export declare interface APIKeysGetOptionalParams extends coreClient.OperationOptions {
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
/** Contains response data for the get operation. */
|
|
254
|
+
export declare type APIKeysGetResponse = ApplicationInsightsComponentAPIKey;
|
|
255
|
+
|
|
256
|
+
/** Optional parameters. */
|
|
257
|
+
export declare interface APIKeysListOptionalParams extends coreClient.OperationOptions {
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
/** Contains response data for the list operation. */
|
|
261
|
+
export declare type APIKeysListResponse = ApplicationInsightsComponentAPIKeyListResult;
|
|
262
|
+
|
|
263
|
+
/** An Application Insights component definition. */
|
|
264
|
+
export declare type ApplicationInsightsComponent = ComponentsResource & {
|
|
265
|
+
/** The kind of application that this component refers to, used to customize UI. This value is a freeform string, values should typically be one of the following: web, ios, other, store, java, phone. */
|
|
266
|
+
kind: string;
|
|
267
|
+
/**
|
|
268
|
+
* The unique ID of your application. This field mirrors the 'Name' field and cannot be changed.
|
|
269
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
270
|
+
*/
|
|
271
|
+
readonly applicationId?: string;
|
|
272
|
+
/**
|
|
273
|
+
* Application Insights Unique ID for your Application.
|
|
274
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
275
|
+
*/
|
|
276
|
+
readonly appId?: string;
|
|
277
|
+
/** Type of application being monitored. */
|
|
278
|
+
applicationType?: ApplicationType;
|
|
279
|
+
/** Used by the Application Insights system to determine what kind of flow this component was created by. This is to be set to 'Bluefield' when creating/updating a component via the REST API. */
|
|
280
|
+
flowType?: FlowType;
|
|
281
|
+
/** Describes what tool created this Application Insights component. Customers using this API should set this to the default 'rest'. */
|
|
282
|
+
requestSource?: RequestSource;
|
|
283
|
+
/**
|
|
284
|
+
* Application Insights Instrumentation key. A read-only value that applications can use to identify the destination for all telemetry sent to Azure Application Insights. This value will be supplied upon construction of each new Application Insights component.
|
|
285
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
286
|
+
*/
|
|
287
|
+
readonly instrumentationKey?: string;
|
|
288
|
+
/**
|
|
289
|
+
* Creation Date for the Application Insights component, in ISO 8601 format.
|
|
290
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
291
|
+
*/
|
|
292
|
+
readonly creationDate?: Date;
|
|
293
|
+
/**
|
|
294
|
+
* Azure Tenant Id.
|
|
295
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
296
|
+
*/
|
|
297
|
+
readonly tenantId?: string;
|
|
298
|
+
/** The unique application ID created when a new application is added to HockeyApp, used for communications with HockeyApp. */
|
|
299
|
+
hockeyAppId?: string;
|
|
300
|
+
/**
|
|
301
|
+
* Token used to authenticate communications with between Application Insights and HockeyApp.
|
|
302
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
303
|
+
*/
|
|
304
|
+
readonly hockeyAppToken?: string;
|
|
305
|
+
/**
|
|
306
|
+
* Current state of this component: 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 Succeeded, Deploying, Canceled, and Failed.
|
|
307
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
308
|
+
*/
|
|
309
|
+
readonly provisioningState?: string;
|
|
310
|
+
/** Percentage of the data produced by the application being monitored that is being sampled for Application Insights telemetry. */
|
|
311
|
+
samplingPercentage?: number;
|
|
312
|
+
/**
|
|
313
|
+
* Application Insights component connection string.
|
|
314
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
315
|
+
*/
|
|
316
|
+
readonly connectionString?: string;
|
|
317
|
+
/** Retention period in days. */
|
|
318
|
+
retentionInDays?: number;
|
|
319
|
+
/** Disable IP masking. */
|
|
320
|
+
disableIpMasking?: boolean;
|
|
321
|
+
/** Purge data immediately after 30 days. */
|
|
322
|
+
immediatePurgeDataOn30Days?: boolean;
|
|
323
|
+
/**
|
|
324
|
+
* List of linked private link scope resources.
|
|
325
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
326
|
+
*/
|
|
327
|
+
readonly privateLinkScopedResources?: PrivateLinkScopedResource[];
|
|
328
|
+
/** The network access type for accessing Application Insights ingestion. */
|
|
329
|
+
publicNetworkAccessForIngestion?: PublicNetworkAccessType;
|
|
330
|
+
/** The network access type for accessing Application Insights query. */
|
|
331
|
+
publicNetworkAccessForQuery?: PublicNetworkAccessType;
|
|
332
|
+
/** Indicates the flow of the ingestion. */
|
|
333
|
+
ingestionMode?: IngestionMode;
|
|
334
|
+
};
|
|
335
|
+
|
|
336
|
+
/** Properties that define an Analytics item that is associated to an Application Insights component. */
|
|
337
|
+
export declare interface ApplicationInsightsComponentAnalyticsItem {
|
|
338
|
+
/** Internally assigned unique id of the item definition. */
|
|
339
|
+
id?: string;
|
|
340
|
+
/** The user-defined name of the item. */
|
|
341
|
+
name?: string;
|
|
342
|
+
/** The content of this item */
|
|
343
|
+
content?: string;
|
|
344
|
+
/**
|
|
345
|
+
* This instance's version of the data model. This can change as new features are added.
|
|
346
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
347
|
+
*/
|
|
348
|
+
readonly version?: string;
|
|
349
|
+
/** Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component. */
|
|
350
|
+
scope?: ItemScope;
|
|
351
|
+
/** Enum indicating the type of the Analytics item. */
|
|
352
|
+
type?: ItemType;
|
|
353
|
+
/**
|
|
354
|
+
* Date and time in UTC when this item was created.
|
|
355
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
356
|
+
*/
|
|
357
|
+
readonly timeCreated?: string;
|
|
358
|
+
/**
|
|
359
|
+
* Date and time in UTC of the last modification that was made to this item.
|
|
360
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
361
|
+
*/
|
|
362
|
+
readonly timeModified?: string;
|
|
363
|
+
/** A set of properties that can be defined in the context of a specific item type. Each type may have its own properties. */
|
|
364
|
+
properties?: ApplicationInsightsComponentAnalyticsItemProperties;
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
/** A set of properties that can be defined in the context of a specific item type. Each type may have its own properties. */
|
|
368
|
+
export declare interface ApplicationInsightsComponentAnalyticsItemProperties {
|
|
369
|
+
/** A function alias, used when the type of the item is Function */
|
|
370
|
+
functionAlias?: string;
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
/** Properties that define an API key of an Application Insights Component. */
|
|
374
|
+
export declare interface ApplicationInsightsComponentAPIKey {
|
|
375
|
+
/**
|
|
376
|
+
* The unique ID of the API key inside an Application Insights component. It is auto generated when the API key is created.
|
|
377
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
378
|
+
*/
|
|
379
|
+
readonly id?: string;
|
|
380
|
+
/**
|
|
381
|
+
* The API key value. It will be only return once when the API Key was created.
|
|
382
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
383
|
+
*/
|
|
384
|
+
readonly apiKey?: string;
|
|
385
|
+
/** The create date of this API key. */
|
|
386
|
+
createdDate?: string;
|
|
387
|
+
/** The name of the API key. */
|
|
388
|
+
name?: string;
|
|
389
|
+
/** The read access rights of this API Key. */
|
|
390
|
+
linkedReadProperties?: string[];
|
|
391
|
+
/** The write access rights of this API Key. */
|
|
392
|
+
linkedWriteProperties?: string[];
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
/** Describes the list of API Keys of an Application Insights Component. */
|
|
396
|
+
export declare interface ApplicationInsightsComponentAPIKeyListResult {
|
|
397
|
+
/** List of API Key definitions. */
|
|
398
|
+
value: ApplicationInsightsComponentAPIKey[];
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
/** An Application Insights component available features. */
|
|
402
|
+
export declare interface ApplicationInsightsComponentAvailableFeatures {
|
|
403
|
+
/**
|
|
404
|
+
* A list of Application Insights component feature.
|
|
405
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
406
|
+
*/
|
|
407
|
+
readonly result?: ApplicationInsightsComponentFeature[];
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
/** An Application Insights component billing features */
|
|
411
|
+
export declare interface ApplicationInsightsComponentBillingFeatures {
|
|
412
|
+
/** An Application Insights component daily data volume cap */
|
|
413
|
+
dataVolumeCap?: ApplicationInsightsComponentDataVolumeCap;
|
|
414
|
+
/** Current enabled pricing plan. When the component is in the Enterprise plan, this will list both 'Basic' and 'Application Insights Enterprise'. */
|
|
415
|
+
currentBillingFeatures?: string[];
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
/** An Application Insights component daily data volume cap */
|
|
419
|
+
export declare interface ApplicationInsightsComponentDataVolumeCap {
|
|
420
|
+
/** Daily data volume cap in GB. */
|
|
421
|
+
cap?: number;
|
|
422
|
+
/**
|
|
423
|
+
* Daily data volume cap UTC reset hour.
|
|
424
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
425
|
+
*/
|
|
426
|
+
readonly resetTime?: number;
|
|
427
|
+
/** Reserved, not used for now. */
|
|
428
|
+
warningThreshold?: number;
|
|
429
|
+
/** Reserved, not used for now. */
|
|
430
|
+
stopSendNotificationWhenHitThreshold?: boolean;
|
|
431
|
+
/** Do not send a notification email when the daily data volume cap is met. */
|
|
432
|
+
stopSendNotificationWhenHitCap?: boolean;
|
|
433
|
+
/**
|
|
434
|
+
* Maximum daily data volume cap that the user can set for this component.
|
|
435
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
436
|
+
*/
|
|
437
|
+
readonly maxHistoryCap?: number;
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
/** Properties that define a Continuous Export configuration. */
|
|
441
|
+
export declare interface ApplicationInsightsComponentExportConfiguration {
|
|
442
|
+
/**
|
|
443
|
+
* The unique ID of the export configuration inside an Application Insights component. It is auto generated when the Continuous Export configuration is created.
|
|
444
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
445
|
+
*/
|
|
446
|
+
readonly exportId?: string;
|
|
447
|
+
/**
|
|
448
|
+
* The instrumentation key of the Application Insights component.
|
|
449
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
450
|
+
*/
|
|
451
|
+
readonly instrumentationKey?: string;
|
|
452
|
+
/** This comma separated list of document types that will be exported. The possible values include 'Requests', 'Event', 'Exceptions', 'Metrics', 'PageViews', 'PageViewPerformance', 'Rdd', 'PerformanceCounters', 'Availability', 'Messages'. */
|
|
453
|
+
recordTypes?: string;
|
|
454
|
+
/**
|
|
455
|
+
* The name of the Application Insights component.
|
|
456
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
457
|
+
*/
|
|
458
|
+
readonly applicationName?: string;
|
|
459
|
+
/**
|
|
460
|
+
* The subscription of the Application Insights component.
|
|
461
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
462
|
+
*/
|
|
463
|
+
readonly subscriptionId?: string;
|
|
464
|
+
/**
|
|
465
|
+
* The resource group of the Application Insights component.
|
|
466
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
467
|
+
*/
|
|
468
|
+
readonly resourceGroup?: string;
|
|
469
|
+
/**
|
|
470
|
+
* The destination storage account subscription ID.
|
|
471
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
472
|
+
*/
|
|
473
|
+
readonly destinationStorageSubscriptionId?: string;
|
|
474
|
+
/**
|
|
475
|
+
* The destination account location ID.
|
|
476
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
477
|
+
*/
|
|
478
|
+
readonly destinationStorageLocationId?: string;
|
|
479
|
+
/**
|
|
480
|
+
* The name of destination account.
|
|
481
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
482
|
+
*/
|
|
483
|
+
readonly destinationAccountId?: string;
|
|
484
|
+
/**
|
|
485
|
+
* The destination type.
|
|
486
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
487
|
+
*/
|
|
488
|
+
readonly destinationType?: string;
|
|
489
|
+
/**
|
|
490
|
+
* This will be 'true' if the Continuous Export configuration is enabled, otherwise it will be 'false'.
|
|
491
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
492
|
+
*/
|
|
493
|
+
readonly isUserEnabled?: string;
|
|
494
|
+
/**
|
|
495
|
+
* Last time the Continuous Export configuration was updated.
|
|
496
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
497
|
+
*/
|
|
498
|
+
readonly lastUserUpdate?: string;
|
|
499
|
+
/** Deprecated */
|
|
500
|
+
notificationQueueEnabled?: string;
|
|
501
|
+
/**
|
|
502
|
+
* This indicates current Continuous Export configuration status. The possible values are 'Preparing', 'Success', 'Failure'.
|
|
503
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
504
|
+
*/
|
|
505
|
+
readonly exportStatus?: string;
|
|
506
|
+
/**
|
|
507
|
+
* The last time data was successfully delivered to the destination storage container for this Continuous Export configuration.
|
|
508
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
509
|
+
*/
|
|
510
|
+
readonly lastSuccessTime?: string;
|
|
511
|
+
/**
|
|
512
|
+
* The last time the Continuous Export configuration started failing.
|
|
513
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
514
|
+
*/
|
|
515
|
+
readonly lastGapTime?: string;
|
|
516
|
+
/**
|
|
517
|
+
* This is the reason the Continuous Export configuration started failing. It can be 'AzureStorageNotFound' or 'AzureStorageAccessDenied'.
|
|
518
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
519
|
+
*/
|
|
520
|
+
readonly permanentErrorReason?: string;
|
|
521
|
+
/**
|
|
522
|
+
* The name of the destination storage account.
|
|
523
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
524
|
+
*/
|
|
525
|
+
readonly storageName?: string;
|
|
526
|
+
/**
|
|
527
|
+
* The name of the destination storage container.
|
|
528
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
529
|
+
*/
|
|
530
|
+
readonly containerName?: string;
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
/** An Application Insights component Continuous Export configuration request definition. */
|
|
534
|
+
export declare interface ApplicationInsightsComponentExportRequest {
|
|
535
|
+
/** The document types to be exported, as comma separated values. Allowed values include 'Requests', 'Event', 'Exceptions', 'Metrics', 'PageViews', 'PageViewPerformance', 'Rdd', 'PerformanceCounters', 'Availability', 'Messages'. */
|
|
536
|
+
recordTypes?: string;
|
|
537
|
+
/** The Continuous Export destination type. This has to be 'Blob'. */
|
|
538
|
+
destinationType?: string;
|
|
539
|
+
/** The SAS URL for the destination storage container. It must grant write permission. */
|
|
540
|
+
destinationAddress?: string;
|
|
541
|
+
/** Set to 'true' to create a Continuous Export configuration as enabled, otherwise set it to 'false'. */
|
|
542
|
+
isEnabled?: string;
|
|
543
|
+
/** Deprecated */
|
|
544
|
+
notificationQueueEnabled?: string;
|
|
545
|
+
/** Deprecated */
|
|
546
|
+
notificationQueueUri?: string;
|
|
547
|
+
/** The subscription ID of the destination storage container. */
|
|
548
|
+
destinationStorageSubscriptionId?: string;
|
|
549
|
+
/** The location ID of the destination storage container. */
|
|
550
|
+
destinationStorageLocationId?: string;
|
|
551
|
+
/** The name of destination storage account. */
|
|
552
|
+
destinationAccountId?: string;
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
/** Properties that define a favorite that is associated to an Application Insights component. */
|
|
556
|
+
export declare interface ApplicationInsightsComponentFavorite {
|
|
557
|
+
/** The user-defined name of the favorite. */
|
|
558
|
+
name?: string;
|
|
559
|
+
/** Configuration of this particular favorite, which are driven by the Azure portal UX. Configuration data is a string containing valid JSON */
|
|
560
|
+
config?: string;
|
|
561
|
+
/** This instance's version of the data model. This can change as new features are added that can be marked favorite. Current examples include MetricsExplorer (ME) and Search. */
|
|
562
|
+
version?: string;
|
|
563
|
+
/**
|
|
564
|
+
* Internally assigned unique id of the favorite definition.
|
|
565
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
566
|
+
*/
|
|
567
|
+
readonly favoriteId?: string;
|
|
568
|
+
/** Enum indicating if this favorite definition is owned by a specific user or is shared between all users with access to the Application Insights component. */
|
|
569
|
+
favoriteType?: FavoriteType;
|
|
570
|
+
/** The source of the favorite definition. */
|
|
571
|
+
sourceType?: string;
|
|
572
|
+
/**
|
|
573
|
+
* Date and time in UTC of the last modification that was made to this favorite definition.
|
|
574
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
575
|
+
*/
|
|
576
|
+
readonly timeModified?: string;
|
|
577
|
+
/** A list of 0 or more tags that are associated with this favorite definition */
|
|
578
|
+
tags?: string[];
|
|
579
|
+
/** Favorite category, as defined by the user at creation time. */
|
|
580
|
+
category?: string;
|
|
581
|
+
/** Flag denoting wether or not this favorite was generated from a template. */
|
|
582
|
+
isGeneratedFromTemplate?: boolean;
|
|
583
|
+
/**
|
|
584
|
+
* Unique user id of the specific user that owns this favorite.
|
|
585
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
586
|
+
*/
|
|
587
|
+
readonly userId?: string;
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
/** An Application Insights component daily data volume cap status */
|
|
591
|
+
export declare interface ApplicationInsightsComponentFeature {
|
|
592
|
+
/**
|
|
593
|
+
* The pricing feature name.
|
|
594
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
595
|
+
*/
|
|
596
|
+
readonly featureName?: string;
|
|
597
|
+
/**
|
|
598
|
+
* The meter id used for the feature.
|
|
599
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
600
|
+
*/
|
|
601
|
+
readonly meterId?: string;
|
|
602
|
+
/**
|
|
603
|
+
* The meter rate for the feature's meter.
|
|
604
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
605
|
+
*/
|
|
606
|
+
readonly meterRateFrequency?: string;
|
|
607
|
+
/**
|
|
608
|
+
* Reserved, not used now.
|
|
609
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
610
|
+
*/
|
|
611
|
+
readonly resouceId?: string;
|
|
612
|
+
/**
|
|
613
|
+
* Reserved, not used now.
|
|
614
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
615
|
+
*/
|
|
616
|
+
readonly isHidden?: boolean;
|
|
617
|
+
/**
|
|
618
|
+
* A list of Application Insights component feature capability.
|
|
619
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
620
|
+
*/
|
|
621
|
+
readonly capabilities?: ApplicationInsightsComponentFeatureCapability[];
|
|
622
|
+
/**
|
|
623
|
+
* Display name of the feature.
|
|
624
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
625
|
+
*/
|
|
626
|
+
readonly title?: string;
|
|
627
|
+
/**
|
|
628
|
+
* Whether can apply addon feature on to it.
|
|
629
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
630
|
+
*/
|
|
631
|
+
readonly isMainFeature?: boolean;
|
|
632
|
+
/**
|
|
633
|
+
* The add on features on main feature.
|
|
634
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
635
|
+
*/
|
|
636
|
+
readonly supportedAddonFeatures?: string;
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
/** An Application Insights component feature capabilities */
|
|
640
|
+
export declare interface ApplicationInsightsComponentFeatureCapabilities {
|
|
641
|
+
/**
|
|
642
|
+
* Whether allow to use continuous export feature.
|
|
643
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
644
|
+
*/
|
|
645
|
+
readonly supportExportData?: boolean;
|
|
646
|
+
/**
|
|
647
|
+
* Reserved, not used now.
|
|
648
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
649
|
+
*/
|
|
650
|
+
readonly burstThrottlePolicy?: string;
|
|
651
|
+
/**
|
|
652
|
+
* Reserved, not used now.
|
|
653
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
654
|
+
*/
|
|
655
|
+
readonly metadataClass?: string;
|
|
656
|
+
/**
|
|
657
|
+
* Reserved, not used now.
|
|
658
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
659
|
+
*/
|
|
660
|
+
readonly liveStreamMetrics?: boolean;
|
|
661
|
+
/**
|
|
662
|
+
* Reserved, not used now.
|
|
663
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
664
|
+
*/
|
|
665
|
+
readonly applicationMap?: boolean;
|
|
666
|
+
/**
|
|
667
|
+
* Whether allow to use work item integration feature.
|
|
668
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
669
|
+
*/
|
|
670
|
+
readonly workItemIntegration?: boolean;
|
|
671
|
+
/**
|
|
672
|
+
* Reserved, not used now.
|
|
673
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
674
|
+
*/
|
|
675
|
+
readonly powerBIIntegration?: boolean;
|
|
676
|
+
/**
|
|
677
|
+
* Reserved, not used now.
|
|
678
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
679
|
+
*/
|
|
680
|
+
readonly openSchema?: boolean;
|
|
681
|
+
/**
|
|
682
|
+
* Reserved, not used now.
|
|
683
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
684
|
+
*/
|
|
685
|
+
readonly proactiveDetection?: boolean;
|
|
686
|
+
/**
|
|
687
|
+
* Reserved, not used now.
|
|
688
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
689
|
+
*/
|
|
690
|
+
readonly analyticsIntegration?: boolean;
|
|
691
|
+
/**
|
|
692
|
+
* Whether allow to use multiple steps web test feature.
|
|
693
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
694
|
+
*/
|
|
695
|
+
readonly multipleStepWebTest?: boolean;
|
|
696
|
+
/**
|
|
697
|
+
* Reserved, not used now.
|
|
698
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
699
|
+
*/
|
|
700
|
+
readonly apiAccessLevel?: string;
|
|
701
|
+
/**
|
|
702
|
+
* The application insights component used tracking type.
|
|
703
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
704
|
+
*/
|
|
705
|
+
readonly trackingType?: string;
|
|
706
|
+
/**
|
|
707
|
+
* Daily data volume cap in GB.
|
|
708
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
709
|
+
*/
|
|
710
|
+
readonly dailyCap?: number;
|
|
711
|
+
/**
|
|
712
|
+
* Daily data volume cap UTC reset hour.
|
|
713
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
714
|
+
*/
|
|
715
|
+
readonly dailyCapResetTime?: number;
|
|
716
|
+
/**
|
|
717
|
+
* Reserved, not used now.
|
|
718
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
719
|
+
*/
|
|
720
|
+
readonly throttleRate?: number;
|
|
721
|
+
}
|
|
722
|
+
|
|
723
|
+
/** An Application Insights component feature capability */
|
|
724
|
+
export declare interface ApplicationInsightsComponentFeatureCapability {
|
|
725
|
+
/**
|
|
726
|
+
* The name of the capability.
|
|
727
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
728
|
+
*/
|
|
729
|
+
readonly name?: string;
|
|
730
|
+
/**
|
|
731
|
+
* The description of the capability.
|
|
732
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
733
|
+
*/
|
|
734
|
+
readonly description?: string;
|
|
735
|
+
/**
|
|
736
|
+
* The value of the capability.
|
|
737
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
738
|
+
*/
|
|
739
|
+
readonly value?: string;
|
|
740
|
+
/**
|
|
741
|
+
* The unit of the capability.
|
|
742
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
743
|
+
*/
|
|
744
|
+
readonly unit?: string;
|
|
745
|
+
/**
|
|
746
|
+
* The meter used for the capability.
|
|
747
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
748
|
+
*/
|
|
749
|
+
readonly meterId?: string;
|
|
750
|
+
/**
|
|
751
|
+
* The meter rate of the meter.
|
|
752
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
753
|
+
*/
|
|
754
|
+
readonly meterRateFrequency?: string;
|
|
755
|
+
}
|
|
756
|
+
|
|
757
|
+
/** Describes the list of Application Insights Resources. */
|
|
758
|
+
export declare interface ApplicationInsightsComponentListResult {
|
|
759
|
+
/** List of Application Insights component definitions. */
|
|
760
|
+
value: ApplicationInsightsComponent[];
|
|
761
|
+
/** The URI to get the next set of Application Insights component definitions if too many components where returned in the result set. */
|
|
762
|
+
nextLink?: string;
|
|
763
|
+
}
|
|
764
|
+
|
|
765
|
+
/** Properties that define a ProactiveDetection configuration. */
|
|
766
|
+
export declare interface ApplicationInsightsComponentProactiveDetectionConfiguration {
|
|
767
|
+
/** The rule name */
|
|
768
|
+
name?: string;
|
|
769
|
+
/** A flag that indicates whether this rule is enabled by the user */
|
|
770
|
+
enabled?: boolean;
|
|
771
|
+
/** A flag that indicated whether notifications on this rule should be sent to subscription owners */
|
|
772
|
+
sendEmailsToSubscriptionOwners?: boolean;
|
|
773
|
+
/** Custom email addresses for this rule notifications */
|
|
774
|
+
customEmails?: string[];
|
|
775
|
+
/** The last time this rule was updated */
|
|
776
|
+
lastUpdatedTime?: string;
|
|
777
|
+
/** Static definitions of the ProactiveDetection configuration rule (same values for all components). */
|
|
778
|
+
ruleDefinitions?: ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions;
|
|
779
|
+
}
|
|
780
|
+
|
|
781
|
+
/** Static definitions of the ProactiveDetection configuration rule (same values for all components). */
|
|
782
|
+
export declare interface ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions {
|
|
783
|
+
/** The rule name */
|
|
784
|
+
name?: string;
|
|
785
|
+
/** The rule name as it is displayed in UI */
|
|
786
|
+
displayName?: string;
|
|
787
|
+
/** The rule description */
|
|
788
|
+
description?: string;
|
|
789
|
+
/** URL which displays additional info about the proactive detection rule */
|
|
790
|
+
helpUrl?: string;
|
|
791
|
+
/** A flag indicating whether the rule is hidden (from the UI) */
|
|
792
|
+
isHidden?: boolean;
|
|
793
|
+
/** A flag indicating whether the rule is enabled by default */
|
|
794
|
+
isEnabledByDefault?: boolean;
|
|
795
|
+
/** A flag indicating whether the rule is in preview */
|
|
796
|
+
isInPreview?: boolean;
|
|
797
|
+
/** A flag indicating whether email notifications are supported for detections for this rule */
|
|
798
|
+
supportsEmailNotifications?: boolean;
|
|
799
|
+
}
|
|
800
|
+
|
|
801
|
+
/** An Application Insights component daily data volume cap status */
|
|
802
|
+
export declare interface ApplicationInsightsComponentQuotaStatus {
|
|
803
|
+
/**
|
|
804
|
+
* The Application ID for the Application Insights component.
|
|
805
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
806
|
+
*/
|
|
807
|
+
readonly appId?: string;
|
|
808
|
+
/**
|
|
809
|
+
* The daily data volume cap is met, and data ingestion will be stopped.
|
|
810
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
811
|
+
*/
|
|
812
|
+
readonly shouldBeThrottled?: boolean;
|
|
813
|
+
/**
|
|
814
|
+
* Date and time when the daily data volume cap will be reset, and data ingestion will resume.
|
|
815
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
816
|
+
*/
|
|
817
|
+
readonly expirationTime?: string;
|
|
818
|
+
}
|
|
819
|
+
|
|
820
|
+
/** Properties that define a web test location available to an Application Insights Component. */
|
|
821
|
+
export declare interface ApplicationInsightsComponentWebTestLocation {
|
|
822
|
+
/**
|
|
823
|
+
* The display name of the web test location.
|
|
824
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
825
|
+
*/
|
|
826
|
+
readonly displayName?: string;
|
|
827
|
+
/**
|
|
828
|
+
* Internally defined geographic location tag.
|
|
829
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
830
|
+
*/
|
|
831
|
+
readonly tag?: string;
|
|
832
|
+
}
|
|
833
|
+
|
|
834
|
+
export declare class ApplicationInsightsManagementClient extends coreClient.ServiceClient {
|
|
835
|
+
$host: string;
|
|
836
|
+
subscriptionId: string;
|
|
837
|
+
/**
|
|
838
|
+
* Initializes a new instance of the ApplicationInsightsManagementClient class.
|
|
839
|
+
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
840
|
+
* @param subscriptionId The ID of the target subscription.
|
|
841
|
+
* @param options The parameter options
|
|
842
|
+
*/
|
|
843
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ApplicationInsightsManagementClientOptionalParams);
|
|
844
|
+
annotations: Annotations;
|
|
845
|
+
aPIKeys: APIKeys;
|
|
846
|
+
exportConfigurations: ExportConfigurations;
|
|
847
|
+
componentCurrentBillingFeatures: ComponentCurrentBillingFeatures;
|
|
848
|
+
componentQuotaStatus: ComponentQuotaStatus;
|
|
849
|
+
componentFeatureCapabilities: ComponentFeatureCapabilities;
|
|
850
|
+
componentAvailableFeatures: ComponentAvailableFeatures;
|
|
851
|
+
proactiveDetectionConfigurations: ProactiveDetectionConfigurations;
|
|
852
|
+
workItemConfigurations: WorkItemConfigurations;
|
|
853
|
+
favorites: Favorites;
|
|
854
|
+
webTestLocations: WebTestLocations;
|
|
855
|
+
webTests: WebTests;
|
|
856
|
+
analyticsItems: AnalyticsItems;
|
|
857
|
+
workbookTemplates: WorkbookTemplates;
|
|
858
|
+
myWorkbooks: MyWorkbooks;
|
|
859
|
+
workbooks: Workbooks;
|
|
860
|
+
components: Components;
|
|
861
|
+
componentLinkedStorageAccountsOperations: ComponentLinkedStorageAccountsOperations;
|
|
862
|
+
operations: Operations;
|
|
863
|
+
liveToken: LiveToken;
|
|
864
|
+
}
|
|
865
|
+
|
|
866
|
+
/** Optional parameters. */
|
|
867
|
+
export declare interface ApplicationInsightsManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
868
|
+
/** server parameter */
|
|
869
|
+
$host?: string;
|
|
870
|
+
/** Overrides client endpoint. */
|
|
871
|
+
endpoint?: string;
|
|
872
|
+
}
|
|
873
|
+
|
|
874
|
+
/** Describes the list of web test locations available to an Application Insights Component. */
|
|
875
|
+
export declare interface ApplicationInsightsWebTestLocationsListResult {
|
|
876
|
+
/** List of web test locations. */
|
|
877
|
+
value: ApplicationInsightsComponentWebTestLocation[];
|
|
878
|
+
}
|
|
879
|
+
|
|
880
|
+
/**
|
|
881
|
+
* Defines values for ApplicationType. \
|
|
882
|
+
* {@link KnownApplicationType} can be used interchangeably with ApplicationType,
|
|
883
|
+
* this enum contains the known values that the service supports.
|
|
884
|
+
* ### Known values supported by the service
|
|
885
|
+
* **web** \
|
|
886
|
+
* **other**
|
|
887
|
+
*/
|
|
888
|
+
export declare type ApplicationType = string;
|
|
889
|
+
|
|
890
|
+
/**
|
|
891
|
+
* Defines values for CategoryType. \
|
|
892
|
+
* {@link KnownCategoryType} can be used interchangeably with CategoryType,
|
|
893
|
+
* this enum contains the known values that the service supports.
|
|
894
|
+
* ### Known values supported by the service
|
|
895
|
+
* **workbook** \
|
|
896
|
+
* **TSG** \
|
|
897
|
+
* **performance** \
|
|
898
|
+
* **retention**
|
|
899
|
+
*/
|
|
900
|
+
export declare type CategoryType = string;
|
|
901
|
+
|
|
902
|
+
/** Interface representing a ComponentAvailableFeatures. */
|
|
903
|
+
export declare interface ComponentAvailableFeatures {
|
|
904
|
+
/**
|
|
905
|
+
* Returns all available features of the application insights component.
|
|
906
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
907
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
908
|
+
* @param options The options parameters.
|
|
909
|
+
*/
|
|
910
|
+
get(resourceGroupName: string, resourceName: string, options?: ComponentAvailableFeaturesGetOptionalParams): Promise<ComponentAvailableFeaturesGetResponse>;
|
|
911
|
+
}
|
|
912
|
+
|
|
913
|
+
/** Optional parameters. */
|
|
914
|
+
export declare interface ComponentAvailableFeaturesGetOptionalParams extends coreClient.OperationOptions {
|
|
915
|
+
}
|
|
916
|
+
|
|
917
|
+
/** Contains response data for the get operation. */
|
|
918
|
+
export declare type ComponentAvailableFeaturesGetResponse = ApplicationInsightsComponentAvailableFeatures;
|
|
919
|
+
|
|
920
|
+
/** Interface representing a ComponentCurrentBillingFeatures. */
|
|
921
|
+
export declare interface ComponentCurrentBillingFeatures {
|
|
922
|
+
/**
|
|
923
|
+
* Returns current billing features for an Application Insights component.
|
|
924
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
925
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
926
|
+
* @param options The options parameters.
|
|
927
|
+
*/
|
|
928
|
+
get(resourceGroupName: string, resourceName: string, options?: ComponentCurrentBillingFeaturesGetOptionalParams): Promise<ComponentCurrentBillingFeaturesGetResponse>;
|
|
929
|
+
/**
|
|
930
|
+
* Update current billing features for an Application Insights component.
|
|
931
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
932
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
933
|
+
* @param billingFeaturesProperties Properties that need to be specified to update billing features for
|
|
934
|
+
* an Application Insights component.
|
|
935
|
+
* @param options The options parameters.
|
|
936
|
+
*/
|
|
937
|
+
update(resourceGroupName: string, resourceName: string, billingFeaturesProperties: ApplicationInsightsComponentBillingFeatures, options?: ComponentCurrentBillingFeaturesUpdateOptionalParams): Promise<ComponentCurrentBillingFeaturesUpdateResponse>;
|
|
938
|
+
}
|
|
939
|
+
|
|
940
|
+
/** Optional parameters. */
|
|
941
|
+
export declare interface ComponentCurrentBillingFeaturesGetOptionalParams extends coreClient.OperationOptions {
|
|
942
|
+
}
|
|
943
|
+
|
|
944
|
+
/** Contains response data for the get operation. */
|
|
945
|
+
export declare type ComponentCurrentBillingFeaturesGetResponse = ApplicationInsightsComponentBillingFeatures;
|
|
946
|
+
|
|
947
|
+
/** Optional parameters. */
|
|
948
|
+
export declare interface ComponentCurrentBillingFeaturesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
949
|
+
}
|
|
950
|
+
|
|
951
|
+
/** Contains response data for the update operation. */
|
|
952
|
+
export declare type ComponentCurrentBillingFeaturesUpdateResponse = ApplicationInsightsComponentBillingFeatures;
|
|
953
|
+
|
|
954
|
+
/** Interface representing a ComponentFeatureCapabilities. */
|
|
955
|
+
export declare interface ComponentFeatureCapabilities {
|
|
956
|
+
/**
|
|
957
|
+
* Returns feature capabilities of the application insights component.
|
|
958
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
959
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
960
|
+
* @param options The options parameters.
|
|
961
|
+
*/
|
|
962
|
+
get(resourceGroupName: string, resourceName: string, options?: ComponentFeatureCapabilitiesGetOptionalParams): Promise<ComponentFeatureCapabilitiesGetResponse>;
|
|
963
|
+
}
|
|
964
|
+
|
|
965
|
+
/** Optional parameters. */
|
|
966
|
+
export declare interface ComponentFeatureCapabilitiesGetOptionalParams extends coreClient.OperationOptions {
|
|
967
|
+
}
|
|
968
|
+
|
|
969
|
+
/** Contains response data for the get operation. */
|
|
970
|
+
export declare type ComponentFeatureCapabilitiesGetResponse = ApplicationInsightsComponentFeatureCapabilities;
|
|
971
|
+
|
|
972
|
+
/** An Application Insights component linked storage accounts */
|
|
973
|
+
export declare type ComponentLinkedStorageAccounts = ProxyResource & {
|
|
974
|
+
/** Linked storage account resource ID */
|
|
975
|
+
linkedStorageAccount?: string;
|
|
976
|
+
};
|
|
977
|
+
|
|
978
|
+
/** Optional parameters. */
|
|
979
|
+
export declare interface ComponentLinkedStorageAccountsCreateAndUpdateOptionalParams extends coreClient.OperationOptions {
|
|
980
|
+
}
|
|
981
|
+
|
|
982
|
+
/** Contains response data for the createAndUpdate operation. */
|
|
983
|
+
export declare type ComponentLinkedStorageAccountsCreateAndUpdateResponse = ComponentLinkedStorageAccounts;
|
|
984
|
+
|
|
985
|
+
/** Optional parameters. */
|
|
986
|
+
export declare interface ComponentLinkedStorageAccountsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
987
|
+
}
|
|
988
|
+
|
|
989
|
+
/** Optional parameters. */
|
|
990
|
+
export declare interface ComponentLinkedStorageAccountsGetOptionalParams extends coreClient.OperationOptions {
|
|
991
|
+
}
|
|
992
|
+
|
|
993
|
+
/** Contains response data for the get operation. */
|
|
994
|
+
export declare type ComponentLinkedStorageAccountsGetResponse = ComponentLinkedStorageAccounts;
|
|
995
|
+
|
|
996
|
+
/** Interface representing a ComponentLinkedStorageAccountsOperations. */
|
|
997
|
+
export declare interface ComponentLinkedStorageAccountsOperations {
|
|
998
|
+
/**
|
|
999
|
+
* Returns the current linked storage settings for an Application Insights component.
|
|
1000
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1001
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
1002
|
+
* @param storageType The type of the Application Insights component data source for the linked storage
|
|
1003
|
+
* account.
|
|
1004
|
+
* @param options The options parameters.
|
|
1005
|
+
*/
|
|
1006
|
+
get(resourceGroupName: string, resourceName: string, storageType: StorageType, options?: ComponentLinkedStorageAccountsGetOptionalParams): Promise<ComponentLinkedStorageAccountsGetResponse>;
|
|
1007
|
+
/**
|
|
1008
|
+
* Replace current linked storage account for an Application Insights component.
|
|
1009
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1010
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
1011
|
+
* @param storageType The type of the Application Insights component data source for the linked storage
|
|
1012
|
+
* account.
|
|
1013
|
+
* @param linkedStorageAccountsProperties Properties that need to be specified to update linked storage
|
|
1014
|
+
* accounts for an Application Insights component.
|
|
1015
|
+
* @param options The options parameters.
|
|
1016
|
+
*/
|
|
1017
|
+
createAndUpdate(resourceGroupName: string, resourceName: string, storageType: StorageType, linkedStorageAccountsProperties: ComponentLinkedStorageAccounts, options?: ComponentLinkedStorageAccountsCreateAndUpdateOptionalParams): Promise<ComponentLinkedStorageAccountsCreateAndUpdateResponse>;
|
|
1018
|
+
/**
|
|
1019
|
+
* Update linked storage accounts for an Application Insights component.
|
|
1020
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1021
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
1022
|
+
* @param storageType The type of the Application Insights component data source for the linked storage
|
|
1023
|
+
* account.
|
|
1024
|
+
* @param linkedStorageAccountsProperties Properties that need to be specified to update a linked
|
|
1025
|
+
* storage accounts for an Application Insights component.
|
|
1026
|
+
* @param options The options parameters.
|
|
1027
|
+
*/
|
|
1028
|
+
update(resourceGroupName: string, resourceName: string, storageType: StorageType, linkedStorageAccountsProperties: ComponentLinkedStorageAccountsPatch, options?: ComponentLinkedStorageAccountsUpdateOptionalParams): Promise<ComponentLinkedStorageAccountsUpdateResponse>;
|
|
1029
|
+
/**
|
|
1030
|
+
* Delete linked storage accounts for an Application Insights component.
|
|
1031
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1032
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
1033
|
+
* @param storageType The type of the Application Insights component data source for the linked storage
|
|
1034
|
+
* account.
|
|
1035
|
+
* @param options The options parameters.
|
|
1036
|
+
*/
|
|
1037
|
+
delete(resourceGroupName: string, resourceName: string, storageType: StorageType, options?: ComponentLinkedStorageAccountsDeleteOptionalParams): Promise<void>;
|
|
1038
|
+
}
|
|
1039
|
+
|
|
1040
|
+
/** An Application Insights component linked storage accounts patch */
|
|
1041
|
+
export declare interface ComponentLinkedStorageAccountsPatch {
|
|
1042
|
+
/** Linked storage account resource ID */
|
|
1043
|
+
linkedStorageAccount?: string;
|
|
1044
|
+
}
|
|
1045
|
+
|
|
1046
|
+
/** Optional parameters. */
|
|
1047
|
+
export declare interface ComponentLinkedStorageAccountsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1048
|
+
}
|
|
1049
|
+
|
|
1050
|
+
/** Contains response data for the update operation. */
|
|
1051
|
+
export declare type ComponentLinkedStorageAccountsUpdateResponse = ComponentLinkedStorageAccounts;
|
|
1052
|
+
|
|
1053
|
+
/** Describes the body of a purge request for an App Insights component */
|
|
1054
|
+
export declare interface ComponentPurgeBody {
|
|
1055
|
+
/** Table from which to purge data. */
|
|
1056
|
+
table: string;
|
|
1057
|
+
/** The set of columns and filters (queries) to run over them to purge the resulting data. */
|
|
1058
|
+
filters: ComponentPurgeBodyFilters[];
|
|
1059
|
+
}
|
|
1060
|
+
|
|
1061
|
+
/** User-defined filters to return data which will be purged from the table. */
|
|
1062
|
+
export declare interface ComponentPurgeBodyFilters {
|
|
1063
|
+
/** The column of the table over which the given query should run */
|
|
1064
|
+
column?: string;
|
|
1065
|
+
/** A query operator to evaluate over the provided column and value(s). Supported operators are ==, =~, in, in~, >, >=, <, <=, between, and have the same behavior as they would in a KQL query. */
|
|
1066
|
+
operator?: string;
|
|
1067
|
+
/** the value for the operator to function over. This can be a number (e.g., > 100), a string (timestamp >= '2017-09-01') or array of values. */
|
|
1068
|
+
value?: any;
|
|
1069
|
+
/** When filtering over custom dimensions, this key will be used as the name of the custom dimension. */
|
|
1070
|
+
key?: string;
|
|
1071
|
+
}
|
|
1072
|
+
|
|
1073
|
+
/** Response containing operationId for a specific purge action. */
|
|
1074
|
+
export declare interface ComponentPurgeResponse {
|
|
1075
|
+
/** Id to use when querying for status for a particular purge operation. */
|
|
1076
|
+
operationId: string;
|
|
1077
|
+
}
|
|
1078
|
+
|
|
1079
|
+
/** Response containing status for a specific purge operation. */
|
|
1080
|
+
export declare interface ComponentPurgeStatusResponse {
|
|
1081
|
+
/** Status of the operation represented by the requested Id. */
|
|
1082
|
+
status: PurgeState;
|
|
1083
|
+
}
|
|
1084
|
+
|
|
1085
|
+
/** Interface representing a ComponentQuotaStatus. */
|
|
1086
|
+
export declare interface ComponentQuotaStatus {
|
|
1087
|
+
/**
|
|
1088
|
+
* Returns daily data volume cap (quota) status for an Application Insights component.
|
|
1089
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1090
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
1091
|
+
* @param options The options parameters.
|
|
1092
|
+
*/
|
|
1093
|
+
get(resourceGroupName: string, resourceName: string, options?: ComponentQuotaStatusGetOptionalParams): Promise<ComponentQuotaStatusGetResponse>;
|
|
1094
|
+
}
|
|
1095
|
+
|
|
1096
|
+
/** Optional parameters. */
|
|
1097
|
+
export declare interface ComponentQuotaStatusGetOptionalParams extends coreClient.OperationOptions {
|
|
1098
|
+
}
|
|
1099
|
+
|
|
1100
|
+
/** Contains response data for the get operation. */
|
|
1101
|
+
export declare type ComponentQuotaStatusGetResponse = ApplicationInsightsComponentQuotaStatus;
|
|
1102
|
+
|
|
1103
|
+
/** Interface representing a Components. */
|
|
1104
|
+
export declare interface Components {
|
|
1105
|
+
/**
|
|
1106
|
+
* Gets a list of all Application Insights components within a subscription.
|
|
1107
|
+
* @param options The options parameters.
|
|
1108
|
+
*/
|
|
1109
|
+
list(options?: ComponentsListOptionalParams): PagedAsyncIterableIterator<ApplicationInsightsComponent>;
|
|
1110
|
+
/**
|
|
1111
|
+
* Gets a list of Application Insights components within a resource group.
|
|
1112
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1113
|
+
* @param options The options parameters.
|
|
1114
|
+
*/
|
|
1115
|
+
listByResourceGroup(resourceGroupName: string, options?: ComponentsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ApplicationInsightsComponent>;
|
|
1116
|
+
/**
|
|
1117
|
+
* Deletes an Application Insights component.
|
|
1118
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1119
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
1120
|
+
* @param options The options parameters.
|
|
1121
|
+
*/
|
|
1122
|
+
delete(resourceGroupName: string, resourceName: string, options?: ComponentsDeleteOptionalParams): Promise<void>;
|
|
1123
|
+
/**
|
|
1124
|
+
* Returns an Application Insights component.
|
|
1125
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1126
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
1127
|
+
* @param options The options parameters.
|
|
1128
|
+
*/
|
|
1129
|
+
get(resourceGroupName: string, resourceName: string, options?: ComponentsGetOptionalParams): Promise<ComponentsGetResponse>;
|
|
1130
|
+
/**
|
|
1131
|
+
* Creates (or updates) an Application Insights component. Note: You cannot specify a different value
|
|
1132
|
+
* for InstrumentationKey nor AppId in the Put operation.
|
|
1133
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1134
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
1135
|
+
* @param insightProperties Properties that need to be specified to create an Application Insights
|
|
1136
|
+
* component.
|
|
1137
|
+
* @param options The options parameters.
|
|
1138
|
+
*/
|
|
1139
|
+
createOrUpdate(resourceGroupName: string, resourceName: string, insightProperties: ApplicationInsightsComponent, options?: ComponentsCreateOrUpdateOptionalParams): Promise<ComponentsCreateOrUpdateResponse>;
|
|
1140
|
+
/**
|
|
1141
|
+
* Updates an existing component's tags. To update other fields use the CreateOrUpdate method.
|
|
1142
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1143
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
1144
|
+
* @param componentTags Updated tag information to set into the component instance.
|
|
1145
|
+
* @param options The options parameters.
|
|
1146
|
+
*/
|
|
1147
|
+
updateTags(resourceGroupName: string, resourceName: string, componentTags: TagsResource, options?: ComponentsUpdateTagsOptionalParams): Promise<ComponentsUpdateTagsResponse>;
|
|
1148
|
+
/**
|
|
1149
|
+
* Purges data in an Application Insights component by a set of user-defined filters.
|
|
1150
|
+
*
|
|
1151
|
+
* In order to manage system resources, purge requests are throttled at 50 requests per hour. You
|
|
1152
|
+
* should batch the execution of purge requests by sending a single command whose predicate includes
|
|
1153
|
+
* all user identities that require purging. Use the in operator to specify multiple identities. You
|
|
1154
|
+
* should run the query prior to using for a purge request to verify that the results are expected.
|
|
1155
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1156
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
1157
|
+
* @param body Describes the body of a request to purge data in a single table of an Application
|
|
1158
|
+
* Insights component
|
|
1159
|
+
* @param options The options parameters.
|
|
1160
|
+
*/
|
|
1161
|
+
purge(resourceGroupName: string, resourceName: string, body: ComponentPurgeBody, options?: ComponentsPurgeOptionalParams): Promise<ComponentsPurgeResponse>;
|
|
1162
|
+
/**
|
|
1163
|
+
* Get status for an ongoing purge operation.
|
|
1164
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1165
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
1166
|
+
* @param purgeId In a purge status request, this is the Id of the operation the status of which is
|
|
1167
|
+
* returned.
|
|
1168
|
+
* @param options The options parameters.
|
|
1169
|
+
*/
|
|
1170
|
+
getPurgeStatus(resourceGroupName: string, resourceName: string, purgeId: string, options?: ComponentsGetPurgeStatusOptionalParams): Promise<ComponentsGetPurgeStatusResponse>;
|
|
1171
|
+
}
|
|
1172
|
+
|
|
1173
|
+
/** Optional parameters. */
|
|
1174
|
+
export declare interface ComponentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1175
|
+
}
|
|
1176
|
+
|
|
1177
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1178
|
+
export declare type ComponentsCreateOrUpdateResponse = ApplicationInsightsComponent;
|
|
1179
|
+
|
|
1180
|
+
/** Optional parameters. */
|
|
1181
|
+
export declare interface ComponentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1182
|
+
}
|
|
1183
|
+
|
|
1184
|
+
/** Optional parameters. */
|
|
1185
|
+
export declare interface ComponentsGetOptionalParams extends coreClient.OperationOptions {
|
|
1186
|
+
}
|
|
1187
|
+
|
|
1188
|
+
/** Optional parameters. */
|
|
1189
|
+
export declare interface ComponentsGetPurgeStatusOptionalParams extends coreClient.OperationOptions {
|
|
1190
|
+
}
|
|
1191
|
+
|
|
1192
|
+
/** Contains response data for the getPurgeStatus operation. */
|
|
1193
|
+
export declare type ComponentsGetPurgeStatusResponse = ComponentPurgeStatusResponse;
|
|
1194
|
+
|
|
1195
|
+
/** Contains response data for the get operation. */
|
|
1196
|
+
export declare type ComponentsGetResponse = ApplicationInsightsComponent;
|
|
1197
|
+
|
|
1198
|
+
/** Optional parameters. */
|
|
1199
|
+
export declare interface ComponentsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1200
|
+
}
|
|
1201
|
+
|
|
1202
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
1203
|
+
export declare type ComponentsListByResourceGroupNextResponse = ApplicationInsightsComponentListResult;
|
|
1204
|
+
|
|
1205
|
+
/** Optional parameters. */
|
|
1206
|
+
export declare interface ComponentsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1207
|
+
}
|
|
1208
|
+
|
|
1209
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
1210
|
+
export declare type ComponentsListByResourceGroupResponse = ApplicationInsightsComponentListResult;
|
|
1211
|
+
|
|
1212
|
+
/** Optional parameters. */
|
|
1213
|
+
export declare interface ComponentsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1214
|
+
}
|
|
1215
|
+
|
|
1216
|
+
/** Contains response data for the listNext operation. */
|
|
1217
|
+
export declare type ComponentsListNextResponse = ApplicationInsightsComponentListResult;
|
|
1218
|
+
|
|
1219
|
+
/** Optional parameters. */
|
|
1220
|
+
export declare interface ComponentsListOptionalParams extends coreClient.OperationOptions {
|
|
1221
|
+
}
|
|
1222
|
+
|
|
1223
|
+
/** Contains response data for the list operation. */
|
|
1224
|
+
export declare type ComponentsListResponse = ApplicationInsightsComponentListResult;
|
|
1225
|
+
|
|
1226
|
+
/** Optional parameters. */
|
|
1227
|
+
export declare interface ComponentsPurgeOptionalParams extends coreClient.OperationOptions {
|
|
1228
|
+
}
|
|
1229
|
+
|
|
1230
|
+
/** Contains response data for the purge operation. */
|
|
1231
|
+
export declare type ComponentsPurgeResponse = ComponentPurgeResponse;
|
|
1232
|
+
|
|
1233
|
+
/** An azure resource object */
|
|
1234
|
+
export declare interface ComponentsResource {
|
|
1235
|
+
/**
|
|
1236
|
+
* Azure resource Id
|
|
1237
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1238
|
+
*/
|
|
1239
|
+
readonly id?: string;
|
|
1240
|
+
/**
|
|
1241
|
+
* Azure resource name
|
|
1242
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1243
|
+
*/
|
|
1244
|
+
readonly name?: string;
|
|
1245
|
+
/**
|
|
1246
|
+
* Azure resource type
|
|
1247
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1248
|
+
*/
|
|
1249
|
+
readonly type?: string;
|
|
1250
|
+
/** Resource location */
|
|
1251
|
+
location: string;
|
|
1252
|
+
/** Resource tags */
|
|
1253
|
+
tags?: {
|
|
1254
|
+
[propertyName: string]: string;
|
|
1255
|
+
};
|
|
1256
|
+
}
|
|
1257
|
+
|
|
1258
|
+
/** Optional parameters. */
|
|
1259
|
+
export declare interface ComponentsUpdateTagsOptionalParams extends coreClient.OperationOptions {
|
|
1260
|
+
}
|
|
1261
|
+
|
|
1262
|
+
/** Contains response data for the updateTags operation. */
|
|
1263
|
+
export declare type ComponentsUpdateTagsResponse = ApplicationInsightsComponent;
|
|
1264
|
+
|
|
1265
|
+
/**
|
|
1266
|
+
* Defines values for CreatedByType. \
|
|
1267
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
1268
|
+
* this enum contains the known values that the service supports.
|
|
1269
|
+
* ### Known values supported by the service
|
|
1270
|
+
* **User** \
|
|
1271
|
+
* **Application** \
|
|
1272
|
+
* **ManagedIdentity** \
|
|
1273
|
+
* **Key**
|
|
1274
|
+
*/
|
|
1275
|
+
export declare type CreatedByType = string;
|
|
1276
|
+
|
|
1277
|
+
/** Error definition. */
|
|
1278
|
+
export declare interface ErrorDefinition {
|
|
1279
|
+
/**
|
|
1280
|
+
* Service specific error code which serves as the substatus for the HTTP error code.
|
|
1281
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1282
|
+
*/
|
|
1283
|
+
readonly code?: string;
|
|
1284
|
+
/**
|
|
1285
|
+
* Description of the error.
|
|
1286
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1287
|
+
*/
|
|
1288
|
+
readonly message?: string;
|
|
1289
|
+
/**
|
|
1290
|
+
* Internal error details.
|
|
1291
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1292
|
+
*/
|
|
1293
|
+
readonly innererror?: any;
|
|
1294
|
+
}
|
|
1295
|
+
|
|
1296
|
+
/** Error response indicates Insights service is not able to process the incoming request. The reason is provided in the error message. */
|
|
1297
|
+
export declare interface ErrorResponse {
|
|
1298
|
+
/** Error code. */
|
|
1299
|
+
code?: string;
|
|
1300
|
+
/** Error message indicating why the operation failed. */
|
|
1301
|
+
message?: string;
|
|
1302
|
+
}
|
|
1303
|
+
|
|
1304
|
+
export declare interface ErrorResponseLinkedStorage {
|
|
1305
|
+
/** Error response indicates Insights service is not able to process the incoming request. The reason is provided in the error message. */
|
|
1306
|
+
error?: ErrorResponseLinkedStorageError;
|
|
1307
|
+
}
|
|
1308
|
+
|
|
1309
|
+
/** Error response indicates Insights service is not able to process the incoming request. The reason is provided in the error message. */
|
|
1310
|
+
export declare interface ErrorResponseLinkedStorageError {
|
|
1311
|
+
/**
|
|
1312
|
+
* Error code.
|
|
1313
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1314
|
+
*/
|
|
1315
|
+
readonly code?: string;
|
|
1316
|
+
/**
|
|
1317
|
+
* Error message indicating why the operation failed.
|
|
1318
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1319
|
+
*/
|
|
1320
|
+
readonly message?: string;
|
|
1321
|
+
}
|
|
1322
|
+
|
|
1323
|
+
/** Interface representing a ExportConfigurations. */
|
|
1324
|
+
export declare interface ExportConfigurations {
|
|
1325
|
+
/**
|
|
1326
|
+
* Gets a list of Continuous Export configuration of an Application Insights component.
|
|
1327
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1328
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
1329
|
+
* @param options The options parameters.
|
|
1330
|
+
*/
|
|
1331
|
+
list(resourceGroupName: string, resourceName: string, options?: ExportConfigurationsListOptionalParams): Promise<ExportConfigurationsListResponse>;
|
|
1332
|
+
/**
|
|
1333
|
+
* Create a Continuous Export configuration of an Application Insights component.
|
|
1334
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1335
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
1336
|
+
* @param exportProperties Properties that need to be specified to create a Continuous Export
|
|
1337
|
+
* configuration of a Application Insights component.
|
|
1338
|
+
* @param options The options parameters.
|
|
1339
|
+
*/
|
|
1340
|
+
create(resourceGroupName: string, resourceName: string, exportProperties: ApplicationInsightsComponentExportRequest, options?: ExportConfigurationsCreateOptionalParams): Promise<ExportConfigurationsCreateResponse>;
|
|
1341
|
+
/**
|
|
1342
|
+
* Delete a Continuous Export configuration of an Application Insights component.
|
|
1343
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1344
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
1345
|
+
* @param exportId The Continuous Export configuration ID. This is unique within a Application Insights
|
|
1346
|
+
* component.
|
|
1347
|
+
* @param options The options parameters.
|
|
1348
|
+
*/
|
|
1349
|
+
delete(resourceGroupName: string, resourceName: string, exportId: string, options?: ExportConfigurationsDeleteOptionalParams): Promise<ExportConfigurationsDeleteResponse>;
|
|
1350
|
+
/**
|
|
1351
|
+
* Get the Continuous Export configuration for this export id.
|
|
1352
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1353
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
1354
|
+
* @param exportId The Continuous Export configuration ID. This is unique within a Application Insights
|
|
1355
|
+
* component.
|
|
1356
|
+
* @param options The options parameters.
|
|
1357
|
+
*/
|
|
1358
|
+
get(resourceGroupName: string, resourceName: string, exportId: string, options?: ExportConfigurationsGetOptionalParams): Promise<ExportConfigurationsGetResponse>;
|
|
1359
|
+
/**
|
|
1360
|
+
* Update the Continuous Export configuration for this export id.
|
|
1361
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1362
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
1363
|
+
* @param exportId The Continuous Export configuration ID. This is unique within a Application Insights
|
|
1364
|
+
* component.
|
|
1365
|
+
* @param exportProperties Properties that need to be specified to update the Continuous Export
|
|
1366
|
+
* configuration.
|
|
1367
|
+
* @param options The options parameters.
|
|
1368
|
+
*/
|
|
1369
|
+
update(resourceGroupName: string, resourceName: string, exportId: string, exportProperties: ApplicationInsightsComponentExportRequest, options?: ExportConfigurationsUpdateOptionalParams): Promise<ExportConfigurationsUpdateResponse>;
|
|
1370
|
+
}
|
|
1371
|
+
|
|
1372
|
+
/** Optional parameters. */
|
|
1373
|
+
export declare interface ExportConfigurationsCreateOptionalParams extends coreClient.OperationOptions {
|
|
1374
|
+
}
|
|
1375
|
+
|
|
1376
|
+
/** Contains response data for the create operation. */
|
|
1377
|
+
export declare type ExportConfigurationsCreateResponse = ApplicationInsightsComponentExportConfiguration[];
|
|
1378
|
+
|
|
1379
|
+
/** Optional parameters. */
|
|
1380
|
+
export declare interface ExportConfigurationsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1381
|
+
}
|
|
1382
|
+
|
|
1383
|
+
/** Contains response data for the delete operation. */
|
|
1384
|
+
export declare type ExportConfigurationsDeleteResponse = ApplicationInsightsComponentExportConfiguration;
|
|
1385
|
+
|
|
1386
|
+
/** Optional parameters. */
|
|
1387
|
+
export declare interface ExportConfigurationsGetOptionalParams extends coreClient.OperationOptions {
|
|
1388
|
+
}
|
|
1389
|
+
|
|
1390
|
+
/** Contains response data for the get operation. */
|
|
1391
|
+
export declare type ExportConfigurationsGetResponse = ApplicationInsightsComponentExportConfiguration;
|
|
1392
|
+
|
|
1393
|
+
/** Optional parameters. */
|
|
1394
|
+
export declare interface ExportConfigurationsListOptionalParams extends coreClient.OperationOptions {
|
|
1395
|
+
}
|
|
1396
|
+
|
|
1397
|
+
/** Contains response data for the list operation. */
|
|
1398
|
+
export declare type ExportConfigurationsListResponse = ApplicationInsightsComponentExportConfiguration[];
|
|
1399
|
+
|
|
1400
|
+
/** Optional parameters. */
|
|
1401
|
+
export declare interface ExportConfigurationsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1402
|
+
}
|
|
1403
|
+
|
|
1404
|
+
/** Contains response data for the update operation. */
|
|
1405
|
+
export declare type ExportConfigurationsUpdateResponse = ApplicationInsightsComponentExportConfiguration;
|
|
1406
|
+
|
|
1407
|
+
/** Interface representing a Favorites. */
|
|
1408
|
+
export declare interface Favorites {
|
|
1409
|
+
/**
|
|
1410
|
+
* Gets a list of favorites defined within an Application Insights component.
|
|
1411
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1412
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
1413
|
+
* @param options The options parameters.
|
|
1414
|
+
*/
|
|
1415
|
+
list(resourceGroupName: string, resourceName: string, options?: FavoritesListOptionalParams): Promise<FavoritesListResponse>;
|
|
1416
|
+
/**
|
|
1417
|
+
* Get a single favorite by its FavoriteId, defined within an Application Insights component.
|
|
1418
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1419
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
1420
|
+
* @param favoriteId The Id of a specific favorite defined in the Application Insights component
|
|
1421
|
+
* @param options The options parameters.
|
|
1422
|
+
*/
|
|
1423
|
+
get(resourceGroupName: string, resourceName: string, favoriteId: string, options?: FavoritesGetOptionalParams): Promise<FavoritesGetResponse>;
|
|
1424
|
+
/**
|
|
1425
|
+
* Adds a new favorites to an Application Insights component.
|
|
1426
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1427
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
1428
|
+
* @param favoriteId The Id of a specific favorite defined in the Application Insights component
|
|
1429
|
+
* @param favoriteProperties Properties that need to be specified to create a new favorite and add it
|
|
1430
|
+
* to an Application Insights component.
|
|
1431
|
+
* @param options The options parameters.
|
|
1432
|
+
*/
|
|
1433
|
+
add(resourceGroupName: string, resourceName: string, favoriteId: string, favoriteProperties: ApplicationInsightsComponentFavorite, options?: FavoritesAddOptionalParams): Promise<FavoritesAddResponse>;
|
|
1434
|
+
/**
|
|
1435
|
+
* Updates a favorite that has already been added to an Application Insights component.
|
|
1436
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1437
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
1438
|
+
* @param favoriteId The Id of a specific favorite defined in the Application Insights component
|
|
1439
|
+
* @param favoriteProperties Properties that need to be specified to update the existing favorite.
|
|
1440
|
+
* @param options The options parameters.
|
|
1441
|
+
*/
|
|
1442
|
+
update(resourceGroupName: string, resourceName: string, favoriteId: string, favoriteProperties: ApplicationInsightsComponentFavorite, options?: FavoritesUpdateOptionalParams): Promise<FavoritesUpdateResponse>;
|
|
1443
|
+
/**
|
|
1444
|
+
* Remove a favorite that is associated to an Application Insights component.
|
|
1445
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1446
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
1447
|
+
* @param favoriteId The Id of a specific favorite defined in the Application Insights component
|
|
1448
|
+
* @param options The options parameters.
|
|
1449
|
+
*/
|
|
1450
|
+
delete(resourceGroupName: string, resourceName: string, favoriteId: string, options?: FavoritesDeleteOptionalParams): Promise<void>;
|
|
1451
|
+
}
|
|
1452
|
+
|
|
1453
|
+
/** Optional parameters. */
|
|
1454
|
+
export declare interface FavoritesAddOptionalParams extends coreClient.OperationOptions {
|
|
1455
|
+
}
|
|
1456
|
+
|
|
1457
|
+
/** Contains response data for the add operation. */
|
|
1458
|
+
export declare type FavoritesAddResponse = ApplicationInsightsComponentFavorite;
|
|
1459
|
+
|
|
1460
|
+
/** Optional parameters. */
|
|
1461
|
+
export declare interface FavoritesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1462
|
+
}
|
|
1463
|
+
|
|
1464
|
+
/** Optional parameters. */
|
|
1465
|
+
export declare interface FavoritesGetOptionalParams extends coreClient.OperationOptions {
|
|
1466
|
+
}
|
|
1467
|
+
|
|
1468
|
+
/** Contains response data for the get operation. */
|
|
1469
|
+
export declare type FavoritesGetResponse = ApplicationInsightsComponentFavorite;
|
|
1470
|
+
|
|
1471
|
+
/** Optional parameters. */
|
|
1472
|
+
export declare interface FavoritesListOptionalParams extends coreClient.OperationOptions {
|
|
1473
|
+
/** The type of favorite. Value can be either shared or user. */
|
|
1474
|
+
favoriteType?: FavoriteType;
|
|
1475
|
+
/** Source type of favorite to return. When left out, the source type defaults to 'other' (not present in this enum). */
|
|
1476
|
+
sourceType?: FavoriteSourceType;
|
|
1477
|
+
/** Flag indicating whether or not to return the full content for each applicable favorite. If false, only return summary content for favorites. */
|
|
1478
|
+
canFetchContent?: boolean;
|
|
1479
|
+
/** Tags that must be present on each favorite returned. */
|
|
1480
|
+
tags?: string[];
|
|
1481
|
+
}
|
|
1482
|
+
|
|
1483
|
+
/** Contains response data for the list operation. */
|
|
1484
|
+
export declare type FavoritesListResponse = ApplicationInsightsComponentFavorite[];
|
|
1485
|
+
|
|
1486
|
+
/**
|
|
1487
|
+
* Defines values for FavoriteSourceType. \
|
|
1488
|
+
* {@link KnownFavoriteSourceType} can be used interchangeably with FavoriteSourceType,
|
|
1489
|
+
* this enum contains the known values that the service supports.
|
|
1490
|
+
* ### Known values supported by the service
|
|
1491
|
+
* **retention** \
|
|
1492
|
+
* **notebook** \
|
|
1493
|
+
* **sessions** \
|
|
1494
|
+
* **events** \
|
|
1495
|
+
* **userflows** \
|
|
1496
|
+
* **funnel** \
|
|
1497
|
+
* **impact** \
|
|
1498
|
+
* **segmentation**
|
|
1499
|
+
*/
|
|
1500
|
+
export declare type FavoriteSourceType = string;
|
|
1501
|
+
|
|
1502
|
+
/** Optional parameters. */
|
|
1503
|
+
export declare interface FavoritesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1504
|
+
}
|
|
1505
|
+
|
|
1506
|
+
/** Contains response data for the update operation. */
|
|
1507
|
+
export declare type FavoritesUpdateResponse = ApplicationInsightsComponentFavorite;
|
|
1508
|
+
|
|
1509
|
+
/** Defines values for FavoriteType. */
|
|
1510
|
+
export declare type FavoriteType = "shared" | "user";
|
|
1511
|
+
|
|
1512
|
+
/**
|
|
1513
|
+
* Defines values for FlowType. \
|
|
1514
|
+
* {@link KnownFlowType} can be used interchangeably with FlowType,
|
|
1515
|
+
* this enum contains the known values that the service supports.
|
|
1516
|
+
* ### Known values supported by the service
|
|
1517
|
+
* **Bluefield**
|
|
1518
|
+
*/
|
|
1519
|
+
export declare type FlowType = string;
|
|
1520
|
+
|
|
1521
|
+
/**
|
|
1522
|
+
* Defines values for IngestionMode. \
|
|
1523
|
+
* {@link KnownIngestionMode} can be used interchangeably with IngestionMode,
|
|
1524
|
+
* this enum contains the known values that the service supports.
|
|
1525
|
+
* ### Known values supported by the service
|
|
1526
|
+
* **ApplicationInsights** \
|
|
1527
|
+
* **ApplicationInsightsWithDiagnosticSettings** \
|
|
1528
|
+
* **LogAnalytics**
|
|
1529
|
+
*/
|
|
1530
|
+
export declare type IngestionMode = string;
|
|
1531
|
+
|
|
1532
|
+
/** Inner error */
|
|
1533
|
+
export declare interface InnerError {
|
|
1534
|
+
/** Provides correlation for request */
|
|
1535
|
+
diagnosticcontext?: string;
|
|
1536
|
+
/** Request time */
|
|
1537
|
+
time?: Date;
|
|
1538
|
+
}
|
|
1539
|
+
|
|
1540
|
+
/** Error details */
|
|
1541
|
+
export declare interface InnerErrorTrace {
|
|
1542
|
+
/**
|
|
1543
|
+
* detailed error trace
|
|
1544
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1545
|
+
*/
|
|
1546
|
+
readonly trace?: string[];
|
|
1547
|
+
}
|
|
1548
|
+
|
|
1549
|
+
/**
|
|
1550
|
+
* Defines values for ItemScope. \
|
|
1551
|
+
* {@link KnownItemScope} can be used interchangeably with ItemScope,
|
|
1552
|
+
* this enum contains the known values that the service supports.
|
|
1553
|
+
* ### Known values supported by the service
|
|
1554
|
+
* **shared** \
|
|
1555
|
+
* **user**
|
|
1556
|
+
*/
|
|
1557
|
+
export declare type ItemScope = string;
|
|
1558
|
+
|
|
1559
|
+
/**
|
|
1560
|
+
* Defines values for ItemScopePath. \
|
|
1561
|
+
* {@link KnownItemScopePath} can be used interchangeably with ItemScopePath,
|
|
1562
|
+
* this enum contains the known values that the service supports.
|
|
1563
|
+
* ### Known values supported by the service
|
|
1564
|
+
* **analyticsItems** \
|
|
1565
|
+
* **myanalyticsItems**
|
|
1566
|
+
*/
|
|
1567
|
+
export declare type ItemScopePath = string;
|
|
1568
|
+
|
|
1569
|
+
/**
|
|
1570
|
+
* Defines values for ItemType. \
|
|
1571
|
+
* {@link KnownItemType} can be used interchangeably with ItemType,
|
|
1572
|
+
* this enum contains the known values that the service supports.
|
|
1573
|
+
* ### Known values supported by the service
|
|
1574
|
+
* **none** \
|
|
1575
|
+
* **query** \
|
|
1576
|
+
* **recent** \
|
|
1577
|
+
* **function**
|
|
1578
|
+
*/
|
|
1579
|
+
export declare type ItemType = string;
|
|
1580
|
+
|
|
1581
|
+
/**
|
|
1582
|
+
* Defines values for ItemTypeParameter. \
|
|
1583
|
+
* {@link KnownItemTypeParameter} can be used interchangeably with ItemTypeParameter,
|
|
1584
|
+
* this enum contains the known values that the service supports.
|
|
1585
|
+
* ### Known values supported by the service
|
|
1586
|
+
* **none** \
|
|
1587
|
+
* **query** \
|
|
1588
|
+
* **function** \
|
|
1589
|
+
* **folder** \
|
|
1590
|
+
* **recent**
|
|
1591
|
+
*/
|
|
1592
|
+
export declare type ItemTypeParameter = string;
|
|
1593
|
+
|
|
1594
|
+
/**
|
|
1595
|
+
* Defines values for Kind. \
|
|
1596
|
+
* {@link KnownKind} can be used interchangeably with Kind,
|
|
1597
|
+
* this enum contains the known values that the service supports.
|
|
1598
|
+
* ### Known values supported by the service
|
|
1599
|
+
* **user** \
|
|
1600
|
+
* **shared**
|
|
1601
|
+
*/
|
|
1602
|
+
export declare type Kind = string;
|
|
1603
|
+
|
|
1604
|
+
/** Known values of {@link ApplicationType} that the service accepts. */
|
|
1605
|
+
export declare enum KnownApplicationType {
|
|
1606
|
+
Web = "web",
|
|
1607
|
+
Other = "other"
|
|
1608
|
+
}
|
|
1609
|
+
|
|
1610
|
+
/** Known values of {@link CategoryType} that the service accepts. */
|
|
1611
|
+
export declare enum KnownCategoryType {
|
|
1612
|
+
Workbook = "workbook",
|
|
1613
|
+
TSG = "TSG",
|
|
1614
|
+
Performance = "performance",
|
|
1615
|
+
Retention = "retention"
|
|
1616
|
+
}
|
|
1617
|
+
|
|
1618
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
1619
|
+
export declare enum KnownCreatedByType {
|
|
1620
|
+
User = "User",
|
|
1621
|
+
Application = "Application",
|
|
1622
|
+
ManagedIdentity = "ManagedIdentity",
|
|
1623
|
+
Key = "Key"
|
|
1624
|
+
}
|
|
1625
|
+
|
|
1626
|
+
/** Known values of {@link FavoriteSourceType} that the service accepts. */
|
|
1627
|
+
export declare enum KnownFavoriteSourceType {
|
|
1628
|
+
Retention = "retention",
|
|
1629
|
+
Notebook = "notebook",
|
|
1630
|
+
Sessions = "sessions",
|
|
1631
|
+
Events = "events",
|
|
1632
|
+
Userflows = "userflows",
|
|
1633
|
+
Funnel = "funnel",
|
|
1634
|
+
Impact = "impact",
|
|
1635
|
+
Segmentation = "segmentation"
|
|
1636
|
+
}
|
|
1637
|
+
|
|
1638
|
+
/** Known values of {@link FlowType} that the service accepts. */
|
|
1639
|
+
export declare enum KnownFlowType {
|
|
1640
|
+
Bluefield = "Bluefield"
|
|
1641
|
+
}
|
|
1642
|
+
|
|
1643
|
+
/** Known values of {@link IngestionMode} that the service accepts. */
|
|
1644
|
+
export declare enum KnownIngestionMode {
|
|
1645
|
+
ApplicationInsights = "ApplicationInsights",
|
|
1646
|
+
ApplicationInsightsWithDiagnosticSettings = "ApplicationInsightsWithDiagnosticSettings",
|
|
1647
|
+
LogAnalytics = "LogAnalytics"
|
|
1648
|
+
}
|
|
1649
|
+
|
|
1650
|
+
/** Known values of {@link ItemScope} that the service accepts. */
|
|
1651
|
+
export declare enum KnownItemScope {
|
|
1652
|
+
Shared = "shared",
|
|
1653
|
+
User = "user"
|
|
1654
|
+
}
|
|
1655
|
+
|
|
1656
|
+
/** Known values of {@link ItemScopePath} that the service accepts. */
|
|
1657
|
+
export declare enum KnownItemScopePath {
|
|
1658
|
+
AnalyticsItems = "analyticsItems",
|
|
1659
|
+
MyanalyticsItems = "myanalyticsItems"
|
|
1660
|
+
}
|
|
1661
|
+
|
|
1662
|
+
/** Known values of {@link ItemType} that the service accepts. */
|
|
1663
|
+
export declare enum KnownItemType {
|
|
1664
|
+
None = "none",
|
|
1665
|
+
Query = "query",
|
|
1666
|
+
Recent = "recent",
|
|
1667
|
+
Function = "function"
|
|
1668
|
+
}
|
|
1669
|
+
|
|
1670
|
+
/** Known values of {@link ItemTypeParameter} that the service accepts. */
|
|
1671
|
+
export declare enum KnownItemTypeParameter {
|
|
1672
|
+
None = "none",
|
|
1673
|
+
Query = "query",
|
|
1674
|
+
Function = "function",
|
|
1675
|
+
Folder = "folder",
|
|
1676
|
+
Recent = "recent"
|
|
1677
|
+
}
|
|
1678
|
+
|
|
1679
|
+
/** Known values of {@link Kind} that the service accepts. */
|
|
1680
|
+
export declare enum KnownKind {
|
|
1681
|
+
User = "user",
|
|
1682
|
+
Shared = "shared"
|
|
1683
|
+
}
|
|
1684
|
+
|
|
1685
|
+
/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
|
|
1686
|
+
export declare enum KnownManagedServiceIdentityType {
|
|
1687
|
+
None = "None",
|
|
1688
|
+
SystemAssigned = "SystemAssigned",
|
|
1689
|
+
UserAssigned = "UserAssigned",
|
|
1690
|
+
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
|
|
1691
|
+
}
|
|
1692
|
+
|
|
1693
|
+
/** Known values of {@link MyWorkbookManagedIdentityType} that the service accepts. */
|
|
1694
|
+
export declare enum KnownMyWorkbookManagedIdentityType {
|
|
1695
|
+
UserAssigned = "UserAssigned",
|
|
1696
|
+
None = "None"
|
|
1697
|
+
}
|
|
1698
|
+
|
|
1699
|
+
/** Known values of {@link PublicNetworkAccessType} that the service accepts. */
|
|
1700
|
+
export declare enum KnownPublicNetworkAccessType {
|
|
1701
|
+
/** Enables connectivity to Application Insights through public DNS. */
|
|
1702
|
+
Enabled = "Enabled",
|
|
1703
|
+
/** Disables public connectivity to Application Insights through public DNS. */
|
|
1704
|
+
Disabled = "Disabled"
|
|
1705
|
+
}
|
|
1706
|
+
|
|
1707
|
+
/** Known values of {@link PurgeState} that the service accepts. */
|
|
1708
|
+
export declare enum KnownPurgeState {
|
|
1709
|
+
Pending = "pending",
|
|
1710
|
+
Completed = "completed"
|
|
1711
|
+
}
|
|
1712
|
+
|
|
1713
|
+
/** Known values of {@link RequestSource} that the service accepts. */
|
|
1714
|
+
export declare enum KnownRequestSource {
|
|
1715
|
+
Rest = "rest"
|
|
1716
|
+
}
|
|
1717
|
+
|
|
1718
|
+
/** Known values of {@link SharedTypeKind} that the service accepts. */
|
|
1719
|
+
export declare enum KnownSharedTypeKind {
|
|
1720
|
+
User = "user",
|
|
1721
|
+
Shared = "shared"
|
|
1722
|
+
}
|
|
1723
|
+
|
|
1724
|
+
/** Known values of {@link StorageType} that the service accepts. */
|
|
1725
|
+
export declare enum KnownStorageType {
|
|
1726
|
+
ServiceProfiler = "ServiceProfiler"
|
|
1727
|
+
}
|
|
1728
|
+
|
|
1729
|
+
/** Interface representing a LiveToken. */
|
|
1730
|
+
export declare interface LiveToken {
|
|
1731
|
+
/**
|
|
1732
|
+
* **Gets an access token for live metrics stream data.**
|
|
1733
|
+
* @param resourceUri The identifier of the resource.
|
|
1734
|
+
* @param options The options parameters.
|
|
1735
|
+
*/
|
|
1736
|
+
get(resourceUri: string, options?: LiveTokenGetOptionalParams): Promise<LiveTokenGetResponse>;
|
|
1737
|
+
}
|
|
1738
|
+
|
|
1739
|
+
/** Optional parameters. */
|
|
1740
|
+
export declare interface LiveTokenGetOptionalParams extends coreClient.OperationOptions {
|
|
1741
|
+
}
|
|
1742
|
+
|
|
1743
|
+
/** Contains response data for the get operation. */
|
|
1744
|
+
export declare type LiveTokenGetResponse = LiveTokenResponse;
|
|
1745
|
+
|
|
1746
|
+
/** The response to a live token query. */
|
|
1747
|
+
export declare interface LiveTokenResponse {
|
|
1748
|
+
/**
|
|
1749
|
+
* JWT token for accessing live metrics stream data.
|
|
1750
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1751
|
+
*/
|
|
1752
|
+
readonly liveToken?: string;
|
|
1753
|
+
}
|
|
1754
|
+
|
|
1755
|
+
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
1756
|
+
export declare interface ManagedServiceIdentity {
|
|
1757
|
+
/**
|
|
1758
|
+
* The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
1759
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1760
|
+
*/
|
|
1761
|
+
readonly principalId?: string;
|
|
1762
|
+
/**
|
|
1763
|
+
* The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
1764
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1765
|
+
*/
|
|
1766
|
+
readonly tenantId?: string;
|
|
1767
|
+
/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
|
|
1768
|
+
type: ManagedServiceIdentityType;
|
|
1769
|
+
/** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */
|
|
1770
|
+
userAssignedIdentities?: {
|
|
1771
|
+
[propertyName: string]: UserAssignedIdentity;
|
|
1772
|
+
};
|
|
1773
|
+
}
|
|
1774
|
+
|
|
1775
|
+
/**
|
|
1776
|
+
* Defines values for ManagedServiceIdentityType. \
|
|
1777
|
+
* {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
|
|
1778
|
+
* this enum contains the known values that the service supports.
|
|
1779
|
+
* ### Known values supported by the service
|
|
1780
|
+
* **None** \
|
|
1781
|
+
* **SystemAssigned** \
|
|
1782
|
+
* **UserAssigned** \
|
|
1783
|
+
* **SystemAssigned,UserAssigned**
|
|
1784
|
+
*/
|
|
1785
|
+
export declare type ManagedServiceIdentityType = string;
|
|
1786
|
+
|
|
1787
|
+
/** An Application Insights private workbook definition. */
|
|
1788
|
+
export declare type MyWorkbook = MyWorkbookResource & {
|
|
1789
|
+
/** The kind of workbook. Choices are user and shared. */
|
|
1790
|
+
kind?: Kind;
|
|
1791
|
+
/**
|
|
1792
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
1793
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1794
|
+
*/
|
|
1795
|
+
readonly systemData?: SystemData;
|
|
1796
|
+
/** The user-defined name of the private workbook. */
|
|
1797
|
+
displayName?: string;
|
|
1798
|
+
/** Configuration of this particular private workbook. Configuration data is a string containing valid JSON */
|
|
1799
|
+
serializedData?: string;
|
|
1800
|
+
/** This instance's version of the data model. This can change as new features are added that can be marked private workbook. */
|
|
1801
|
+
version?: string;
|
|
1802
|
+
/**
|
|
1803
|
+
* Date and time in UTC of the last modification that was made to this private workbook definition.
|
|
1804
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1805
|
+
*/
|
|
1806
|
+
readonly timeModified?: string;
|
|
1807
|
+
/** Workbook category, as defined by the user at creation time. */
|
|
1808
|
+
category?: string;
|
|
1809
|
+
/** A list of 0 or more tags that are associated with this private workbook definition */
|
|
1810
|
+
tagsPropertiesTags?: string[];
|
|
1811
|
+
/**
|
|
1812
|
+
* Unique user id of the specific user that owns this private workbook.
|
|
1813
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1814
|
+
*/
|
|
1815
|
+
readonly userId?: string;
|
|
1816
|
+
/** Optional resourceId for a source resource. */
|
|
1817
|
+
sourceId?: string;
|
|
1818
|
+
/** BYOS Storage Account URI */
|
|
1819
|
+
storageUri?: string;
|
|
1820
|
+
};
|
|
1821
|
+
|
|
1822
|
+
/** Error response. */
|
|
1823
|
+
export declare interface MyWorkbookError {
|
|
1824
|
+
/** The error details. */
|
|
1825
|
+
error?: ErrorDefinition;
|
|
1826
|
+
}
|
|
1827
|
+
|
|
1828
|
+
/** Customer Managed Identity */
|
|
1829
|
+
export declare interface MyWorkbookManagedIdentity {
|
|
1830
|
+
/** Customer Managed Identity */
|
|
1831
|
+
userAssignedIdentities?: MyWorkbookUserAssignedIdentities;
|
|
1832
|
+
/** The identity type. */
|
|
1833
|
+
type?: MyWorkbookManagedIdentityType;
|
|
1834
|
+
}
|
|
1835
|
+
|
|
1836
|
+
/**
|
|
1837
|
+
* Defines values for MyWorkbookManagedIdentityType. \
|
|
1838
|
+
* {@link KnownMyWorkbookManagedIdentityType} can be used interchangeably with MyWorkbookManagedIdentityType,
|
|
1839
|
+
* this enum contains the known values that the service supports.
|
|
1840
|
+
* ### Known values supported by the service
|
|
1841
|
+
* **UserAssigned** \
|
|
1842
|
+
* **None**
|
|
1843
|
+
*/
|
|
1844
|
+
export declare type MyWorkbookManagedIdentityType = string;
|
|
1845
|
+
|
|
1846
|
+
/** An azure resource object */
|
|
1847
|
+
export declare interface MyWorkbookResource {
|
|
1848
|
+
/** Identity used for BYOS */
|
|
1849
|
+
identity?: MyWorkbookManagedIdentity;
|
|
1850
|
+
/** Azure resource Id */
|
|
1851
|
+
id?: string;
|
|
1852
|
+
/** Azure resource name */
|
|
1853
|
+
name?: string;
|
|
1854
|
+
/** Azure resource type */
|
|
1855
|
+
type?: string;
|
|
1856
|
+
/** Resource location */
|
|
1857
|
+
location?: string;
|
|
1858
|
+
/** Resource tags */
|
|
1859
|
+
tags?: {
|
|
1860
|
+
[propertyName: string]: string;
|
|
1861
|
+
};
|
|
1862
|
+
/** Resource etag */
|
|
1863
|
+
etag?: {
|
|
1864
|
+
[propertyName: string]: string;
|
|
1865
|
+
};
|
|
1866
|
+
}
|
|
1867
|
+
|
|
1868
|
+
/** Interface representing a MyWorkbooks. */
|
|
1869
|
+
export declare interface MyWorkbooks {
|
|
1870
|
+
/**
|
|
1871
|
+
* Get all private workbooks defined within a specified resource group and category.
|
|
1872
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1873
|
+
* @param category Category of workbook to return.
|
|
1874
|
+
* @param options The options parameters.
|
|
1875
|
+
*/
|
|
1876
|
+
listByResourceGroup(resourceGroupName: string, category: CategoryType, options?: MyWorkbooksListByResourceGroupOptionalParams): PagedAsyncIterableIterator<MyWorkbook>;
|
|
1877
|
+
/**
|
|
1878
|
+
* Get all private workbooks defined within a specified subscription and category.
|
|
1879
|
+
* @param category Category of workbook to return.
|
|
1880
|
+
* @param options The options parameters.
|
|
1881
|
+
*/
|
|
1882
|
+
listBySubscription(category: CategoryType, options?: MyWorkbooksListBySubscriptionOptionalParams): PagedAsyncIterableIterator<MyWorkbook>;
|
|
1883
|
+
/**
|
|
1884
|
+
* Get a single private workbook by its resourceName.
|
|
1885
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1886
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
1887
|
+
* @param options The options parameters.
|
|
1888
|
+
*/
|
|
1889
|
+
get(resourceGroupName: string, resourceName: string, options?: MyWorkbooksGetOptionalParams): Promise<MyWorkbooksGetResponse>;
|
|
1890
|
+
/**
|
|
1891
|
+
* Delete a private workbook.
|
|
1892
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1893
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
1894
|
+
* @param options The options parameters.
|
|
1895
|
+
*/
|
|
1896
|
+
delete(resourceGroupName: string, resourceName: string, options?: MyWorkbooksDeleteOptionalParams): Promise<void>;
|
|
1897
|
+
/**
|
|
1898
|
+
* Create a new private workbook.
|
|
1899
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1900
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
1901
|
+
* @param workbookProperties Properties that need to be specified to create a new private workbook.
|
|
1902
|
+
* @param options The options parameters.
|
|
1903
|
+
*/
|
|
1904
|
+
createOrUpdate(resourceGroupName: string, resourceName: string, workbookProperties: MyWorkbook, options?: MyWorkbooksCreateOrUpdateOptionalParams): Promise<MyWorkbooksCreateOrUpdateResponse>;
|
|
1905
|
+
/**
|
|
1906
|
+
* Updates a private workbook that has already been added.
|
|
1907
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1908
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
1909
|
+
* @param workbookProperties Properties that need to be specified to create a new private workbook.
|
|
1910
|
+
* @param options The options parameters.
|
|
1911
|
+
*/
|
|
1912
|
+
update(resourceGroupName: string, resourceName: string, workbookProperties: MyWorkbook, options?: MyWorkbooksUpdateOptionalParams): Promise<MyWorkbooksUpdateResponse>;
|
|
1913
|
+
}
|
|
1914
|
+
|
|
1915
|
+
/** Optional parameters. */
|
|
1916
|
+
export declare interface MyWorkbooksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1917
|
+
/** Azure Resource Id that will fetch all linked workbooks. */
|
|
1918
|
+
sourceId?: string;
|
|
1919
|
+
}
|
|
1920
|
+
|
|
1921
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1922
|
+
export declare type MyWorkbooksCreateOrUpdateResponse = MyWorkbook;
|
|
1923
|
+
|
|
1924
|
+
/** Optional parameters. */
|
|
1925
|
+
export declare interface MyWorkbooksDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1926
|
+
}
|
|
1927
|
+
|
|
1928
|
+
/** Optional parameters. */
|
|
1929
|
+
export declare interface MyWorkbooksGetOptionalParams extends coreClient.OperationOptions {
|
|
1930
|
+
}
|
|
1931
|
+
|
|
1932
|
+
/** Contains response data for the get operation. */
|
|
1933
|
+
export declare type MyWorkbooksGetResponse = MyWorkbook;
|
|
1934
|
+
|
|
1935
|
+
/** Optional parameters. */
|
|
1936
|
+
export declare interface MyWorkbooksListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1937
|
+
/** Flag indicating whether or not to return the full content for each applicable workbook. If false, only return summary content for workbooks. */
|
|
1938
|
+
canFetchContent?: boolean;
|
|
1939
|
+
/** Tags presents on each workbook returned. */
|
|
1940
|
+
tags?: string[];
|
|
1941
|
+
/** Azure Resource Id that will fetch all linked workbooks. */
|
|
1942
|
+
sourceId?: string;
|
|
1943
|
+
}
|
|
1944
|
+
|
|
1945
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
1946
|
+
export declare type MyWorkbooksListByResourceGroupNextResponse = MyWorkbooksListResult;
|
|
1947
|
+
|
|
1948
|
+
/** Optional parameters. */
|
|
1949
|
+
export declare interface MyWorkbooksListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1950
|
+
/** Flag indicating whether or not to return the full content for each applicable workbook. If false, only return summary content for workbooks. */
|
|
1951
|
+
canFetchContent?: boolean;
|
|
1952
|
+
/** Tags presents on each workbook returned. */
|
|
1953
|
+
tags?: string[];
|
|
1954
|
+
/** Azure Resource Id that will fetch all linked workbooks. */
|
|
1955
|
+
sourceId?: string;
|
|
1956
|
+
}
|
|
1957
|
+
|
|
1958
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
1959
|
+
export declare type MyWorkbooksListByResourceGroupResponse = MyWorkbooksListResult;
|
|
1960
|
+
|
|
1961
|
+
/** Optional parameters. */
|
|
1962
|
+
export declare interface MyWorkbooksListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
1963
|
+
/** Flag indicating whether or not to return the full content for each applicable workbook. If false, only return summary content for workbooks. */
|
|
1964
|
+
canFetchContent?: boolean;
|
|
1965
|
+
/** Tags presents on each workbook returned. */
|
|
1966
|
+
tags?: string[];
|
|
1967
|
+
}
|
|
1968
|
+
|
|
1969
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
1970
|
+
export declare type MyWorkbooksListBySubscriptionNextResponse = MyWorkbooksListResult;
|
|
1971
|
+
|
|
1972
|
+
/** Optional parameters. */
|
|
1973
|
+
export declare interface MyWorkbooksListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
1974
|
+
/** Flag indicating whether or not to return the full content for each applicable workbook. If false, only return summary content for workbooks. */
|
|
1975
|
+
canFetchContent?: boolean;
|
|
1976
|
+
/** Tags presents on each workbook returned. */
|
|
1977
|
+
tags?: string[];
|
|
1978
|
+
}
|
|
1979
|
+
|
|
1980
|
+
/** Contains response data for the listBySubscription operation. */
|
|
1981
|
+
export declare type MyWorkbooksListBySubscriptionResponse = MyWorkbooksListResult;
|
|
1982
|
+
|
|
1983
|
+
/** Workbook list result. */
|
|
1984
|
+
export declare interface MyWorkbooksListResult {
|
|
1985
|
+
/**
|
|
1986
|
+
* An array of private workbooks.
|
|
1987
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1988
|
+
*/
|
|
1989
|
+
readonly value?: MyWorkbook[];
|
|
1990
|
+
nextLink?: string;
|
|
1991
|
+
}
|
|
1992
|
+
|
|
1993
|
+
/** Optional parameters. */
|
|
1994
|
+
export declare interface MyWorkbooksUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1995
|
+
/** Azure Resource Id that will fetch all linked workbooks. */
|
|
1996
|
+
sourceId?: string;
|
|
1997
|
+
}
|
|
1998
|
+
|
|
1999
|
+
/** Contains response data for the update operation. */
|
|
2000
|
+
export declare type MyWorkbooksUpdateResponse = MyWorkbook;
|
|
2001
|
+
|
|
2002
|
+
/** Customer Managed Identity */
|
|
2003
|
+
export declare interface MyWorkbookUserAssignedIdentities {
|
|
2004
|
+
/**
|
|
2005
|
+
* The principal ID of resource identity.
|
|
2006
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2007
|
+
*/
|
|
2008
|
+
readonly principalId?: string;
|
|
2009
|
+
/**
|
|
2010
|
+
* The tenant ID of resource.
|
|
2011
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2012
|
+
*/
|
|
2013
|
+
readonly tenantId?: string;
|
|
2014
|
+
}
|
|
2015
|
+
|
|
2016
|
+
/** CDN REST API operation */
|
|
2017
|
+
export declare interface Operation {
|
|
2018
|
+
/** Operation name: {provider}/{resource}/{operation} */
|
|
2019
|
+
name?: string;
|
|
2020
|
+
/** The object that represents the operation. */
|
|
2021
|
+
display?: OperationDisplay;
|
|
2022
|
+
}
|
|
2023
|
+
|
|
2024
|
+
/** The object that represents the operation. */
|
|
2025
|
+
export declare interface OperationDisplay {
|
|
2026
|
+
/** Service provider: Microsoft.Cdn */
|
|
2027
|
+
provider?: string;
|
|
2028
|
+
/** Resource on which the operation is performed: Profile, endpoint, etc. */
|
|
2029
|
+
resource?: string;
|
|
2030
|
+
/** Operation type: Read, write, delete, etc. */
|
|
2031
|
+
operation?: string;
|
|
2032
|
+
}
|
|
2033
|
+
|
|
2034
|
+
/** Information about an operation */
|
|
2035
|
+
export declare interface OperationInfo {
|
|
2036
|
+
/** Name of the provider */
|
|
2037
|
+
provider?: string;
|
|
2038
|
+
/** Name of the resource type */
|
|
2039
|
+
resource?: string;
|
|
2040
|
+
/** Name of the operation */
|
|
2041
|
+
operation?: string;
|
|
2042
|
+
/** Description of the operation */
|
|
2043
|
+
description?: string;
|
|
2044
|
+
}
|
|
2045
|
+
|
|
2046
|
+
/** Result of the request to list CDN operations. It contains a list of operations and a URL link to get the next set of results. */
|
|
2047
|
+
export declare interface OperationListResult {
|
|
2048
|
+
/** List of CDN operations supported by the CDN resource provider. */
|
|
2049
|
+
value?: Operation[];
|
|
2050
|
+
/** URL to get the next set of operation list results if there are any. */
|
|
2051
|
+
nextLink?: string;
|
|
2052
|
+
}
|
|
2053
|
+
|
|
2054
|
+
/** Represents an operation returned by the GetOperations request */
|
|
2055
|
+
export declare interface OperationLive {
|
|
2056
|
+
/** Name of the operation */
|
|
2057
|
+
name?: string;
|
|
2058
|
+
/** Display name of the operation */
|
|
2059
|
+
display?: OperationInfo;
|
|
2060
|
+
/** Origin of the operation */
|
|
2061
|
+
origin?: string;
|
|
2062
|
+
/** Properties of the operation */
|
|
2063
|
+
properties?: Record<string, unknown>;
|
|
2064
|
+
}
|
|
2065
|
+
|
|
2066
|
+
/** Interface representing a Operations. */
|
|
2067
|
+
export declare interface Operations {
|
|
2068
|
+
/**
|
|
2069
|
+
* List the available operations supported by the resource provider.
|
|
2070
|
+
* @param options The options parameters.
|
|
2071
|
+
*/
|
|
2072
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<OperationLive>;
|
|
2073
|
+
}
|
|
2074
|
+
|
|
2075
|
+
/** Optional parameters. */
|
|
2076
|
+
export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
2077
|
+
}
|
|
2078
|
+
|
|
2079
|
+
/** Contains response data for the listNext operation. */
|
|
2080
|
+
export declare type OperationsListNextResponse = OperationsListResult;
|
|
2081
|
+
|
|
2082
|
+
/** Optional parameters. */
|
|
2083
|
+
export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
2084
|
+
}
|
|
2085
|
+
|
|
2086
|
+
/** Contains response data for the list operation. */
|
|
2087
|
+
export declare type OperationsListResponse = OperationsListResult;
|
|
2088
|
+
|
|
2089
|
+
/** Result of the List Operations operation */
|
|
2090
|
+
export declare interface OperationsListResult {
|
|
2091
|
+
/** A collection of operations */
|
|
2092
|
+
value?: OperationLive[];
|
|
2093
|
+
/** URL to get the next set of operation list results if there are any. */
|
|
2094
|
+
nextLink?: string;
|
|
2095
|
+
}
|
|
2096
|
+
|
|
2097
|
+
/** The private link scope resource reference. */
|
|
2098
|
+
export declare interface PrivateLinkScopedResource {
|
|
2099
|
+
/** The full resource Id of the private link scope resource. */
|
|
2100
|
+
resourceId?: string;
|
|
2101
|
+
/** The private link scope unique Identifier. */
|
|
2102
|
+
scopeId?: string;
|
|
2103
|
+
}
|
|
2104
|
+
|
|
2105
|
+
/** Interface representing a ProactiveDetectionConfigurations. */
|
|
2106
|
+
export declare interface ProactiveDetectionConfigurations {
|
|
2107
|
+
/**
|
|
2108
|
+
* Gets a list of ProactiveDetection configurations of an Application Insights component.
|
|
2109
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2110
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
2111
|
+
* @param options The options parameters.
|
|
2112
|
+
*/
|
|
2113
|
+
list(resourceGroupName: string, resourceName: string, options?: ProactiveDetectionConfigurationsListOptionalParams): Promise<ProactiveDetectionConfigurationsListResponse>;
|
|
2114
|
+
/**
|
|
2115
|
+
* Get the ProactiveDetection configuration for this configuration id.
|
|
2116
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2117
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
2118
|
+
* @param configurationId The ProactiveDetection configuration ID. This is unique within a Application
|
|
2119
|
+
* Insights component.
|
|
2120
|
+
* @param options The options parameters.
|
|
2121
|
+
*/
|
|
2122
|
+
get(resourceGroupName: string, resourceName: string, configurationId: string, options?: ProactiveDetectionConfigurationsGetOptionalParams): Promise<ProactiveDetectionConfigurationsGetResponse>;
|
|
2123
|
+
/**
|
|
2124
|
+
* Update the ProactiveDetection configuration for this configuration id.
|
|
2125
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2126
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
2127
|
+
* @param configurationId The ProactiveDetection configuration ID. This is unique within a Application
|
|
2128
|
+
* Insights component.
|
|
2129
|
+
* @param proactiveDetectionProperties Properties that need to be specified to update the
|
|
2130
|
+
* ProactiveDetection configuration.
|
|
2131
|
+
* @param options The options parameters.
|
|
2132
|
+
*/
|
|
2133
|
+
update(resourceGroupName: string, resourceName: string, configurationId: string, proactiveDetectionProperties: ApplicationInsightsComponentProactiveDetectionConfiguration, options?: ProactiveDetectionConfigurationsUpdateOptionalParams): Promise<ProactiveDetectionConfigurationsUpdateResponse>;
|
|
2134
|
+
}
|
|
2135
|
+
|
|
2136
|
+
/** Optional parameters. */
|
|
2137
|
+
export declare interface ProactiveDetectionConfigurationsGetOptionalParams extends coreClient.OperationOptions {
|
|
2138
|
+
}
|
|
2139
|
+
|
|
2140
|
+
/** Contains response data for the get operation. */
|
|
2141
|
+
export declare type ProactiveDetectionConfigurationsGetResponse = ApplicationInsightsComponentProactiveDetectionConfiguration;
|
|
2142
|
+
|
|
2143
|
+
/** Optional parameters. */
|
|
2144
|
+
export declare interface ProactiveDetectionConfigurationsListOptionalParams extends coreClient.OperationOptions {
|
|
2145
|
+
}
|
|
2146
|
+
|
|
2147
|
+
/** Contains response data for the list operation. */
|
|
2148
|
+
export declare type ProactiveDetectionConfigurationsListResponse = ApplicationInsightsComponentProactiveDetectionConfiguration[];
|
|
2149
|
+
|
|
2150
|
+
/** Optional parameters. */
|
|
2151
|
+
export declare interface ProactiveDetectionConfigurationsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2152
|
+
}
|
|
2153
|
+
|
|
2154
|
+
/** Contains response data for the update operation. */
|
|
2155
|
+
export declare type ProactiveDetectionConfigurationsUpdateResponse = ApplicationInsightsComponentProactiveDetectionConfiguration;
|
|
2156
|
+
|
|
2157
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
2158
|
+
export declare type ProxyResource = Resource & {};
|
|
2159
|
+
|
|
2160
|
+
/**
|
|
2161
|
+
* Defines values for PublicNetworkAccessType. \
|
|
2162
|
+
* {@link KnownPublicNetworkAccessType} can be used interchangeably with PublicNetworkAccessType,
|
|
2163
|
+
* this enum contains the known values that the service supports.
|
|
2164
|
+
* ### Known values supported by the service
|
|
2165
|
+
* **Enabled**: Enables connectivity to Application Insights through public DNS. \
|
|
2166
|
+
* **Disabled**: Disables public connectivity to Application Insights through public DNS.
|
|
2167
|
+
*/
|
|
2168
|
+
export declare type PublicNetworkAccessType = string;
|
|
2169
|
+
|
|
2170
|
+
/**
|
|
2171
|
+
* Defines values for PurgeState. \
|
|
2172
|
+
* {@link KnownPurgeState} can be used interchangeably with PurgeState,
|
|
2173
|
+
* this enum contains the known values that the service supports.
|
|
2174
|
+
* ### Known values supported by the service
|
|
2175
|
+
* **pending** \
|
|
2176
|
+
* **completed**
|
|
2177
|
+
*/
|
|
2178
|
+
export declare type PurgeState = string;
|
|
2179
|
+
|
|
2180
|
+
/**
|
|
2181
|
+
* Defines values for RequestSource. \
|
|
2182
|
+
* {@link KnownRequestSource} can be used interchangeably with RequestSource,
|
|
2183
|
+
* this enum contains the known values that the service supports.
|
|
2184
|
+
* ### Known values supported by the service
|
|
2185
|
+
* **rest**
|
|
2186
|
+
*/
|
|
2187
|
+
export declare type RequestSource = string;
|
|
2188
|
+
|
|
2189
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
2190
|
+
export declare interface Resource {
|
|
2191
|
+
/**
|
|
2192
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
2193
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2194
|
+
*/
|
|
2195
|
+
readonly id?: string;
|
|
2196
|
+
/**
|
|
2197
|
+
* The name of the resource
|
|
2198
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2199
|
+
*/
|
|
2200
|
+
readonly name?: string;
|
|
2201
|
+
/**
|
|
2202
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
2203
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2204
|
+
*/
|
|
2205
|
+
readonly type?: string;
|
|
2206
|
+
}
|
|
2207
|
+
|
|
2208
|
+
/**
|
|
2209
|
+
* Defines values for SharedTypeKind. \
|
|
2210
|
+
* {@link KnownSharedTypeKind} can be used interchangeably with SharedTypeKind,
|
|
2211
|
+
* this enum contains the known values that the service supports.
|
|
2212
|
+
* ### Known values supported by the service
|
|
2213
|
+
* **user** \
|
|
2214
|
+
* **shared**
|
|
2215
|
+
*/
|
|
2216
|
+
export declare type SharedTypeKind = string;
|
|
2217
|
+
|
|
2218
|
+
/**
|
|
2219
|
+
* Defines values for StorageType. \
|
|
2220
|
+
* {@link KnownStorageType} can be used interchangeably with StorageType,
|
|
2221
|
+
* this enum contains the known values that the service supports.
|
|
2222
|
+
* ### Known values supported by the service
|
|
2223
|
+
* **ServiceProfiler**
|
|
2224
|
+
*/
|
|
2225
|
+
export declare type StorageType = string;
|
|
2226
|
+
|
|
2227
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
2228
|
+
export declare interface SystemData {
|
|
2229
|
+
/** The identity that created the resource. */
|
|
2230
|
+
createdBy?: string;
|
|
2231
|
+
/** The type of identity that created the resource. */
|
|
2232
|
+
createdByType?: CreatedByType;
|
|
2233
|
+
/** The timestamp of resource creation (UTC). */
|
|
2234
|
+
createdAt?: Date;
|
|
2235
|
+
/** The identity that last modified the resource. */
|
|
2236
|
+
lastModifiedBy?: string;
|
|
2237
|
+
/** The type of identity that last modified the resource. */
|
|
2238
|
+
lastModifiedByType?: CreatedByType;
|
|
2239
|
+
/** The timestamp of resource last modification (UTC) */
|
|
2240
|
+
lastModifiedAt?: Date;
|
|
2241
|
+
}
|
|
2242
|
+
|
|
2243
|
+
/** A container holding only the Tags for a resource, allowing the user to update the tags on a WebTest instance. */
|
|
2244
|
+
export declare interface TagsResource {
|
|
2245
|
+
/** Resource tags */
|
|
2246
|
+
tags?: {
|
|
2247
|
+
[propertyName: string]: string;
|
|
2248
|
+
};
|
|
2249
|
+
}
|
|
2250
|
+
|
|
2251
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
2252
|
+
export declare type TrackedResource = Resource & {
|
|
2253
|
+
/** Resource tags. */
|
|
2254
|
+
tags?: {
|
|
2255
|
+
[propertyName: string]: string;
|
|
2256
|
+
};
|
|
2257
|
+
/** The geo-location where the resource lives */
|
|
2258
|
+
location: string;
|
|
2259
|
+
};
|
|
2260
|
+
|
|
2261
|
+
/** User assigned identity properties */
|
|
2262
|
+
export declare interface UserAssignedIdentity {
|
|
2263
|
+
/**
|
|
2264
|
+
* The principal ID of the assigned identity.
|
|
2265
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2266
|
+
*/
|
|
2267
|
+
readonly principalId?: string;
|
|
2268
|
+
/**
|
|
2269
|
+
* The client ID of the assigned identity.
|
|
2270
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2271
|
+
*/
|
|
2272
|
+
readonly clientId?: string;
|
|
2273
|
+
}
|
|
2274
|
+
|
|
2275
|
+
/** An Application Insights web test definition. */
|
|
2276
|
+
export declare type WebTest = WebtestsResource & {
|
|
2277
|
+
/** The kind of web test that this web test watches. Choices are ping and multistep. */
|
|
2278
|
+
kind?: WebTestKind;
|
|
2279
|
+
/** Unique ID of this WebTest. This is typically the same value as the Name field. */
|
|
2280
|
+
syntheticMonitorId?: string;
|
|
2281
|
+
/** User defined name if this WebTest. */
|
|
2282
|
+
webTestName?: string;
|
|
2283
|
+
/** Purpose/user defined descriptive test for this WebTest. */
|
|
2284
|
+
description?: string;
|
|
2285
|
+
/** Is the test actively being monitored. */
|
|
2286
|
+
enabled?: boolean;
|
|
2287
|
+
/** Interval in seconds between test runs for this WebTest. Default value is 300. */
|
|
2288
|
+
frequency?: number;
|
|
2289
|
+
/** Seconds until this WebTest will timeout and fail. Default value is 30. */
|
|
2290
|
+
timeout?: number;
|
|
2291
|
+
/** The kind of web test this is, valid choices are ping and multistep. */
|
|
2292
|
+
webTestKind?: WebTestKind;
|
|
2293
|
+
/** Allow for retries should this WebTest fail. */
|
|
2294
|
+
retryEnabled?: boolean;
|
|
2295
|
+
/** A list of where to physically run the tests from to give global coverage for accessibility of your application. */
|
|
2296
|
+
locations?: WebTestGeolocation[];
|
|
2297
|
+
/** An XML configuration specification for a WebTest. */
|
|
2298
|
+
configuration?: WebTestPropertiesConfiguration;
|
|
2299
|
+
/**
|
|
2300
|
+
* Current state of this component, 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 Succeeded, Deploying, Canceled, and Failed.
|
|
2301
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2302
|
+
*/
|
|
2303
|
+
readonly provisioningState?: string;
|
|
2304
|
+
};
|
|
2305
|
+
|
|
2306
|
+
/** Geo-physical location to run a web test from. You must specify one or more locations for the test to run from. */
|
|
2307
|
+
export declare interface WebTestGeolocation {
|
|
2308
|
+
/** Location ID for the webtest to run from. */
|
|
2309
|
+
location?: string;
|
|
2310
|
+
}
|
|
2311
|
+
|
|
2312
|
+
/** Defines values for WebTestKind. */
|
|
2313
|
+
export declare type WebTestKind = "ping" | "multistep";
|
|
2314
|
+
|
|
2315
|
+
/** A list of 0 or more Application Insights web test definitions. */
|
|
2316
|
+
export declare interface WebTestListResult {
|
|
2317
|
+
/** Set of Application Insights web test definitions. */
|
|
2318
|
+
value: WebTest[];
|
|
2319
|
+
/** The link to get the next part of the returned list of web tests, should the return set be too large for a single request. May be null. */
|
|
2320
|
+
nextLink?: string;
|
|
2321
|
+
}
|
|
2322
|
+
|
|
2323
|
+
/** Interface representing a WebTestLocations. */
|
|
2324
|
+
export declare interface WebTestLocations {
|
|
2325
|
+
/**
|
|
2326
|
+
* Gets a list of web test locations available to this Application Insights component.
|
|
2327
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2328
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
2329
|
+
* @param options The options parameters.
|
|
2330
|
+
*/
|
|
2331
|
+
list(resourceGroupName: string, resourceName: string, options?: WebTestLocationsListOptionalParams): PagedAsyncIterableIterator<ApplicationInsightsComponentWebTestLocation>;
|
|
2332
|
+
}
|
|
2333
|
+
|
|
2334
|
+
/** Optional parameters. */
|
|
2335
|
+
export declare interface WebTestLocationsListOptionalParams extends coreClient.OperationOptions {
|
|
2336
|
+
}
|
|
2337
|
+
|
|
2338
|
+
/** Contains response data for the list operation. */
|
|
2339
|
+
export declare type WebTestLocationsListResponse = ApplicationInsightsWebTestLocationsListResult;
|
|
2340
|
+
|
|
2341
|
+
/** An XML configuration specification for a WebTest. */
|
|
2342
|
+
export declare interface WebTestPropertiesConfiguration {
|
|
2343
|
+
/** The XML specification of a WebTest to run against an application. */
|
|
2344
|
+
webTest?: string;
|
|
2345
|
+
}
|
|
2346
|
+
|
|
2347
|
+
/** Interface representing a WebTests. */
|
|
2348
|
+
export declare interface WebTests {
|
|
2349
|
+
/**
|
|
2350
|
+
* Get all Application Insights web tests defined within a specified resource group.
|
|
2351
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2352
|
+
* @param options The options parameters.
|
|
2353
|
+
*/
|
|
2354
|
+
listByResourceGroup(resourceGroupName: string, options?: WebTestsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<WebTest>;
|
|
2355
|
+
/**
|
|
2356
|
+
* Get all Application Insights web test alerts definitions within a subscription.
|
|
2357
|
+
* @param options The options parameters.
|
|
2358
|
+
*/
|
|
2359
|
+
list(options?: WebTestsListOptionalParams): PagedAsyncIterableIterator<WebTest>;
|
|
2360
|
+
/**
|
|
2361
|
+
* Get all Application Insights web tests defined for the specified component.
|
|
2362
|
+
* @param componentName The name of the Application Insights component resource.
|
|
2363
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2364
|
+
* @param options The options parameters.
|
|
2365
|
+
*/
|
|
2366
|
+
listByComponent(componentName: string, resourceGroupName: string, options?: WebTestsListByComponentOptionalParams): PagedAsyncIterableIterator<WebTest>;
|
|
2367
|
+
/**
|
|
2368
|
+
* Get a specific Application Insights web test definition.
|
|
2369
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2370
|
+
* @param webTestName The name of the Application Insights webtest resource.
|
|
2371
|
+
* @param options The options parameters.
|
|
2372
|
+
*/
|
|
2373
|
+
get(resourceGroupName: string, webTestName: string, options?: WebTestsGetOptionalParams): Promise<WebTestsGetResponse>;
|
|
2374
|
+
/**
|
|
2375
|
+
* Creates or updates an Application Insights web test definition.
|
|
2376
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2377
|
+
* @param webTestName The name of the Application Insights webtest resource.
|
|
2378
|
+
* @param webTestDefinition Properties that need to be specified to create or update an Application
|
|
2379
|
+
* Insights web test definition.
|
|
2380
|
+
* @param options The options parameters.
|
|
2381
|
+
*/
|
|
2382
|
+
createOrUpdate(resourceGroupName: string, webTestName: string, webTestDefinition: WebTest, options?: WebTestsCreateOrUpdateOptionalParams): Promise<WebTestsCreateOrUpdateResponse>;
|
|
2383
|
+
/**
|
|
2384
|
+
* Creates or updates an Application Insights web test definition.
|
|
2385
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2386
|
+
* @param webTestName The name of the Application Insights webtest resource.
|
|
2387
|
+
* @param webTestTags Updated tag information to set into the web test instance.
|
|
2388
|
+
* @param options The options parameters.
|
|
2389
|
+
*/
|
|
2390
|
+
updateTags(resourceGroupName: string, webTestName: string, webTestTags: TagsResource, options?: WebTestsUpdateTagsOptionalParams): Promise<WebTestsUpdateTagsResponse>;
|
|
2391
|
+
/**
|
|
2392
|
+
* Deletes an Application Insights web test.
|
|
2393
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2394
|
+
* @param webTestName The name of the Application Insights webtest resource.
|
|
2395
|
+
* @param options The options parameters.
|
|
2396
|
+
*/
|
|
2397
|
+
delete(resourceGroupName: string, webTestName: string, options?: WebTestsDeleteOptionalParams): Promise<void>;
|
|
2398
|
+
}
|
|
2399
|
+
|
|
2400
|
+
/** Optional parameters. */
|
|
2401
|
+
export declare interface WebTestsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2402
|
+
}
|
|
2403
|
+
|
|
2404
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2405
|
+
export declare type WebTestsCreateOrUpdateResponse = WebTest;
|
|
2406
|
+
|
|
2407
|
+
/** Optional parameters. */
|
|
2408
|
+
export declare interface WebTestsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2409
|
+
}
|
|
2410
|
+
|
|
2411
|
+
/** Optional parameters. */
|
|
2412
|
+
export declare interface WebTestsGetOptionalParams extends coreClient.OperationOptions {
|
|
2413
|
+
}
|
|
2414
|
+
|
|
2415
|
+
/** Contains response data for the get operation. */
|
|
2416
|
+
export declare type WebTestsGetResponse = WebTest;
|
|
2417
|
+
|
|
2418
|
+
/** Optional parameters. */
|
|
2419
|
+
export declare interface WebTestsListByComponentNextOptionalParams extends coreClient.OperationOptions {
|
|
2420
|
+
}
|
|
2421
|
+
|
|
2422
|
+
/** Contains response data for the listByComponentNext operation. */
|
|
2423
|
+
export declare type WebTestsListByComponentNextResponse = WebTestListResult;
|
|
2424
|
+
|
|
2425
|
+
/** Optional parameters. */
|
|
2426
|
+
export declare interface WebTestsListByComponentOptionalParams extends coreClient.OperationOptions {
|
|
2427
|
+
}
|
|
2428
|
+
|
|
2429
|
+
/** Contains response data for the listByComponent operation. */
|
|
2430
|
+
export declare type WebTestsListByComponentResponse = WebTestListResult;
|
|
2431
|
+
|
|
2432
|
+
/** Optional parameters. */
|
|
2433
|
+
export declare interface WebTestsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2434
|
+
}
|
|
2435
|
+
|
|
2436
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2437
|
+
export declare type WebTestsListByResourceGroupNextResponse = WebTestListResult;
|
|
2438
|
+
|
|
2439
|
+
/** Optional parameters. */
|
|
2440
|
+
export declare interface WebTestsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
2441
|
+
}
|
|
2442
|
+
|
|
2443
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
2444
|
+
export declare type WebTestsListByResourceGroupResponse = WebTestListResult;
|
|
2445
|
+
|
|
2446
|
+
/** Optional parameters. */
|
|
2447
|
+
export declare interface WebTestsListNextOptionalParams extends coreClient.OperationOptions {
|
|
2448
|
+
}
|
|
2449
|
+
|
|
2450
|
+
/** Contains response data for the listNext operation. */
|
|
2451
|
+
export declare type WebTestsListNextResponse = WebTestListResult;
|
|
2452
|
+
|
|
2453
|
+
/** Optional parameters. */
|
|
2454
|
+
export declare interface WebTestsListOptionalParams extends coreClient.OperationOptions {
|
|
2455
|
+
}
|
|
2456
|
+
|
|
2457
|
+
/** Contains response data for the list operation. */
|
|
2458
|
+
export declare type WebTestsListResponse = WebTestListResult;
|
|
2459
|
+
|
|
2460
|
+
/** An azure resource object */
|
|
2461
|
+
export declare interface WebtestsResource {
|
|
2462
|
+
/**
|
|
2463
|
+
* Azure resource Id
|
|
2464
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2465
|
+
*/
|
|
2466
|
+
readonly id?: string;
|
|
2467
|
+
/**
|
|
2468
|
+
* Azure resource name
|
|
2469
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2470
|
+
*/
|
|
2471
|
+
readonly name?: string;
|
|
2472
|
+
/**
|
|
2473
|
+
* Azure resource type
|
|
2474
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2475
|
+
*/
|
|
2476
|
+
readonly type?: string;
|
|
2477
|
+
/** Resource location */
|
|
2478
|
+
location: string;
|
|
2479
|
+
/** Resource tags */
|
|
2480
|
+
tags?: {
|
|
2481
|
+
[propertyName: string]: string;
|
|
2482
|
+
};
|
|
2483
|
+
}
|
|
2484
|
+
|
|
2485
|
+
/** Optional parameters. */
|
|
2486
|
+
export declare interface WebTestsUpdateTagsOptionalParams extends coreClient.OperationOptions {
|
|
2487
|
+
}
|
|
2488
|
+
|
|
2489
|
+
/** Contains response data for the updateTags operation. */
|
|
2490
|
+
export declare type WebTestsUpdateTagsResponse = WebTest;
|
|
2491
|
+
|
|
2492
|
+
/** An Application Insights workbook definition. */
|
|
2493
|
+
export declare type Workbook = WorkbookResource & {
|
|
2494
|
+
/**
|
|
2495
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
2496
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2497
|
+
*/
|
|
2498
|
+
readonly systemData?: SystemData;
|
|
2499
|
+
/** The user-defined name (display name) of the workbook. */
|
|
2500
|
+
displayName?: string;
|
|
2501
|
+
/** Configuration of this particular workbook. Configuration data is a string containing valid JSON */
|
|
2502
|
+
serializedData?: string;
|
|
2503
|
+
/** Workbook schema version format, like 'Notebook/1.0', which should match the workbook in serializedData */
|
|
2504
|
+
version?: string;
|
|
2505
|
+
/**
|
|
2506
|
+
* Date and time in UTC of the last modification that was made to this workbook definition.
|
|
2507
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2508
|
+
*/
|
|
2509
|
+
readonly timeModified?: Date;
|
|
2510
|
+
/** Workbook category, as defined by the user at creation time. */
|
|
2511
|
+
category?: string;
|
|
2512
|
+
/** Being deprecated, please use the other tags field */
|
|
2513
|
+
tagsPropertiesTags?: string[];
|
|
2514
|
+
/**
|
|
2515
|
+
* Unique user id of the specific user that owns this workbook.
|
|
2516
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2517
|
+
*/
|
|
2518
|
+
readonly userId?: string;
|
|
2519
|
+
/** ResourceId for a source resource. */
|
|
2520
|
+
sourceId?: string;
|
|
2521
|
+
/** The resourceId to the storage account when bring your own storage is used */
|
|
2522
|
+
storageUri?: string;
|
|
2523
|
+
/** The description of the workbook. */
|
|
2524
|
+
description?: string;
|
|
2525
|
+
/**
|
|
2526
|
+
* The unique revision id for this workbook definition
|
|
2527
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2528
|
+
*/
|
|
2529
|
+
readonly revision?: string;
|
|
2530
|
+
};
|
|
2531
|
+
|
|
2532
|
+
/** Error response. */
|
|
2533
|
+
export declare interface WorkbookError {
|
|
2534
|
+
/** The error details. */
|
|
2535
|
+
error?: WorkbookErrorDefinition;
|
|
2536
|
+
}
|
|
2537
|
+
|
|
2538
|
+
/** Error definition. */
|
|
2539
|
+
export declare interface WorkbookErrorDefinition {
|
|
2540
|
+
/**
|
|
2541
|
+
* Service specific error code which serves as the substatus for the HTTP error code.
|
|
2542
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2543
|
+
*/
|
|
2544
|
+
readonly code?: string;
|
|
2545
|
+
/**
|
|
2546
|
+
* Description of the error.
|
|
2547
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2548
|
+
*/
|
|
2549
|
+
readonly message?: string;
|
|
2550
|
+
/**
|
|
2551
|
+
* Internal error details.
|
|
2552
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2553
|
+
*/
|
|
2554
|
+
readonly innerError?: any;
|
|
2555
|
+
}
|
|
2556
|
+
|
|
2557
|
+
/** Error details */
|
|
2558
|
+
export declare interface WorkbookInnerErrorTrace {
|
|
2559
|
+
/**
|
|
2560
|
+
* detailed error trace
|
|
2561
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2562
|
+
*/
|
|
2563
|
+
readonly trace?: string[];
|
|
2564
|
+
}
|
|
2565
|
+
|
|
2566
|
+
/** An azure resource object */
|
|
2567
|
+
export declare type WorkbookResource = TrackedResource & {
|
|
2568
|
+
/** Identity used for BYOS */
|
|
2569
|
+
identity?: WorkbookResourceIdentity;
|
|
2570
|
+
/** The kind of workbook. Choices are user and shared. */
|
|
2571
|
+
kind?: Kind;
|
|
2572
|
+
/** Resource etag */
|
|
2573
|
+
etag?: string;
|
|
2574
|
+
};
|
|
2575
|
+
|
|
2576
|
+
/** Identity used for BYOS */
|
|
2577
|
+
export declare type WorkbookResourceIdentity = ManagedServiceIdentity & {};
|
|
2578
|
+
|
|
2579
|
+
/** Interface representing a Workbooks. */
|
|
2580
|
+
export declare interface Workbooks {
|
|
2581
|
+
/**
|
|
2582
|
+
* Get all private workbooks defined within a specified subscription and category.
|
|
2583
|
+
* @param category Category of workbook to return.
|
|
2584
|
+
* @param options The options parameters.
|
|
2585
|
+
*/
|
|
2586
|
+
listBySubscription(category: CategoryType, options?: WorkbooksListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Workbook>;
|
|
2587
|
+
/**
|
|
2588
|
+
* Get all Workbooks defined within a specified resource group and category.
|
|
2589
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2590
|
+
* @param category Category of workbook to return.
|
|
2591
|
+
* @param options The options parameters.
|
|
2592
|
+
*/
|
|
2593
|
+
listByResourceGroup(resourceGroupName: string, category: CategoryType, options?: WorkbooksListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Workbook>;
|
|
2594
|
+
/**
|
|
2595
|
+
* Get the revisions for the workbook defined by its resourceName.
|
|
2596
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2597
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
2598
|
+
* @param options The options parameters.
|
|
2599
|
+
*/
|
|
2600
|
+
listRevisionsList(resourceGroupName: string, resourceName: string, options?: WorkbooksRevisionsListOptionalParams): PagedAsyncIterableIterator<Workbook>;
|
|
2601
|
+
/**
|
|
2602
|
+
* Get a single workbook by its resourceName.
|
|
2603
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2604
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
2605
|
+
* @param options The options parameters.
|
|
2606
|
+
*/
|
|
2607
|
+
get(resourceGroupName: string, resourceName: string, options?: WorkbooksGetOptionalParams): Promise<WorkbooksGetResponse>;
|
|
2608
|
+
/**
|
|
2609
|
+
* Delete a workbook.
|
|
2610
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2611
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
2612
|
+
* @param options The options parameters.
|
|
2613
|
+
*/
|
|
2614
|
+
delete(resourceGroupName: string, resourceName: string, options?: WorkbooksDeleteOptionalParams): Promise<void>;
|
|
2615
|
+
/**
|
|
2616
|
+
* Create a new workbook.
|
|
2617
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2618
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
2619
|
+
* @param workbookProperties Properties that need to be specified to create a new workbook.
|
|
2620
|
+
* @param options The options parameters.
|
|
2621
|
+
*/
|
|
2622
|
+
createOrUpdate(resourceGroupName: string, resourceName: string, workbookProperties: Workbook, options?: WorkbooksCreateOrUpdateOptionalParams): Promise<WorkbooksCreateOrUpdateResponse>;
|
|
2623
|
+
/**
|
|
2624
|
+
* Updates a workbook that has already been added.
|
|
2625
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2626
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
2627
|
+
* @param options The options parameters.
|
|
2628
|
+
*/
|
|
2629
|
+
update(resourceGroupName: string, resourceName: string, options?: WorkbooksUpdateOptionalParams): Promise<WorkbooksUpdateResponse>;
|
|
2630
|
+
/**
|
|
2631
|
+
* Get a single workbook revision defined by its revisionId.
|
|
2632
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2633
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
2634
|
+
* @param revisionId The id of the workbook's revision.
|
|
2635
|
+
* @param options The options parameters.
|
|
2636
|
+
*/
|
|
2637
|
+
revisionGet(resourceGroupName: string, resourceName: string, revisionId: string, options?: WorkbooksRevisionGetOptionalParams): Promise<WorkbooksRevisionGetResponse>;
|
|
2638
|
+
}
|
|
2639
|
+
|
|
2640
|
+
/** Optional parameters. */
|
|
2641
|
+
export declare interface WorkbooksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2642
|
+
/** Azure Resource Id that will fetch all linked workbooks. */
|
|
2643
|
+
sourceId?: string;
|
|
2644
|
+
}
|
|
2645
|
+
|
|
2646
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2647
|
+
export declare type WorkbooksCreateOrUpdateResponse = Workbook;
|
|
2648
|
+
|
|
2649
|
+
/** Optional parameters. */
|
|
2650
|
+
export declare interface WorkbooksDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2651
|
+
}
|
|
2652
|
+
|
|
2653
|
+
/** Optional parameters. */
|
|
2654
|
+
export declare interface WorkbooksGetOptionalParams extends coreClient.OperationOptions {
|
|
2655
|
+
}
|
|
2656
|
+
|
|
2657
|
+
/** Contains response data for the get operation. */
|
|
2658
|
+
export declare type WorkbooksGetResponse = Workbook;
|
|
2659
|
+
|
|
2660
|
+
/** Optional parameters. */
|
|
2661
|
+
export declare interface WorkbooksListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2662
|
+
/** Flag indicating whether or not to return the full content for each applicable workbook. If false, only return summary content for workbooks. */
|
|
2663
|
+
canFetchContent?: boolean;
|
|
2664
|
+
/** Tags presents on each workbook returned. */
|
|
2665
|
+
tags?: string[];
|
|
2666
|
+
/** Azure Resource Id that will fetch all linked workbooks. */
|
|
2667
|
+
sourceId?: string;
|
|
2668
|
+
}
|
|
2669
|
+
|
|
2670
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2671
|
+
export declare type WorkbooksListByResourceGroupNextResponse = WorkbooksListResult;
|
|
2672
|
+
|
|
2673
|
+
/** Optional parameters. */
|
|
2674
|
+
export declare interface WorkbooksListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
2675
|
+
/** Flag indicating whether or not to return the full content for each applicable workbook. If false, only return summary content for workbooks. */
|
|
2676
|
+
canFetchContent?: boolean;
|
|
2677
|
+
/** Tags presents on each workbook returned. */
|
|
2678
|
+
tags?: string[];
|
|
2679
|
+
/** Azure Resource Id that will fetch all linked workbooks. */
|
|
2680
|
+
sourceId?: string;
|
|
2681
|
+
}
|
|
2682
|
+
|
|
2683
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
2684
|
+
export declare type WorkbooksListByResourceGroupResponse = WorkbooksListResult;
|
|
2685
|
+
|
|
2686
|
+
/** Optional parameters. */
|
|
2687
|
+
export declare interface WorkbooksListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
2688
|
+
/** Flag indicating whether or not to return the full content for each applicable workbook. If false, only return summary content for workbooks. */
|
|
2689
|
+
canFetchContent?: boolean;
|
|
2690
|
+
/** Tags presents on each workbook returned. */
|
|
2691
|
+
tags?: string[];
|
|
2692
|
+
}
|
|
2693
|
+
|
|
2694
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
2695
|
+
export declare type WorkbooksListBySubscriptionNextResponse = WorkbooksListResult;
|
|
2696
|
+
|
|
2697
|
+
/** Optional parameters. */
|
|
2698
|
+
export declare interface WorkbooksListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
2699
|
+
/** Flag indicating whether or not to return the full content for each applicable workbook. If false, only return summary content for workbooks. */
|
|
2700
|
+
canFetchContent?: boolean;
|
|
2701
|
+
/** Tags presents on each workbook returned. */
|
|
2702
|
+
tags?: string[];
|
|
2703
|
+
}
|
|
2704
|
+
|
|
2705
|
+
/** Contains response data for the listBySubscription operation. */
|
|
2706
|
+
export declare type WorkbooksListBySubscriptionResponse = WorkbooksListResult;
|
|
2707
|
+
|
|
2708
|
+
/** Workbook list result. */
|
|
2709
|
+
export declare interface WorkbooksListResult {
|
|
2710
|
+
/**
|
|
2711
|
+
* An array of workbooks.
|
|
2712
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2713
|
+
*/
|
|
2714
|
+
readonly value?: Workbook[];
|
|
2715
|
+
nextLink?: string;
|
|
2716
|
+
}
|
|
2717
|
+
|
|
2718
|
+
/** Optional parameters. */
|
|
2719
|
+
export declare interface WorkbooksRevisionGetOptionalParams extends coreClient.OperationOptions {
|
|
2720
|
+
}
|
|
2721
|
+
|
|
2722
|
+
/** Contains response data for the revisionGet operation. */
|
|
2723
|
+
export declare type WorkbooksRevisionGetResponse = Workbook;
|
|
2724
|
+
|
|
2725
|
+
/** Optional parameters. */
|
|
2726
|
+
export declare interface WorkbooksRevisionsListNextOptionalParams extends coreClient.OperationOptions {
|
|
2727
|
+
}
|
|
2728
|
+
|
|
2729
|
+
/** Contains response data for the revisionsListNext operation. */
|
|
2730
|
+
export declare type WorkbooksRevisionsListNextResponse = WorkbooksListResult;
|
|
2731
|
+
|
|
2732
|
+
/** Optional parameters. */
|
|
2733
|
+
export declare interface WorkbooksRevisionsListOptionalParams extends coreClient.OperationOptions {
|
|
2734
|
+
}
|
|
2735
|
+
|
|
2736
|
+
/** Contains response data for the revisionsList operation. */
|
|
2737
|
+
export declare type WorkbooksRevisionsListResponse = WorkbooksListResult;
|
|
2738
|
+
|
|
2739
|
+
/** Optional parameters. */
|
|
2740
|
+
export declare interface WorkbooksUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2741
|
+
/** Azure Resource Id that will fetch all linked workbooks. */
|
|
2742
|
+
sourceId?: string;
|
|
2743
|
+
/** Properties that need to be specified to create a new workbook. */
|
|
2744
|
+
workbookUpdateParameters?: WorkbookUpdateParameters;
|
|
2745
|
+
}
|
|
2746
|
+
|
|
2747
|
+
/** Contains response data for the update operation. */
|
|
2748
|
+
export declare type WorkbooksUpdateResponse = Workbook;
|
|
2749
|
+
|
|
2750
|
+
/** An Application Insights workbook template definition. */
|
|
2751
|
+
export declare type WorkbookTemplate = WorkbookTemplateResource & {
|
|
2752
|
+
/** Priority of the template. Determines which template to open when a workbook gallery is opened in viewer mode. */
|
|
2753
|
+
priority?: number;
|
|
2754
|
+
/** Information about the author of the workbook template. */
|
|
2755
|
+
author?: string;
|
|
2756
|
+
/** Valid JSON object containing workbook template payload. */
|
|
2757
|
+
templateData?: Record<string, unknown>;
|
|
2758
|
+
/** Workbook galleries supported by the template. */
|
|
2759
|
+
galleries?: WorkbookTemplateGallery[];
|
|
2760
|
+
/** Key value pair of localized gallery. Each key is the locale code of languages supported by the Azure portal. */
|
|
2761
|
+
localized?: {
|
|
2762
|
+
[propertyName: string]: WorkbookTemplateLocalizedGallery[];
|
|
2763
|
+
};
|
|
2764
|
+
};
|
|
2765
|
+
|
|
2766
|
+
/** Error message that will indicate why the operation failed. */
|
|
2767
|
+
export declare interface WorkbookTemplateError {
|
|
2768
|
+
/** Error message object that will indicate why the operation failed. */
|
|
2769
|
+
error?: WorkbookTemplateErrorBody;
|
|
2770
|
+
}
|
|
2771
|
+
|
|
2772
|
+
/** Error message body that will indicate why the operation failed. */
|
|
2773
|
+
export declare interface WorkbookTemplateErrorBody {
|
|
2774
|
+
/** Service-defined error code. This code serves as a sub-status for the HTTP error code specified in the response. */
|
|
2775
|
+
code?: string;
|
|
2776
|
+
/** Human-readable representation of the error. */
|
|
2777
|
+
message?: string;
|
|
2778
|
+
/** The list of invalid fields send in request, in case of validation error. */
|
|
2779
|
+
details?: WorkbookTemplateErrorFieldContract[];
|
|
2780
|
+
}
|
|
2781
|
+
|
|
2782
|
+
/** Error Field contract. */
|
|
2783
|
+
export declare interface WorkbookTemplateErrorFieldContract {
|
|
2784
|
+
/** Property level error code. */
|
|
2785
|
+
code?: string;
|
|
2786
|
+
/** Human-readable representation of property-level error. */
|
|
2787
|
+
message?: string;
|
|
2788
|
+
/** Property name. */
|
|
2789
|
+
target?: string;
|
|
2790
|
+
}
|
|
2791
|
+
|
|
2792
|
+
/** Gallery information for a workbook template. */
|
|
2793
|
+
export declare interface WorkbookTemplateGallery {
|
|
2794
|
+
/** Name of the workbook template in the gallery. */
|
|
2795
|
+
name?: string;
|
|
2796
|
+
/** Category for the gallery. */
|
|
2797
|
+
category?: string;
|
|
2798
|
+
/** Type of workbook supported by the workbook template. */
|
|
2799
|
+
type?: string;
|
|
2800
|
+
/** Order of the template within the gallery. */
|
|
2801
|
+
order?: number;
|
|
2802
|
+
/** Azure resource type supported by the gallery. */
|
|
2803
|
+
resourceType?: string;
|
|
2804
|
+
}
|
|
2805
|
+
|
|
2806
|
+
/** Localized template data and gallery information. */
|
|
2807
|
+
export declare interface WorkbookTemplateLocalizedGallery {
|
|
2808
|
+
/** Valid JSON object containing workbook template payload. */
|
|
2809
|
+
templateData?: Record<string, unknown>;
|
|
2810
|
+
/** Workbook galleries supported by the template. */
|
|
2811
|
+
galleries?: WorkbookTemplateGallery[];
|
|
2812
|
+
}
|
|
2813
|
+
|
|
2814
|
+
/** An azure resource object */
|
|
2815
|
+
export declare interface WorkbookTemplateResource {
|
|
2816
|
+
/**
|
|
2817
|
+
* Azure resource Id
|
|
2818
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2819
|
+
*/
|
|
2820
|
+
readonly id?: string;
|
|
2821
|
+
/**
|
|
2822
|
+
* Azure resource name.
|
|
2823
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2824
|
+
*/
|
|
2825
|
+
readonly name?: string;
|
|
2826
|
+
/**
|
|
2827
|
+
* Azure resource type
|
|
2828
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2829
|
+
*/
|
|
2830
|
+
readonly type?: string;
|
|
2831
|
+
/** Resource location */
|
|
2832
|
+
location: string;
|
|
2833
|
+
/** Resource tags */
|
|
2834
|
+
tags?: {
|
|
2835
|
+
[propertyName: string]: string;
|
|
2836
|
+
};
|
|
2837
|
+
}
|
|
2838
|
+
|
|
2839
|
+
/** Interface representing a WorkbookTemplates. */
|
|
2840
|
+
export declare interface WorkbookTemplates {
|
|
2841
|
+
/**
|
|
2842
|
+
* Get all Workbook templates defined within a specified resource group.
|
|
2843
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2844
|
+
* @param options The options parameters.
|
|
2845
|
+
*/
|
|
2846
|
+
listByResourceGroup(resourceGroupName: string, options?: WorkbookTemplatesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<WorkbookTemplate>;
|
|
2847
|
+
/**
|
|
2848
|
+
* Get a single workbook template by its resourceName.
|
|
2849
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2850
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
2851
|
+
* @param options The options parameters.
|
|
2852
|
+
*/
|
|
2853
|
+
get(resourceGroupName: string, resourceName: string, options?: WorkbookTemplatesGetOptionalParams): Promise<WorkbookTemplatesGetResponse>;
|
|
2854
|
+
/**
|
|
2855
|
+
* Delete a workbook template.
|
|
2856
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2857
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
2858
|
+
* @param options The options parameters.
|
|
2859
|
+
*/
|
|
2860
|
+
delete(resourceGroupName: string, resourceName: string, options?: WorkbookTemplatesDeleteOptionalParams): Promise<void>;
|
|
2861
|
+
/**
|
|
2862
|
+
* Create a new workbook template.
|
|
2863
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2864
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
2865
|
+
* @param workbookTemplateProperties Properties that need to be specified to create a new workbook.
|
|
2866
|
+
* @param options The options parameters.
|
|
2867
|
+
*/
|
|
2868
|
+
createOrUpdate(resourceGroupName: string, resourceName: string, workbookTemplateProperties: WorkbookTemplate, options?: WorkbookTemplatesCreateOrUpdateOptionalParams): Promise<WorkbookTemplatesCreateOrUpdateResponse>;
|
|
2869
|
+
/**
|
|
2870
|
+
* Updates a workbook template that has already been added.
|
|
2871
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2872
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
2873
|
+
* @param options The options parameters.
|
|
2874
|
+
*/
|
|
2875
|
+
update(resourceGroupName: string, resourceName: string, options?: WorkbookTemplatesUpdateOptionalParams): Promise<WorkbookTemplatesUpdateResponse>;
|
|
2876
|
+
}
|
|
2877
|
+
|
|
2878
|
+
/** Optional parameters. */
|
|
2879
|
+
export declare interface WorkbookTemplatesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2880
|
+
}
|
|
2881
|
+
|
|
2882
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2883
|
+
export declare type WorkbookTemplatesCreateOrUpdateResponse = WorkbookTemplate;
|
|
2884
|
+
|
|
2885
|
+
/** Optional parameters. */
|
|
2886
|
+
export declare interface WorkbookTemplatesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2887
|
+
}
|
|
2888
|
+
|
|
2889
|
+
/** Optional parameters. */
|
|
2890
|
+
export declare interface WorkbookTemplatesGetOptionalParams extends coreClient.OperationOptions {
|
|
2891
|
+
}
|
|
2892
|
+
|
|
2893
|
+
/** Contains response data for the get operation. */
|
|
2894
|
+
export declare type WorkbookTemplatesGetResponse = WorkbookTemplate;
|
|
2895
|
+
|
|
2896
|
+
/** Optional parameters. */
|
|
2897
|
+
export declare interface WorkbookTemplatesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
2898
|
+
}
|
|
2899
|
+
|
|
2900
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
2901
|
+
export declare type WorkbookTemplatesListByResourceGroupResponse = WorkbookTemplatesListResult;
|
|
2902
|
+
|
|
2903
|
+
/** WorkbookTemplate list result. */
|
|
2904
|
+
export declare interface WorkbookTemplatesListResult {
|
|
2905
|
+
/** An array of workbook templates. */
|
|
2906
|
+
value?: WorkbookTemplate[];
|
|
2907
|
+
}
|
|
2908
|
+
|
|
2909
|
+
/** Optional parameters. */
|
|
2910
|
+
export declare interface WorkbookTemplatesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2911
|
+
/** Properties that need to be specified to patch a workbook template. */
|
|
2912
|
+
workbookTemplateUpdateParameters?: WorkbookTemplateUpdateParameters;
|
|
2913
|
+
}
|
|
2914
|
+
|
|
2915
|
+
/** Contains response data for the update operation. */
|
|
2916
|
+
export declare type WorkbookTemplatesUpdateResponse = WorkbookTemplate;
|
|
2917
|
+
|
|
2918
|
+
/** The parameters that can be provided when updating workbook template. */
|
|
2919
|
+
export declare interface WorkbookTemplateUpdateParameters {
|
|
2920
|
+
/** Resource tags */
|
|
2921
|
+
tags?: {
|
|
2922
|
+
[propertyName: string]: string;
|
|
2923
|
+
};
|
|
2924
|
+
/** Priority of the template. Determines which template to open when a workbook gallery is opened in viewer mode. */
|
|
2925
|
+
priority?: number;
|
|
2926
|
+
/** Information about the author of the workbook template. */
|
|
2927
|
+
author?: string;
|
|
2928
|
+
/** Valid JSON object containing workbook template payload. */
|
|
2929
|
+
templateData?: Record<string, unknown>;
|
|
2930
|
+
/** Workbook galleries supported by the template. */
|
|
2931
|
+
galleries?: WorkbookTemplateGallery[];
|
|
2932
|
+
/** Key value pair of localized gallery. Each key is the locale code of languages supported by the Azure portal. */
|
|
2933
|
+
localized?: {
|
|
2934
|
+
[propertyName: string]: WorkbookTemplateLocalizedGallery[];
|
|
2935
|
+
};
|
|
2936
|
+
}
|
|
2937
|
+
|
|
2938
|
+
/** The parameters that can be provided when updating workbook properties properties. */
|
|
2939
|
+
export declare interface WorkbookUpdateParameters {
|
|
2940
|
+
/** The kind of workbook. Choices are user and shared. */
|
|
2941
|
+
kind?: SharedTypeKind;
|
|
2942
|
+
/** Resource tags. */
|
|
2943
|
+
tags?: {
|
|
2944
|
+
[propertyName: string]: string;
|
|
2945
|
+
};
|
|
2946
|
+
/** The user-defined name (display name) of the workbook. */
|
|
2947
|
+
displayName?: string;
|
|
2948
|
+
/** Configuration of this particular workbook. Configuration data is a string containing valid JSON */
|
|
2949
|
+
serializedData?: string;
|
|
2950
|
+
/** Workbook category, as defined by the user at creation time. */
|
|
2951
|
+
category?: string;
|
|
2952
|
+
/** A list of 0 or more tags that are associated with this workbook definition */
|
|
2953
|
+
tagsPropertiesTags?: string[];
|
|
2954
|
+
/** The description of the workbook. */
|
|
2955
|
+
description?: string;
|
|
2956
|
+
/** The unique revision id for this workbook definition */
|
|
2957
|
+
revision?: string;
|
|
2958
|
+
}
|
|
2959
|
+
|
|
2960
|
+
/** Work item configuration associated with an application insights resource. */
|
|
2961
|
+
export declare interface WorkItemConfiguration {
|
|
2962
|
+
/** Connector identifier where work item is created */
|
|
2963
|
+
connectorId?: string;
|
|
2964
|
+
/** Configuration friendly name */
|
|
2965
|
+
configDisplayName?: string;
|
|
2966
|
+
/** Boolean value indicating whether configuration is default */
|
|
2967
|
+
isDefault?: boolean;
|
|
2968
|
+
/** Unique Id for work item */
|
|
2969
|
+
id?: string;
|
|
2970
|
+
/** Serialized JSON object for detailed properties */
|
|
2971
|
+
configProperties?: string;
|
|
2972
|
+
}
|
|
2973
|
+
|
|
2974
|
+
/** Error associated with trying to get work item configuration or configurations */
|
|
2975
|
+
export declare interface WorkItemConfigurationError {
|
|
2976
|
+
/** Error detail code and explanation */
|
|
2977
|
+
code?: string;
|
|
2978
|
+
/** Error message */
|
|
2979
|
+
message?: string;
|
|
2980
|
+
/** Inner error */
|
|
2981
|
+
innererror?: InnerError;
|
|
2982
|
+
}
|
|
2983
|
+
|
|
2984
|
+
/** Interface representing a WorkItemConfigurations. */
|
|
2985
|
+
export declare interface WorkItemConfigurations {
|
|
2986
|
+
/**
|
|
2987
|
+
* Gets the list work item configurations that exist for the application
|
|
2988
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2989
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
2990
|
+
* @param options The options parameters.
|
|
2991
|
+
*/
|
|
2992
|
+
list(resourceGroupName: string, resourceName: string, options?: WorkItemConfigurationsListOptionalParams): PagedAsyncIterableIterator<WorkItemConfiguration>;
|
|
2993
|
+
/**
|
|
2994
|
+
* Create a work item configuration for an Application Insights component.
|
|
2995
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2996
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
2997
|
+
* @param workItemConfigurationProperties Properties that need to be specified to create a work item
|
|
2998
|
+
* configuration of a Application Insights component.
|
|
2999
|
+
* @param options The options parameters.
|
|
3000
|
+
*/
|
|
3001
|
+
create(resourceGroupName: string, resourceName: string, workItemConfigurationProperties: WorkItemCreateConfiguration, options?: WorkItemConfigurationsCreateOptionalParams): Promise<WorkItemConfigurationsCreateResponse>;
|
|
3002
|
+
/**
|
|
3003
|
+
* Gets default work item configurations that exist for the application
|
|
3004
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3005
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
3006
|
+
* @param options The options parameters.
|
|
3007
|
+
*/
|
|
3008
|
+
getDefault(resourceGroupName: string, resourceName: string, options?: WorkItemConfigurationsGetDefaultOptionalParams): Promise<WorkItemConfigurationsGetDefaultResponse>;
|
|
3009
|
+
/**
|
|
3010
|
+
* Delete a work item configuration of an Application Insights component.
|
|
3011
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3012
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
3013
|
+
* @param workItemConfigId The unique work item configuration Id. This can be either friendly name of
|
|
3014
|
+
* connector as defined in connector configuration
|
|
3015
|
+
* @param options The options parameters.
|
|
3016
|
+
*/
|
|
3017
|
+
delete(resourceGroupName: string, resourceName: string, workItemConfigId: string, options?: WorkItemConfigurationsDeleteOptionalParams): Promise<void>;
|
|
3018
|
+
/**
|
|
3019
|
+
* Gets specified work item configuration for an Application Insights component.
|
|
3020
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3021
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
3022
|
+
* @param workItemConfigId The unique work item configuration Id. This can be either friendly name of
|
|
3023
|
+
* connector as defined in connector configuration
|
|
3024
|
+
* @param options The options parameters.
|
|
3025
|
+
*/
|
|
3026
|
+
getItem(resourceGroupName: string, resourceName: string, workItemConfigId: string, options?: WorkItemConfigurationsGetItemOptionalParams): Promise<WorkItemConfigurationsGetItemResponse>;
|
|
3027
|
+
/**
|
|
3028
|
+
* Update a work item configuration for an Application Insights component.
|
|
3029
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3030
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
3031
|
+
* @param workItemConfigId The unique work item configuration Id. This can be either friendly name of
|
|
3032
|
+
* connector as defined in connector configuration
|
|
3033
|
+
* @param workItemConfigurationProperties Properties that need to be specified to update a work item
|
|
3034
|
+
* configuration for this Application Insights component.
|
|
3035
|
+
* @param options The options parameters.
|
|
3036
|
+
*/
|
|
3037
|
+
updateItem(resourceGroupName: string, resourceName: string, workItemConfigId: string, workItemConfigurationProperties: WorkItemCreateConfiguration, options?: WorkItemConfigurationsUpdateItemOptionalParams): Promise<WorkItemConfigurationsUpdateItemResponse>;
|
|
3038
|
+
}
|
|
3039
|
+
|
|
3040
|
+
/** Optional parameters. */
|
|
3041
|
+
export declare interface WorkItemConfigurationsCreateOptionalParams extends coreClient.OperationOptions {
|
|
3042
|
+
}
|
|
3043
|
+
|
|
3044
|
+
/** Contains response data for the create operation. */
|
|
3045
|
+
export declare type WorkItemConfigurationsCreateResponse = WorkItemConfiguration;
|
|
3046
|
+
|
|
3047
|
+
/** Optional parameters. */
|
|
3048
|
+
export declare interface WorkItemConfigurationsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3049
|
+
}
|
|
3050
|
+
|
|
3051
|
+
/** Optional parameters. */
|
|
3052
|
+
export declare interface WorkItemConfigurationsGetDefaultOptionalParams extends coreClient.OperationOptions {
|
|
3053
|
+
}
|
|
3054
|
+
|
|
3055
|
+
/** Contains response data for the getDefault operation. */
|
|
3056
|
+
export declare type WorkItemConfigurationsGetDefaultResponse = WorkItemConfiguration;
|
|
3057
|
+
|
|
3058
|
+
/** Optional parameters. */
|
|
3059
|
+
export declare interface WorkItemConfigurationsGetItemOptionalParams extends coreClient.OperationOptions {
|
|
3060
|
+
}
|
|
3061
|
+
|
|
3062
|
+
/** Contains response data for the getItem operation. */
|
|
3063
|
+
export declare type WorkItemConfigurationsGetItemResponse = WorkItemConfiguration;
|
|
3064
|
+
|
|
3065
|
+
/** Optional parameters. */
|
|
3066
|
+
export declare interface WorkItemConfigurationsListOptionalParams extends coreClient.OperationOptions {
|
|
3067
|
+
}
|
|
3068
|
+
|
|
3069
|
+
/** Contains response data for the list operation. */
|
|
3070
|
+
export declare type WorkItemConfigurationsListResponse = WorkItemConfigurationsListResult;
|
|
3071
|
+
|
|
3072
|
+
/** Work item configuration list result. */
|
|
3073
|
+
export declare interface WorkItemConfigurationsListResult {
|
|
3074
|
+
/**
|
|
3075
|
+
* An array of work item configurations.
|
|
3076
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3077
|
+
*/
|
|
3078
|
+
readonly value?: WorkItemConfiguration[];
|
|
3079
|
+
}
|
|
3080
|
+
|
|
3081
|
+
/** Optional parameters. */
|
|
3082
|
+
export declare interface WorkItemConfigurationsUpdateItemOptionalParams extends coreClient.OperationOptions {
|
|
3083
|
+
}
|
|
3084
|
+
|
|
3085
|
+
/** Contains response data for the updateItem operation. */
|
|
3086
|
+
export declare type WorkItemConfigurationsUpdateItemResponse = WorkItemConfiguration;
|
|
3087
|
+
|
|
3088
|
+
/** Work item configuration creation payload */
|
|
3089
|
+
export declare interface WorkItemCreateConfiguration {
|
|
3090
|
+
/** Unique connector id */
|
|
3091
|
+
connectorId?: string;
|
|
3092
|
+
/** Serialized JSON object for detailed properties */
|
|
3093
|
+
connectorDataConfiguration?: string;
|
|
3094
|
+
/** Boolean indicating validate only */
|
|
3095
|
+
validateOnly?: boolean;
|
|
3096
|
+
/** Custom work item properties */
|
|
3097
|
+
workItemProperties?: {
|
|
3098
|
+
[propertyName: string]: string;
|
|
3099
|
+
};
|
|
3100
|
+
}
|
|
3101
|
+
|
|
3102
|
+
export { }
|