@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,1779 @@
|
|
|
1
|
+
## API Report File for "@azure/arm-appinsights"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import * as coreAuth from '@azure/core-auth';
|
|
8
|
+
import * as coreClient from '@azure/core-client';
|
|
9
|
+
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
10
|
+
|
|
11
|
+
// @public
|
|
12
|
+
export interface AnalyticsItems {
|
|
13
|
+
delete(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, options?: AnalyticsItemsDeleteOptionalParams): Promise<void>;
|
|
14
|
+
get(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, options?: AnalyticsItemsGetOptionalParams): Promise<AnalyticsItemsGetResponse>;
|
|
15
|
+
list(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, options?: AnalyticsItemsListOptionalParams): Promise<AnalyticsItemsListResponse>;
|
|
16
|
+
put(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, itemProperties: ApplicationInsightsComponentAnalyticsItem, options?: AnalyticsItemsPutOptionalParams): Promise<AnalyticsItemsPutResponse>;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
// @public
|
|
20
|
+
export interface AnalyticsItemsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
21
|
+
id?: string;
|
|
22
|
+
name?: string;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
// @public
|
|
26
|
+
export interface AnalyticsItemsGetOptionalParams extends coreClient.OperationOptions {
|
|
27
|
+
id?: string;
|
|
28
|
+
name?: string;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
// @public
|
|
32
|
+
export type AnalyticsItemsGetResponse = ApplicationInsightsComponentAnalyticsItem;
|
|
33
|
+
|
|
34
|
+
// @public
|
|
35
|
+
export interface AnalyticsItemsListOptionalParams extends coreClient.OperationOptions {
|
|
36
|
+
includeContent?: boolean;
|
|
37
|
+
scope?: ItemScope;
|
|
38
|
+
typeParam?: ItemTypeParameter;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
// @public
|
|
42
|
+
export type AnalyticsItemsListResponse = ApplicationInsightsComponentAnalyticsItem[];
|
|
43
|
+
|
|
44
|
+
// @public
|
|
45
|
+
export interface AnalyticsItemsPutOptionalParams extends coreClient.OperationOptions {
|
|
46
|
+
overrideItem?: boolean;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
// @public
|
|
50
|
+
export type AnalyticsItemsPutResponse = ApplicationInsightsComponentAnalyticsItem;
|
|
51
|
+
|
|
52
|
+
// @public
|
|
53
|
+
export interface Annotation {
|
|
54
|
+
annotationName?: string;
|
|
55
|
+
category?: string;
|
|
56
|
+
eventTime?: Date;
|
|
57
|
+
id?: string;
|
|
58
|
+
properties?: string;
|
|
59
|
+
relatedAnnotation?: string;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
// @public
|
|
63
|
+
export interface AnnotationError {
|
|
64
|
+
code?: string;
|
|
65
|
+
innererror?: InnerError;
|
|
66
|
+
message?: string;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
// @public
|
|
70
|
+
export interface Annotations {
|
|
71
|
+
create(resourceGroupName: string, resourceName: string, annotationProperties: Annotation, options?: AnnotationsCreateOptionalParams): Promise<AnnotationsCreateResponse>;
|
|
72
|
+
delete(resourceGroupName: string, resourceName: string, annotationId: string, options?: AnnotationsDeleteOptionalParams): Promise<void>;
|
|
73
|
+
get(resourceGroupName: string, resourceName: string, annotationId: string, options?: AnnotationsGetOptionalParams): Promise<AnnotationsGetResponse>;
|
|
74
|
+
list(resourceGroupName: string, resourceName: string, start: string, end: string, options?: AnnotationsListOptionalParams): PagedAsyncIterableIterator<Annotation>;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
// @public
|
|
78
|
+
export interface AnnotationsCreateOptionalParams extends coreClient.OperationOptions {
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
// @public
|
|
82
|
+
export type AnnotationsCreateResponse = Annotation[];
|
|
83
|
+
|
|
84
|
+
// @public
|
|
85
|
+
export interface AnnotationsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
// @public
|
|
89
|
+
export interface AnnotationsGetOptionalParams extends coreClient.OperationOptions {
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
// @public
|
|
93
|
+
export type AnnotationsGetResponse = Annotation[];
|
|
94
|
+
|
|
95
|
+
// @public
|
|
96
|
+
export interface AnnotationsListOptionalParams extends coreClient.OperationOptions {
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
// @public
|
|
100
|
+
export type AnnotationsListResponse = AnnotationsListResult;
|
|
101
|
+
|
|
102
|
+
// @public
|
|
103
|
+
export interface AnnotationsListResult {
|
|
104
|
+
readonly value?: Annotation[];
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
// @public
|
|
108
|
+
export interface APIKeyRequest {
|
|
109
|
+
linkedReadProperties?: string[];
|
|
110
|
+
linkedWriteProperties?: string[];
|
|
111
|
+
name?: string;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
// @public
|
|
115
|
+
export interface APIKeys {
|
|
116
|
+
create(resourceGroupName: string, resourceName: string, aPIKeyProperties: APIKeyRequest, options?: APIKeysCreateOptionalParams): Promise<APIKeysCreateResponse>;
|
|
117
|
+
delete(resourceGroupName: string, resourceName: string, keyId: string, options?: APIKeysDeleteOptionalParams): Promise<APIKeysDeleteResponse>;
|
|
118
|
+
get(resourceGroupName: string, resourceName: string, keyId: string, options?: APIKeysGetOptionalParams): Promise<APIKeysGetResponse>;
|
|
119
|
+
list(resourceGroupName: string, resourceName: string, options?: APIKeysListOptionalParams): PagedAsyncIterableIterator<ApplicationInsightsComponentAPIKey>;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
// @public
|
|
123
|
+
export interface APIKeysCreateOptionalParams extends coreClient.OperationOptions {
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
// @public
|
|
127
|
+
export type APIKeysCreateResponse = ApplicationInsightsComponentAPIKey;
|
|
128
|
+
|
|
129
|
+
// @public
|
|
130
|
+
export interface APIKeysDeleteOptionalParams extends coreClient.OperationOptions {
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
// @public
|
|
134
|
+
export type APIKeysDeleteResponse = ApplicationInsightsComponentAPIKey;
|
|
135
|
+
|
|
136
|
+
// @public
|
|
137
|
+
export interface APIKeysGetOptionalParams extends coreClient.OperationOptions {
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
// @public
|
|
141
|
+
export type APIKeysGetResponse = ApplicationInsightsComponentAPIKey;
|
|
142
|
+
|
|
143
|
+
// @public
|
|
144
|
+
export interface APIKeysListOptionalParams extends coreClient.OperationOptions {
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
// @public
|
|
148
|
+
export type APIKeysListResponse = ApplicationInsightsComponentAPIKeyListResult;
|
|
149
|
+
|
|
150
|
+
// @public
|
|
151
|
+
export type ApplicationInsightsComponent = ComponentsResource & {
|
|
152
|
+
kind: string;
|
|
153
|
+
readonly applicationId?: string;
|
|
154
|
+
readonly appId?: string;
|
|
155
|
+
applicationType?: ApplicationType;
|
|
156
|
+
flowType?: FlowType;
|
|
157
|
+
requestSource?: RequestSource;
|
|
158
|
+
readonly instrumentationKey?: string;
|
|
159
|
+
readonly creationDate?: Date;
|
|
160
|
+
readonly tenantId?: string;
|
|
161
|
+
hockeyAppId?: string;
|
|
162
|
+
readonly hockeyAppToken?: string;
|
|
163
|
+
readonly provisioningState?: string;
|
|
164
|
+
samplingPercentage?: number;
|
|
165
|
+
readonly connectionString?: string;
|
|
166
|
+
retentionInDays?: number;
|
|
167
|
+
disableIpMasking?: boolean;
|
|
168
|
+
immediatePurgeDataOn30Days?: boolean;
|
|
169
|
+
readonly privateLinkScopedResources?: PrivateLinkScopedResource[];
|
|
170
|
+
publicNetworkAccessForIngestion?: PublicNetworkAccessType;
|
|
171
|
+
publicNetworkAccessForQuery?: PublicNetworkAccessType;
|
|
172
|
+
ingestionMode?: IngestionMode;
|
|
173
|
+
};
|
|
174
|
+
|
|
175
|
+
// @public
|
|
176
|
+
export interface ApplicationInsightsComponentAnalyticsItem {
|
|
177
|
+
content?: string;
|
|
178
|
+
id?: string;
|
|
179
|
+
name?: string;
|
|
180
|
+
properties?: ApplicationInsightsComponentAnalyticsItemProperties;
|
|
181
|
+
scope?: ItemScope;
|
|
182
|
+
readonly timeCreated?: string;
|
|
183
|
+
readonly timeModified?: string;
|
|
184
|
+
type?: ItemType;
|
|
185
|
+
readonly version?: string;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
// @public
|
|
189
|
+
export interface ApplicationInsightsComponentAnalyticsItemProperties {
|
|
190
|
+
functionAlias?: string;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
// @public
|
|
194
|
+
export interface ApplicationInsightsComponentAPIKey {
|
|
195
|
+
readonly apiKey?: string;
|
|
196
|
+
createdDate?: string;
|
|
197
|
+
readonly id?: string;
|
|
198
|
+
linkedReadProperties?: string[];
|
|
199
|
+
linkedWriteProperties?: string[];
|
|
200
|
+
name?: string;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
// @public
|
|
204
|
+
export interface ApplicationInsightsComponentAPIKeyListResult {
|
|
205
|
+
value: ApplicationInsightsComponentAPIKey[];
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
// @public
|
|
209
|
+
export interface ApplicationInsightsComponentAvailableFeatures {
|
|
210
|
+
readonly result?: ApplicationInsightsComponentFeature[];
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
// @public
|
|
214
|
+
export interface ApplicationInsightsComponentBillingFeatures {
|
|
215
|
+
currentBillingFeatures?: string[];
|
|
216
|
+
dataVolumeCap?: ApplicationInsightsComponentDataVolumeCap;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
// @public
|
|
220
|
+
export interface ApplicationInsightsComponentDataVolumeCap {
|
|
221
|
+
cap?: number;
|
|
222
|
+
readonly maxHistoryCap?: number;
|
|
223
|
+
readonly resetTime?: number;
|
|
224
|
+
stopSendNotificationWhenHitCap?: boolean;
|
|
225
|
+
stopSendNotificationWhenHitThreshold?: boolean;
|
|
226
|
+
warningThreshold?: number;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
// @public
|
|
230
|
+
export interface ApplicationInsightsComponentExportConfiguration {
|
|
231
|
+
readonly applicationName?: string;
|
|
232
|
+
readonly containerName?: string;
|
|
233
|
+
readonly destinationAccountId?: string;
|
|
234
|
+
readonly destinationStorageLocationId?: string;
|
|
235
|
+
readonly destinationStorageSubscriptionId?: string;
|
|
236
|
+
readonly destinationType?: string;
|
|
237
|
+
readonly exportId?: string;
|
|
238
|
+
readonly exportStatus?: string;
|
|
239
|
+
readonly instrumentationKey?: string;
|
|
240
|
+
readonly isUserEnabled?: string;
|
|
241
|
+
readonly lastGapTime?: string;
|
|
242
|
+
readonly lastSuccessTime?: string;
|
|
243
|
+
readonly lastUserUpdate?: string;
|
|
244
|
+
notificationQueueEnabled?: string;
|
|
245
|
+
readonly permanentErrorReason?: string;
|
|
246
|
+
recordTypes?: string;
|
|
247
|
+
readonly resourceGroup?: string;
|
|
248
|
+
readonly storageName?: string;
|
|
249
|
+
readonly subscriptionId?: string;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
// @public
|
|
253
|
+
export interface ApplicationInsightsComponentExportRequest {
|
|
254
|
+
destinationAccountId?: string;
|
|
255
|
+
destinationAddress?: string;
|
|
256
|
+
destinationStorageLocationId?: string;
|
|
257
|
+
destinationStorageSubscriptionId?: string;
|
|
258
|
+
destinationType?: string;
|
|
259
|
+
isEnabled?: string;
|
|
260
|
+
notificationQueueEnabled?: string;
|
|
261
|
+
notificationQueueUri?: string;
|
|
262
|
+
recordTypes?: string;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
// @public
|
|
266
|
+
export interface ApplicationInsightsComponentFavorite {
|
|
267
|
+
category?: string;
|
|
268
|
+
config?: string;
|
|
269
|
+
readonly favoriteId?: string;
|
|
270
|
+
favoriteType?: FavoriteType;
|
|
271
|
+
isGeneratedFromTemplate?: boolean;
|
|
272
|
+
name?: string;
|
|
273
|
+
sourceType?: string;
|
|
274
|
+
tags?: string[];
|
|
275
|
+
readonly timeModified?: string;
|
|
276
|
+
readonly userId?: string;
|
|
277
|
+
version?: string;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
// @public
|
|
281
|
+
export interface ApplicationInsightsComponentFeature {
|
|
282
|
+
readonly capabilities?: ApplicationInsightsComponentFeatureCapability[];
|
|
283
|
+
readonly featureName?: string;
|
|
284
|
+
readonly isHidden?: boolean;
|
|
285
|
+
readonly isMainFeature?: boolean;
|
|
286
|
+
readonly meterId?: string;
|
|
287
|
+
readonly meterRateFrequency?: string;
|
|
288
|
+
readonly resouceId?: string;
|
|
289
|
+
readonly supportedAddonFeatures?: string;
|
|
290
|
+
readonly title?: string;
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
// @public
|
|
294
|
+
export interface ApplicationInsightsComponentFeatureCapabilities {
|
|
295
|
+
readonly analyticsIntegration?: boolean;
|
|
296
|
+
readonly apiAccessLevel?: string;
|
|
297
|
+
readonly applicationMap?: boolean;
|
|
298
|
+
readonly burstThrottlePolicy?: string;
|
|
299
|
+
readonly dailyCap?: number;
|
|
300
|
+
readonly dailyCapResetTime?: number;
|
|
301
|
+
readonly liveStreamMetrics?: boolean;
|
|
302
|
+
readonly metadataClass?: string;
|
|
303
|
+
readonly multipleStepWebTest?: boolean;
|
|
304
|
+
readonly openSchema?: boolean;
|
|
305
|
+
readonly powerBIIntegration?: boolean;
|
|
306
|
+
readonly proactiveDetection?: boolean;
|
|
307
|
+
readonly supportExportData?: boolean;
|
|
308
|
+
readonly throttleRate?: number;
|
|
309
|
+
readonly trackingType?: string;
|
|
310
|
+
readonly workItemIntegration?: boolean;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
// @public
|
|
314
|
+
export interface ApplicationInsightsComponentFeatureCapability {
|
|
315
|
+
readonly description?: string;
|
|
316
|
+
readonly meterId?: string;
|
|
317
|
+
readonly meterRateFrequency?: string;
|
|
318
|
+
readonly name?: string;
|
|
319
|
+
readonly unit?: string;
|
|
320
|
+
readonly value?: string;
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
// @public
|
|
324
|
+
export interface ApplicationInsightsComponentListResult {
|
|
325
|
+
nextLink?: string;
|
|
326
|
+
value: ApplicationInsightsComponent[];
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
// @public
|
|
330
|
+
export interface ApplicationInsightsComponentProactiveDetectionConfiguration {
|
|
331
|
+
customEmails?: string[];
|
|
332
|
+
enabled?: boolean;
|
|
333
|
+
lastUpdatedTime?: string;
|
|
334
|
+
name?: string;
|
|
335
|
+
ruleDefinitions?: ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions;
|
|
336
|
+
sendEmailsToSubscriptionOwners?: boolean;
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
// @public
|
|
340
|
+
export interface ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions {
|
|
341
|
+
description?: string;
|
|
342
|
+
displayName?: string;
|
|
343
|
+
helpUrl?: string;
|
|
344
|
+
isEnabledByDefault?: boolean;
|
|
345
|
+
isHidden?: boolean;
|
|
346
|
+
isInPreview?: boolean;
|
|
347
|
+
name?: string;
|
|
348
|
+
supportsEmailNotifications?: boolean;
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
// @public
|
|
352
|
+
export interface ApplicationInsightsComponentQuotaStatus {
|
|
353
|
+
readonly appId?: string;
|
|
354
|
+
readonly expirationTime?: string;
|
|
355
|
+
readonly shouldBeThrottled?: boolean;
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
// @public
|
|
359
|
+
export interface ApplicationInsightsComponentWebTestLocation {
|
|
360
|
+
readonly displayName?: string;
|
|
361
|
+
readonly tag?: string;
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
// @public (undocumented)
|
|
365
|
+
export class ApplicationInsightsManagementClient extends coreClient.ServiceClient {
|
|
366
|
+
// (undocumented)
|
|
367
|
+
$host: string;
|
|
368
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ApplicationInsightsManagementClientOptionalParams);
|
|
369
|
+
// (undocumented)
|
|
370
|
+
analyticsItems: AnalyticsItems;
|
|
371
|
+
// (undocumented)
|
|
372
|
+
annotations: Annotations;
|
|
373
|
+
// (undocumented)
|
|
374
|
+
aPIKeys: APIKeys;
|
|
375
|
+
// (undocumented)
|
|
376
|
+
componentAvailableFeatures: ComponentAvailableFeatures;
|
|
377
|
+
// (undocumented)
|
|
378
|
+
componentCurrentBillingFeatures: ComponentCurrentBillingFeatures;
|
|
379
|
+
// (undocumented)
|
|
380
|
+
componentFeatureCapabilities: ComponentFeatureCapabilities;
|
|
381
|
+
// (undocumented)
|
|
382
|
+
componentLinkedStorageAccountsOperations: ComponentLinkedStorageAccountsOperations;
|
|
383
|
+
// (undocumented)
|
|
384
|
+
componentQuotaStatus: ComponentQuotaStatus;
|
|
385
|
+
// (undocumented)
|
|
386
|
+
components: Components;
|
|
387
|
+
// (undocumented)
|
|
388
|
+
exportConfigurations: ExportConfigurations;
|
|
389
|
+
// (undocumented)
|
|
390
|
+
favorites: Favorites;
|
|
391
|
+
// (undocumented)
|
|
392
|
+
liveToken: LiveToken;
|
|
393
|
+
// (undocumented)
|
|
394
|
+
myWorkbooks: MyWorkbooks;
|
|
395
|
+
// (undocumented)
|
|
396
|
+
operations: Operations;
|
|
397
|
+
// (undocumented)
|
|
398
|
+
proactiveDetectionConfigurations: ProactiveDetectionConfigurations;
|
|
399
|
+
// (undocumented)
|
|
400
|
+
subscriptionId: string;
|
|
401
|
+
// (undocumented)
|
|
402
|
+
webTestLocations: WebTestLocations;
|
|
403
|
+
// (undocumented)
|
|
404
|
+
webTests: WebTests;
|
|
405
|
+
// (undocumented)
|
|
406
|
+
workbooks: Workbooks;
|
|
407
|
+
// (undocumented)
|
|
408
|
+
workbookTemplates: WorkbookTemplates;
|
|
409
|
+
// (undocumented)
|
|
410
|
+
workItemConfigurations: WorkItemConfigurations;
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
// @public
|
|
414
|
+
export interface ApplicationInsightsManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
415
|
+
$host?: string;
|
|
416
|
+
endpoint?: string;
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
// @public
|
|
420
|
+
export interface ApplicationInsightsWebTestLocationsListResult {
|
|
421
|
+
value: ApplicationInsightsComponentWebTestLocation[];
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
// @public
|
|
425
|
+
export type ApplicationType = string;
|
|
426
|
+
|
|
427
|
+
// @public
|
|
428
|
+
export type CategoryType = string;
|
|
429
|
+
|
|
430
|
+
// @public
|
|
431
|
+
export interface ComponentAvailableFeatures {
|
|
432
|
+
get(resourceGroupName: string, resourceName: string, options?: ComponentAvailableFeaturesGetOptionalParams): Promise<ComponentAvailableFeaturesGetResponse>;
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
// @public
|
|
436
|
+
export interface ComponentAvailableFeaturesGetOptionalParams extends coreClient.OperationOptions {
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
// @public
|
|
440
|
+
export type ComponentAvailableFeaturesGetResponse = ApplicationInsightsComponentAvailableFeatures;
|
|
441
|
+
|
|
442
|
+
// @public
|
|
443
|
+
export interface ComponentCurrentBillingFeatures {
|
|
444
|
+
get(resourceGroupName: string, resourceName: string, options?: ComponentCurrentBillingFeaturesGetOptionalParams): Promise<ComponentCurrentBillingFeaturesGetResponse>;
|
|
445
|
+
update(resourceGroupName: string, resourceName: string, billingFeaturesProperties: ApplicationInsightsComponentBillingFeatures, options?: ComponentCurrentBillingFeaturesUpdateOptionalParams): Promise<ComponentCurrentBillingFeaturesUpdateResponse>;
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
// @public
|
|
449
|
+
export interface ComponentCurrentBillingFeaturesGetOptionalParams extends coreClient.OperationOptions {
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
// @public
|
|
453
|
+
export type ComponentCurrentBillingFeaturesGetResponse = ApplicationInsightsComponentBillingFeatures;
|
|
454
|
+
|
|
455
|
+
// @public
|
|
456
|
+
export interface ComponentCurrentBillingFeaturesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
// @public
|
|
460
|
+
export type ComponentCurrentBillingFeaturesUpdateResponse = ApplicationInsightsComponentBillingFeatures;
|
|
461
|
+
|
|
462
|
+
// @public
|
|
463
|
+
export interface ComponentFeatureCapabilities {
|
|
464
|
+
get(resourceGroupName: string, resourceName: string, options?: ComponentFeatureCapabilitiesGetOptionalParams): Promise<ComponentFeatureCapabilitiesGetResponse>;
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
// @public
|
|
468
|
+
export interface ComponentFeatureCapabilitiesGetOptionalParams extends coreClient.OperationOptions {
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
// @public
|
|
472
|
+
export type ComponentFeatureCapabilitiesGetResponse = ApplicationInsightsComponentFeatureCapabilities;
|
|
473
|
+
|
|
474
|
+
// @public
|
|
475
|
+
export type ComponentLinkedStorageAccounts = ProxyResource & {
|
|
476
|
+
linkedStorageAccount?: string;
|
|
477
|
+
};
|
|
478
|
+
|
|
479
|
+
// @public
|
|
480
|
+
export interface ComponentLinkedStorageAccountsCreateAndUpdateOptionalParams extends coreClient.OperationOptions {
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
// @public
|
|
484
|
+
export type ComponentLinkedStorageAccountsCreateAndUpdateResponse = ComponentLinkedStorageAccounts;
|
|
485
|
+
|
|
486
|
+
// @public
|
|
487
|
+
export interface ComponentLinkedStorageAccountsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
// @public
|
|
491
|
+
export interface ComponentLinkedStorageAccountsGetOptionalParams extends coreClient.OperationOptions {
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
// @public
|
|
495
|
+
export type ComponentLinkedStorageAccountsGetResponse = ComponentLinkedStorageAccounts;
|
|
496
|
+
|
|
497
|
+
// @public
|
|
498
|
+
export interface ComponentLinkedStorageAccountsOperations {
|
|
499
|
+
createAndUpdate(resourceGroupName: string, resourceName: string, storageType: StorageType, linkedStorageAccountsProperties: ComponentLinkedStorageAccounts, options?: ComponentLinkedStorageAccountsCreateAndUpdateOptionalParams): Promise<ComponentLinkedStorageAccountsCreateAndUpdateResponse>;
|
|
500
|
+
delete(resourceGroupName: string, resourceName: string, storageType: StorageType, options?: ComponentLinkedStorageAccountsDeleteOptionalParams): Promise<void>;
|
|
501
|
+
get(resourceGroupName: string, resourceName: string, storageType: StorageType, options?: ComponentLinkedStorageAccountsGetOptionalParams): Promise<ComponentLinkedStorageAccountsGetResponse>;
|
|
502
|
+
update(resourceGroupName: string, resourceName: string, storageType: StorageType, linkedStorageAccountsProperties: ComponentLinkedStorageAccountsPatch, options?: ComponentLinkedStorageAccountsUpdateOptionalParams): Promise<ComponentLinkedStorageAccountsUpdateResponse>;
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
// @public
|
|
506
|
+
export interface ComponentLinkedStorageAccountsPatch {
|
|
507
|
+
linkedStorageAccount?: string;
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
// @public
|
|
511
|
+
export interface ComponentLinkedStorageAccountsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
// @public
|
|
515
|
+
export type ComponentLinkedStorageAccountsUpdateResponse = ComponentLinkedStorageAccounts;
|
|
516
|
+
|
|
517
|
+
// @public
|
|
518
|
+
export interface ComponentPurgeBody {
|
|
519
|
+
filters: ComponentPurgeBodyFilters[];
|
|
520
|
+
table: string;
|
|
521
|
+
}
|
|
522
|
+
|
|
523
|
+
// @public
|
|
524
|
+
export interface ComponentPurgeBodyFilters {
|
|
525
|
+
column?: string;
|
|
526
|
+
key?: string;
|
|
527
|
+
operator?: string;
|
|
528
|
+
value?: any;
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
// @public
|
|
532
|
+
export interface ComponentPurgeResponse {
|
|
533
|
+
operationId: string;
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
// @public
|
|
537
|
+
export interface ComponentPurgeStatusResponse {
|
|
538
|
+
status: PurgeState;
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
// @public
|
|
542
|
+
export interface ComponentQuotaStatus {
|
|
543
|
+
get(resourceGroupName: string, resourceName: string, options?: ComponentQuotaStatusGetOptionalParams): Promise<ComponentQuotaStatusGetResponse>;
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
// @public
|
|
547
|
+
export interface ComponentQuotaStatusGetOptionalParams extends coreClient.OperationOptions {
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
// @public
|
|
551
|
+
export type ComponentQuotaStatusGetResponse = ApplicationInsightsComponentQuotaStatus;
|
|
552
|
+
|
|
553
|
+
// @public
|
|
554
|
+
export interface Components {
|
|
555
|
+
createOrUpdate(resourceGroupName: string, resourceName: string, insightProperties: ApplicationInsightsComponent, options?: ComponentsCreateOrUpdateOptionalParams): Promise<ComponentsCreateOrUpdateResponse>;
|
|
556
|
+
delete(resourceGroupName: string, resourceName: string, options?: ComponentsDeleteOptionalParams): Promise<void>;
|
|
557
|
+
get(resourceGroupName: string, resourceName: string, options?: ComponentsGetOptionalParams): Promise<ComponentsGetResponse>;
|
|
558
|
+
getPurgeStatus(resourceGroupName: string, resourceName: string, purgeId: string, options?: ComponentsGetPurgeStatusOptionalParams): Promise<ComponentsGetPurgeStatusResponse>;
|
|
559
|
+
list(options?: ComponentsListOptionalParams): PagedAsyncIterableIterator<ApplicationInsightsComponent>;
|
|
560
|
+
listByResourceGroup(resourceGroupName: string, options?: ComponentsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ApplicationInsightsComponent>;
|
|
561
|
+
purge(resourceGroupName: string, resourceName: string, body: ComponentPurgeBody, options?: ComponentsPurgeOptionalParams): Promise<ComponentsPurgeResponse>;
|
|
562
|
+
updateTags(resourceGroupName: string, resourceName: string, componentTags: TagsResource, options?: ComponentsUpdateTagsOptionalParams): Promise<ComponentsUpdateTagsResponse>;
|
|
563
|
+
}
|
|
564
|
+
|
|
565
|
+
// @public
|
|
566
|
+
export interface ComponentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
// @public
|
|
570
|
+
export type ComponentsCreateOrUpdateResponse = ApplicationInsightsComponent;
|
|
571
|
+
|
|
572
|
+
// @public
|
|
573
|
+
export interface ComponentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
// @public
|
|
577
|
+
export interface ComponentsGetOptionalParams extends coreClient.OperationOptions {
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
// @public
|
|
581
|
+
export interface ComponentsGetPurgeStatusOptionalParams extends coreClient.OperationOptions {
|
|
582
|
+
}
|
|
583
|
+
|
|
584
|
+
// @public
|
|
585
|
+
export type ComponentsGetPurgeStatusResponse = ComponentPurgeStatusResponse;
|
|
586
|
+
|
|
587
|
+
// @public
|
|
588
|
+
export type ComponentsGetResponse = ApplicationInsightsComponent;
|
|
589
|
+
|
|
590
|
+
// @public
|
|
591
|
+
export interface ComponentsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
// @public
|
|
595
|
+
export type ComponentsListByResourceGroupNextResponse = ApplicationInsightsComponentListResult;
|
|
596
|
+
|
|
597
|
+
// @public
|
|
598
|
+
export interface ComponentsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
599
|
+
}
|
|
600
|
+
|
|
601
|
+
// @public
|
|
602
|
+
export type ComponentsListByResourceGroupResponse = ApplicationInsightsComponentListResult;
|
|
603
|
+
|
|
604
|
+
// @public
|
|
605
|
+
export interface ComponentsListNextOptionalParams extends coreClient.OperationOptions {
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
// @public
|
|
609
|
+
export type ComponentsListNextResponse = ApplicationInsightsComponentListResult;
|
|
610
|
+
|
|
611
|
+
// @public
|
|
612
|
+
export interface ComponentsListOptionalParams extends coreClient.OperationOptions {
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
// @public
|
|
616
|
+
export type ComponentsListResponse = ApplicationInsightsComponentListResult;
|
|
617
|
+
|
|
618
|
+
// @public
|
|
619
|
+
export interface ComponentsPurgeOptionalParams extends coreClient.OperationOptions {
|
|
620
|
+
}
|
|
621
|
+
|
|
622
|
+
// @public
|
|
623
|
+
export type ComponentsPurgeResponse = ComponentPurgeResponse;
|
|
624
|
+
|
|
625
|
+
// @public
|
|
626
|
+
export interface ComponentsResource {
|
|
627
|
+
readonly id?: string;
|
|
628
|
+
location: string;
|
|
629
|
+
readonly name?: string;
|
|
630
|
+
tags?: {
|
|
631
|
+
[propertyName: string]: string;
|
|
632
|
+
};
|
|
633
|
+
readonly type?: string;
|
|
634
|
+
}
|
|
635
|
+
|
|
636
|
+
// @public
|
|
637
|
+
export interface ComponentsUpdateTagsOptionalParams extends coreClient.OperationOptions {
|
|
638
|
+
}
|
|
639
|
+
|
|
640
|
+
// @public
|
|
641
|
+
export type ComponentsUpdateTagsResponse = ApplicationInsightsComponent;
|
|
642
|
+
|
|
643
|
+
// @public
|
|
644
|
+
export type CreatedByType = string;
|
|
645
|
+
|
|
646
|
+
// @public
|
|
647
|
+
export interface ErrorDefinition {
|
|
648
|
+
readonly code?: string;
|
|
649
|
+
readonly innererror?: any;
|
|
650
|
+
readonly message?: string;
|
|
651
|
+
}
|
|
652
|
+
|
|
653
|
+
// @public
|
|
654
|
+
export interface ErrorResponse {
|
|
655
|
+
code?: string;
|
|
656
|
+
message?: string;
|
|
657
|
+
}
|
|
658
|
+
|
|
659
|
+
// @public (undocumented)
|
|
660
|
+
export interface ErrorResponseLinkedStorage {
|
|
661
|
+
error?: ErrorResponseLinkedStorageError;
|
|
662
|
+
}
|
|
663
|
+
|
|
664
|
+
// @public
|
|
665
|
+
export interface ErrorResponseLinkedStorageError {
|
|
666
|
+
readonly code?: string;
|
|
667
|
+
readonly message?: string;
|
|
668
|
+
}
|
|
669
|
+
|
|
670
|
+
// @public
|
|
671
|
+
export interface ExportConfigurations {
|
|
672
|
+
create(resourceGroupName: string, resourceName: string, exportProperties: ApplicationInsightsComponentExportRequest, options?: ExportConfigurationsCreateOptionalParams): Promise<ExportConfigurationsCreateResponse>;
|
|
673
|
+
delete(resourceGroupName: string, resourceName: string, exportId: string, options?: ExportConfigurationsDeleteOptionalParams): Promise<ExportConfigurationsDeleteResponse>;
|
|
674
|
+
get(resourceGroupName: string, resourceName: string, exportId: string, options?: ExportConfigurationsGetOptionalParams): Promise<ExportConfigurationsGetResponse>;
|
|
675
|
+
list(resourceGroupName: string, resourceName: string, options?: ExportConfigurationsListOptionalParams): Promise<ExportConfigurationsListResponse>;
|
|
676
|
+
update(resourceGroupName: string, resourceName: string, exportId: string, exportProperties: ApplicationInsightsComponentExportRequest, options?: ExportConfigurationsUpdateOptionalParams): Promise<ExportConfigurationsUpdateResponse>;
|
|
677
|
+
}
|
|
678
|
+
|
|
679
|
+
// @public
|
|
680
|
+
export interface ExportConfigurationsCreateOptionalParams extends coreClient.OperationOptions {
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
// @public
|
|
684
|
+
export type ExportConfigurationsCreateResponse = ApplicationInsightsComponentExportConfiguration[];
|
|
685
|
+
|
|
686
|
+
// @public
|
|
687
|
+
export interface ExportConfigurationsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
688
|
+
}
|
|
689
|
+
|
|
690
|
+
// @public
|
|
691
|
+
export type ExportConfigurationsDeleteResponse = ApplicationInsightsComponentExportConfiguration;
|
|
692
|
+
|
|
693
|
+
// @public
|
|
694
|
+
export interface ExportConfigurationsGetOptionalParams extends coreClient.OperationOptions {
|
|
695
|
+
}
|
|
696
|
+
|
|
697
|
+
// @public
|
|
698
|
+
export type ExportConfigurationsGetResponse = ApplicationInsightsComponentExportConfiguration;
|
|
699
|
+
|
|
700
|
+
// @public
|
|
701
|
+
export interface ExportConfigurationsListOptionalParams extends coreClient.OperationOptions {
|
|
702
|
+
}
|
|
703
|
+
|
|
704
|
+
// @public
|
|
705
|
+
export type ExportConfigurationsListResponse = ApplicationInsightsComponentExportConfiguration[];
|
|
706
|
+
|
|
707
|
+
// @public
|
|
708
|
+
export interface ExportConfigurationsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
709
|
+
}
|
|
710
|
+
|
|
711
|
+
// @public
|
|
712
|
+
export type ExportConfigurationsUpdateResponse = ApplicationInsightsComponentExportConfiguration;
|
|
713
|
+
|
|
714
|
+
// @public
|
|
715
|
+
export interface Favorites {
|
|
716
|
+
add(resourceGroupName: string, resourceName: string, favoriteId: string, favoriteProperties: ApplicationInsightsComponentFavorite, options?: FavoritesAddOptionalParams): Promise<FavoritesAddResponse>;
|
|
717
|
+
delete(resourceGroupName: string, resourceName: string, favoriteId: string, options?: FavoritesDeleteOptionalParams): Promise<void>;
|
|
718
|
+
get(resourceGroupName: string, resourceName: string, favoriteId: string, options?: FavoritesGetOptionalParams): Promise<FavoritesGetResponse>;
|
|
719
|
+
list(resourceGroupName: string, resourceName: string, options?: FavoritesListOptionalParams): Promise<FavoritesListResponse>;
|
|
720
|
+
update(resourceGroupName: string, resourceName: string, favoriteId: string, favoriteProperties: ApplicationInsightsComponentFavorite, options?: FavoritesUpdateOptionalParams): Promise<FavoritesUpdateResponse>;
|
|
721
|
+
}
|
|
722
|
+
|
|
723
|
+
// @public
|
|
724
|
+
export interface FavoritesAddOptionalParams extends coreClient.OperationOptions {
|
|
725
|
+
}
|
|
726
|
+
|
|
727
|
+
// @public
|
|
728
|
+
export type FavoritesAddResponse = ApplicationInsightsComponentFavorite;
|
|
729
|
+
|
|
730
|
+
// @public
|
|
731
|
+
export interface FavoritesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
732
|
+
}
|
|
733
|
+
|
|
734
|
+
// @public
|
|
735
|
+
export interface FavoritesGetOptionalParams extends coreClient.OperationOptions {
|
|
736
|
+
}
|
|
737
|
+
|
|
738
|
+
// @public
|
|
739
|
+
export type FavoritesGetResponse = ApplicationInsightsComponentFavorite;
|
|
740
|
+
|
|
741
|
+
// @public
|
|
742
|
+
export interface FavoritesListOptionalParams extends coreClient.OperationOptions {
|
|
743
|
+
canFetchContent?: boolean;
|
|
744
|
+
favoriteType?: FavoriteType;
|
|
745
|
+
sourceType?: FavoriteSourceType;
|
|
746
|
+
tags?: string[];
|
|
747
|
+
}
|
|
748
|
+
|
|
749
|
+
// @public
|
|
750
|
+
export type FavoritesListResponse = ApplicationInsightsComponentFavorite[];
|
|
751
|
+
|
|
752
|
+
// @public
|
|
753
|
+
export type FavoriteSourceType = string;
|
|
754
|
+
|
|
755
|
+
// @public
|
|
756
|
+
export interface FavoritesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
757
|
+
}
|
|
758
|
+
|
|
759
|
+
// @public
|
|
760
|
+
export type FavoritesUpdateResponse = ApplicationInsightsComponentFavorite;
|
|
761
|
+
|
|
762
|
+
// @public
|
|
763
|
+
export type FavoriteType = "shared" | "user";
|
|
764
|
+
|
|
765
|
+
// @public
|
|
766
|
+
export type FlowType = string;
|
|
767
|
+
|
|
768
|
+
// @public
|
|
769
|
+
export type IngestionMode = string;
|
|
770
|
+
|
|
771
|
+
// @public
|
|
772
|
+
export interface InnerError {
|
|
773
|
+
diagnosticcontext?: string;
|
|
774
|
+
time?: Date;
|
|
775
|
+
}
|
|
776
|
+
|
|
777
|
+
// @public
|
|
778
|
+
export interface InnerErrorTrace {
|
|
779
|
+
readonly trace?: string[];
|
|
780
|
+
}
|
|
781
|
+
|
|
782
|
+
// @public
|
|
783
|
+
export type ItemScope = string;
|
|
784
|
+
|
|
785
|
+
// @public
|
|
786
|
+
export type ItemScopePath = string;
|
|
787
|
+
|
|
788
|
+
// @public
|
|
789
|
+
export type ItemType = string;
|
|
790
|
+
|
|
791
|
+
// @public
|
|
792
|
+
export type ItemTypeParameter = string;
|
|
793
|
+
|
|
794
|
+
// @public
|
|
795
|
+
export type Kind = string;
|
|
796
|
+
|
|
797
|
+
// @public
|
|
798
|
+
export enum KnownApplicationType {
|
|
799
|
+
// (undocumented)
|
|
800
|
+
Other = "other",
|
|
801
|
+
// (undocumented)
|
|
802
|
+
Web = "web"
|
|
803
|
+
}
|
|
804
|
+
|
|
805
|
+
// @public
|
|
806
|
+
export enum KnownCategoryType {
|
|
807
|
+
// (undocumented)
|
|
808
|
+
Performance = "performance",
|
|
809
|
+
// (undocumented)
|
|
810
|
+
Retention = "retention",
|
|
811
|
+
// (undocumented)
|
|
812
|
+
TSG = "TSG",
|
|
813
|
+
// (undocumented)
|
|
814
|
+
Workbook = "workbook"
|
|
815
|
+
}
|
|
816
|
+
|
|
817
|
+
// @public
|
|
818
|
+
export enum KnownCreatedByType {
|
|
819
|
+
// (undocumented)
|
|
820
|
+
Application = "Application",
|
|
821
|
+
// (undocumented)
|
|
822
|
+
Key = "Key",
|
|
823
|
+
// (undocumented)
|
|
824
|
+
ManagedIdentity = "ManagedIdentity",
|
|
825
|
+
// (undocumented)
|
|
826
|
+
User = "User"
|
|
827
|
+
}
|
|
828
|
+
|
|
829
|
+
// @public
|
|
830
|
+
export enum KnownFavoriteSourceType {
|
|
831
|
+
// (undocumented)
|
|
832
|
+
Events = "events",
|
|
833
|
+
// (undocumented)
|
|
834
|
+
Funnel = "funnel",
|
|
835
|
+
// (undocumented)
|
|
836
|
+
Impact = "impact",
|
|
837
|
+
// (undocumented)
|
|
838
|
+
Notebook = "notebook",
|
|
839
|
+
// (undocumented)
|
|
840
|
+
Retention = "retention",
|
|
841
|
+
// (undocumented)
|
|
842
|
+
Segmentation = "segmentation",
|
|
843
|
+
// (undocumented)
|
|
844
|
+
Sessions = "sessions",
|
|
845
|
+
// (undocumented)
|
|
846
|
+
Userflows = "userflows"
|
|
847
|
+
}
|
|
848
|
+
|
|
849
|
+
// @public
|
|
850
|
+
export enum KnownFlowType {
|
|
851
|
+
// (undocumented)
|
|
852
|
+
Bluefield = "Bluefield"
|
|
853
|
+
}
|
|
854
|
+
|
|
855
|
+
// @public
|
|
856
|
+
export enum KnownIngestionMode {
|
|
857
|
+
// (undocumented)
|
|
858
|
+
ApplicationInsights = "ApplicationInsights",
|
|
859
|
+
// (undocumented)
|
|
860
|
+
ApplicationInsightsWithDiagnosticSettings = "ApplicationInsightsWithDiagnosticSettings",
|
|
861
|
+
// (undocumented)
|
|
862
|
+
LogAnalytics = "LogAnalytics"
|
|
863
|
+
}
|
|
864
|
+
|
|
865
|
+
// @public
|
|
866
|
+
export enum KnownItemScope {
|
|
867
|
+
// (undocumented)
|
|
868
|
+
Shared = "shared",
|
|
869
|
+
// (undocumented)
|
|
870
|
+
User = "user"
|
|
871
|
+
}
|
|
872
|
+
|
|
873
|
+
// @public
|
|
874
|
+
export enum KnownItemScopePath {
|
|
875
|
+
// (undocumented)
|
|
876
|
+
AnalyticsItems = "analyticsItems",
|
|
877
|
+
// (undocumented)
|
|
878
|
+
MyanalyticsItems = "myanalyticsItems"
|
|
879
|
+
}
|
|
880
|
+
|
|
881
|
+
// @public
|
|
882
|
+
export enum KnownItemType {
|
|
883
|
+
// (undocumented)
|
|
884
|
+
Function = "function",
|
|
885
|
+
// (undocumented)
|
|
886
|
+
None = "none",
|
|
887
|
+
// (undocumented)
|
|
888
|
+
Query = "query",
|
|
889
|
+
// (undocumented)
|
|
890
|
+
Recent = "recent"
|
|
891
|
+
}
|
|
892
|
+
|
|
893
|
+
// @public
|
|
894
|
+
export enum KnownItemTypeParameter {
|
|
895
|
+
// (undocumented)
|
|
896
|
+
Folder = "folder",
|
|
897
|
+
// (undocumented)
|
|
898
|
+
Function = "function",
|
|
899
|
+
// (undocumented)
|
|
900
|
+
None = "none",
|
|
901
|
+
// (undocumented)
|
|
902
|
+
Query = "query",
|
|
903
|
+
// (undocumented)
|
|
904
|
+
Recent = "recent"
|
|
905
|
+
}
|
|
906
|
+
|
|
907
|
+
// @public
|
|
908
|
+
export enum KnownKind {
|
|
909
|
+
// (undocumented)
|
|
910
|
+
Shared = "shared",
|
|
911
|
+
// (undocumented)
|
|
912
|
+
User = "user"
|
|
913
|
+
}
|
|
914
|
+
|
|
915
|
+
// @public
|
|
916
|
+
export enum KnownManagedServiceIdentityType {
|
|
917
|
+
// (undocumented)
|
|
918
|
+
None = "None",
|
|
919
|
+
// (undocumented)
|
|
920
|
+
SystemAssigned = "SystemAssigned",
|
|
921
|
+
// (undocumented)
|
|
922
|
+
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned",
|
|
923
|
+
// (undocumented)
|
|
924
|
+
UserAssigned = "UserAssigned"
|
|
925
|
+
}
|
|
926
|
+
|
|
927
|
+
// @public
|
|
928
|
+
export enum KnownMyWorkbookManagedIdentityType {
|
|
929
|
+
// (undocumented)
|
|
930
|
+
None = "None",
|
|
931
|
+
// (undocumented)
|
|
932
|
+
UserAssigned = "UserAssigned"
|
|
933
|
+
}
|
|
934
|
+
|
|
935
|
+
// @public
|
|
936
|
+
export enum KnownPublicNetworkAccessType {
|
|
937
|
+
Disabled = "Disabled",
|
|
938
|
+
Enabled = "Enabled"
|
|
939
|
+
}
|
|
940
|
+
|
|
941
|
+
// @public
|
|
942
|
+
export enum KnownPurgeState {
|
|
943
|
+
// (undocumented)
|
|
944
|
+
Completed = "completed",
|
|
945
|
+
// (undocumented)
|
|
946
|
+
Pending = "pending"
|
|
947
|
+
}
|
|
948
|
+
|
|
949
|
+
// @public
|
|
950
|
+
export enum KnownRequestSource {
|
|
951
|
+
// (undocumented)
|
|
952
|
+
Rest = "rest"
|
|
953
|
+
}
|
|
954
|
+
|
|
955
|
+
// @public
|
|
956
|
+
export enum KnownSharedTypeKind {
|
|
957
|
+
// (undocumented)
|
|
958
|
+
Shared = "shared",
|
|
959
|
+
// (undocumented)
|
|
960
|
+
User = "user"
|
|
961
|
+
}
|
|
962
|
+
|
|
963
|
+
// @public
|
|
964
|
+
export enum KnownStorageType {
|
|
965
|
+
// (undocumented)
|
|
966
|
+
ServiceProfiler = "ServiceProfiler"
|
|
967
|
+
}
|
|
968
|
+
|
|
969
|
+
// @public
|
|
970
|
+
export interface LiveToken {
|
|
971
|
+
get(resourceUri: string, options?: LiveTokenGetOptionalParams): Promise<LiveTokenGetResponse>;
|
|
972
|
+
}
|
|
973
|
+
|
|
974
|
+
// @public
|
|
975
|
+
export interface LiveTokenGetOptionalParams extends coreClient.OperationOptions {
|
|
976
|
+
}
|
|
977
|
+
|
|
978
|
+
// @public
|
|
979
|
+
export type LiveTokenGetResponse = LiveTokenResponse;
|
|
980
|
+
|
|
981
|
+
// @public
|
|
982
|
+
export interface LiveTokenResponse {
|
|
983
|
+
readonly liveToken?: string;
|
|
984
|
+
}
|
|
985
|
+
|
|
986
|
+
// @public
|
|
987
|
+
export interface ManagedServiceIdentity {
|
|
988
|
+
readonly principalId?: string;
|
|
989
|
+
readonly tenantId?: string;
|
|
990
|
+
type: ManagedServiceIdentityType;
|
|
991
|
+
userAssignedIdentities?: {
|
|
992
|
+
[propertyName: string]: UserAssignedIdentity;
|
|
993
|
+
};
|
|
994
|
+
}
|
|
995
|
+
|
|
996
|
+
// @public
|
|
997
|
+
export type ManagedServiceIdentityType = string;
|
|
998
|
+
|
|
999
|
+
// @public
|
|
1000
|
+
export type MyWorkbook = MyWorkbookResource & {
|
|
1001
|
+
kind?: Kind;
|
|
1002
|
+
readonly systemData?: SystemData;
|
|
1003
|
+
displayName?: string;
|
|
1004
|
+
serializedData?: string;
|
|
1005
|
+
version?: string;
|
|
1006
|
+
readonly timeModified?: string;
|
|
1007
|
+
category?: string;
|
|
1008
|
+
tagsPropertiesTags?: string[];
|
|
1009
|
+
readonly userId?: string;
|
|
1010
|
+
sourceId?: string;
|
|
1011
|
+
storageUri?: string;
|
|
1012
|
+
};
|
|
1013
|
+
|
|
1014
|
+
// @public
|
|
1015
|
+
export interface MyWorkbookError {
|
|
1016
|
+
error?: ErrorDefinition;
|
|
1017
|
+
}
|
|
1018
|
+
|
|
1019
|
+
// @public
|
|
1020
|
+
export interface MyWorkbookManagedIdentity {
|
|
1021
|
+
type?: MyWorkbookManagedIdentityType;
|
|
1022
|
+
userAssignedIdentities?: MyWorkbookUserAssignedIdentities;
|
|
1023
|
+
}
|
|
1024
|
+
|
|
1025
|
+
// @public
|
|
1026
|
+
export type MyWorkbookManagedIdentityType = string;
|
|
1027
|
+
|
|
1028
|
+
// @public
|
|
1029
|
+
export interface MyWorkbookResource {
|
|
1030
|
+
etag?: {
|
|
1031
|
+
[propertyName: string]: string;
|
|
1032
|
+
};
|
|
1033
|
+
id?: string;
|
|
1034
|
+
identity?: MyWorkbookManagedIdentity;
|
|
1035
|
+
location?: string;
|
|
1036
|
+
name?: string;
|
|
1037
|
+
tags?: {
|
|
1038
|
+
[propertyName: string]: string;
|
|
1039
|
+
};
|
|
1040
|
+
type?: string;
|
|
1041
|
+
}
|
|
1042
|
+
|
|
1043
|
+
// @public
|
|
1044
|
+
export interface MyWorkbooks {
|
|
1045
|
+
createOrUpdate(resourceGroupName: string, resourceName: string, workbookProperties: MyWorkbook, options?: MyWorkbooksCreateOrUpdateOptionalParams): Promise<MyWorkbooksCreateOrUpdateResponse>;
|
|
1046
|
+
delete(resourceGroupName: string, resourceName: string, options?: MyWorkbooksDeleteOptionalParams): Promise<void>;
|
|
1047
|
+
get(resourceGroupName: string, resourceName: string, options?: MyWorkbooksGetOptionalParams): Promise<MyWorkbooksGetResponse>;
|
|
1048
|
+
listByResourceGroup(resourceGroupName: string, category: CategoryType, options?: MyWorkbooksListByResourceGroupOptionalParams): PagedAsyncIterableIterator<MyWorkbook>;
|
|
1049
|
+
listBySubscription(category: CategoryType, options?: MyWorkbooksListBySubscriptionOptionalParams): PagedAsyncIterableIterator<MyWorkbook>;
|
|
1050
|
+
update(resourceGroupName: string, resourceName: string, workbookProperties: MyWorkbook, options?: MyWorkbooksUpdateOptionalParams): Promise<MyWorkbooksUpdateResponse>;
|
|
1051
|
+
}
|
|
1052
|
+
|
|
1053
|
+
// @public
|
|
1054
|
+
export interface MyWorkbooksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1055
|
+
sourceId?: string;
|
|
1056
|
+
}
|
|
1057
|
+
|
|
1058
|
+
// @public
|
|
1059
|
+
export type MyWorkbooksCreateOrUpdateResponse = MyWorkbook;
|
|
1060
|
+
|
|
1061
|
+
// @public
|
|
1062
|
+
export interface MyWorkbooksDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1063
|
+
}
|
|
1064
|
+
|
|
1065
|
+
// @public
|
|
1066
|
+
export interface MyWorkbooksGetOptionalParams extends coreClient.OperationOptions {
|
|
1067
|
+
}
|
|
1068
|
+
|
|
1069
|
+
// @public
|
|
1070
|
+
export type MyWorkbooksGetResponse = MyWorkbook;
|
|
1071
|
+
|
|
1072
|
+
// @public
|
|
1073
|
+
export interface MyWorkbooksListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1074
|
+
canFetchContent?: boolean;
|
|
1075
|
+
sourceId?: string;
|
|
1076
|
+
tags?: string[];
|
|
1077
|
+
}
|
|
1078
|
+
|
|
1079
|
+
// @public
|
|
1080
|
+
export type MyWorkbooksListByResourceGroupNextResponse = MyWorkbooksListResult;
|
|
1081
|
+
|
|
1082
|
+
// @public
|
|
1083
|
+
export interface MyWorkbooksListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1084
|
+
canFetchContent?: boolean;
|
|
1085
|
+
sourceId?: string;
|
|
1086
|
+
tags?: string[];
|
|
1087
|
+
}
|
|
1088
|
+
|
|
1089
|
+
// @public
|
|
1090
|
+
export type MyWorkbooksListByResourceGroupResponse = MyWorkbooksListResult;
|
|
1091
|
+
|
|
1092
|
+
// @public
|
|
1093
|
+
export interface MyWorkbooksListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
1094
|
+
canFetchContent?: boolean;
|
|
1095
|
+
tags?: string[];
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1098
|
+
// @public
|
|
1099
|
+
export type MyWorkbooksListBySubscriptionNextResponse = MyWorkbooksListResult;
|
|
1100
|
+
|
|
1101
|
+
// @public
|
|
1102
|
+
export interface MyWorkbooksListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
1103
|
+
canFetchContent?: boolean;
|
|
1104
|
+
tags?: string[];
|
|
1105
|
+
}
|
|
1106
|
+
|
|
1107
|
+
// @public
|
|
1108
|
+
export type MyWorkbooksListBySubscriptionResponse = MyWorkbooksListResult;
|
|
1109
|
+
|
|
1110
|
+
// @public
|
|
1111
|
+
export interface MyWorkbooksListResult {
|
|
1112
|
+
// (undocumented)
|
|
1113
|
+
nextLink?: string;
|
|
1114
|
+
readonly value?: MyWorkbook[];
|
|
1115
|
+
}
|
|
1116
|
+
|
|
1117
|
+
// @public
|
|
1118
|
+
export interface MyWorkbooksUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1119
|
+
sourceId?: string;
|
|
1120
|
+
}
|
|
1121
|
+
|
|
1122
|
+
// @public
|
|
1123
|
+
export type MyWorkbooksUpdateResponse = MyWorkbook;
|
|
1124
|
+
|
|
1125
|
+
// @public
|
|
1126
|
+
export interface MyWorkbookUserAssignedIdentities {
|
|
1127
|
+
readonly principalId?: string;
|
|
1128
|
+
readonly tenantId?: string;
|
|
1129
|
+
}
|
|
1130
|
+
|
|
1131
|
+
// @public
|
|
1132
|
+
export interface Operation {
|
|
1133
|
+
display?: OperationDisplay;
|
|
1134
|
+
name?: string;
|
|
1135
|
+
}
|
|
1136
|
+
|
|
1137
|
+
// @public
|
|
1138
|
+
export interface OperationDisplay {
|
|
1139
|
+
operation?: string;
|
|
1140
|
+
provider?: string;
|
|
1141
|
+
resource?: string;
|
|
1142
|
+
}
|
|
1143
|
+
|
|
1144
|
+
// @public
|
|
1145
|
+
export interface OperationInfo {
|
|
1146
|
+
description?: string;
|
|
1147
|
+
operation?: string;
|
|
1148
|
+
provider?: string;
|
|
1149
|
+
resource?: string;
|
|
1150
|
+
}
|
|
1151
|
+
|
|
1152
|
+
// @public
|
|
1153
|
+
export interface OperationListResult {
|
|
1154
|
+
nextLink?: string;
|
|
1155
|
+
value?: Operation[];
|
|
1156
|
+
}
|
|
1157
|
+
|
|
1158
|
+
// @public
|
|
1159
|
+
export interface OperationLive {
|
|
1160
|
+
display?: OperationInfo;
|
|
1161
|
+
name?: string;
|
|
1162
|
+
origin?: string;
|
|
1163
|
+
properties?: Record<string, unknown>;
|
|
1164
|
+
}
|
|
1165
|
+
|
|
1166
|
+
// @public
|
|
1167
|
+
export interface Operations {
|
|
1168
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<OperationLive>;
|
|
1169
|
+
}
|
|
1170
|
+
|
|
1171
|
+
// @public
|
|
1172
|
+
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1173
|
+
}
|
|
1174
|
+
|
|
1175
|
+
// @public
|
|
1176
|
+
export type OperationsListNextResponse = OperationsListResult;
|
|
1177
|
+
|
|
1178
|
+
// @public
|
|
1179
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
1180
|
+
}
|
|
1181
|
+
|
|
1182
|
+
// @public
|
|
1183
|
+
export type OperationsListResponse = OperationsListResult;
|
|
1184
|
+
|
|
1185
|
+
// @public
|
|
1186
|
+
export interface OperationsListResult {
|
|
1187
|
+
nextLink?: string;
|
|
1188
|
+
value?: OperationLive[];
|
|
1189
|
+
}
|
|
1190
|
+
|
|
1191
|
+
// @public
|
|
1192
|
+
export interface PrivateLinkScopedResource {
|
|
1193
|
+
resourceId?: string;
|
|
1194
|
+
scopeId?: string;
|
|
1195
|
+
}
|
|
1196
|
+
|
|
1197
|
+
// @public
|
|
1198
|
+
export interface ProactiveDetectionConfigurations {
|
|
1199
|
+
get(resourceGroupName: string, resourceName: string, configurationId: string, options?: ProactiveDetectionConfigurationsGetOptionalParams): Promise<ProactiveDetectionConfigurationsGetResponse>;
|
|
1200
|
+
list(resourceGroupName: string, resourceName: string, options?: ProactiveDetectionConfigurationsListOptionalParams): Promise<ProactiveDetectionConfigurationsListResponse>;
|
|
1201
|
+
update(resourceGroupName: string, resourceName: string, configurationId: string, proactiveDetectionProperties: ApplicationInsightsComponentProactiveDetectionConfiguration, options?: ProactiveDetectionConfigurationsUpdateOptionalParams): Promise<ProactiveDetectionConfigurationsUpdateResponse>;
|
|
1202
|
+
}
|
|
1203
|
+
|
|
1204
|
+
// @public
|
|
1205
|
+
export interface ProactiveDetectionConfigurationsGetOptionalParams extends coreClient.OperationOptions {
|
|
1206
|
+
}
|
|
1207
|
+
|
|
1208
|
+
// @public
|
|
1209
|
+
export type ProactiveDetectionConfigurationsGetResponse = ApplicationInsightsComponentProactiveDetectionConfiguration;
|
|
1210
|
+
|
|
1211
|
+
// @public
|
|
1212
|
+
export interface ProactiveDetectionConfigurationsListOptionalParams extends coreClient.OperationOptions {
|
|
1213
|
+
}
|
|
1214
|
+
|
|
1215
|
+
// @public
|
|
1216
|
+
export type ProactiveDetectionConfigurationsListResponse = ApplicationInsightsComponentProactiveDetectionConfiguration[];
|
|
1217
|
+
|
|
1218
|
+
// @public
|
|
1219
|
+
export interface ProactiveDetectionConfigurationsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1220
|
+
}
|
|
1221
|
+
|
|
1222
|
+
// @public
|
|
1223
|
+
export type ProactiveDetectionConfigurationsUpdateResponse = ApplicationInsightsComponentProactiveDetectionConfiguration;
|
|
1224
|
+
|
|
1225
|
+
// @public
|
|
1226
|
+
export type ProxyResource = Resource & {};
|
|
1227
|
+
|
|
1228
|
+
// @public
|
|
1229
|
+
export type PublicNetworkAccessType = string;
|
|
1230
|
+
|
|
1231
|
+
// @public
|
|
1232
|
+
export type PurgeState = string;
|
|
1233
|
+
|
|
1234
|
+
// @public
|
|
1235
|
+
export type RequestSource = string;
|
|
1236
|
+
|
|
1237
|
+
// @public
|
|
1238
|
+
export interface Resource {
|
|
1239
|
+
readonly id?: string;
|
|
1240
|
+
readonly name?: string;
|
|
1241
|
+
readonly type?: string;
|
|
1242
|
+
}
|
|
1243
|
+
|
|
1244
|
+
// @public
|
|
1245
|
+
export type SharedTypeKind = string;
|
|
1246
|
+
|
|
1247
|
+
// @public
|
|
1248
|
+
export type StorageType = string;
|
|
1249
|
+
|
|
1250
|
+
// @public
|
|
1251
|
+
export interface SystemData {
|
|
1252
|
+
createdAt?: Date;
|
|
1253
|
+
createdBy?: string;
|
|
1254
|
+
createdByType?: CreatedByType;
|
|
1255
|
+
lastModifiedAt?: Date;
|
|
1256
|
+
lastModifiedBy?: string;
|
|
1257
|
+
lastModifiedByType?: CreatedByType;
|
|
1258
|
+
}
|
|
1259
|
+
|
|
1260
|
+
// @public
|
|
1261
|
+
export interface TagsResource {
|
|
1262
|
+
tags?: {
|
|
1263
|
+
[propertyName: string]: string;
|
|
1264
|
+
};
|
|
1265
|
+
}
|
|
1266
|
+
|
|
1267
|
+
// @public
|
|
1268
|
+
export type TrackedResource = Resource & {
|
|
1269
|
+
tags?: {
|
|
1270
|
+
[propertyName: string]: string;
|
|
1271
|
+
};
|
|
1272
|
+
location: string;
|
|
1273
|
+
};
|
|
1274
|
+
|
|
1275
|
+
// @public
|
|
1276
|
+
export interface UserAssignedIdentity {
|
|
1277
|
+
readonly clientId?: string;
|
|
1278
|
+
readonly principalId?: string;
|
|
1279
|
+
}
|
|
1280
|
+
|
|
1281
|
+
// @public
|
|
1282
|
+
export type WebTest = WebtestsResource & {
|
|
1283
|
+
kind?: WebTestKind;
|
|
1284
|
+
syntheticMonitorId?: string;
|
|
1285
|
+
webTestName?: string;
|
|
1286
|
+
description?: string;
|
|
1287
|
+
enabled?: boolean;
|
|
1288
|
+
frequency?: number;
|
|
1289
|
+
timeout?: number;
|
|
1290
|
+
webTestKind?: WebTestKind;
|
|
1291
|
+
retryEnabled?: boolean;
|
|
1292
|
+
locations?: WebTestGeolocation[];
|
|
1293
|
+
configuration?: WebTestPropertiesConfiguration;
|
|
1294
|
+
readonly provisioningState?: string;
|
|
1295
|
+
};
|
|
1296
|
+
|
|
1297
|
+
// @public
|
|
1298
|
+
export interface WebTestGeolocation {
|
|
1299
|
+
location?: string;
|
|
1300
|
+
}
|
|
1301
|
+
|
|
1302
|
+
// @public
|
|
1303
|
+
export type WebTestKind = "ping" | "multistep";
|
|
1304
|
+
|
|
1305
|
+
// @public
|
|
1306
|
+
export interface WebTestListResult {
|
|
1307
|
+
nextLink?: string;
|
|
1308
|
+
value: WebTest[];
|
|
1309
|
+
}
|
|
1310
|
+
|
|
1311
|
+
// @public
|
|
1312
|
+
export interface WebTestLocations {
|
|
1313
|
+
list(resourceGroupName: string, resourceName: string, options?: WebTestLocationsListOptionalParams): PagedAsyncIterableIterator<ApplicationInsightsComponentWebTestLocation>;
|
|
1314
|
+
}
|
|
1315
|
+
|
|
1316
|
+
// @public
|
|
1317
|
+
export interface WebTestLocationsListOptionalParams extends coreClient.OperationOptions {
|
|
1318
|
+
}
|
|
1319
|
+
|
|
1320
|
+
// @public
|
|
1321
|
+
export type WebTestLocationsListResponse = ApplicationInsightsWebTestLocationsListResult;
|
|
1322
|
+
|
|
1323
|
+
// @public
|
|
1324
|
+
export interface WebTestPropertiesConfiguration {
|
|
1325
|
+
webTest?: string;
|
|
1326
|
+
}
|
|
1327
|
+
|
|
1328
|
+
// @public
|
|
1329
|
+
export interface WebTests {
|
|
1330
|
+
createOrUpdate(resourceGroupName: string, webTestName: string, webTestDefinition: WebTest, options?: WebTestsCreateOrUpdateOptionalParams): Promise<WebTestsCreateOrUpdateResponse>;
|
|
1331
|
+
delete(resourceGroupName: string, webTestName: string, options?: WebTestsDeleteOptionalParams): Promise<void>;
|
|
1332
|
+
get(resourceGroupName: string, webTestName: string, options?: WebTestsGetOptionalParams): Promise<WebTestsGetResponse>;
|
|
1333
|
+
list(options?: WebTestsListOptionalParams): PagedAsyncIterableIterator<WebTest>;
|
|
1334
|
+
listByComponent(componentName: string, resourceGroupName: string, options?: WebTestsListByComponentOptionalParams): PagedAsyncIterableIterator<WebTest>;
|
|
1335
|
+
listByResourceGroup(resourceGroupName: string, options?: WebTestsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<WebTest>;
|
|
1336
|
+
updateTags(resourceGroupName: string, webTestName: string, webTestTags: TagsResource, options?: WebTestsUpdateTagsOptionalParams): Promise<WebTestsUpdateTagsResponse>;
|
|
1337
|
+
}
|
|
1338
|
+
|
|
1339
|
+
// @public
|
|
1340
|
+
export interface WebTestsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1341
|
+
}
|
|
1342
|
+
|
|
1343
|
+
// @public
|
|
1344
|
+
export type WebTestsCreateOrUpdateResponse = WebTest;
|
|
1345
|
+
|
|
1346
|
+
// @public
|
|
1347
|
+
export interface WebTestsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1348
|
+
}
|
|
1349
|
+
|
|
1350
|
+
// @public
|
|
1351
|
+
export interface WebTestsGetOptionalParams extends coreClient.OperationOptions {
|
|
1352
|
+
}
|
|
1353
|
+
|
|
1354
|
+
// @public
|
|
1355
|
+
export type WebTestsGetResponse = WebTest;
|
|
1356
|
+
|
|
1357
|
+
// @public
|
|
1358
|
+
export interface WebTestsListByComponentNextOptionalParams extends coreClient.OperationOptions {
|
|
1359
|
+
}
|
|
1360
|
+
|
|
1361
|
+
// @public
|
|
1362
|
+
export type WebTestsListByComponentNextResponse = WebTestListResult;
|
|
1363
|
+
|
|
1364
|
+
// @public
|
|
1365
|
+
export interface WebTestsListByComponentOptionalParams extends coreClient.OperationOptions {
|
|
1366
|
+
}
|
|
1367
|
+
|
|
1368
|
+
// @public
|
|
1369
|
+
export type WebTestsListByComponentResponse = WebTestListResult;
|
|
1370
|
+
|
|
1371
|
+
// @public
|
|
1372
|
+
export interface WebTestsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1373
|
+
}
|
|
1374
|
+
|
|
1375
|
+
// @public
|
|
1376
|
+
export type WebTestsListByResourceGroupNextResponse = WebTestListResult;
|
|
1377
|
+
|
|
1378
|
+
// @public
|
|
1379
|
+
export interface WebTestsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1380
|
+
}
|
|
1381
|
+
|
|
1382
|
+
// @public
|
|
1383
|
+
export type WebTestsListByResourceGroupResponse = WebTestListResult;
|
|
1384
|
+
|
|
1385
|
+
// @public
|
|
1386
|
+
export interface WebTestsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1387
|
+
}
|
|
1388
|
+
|
|
1389
|
+
// @public
|
|
1390
|
+
export type WebTestsListNextResponse = WebTestListResult;
|
|
1391
|
+
|
|
1392
|
+
// @public
|
|
1393
|
+
export interface WebTestsListOptionalParams extends coreClient.OperationOptions {
|
|
1394
|
+
}
|
|
1395
|
+
|
|
1396
|
+
// @public
|
|
1397
|
+
export type WebTestsListResponse = WebTestListResult;
|
|
1398
|
+
|
|
1399
|
+
// @public
|
|
1400
|
+
export interface WebtestsResource {
|
|
1401
|
+
readonly id?: string;
|
|
1402
|
+
location: string;
|
|
1403
|
+
readonly name?: string;
|
|
1404
|
+
tags?: {
|
|
1405
|
+
[propertyName: string]: string;
|
|
1406
|
+
};
|
|
1407
|
+
readonly type?: string;
|
|
1408
|
+
}
|
|
1409
|
+
|
|
1410
|
+
// @public
|
|
1411
|
+
export interface WebTestsUpdateTagsOptionalParams extends coreClient.OperationOptions {
|
|
1412
|
+
}
|
|
1413
|
+
|
|
1414
|
+
// @public
|
|
1415
|
+
export type WebTestsUpdateTagsResponse = WebTest;
|
|
1416
|
+
|
|
1417
|
+
// @public
|
|
1418
|
+
export type Workbook = WorkbookResource & {
|
|
1419
|
+
readonly systemData?: SystemData;
|
|
1420
|
+
displayName?: string;
|
|
1421
|
+
serializedData?: string;
|
|
1422
|
+
version?: string;
|
|
1423
|
+
readonly timeModified?: Date;
|
|
1424
|
+
category?: string;
|
|
1425
|
+
tagsPropertiesTags?: string[];
|
|
1426
|
+
readonly userId?: string;
|
|
1427
|
+
sourceId?: string;
|
|
1428
|
+
storageUri?: string;
|
|
1429
|
+
description?: string;
|
|
1430
|
+
readonly revision?: string;
|
|
1431
|
+
};
|
|
1432
|
+
|
|
1433
|
+
// @public
|
|
1434
|
+
export interface WorkbookError {
|
|
1435
|
+
error?: WorkbookErrorDefinition;
|
|
1436
|
+
}
|
|
1437
|
+
|
|
1438
|
+
// @public
|
|
1439
|
+
export interface WorkbookErrorDefinition {
|
|
1440
|
+
readonly code?: string;
|
|
1441
|
+
readonly innerError?: any;
|
|
1442
|
+
readonly message?: string;
|
|
1443
|
+
}
|
|
1444
|
+
|
|
1445
|
+
// @public
|
|
1446
|
+
export interface WorkbookInnerErrorTrace {
|
|
1447
|
+
readonly trace?: string[];
|
|
1448
|
+
}
|
|
1449
|
+
|
|
1450
|
+
// @public
|
|
1451
|
+
export type WorkbookResource = TrackedResource & {
|
|
1452
|
+
identity?: WorkbookResourceIdentity;
|
|
1453
|
+
kind?: Kind;
|
|
1454
|
+
etag?: string;
|
|
1455
|
+
};
|
|
1456
|
+
|
|
1457
|
+
// @public
|
|
1458
|
+
export type WorkbookResourceIdentity = ManagedServiceIdentity & {};
|
|
1459
|
+
|
|
1460
|
+
// @public
|
|
1461
|
+
export interface Workbooks {
|
|
1462
|
+
createOrUpdate(resourceGroupName: string, resourceName: string, workbookProperties: Workbook, options?: WorkbooksCreateOrUpdateOptionalParams): Promise<WorkbooksCreateOrUpdateResponse>;
|
|
1463
|
+
delete(resourceGroupName: string, resourceName: string, options?: WorkbooksDeleteOptionalParams): Promise<void>;
|
|
1464
|
+
get(resourceGroupName: string, resourceName: string, options?: WorkbooksGetOptionalParams): Promise<WorkbooksGetResponse>;
|
|
1465
|
+
listByResourceGroup(resourceGroupName: string, category: CategoryType, options?: WorkbooksListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Workbook>;
|
|
1466
|
+
listBySubscription(category: CategoryType, options?: WorkbooksListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Workbook>;
|
|
1467
|
+
listRevisionsList(resourceGroupName: string, resourceName: string, options?: WorkbooksRevisionsListOptionalParams): PagedAsyncIterableIterator<Workbook>;
|
|
1468
|
+
revisionGet(resourceGroupName: string, resourceName: string, revisionId: string, options?: WorkbooksRevisionGetOptionalParams): Promise<WorkbooksRevisionGetResponse>;
|
|
1469
|
+
update(resourceGroupName: string, resourceName: string, options?: WorkbooksUpdateOptionalParams): Promise<WorkbooksUpdateResponse>;
|
|
1470
|
+
}
|
|
1471
|
+
|
|
1472
|
+
// @public
|
|
1473
|
+
export interface WorkbooksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1474
|
+
sourceId?: string;
|
|
1475
|
+
}
|
|
1476
|
+
|
|
1477
|
+
// @public
|
|
1478
|
+
export type WorkbooksCreateOrUpdateResponse = Workbook;
|
|
1479
|
+
|
|
1480
|
+
// @public
|
|
1481
|
+
export interface WorkbooksDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1482
|
+
}
|
|
1483
|
+
|
|
1484
|
+
// @public
|
|
1485
|
+
export interface WorkbooksGetOptionalParams extends coreClient.OperationOptions {
|
|
1486
|
+
}
|
|
1487
|
+
|
|
1488
|
+
// @public
|
|
1489
|
+
export type WorkbooksGetResponse = Workbook;
|
|
1490
|
+
|
|
1491
|
+
// @public
|
|
1492
|
+
export interface WorkbooksListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1493
|
+
canFetchContent?: boolean;
|
|
1494
|
+
sourceId?: string;
|
|
1495
|
+
tags?: string[];
|
|
1496
|
+
}
|
|
1497
|
+
|
|
1498
|
+
// @public
|
|
1499
|
+
export type WorkbooksListByResourceGroupNextResponse = WorkbooksListResult;
|
|
1500
|
+
|
|
1501
|
+
// @public
|
|
1502
|
+
export interface WorkbooksListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1503
|
+
canFetchContent?: boolean;
|
|
1504
|
+
sourceId?: string;
|
|
1505
|
+
tags?: string[];
|
|
1506
|
+
}
|
|
1507
|
+
|
|
1508
|
+
// @public
|
|
1509
|
+
export type WorkbooksListByResourceGroupResponse = WorkbooksListResult;
|
|
1510
|
+
|
|
1511
|
+
// @public
|
|
1512
|
+
export interface WorkbooksListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
1513
|
+
canFetchContent?: boolean;
|
|
1514
|
+
tags?: string[];
|
|
1515
|
+
}
|
|
1516
|
+
|
|
1517
|
+
// @public
|
|
1518
|
+
export type WorkbooksListBySubscriptionNextResponse = WorkbooksListResult;
|
|
1519
|
+
|
|
1520
|
+
// @public
|
|
1521
|
+
export interface WorkbooksListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
1522
|
+
canFetchContent?: boolean;
|
|
1523
|
+
tags?: string[];
|
|
1524
|
+
}
|
|
1525
|
+
|
|
1526
|
+
// @public
|
|
1527
|
+
export type WorkbooksListBySubscriptionResponse = WorkbooksListResult;
|
|
1528
|
+
|
|
1529
|
+
// @public
|
|
1530
|
+
export interface WorkbooksListResult {
|
|
1531
|
+
// (undocumented)
|
|
1532
|
+
nextLink?: string;
|
|
1533
|
+
readonly value?: Workbook[];
|
|
1534
|
+
}
|
|
1535
|
+
|
|
1536
|
+
// @public
|
|
1537
|
+
export interface WorkbooksRevisionGetOptionalParams extends coreClient.OperationOptions {
|
|
1538
|
+
}
|
|
1539
|
+
|
|
1540
|
+
// @public
|
|
1541
|
+
export type WorkbooksRevisionGetResponse = Workbook;
|
|
1542
|
+
|
|
1543
|
+
// @public
|
|
1544
|
+
export interface WorkbooksRevisionsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1545
|
+
}
|
|
1546
|
+
|
|
1547
|
+
// @public
|
|
1548
|
+
export type WorkbooksRevisionsListNextResponse = WorkbooksListResult;
|
|
1549
|
+
|
|
1550
|
+
// @public
|
|
1551
|
+
export interface WorkbooksRevisionsListOptionalParams extends coreClient.OperationOptions {
|
|
1552
|
+
}
|
|
1553
|
+
|
|
1554
|
+
// @public
|
|
1555
|
+
export type WorkbooksRevisionsListResponse = WorkbooksListResult;
|
|
1556
|
+
|
|
1557
|
+
// @public
|
|
1558
|
+
export interface WorkbooksUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1559
|
+
sourceId?: string;
|
|
1560
|
+
workbookUpdateParameters?: WorkbookUpdateParameters;
|
|
1561
|
+
}
|
|
1562
|
+
|
|
1563
|
+
// @public
|
|
1564
|
+
export type WorkbooksUpdateResponse = Workbook;
|
|
1565
|
+
|
|
1566
|
+
// @public
|
|
1567
|
+
export type WorkbookTemplate = WorkbookTemplateResource & {
|
|
1568
|
+
priority?: number;
|
|
1569
|
+
author?: string;
|
|
1570
|
+
templateData?: Record<string, unknown>;
|
|
1571
|
+
galleries?: WorkbookTemplateGallery[];
|
|
1572
|
+
localized?: {
|
|
1573
|
+
[propertyName: string]: WorkbookTemplateLocalizedGallery[];
|
|
1574
|
+
};
|
|
1575
|
+
};
|
|
1576
|
+
|
|
1577
|
+
// @public
|
|
1578
|
+
export interface WorkbookTemplateError {
|
|
1579
|
+
error?: WorkbookTemplateErrorBody;
|
|
1580
|
+
}
|
|
1581
|
+
|
|
1582
|
+
// @public
|
|
1583
|
+
export interface WorkbookTemplateErrorBody {
|
|
1584
|
+
code?: string;
|
|
1585
|
+
details?: WorkbookTemplateErrorFieldContract[];
|
|
1586
|
+
message?: string;
|
|
1587
|
+
}
|
|
1588
|
+
|
|
1589
|
+
// @public
|
|
1590
|
+
export interface WorkbookTemplateErrorFieldContract {
|
|
1591
|
+
code?: string;
|
|
1592
|
+
message?: string;
|
|
1593
|
+
target?: string;
|
|
1594
|
+
}
|
|
1595
|
+
|
|
1596
|
+
// @public
|
|
1597
|
+
export interface WorkbookTemplateGallery {
|
|
1598
|
+
category?: string;
|
|
1599
|
+
name?: string;
|
|
1600
|
+
order?: number;
|
|
1601
|
+
resourceType?: string;
|
|
1602
|
+
type?: string;
|
|
1603
|
+
}
|
|
1604
|
+
|
|
1605
|
+
// @public
|
|
1606
|
+
export interface WorkbookTemplateLocalizedGallery {
|
|
1607
|
+
galleries?: WorkbookTemplateGallery[];
|
|
1608
|
+
templateData?: Record<string, unknown>;
|
|
1609
|
+
}
|
|
1610
|
+
|
|
1611
|
+
// @public
|
|
1612
|
+
export interface WorkbookTemplateResource {
|
|
1613
|
+
readonly id?: string;
|
|
1614
|
+
location: string;
|
|
1615
|
+
readonly name?: string;
|
|
1616
|
+
tags?: {
|
|
1617
|
+
[propertyName: string]: string;
|
|
1618
|
+
};
|
|
1619
|
+
readonly type?: string;
|
|
1620
|
+
}
|
|
1621
|
+
|
|
1622
|
+
// @public
|
|
1623
|
+
export interface WorkbookTemplates {
|
|
1624
|
+
createOrUpdate(resourceGroupName: string, resourceName: string, workbookTemplateProperties: WorkbookTemplate, options?: WorkbookTemplatesCreateOrUpdateOptionalParams): Promise<WorkbookTemplatesCreateOrUpdateResponse>;
|
|
1625
|
+
delete(resourceGroupName: string, resourceName: string, options?: WorkbookTemplatesDeleteOptionalParams): Promise<void>;
|
|
1626
|
+
get(resourceGroupName: string, resourceName: string, options?: WorkbookTemplatesGetOptionalParams): Promise<WorkbookTemplatesGetResponse>;
|
|
1627
|
+
listByResourceGroup(resourceGroupName: string, options?: WorkbookTemplatesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<WorkbookTemplate>;
|
|
1628
|
+
update(resourceGroupName: string, resourceName: string, options?: WorkbookTemplatesUpdateOptionalParams): Promise<WorkbookTemplatesUpdateResponse>;
|
|
1629
|
+
}
|
|
1630
|
+
|
|
1631
|
+
// @public
|
|
1632
|
+
export interface WorkbookTemplatesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1633
|
+
}
|
|
1634
|
+
|
|
1635
|
+
// @public
|
|
1636
|
+
export type WorkbookTemplatesCreateOrUpdateResponse = WorkbookTemplate;
|
|
1637
|
+
|
|
1638
|
+
// @public
|
|
1639
|
+
export interface WorkbookTemplatesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1640
|
+
}
|
|
1641
|
+
|
|
1642
|
+
// @public
|
|
1643
|
+
export interface WorkbookTemplatesGetOptionalParams extends coreClient.OperationOptions {
|
|
1644
|
+
}
|
|
1645
|
+
|
|
1646
|
+
// @public
|
|
1647
|
+
export type WorkbookTemplatesGetResponse = WorkbookTemplate;
|
|
1648
|
+
|
|
1649
|
+
// @public
|
|
1650
|
+
export interface WorkbookTemplatesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1651
|
+
}
|
|
1652
|
+
|
|
1653
|
+
// @public
|
|
1654
|
+
export type WorkbookTemplatesListByResourceGroupResponse = WorkbookTemplatesListResult;
|
|
1655
|
+
|
|
1656
|
+
// @public
|
|
1657
|
+
export interface WorkbookTemplatesListResult {
|
|
1658
|
+
value?: WorkbookTemplate[];
|
|
1659
|
+
}
|
|
1660
|
+
|
|
1661
|
+
// @public
|
|
1662
|
+
export interface WorkbookTemplatesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1663
|
+
workbookTemplateUpdateParameters?: WorkbookTemplateUpdateParameters;
|
|
1664
|
+
}
|
|
1665
|
+
|
|
1666
|
+
// @public
|
|
1667
|
+
export type WorkbookTemplatesUpdateResponse = WorkbookTemplate;
|
|
1668
|
+
|
|
1669
|
+
// @public
|
|
1670
|
+
export interface WorkbookTemplateUpdateParameters {
|
|
1671
|
+
author?: string;
|
|
1672
|
+
galleries?: WorkbookTemplateGallery[];
|
|
1673
|
+
localized?: {
|
|
1674
|
+
[propertyName: string]: WorkbookTemplateLocalizedGallery[];
|
|
1675
|
+
};
|
|
1676
|
+
priority?: number;
|
|
1677
|
+
tags?: {
|
|
1678
|
+
[propertyName: string]: string;
|
|
1679
|
+
};
|
|
1680
|
+
templateData?: Record<string, unknown>;
|
|
1681
|
+
}
|
|
1682
|
+
|
|
1683
|
+
// @public
|
|
1684
|
+
export interface WorkbookUpdateParameters {
|
|
1685
|
+
category?: string;
|
|
1686
|
+
description?: string;
|
|
1687
|
+
displayName?: string;
|
|
1688
|
+
kind?: SharedTypeKind;
|
|
1689
|
+
revision?: string;
|
|
1690
|
+
serializedData?: string;
|
|
1691
|
+
tags?: {
|
|
1692
|
+
[propertyName: string]: string;
|
|
1693
|
+
};
|
|
1694
|
+
tagsPropertiesTags?: string[];
|
|
1695
|
+
}
|
|
1696
|
+
|
|
1697
|
+
// @public
|
|
1698
|
+
export interface WorkItemConfiguration {
|
|
1699
|
+
configDisplayName?: string;
|
|
1700
|
+
configProperties?: string;
|
|
1701
|
+
connectorId?: string;
|
|
1702
|
+
id?: string;
|
|
1703
|
+
isDefault?: boolean;
|
|
1704
|
+
}
|
|
1705
|
+
|
|
1706
|
+
// @public
|
|
1707
|
+
export interface WorkItemConfigurationError {
|
|
1708
|
+
code?: string;
|
|
1709
|
+
innererror?: InnerError;
|
|
1710
|
+
message?: string;
|
|
1711
|
+
}
|
|
1712
|
+
|
|
1713
|
+
// @public
|
|
1714
|
+
export interface WorkItemConfigurations {
|
|
1715
|
+
create(resourceGroupName: string, resourceName: string, workItemConfigurationProperties: WorkItemCreateConfiguration, options?: WorkItemConfigurationsCreateOptionalParams): Promise<WorkItemConfigurationsCreateResponse>;
|
|
1716
|
+
delete(resourceGroupName: string, resourceName: string, workItemConfigId: string, options?: WorkItemConfigurationsDeleteOptionalParams): Promise<void>;
|
|
1717
|
+
getDefault(resourceGroupName: string, resourceName: string, options?: WorkItemConfigurationsGetDefaultOptionalParams): Promise<WorkItemConfigurationsGetDefaultResponse>;
|
|
1718
|
+
getItem(resourceGroupName: string, resourceName: string, workItemConfigId: string, options?: WorkItemConfigurationsGetItemOptionalParams): Promise<WorkItemConfigurationsGetItemResponse>;
|
|
1719
|
+
list(resourceGroupName: string, resourceName: string, options?: WorkItemConfigurationsListOptionalParams): PagedAsyncIterableIterator<WorkItemConfiguration>;
|
|
1720
|
+
updateItem(resourceGroupName: string, resourceName: string, workItemConfigId: string, workItemConfigurationProperties: WorkItemCreateConfiguration, options?: WorkItemConfigurationsUpdateItemOptionalParams): Promise<WorkItemConfigurationsUpdateItemResponse>;
|
|
1721
|
+
}
|
|
1722
|
+
|
|
1723
|
+
// @public
|
|
1724
|
+
export interface WorkItemConfigurationsCreateOptionalParams extends coreClient.OperationOptions {
|
|
1725
|
+
}
|
|
1726
|
+
|
|
1727
|
+
// @public
|
|
1728
|
+
export type WorkItemConfigurationsCreateResponse = WorkItemConfiguration;
|
|
1729
|
+
|
|
1730
|
+
// @public
|
|
1731
|
+
export interface WorkItemConfigurationsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1732
|
+
}
|
|
1733
|
+
|
|
1734
|
+
// @public
|
|
1735
|
+
export interface WorkItemConfigurationsGetDefaultOptionalParams extends coreClient.OperationOptions {
|
|
1736
|
+
}
|
|
1737
|
+
|
|
1738
|
+
// @public
|
|
1739
|
+
export type WorkItemConfigurationsGetDefaultResponse = WorkItemConfiguration;
|
|
1740
|
+
|
|
1741
|
+
// @public
|
|
1742
|
+
export interface WorkItemConfigurationsGetItemOptionalParams extends coreClient.OperationOptions {
|
|
1743
|
+
}
|
|
1744
|
+
|
|
1745
|
+
// @public
|
|
1746
|
+
export type WorkItemConfigurationsGetItemResponse = WorkItemConfiguration;
|
|
1747
|
+
|
|
1748
|
+
// @public
|
|
1749
|
+
export interface WorkItemConfigurationsListOptionalParams extends coreClient.OperationOptions {
|
|
1750
|
+
}
|
|
1751
|
+
|
|
1752
|
+
// @public
|
|
1753
|
+
export type WorkItemConfigurationsListResponse = WorkItemConfigurationsListResult;
|
|
1754
|
+
|
|
1755
|
+
// @public
|
|
1756
|
+
export interface WorkItemConfigurationsListResult {
|
|
1757
|
+
readonly value?: WorkItemConfiguration[];
|
|
1758
|
+
}
|
|
1759
|
+
|
|
1760
|
+
// @public
|
|
1761
|
+
export interface WorkItemConfigurationsUpdateItemOptionalParams extends coreClient.OperationOptions {
|
|
1762
|
+
}
|
|
1763
|
+
|
|
1764
|
+
// @public
|
|
1765
|
+
export type WorkItemConfigurationsUpdateItemResponse = WorkItemConfiguration;
|
|
1766
|
+
|
|
1767
|
+
// @public
|
|
1768
|
+
export interface WorkItemCreateConfiguration {
|
|
1769
|
+
connectorDataConfiguration?: string;
|
|
1770
|
+
connectorId?: string;
|
|
1771
|
+
validateOnly?: boolean;
|
|
1772
|
+
workItemProperties?: {
|
|
1773
|
+
[propertyName: string]: string;
|
|
1774
|
+
};
|
|
1775
|
+
}
|
|
1776
|
+
|
|
1777
|
+
// (No @packageDocumentation comment for this package)
|
|
1778
|
+
|
|
1779
|
+
```
|