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