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