@azure/arm-appinsights 4.0.0 → 5.0.0-alpha.20220202.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/LICENSE +21 -0
- package/LICENSE.txt +1 -1
- package/README.md +70 -78
- 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 +1427 -1531
- 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/{esm → dist-esm/src}/models/parameters.js +259 -225
- 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 +0 -1
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +1 -3
- 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/{esm/models/index.js → dist-esm/src/operationsInterfaces/aPIKeys.js} +2 -1
- 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/{src/models/favoritesMappers.ts → dist-esm/src/operationsInterfaces/analyticsItems.js} +2 -5
- 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/{src/models/componentQuotaStatusMappers.ts → dist-esm/src/operationsInterfaces/annotations.js} +2 -5
- 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/{src/models/componentFeatureCapabilitiesMappers.ts → dist-esm/src/operationsInterfaces/componentAvailableFeatures.js} +2 -5
- 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 +71 -22
- package/review/arm-appinsights.api.md +1776 -0
- package/rollup.config.js +181 -30
- package/src/applicationInsightsManagementClient.ts +142 -70
- package/src/{models/aPIKeysMappers.ts → index.ts} +4 -6
- package/src/models/index.ts +1565 -3230
- package/src/models/mappers.ts +1388 -1481
- package/src/models/parameters.ts +344 -225
- package/src/operations/aPIKeys.ts +153 -188
- package/src/operations/analyticsItems.ts +120 -237
- package/src/operations/annotations.ts +185 -211
- package/src/operations/componentAvailableFeatures.ts +38 -54
- package/src/operations/componentCurrentBillingFeatures.ts +64 -107
- package/src/operations/componentFeatureCapabilities.ts +38 -54
- package/src/operations/componentLinkedStorageAccountsOperations.ts +122 -175
- package/src/operations/componentQuotaStatus.ts +37 -54
- package/src/operations/components.ts +338 -428
- package/src/operations/exportConfigurations.ts +137 -261
- package/src/operations/favorites.ts +132 -239
- package/src/operations/index.ts +1 -3
- package/src/operations/liveToken.ts +27 -46
- package/src/operations/myWorkbooks.ts +334 -353
- package/src/operations/proactiveDetectionConfigurations.ts +95 -157
- package/src/operations/webTestLocations.ts +84 -50
- package/src/operations/webTests.ts +389 -417
- package/src/operations/workItemConfigurations.ts +200 -280
- package/src/operations/workbookTemplates.ts +167 -210
- package/src/operations/workbooks.ts +481 -470
- 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 -7933
- 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 -43
- 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 -59
- 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 -3793
- package/esm/models/index.d.ts.map +0 -1
- 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 -89
- 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 -41
- package/esm/models/parameters.d.ts.map +0 -1
- 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/workbookTemplatesMappers.d.ts +0 -2
- package/esm/models/workbookTemplatesMappers.d.ts.map +0 -1
- package/esm/models/workbookTemplatesMappers.js +0 -9
- package/esm/models/workbookTemplatesMappers.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 -160
- 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 -181
- 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 -184
- 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 -57
- 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 -94
- 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 -57
- 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 -164
- 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 -57
- 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 -349
- 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 -220
- 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 -213
- 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 -54
- package/esm/operations/liveToken.js.map +0 -1
- package/esm/operations/myWorkbooks.d.ts +0 -196
- package/esm/operations/myWorkbooks.d.ts.map +0 -1
- package/esm/operations/myWorkbooks.js +0 -297
- 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 -132
- 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 -140
- 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 -57
- 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 -334
- 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 -227
- package/esm/operations/workItemConfigurations.js.map +0 -1
- package/esm/operations/workbookTemplates.d.ts +0 -118
- package/esm/operations/workbookTemplates.d.ts.map +0 -1
- package/esm/operations/workbookTemplates.js +0 -194
- package/esm/operations/workbookTemplates.js.map +0 -1
- package/esm/operations/workbooks.d.ts +0 -256
- package/esm/operations/workbooks.d.ts.map +0 -1
- package/esm/operations/workbooks.js +0 -392
- package/esm/operations/workbooks.js.map +0 -1
- package/src/applicationInsightsManagementClientContext.ts +0 -65
- 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/componentLinkedStorageAccountsOperationsMappers.ts +0 -42
- package/src/models/componentsMappers.ts +0 -46
- package/src/models/exportConfigurationsMappers.ts +0 -13
- package/src/models/liveTokenMappers.ts +0 -13
- package/src/models/myWorkbooksMappers.ts +0 -42
- package/src/models/operationsMappers.ts +0 -18
- package/src/models/proactiveDetectionConfigurationsMappers.ts +0 -40
- package/src/models/webTestLocationsMappers.ts +0 -13
- package/src/models/webTestsMappers.ts +0 -42
- package/src/models/workItemConfigurationsMappers.ts +0 -16
- package/src/models/workbookTemplatesMappers.ts +0 -44
- package/src/models/workbooksMappers.ts +0 -43
- package/src/operations/operations.ts +0 -223
|
@@ -5,82 +5,28 @@
|
|
|
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
|
-
|
|
9
|
-
import { CloudErrorMapper, BaseResourceMapper } from "@azure/ms-rest-azure-js";
|
|
10
|
-
export var CloudError = CloudErrorMapper;
|
|
11
|
-
export var BaseResource = BaseResourceMapper;
|
|
12
|
-
export var ErrorResponse = {
|
|
13
|
-
serializedName: "ErrorResponse",
|
|
8
|
+
export const AnnotationsListResult = {
|
|
14
9
|
type: {
|
|
15
10
|
name: "Composite",
|
|
16
|
-
className: "
|
|
17
|
-
modelProperties: {
|
|
18
|
-
code: {
|
|
19
|
-
serializedName: "code",
|
|
20
|
-
type: {
|
|
21
|
-
name: "String"
|
|
22
|
-
}
|
|
23
|
-
},
|
|
24
|
-
message: {
|
|
25
|
-
serializedName: "message",
|
|
26
|
-
type: {
|
|
27
|
-
name: "String"
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
};
|
|
33
|
-
export var OperationDisplay = {
|
|
34
|
-
serializedName: "Operation_display",
|
|
35
|
-
type: {
|
|
36
|
-
name: "Composite",
|
|
37
|
-
className: "OperationDisplay",
|
|
38
|
-
modelProperties: {
|
|
39
|
-
provider: {
|
|
40
|
-
serializedName: "provider",
|
|
41
|
-
type: {
|
|
42
|
-
name: "String"
|
|
43
|
-
}
|
|
44
|
-
},
|
|
45
|
-
resource: {
|
|
46
|
-
serializedName: "resource",
|
|
47
|
-
type: {
|
|
48
|
-
name: "String"
|
|
49
|
-
}
|
|
50
|
-
},
|
|
51
|
-
operation: {
|
|
52
|
-
serializedName: "operation",
|
|
53
|
-
type: {
|
|
54
|
-
name: "String"
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
};
|
|
60
|
-
export var Operation = {
|
|
61
|
-
serializedName: "Operation",
|
|
62
|
-
type: {
|
|
63
|
-
name: "Composite",
|
|
64
|
-
className: "Operation",
|
|
11
|
+
className: "AnnotationsListResult",
|
|
65
12
|
modelProperties: {
|
|
66
|
-
|
|
67
|
-
serializedName: "
|
|
68
|
-
|
|
69
|
-
name: "String"
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
|
-
display: {
|
|
73
|
-
serializedName: "display",
|
|
13
|
+
value: {
|
|
14
|
+
serializedName: "value",
|
|
15
|
+
readOnly: true,
|
|
74
16
|
type: {
|
|
75
|
-
name: "
|
|
76
|
-
|
|
17
|
+
name: "Sequence",
|
|
18
|
+
element: {
|
|
19
|
+
type: {
|
|
20
|
+
name: "Composite",
|
|
21
|
+
className: "Annotation"
|
|
22
|
+
}
|
|
23
|
+
}
|
|
77
24
|
}
|
|
78
25
|
}
|
|
79
26
|
}
|
|
80
27
|
}
|
|
81
28
|
};
|
|
82
|
-
export
|
|
83
|
-
serializedName: "Annotation",
|
|
29
|
+
export const Annotation = {
|
|
84
30
|
type: {
|
|
85
31
|
name: "Composite",
|
|
86
32
|
className: "Annotation",
|
|
@@ -116,38 +62,16 @@ export var Annotation = {
|
|
|
116
62
|
}
|
|
117
63
|
},
|
|
118
64
|
relatedAnnotation: {
|
|
65
|
+
defaultValue: "null",
|
|
119
66
|
serializedName: "RelatedAnnotation",
|
|
120
|
-
defaultValue: 'null',
|
|
121
|
-
type: {
|
|
122
|
-
name: "String"
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
};
|
|
128
|
-
export var InnerError = {
|
|
129
|
-
serializedName: "InnerError",
|
|
130
|
-
type: {
|
|
131
|
-
name: "Composite",
|
|
132
|
-
className: "InnerError",
|
|
133
|
-
modelProperties: {
|
|
134
|
-
diagnosticcontext: {
|
|
135
|
-
serializedName: "diagnosticcontext",
|
|
136
67
|
type: {
|
|
137
68
|
name: "String"
|
|
138
69
|
}
|
|
139
|
-
},
|
|
140
|
-
time: {
|
|
141
|
-
serializedName: "time",
|
|
142
|
-
type: {
|
|
143
|
-
name: "DateTime"
|
|
144
|
-
}
|
|
145
70
|
}
|
|
146
71
|
}
|
|
147
72
|
}
|
|
148
73
|
};
|
|
149
|
-
export
|
|
150
|
-
serializedName: "AnnotationError",
|
|
74
|
+
export const AnnotationError = {
|
|
151
75
|
type: {
|
|
152
76
|
name: "Composite",
|
|
153
77
|
className: "AnnotationError",
|
|
@@ -174,36 +98,40 @@ export var AnnotationError = {
|
|
|
174
98
|
}
|
|
175
99
|
}
|
|
176
100
|
};
|
|
177
|
-
export
|
|
178
|
-
serializedName: "APIKeyRequest",
|
|
101
|
+
export const InnerError = {
|
|
179
102
|
type: {
|
|
180
103
|
name: "Composite",
|
|
181
|
-
className: "
|
|
104
|
+
className: "InnerError",
|
|
182
105
|
modelProperties: {
|
|
183
|
-
|
|
184
|
-
serializedName: "
|
|
106
|
+
diagnosticcontext: {
|
|
107
|
+
serializedName: "diagnosticcontext",
|
|
185
108
|
type: {
|
|
186
109
|
name: "String"
|
|
187
110
|
}
|
|
188
111
|
},
|
|
189
|
-
|
|
190
|
-
serializedName: "
|
|
112
|
+
time: {
|
|
113
|
+
serializedName: "time",
|
|
191
114
|
type: {
|
|
192
|
-
name: "
|
|
193
|
-
element: {
|
|
194
|
-
type: {
|
|
195
|
-
name: "String"
|
|
196
|
-
}
|
|
197
|
-
}
|
|
115
|
+
name: "DateTime"
|
|
198
116
|
}
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
};
|
|
121
|
+
export const ApplicationInsightsComponentAPIKeyListResult = {
|
|
122
|
+
type: {
|
|
123
|
+
name: "Composite",
|
|
124
|
+
className: "ApplicationInsightsComponentAPIKeyListResult",
|
|
125
|
+
modelProperties: {
|
|
126
|
+
value: {
|
|
127
|
+
serializedName: "value",
|
|
128
|
+
required: true,
|
|
202
129
|
type: {
|
|
203
130
|
name: "Sequence",
|
|
204
131
|
element: {
|
|
205
132
|
type: {
|
|
206
|
-
name: "
|
|
133
|
+
name: "Composite",
|
|
134
|
+
className: "ApplicationInsightsComponentAPIKey"
|
|
207
135
|
}
|
|
208
136
|
}
|
|
209
137
|
}
|
|
@@ -211,22 +139,21 @@ export var APIKeyRequest = {
|
|
|
211
139
|
}
|
|
212
140
|
}
|
|
213
141
|
};
|
|
214
|
-
export
|
|
215
|
-
serializedName: "ApplicationInsightsComponentAPIKey",
|
|
142
|
+
export const ApplicationInsightsComponentAPIKey = {
|
|
216
143
|
type: {
|
|
217
144
|
name: "Composite",
|
|
218
145
|
className: "ApplicationInsightsComponentAPIKey",
|
|
219
146
|
modelProperties: {
|
|
220
147
|
id: {
|
|
221
|
-
readOnly: true,
|
|
222
148
|
serializedName: "id",
|
|
149
|
+
readOnly: true,
|
|
223
150
|
type: {
|
|
224
151
|
name: "String"
|
|
225
152
|
}
|
|
226
153
|
},
|
|
227
154
|
apiKey: {
|
|
228
|
-
readOnly: true,
|
|
229
155
|
serializedName: "apiKey",
|
|
156
|
+
readOnly: true,
|
|
230
157
|
type: {
|
|
231
158
|
name: "String"
|
|
232
159
|
}
|
|
@@ -268,85 +195,57 @@ export var ApplicationInsightsComponentAPIKey = {
|
|
|
268
195
|
}
|
|
269
196
|
}
|
|
270
197
|
};
|
|
271
|
-
export
|
|
272
|
-
serializedName: "ApplicationInsightsComponentExportRequest",
|
|
198
|
+
export const APIKeyRequest = {
|
|
273
199
|
type: {
|
|
274
200
|
name: "Composite",
|
|
275
|
-
className: "
|
|
201
|
+
className: "APIKeyRequest",
|
|
276
202
|
modelProperties: {
|
|
277
|
-
|
|
278
|
-
serializedName: "
|
|
279
|
-
type: {
|
|
280
|
-
name: "String"
|
|
281
|
-
}
|
|
282
|
-
},
|
|
283
|
-
destinationType: {
|
|
284
|
-
serializedName: "DestinationType",
|
|
285
|
-
type: {
|
|
286
|
-
name: "String"
|
|
287
|
-
}
|
|
288
|
-
},
|
|
289
|
-
destinationAddress: {
|
|
290
|
-
serializedName: "DestinationAddress",
|
|
291
|
-
type: {
|
|
292
|
-
name: "String"
|
|
293
|
-
}
|
|
294
|
-
},
|
|
295
|
-
isEnabled: {
|
|
296
|
-
serializedName: "IsEnabled",
|
|
297
|
-
type: {
|
|
298
|
-
name: "String"
|
|
299
|
-
}
|
|
300
|
-
},
|
|
301
|
-
notificationQueueEnabled: {
|
|
302
|
-
serializedName: "NotificationQueueEnabled",
|
|
303
|
-
type: {
|
|
304
|
-
name: "String"
|
|
305
|
-
}
|
|
306
|
-
},
|
|
307
|
-
notificationQueueUri: {
|
|
308
|
-
serializedName: "NotificationQueueUri",
|
|
309
|
-
type: {
|
|
310
|
-
name: "String"
|
|
311
|
-
}
|
|
312
|
-
},
|
|
313
|
-
destinationStorageSubscriptionId: {
|
|
314
|
-
serializedName: "DestinationStorageSubscriptionId",
|
|
203
|
+
name: {
|
|
204
|
+
serializedName: "name",
|
|
315
205
|
type: {
|
|
316
206
|
name: "String"
|
|
317
207
|
}
|
|
318
208
|
},
|
|
319
|
-
|
|
320
|
-
serializedName: "
|
|
209
|
+
linkedReadProperties: {
|
|
210
|
+
serializedName: "linkedReadProperties",
|
|
321
211
|
type: {
|
|
322
|
-
name: "
|
|
212
|
+
name: "Sequence",
|
|
213
|
+
element: {
|
|
214
|
+
type: {
|
|
215
|
+
name: "String"
|
|
216
|
+
}
|
|
217
|
+
}
|
|
323
218
|
}
|
|
324
219
|
},
|
|
325
|
-
|
|
326
|
-
serializedName: "
|
|
220
|
+
linkedWriteProperties: {
|
|
221
|
+
serializedName: "linkedWriteProperties",
|
|
327
222
|
type: {
|
|
328
|
-
name: "
|
|
223
|
+
name: "Sequence",
|
|
224
|
+
element: {
|
|
225
|
+
type: {
|
|
226
|
+
name: "String"
|
|
227
|
+
}
|
|
228
|
+
}
|
|
329
229
|
}
|
|
330
230
|
}
|
|
331
231
|
}
|
|
332
232
|
}
|
|
333
233
|
};
|
|
334
|
-
export
|
|
335
|
-
serializedName: "ApplicationInsightsComponentExportConfiguration",
|
|
234
|
+
export const ApplicationInsightsComponentExportConfiguration = {
|
|
336
235
|
type: {
|
|
337
236
|
name: "Composite",
|
|
338
237
|
className: "ApplicationInsightsComponentExportConfiguration",
|
|
339
238
|
modelProperties: {
|
|
340
239
|
exportId: {
|
|
341
|
-
readOnly: true,
|
|
342
240
|
serializedName: "ExportId",
|
|
241
|
+
readOnly: true,
|
|
343
242
|
type: {
|
|
344
243
|
name: "String"
|
|
345
244
|
}
|
|
346
245
|
},
|
|
347
246
|
instrumentationKey: {
|
|
348
|
-
readOnly: true,
|
|
349
247
|
serializedName: "InstrumentationKey",
|
|
248
|
+
readOnly: true,
|
|
350
249
|
type: {
|
|
351
250
|
name: "String"
|
|
352
251
|
}
|
|
@@ -358,64 +257,64 @@ export var ApplicationInsightsComponentExportConfiguration = {
|
|
|
358
257
|
}
|
|
359
258
|
},
|
|
360
259
|
applicationName: {
|
|
361
|
-
readOnly: true,
|
|
362
260
|
serializedName: "ApplicationName",
|
|
261
|
+
readOnly: true,
|
|
363
262
|
type: {
|
|
364
263
|
name: "String"
|
|
365
264
|
}
|
|
366
265
|
},
|
|
367
266
|
subscriptionId: {
|
|
368
|
-
readOnly: true,
|
|
369
267
|
serializedName: "SubscriptionId",
|
|
268
|
+
readOnly: true,
|
|
370
269
|
type: {
|
|
371
270
|
name: "String"
|
|
372
271
|
}
|
|
373
272
|
},
|
|
374
273
|
resourceGroup: {
|
|
375
|
-
readOnly: true,
|
|
376
274
|
serializedName: "ResourceGroup",
|
|
275
|
+
readOnly: true,
|
|
377
276
|
type: {
|
|
378
277
|
name: "String"
|
|
379
278
|
}
|
|
380
279
|
},
|
|
381
280
|
destinationStorageSubscriptionId: {
|
|
382
|
-
readOnly: true,
|
|
383
281
|
serializedName: "DestinationStorageSubscriptionId",
|
|
282
|
+
readOnly: true,
|
|
384
283
|
type: {
|
|
385
284
|
name: "String"
|
|
386
285
|
}
|
|
387
286
|
},
|
|
388
287
|
destinationStorageLocationId: {
|
|
389
|
-
readOnly: true,
|
|
390
288
|
serializedName: "DestinationStorageLocationId",
|
|
289
|
+
readOnly: true,
|
|
391
290
|
type: {
|
|
392
291
|
name: "String"
|
|
393
292
|
}
|
|
394
293
|
},
|
|
395
294
|
destinationAccountId: {
|
|
396
|
-
readOnly: true,
|
|
397
295
|
serializedName: "DestinationAccountId",
|
|
296
|
+
readOnly: true,
|
|
398
297
|
type: {
|
|
399
298
|
name: "String"
|
|
400
299
|
}
|
|
401
300
|
},
|
|
402
301
|
destinationType: {
|
|
403
|
-
readOnly: true,
|
|
404
302
|
serializedName: "DestinationType",
|
|
303
|
+
readOnly: true,
|
|
405
304
|
type: {
|
|
406
305
|
name: "String"
|
|
407
306
|
}
|
|
408
307
|
},
|
|
409
308
|
isUserEnabled: {
|
|
410
|
-
readOnly: true,
|
|
411
309
|
serializedName: "IsUserEnabled",
|
|
310
|
+
readOnly: true,
|
|
412
311
|
type: {
|
|
413
312
|
name: "String"
|
|
414
313
|
}
|
|
415
314
|
},
|
|
416
315
|
lastUserUpdate: {
|
|
417
|
-
readOnly: true,
|
|
418
316
|
serializedName: "LastUserUpdate",
|
|
317
|
+
readOnly: true,
|
|
419
318
|
type: {
|
|
420
319
|
name: "String"
|
|
421
320
|
}
|
|
@@ -427,43 +326,43 @@ export var ApplicationInsightsComponentExportConfiguration = {
|
|
|
427
326
|
}
|
|
428
327
|
},
|
|
429
328
|
exportStatus: {
|
|
430
|
-
readOnly: true,
|
|
431
329
|
serializedName: "ExportStatus",
|
|
330
|
+
readOnly: true,
|
|
432
331
|
type: {
|
|
433
332
|
name: "String"
|
|
434
333
|
}
|
|
435
334
|
},
|
|
436
335
|
lastSuccessTime: {
|
|
437
|
-
readOnly: true,
|
|
438
336
|
serializedName: "LastSuccessTime",
|
|
337
|
+
readOnly: true,
|
|
439
338
|
type: {
|
|
440
339
|
name: "String"
|
|
441
340
|
}
|
|
442
341
|
},
|
|
443
342
|
lastGapTime: {
|
|
444
|
-
readOnly: true,
|
|
445
343
|
serializedName: "LastGapTime",
|
|
344
|
+
readOnly: true,
|
|
446
345
|
type: {
|
|
447
346
|
name: "String"
|
|
448
347
|
}
|
|
449
348
|
},
|
|
450
349
|
permanentErrorReason: {
|
|
451
|
-
readOnly: true,
|
|
452
350
|
serializedName: "PermanentErrorReason",
|
|
351
|
+
readOnly: true,
|
|
453
352
|
type: {
|
|
454
353
|
name: "String"
|
|
455
354
|
}
|
|
456
355
|
},
|
|
457
356
|
storageName: {
|
|
458
|
-
readOnly: true,
|
|
459
357
|
serializedName: "StorageName",
|
|
358
|
+
readOnly: true,
|
|
460
359
|
type: {
|
|
461
360
|
name: "String"
|
|
462
361
|
}
|
|
463
362
|
},
|
|
464
363
|
containerName: {
|
|
465
|
-
readOnly: true,
|
|
466
364
|
serializedName: "ContainerName",
|
|
365
|
+
readOnly: true,
|
|
467
366
|
type: {
|
|
468
367
|
name: "String"
|
|
469
368
|
}
|
|
@@ -471,55 +370,69 @@ export var ApplicationInsightsComponentExportConfiguration = {
|
|
|
471
370
|
}
|
|
472
371
|
}
|
|
473
372
|
};
|
|
474
|
-
export
|
|
475
|
-
serializedName: "ApplicationInsightsComponentDataVolumeCap",
|
|
373
|
+
export const ApplicationInsightsComponentExportRequest = {
|
|
476
374
|
type: {
|
|
477
375
|
name: "Composite",
|
|
478
|
-
className: "
|
|
376
|
+
className: "ApplicationInsightsComponentExportRequest",
|
|
479
377
|
modelProperties: {
|
|
480
|
-
|
|
481
|
-
serializedName: "
|
|
378
|
+
recordTypes: {
|
|
379
|
+
serializedName: "RecordTypes",
|
|
482
380
|
type: {
|
|
483
|
-
name: "
|
|
381
|
+
name: "String"
|
|
484
382
|
}
|
|
485
383
|
},
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
serializedName: "ResetTime",
|
|
384
|
+
destinationType: {
|
|
385
|
+
serializedName: "DestinationType",
|
|
489
386
|
type: {
|
|
490
|
-
name: "
|
|
387
|
+
name: "String"
|
|
491
388
|
}
|
|
492
389
|
},
|
|
493
|
-
|
|
494
|
-
serializedName: "
|
|
390
|
+
destinationAddress: {
|
|
391
|
+
serializedName: "DestinationAddress",
|
|
495
392
|
type: {
|
|
496
|
-
name: "
|
|
393
|
+
name: "String"
|
|
497
394
|
}
|
|
498
395
|
},
|
|
499
|
-
|
|
500
|
-
serializedName: "
|
|
396
|
+
isEnabled: {
|
|
397
|
+
serializedName: "IsEnabled",
|
|
501
398
|
type: {
|
|
502
|
-
name: "
|
|
399
|
+
name: "String"
|
|
503
400
|
}
|
|
504
401
|
},
|
|
505
|
-
|
|
506
|
-
serializedName: "
|
|
402
|
+
notificationQueueEnabled: {
|
|
403
|
+
serializedName: "NotificationQueueEnabled",
|
|
507
404
|
type: {
|
|
508
|
-
name: "
|
|
405
|
+
name: "String"
|
|
509
406
|
}
|
|
510
407
|
},
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
serializedName: "MaxHistoryCap",
|
|
408
|
+
notificationQueueUri: {
|
|
409
|
+
serializedName: "NotificationQueueUri",
|
|
514
410
|
type: {
|
|
515
|
-
name: "
|
|
411
|
+
name: "String"
|
|
412
|
+
}
|
|
413
|
+
},
|
|
414
|
+
destinationStorageSubscriptionId: {
|
|
415
|
+
serializedName: "DestinationStorageSubscriptionId",
|
|
416
|
+
type: {
|
|
417
|
+
name: "String"
|
|
418
|
+
}
|
|
419
|
+
},
|
|
420
|
+
destinationStorageLocationId: {
|
|
421
|
+
serializedName: "DestinationStorageLocationId",
|
|
422
|
+
type: {
|
|
423
|
+
name: "String"
|
|
424
|
+
}
|
|
425
|
+
},
|
|
426
|
+
destinationAccountId: {
|
|
427
|
+
serializedName: "DestinationAccountId",
|
|
428
|
+
type: {
|
|
429
|
+
name: "String"
|
|
516
430
|
}
|
|
517
431
|
}
|
|
518
432
|
}
|
|
519
433
|
}
|
|
520
434
|
};
|
|
521
|
-
export
|
|
522
|
-
serializedName: "ApplicationInsightsComponentBillingFeatures",
|
|
435
|
+
export const ApplicationInsightsComponentBillingFeatures = {
|
|
523
436
|
type: {
|
|
524
437
|
name: "Composite",
|
|
525
438
|
className: "ApplicationInsightsComponentBillingFeatures",
|
|
@@ -545,29 +458,74 @@ export var ApplicationInsightsComponentBillingFeatures = {
|
|
|
545
458
|
}
|
|
546
459
|
}
|
|
547
460
|
};
|
|
548
|
-
export
|
|
549
|
-
|
|
461
|
+
export const ApplicationInsightsComponentDataVolumeCap = {
|
|
462
|
+
type: {
|
|
463
|
+
name: "Composite",
|
|
464
|
+
className: "ApplicationInsightsComponentDataVolumeCap",
|
|
465
|
+
modelProperties: {
|
|
466
|
+
cap: {
|
|
467
|
+
serializedName: "Cap",
|
|
468
|
+
type: {
|
|
469
|
+
name: "Number"
|
|
470
|
+
}
|
|
471
|
+
},
|
|
472
|
+
resetTime: {
|
|
473
|
+
serializedName: "ResetTime",
|
|
474
|
+
readOnly: true,
|
|
475
|
+
type: {
|
|
476
|
+
name: "Number"
|
|
477
|
+
}
|
|
478
|
+
},
|
|
479
|
+
warningThreshold: {
|
|
480
|
+
serializedName: "WarningThreshold",
|
|
481
|
+
type: {
|
|
482
|
+
name: "Number"
|
|
483
|
+
}
|
|
484
|
+
},
|
|
485
|
+
stopSendNotificationWhenHitThreshold: {
|
|
486
|
+
serializedName: "StopSendNotificationWhenHitThreshold",
|
|
487
|
+
type: {
|
|
488
|
+
name: "Boolean"
|
|
489
|
+
}
|
|
490
|
+
},
|
|
491
|
+
stopSendNotificationWhenHitCap: {
|
|
492
|
+
serializedName: "StopSendNotificationWhenHitCap",
|
|
493
|
+
type: {
|
|
494
|
+
name: "Boolean"
|
|
495
|
+
}
|
|
496
|
+
},
|
|
497
|
+
maxHistoryCap: {
|
|
498
|
+
serializedName: "MaxHistoryCap",
|
|
499
|
+
readOnly: true,
|
|
500
|
+
type: {
|
|
501
|
+
name: "Number"
|
|
502
|
+
}
|
|
503
|
+
}
|
|
504
|
+
}
|
|
505
|
+
}
|
|
506
|
+
};
|
|
507
|
+
export const ApplicationInsightsComponentQuotaStatus = {
|
|
550
508
|
type: {
|
|
551
509
|
name: "Composite",
|
|
552
510
|
className: "ApplicationInsightsComponentQuotaStatus",
|
|
553
511
|
modelProperties: {
|
|
554
512
|
appId: {
|
|
555
|
-
readOnly: true,
|
|
556
513
|
serializedName: "AppId",
|
|
514
|
+
readOnly: true,
|
|
557
515
|
type: {
|
|
558
516
|
name: "String"
|
|
559
517
|
}
|
|
560
518
|
},
|
|
561
519
|
shouldBeThrottled: {
|
|
562
|
-
readOnly: true,
|
|
563
520
|
serializedName: "ShouldBeThrottled",
|
|
521
|
+
readOnly: true,
|
|
564
522
|
type: {
|
|
565
523
|
name: "Boolean"
|
|
566
524
|
}
|
|
567
525
|
},
|
|
568
526
|
expirationTime: {
|
|
569
|
-
readOnly: true,
|
|
570
527
|
serializedName: "ExpirationTime",
|
|
528
|
+
readOnly: true,
|
|
571
529
|
type: {
|
|
572
530
|
name: "String"
|
|
573
531
|
}
|
|
@@ -575,120 +533,119 @@ export var ApplicationInsightsComponentQuotaStatus = {
|
|
|
575
533
|
}
|
|
576
534
|
}
|
|
577
535
|
};
|
|
578
|
-
export
|
|
579
|
-
serializedName: "ApplicationInsightsComponentFeatureCapabilities",
|
|
536
|
+
export const ApplicationInsightsComponentFeatureCapabilities = {
|
|
580
537
|
type: {
|
|
581
538
|
name: "Composite",
|
|
582
539
|
className: "ApplicationInsightsComponentFeatureCapabilities",
|
|
583
540
|
modelProperties: {
|
|
584
541
|
supportExportData: {
|
|
585
|
-
readOnly: true,
|
|
586
542
|
serializedName: "SupportExportData",
|
|
543
|
+
readOnly: true,
|
|
587
544
|
type: {
|
|
588
545
|
name: "Boolean"
|
|
589
546
|
}
|
|
590
547
|
},
|
|
591
548
|
burstThrottlePolicy: {
|
|
592
|
-
readOnly: true,
|
|
593
549
|
serializedName: "BurstThrottlePolicy",
|
|
550
|
+
readOnly: true,
|
|
594
551
|
type: {
|
|
595
552
|
name: "String"
|
|
596
553
|
}
|
|
597
554
|
},
|
|
598
555
|
metadataClass: {
|
|
599
|
-
readOnly: true,
|
|
600
556
|
serializedName: "MetadataClass",
|
|
557
|
+
readOnly: true,
|
|
601
558
|
type: {
|
|
602
559
|
name: "String"
|
|
603
560
|
}
|
|
604
561
|
},
|
|
605
562
|
liveStreamMetrics: {
|
|
606
|
-
readOnly: true,
|
|
607
563
|
serializedName: "LiveStreamMetrics",
|
|
564
|
+
readOnly: true,
|
|
608
565
|
type: {
|
|
609
566
|
name: "Boolean"
|
|
610
567
|
}
|
|
611
568
|
},
|
|
612
569
|
applicationMap: {
|
|
613
|
-
readOnly: true,
|
|
614
570
|
serializedName: "ApplicationMap",
|
|
571
|
+
readOnly: true,
|
|
615
572
|
type: {
|
|
616
573
|
name: "Boolean"
|
|
617
574
|
}
|
|
618
575
|
},
|
|
619
576
|
workItemIntegration: {
|
|
620
|
-
readOnly: true,
|
|
621
577
|
serializedName: "WorkItemIntegration",
|
|
578
|
+
readOnly: true,
|
|
622
579
|
type: {
|
|
623
580
|
name: "Boolean"
|
|
624
581
|
}
|
|
625
582
|
},
|
|
626
583
|
powerBIIntegration: {
|
|
627
|
-
readOnly: true,
|
|
628
584
|
serializedName: "PowerBIIntegration",
|
|
585
|
+
readOnly: true,
|
|
629
586
|
type: {
|
|
630
587
|
name: "Boolean"
|
|
631
588
|
}
|
|
632
589
|
},
|
|
633
590
|
openSchema: {
|
|
634
|
-
readOnly: true,
|
|
635
591
|
serializedName: "OpenSchema",
|
|
592
|
+
readOnly: true,
|
|
636
593
|
type: {
|
|
637
594
|
name: "Boolean"
|
|
638
595
|
}
|
|
639
596
|
},
|
|
640
597
|
proactiveDetection: {
|
|
641
|
-
readOnly: true,
|
|
642
598
|
serializedName: "ProactiveDetection",
|
|
599
|
+
readOnly: true,
|
|
643
600
|
type: {
|
|
644
601
|
name: "Boolean"
|
|
645
602
|
}
|
|
646
603
|
},
|
|
647
604
|
analyticsIntegration: {
|
|
648
|
-
readOnly: true,
|
|
649
605
|
serializedName: "AnalyticsIntegration",
|
|
606
|
+
readOnly: true,
|
|
650
607
|
type: {
|
|
651
608
|
name: "Boolean"
|
|
652
609
|
}
|
|
653
610
|
},
|
|
654
611
|
multipleStepWebTest: {
|
|
655
|
-
readOnly: true,
|
|
656
612
|
serializedName: "MultipleStepWebTest",
|
|
613
|
+
readOnly: true,
|
|
657
614
|
type: {
|
|
658
615
|
name: "Boolean"
|
|
659
616
|
}
|
|
660
617
|
},
|
|
661
618
|
apiAccessLevel: {
|
|
662
|
-
readOnly: true,
|
|
663
619
|
serializedName: "ApiAccessLevel",
|
|
620
|
+
readOnly: true,
|
|
664
621
|
type: {
|
|
665
622
|
name: "String"
|
|
666
623
|
}
|
|
667
624
|
},
|
|
668
625
|
trackingType: {
|
|
669
|
-
readOnly: true,
|
|
670
626
|
serializedName: "TrackingType",
|
|
627
|
+
readOnly: true,
|
|
671
628
|
type: {
|
|
672
629
|
name: "String"
|
|
673
630
|
}
|
|
674
631
|
},
|
|
675
632
|
dailyCap: {
|
|
676
|
-
readOnly: true,
|
|
677
633
|
serializedName: "DailyCap",
|
|
634
|
+
readOnly: true,
|
|
678
635
|
type: {
|
|
679
636
|
name: "Number"
|
|
680
637
|
}
|
|
681
638
|
},
|
|
682
639
|
dailyCapResetTime: {
|
|
683
|
-
readOnly: true,
|
|
684
640
|
serializedName: "DailyCapResetTime",
|
|
641
|
+
readOnly: true,
|
|
685
642
|
type: {
|
|
686
643
|
name: "Number"
|
|
687
644
|
}
|
|
688
645
|
},
|
|
689
646
|
throttleRate: {
|
|
690
|
-
readOnly: true,
|
|
691
647
|
serializedName: "ThrottleRate",
|
|
648
|
+
readOnly: true,
|
|
692
649
|
type: {
|
|
693
650
|
name: "Number"
|
|
694
651
|
}
|
|
@@ -696,101 +653,70 @@ export var ApplicationInsightsComponentFeatureCapabilities = {
|
|
|
696
653
|
}
|
|
697
654
|
}
|
|
698
655
|
};
|
|
699
|
-
export
|
|
700
|
-
serializedName: "ApplicationInsightsComponentFeatureCapability",
|
|
656
|
+
export const ApplicationInsightsComponentAvailableFeatures = {
|
|
701
657
|
type: {
|
|
702
658
|
name: "Composite",
|
|
703
|
-
className: "
|
|
659
|
+
className: "ApplicationInsightsComponentAvailableFeatures",
|
|
704
660
|
modelProperties: {
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
serializedName: "Name",
|
|
708
|
-
type: {
|
|
709
|
-
name: "String"
|
|
710
|
-
}
|
|
711
|
-
},
|
|
712
|
-
description: {
|
|
713
|
-
readOnly: true,
|
|
714
|
-
serializedName: "Description",
|
|
715
|
-
type: {
|
|
716
|
-
name: "String"
|
|
717
|
-
}
|
|
718
|
-
},
|
|
719
|
-
value: {
|
|
720
|
-
readOnly: true,
|
|
721
|
-
serializedName: "Value",
|
|
722
|
-
type: {
|
|
723
|
-
name: "String"
|
|
724
|
-
}
|
|
725
|
-
},
|
|
726
|
-
unit: {
|
|
727
|
-
readOnly: true,
|
|
728
|
-
serializedName: "Unit",
|
|
729
|
-
type: {
|
|
730
|
-
name: "String"
|
|
731
|
-
}
|
|
732
|
-
},
|
|
733
|
-
meterId: {
|
|
734
|
-
readOnly: true,
|
|
735
|
-
serializedName: "MeterId",
|
|
736
|
-
type: {
|
|
737
|
-
name: "String"
|
|
738
|
-
}
|
|
739
|
-
},
|
|
740
|
-
meterRateFrequency: {
|
|
661
|
+
result: {
|
|
662
|
+
serializedName: "Result",
|
|
741
663
|
readOnly: true,
|
|
742
|
-
serializedName: "MeterRateFrequency",
|
|
743
664
|
type: {
|
|
744
|
-
name: "
|
|
665
|
+
name: "Sequence",
|
|
666
|
+
element: {
|
|
667
|
+
type: {
|
|
668
|
+
name: "Composite",
|
|
669
|
+
className: "ApplicationInsightsComponentFeature"
|
|
670
|
+
}
|
|
671
|
+
}
|
|
745
672
|
}
|
|
746
673
|
}
|
|
747
674
|
}
|
|
748
675
|
}
|
|
749
676
|
};
|
|
750
|
-
export
|
|
751
|
-
serializedName: "ApplicationInsightsComponentFeature",
|
|
677
|
+
export const ApplicationInsightsComponentFeature = {
|
|
752
678
|
type: {
|
|
753
679
|
name: "Composite",
|
|
754
680
|
className: "ApplicationInsightsComponentFeature",
|
|
755
681
|
modelProperties: {
|
|
756
682
|
featureName: {
|
|
757
|
-
readOnly: true,
|
|
758
683
|
serializedName: "FeatureName",
|
|
684
|
+
readOnly: true,
|
|
759
685
|
type: {
|
|
760
686
|
name: "String"
|
|
761
687
|
}
|
|
762
688
|
},
|
|
763
689
|
meterId: {
|
|
764
|
-
readOnly: true,
|
|
765
690
|
serializedName: "MeterId",
|
|
691
|
+
readOnly: true,
|
|
766
692
|
type: {
|
|
767
693
|
name: "String"
|
|
768
694
|
}
|
|
769
695
|
},
|
|
770
696
|
meterRateFrequency: {
|
|
771
|
-
readOnly: true,
|
|
772
697
|
serializedName: "MeterRateFrequency",
|
|
698
|
+
readOnly: true,
|
|
773
699
|
type: {
|
|
774
700
|
name: "String"
|
|
775
701
|
}
|
|
776
702
|
},
|
|
777
703
|
resouceId: {
|
|
778
|
-
readOnly: true,
|
|
779
704
|
serializedName: "ResouceId",
|
|
705
|
+
readOnly: true,
|
|
780
706
|
type: {
|
|
781
707
|
name: "String"
|
|
782
708
|
}
|
|
783
709
|
},
|
|
784
710
|
isHidden: {
|
|
785
|
-
readOnly: true,
|
|
786
711
|
serializedName: "IsHidden",
|
|
712
|
+
readOnly: true,
|
|
787
713
|
type: {
|
|
788
714
|
name: "Boolean"
|
|
789
715
|
}
|
|
790
716
|
},
|
|
791
717
|
capabilities: {
|
|
792
|
-
readOnly: true,
|
|
793
718
|
serializedName: "Capabilities",
|
|
719
|
+
readOnly: true,
|
|
794
720
|
type: {
|
|
795
721
|
name: "Sequence",
|
|
796
722
|
element: {
|
|
@@ -802,110 +728,80 @@ export var ApplicationInsightsComponentFeature = {
|
|
|
802
728
|
}
|
|
803
729
|
},
|
|
804
730
|
title: {
|
|
805
|
-
readOnly: true,
|
|
806
731
|
serializedName: "Title",
|
|
732
|
+
readOnly: true,
|
|
807
733
|
type: {
|
|
808
734
|
name: "String"
|
|
809
735
|
}
|
|
810
736
|
},
|
|
811
737
|
isMainFeature: {
|
|
812
|
-
readOnly: true,
|
|
813
738
|
serializedName: "IsMainFeature",
|
|
739
|
+
readOnly: true,
|
|
814
740
|
type: {
|
|
815
741
|
name: "Boolean"
|
|
816
742
|
}
|
|
817
743
|
},
|
|
818
744
|
supportedAddonFeatures: {
|
|
819
|
-
readOnly: true,
|
|
820
745
|
serializedName: "SupportedAddonFeatures",
|
|
821
|
-
type: {
|
|
822
|
-
name: "String"
|
|
823
|
-
}
|
|
824
|
-
}
|
|
825
|
-
}
|
|
826
|
-
}
|
|
827
|
-
};
|
|
828
|
-
export var ApplicationInsightsComponentAvailableFeatures = {
|
|
829
|
-
serializedName: "ApplicationInsightsComponentAvailableFeatures",
|
|
830
|
-
type: {
|
|
831
|
-
name: "Composite",
|
|
832
|
-
className: "ApplicationInsightsComponentAvailableFeatures",
|
|
833
|
-
modelProperties: {
|
|
834
|
-
result: {
|
|
835
746
|
readOnly: true,
|
|
836
|
-
serializedName: "Result",
|
|
837
747
|
type: {
|
|
838
|
-
name: "
|
|
839
|
-
element: {
|
|
840
|
-
type: {
|
|
841
|
-
name: "Composite",
|
|
842
|
-
className: "ApplicationInsightsComponentFeature"
|
|
843
|
-
}
|
|
844
|
-
}
|
|
748
|
+
name: "String"
|
|
845
749
|
}
|
|
846
750
|
}
|
|
847
751
|
}
|
|
848
752
|
}
|
|
849
753
|
};
|
|
850
|
-
export
|
|
851
|
-
serializedName: "ApplicationInsightsComponentProactiveDetectionConfiguration_RuleDefinitions",
|
|
754
|
+
export const ApplicationInsightsComponentFeatureCapability = {
|
|
852
755
|
type: {
|
|
853
756
|
name: "Composite",
|
|
854
|
-
className: "
|
|
757
|
+
className: "ApplicationInsightsComponentFeatureCapability",
|
|
855
758
|
modelProperties: {
|
|
856
759
|
name: {
|
|
857
760
|
serializedName: "Name",
|
|
858
|
-
|
|
859
|
-
name: "String"
|
|
860
|
-
}
|
|
861
|
-
},
|
|
862
|
-
displayName: {
|
|
863
|
-
serializedName: "DisplayName",
|
|
761
|
+
readOnly: true,
|
|
864
762
|
type: {
|
|
865
763
|
name: "String"
|
|
866
764
|
}
|
|
867
765
|
},
|
|
868
766
|
description: {
|
|
869
767
|
serializedName: "Description",
|
|
768
|
+
readOnly: true,
|
|
870
769
|
type: {
|
|
871
770
|
name: "String"
|
|
872
771
|
}
|
|
873
772
|
},
|
|
874
|
-
|
|
875
|
-
serializedName: "
|
|
773
|
+
value: {
|
|
774
|
+
serializedName: "Value",
|
|
775
|
+
readOnly: true,
|
|
876
776
|
type: {
|
|
877
777
|
name: "String"
|
|
878
778
|
}
|
|
879
779
|
},
|
|
880
|
-
|
|
881
|
-
serializedName: "
|
|
882
|
-
|
|
883
|
-
name: "Boolean"
|
|
884
|
-
}
|
|
885
|
-
},
|
|
886
|
-
isEnabledByDefault: {
|
|
887
|
-
serializedName: "IsEnabledByDefault",
|
|
780
|
+
unit: {
|
|
781
|
+
serializedName: "Unit",
|
|
782
|
+
readOnly: true,
|
|
888
783
|
type: {
|
|
889
|
-
name: "
|
|
784
|
+
name: "String"
|
|
890
785
|
}
|
|
891
786
|
},
|
|
892
|
-
|
|
893
|
-
serializedName: "
|
|
787
|
+
meterId: {
|
|
788
|
+
serializedName: "MeterId",
|
|
789
|
+
readOnly: true,
|
|
894
790
|
type: {
|
|
895
|
-
name: "
|
|
791
|
+
name: "String"
|
|
896
792
|
}
|
|
897
793
|
},
|
|
898
|
-
|
|
899
|
-
serializedName: "
|
|
794
|
+
meterRateFrequency: {
|
|
795
|
+
serializedName: "MeterRateFrequency",
|
|
796
|
+
readOnly: true,
|
|
900
797
|
type: {
|
|
901
|
-
name: "
|
|
798
|
+
name: "String"
|
|
902
799
|
}
|
|
903
800
|
}
|
|
904
801
|
}
|
|
905
802
|
}
|
|
906
803
|
};
|
|
907
|
-
export
|
|
908
|
-
serializedName: "ApplicationInsightsComponentProactiveDetectionConfiguration",
|
|
804
|
+
export const ApplicationInsightsComponentProactiveDetectionConfiguration = {
|
|
909
805
|
type: {
|
|
910
806
|
name: "Composite",
|
|
911
807
|
className: "ApplicationInsightsComponentProactiveDetectionConfiguration",
|
|
@@ -955,50 +851,87 @@ export var ApplicationInsightsComponentProactiveDetectionConfiguration = {
|
|
|
955
851
|
}
|
|
956
852
|
}
|
|
957
853
|
};
|
|
958
|
-
export
|
|
959
|
-
serializedName: "WorkItemConfiguration",
|
|
854
|
+
export const ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions = {
|
|
960
855
|
type: {
|
|
961
856
|
name: "Composite",
|
|
962
|
-
className: "
|
|
857
|
+
className: "ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions",
|
|
963
858
|
modelProperties: {
|
|
964
|
-
|
|
965
|
-
serializedName: "
|
|
859
|
+
name: {
|
|
860
|
+
serializedName: "Name",
|
|
966
861
|
type: {
|
|
967
862
|
name: "String"
|
|
968
863
|
}
|
|
969
864
|
},
|
|
970
|
-
|
|
971
|
-
serializedName: "
|
|
865
|
+
displayName: {
|
|
866
|
+
serializedName: "DisplayName",
|
|
972
867
|
type: {
|
|
973
868
|
name: "String"
|
|
974
869
|
}
|
|
975
870
|
},
|
|
976
|
-
|
|
977
|
-
serializedName: "
|
|
871
|
+
description: {
|
|
872
|
+
serializedName: "Description",
|
|
978
873
|
type: {
|
|
979
|
-
name: "
|
|
874
|
+
name: "String"
|
|
980
875
|
}
|
|
981
876
|
},
|
|
982
|
-
|
|
983
|
-
serializedName: "
|
|
877
|
+
helpUrl: {
|
|
878
|
+
serializedName: "HelpUrl",
|
|
984
879
|
type: {
|
|
985
880
|
name: "String"
|
|
986
881
|
}
|
|
987
882
|
},
|
|
988
|
-
|
|
989
|
-
serializedName: "
|
|
883
|
+
isHidden: {
|
|
884
|
+
serializedName: "IsHidden",
|
|
990
885
|
type: {
|
|
991
|
-
name: "
|
|
886
|
+
name: "Boolean"
|
|
887
|
+
}
|
|
888
|
+
},
|
|
889
|
+
isEnabledByDefault: {
|
|
890
|
+
serializedName: "IsEnabledByDefault",
|
|
891
|
+
type: {
|
|
892
|
+
name: "Boolean"
|
|
893
|
+
}
|
|
894
|
+
},
|
|
895
|
+
isInPreview: {
|
|
896
|
+
serializedName: "IsInPreview",
|
|
897
|
+
type: {
|
|
898
|
+
name: "Boolean"
|
|
899
|
+
}
|
|
900
|
+
},
|
|
901
|
+
supportsEmailNotifications: {
|
|
902
|
+
serializedName: "SupportsEmailNotifications",
|
|
903
|
+
type: {
|
|
904
|
+
name: "Boolean"
|
|
992
905
|
}
|
|
993
906
|
}
|
|
994
907
|
}
|
|
995
908
|
}
|
|
996
909
|
};
|
|
997
|
-
export
|
|
998
|
-
serializedName: "WorkItemCreateConfiguration",
|
|
910
|
+
export const WorkItemConfigurationsListResult = {
|
|
999
911
|
type: {
|
|
1000
912
|
name: "Composite",
|
|
1001
|
-
className: "
|
|
913
|
+
className: "WorkItemConfigurationsListResult",
|
|
914
|
+
modelProperties: {
|
|
915
|
+
value: {
|
|
916
|
+
serializedName: "value",
|
|
917
|
+
readOnly: true,
|
|
918
|
+
type: {
|
|
919
|
+
name: "Sequence",
|
|
920
|
+
element: {
|
|
921
|
+
type: {
|
|
922
|
+
name: "Composite",
|
|
923
|
+
className: "WorkItemConfiguration"
|
|
924
|
+
}
|
|
925
|
+
}
|
|
926
|
+
}
|
|
927
|
+
}
|
|
928
|
+
}
|
|
929
|
+
}
|
|
930
|
+
};
|
|
931
|
+
export const WorkItemConfiguration = {
|
|
932
|
+
type: {
|
|
933
|
+
name: "Composite",
|
|
934
|
+
className: "WorkItemConfiguration",
|
|
1002
935
|
modelProperties: {
|
|
1003
936
|
connectorId: {
|
|
1004
937
|
serializedName: "ConnectorId",
|
|
@@ -1006,34 +939,34 @@ export var WorkItemCreateConfiguration = {
|
|
|
1006
939
|
name: "String"
|
|
1007
940
|
}
|
|
1008
941
|
},
|
|
1009
|
-
|
|
1010
|
-
serializedName: "
|
|
942
|
+
configDisplayName: {
|
|
943
|
+
serializedName: "ConfigDisplayName",
|
|
1011
944
|
type: {
|
|
1012
945
|
name: "String"
|
|
1013
946
|
}
|
|
1014
947
|
},
|
|
1015
|
-
|
|
1016
|
-
serializedName: "
|
|
948
|
+
isDefault: {
|
|
949
|
+
serializedName: "IsDefault",
|
|
1017
950
|
type: {
|
|
1018
951
|
name: "Boolean"
|
|
1019
952
|
}
|
|
1020
953
|
},
|
|
1021
|
-
|
|
1022
|
-
serializedName: "
|
|
954
|
+
id: {
|
|
955
|
+
serializedName: "Id",
|
|
1023
956
|
type: {
|
|
1024
|
-
name: "
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
957
|
+
name: "String"
|
|
958
|
+
}
|
|
959
|
+
},
|
|
960
|
+
configProperties: {
|
|
961
|
+
serializedName: "ConfigProperties",
|
|
962
|
+
type: {
|
|
963
|
+
name: "String"
|
|
1030
964
|
}
|
|
1031
965
|
}
|
|
1032
966
|
}
|
|
1033
967
|
}
|
|
1034
968
|
};
|
|
1035
|
-
export
|
|
1036
|
-
serializedName: "WorkItemConfigurationError",
|
|
969
|
+
export const WorkItemConfigurationError = {
|
|
1037
970
|
type: {
|
|
1038
971
|
name: "Composite",
|
|
1039
972
|
className: "WorkItemConfigurationError",
|
|
@@ -1060,8 +993,40 @@ export var WorkItemConfigurationError = {
|
|
|
1060
993
|
}
|
|
1061
994
|
}
|
|
1062
995
|
};
|
|
1063
|
-
export
|
|
1064
|
-
|
|
996
|
+
export const WorkItemCreateConfiguration = {
|
|
997
|
+
type: {
|
|
998
|
+
name: "Composite",
|
|
999
|
+
className: "WorkItemCreateConfiguration",
|
|
1000
|
+
modelProperties: {
|
|
1001
|
+
connectorId: {
|
|
1002
|
+
serializedName: "ConnectorId",
|
|
1003
|
+
type: {
|
|
1004
|
+
name: "String"
|
|
1005
|
+
}
|
|
1006
|
+
},
|
|
1007
|
+
connectorDataConfiguration: {
|
|
1008
|
+
serializedName: "ConnectorDataConfiguration",
|
|
1009
|
+
type: {
|
|
1010
|
+
name: "String"
|
|
1011
|
+
}
|
|
1012
|
+
},
|
|
1013
|
+
validateOnly: {
|
|
1014
|
+
serializedName: "ValidateOnly",
|
|
1015
|
+
type: {
|
|
1016
|
+
name: "Boolean"
|
|
1017
|
+
}
|
|
1018
|
+
},
|
|
1019
|
+
workItemProperties: {
|
|
1020
|
+
serializedName: "WorkItemProperties",
|
|
1021
|
+
type: {
|
|
1022
|
+
name: "Dictionary",
|
|
1023
|
+
value: { type: { name: "String" } }
|
|
1024
|
+
}
|
|
1025
|
+
}
|
|
1026
|
+
}
|
|
1027
|
+
}
|
|
1028
|
+
};
|
|
1029
|
+
export const ApplicationInsightsComponentFavorite = {
|
|
1065
1030
|
type: {
|
|
1066
1031
|
name: "Composite",
|
|
1067
1032
|
className: "ApplicationInsightsComponentFavorite",
|
|
@@ -1085,8 +1050,8 @@ export var ApplicationInsightsComponentFavorite = {
|
|
|
1085
1050
|
}
|
|
1086
1051
|
},
|
|
1087
1052
|
favoriteId: {
|
|
1088
|
-
readOnly: true,
|
|
1089
1053
|
serializedName: "FavoriteId",
|
|
1054
|
+
readOnly: true,
|
|
1090
1055
|
type: {
|
|
1091
1056
|
name: "String"
|
|
1092
1057
|
}
|
|
@@ -1095,10 +1060,7 @@ export var ApplicationInsightsComponentFavorite = {
|
|
|
1095
1060
|
serializedName: "FavoriteType",
|
|
1096
1061
|
type: {
|
|
1097
1062
|
name: "Enum",
|
|
1098
|
-
allowedValues: [
|
|
1099
|
-
"shared",
|
|
1100
|
-
"user"
|
|
1101
|
-
]
|
|
1063
|
+
allowedValues: ["shared", "user"]
|
|
1102
1064
|
}
|
|
1103
1065
|
},
|
|
1104
1066
|
sourceType: {
|
|
@@ -1108,8 +1070,8 @@ export var ApplicationInsightsComponentFavorite = {
|
|
|
1108
1070
|
}
|
|
1109
1071
|
},
|
|
1110
1072
|
timeModified: {
|
|
1111
|
-
readOnly: true,
|
|
1112
1073
|
serializedName: "TimeModified",
|
|
1074
|
+
readOnly: true,
|
|
1113
1075
|
type: {
|
|
1114
1076
|
name: "String"
|
|
1115
1077
|
}
|
|
@@ -1138,8 +1100,8 @@ export var ApplicationInsightsComponentFavorite = {
|
|
|
1138
1100
|
}
|
|
1139
1101
|
},
|
|
1140
1102
|
userId: {
|
|
1141
|
-
readOnly: true,
|
|
1142
1103
|
serializedName: "UserId",
|
|
1104
|
+
readOnly: true,
|
|
1143
1105
|
type: {
|
|
1144
1106
|
name: "String"
|
|
1145
1107
|
}
|
|
@@ -1147,22 +1109,97 @@ export var ApplicationInsightsComponentFavorite = {
|
|
|
1147
1109
|
}
|
|
1148
1110
|
}
|
|
1149
1111
|
};
|
|
1150
|
-
export
|
|
1151
|
-
|
|
1112
|
+
export const ApplicationInsightsWebTestLocationsListResult = {
|
|
1113
|
+
type: {
|
|
1114
|
+
name: "Composite",
|
|
1115
|
+
className: "ApplicationInsightsWebTestLocationsListResult",
|
|
1116
|
+
modelProperties: {
|
|
1117
|
+
value: {
|
|
1118
|
+
serializedName: "value",
|
|
1119
|
+
required: true,
|
|
1120
|
+
type: {
|
|
1121
|
+
name: "Sequence",
|
|
1122
|
+
element: {
|
|
1123
|
+
type: {
|
|
1124
|
+
name: "Composite",
|
|
1125
|
+
className: "ApplicationInsightsComponentWebTestLocation"
|
|
1126
|
+
}
|
|
1127
|
+
}
|
|
1128
|
+
}
|
|
1129
|
+
}
|
|
1130
|
+
}
|
|
1131
|
+
}
|
|
1132
|
+
};
|
|
1133
|
+
export const ApplicationInsightsComponentWebTestLocation = {
|
|
1152
1134
|
type: {
|
|
1153
1135
|
name: "Composite",
|
|
1154
1136
|
className: "ApplicationInsightsComponentWebTestLocation",
|
|
1155
1137
|
modelProperties: {
|
|
1156
1138
|
displayName: {
|
|
1157
|
-
readOnly: true,
|
|
1158
1139
|
serializedName: "DisplayName",
|
|
1140
|
+
readOnly: true,
|
|
1159
1141
|
type: {
|
|
1160
1142
|
name: "String"
|
|
1161
1143
|
}
|
|
1162
1144
|
},
|
|
1163
1145
|
tag: {
|
|
1164
|
-
readOnly: true,
|
|
1165
1146
|
serializedName: "Tag",
|
|
1147
|
+
readOnly: true,
|
|
1148
|
+
type: {
|
|
1149
|
+
name: "String"
|
|
1150
|
+
}
|
|
1151
|
+
}
|
|
1152
|
+
}
|
|
1153
|
+
}
|
|
1154
|
+
};
|
|
1155
|
+
export const WebTestListResult = {
|
|
1156
|
+
type: {
|
|
1157
|
+
name: "Composite",
|
|
1158
|
+
className: "WebTestListResult",
|
|
1159
|
+
modelProperties: {
|
|
1160
|
+
value: {
|
|
1161
|
+
serializedName: "value",
|
|
1162
|
+
required: true,
|
|
1163
|
+
type: {
|
|
1164
|
+
name: "Sequence",
|
|
1165
|
+
element: {
|
|
1166
|
+
type: {
|
|
1167
|
+
name: "Composite",
|
|
1168
|
+
className: "WebTest"
|
|
1169
|
+
}
|
|
1170
|
+
}
|
|
1171
|
+
}
|
|
1172
|
+
},
|
|
1173
|
+
nextLink: {
|
|
1174
|
+
serializedName: "nextLink",
|
|
1175
|
+
type: {
|
|
1176
|
+
name: "String"
|
|
1177
|
+
}
|
|
1178
|
+
}
|
|
1179
|
+
}
|
|
1180
|
+
}
|
|
1181
|
+
};
|
|
1182
|
+
export const WebTestGeolocation = {
|
|
1183
|
+
type: {
|
|
1184
|
+
name: "Composite",
|
|
1185
|
+
className: "WebTestGeolocation",
|
|
1186
|
+
modelProperties: {
|
|
1187
|
+
location: {
|
|
1188
|
+
serializedName: "Id",
|
|
1189
|
+
type: {
|
|
1190
|
+
name: "String"
|
|
1191
|
+
}
|
|
1192
|
+
}
|
|
1193
|
+
}
|
|
1194
|
+
}
|
|
1195
|
+
};
|
|
1196
|
+
export const WebTestPropertiesConfiguration = {
|
|
1197
|
+
type: {
|
|
1198
|
+
name: "Composite",
|
|
1199
|
+
className: "WebTestPropertiesConfiguration",
|
|
1200
|
+
modelProperties: {
|
|
1201
|
+
webTest: {
|
|
1202
|
+
serializedName: "WebTest",
|
|
1166
1203
|
type: {
|
|
1167
1204
|
name: "String"
|
|
1168
1205
|
}
|
|
@@ -1170,36 +1207,35 @@ export var ApplicationInsightsComponentWebTestLocation = {
|
|
|
1170
1207
|
}
|
|
1171
1208
|
}
|
|
1172
1209
|
};
|
|
1173
|
-
export
|
|
1174
|
-
serializedName: "WebtestsResource",
|
|
1210
|
+
export const WebtestsResource = {
|
|
1175
1211
|
type: {
|
|
1176
1212
|
name: "Composite",
|
|
1177
1213
|
className: "WebtestsResource",
|
|
1178
1214
|
modelProperties: {
|
|
1179
1215
|
id: {
|
|
1180
|
-
readOnly: true,
|
|
1181
1216
|
serializedName: "id",
|
|
1217
|
+
readOnly: true,
|
|
1182
1218
|
type: {
|
|
1183
1219
|
name: "String"
|
|
1184
1220
|
}
|
|
1185
1221
|
},
|
|
1186
1222
|
name: {
|
|
1187
|
-
readOnly: true,
|
|
1188
1223
|
serializedName: "name",
|
|
1224
|
+
readOnly: true,
|
|
1189
1225
|
type: {
|
|
1190
1226
|
name: "String"
|
|
1191
1227
|
}
|
|
1192
1228
|
},
|
|
1193
1229
|
type: {
|
|
1194
|
-
readOnly: true,
|
|
1195
1230
|
serializedName: "type",
|
|
1231
|
+
readOnly: true,
|
|
1196
1232
|
type: {
|
|
1197
1233
|
name: "String"
|
|
1198
1234
|
}
|
|
1199
1235
|
},
|
|
1200
1236
|
location: {
|
|
1201
|
-
required: true,
|
|
1202
1237
|
serializedName: "location",
|
|
1238
|
+
required: true,
|
|
1203
1239
|
type: {
|
|
1204
1240
|
name: "String"
|
|
1205
1241
|
}
|
|
@@ -1208,18 +1244,13 @@ export var WebtestsResource = {
|
|
|
1208
1244
|
serializedName: "tags",
|
|
1209
1245
|
type: {
|
|
1210
1246
|
name: "Dictionary",
|
|
1211
|
-
value: {
|
|
1212
|
-
type: {
|
|
1213
|
-
name: "String"
|
|
1214
|
-
}
|
|
1215
|
-
}
|
|
1247
|
+
value: { type: { name: "String" } }
|
|
1216
1248
|
}
|
|
1217
1249
|
}
|
|
1218
1250
|
}
|
|
1219
1251
|
}
|
|
1220
1252
|
};
|
|
1221
|
-
export
|
|
1222
|
-
serializedName: "TagsResource",
|
|
1253
|
+
export const TagsResource = {
|
|
1223
1254
|
type: {
|
|
1224
1255
|
name: "Composite",
|
|
1225
1256
|
className: "TagsResource",
|
|
@@ -1228,140 +1259,79 @@ export var TagsResource = {
|
|
|
1228
1259
|
serializedName: "tags",
|
|
1229
1260
|
type: {
|
|
1230
1261
|
name: "Dictionary",
|
|
1231
|
-
value: {
|
|
1232
|
-
type: {
|
|
1233
|
-
name: "String"
|
|
1234
|
-
}
|
|
1235
|
-
}
|
|
1262
|
+
value: { type: { name: "String" } }
|
|
1236
1263
|
}
|
|
1237
1264
|
}
|
|
1238
1265
|
}
|
|
1239
1266
|
}
|
|
1240
1267
|
};
|
|
1241
|
-
export
|
|
1242
|
-
serializedName: "WebTestGeolocation",
|
|
1268
|
+
export const ApplicationInsightsComponentAnalyticsItem = {
|
|
1243
1269
|
type: {
|
|
1244
1270
|
name: "Composite",
|
|
1245
|
-
className: "
|
|
1271
|
+
className: "ApplicationInsightsComponentAnalyticsItem",
|
|
1246
1272
|
modelProperties: {
|
|
1247
|
-
|
|
1273
|
+
id: {
|
|
1248
1274
|
serializedName: "Id",
|
|
1249
1275
|
type: {
|
|
1250
1276
|
name: "String"
|
|
1251
1277
|
}
|
|
1252
|
-
}
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
};
|
|
1256
|
-
export var WebTestPropertiesConfiguration = {
|
|
1257
|
-
serializedName: "WebTestProperties_Configuration",
|
|
1258
|
-
type: {
|
|
1259
|
-
name: "Composite",
|
|
1260
|
-
className: "WebTestPropertiesConfiguration",
|
|
1261
|
-
modelProperties: {
|
|
1262
|
-
webTest: {
|
|
1263
|
-
serializedName: "WebTest",
|
|
1278
|
+
},
|
|
1279
|
+
name: {
|
|
1280
|
+
serializedName: "Name",
|
|
1264
1281
|
type: {
|
|
1265
1282
|
name: "String"
|
|
1266
1283
|
}
|
|
1267
|
-
}
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
};
|
|
1271
|
-
export var WebTest = {
|
|
1272
|
-
serializedName: "WebTest",
|
|
1273
|
-
type: {
|
|
1274
|
-
name: "Composite",
|
|
1275
|
-
className: "WebTest",
|
|
1276
|
-
modelProperties: __assign(__assign({}, WebtestsResource.type.modelProperties), { kind: {
|
|
1277
|
-
serializedName: "kind",
|
|
1278
|
-
defaultValue: 'ping',
|
|
1284
|
+
},
|
|
1285
|
+
content: {
|
|
1286
|
+
serializedName: "Content",
|
|
1279
1287
|
type: {
|
|
1280
|
-
name: "
|
|
1281
|
-
allowedValues: [
|
|
1282
|
-
"ping",
|
|
1283
|
-
"multistep"
|
|
1284
|
-
]
|
|
1288
|
+
name: "String"
|
|
1285
1289
|
}
|
|
1286
|
-
},
|
|
1287
|
-
|
|
1288
|
-
serializedName: "
|
|
1290
|
+
},
|
|
1291
|
+
version: {
|
|
1292
|
+
serializedName: "Version",
|
|
1293
|
+
readOnly: true,
|
|
1289
1294
|
type: {
|
|
1290
1295
|
name: "String"
|
|
1291
1296
|
}
|
|
1292
|
-
},
|
|
1293
|
-
|
|
1294
|
-
serializedName: "
|
|
1297
|
+
},
|
|
1298
|
+
scope: {
|
|
1299
|
+
serializedName: "Scope",
|
|
1295
1300
|
type: {
|
|
1296
1301
|
name: "String"
|
|
1297
1302
|
}
|
|
1298
|
-
},
|
|
1299
|
-
|
|
1303
|
+
},
|
|
1304
|
+
type: {
|
|
1305
|
+
serializedName: "Type",
|
|
1300
1306
|
type: {
|
|
1301
1307
|
name: "String"
|
|
1302
1308
|
}
|
|
1303
|
-
},
|
|
1304
|
-
|
|
1309
|
+
},
|
|
1310
|
+
timeCreated: {
|
|
1311
|
+
serializedName: "TimeCreated",
|
|
1312
|
+
readOnly: true,
|
|
1305
1313
|
type: {
|
|
1306
|
-
name: "
|
|
1307
|
-
}
|
|
1308
|
-
}, frequency: {
|
|
1309
|
-
serializedName: "properties.Frequency",
|
|
1310
|
-
defaultValue: 300,
|
|
1311
|
-
type: {
|
|
1312
|
-
name: "Number"
|
|
1313
|
-
}
|
|
1314
|
-
}, timeout: {
|
|
1315
|
-
serializedName: "properties.Timeout",
|
|
1316
|
-
defaultValue: 30,
|
|
1317
|
-
type: {
|
|
1318
|
-
name: "Number"
|
|
1319
|
-
}
|
|
1320
|
-
}, webTestKind: {
|
|
1321
|
-
required: true,
|
|
1322
|
-
serializedName: "properties.Kind",
|
|
1323
|
-
defaultValue: 'ping',
|
|
1324
|
-
type: {
|
|
1325
|
-
name: "Enum",
|
|
1326
|
-
allowedValues: [
|
|
1327
|
-
"ping",
|
|
1328
|
-
"multistep"
|
|
1329
|
-
]
|
|
1330
|
-
}
|
|
1331
|
-
}, retryEnabled: {
|
|
1332
|
-
serializedName: "properties.RetryEnabled",
|
|
1333
|
-
type: {
|
|
1334
|
-
name: "Boolean"
|
|
1314
|
+
name: "String"
|
|
1335
1315
|
}
|
|
1336
|
-
},
|
|
1337
|
-
|
|
1338
|
-
serializedName: "
|
|
1316
|
+
},
|
|
1317
|
+
timeModified: {
|
|
1318
|
+
serializedName: "TimeModified",
|
|
1319
|
+
readOnly: true,
|
|
1339
1320
|
type: {
|
|
1340
|
-
name: "
|
|
1341
|
-
element: {
|
|
1342
|
-
type: {
|
|
1343
|
-
name: "Composite",
|
|
1344
|
-
className: "WebTestGeolocation"
|
|
1345
|
-
}
|
|
1346
|
-
}
|
|
1321
|
+
name: "String"
|
|
1347
1322
|
}
|
|
1348
|
-
},
|
|
1349
|
-
|
|
1323
|
+
},
|
|
1324
|
+
properties: {
|
|
1325
|
+
serializedName: "Properties",
|
|
1350
1326
|
type: {
|
|
1351
1327
|
name: "Composite",
|
|
1352
|
-
className: "
|
|
1353
|
-
}
|
|
1354
|
-
}, provisioningState: {
|
|
1355
|
-
readOnly: true,
|
|
1356
|
-
serializedName: "properties.provisioningState",
|
|
1357
|
-
type: {
|
|
1358
|
-
name: "String"
|
|
1328
|
+
className: "ApplicationInsightsComponentAnalyticsItemProperties"
|
|
1359
1329
|
}
|
|
1360
|
-
}
|
|
1330
|
+
}
|
|
1331
|
+
}
|
|
1361
1332
|
}
|
|
1362
1333
|
};
|
|
1363
|
-
export
|
|
1364
|
-
serializedName: "ApplicationInsightsComponentAnalyticsItemProperties",
|
|
1334
|
+
export const ApplicationInsightsComponentAnalyticsItemProperties = {
|
|
1365
1335
|
type: {
|
|
1366
1336
|
name: "Composite",
|
|
1367
1337
|
className: "ApplicationInsightsComponentAnalyticsItemProperties",
|
|
@@ -1375,103 +1345,120 @@ export var ApplicationInsightsComponentAnalyticsItemProperties = {
|
|
|
1375
1345
|
}
|
|
1376
1346
|
}
|
|
1377
1347
|
};
|
|
1378
|
-
export
|
|
1379
|
-
serializedName: "ApplicationInsightsComponentAnalyticsItem",
|
|
1348
|
+
export const WorkbookTemplatesListResult = {
|
|
1380
1349
|
type: {
|
|
1381
1350
|
name: "Composite",
|
|
1382
|
-
className: "
|
|
1351
|
+
className: "WorkbookTemplatesListResult",
|
|
1383
1352
|
modelProperties: {
|
|
1384
|
-
|
|
1385
|
-
serializedName: "
|
|
1353
|
+
value: {
|
|
1354
|
+
serializedName: "value",
|
|
1386
1355
|
type: {
|
|
1387
|
-
name: "
|
|
1356
|
+
name: "Sequence",
|
|
1357
|
+
element: {
|
|
1358
|
+
type: {
|
|
1359
|
+
name: "Composite",
|
|
1360
|
+
className: "WorkbookTemplate"
|
|
1361
|
+
}
|
|
1362
|
+
}
|
|
1388
1363
|
}
|
|
1389
|
-
}
|
|
1364
|
+
}
|
|
1365
|
+
}
|
|
1366
|
+
}
|
|
1367
|
+
};
|
|
1368
|
+
export const WorkbookTemplateGallery = {
|
|
1369
|
+
type: {
|
|
1370
|
+
name: "Composite",
|
|
1371
|
+
className: "WorkbookTemplateGallery",
|
|
1372
|
+
modelProperties: {
|
|
1390
1373
|
name: {
|
|
1391
|
-
serializedName: "
|
|
1392
|
-
type: {
|
|
1393
|
-
name: "String"
|
|
1394
|
-
}
|
|
1395
|
-
},
|
|
1396
|
-
content: {
|
|
1397
|
-
serializedName: "Content",
|
|
1374
|
+
serializedName: "name",
|
|
1398
1375
|
type: {
|
|
1399
1376
|
name: "String"
|
|
1400
1377
|
}
|
|
1401
1378
|
},
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
serializedName: "Version",
|
|
1379
|
+
category: {
|
|
1380
|
+
serializedName: "category",
|
|
1405
1381
|
type: {
|
|
1406
1382
|
name: "String"
|
|
1407
1383
|
}
|
|
1408
1384
|
},
|
|
1409
|
-
|
|
1410
|
-
serializedName: "
|
|
1385
|
+
type: {
|
|
1386
|
+
serializedName: "type",
|
|
1411
1387
|
type: {
|
|
1412
1388
|
name: "String"
|
|
1413
1389
|
}
|
|
1414
1390
|
},
|
|
1415
|
-
|
|
1416
|
-
serializedName: "
|
|
1391
|
+
order: {
|
|
1392
|
+
serializedName: "order",
|
|
1417
1393
|
type: {
|
|
1418
|
-
name: "
|
|
1394
|
+
name: "Number"
|
|
1419
1395
|
}
|
|
1420
1396
|
},
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
serializedName: "TimeCreated",
|
|
1397
|
+
resourceType: {
|
|
1398
|
+
serializedName: "resourceType",
|
|
1424
1399
|
type: {
|
|
1425
1400
|
name: "String"
|
|
1426
1401
|
}
|
|
1427
|
-
}
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1402
|
+
}
|
|
1403
|
+
}
|
|
1404
|
+
}
|
|
1405
|
+
};
|
|
1406
|
+
export const WorkbookTemplateLocalizedGallery = {
|
|
1407
|
+
type: {
|
|
1408
|
+
name: "Composite",
|
|
1409
|
+
className: "WorkbookTemplateLocalizedGallery",
|
|
1410
|
+
modelProperties: {
|
|
1411
|
+
templateData: {
|
|
1412
|
+
serializedName: "templateData",
|
|
1431
1413
|
type: {
|
|
1432
|
-
name: "
|
|
1414
|
+
name: "Dictionary",
|
|
1415
|
+
value: { type: { name: "any" } }
|
|
1433
1416
|
}
|
|
1434
1417
|
},
|
|
1435
|
-
|
|
1436
|
-
serializedName: "
|
|
1418
|
+
galleries: {
|
|
1419
|
+
serializedName: "galleries",
|
|
1437
1420
|
type: {
|
|
1438
|
-
name: "
|
|
1439
|
-
|
|
1421
|
+
name: "Sequence",
|
|
1422
|
+
element: {
|
|
1423
|
+
type: {
|
|
1424
|
+
name: "Composite",
|
|
1425
|
+
className: "WorkbookTemplateGallery"
|
|
1426
|
+
}
|
|
1427
|
+
}
|
|
1440
1428
|
}
|
|
1441
1429
|
}
|
|
1442
1430
|
}
|
|
1443
1431
|
}
|
|
1444
1432
|
};
|
|
1445
|
-
export
|
|
1446
|
-
serializedName: "WorkbookTemplateResource",
|
|
1433
|
+
export const WorkbookTemplateResource = {
|
|
1447
1434
|
type: {
|
|
1448
1435
|
name: "Composite",
|
|
1449
1436
|
className: "WorkbookTemplateResource",
|
|
1450
1437
|
modelProperties: {
|
|
1451
1438
|
id: {
|
|
1452
|
-
readOnly: true,
|
|
1453
1439
|
serializedName: "id",
|
|
1440
|
+
readOnly: true,
|
|
1454
1441
|
type: {
|
|
1455
1442
|
name: "String"
|
|
1456
1443
|
}
|
|
1457
1444
|
},
|
|
1458
1445
|
name: {
|
|
1459
|
-
readOnly: true,
|
|
1460
1446
|
serializedName: "name",
|
|
1447
|
+
readOnly: true,
|
|
1461
1448
|
type: {
|
|
1462
1449
|
name: "String"
|
|
1463
1450
|
}
|
|
1464
1451
|
},
|
|
1465
1452
|
type: {
|
|
1466
|
-
readOnly: true,
|
|
1467
1453
|
serializedName: "type",
|
|
1454
|
+
readOnly: true,
|
|
1468
1455
|
type: {
|
|
1469
1456
|
name: "String"
|
|
1470
1457
|
}
|
|
1471
1458
|
},
|
|
1472
1459
|
location: {
|
|
1473
|
-
required: true,
|
|
1474
1460
|
serializedName: "location",
|
|
1461
|
+
required: true,
|
|
1475
1462
|
type: {
|
|
1476
1463
|
name: "String"
|
|
1477
1464
|
}
|
|
@@ -1480,105 +1467,117 @@ export var WorkbookTemplateResource = {
|
|
|
1480
1467
|
serializedName: "tags",
|
|
1481
1468
|
type: {
|
|
1482
1469
|
name: "Dictionary",
|
|
1483
|
-
value: {
|
|
1484
|
-
type: {
|
|
1485
|
-
name: "String"
|
|
1486
|
-
}
|
|
1487
|
-
}
|
|
1470
|
+
value: { type: { name: "String" } }
|
|
1488
1471
|
}
|
|
1489
1472
|
}
|
|
1490
1473
|
}
|
|
1491
1474
|
}
|
|
1492
1475
|
};
|
|
1493
|
-
export
|
|
1494
|
-
serializedName: "WorkbookTemplateGallery",
|
|
1476
|
+
export const WorkbookTemplateError = {
|
|
1495
1477
|
type: {
|
|
1496
1478
|
name: "Composite",
|
|
1497
|
-
className: "
|
|
1479
|
+
className: "WorkbookTemplateError",
|
|
1498
1480
|
modelProperties: {
|
|
1499
|
-
|
|
1500
|
-
serializedName: "
|
|
1481
|
+
error: {
|
|
1482
|
+
serializedName: "error",
|
|
1501
1483
|
type: {
|
|
1502
|
-
name: "
|
|
1484
|
+
name: "Composite",
|
|
1485
|
+
className: "WorkbookTemplateErrorBody"
|
|
1503
1486
|
}
|
|
1504
|
-
}
|
|
1505
|
-
|
|
1506
|
-
|
|
1487
|
+
}
|
|
1488
|
+
}
|
|
1489
|
+
}
|
|
1490
|
+
};
|
|
1491
|
+
export const WorkbookTemplateErrorBody = {
|
|
1492
|
+
type: {
|
|
1493
|
+
name: "Composite",
|
|
1494
|
+
className: "WorkbookTemplateErrorBody",
|
|
1495
|
+
modelProperties: {
|
|
1496
|
+
code: {
|
|
1497
|
+
serializedName: "code",
|
|
1507
1498
|
type: {
|
|
1508
1499
|
name: "String"
|
|
1509
1500
|
}
|
|
1510
1501
|
},
|
|
1511
|
-
|
|
1512
|
-
serializedName: "
|
|
1502
|
+
message: {
|
|
1503
|
+
serializedName: "message",
|
|
1513
1504
|
type: {
|
|
1514
1505
|
name: "String"
|
|
1515
1506
|
}
|
|
1516
1507
|
},
|
|
1517
|
-
|
|
1518
|
-
serializedName: "
|
|
1519
|
-
type: {
|
|
1520
|
-
name: "Number"
|
|
1521
|
-
}
|
|
1522
|
-
},
|
|
1523
|
-
resourceType: {
|
|
1524
|
-
serializedName: "resourceType",
|
|
1508
|
+
details: {
|
|
1509
|
+
serializedName: "details",
|
|
1525
1510
|
type: {
|
|
1526
|
-
name: "
|
|
1511
|
+
name: "Sequence",
|
|
1512
|
+
element: {
|
|
1513
|
+
type: {
|
|
1514
|
+
name: "Composite",
|
|
1515
|
+
className: "WorkbookTemplateErrorFieldContract"
|
|
1516
|
+
}
|
|
1517
|
+
}
|
|
1527
1518
|
}
|
|
1528
1519
|
}
|
|
1529
1520
|
}
|
|
1530
1521
|
}
|
|
1531
1522
|
};
|
|
1532
|
-
export
|
|
1533
|
-
serializedName: "WorkbookTemplateLocalizedGallery",
|
|
1523
|
+
export const WorkbookTemplateErrorFieldContract = {
|
|
1534
1524
|
type: {
|
|
1535
1525
|
name: "Composite",
|
|
1536
|
-
className: "
|
|
1526
|
+
className: "WorkbookTemplateErrorFieldContract",
|
|
1537
1527
|
modelProperties: {
|
|
1538
|
-
|
|
1539
|
-
serializedName: "
|
|
1528
|
+
code: {
|
|
1529
|
+
serializedName: "code",
|
|
1540
1530
|
type: {
|
|
1541
|
-
name: "
|
|
1531
|
+
name: "String"
|
|
1542
1532
|
}
|
|
1543
1533
|
},
|
|
1544
|
-
|
|
1545
|
-
serializedName: "
|
|
1534
|
+
message: {
|
|
1535
|
+
serializedName: "message",
|
|
1546
1536
|
type: {
|
|
1547
|
-
name: "
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1537
|
+
name: "String"
|
|
1538
|
+
}
|
|
1539
|
+
},
|
|
1540
|
+
target: {
|
|
1541
|
+
serializedName: "target",
|
|
1542
|
+
type: {
|
|
1543
|
+
name: "String"
|
|
1554
1544
|
}
|
|
1555
1545
|
}
|
|
1556
1546
|
}
|
|
1557
1547
|
}
|
|
1558
1548
|
};
|
|
1559
|
-
export
|
|
1560
|
-
serializedName: "WorkbookTemplate",
|
|
1549
|
+
export const WorkbookTemplateUpdateParameters = {
|
|
1561
1550
|
type: {
|
|
1562
1551
|
name: "Composite",
|
|
1563
|
-
className: "
|
|
1564
|
-
modelProperties:
|
|
1552
|
+
className: "WorkbookTemplateUpdateParameters",
|
|
1553
|
+
modelProperties: {
|
|
1554
|
+
tags: {
|
|
1555
|
+
serializedName: "tags",
|
|
1556
|
+
type: {
|
|
1557
|
+
name: "Dictionary",
|
|
1558
|
+
value: { type: { name: "String" } }
|
|
1559
|
+
}
|
|
1560
|
+
},
|
|
1561
|
+
priority: {
|
|
1565
1562
|
serializedName: "properties.priority",
|
|
1566
1563
|
type: {
|
|
1567
1564
|
name: "Number"
|
|
1568
1565
|
}
|
|
1569
|
-
},
|
|
1566
|
+
},
|
|
1567
|
+
author: {
|
|
1570
1568
|
serializedName: "properties.author",
|
|
1571
1569
|
type: {
|
|
1572
1570
|
name: "String"
|
|
1573
1571
|
}
|
|
1574
|
-
},
|
|
1575
|
-
|
|
1572
|
+
},
|
|
1573
|
+
templateData: {
|
|
1576
1574
|
serializedName: "properties.templateData",
|
|
1577
1575
|
type: {
|
|
1578
|
-
name: "
|
|
1576
|
+
name: "Dictionary",
|
|
1577
|
+
value: { type: { name: "any" } }
|
|
1579
1578
|
}
|
|
1580
|
-
},
|
|
1581
|
-
|
|
1579
|
+
},
|
|
1580
|
+
galleries: {
|
|
1582
1581
|
serializedName: "properties.galleries",
|
|
1583
1582
|
type: {
|
|
1584
1583
|
name: "Sequence",
|
|
@@ -1589,7 +1588,8 @@ export var WorkbookTemplate = {
|
|
|
1589
1588
|
}
|
|
1590
1589
|
}
|
|
1591
1590
|
}
|
|
1592
|
-
},
|
|
1591
|
+
},
|
|
1592
|
+
localized: {
|
|
1593
1593
|
serializedName: "properties.localized",
|
|
1594
1594
|
type: {
|
|
1595
1595
|
name: "Dictionary",
|
|
@@ -1605,170 +1605,170 @@ export var WorkbookTemplate = {
|
|
|
1605
1605
|
}
|
|
1606
1606
|
}
|
|
1607
1607
|
}
|
|
1608
|
-
}
|
|
1608
|
+
}
|
|
1609
|
+
}
|
|
1609
1610
|
}
|
|
1610
1611
|
};
|
|
1611
|
-
export
|
|
1612
|
-
serializedName: "WorkbookTemplateUpdateParameters",
|
|
1612
|
+
export const MyWorkbooksListResult = {
|
|
1613
1613
|
type: {
|
|
1614
1614
|
name: "Composite",
|
|
1615
|
-
className: "
|
|
1615
|
+
className: "MyWorkbooksListResult",
|
|
1616
1616
|
modelProperties: {
|
|
1617
|
-
|
|
1618
|
-
serializedName: "
|
|
1617
|
+
value: {
|
|
1618
|
+
serializedName: "value",
|
|
1619
|
+
readOnly: true,
|
|
1619
1620
|
type: {
|
|
1620
|
-
name: "
|
|
1621
|
-
|
|
1621
|
+
name: "Sequence",
|
|
1622
|
+
element: {
|
|
1622
1623
|
type: {
|
|
1623
|
-
name: "
|
|
1624
|
+
name: "Composite",
|
|
1625
|
+
className: "MyWorkbook"
|
|
1624
1626
|
}
|
|
1625
1627
|
}
|
|
1626
1628
|
}
|
|
1627
1629
|
},
|
|
1628
|
-
|
|
1629
|
-
serializedName: "
|
|
1630
|
+
nextLink: {
|
|
1631
|
+
serializedName: "nextLink",
|
|
1630
1632
|
type: {
|
|
1631
|
-
name: "
|
|
1633
|
+
name: "String"
|
|
1634
|
+
}
|
|
1635
|
+
}
|
|
1636
|
+
}
|
|
1637
|
+
}
|
|
1638
|
+
};
|
|
1639
|
+
export const SystemData = {
|
|
1640
|
+
type: {
|
|
1641
|
+
name: "Composite",
|
|
1642
|
+
className: "SystemData",
|
|
1643
|
+
modelProperties: {
|
|
1644
|
+
createdBy: {
|
|
1645
|
+
serializedName: "createdBy",
|
|
1646
|
+
type: {
|
|
1647
|
+
name: "String"
|
|
1632
1648
|
}
|
|
1633
1649
|
},
|
|
1634
|
-
|
|
1635
|
-
serializedName: "
|
|
1650
|
+
createdByType: {
|
|
1651
|
+
serializedName: "createdByType",
|
|
1636
1652
|
type: {
|
|
1637
1653
|
name: "String"
|
|
1638
1654
|
}
|
|
1639
1655
|
},
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
serializedName: "properties.templateData",
|
|
1656
|
+
createdAt: {
|
|
1657
|
+
serializedName: "createdAt",
|
|
1643
1658
|
type: {
|
|
1644
|
-
name: "
|
|
1659
|
+
name: "DateTime"
|
|
1645
1660
|
}
|
|
1646
1661
|
},
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
serializedName: "properties.galleries",
|
|
1662
|
+
lastModifiedBy: {
|
|
1663
|
+
serializedName: "lastModifiedBy",
|
|
1650
1664
|
type: {
|
|
1651
|
-
name: "
|
|
1652
|
-
element: {
|
|
1653
|
-
type: {
|
|
1654
|
-
name: "Composite",
|
|
1655
|
-
className: "WorkbookTemplateGallery"
|
|
1656
|
-
}
|
|
1657
|
-
}
|
|
1665
|
+
name: "String"
|
|
1658
1666
|
}
|
|
1659
1667
|
},
|
|
1660
|
-
|
|
1661
|
-
serializedName: "
|
|
1668
|
+
lastModifiedByType: {
|
|
1669
|
+
serializedName: "lastModifiedByType",
|
|
1662
1670
|
type: {
|
|
1663
|
-
name: "
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
className: "WorkbookTemplateLocalizedGallery"
|
|
1671
|
-
}
|
|
1672
|
-
}
|
|
1673
|
-
}
|
|
1674
|
-
}
|
|
1671
|
+
name: "String"
|
|
1672
|
+
}
|
|
1673
|
+
},
|
|
1674
|
+
lastModifiedAt: {
|
|
1675
|
+
serializedName: "lastModifiedAt",
|
|
1676
|
+
type: {
|
|
1677
|
+
name: "DateTime"
|
|
1675
1678
|
}
|
|
1676
1679
|
}
|
|
1677
1680
|
}
|
|
1678
1681
|
}
|
|
1679
1682
|
};
|
|
1680
|
-
export
|
|
1681
|
-
serializedName: "WorkbookTemplateErrorFieldContract",
|
|
1683
|
+
export const MyWorkbookResource = {
|
|
1682
1684
|
type: {
|
|
1683
1685
|
name: "Composite",
|
|
1684
|
-
className: "
|
|
1686
|
+
className: "MyWorkbookResource",
|
|
1685
1687
|
modelProperties: {
|
|
1686
|
-
|
|
1687
|
-
serializedName: "
|
|
1688
|
+
identity: {
|
|
1689
|
+
serializedName: "identity",
|
|
1688
1690
|
type: {
|
|
1689
|
-
name: "
|
|
1691
|
+
name: "Composite",
|
|
1692
|
+
className: "MyWorkbookManagedIdentity"
|
|
1690
1693
|
}
|
|
1691
1694
|
},
|
|
1692
|
-
|
|
1693
|
-
serializedName: "
|
|
1695
|
+
id: {
|
|
1696
|
+
serializedName: "id",
|
|
1694
1697
|
type: {
|
|
1695
1698
|
name: "String"
|
|
1696
1699
|
}
|
|
1697
1700
|
},
|
|
1698
|
-
|
|
1699
|
-
serializedName: "
|
|
1701
|
+
name: {
|
|
1702
|
+
serializedName: "name",
|
|
1700
1703
|
type: {
|
|
1701
1704
|
name: "String"
|
|
1702
1705
|
}
|
|
1703
|
-
}
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
};
|
|
1707
|
-
export var WorkbookTemplateErrorBody = {
|
|
1708
|
-
serializedName: "WorkbookTemplateErrorBody",
|
|
1709
|
-
type: {
|
|
1710
|
-
name: "Composite",
|
|
1711
|
-
className: "WorkbookTemplateErrorBody",
|
|
1712
|
-
modelProperties: {
|
|
1713
|
-
code: {
|
|
1714
|
-
serializedName: "code",
|
|
1706
|
+
},
|
|
1707
|
+
type: {
|
|
1708
|
+
serializedName: "type",
|
|
1715
1709
|
type: {
|
|
1716
1710
|
name: "String"
|
|
1717
1711
|
}
|
|
1718
1712
|
},
|
|
1719
|
-
|
|
1720
|
-
serializedName: "
|
|
1713
|
+
location: {
|
|
1714
|
+
serializedName: "location",
|
|
1721
1715
|
type: {
|
|
1722
1716
|
name: "String"
|
|
1723
1717
|
}
|
|
1724
1718
|
},
|
|
1725
|
-
|
|
1726
|
-
serializedName: "
|
|
1719
|
+
tags: {
|
|
1720
|
+
serializedName: "tags",
|
|
1727
1721
|
type: {
|
|
1728
|
-
name: "
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1722
|
+
name: "Dictionary",
|
|
1723
|
+
value: { type: { name: "String" } }
|
|
1724
|
+
}
|
|
1725
|
+
},
|
|
1726
|
+
etag: {
|
|
1727
|
+
serializedName: "etag",
|
|
1728
|
+
type: {
|
|
1729
|
+
name: "Dictionary",
|
|
1730
|
+
value: { type: { name: "String" } }
|
|
1735
1731
|
}
|
|
1736
1732
|
}
|
|
1737
1733
|
}
|
|
1738
1734
|
}
|
|
1739
1735
|
};
|
|
1740
|
-
export
|
|
1741
|
-
serializedName: "WorkbookTemplateError",
|
|
1736
|
+
export const MyWorkbookManagedIdentity = {
|
|
1742
1737
|
type: {
|
|
1743
1738
|
name: "Composite",
|
|
1744
|
-
className: "
|
|
1739
|
+
className: "MyWorkbookManagedIdentity",
|
|
1745
1740
|
modelProperties: {
|
|
1746
|
-
|
|
1747
|
-
serializedName: "
|
|
1741
|
+
userAssignedIdentities: {
|
|
1742
|
+
serializedName: "userAssignedIdentities",
|
|
1748
1743
|
type: {
|
|
1749
1744
|
name: "Composite",
|
|
1750
|
-
className: "
|
|
1745
|
+
className: "MyWorkbookUserAssignedIdentities"
|
|
1746
|
+
}
|
|
1747
|
+
},
|
|
1748
|
+
type: {
|
|
1749
|
+
serializedName: "type",
|
|
1750
|
+
type: {
|
|
1751
|
+
name: "String"
|
|
1751
1752
|
}
|
|
1752
1753
|
}
|
|
1753
1754
|
}
|
|
1754
1755
|
}
|
|
1755
1756
|
};
|
|
1756
|
-
export
|
|
1757
|
-
serializedName: "MyWorkbookUserAssignedIdentities",
|
|
1757
|
+
export const MyWorkbookUserAssignedIdentities = {
|
|
1758
1758
|
type: {
|
|
1759
1759
|
name: "Composite",
|
|
1760
1760
|
className: "MyWorkbookUserAssignedIdentities",
|
|
1761
1761
|
modelProperties: {
|
|
1762
1762
|
principalId: {
|
|
1763
|
-
readOnly: true,
|
|
1764
1763
|
serializedName: "principalId",
|
|
1764
|
+
readOnly: true,
|
|
1765
1765
|
type: {
|
|
1766
1766
|
name: "String"
|
|
1767
1767
|
}
|
|
1768
1768
|
},
|
|
1769
1769
|
tenantId: {
|
|
1770
|
-
readOnly: true,
|
|
1771
1770
|
serializedName: "tenantId",
|
|
1771
|
+
readOnly: true,
|
|
1772
1772
|
type: {
|
|
1773
1773
|
name: "String"
|
|
1774
1774
|
}
|
|
@@ -1776,398 +1776,247 @@ export var MyWorkbookUserAssignedIdentities = {
|
|
|
1776
1776
|
}
|
|
1777
1777
|
}
|
|
1778
1778
|
};
|
|
1779
|
-
export
|
|
1780
|
-
serializedName: "MyWorkbookManagedIdentity",
|
|
1779
|
+
export const MyWorkbookError = {
|
|
1781
1780
|
type: {
|
|
1782
1781
|
name: "Composite",
|
|
1783
|
-
className: "
|
|
1782
|
+
className: "MyWorkbookError",
|
|
1784
1783
|
modelProperties: {
|
|
1785
|
-
|
|
1786
|
-
serializedName: "
|
|
1784
|
+
error: {
|
|
1785
|
+
serializedName: "error",
|
|
1787
1786
|
type: {
|
|
1788
1787
|
name: "Composite",
|
|
1789
|
-
className: "
|
|
1790
|
-
}
|
|
1791
|
-
},
|
|
1792
|
-
type: {
|
|
1793
|
-
serializedName: "type",
|
|
1794
|
-
type: {
|
|
1795
|
-
name: "String"
|
|
1788
|
+
className: "ErrorDefinition"
|
|
1796
1789
|
}
|
|
1797
1790
|
}
|
|
1798
1791
|
}
|
|
1799
1792
|
}
|
|
1800
1793
|
};
|
|
1801
|
-
export
|
|
1802
|
-
serializedName: "MyWorkbookResource",
|
|
1794
|
+
export const ErrorDefinition = {
|
|
1803
1795
|
type: {
|
|
1804
1796
|
name: "Composite",
|
|
1805
|
-
className: "
|
|
1797
|
+
className: "ErrorDefinition",
|
|
1806
1798
|
modelProperties: {
|
|
1807
|
-
|
|
1808
|
-
serializedName: "
|
|
1809
|
-
|
|
1810
|
-
name: "Composite",
|
|
1811
|
-
className: "MyWorkbookManagedIdentity"
|
|
1812
|
-
}
|
|
1813
|
-
},
|
|
1814
|
-
id: {
|
|
1815
|
-
serializedName: "id",
|
|
1816
|
-
type: {
|
|
1817
|
-
name: "String"
|
|
1818
|
-
}
|
|
1819
|
-
},
|
|
1820
|
-
name: {
|
|
1821
|
-
serializedName: "name",
|
|
1799
|
+
code: {
|
|
1800
|
+
serializedName: "code",
|
|
1801
|
+
readOnly: true,
|
|
1822
1802
|
type: {
|
|
1823
1803
|
name: "String"
|
|
1824
1804
|
}
|
|
1825
1805
|
},
|
|
1826
|
-
|
|
1827
|
-
serializedName: "
|
|
1806
|
+
message: {
|
|
1807
|
+
serializedName: "message",
|
|
1808
|
+
readOnly: true,
|
|
1828
1809
|
type: {
|
|
1829
1810
|
name: "String"
|
|
1830
1811
|
}
|
|
1831
1812
|
},
|
|
1832
|
-
|
|
1833
|
-
serializedName: "
|
|
1813
|
+
innererror: {
|
|
1814
|
+
serializedName: "innererror",
|
|
1815
|
+
readOnly: true,
|
|
1834
1816
|
type: {
|
|
1835
|
-
name: "
|
|
1817
|
+
name: "any"
|
|
1836
1818
|
}
|
|
1837
|
-
}
|
|
1838
|
-
|
|
1839
|
-
|
|
1819
|
+
}
|
|
1820
|
+
}
|
|
1821
|
+
}
|
|
1822
|
+
};
|
|
1823
|
+
export const WorkbooksListResult = {
|
|
1824
|
+
type: {
|
|
1825
|
+
name: "Composite",
|
|
1826
|
+
className: "WorkbooksListResult",
|
|
1827
|
+
modelProperties: {
|
|
1828
|
+
value: {
|
|
1829
|
+
serializedName: "value",
|
|
1830
|
+
readOnly: true,
|
|
1840
1831
|
type: {
|
|
1841
|
-
name: "
|
|
1842
|
-
|
|
1832
|
+
name: "Sequence",
|
|
1833
|
+
element: {
|
|
1843
1834
|
type: {
|
|
1844
|
-
name: "
|
|
1835
|
+
name: "Composite",
|
|
1836
|
+
className: "Workbook"
|
|
1845
1837
|
}
|
|
1846
1838
|
}
|
|
1847
1839
|
}
|
|
1848
1840
|
},
|
|
1849
|
-
|
|
1850
|
-
serializedName: "
|
|
1841
|
+
nextLink: {
|
|
1842
|
+
serializedName: "nextLink",
|
|
1851
1843
|
type: {
|
|
1852
|
-
name: "
|
|
1853
|
-
value: {
|
|
1854
|
-
type: {
|
|
1855
|
-
name: "String"
|
|
1856
|
-
}
|
|
1857
|
-
}
|
|
1844
|
+
name: "String"
|
|
1858
1845
|
}
|
|
1859
1846
|
}
|
|
1860
1847
|
}
|
|
1861
1848
|
}
|
|
1862
1849
|
};
|
|
1863
|
-
export
|
|
1864
|
-
serializedName: "systemData",
|
|
1850
|
+
export const ManagedServiceIdentity = {
|
|
1865
1851
|
type: {
|
|
1866
1852
|
name: "Composite",
|
|
1867
|
-
className: "
|
|
1853
|
+
className: "ManagedServiceIdentity",
|
|
1868
1854
|
modelProperties: {
|
|
1869
|
-
|
|
1870
|
-
serializedName: "
|
|
1871
|
-
|
|
1872
|
-
name: "String"
|
|
1873
|
-
}
|
|
1874
|
-
},
|
|
1875
|
-
createdByType: {
|
|
1876
|
-
serializedName: "createdByType",
|
|
1877
|
-
type: {
|
|
1878
|
-
name: "String"
|
|
1879
|
-
}
|
|
1880
|
-
},
|
|
1881
|
-
createdAt: {
|
|
1882
|
-
serializedName: "createdAt",
|
|
1855
|
+
principalId: {
|
|
1856
|
+
serializedName: "principalId",
|
|
1857
|
+
readOnly: true,
|
|
1883
1858
|
type: {
|
|
1884
|
-
name: "
|
|
1859
|
+
name: "Uuid"
|
|
1885
1860
|
}
|
|
1886
1861
|
},
|
|
1887
|
-
|
|
1888
|
-
serializedName: "
|
|
1862
|
+
tenantId: {
|
|
1863
|
+
serializedName: "tenantId",
|
|
1864
|
+
readOnly: true,
|
|
1889
1865
|
type: {
|
|
1890
|
-
name: "
|
|
1866
|
+
name: "Uuid"
|
|
1891
1867
|
}
|
|
1892
1868
|
},
|
|
1893
|
-
|
|
1894
|
-
serializedName: "
|
|
1869
|
+
type: {
|
|
1870
|
+
serializedName: "type",
|
|
1871
|
+
required: true,
|
|
1895
1872
|
type: {
|
|
1896
1873
|
name: "String"
|
|
1897
1874
|
}
|
|
1898
1875
|
},
|
|
1899
|
-
|
|
1900
|
-
serializedName: "
|
|
1876
|
+
userAssignedIdentities: {
|
|
1877
|
+
serializedName: "userAssignedIdentities",
|
|
1901
1878
|
type: {
|
|
1902
|
-
name: "
|
|
1879
|
+
name: "Dictionary",
|
|
1880
|
+
value: {
|
|
1881
|
+
type: { name: "Composite", className: "UserAssignedIdentity" }
|
|
1882
|
+
}
|
|
1903
1883
|
}
|
|
1904
1884
|
}
|
|
1905
1885
|
}
|
|
1906
1886
|
}
|
|
1907
1887
|
};
|
|
1908
|
-
export
|
|
1909
|
-
serializedName: "MyWorkbook",
|
|
1888
|
+
export const UserAssignedIdentity = {
|
|
1910
1889
|
type: {
|
|
1911
1890
|
name: "Composite",
|
|
1912
|
-
className: "
|
|
1913
|
-
modelProperties:
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
name: "String"
|
|
1917
|
-
}
|
|
1918
|
-
}, displayName: {
|
|
1919
|
-
required: true,
|
|
1920
|
-
serializedName: "properties.displayName",
|
|
1921
|
-
type: {
|
|
1922
|
-
name: "String"
|
|
1923
|
-
}
|
|
1924
|
-
}, serializedData: {
|
|
1925
|
-
required: true,
|
|
1926
|
-
nullable: true,
|
|
1927
|
-
serializedName: "properties.serializedData",
|
|
1928
|
-
type: {
|
|
1929
|
-
name: "String"
|
|
1930
|
-
}
|
|
1931
|
-
}, version: {
|
|
1932
|
-
serializedName: "properties.version",
|
|
1933
|
-
type: {
|
|
1934
|
-
name: "String"
|
|
1935
|
-
}
|
|
1936
|
-
}, timeModified: {
|
|
1937
|
-
readOnly: true,
|
|
1938
|
-
serializedName: "properties.timeModified",
|
|
1939
|
-
type: {
|
|
1940
|
-
name: "String"
|
|
1941
|
-
}
|
|
1942
|
-
}, category: {
|
|
1943
|
-
required: true,
|
|
1944
|
-
serializedName: "properties.category",
|
|
1945
|
-
type: {
|
|
1946
|
-
name: "String"
|
|
1947
|
-
}
|
|
1948
|
-
}, myWorkbookTags: {
|
|
1949
|
-
serializedName: "properties.tags",
|
|
1950
|
-
type: {
|
|
1951
|
-
name: "Sequence",
|
|
1952
|
-
element: {
|
|
1953
|
-
type: {
|
|
1954
|
-
name: "String"
|
|
1955
|
-
}
|
|
1956
|
-
}
|
|
1957
|
-
}
|
|
1958
|
-
}, userId: {
|
|
1891
|
+
className: "UserAssignedIdentity",
|
|
1892
|
+
modelProperties: {
|
|
1893
|
+
principalId: {
|
|
1894
|
+
serializedName: "principalId",
|
|
1959
1895
|
readOnly: true,
|
|
1960
|
-
serializedName: "properties.userId",
|
|
1961
|
-
type: {
|
|
1962
|
-
name: "String"
|
|
1963
|
-
}
|
|
1964
|
-
}, sourceId: {
|
|
1965
|
-
serializedName: "properties.sourceId",
|
|
1966
|
-
type: {
|
|
1967
|
-
name: "String"
|
|
1968
|
-
}
|
|
1969
|
-
}, storageUri: {
|
|
1970
|
-
nullable: true,
|
|
1971
|
-
serializedName: "properties.storageUri",
|
|
1972
1896
|
type: {
|
|
1973
|
-
name: "
|
|
1897
|
+
name: "Uuid"
|
|
1974
1898
|
}
|
|
1975
|
-
},
|
|
1899
|
+
},
|
|
1900
|
+
clientId: {
|
|
1901
|
+
serializedName: "clientId",
|
|
1976
1902
|
readOnly: true,
|
|
1977
|
-
serializedName: "systemData",
|
|
1978
1903
|
type: {
|
|
1979
|
-
name: "
|
|
1980
|
-
className: "SystemData"
|
|
1904
|
+
name: "Uuid"
|
|
1981
1905
|
}
|
|
1982
|
-
}
|
|
1906
|
+
}
|
|
1907
|
+
}
|
|
1983
1908
|
}
|
|
1984
1909
|
};
|
|
1985
|
-
export
|
|
1986
|
-
serializedName: "ErrorDefinition",
|
|
1910
|
+
export const Resource = {
|
|
1987
1911
|
type: {
|
|
1988
1912
|
name: "Composite",
|
|
1989
|
-
className: "
|
|
1913
|
+
className: "Resource",
|
|
1990
1914
|
modelProperties: {
|
|
1991
|
-
|
|
1915
|
+
id: {
|
|
1916
|
+
serializedName: "id",
|
|
1992
1917
|
readOnly: true,
|
|
1993
|
-
serializedName: "code",
|
|
1994
1918
|
type: {
|
|
1995
1919
|
name: "String"
|
|
1996
1920
|
}
|
|
1997
1921
|
},
|
|
1998
|
-
|
|
1922
|
+
name: {
|
|
1923
|
+
serializedName: "name",
|
|
1999
1924
|
readOnly: true,
|
|
2000
|
-
serializedName: "message",
|
|
2001
1925
|
type: {
|
|
2002
1926
|
name: "String"
|
|
2003
1927
|
}
|
|
2004
1928
|
},
|
|
2005
|
-
|
|
1929
|
+
type: {
|
|
1930
|
+
serializedName: "type",
|
|
2006
1931
|
readOnly: true,
|
|
2007
|
-
serializedName: "innererror",
|
|
2008
1932
|
type: {
|
|
2009
|
-
name: "
|
|
1933
|
+
name: "String"
|
|
2010
1934
|
}
|
|
2011
1935
|
}
|
|
2012
1936
|
}
|
|
2013
1937
|
}
|
|
2014
1938
|
};
|
|
2015
|
-
export
|
|
2016
|
-
serializedName: "MyWorkbookError",
|
|
1939
|
+
export const WorkbookError = {
|
|
2017
1940
|
type: {
|
|
2018
1941
|
name: "Composite",
|
|
2019
|
-
className: "
|
|
1942
|
+
className: "WorkbookError",
|
|
2020
1943
|
modelProperties: {
|
|
2021
1944
|
error: {
|
|
2022
1945
|
serializedName: "error",
|
|
2023
1946
|
type: {
|
|
2024
1947
|
name: "Composite",
|
|
2025
|
-
className: "
|
|
2026
|
-
}
|
|
2027
|
-
}
|
|
2028
|
-
}
|
|
2029
|
-
}
|
|
2030
|
-
};
|
|
2031
|
-
export var InnerErrorTrace = {
|
|
2032
|
-
serializedName: "InnerErrorTrace",
|
|
2033
|
-
type: {
|
|
2034
|
-
name: "Composite",
|
|
2035
|
-
className: "InnerErrorTrace",
|
|
2036
|
-
modelProperties: {
|
|
2037
|
-
trace: {
|
|
2038
|
-
readOnly: true,
|
|
2039
|
-
serializedName: "trace",
|
|
2040
|
-
type: {
|
|
2041
|
-
name: "Sequence",
|
|
2042
|
-
element: {
|
|
2043
|
-
type: {
|
|
2044
|
-
name: "String"
|
|
2045
|
-
}
|
|
2046
|
-
}
|
|
1948
|
+
className: "WorkbookErrorDefinition"
|
|
2047
1949
|
}
|
|
2048
1950
|
}
|
|
2049
1951
|
}
|
|
2050
1952
|
}
|
|
2051
1953
|
};
|
|
2052
|
-
export
|
|
2053
|
-
serializedName: "ManagedServiceIdentity",
|
|
1954
|
+
export const WorkbookErrorDefinition = {
|
|
2054
1955
|
type: {
|
|
2055
1956
|
name: "Composite",
|
|
2056
|
-
className: "
|
|
1957
|
+
className: "WorkbookErrorDefinition",
|
|
2057
1958
|
modelProperties: {
|
|
2058
|
-
|
|
1959
|
+
code: {
|
|
1960
|
+
serializedName: "code",
|
|
2059
1961
|
readOnly: true,
|
|
2060
|
-
serializedName: "principalId",
|
|
2061
1962
|
type: {
|
|
2062
|
-
name: "
|
|
1963
|
+
name: "String"
|
|
2063
1964
|
}
|
|
2064
1965
|
},
|
|
2065
|
-
|
|
1966
|
+
message: {
|
|
1967
|
+
serializedName: "message",
|
|
2066
1968
|
readOnly: true,
|
|
2067
|
-
serializedName: "tenantId",
|
|
2068
|
-
type: {
|
|
2069
|
-
name: "Uuid"
|
|
2070
|
-
}
|
|
2071
|
-
},
|
|
2072
|
-
type: {
|
|
2073
|
-
required: true,
|
|
2074
|
-
serializedName: "type",
|
|
2075
1969
|
type: {
|
|
2076
1970
|
name: "String"
|
|
2077
1971
|
}
|
|
2078
1972
|
},
|
|
2079
|
-
|
|
2080
|
-
serializedName: "
|
|
1973
|
+
innerError: {
|
|
1974
|
+
serializedName: "innerError",
|
|
1975
|
+
readOnly: true,
|
|
2081
1976
|
type: {
|
|
2082
|
-
name: "
|
|
2083
|
-
value: {
|
|
2084
|
-
type: {
|
|
2085
|
-
name: "Composite",
|
|
2086
|
-
className: "UserAssignedIdentity"
|
|
2087
|
-
}
|
|
2088
|
-
}
|
|
1977
|
+
name: "any"
|
|
2089
1978
|
}
|
|
2090
1979
|
}
|
|
2091
1980
|
}
|
|
2092
1981
|
}
|
|
2093
1982
|
};
|
|
2094
|
-
export
|
|
2095
|
-
serializedName: "WorkbookResource_identity",
|
|
2096
|
-
type: {
|
|
2097
|
-
name: "Composite",
|
|
2098
|
-
className: "WorkbookResourceIdentity",
|
|
2099
|
-
modelProperties: __assign({}, ManagedServiceIdentity.type.modelProperties)
|
|
2100
|
-
}
|
|
2101
|
-
};
|
|
2102
|
-
export var WorkbookResource = {
|
|
2103
|
-
serializedName: "WorkbookResource",
|
|
1983
|
+
export const WorkbookUpdateParameters = {
|
|
2104
1984
|
type: {
|
|
2105
1985
|
name: "Composite",
|
|
2106
|
-
className: "
|
|
1986
|
+
className: "WorkbookUpdateParameters",
|
|
2107
1987
|
modelProperties: {
|
|
2108
|
-
identity: {
|
|
2109
|
-
serializedName: "identity",
|
|
2110
|
-
type: {
|
|
2111
|
-
name: "Composite",
|
|
2112
|
-
className: "WorkbookResourceIdentity"
|
|
2113
|
-
}
|
|
2114
|
-
},
|
|
2115
1988
|
kind: {
|
|
2116
1989
|
serializedName: "kind",
|
|
2117
1990
|
type: {
|
|
2118
1991
|
name: "String"
|
|
2119
1992
|
}
|
|
2120
1993
|
},
|
|
2121
|
-
|
|
2122
|
-
serializedName: "
|
|
1994
|
+
tags: {
|
|
1995
|
+
serializedName: "tags",
|
|
2123
1996
|
type: {
|
|
2124
1997
|
name: "Dictionary",
|
|
2125
|
-
value: {
|
|
2126
|
-
type: {
|
|
2127
|
-
name: "String"
|
|
2128
|
-
}
|
|
2129
|
-
}
|
|
1998
|
+
value: { type: { name: "String" } }
|
|
2130
1999
|
}
|
|
2131
|
-
}
|
|
2132
|
-
|
|
2133
|
-
}
|
|
2134
|
-
};
|
|
2135
|
-
export var Workbook = {
|
|
2136
|
-
serializedName: "Workbook",
|
|
2137
|
-
type: {
|
|
2138
|
-
name: "Composite",
|
|
2139
|
-
className: "Workbook",
|
|
2140
|
-
modelProperties: __assign(__assign({}, WorkbookResource.type.modelProperties), { displayName: {
|
|
2141
|
-
required: true,
|
|
2000
|
+
},
|
|
2001
|
+
displayName: {
|
|
2142
2002
|
serializedName: "properties.displayName",
|
|
2143
2003
|
type: {
|
|
2144
2004
|
name: "String"
|
|
2145
2005
|
}
|
|
2146
|
-
},
|
|
2147
|
-
|
|
2148
|
-
nullable: true,
|
|
2006
|
+
},
|
|
2007
|
+
serializedData: {
|
|
2149
2008
|
serializedName: "properties.serializedData",
|
|
2150
2009
|
type: {
|
|
2151
2010
|
name: "String"
|
|
2152
2011
|
}
|
|
2153
|
-
},
|
|
2154
|
-
|
|
2155
|
-
type: {
|
|
2156
|
-
name: "String"
|
|
2157
|
-
}
|
|
2158
|
-
}, timeModified: {
|
|
2159
|
-
readOnly: true,
|
|
2160
|
-
serializedName: "properties.timeModified",
|
|
2161
|
-
type: {
|
|
2162
|
-
name: "DateTime"
|
|
2163
|
-
}
|
|
2164
|
-
}, category: {
|
|
2165
|
-
required: true,
|
|
2012
|
+
},
|
|
2013
|
+
category: {
|
|
2166
2014
|
serializedName: "properties.category",
|
|
2167
2015
|
type: {
|
|
2168
2016
|
name: "String"
|
|
2169
2017
|
}
|
|
2170
|
-
},
|
|
2018
|
+
},
|
|
2019
|
+
tagsPropertiesTags: {
|
|
2171
2020
|
serializedName: "properties.tags",
|
|
2172
2021
|
type: {
|
|
2173
2022
|
name: "Sequence",
|
|
@@ -2177,108 +2026,64 @@ export var Workbook = {
|
|
|
2177
2026
|
}
|
|
2178
2027
|
}
|
|
2179
2028
|
}
|
|
2180
|
-
},
|
|
2181
|
-
|
|
2182
|
-
serializedName: "properties.userId",
|
|
2183
|
-
type: {
|
|
2184
|
-
name: "String"
|
|
2185
|
-
}
|
|
2186
|
-
}, sourceId: {
|
|
2187
|
-
serializedName: "properties.sourceId",
|
|
2188
|
-
type: {
|
|
2189
|
-
name: "String"
|
|
2190
|
-
}
|
|
2191
|
-
}, storageUri: {
|
|
2192
|
-
nullable: true,
|
|
2193
|
-
serializedName: "properties.storageUri",
|
|
2194
|
-
type: {
|
|
2195
|
-
name: "String"
|
|
2196
|
-
}
|
|
2197
|
-
}, description: {
|
|
2198
|
-
nullable: true,
|
|
2029
|
+
},
|
|
2030
|
+
description: {
|
|
2199
2031
|
serializedName: "properties.description",
|
|
2032
|
+
nullable: true,
|
|
2200
2033
|
type: {
|
|
2201
2034
|
name: "String"
|
|
2202
2035
|
}
|
|
2203
|
-
},
|
|
2204
|
-
|
|
2205
|
-
readOnly: true,
|
|
2036
|
+
},
|
|
2037
|
+
revision: {
|
|
2206
2038
|
serializedName: "properties.revision",
|
|
2039
|
+
nullable: true,
|
|
2207
2040
|
type: {
|
|
2208
2041
|
name: "String"
|
|
2209
2042
|
}
|
|
2210
|
-
}
|
|
2211
|
-
|
|
2212
|
-
serializedName: "systemData",
|
|
2213
|
-
type: {
|
|
2214
|
-
name: "Composite",
|
|
2215
|
-
className: "SystemData"
|
|
2216
|
-
}
|
|
2217
|
-
} })
|
|
2043
|
+
}
|
|
2044
|
+
}
|
|
2218
2045
|
}
|
|
2219
2046
|
};
|
|
2220
|
-
export
|
|
2221
|
-
serializedName: "WorkbookUpdateParameters",
|
|
2047
|
+
export const ApplicationInsightsComponentListResult = {
|
|
2222
2048
|
type: {
|
|
2223
2049
|
name: "Composite",
|
|
2224
|
-
className: "
|
|
2050
|
+
className: "ApplicationInsightsComponentListResult",
|
|
2225
2051
|
modelProperties: {
|
|
2226
|
-
|
|
2227
|
-
serializedName: "
|
|
2228
|
-
|
|
2229
|
-
name: "String"
|
|
2230
|
-
}
|
|
2231
|
-
},
|
|
2232
|
-
tags: {
|
|
2233
|
-
serializedName: "tags",
|
|
2052
|
+
value: {
|
|
2053
|
+
serializedName: "value",
|
|
2054
|
+
required: true,
|
|
2234
2055
|
type: {
|
|
2235
|
-
name: "
|
|
2236
|
-
|
|
2056
|
+
name: "Sequence",
|
|
2057
|
+
element: {
|
|
2237
2058
|
type: {
|
|
2238
|
-
name: "
|
|
2059
|
+
name: "Composite",
|
|
2060
|
+
className: "ApplicationInsightsComponent"
|
|
2239
2061
|
}
|
|
2240
2062
|
}
|
|
2241
2063
|
}
|
|
2242
2064
|
},
|
|
2243
|
-
|
|
2244
|
-
serializedName: "
|
|
2245
|
-
type: {
|
|
2246
|
-
name: "String"
|
|
2247
|
-
}
|
|
2248
|
-
},
|
|
2249
|
-
serializedData: {
|
|
2250
|
-
serializedName: "properties.serializedData",
|
|
2251
|
-
type: {
|
|
2252
|
-
name: "String"
|
|
2253
|
-
}
|
|
2254
|
-
},
|
|
2255
|
-
category: {
|
|
2256
|
-
serializedName: "properties.category",
|
|
2065
|
+
nextLink: {
|
|
2066
|
+
serializedName: "nextLink",
|
|
2257
2067
|
type: {
|
|
2258
2068
|
name: "String"
|
|
2259
2069
|
}
|
|
2260
|
-
}
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
},
|
|
2272
|
-
description: {
|
|
2273
|
-
nullable: true,
|
|
2274
|
-
serializedName: "properties.description",
|
|
2070
|
+
}
|
|
2071
|
+
}
|
|
2072
|
+
}
|
|
2073
|
+
};
|
|
2074
|
+
export const PrivateLinkScopedResource = {
|
|
2075
|
+
type: {
|
|
2076
|
+
name: "Composite",
|
|
2077
|
+
className: "PrivateLinkScopedResource",
|
|
2078
|
+
modelProperties: {
|
|
2079
|
+
resourceId: {
|
|
2080
|
+
serializedName: "ResourceId",
|
|
2275
2081
|
type: {
|
|
2276
2082
|
name: "String"
|
|
2277
2083
|
}
|
|
2278
2084
|
},
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
serializedName: "properties.revision",
|
|
2085
|
+
scopeId: {
|
|
2086
|
+
serializedName: "ScopeId",
|
|
2282
2087
|
type: {
|
|
2283
2088
|
name: "String"
|
|
2284
2089
|
}
|
|
@@ -2286,119 +2091,139 @@ export var WorkbookUpdateParameters = {
|
|
|
2286
2091
|
}
|
|
2287
2092
|
}
|
|
2288
2093
|
};
|
|
2289
|
-
export
|
|
2290
|
-
serializedName: "WorkbookErrorDefinition",
|
|
2094
|
+
export const ComponentsResource = {
|
|
2291
2095
|
type: {
|
|
2292
2096
|
name: "Composite",
|
|
2293
|
-
className: "
|
|
2097
|
+
className: "ComponentsResource",
|
|
2294
2098
|
modelProperties: {
|
|
2295
|
-
|
|
2099
|
+
id: {
|
|
2100
|
+
serializedName: "id",
|
|
2296
2101
|
readOnly: true,
|
|
2297
|
-
serializedName: "code",
|
|
2298
2102
|
type: {
|
|
2299
2103
|
name: "String"
|
|
2300
2104
|
}
|
|
2301
2105
|
},
|
|
2302
|
-
|
|
2106
|
+
name: {
|
|
2107
|
+
serializedName: "name",
|
|
2303
2108
|
readOnly: true,
|
|
2304
|
-
serializedName: "message",
|
|
2305
2109
|
type: {
|
|
2306
2110
|
name: "String"
|
|
2307
2111
|
}
|
|
2308
2112
|
},
|
|
2309
|
-
|
|
2113
|
+
type: {
|
|
2114
|
+
serializedName: "type",
|
|
2310
2115
|
readOnly: true,
|
|
2311
|
-
serializedName: "innerError",
|
|
2312
2116
|
type: {
|
|
2313
|
-
name: "
|
|
2117
|
+
name: "String"
|
|
2118
|
+
}
|
|
2119
|
+
},
|
|
2120
|
+
location: {
|
|
2121
|
+
serializedName: "location",
|
|
2122
|
+
required: true,
|
|
2123
|
+
type: {
|
|
2124
|
+
name: "String"
|
|
2125
|
+
}
|
|
2126
|
+
},
|
|
2127
|
+
tags: {
|
|
2128
|
+
serializedName: "tags",
|
|
2129
|
+
type: {
|
|
2130
|
+
name: "Dictionary",
|
|
2131
|
+
value: { type: { name: "String" } }
|
|
2314
2132
|
}
|
|
2315
2133
|
}
|
|
2316
2134
|
}
|
|
2317
2135
|
}
|
|
2318
2136
|
};
|
|
2319
|
-
export
|
|
2320
|
-
serializedName: "WorkbookError",
|
|
2137
|
+
export const ErrorResponseComponents = {
|
|
2321
2138
|
type: {
|
|
2322
2139
|
name: "Composite",
|
|
2323
|
-
className: "
|
|
2140
|
+
className: "ErrorResponseComponents",
|
|
2324
2141
|
modelProperties: {
|
|
2325
2142
|
error: {
|
|
2326
2143
|
serializedName: "error",
|
|
2327
2144
|
type: {
|
|
2328
2145
|
name: "Composite",
|
|
2329
|
-
className: "
|
|
2146
|
+
className: "ErrorResponseComponentsError"
|
|
2330
2147
|
}
|
|
2331
2148
|
}
|
|
2332
2149
|
}
|
|
2333
2150
|
}
|
|
2334
2151
|
};
|
|
2335
|
-
export
|
|
2336
|
-
serializedName: "WorkbookInnerErrorTrace",
|
|
2152
|
+
export const ErrorResponseComponentsError = {
|
|
2337
2153
|
type: {
|
|
2338
2154
|
name: "Composite",
|
|
2339
|
-
className: "
|
|
2155
|
+
className: "ErrorResponseComponentsError",
|
|
2340
2156
|
modelProperties: {
|
|
2341
|
-
|
|
2157
|
+
code: {
|
|
2158
|
+
serializedName: "code",
|
|
2342
2159
|
readOnly: true,
|
|
2343
|
-
serializedName: "trace",
|
|
2344
2160
|
type: {
|
|
2345
|
-
name: "
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2161
|
+
name: "String"
|
|
2162
|
+
}
|
|
2163
|
+
},
|
|
2164
|
+
message: {
|
|
2165
|
+
serializedName: "message",
|
|
2166
|
+
readOnly: true,
|
|
2167
|
+
type: {
|
|
2168
|
+
name: "String"
|
|
2351
2169
|
}
|
|
2352
2170
|
}
|
|
2353
2171
|
}
|
|
2354
2172
|
}
|
|
2355
2173
|
};
|
|
2356
|
-
export
|
|
2357
|
-
serializedName: "UserAssignedIdentity",
|
|
2174
|
+
export const ComponentPurgeBody = {
|
|
2358
2175
|
type: {
|
|
2359
2176
|
name: "Composite",
|
|
2360
|
-
className: "
|
|
2177
|
+
className: "ComponentPurgeBody",
|
|
2361
2178
|
modelProperties: {
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2179
|
+
table: {
|
|
2180
|
+
serializedName: "table",
|
|
2181
|
+
required: true,
|
|
2365
2182
|
type: {
|
|
2366
|
-
name: "
|
|
2183
|
+
name: "String"
|
|
2367
2184
|
}
|
|
2368
2185
|
},
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2186
|
+
filters: {
|
|
2187
|
+
serializedName: "filters",
|
|
2188
|
+
required: true,
|
|
2372
2189
|
type: {
|
|
2373
|
-
name: "
|
|
2190
|
+
name: "Sequence",
|
|
2191
|
+
element: {
|
|
2192
|
+
type: {
|
|
2193
|
+
name: "Composite",
|
|
2194
|
+
className: "ComponentPurgeBodyFilters"
|
|
2195
|
+
}
|
|
2196
|
+
}
|
|
2374
2197
|
}
|
|
2375
2198
|
}
|
|
2376
2199
|
}
|
|
2377
2200
|
}
|
|
2378
2201
|
};
|
|
2379
|
-
export
|
|
2380
|
-
serializedName: "Resource",
|
|
2202
|
+
export const ComponentPurgeBodyFilters = {
|
|
2381
2203
|
type: {
|
|
2382
2204
|
name: "Composite",
|
|
2383
|
-
className: "
|
|
2205
|
+
className: "ComponentPurgeBodyFilters",
|
|
2384
2206
|
modelProperties: {
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
serializedName: "id",
|
|
2207
|
+
column: {
|
|
2208
|
+
serializedName: "column",
|
|
2388
2209
|
type: {
|
|
2389
2210
|
name: "String"
|
|
2390
2211
|
}
|
|
2391
2212
|
},
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
serializedName: "name",
|
|
2213
|
+
operator: {
|
|
2214
|
+
serializedName: "operator",
|
|
2395
2215
|
type: {
|
|
2396
2216
|
name: "String"
|
|
2397
2217
|
}
|
|
2398
2218
|
},
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
|
|
2219
|
+
value: {
|
|
2220
|
+
serializedName: "value",
|
|
2221
|
+
type: {
|
|
2222
|
+
name: "any"
|
|
2223
|
+
}
|
|
2224
|
+
},
|
|
2225
|
+
key: {
|
|
2226
|
+
serializedName: "key",
|
|
2402
2227
|
type: {
|
|
2403
2228
|
name: "String"
|
|
2404
2229
|
}
|
|
@@ -2406,114 +2231,115 @@ export var Resource = {
|
|
|
2406
2231
|
}
|
|
2407
2232
|
}
|
|
2408
2233
|
};
|
|
2409
|
-
export
|
|
2410
|
-
serializedName: "ProxyResource",
|
|
2234
|
+
export const ComponentPurgeResponse = {
|
|
2411
2235
|
type: {
|
|
2412
2236
|
name: "Composite",
|
|
2413
|
-
className: "
|
|
2414
|
-
modelProperties:
|
|
2237
|
+
className: "ComponentPurgeResponse",
|
|
2238
|
+
modelProperties: {
|
|
2239
|
+
operationId: {
|
|
2240
|
+
serializedName: "operationId",
|
|
2241
|
+
required: true,
|
|
2242
|
+
type: {
|
|
2243
|
+
name: "String"
|
|
2244
|
+
}
|
|
2245
|
+
}
|
|
2246
|
+
}
|
|
2415
2247
|
}
|
|
2416
2248
|
};
|
|
2417
|
-
export
|
|
2418
|
-
serializedName: "AzureEntityResource",
|
|
2249
|
+
export const ComponentPurgeStatusResponse = {
|
|
2419
2250
|
type: {
|
|
2420
2251
|
name: "Composite",
|
|
2421
|
-
className: "
|
|
2422
|
-
modelProperties:
|
|
2423
|
-
|
|
2424
|
-
serializedName: "
|
|
2252
|
+
className: "ComponentPurgeStatusResponse",
|
|
2253
|
+
modelProperties: {
|
|
2254
|
+
status: {
|
|
2255
|
+
serializedName: "status",
|
|
2256
|
+
required: true,
|
|
2425
2257
|
type: {
|
|
2426
2258
|
name: "String"
|
|
2427
2259
|
}
|
|
2428
|
-
}
|
|
2260
|
+
}
|
|
2261
|
+
}
|
|
2429
2262
|
}
|
|
2430
2263
|
};
|
|
2431
|
-
export
|
|
2432
|
-
serializedName: "TrackedResource",
|
|
2264
|
+
export const ErrorResponseLinkedStorage = {
|
|
2433
2265
|
type: {
|
|
2434
2266
|
name: "Composite",
|
|
2435
|
-
className: "
|
|
2436
|
-
modelProperties:
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
name: "Dictionary",
|
|
2440
|
-
value: {
|
|
2441
|
-
type: {
|
|
2442
|
-
name: "String"
|
|
2443
|
-
}
|
|
2444
|
-
}
|
|
2445
|
-
}
|
|
2446
|
-
}, location: {
|
|
2447
|
-
required: true,
|
|
2448
|
-
serializedName: "location",
|
|
2267
|
+
className: "ErrorResponseLinkedStorage",
|
|
2268
|
+
modelProperties: {
|
|
2269
|
+
error: {
|
|
2270
|
+
serializedName: "error",
|
|
2449
2271
|
type: {
|
|
2450
|
-
name: "
|
|
2272
|
+
name: "Composite",
|
|
2273
|
+
className: "ErrorResponseLinkedStorageError"
|
|
2451
2274
|
}
|
|
2452
|
-
}
|
|
2275
|
+
}
|
|
2276
|
+
}
|
|
2453
2277
|
}
|
|
2454
2278
|
};
|
|
2455
|
-
export
|
|
2456
|
-
serializedName: "ComponentsResource",
|
|
2279
|
+
export const ErrorResponseLinkedStorageError = {
|
|
2457
2280
|
type: {
|
|
2458
2281
|
name: "Composite",
|
|
2459
|
-
className: "
|
|
2282
|
+
className: "ErrorResponseLinkedStorageError",
|
|
2460
2283
|
modelProperties: {
|
|
2461
|
-
|
|
2284
|
+
code: {
|
|
2285
|
+
serializedName: "code",
|
|
2462
2286
|
readOnly: true,
|
|
2463
|
-
serializedName: "id",
|
|
2464
2287
|
type: {
|
|
2465
2288
|
name: "String"
|
|
2466
2289
|
}
|
|
2467
2290
|
},
|
|
2468
|
-
|
|
2291
|
+
message: {
|
|
2292
|
+
serializedName: "message",
|
|
2469
2293
|
readOnly: true,
|
|
2470
|
-
serializedName: "name",
|
|
2471
2294
|
type: {
|
|
2472
2295
|
name: "String"
|
|
2473
2296
|
}
|
|
2474
|
-
}
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2297
|
+
}
|
|
2298
|
+
}
|
|
2299
|
+
}
|
|
2300
|
+
};
|
|
2301
|
+
export const ComponentLinkedStorageAccountsPatch = {
|
|
2302
|
+
type: {
|
|
2303
|
+
name: "Composite",
|
|
2304
|
+
className: "ComponentLinkedStorageAccountsPatch",
|
|
2305
|
+
modelProperties: {
|
|
2306
|
+
linkedStorageAccount: {
|
|
2307
|
+
serializedName: "properties.linkedStorageAccount",
|
|
2478
2308
|
type: {
|
|
2479
2309
|
name: "String"
|
|
2480
2310
|
}
|
|
2481
|
-
}
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2311
|
+
}
|
|
2312
|
+
}
|
|
2313
|
+
}
|
|
2314
|
+
};
|
|
2315
|
+
export const LiveTokenResponse = {
|
|
2316
|
+
type: {
|
|
2317
|
+
name: "Composite",
|
|
2318
|
+
className: "LiveTokenResponse",
|
|
2319
|
+
modelProperties: {
|
|
2320
|
+
liveToken: {
|
|
2321
|
+
serializedName: "liveToken",
|
|
2322
|
+
readOnly: true,
|
|
2485
2323
|
type: {
|
|
2486
2324
|
name: "String"
|
|
2487
2325
|
}
|
|
2488
|
-
},
|
|
2489
|
-
tags: {
|
|
2490
|
-
serializedName: "tags",
|
|
2491
|
-
type: {
|
|
2492
|
-
name: "Dictionary",
|
|
2493
|
-
value: {
|
|
2494
|
-
type: {
|
|
2495
|
-
name: "String"
|
|
2496
|
-
}
|
|
2497
|
-
}
|
|
2498
|
-
}
|
|
2499
2326
|
}
|
|
2500
2327
|
}
|
|
2501
2328
|
}
|
|
2502
2329
|
};
|
|
2503
|
-
export
|
|
2504
|
-
serializedName: "PrivateLinkScopedResource",
|
|
2330
|
+
export const ErrorResponse = {
|
|
2505
2331
|
type: {
|
|
2506
2332
|
name: "Composite",
|
|
2507
|
-
className: "
|
|
2333
|
+
className: "ErrorResponse",
|
|
2508
2334
|
modelProperties: {
|
|
2509
|
-
|
|
2510
|
-
serializedName: "
|
|
2335
|
+
code: {
|
|
2336
|
+
serializedName: "code",
|
|
2511
2337
|
type: {
|
|
2512
2338
|
name: "String"
|
|
2513
2339
|
}
|
|
2514
2340
|
},
|
|
2515
|
-
|
|
2516
|
-
serializedName: "
|
|
2341
|
+
message: {
|
|
2342
|
+
serializedName: "message",
|
|
2517
2343
|
type: {
|
|
2518
2344
|
name: "String"
|
|
2519
2345
|
}
|
|
@@ -2521,169 +2347,46 @@ export var PrivateLinkScopedResource = {
|
|
|
2521
2347
|
}
|
|
2522
2348
|
}
|
|
2523
2349
|
};
|
|
2524
|
-
export
|
|
2525
|
-
serializedName: "ApplicationInsightsComponent",
|
|
2350
|
+
export const Operation = {
|
|
2526
2351
|
type: {
|
|
2527
2352
|
name: "Composite",
|
|
2528
|
-
className: "
|
|
2529
|
-
modelProperties:
|
|
2530
|
-
|
|
2531
|
-
serializedName: "
|
|
2353
|
+
className: "Operation",
|
|
2354
|
+
modelProperties: {
|
|
2355
|
+
name: {
|
|
2356
|
+
serializedName: "name",
|
|
2532
2357
|
type: {
|
|
2533
2358
|
name: "String"
|
|
2534
2359
|
}
|
|
2535
|
-
},
|
|
2536
|
-
|
|
2537
|
-
serializedName: "
|
|
2360
|
+
},
|
|
2361
|
+
display: {
|
|
2362
|
+
serializedName: "display",
|
|
2538
2363
|
type: {
|
|
2539
|
-
name: "
|
|
2540
|
-
|
|
2541
|
-
}, appId: {
|
|
2542
|
-
readOnly: true,
|
|
2543
|
-
serializedName: "properties.AppId",
|
|
2544
|
-
type: {
|
|
2545
|
-
name: "String"
|
|
2546
|
-
}
|
|
2547
|
-
}, applicationType: {
|
|
2548
|
-
required: true,
|
|
2549
|
-
serializedName: "properties.Application_Type",
|
|
2550
|
-
defaultValue: 'web',
|
|
2551
|
-
type: {
|
|
2552
|
-
name: "String"
|
|
2553
|
-
}
|
|
2554
|
-
}, flowType: {
|
|
2555
|
-
serializedName: "properties.Flow_Type",
|
|
2556
|
-
defaultValue: 'Bluefield',
|
|
2557
|
-
type: {
|
|
2558
|
-
name: "String"
|
|
2559
|
-
}
|
|
2560
|
-
}, requestSource: {
|
|
2561
|
-
serializedName: "properties.Request_Source",
|
|
2562
|
-
defaultValue: 'rest',
|
|
2563
|
-
type: {
|
|
2564
|
-
name: "String"
|
|
2565
|
-
}
|
|
2566
|
-
}, instrumentationKey: {
|
|
2567
|
-
readOnly: true,
|
|
2568
|
-
serializedName: "properties.InstrumentationKey",
|
|
2569
|
-
type: {
|
|
2570
|
-
name: "String"
|
|
2571
|
-
}
|
|
2572
|
-
}, creationDate: {
|
|
2573
|
-
readOnly: true,
|
|
2574
|
-
serializedName: "properties.CreationDate",
|
|
2575
|
-
type: {
|
|
2576
|
-
name: "DateTime"
|
|
2577
|
-
}
|
|
2578
|
-
}, tenantId: {
|
|
2579
|
-
readOnly: true,
|
|
2580
|
-
serializedName: "properties.TenantId",
|
|
2581
|
-
type: {
|
|
2582
|
-
name: "String"
|
|
2583
|
-
}
|
|
2584
|
-
}, hockeyAppId: {
|
|
2585
|
-
serializedName: "properties.HockeyAppId",
|
|
2586
|
-
type: {
|
|
2587
|
-
name: "String"
|
|
2588
|
-
}
|
|
2589
|
-
}, hockeyAppToken: {
|
|
2590
|
-
readOnly: true,
|
|
2591
|
-
serializedName: "properties.HockeyAppToken",
|
|
2592
|
-
type: {
|
|
2593
|
-
name: "String"
|
|
2594
|
-
}
|
|
2595
|
-
}, provisioningState: {
|
|
2596
|
-
readOnly: true,
|
|
2597
|
-
serializedName: "properties.provisioningState",
|
|
2598
|
-
type: {
|
|
2599
|
-
name: "String"
|
|
2600
|
-
}
|
|
2601
|
-
}, samplingPercentage: {
|
|
2602
|
-
serializedName: "properties.SamplingPercentage",
|
|
2603
|
-
type: {
|
|
2604
|
-
name: "Number"
|
|
2605
|
-
}
|
|
2606
|
-
}, connectionString: {
|
|
2607
|
-
readOnly: true,
|
|
2608
|
-
serializedName: "properties.ConnectionString",
|
|
2609
|
-
type: {
|
|
2610
|
-
name: "String"
|
|
2611
|
-
}
|
|
2612
|
-
}, retentionInDays: {
|
|
2613
|
-
serializedName: "properties.RetentionInDays",
|
|
2614
|
-
defaultValue: 90,
|
|
2615
|
-
type: {
|
|
2616
|
-
name: "Number"
|
|
2617
|
-
}
|
|
2618
|
-
}, disableIpMasking: {
|
|
2619
|
-
serializedName: "properties.DisableIpMasking",
|
|
2620
|
-
type: {
|
|
2621
|
-
name: "Boolean"
|
|
2622
|
-
}
|
|
2623
|
-
}, immediatePurgeDataOn30Days: {
|
|
2624
|
-
serializedName: "properties.ImmediatePurgeDataOn30Days",
|
|
2625
|
-
type: {
|
|
2626
|
-
name: "Boolean"
|
|
2627
|
-
}
|
|
2628
|
-
}, privateLinkScopedResources: {
|
|
2629
|
-
readOnly: true,
|
|
2630
|
-
serializedName: "properties.PrivateLinkScopedResources",
|
|
2631
|
-
type: {
|
|
2632
|
-
name: "Sequence",
|
|
2633
|
-
element: {
|
|
2634
|
-
type: {
|
|
2635
|
-
name: "Composite",
|
|
2636
|
-
className: "PrivateLinkScopedResource"
|
|
2637
|
-
}
|
|
2638
|
-
}
|
|
2639
|
-
}
|
|
2640
|
-
}, publicNetworkAccessForIngestion: {
|
|
2641
|
-
serializedName: "properties.publicNetworkAccessForIngestion",
|
|
2642
|
-
defaultValue: 'Enabled',
|
|
2643
|
-
type: {
|
|
2644
|
-
name: "String"
|
|
2645
|
-
}
|
|
2646
|
-
}, publicNetworkAccessForQuery: {
|
|
2647
|
-
serializedName: "properties.publicNetworkAccessForQuery",
|
|
2648
|
-
defaultValue: 'Enabled',
|
|
2649
|
-
type: {
|
|
2650
|
-
name: "String"
|
|
2651
|
-
}
|
|
2652
|
-
}, ingestionMode: {
|
|
2653
|
-
serializedName: "properties.IngestionMode",
|
|
2654
|
-
defaultValue: 'ApplicationInsights',
|
|
2655
|
-
type: {
|
|
2656
|
-
name: "String"
|
|
2364
|
+
name: "Composite",
|
|
2365
|
+
className: "OperationDisplay"
|
|
2657
2366
|
}
|
|
2658
|
-
}
|
|
2367
|
+
}
|
|
2368
|
+
}
|
|
2659
2369
|
}
|
|
2660
2370
|
};
|
|
2661
|
-
export
|
|
2662
|
-
serializedName: "ComponentPurgeBodyFilters",
|
|
2371
|
+
export const OperationDisplay = {
|
|
2663
2372
|
type: {
|
|
2664
2373
|
name: "Composite",
|
|
2665
|
-
className: "
|
|
2374
|
+
className: "OperationDisplay",
|
|
2666
2375
|
modelProperties: {
|
|
2667
|
-
|
|
2668
|
-
serializedName: "
|
|
2376
|
+
provider: {
|
|
2377
|
+
serializedName: "provider",
|
|
2669
2378
|
type: {
|
|
2670
2379
|
name: "String"
|
|
2671
2380
|
}
|
|
2672
2381
|
},
|
|
2673
|
-
|
|
2674
|
-
serializedName: "
|
|
2382
|
+
resource: {
|
|
2383
|
+
serializedName: "resource",
|
|
2675
2384
|
type: {
|
|
2676
2385
|
name: "String"
|
|
2677
2386
|
}
|
|
2678
2387
|
},
|
|
2679
|
-
|
|
2680
|
-
serializedName: "
|
|
2681
|
-
type: {
|
|
2682
|
-
name: "Object"
|
|
2683
|
-
}
|
|
2684
|
-
},
|
|
2685
|
-
key: {
|
|
2686
|
-
serializedName: "key",
|
|
2388
|
+
operation: {
|
|
2389
|
+
serializedName: "operation",
|
|
2687
2390
|
type: {
|
|
2688
2391
|
name: "String"
|
|
2689
2392
|
}
|
|
@@ -2691,83 +2394,91 @@ export var ComponentPurgeBodyFilters = {
|
|
|
2691
2394
|
}
|
|
2692
2395
|
}
|
|
2693
2396
|
};
|
|
2694
|
-
export
|
|
2695
|
-
serializedName: "ComponentPurgeBody",
|
|
2397
|
+
export const OperationListResult = {
|
|
2696
2398
|
type: {
|
|
2697
2399
|
name: "Composite",
|
|
2698
|
-
className: "
|
|
2400
|
+
className: "OperationListResult",
|
|
2699
2401
|
modelProperties: {
|
|
2700
|
-
|
|
2701
|
-
|
|
2702
|
-
serializedName: "table",
|
|
2703
|
-
type: {
|
|
2704
|
-
name: "String"
|
|
2705
|
-
}
|
|
2706
|
-
},
|
|
2707
|
-
filters: {
|
|
2708
|
-
required: true,
|
|
2709
|
-
serializedName: "filters",
|
|
2402
|
+
value: {
|
|
2403
|
+
serializedName: "value",
|
|
2710
2404
|
type: {
|
|
2711
2405
|
name: "Sequence",
|
|
2712
2406
|
element: {
|
|
2713
2407
|
type: {
|
|
2714
2408
|
name: "Composite",
|
|
2715
|
-
className: "
|
|
2409
|
+
className: "Operation"
|
|
2716
2410
|
}
|
|
2717
2411
|
}
|
|
2718
2412
|
}
|
|
2413
|
+
},
|
|
2414
|
+
nextLink: {
|
|
2415
|
+
serializedName: "nextLink",
|
|
2416
|
+
type: {
|
|
2417
|
+
name: "String"
|
|
2418
|
+
}
|
|
2719
2419
|
}
|
|
2720
2420
|
}
|
|
2721
2421
|
}
|
|
2722
2422
|
};
|
|
2723
|
-
export
|
|
2724
|
-
serializedName: "ComponentPurgeResponse",
|
|
2423
|
+
export const InnerErrorTrace = {
|
|
2725
2424
|
type: {
|
|
2726
2425
|
name: "Composite",
|
|
2727
|
-
className: "
|
|
2426
|
+
className: "InnerErrorTrace",
|
|
2728
2427
|
modelProperties: {
|
|
2729
|
-
|
|
2730
|
-
|
|
2731
|
-
|
|
2428
|
+
trace: {
|
|
2429
|
+
serializedName: "trace",
|
|
2430
|
+
readOnly: true,
|
|
2732
2431
|
type: {
|
|
2733
|
-
name: "
|
|
2432
|
+
name: "Sequence",
|
|
2433
|
+
element: {
|
|
2434
|
+
type: {
|
|
2435
|
+
name: "String"
|
|
2436
|
+
}
|
|
2437
|
+
}
|
|
2734
2438
|
}
|
|
2735
2439
|
}
|
|
2736
2440
|
}
|
|
2737
2441
|
}
|
|
2738
2442
|
};
|
|
2739
|
-
export
|
|
2740
|
-
serializedName: "ComponentPurgeStatusResponse",
|
|
2443
|
+
export const WorkbookInnerErrorTrace = {
|
|
2741
2444
|
type: {
|
|
2742
2445
|
name: "Composite",
|
|
2743
|
-
className: "
|
|
2446
|
+
className: "WorkbookInnerErrorTrace",
|
|
2744
2447
|
modelProperties: {
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
|
|
2448
|
+
trace: {
|
|
2449
|
+
serializedName: "trace",
|
|
2450
|
+
readOnly: true,
|
|
2748
2451
|
type: {
|
|
2749
|
-
name: "
|
|
2452
|
+
name: "Sequence",
|
|
2453
|
+
element: {
|
|
2454
|
+
type: {
|
|
2455
|
+
name: "String"
|
|
2456
|
+
}
|
|
2457
|
+
}
|
|
2750
2458
|
}
|
|
2751
2459
|
}
|
|
2752
2460
|
}
|
|
2753
2461
|
}
|
|
2754
2462
|
};
|
|
2755
|
-
export
|
|
2756
|
-
serializedName: "ErrorResponseLinkedStorage_error",
|
|
2463
|
+
export const OperationsListResult = {
|
|
2757
2464
|
type: {
|
|
2758
2465
|
name: "Composite",
|
|
2759
|
-
className: "
|
|
2466
|
+
className: "OperationsListResult",
|
|
2760
2467
|
modelProperties: {
|
|
2761
|
-
|
|
2762
|
-
|
|
2763
|
-
serializedName: "code",
|
|
2468
|
+
value: {
|
|
2469
|
+
serializedName: "value",
|
|
2764
2470
|
type: {
|
|
2765
|
-
name: "
|
|
2471
|
+
name: "Sequence",
|
|
2472
|
+
element: {
|
|
2473
|
+
type: {
|
|
2474
|
+
name: "Composite",
|
|
2475
|
+
className: "OperationLive"
|
|
2476
|
+
}
|
|
2477
|
+
}
|
|
2766
2478
|
}
|
|
2767
2479
|
},
|
|
2768
|
-
|
|
2769
|
-
|
|
2770
|
-
serializedName: "message",
|
|
2480
|
+
nextLink: {
|
|
2481
|
+
serializedName: "nextLink",
|
|
2771
2482
|
type: {
|
|
2772
2483
|
name: "String"
|
|
2773
2484
|
}
|
|
@@ -2775,74 +2486,53 @@ export var ErrorResponseLinkedStorageError = {
|
|
|
2775
2486
|
}
|
|
2776
2487
|
}
|
|
2777
2488
|
};
|
|
2778
|
-
export
|
|
2779
|
-
serializedName: "ErrorResponseLinkedStorage",
|
|
2489
|
+
export const OperationLive = {
|
|
2780
2490
|
type: {
|
|
2781
2491
|
name: "Composite",
|
|
2782
|
-
className: "
|
|
2492
|
+
className: "OperationLive",
|
|
2783
2493
|
modelProperties: {
|
|
2784
|
-
|
|
2785
|
-
serializedName: "
|
|
2494
|
+
name: {
|
|
2495
|
+
serializedName: "name",
|
|
2496
|
+
type: {
|
|
2497
|
+
name: "String"
|
|
2498
|
+
}
|
|
2499
|
+
},
|
|
2500
|
+
isDataAction: {
|
|
2501
|
+
serializedName: "isDataAction",
|
|
2502
|
+
type: {
|
|
2503
|
+
name: "Boolean"
|
|
2504
|
+
}
|
|
2505
|
+
},
|
|
2506
|
+
display: {
|
|
2507
|
+
serializedName: "display",
|
|
2786
2508
|
type: {
|
|
2787
2509
|
name: "Composite",
|
|
2788
|
-
className: "
|
|
2510
|
+
className: "OperationInfo"
|
|
2789
2511
|
}
|
|
2790
|
-
}
|
|
2791
|
-
|
|
2792
|
-
|
|
2793
|
-
};
|
|
2794
|
-
export var ComponentLinkedStorageAccounts = {
|
|
2795
|
-
serializedName: "ComponentLinkedStorageAccounts",
|
|
2796
|
-
type: {
|
|
2797
|
-
name: "Composite",
|
|
2798
|
-
className: "ComponentLinkedStorageAccounts",
|
|
2799
|
-
modelProperties: __assign(__assign({}, ProxyResource.type.modelProperties), { linkedStorageAccount: {
|
|
2800
|
-
serializedName: "properties.linkedStorageAccount",
|
|
2512
|
+
},
|
|
2513
|
+
origin: {
|
|
2514
|
+
serializedName: "origin",
|
|
2801
2515
|
type: {
|
|
2802
2516
|
name: "String"
|
|
2803
2517
|
}
|
|
2804
|
-
}
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
export var ComponentLinkedStorageAccountsPatch = {
|
|
2808
|
-
serializedName: "ComponentLinkedStorageAccountsPatch",
|
|
2809
|
-
type: {
|
|
2810
|
-
name: "Composite",
|
|
2811
|
-
className: "ComponentLinkedStorageAccountsPatch",
|
|
2812
|
-
modelProperties: {
|
|
2813
|
-
linkedStorageAccount: {
|
|
2814
|
-
serializedName: "properties.linkedStorageAccount",
|
|
2518
|
+
},
|
|
2519
|
+
properties: {
|
|
2520
|
+
serializedName: "properties",
|
|
2815
2521
|
type: {
|
|
2816
|
-
name: "
|
|
2522
|
+
name: "Dictionary",
|
|
2523
|
+
value: { type: { name: "any" } }
|
|
2817
2524
|
}
|
|
2818
2525
|
}
|
|
2819
2526
|
}
|
|
2820
2527
|
}
|
|
2821
2528
|
};
|
|
2822
|
-
export
|
|
2823
|
-
serializedName: "LiveTokenResponse",
|
|
2529
|
+
export const OperationInfo = {
|
|
2824
2530
|
type: {
|
|
2825
2531
|
name: "Composite",
|
|
2826
|
-
className: "
|
|
2532
|
+
className: "OperationInfo",
|
|
2827
2533
|
modelProperties: {
|
|
2828
|
-
|
|
2829
|
-
|
|
2830
|
-
serializedName: "liveToken",
|
|
2831
|
-
type: {
|
|
2832
|
-
name: "String"
|
|
2833
|
-
}
|
|
2834
|
-
}
|
|
2835
|
-
}
|
|
2836
|
-
}
|
|
2837
|
-
};
|
|
2838
|
-
export var OperationInfo = {
|
|
2839
|
-
serializedName: "OperationInfo",
|
|
2840
|
-
type: {
|
|
2841
|
-
name: "Composite",
|
|
2842
|
-
className: "OperationInfo",
|
|
2843
|
-
modelProperties: {
|
|
2844
|
-
provider: {
|
|
2845
|
-
serializedName: "provider",
|
|
2534
|
+
provider: {
|
|
2535
|
+
serializedName: "provider",
|
|
2846
2536
|
type: {
|
|
2847
2537
|
name: "String"
|
|
2848
2538
|
}
|
|
@@ -2868,313 +2558,519 @@ export var OperationInfo = {
|
|
|
2868
2558
|
}
|
|
2869
2559
|
}
|
|
2870
2560
|
};
|
|
2871
|
-
export
|
|
2872
|
-
serializedName: "OperationLive",
|
|
2561
|
+
export const WebTest = {
|
|
2873
2562
|
type: {
|
|
2874
2563
|
name: "Composite",
|
|
2875
|
-
className: "
|
|
2876
|
-
modelProperties: {
|
|
2877
|
-
|
|
2878
|
-
|
|
2564
|
+
className: "WebTest",
|
|
2565
|
+
modelProperties: Object.assign(Object.assign({}, WebtestsResource.type.modelProperties), { kind: {
|
|
2566
|
+
serializedName: "kind",
|
|
2567
|
+
type: {
|
|
2568
|
+
name: "Enum",
|
|
2569
|
+
allowedValues: ["ping", "multistep"]
|
|
2570
|
+
}
|
|
2571
|
+
}, syntheticMonitorId: {
|
|
2572
|
+
serializedName: "properties.SyntheticMonitorId",
|
|
2879
2573
|
type: {
|
|
2880
2574
|
name: "String"
|
|
2881
2575
|
}
|
|
2882
|
-
},
|
|
2883
|
-
|
|
2884
|
-
serializedName: "display",
|
|
2576
|
+
}, webTestName: {
|
|
2577
|
+
serializedName: "properties.Name",
|
|
2885
2578
|
type: {
|
|
2886
|
-
name: "
|
|
2887
|
-
className: "OperationInfo"
|
|
2579
|
+
name: "String"
|
|
2888
2580
|
}
|
|
2889
|
-
},
|
|
2890
|
-
|
|
2891
|
-
serializedName: "origin",
|
|
2581
|
+
}, description: {
|
|
2582
|
+
serializedName: "properties.Description",
|
|
2892
2583
|
type: {
|
|
2893
2584
|
name: "String"
|
|
2894
2585
|
}
|
|
2895
|
-
},
|
|
2896
|
-
|
|
2897
|
-
serializedName: "properties",
|
|
2586
|
+
}, enabled: {
|
|
2587
|
+
serializedName: "properties.Enabled",
|
|
2898
2588
|
type: {
|
|
2899
|
-
name: "
|
|
2589
|
+
name: "Boolean"
|
|
2900
2590
|
}
|
|
2901
|
-
}
|
|
2902
|
-
|
|
2903
|
-
|
|
2904
|
-
|
|
2905
|
-
|
|
2906
|
-
|
|
2907
|
-
|
|
2908
|
-
|
|
2909
|
-
|
|
2910
|
-
|
|
2911
|
-
|
|
2912
|
-
|
|
2591
|
+
}, frequency: {
|
|
2592
|
+
defaultValue: 300,
|
|
2593
|
+
serializedName: "properties.Frequency",
|
|
2594
|
+
type: {
|
|
2595
|
+
name: "Number"
|
|
2596
|
+
}
|
|
2597
|
+
}, timeout: {
|
|
2598
|
+
defaultValue: 30,
|
|
2599
|
+
serializedName: "properties.Timeout",
|
|
2600
|
+
type: {
|
|
2601
|
+
name: "Number"
|
|
2602
|
+
}
|
|
2603
|
+
}, webTestKind: {
|
|
2604
|
+
serializedName: "properties.Kind",
|
|
2605
|
+
type: {
|
|
2606
|
+
name: "Enum",
|
|
2607
|
+
allowedValues: ["ping", "multistep"]
|
|
2608
|
+
}
|
|
2609
|
+
}, retryEnabled: {
|
|
2610
|
+
serializedName: "properties.RetryEnabled",
|
|
2611
|
+
type: {
|
|
2612
|
+
name: "Boolean"
|
|
2613
|
+
}
|
|
2614
|
+
}, locations: {
|
|
2615
|
+
serializedName: "properties.Locations",
|
|
2913
2616
|
type: {
|
|
2914
2617
|
name: "Sequence",
|
|
2915
2618
|
element: {
|
|
2916
2619
|
type: {
|
|
2917
2620
|
name: "Composite",
|
|
2918
|
-
className: "
|
|
2621
|
+
className: "WebTestGeolocation"
|
|
2919
2622
|
}
|
|
2920
2623
|
}
|
|
2921
2624
|
}
|
|
2922
|
-
},
|
|
2923
|
-
|
|
2924
|
-
|
|
2625
|
+
}, configuration: {
|
|
2626
|
+
serializedName: "properties.Configuration",
|
|
2627
|
+
type: {
|
|
2628
|
+
name: "Composite",
|
|
2629
|
+
className: "WebTestPropertiesConfiguration"
|
|
2630
|
+
}
|
|
2631
|
+
}, provisioningState: {
|
|
2632
|
+
serializedName: "properties.provisioningState",
|
|
2633
|
+
readOnly: true,
|
|
2925
2634
|
type: {
|
|
2926
2635
|
name: "String"
|
|
2927
2636
|
}
|
|
2928
|
-
}
|
|
2929
|
-
}
|
|
2637
|
+
} })
|
|
2930
2638
|
}
|
|
2931
2639
|
};
|
|
2932
|
-
export
|
|
2933
|
-
serializedName: "OperationsListResult",
|
|
2640
|
+
export const WorkbookTemplate = {
|
|
2934
2641
|
type: {
|
|
2935
2642
|
name: "Composite",
|
|
2936
|
-
className: "
|
|
2937
|
-
modelProperties: {
|
|
2938
|
-
|
|
2939
|
-
serializedName: "",
|
|
2643
|
+
className: "WorkbookTemplate",
|
|
2644
|
+
modelProperties: Object.assign(Object.assign({}, WorkbookTemplateResource.type.modelProperties), { priority: {
|
|
2645
|
+
serializedName: "properties.priority",
|
|
2940
2646
|
type: {
|
|
2941
|
-
name: "
|
|
2942
|
-
element: {
|
|
2943
|
-
type: {
|
|
2944
|
-
name: "Composite",
|
|
2945
|
-
className: "OperationLive"
|
|
2946
|
-
}
|
|
2947
|
-
}
|
|
2647
|
+
name: "Number"
|
|
2948
2648
|
}
|
|
2949
|
-
},
|
|
2950
|
-
|
|
2951
|
-
serializedName: "nextLink",
|
|
2649
|
+
}, author: {
|
|
2650
|
+
serializedName: "properties.author",
|
|
2952
2651
|
type: {
|
|
2953
2652
|
name: "String"
|
|
2954
2653
|
}
|
|
2955
|
-
}
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
|
|
2959
|
-
|
|
2960
|
-
|
|
2961
|
-
|
|
2962
|
-
|
|
2963
|
-
className: "AnnotationsListResult",
|
|
2964
|
-
modelProperties: {
|
|
2965
|
-
value: {
|
|
2966
|
-
readOnly: true,
|
|
2967
|
-
serializedName: "",
|
|
2654
|
+
}, templateData: {
|
|
2655
|
+
serializedName: "properties.templateData",
|
|
2656
|
+
type: {
|
|
2657
|
+
name: "Dictionary",
|
|
2658
|
+
value: { type: { name: "any" } }
|
|
2659
|
+
}
|
|
2660
|
+
}, galleries: {
|
|
2661
|
+
serializedName: "properties.galleries",
|
|
2968
2662
|
type: {
|
|
2969
2663
|
name: "Sequence",
|
|
2970
2664
|
element: {
|
|
2971
2665
|
type: {
|
|
2972
2666
|
name: "Composite",
|
|
2973
|
-
className: "
|
|
2667
|
+
className: "WorkbookTemplateGallery"
|
|
2974
2668
|
}
|
|
2975
2669
|
}
|
|
2976
2670
|
}
|
|
2977
|
-
}
|
|
2978
|
-
|
|
2979
|
-
}
|
|
2980
|
-
};
|
|
2981
|
-
export var ApplicationInsightsComponentAPIKeyListResult = {
|
|
2982
|
-
serializedName: "ApplicationInsightsComponentAPIKeyListResult",
|
|
2983
|
-
type: {
|
|
2984
|
-
name: "Composite",
|
|
2985
|
-
className: "ApplicationInsightsComponentAPIKeyListResult",
|
|
2986
|
-
modelProperties: {
|
|
2987
|
-
value: {
|
|
2988
|
-
required: true,
|
|
2989
|
-
serializedName: "",
|
|
2671
|
+
}, localized: {
|
|
2672
|
+
serializedName: "properties.localized",
|
|
2990
2673
|
type: {
|
|
2991
|
-
name: "
|
|
2992
|
-
|
|
2674
|
+
name: "Dictionary",
|
|
2675
|
+
value: {
|
|
2993
2676
|
type: {
|
|
2994
|
-
name: "
|
|
2995
|
-
|
|
2677
|
+
name: "Sequence",
|
|
2678
|
+
element: {
|
|
2679
|
+
type: {
|
|
2680
|
+
name: "Composite",
|
|
2681
|
+
className: "WorkbookTemplateLocalizedGallery"
|
|
2682
|
+
}
|
|
2683
|
+
}
|
|
2996
2684
|
}
|
|
2997
2685
|
}
|
|
2998
2686
|
}
|
|
2999
|
-
}
|
|
3000
|
-
}
|
|
2687
|
+
} })
|
|
3001
2688
|
}
|
|
3002
2689
|
};
|
|
3003
|
-
export
|
|
3004
|
-
serializedName: "WorkItemConfigurationsListResult",
|
|
2690
|
+
export const MyWorkbook = {
|
|
3005
2691
|
type: {
|
|
3006
2692
|
name: "Composite",
|
|
3007
|
-
className: "
|
|
3008
|
-
modelProperties: {
|
|
3009
|
-
|
|
2693
|
+
className: "MyWorkbook",
|
|
2694
|
+
modelProperties: Object.assign(Object.assign({}, MyWorkbookResource.type.modelProperties), { kind: {
|
|
2695
|
+
serializedName: "kind",
|
|
2696
|
+
type: {
|
|
2697
|
+
name: "String"
|
|
2698
|
+
}
|
|
2699
|
+
}, systemData: {
|
|
2700
|
+
serializedName: "systemData",
|
|
2701
|
+
type: {
|
|
2702
|
+
name: "Composite",
|
|
2703
|
+
className: "SystemData"
|
|
2704
|
+
}
|
|
2705
|
+
}, displayName: {
|
|
2706
|
+
serializedName: "properties.displayName",
|
|
2707
|
+
type: {
|
|
2708
|
+
name: "String"
|
|
2709
|
+
}
|
|
2710
|
+
}, serializedData: {
|
|
2711
|
+
serializedName: "properties.serializedData",
|
|
2712
|
+
nullable: true,
|
|
2713
|
+
type: {
|
|
2714
|
+
name: "String"
|
|
2715
|
+
}
|
|
2716
|
+
}, version: {
|
|
2717
|
+
serializedName: "properties.version",
|
|
2718
|
+
type: {
|
|
2719
|
+
name: "String"
|
|
2720
|
+
}
|
|
2721
|
+
}, timeModified: {
|
|
2722
|
+
serializedName: "properties.timeModified",
|
|
3010
2723
|
readOnly: true,
|
|
3011
|
-
serializedName: "",
|
|
3012
2724
|
type: {
|
|
3013
|
-
name: "
|
|
3014
|
-
element: {
|
|
3015
|
-
type: {
|
|
3016
|
-
name: "Composite",
|
|
3017
|
-
className: "WorkItemConfiguration"
|
|
3018
|
-
}
|
|
3019
|
-
}
|
|
2725
|
+
name: "String"
|
|
3020
2726
|
}
|
|
3021
|
-
}
|
|
3022
|
-
|
|
3023
|
-
}
|
|
3024
|
-
};
|
|
3025
|
-
export var ApplicationInsightsWebTestLocationsListResult = {
|
|
3026
|
-
serializedName: "ApplicationInsightsWebTestLocationsListResult",
|
|
3027
|
-
type: {
|
|
3028
|
-
name: "Composite",
|
|
3029
|
-
className: "ApplicationInsightsWebTestLocationsListResult",
|
|
3030
|
-
modelProperties: {
|
|
3031
|
-
value: {
|
|
3032
|
-
required: true,
|
|
3033
|
-
serializedName: "",
|
|
2727
|
+
}, category: {
|
|
2728
|
+
serializedName: "properties.category",
|
|
3034
2729
|
type: {
|
|
3035
|
-
name: "
|
|
3036
|
-
element: {
|
|
3037
|
-
type: {
|
|
3038
|
-
name: "Composite",
|
|
3039
|
-
className: "ApplicationInsightsComponentWebTestLocation"
|
|
3040
|
-
}
|
|
3041
|
-
}
|
|
2730
|
+
name: "String"
|
|
3042
2731
|
}
|
|
3043
|
-
}
|
|
3044
|
-
|
|
3045
|
-
}
|
|
3046
|
-
};
|
|
3047
|
-
export var WebTestListResult = {
|
|
3048
|
-
serializedName: "webTestListResult",
|
|
3049
|
-
type: {
|
|
3050
|
-
name: "Composite",
|
|
3051
|
-
className: "WebTestListResult",
|
|
3052
|
-
modelProperties: {
|
|
3053
|
-
value: {
|
|
3054
|
-
required: true,
|
|
3055
|
-
serializedName: "",
|
|
2732
|
+
}, tagsPropertiesTags: {
|
|
2733
|
+
serializedName: "properties.tags",
|
|
3056
2734
|
type: {
|
|
3057
2735
|
name: "Sequence",
|
|
3058
2736
|
element: {
|
|
3059
2737
|
type: {
|
|
3060
|
-
name: "
|
|
3061
|
-
className: "WebTest"
|
|
2738
|
+
name: "String"
|
|
3062
2739
|
}
|
|
3063
2740
|
}
|
|
3064
2741
|
}
|
|
3065
|
-
},
|
|
3066
|
-
|
|
3067
|
-
|
|
2742
|
+
}, userId: {
|
|
2743
|
+
serializedName: "properties.userId",
|
|
2744
|
+
readOnly: true,
|
|
3068
2745
|
type: {
|
|
3069
2746
|
name: "String"
|
|
3070
2747
|
}
|
|
3071
|
-
}
|
|
3072
|
-
|
|
2748
|
+
}, sourceId: {
|
|
2749
|
+
serializedName: "properties.sourceId",
|
|
2750
|
+
type: {
|
|
2751
|
+
name: "String"
|
|
2752
|
+
}
|
|
2753
|
+
}, storageUri: {
|
|
2754
|
+
serializedName: "properties.storageUri",
|
|
2755
|
+
nullable: true,
|
|
2756
|
+
type: {
|
|
2757
|
+
name: "String"
|
|
2758
|
+
}
|
|
2759
|
+
} })
|
|
3073
2760
|
}
|
|
3074
2761
|
};
|
|
3075
|
-
export
|
|
3076
|
-
serializedName: "WorkbookTemplatesListResult",
|
|
2762
|
+
export const WorkbookResourceIdentity = {
|
|
3077
2763
|
type: {
|
|
3078
2764
|
name: "Composite",
|
|
3079
|
-
className: "
|
|
3080
|
-
modelProperties: {
|
|
3081
|
-
|
|
3082
|
-
|
|
3083
|
-
|
|
3084
|
-
|
|
3085
|
-
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
|
|
3089
|
-
|
|
3090
|
-
|
|
2765
|
+
className: "WorkbookResourceIdentity",
|
|
2766
|
+
modelProperties: Object.assign({}, ManagedServiceIdentity.type.modelProperties)
|
|
2767
|
+
}
|
|
2768
|
+
};
|
|
2769
|
+
export const TrackedResource = {
|
|
2770
|
+
type: {
|
|
2771
|
+
name: "Composite",
|
|
2772
|
+
className: "TrackedResource",
|
|
2773
|
+
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { tags: {
|
|
2774
|
+
serializedName: "tags",
|
|
2775
|
+
type: {
|
|
2776
|
+
name: "Dictionary",
|
|
2777
|
+
value: { type: { name: "String" } }
|
|
3091
2778
|
}
|
|
3092
|
-
}
|
|
3093
|
-
|
|
2779
|
+
}, location: {
|
|
2780
|
+
serializedName: "location",
|
|
2781
|
+
required: true,
|
|
2782
|
+
type: {
|
|
2783
|
+
name: "String"
|
|
2784
|
+
}
|
|
2785
|
+
} })
|
|
3094
2786
|
}
|
|
3095
2787
|
};
|
|
3096
|
-
export
|
|
3097
|
-
serializedName: "MyWorkbooksListResult",
|
|
2788
|
+
export const ProxyResource = {
|
|
3098
2789
|
type: {
|
|
3099
2790
|
name: "Composite",
|
|
3100
|
-
className: "
|
|
3101
|
-
modelProperties: {
|
|
3102
|
-
|
|
2791
|
+
className: "ProxyResource",
|
|
2792
|
+
modelProperties: Object.assign({}, Resource.type.modelProperties)
|
|
2793
|
+
}
|
|
2794
|
+
};
|
|
2795
|
+
export const ApplicationInsightsComponent = {
|
|
2796
|
+
type: {
|
|
2797
|
+
name: "Composite",
|
|
2798
|
+
className: "ApplicationInsightsComponent",
|
|
2799
|
+
modelProperties: Object.assign(Object.assign({}, ComponentsResource.type.modelProperties), { kind: {
|
|
2800
|
+
serializedName: "kind",
|
|
2801
|
+
required: true,
|
|
2802
|
+
type: {
|
|
2803
|
+
name: "String"
|
|
2804
|
+
}
|
|
2805
|
+
}, etag: {
|
|
2806
|
+
serializedName: "etag",
|
|
2807
|
+
type: {
|
|
2808
|
+
name: "String"
|
|
2809
|
+
}
|
|
2810
|
+
}, applicationId: {
|
|
2811
|
+
serializedName: "properties.ApplicationId",
|
|
2812
|
+
readOnly: true,
|
|
2813
|
+
type: {
|
|
2814
|
+
name: "String"
|
|
2815
|
+
}
|
|
2816
|
+
}, appId: {
|
|
2817
|
+
serializedName: "properties.AppId",
|
|
2818
|
+
readOnly: true,
|
|
2819
|
+
type: {
|
|
2820
|
+
name: "String"
|
|
2821
|
+
}
|
|
2822
|
+
}, namePropertiesName: {
|
|
2823
|
+
serializedName: "properties.Name",
|
|
2824
|
+
readOnly: true,
|
|
2825
|
+
type: {
|
|
2826
|
+
name: "String"
|
|
2827
|
+
}
|
|
2828
|
+
}, applicationType: {
|
|
2829
|
+
defaultValue: "web",
|
|
2830
|
+
serializedName: "properties.Application_Type",
|
|
2831
|
+
type: {
|
|
2832
|
+
name: "String"
|
|
2833
|
+
}
|
|
2834
|
+
}, flowType: {
|
|
2835
|
+
defaultValue: "Bluefield",
|
|
2836
|
+
serializedName: "properties.Flow_Type",
|
|
2837
|
+
type: {
|
|
2838
|
+
name: "String"
|
|
2839
|
+
}
|
|
2840
|
+
}, requestSource: {
|
|
2841
|
+
defaultValue: "rest",
|
|
2842
|
+
serializedName: "properties.Request_Source",
|
|
2843
|
+
type: {
|
|
2844
|
+
name: "String"
|
|
2845
|
+
}
|
|
2846
|
+
}, instrumentationKey: {
|
|
2847
|
+
serializedName: "properties.InstrumentationKey",
|
|
2848
|
+
readOnly: true,
|
|
2849
|
+
type: {
|
|
2850
|
+
name: "String"
|
|
2851
|
+
}
|
|
2852
|
+
}, creationDate: {
|
|
2853
|
+
serializedName: "properties.CreationDate",
|
|
2854
|
+
readOnly: true,
|
|
2855
|
+
type: {
|
|
2856
|
+
name: "DateTime"
|
|
2857
|
+
}
|
|
2858
|
+
}, tenantId: {
|
|
2859
|
+
serializedName: "properties.TenantId",
|
|
2860
|
+
readOnly: true,
|
|
2861
|
+
type: {
|
|
2862
|
+
name: "String"
|
|
2863
|
+
}
|
|
2864
|
+
}, hockeyAppId: {
|
|
2865
|
+
serializedName: "properties.HockeyAppId",
|
|
2866
|
+
type: {
|
|
2867
|
+
name: "String"
|
|
2868
|
+
}
|
|
2869
|
+
}, hockeyAppToken: {
|
|
2870
|
+
serializedName: "properties.HockeyAppToken",
|
|
2871
|
+
readOnly: true,
|
|
2872
|
+
type: {
|
|
2873
|
+
name: "String"
|
|
2874
|
+
}
|
|
2875
|
+
}, provisioningState: {
|
|
2876
|
+
serializedName: "properties.provisioningState",
|
|
2877
|
+
readOnly: true,
|
|
2878
|
+
type: {
|
|
2879
|
+
name: "String"
|
|
2880
|
+
}
|
|
2881
|
+
}, samplingPercentage: {
|
|
2882
|
+
serializedName: "properties.SamplingPercentage",
|
|
2883
|
+
type: {
|
|
2884
|
+
name: "Number"
|
|
2885
|
+
}
|
|
2886
|
+
}, connectionString: {
|
|
2887
|
+
serializedName: "properties.ConnectionString",
|
|
2888
|
+
readOnly: true,
|
|
2889
|
+
type: {
|
|
2890
|
+
name: "String"
|
|
2891
|
+
}
|
|
2892
|
+
}, retentionInDays: {
|
|
2893
|
+
serializedName: "properties.RetentionInDays",
|
|
2894
|
+
type: {
|
|
2895
|
+
name: "Number"
|
|
2896
|
+
}
|
|
2897
|
+
}, disableIpMasking: {
|
|
2898
|
+
serializedName: "properties.DisableIpMasking",
|
|
2899
|
+
type: {
|
|
2900
|
+
name: "Boolean"
|
|
2901
|
+
}
|
|
2902
|
+
}, immediatePurgeDataOn30Days: {
|
|
2903
|
+
serializedName: "properties.ImmediatePurgeDataOn30Days",
|
|
2904
|
+
type: {
|
|
2905
|
+
name: "Boolean"
|
|
2906
|
+
}
|
|
2907
|
+
}, workspaceResourceId: {
|
|
2908
|
+
serializedName: "properties.WorkspaceResourceId",
|
|
2909
|
+
type: {
|
|
2910
|
+
name: "String"
|
|
2911
|
+
}
|
|
2912
|
+
}, laMigrationDate: {
|
|
2913
|
+
serializedName: "properties.LaMigrationDate",
|
|
2914
|
+
readOnly: true,
|
|
2915
|
+
type: {
|
|
2916
|
+
name: "DateTime"
|
|
2917
|
+
}
|
|
2918
|
+
}, privateLinkScopedResources: {
|
|
2919
|
+
serializedName: "properties.PrivateLinkScopedResources",
|
|
3103
2920
|
readOnly: true,
|
|
3104
|
-
serializedName: "",
|
|
3105
2921
|
type: {
|
|
3106
2922
|
name: "Sequence",
|
|
3107
2923
|
element: {
|
|
3108
2924
|
type: {
|
|
3109
2925
|
name: "Composite",
|
|
3110
|
-
className: "
|
|
2926
|
+
className: "PrivateLinkScopedResource"
|
|
3111
2927
|
}
|
|
3112
2928
|
}
|
|
3113
2929
|
}
|
|
3114
|
-
},
|
|
3115
|
-
|
|
3116
|
-
serializedName: "
|
|
2930
|
+
}, publicNetworkAccessForIngestion: {
|
|
2931
|
+
defaultValue: "Enabled",
|
|
2932
|
+
serializedName: "properties.publicNetworkAccessForIngestion",
|
|
3117
2933
|
type: {
|
|
3118
2934
|
name: "String"
|
|
3119
2935
|
}
|
|
3120
|
-
}
|
|
3121
|
-
|
|
2936
|
+
}, publicNetworkAccessForQuery: {
|
|
2937
|
+
defaultValue: "Enabled",
|
|
2938
|
+
serializedName: "properties.publicNetworkAccessForQuery",
|
|
2939
|
+
type: {
|
|
2940
|
+
name: "String"
|
|
2941
|
+
}
|
|
2942
|
+
}, ingestionMode: {
|
|
2943
|
+
defaultValue: "LogAnalytics",
|
|
2944
|
+
serializedName: "properties.IngestionMode",
|
|
2945
|
+
type: {
|
|
2946
|
+
name: "String"
|
|
2947
|
+
}
|
|
2948
|
+
}, disableLocalAuth: {
|
|
2949
|
+
serializedName: "properties.DisableLocalAuth",
|
|
2950
|
+
type: {
|
|
2951
|
+
name: "Boolean"
|
|
2952
|
+
}
|
|
2953
|
+
}, forceCustomerStorageForProfiler: {
|
|
2954
|
+
serializedName: "properties.ForceCustomerStorageForProfiler",
|
|
2955
|
+
type: {
|
|
2956
|
+
name: "Boolean"
|
|
2957
|
+
}
|
|
2958
|
+
} })
|
|
3122
2959
|
}
|
|
3123
2960
|
};
|
|
3124
|
-
export
|
|
3125
|
-
serializedName: "WorkbooksListResult",
|
|
2961
|
+
export const WorkbookResource = {
|
|
3126
2962
|
type: {
|
|
3127
2963
|
name: "Composite",
|
|
3128
|
-
className: "
|
|
3129
|
-
modelProperties: {
|
|
3130
|
-
|
|
3131
|
-
readOnly: true,
|
|
3132
|
-
serializedName: "",
|
|
2964
|
+
className: "WorkbookResource",
|
|
2965
|
+
modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), { identity: {
|
|
2966
|
+
serializedName: "identity",
|
|
3133
2967
|
type: {
|
|
3134
|
-
name: "
|
|
3135
|
-
|
|
3136
|
-
type: {
|
|
3137
|
-
name: "Composite",
|
|
3138
|
-
className: "Workbook"
|
|
3139
|
-
}
|
|
3140
|
-
}
|
|
2968
|
+
name: "Composite",
|
|
2969
|
+
className: "WorkbookResourceIdentity"
|
|
3141
2970
|
}
|
|
3142
|
-
},
|
|
3143
|
-
|
|
3144
|
-
serializedName: "nextLink",
|
|
2971
|
+
}, kind: {
|
|
2972
|
+
serializedName: "kind",
|
|
3145
2973
|
type: {
|
|
3146
2974
|
name: "String"
|
|
3147
2975
|
}
|
|
3148
|
-
}
|
|
3149
|
-
|
|
2976
|
+
}, etag: {
|
|
2977
|
+
serializedName: "etag",
|
|
2978
|
+
type: {
|
|
2979
|
+
name: "String"
|
|
2980
|
+
}
|
|
2981
|
+
} })
|
|
3150
2982
|
}
|
|
3151
2983
|
};
|
|
3152
|
-
export
|
|
3153
|
-
serializedName: "ApplicationInsightsComponentListResult",
|
|
2984
|
+
export const ComponentLinkedStorageAccounts = {
|
|
3154
2985
|
type: {
|
|
3155
2986
|
name: "Composite",
|
|
3156
|
-
className: "
|
|
3157
|
-
modelProperties: {
|
|
3158
|
-
|
|
3159
|
-
|
|
3160
|
-
|
|
2987
|
+
className: "ComponentLinkedStorageAccounts",
|
|
2988
|
+
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { linkedStorageAccount: {
|
|
2989
|
+
serializedName: "properties.linkedStorageAccount",
|
|
2990
|
+
type: {
|
|
2991
|
+
name: "String"
|
|
2992
|
+
}
|
|
2993
|
+
} })
|
|
2994
|
+
}
|
|
2995
|
+
};
|
|
2996
|
+
export const Workbook = {
|
|
2997
|
+
type: {
|
|
2998
|
+
name: "Composite",
|
|
2999
|
+
className: "Workbook",
|
|
3000
|
+
modelProperties: Object.assign(Object.assign({}, WorkbookResource.type.modelProperties), { systemData: {
|
|
3001
|
+
serializedName: "systemData",
|
|
3002
|
+
type: {
|
|
3003
|
+
name: "Composite",
|
|
3004
|
+
className: "SystemData"
|
|
3005
|
+
}
|
|
3006
|
+
}, displayName: {
|
|
3007
|
+
serializedName: "properties.displayName",
|
|
3008
|
+
type: {
|
|
3009
|
+
name: "String"
|
|
3010
|
+
}
|
|
3011
|
+
}, serializedData: {
|
|
3012
|
+
serializedName: "properties.serializedData",
|
|
3013
|
+
nullable: true,
|
|
3014
|
+
type: {
|
|
3015
|
+
name: "String"
|
|
3016
|
+
}
|
|
3017
|
+
}, version: {
|
|
3018
|
+
serializedName: "properties.version",
|
|
3019
|
+
type: {
|
|
3020
|
+
name: "String"
|
|
3021
|
+
}
|
|
3022
|
+
}, timeModified: {
|
|
3023
|
+
serializedName: "properties.timeModified",
|
|
3024
|
+
readOnly: true,
|
|
3025
|
+
type: {
|
|
3026
|
+
name: "DateTime"
|
|
3027
|
+
}
|
|
3028
|
+
}, category: {
|
|
3029
|
+
serializedName: "properties.category",
|
|
3030
|
+
type: {
|
|
3031
|
+
name: "String"
|
|
3032
|
+
}
|
|
3033
|
+
}, tagsPropertiesTags: {
|
|
3034
|
+
serializedName: "properties.tags",
|
|
3161
3035
|
type: {
|
|
3162
3036
|
name: "Sequence",
|
|
3163
3037
|
element: {
|
|
3164
3038
|
type: {
|
|
3165
|
-
name: "
|
|
3166
|
-
className: "ApplicationInsightsComponent"
|
|
3039
|
+
name: "String"
|
|
3167
3040
|
}
|
|
3168
3041
|
}
|
|
3169
3042
|
}
|
|
3170
|
-
},
|
|
3171
|
-
|
|
3172
|
-
|
|
3043
|
+
}, userId: {
|
|
3044
|
+
serializedName: "properties.userId",
|
|
3045
|
+
readOnly: true,
|
|
3173
3046
|
type: {
|
|
3174
3047
|
name: "String"
|
|
3175
3048
|
}
|
|
3176
|
-
}
|
|
3177
|
-
|
|
3049
|
+
}, sourceId: {
|
|
3050
|
+
serializedName: "properties.sourceId",
|
|
3051
|
+
type: {
|
|
3052
|
+
name: "String"
|
|
3053
|
+
}
|
|
3054
|
+
}, storageUri: {
|
|
3055
|
+
serializedName: "properties.storageUri",
|
|
3056
|
+
nullable: true,
|
|
3057
|
+
type: {
|
|
3058
|
+
name: "String"
|
|
3059
|
+
}
|
|
3060
|
+
}, description: {
|
|
3061
|
+
serializedName: "properties.description",
|
|
3062
|
+
nullable: true,
|
|
3063
|
+
type: {
|
|
3064
|
+
name: "String"
|
|
3065
|
+
}
|
|
3066
|
+
}, revision: {
|
|
3067
|
+
serializedName: "properties.revision",
|
|
3068
|
+
readOnly: true,
|
|
3069
|
+
nullable: true,
|
|
3070
|
+
type: {
|
|
3071
|
+
name: "String"
|
|
3072
|
+
}
|
|
3073
|
+
} })
|
|
3178
3074
|
}
|
|
3179
3075
|
};
|
|
3180
3076
|
//# sourceMappingURL=mappers.js.map
|