@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,2080 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
/** Annotations list result. */
|
|
3
|
+
export interface AnnotationsListResult {
|
|
4
|
+
/**
|
|
5
|
+
* An array of annotations.
|
|
6
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
7
|
+
*/
|
|
8
|
+
readonly value?: Annotation[];
|
|
9
|
+
}
|
|
10
|
+
/** Annotation associated with an application insights resource. */
|
|
11
|
+
export interface Annotation {
|
|
12
|
+
/** Name of annotation */
|
|
13
|
+
annotationName?: string;
|
|
14
|
+
/** Category of annotation, free form */
|
|
15
|
+
category?: string;
|
|
16
|
+
/** Time when event occurred */
|
|
17
|
+
eventTime?: Date;
|
|
18
|
+
/** Unique Id for annotation */
|
|
19
|
+
id?: string;
|
|
20
|
+
/** Serialized JSON object for detailed properties */
|
|
21
|
+
properties?: string;
|
|
22
|
+
/** Related parent annotation if any */
|
|
23
|
+
relatedAnnotation?: string;
|
|
24
|
+
}
|
|
25
|
+
/** Error associated with trying to create annotation with Id that already exist */
|
|
26
|
+
export interface AnnotationError {
|
|
27
|
+
/** Error detail code and explanation */
|
|
28
|
+
code?: string;
|
|
29
|
+
/** Error message */
|
|
30
|
+
message?: string;
|
|
31
|
+
/** Inner error */
|
|
32
|
+
innererror?: InnerError;
|
|
33
|
+
}
|
|
34
|
+
/** Inner error */
|
|
35
|
+
export interface InnerError {
|
|
36
|
+
/** Provides correlation for request */
|
|
37
|
+
diagnosticcontext?: string;
|
|
38
|
+
/** Request time */
|
|
39
|
+
time?: Date;
|
|
40
|
+
}
|
|
41
|
+
/** Describes the list of API Keys of an Application Insights Component. */
|
|
42
|
+
export interface ApplicationInsightsComponentAPIKeyListResult {
|
|
43
|
+
/** List of API Key definitions. */
|
|
44
|
+
value: ApplicationInsightsComponentAPIKey[];
|
|
45
|
+
}
|
|
46
|
+
/** Properties that define an API key of an Application Insights Component. */
|
|
47
|
+
export interface ApplicationInsightsComponentAPIKey {
|
|
48
|
+
/**
|
|
49
|
+
* The unique ID of the API key inside an Application Insights component. It is auto generated when the API key is created.
|
|
50
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
51
|
+
*/
|
|
52
|
+
readonly id?: string;
|
|
53
|
+
/**
|
|
54
|
+
* The API key value. It will be only return once when the API Key was created.
|
|
55
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
56
|
+
*/
|
|
57
|
+
readonly apiKey?: string;
|
|
58
|
+
/** The create date of this API key. */
|
|
59
|
+
createdDate?: string;
|
|
60
|
+
/** The name of the API key. */
|
|
61
|
+
name?: string;
|
|
62
|
+
/** The read access rights of this API Key. */
|
|
63
|
+
linkedReadProperties?: string[];
|
|
64
|
+
/** The write access rights of this API Key. */
|
|
65
|
+
linkedWriteProperties?: string[];
|
|
66
|
+
}
|
|
67
|
+
/** An Application Insights component API Key creation request definition. */
|
|
68
|
+
export interface APIKeyRequest {
|
|
69
|
+
/** The name of the API Key. */
|
|
70
|
+
name?: string;
|
|
71
|
+
/** The read access rights of this API Key. */
|
|
72
|
+
linkedReadProperties?: string[];
|
|
73
|
+
/** The write access rights of this API Key. */
|
|
74
|
+
linkedWriteProperties?: string[];
|
|
75
|
+
}
|
|
76
|
+
/** Properties that define a Continuous Export configuration. */
|
|
77
|
+
export interface ApplicationInsightsComponentExportConfiguration {
|
|
78
|
+
/**
|
|
79
|
+
* The unique ID of the export configuration inside an Application Insights component. It is auto generated when the Continuous Export configuration is created.
|
|
80
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
81
|
+
*/
|
|
82
|
+
readonly exportId?: string;
|
|
83
|
+
/**
|
|
84
|
+
* The instrumentation key of the Application Insights component.
|
|
85
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
86
|
+
*/
|
|
87
|
+
readonly instrumentationKey?: string;
|
|
88
|
+
/** 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'. */
|
|
89
|
+
recordTypes?: string;
|
|
90
|
+
/**
|
|
91
|
+
* The name of the Application Insights component.
|
|
92
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
93
|
+
*/
|
|
94
|
+
readonly applicationName?: string;
|
|
95
|
+
/**
|
|
96
|
+
* The subscription of the Application Insights component.
|
|
97
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
98
|
+
*/
|
|
99
|
+
readonly subscriptionId?: string;
|
|
100
|
+
/**
|
|
101
|
+
* The resource group of the Application Insights component.
|
|
102
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
103
|
+
*/
|
|
104
|
+
readonly resourceGroup?: string;
|
|
105
|
+
/**
|
|
106
|
+
* The destination storage account subscription ID.
|
|
107
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
108
|
+
*/
|
|
109
|
+
readonly destinationStorageSubscriptionId?: string;
|
|
110
|
+
/**
|
|
111
|
+
* The destination account location ID.
|
|
112
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
113
|
+
*/
|
|
114
|
+
readonly destinationStorageLocationId?: string;
|
|
115
|
+
/**
|
|
116
|
+
* The name of destination account.
|
|
117
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
118
|
+
*/
|
|
119
|
+
readonly destinationAccountId?: string;
|
|
120
|
+
/**
|
|
121
|
+
* The destination type.
|
|
122
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
123
|
+
*/
|
|
124
|
+
readonly destinationType?: string;
|
|
125
|
+
/**
|
|
126
|
+
* This will be 'true' if the Continuous Export configuration is enabled, otherwise it will be 'false'.
|
|
127
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
128
|
+
*/
|
|
129
|
+
readonly isUserEnabled?: string;
|
|
130
|
+
/**
|
|
131
|
+
* Last time the Continuous Export configuration was updated.
|
|
132
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
133
|
+
*/
|
|
134
|
+
readonly lastUserUpdate?: string;
|
|
135
|
+
/** Deprecated */
|
|
136
|
+
notificationQueueEnabled?: string;
|
|
137
|
+
/**
|
|
138
|
+
* This indicates current Continuous Export configuration status. The possible values are 'Preparing', 'Success', 'Failure'.
|
|
139
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
140
|
+
*/
|
|
141
|
+
readonly exportStatus?: string;
|
|
142
|
+
/**
|
|
143
|
+
* The last time data was successfully delivered to the destination storage container for this Continuous Export configuration.
|
|
144
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
145
|
+
*/
|
|
146
|
+
readonly lastSuccessTime?: string;
|
|
147
|
+
/**
|
|
148
|
+
* The last time the Continuous Export configuration started failing.
|
|
149
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
150
|
+
*/
|
|
151
|
+
readonly lastGapTime?: string;
|
|
152
|
+
/**
|
|
153
|
+
* This is the reason the Continuous Export configuration started failing. It can be 'AzureStorageNotFound' or 'AzureStorageAccessDenied'.
|
|
154
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
155
|
+
*/
|
|
156
|
+
readonly permanentErrorReason?: string;
|
|
157
|
+
/**
|
|
158
|
+
* The name of the destination storage account.
|
|
159
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
160
|
+
*/
|
|
161
|
+
readonly storageName?: string;
|
|
162
|
+
/**
|
|
163
|
+
* The name of the destination storage container.
|
|
164
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
165
|
+
*/
|
|
166
|
+
readonly containerName?: string;
|
|
167
|
+
}
|
|
168
|
+
/** An Application Insights component Continuous Export configuration request definition. */
|
|
169
|
+
export interface ApplicationInsightsComponentExportRequest {
|
|
170
|
+
/** The document types to be exported, as comma separated values. Allowed values include 'Requests', 'Event', 'Exceptions', 'Metrics', 'PageViews', 'PageViewPerformance', 'Rdd', 'PerformanceCounters', 'Availability', 'Messages'. */
|
|
171
|
+
recordTypes?: string;
|
|
172
|
+
/** The Continuous Export destination type. This has to be 'Blob'. */
|
|
173
|
+
destinationType?: string;
|
|
174
|
+
/** The SAS URL for the destination storage container. It must grant write permission. */
|
|
175
|
+
destinationAddress?: string;
|
|
176
|
+
/** Set to 'true' to create a Continuous Export configuration as enabled, otherwise set it to 'false'. */
|
|
177
|
+
isEnabled?: string;
|
|
178
|
+
/** Deprecated */
|
|
179
|
+
notificationQueueEnabled?: string;
|
|
180
|
+
/** Deprecated */
|
|
181
|
+
notificationQueueUri?: string;
|
|
182
|
+
/** The subscription ID of the destination storage container. */
|
|
183
|
+
destinationStorageSubscriptionId?: string;
|
|
184
|
+
/** The location ID of the destination storage container. */
|
|
185
|
+
destinationStorageLocationId?: string;
|
|
186
|
+
/** The name of destination storage account. */
|
|
187
|
+
destinationAccountId?: string;
|
|
188
|
+
}
|
|
189
|
+
/** An Application Insights component billing features */
|
|
190
|
+
export interface ApplicationInsightsComponentBillingFeatures {
|
|
191
|
+
/** An Application Insights component daily data volume cap */
|
|
192
|
+
dataVolumeCap?: ApplicationInsightsComponentDataVolumeCap;
|
|
193
|
+
/** Current enabled pricing plan. When the component is in the Enterprise plan, this will list both 'Basic' and 'Application Insights Enterprise'. */
|
|
194
|
+
currentBillingFeatures?: string[];
|
|
195
|
+
}
|
|
196
|
+
/** An Application Insights component daily data volume cap */
|
|
197
|
+
export interface ApplicationInsightsComponentDataVolumeCap {
|
|
198
|
+
/** Daily data volume cap in GB. */
|
|
199
|
+
cap?: number;
|
|
200
|
+
/**
|
|
201
|
+
* Daily data volume cap UTC reset hour.
|
|
202
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
203
|
+
*/
|
|
204
|
+
readonly resetTime?: number;
|
|
205
|
+
/** Reserved, not used for now. */
|
|
206
|
+
warningThreshold?: number;
|
|
207
|
+
/** Reserved, not used for now. */
|
|
208
|
+
stopSendNotificationWhenHitThreshold?: boolean;
|
|
209
|
+
/** Do not send a notification email when the daily data volume cap is met. */
|
|
210
|
+
stopSendNotificationWhenHitCap?: boolean;
|
|
211
|
+
/**
|
|
212
|
+
* Maximum daily data volume cap that the user can set for this component.
|
|
213
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
214
|
+
*/
|
|
215
|
+
readonly maxHistoryCap?: number;
|
|
216
|
+
}
|
|
217
|
+
/** An Application Insights component daily data volume cap status */
|
|
218
|
+
export interface ApplicationInsightsComponentQuotaStatus {
|
|
219
|
+
/**
|
|
220
|
+
* The Application ID for the Application Insights component.
|
|
221
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
222
|
+
*/
|
|
223
|
+
readonly appId?: string;
|
|
224
|
+
/**
|
|
225
|
+
* The daily data volume cap is met, and data ingestion will be stopped.
|
|
226
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
227
|
+
*/
|
|
228
|
+
readonly shouldBeThrottled?: boolean;
|
|
229
|
+
/**
|
|
230
|
+
* Date and time when the daily data volume cap will be reset, and data ingestion will resume.
|
|
231
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
232
|
+
*/
|
|
233
|
+
readonly expirationTime?: string;
|
|
234
|
+
}
|
|
235
|
+
/** An Application Insights component feature capabilities */
|
|
236
|
+
export interface ApplicationInsightsComponentFeatureCapabilities {
|
|
237
|
+
/**
|
|
238
|
+
* Whether allow to use continuous export feature.
|
|
239
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
240
|
+
*/
|
|
241
|
+
readonly supportExportData?: boolean;
|
|
242
|
+
/**
|
|
243
|
+
* Reserved, not used now.
|
|
244
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
245
|
+
*/
|
|
246
|
+
readonly burstThrottlePolicy?: string;
|
|
247
|
+
/**
|
|
248
|
+
* Reserved, not used now.
|
|
249
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
250
|
+
*/
|
|
251
|
+
readonly metadataClass?: string;
|
|
252
|
+
/**
|
|
253
|
+
* Reserved, not used now.
|
|
254
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
255
|
+
*/
|
|
256
|
+
readonly liveStreamMetrics?: boolean;
|
|
257
|
+
/**
|
|
258
|
+
* Reserved, not used now.
|
|
259
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
260
|
+
*/
|
|
261
|
+
readonly applicationMap?: boolean;
|
|
262
|
+
/**
|
|
263
|
+
* Whether allow to use work item integration feature.
|
|
264
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
265
|
+
*/
|
|
266
|
+
readonly workItemIntegration?: boolean;
|
|
267
|
+
/**
|
|
268
|
+
* Reserved, not used now.
|
|
269
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
270
|
+
*/
|
|
271
|
+
readonly powerBIIntegration?: boolean;
|
|
272
|
+
/**
|
|
273
|
+
* Reserved, not used now.
|
|
274
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
275
|
+
*/
|
|
276
|
+
readonly openSchema?: boolean;
|
|
277
|
+
/**
|
|
278
|
+
* Reserved, not used now.
|
|
279
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
280
|
+
*/
|
|
281
|
+
readonly proactiveDetection?: boolean;
|
|
282
|
+
/**
|
|
283
|
+
* Reserved, not used now.
|
|
284
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
285
|
+
*/
|
|
286
|
+
readonly analyticsIntegration?: boolean;
|
|
287
|
+
/**
|
|
288
|
+
* Whether allow to use multiple steps web test feature.
|
|
289
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
290
|
+
*/
|
|
291
|
+
readonly multipleStepWebTest?: boolean;
|
|
292
|
+
/**
|
|
293
|
+
* Reserved, not used now.
|
|
294
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
295
|
+
*/
|
|
296
|
+
readonly apiAccessLevel?: string;
|
|
297
|
+
/**
|
|
298
|
+
* The application insights component used tracking type.
|
|
299
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
300
|
+
*/
|
|
301
|
+
readonly trackingType?: string;
|
|
302
|
+
/**
|
|
303
|
+
* Daily data volume cap in GB.
|
|
304
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
305
|
+
*/
|
|
306
|
+
readonly dailyCap?: number;
|
|
307
|
+
/**
|
|
308
|
+
* Daily data volume cap UTC reset hour.
|
|
309
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
310
|
+
*/
|
|
311
|
+
readonly dailyCapResetTime?: number;
|
|
312
|
+
/**
|
|
313
|
+
* Reserved, not used now.
|
|
314
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
315
|
+
*/
|
|
316
|
+
readonly throttleRate?: number;
|
|
317
|
+
}
|
|
318
|
+
/** An Application Insights component available features. */
|
|
319
|
+
export interface ApplicationInsightsComponentAvailableFeatures {
|
|
320
|
+
/**
|
|
321
|
+
* A list of Application Insights component feature.
|
|
322
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
323
|
+
*/
|
|
324
|
+
readonly result?: ApplicationInsightsComponentFeature[];
|
|
325
|
+
}
|
|
326
|
+
/** An Application Insights component daily data volume cap status */
|
|
327
|
+
export interface ApplicationInsightsComponentFeature {
|
|
328
|
+
/**
|
|
329
|
+
* The pricing feature name.
|
|
330
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
331
|
+
*/
|
|
332
|
+
readonly featureName?: string;
|
|
333
|
+
/**
|
|
334
|
+
* The meter id used for the feature.
|
|
335
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
336
|
+
*/
|
|
337
|
+
readonly meterId?: string;
|
|
338
|
+
/**
|
|
339
|
+
* The meter rate for the feature's meter.
|
|
340
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
341
|
+
*/
|
|
342
|
+
readonly meterRateFrequency?: string;
|
|
343
|
+
/**
|
|
344
|
+
* Reserved, not used now.
|
|
345
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
346
|
+
*/
|
|
347
|
+
readonly resouceId?: string;
|
|
348
|
+
/**
|
|
349
|
+
* Reserved, not used now.
|
|
350
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
351
|
+
*/
|
|
352
|
+
readonly isHidden?: boolean;
|
|
353
|
+
/**
|
|
354
|
+
* A list of Application Insights component feature capability.
|
|
355
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
356
|
+
*/
|
|
357
|
+
readonly capabilities?: ApplicationInsightsComponentFeatureCapability[];
|
|
358
|
+
/**
|
|
359
|
+
* Display name of the feature.
|
|
360
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
361
|
+
*/
|
|
362
|
+
readonly title?: string;
|
|
363
|
+
/**
|
|
364
|
+
* Whether can apply addon feature on to it.
|
|
365
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
366
|
+
*/
|
|
367
|
+
readonly isMainFeature?: boolean;
|
|
368
|
+
/**
|
|
369
|
+
* The add on features on main feature.
|
|
370
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
371
|
+
*/
|
|
372
|
+
readonly supportedAddonFeatures?: string;
|
|
373
|
+
}
|
|
374
|
+
/** An Application Insights component feature capability */
|
|
375
|
+
export interface ApplicationInsightsComponentFeatureCapability {
|
|
376
|
+
/**
|
|
377
|
+
* The name of the capability.
|
|
378
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
379
|
+
*/
|
|
380
|
+
readonly name?: string;
|
|
381
|
+
/**
|
|
382
|
+
* The description of the capability.
|
|
383
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
384
|
+
*/
|
|
385
|
+
readonly description?: string;
|
|
386
|
+
/**
|
|
387
|
+
* The value of the capability.
|
|
388
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
389
|
+
*/
|
|
390
|
+
readonly value?: string;
|
|
391
|
+
/**
|
|
392
|
+
* The unit of the capability.
|
|
393
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
394
|
+
*/
|
|
395
|
+
readonly unit?: string;
|
|
396
|
+
/**
|
|
397
|
+
* The meter used for the capability.
|
|
398
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
399
|
+
*/
|
|
400
|
+
readonly meterId?: string;
|
|
401
|
+
/**
|
|
402
|
+
* The meter rate of the meter.
|
|
403
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
404
|
+
*/
|
|
405
|
+
readonly meterRateFrequency?: string;
|
|
406
|
+
}
|
|
407
|
+
/** Properties that define a ProactiveDetection configuration. */
|
|
408
|
+
export interface ApplicationInsightsComponentProactiveDetectionConfiguration {
|
|
409
|
+
/** The rule name */
|
|
410
|
+
name?: string;
|
|
411
|
+
/** A flag that indicates whether this rule is enabled by the user */
|
|
412
|
+
enabled?: boolean;
|
|
413
|
+
/** A flag that indicated whether notifications on this rule should be sent to subscription owners */
|
|
414
|
+
sendEmailsToSubscriptionOwners?: boolean;
|
|
415
|
+
/** Custom email addresses for this rule notifications */
|
|
416
|
+
customEmails?: string[];
|
|
417
|
+
/** The last time this rule was updated */
|
|
418
|
+
lastUpdatedTime?: string;
|
|
419
|
+
/** Static definitions of the ProactiveDetection configuration rule (same values for all components). */
|
|
420
|
+
ruleDefinitions?: ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions;
|
|
421
|
+
}
|
|
422
|
+
/** Static definitions of the ProactiveDetection configuration rule (same values for all components). */
|
|
423
|
+
export interface ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions {
|
|
424
|
+
/** The rule name */
|
|
425
|
+
name?: string;
|
|
426
|
+
/** The rule name as it is displayed in UI */
|
|
427
|
+
displayName?: string;
|
|
428
|
+
/** The rule description */
|
|
429
|
+
description?: string;
|
|
430
|
+
/** URL which displays additional info about the proactive detection rule */
|
|
431
|
+
helpUrl?: string;
|
|
432
|
+
/** A flag indicating whether the rule is hidden (from the UI) */
|
|
433
|
+
isHidden?: boolean;
|
|
434
|
+
/** A flag indicating whether the rule is enabled by default */
|
|
435
|
+
isEnabledByDefault?: boolean;
|
|
436
|
+
/** A flag indicating whether the rule is in preview */
|
|
437
|
+
isInPreview?: boolean;
|
|
438
|
+
/** A flag indicating whether email notifications are supported for detections for this rule */
|
|
439
|
+
supportsEmailNotifications?: boolean;
|
|
440
|
+
}
|
|
441
|
+
/** Work item configuration list result. */
|
|
442
|
+
export interface WorkItemConfigurationsListResult {
|
|
443
|
+
/**
|
|
444
|
+
* An array of work item configurations.
|
|
445
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
446
|
+
*/
|
|
447
|
+
readonly value?: WorkItemConfiguration[];
|
|
448
|
+
}
|
|
449
|
+
/** Work item configuration associated with an application insights resource. */
|
|
450
|
+
export interface WorkItemConfiguration {
|
|
451
|
+
/** Connector identifier where work item is created */
|
|
452
|
+
connectorId?: string;
|
|
453
|
+
/** Configuration friendly name */
|
|
454
|
+
configDisplayName?: string;
|
|
455
|
+
/** Boolean value indicating whether configuration is default */
|
|
456
|
+
isDefault?: boolean;
|
|
457
|
+
/** Unique Id for work item */
|
|
458
|
+
id?: string;
|
|
459
|
+
/** Serialized JSON object for detailed properties */
|
|
460
|
+
configProperties?: string;
|
|
461
|
+
}
|
|
462
|
+
/** Error associated with trying to get work item configuration or configurations */
|
|
463
|
+
export interface WorkItemConfigurationError {
|
|
464
|
+
/** Error detail code and explanation */
|
|
465
|
+
code?: string;
|
|
466
|
+
/** Error message */
|
|
467
|
+
message?: string;
|
|
468
|
+
/** Inner error */
|
|
469
|
+
innererror?: InnerError;
|
|
470
|
+
}
|
|
471
|
+
/** Work item configuration creation payload */
|
|
472
|
+
export interface WorkItemCreateConfiguration {
|
|
473
|
+
/** Unique connector id */
|
|
474
|
+
connectorId?: string;
|
|
475
|
+
/** Serialized JSON object for detailed properties */
|
|
476
|
+
connectorDataConfiguration?: string;
|
|
477
|
+
/** Boolean indicating validate only */
|
|
478
|
+
validateOnly?: boolean;
|
|
479
|
+
/** Custom work item properties */
|
|
480
|
+
workItemProperties?: {
|
|
481
|
+
[propertyName: string]: string;
|
|
482
|
+
};
|
|
483
|
+
}
|
|
484
|
+
/** Properties that define a favorite that is associated to an Application Insights component. */
|
|
485
|
+
export interface ApplicationInsightsComponentFavorite {
|
|
486
|
+
/** The user-defined name of the favorite. */
|
|
487
|
+
name?: string;
|
|
488
|
+
/** Configuration of this particular favorite, which are driven by the Azure portal UX. Configuration data is a string containing valid JSON */
|
|
489
|
+
config?: string;
|
|
490
|
+
/** 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. */
|
|
491
|
+
version?: string;
|
|
492
|
+
/**
|
|
493
|
+
* Internally assigned unique id of the favorite definition.
|
|
494
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
495
|
+
*/
|
|
496
|
+
readonly favoriteId?: string;
|
|
497
|
+
/** 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. */
|
|
498
|
+
favoriteType?: FavoriteType;
|
|
499
|
+
/** The source of the favorite definition. */
|
|
500
|
+
sourceType?: string;
|
|
501
|
+
/**
|
|
502
|
+
* Date and time in UTC of the last modification that was made to this favorite definition.
|
|
503
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
504
|
+
*/
|
|
505
|
+
readonly timeModified?: string;
|
|
506
|
+
/** A list of 0 or more tags that are associated with this favorite definition */
|
|
507
|
+
tags?: string[];
|
|
508
|
+
/** Favorite category, as defined by the user at creation time. */
|
|
509
|
+
category?: string;
|
|
510
|
+
/** Flag denoting wether or not this favorite was generated from a template. */
|
|
511
|
+
isGeneratedFromTemplate?: boolean;
|
|
512
|
+
/**
|
|
513
|
+
* Unique user id of the specific user that owns this favorite.
|
|
514
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
515
|
+
*/
|
|
516
|
+
readonly userId?: string;
|
|
517
|
+
}
|
|
518
|
+
/** Describes the list of web test locations available to an Application Insights Component. */
|
|
519
|
+
export interface ApplicationInsightsWebTestLocationsListResult {
|
|
520
|
+
/** List of web test locations. */
|
|
521
|
+
value: ApplicationInsightsComponentWebTestLocation[];
|
|
522
|
+
}
|
|
523
|
+
/** Properties that define a web test location available to an Application Insights Component. */
|
|
524
|
+
export interface ApplicationInsightsComponentWebTestLocation {
|
|
525
|
+
/**
|
|
526
|
+
* The display name of the web test location.
|
|
527
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
528
|
+
*/
|
|
529
|
+
readonly displayName?: string;
|
|
530
|
+
/**
|
|
531
|
+
* Internally defined geographic location tag.
|
|
532
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
533
|
+
*/
|
|
534
|
+
readonly tag?: string;
|
|
535
|
+
}
|
|
536
|
+
/** A list of 0 or more Application Insights web test definitions. */
|
|
537
|
+
export interface WebTestListResult {
|
|
538
|
+
/** Set of Application Insights web test definitions. */
|
|
539
|
+
value: WebTest[];
|
|
540
|
+
/** 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. */
|
|
541
|
+
nextLink?: string;
|
|
542
|
+
}
|
|
543
|
+
/** Geo-physical location to run a web test from. You must specify one or more locations for the test to run from. */
|
|
544
|
+
export interface WebTestGeolocation {
|
|
545
|
+
/** Location ID for the webtest to run from. */
|
|
546
|
+
location?: string;
|
|
547
|
+
}
|
|
548
|
+
/** An XML configuration specification for a WebTest. */
|
|
549
|
+
export interface WebTestPropertiesConfiguration {
|
|
550
|
+
/** The XML specification of a WebTest to run against an application. */
|
|
551
|
+
webTest?: string;
|
|
552
|
+
}
|
|
553
|
+
/** An azure resource object */
|
|
554
|
+
export interface WebtestsResource {
|
|
555
|
+
/**
|
|
556
|
+
* Azure resource Id
|
|
557
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
558
|
+
*/
|
|
559
|
+
readonly id?: string;
|
|
560
|
+
/**
|
|
561
|
+
* Azure resource name
|
|
562
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
563
|
+
*/
|
|
564
|
+
readonly name?: string;
|
|
565
|
+
/**
|
|
566
|
+
* Azure resource type
|
|
567
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
568
|
+
*/
|
|
569
|
+
readonly type?: string;
|
|
570
|
+
/** Resource location */
|
|
571
|
+
location: string;
|
|
572
|
+
/** Resource tags */
|
|
573
|
+
tags?: {
|
|
574
|
+
[propertyName: string]: string;
|
|
575
|
+
};
|
|
576
|
+
}
|
|
577
|
+
/** A container holding only the Tags for a resource, allowing the user to update the tags on a WebTest instance. */
|
|
578
|
+
export interface TagsResource {
|
|
579
|
+
/** Resource tags */
|
|
580
|
+
tags?: {
|
|
581
|
+
[propertyName: string]: string;
|
|
582
|
+
};
|
|
583
|
+
}
|
|
584
|
+
/** Properties that define an Analytics item that is associated to an Application Insights component. */
|
|
585
|
+
export interface ApplicationInsightsComponentAnalyticsItem {
|
|
586
|
+
/** Internally assigned unique id of the item definition. */
|
|
587
|
+
id?: string;
|
|
588
|
+
/** The user-defined name of the item. */
|
|
589
|
+
name?: string;
|
|
590
|
+
/** The content of this item */
|
|
591
|
+
content?: string;
|
|
592
|
+
/**
|
|
593
|
+
* This instance's version of the data model. This can change as new features are added.
|
|
594
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
595
|
+
*/
|
|
596
|
+
readonly version?: string;
|
|
597
|
+
/** 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. */
|
|
598
|
+
scope?: ItemScope;
|
|
599
|
+
/** Enum indicating the type of the Analytics item. */
|
|
600
|
+
type?: ItemType;
|
|
601
|
+
/**
|
|
602
|
+
* Date and time in UTC when this item was created.
|
|
603
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
604
|
+
*/
|
|
605
|
+
readonly timeCreated?: string;
|
|
606
|
+
/**
|
|
607
|
+
* Date and time in UTC of the last modification that was made to this item.
|
|
608
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
609
|
+
*/
|
|
610
|
+
readonly timeModified?: string;
|
|
611
|
+
/** A set of properties that can be defined in the context of a specific item type. Each type may have its own properties. */
|
|
612
|
+
properties?: ApplicationInsightsComponentAnalyticsItemProperties;
|
|
613
|
+
}
|
|
614
|
+
/** A set of properties that can be defined in the context of a specific item type. Each type may have its own properties. */
|
|
615
|
+
export interface ApplicationInsightsComponentAnalyticsItemProperties {
|
|
616
|
+
/** A function alias, used when the type of the item is Function */
|
|
617
|
+
functionAlias?: string;
|
|
618
|
+
}
|
|
619
|
+
/** WorkbookTemplate list result. */
|
|
620
|
+
export interface WorkbookTemplatesListResult {
|
|
621
|
+
/** An array of workbook templates. */
|
|
622
|
+
value?: WorkbookTemplate[];
|
|
623
|
+
}
|
|
624
|
+
/** Gallery information for a workbook template. */
|
|
625
|
+
export interface WorkbookTemplateGallery {
|
|
626
|
+
/** Name of the workbook template in the gallery. */
|
|
627
|
+
name?: string;
|
|
628
|
+
/** Category for the gallery. */
|
|
629
|
+
category?: string;
|
|
630
|
+
/** Type of workbook supported by the workbook template. */
|
|
631
|
+
type?: string;
|
|
632
|
+
/** Order of the template within the gallery. */
|
|
633
|
+
order?: number;
|
|
634
|
+
/** Azure resource type supported by the gallery. */
|
|
635
|
+
resourceType?: string;
|
|
636
|
+
}
|
|
637
|
+
/** Localized template data and gallery information. */
|
|
638
|
+
export interface WorkbookTemplateLocalizedGallery {
|
|
639
|
+
/** Valid JSON object containing workbook template payload. */
|
|
640
|
+
templateData?: Record<string, unknown>;
|
|
641
|
+
/** Workbook galleries supported by the template. */
|
|
642
|
+
galleries?: WorkbookTemplateGallery[];
|
|
643
|
+
}
|
|
644
|
+
/** An azure resource object */
|
|
645
|
+
export interface WorkbookTemplateResource {
|
|
646
|
+
/**
|
|
647
|
+
* Azure resource Id
|
|
648
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
649
|
+
*/
|
|
650
|
+
readonly id?: string;
|
|
651
|
+
/**
|
|
652
|
+
* Azure resource name.
|
|
653
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
654
|
+
*/
|
|
655
|
+
readonly name?: string;
|
|
656
|
+
/**
|
|
657
|
+
* Azure resource type
|
|
658
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
659
|
+
*/
|
|
660
|
+
readonly type?: string;
|
|
661
|
+
/** Resource location */
|
|
662
|
+
location: string;
|
|
663
|
+
/** Resource tags */
|
|
664
|
+
tags?: {
|
|
665
|
+
[propertyName: string]: string;
|
|
666
|
+
};
|
|
667
|
+
}
|
|
668
|
+
/** Error message that will indicate why the operation failed. */
|
|
669
|
+
export interface WorkbookTemplateError {
|
|
670
|
+
/** Error message object that will indicate why the operation failed. */
|
|
671
|
+
error?: WorkbookTemplateErrorBody;
|
|
672
|
+
}
|
|
673
|
+
/** Error message body that will indicate why the operation failed. */
|
|
674
|
+
export interface WorkbookTemplateErrorBody {
|
|
675
|
+
/** Service-defined error code. This code serves as a sub-status for the HTTP error code specified in the response. */
|
|
676
|
+
code?: string;
|
|
677
|
+
/** Human-readable representation of the error. */
|
|
678
|
+
message?: string;
|
|
679
|
+
/** The list of invalid fields send in request, in case of validation error. */
|
|
680
|
+
details?: WorkbookTemplateErrorFieldContract[];
|
|
681
|
+
}
|
|
682
|
+
/** Error Field contract. */
|
|
683
|
+
export interface WorkbookTemplateErrorFieldContract {
|
|
684
|
+
/** Property level error code. */
|
|
685
|
+
code?: string;
|
|
686
|
+
/** Human-readable representation of property-level error. */
|
|
687
|
+
message?: string;
|
|
688
|
+
/** Property name. */
|
|
689
|
+
target?: string;
|
|
690
|
+
}
|
|
691
|
+
/** The parameters that can be provided when updating workbook template. */
|
|
692
|
+
export interface WorkbookTemplateUpdateParameters {
|
|
693
|
+
/** Resource tags */
|
|
694
|
+
tags?: {
|
|
695
|
+
[propertyName: string]: string;
|
|
696
|
+
};
|
|
697
|
+
/** Priority of the template. Determines which template to open when a workbook gallery is opened in viewer mode. */
|
|
698
|
+
priority?: number;
|
|
699
|
+
/** Information about the author of the workbook template. */
|
|
700
|
+
author?: string;
|
|
701
|
+
/** Valid JSON object containing workbook template payload. */
|
|
702
|
+
templateData?: Record<string, unknown>;
|
|
703
|
+
/** Workbook galleries supported by the template. */
|
|
704
|
+
galleries?: WorkbookTemplateGallery[];
|
|
705
|
+
/** Key value pair of localized gallery. Each key is the locale code of languages supported by the Azure portal. */
|
|
706
|
+
localized?: {
|
|
707
|
+
[propertyName: string]: WorkbookTemplateLocalizedGallery[];
|
|
708
|
+
};
|
|
709
|
+
}
|
|
710
|
+
/** Workbook list result. */
|
|
711
|
+
export interface MyWorkbooksListResult {
|
|
712
|
+
/**
|
|
713
|
+
* An array of private workbooks.
|
|
714
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
715
|
+
*/
|
|
716
|
+
readonly value?: MyWorkbook[];
|
|
717
|
+
nextLink?: string;
|
|
718
|
+
}
|
|
719
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
720
|
+
export interface SystemData {
|
|
721
|
+
/** The identity that created the resource. */
|
|
722
|
+
createdBy?: string;
|
|
723
|
+
/** The type of identity that created the resource. */
|
|
724
|
+
createdByType?: CreatedByType;
|
|
725
|
+
/** The timestamp of resource creation (UTC). */
|
|
726
|
+
createdAt?: Date;
|
|
727
|
+
/** The identity that last modified the resource. */
|
|
728
|
+
lastModifiedBy?: string;
|
|
729
|
+
/** The type of identity that last modified the resource. */
|
|
730
|
+
lastModifiedByType?: CreatedByType;
|
|
731
|
+
/** The timestamp of resource last modification (UTC) */
|
|
732
|
+
lastModifiedAt?: Date;
|
|
733
|
+
}
|
|
734
|
+
/** An azure resource object */
|
|
735
|
+
export interface MyWorkbookResource {
|
|
736
|
+
/** Identity used for BYOS */
|
|
737
|
+
identity?: MyWorkbookManagedIdentity;
|
|
738
|
+
/** Azure resource Id */
|
|
739
|
+
id?: string;
|
|
740
|
+
/** Azure resource name */
|
|
741
|
+
name?: string;
|
|
742
|
+
/** Azure resource type */
|
|
743
|
+
type?: string;
|
|
744
|
+
/** Resource location */
|
|
745
|
+
location?: string;
|
|
746
|
+
/** Resource tags */
|
|
747
|
+
tags?: {
|
|
748
|
+
[propertyName: string]: string;
|
|
749
|
+
};
|
|
750
|
+
/** Resource etag */
|
|
751
|
+
etag?: {
|
|
752
|
+
[propertyName: string]: string;
|
|
753
|
+
};
|
|
754
|
+
}
|
|
755
|
+
/** Customer Managed Identity */
|
|
756
|
+
export interface MyWorkbookManagedIdentity {
|
|
757
|
+
/** Customer Managed Identity */
|
|
758
|
+
userAssignedIdentities?: MyWorkbookUserAssignedIdentities;
|
|
759
|
+
/** The identity type. */
|
|
760
|
+
type?: MyWorkbookManagedIdentityType;
|
|
761
|
+
}
|
|
762
|
+
/** Customer Managed Identity */
|
|
763
|
+
export interface MyWorkbookUserAssignedIdentities {
|
|
764
|
+
/**
|
|
765
|
+
* The principal ID of resource identity.
|
|
766
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
767
|
+
*/
|
|
768
|
+
readonly principalId?: string;
|
|
769
|
+
/**
|
|
770
|
+
* The tenant ID of resource.
|
|
771
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
772
|
+
*/
|
|
773
|
+
readonly tenantId?: string;
|
|
774
|
+
}
|
|
775
|
+
/** Error response. */
|
|
776
|
+
export interface MyWorkbookError {
|
|
777
|
+
/** The error details. */
|
|
778
|
+
error?: ErrorDefinition;
|
|
779
|
+
}
|
|
780
|
+
/** Error definition. */
|
|
781
|
+
export interface ErrorDefinition {
|
|
782
|
+
/**
|
|
783
|
+
* Service specific error code which serves as the substatus for the HTTP error code.
|
|
784
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
785
|
+
*/
|
|
786
|
+
readonly code?: string;
|
|
787
|
+
/**
|
|
788
|
+
* Description of the error.
|
|
789
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
790
|
+
*/
|
|
791
|
+
readonly message?: string;
|
|
792
|
+
/**
|
|
793
|
+
* Internal error details.
|
|
794
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
795
|
+
*/
|
|
796
|
+
readonly innererror?: any;
|
|
797
|
+
}
|
|
798
|
+
/** Workbook list result. */
|
|
799
|
+
export interface WorkbooksListResult {
|
|
800
|
+
/**
|
|
801
|
+
* An array of workbooks.
|
|
802
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
803
|
+
*/
|
|
804
|
+
readonly value?: Workbook[];
|
|
805
|
+
nextLink?: string;
|
|
806
|
+
}
|
|
807
|
+
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
808
|
+
export interface ManagedServiceIdentity {
|
|
809
|
+
/**
|
|
810
|
+
* The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
811
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
812
|
+
*/
|
|
813
|
+
readonly principalId?: string;
|
|
814
|
+
/**
|
|
815
|
+
* The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
816
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
817
|
+
*/
|
|
818
|
+
readonly tenantId?: string;
|
|
819
|
+
/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
|
|
820
|
+
type: ManagedServiceIdentityType;
|
|
821
|
+
/** 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. */
|
|
822
|
+
userAssignedIdentities?: {
|
|
823
|
+
[propertyName: string]: UserAssignedIdentity;
|
|
824
|
+
};
|
|
825
|
+
}
|
|
826
|
+
/** User assigned identity properties */
|
|
827
|
+
export interface UserAssignedIdentity {
|
|
828
|
+
/**
|
|
829
|
+
* The principal ID of the assigned identity.
|
|
830
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
831
|
+
*/
|
|
832
|
+
readonly principalId?: string;
|
|
833
|
+
/**
|
|
834
|
+
* The client ID of the assigned identity.
|
|
835
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
836
|
+
*/
|
|
837
|
+
readonly clientId?: string;
|
|
838
|
+
}
|
|
839
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
840
|
+
export interface Resource {
|
|
841
|
+
/**
|
|
842
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
843
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
844
|
+
*/
|
|
845
|
+
readonly id?: string;
|
|
846
|
+
/**
|
|
847
|
+
* The name of the resource
|
|
848
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
849
|
+
*/
|
|
850
|
+
readonly name?: string;
|
|
851
|
+
/**
|
|
852
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
853
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
854
|
+
*/
|
|
855
|
+
readonly type?: string;
|
|
856
|
+
}
|
|
857
|
+
/** Error response. */
|
|
858
|
+
export interface WorkbookError {
|
|
859
|
+
/** The error details. */
|
|
860
|
+
error?: WorkbookErrorDefinition;
|
|
861
|
+
}
|
|
862
|
+
/** Error definition. */
|
|
863
|
+
export interface WorkbookErrorDefinition {
|
|
864
|
+
/**
|
|
865
|
+
* Service specific error code which serves as the substatus for the HTTP error code.
|
|
866
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
867
|
+
*/
|
|
868
|
+
readonly code?: string;
|
|
869
|
+
/**
|
|
870
|
+
* Description of the error.
|
|
871
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
872
|
+
*/
|
|
873
|
+
readonly message?: string;
|
|
874
|
+
/**
|
|
875
|
+
* Internal error details.
|
|
876
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
877
|
+
*/
|
|
878
|
+
readonly innerError?: any;
|
|
879
|
+
}
|
|
880
|
+
/** The parameters that can be provided when updating workbook properties properties. */
|
|
881
|
+
export interface WorkbookUpdateParameters {
|
|
882
|
+
/** The kind of workbook. Choices are user and shared. */
|
|
883
|
+
kind?: SharedTypeKind;
|
|
884
|
+
/** Resource tags. */
|
|
885
|
+
tags?: {
|
|
886
|
+
[propertyName: string]: string;
|
|
887
|
+
};
|
|
888
|
+
/** The user-defined name (display name) of the workbook. */
|
|
889
|
+
displayName?: string;
|
|
890
|
+
/** Configuration of this particular workbook. Configuration data is a string containing valid JSON */
|
|
891
|
+
serializedData?: string;
|
|
892
|
+
/** Workbook category, as defined by the user at creation time. */
|
|
893
|
+
category?: string;
|
|
894
|
+
/** A list of 0 or more tags that are associated with this workbook definition */
|
|
895
|
+
tagsPropertiesTags?: string[];
|
|
896
|
+
/** The description of the workbook. */
|
|
897
|
+
description?: string;
|
|
898
|
+
/** The unique revision id for this workbook definition */
|
|
899
|
+
revision?: string;
|
|
900
|
+
}
|
|
901
|
+
/** Describes the list of Application Insights Resources. */
|
|
902
|
+
export interface ApplicationInsightsComponentListResult {
|
|
903
|
+
/** List of Application Insights component definitions. */
|
|
904
|
+
value: ApplicationInsightsComponent[];
|
|
905
|
+
/** The URI to get the next set of Application Insights component definitions if too many components where returned in the result set. */
|
|
906
|
+
nextLink?: string;
|
|
907
|
+
}
|
|
908
|
+
/** The private link scope resource reference. */
|
|
909
|
+
export interface PrivateLinkScopedResource {
|
|
910
|
+
/** The full resource Id of the private link scope resource. */
|
|
911
|
+
resourceId?: string;
|
|
912
|
+
/** The private link scope unique Identifier. */
|
|
913
|
+
scopeId?: string;
|
|
914
|
+
}
|
|
915
|
+
/** An azure resource object */
|
|
916
|
+
export interface ComponentsResource {
|
|
917
|
+
/**
|
|
918
|
+
* Azure resource Id
|
|
919
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
920
|
+
*/
|
|
921
|
+
readonly id?: string;
|
|
922
|
+
/**
|
|
923
|
+
* Azure resource name
|
|
924
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
925
|
+
*/
|
|
926
|
+
readonly name?: string;
|
|
927
|
+
/**
|
|
928
|
+
* Azure resource type
|
|
929
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
930
|
+
*/
|
|
931
|
+
readonly type?: string;
|
|
932
|
+
/** Resource location */
|
|
933
|
+
location: string;
|
|
934
|
+
/** Resource tags */
|
|
935
|
+
tags?: {
|
|
936
|
+
[propertyName: string]: string;
|
|
937
|
+
};
|
|
938
|
+
}
|
|
939
|
+
/** Describes the body of a purge request for an App Insights component */
|
|
940
|
+
export interface ComponentPurgeBody {
|
|
941
|
+
/** Table from which to purge data. */
|
|
942
|
+
table: string;
|
|
943
|
+
/** The set of columns and filters (queries) to run over them to purge the resulting data. */
|
|
944
|
+
filters: ComponentPurgeBodyFilters[];
|
|
945
|
+
}
|
|
946
|
+
/** User-defined filters to return data which will be purged from the table. */
|
|
947
|
+
export interface ComponentPurgeBodyFilters {
|
|
948
|
+
/** The column of the table over which the given query should run */
|
|
949
|
+
column?: string;
|
|
950
|
+
/** 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. */
|
|
951
|
+
operator?: string;
|
|
952
|
+
/** 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. */
|
|
953
|
+
value?: any;
|
|
954
|
+
/** When filtering over custom dimensions, this key will be used as the name of the custom dimension. */
|
|
955
|
+
key?: string;
|
|
956
|
+
}
|
|
957
|
+
/** Response containing operationId for a specific purge action. */
|
|
958
|
+
export interface ComponentPurgeResponse {
|
|
959
|
+
/** Id to use when querying for status for a particular purge operation. */
|
|
960
|
+
operationId: string;
|
|
961
|
+
}
|
|
962
|
+
/** Response containing status for a specific purge operation. */
|
|
963
|
+
export interface ComponentPurgeStatusResponse {
|
|
964
|
+
/** Status of the operation represented by the requested Id. */
|
|
965
|
+
status: PurgeState;
|
|
966
|
+
}
|
|
967
|
+
export interface ErrorResponseLinkedStorage {
|
|
968
|
+
/** Error response indicates Insights service is not able to process the incoming request. The reason is provided in the error message. */
|
|
969
|
+
error?: ErrorResponseLinkedStorageError;
|
|
970
|
+
}
|
|
971
|
+
/** Error response indicates Insights service is not able to process the incoming request. The reason is provided in the error message. */
|
|
972
|
+
export interface ErrorResponseLinkedStorageError {
|
|
973
|
+
/**
|
|
974
|
+
* Error code.
|
|
975
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
976
|
+
*/
|
|
977
|
+
readonly code?: string;
|
|
978
|
+
/**
|
|
979
|
+
* Error message indicating why the operation failed.
|
|
980
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
981
|
+
*/
|
|
982
|
+
readonly message?: string;
|
|
983
|
+
}
|
|
984
|
+
/** An Application Insights component linked storage accounts patch */
|
|
985
|
+
export interface ComponentLinkedStorageAccountsPatch {
|
|
986
|
+
/** Linked storage account resource ID */
|
|
987
|
+
linkedStorageAccount?: string;
|
|
988
|
+
}
|
|
989
|
+
/** Result of the List Operations operation */
|
|
990
|
+
export interface OperationsListResult {
|
|
991
|
+
/** A collection of operations */
|
|
992
|
+
value?: OperationLive[];
|
|
993
|
+
/** URL to get the next set of operation list results if there are any. */
|
|
994
|
+
nextLink?: string;
|
|
995
|
+
}
|
|
996
|
+
/** Represents an operation returned by the GetOperations request */
|
|
997
|
+
export interface OperationLive {
|
|
998
|
+
/** Name of the operation */
|
|
999
|
+
name?: string;
|
|
1000
|
+
/** Display name of the operation */
|
|
1001
|
+
display?: OperationInfo;
|
|
1002
|
+
/** Origin of the operation */
|
|
1003
|
+
origin?: string;
|
|
1004
|
+
/** Properties of the operation */
|
|
1005
|
+
properties?: Record<string, unknown>;
|
|
1006
|
+
}
|
|
1007
|
+
/** Information about an operation */
|
|
1008
|
+
export interface OperationInfo {
|
|
1009
|
+
/** Name of the provider */
|
|
1010
|
+
provider?: string;
|
|
1011
|
+
/** Name of the resource type */
|
|
1012
|
+
resource?: string;
|
|
1013
|
+
/** Name of the operation */
|
|
1014
|
+
operation?: string;
|
|
1015
|
+
/** Description of the operation */
|
|
1016
|
+
description?: string;
|
|
1017
|
+
}
|
|
1018
|
+
/** The response to a live token query. */
|
|
1019
|
+
export interface LiveTokenResponse {
|
|
1020
|
+
/**
|
|
1021
|
+
* JWT token for accessing live metrics stream data.
|
|
1022
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1023
|
+
*/
|
|
1024
|
+
readonly liveToken?: string;
|
|
1025
|
+
}
|
|
1026
|
+
/** Error response indicates Insights service is not able to process the incoming request. The reason is provided in the error message. */
|
|
1027
|
+
export interface ErrorResponse {
|
|
1028
|
+
/** Error code. */
|
|
1029
|
+
code?: string;
|
|
1030
|
+
/** Error message indicating why the operation failed. */
|
|
1031
|
+
message?: string;
|
|
1032
|
+
}
|
|
1033
|
+
/** CDN REST API operation */
|
|
1034
|
+
export interface Operation {
|
|
1035
|
+
/** Operation name: {provider}/{resource}/{operation} */
|
|
1036
|
+
name?: string;
|
|
1037
|
+
/** The object that represents the operation. */
|
|
1038
|
+
display?: OperationDisplay;
|
|
1039
|
+
}
|
|
1040
|
+
/** The object that represents the operation. */
|
|
1041
|
+
export interface OperationDisplay {
|
|
1042
|
+
/** Service provider: Microsoft.Cdn */
|
|
1043
|
+
provider?: string;
|
|
1044
|
+
/** Resource on which the operation is performed: Profile, endpoint, etc. */
|
|
1045
|
+
resource?: string;
|
|
1046
|
+
/** Operation type: Read, write, delete, etc. */
|
|
1047
|
+
operation?: string;
|
|
1048
|
+
}
|
|
1049
|
+
/** 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. */
|
|
1050
|
+
export interface OperationListResult {
|
|
1051
|
+
/** List of CDN operations supported by the CDN resource provider. */
|
|
1052
|
+
value?: Operation[];
|
|
1053
|
+
/** URL to get the next set of operation list results if there are any. */
|
|
1054
|
+
nextLink?: string;
|
|
1055
|
+
}
|
|
1056
|
+
/** Error details */
|
|
1057
|
+
export interface InnerErrorTrace {
|
|
1058
|
+
/**
|
|
1059
|
+
* detailed error trace
|
|
1060
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1061
|
+
*/
|
|
1062
|
+
readonly trace?: string[];
|
|
1063
|
+
}
|
|
1064
|
+
/** Error details */
|
|
1065
|
+
export interface WorkbookInnerErrorTrace {
|
|
1066
|
+
/**
|
|
1067
|
+
* detailed error trace
|
|
1068
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1069
|
+
*/
|
|
1070
|
+
readonly trace?: string[];
|
|
1071
|
+
}
|
|
1072
|
+
/** An Application Insights web test definition. */
|
|
1073
|
+
export declare type WebTest = WebtestsResource & {
|
|
1074
|
+
/** The kind of web test that this web test watches. Choices are ping and multistep. */
|
|
1075
|
+
kind?: WebTestKind;
|
|
1076
|
+
/** Unique ID of this WebTest. This is typically the same value as the Name field. */
|
|
1077
|
+
syntheticMonitorId?: string;
|
|
1078
|
+
/** User defined name if this WebTest. */
|
|
1079
|
+
webTestName?: string;
|
|
1080
|
+
/** Purpose/user defined descriptive test for this WebTest. */
|
|
1081
|
+
description?: string;
|
|
1082
|
+
/** Is the test actively being monitored. */
|
|
1083
|
+
enabled?: boolean;
|
|
1084
|
+
/** Interval in seconds between test runs for this WebTest. Default value is 300. */
|
|
1085
|
+
frequency?: number;
|
|
1086
|
+
/** Seconds until this WebTest will timeout and fail. Default value is 30. */
|
|
1087
|
+
timeout?: number;
|
|
1088
|
+
/** The kind of web test this is, valid choices are ping and multistep. */
|
|
1089
|
+
webTestKind?: WebTestKind;
|
|
1090
|
+
/** Allow for retries should this WebTest fail. */
|
|
1091
|
+
retryEnabled?: boolean;
|
|
1092
|
+
/** A list of where to physically run the tests from to give global coverage for accessibility of your application. */
|
|
1093
|
+
locations?: WebTestGeolocation[];
|
|
1094
|
+
/** An XML configuration specification for a WebTest. */
|
|
1095
|
+
configuration?: WebTestPropertiesConfiguration;
|
|
1096
|
+
/**
|
|
1097
|
+
* 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.
|
|
1098
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1099
|
+
*/
|
|
1100
|
+
readonly provisioningState?: string;
|
|
1101
|
+
};
|
|
1102
|
+
/** An Application Insights workbook template definition. */
|
|
1103
|
+
export declare type WorkbookTemplate = WorkbookTemplateResource & {
|
|
1104
|
+
/** Priority of the template. Determines which template to open when a workbook gallery is opened in viewer mode. */
|
|
1105
|
+
priority?: number;
|
|
1106
|
+
/** Information about the author of the workbook template. */
|
|
1107
|
+
author?: string;
|
|
1108
|
+
/** Valid JSON object containing workbook template payload. */
|
|
1109
|
+
templateData?: Record<string, unknown>;
|
|
1110
|
+
/** Workbook galleries supported by the template. */
|
|
1111
|
+
galleries?: WorkbookTemplateGallery[];
|
|
1112
|
+
/** Key value pair of localized gallery. Each key is the locale code of languages supported by the Azure portal. */
|
|
1113
|
+
localized?: {
|
|
1114
|
+
[propertyName: string]: WorkbookTemplateLocalizedGallery[];
|
|
1115
|
+
};
|
|
1116
|
+
};
|
|
1117
|
+
/** An Application Insights private workbook definition. */
|
|
1118
|
+
export declare type MyWorkbook = MyWorkbookResource & {
|
|
1119
|
+
/** The kind of workbook. Choices are user and shared. */
|
|
1120
|
+
kind?: Kind;
|
|
1121
|
+
/**
|
|
1122
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
1123
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1124
|
+
*/
|
|
1125
|
+
readonly systemData?: SystemData;
|
|
1126
|
+
/** The user-defined name of the private workbook. */
|
|
1127
|
+
displayName?: string;
|
|
1128
|
+
/** Configuration of this particular private workbook. Configuration data is a string containing valid JSON */
|
|
1129
|
+
serializedData?: string;
|
|
1130
|
+
/** This instance's version of the data model. This can change as new features are added that can be marked private workbook. */
|
|
1131
|
+
version?: string;
|
|
1132
|
+
/**
|
|
1133
|
+
* Date and time in UTC of the last modification that was made to this private workbook definition.
|
|
1134
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1135
|
+
*/
|
|
1136
|
+
readonly timeModified?: string;
|
|
1137
|
+
/** Workbook category, as defined by the user at creation time. */
|
|
1138
|
+
category?: string;
|
|
1139
|
+
/** A list of 0 or more tags that are associated with this private workbook definition */
|
|
1140
|
+
tagsPropertiesTags?: string[];
|
|
1141
|
+
/**
|
|
1142
|
+
* Unique user id of the specific user that owns this private workbook.
|
|
1143
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1144
|
+
*/
|
|
1145
|
+
readonly userId?: string;
|
|
1146
|
+
/** Optional resourceId for a source resource. */
|
|
1147
|
+
sourceId?: string;
|
|
1148
|
+
/** BYOS Storage Account URI */
|
|
1149
|
+
storageUri?: string;
|
|
1150
|
+
};
|
|
1151
|
+
/** Identity used for BYOS */
|
|
1152
|
+
export declare type WorkbookResourceIdentity = ManagedServiceIdentity & {};
|
|
1153
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
1154
|
+
export declare type TrackedResource = Resource & {
|
|
1155
|
+
/** Resource tags. */
|
|
1156
|
+
tags?: {
|
|
1157
|
+
[propertyName: string]: string;
|
|
1158
|
+
};
|
|
1159
|
+
/** The geo-location where the resource lives */
|
|
1160
|
+
location: string;
|
|
1161
|
+
};
|
|
1162
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
1163
|
+
export declare type ProxyResource = Resource & {};
|
|
1164
|
+
/** An Application Insights component definition. */
|
|
1165
|
+
export declare type ApplicationInsightsComponent = ComponentsResource & {
|
|
1166
|
+
/** 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. */
|
|
1167
|
+
kind: string;
|
|
1168
|
+
/**
|
|
1169
|
+
* The unique ID of your application. This field mirrors the 'Name' field and cannot be changed.
|
|
1170
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1171
|
+
*/
|
|
1172
|
+
readonly applicationId?: string;
|
|
1173
|
+
/**
|
|
1174
|
+
* Application Insights Unique ID for your Application.
|
|
1175
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1176
|
+
*/
|
|
1177
|
+
readonly appId?: string;
|
|
1178
|
+
/** Type of application being monitored. */
|
|
1179
|
+
applicationType?: ApplicationType;
|
|
1180
|
+
/** 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. */
|
|
1181
|
+
flowType?: FlowType;
|
|
1182
|
+
/** Describes what tool created this Application Insights component. Customers using this API should set this to the default 'rest'. */
|
|
1183
|
+
requestSource?: RequestSource;
|
|
1184
|
+
/**
|
|
1185
|
+
* 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.
|
|
1186
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1187
|
+
*/
|
|
1188
|
+
readonly instrumentationKey?: string;
|
|
1189
|
+
/**
|
|
1190
|
+
* Creation Date for the Application Insights component, in ISO 8601 format.
|
|
1191
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1192
|
+
*/
|
|
1193
|
+
readonly creationDate?: Date;
|
|
1194
|
+
/**
|
|
1195
|
+
* Azure Tenant Id.
|
|
1196
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1197
|
+
*/
|
|
1198
|
+
readonly tenantId?: string;
|
|
1199
|
+
/** The unique application ID created when a new application is added to HockeyApp, used for communications with HockeyApp. */
|
|
1200
|
+
hockeyAppId?: string;
|
|
1201
|
+
/**
|
|
1202
|
+
* Token used to authenticate communications with between Application Insights and HockeyApp.
|
|
1203
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1204
|
+
*/
|
|
1205
|
+
readonly hockeyAppToken?: string;
|
|
1206
|
+
/**
|
|
1207
|
+
* 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.
|
|
1208
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1209
|
+
*/
|
|
1210
|
+
readonly provisioningState?: string;
|
|
1211
|
+
/** Percentage of the data produced by the application being monitored that is being sampled for Application Insights telemetry. */
|
|
1212
|
+
samplingPercentage?: number;
|
|
1213
|
+
/**
|
|
1214
|
+
* Application Insights component connection string.
|
|
1215
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1216
|
+
*/
|
|
1217
|
+
readonly connectionString?: string;
|
|
1218
|
+
/** Retention period in days. */
|
|
1219
|
+
retentionInDays?: number;
|
|
1220
|
+
/** Disable IP masking. */
|
|
1221
|
+
disableIpMasking?: boolean;
|
|
1222
|
+
/** Purge data immediately after 30 days. */
|
|
1223
|
+
immediatePurgeDataOn30Days?: boolean;
|
|
1224
|
+
/**
|
|
1225
|
+
* List of linked private link scope resources.
|
|
1226
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1227
|
+
*/
|
|
1228
|
+
readonly privateLinkScopedResources?: PrivateLinkScopedResource[];
|
|
1229
|
+
/** The network access type for accessing Application Insights ingestion. */
|
|
1230
|
+
publicNetworkAccessForIngestion?: PublicNetworkAccessType;
|
|
1231
|
+
/** The network access type for accessing Application Insights query. */
|
|
1232
|
+
publicNetworkAccessForQuery?: PublicNetworkAccessType;
|
|
1233
|
+
/** Indicates the flow of the ingestion. */
|
|
1234
|
+
ingestionMode?: IngestionMode;
|
|
1235
|
+
};
|
|
1236
|
+
/** An azure resource object */
|
|
1237
|
+
export declare type WorkbookResource = TrackedResource & {
|
|
1238
|
+
/** Identity used for BYOS */
|
|
1239
|
+
identity?: WorkbookResourceIdentity;
|
|
1240
|
+
/** The kind of workbook. Choices are user and shared. */
|
|
1241
|
+
kind?: Kind;
|
|
1242
|
+
/** Resource etag */
|
|
1243
|
+
etag?: string;
|
|
1244
|
+
};
|
|
1245
|
+
/** An Application Insights component linked storage accounts */
|
|
1246
|
+
export declare type ComponentLinkedStorageAccounts = ProxyResource & {
|
|
1247
|
+
/** Linked storage account resource ID */
|
|
1248
|
+
linkedStorageAccount?: string;
|
|
1249
|
+
};
|
|
1250
|
+
/** An Application Insights workbook definition. */
|
|
1251
|
+
export declare type Workbook = WorkbookResource & {
|
|
1252
|
+
/**
|
|
1253
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
1254
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1255
|
+
*/
|
|
1256
|
+
readonly systemData?: SystemData;
|
|
1257
|
+
/** The user-defined name (display name) of the workbook. */
|
|
1258
|
+
displayName?: string;
|
|
1259
|
+
/** Configuration of this particular workbook. Configuration data is a string containing valid JSON */
|
|
1260
|
+
serializedData?: string;
|
|
1261
|
+
/** Workbook schema version format, like 'Notebook/1.0', which should match the workbook in serializedData */
|
|
1262
|
+
version?: string;
|
|
1263
|
+
/**
|
|
1264
|
+
* Date and time in UTC of the last modification that was made to this workbook definition.
|
|
1265
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1266
|
+
*/
|
|
1267
|
+
readonly timeModified?: Date;
|
|
1268
|
+
/** Workbook category, as defined by the user at creation time. */
|
|
1269
|
+
category?: string;
|
|
1270
|
+
/** Being deprecated, please use the other tags field */
|
|
1271
|
+
tagsPropertiesTags?: string[];
|
|
1272
|
+
/**
|
|
1273
|
+
* Unique user id of the specific user that owns this workbook.
|
|
1274
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1275
|
+
*/
|
|
1276
|
+
readonly userId?: string;
|
|
1277
|
+
/** ResourceId for a source resource. */
|
|
1278
|
+
sourceId?: string;
|
|
1279
|
+
/** The resourceId to the storage account when bring your own storage is used */
|
|
1280
|
+
storageUri?: string;
|
|
1281
|
+
/** The description of the workbook. */
|
|
1282
|
+
description?: string;
|
|
1283
|
+
/**
|
|
1284
|
+
* The unique revision id for this workbook definition
|
|
1285
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1286
|
+
*/
|
|
1287
|
+
readonly revision?: string;
|
|
1288
|
+
};
|
|
1289
|
+
/** Known values of {@link FavoriteSourceType} that the service accepts. */
|
|
1290
|
+
export declare enum KnownFavoriteSourceType {
|
|
1291
|
+
Retention = "retention",
|
|
1292
|
+
Notebook = "notebook",
|
|
1293
|
+
Sessions = "sessions",
|
|
1294
|
+
Events = "events",
|
|
1295
|
+
Userflows = "userflows",
|
|
1296
|
+
Funnel = "funnel",
|
|
1297
|
+
Impact = "impact",
|
|
1298
|
+
Segmentation = "segmentation"
|
|
1299
|
+
}
|
|
1300
|
+
/**
|
|
1301
|
+
* Defines values for FavoriteSourceType. \
|
|
1302
|
+
* {@link KnownFavoriteSourceType} can be used interchangeably with FavoriteSourceType,
|
|
1303
|
+
* this enum contains the known values that the service supports.
|
|
1304
|
+
* ### Known values supported by the service
|
|
1305
|
+
* **retention** \
|
|
1306
|
+
* **notebook** \
|
|
1307
|
+
* **sessions** \
|
|
1308
|
+
* **events** \
|
|
1309
|
+
* **userflows** \
|
|
1310
|
+
* **funnel** \
|
|
1311
|
+
* **impact** \
|
|
1312
|
+
* **segmentation**
|
|
1313
|
+
*/
|
|
1314
|
+
export declare type FavoriteSourceType = string;
|
|
1315
|
+
/** Known values of {@link ItemScopePath} that the service accepts. */
|
|
1316
|
+
export declare enum KnownItemScopePath {
|
|
1317
|
+
AnalyticsItems = "analyticsItems",
|
|
1318
|
+
MyanalyticsItems = "myanalyticsItems"
|
|
1319
|
+
}
|
|
1320
|
+
/**
|
|
1321
|
+
* Defines values for ItemScopePath. \
|
|
1322
|
+
* {@link KnownItemScopePath} can be used interchangeably with ItemScopePath,
|
|
1323
|
+
* this enum contains the known values that the service supports.
|
|
1324
|
+
* ### Known values supported by the service
|
|
1325
|
+
* **analyticsItems** \
|
|
1326
|
+
* **myanalyticsItems**
|
|
1327
|
+
*/
|
|
1328
|
+
export declare type ItemScopePath = string;
|
|
1329
|
+
/** Known values of {@link ItemScope} that the service accepts. */
|
|
1330
|
+
export declare enum KnownItemScope {
|
|
1331
|
+
Shared = "shared",
|
|
1332
|
+
User = "user"
|
|
1333
|
+
}
|
|
1334
|
+
/**
|
|
1335
|
+
* Defines values for ItemScope. \
|
|
1336
|
+
* {@link KnownItemScope} can be used interchangeably with ItemScope,
|
|
1337
|
+
* this enum contains the known values that the service supports.
|
|
1338
|
+
* ### Known values supported by the service
|
|
1339
|
+
* **shared** \
|
|
1340
|
+
* **user**
|
|
1341
|
+
*/
|
|
1342
|
+
export declare type ItemScope = string;
|
|
1343
|
+
/** Known values of {@link ItemTypeParameter} that the service accepts. */
|
|
1344
|
+
export declare enum KnownItemTypeParameter {
|
|
1345
|
+
None = "none",
|
|
1346
|
+
Query = "query",
|
|
1347
|
+
Function = "function",
|
|
1348
|
+
Folder = "folder",
|
|
1349
|
+
Recent = "recent"
|
|
1350
|
+
}
|
|
1351
|
+
/**
|
|
1352
|
+
* Defines values for ItemTypeParameter. \
|
|
1353
|
+
* {@link KnownItemTypeParameter} can be used interchangeably with ItemTypeParameter,
|
|
1354
|
+
* this enum contains the known values that the service supports.
|
|
1355
|
+
* ### Known values supported by the service
|
|
1356
|
+
* **none** \
|
|
1357
|
+
* **query** \
|
|
1358
|
+
* **function** \
|
|
1359
|
+
* **folder** \
|
|
1360
|
+
* **recent**
|
|
1361
|
+
*/
|
|
1362
|
+
export declare type ItemTypeParameter = string;
|
|
1363
|
+
/** Known values of {@link ItemType} that the service accepts. */
|
|
1364
|
+
export declare enum KnownItemType {
|
|
1365
|
+
None = "none",
|
|
1366
|
+
Query = "query",
|
|
1367
|
+
Recent = "recent",
|
|
1368
|
+
Function = "function"
|
|
1369
|
+
}
|
|
1370
|
+
/**
|
|
1371
|
+
* Defines values for ItemType. \
|
|
1372
|
+
* {@link KnownItemType} can be used interchangeably with ItemType,
|
|
1373
|
+
* this enum contains the known values that the service supports.
|
|
1374
|
+
* ### Known values supported by the service
|
|
1375
|
+
* **none** \
|
|
1376
|
+
* **query** \
|
|
1377
|
+
* **recent** \
|
|
1378
|
+
* **function**
|
|
1379
|
+
*/
|
|
1380
|
+
export declare type ItemType = string;
|
|
1381
|
+
/** Known values of {@link CategoryType} that the service accepts. */
|
|
1382
|
+
export declare enum KnownCategoryType {
|
|
1383
|
+
Workbook = "workbook",
|
|
1384
|
+
TSG = "TSG",
|
|
1385
|
+
Performance = "performance",
|
|
1386
|
+
Retention = "retention"
|
|
1387
|
+
}
|
|
1388
|
+
/**
|
|
1389
|
+
* Defines values for CategoryType. \
|
|
1390
|
+
* {@link KnownCategoryType} can be used interchangeably with CategoryType,
|
|
1391
|
+
* this enum contains the known values that the service supports.
|
|
1392
|
+
* ### Known values supported by the service
|
|
1393
|
+
* **workbook** \
|
|
1394
|
+
* **TSG** \
|
|
1395
|
+
* **performance** \
|
|
1396
|
+
* **retention**
|
|
1397
|
+
*/
|
|
1398
|
+
export declare type CategoryType = string;
|
|
1399
|
+
/** Known values of {@link Kind} that the service accepts. */
|
|
1400
|
+
export declare enum KnownKind {
|
|
1401
|
+
User = "user",
|
|
1402
|
+
Shared = "shared"
|
|
1403
|
+
}
|
|
1404
|
+
/**
|
|
1405
|
+
* Defines values for Kind. \
|
|
1406
|
+
* {@link KnownKind} can be used interchangeably with Kind,
|
|
1407
|
+
* this enum contains the known values that the service supports.
|
|
1408
|
+
* ### Known values supported by the service
|
|
1409
|
+
* **user** \
|
|
1410
|
+
* **shared**
|
|
1411
|
+
*/
|
|
1412
|
+
export declare type Kind = string;
|
|
1413
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
1414
|
+
export declare enum KnownCreatedByType {
|
|
1415
|
+
User = "User",
|
|
1416
|
+
Application = "Application",
|
|
1417
|
+
ManagedIdentity = "ManagedIdentity",
|
|
1418
|
+
Key = "Key"
|
|
1419
|
+
}
|
|
1420
|
+
/**
|
|
1421
|
+
* Defines values for CreatedByType. \
|
|
1422
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
1423
|
+
* this enum contains the known values that the service supports.
|
|
1424
|
+
* ### Known values supported by the service
|
|
1425
|
+
* **User** \
|
|
1426
|
+
* **Application** \
|
|
1427
|
+
* **ManagedIdentity** \
|
|
1428
|
+
* **Key**
|
|
1429
|
+
*/
|
|
1430
|
+
export declare type CreatedByType = string;
|
|
1431
|
+
/** Known values of {@link MyWorkbookManagedIdentityType} that the service accepts. */
|
|
1432
|
+
export declare enum KnownMyWorkbookManagedIdentityType {
|
|
1433
|
+
UserAssigned = "UserAssigned",
|
|
1434
|
+
None = "None"
|
|
1435
|
+
}
|
|
1436
|
+
/**
|
|
1437
|
+
* Defines values for MyWorkbookManagedIdentityType. \
|
|
1438
|
+
* {@link KnownMyWorkbookManagedIdentityType} can be used interchangeably with MyWorkbookManagedIdentityType,
|
|
1439
|
+
* this enum contains the known values that the service supports.
|
|
1440
|
+
* ### Known values supported by the service
|
|
1441
|
+
* **UserAssigned** \
|
|
1442
|
+
* **None**
|
|
1443
|
+
*/
|
|
1444
|
+
export declare type MyWorkbookManagedIdentityType = string;
|
|
1445
|
+
/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
|
|
1446
|
+
export declare enum KnownManagedServiceIdentityType {
|
|
1447
|
+
None = "None",
|
|
1448
|
+
SystemAssigned = "SystemAssigned",
|
|
1449
|
+
UserAssigned = "UserAssigned",
|
|
1450
|
+
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
|
|
1451
|
+
}
|
|
1452
|
+
/**
|
|
1453
|
+
* Defines values for ManagedServiceIdentityType. \
|
|
1454
|
+
* {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
|
|
1455
|
+
* this enum contains the known values that the service supports.
|
|
1456
|
+
* ### Known values supported by the service
|
|
1457
|
+
* **None** \
|
|
1458
|
+
* **SystemAssigned** \
|
|
1459
|
+
* **UserAssigned** \
|
|
1460
|
+
* **SystemAssigned,UserAssigned**
|
|
1461
|
+
*/
|
|
1462
|
+
export declare type ManagedServiceIdentityType = string;
|
|
1463
|
+
/** Known values of {@link SharedTypeKind} that the service accepts. */
|
|
1464
|
+
export declare enum KnownSharedTypeKind {
|
|
1465
|
+
User = "user",
|
|
1466
|
+
Shared = "shared"
|
|
1467
|
+
}
|
|
1468
|
+
/**
|
|
1469
|
+
* Defines values for SharedTypeKind. \
|
|
1470
|
+
* {@link KnownSharedTypeKind} can be used interchangeably with SharedTypeKind,
|
|
1471
|
+
* this enum contains the known values that the service supports.
|
|
1472
|
+
* ### Known values supported by the service
|
|
1473
|
+
* **user** \
|
|
1474
|
+
* **shared**
|
|
1475
|
+
*/
|
|
1476
|
+
export declare type SharedTypeKind = string;
|
|
1477
|
+
/** Known values of {@link ApplicationType} that the service accepts. */
|
|
1478
|
+
export declare enum KnownApplicationType {
|
|
1479
|
+
Web = "web",
|
|
1480
|
+
Other = "other"
|
|
1481
|
+
}
|
|
1482
|
+
/**
|
|
1483
|
+
* Defines values for ApplicationType. \
|
|
1484
|
+
* {@link KnownApplicationType} can be used interchangeably with ApplicationType,
|
|
1485
|
+
* this enum contains the known values that the service supports.
|
|
1486
|
+
* ### Known values supported by the service
|
|
1487
|
+
* **web** \
|
|
1488
|
+
* **other**
|
|
1489
|
+
*/
|
|
1490
|
+
export declare type ApplicationType = string;
|
|
1491
|
+
/** Known values of {@link FlowType} that the service accepts. */
|
|
1492
|
+
export declare enum KnownFlowType {
|
|
1493
|
+
Bluefield = "Bluefield"
|
|
1494
|
+
}
|
|
1495
|
+
/**
|
|
1496
|
+
* Defines values for FlowType. \
|
|
1497
|
+
* {@link KnownFlowType} can be used interchangeably with FlowType,
|
|
1498
|
+
* this enum contains the known values that the service supports.
|
|
1499
|
+
* ### Known values supported by the service
|
|
1500
|
+
* **Bluefield**
|
|
1501
|
+
*/
|
|
1502
|
+
export declare type FlowType = string;
|
|
1503
|
+
/** Known values of {@link RequestSource} that the service accepts. */
|
|
1504
|
+
export declare enum KnownRequestSource {
|
|
1505
|
+
Rest = "rest"
|
|
1506
|
+
}
|
|
1507
|
+
/**
|
|
1508
|
+
* Defines values for RequestSource. \
|
|
1509
|
+
* {@link KnownRequestSource} can be used interchangeably with RequestSource,
|
|
1510
|
+
* this enum contains the known values that the service supports.
|
|
1511
|
+
* ### Known values supported by the service
|
|
1512
|
+
* **rest**
|
|
1513
|
+
*/
|
|
1514
|
+
export declare type RequestSource = string;
|
|
1515
|
+
/** Known values of {@link PublicNetworkAccessType} that the service accepts. */
|
|
1516
|
+
export declare enum KnownPublicNetworkAccessType {
|
|
1517
|
+
/** Enables connectivity to Application Insights through public DNS. */
|
|
1518
|
+
Enabled = "Enabled",
|
|
1519
|
+
/** Disables public connectivity to Application Insights through public DNS. */
|
|
1520
|
+
Disabled = "Disabled"
|
|
1521
|
+
}
|
|
1522
|
+
/**
|
|
1523
|
+
* Defines values for PublicNetworkAccessType. \
|
|
1524
|
+
* {@link KnownPublicNetworkAccessType} can be used interchangeably with PublicNetworkAccessType,
|
|
1525
|
+
* this enum contains the known values that the service supports.
|
|
1526
|
+
* ### Known values supported by the service
|
|
1527
|
+
* **Enabled**: Enables connectivity to Application Insights through public DNS. \
|
|
1528
|
+
* **Disabled**: Disables public connectivity to Application Insights through public DNS.
|
|
1529
|
+
*/
|
|
1530
|
+
export declare type PublicNetworkAccessType = string;
|
|
1531
|
+
/** Known values of {@link IngestionMode} that the service accepts. */
|
|
1532
|
+
export declare enum KnownIngestionMode {
|
|
1533
|
+
ApplicationInsights = "ApplicationInsights",
|
|
1534
|
+
ApplicationInsightsWithDiagnosticSettings = "ApplicationInsightsWithDiagnosticSettings",
|
|
1535
|
+
LogAnalytics = "LogAnalytics"
|
|
1536
|
+
}
|
|
1537
|
+
/**
|
|
1538
|
+
* Defines values for IngestionMode. \
|
|
1539
|
+
* {@link KnownIngestionMode} can be used interchangeably with IngestionMode,
|
|
1540
|
+
* this enum contains the known values that the service supports.
|
|
1541
|
+
* ### Known values supported by the service
|
|
1542
|
+
* **ApplicationInsights** \
|
|
1543
|
+
* **ApplicationInsightsWithDiagnosticSettings** \
|
|
1544
|
+
* **LogAnalytics**
|
|
1545
|
+
*/
|
|
1546
|
+
export declare type IngestionMode = string;
|
|
1547
|
+
/** Known values of {@link PurgeState} that the service accepts. */
|
|
1548
|
+
export declare enum KnownPurgeState {
|
|
1549
|
+
Pending = "pending",
|
|
1550
|
+
Completed = "completed"
|
|
1551
|
+
}
|
|
1552
|
+
/**
|
|
1553
|
+
* Defines values for PurgeState. \
|
|
1554
|
+
* {@link KnownPurgeState} can be used interchangeably with PurgeState,
|
|
1555
|
+
* this enum contains the known values that the service supports.
|
|
1556
|
+
* ### Known values supported by the service
|
|
1557
|
+
* **pending** \
|
|
1558
|
+
* **completed**
|
|
1559
|
+
*/
|
|
1560
|
+
export declare type PurgeState = string;
|
|
1561
|
+
/** Known values of {@link StorageType} that the service accepts. */
|
|
1562
|
+
export declare enum KnownStorageType {
|
|
1563
|
+
ServiceProfiler = "ServiceProfiler"
|
|
1564
|
+
}
|
|
1565
|
+
/**
|
|
1566
|
+
* Defines values for StorageType. \
|
|
1567
|
+
* {@link KnownStorageType} can be used interchangeably with StorageType,
|
|
1568
|
+
* this enum contains the known values that the service supports.
|
|
1569
|
+
* ### Known values supported by the service
|
|
1570
|
+
* **ServiceProfiler**
|
|
1571
|
+
*/
|
|
1572
|
+
export declare type StorageType = string;
|
|
1573
|
+
/** Defines values for FavoriteType. */
|
|
1574
|
+
export declare type FavoriteType = "shared" | "user";
|
|
1575
|
+
/** Defines values for WebTestKind. */
|
|
1576
|
+
export declare type WebTestKind = "ping" | "multistep";
|
|
1577
|
+
/** Optional parameters. */
|
|
1578
|
+
export interface AnnotationsListOptionalParams extends coreClient.OperationOptions {
|
|
1579
|
+
}
|
|
1580
|
+
/** Contains response data for the list operation. */
|
|
1581
|
+
export declare type AnnotationsListResponse = AnnotationsListResult;
|
|
1582
|
+
/** Optional parameters. */
|
|
1583
|
+
export interface AnnotationsCreateOptionalParams extends coreClient.OperationOptions {
|
|
1584
|
+
}
|
|
1585
|
+
/** Contains response data for the create operation. */
|
|
1586
|
+
export declare type AnnotationsCreateResponse = Annotation[];
|
|
1587
|
+
/** Optional parameters. */
|
|
1588
|
+
export interface AnnotationsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1589
|
+
}
|
|
1590
|
+
/** Optional parameters. */
|
|
1591
|
+
export interface AnnotationsGetOptionalParams extends coreClient.OperationOptions {
|
|
1592
|
+
}
|
|
1593
|
+
/** Contains response data for the get operation. */
|
|
1594
|
+
export declare type AnnotationsGetResponse = Annotation[];
|
|
1595
|
+
/** Optional parameters. */
|
|
1596
|
+
export interface APIKeysListOptionalParams extends coreClient.OperationOptions {
|
|
1597
|
+
}
|
|
1598
|
+
/** Contains response data for the list operation. */
|
|
1599
|
+
export declare type APIKeysListResponse = ApplicationInsightsComponentAPIKeyListResult;
|
|
1600
|
+
/** Optional parameters. */
|
|
1601
|
+
export interface APIKeysCreateOptionalParams extends coreClient.OperationOptions {
|
|
1602
|
+
}
|
|
1603
|
+
/** Contains response data for the create operation. */
|
|
1604
|
+
export declare type APIKeysCreateResponse = ApplicationInsightsComponentAPIKey;
|
|
1605
|
+
/** Optional parameters. */
|
|
1606
|
+
export interface APIKeysDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1607
|
+
}
|
|
1608
|
+
/** Contains response data for the delete operation. */
|
|
1609
|
+
export declare type APIKeysDeleteResponse = ApplicationInsightsComponentAPIKey;
|
|
1610
|
+
/** Optional parameters. */
|
|
1611
|
+
export interface APIKeysGetOptionalParams extends coreClient.OperationOptions {
|
|
1612
|
+
}
|
|
1613
|
+
/** Contains response data for the get operation. */
|
|
1614
|
+
export declare type APIKeysGetResponse = ApplicationInsightsComponentAPIKey;
|
|
1615
|
+
/** Optional parameters. */
|
|
1616
|
+
export interface ExportConfigurationsListOptionalParams extends coreClient.OperationOptions {
|
|
1617
|
+
}
|
|
1618
|
+
/** Contains response data for the list operation. */
|
|
1619
|
+
export declare type ExportConfigurationsListResponse = ApplicationInsightsComponentExportConfiguration[];
|
|
1620
|
+
/** Optional parameters. */
|
|
1621
|
+
export interface ExportConfigurationsCreateOptionalParams extends coreClient.OperationOptions {
|
|
1622
|
+
}
|
|
1623
|
+
/** Contains response data for the create operation. */
|
|
1624
|
+
export declare type ExportConfigurationsCreateResponse = ApplicationInsightsComponentExportConfiguration[];
|
|
1625
|
+
/** Optional parameters. */
|
|
1626
|
+
export interface ExportConfigurationsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1627
|
+
}
|
|
1628
|
+
/** Contains response data for the delete operation. */
|
|
1629
|
+
export declare type ExportConfigurationsDeleteResponse = ApplicationInsightsComponentExportConfiguration;
|
|
1630
|
+
/** Optional parameters. */
|
|
1631
|
+
export interface ExportConfigurationsGetOptionalParams extends coreClient.OperationOptions {
|
|
1632
|
+
}
|
|
1633
|
+
/** Contains response data for the get operation. */
|
|
1634
|
+
export declare type ExportConfigurationsGetResponse = ApplicationInsightsComponentExportConfiguration;
|
|
1635
|
+
/** Optional parameters. */
|
|
1636
|
+
export interface ExportConfigurationsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1637
|
+
}
|
|
1638
|
+
/** Contains response data for the update operation. */
|
|
1639
|
+
export declare type ExportConfigurationsUpdateResponse = ApplicationInsightsComponentExportConfiguration;
|
|
1640
|
+
/** Optional parameters. */
|
|
1641
|
+
export interface ComponentCurrentBillingFeaturesGetOptionalParams extends coreClient.OperationOptions {
|
|
1642
|
+
}
|
|
1643
|
+
/** Contains response data for the get operation. */
|
|
1644
|
+
export declare type ComponentCurrentBillingFeaturesGetResponse = ApplicationInsightsComponentBillingFeatures;
|
|
1645
|
+
/** Optional parameters. */
|
|
1646
|
+
export interface ComponentCurrentBillingFeaturesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1647
|
+
}
|
|
1648
|
+
/** Contains response data for the update operation. */
|
|
1649
|
+
export declare type ComponentCurrentBillingFeaturesUpdateResponse = ApplicationInsightsComponentBillingFeatures;
|
|
1650
|
+
/** Optional parameters. */
|
|
1651
|
+
export interface ComponentQuotaStatusGetOptionalParams extends coreClient.OperationOptions {
|
|
1652
|
+
}
|
|
1653
|
+
/** Contains response data for the get operation. */
|
|
1654
|
+
export declare type ComponentQuotaStatusGetResponse = ApplicationInsightsComponentQuotaStatus;
|
|
1655
|
+
/** Optional parameters. */
|
|
1656
|
+
export interface ComponentFeatureCapabilitiesGetOptionalParams extends coreClient.OperationOptions {
|
|
1657
|
+
}
|
|
1658
|
+
/** Contains response data for the get operation. */
|
|
1659
|
+
export declare type ComponentFeatureCapabilitiesGetResponse = ApplicationInsightsComponentFeatureCapabilities;
|
|
1660
|
+
/** Optional parameters. */
|
|
1661
|
+
export interface ComponentAvailableFeaturesGetOptionalParams extends coreClient.OperationOptions {
|
|
1662
|
+
}
|
|
1663
|
+
/** Contains response data for the get operation. */
|
|
1664
|
+
export declare type ComponentAvailableFeaturesGetResponse = ApplicationInsightsComponentAvailableFeatures;
|
|
1665
|
+
/** Optional parameters. */
|
|
1666
|
+
export interface ProactiveDetectionConfigurationsListOptionalParams extends coreClient.OperationOptions {
|
|
1667
|
+
}
|
|
1668
|
+
/** Contains response data for the list operation. */
|
|
1669
|
+
export declare type ProactiveDetectionConfigurationsListResponse = ApplicationInsightsComponentProactiveDetectionConfiguration[];
|
|
1670
|
+
/** Optional parameters. */
|
|
1671
|
+
export interface ProactiveDetectionConfigurationsGetOptionalParams extends coreClient.OperationOptions {
|
|
1672
|
+
}
|
|
1673
|
+
/** Contains response data for the get operation. */
|
|
1674
|
+
export declare type ProactiveDetectionConfigurationsGetResponse = ApplicationInsightsComponentProactiveDetectionConfiguration;
|
|
1675
|
+
/** Optional parameters. */
|
|
1676
|
+
export interface ProactiveDetectionConfigurationsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1677
|
+
}
|
|
1678
|
+
/** Contains response data for the update operation. */
|
|
1679
|
+
export declare type ProactiveDetectionConfigurationsUpdateResponse = ApplicationInsightsComponentProactiveDetectionConfiguration;
|
|
1680
|
+
/** Optional parameters. */
|
|
1681
|
+
export interface WorkItemConfigurationsListOptionalParams extends coreClient.OperationOptions {
|
|
1682
|
+
}
|
|
1683
|
+
/** Contains response data for the list operation. */
|
|
1684
|
+
export declare type WorkItemConfigurationsListResponse = WorkItemConfigurationsListResult;
|
|
1685
|
+
/** Optional parameters. */
|
|
1686
|
+
export interface WorkItemConfigurationsCreateOptionalParams extends coreClient.OperationOptions {
|
|
1687
|
+
}
|
|
1688
|
+
/** Contains response data for the create operation. */
|
|
1689
|
+
export declare type WorkItemConfigurationsCreateResponse = WorkItemConfiguration;
|
|
1690
|
+
/** Optional parameters. */
|
|
1691
|
+
export interface WorkItemConfigurationsGetDefaultOptionalParams extends coreClient.OperationOptions {
|
|
1692
|
+
}
|
|
1693
|
+
/** Contains response data for the getDefault operation. */
|
|
1694
|
+
export declare type WorkItemConfigurationsGetDefaultResponse = WorkItemConfiguration;
|
|
1695
|
+
/** Optional parameters. */
|
|
1696
|
+
export interface WorkItemConfigurationsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1697
|
+
}
|
|
1698
|
+
/** Optional parameters. */
|
|
1699
|
+
export interface WorkItemConfigurationsGetItemOptionalParams extends coreClient.OperationOptions {
|
|
1700
|
+
}
|
|
1701
|
+
/** Contains response data for the getItem operation. */
|
|
1702
|
+
export declare type WorkItemConfigurationsGetItemResponse = WorkItemConfiguration;
|
|
1703
|
+
/** Optional parameters. */
|
|
1704
|
+
export interface WorkItemConfigurationsUpdateItemOptionalParams extends coreClient.OperationOptions {
|
|
1705
|
+
}
|
|
1706
|
+
/** Contains response data for the updateItem operation. */
|
|
1707
|
+
export declare type WorkItemConfigurationsUpdateItemResponse = WorkItemConfiguration;
|
|
1708
|
+
/** Optional parameters. */
|
|
1709
|
+
export interface FavoritesListOptionalParams extends coreClient.OperationOptions {
|
|
1710
|
+
/** The type of favorite. Value can be either shared or user. */
|
|
1711
|
+
favoriteType?: FavoriteType;
|
|
1712
|
+
/** Source type of favorite to return. When left out, the source type defaults to 'other' (not present in this enum). */
|
|
1713
|
+
sourceType?: FavoriteSourceType;
|
|
1714
|
+
/** Flag indicating whether or not to return the full content for each applicable favorite. If false, only return summary content for favorites. */
|
|
1715
|
+
canFetchContent?: boolean;
|
|
1716
|
+
/** Tags that must be present on each favorite returned. */
|
|
1717
|
+
tags?: string[];
|
|
1718
|
+
}
|
|
1719
|
+
/** Contains response data for the list operation. */
|
|
1720
|
+
export declare type FavoritesListResponse = ApplicationInsightsComponentFavorite[];
|
|
1721
|
+
/** Optional parameters. */
|
|
1722
|
+
export interface FavoritesGetOptionalParams extends coreClient.OperationOptions {
|
|
1723
|
+
}
|
|
1724
|
+
/** Contains response data for the get operation. */
|
|
1725
|
+
export declare type FavoritesGetResponse = ApplicationInsightsComponentFavorite;
|
|
1726
|
+
/** Optional parameters. */
|
|
1727
|
+
export interface FavoritesAddOptionalParams extends coreClient.OperationOptions {
|
|
1728
|
+
}
|
|
1729
|
+
/** Contains response data for the add operation. */
|
|
1730
|
+
export declare type FavoritesAddResponse = ApplicationInsightsComponentFavorite;
|
|
1731
|
+
/** Optional parameters. */
|
|
1732
|
+
export interface FavoritesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1733
|
+
}
|
|
1734
|
+
/** Contains response data for the update operation. */
|
|
1735
|
+
export declare type FavoritesUpdateResponse = ApplicationInsightsComponentFavorite;
|
|
1736
|
+
/** Optional parameters. */
|
|
1737
|
+
export interface FavoritesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1738
|
+
}
|
|
1739
|
+
/** Optional parameters. */
|
|
1740
|
+
export interface WebTestLocationsListOptionalParams extends coreClient.OperationOptions {
|
|
1741
|
+
}
|
|
1742
|
+
/** Contains response data for the list operation. */
|
|
1743
|
+
export declare type WebTestLocationsListResponse = ApplicationInsightsWebTestLocationsListResult;
|
|
1744
|
+
/** Optional parameters. */
|
|
1745
|
+
export interface WebTestsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1746
|
+
}
|
|
1747
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
1748
|
+
export declare type WebTestsListByResourceGroupResponse = WebTestListResult;
|
|
1749
|
+
/** Optional parameters. */
|
|
1750
|
+
export interface WebTestsGetOptionalParams extends coreClient.OperationOptions {
|
|
1751
|
+
}
|
|
1752
|
+
/** Contains response data for the get operation. */
|
|
1753
|
+
export declare type WebTestsGetResponse = WebTest;
|
|
1754
|
+
/** Optional parameters. */
|
|
1755
|
+
export interface WebTestsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1756
|
+
}
|
|
1757
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1758
|
+
export declare type WebTestsCreateOrUpdateResponse = WebTest;
|
|
1759
|
+
/** Optional parameters. */
|
|
1760
|
+
export interface WebTestsUpdateTagsOptionalParams extends coreClient.OperationOptions {
|
|
1761
|
+
}
|
|
1762
|
+
/** Contains response data for the updateTags operation. */
|
|
1763
|
+
export declare type WebTestsUpdateTagsResponse = WebTest;
|
|
1764
|
+
/** Optional parameters. */
|
|
1765
|
+
export interface WebTestsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1766
|
+
}
|
|
1767
|
+
/** Optional parameters. */
|
|
1768
|
+
export interface WebTestsListOptionalParams extends coreClient.OperationOptions {
|
|
1769
|
+
}
|
|
1770
|
+
/** Contains response data for the list operation. */
|
|
1771
|
+
export declare type WebTestsListResponse = WebTestListResult;
|
|
1772
|
+
/** Optional parameters. */
|
|
1773
|
+
export interface WebTestsListByComponentOptionalParams extends coreClient.OperationOptions {
|
|
1774
|
+
}
|
|
1775
|
+
/** Contains response data for the listByComponent operation. */
|
|
1776
|
+
export declare type WebTestsListByComponentResponse = WebTestListResult;
|
|
1777
|
+
/** Optional parameters. */
|
|
1778
|
+
export interface WebTestsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1779
|
+
}
|
|
1780
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
1781
|
+
export declare type WebTestsListByResourceGroupNextResponse = WebTestListResult;
|
|
1782
|
+
/** Optional parameters. */
|
|
1783
|
+
export interface WebTestsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1784
|
+
}
|
|
1785
|
+
/** Contains response data for the listNext operation. */
|
|
1786
|
+
export declare type WebTestsListNextResponse = WebTestListResult;
|
|
1787
|
+
/** Optional parameters. */
|
|
1788
|
+
export interface WebTestsListByComponentNextOptionalParams extends coreClient.OperationOptions {
|
|
1789
|
+
}
|
|
1790
|
+
/** Contains response data for the listByComponentNext operation. */
|
|
1791
|
+
export declare type WebTestsListByComponentNextResponse = WebTestListResult;
|
|
1792
|
+
/** Optional parameters. */
|
|
1793
|
+
export interface AnalyticsItemsListOptionalParams extends coreClient.OperationOptions {
|
|
1794
|
+
/** 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. */
|
|
1795
|
+
scope?: ItemScope;
|
|
1796
|
+
/** Enum indicating the type of the Analytics item. */
|
|
1797
|
+
typeParam?: ItemTypeParameter;
|
|
1798
|
+
/** Flag indicating whether or not to return the content of each applicable item. If false, only return the item information. */
|
|
1799
|
+
includeContent?: boolean;
|
|
1800
|
+
}
|
|
1801
|
+
/** Contains response data for the list operation. */
|
|
1802
|
+
export declare type AnalyticsItemsListResponse = ApplicationInsightsComponentAnalyticsItem[];
|
|
1803
|
+
/** Optional parameters. */
|
|
1804
|
+
export interface AnalyticsItemsGetOptionalParams extends coreClient.OperationOptions {
|
|
1805
|
+
/** The Id of a specific item defined in the Application Insights component */
|
|
1806
|
+
id?: string;
|
|
1807
|
+
/** The name of a specific item defined in the Application Insights component */
|
|
1808
|
+
name?: string;
|
|
1809
|
+
}
|
|
1810
|
+
/** Contains response data for the get operation. */
|
|
1811
|
+
export declare type AnalyticsItemsGetResponse = ApplicationInsightsComponentAnalyticsItem;
|
|
1812
|
+
/** Optional parameters. */
|
|
1813
|
+
export interface AnalyticsItemsPutOptionalParams extends coreClient.OperationOptions {
|
|
1814
|
+
/** Flag indicating whether or not to force save an item. This allows overriding an item if it already exists. */
|
|
1815
|
+
overrideItem?: boolean;
|
|
1816
|
+
}
|
|
1817
|
+
/** Contains response data for the put operation. */
|
|
1818
|
+
export declare type AnalyticsItemsPutResponse = ApplicationInsightsComponentAnalyticsItem;
|
|
1819
|
+
/** Optional parameters. */
|
|
1820
|
+
export interface AnalyticsItemsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1821
|
+
/** The Id of a specific item defined in the Application Insights component */
|
|
1822
|
+
id?: string;
|
|
1823
|
+
/** The name of a specific item defined in the Application Insights component */
|
|
1824
|
+
name?: string;
|
|
1825
|
+
}
|
|
1826
|
+
/** Optional parameters. */
|
|
1827
|
+
export interface WorkbookTemplatesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1828
|
+
}
|
|
1829
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
1830
|
+
export declare type WorkbookTemplatesListByResourceGroupResponse = WorkbookTemplatesListResult;
|
|
1831
|
+
/** Optional parameters. */
|
|
1832
|
+
export interface WorkbookTemplatesGetOptionalParams extends coreClient.OperationOptions {
|
|
1833
|
+
}
|
|
1834
|
+
/** Contains response data for the get operation. */
|
|
1835
|
+
export declare type WorkbookTemplatesGetResponse = WorkbookTemplate;
|
|
1836
|
+
/** Optional parameters. */
|
|
1837
|
+
export interface WorkbookTemplatesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1838
|
+
}
|
|
1839
|
+
/** Optional parameters. */
|
|
1840
|
+
export interface WorkbookTemplatesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1841
|
+
}
|
|
1842
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1843
|
+
export declare type WorkbookTemplatesCreateOrUpdateResponse = WorkbookTemplate;
|
|
1844
|
+
/** Optional parameters. */
|
|
1845
|
+
export interface WorkbookTemplatesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1846
|
+
/** Properties that need to be specified to patch a workbook template. */
|
|
1847
|
+
workbookTemplateUpdateParameters?: WorkbookTemplateUpdateParameters;
|
|
1848
|
+
}
|
|
1849
|
+
/** Contains response data for the update operation. */
|
|
1850
|
+
export declare type WorkbookTemplatesUpdateResponse = WorkbookTemplate;
|
|
1851
|
+
/** Optional parameters. */
|
|
1852
|
+
export interface MyWorkbooksListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1853
|
+
/** Flag indicating whether or not to return the full content for each applicable workbook. If false, only return summary content for workbooks. */
|
|
1854
|
+
canFetchContent?: boolean;
|
|
1855
|
+
/** Tags presents on each workbook returned. */
|
|
1856
|
+
tags?: string[];
|
|
1857
|
+
/** Azure Resource Id that will fetch all linked workbooks. */
|
|
1858
|
+
sourceId?: string;
|
|
1859
|
+
}
|
|
1860
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
1861
|
+
export declare type MyWorkbooksListByResourceGroupResponse = MyWorkbooksListResult;
|
|
1862
|
+
/** Optional parameters. */
|
|
1863
|
+
export interface MyWorkbooksListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
1864
|
+
/** Flag indicating whether or not to return the full content for each applicable workbook. If false, only return summary content for workbooks. */
|
|
1865
|
+
canFetchContent?: boolean;
|
|
1866
|
+
/** Tags presents on each workbook returned. */
|
|
1867
|
+
tags?: string[];
|
|
1868
|
+
}
|
|
1869
|
+
/** Contains response data for the listBySubscription operation. */
|
|
1870
|
+
export declare type MyWorkbooksListBySubscriptionResponse = MyWorkbooksListResult;
|
|
1871
|
+
/** Optional parameters. */
|
|
1872
|
+
export interface MyWorkbooksGetOptionalParams extends coreClient.OperationOptions {
|
|
1873
|
+
}
|
|
1874
|
+
/** Contains response data for the get operation. */
|
|
1875
|
+
export declare type MyWorkbooksGetResponse = MyWorkbook;
|
|
1876
|
+
/** Optional parameters. */
|
|
1877
|
+
export interface MyWorkbooksDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1878
|
+
}
|
|
1879
|
+
/** Optional parameters. */
|
|
1880
|
+
export interface MyWorkbooksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1881
|
+
/** Azure Resource Id that will fetch all linked workbooks. */
|
|
1882
|
+
sourceId?: string;
|
|
1883
|
+
}
|
|
1884
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1885
|
+
export declare type MyWorkbooksCreateOrUpdateResponse = MyWorkbook;
|
|
1886
|
+
/** Optional parameters. */
|
|
1887
|
+
export interface MyWorkbooksUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1888
|
+
/** Azure Resource Id that will fetch all linked workbooks. */
|
|
1889
|
+
sourceId?: string;
|
|
1890
|
+
}
|
|
1891
|
+
/** Contains response data for the update operation. */
|
|
1892
|
+
export declare type MyWorkbooksUpdateResponse = MyWorkbook;
|
|
1893
|
+
/** Optional parameters. */
|
|
1894
|
+
export interface MyWorkbooksListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1895
|
+
/** Flag indicating whether or not to return the full content for each applicable workbook. If false, only return summary content for workbooks. */
|
|
1896
|
+
canFetchContent?: boolean;
|
|
1897
|
+
/** Tags presents on each workbook returned. */
|
|
1898
|
+
tags?: string[];
|
|
1899
|
+
/** Azure Resource Id that will fetch all linked workbooks. */
|
|
1900
|
+
sourceId?: string;
|
|
1901
|
+
}
|
|
1902
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
1903
|
+
export declare type MyWorkbooksListByResourceGroupNextResponse = MyWorkbooksListResult;
|
|
1904
|
+
/** Optional parameters. */
|
|
1905
|
+
export interface MyWorkbooksListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
1906
|
+
/** Flag indicating whether or not to return the full content for each applicable workbook. If false, only return summary content for workbooks. */
|
|
1907
|
+
canFetchContent?: boolean;
|
|
1908
|
+
/** Tags presents on each workbook returned. */
|
|
1909
|
+
tags?: string[];
|
|
1910
|
+
}
|
|
1911
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
1912
|
+
export declare type MyWorkbooksListBySubscriptionNextResponse = MyWorkbooksListResult;
|
|
1913
|
+
/** Optional parameters. */
|
|
1914
|
+
export interface WorkbooksListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
1915
|
+
/** Flag indicating whether or not to return the full content for each applicable workbook. If false, only return summary content for workbooks. */
|
|
1916
|
+
canFetchContent?: boolean;
|
|
1917
|
+
/** Tags presents on each workbook returned. */
|
|
1918
|
+
tags?: string[];
|
|
1919
|
+
}
|
|
1920
|
+
/** Contains response data for the listBySubscription operation. */
|
|
1921
|
+
export declare type WorkbooksListBySubscriptionResponse = WorkbooksListResult;
|
|
1922
|
+
/** Optional parameters. */
|
|
1923
|
+
export interface WorkbooksListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1924
|
+
/** Flag indicating whether or not to return the full content for each applicable workbook. If false, only return summary content for workbooks. */
|
|
1925
|
+
canFetchContent?: boolean;
|
|
1926
|
+
/** Tags presents on each workbook returned. */
|
|
1927
|
+
tags?: string[];
|
|
1928
|
+
/** Azure Resource Id that will fetch all linked workbooks. */
|
|
1929
|
+
sourceId?: string;
|
|
1930
|
+
}
|
|
1931
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
1932
|
+
export declare type WorkbooksListByResourceGroupResponse = WorkbooksListResult;
|
|
1933
|
+
/** Optional parameters. */
|
|
1934
|
+
export interface WorkbooksGetOptionalParams extends coreClient.OperationOptions {
|
|
1935
|
+
}
|
|
1936
|
+
/** Contains response data for the get operation. */
|
|
1937
|
+
export declare type WorkbooksGetResponse = Workbook;
|
|
1938
|
+
/** Optional parameters. */
|
|
1939
|
+
export interface WorkbooksDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1940
|
+
}
|
|
1941
|
+
/** Optional parameters. */
|
|
1942
|
+
export interface WorkbooksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1943
|
+
/** Azure Resource Id that will fetch all linked workbooks. */
|
|
1944
|
+
sourceId?: string;
|
|
1945
|
+
}
|
|
1946
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1947
|
+
export declare type WorkbooksCreateOrUpdateResponse = Workbook;
|
|
1948
|
+
/** Optional parameters. */
|
|
1949
|
+
export interface WorkbooksUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1950
|
+
/** Azure Resource Id that will fetch all linked workbooks. */
|
|
1951
|
+
sourceId?: string;
|
|
1952
|
+
/** Properties that need to be specified to create a new workbook. */
|
|
1953
|
+
workbookUpdateParameters?: WorkbookUpdateParameters;
|
|
1954
|
+
}
|
|
1955
|
+
/** Contains response data for the update operation. */
|
|
1956
|
+
export declare type WorkbooksUpdateResponse = Workbook;
|
|
1957
|
+
/** Optional parameters. */
|
|
1958
|
+
export interface WorkbooksRevisionsListOptionalParams extends coreClient.OperationOptions {
|
|
1959
|
+
}
|
|
1960
|
+
/** Contains response data for the revisionsList operation. */
|
|
1961
|
+
export declare type WorkbooksRevisionsListResponse = WorkbooksListResult;
|
|
1962
|
+
/** Optional parameters. */
|
|
1963
|
+
export interface WorkbooksRevisionGetOptionalParams extends coreClient.OperationOptions {
|
|
1964
|
+
}
|
|
1965
|
+
/** Contains response data for the revisionGet operation. */
|
|
1966
|
+
export declare type WorkbooksRevisionGetResponse = Workbook;
|
|
1967
|
+
/** Optional parameters. */
|
|
1968
|
+
export interface WorkbooksListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
1969
|
+
/** Flag indicating whether or not to return the full content for each applicable workbook. If false, only return summary content for workbooks. */
|
|
1970
|
+
canFetchContent?: boolean;
|
|
1971
|
+
/** Tags presents on each workbook returned. */
|
|
1972
|
+
tags?: string[];
|
|
1973
|
+
}
|
|
1974
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
1975
|
+
export declare type WorkbooksListBySubscriptionNextResponse = WorkbooksListResult;
|
|
1976
|
+
/** Optional parameters. */
|
|
1977
|
+
export interface WorkbooksListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1978
|
+
/** Flag indicating whether or not to return the full content for each applicable workbook. If false, only return summary content for workbooks. */
|
|
1979
|
+
canFetchContent?: boolean;
|
|
1980
|
+
/** Tags presents on each workbook returned. */
|
|
1981
|
+
tags?: string[];
|
|
1982
|
+
/** Azure Resource Id that will fetch all linked workbooks. */
|
|
1983
|
+
sourceId?: string;
|
|
1984
|
+
}
|
|
1985
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
1986
|
+
export declare type WorkbooksListByResourceGroupNextResponse = WorkbooksListResult;
|
|
1987
|
+
/** Optional parameters. */
|
|
1988
|
+
export interface WorkbooksRevisionsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1989
|
+
}
|
|
1990
|
+
/** Contains response data for the revisionsListNext operation. */
|
|
1991
|
+
export declare type WorkbooksRevisionsListNextResponse = WorkbooksListResult;
|
|
1992
|
+
/** Optional parameters. */
|
|
1993
|
+
export interface ComponentsListOptionalParams extends coreClient.OperationOptions {
|
|
1994
|
+
}
|
|
1995
|
+
/** Contains response data for the list operation. */
|
|
1996
|
+
export declare type ComponentsListResponse = ApplicationInsightsComponentListResult;
|
|
1997
|
+
/** Optional parameters. */
|
|
1998
|
+
export interface ComponentsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1999
|
+
}
|
|
2000
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
2001
|
+
export declare type ComponentsListByResourceGroupResponse = ApplicationInsightsComponentListResult;
|
|
2002
|
+
/** Optional parameters. */
|
|
2003
|
+
export interface ComponentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2004
|
+
}
|
|
2005
|
+
/** Optional parameters. */
|
|
2006
|
+
export interface ComponentsGetOptionalParams extends coreClient.OperationOptions {
|
|
2007
|
+
}
|
|
2008
|
+
/** Contains response data for the get operation. */
|
|
2009
|
+
export declare type ComponentsGetResponse = ApplicationInsightsComponent;
|
|
2010
|
+
/** Optional parameters. */
|
|
2011
|
+
export interface ComponentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2012
|
+
}
|
|
2013
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2014
|
+
export declare type ComponentsCreateOrUpdateResponse = ApplicationInsightsComponent;
|
|
2015
|
+
/** Optional parameters. */
|
|
2016
|
+
export interface ComponentsUpdateTagsOptionalParams extends coreClient.OperationOptions {
|
|
2017
|
+
}
|
|
2018
|
+
/** Contains response data for the updateTags operation. */
|
|
2019
|
+
export declare type ComponentsUpdateTagsResponse = ApplicationInsightsComponent;
|
|
2020
|
+
/** Optional parameters. */
|
|
2021
|
+
export interface ComponentsPurgeOptionalParams extends coreClient.OperationOptions {
|
|
2022
|
+
}
|
|
2023
|
+
/** Contains response data for the purge operation. */
|
|
2024
|
+
export declare type ComponentsPurgeResponse = ComponentPurgeResponse;
|
|
2025
|
+
/** Optional parameters. */
|
|
2026
|
+
export interface ComponentsGetPurgeStatusOptionalParams extends coreClient.OperationOptions {
|
|
2027
|
+
}
|
|
2028
|
+
/** Contains response data for the getPurgeStatus operation. */
|
|
2029
|
+
export declare type ComponentsGetPurgeStatusResponse = ComponentPurgeStatusResponse;
|
|
2030
|
+
/** Optional parameters. */
|
|
2031
|
+
export interface ComponentsListNextOptionalParams extends coreClient.OperationOptions {
|
|
2032
|
+
}
|
|
2033
|
+
/** Contains response data for the listNext operation. */
|
|
2034
|
+
export declare type ComponentsListNextResponse = ApplicationInsightsComponentListResult;
|
|
2035
|
+
/** Optional parameters. */
|
|
2036
|
+
export interface ComponentsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2037
|
+
}
|
|
2038
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2039
|
+
export declare type ComponentsListByResourceGroupNextResponse = ApplicationInsightsComponentListResult;
|
|
2040
|
+
/** Optional parameters. */
|
|
2041
|
+
export interface ComponentLinkedStorageAccountsGetOptionalParams extends coreClient.OperationOptions {
|
|
2042
|
+
}
|
|
2043
|
+
/** Contains response data for the get operation. */
|
|
2044
|
+
export declare type ComponentLinkedStorageAccountsGetResponse = ComponentLinkedStorageAccounts;
|
|
2045
|
+
/** Optional parameters. */
|
|
2046
|
+
export interface ComponentLinkedStorageAccountsCreateAndUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2047
|
+
}
|
|
2048
|
+
/** Contains response data for the createAndUpdate operation. */
|
|
2049
|
+
export declare type ComponentLinkedStorageAccountsCreateAndUpdateResponse = ComponentLinkedStorageAccounts;
|
|
2050
|
+
/** Optional parameters. */
|
|
2051
|
+
export interface ComponentLinkedStorageAccountsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2052
|
+
}
|
|
2053
|
+
/** Contains response data for the update operation. */
|
|
2054
|
+
export declare type ComponentLinkedStorageAccountsUpdateResponse = ComponentLinkedStorageAccounts;
|
|
2055
|
+
/** Optional parameters. */
|
|
2056
|
+
export interface ComponentLinkedStorageAccountsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2057
|
+
}
|
|
2058
|
+
/** Optional parameters. */
|
|
2059
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
2060
|
+
}
|
|
2061
|
+
/** Contains response data for the list operation. */
|
|
2062
|
+
export declare type OperationsListResponse = OperationsListResult;
|
|
2063
|
+
/** Optional parameters. */
|
|
2064
|
+
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
2065
|
+
}
|
|
2066
|
+
/** Contains response data for the listNext operation. */
|
|
2067
|
+
export declare type OperationsListNextResponse = OperationsListResult;
|
|
2068
|
+
/** Optional parameters. */
|
|
2069
|
+
export interface LiveTokenGetOptionalParams extends coreClient.OperationOptions {
|
|
2070
|
+
}
|
|
2071
|
+
/** Contains response data for the get operation. */
|
|
2072
|
+
export declare type LiveTokenGetResponse = LiveTokenResponse;
|
|
2073
|
+
/** Optional parameters. */
|
|
2074
|
+
export interface ApplicationInsightsManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
2075
|
+
/** server parameter */
|
|
2076
|
+
$host?: string;
|
|
2077
|
+
/** Overrides client endpoint. */
|
|
2078
|
+
endpoint?: string;
|
|
2079
|
+
}
|
|
2080
|
+
//# sourceMappingURL=index.d.ts.map
|