@azure/arm-appinsights 3.1.1 → 5.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/LICENSE +21 -0
- package/README.md +69 -80
- package/dist/index.js +7666 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/applicationInsightsManagementClient.d.ts +35 -0
- package/dist-esm/src/applicationInsightsManagementClient.d.ts.map +1 -0
- package/dist-esm/src/applicationInsightsManagementClient.js +68 -0
- package/dist-esm/src/applicationInsightsManagementClient.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +2107 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +133 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +88 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1580 -1028
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +63 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +515 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/aPIKeys.d.ts +55 -0
- package/dist-esm/src/operations/aPIKeys.d.ts.map +1 -0
- package/dist-esm/src/operations/aPIKeys.js +185 -0
- package/dist-esm/src/operations/aPIKeys.js.map +1 -0
- package/dist-esm/src/operations/analyticsItems.d.ts +51 -0
- package/dist-esm/src/operations/analyticsItems.d.ts.map +1 -0
- package/dist-esm/src/operations/analyticsItems.js +157 -0
- package/dist-esm/src/operations/analyticsItems.js.map +1 -0
- package/dist-esm/src/operations/annotations.d.ts +63 -0
- package/dist-esm/src/operations/annotations.d.ts.map +1 -0
- package/dist-esm/src/operations/annotations.js +207 -0
- package/dist-esm/src/operations/annotations.js.map +1 -0
- package/dist-esm/src/operations/componentAvailableFeatures.d.ts +20 -0
- package/dist-esm/src/operations/componentAvailableFeatures.d.ts.map +1 -0
- package/dist-esm/src/operations/componentAvailableFeatures.js +50 -0
- package/dist-esm/src/operations/componentAvailableFeatures.js.map +1 -0
- package/dist-esm/src/operations/componentCurrentBillingFeatures.d.ts +29 -0
- package/dist-esm/src/operations/componentCurrentBillingFeatures.d.ts.map +1 -0
- package/dist-esm/src/operations/componentCurrentBillingFeatures.js +81 -0
- package/dist-esm/src/operations/componentCurrentBillingFeatures.js.map +1 -0
- package/dist-esm/src/operations/componentFeatureCapabilities.d.ts +20 -0
- package/dist-esm/src/operations/componentFeatureCapabilities.d.ts.map +1 -0
- package/dist-esm/src/operations/componentFeatureCapabilities.js +50 -0
- package/dist-esm/src/operations/componentFeatureCapabilities.js.map +1 -0
- package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.d.ts +53 -0
- package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.js +174 -0
- package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.js.map +1 -0
- package/dist-esm/src/operations/componentQuotaStatus.d.ts +20 -0
- package/dist-esm/src/operations/componentQuotaStatus.d.ts.map +1 -0
- package/dist-esm/src/operations/componentQuotaStatus.js +50 -0
- package/dist-esm/src/operations/componentQuotaStatus.js.map +1 -0
- package/dist-esm/src/operations/components.d.ts +108 -0
- package/dist-esm/src/operations/components.d.ts.map +1 -0
- package/dist-esm/src/operations/components.js +430 -0
- package/dist-esm/src/operations/components.js.map +1 -0
- package/dist-esm/src/operations/exportConfigurations.d.ts +58 -0
- package/dist-esm/src/operations/exportConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operations/exportConfigurations.js +195 -0
- package/dist-esm/src/operations/exportConfigurations.js.map +1 -0
- package/dist-esm/src/operations/favorites.d.ts +55 -0
- package/dist-esm/src/operations/favorites.d.ts.map +1 -0
- package/dist-esm/src/operations/favorites.js +196 -0
- package/dist-esm/src/operations/favorites.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +2 -2
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +5 -7
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/liveToken.d.ts +19 -0
- package/dist-esm/src/operations/liveToken.d.ts.map +1 -0
- package/dist-esm/src/operations/liveToken.js +47 -0
- package/dist-esm/src/operations/liveToken.js.map +1 -0
- package/dist-esm/src/operations/myWorkbooks.d.ts +89 -0
- package/dist-esm/src/operations/myWorkbooks.d.ts.map +1 -0
- package/dist-esm/src/operations/myWorkbooks.js +387 -0
- package/dist-esm/src/operations/myWorkbooks.js.map +1 -0
- package/dist-esm/src/operations/proactiveDetectionConfigurations.d.ts +40 -0
- package/dist-esm/src/operations/proactiveDetectionConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operations/proactiveDetectionConfigurations.js +130 -0
- package/dist-esm/src/operations/proactiveDetectionConfigurations.js.map +1 -0
- package/dist-esm/src/operations/webTestLocations.d.ts +30 -0
- package/dist-esm/src/operations/webTestLocations.d.ts.map +1 -0
- package/dist-esm/src/operations/webTestLocations.js +96 -0
- package/dist-esm/src/operations/webTestLocations.js.map +1 -0
- package/dist-esm/src/operations/webTests.d.ts +108 -0
- package/dist-esm/src/operations/webTests.d.ts.map +1 -0
- package/dist-esm/src/operations/webTests.js +435 -0
- package/dist-esm/src/operations/webTests.js.map +1 -0
- package/dist-esm/src/operations/workItemConfigurations.d.ts +75 -0
- package/dist-esm/src/operations/workItemConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operations/workItemConfigurations.js +257 -0
- package/dist-esm/src/operations/workItemConfigurations.js.map +1 -0
- package/dist-esm/src/operations/workbookTemplates.d.ts +57 -0
- package/dist-esm/src/operations/workbookTemplates.d.ts.map +1 -0
- package/dist-esm/src/operations/workbookTemplates.js +223 -0
- package/dist-esm/src/operations/workbookTemplates.js.map +1 -0
- package/dist-esm/src/operations/workbooks.d.ts +120 -0
- package/dist-esm/src/operations/workbooks.d.ts.map +1 -0
- package/dist-esm/src/operations/workbooks.js +530 -0
- package/dist-esm/src/operations/workbooks.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/aPIKeys.d.ts +38 -0
- package/dist-esm/src/operationsInterfaces/aPIKeys.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/aPIKeys.js +9 -0
- package/dist-esm/src/operationsInterfaces/aPIKeys.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/analyticsItems.d.ts +43 -0
- package/dist-esm/src/operationsInterfaces/analyticsItems.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/analyticsItems.js +9 -0
- package/dist-esm/src/operationsInterfaces/analyticsItems.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/annotations.d.ts +43 -0
- package/dist-esm/src/operationsInterfaces/annotations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/annotations.js +9 -0
- package/dist-esm/src/operationsInterfaces/annotations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.js +9 -0
- package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.js +9 -0
- package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.js +9 -0
- package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +45 -0
- package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentQuotaStatus.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/componentQuotaStatus.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentQuotaStatus.js +9 -0
- package/dist-esm/src/operationsInterfaces/componentQuotaStatus.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/components.d.ts +72 -0
- package/dist-esm/src/operationsInterfaces/components.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/components.js +9 -0
- package/dist-esm/src/operationsInterfaces/components.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/exportConfigurations.d.ts +50 -0
- package/dist-esm/src/operationsInterfaces/exportConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/exportConfigurations.js +9 -0
- package/dist-esm/src/operationsInterfaces/exportConfigurations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/favorites.d.ts +47 -0
- package/dist-esm/src/operationsInterfaces/favorites.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/favorites.js +9 -0
- package/dist-esm/src/operationsInterfaces/favorites.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +20 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +27 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/liveToken.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/liveToken.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/liveToken.js +9 -0
- package/dist-esm/src/operationsInterfaces/liveToken.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/myWorkbooks.d.ts +49 -0
- package/dist-esm/src/operationsInterfaces/myWorkbooks.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/myWorkbooks.js +9 -0
- package/dist-esm/src/operationsInterfaces/myWorkbooks.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.d.ts +32 -0
- package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.js +9 -0
- package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/webTestLocations.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/webTestLocations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/webTestLocations.js +9 -0
- package/dist-esm/src/operationsInterfaces/webTestLocations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/webTests.d.ts +55 -0
- package/dist-esm/src/operationsInterfaces/webTests.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/webTests.js +9 -0
- package/dist-esm/src/operationsInterfaces/webTests.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/workItemConfigurations.d.ts +58 -0
- package/dist-esm/src/operationsInterfaces/workItemConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/workItemConfigurations.js +9 -0
- package/dist-esm/src/operationsInterfaces/workItemConfigurations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/workbookTemplates.d.ts +41 -0
- package/dist-esm/src/operationsInterfaces/workbookTemplates.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/workbookTemplates.js +9 -0
- package/dist-esm/src/operationsInterfaces/workbookTemplates.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/workbooks.d.ts +63 -0
- package/dist-esm/src/operationsInterfaces/workbooks.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/workbooks.js +9 -0
- package/dist-esm/src/operationsInterfaces/workbooks.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +72 -23
- package/review/arm-appinsights.api.md +1776 -0
- package/rollup.config.js +181 -30
- package/src/applicationInsightsManagementClient.ts +144 -71
- package/src/index.ts +12 -0
- package/src/models/index.ts +1634 -2500
- package/src/models/mappers.ts +1679 -1084
- package/src/models/parameters.ts +370 -186
- package/src/operations/aPIKeys.ts +155 -191
- package/src/operations/analyticsItems.ts +122 -240
- package/src/operations/annotations.ts +187 -214
- package/src/operations/componentAvailableFeatures.ts +40 -57
- package/src/operations/componentCurrentBillingFeatures.ts +66 -110
- package/src/operations/componentFeatureCapabilities.ts +40 -57
- package/src/operations/componentLinkedStorageAccountsOperations.ts +128 -182
- package/src/operations/componentQuotaStatus.ts +39 -57
- package/src/operations/components.ts +340 -425
- package/src/operations/exportConfigurations.ts +139 -264
- package/src/operations/favorites.ts +134 -242
- package/src/operations/index.ts +5 -7
- package/src/operations/liveToken.ts +30 -50
- package/src/operations/myWorkbooks.ts +360 -252
- package/src/operations/proactiveDetectionConfigurations.ts +97 -160
- package/src/operations/webTestLocations.ts +86 -53
- package/src/operations/webTests.ts +391 -411
- package/src/operations/workItemConfigurations.ts +202 -283
- package/src/operations/workbookTemplates.ts +286 -0
- package/src/operations/workbooks.ts +558 -196
- package/src/operationsInterfaces/aPIKeys.ts +76 -0
- package/src/operationsInterfaces/analyticsItems.ts +82 -0
- package/src/operationsInterfaces/annotations.ts +81 -0
- package/src/operationsInterfaces/componentAvailableFeatures.ts +27 -0
- package/src/operationsInterfaces/componentCurrentBillingFeatures.ts +44 -0
- package/src/operationsInterfaces/componentFeatureCapabilities.ts +27 -0
- package/src/operationsInterfaces/componentLinkedStorageAccountsOperations.ts +86 -0
- package/src/operationsInterfaces/componentQuotaStatus.ts +27 -0
- package/src/operationsInterfaces/components.ts +131 -0
- package/src/operationsInterfaces/exportConfigurations.ts +95 -0
- package/src/operationsInterfaces/favorites.ts +92 -0
- package/src/operationsInterfaces/index.ts +27 -0
- package/src/operationsInterfaces/liveToken.ts +22 -0
- package/src/operationsInterfaces/myWorkbooks.ts +95 -0
- package/src/operationsInterfaces/proactiveDetectionConfigurations.ts +63 -0
- package/src/operationsInterfaces/webTestLocations.ts +29 -0
- package/src/operationsInterfaces/webTests.ts +104 -0
- package/src/operationsInterfaces/workItemConfigurations.ts +109 -0
- package/src/operationsInterfaces/workbookTemplates.ts +80 -0
- package/src/operationsInterfaces/workbooks.ts +120 -0
- package/tsconfig.json +14 -6
- package/types/arm-appinsights.d.ts +3117 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-appinsights.js +0 -6626
- package/dist/arm-appinsights.js.map +0 -1
- package/dist/arm-appinsights.min.js +0 -1
- package/dist/arm-appinsights.min.js.map +0 -1
- package/esm/applicationInsightsManagementClient.d.ts +0 -42
- package/esm/applicationInsightsManagementClient.d.ts.map +0 -1
- package/esm/applicationInsightsManagementClient.js +0 -56
- package/esm/applicationInsightsManagementClient.js.map +0 -1
- package/esm/applicationInsightsManagementClientContext.d.ts +0 -21
- package/esm/applicationInsightsManagementClientContext.d.ts.map +0 -1
- package/esm/applicationInsightsManagementClientContext.js +0 -60
- package/esm/applicationInsightsManagementClientContext.js.map +0 -1
- package/esm/models/aPIKeysMappers.d.ts +0 -2
- package/esm/models/aPIKeysMappers.d.ts.map +0 -1
- package/esm/models/aPIKeysMappers.js +0 -9
- package/esm/models/aPIKeysMappers.js.map +0 -1
- package/esm/models/analyticsItemsMappers.d.ts +0 -2
- package/esm/models/analyticsItemsMappers.d.ts.map +0 -1
- package/esm/models/analyticsItemsMappers.js +0 -9
- package/esm/models/analyticsItemsMappers.js.map +0 -1
- package/esm/models/annotationsMappers.d.ts +0 -2
- package/esm/models/annotationsMappers.d.ts.map +0 -1
- package/esm/models/annotationsMappers.js +0 -9
- package/esm/models/annotationsMappers.js.map +0 -1
- package/esm/models/componentAvailableFeaturesMappers.d.ts +0 -2
- package/esm/models/componentAvailableFeaturesMappers.d.ts.map +0 -1
- package/esm/models/componentAvailableFeaturesMappers.js +0 -9
- package/esm/models/componentAvailableFeaturesMappers.js.map +0 -1
- package/esm/models/componentCurrentBillingFeaturesMappers.d.ts +0 -2
- package/esm/models/componentCurrentBillingFeaturesMappers.d.ts.map +0 -1
- package/esm/models/componentCurrentBillingFeaturesMappers.js +0 -9
- package/esm/models/componentCurrentBillingFeaturesMappers.js.map +0 -1
- package/esm/models/componentFeatureCapabilitiesMappers.d.ts +0 -2
- package/esm/models/componentFeatureCapabilitiesMappers.d.ts.map +0 -1
- package/esm/models/componentFeatureCapabilitiesMappers.js +0 -9
- package/esm/models/componentFeatureCapabilitiesMappers.js.map +0 -1
- package/esm/models/componentLinkedStorageAccountsOperationsMappers.d.ts +0 -2
- package/esm/models/componentLinkedStorageAccountsOperationsMappers.d.ts.map +0 -1
- package/esm/models/componentLinkedStorageAccountsOperationsMappers.js +0 -9
- package/esm/models/componentLinkedStorageAccountsOperationsMappers.js.map +0 -1
- package/esm/models/componentQuotaStatusMappers.d.ts +0 -2
- package/esm/models/componentQuotaStatusMappers.d.ts.map +0 -1
- package/esm/models/componentQuotaStatusMappers.js +0 -9
- package/esm/models/componentQuotaStatusMappers.js.map +0 -1
- package/esm/models/componentsMappers.d.ts +0 -2
- package/esm/models/componentsMappers.d.ts.map +0 -1
- package/esm/models/componentsMappers.js +0 -9
- package/esm/models/componentsMappers.js.map +0 -1
- package/esm/models/exportConfigurationsMappers.d.ts +0 -2
- package/esm/models/exportConfigurationsMappers.d.ts.map +0 -1
- package/esm/models/exportConfigurationsMappers.js +0 -9
- package/esm/models/exportConfigurationsMappers.js.map +0 -1
- package/esm/models/favoritesMappers.d.ts +0 -2
- package/esm/models/favoritesMappers.d.ts.map +0 -1
- package/esm/models/favoritesMappers.js +0 -9
- package/esm/models/favoritesMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -3038
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -8
- package/esm/models/index.js.map +0 -1
- package/esm/models/liveTokenMappers.d.ts +0 -2
- package/esm/models/liveTokenMappers.d.ts.map +0 -1
- package/esm/models/liveTokenMappers.js +0 -9
- package/esm/models/liveTokenMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -69
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/myWorkbooksMappers.d.ts +0 -2
- package/esm/models/myWorkbooksMappers.d.ts.map +0 -1
- package/esm/models/myWorkbooksMappers.js +0 -9
- package/esm/models/myWorkbooksMappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -36
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -416
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/proactiveDetectionConfigurationsMappers.d.ts +0 -2
- package/esm/models/proactiveDetectionConfigurationsMappers.d.ts.map +0 -1
- package/esm/models/proactiveDetectionConfigurationsMappers.js +0 -9
- package/esm/models/proactiveDetectionConfigurationsMappers.js.map +0 -1
- package/esm/models/webTestLocationsMappers.d.ts +0 -2
- package/esm/models/webTestLocationsMappers.d.ts.map +0 -1
- package/esm/models/webTestLocationsMappers.js +0 -9
- package/esm/models/webTestLocationsMappers.js.map +0 -1
- package/esm/models/webTestsMappers.d.ts +0 -2
- package/esm/models/webTestsMappers.d.ts.map +0 -1
- package/esm/models/webTestsMappers.js +0 -9
- package/esm/models/webTestsMappers.js.map +0 -1
- package/esm/models/workItemConfigurationsMappers.d.ts +0 -2
- package/esm/models/workItemConfigurationsMappers.d.ts.map +0 -1
- package/esm/models/workItemConfigurationsMappers.js +0 -9
- package/esm/models/workItemConfigurationsMappers.js.map +0 -1
- package/esm/models/workbooksMappers.d.ts +0 -2
- package/esm/models/workbooksMappers.d.ts.map +0 -1
- package/esm/models/workbooksMappers.js +0 -9
- package/esm/models/workbooksMappers.js.map +0 -1
- package/esm/operations/aPIKeys.d.ts +0 -109
- package/esm/operations/aPIKeys.d.ts.map +0 -1
- package/esm/operations/aPIKeys.js +0 -161
- package/esm/operations/aPIKeys.js.map +0 -1
- package/esm/operations/analyticsItems.d.ts +0 -139
- package/esm/operations/analyticsItems.d.ts.map +0 -1
- package/esm/operations/analyticsItems.js +0 -182
- package/esm/operations/analyticsItems.js.map +0 -1
- package/esm/operations/annotations.d.ts +0 -124
- package/esm/operations/annotations.d.ts.map +0 -1
- package/esm/operations/annotations.js +0 -185
- package/esm/operations/annotations.js.map +0 -1
- package/esm/operations/componentAvailableFeatures.d.ts +0 -34
- package/esm/operations/componentAvailableFeatures.d.ts.map +0 -1
- package/esm/operations/componentAvailableFeatures.js +0 -58
- package/esm/operations/componentAvailableFeatures.js.map +0 -1
- package/esm/operations/componentCurrentBillingFeatures.d.ts +0 -61
- package/esm/operations/componentCurrentBillingFeatures.d.ts.map +0 -1
- package/esm/operations/componentCurrentBillingFeatures.js +0 -95
- package/esm/operations/componentCurrentBillingFeatures.js.map +0 -1
- package/esm/operations/componentFeatureCapabilities.d.ts +0 -34
- package/esm/operations/componentFeatureCapabilities.d.ts.map +0 -1
- package/esm/operations/componentFeatureCapabilities.js +0 -58
- package/esm/operations/componentFeatureCapabilities.js.map +0 -1
- package/esm/operations/componentLinkedStorageAccountsOperations.d.ts +0 -109
- package/esm/operations/componentLinkedStorageAccountsOperations.d.ts.map +0 -1
- package/esm/operations/componentLinkedStorageAccountsOperations.js +0 -165
- package/esm/operations/componentLinkedStorageAccountsOperations.js.map +0 -1
- package/esm/operations/componentQuotaStatus.d.ts +0 -34
- package/esm/operations/componentQuotaStatus.d.ts.map +0 -1
- package/esm/operations/componentQuotaStatus.js +0 -58
- package/esm/operations/componentQuotaStatus.js.map +0 -1
- package/esm/operations/components.d.ts +0 -236
- package/esm/operations/components.d.ts.map +0 -1
- package/esm/operations/components.js +0 -344
- package/esm/operations/components.js.map +0 -1
- package/esm/operations/exportConfigurations.d.ts +0 -148
- package/esm/operations/exportConfigurations.d.ts.map +0 -1
- package/esm/operations/exportConfigurations.js +0 -221
- package/esm/operations/exportConfigurations.js.map +0 -1
- package/esm/operations/favorites.d.ts +0 -139
- package/esm/operations/favorites.d.ts.map +0 -1
- package/esm/operations/favorites.js +0 -214
- package/esm/operations/favorites.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/liveToken.d.ts +0 -31
- package/esm/operations/liveToken.d.ts.map +0 -1
- package/esm/operations/liveToken.js +0 -55
- package/esm/operations/liveToken.js.map +0 -1
- package/esm/operations/myWorkbooks.d.ts +0 -148
- package/esm/operations/myWorkbooks.d.ts.map +0 -1
- package/esm/operations/myWorkbooks.js +0 -228
- package/esm/operations/myWorkbooks.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -81
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -127
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/proactiveDetectionConfigurations.d.ts +0 -94
- package/esm/operations/proactiveDetectionConfigurations.d.ts.map +0 -1
- package/esm/operations/proactiveDetectionConfigurations.js +0 -141
- package/esm/operations/proactiveDetectionConfigurations.js.map +0 -1
- package/esm/operations/webTestLocations.d.ts +0 -34
- package/esm/operations/webTestLocations.d.ts.map +0 -1
- package/esm/operations/webTestLocations.js +0 -58
- package/esm/operations/webTestLocations.js.map +0 -1
- package/esm/operations/webTests.d.ts +0 -214
- package/esm/operations/webTests.d.ts.map +0 -1
- package/esm/operations/webTests.js +0 -326
- package/esm/operations/webTests.js.map +0 -1
- package/esm/operations/workItemConfigurations.d.ts +0 -169
- package/esm/operations/workItemConfigurations.d.ts.map +0 -1
- package/esm/operations/workItemConfigurations.js +0 -228
- package/esm/operations/workItemConfigurations.js.map +0 -1
- package/esm/operations/workbooks.d.ts +0 -127
- package/esm/operations/workbooks.d.ts.map +0 -1
- package/esm/operations/workbooks.js +0 -197
- package/esm/operations/workbooks.js.map +0 -1
- package/src/applicationInsightsManagementClientContext.ts +0 -66
- package/src/models/aPIKeysMappers.ts +0 -14
- package/src/models/analyticsItemsMappers.ts +0 -13
- package/src/models/annotationsMappers.ts +0 -15
- package/src/models/componentAvailableFeaturesMappers.ts +0 -14
- package/src/models/componentCurrentBillingFeaturesMappers.ts +0 -13
- package/src/models/componentFeatureCapabilitiesMappers.ts +0 -12
- package/src/models/componentLinkedStorageAccountsOperationsMappers.ts +0 -31
- package/src/models/componentQuotaStatusMappers.ts +0 -12
- package/src/models/componentsMappers.ts +0 -36
- package/src/models/exportConfigurationsMappers.ts +0 -13
- package/src/models/favoritesMappers.ts +0 -12
- package/src/models/liveTokenMappers.ts +0 -12
- package/src/models/myWorkbooksMappers.ts +0 -32
- package/src/models/operationsMappers.ts +0 -18
- package/src/models/proactiveDetectionConfigurationsMappers.ts +0 -30
- package/src/models/webTestLocationsMappers.ts +0 -13
- package/src/models/webTestsMappers.ts +0 -32
- package/src/models/workItemConfigurationsMappers.ts +0 -16
- package/src/models/workbooksMappers.ts +0 -32
- package/src/operations/operations.ts +0 -218
package/src/models/index.ts
CHANGED
|
@@ -1,3257 +1,2391 @@
|
|
|
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
|
-
kind?: SharedTypeKind;
|
|
1132
|
-
/**
|
|
1133
|
-
* The user-defined name of the private workbook.
|
|
1134
|
-
*/
|
|
1135
|
-
displayName: string;
|
|
1136
|
-
/**
|
|
1137
|
-
* Configuration of this particular private workbook. Configuration data is a string containing
|
|
1138
|
-
* valid JSON
|
|
1139
|
-
*/
|
|
1140
|
-
serializedData: string;
|
|
1141
|
-
/**
|
|
1142
|
-
* This instance's version of the data model. This can change as new features are added that can
|
|
1143
|
-
* be marked private workbook.
|
|
1144
|
-
*/
|
|
1145
|
-
version?: string;
|
|
1146
|
-
/**
|
|
1147
|
-
* Date and time in UTC of the last modification that was made to this private workbook
|
|
1148
|
-
* definition.
|
|
1149
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1150
|
-
*/
|
|
1151
|
-
readonly timeModified?: string;
|
|
983
|
+
export interface ErrorResponseComponents {
|
|
984
|
+
/** Error response indicates Insights service is not able to process the incoming request. The reason is provided in the error message. */
|
|
985
|
+
error?: ErrorResponseComponentsError;
|
|
986
|
+
}
|
|
987
|
+
|
|
988
|
+
/** Error response indicates Insights service is not able to process the incoming request. The reason is provided in the error message. */
|
|
989
|
+
export interface ErrorResponseComponentsError {
|
|
1152
990
|
/**
|
|
1153
|
-
*
|
|
991
|
+
* Error code.
|
|
992
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1154
993
|
*/
|
|
1155
|
-
|
|
994
|
+
readonly code?: string;
|
|
1156
995
|
/**
|
|
1157
|
-
*
|
|
996
|
+
* Error message indicating why the operation failed.
|
|
997
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1158
998
|
*/
|
|
1159
|
-
|
|
999
|
+
readonly message?: string;
|
|
1000
|
+
}
|
|
1001
|
+
|
|
1002
|
+
/** Describes the body of a purge request for an App Insights component */
|
|
1003
|
+
export interface ComponentPurgeBody {
|
|
1004
|
+
/** Table from which to purge data. */
|
|
1005
|
+
table: string;
|
|
1006
|
+
/** The set of columns and filters (queries) to run over them to purge the resulting data. */
|
|
1007
|
+
filters: ComponentPurgeBodyFilters[];
|
|
1008
|
+
}
|
|
1009
|
+
|
|
1010
|
+
/** User-defined filters to return data which will be purged from the table. */
|
|
1011
|
+
export interface ComponentPurgeBodyFilters {
|
|
1012
|
+
/** The column of the table over which the given query should run */
|
|
1013
|
+
column?: string;
|
|
1014
|
+
/** 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. */
|
|
1015
|
+
operator?: string;
|
|
1016
|
+
/** 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. */
|
|
1017
|
+
value?: any;
|
|
1018
|
+
/** When filtering over custom dimensions, this key will be used as the name of the custom dimension. */
|
|
1019
|
+
key?: string;
|
|
1020
|
+
}
|
|
1021
|
+
|
|
1022
|
+
/** Response containing operationId for a specific purge action. */
|
|
1023
|
+
export interface ComponentPurgeResponse {
|
|
1024
|
+
/** Id to use when querying for status for a particular purge operation. */
|
|
1025
|
+
operationId: string;
|
|
1026
|
+
}
|
|
1027
|
+
|
|
1028
|
+
/** Response containing status for a specific purge operation. */
|
|
1029
|
+
export interface ComponentPurgeStatusResponse {
|
|
1030
|
+
/** Status of the operation represented by the requested Id. */
|
|
1031
|
+
status: PurgeState;
|
|
1032
|
+
}
|
|
1033
|
+
|
|
1034
|
+
export interface ErrorResponseLinkedStorage {
|
|
1035
|
+
/** Error response indicates Insights service is not able to process the incoming request. The reason is provided in the error message. */
|
|
1036
|
+
error?: ErrorResponseLinkedStorageError;
|
|
1037
|
+
}
|
|
1038
|
+
|
|
1039
|
+
/** Error response indicates Insights service is not able to process the incoming request. The reason is provided in the error message. */
|
|
1040
|
+
export interface ErrorResponseLinkedStorageError {
|
|
1160
1041
|
/**
|
|
1161
|
-
*
|
|
1162
|
-
*
|
|
1042
|
+
* Error code.
|
|
1043
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1163
1044
|
*/
|
|
1164
|
-
readonly
|
|
1045
|
+
readonly code?: string;
|
|
1165
1046
|
/**
|
|
1166
|
-
*
|
|
1047
|
+
* Error message indicating why the operation failed.
|
|
1048
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1167
1049
|
*/
|
|
1168
|
-
|
|
1050
|
+
readonly message?: string;
|
|
1169
1051
|
}
|
|
1170
1052
|
|
|
1171
|
-
/**
|
|
1172
|
-
|
|
1173
|
-
*/
|
|
1174
|
-
|
|
1053
|
+
/** An Application Insights component linked storage accounts patch */
|
|
1054
|
+
export interface ComponentLinkedStorageAccountsPatch {
|
|
1055
|
+
/** Linked storage account resource ID */
|
|
1056
|
+
linkedStorageAccount?: string;
|
|
1057
|
+
}
|
|
1058
|
+
|
|
1059
|
+
/** The response to a live token query. */
|
|
1060
|
+
export interface LiveTokenResponse {
|
|
1175
1061
|
/**
|
|
1176
|
-
*
|
|
1177
|
-
*
|
|
1062
|
+
* JWT token for accessing live metrics stream data.
|
|
1063
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1178
1064
|
*/
|
|
1065
|
+
readonly liveToken?: string;
|
|
1066
|
+
}
|
|
1067
|
+
|
|
1068
|
+
/** Error response indicates Insights service is not able to process the incoming request. The reason is provided in the error message. */
|
|
1069
|
+
export interface ErrorResponse {
|
|
1070
|
+
/** Error code. */
|
|
1179
1071
|
code?: string;
|
|
1180
|
-
/**
|
|
1181
|
-
* Human-readable representation of the error.
|
|
1182
|
-
*/
|
|
1072
|
+
/** Error message indicating why the operation failed. */
|
|
1183
1073
|
message?: string;
|
|
1074
|
+
}
|
|
1075
|
+
|
|
1076
|
+
/** CDN REST API operation */
|
|
1077
|
+
export interface Operation {
|
|
1078
|
+
/** Operation name: {provider}/{resource}/{operation} */
|
|
1079
|
+
name?: string;
|
|
1080
|
+
/** The object that represents the operation. */
|
|
1081
|
+
display?: OperationDisplay;
|
|
1082
|
+
}
|
|
1083
|
+
|
|
1084
|
+
/** The object that represents the operation. */
|
|
1085
|
+
export interface OperationDisplay {
|
|
1086
|
+
/** Service provider: Microsoft.Cdn */
|
|
1087
|
+
provider?: string;
|
|
1088
|
+
/** Resource on which the operation is performed: Profile, endpoint, etc. */
|
|
1089
|
+
resource?: string;
|
|
1090
|
+
/** Operation type: Read, write, delete, etc. */
|
|
1091
|
+
operation?: string;
|
|
1092
|
+
}
|
|
1093
|
+
|
|
1094
|
+
/** 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. */
|
|
1095
|
+
export interface OperationListResult {
|
|
1096
|
+
/** List of CDN operations supported by the CDN resource provider. */
|
|
1097
|
+
value?: Operation[];
|
|
1098
|
+
/** URL to get the next set of operation list results if there are any. */
|
|
1099
|
+
nextLink?: string;
|
|
1100
|
+
}
|
|
1101
|
+
|
|
1102
|
+
/** Error details */
|
|
1103
|
+
export interface InnerErrorTrace {
|
|
1184
1104
|
/**
|
|
1185
|
-
*
|
|
1105
|
+
* detailed error trace
|
|
1106
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1186
1107
|
*/
|
|
1187
|
-
|
|
1108
|
+
readonly trace?: string[];
|
|
1188
1109
|
}
|
|
1189
1110
|
|
|
1190
|
-
/**
|
|
1191
|
-
|
|
1192
|
-
*/
|
|
1193
|
-
export interface ComponentsResource extends BaseResource {
|
|
1111
|
+
/** Error details */
|
|
1112
|
+
export interface WorkbookInnerErrorTrace {
|
|
1194
1113
|
/**
|
|
1195
|
-
*
|
|
1196
|
-
*
|
|
1114
|
+
* detailed error trace
|
|
1115
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1197
1116
|
*/
|
|
1198
|
-
readonly
|
|
1117
|
+
readonly trace?: string[];
|
|
1118
|
+
}
|
|
1119
|
+
|
|
1120
|
+
/** Result of the List Operations operation */
|
|
1121
|
+
export interface OperationsListResult {
|
|
1122
|
+
/** A collection of operations */
|
|
1123
|
+
value?: OperationLive[];
|
|
1124
|
+
/** URL to get the next set of operation list results if there are any. */
|
|
1125
|
+
nextLink?: string;
|
|
1126
|
+
}
|
|
1127
|
+
|
|
1128
|
+
/** Represents an operation returned by the GetOperations request */
|
|
1129
|
+
export interface OperationLive {
|
|
1130
|
+
/** Name of the operation */
|
|
1131
|
+
name?: string;
|
|
1132
|
+
/** Indicates whether the operation is a data action */
|
|
1133
|
+
isDataAction?: boolean;
|
|
1134
|
+
/** Display name of the operation */
|
|
1135
|
+
display?: OperationInfo;
|
|
1136
|
+
/** Origin of the operation */
|
|
1137
|
+
origin?: string;
|
|
1138
|
+
/** Properties of the operation */
|
|
1139
|
+
properties?: Record<string, unknown>;
|
|
1140
|
+
}
|
|
1141
|
+
|
|
1142
|
+
/** Information about an operation */
|
|
1143
|
+
export interface OperationInfo {
|
|
1144
|
+
/** Name of the provider */
|
|
1145
|
+
provider?: string;
|
|
1146
|
+
/** Name of the resource type */
|
|
1147
|
+
resource?: string;
|
|
1148
|
+
/** Name of the operation */
|
|
1149
|
+
operation?: string;
|
|
1150
|
+
/** Description of the operation */
|
|
1151
|
+
description?: string;
|
|
1152
|
+
}
|
|
1153
|
+
|
|
1154
|
+
/** An Application Insights web test definition. */
|
|
1155
|
+
export type WebTest = WebtestsResource & {
|
|
1156
|
+
/** The kind of web test that this web test watches. Choices are ping and multistep. */
|
|
1157
|
+
kind?: WebTestKind;
|
|
1158
|
+
/** Unique ID of this WebTest. This is typically the same value as the Name field. */
|
|
1159
|
+
syntheticMonitorId?: string;
|
|
1160
|
+
/** User defined name if this WebTest. */
|
|
1161
|
+
webTestName?: string;
|
|
1162
|
+
/** Purpose/user defined descriptive test for this WebTest. */
|
|
1163
|
+
description?: string;
|
|
1164
|
+
/** Is the test actively being monitored. */
|
|
1165
|
+
enabled?: boolean;
|
|
1166
|
+
/** Interval in seconds between test runs for this WebTest. Default value is 300. */
|
|
1167
|
+
frequency?: number;
|
|
1168
|
+
/** Seconds until this WebTest will timeout and fail. Default value is 30. */
|
|
1169
|
+
timeout?: number;
|
|
1170
|
+
/** The kind of web test this is, valid choices are ping and multistep. */
|
|
1171
|
+
webTestKind?: WebTestKind;
|
|
1172
|
+
/** Allow for retries should this WebTest fail. */
|
|
1173
|
+
retryEnabled?: boolean;
|
|
1174
|
+
/** A list of where to physically run the tests from to give global coverage for accessibility of your application. */
|
|
1175
|
+
locations?: WebTestGeolocation[];
|
|
1176
|
+
/** An XML configuration specification for a WebTest. */
|
|
1177
|
+
configuration?: WebTestPropertiesConfiguration;
|
|
1199
1178
|
/**
|
|
1200
|
-
*
|
|
1201
|
-
*
|
|
1179
|
+
* 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.
|
|
1180
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1202
1181
|
*/
|
|
1203
|
-
readonly
|
|
1182
|
+
readonly provisioningState?: string;
|
|
1183
|
+
};
|
|
1184
|
+
|
|
1185
|
+
/** An Application Insights workbook template definition. */
|
|
1186
|
+
export type WorkbookTemplate = WorkbookTemplateResource & {
|
|
1187
|
+
/** Priority of the template. Determines which template to open when a workbook gallery is opened in viewer mode. */
|
|
1188
|
+
priority?: number;
|
|
1189
|
+
/** Information about the author of the workbook template. */
|
|
1190
|
+
author?: string;
|
|
1191
|
+
/** Valid JSON object containing workbook template payload. */
|
|
1192
|
+
templateData?: Record<string, unknown>;
|
|
1193
|
+
/** Workbook galleries supported by the template. */
|
|
1194
|
+
galleries?: WorkbookTemplateGallery[];
|
|
1195
|
+
/** Key value pair of localized gallery. Each key is the locale code of languages supported by the Azure portal. */
|
|
1196
|
+
localized?: { [propertyName: string]: WorkbookTemplateLocalizedGallery[] };
|
|
1197
|
+
};
|
|
1198
|
+
|
|
1199
|
+
/** An Application Insights private workbook definition. */
|
|
1200
|
+
export type MyWorkbook = MyWorkbookResource & {
|
|
1201
|
+
/** The kind of workbook. Choices are user and shared. */
|
|
1202
|
+
kind?: Kind;
|
|
1204
1203
|
/**
|
|
1205
|
-
*
|
|
1206
|
-
*
|
|
1204
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
1205
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1207
1206
|
*/
|
|
1208
|
-
readonly
|
|
1207
|
+
readonly systemData?: SystemData;
|
|
1208
|
+
/** The user-defined name of the private workbook. */
|
|
1209
|
+
displayName?: string;
|
|
1210
|
+
/** Configuration of this particular private workbook. Configuration data is a string containing valid JSON */
|
|
1211
|
+
serializedData?: string;
|
|
1212
|
+
/** This instance's version of the data model. This can change as new features are added that can be marked private workbook. */
|
|
1213
|
+
version?: string;
|
|
1209
1214
|
/**
|
|
1210
|
-
*
|
|
1215
|
+
* Date and time in UTC of the last modification that was made to this private workbook definition.
|
|
1216
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1211
1217
|
*/
|
|
1212
|
-
|
|
1218
|
+
readonly timeModified?: string;
|
|
1219
|
+
/** Workbook category, as defined by the user at creation time. */
|
|
1220
|
+
category?: string;
|
|
1221
|
+
/** A list of 0 or more tags that are associated with this private workbook definition */
|
|
1222
|
+
tagsPropertiesTags?: string[];
|
|
1213
1223
|
/**
|
|
1214
|
-
*
|
|
1224
|
+
* Unique user id of the specific user that owns this private workbook.
|
|
1225
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1215
1226
|
*/
|
|
1227
|
+
readonly userId?: string;
|
|
1228
|
+
/** Optional resourceId for a source resource. */
|
|
1229
|
+
sourceId?: string;
|
|
1230
|
+
/** BYOS Storage Account URI */
|
|
1231
|
+
storageUri?: string;
|
|
1232
|
+
};
|
|
1233
|
+
|
|
1234
|
+
/** Identity used for BYOS */
|
|
1235
|
+
export type WorkbookResourceIdentity = ManagedServiceIdentity & {};
|
|
1236
|
+
|
|
1237
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
1238
|
+
export type TrackedResource = Resource & {
|
|
1239
|
+
/** Resource tags. */
|
|
1216
1240
|
tags?: { [propertyName: string]: string };
|
|
1217
|
-
|
|
1241
|
+
/** The geo-location where the resource lives */
|
|
1242
|
+
location: string;
|
|
1243
|
+
};
|
|
1218
1244
|
|
|
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
|
-
}
|
|
1245
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
1246
|
+
export type ProxyResource = Resource & {};
|
|
1232
1247
|
|
|
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
|
-
*/
|
|
1248
|
+
/** An Application Insights component definition. */
|
|
1249
|
+
export type ApplicationInsightsComponent = ComponentsResource & {
|
|
1250
|
+
/** 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
1251
|
kind: string;
|
|
1252
|
+
/** Resource etag */
|
|
1253
|
+
etag?: string;
|
|
1243
1254
|
/**
|
|
1244
1255
|
* The unique ID of your application. This field mirrors the 'Name' field and cannot be changed.
|
|
1245
|
-
*
|
|
1256
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1246
1257
|
*/
|
|
1247
1258
|
readonly applicationId?: string;
|
|
1248
1259
|
/**
|
|
1249
1260
|
* Application Insights Unique ID for your Application.
|
|
1250
|
-
*
|
|
1261
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1251
1262
|
*/
|
|
1252
1263
|
readonly appId?: string;
|
|
1253
1264
|
/**
|
|
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'.
|
|
1265
|
+
* Application name.
|
|
1266
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1262
1267
|
*/
|
|
1268
|
+
readonly namePropertiesName?: string;
|
|
1269
|
+
/** Type of application being monitored. */
|
|
1270
|
+
applicationType?: ApplicationType;
|
|
1271
|
+
/** 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
1272
|
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
|
-
*/
|
|
1273
|
+
/** Describes what tool created this Application Insights component. Customers using this API should set this to the default 'rest'. */
|
|
1268
1274
|
requestSource?: RequestSource;
|
|
1269
1275
|
/**
|
|
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.**
|
|
1276
|
+
* 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.
|
|
1277
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1274
1278
|
*/
|
|
1275
1279
|
readonly instrumentationKey?: string;
|
|
1276
1280
|
/**
|
|
1277
1281
|
* Creation Date for the Application Insights component, in ISO 8601 format.
|
|
1278
|
-
*
|
|
1282
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1279
1283
|
*/
|
|
1280
1284
|
readonly creationDate?: Date;
|
|
1281
1285
|
/**
|
|
1282
1286
|
* Azure Tenant Id.
|
|
1283
|
-
*
|
|
1287
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1284
1288
|
*/
|
|
1285
1289
|
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
|
-
*/
|
|
1290
|
+
/** The unique application ID created when a new application is added to HockeyApp, used for communications with HockeyApp. */
|
|
1290
1291
|
hockeyAppId?: string;
|
|
1291
1292
|
/**
|
|
1292
1293
|
* Token used to authenticate communications with between Application Insights and HockeyApp.
|
|
1293
|
-
*
|
|
1294
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1294
1295
|
*/
|
|
1295
1296
|
readonly hockeyAppToken?: string;
|
|
1296
1297
|
/**
|
|
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.**
|
|
1298
|
+
* 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.
|
|
1299
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1301
1300
|
*/
|
|
1302
1301
|
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
|
-
*/
|
|
1302
|
+
/** Percentage of the data produced by the application being monitored that is being sampled for Application Insights telemetry. */
|
|
1307
1303
|
samplingPercentage?: number;
|
|
1308
1304
|
/**
|
|
1309
1305
|
* Application Insights component connection string.
|
|
1310
|
-
*
|
|
1306
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1311
1307
|
*/
|
|
1312
1308
|
readonly connectionString?: string;
|
|
1313
|
-
/**
|
|
1314
|
-
* Retention period in days. Default value: 90.
|
|
1315
|
-
*/
|
|
1309
|
+
/** Retention period in days. */
|
|
1316
1310
|
retentionInDays?: number;
|
|
1317
|
-
/**
|
|
1318
|
-
* Disable IP masking.
|
|
1319
|
-
*/
|
|
1311
|
+
/** Disable IP masking. */
|
|
1320
1312
|
disableIpMasking?: boolean;
|
|
1313
|
+
/** Purge data immediately after 30 days. */
|
|
1314
|
+
immediatePurgeDataOn30Days?: boolean;
|
|
1315
|
+
/** Resource Id of the log analytics workspace which the data will be ingested to. This property is required to create an application with this API version. Applications from older versions will not have this property. */
|
|
1316
|
+
workspaceResourceId?: string;
|
|
1321
1317
|
/**
|
|
1322
|
-
*
|
|
1318
|
+
* The date which the component got migrated to LA, in ISO 8601 format.
|
|
1319
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1323
1320
|
*/
|
|
1324
|
-
|
|
1321
|
+
readonly laMigrationDate?: Date;
|
|
1325
1322
|
/**
|
|
1326
1323
|
* List of linked private link scope resources.
|
|
1327
|
-
*
|
|
1324
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1328
1325
|
*/
|
|
1329
1326
|
readonly privateLinkScopedResources?: PrivateLinkScopedResource[];
|
|
1330
|
-
/**
|
|
1331
|
-
* The network access type for accessing Application Insights ingestion. Possible values include:
|
|
1332
|
-
* 'Enabled', 'Disabled'. Default value: 'Enabled'.
|
|
1333
|
-
*/
|
|
1327
|
+
/** The network access type for accessing Application Insights ingestion. */
|
|
1334
1328
|
publicNetworkAccessForIngestion?: PublicNetworkAccessType;
|
|
1335
|
-
/**
|
|
1336
|
-
* The network access type for accessing Application Insights query. Possible values include:
|
|
1337
|
-
* 'Enabled', 'Disabled'. Default value: 'Enabled'.
|
|
1338
|
-
*/
|
|
1329
|
+
/** The network access type for accessing Application Insights query. */
|
|
1339
1330
|
publicNetworkAccessForQuery?: PublicNetworkAccessType;
|
|
1340
|
-
/**
|
|
1341
|
-
* Indicates the flow of the ingestion. Possible values include: 'ApplicationInsights',
|
|
1342
|
-
* 'ApplicationInsightsWithDiagnosticSettings', 'LogAnalytics'. Default value:
|
|
1343
|
-
* 'ApplicationInsights'.
|
|
1344
|
-
*/
|
|
1331
|
+
/** Indicates the flow of the ingestion. */
|
|
1345
1332
|
ingestionMode?: IngestionMode;
|
|
1346
|
-
|
|
1333
|
+
/** Disable Non-AAD based Auth. */
|
|
1334
|
+
disableLocalAuth?: boolean;
|
|
1335
|
+
/** Force users to create their own storage account for profiler and debugger. */
|
|
1336
|
+
forceCustomerStorageForProfiler?: boolean;
|
|
1337
|
+
};
|
|
1347
1338
|
|
|
1348
|
-
/**
|
|
1349
|
-
|
|
1350
|
-
*/
|
|
1351
|
-
|
|
1339
|
+
/** An azure resource object */
|
|
1340
|
+
export type WorkbookResource = TrackedResource & {
|
|
1341
|
+
/** Identity used for BYOS */
|
|
1342
|
+
identity?: WorkbookResourceIdentity;
|
|
1343
|
+
/** The kind of workbook. Choices are user and shared. */
|
|
1344
|
+
kind?: Kind;
|
|
1345
|
+
/** Resource etag */
|
|
1346
|
+
etag?: string;
|
|
1347
|
+
};
|
|
1348
|
+
|
|
1349
|
+
/** An Application Insights component linked storage accounts */
|
|
1350
|
+
export type ComponentLinkedStorageAccounts = ProxyResource & {
|
|
1351
|
+
/** Linked storage account resource ID */
|
|
1352
|
+
linkedStorageAccount?: string;
|
|
1353
|
+
};
|
|
1354
|
+
|
|
1355
|
+
/** An Application Insights workbook definition. */
|
|
1356
|
+
export type Workbook = WorkbookResource & {
|
|
1352
1357
|
/**
|
|
1353
|
-
*
|
|
1358
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
1359
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1354
1360
|
*/
|
|
1355
|
-
|
|
1361
|
+
readonly systemData?: SystemData;
|
|
1362
|
+
/** The user-defined name (display name) of the workbook. */
|
|
1363
|
+
displayName?: string;
|
|
1364
|
+
/** Configuration of this particular workbook. Configuration data is a string containing valid JSON */
|
|
1365
|
+
serializedData?: string;
|
|
1366
|
+
/** Workbook schema version format, like 'Notebook/1.0', which should match the workbook in serializedData */
|
|
1367
|
+
version?: string;
|
|
1356
1368
|
/**
|
|
1357
|
-
*
|
|
1358
|
-
*
|
|
1359
|
-
* query.
|
|
1369
|
+
* Date and time in UTC of the last modification that was made to this workbook definition.
|
|
1370
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1360
1371
|
*/
|
|
1361
|
-
|
|
1372
|
+
readonly timeModified?: Date;
|
|
1373
|
+
/** Workbook category, as defined by the user at creation time. */
|
|
1374
|
+
category?: string;
|
|
1375
|
+
/** Being deprecated, please use the other tags field */
|
|
1376
|
+
tagsPropertiesTags?: string[];
|
|
1362
1377
|
/**
|
|
1363
|
-
*
|
|
1364
|
-
*
|
|
1378
|
+
* Unique user id of the specific user that owns this workbook.
|
|
1379
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1365
1380
|
*/
|
|
1366
|
-
|
|
1381
|
+
readonly userId?: string;
|
|
1382
|
+
/** ResourceId for a source resource. */
|
|
1383
|
+
sourceId?: string;
|
|
1384
|
+
/** The resourceId to the storage account when bring your own storage is used */
|
|
1385
|
+
storageUri?: string;
|
|
1386
|
+
/** The description of the workbook. */
|
|
1387
|
+
description?: string;
|
|
1367
1388
|
/**
|
|
1368
|
-
*
|
|
1369
|
-
*
|
|
1389
|
+
* The unique revision id for this workbook definition
|
|
1390
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1370
1391
|
*/
|
|
1371
|
-
|
|
1392
|
+
readonly revision?: string;
|
|
1393
|
+
};
|
|
1394
|
+
|
|
1395
|
+
/** Known values of {@link FavoriteSourceType} that the service accepts. */
|
|
1396
|
+
export enum KnownFavoriteSourceType {
|
|
1397
|
+
Retention = "retention",
|
|
1398
|
+
Notebook = "notebook",
|
|
1399
|
+
Sessions = "sessions",
|
|
1400
|
+
Events = "events",
|
|
1401
|
+
Userflows = "userflows",
|
|
1402
|
+
Funnel = "funnel",
|
|
1403
|
+
Impact = "impact",
|
|
1404
|
+
Segmentation = "segmentation"
|
|
1372
1405
|
}
|
|
1373
1406
|
|
|
1374
1407
|
/**
|
|
1375
|
-
*
|
|
1408
|
+
* Defines values for FavoriteSourceType. \
|
|
1409
|
+
* {@link KnownFavoriteSourceType} can be used interchangeably with FavoriteSourceType,
|
|
1410
|
+
* this enum contains the known values that the service supports.
|
|
1411
|
+
* ### Known values supported by the service
|
|
1412
|
+
* **retention** \
|
|
1413
|
+
* **notebook** \
|
|
1414
|
+
* **sessions** \
|
|
1415
|
+
* **events** \
|
|
1416
|
+
* **userflows** \
|
|
1417
|
+
* **funnel** \
|
|
1418
|
+
* **impact** \
|
|
1419
|
+
* **segmentation**
|
|
1376
1420
|
*/
|
|
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[];
|
|
1421
|
+
export type FavoriteSourceType = string;
|
|
1422
|
+
|
|
1423
|
+
/** Known values of {@link ItemScopePath} that the service accepts. */
|
|
1424
|
+
export enum KnownItemScopePath {
|
|
1425
|
+
AnalyticsItems = "analyticsItems",
|
|
1426
|
+
MyanalyticsItems = "myanalyticsItems"
|
|
1386
1427
|
}
|
|
1387
1428
|
|
|
1388
1429
|
/**
|
|
1389
|
-
*
|
|
1430
|
+
* Defines values for ItemScopePath. \
|
|
1431
|
+
* {@link KnownItemScopePath} can be used interchangeably with ItemScopePath,
|
|
1432
|
+
* this enum contains the known values that the service supports.
|
|
1433
|
+
* ### Known values supported by the service
|
|
1434
|
+
* **analyticsItems** \
|
|
1435
|
+
* **myanalyticsItems**
|
|
1390
1436
|
*/
|
|
1391
|
-
export
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1437
|
+
export type ItemScopePath = string;
|
|
1438
|
+
|
|
1439
|
+
/** Known values of {@link ItemScope} that the service accepts. */
|
|
1440
|
+
export enum KnownItemScope {
|
|
1441
|
+
Shared = "shared",
|
|
1442
|
+
User = "user"
|
|
1396
1443
|
}
|
|
1397
1444
|
|
|
1398
1445
|
/**
|
|
1399
|
-
*
|
|
1446
|
+
* Defines values for ItemScope. \
|
|
1447
|
+
* {@link KnownItemScope} can be used interchangeably with ItemScope,
|
|
1448
|
+
* this enum contains the known values that the service supports.
|
|
1449
|
+
* ### Known values supported by the service
|
|
1450
|
+
* **shared** \
|
|
1451
|
+
* **user**
|
|
1400
1452
|
*/
|
|
1401
|
-
export
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1453
|
+
export type ItemScope = string;
|
|
1454
|
+
|
|
1455
|
+
/** Known values of {@link ItemTypeParameter} that the service accepts. */
|
|
1456
|
+
export enum KnownItemTypeParameter {
|
|
1457
|
+
None = "none",
|
|
1458
|
+
Query = "query",
|
|
1459
|
+
Function = "function",
|
|
1460
|
+
Folder = "folder",
|
|
1461
|
+
Recent = "recent"
|
|
1407
1462
|
}
|
|
1408
1463
|
|
|
1409
1464
|
/**
|
|
1410
|
-
*
|
|
1465
|
+
* Defines values for ItemTypeParameter. \
|
|
1466
|
+
* {@link KnownItemTypeParameter} can be used interchangeably with ItemTypeParameter,
|
|
1467
|
+
* this enum contains the known values that the service supports.
|
|
1468
|
+
* ### Known values supported by the service
|
|
1469
|
+
* **none** \
|
|
1470
|
+
* **query** \
|
|
1471
|
+
* **function** \
|
|
1472
|
+
* **folder** \
|
|
1473
|
+
* **recent**
|
|
1411
1474
|
*/
|
|
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;
|
|
1475
|
+
export type ItemTypeParameter = string;
|
|
1476
|
+
|
|
1477
|
+
/** Known values of {@link ItemType} that the service accepts. */
|
|
1478
|
+
export enum KnownItemType {
|
|
1479
|
+
None = "none",
|
|
1480
|
+
Query = "query",
|
|
1481
|
+
Recent = "recent",
|
|
1482
|
+
Function = "function"
|
|
1430
1483
|
}
|
|
1431
1484
|
|
|
1432
1485
|
/**
|
|
1433
|
-
*
|
|
1434
|
-
*
|
|
1486
|
+
* Defines values for ItemType. \
|
|
1487
|
+
* {@link KnownItemType} can be used interchangeably with ItemType,
|
|
1488
|
+
* this enum contains the known values that the service supports.
|
|
1489
|
+
* ### Known values supported by the service
|
|
1490
|
+
* **none** \
|
|
1491
|
+
* **query** \
|
|
1492
|
+
* **recent** \
|
|
1493
|
+
* **function**
|
|
1435
1494
|
*/
|
|
1436
|
-
export
|
|
1495
|
+
export type ItemType = string;
|
|
1496
|
+
|
|
1497
|
+
/** Known values of {@link CategoryType} that the service accepts. */
|
|
1498
|
+
export enum KnownCategoryType {
|
|
1499
|
+
Workbook = "workbook",
|
|
1500
|
+
TSG = "TSG",
|
|
1501
|
+
Performance = "performance",
|
|
1502
|
+
Retention = "retention"
|
|
1437
1503
|
}
|
|
1438
1504
|
|
|
1439
1505
|
/**
|
|
1440
|
-
*
|
|
1506
|
+
* Defines values for CategoryType. \
|
|
1507
|
+
* {@link KnownCategoryType} can be used interchangeably with CategoryType,
|
|
1508
|
+
* this enum contains the known values that the service supports.
|
|
1509
|
+
* ### Known values supported by the service
|
|
1510
|
+
* **workbook** \
|
|
1511
|
+
* **TSG** \
|
|
1512
|
+
* **performance** \
|
|
1513
|
+
* **retention**
|
|
1441
1514
|
*/
|
|
1442
|
-
export
|
|
1443
|
-
/**
|
|
1444
|
-
* Linked storage account resource ID
|
|
1445
|
-
*/
|
|
1446
|
-
linkedStorageAccount?: string;
|
|
1447
|
-
}
|
|
1515
|
+
export type CategoryType = string;
|
|
1448
1516
|
|
|
1449
|
-
/**
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
/**
|
|
1454
|
-
* Linked storage account resource ID
|
|
1455
|
-
*/
|
|
1456
|
-
linkedStorageAccount?: string;
|
|
1517
|
+
/** Known values of {@link Kind} that the service accepts. */
|
|
1518
|
+
export enum KnownKind {
|
|
1519
|
+
User = "user",
|
|
1520
|
+
Shared = "shared"
|
|
1457
1521
|
}
|
|
1458
1522
|
|
|
1459
1523
|
/**
|
|
1460
|
-
*
|
|
1524
|
+
* Defines values for Kind. \
|
|
1525
|
+
* {@link KnownKind} can be used interchangeably with Kind,
|
|
1526
|
+
* this enum contains the known values that the service supports.
|
|
1527
|
+
* ### Known values supported by the service
|
|
1528
|
+
* **user** \
|
|
1529
|
+
* **shared**
|
|
1461
1530
|
*/
|
|
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
|
-
}
|
|
1531
|
+
export type Kind = string;
|
|
1472
1532
|
|
|
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;
|
|
1533
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
1534
|
+
export enum KnownCreatedByType {
|
|
1535
|
+
User = "User",
|
|
1536
|
+
Application = "Application",
|
|
1537
|
+
ManagedIdentity = "ManagedIdentity",
|
|
1538
|
+
Key = "Key"
|
|
1482
1539
|
}
|
|
1483
1540
|
|
|
1484
1541
|
/**
|
|
1485
|
-
*
|
|
1542
|
+
* Defines values for CreatedByType. \
|
|
1543
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
1544
|
+
* this enum contains the known values that the service supports.
|
|
1545
|
+
* ### Known values supported by the service
|
|
1546
|
+
* **User** \
|
|
1547
|
+
* **Application** \
|
|
1548
|
+
* **ManagedIdentity** \
|
|
1549
|
+
* **Key**
|
|
1486
1550
|
*/
|
|
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
|
-
}
|
|
1551
|
+
export type CreatedByType = string;
|
|
1494
1552
|
|
|
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;
|
|
1553
|
+
/** Known values of {@link MyWorkbookManagedIdentityType} that the service accepts. */
|
|
1554
|
+
export enum KnownMyWorkbookManagedIdentityType {
|
|
1555
|
+
UserAssigned = "UserAssigned",
|
|
1556
|
+
None = "None"
|
|
1515
1557
|
}
|
|
1516
1558
|
|
|
1517
1559
|
/**
|
|
1518
|
-
*
|
|
1560
|
+
* Defines values for MyWorkbookManagedIdentityType. \
|
|
1561
|
+
* {@link KnownMyWorkbookManagedIdentityType} can be used interchangeably with MyWorkbookManagedIdentityType,
|
|
1562
|
+
* this enum contains the known values that the service supports.
|
|
1563
|
+
* ### Known values supported by the service
|
|
1564
|
+
* **UserAssigned** \
|
|
1565
|
+
* **None**
|
|
1519
1566
|
*/
|
|
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
|
-
}
|
|
1567
|
+
export type MyWorkbookManagedIdentityType = string;
|
|
1538
1568
|
|
|
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[];
|
|
1569
|
+
/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
|
|
1570
|
+
export enum KnownManagedServiceIdentityType {
|
|
1571
|
+
None = "None",
|
|
1572
|
+
SystemAssigned = "SystemAssigned",
|
|
1573
|
+
UserAssigned = "UserAssigned",
|
|
1574
|
+
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
|
|
1563
1575
|
}
|
|
1564
1576
|
|
|
1565
1577
|
/**
|
|
1566
|
-
*
|
|
1578
|
+
* Defines values for ManagedServiceIdentityType. \
|
|
1579
|
+
* {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
|
|
1580
|
+
* this enum contains the known values that the service supports.
|
|
1581
|
+
* ### Known values supported by the service
|
|
1582
|
+
* **None** \
|
|
1583
|
+
* **SystemAssigned** \
|
|
1584
|
+
* **UserAssigned** \
|
|
1585
|
+
* **SystemAssigned,UserAssigned**
|
|
1567
1586
|
*/
|
|
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
|
-
}
|
|
1587
|
+
export type ManagedServiceIdentityType = string;
|
|
1586
1588
|
|
|
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;
|
|
1589
|
+
/** Known values of {@link SharedTypeKind} that the service accepts. */
|
|
1590
|
+
export enum KnownSharedTypeKind {
|
|
1591
|
+
User = "user",
|
|
1592
|
+
Shared = "shared"
|
|
1599
1593
|
}
|
|
1600
1594
|
|
|
1601
1595
|
/**
|
|
1602
|
-
*
|
|
1596
|
+
* Defines values for SharedTypeKind. \
|
|
1597
|
+
* {@link KnownSharedTypeKind} can be used interchangeably with SharedTypeKind,
|
|
1598
|
+
* this enum contains the known values that the service supports.
|
|
1599
|
+
* ### Known values supported by the service
|
|
1600
|
+
* **user** \
|
|
1601
|
+
* **shared**
|
|
1603
1602
|
*/
|
|
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
|
-
}
|
|
1603
|
+
export type SharedTypeKind = string;
|
|
1611
1604
|
|
|
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;
|
|
1605
|
+
/** Known values of {@link ApplicationType} that the service accepts. */
|
|
1606
|
+
export enum KnownApplicationType {
|
|
1607
|
+
Web = "web",
|
|
1608
|
+
Other = "other"
|
|
1624
1609
|
}
|
|
1625
1610
|
|
|
1626
1611
|
/**
|
|
1627
|
-
*
|
|
1612
|
+
* Defines values for ApplicationType. \
|
|
1613
|
+
* {@link KnownApplicationType} can be used interchangeably with ApplicationType,
|
|
1614
|
+
* this enum contains the known values that the service supports.
|
|
1615
|
+
* ### Known values supported by the service
|
|
1616
|
+
* **web** \
|
|
1617
|
+
* **other**
|
|
1628
1618
|
*/
|
|
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
|
-
}
|
|
1619
|
+
export type ApplicationType = string;
|
|
1640
1620
|
|
|
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;
|
|
1621
|
+
/** Known values of {@link FlowType} that the service accepts. */
|
|
1622
|
+
export enum KnownFlowType {
|
|
1623
|
+
Bluefield = "Bluefield"
|
|
1654
1624
|
}
|
|
1655
1625
|
|
|
1656
1626
|
/**
|
|
1657
|
-
*
|
|
1627
|
+
* Defines values for FlowType. \
|
|
1628
|
+
* {@link KnownFlowType} can be used interchangeably with FlowType,
|
|
1629
|
+
* this enum contains the known values that the service supports.
|
|
1630
|
+
* ### Known values supported by the service
|
|
1631
|
+
* **Bluefield**
|
|
1658
1632
|
*/
|
|
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
|
-
}
|
|
1633
|
+
export type FlowType = string;
|
|
1670
1634
|
|
|
1671
|
-
/**
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
export interface ApplicationInsightsManagementClientOptions extends AzureServiceClientOptions {
|
|
1675
|
-
baseUri?: string;
|
|
1635
|
+
/** Known values of {@link RequestSource} that the service accepts. */
|
|
1636
|
+
export enum KnownRequestSource {
|
|
1637
|
+
Rest = "rest"
|
|
1676
1638
|
}
|
|
1677
1639
|
|
|
1678
1640
|
/**
|
|
1679
|
-
*
|
|
1680
|
-
*
|
|
1681
|
-
*
|
|
1682
|
-
*
|
|
1641
|
+
* Defines values for RequestSource. \
|
|
1642
|
+
* {@link KnownRequestSource} can be used interchangeably with RequestSource,
|
|
1643
|
+
* this enum contains the known values that the service supports.
|
|
1644
|
+
* ### Known values supported by the service
|
|
1645
|
+
* **rest**
|
|
1683
1646
|
*/
|
|
1684
|
-
export
|
|
1685
|
-
/**
|
|
1686
|
-
* URL to get the next set of operation list results if there are any.
|
|
1687
|
-
*/
|
|
1688
|
-
nextLink?: string;
|
|
1689
|
-
}
|
|
1647
|
+
export type RequestSource = string;
|
|
1690
1648
|
|
|
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;
|
|
1649
|
+
/** Known values of {@link PublicNetworkAccessType} that the service accepts. */
|
|
1650
|
+
export enum KnownPublicNetworkAccessType {
|
|
1651
|
+
/** Enables connectivity to Application Insights through public DNS. */
|
|
1652
|
+
Enabled = "Enabled",
|
|
1653
|
+
/** Disables public connectivity to Application Insights through public DNS. */
|
|
1654
|
+
Disabled = "Disabled"
|
|
1701
1655
|
}
|
|
1702
1656
|
|
|
1703
1657
|
/**
|
|
1704
|
-
*
|
|
1705
|
-
*
|
|
1706
|
-
*
|
|
1658
|
+
* Defines values for PublicNetworkAccessType. \
|
|
1659
|
+
* {@link KnownPublicNetworkAccessType} can be used interchangeably with PublicNetworkAccessType,
|
|
1660
|
+
* this enum contains the known values that the service supports.
|
|
1661
|
+
* ### Known values supported by the service
|
|
1662
|
+
* **Enabled**: Enables connectivity to Application Insights through public DNS. \
|
|
1663
|
+
* **Disabled**: Disables public connectivity to Application Insights through public DNS.
|
|
1707
1664
|
*/
|
|
1708
|
-
export
|
|
1709
|
-
}
|
|
1665
|
+
export type PublicNetworkAccessType = string;
|
|
1710
1666
|
|
|
1711
|
-
/**
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
export interface ApplicationInsightsComponentAPIKeyListResult extends Array<ApplicationInsightsComponentAPIKey> {
|
|
1667
|
+
/** Known values of {@link IngestionMode} that the service accepts. */
|
|
1668
|
+
export enum KnownIngestionMode {
|
|
1669
|
+
ApplicationInsights = "ApplicationInsights",
|
|
1670
|
+
ApplicationInsightsWithDiagnosticSettings = "ApplicationInsightsWithDiagnosticSettings",
|
|
1671
|
+
LogAnalytics = "LogAnalytics"
|
|
1717
1672
|
}
|
|
1718
1673
|
|
|
1719
1674
|
/**
|
|
1720
|
-
*
|
|
1721
|
-
*
|
|
1722
|
-
*
|
|
1675
|
+
* Defines values for IngestionMode. \
|
|
1676
|
+
* {@link KnownIngestionMode} can be used interchangeably with IngestionMode,
|
|
1677
|
+
* this enum contains the known values that the service supports.
|
|
1678
|
+
* ### Known values supported by the service
|
|
1679
|
+
* **ApplicationInsights** \
|
|
1680
|
+
* **ApplicationInsightsWithDiagnosticSettings** \
|
|
1681
|
+
* **LogAnalytics**
|
|
1723
1682
|
*/
|
|
1724
|
-
export
|
|
1725
|
-
}
|
|
1683
|
+
export type IngestionMode = string;
|
|
1726
1684
|
|
|
1727
|
-
/**
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
*/
|
|
1732
|
-
export interface ApplicationInsightsWebTestLocationsListResult extends Array<ApplicationInsightsComponentWebTestLocation> {
|
|
1685
|
+
/** Known values of {@link PurgeState} that the service accepts. */
|
|
1686
|
+
export enum KnownPurgeState {
|
|
1687
|
+
Pending = "pending",
|
|
1688
|
+
Completed = "completed"
|
|
1733
1689
|
}
|
|
1734
1690
|
|
|
1735
1691
|
/**
|
|
1736
|
-
*
|
|
1737
|
-
*
|
|
1738
|
-
*
|
|
1692
|
+
* Defines values for PurgeState. \
|
|
1693
|
+
* {@link KnownPurgeState} can be used interchangeably with PurgeState,
|
|
1694
|
+
* this enum contains the known values that the service supports.
|
|
1695
|
+
* ### Known values supported by the service
|
|
1696
|
+
* **pending** \
|
|
1697
|
+
* **completed**
|
|
1739
1698
|
*/
|
|
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
|
-
}
|
|
1699
|
+
export type PurgeState = string;
|
|
1747
1700
|
|
|
1748
|
-
/**
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
* @extends Array<Workbook>
|
|
1752
|
-
*/
|
|
1753
|
-
export interface WorkbooksListResult extends Array<Workbook> {
|
|
1701
|
+
/** Known values of {@link StorageType} that the service accepts. */
|
|
1702
|
+
export enum KnownStorageType {
|
|
1703
|
+
ServiceProfiler = "ServiceProfiler"
|
|
1754
1704
|
}
|
|
1755
1705
|
|
|
1756
1706
|
/**
|
|
1757
|
-
*
|
|
1758
|
-
*
|
|
1759
|
-
*
|
|
1707
|
+
* Defines values for StorageType. \
|
|
1708
|
+
* {@link KnownStorageType} can be used interchangeably with StorageType,
|
|
1709
|
+
* this enum contains the known values that the service supports.
|
|
1710
|
+
* ### Known values supported by the service
|
|
1711
|
+
* **ServiceProfiler**
|
|
1760
1712
|
*/
|
|
1761
|
-
export
|
|
1762
|
-
|
|
1713
|
+
export type StorageType = string;
|
|
1714
|
+
/** Defines values for FavoriteType. */
|
|
1715
|
+
export type FavoriteType = "shared" | "user";
|
|
1716
|
+
/** Defines values for WebTestKind. */
|
|
1717
|
+
export type WebTestKind = "ping" | "multistep";
|
|
1763
1718
|
|
|
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
|
-
}
|
|
1719
|
+
/** Optional parameters. */
|
|
1720
|
+
export interface AnnotationsListOptionalParams
|
|
1721
|
+
extends coreClient.OperationOptions {}
|
|
1776
1722
|
|
|
1777
|
-
/**
|
|
1778
|
-
|
|
1779
|
-
* Possible values include: 'shared', 'user'
|
|
1780
|
-
* @readonly
|
|
1781
|
-
* @enum {string}
|
|
1782
|
-
*/
|
|
1783
|
-
export type FavoriteType = 'shared' | 'user';
|
|
1723
|
+
/** Contains response data for the list operation. */
|
|
1724
|
+
export type AnnotationsListResponse = AnnotationsListResult;
|
|
1784
1725
|
|
|
1785
|
-
/**
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
* @readonly
|
|
1789
|
-
* @enum {string}
|
|
1790
|
-
*/
|
|
1791
|
-
export type WebTestKind = 'ping' | 'multistep';
|
|
1726
|
+
/** Optional parameters. */
|
|
1727
|
+
export interface AnnotationsCreateOptionalParams
|
|
1728
|
+
extends coreClient.OperationOptions {}
|
|
1792
1729
|
|
|
1793
|
-
/**
|
|
1794
|
-
|
|
1795
|
-
* Possible values include: 'shared', 'user'
|
|
1796
|
-
* @readonly
|
|
1797
|
-
* @enum {string}
|
|
1798
|
-
*/
|
|
1799
|
-
export type ItemScope = 'shared' | 'user';
|
|
1730
|
+
/** Contains response data for the create operation. */
|
|
1731
|
+
export type AnnotationsCreateResponse = Annotation[];
|
|
1800
1732
|
|
|
1801
|
-
/**
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
* @readonly
|
|
1805
|
-
* @enum {string}
|
|
1806
|
-
*/
|
|
1807
|
-
export type ItemType = 'query' | 'function' | 'folder' | 'recent';
|
|
1733
|
+
/** Optional parameters. */
|
|
1734
|
+
export interface AnnotationsDeleteOptionalParams
|
|
1735
|
+
extends coreClient.OperationOptions {}
|
|
1808
1736
|
|
|
1809
|
-
/**
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
* @readonly
|
|
1813
|
-
* @enum {string}
|
|
1814
|
-
*/
|
|
1815
|
-
export type SharedTypeKind = 'user' | 'shared';
|
|
1737
|
+
/** Optional parameters. */
|
|
1738
|
+
export interface AnnotationsGetOptionalParams
|
|
1739
|
+
extends coreClient.OperationOptions {}
|
|
1816
1740
|
|
|
1817
|
-
/**
|
|
1818
|
-
|
|
1819
|
-
* Possible values include: 'web', 'other'
|
|
1820
|
-
* @readonly
|
|
1821
|
-
* @enum {string}
|
|
1822
|
-
*/
|
|
1823
|
-
export type ApplicationType = 'web' | 'other';
|
|
1741
|
+
/** Contains response data for the get operation. */
|
|
1742
|
+
export type AnnotationsGetResponse = Annotation[];
|
|
1824
1743
|
|
|
1825
|
-
/**
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
* @readonly
|
|
1829
|
-
* @enum {string}
|
|
1830
|
-
*/
|
|
1831
|
-
export type FlowType = 'Bluefield';
|
|
1744
|
+
/** Optional parameters. */
|
|
1745
|
+
export interface APIKeysListOptionalParams
|
|
1746
|
+
extends coreClient.OperationOptions {}
|
|
1832
1747
|
|
|
1833
|
-
/**
|
|
1834
|
-
|
|
1835
|
-
* Possible values include: 'rest'
|
|
1836
|
-
* @readonly
|
|
1837
|
-
* @enum {string}
|
|
1838
|
-
*/
|
|
1839
|
-
export type RequestSource = 'rest';
|
|
1748
|
+
/** Contains response data for the list operation. */
|
|
1749
|
+
export type APIKeysListResponse = ApplicationInsightsComponentAPIKeyListResult;
|
|
1840
1750
|
|
|
1841
|
-
/**
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
* @readonly
|
|
1845
|
-
* @enum {string}
|
|
1846
|
-
*/
|
|
1847
|
-
export type PublicNetworkAccessType = 'Enabled' | 'Disabled';
|
|
1751
|
+
/** Optional parameters. */
|
|
1752
|
+
export interface APIKeysCreateOptionalParams
|
|
1753
|
+
extends coreClient.OperationOptions {}
|
|
1848
1754
|
|
|
1849
|
-
/**
|
|
1850
|
-
|
|
1851
|
-
* Possible values include: 'ApplicationInsights', 'ApplicationInsightsWithDiagnosticSettings',
|
|
1852
|
-
* 'LogAnalytics'
|
|
1853
|
-
* @readonly
|
|
1854
|
-
* @enum {string}
|
|
1855
|
-
*/
|
|
1856
|
-
export type IngestionMode = 'ApplicationInsights' | 'ApplicationInsightsWithDiagnosticSettings' | 'LogAnalytics';
|
|
1755
|
+
/** Contains response data for the create operation. */
|
|
1756
|
+
export type APIKeysCreateResponse = ApplicationInsightsComponentAPIKey;
|
|
1857
1757
|
|
|
1858
|
-
/**
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
* @readonly
|
|
1862
|
-
* @enum {string}
|
|
1863
|
-
*/
|
|
1864
|
-
export type PurgeState = 'pending' | 'completed';
|
|
1758
|
+
/** Optional parameters. */
|
|
1759
|
+
export interface APIKeysDeleteOptionalParams
|
|
1760
|
+
extends coreClient.OperationOptions {}
|
|
1865
1761
|
|
|
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';
|
|
1762
|
+
/** Contains response data for the delete operation. */
|
|
1763
|
+
export type APIKeysDeleteResponse = ApplicationInsightsComponentAPIKey;
|
|
1874
1764
|
|
|
1875
|
-
/**
|
|
1876
|
-
|
|
1877
|
-
* Possible values include: 'analyticsItems', 'myanalyticsItems'
|
|
1878
|
-
* @readonly
|
|
1879
|
-
* @enum {string}
|
|
1880
|
-
*/
|
|
1881
|
-
export type ItemScopePath = 'analyticsItems' | 'myanalyticsItems';
|
|
1765
|
+
/** Optional parameters. */
|
|
1766
|
+
export interface APIKeysGetOptionalParams extends coreClient.OperationOptions {}
|
|
1882
1767
|
|
|
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';
|
|
1768
|
+
/** Contains response data for the get operation. */
|
|
1769
|
+
export type APIKeysGetResponse = ApplicationInsightsComponentAPIKey;
|
|
1890
1770
|
|
|
1891
|
-
/**
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
* @readonly
|
|
1895
|
-
* @enum {string}
|
|
1896
|
-
*/
|
|
1897
|
-
export type CategoryType = 'workbook' | 'TSG' | 'performance' | 'retention';
|
|
1771
|
+
/** Optional parameters. */
|
|
1772
|
+
export interface ExportConfigurationsListOptionalParams
|
|
1773
|
+
extends coreClient.OperationOptions {}
|
|
1898
1774
|
|
|
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;
|
|
1775
|
+
/** Contains response data for the list operation. */
|
|
1776
|
+
export type ExportConfigurationsListResponse = ApplicationInsightsComponentExportConfiguration[];
|
|
1911
1777
|
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
parsedBody: OperationListResult;
|
|
1916
|
-
};
|
|
1917
|
-
};
|
|
1778
|
+
/** Optional parameters. */
|
|
1779
|
+
export interface ExportConfigurationsCreateOptionalParams
|
|
1780
|
+
extends coreClient.OperationOptions {}
|
|
1918
1781
|
|
|
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;
|
|
1782
|
+
/** Contains response data for the create operation. */
|
|
1783
|
+
export type ExportConfigurationsCreateResponse = ApplicationInsightsComponentExportConfiguration[];
|
|
1931
1784
|
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
parsedBody: OperationsListResult;
|
|
1936
|
-
};
|
|
1937
|
-
};
|
|
1785
|
+
/** Optional parameters. */
|
|
1786
|
+
export interface ExportConfigurationsDeleteOptionalParams
|
|
1787
|
+
extends coreClient.OperationOptions {}
|
|
1938
1788
|
|
|
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;
|
|
1789
|
+
/** Contains response data for the delete operation. */
|
|
1790
|
+
export type ExportConfigurationsDeleteResponse = ApplicationInsightsComponentExportConfiguration;
|
|
1951
1791
|
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
parsedBody: OperationListResult;
|
|
1956
|
-
};
|
|
1957
|
-
};
|
|
1792
|
+
/** Optional parameters. */
|
|
1793
|
+
export interface ExportConfigurationsGetOptionalParams
|
|
1794
|
+
extends coreClient.OperationOptions {}
|
|
1958
1795
|
|
|
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;
|
|
1796
|
+
/** Contains response data for the get operation. */
|
|
1797
|
+
export type ExportConfigurationsGetResponse = ApplicationInsightsComponentExportConfiguration;
|
|
1971
1798
|
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
parsedBody: OperationsListResult;
|
|
1976
|
-
};
|
|
1977
|
-
};
|
|
1799
|
+
/** Optional parameters. */
|
|
1800
|
+
export interface ExportConfigurationsUpdateOptionalParams
|
|
1801
|
+
extends coreClient.OperationOptions {}
|
|
1978
1802
|
|
|
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;
|
|
1803
|
+
/** Contains response data for the update operation. */
|
|
1804
|
+
export type ExportConfigurationsUpdateResponse = ApplicationInsightsComponentExportConfiguration;
|
|
1991
1805
|
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
parsedBody: AnnotationsListResult;
|
|
1996
|
-
};
|
|
1997
|
-
};
|
|
1806
|
+
/** Optional parameters. */
|
|
1807
|
+
export interface ComponentCurrentBillingFeaturesGetOptionalParams
|
|
1808
|
+
extends coreClient.OperationOptions {}
|
|
1998
1809
|
|
|
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;
|
|
1810
|
+
/** Contains response data for the get operation. */
|
|
1811
|
+
export type ComponentCurrentBillingFeaturesGetResponse = ApplicationInsightsComponentBillingFeatures;
|
|
2011
1812
|
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
parsedBody: Annotation[];
|
|
2016
|
-
};
|
|
2017
|
-
};
|
|
1813
|
+
/** Optional parameters. */
|
|
1814
|
+
export interface ComponentCurrentBillingFeaturesUpdateOptionalParams
|
|
1815
|
+
extends coreClient.OperationOptions {}
|
|
2018
1816
|
|
|
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;
|
|
1817
|
+
/** Contains response data for the update operation. */
|
|
1818
|
+
export type ComponentCurrentBillingFeaturesUpdateResponse = ApplicationInsightsComponentBillingFeatures;
|
|
2031
1819
|
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
parsedBody: Annotation[];
|
|
2036
|
-
};
|
|
2037
|
-
};
|
|
1820
|
+
/** Optional parameters. */
|
|
1821
|
+
export interface ComponentQuotaStatusGetOptionalParams
|
|
1822
|
+
extends coreClient.OperationOptions {}
|
|
2038
1823
|
|
|
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;
|
|
1824
|
+
/** Contains response data for the get operation. */
|
|
1825
|
+
export type ComponentQuotaStatusGetResponse = ApplicationInsightsComponentQuotaStatus;
|
|
2051
1826
|
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
parsedBody: ApplicationInsightsComponentAPIKeyListResult;
|
|
2056
|
-
};
|
|
2057
|
-
};
|
|
1827
|
+
/** Optional parameters. */
|
|
1828
|
+
export interface ComponentFeatureCapabilitiesGetOptionalParams
|
|
1829
|
+
extends coreClient.OperationOptions {}
|
|
2058
1830
|
|
|
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;
|
|
1831
|
+
/** Contains response data for the get operation. */
|
|
1832
|
+
export type ComponentFeatureCapabilitiesGetResponse = ApplicationInsightsComponentFeatureCapabilities;
|
|
2071
1833
|
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
parsedBody: ApplicationInsightsComponentAPIKey;
|
|
2076
|
-
};
|
|
2077
|
-
};
|
|
1834
|
+
/** Optional parameters. */
|
|
1835
|
+
export interface ComponentAvailableFeaturesGetOptionalParams
|
|
1836
|
+
extends coreClient.OperationOptions {}
|
|
2078
1837
|
|
|
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;
|
|
1838
|
+
/** Contains response data for the get operation. */
|
|
1839
|
+
export type ComponentAvailableFeaturesGetResponse = ApplicationInsightsComponentAvailableFeatures;
|
|
2091
1840
|
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
parsedBody: ApplicationInsightsComponentAPIKey;
|
|
2096
|
-
};
|
|
2097
|
-
};
|
|
1841
|
+
/** Optional parameters. */
|
|
1842
|
+
export interface ProactiveDetectionConfigurationsListOptionalParams
|
|
1843
|
+
extends coreClient.OperationOptions {}
|
|
2098
1844
|
|
|
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;
|
|
1845
|
+
/** Contains response data for the list operation. */
|
|
1846
|
+
export type ProactiveDetectionConfigurationsListResponse = ApplicationInsightsComponentProactiveDetectionConfiguration[];
|
|
2111
1847
|
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
parsedBody: ApplicationInsightsComponentAPIKey;
|
|
2116
|
-
};
|
|
2117
|
-
};
|
|
1848
|
+
/** Optional parameters. */
|
|
1849
|
+
export interface ProactiveDetectionConfigurationsGetOptionalParams
|
|
1850
|
+
extends coreClient.OperationOptions {}
|
|
2118
1851
|
|
|
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;
|
|
1852
|
+
/** Contains response data for the get operation. */
|
|
1853
|
+
export type ProactiveDetectionConfigurationsGetResponse = ApplicationInsightsComponentProactiveDetectionConfiguration;
|
|
2131
1854
|
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
parsedBody: ApplicationInsightsComponentExportConfiguration[];
|
|
2136
|
-
};
|
|
2137
|
-
};
|
|
1855
|
+
/** Optional parameters. */
|
|
1856
|
+
export interface ProactiveDetectionConfigurationsUpdateOptionalParams
|
|
1857
|
+
extends coreClient.OperationOptions {}
|
|
2138
1858
|
|
|
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;
|
|
1859
|
+
/** Contains response data for the update operation. */
|
|
1860
|
+
export type ProactiveDetectionConfigurationsUpdateResponse = ApplicationInsightsComponentProactiveDetectionConfiguration;
|
|
2151
1861
|
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
parsedBody: ApplicationInsightsComponentExportConfiguration[];
|
|
2156
|
-
};
|
|
2157
|
-
};
|
|
1862
|
+
/** Optional parameters. */
|
|
1863
|
+
export interface WorkItemConfigurationsListOptionalParams
|
|
1864
|
+
extends coreClient.OperationOptions {}
|
|
2158
1865
|
|
|
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;
|
|
1866
|
+
/** Contains response data for the list operation. */
|
|
1867
|
+
export type WorkItemConfigurationsListResponse = WorkItemConfigurationsListResult;
|
|
2171
1868
|
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
parsedBody: ApplicationInsightsComponentExportConfiguration;
|
|
2176
|
-
};
|
|
2177
|
-
};
|
|
1869
|
+
/** Optional parameters. */
|
|
1870
|
+
export interface WorkItemConfigurationsCreateOptionalParams
|
|
1871
|
+
extends coreClient.OperationOptions {}
|
|
2178
1872
|
|
|
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;
|
|
1873
|
+
/** Contains response data for the create operation. */
|
|
1874
|
+
export type WorkItemConfigurationsCreateResponse = WorkItemConfiguration;
|
|
2191
1875
|
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
parsedBody: ApplicationInsightsComponentExportConfiguration;
|
|
2196
|
-
};
|
|
2197
|
-
};
|
|
1876
|
+
/** Optional parameters. */
|
|
1877
|
+
export interface WorkItemConfigurationsGetDefaultOptionalParams
|
|
1878
|
+
extends coreClient.OperationOptions {}
|
|
2198
1879
|
|
|
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;
|
|
1880
|
+
/** Contains response data for the getDefault operation. */
|
|
1881
|
+
export type WorkItemConfigurationsGetDefaultResponse = WorkItemConfiguration;
|
|
2211
1882
|
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
parsedBody: ApplicationInsightsComponentExportConfiguration;
|
|
2216
|
-
};
|
|
2217
|
-
};
|
|
1883
|
+
/** Optional parameters. */
|
|
1884
|
+
export interface WorkItemConfigurationsDeleteOptionalParams
|
|
1885
|
+
extends coreClient.OperationOptions {}
|
|
2218
1886
|
|
|
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;
|
|
1887
|
+
/** Optional parameters. */
|
|
1888
|
+
export interface WorkItemConfigurationsGetItemOptionalParams
|
|
1889
|
+
extends coreClient.OperationOptions {}
|
|
2231
1890
|
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
*/
|
|
2235
|
-
parsedBody: ApplicationInsightsComponentBillingFeatures;
|
|
2236
|
-
};
|
|
2237
|
-
};
|
|
1891
|
+
/** Contains response data for the getItem operation. */
|
|
1892
|
+
export type WorkItemConfigurationsGetItemResponse = WorkItemConfiguration;
|
|
2238
1893
|
|
|
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;
|
|
1894
|
+
/** Optional parameters. */
|
|
1895
|
+
export interface WorkItemConfigurationsUpdateItemOptionalParams
|
|
1896
|
+
extends coreClient.OperationOptions {}
|
|
2251
1897
|
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
*/
|
|
2255
|
-
parsedBody: ApplicationInsightsComponentBillingFeatures;
|
|
2256
|
-
};
|
|
2257
|
-
};
|
|
1898
|
+
/** Contains response data for the updateItem operation. */
|
|
1899
|
+
export type WorkItemConfigurationsUpdateItemResponse = WorkItemConfiguration;
|
|
2258
1900
|
|
|
2259
|
-
/**
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
1901
|
+
/** Optional parameters. */
|
|
1902
|
+
export interface FavoritesListOptionalParams
|
|
1903
|
+
extends coreClient.OperationOptions {
|
|
1904
|
+
/** The type of favorite. Value can be either shared or user. */
|
|
1905
|
+
favoriteType?: FavoriteType;
|
|
1906
|
+
/** Source type of favorite to return. When left out, the source type defaults to 'other' (not present in this enum). */
|
|
1907
|
+
sourceType?: FavoriteSourceType;
|
|
1908
|
+
/** Flag indicating whether or not to return the full content for each applicable favorite. If false, only return summary content for favorites. */
|
|
1909
|
+
canFetchContent?: boolean;
|
|
1910
|
+
/** Tags that must be present on each favorite returned. */
|
|
1911
|
+
tags?: string[];
|
|
1912
|
+
}
|
|
2271
1913
|
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
*/
|
|
2275
|
-
parsedBody: ApplicationInsightsComponentQuotaStatus;
|
|
2276
|
-
};
|
|
2277
|
-
};
|
|
1914
|
+
/** Contains response data for the list operation. */
|
|
1915
|
+
export type FavoritesListResponse = ApplicationInsightsComponentFavorite[];
|
|
2278
1916
|
|
|
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;
|
|
1917
|
+
/** Optional parameters. */
|
|
1918
|
+
export interface FavoritesGetOptionalParams
|
|
1919
|
+
extends coreClient.OperationOptions {}
|
|
2291
1920
|
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
*/
|
|
2295
|
-
parsedBody: ApplicationInsightsComponentFeatureCapabilities;
|
|
2296
|
-
};
|
|
2297
|
-
};
|
|
1921
|
+
/** Contains response data for the get operation. */
|
|
1922
|
+
export type FavoritesGetResponse = ApplicationInsightsComponentFavorite;
|
|
2298
1923
|
|
|
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;
|
|
1924
|
+
/** Optional parameters. */
|
|
1925
|
+
export interface FavoritesAddOptionalParams
|
|
1926
|
+
extends coreClient.OperationOptions {}
|
|
2311
1927
|
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
*/
|
|
2315
|
-
parsedBody: ApplicationInsightsComponentAvailableFeatures;
|
|
2316
|
-
};
|
|
2317
|
-
};
|
|
1928
|
+
/** Contains response data for the add operation. */
|
|
1929
|
+
export type FavoritesAddResponse = ApplicationInsightsComponentFavorite;
|
|
2318
1930
|
|
|
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;
|
|
1931
|
+
/** Optional parameters. */
|
|
1932
|
+
export interface FavoritesUpdateOptionalParams
|
|
1933
|
+
extends coreClient.OperationOptions {}
|
|
2331
1934
|
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
*/
|
|
2335
|
-
parsedBody: ApplicationInsightsComponentProactiveDetectionConfiguration[];
|
|
2336
|
-
};
|
|
2337
|
-
};
|
|
1935
|
+
/** Contains response data for the update operation. */
|
|
1936
|
+
export type FavoritesUpdateResponse = ApplicationInsightsComponentFavorite;
|
|
2338
1937
|
|
|
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;
|
|
1938
|
+
/** Optional parameters. */
|
|
1939
|
+
export interface FavoritesDeleteOptionalParams
|
|
1940
|
+
extends coreClient.OperationOptions {}
|
|
2351
1941
|
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
parsedBody: ApplicationInsightsComponentProactiveDetectionConfiguration;
|
|
2356
|
-
};
|
|
2357
|
-
};
|
|
1942
|
+
/** Optional parameters. */
|
|
1943
|
+
export interface WebTestLocationsListOptionalParams
|
|
1944
|
+
extends coreClient.OperationOptions {}
|
|
2358
1945
|
|
|
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;
|
|
1946
|
+
/** Contains response data for the list operation. */
|
|
1947
|
+
export type WebTestLocationsListResponse = ApplicationInsightsWebTestLocationsListResult;
|
|
2371
1948
|
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
parsedBody: ApplicationInsightsComponentProactiveDetectionConfiguration;
|
|
2376
|
-
};
|
|
2377
|
-
};
|
|
1949
|
+
/** Optional parameters. */
|
|
1950
|
+
export interface WebTestsListByResourceGroupOptionalParams
|
|
1951
|
+
extends coreClient.OperationOptions {}
|
|
2378
1952
|
|
|
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;
|
|
1953
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
1954
|
+
export type WebTestsListByResourceGroupResponse = WebTestListResult;
|
|
2391
1955
|
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
parsedBody: WorkItemConfigurationsListResult;
|
|
2396
|
-
};
|
|
2397
|
-
};
|
|
1956
|
+
/** Optional parameters. */
|
|
1957
|
+
export interface WebTestsGetOptionalParams
|
|
1958
|
+
extends coreClient.OperationOptions {}
|
|
2398
1959
|
|
|
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;
|
|
1960
|
+
/** Contains response data for the get operation. */
|
|
1961
|
+
export type WebTestsGetResponse = WebTest;
|
|
2411
1962
|
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
parsedBody: WorkItemConfiguration;
|
|
2416
|
-
};
|
|
2417
|
-
};
|
|
1963
|
+
/** Optional parameters. */
|
|
1964
|
+
export interface WebTestsCreateOrUpdateOptionalParams
|
|
1965
|
+
extends coreClient.OperationOptions {}
|
|
2418
1966
|
|
|
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;
|
|
1967
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1968
|
+
export type WebTestsCreateOrUpdateResponse = WebTest;
|
|
2431
1969
|
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
parsedBody: WorkItemConfiguration;
|
|
2436
|
-
};
|
|
2437
|
-
};
|
|
1970
|
+
/** Optional parameters. */
|
|
1971
|
+
export interface WebTestsUpdateTagsOptionalParams
|
|
1972
|
+
extends coreClient.OperationOptions {}
|
|
2438
1973
|
|
|
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;
|
|
1974
|
+
/** Contains response data for the updateTags operation. */
|
|
1975
|
+
export type WebTestsUpdateTagsResponse = WebTest;
|
|
2451
1976
|
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
parsedBody: WorkItemConfiguration;
|
|
2456
|
-
};
|
|
2457
|
-
};
|
|
1977
|
+
/** Optional parameters. */
|
|
1978
|
+
export interface WebTestsDeleteOptionalParams
|
|
1979
|
+
extends coreClient.OperationOptions {}
|
|
2458
1980
|
|
|
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;
|
|
1981
|
+
/** Optional parameters. */
|
|
1982
|
+
export interface WebTestsListOptionalParams
|
|
1983
|
+
extends coreClient.OperationOptions {}
|
|
2471
1984
|
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
*/
|
|
2475
|
-
parsedBody: WorkItemConfiguration;
|
|
2476
|
-
};
|
|
2477
|
-
};
|
|
1985
|
+
/** Contains response data for the list operation. */
|
|
1986
|
+
export type WebTestsListResponse = WebTestListResult;
|
|
2478
1987
|
|
|
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;
|
|
1988
|
+
/** Optional parameters. */
|
|
1989
|
+
export interface WebTestsListByComponentOptionalParams
|
|
1990
|
+
extends coreClient.OperationOptions {}
|
|
2491
1991
|
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
*/
|
|
2495
|
-
parsedBody: ApplicationInsightsComponentFavorite[];
|
|
2496
|
-
};
|
|
2497
|
-
};
|
|
1992
|
+
/** Contains response data for the listByComponent operation. */
|
|
1993
|
+
export type WebTestsListByComponentResponse = WebTestListResult;
|
|
2498
1994
|
|
|
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;
|
|
1995
|
+
/** Optional parameters. */
|
|
1996
|
+
export interface WebTestsListByResourceGroupNextOptionalParams
|
|
1997
|
+
extends coreClient.OperationOptions {}
|
|
2511
1998
|
|
|
2512
|
-
|
|
2513
|
-
|
|
2514
|
-
*/
|
|
2515
|
-
parsedBody: ApplicationInsightsComponentFavorite;
|
|
2516
|
-
};
|
|
2517
|
-
};
|
|
1999
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2000
|
+
export type WebTestsListByResourceGroupNextResponse = WebTestListResult;
|
|
2518
2001
|
|
|
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;
|
|
2002
|
+
/** Optional parameters. */
|
|
2003
|
+
export interface WebTestsListNextOptionalParams
|
|
2004
|
+
extends coreClient.OperationOptions {}
|
|
2531
2005
|
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
*/
|
|
2535
|
-
parsedBody: ApplicationInsightsComponentFavorite;
|
|
2536
|
-
};
|
|
2537
|
-
};
|
|
2006
|
+
/** Contains response data for the listNext operation. */
|
|
2007
|
+
export type WebTestsListNextResponse = WebTestListResult;
|
|
2538
2008
|
|
|
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;
|
|
2009
|
+
/** Optional parameters. */
|
|
2010
|
+
export interface WebTestsListByComponentNextOptionalParams
|
|
2011
|
+
extends coreClient.OperationOptions {}
|
|
2551
2012
|
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
*/
|
|
2555
|
-
parsedBody: ApplicationInsightsComponentFavorite;
|
|
2556
|
-
};
|
|
2557
|
-
};
|
|
2013
|
+
/** Contains response data for the listByComponentNext operation. */
|
|
2014
|
+
export type WebTestsListByComponentNextResponse = WebTestListResult;
|
|
2558
2015
|
|
|
2559
|
-
/**
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
*/
|
|
2570
|
-
bodyAsText: string;
|
|
2016
|
+
/** Optional parameters. */
|
|
2017
|
+
export interface AnalyticsItemsListOptionalParams
|
|
2018
|
+
extends coreClient.OperationOptions {
|
|
2019
|
+
/** 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. */
|
|
2020
|
+
scope?: ItemScope;
|
|
2021
|
+
/** Enum indicating the type of the Analytics item. */
|
|
2022
|
+
typeParam?: ItemTypeParameter;
|
|
2023
|
+
/** Flag indicating whether or not to return the content of each applicable item. If false, only return the item information. */
|
|
2024
|
+
includeContent?: boolean;
|
|
2025
|
+
}
|
|
2571
2026
|
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
*/
|
|
2575
|
-
parsedBody: ApplicationInsightsWebTestLocationsListResult;
|
|
2576
|
-
};
|
|
2577
|
-
};
|
|
2027
|
+
/** Contains response data for the list operation. */
|
|
2028
|
+
export type AnalyticsItemsListResponse = ApplicationInsightsComponentAnalyticsItem[];
|
|
2578
2029
|
|
|
2579
|
-
/**
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
/**
|
|
2588
|
-
* The response body as text (string format)
|
|
2589
|
-
*/
|
|
2590
|
-
bodyAsText: string;
|
|
2030
|
+
/** Optional parameters. */
|
|
2031
|
+
export interface AnalyticsItemsGetOptionalParams
|
|
2032
|
+
extends coreClient.OperationOptions {
|
|
2033
|
+
/** The Id of a specific item defined in the Application Insights component */
|
|
2034
|
+
id?: string;
|
|
2035
|
+
/** The name of a specific item defined in the Application Insights component */
|
|
2036
|
+
name?: string;
|
|
2037
|
+
}
|
|
2591
2038
|
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
*/
|
|
2595
|
-
parsedBody: WebTestListResult;
|
|
2596
|
-
};
|
|
2597
|
-
};
|
|
2039
|
+
/** Contains response data for the get operation. */
|
|
2040
|
+
export type AnalyticsItemsGetResponse = ApplicationInsightsComponentAnalyticsItem;
|
|
2598
2041
|
|
|
2599
|
-
/**
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
*/
|
|
2606
|
-
_response: msRest.HttpResponse & {
|
|
2607
|
-
/**
|
|
2608
|
-
* The response body as text (string format)
|
|
2609
|
-
*/
|
|
2610
|
-
bodyAsText: string;
|
|
2042
|
+
/** Optional parameters. */
|
|
2043
|
+
export interface AnalyticsItemsPutOptionalParams
|
|
2044
|
+
extends coreClient.OperationOptions {
|
|
2045
|
+
/** Flag indicating whether or not to force save an item. This allows overriding an item if it already exists. */
|
|
2046
|
+
overrideItem?: boolean;
|
|
2047
|
+
}
|
|
2611
2048
|
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
*/
|
|
2615
|
-
parsedBody: WebTest;
|
|
2616
|
-
};
|
|
2617
|
-
};
|
|
2049
|
+
/** Contains response data for the put operation. */
|
|
2050
|
+
export type AnalyticsItemsPutResponse = ApplicationInsightsComponentAnalyticsItem;
|
|
2618
2051
|
|
|
2619
|
-
/**
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
/**
|
|
2628
|
-
* The response body as text (string format)
|
|
2629
|
-
*/
|
|
2630
|
-
bodyAsText: string;
|
|
2052
|
+
/** Optional parameters. */
|
|
2053
|
+
export interface AnalyticsItemsDeleteOptionalParams
|
|
2054
|
+
extends coreClient.OperationOptions {
|
|
2055
|
+
/** The Id of a specific item defined in the Application Insights component */
|
|
2056
|
+
id?: string;
|
|
2057
|
+
/** The name of a specific item defined in the Application Insights component */
|
|
2058
|
+
name?: string;
|
|
2059
|
+
}
|
|
2631
2060
|
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
parsedBody: WebTest;
|
|
2636
|
-
};
|
|
2637
|
-
};
|
|
2061
|
+
/** Optional parameters. */
|
|
2062
|
+
export interface WorkbookTemplatesListByResourceGroupOptionalParams
|
|
2063
|
+
extends coreClient.OperationOptions {}
|
|
2638
2064
|
|
|
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;
|
|
2065
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
2066
|
+
export type WorkbookTemplatesListByResourceGroupResponse = WorkbookTemplatesListResult;
|
|
2651
2067
|
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
parsedBody: WebTest;
|
|
2656
|
-
};
|
|
2657
|
-
};
|
|
2068
|
+
/** Optional parameters. */
|
|
2069
|
+
export interface WorkbookTemplatesGetOptionalParams
|
|
2070
|
+
extends coreClient.OperationOptions {}
|
|
2658
2071
|
|
|
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;
|
|
2072
|
+
/** Contains response data for the get operation. */
|
|
2073
|
+
export type WorkbookTemplatesGetResponse = WorkbookTemplate;
|
|
2671
2074
|
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
parsedBody: WebTestListResult;
|
|
2676
|
-
};
|
|
2677
|
-
};
|
|
2075
|
+
/** Optional parameters. */
|
|
2076
|
+
export interface WorkbookTemplatesDeleteOptionalParams
|
|
2077
|
+
extends coreClient.OperationOptions {}
|
|
2678
2078
|
|
|
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;
|
|
2079
|
+
/** Optional parameters. */
|
|
2080
|
+
export interface WorkbookTemplatesCreateOrUpdateOptionalParams
|
|
2081
|
+
extends coreClient.OperationOptions {}
|
|
2691
2082
|
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
*/
|
|
2695
|
-
parsedBody: WebTestListResult;
|
|
2696
|
-
};
|
|
2697
|
-
};
|
|
2083
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2084
|
+
export type WorkbookTemplatesCreateOrUpdateResponse = WorkbookTemplate;
|
|
2698
2085
|
|
|
2699
|
-
/**
|
|
2700
|
-
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
|
|
2704
|
-
|
|
2705
|
-
*/
|
|
2706
|
-
_response: msRest.HttpResponse & {
|
|
2707
|
-
/**
|
|
2708
|
-
* The response body as text (string format)
|
|
2709
|
-
*/
|
|
2710
|
-
bodyAsText: string;
|
|
2086
|
+
/** Optional parameters. */
|
|
2087
|
+
export interface WorkbookTemplatesUpdateOptionalParams
|
|
2088
|
+
extends coreClient.OperationOptions {
|
|
2089
|
+
/** Properties that need to be specified to patch a workbook template. */
|
|
2090
|
+
workbookTemplateUpdateParameters?: WorkbookTemplateUpdateParameters;
|
|
2091
|
+
}
|
|
2711
2092
|
|
|
2712
|
-
|
|
2713
|
-
|
|
2714
|
-
*/
|
|
2715
|
-
parsedBody: WebTestListResult;
|
|
2716
|
-
};
|
|
2717
|
-
};
|
|
2093
|
+
/** Contains response data for the update operation. */
|
|
2094
|
+
export type WorkbookTemplatesUpdateResponse = WorkbookTemplate;
|
|
2718
2095
|
|
|
2719
|
-
/**
|
|
2720
|
-
|
|
2721
|
-
|
|
2722
|
-
|
|
2723
|
-
|
|
2724
|
-
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
*/
|
|
2730
|
-
bodyAsText: string;
|
|
2096
|
+
/** Optional parameters. */
|
|
2097
|
+
export interface MyWorkbooksListByResourceGroupOptionalParams
|
|
2098
|
+
extends coreClient.OperationOptions {
|
|
2099
|
+
/** Flag indicating whether or not to return the full content for each applicable workbook. If false, only return summary content for workbooks. */
|
|
2100
|
+
canFetchContent?: boolean;
|
|
2101
|
+
/** Tags presents on each workbook returned. */
|
|
2102
|
+
tags?: string[];
|
|
2103
|
+
/** Azure Resource Id that will fetch all linked workbooks. */
|
|
2104
|
+
sourceId?: string;
|
|
2105
|
+
}
|
|
2731
2106
|
|
|
2732
|
-
|
|
2733
|
-
|
|
2734
|
-
*/
|
|
2735
|
-
parsedBody: WebTestListResult;
|
|
2736
|
-
};
|
|
2737
|
-
};
|
|
2107
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
2108
|
+
export type MyWorkbooksListByResourceGroupResponse = MyWorkbooksListResult;
|
|
2738
2109
|
|
|
2739
|
-
/**
|
|
2740
|
-
|
|
2741
|
-
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
/**
|
|
2748
|
-
* The response body as text (string format)
|
|
2749
|
-
*/
|
|
2750
|
-
bodyAsText: string;
|
|
2110
|
+
/** Optional parameters. */
|
|
2111
|
+
export interface MyWorkbooksListBySubscriptionOptionalParams
|
|
2112
|
+
extends coreClient.OperationOptions {
|
|
2113
|
+
/** Flag indicating whether or not to return the full content for each applicable workbook. If false, only return summary content for workbooks. */
|
|
2114
|
+
canFetchContent?: boolean;
|
|
2115
|
+
/** Tags presents on each workbook returned. */
|
|
2116
|
+
tags?: string[];
|
|
2117
|
+
}
|
|
2751
2118
|
|
|
2752
|
-
|
|
2753
|
-
|
|
2754
|
-
*/
|
|
2755
|
-
parsedBody: WebTestListResult;
|
|
2756
|
-
};
|
|
2757
|
-
};
|
|
2119
|
+
/** Contains response data for the listBySubscription operation. */
|
|
2120
|
+
export type MyWorkbooksListBySubscriptionResponse = MyWorkbooksListResult;
|
|
2758
2121
|
|
|
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;
|
|
2122
|
+
/** Optional parameters. */
|
|
2123
|
+
export interface MyWorkbooksGetOptionalParams
|
|
2124
|
+
extends coreClient.OperationOptions {}
|
|
2771
2125
|
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
*/
|
|
2775
|
-
parsedBody: ApplicationInsightsComponentAnalyticsItem[];
|
|
2776
|
-
};
|
|
2777
|
-
};
|
|
2126
|
+
/** Contains response data for the get operation. */
|
|
2127
|
+
export type MyWorkbooksGetResponse = MyWorkbook;
|
|
2778
2128
|
|
|
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;
|
|
2129
|
+
/** Optional parameters. */
|
|
2130
|
+
export interface MyWorkbooksDeleteOptionalParams
|
|
2131
|
+
extends coreClient.OperationOptions {}
|
|
2791
2132
|
|
|
2792
|
-
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
}
|
|
2133
|
+
/** Optional parameters. */
|
|
2134
|
+
export interface MyWorkbooksCreateOrUpdateOptionalParams
|
|
2135
|
+
extends coreClient.OperationOptions {
|
|
2136
|
+
/** Azure Resource Id that will fetch all linked workbooks. */
|
|
2137
|
+
sourceId?: string;
|
|
2138
|
+
}
|
|
2798
2139
|
|
|
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;
|
|
2140
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2141
|
+
export type MyWorkbooksCreateOrUpdateResponse = MyWorkbook;
|
|
2811
2142
|
|
|
2812
|
-
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
-
|
|
2816
|
-
|
|
2817
|
-
}
|
|
2143
|
+
/** Optional parameters. */
|
|
2144
|
+
export interface MyWorkbooksUpdateOptionalParams
|
|
2145
|
+
extends coreClient.OperationOptions {
|
|
2146
|
+
/** Azure Resource Id that will fetch all linked workbooks. */
|
|
2147
|
+
sourceId?: string;
|
|
2148
|
+
}
|
|
2818
2149
|
|
|
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;
|
|
2150
|
+
/** Contains response data for the update operation. */
|
|
2151
|
+
export type MyWorkbooksUpdateResponse = MyWorkbook;
|
|
2831
2152
|
|
|
2832
|
-
|
|
2833
|
-
|
|
2834
|
-
|
|
2835
|
-
|
|
2836
|
-
|
|
2837
|
-
|
|
2153
|
+
/** Optional parameters. */
|
|
2154
|
+
export interface MyWorkbooksListByResourceGroupNextOptionalParams
|
|
2155
|
+
extends coreClient.OperationOptions {
|
|
2156
|
+
/** Flag indicating whether or not to return the full content for each applicable workbook. If false, only return summary content for workbooks. */
|
|
2157
|
+
canFetchContent?: boolean;
|
|
2158
|
+
/** Tags presents on each workbook returned. */
|
|
2159
|
+
tags?: string[];
|
|
2160
|
+
/** Azure Resource Id that will fetch all linked workbooks. */
|
|
2161
|
+
sourceId?: string;
|
|
2162
|
+
}
|
|
2838
2163
|
|
|
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;
|
|
2164
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2165
|
+
export type MyWorkbooksListByResourceGroupNextResponse = MyWorkbooksListResult;
|
|
2851
2166
|
|
|
2852
|
-
|
|
2853
|
-
|
|
2854
|
-
|
|
2855
|
-
|
|
2856
|
-
|
|
2857
|
-
|
|
2167
|
+
/** Optional parameters. */
|
|
2168
|
+
export interface MyWorkbooksListBySubscriptionNextOptionalParams
|
|
2169
|
+
extends coreClient.OperationOptions {
|
|
2170
|
+
/** Flag indicating whether or not to return the full content for each applicable workbook. If false, only return summary content for workbooks. */
|
|
2171
|
+
canFetchContent?: boolean;
|
|
2172
|
+
/** Tags presents on each workbook returned. */
|
|
2173
|
+
tags?: string[];
|
|
2174
|
+
}
|
|
2858
2175
|
|
|
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;
|
|
2176
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
2177
|
+
export type MyWorkbooksListBySubscriptionNextResponse = MyWorkbooksListResult;
|
|
2871
2178
|
|
|
2872
|
-
|
|
2873
|
-
|
|
2874
|
-
|
|
2875
|
-
|
|
2876
|
-
|
|
2877
|
-
|
|
2179
|
+
/** Optional parameters. */
|
|
2180
|
+
export interface WorkbooksListBySubscriptionOptionalParams
|
|
2181
|
+
extends coreClient.OperationOptions {
|
|
2182
|
+
/** Flag indicating whether or not to return the full content for each applicable workbook. If false, only return summary content for workbooks. */
|
|
2183
|
+
canFetchContent?: boolean;
|
|
2184
|
+
/** Tags presents on each workbook returned. */
|
|
2185
|
+
tags?: string[];
|
|
2186
|
+
}
|
|
2878
2187
|
|
|
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;
|
|
2188
|
+
/** Contains response data for the listBySubscription operation. */
|
|
2189
|
+
export type WorkbooksListBySubscriptionResponse = WorkbooksListResult;
|
|
2891
2190
|
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
|
|
2895
|
-
|
|
2896
|
-
|
|
2897
|
-
|
|
2191
|
+
/** Optional parameters. */
|
|
2192
|
+
export interface WorkbooksListByResourceGroupOptionalParams
|
|
2193
|
+
extends coreClient.OperationOptions {
|
|
2194
|
+
/** Flag indicating whether or not to return the full content for each applicable workbook. If false, only return summary content for workbooks. */
|
|
2195
|
+
canFetchContent?: boolean;
|
|
2196
|
+
/** Tags presents on each workbook returned. */
|
|
2197
|
+
tags?: string[];
|
|
2198
|
+
/** Azure Resource Id that will fetch all linked workbooks. */
|
|
2199
|
+
sourceId?: string;
|
|
2200
|
+
}
|
|
2898
2201
|
|
|
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;
|
|
2202
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
2203
|
+
export type WorkbooksListByResourceGroupResponse = WorkbooksListResult;
|
|
2911
2204
|
|
|
2912
|
-
|
|
2913
|
-
|
|
2914
|
-
|
|
2915
|
-
parsedBody: MyWorkbooksListResult;
|
|
2916
|
-
};
|
|
2917
|
-
};
|
|
2205
|
+
/** Optional parameters. */
|
|
2206
|
+
export interface WorkbooksGetOptionalParams
|
|
2207
|
+
extends coreClient.OperationOptions {}
|
|
2918
2208
|
|
|
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;
|
|
2209
|
+
/** Contains response data for the get operation. */
|
|
2210
|
+
export type WorkbooksGetResponse = Workbook;
|
|
2931
2211
|
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
parsedBody: MyWorkbooksListResult;
|
|
2936
|
-
};
|
|
2937
|
-
};
|
|
2212
|
+
/** Optional parameters. */
|
|
2213
|
+
export interface WorkbooksDeleteOptionalParams
|
|
2214
|
+
extends coreClient.OperationOptions {}
|
|
2938
2215
|
|
|
2939
|
-
/**
|
|
2940
|
-
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
*/
|
|
2946
|
-
_response: msRest.HttpResponse & {
|
|
2947
|
-
/**
|
|
2948
|
-
* The response body as text (string format)
|
|
2949
|
-
*/
|
|
2950
|
-
bodyAsText: string;
|
|
2216
|
+
/** Optional parameters. */
|
|
2217
|
+
export interface WorkbooksCreateOrUpdateOptionalParams
|
|
2218
|
+
extends coreClient.OperationOptions {
|
|
2219
|
+
/** Azure Resource Id that will fetch all linked workbooks. */
|
|
2220
|
+
sourceId?: string;
|
|
2221
|
+
}
|
|
2951
2222
|
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
-
*/
|
|
2955
|
-
parsedBody: MyWorkbook;
|
|
2956
|
-
};
|
|
2957
|
-
};
|
|
2223
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2224
|
+
export type WorkbooksCreateOrUpdateResponse = Workbook;
|
|
2958
2225
|
|
|
2959
|
-
/**
|
|
2960
|
-
|
|
2961
|
-
|
|
2962
|
-
|
|
2963
|
-
|
|
2964
|
-
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
/**
|
|
2968
|
-
* The response body as text (string format)
|
|
2969
|
-
*/
|
|
2970
|
-
bodyAsText: string;
|
|
2226
|
+
/** Optional parameters. */
|
|
2227
|
+
export interface WorkbooksUpdateOptionalParams
|
|
2228
|
+
extends coreClient.OperationOptions {
|
|
2229
|
+
/** Azure Resource Id that will fetch all linked workbooks. */
|
|
2230
|
+
sourceId?: string;
|
|
2231
|
+
/** Properties that need to be specified to create a new workbook. */
|
|
2232
|
+
workbookUpdateParameters?: WorkbookUpdateParameters;
|
|
2233
|
+
}
|
|
2971
2234
|
|
|
2972
|
-
|
|
2973
|
-
|
|
2974
|
-
*/
|
|
2975
|
-
parsedBody: MyWorkbook;
|
|
2976
|
-
};
|
|
2977
|
-
};
|
|
2235
|
+
/** Contains response data for the update operation. */
|
|
2236
|
+
export type WorkbooksUpdateResponse = Workbook;
|
|
2978
2237
|
|
|
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;
|
|
2238
|
+
/** Optional parameters. */
|
|
2239
|
+
export interface WorkbooksRevisionsListOptionalParams
|
|
2240
|
+
extends coreClient.OperationOptions {}
|
|
2991
2241
|
|
|
2992
|
-
|
|
2993
|
-
|
|
2994
|
-
*/
|
|
2995
|
-
parsedBody: MyWorkbook;
|
|
2996
|
-
};
|
|
2997
|
-
};
|
|
2242
|
+
/** Contains response data for the revisionsList operation. */
|
|
2243
|
+
export type WorkbooksRevisionsListResponse = WorkbooksListResult;
|
|
2998
2244
|
|
|
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;
|
|
2245
|
+
/** Optional parameters. */
|
|
2246
|
+
export interface WorkbooksRevisionGetOptionalParams
|
|
2247
|
+
extends coreClient.OperationOptions {}
|
|
3011
2248
|
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
*/
|
|
3015
|
-
parsedBody: ApplicationInsightsComponentListResult;
|
|
3016
|
-
};
|
|
3017
|
-
};
|
|
2249
|
+
/** Contains response data for the revisionGet operation. */
|
|
2250
|
+
export type WorkbooksRevisionGetResponse = Workbook;
|
|
3018
2251
|
|
|
3019
|
-
/**
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
|
|
3024
|
-
|
|
3025
|
-
|
|
3026
|
-
|
|
3027
|
-
/**
|
|
3028
|
-
* The response body as text (string format)
|
|
3029
|
-
*/
|
|
3030
|
-
bodyAsText: string;
|
|
2252
|
+
/** Optional parameters. */
|
|
2253
|
+
export interface WorkbooksListBySubscriptionNextOptionalParams
|
|
2254
|
+
extends coreClient.OperationOptions {
|
|
2255
|
+
/** Flag indicating whether or not to return the full content for each applicable workbook. If false, only return summary content for workbooks. */
|
|
2256
|
+
canFetchContent?: boolean;
|
|
2257
|
+
/** Tags presents on each workbook returned. */
|
|
2258
|
+
tags?: string[];
|
|
2259
|
+
}
|
|
3031
2260
|
|
|
3032
|
-
|
|
3033
|
-
|
|
3034
|
-
*/
|
|
3035
|
-
parsedBody: ApplicationInsightsComponentListResult;
|
|
3036
|
-
};
|
|
3037
|
-
};
|
|
2261
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
2262
|
+
export type WorkbooksListBySubscriptionNextResponse = WorkbooksListResult;
|
|
3038
2263
|
|
|
3039
|
-
/**
|
|
3040
|
-
|
|
3041
|
-
|
|
3042
|
-
|
|
3043
|
-
|
|
3044
|
-
|
|
3045
|
-
|
|
3046
|
-
|
|
3047
|
-
|
|
3048
|
-
|
|
3049
|
-
*/
|
|
3050
|
-
bodyAsText: string;
|
|
2264
|
+
/** Optional parameters. */
|
|
2265
|
+
export interface WorkbooksListByResourceGroupNextOptionalParams
|
|
2266
|
+
extends coreClient.OperationOptions {
|
|
2267
|
+
/** Flag indicating whether or not to return the full content for each applicable workbook. If false, only return summary content for workbooks. */
|
|
2268
|
+
canFetchContent?: boolean;
|
|
2269
|
+
/** Tags presents on each workbook returned. */
|
|
2270
|
+
tags?: string[];
|
|
2271
|
+
/** Azure Resource Id that will fetch all linked workbooks. */
|
|
2272
|
+
sourceId?: string;
|
|
2273
|
+
}
|
|
3051
2274
|
|
|
3052
|
-
|
|
3053
|
-
|
|
3054
|
-
*/
|
|
3055
|
-
parsedBody: ApplicationInsightsComponent;
|
|
3056
|
-
};
|
|
3057
|
-
};
|
|
2275
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2276
|
+
export type WorkbooksListByResourceGroupNextResponse = WorkbooksListResult;
|
|
3058
2277
|
|
|
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;
|
|
2278
|
+
/** Optional parameters. */
|
|
2279
|
+
export interface WorkbooksRevisionsListNextOptionalParams
|
|
2280
|
+
extends coreClient.OperationOptions {}
|
|
3071
2281
|
|
|
3072
|
-
|
|
3073
|
-
|
|
3074
|
-
*/
|
|
3075
|
-
parsedBody: ApplicationInsightsComponent;
|
|
3076
|
-
};
|
|
3077
|
-
};
|
|
2282
|
+
/** Contains response data for the revisionsListNext operation. */
|
|
2283
|
+
export type WorkbooksRevisionsListNextResponse = WorkbooksListResult;
|
|
3078
2284
|
|
|
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;
|
|
2285
|
+
/** Optional parameters. */
|
|
2286
|
+
export interface ComponentsListOptionalParams
|
|
2287
|
+
extends coreClient.OperationOptions {}
|
|
3091
2288
|
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
*/
|
|
3095
|
-
parsedBody: ApplicationInsightsComponent;
|
|
3096
|
-
};
|
|
3097
|
-
};
|
|
2289
|
+
/** Contains response data for the list operation. */
|
|
2290
|
+
export type ComponentsListResponse = ApplicationInsightsComponentListResult;
|
|
3098
2291
|
|
|
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;
|
|
2292
|
+
/** Optional parameters. */
|
|
2293
|
+
export interface ComponentsListByResourceGroupOptionalParams
|
|
2294
|
+
extends coreClient.OperationOptions {}
|
|
3111
2295
|
|
|
3112
|
-
|
|
3113
|
-
|
|
3114
|
-
*/
|
|
3115
|
-
parsedBody: ComponentPurgeResponse;
|
|
3116
|
-
};
|
|
3117
|
-
};
|
|
2296
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
2297
|
+
export type ComponentsListByResourceGroupResponse = ApplicationInsightsComponentListResult;
|
|
3118
2298
|
|
|
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;
|
|
2299
|
+
/** Optional parameters. */
|
|
2300
|
+
export interface ComponentsDeleteOptionalParams
|
|
2301
|
+
extends coreClient.OperationOptions {}
|
|
3131
2302
|
|
|
3132
|
-
|
|
3133
|
-
|
|
3134
|
-
|
|
3135
|
-
parsedBody: ComponentPurgeStatusResponse;
|
|
3136
|
-
};
|
|
3137
|
-
};
|
|
2303
|
+
/** Optional parameters. */
|
|
2304
|
+
export interface ComponentsGetOptionalParams
|
|
2305
|
+
extends coreClient.OperationOptions {}
|
|
3138
2306
|
|
|
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;
|
|
2307
|
+
/** Contains response data for the get operation. */
|
|
2308
|
+
export type ComponentsGetResponse = ApplicationInsightsComponent;
|
|
3151
2309
|
|
|
3152
|
-
|
|
3153
|
-
|
|
3154
|
-
|
|
3155
|
-
parsedBody: ApplicationInsightsComponentListResult;
|
|
3156
|
-
};
|
|
3157
|
-
};
|
|
2310
|
+
/** Optional parameters. */
|
|
2311
|
+
export interface ComponentsCreateOrUpdateOptionalParams
|
|
2312
|
+
extends coreClient.OperationOptions {}
|
|
3158
2313
|
|
|
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;
|
|
2314
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2315
|
+
export type ComponentsCreateOrUpdateResponse = ApplicationInsightsComponent;
|
|
3171
2316
|
|
|
3172
|
-
|
|
3173
|
-
|
|
3174
|
-
|
|
3175
|
-
parsedBody: ApplicationInsightsComponentListResult;
|
|
3176
|
-
};
|
|
3177
|
-
};
|
|
2317
|
+
/** Optional parameters. */
|
|
2318
|
+
export interface ComponentsUpdateTagsOptionalParams
|
|
2319
|
+
extends coreClient.OperationOptions {}
|
|
3178
2320
|
|
|
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;
|
|
2321
|
+
/** Contains response data for the updateTags operation. */
|
|
2322
|
+
export type ComponentsUpdateTagsResponse = ApplicationInsightsComponent;
|
|
3191
2323
|
|
|
3192
|
-
|
|
3193
|
-
|
|
3194
|
-
|
|
3195
|
-
parsedBody: ComponentLinkedStorageAccounts;
|
|
3196
|
-
};
|
|
3197
|
-
};
|
|
2324
|
+
/** Optional parameters. */
|
|
2325
|
+
export interface ComponentsPurgeOptionalParams
|
|
2326
|
+
extends coreClient.OperationOptions {}
|
|
3198
2327
|
|
|
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;
|
|
2328
|
+
/** Contains response data for the purge operation. */
|
|
2329
|
+
export type ComponentsPurgeResponse = ComponentPurgeResponse;
|
|
3211
2330
|
|
|
3212
|
-
|
|
3213
|
-
|
|
3214
|
-
|
|
3215
|
-
parsedBody: ComponentLinkedStorageAccounts;
|
|
3216
|
-
};
|
|
3217
|
-
};
|
|
2331
|
+
/** Optional parameters. */
|
|
2332
|
+
export interface ComponentsGetPurgeStatusOptionalParams
|
|
2333
|
+
extends coreClient.OperationOptions {}
|
|
3218
2334
|
|
|
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;
|
|
2335
|
+
/** Contains response data for the getPurgeStatus operation. */
|
|
2336
|
+
export type ComponentsGetPurgeStatusResponse = ComponentPurgeStatusResponse;
|
|
3231
2337
|
|
|
3232
|
-
|
|
3233
|
-
|
|
3234
|
-
|
|
3235
|
-
parsedBody: ComponentLinkedStorageAccounts;
|
|
3236
|
-
};
|
|
3237
|
-
};
|
|
2338
|
+
/** Optional parameters. */
|
|
2339
|
+
export interface ComponentsListNextOptionalParams
|
|
2340
|
+
extends coreClient.OperationOptions {}
|
|
3238
2341
|
|
|
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;
|
|
2342
|
+
/** Contains response data for the listNext operation. */
|
|
2343
|
+
export type ComponentsListNextResponse = ApplicationInsightsComponentListResult;
|
|
3251
2344
|
|
|
3252
|
-
|
|
3253
|
-
|
|
3254
|
-
|
|
3255
|
-
|
|
3256
|
-
|
|
3257
|
-
|
|
2345
|
+
/** Optional parameters. */
|
|
2346
|
+
export interface ComponentsListByResourceGroupNextOptionalParams
|
|
2347
|
+
extends coreClient.OperationOptions {}
|
|
2348
|
+
|
|
2349
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2350
|
+
export type ComponentsListByResourceGroupNextResponse = ApplicationInsightsComponentListResult;
|
|
2351
|
+
|
|
2352
|
+
/** Optional parameters. */
|
|
2353
|
+
export interface ComponentLinkedStorageAccountsGetOptionalParams
|
|
2354
|
+
extends coreClient.OperationOptions {}
|
|
2355
|
+
|
|
2356
|
+
/** Contains response data for the get operation. */
|
|
2357
|
+
export type ComponentLinkedStorageAccountsGetResponse = ComponentLinkedStorageAccounts;
|
|
2358
|
+
|
|
2359
|
+
/** Optional parameters. */
|
|
2360
|
+
export interface ComponentLinkedStorageAccountsCreateAndUpdateOptionalParams
|
|
2361
|
+
extends coreClient.OperationOptions {}
|
|
2362
|
+
|
|
2363
|
+
/** Contains response data for the createAndUpdate operation. */
|
|
2364
|
+
export type ComponentLinkedStorageAccountsCreateAndUpdateResponse = ComponentLinkedStorageAccounts;
|
|
2365
|
+
|
|
2366
|
+
/** Optional parameters. */
|
|
2367
|
+
export interface ComponentLinkedStorageAccountsUpdateOptionalParams
|
|
2368
|
+
extends coreClient.OperationOptions {}
|
|
2369
|
+
|
|
2370
|
+
/** Contains response data for the update operation. */
|
|
2371
|
+
export type ComponentLinkedStorageAccountsUpdateResponse = ComponentLinkedStorageAccounts;
|
|
2372
|
+
|
|
2373
|
+
/** Optional parameters. */
|
|
2374
|
+
export interface ComponentLinkedStorageAccountsDeleteOptionalParams
|
|
2375
|
+
extends coreClient.OperationOptions {}
|
|
2376
|
+
|
|
2377
|
+
/** Optional parameters. */
|
|
2378
|
+
export interface LiveTokenGetOptionalParams
|
|
2379
|
+
extends coreClient.OperationOptions {}
|
|
2380
|
+
|
|
2381
|
+
/** Contains response data for the get operation. */
|
|
2382
|
+
export type LiveTokenGetResponse = LiveTokenResponse;
|
|
2383
|
+
|
|
2384
|
+
/** Optional parameters. */
|
|
2385
|
+
export interface ApplicationInsightsManagementClientOptionalParams
|
|
2386
|
+
extends coreClient.ServiceClientOptions {
|
|
2387
|
+
/** server parameter */
|
|
2388
|
+
$host?: string;
|
|
2389
|
+
/** Overrides client endpoint. */
|
|
2390
|
+
endpoint?: string;
|
|
2391
|
+
}
|