@azure/arm-appinsights 3.0.0 → 5.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/LICENSE +21 -0
- package/README.md +72 -73
- package/dist/index.js +7675 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/applicationInsightsManagementClient.d.ts +36 -0
- package/dist-esm/src/applicationInsightsManagementClient.d.ts.map +1 -0
- package/dist-esm/src/applicationInsightsManagementClient.js +69 -0
- package/dist-esm/src/applicationInsightsManagementClient.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +2080 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +133 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +86 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1481 -1003
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +63 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +515 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/aPIKeys.d.ts +55 -0
- package/dist-esm/src/operations/aPIKeys.d.ts.map +1 -0
- package/dist-esm/src/operations/aPIKeys.js +185 -0
- package/dist-esm/src/operations/aPIKeys.js.map +1 -0
- package/dist-esm/src/operations/analyticsItems.d.ts +51 -0
- package/dist-esm/src/operations/analyticsItems.d.ts.map +1 -0
- package/dist-esm/src/operations/analyticsItems.js +157 -0
- package/dist-esm/src/operations/analyticsItems.js.map +1 -0
- package/dist-esm/src/operations/annotations.d.ts +63 -0
- package/dist-esm/src/operations/annotations.d.ts.map +1 -0
- package/dist-esm/src/operations/annotations.js +207 -0
- package/dist-esm/src/operations/annotations.js.map +1 -0
- package/dist-esm/src/operations/componentAvailableFeatures.d.ts +20 -0
- package/dist-esm/src/operations/componentAvailableFeatures.d.ts.map +1 -0
- package/dist-esm/src/operations/componentAvailableFeatures.js +50 -0
- package/dist-esm/src/operations/componentAvailableFeatures.js.map +1 -0
- package/dist-esm/src/operations/componentCurrentBillingFeatures.d.ts +29 -0
- package/dist-esm/src/operations/componentCurrentBillingFeatures.d.ts.map +1 -0
- package/dist-esm/src/operations/componentCurrentBillingFeatures.js +81 -0
- package/dist-esm/src/operations/componentCurrentBillingFeatures.js.map +1 -0
- package/dist-esm/src/operations/componentFeatureCapabilities.d.ts +20 -0
- package/dist-esm/src/operations/componentFeatureCapabilities.d.ts.map +1 -0
- package/dist-esm/src/operations/componentFeatureCapabilities.js +50 -0
- package/dist-esm/src/operations/componentFeatureCapabilities.js.map +1 -0
- package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.d.ts +53 -0
- package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.js +174 -0
- package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.js.map +1 -0
- package/dist-esm/src/operations/componentQuotaStatus.d.ts +20 -0
- package/dist-esm/src/operations/componentQuotaStatus.d.ts.map +1 -0
- package/dist-esm/src/operations/componentQuotaStatus.js +50 -0
- package/dist-esm/src/operations/componentQuotaStatus.js.map +1 -0
- package/dist-esm/src/operations/components.d.ts +108 -0
- package/dist-esm/src/operations/components.d.ts.map +1 -0
- package/dist-esm/src/operations/components.js +402 -0
- package/dist-esm/src/operations/components.js.map +1 -0
- package/dist-esm/src/operations/exportConfigurations.d.ts +58 -0
- package/dist-esm/src/operations/exportConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operations/exportConfigurations.js +195 -0
- package/dist-esm/src/operations/exportConfigurations.js.map +1 -0
- package/dist-esm/src/operations/favorites.d.ts +55 -0
- package/dist-esm/src/operations/favorites.d.ts.map +1 -0
- package/dist-esm/src/operations/favorites.js +196 -0
- package/dist-esm/src/operations/favorites.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +3 -2
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +6 -7
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/liveToken.d.ts +19 -0
- package/dist-esm/src/operations/liveToken.d.ts.map +1 -0
- package/dist-esm/src/operations/liveToken.js +47 -0
- package/dist-esm/src/operations/liveToken.js.map +1 -0
- package/dist-esm/src/operations/myWorkbooks.d.ts +89 -0
- package/dist-esm/src/operations/myWorkbooks.d.ts.map +1 -0
- package/dist-esm/src/operations/myWorkbooks.js +387 -0
- package/dist-esm/src/operations/myWorkbooks.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +116 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/proactiveDetectionConfigurations.d.ts +40 -0
- package/dist-esm/src/operations/proactiveDetectionConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operations/proactiveDetectionConfigurations.js +130 -0
- package/dist-esm/src/operations/proactiveDetectionConfigurations.js.map +1 -0
- package/dist-esm/src/operations/webTestLocations.d.ts +30 -0
- package/dist-esm/src/operations/webTestLocations.d.ts.map +1 -0
- package/dist-esm/src/operations/webTestLocations.js +96 -0
- package/dist-esm/src/operations/webTestLocations.js.map +1 -0
- package/dist-esm/src/operations/webTests.d.ts +108 -0
- package/dist-esm/src/operations/webTests.d.ts.map +1 -0
- package/dist-esm/src/operations/webTests.js +435 -0
- package/dist-esm/src/operations/webTests.js.map +1 -0
- package/dist-esm/src/operations/workItemConfigurations.d.ts +75 -0
- package/dist-esm/src/operations/workItemConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operations/workItemConfigurations.js +257 -0
- package/dist-esm/src/operations/workItemConfigurations.js.map +1 -0
- package/dist-esm/src/operations/workbookTemplates.d.ts +57 -0
- package/dist-esm/src/operations/workbookTemplates.d.ts.map +1 -0
- package/dist-esm/src/operations/workbookTemplates.js +223 -0
- package/dist-esm/src/operations/workbookTemplates.js.map +1 -0
- package/dist-esm/src/operations/workbooks.d.ts +120 -0
- package/dist-esm/src/operations/workbooks.d.ts.map +1 -0
- package/dist-esm/src/operations/workbooks.js +530 -0
- package/dist-esm/src/operations/workbooks.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/aPIKeys.d.ts +38 -0
- package/dist-esm/src/operationsInterfaces/aPIKeys.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/aPIKeys.js +9 -0
- package/dist-esm/src/operationsInterfaces/aPIKeys.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/analyticsItems.d.ts +43 -0
- package/dist-esm/src/operationsInterfaces/analyticsItems.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/analyticsItems.js +9 -0
- package/dist-esm/src/operationsInterfaces/analyticsItems.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/annotations.d.ts +43 -0
- package/dist-esm/src/operationsInterfaces/annotations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/annotations.js +9 -0
- package/dist-esm/src/operationsInterfaces/annotations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.js +9 -0
- package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.js +9 -0
- package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.js +9 -0
- package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +45 -0
- package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentQuotaStatus.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/componentQuotaStatus.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentQuotaStatus.js +9 -0
- package/dist-esm/src/operationsInterfaces/componentQuotaStatus.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/components.d.ts +72 -0
- package/dist-esm/src/operationsInterfaces/components.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/components.js +9 -0
- package/dist-esm/src/operationsInterfaces/components.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/exportConfigurations.d.ts +50 -0
- package/dist-esm/src/operationsInterfaces/exportConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/exportConfigurations.js +9 -0
- package/dist-esm/src/operationsInterfaces/exportConfigurations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/favorites.d.ts +47 -0
- package/dist-esm/src/operationsInterfaces/favorites.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/favorites.js +9 -0
- package/dist-esm/src/operationsInterfaces/favorites.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +28 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/liveToken.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/liveToken.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/liveToken.js +9 -0
- package/dist-esm/src/operationsInterfaces/liveToken.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/myWorkbooks.d.ts +49 -0
- package/dist-esm/src/operationsInterfaces/myWorkbooks.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/myWorkbooks.js +9 -0
- package/dist-esm/src/operationsInterfaces/myWorkbooks.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.d.ts +32 -0
- package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.js +9 -0
- package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/webTestLocations.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/webTestLocations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/webTestLocations.js +9 -0
- package/dist-esm/src/operationsInterfaces/webTestLocations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/webTests.d.ts +55 -0
- package/dist-esm/src/operationsInterfaces/webTests.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/webTests.js +9 -0
- package/dist-esm/src/operationsInterfaces/webTests.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/workItemConfigurations.d.ts +58 -0
- package/dist-esm/src/operationsInterfaces/workItemConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/workItemConfigurations.js +9 -0
- package/dist-esm/src/operationsInterfaces/workItemConfigurations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/workbookTemplates.d.ts +41 -0
- package/dist-esm/src/operationsInterfaces/workbookTemplates.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/workbookTemplates.js +9 -0
- package/dist-esm/src/operationsInterfaces/workbookTemplates.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/workbooks.d.ts +63 -0
- package/dist-esm/src/operationsInterfaces/workbooks.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/workbooks.js +9 -0
- package/dist-esm/src/operationsInterfaces/workbooks.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +71 -31
- package/review/arm-appinsights.api.md +1779 -0
- package/rollup.config.js +181 -30
- package/src/applicationInsightsManagementClient.ts +148 -65
- package/src/index.ts +12 -0
- package/src/models/index.ts +1616 -2507
- package/src/models/mappers.ts +1596 -1083
- package/src/models/parameters.ts +370 -186
- package/src/operations/aPIKeys.ts +155 -191
- package/src/operations/analyticsItems.ts +122 -240
- package/src/operations/annotations.ts +187 -214
- package/src/operations/componentAvailableFeatures.ts +40 -57
- package/src/operations/componentCurrentBillingFeatures.ts +66 -110
- package/src/operations/componentFeatureCapabilities.ts +40 -57
- package/src/operations/componentLinkedStorageAccountsOperations.ts +128 -182
- package/src/operations/componentQuotaStatus.ts +39 -57
- package/src/operations/components.ts +327 -440
- package/src/operations/exportConfigurations.ts +139 -264
- package/src/operations/favorites.ts +134 -242
- package/src/operations/index.ts +6 -7
- package/src/operations/liveToken.ts +30 -50
- package/src/operations/myWorkbooks.ts +360 -252
- package/src/operations/operations.ts +84 -169
- package/src/operations/proactiveDetectionConfigurations.ts +97 -160
- package/src/operations/webTestLocations.ts +86 -53
- package/src/operations/webTests.ts +391 -411
- package/src/operations/workItemConfigurations.ts +202 -283
- package/src/operations/workbookTemplates.ts +286 -0
- package/src/operations/workbooks.ts +558 -196
- package/src/operationsInterfaces/aPIKeys.ts +76 -0
- package/src/operationsInterfaces/analyticsItems.ts +82 -0
- package/src/operationsInterfaces/annotations.ts +81 -0
- package/src/operationsInterfaces/componentAvailableFeatures.ts +27 -0
- package/src/operationsInterfaces/componentCurrentBillingFeatures.ts +44 -0
- package/src/operationsInterfaces/componentFeatureCapabilities.ts +27 -0
- package/src/operationsInterfaces/componentLinkedStorageAccountsOperations.ts +86 -0
- package/src/operationsInterfaces/componentQuotaStatus.ts +27 -0
- package/src/operationsInterfaces/components.ts +131 -0
- package/src/operationsInterfaces/exportConfigurations.ts +95 -0
- package/src/operationsInterfaces/favorites.ts +92 -0
- package/src/operationsInterfaces/index.ts +28 -0
- package/src/operationsInterfaces/liveToken.ts +22 -0
- package/src/operationsInterfaces/myWorkbooks.ts +95 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/proactiveDetectionConfigurations.ts +63 -0
- package/src/operationsInterfaces/webTestLocations.ts +29 -0
- package/src/operationsInterfaces/webTests.ts +104 -0
- package/src/operationsInterfaces/workItemConfigurations.ts +109 -0
- package/src/operationsInterfaces/workbookTemplates.ts +80 -0
- package/src/operationsInterfaces/workbooks.ts +120 -0
- package/tsconfig.json +3 -3
- package/types/arm-appinsights.d.ts +3102 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-appinsights.js +0 -6616
- package/dist/arm-appinsights.js.map +0 -1
- package/dist/arm-appinsights.min.js +0 -1
- package/dist/arm-appinsights.min.js.map +0 -1
- package/esm/applicationInsightsManagementClient.d.ts +0 -36
- package/esm/applicationInsightsManagementClient.d.ts.map +0 -1
- package/esm/applicationInsightsManagementClient.js +0 -51
- package/esm/applicationInsightsManagementClient.js.map +0 -1
- package/esm/applicationInsightsManagementClientContext.d.ts +0 -15
- package/esm/applicationInsightsManagementClientContext.d.ts.map +0 -1
- package/esm/applicationInsightsManagementClientContext.js +0 -55
- package/esm/applicationInsightsManagementClientContext.js.map +0 -1
- package/esm/models/aPIKeysMappers.d.ts +0 -2
- package/esm/models/aPIKeysMappers.d.ts.map +0 -1
- package/esm/models/aPIKeysMappers.js +0 -9
- package/esm/models/aPIKeysMappers.js.map +0 -1
- package/esm/models/analyticsItemsMappers.d.ts +0 -2
- package/esm/models/analyticsItemsMappers.d.ts.map +0 -1
- package/esm/models/analyticsItemsMappers.js +0 -9
- package/esm/models/analyticsItemsMappers.js.map +0 -1
- package/esm/models/annotationsMappers.d.ts +0 -2
- package/esm/models/annotationsMappers.d.ts.map +0 -1
- package/esm/models/annotationsMappers.js +0 -9
- package/esm/models/annotationsMappers.js.map +0 -1
- package/esm/models/componentAvailableFeaturesMappers.d.ts +0 -2
- package/esm/models/componentAvailableFeaturesMappers.d.ts.map +0 -1
- package/esm/models/componentAvailableFeaturesMappers.js +0 -9
- package/esm/models/componentAvailableFeaturesMappers.js.map +0 -1
- package/esm/models/componentCurrentBillingFeaturesMappers.d.ts +0 -2
- package/esm/models/componentCurrentBillingFeaturesMappers.d.ts.map +0 -1
- package/esm/models/componentCurrentBillingFeaturesMappers.js +0 -9
- package/esm/models/componentCurrentBillingFeaturesMappers.js.map +0 -1
- package/esm/models/componentFeatureCapabilitiesMappers.d.ts +0 -2
- package/esm/models/componentFeatureCapabilitiesMappers.d.ts.map +0 -1
- package/esm/models/componentFeatureCapabilitiesMappers.js +0 -9
- package/esm/models/componentFeatureCapabilitiesMappers.js.map +0 -1
- package/esm/models/componentLinkedStorageAccountsOperationsMappers.d.ts +0 -2
- package/esm/models/componentLinkedStorageAccountsOperationsMappers.d.ts.map +0 -1
- package/esm/models/componentLinkedStorageAccountsOperationsMappers.js +0 -9
- package/esm/models/componentLinkedStorageAccountsOperationsMappers.js.map +0 -1
- package/esm/models/componentQuotaStatusMappers.d.ts +0 -2
- package/esm/models/componentQuotaStatusMappers.d.ts.map +0 -1
- package/esm/models/componentQuotaStatusMappers.js +0 -9
- package/esm/models/componentQuotaStatusMappers.js.map +0 -1
- package/esm/models/componentsMappers.d.ts +0 -2
- package/esm/models/componentsMappers.d.ts.map +0 -1
- package/esm/models/componentsMappers.js +0 -9
- package/esm/models/componentsMappers.js.map +0 -1
- package/esm/models/exportConfigurationsMappers.d.ts +0 -2
- package/esm/models/exportConfigurationsMappers.d.ts.map +0 -1
- package/esm/models/exportConfigurationsMappers.js +0 -9
- package/esm/models/exportConfigurationsMappers.js.map +0 -1
- package/esm/models/favoritesMappers.d.ts +0 -2
- package/esm/models/favoritesMappers.d.ts.map +0 -1
- package/esm/models/favoritesMappers.js +0 -9
- package/esm/models/favoritesMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -3038
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -8
- package/esm/models/index.js.map +0 -1
- package/esm/models/liveTokenMappers.d.ts +0 -2
- package/esm/models/liveTokenMappers.d.ts.map +0 -1
- package/esm/models/liveTokenMappers.js +0 -9
- package/esm/models/liveTokenMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -69
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/myWorkbooksMappers.d.ts +0 -2
- package/esm/models/myWorkbooksMappers.d.ts.map +0 -1
- package/esm/models/myWorkbooksMappers.js +0 -9
- package/esm/models/myWorkbooksMappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -36
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -416
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/proactiveDetectionConfigurationsMappers.d.ts +0 -2
- package/esm/models/proactiveDetectionConfigurationsMappers.d.ts.map +0 -1
- package/esm/models/proactiveDetectionConfigurationsMappers.js +0 -9
- package/esm/models/proactiveDetectionConfigurationsMappers.js.map +0 -1
- package/esm/models/webTestLocationsMappers.d.ts +0 -2
- package/esm/models/webTestLocationsMappers.d.ts.map +0 -1
- package/esm/models/webTestLocationsMappers.js +0 -9
- package/esm/models/webTestLocationsMappers.js.map +0 -1
- package/esm/models/webTestsMappers.d.ts +0 -2
- package/esm/models/webTestsMappers.d.ts.map +0 -1
- package/esm/models/webTestsMappers.js +0 -9
- package/esm/models/webTestsMappers.js.map +0 -1
- package/esm/models/workItemConfigurationsMappers.d.ts +0 -2
- package/esm/models/workItemConfigurationsMappers.d.ts.map +0 -1
- package/esm/models/workItemConfigurationsMappers.js +0 -9
- package/esm/models/workItemConfigurationsMappers.js.map +0 -1
- package/esm/models/workbooksMappers.d.ts +0 -2
- package/esm/models/workbooksMappers.d.ts.map +0 -1
- package/esm/models/workbooksMappers.js +0 -9
- package/esm/models/workbooksMappers.js.map +0 -1
- package/esm/operations/aPIKeys.d.ts +0 -109
- package/esm/operations/aPIKeys.d.ts.map +0 -1
- package/esm/operations/aPIKeys.js +0 -161
- package/esm/operations/aPIKeys.js.map +0 -1
- package/esm/operations/analyticsItems.d.ts +0 -139
- package/esm/operations/analyticsItems.d.ts.map +0 -1
- package/esm/operations/analyticsItems.js +0 -182
- package/esm/operations/analyticsItems.js.map +0 -1
- package/esm/operations/annotations.d.ts +0 -124
- package/esm/operations/annotations.d.ts.map +0 -1
- package/esm/operations/annotations.js +0 -185
- package/esm/operations/annotations.js.map +0 -1
- package/esm/operations/componentAvailableFeatures.d.ts +0 -34
- package/esm/operations/componentAvailableFeatures.d.ts.map +0 -1
- package/esm/operations/componentAvailableFeatures.js +0 -58
- package/esm/operations/componentAvailableFeatures.js.map +0 -1
- package/esm/operations/componentCurrentBillingFeatures.d.ts +0 -61
- package/esm/operations/componentCurrentBillingFeatures.d.ts.map +0 -1
- package/esm/operations/componentCurrentBillingFeatures.js +0 -95
- package/esm/operations/componentCurrentBillingFeatures.js.map +0 -1
- package/esm/operations/componentFeatureCapabilities.d.ts +0 -34
- package/esm/operations/componentFeatureCapabilities.d.ts.map +0 -1
- package/esm/operations/componentFeatureCapabilities.js +0 -58
- package/esm/operations/componentFeatureCapabilities.js.map +0 -1
- package/esm/operations/componentLinkedStorageAccountsOperations.d.ts +0 -109
- package/esm/operations/componentLinkedStorageAccountsOperations.d.ts.map +0 -1
- package/esm/operations/componentLinkedStorageAccountsOperations.js +0 -165
- package/esm/operations/componentLinkedStorageAccountsOperations.js.map +0 -1
- package/esm/operations/componentQuotaStatus.d.ts +0 -34
- package/esm/operations/componentQuotaStatus.d.ts.map +0 -1
- package/esm/operations/componentQuotaStatus.js +0 -58
- package/esm/operations/componentQuotaStatus.js.map +0 -1
- package/esm/operations/components.d.ts +0 -236
- package/esm/operations/components.d.ts.map +0 -1
- package/esm/operations/components.js +0 -344
- package/esm/operations/components.js.map +0 -1
- package/esm/operations/exportConfigurations.d.ts +0 -148
- package/esm/operations/exportConfigurations.d.ts.map +0 -1
- package/esm/operations/exportConfigurations.js +0 -221
- package/esm/operations/exportConfigurations.js.map +0 -1
- package/esm/operations/favorites.d.ts +0 -139
- package/esm/operations/favorites.d.ts.map +0 -1
- package/esm/operations/favorites.js +0 -214
- package/esm/operations/favorites.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/liveToken.d.ts +0 -31
- package/esm/operations/liveToken.d.ts.map +0 -1
- package/esm/operations/liveToken.js +0 -55
- package/esm/operations/liveToken.js.map +0 -1
- package/esm/operations/myWorkbooks.d.ts +0 -148
- package/esm/operations/myWorkbooks.d.ts.map +0 -1
- package/esm/operations/myWorkbooks.js +0 -228
- package/esm/operations/myWorkbooks.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -81
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -127
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/proactiveDetectionConfigurations.d.ts +0 -94
- package/esm/operations/proactiveDetectionConfigurations.d.ts.map +0 -1
- package/esm/operations/proactiveDetectionConfigurations.js +0 -141
- package/esm/operations/proactiveDetectionConfigurations.js.map +0 -1
- package/esm/operations/webTestLocations.d.ts +0 -34
- package/esm/operations/webTestLocations.d.ts.map +0 -1
- package/esm/operations/webTestLocations.js +0 -58
- package/esm/operations/webTestLocations.js.map +0 -1
- package/esm/operations/webTests.d.ts +0 -214
- package/esm/operations/webTests.d.ts.map +0 -1
- package/esm/operations/webTests.js +0 -326
- package/esm/operations/webTests.js.map +0 -1
- package/esm/operations/workItemConfigurations.d.ts +0 -169
- package/esm/operations/workItemConfigurations.d.ts.map +0 -1
- package/esm/operations/workItemConfigurations.js +0 -228
- package/esm/operations/workItemConfigurations.js.map +0 -1
- package/esm/operations/workbooks.d.ts +0 -127
- package/esm/operations/workbooks.d.ts.map +0 -1
- package/esm/operations/workbooks.js +0 -197
- package/esm/operations/workbooks.js.map +0 -1
- package/src/applicationInsightsManagementClientContext.ts +0 -60
- package/src/models/aPIKeysMappers.ts +0 -14
- package/src/models/analyticsItemsMappers.ts +0 -13
- package/src/models/annotationsMappers.ts +0 -15
- package/src/models/componentAvailableFeaturesMappers.ts +0 -14
- package/src/models/componentCurrentBillingFeaturesMappers.ts +0 -13
- package/src/models/componentFeatureCapabilitiesMappers.ts +0 -12
- package/src/models/componentLinkedStorageAccountsOperationsMappers.ts +0 -31
- package/src/models/componentQuotaStatusMappers.ts +0 -12
- package/src/models/componentsMappers.ts +0 -36
- package/src/models/exportConfigurationsMappers.ts +0 -13
- package/src/models/favoritesMappers.ts +0 -12
- package/src/models/liveTokenMappers.ts +0 -12
- package/src/models/myWorkbooksMappers.ts +0 -32
- package/src/models/operationsMappers.ts +0 -18
- package/src/models/proactiveDetectionConfigurationsMappers.ts +0 -30
- package/src/models/webTestLocationsMappers.ts +0 -13
- package/src/models/webTestsMappers.ts +0 -32
- package/src/models/workItemConfigurationsMappers.ts +0 -16
- package/src/models/workbooksMappers.ts +0 -32
|
@@ -1,86 +1,32 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
4
|
*
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
|
-
|
|
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,102 +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: "WorkbookResource",
|
|
1433
|
+
export const WorkbookTemplateResource = {
|
|
1447
1434
|
type: {
|
|
1448
1435
|
name: "Composite",
|
|
1449
|
-
className: "
|
|
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
1460
|
serializedName: "location",
|
|
1461
|
+
required: true,
|
|
1474
1462
|
type: {
|
|
1475
1463
|
name: "String"
|
|
1476
1464
|
}
|
|
@@ -1479,124 +1467,63 @@ export var WorkbookResource = {
|
|
|
1479
1467
|
serializedName: "tags",
|
|
1480
1468
|
type: {
|
|
1481
1469
|
name: "Dictionary",
|
|
1482
|
-
value: {
|
|
1483
|
-
type: {
|
|
1484
|
-
name: "String"
|
|
1485
|
-
}
|
|
1486
|
-
}
|
|
1470
|
+
value: { type: { name: "String" } }
|
|
1487
1471
|
}
|
|
1488
1472
|
}
|
|
1489
1473
|
}
|
|
1490
1474
|
}
|
|
1491
1475
|
};
|
|
1492
|
-
export
|
|
1493
|
-
serializedName: "Workbook",
|
|
1476
|
+
export const WorkbookTemplateError = {
|
|
1494
1477
|
type: {
|
|
1495
1478
|
name: "Composite",
|
|
1496
|
-
className: "
|
|
1497
|
-
modelProperties:
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
name: "String"
|
|
1501
|
-
}
|
|
1502
|
-
}, workbookName: {
|
|
1503
|
-
required: true,
|
|
1504
|
-
serializedName: "properties.name",
|
|
1505
|
-
type: {
|
|
1506
|
-
name: "String"
|
|
1507
|
-
}
|
|
1508
|
-
}, serializedData: {
|
|
1509
|
-
required: true,
|
|
1510
|
-
serializedName: "properties.serializedData",
|
|
1511
|
-
type: {
|
|
1512
|
-
name: "String"
|
|
1513
|
-
}
|
|
1514
|
-
}, version: {
|
|
1515
|
-
serializedName: "properties.version",
|
|
1516
|
-
type: {
|
|
1517
|
-
name: "String"
|
|
1518
|
-
}
|
|
1519
|
-
}, workbookId: {
|
|
1520
|
-
required: true,
|
|
1521
|
-
serializedName: "properties.workbookId",
|
|
1522
|
-
type: {
|
|
1523
|
-
name: "String"
|
|
1524
|
-
}
|
|
1525
|
-
}, sharedTypeKind: {
|
|
1526
|
-
required: true,
|
|
1527
|
-
serializedName: "properties.kind",
|
|
1528
|
-
defaultValue: 'shared',
|
|
1529
|
-
type: {
|
|
1530
|
-
name: "String"
|
|
1531
|
-
}
|
|
1532
|
-
}, timeModified: {
|
|
1533
|
-
readOnly: true,
|
|
1534
|
-
serializedName: "properties.timeModified",
|
|
1535
|
-
type: {
|
|
1536
|
-
name: "String"
|
|
1537
|
-
}
|
|
1538
|
-
}, category: {
|
|
1539
|
-
required: true,
|
|
1540
|
-
serializedName: "properties.category",
|
|
1541
|
-
type: {
|
|
1542
|
-
name: "String"
|
|
1543
|
-
}
|
|
1544
|
-
}, workbookTags: {
|
|
1545
|
-
serializedName: "properties.tags",
|
|
1546
|
-
type: {
|
|
1547
|
-
name: "Sequence",
|
|
1548
|
-
element: {
|
|
1549
|
-
type: {
|
|
1550
|
-
name: "String"
|
|
1551
|
-
}
|
|
1552
|
-
}
|
|
1553
|
-
}
|
|
1554
|
-
}, userId: {
|
|
1555
|
-
required: true,
|
|
1556
|
-
serializedName: "properties.userId",
|
|
1557
|
-
type: {
|
|
1558
|
-
name: "String"
|
|
1559
|
-
}
|
|
1560
|
-
}, sourceResourceId: {
|
|
1561
|
-
serializedName: "properties.sourceResourceId",
|
|
1479
|
+
className: "WorkbookTemplateError",
|
|
1480
|
+
modelProperties: {
|
|
1481
|
+
error: {
|
|
1482
|
+
serializedName: "error",
|
|
1562
1483
|
type: {
|
|
1563
|
-
name: "
|
|
1484
|
+
name: "Composite",
|
|
1485
|
+
className: "WorkbookTemplateErrorBody"
|
|
1564
1486
|
}
|
|
1565
|
-
}
|
|
1487
|
+
}
|
|
1488
|
+
}
|
|
1566
1489
|
}
|
|
1567
1490
|
};
|
|
1568
|
-
export
|
|
1569
|
-
serializedName: "LinkProperties",
|
|
1491
|
+
export const WorkbookTemplateErrorBody = {
|
|
1570
1492
|
type: {
|
|
1571
1493
|
name: "Composite",
|
|
1572
|
-
className: "
|
|
1494
|
+
className: "WorkbookTemplateErrorBody",
|
|
1573
1495
|
modelProperties: {
|
|
1574
|
-
|
|
1575
|
-
serializedName: "
|
|
1496
|
+
code: {
|
|
1497
|
+
serializedName: "code",
|
|
1576
1498
|
type: {
|
|
1577
1499
|
name: "String"
|
|
1578
1500
|
}
|
|
1579
1501
|
},
|
|
1580
|
-
|
|
1581
|
-
serializedName: "
|
|
1502
|
+
message: {
|
|
1503
|
+
serializedName: "message",
|
|
1582
1504
|
type: {
|
|
1583
1505
|
name: "String"
|
|
1584
1506
|
}
|
|
1585
1507
|
},
|
|
1586
|
-
|
|
1587
|
-
serializedName: "
|
|
1508
|
+
details: {
|
|
1509
|
+
serializedName: "details",
|
|
1588
1510
|
type: {
|
|
1589
|
-
name: "
|
|
1511
|
+
name: "Sequence",
|
|
1512
|
+
element: {
|
|
1513
|
+
type: {
|
|
1514
|
+
name: "Composite",
|
|
1515
|
+
className: "WorkbookTemplateErrorFieldContract"
|
|
1516
|
+
}
|
|
1517
|
+
}
|
|
1590
1518
|
}
|
|
1591
1519
|
}
|
|
1592
1520
|
}
|
|
1593
1521
|
}
|
|
1594
1522
|
};
|
|
1595
|
-
export
|
|
1596
|
-
serializedName: "ErrorFieldContract",
|
|
1523
|
+
export const WorkbookTemplateErrorFieldContract = {
|
|
1597
1524
|
type: {
|
|
1598
1525
|
name: "Composite",
|
|
1599
|
-
className: "
|
|
1526
|
+
className: "WorkbookTemplateErrorFieldContract",
|
|
1600
1527
|
modelProperties: {
|
|
1601
1528
|
code: {
|
|
1602
1529
|
serializedName: "code",
|
|
@@ -1619,32 +1546,62 @@ export var ErrorFieldContract = {
|
|
|
1619
1546
|
}
|
|
1620
1547
|
}
|
|
1621
1548
|
};
|
|
1622
|
-
export
|
|
1623
|
-
serializedName: "WorkbookError",
|
|
1549
|
+
export const WorkbookTemplateUpdateParameters = {
|
|
1624
1550
|
type: {
|
|
1625
1551
|
name: "Composite",
|
|
1626
|
-
className: "
|
|
1552
|
+
className: "WorkbookTemplateUpdateParameters",
|
|
1627
1553
|
modelProperties: {
|
|
1628
|
-
|
|
1629
|
-
serializedName: "
|
|
1554
|
+
tags: {
|
|
1555
|
+
serializedName: "tags",
|
|
1630
1556
|
type: {
|
|
1631
|
-
name: "
|
|
1557
|
+
name: "Dictionary",
|
|
1558
|
+
value: { type: { name: "String" } }
|
|
1632
1559
|
}
|
|
1633
1560
|
},
|
|
1634
|
-
|
|
1635
|
-
serializedName: "
|
|
1561
|
+
priority: {
|
|
1562
|
+
serializedName: "properties.priority",
|
|
1563
|
+
type: {
|
|
1564
|
+
name: "Number"
|
|
1565
|
+
}
|
|
1566
|
+
},
|
|
1567
|
+
author: {
|
|
1568
|
+
serializedName: "properties.author",
|
|
1636
1569
|
type: {
|
|
1637
1570
|
name: "String"
|
|
1638
1571
|
}
|
|
1639
1572
|
},
|
|
1640
|
-
|
|
1641
|
-
serializedName: "
|
|
1573
|
+
templateData: {
|
|
1574
|
+
serializedName: "properties.templateData",
|
|
1575
|
+
type: {
|
|
1576
|
+
name: "Dictionary",
|
|
1577
|
+
value: { type: { name: "any" } }
|
|
1578
|
+
}
|
|
1579
|
+
},
|
|
1580
|
+
galleries: {
|
|
1581
|
+
serializedName: "properties.galleries",
|
|
1642
1582
|
type: {
|
|
1643
1583
|
name: "Sequence",
|
|
1644
1584
|
element: {
|
|
1645
1585
|
type: {
|
|
1646
1586
|
name: "Composite",
|
|
1647
|
-
className: "
|
|
1587
|
+
className: "WorkbookTemplateGallery"
|
|
1588
|
+
}
|
|
1589
|
+
}
|
|
1590
|
+
}
|
|
1591
|
+
},
|
|
1592
|
+
localized: {
|
|
1593
|
+
serializedName: "properties.localized",
|
|
1594
|
+
type: {
|
|
1595
|
+
name: "Dictionary",
|
|
1596
|
+
value: {
|
|
1597
|
+
type: {
|
|
1598
|
+
name: "Sequence",
|
|
1599
|
+
element: {
|
|
1600
|
+
type: {
|
|
1601
|
+
name: "Composite",
|
|
1602
|
+
className: "WorkbookTemplateLocalizedGallery"
|
|
1603
|
+
}
|
|
1604
|
+
}
|
|
1648
1605
|
}
|
|
1649
1606
|
}
|
|
1650
1607
|
}
|
|
@@ -1652,401 +1609,546 @@ export var WorkbookError = {
|
|
|
1652
1609
|
}
|
|
1653
1610
|
}
|
|
1654
1611
|
};
|
|
1655
|
-
export
|
|
1656
|
-
serializedName: "MyWorkbookResource",
|
|
1612
|
+
export const MyWorkbooksListResult = {
|
|
1657
1613
|
type: {
|
|
1658
1614
|
name: "Composite",
|
|
1659
|
-
className: "
|
|
1615
|
+
className: "MyWorkbooksListResult",
|
|
1660
1616
|
modelProperties: {
|
|
1661
|
-
|
|
1662
|
-
serializedName: "
|
|
1617
|
+
value: {
|
|
1618
|
+
serializedName: "value",
|
|
1619
|
+
readOnly: true,
|
|
1663
1620
|
type: {
|
|
1664
|
-
name: "
|
|
1621
|
+
name: "Sequence",
|
|
1622
|
+
element: {
|
|
1623
|
+
type: {
|
|
1624
|
+
name: "Composite",
|
|
1625
|
+
className: "MyWorkbook"
|
|
1626
|
+
}
|
|
1627
|
+
}
|
|
1665
1628
|
}
|
|
1666
1629
|
},
|
|
1667
|
-
|
|
1668
|
-
serializedName: "
|
|
1669
|
-
type: {
|
|
1630
|
+
nextLink: {
|
|
1631
|
+
serializedName: "nextLink",
|
|
1632
|
+
type: {
|
|
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: {
|
|
1670
1647
|
name: "String"
|
|
1671
1648
|
}
|
|
1672
1649
|
},
|
|
1673
|
-
|
|
1674
|
-
serializedName: "
|
|
1650
|
+
createdByType: {
|
|
1651
|
+
serializedName: "createdByType",
|
|
1675
1652
|
type: {
|
|
1676
1653
|
name: "String"
|
|
1677
1654
|
}
|
|
1678
1655
|
},
|
|
1679
|
-
|
|
1680
|
-
serializedName: "
|
|
1656
|
+
createdAt: {
|
|
1657
|
+
serializedName: "createdAt",
|
|
1658
|
+
type: {
|
|
1659
|
+
name: "DateTime"
|
|
1660
|
+
}
|
|
1661
|
+
},
|
|
1662
|
+
lastModifiedBy: {
|
|
1663
|
+
serializedName: "lastModifiedBy",
|
|
1681
1664
|
type: {
|
|
1682
1665
|
name: "String"
|
|
1683
1666
|
}
|
|
1684
1667
|
},
|
|
1685
|
-
|
|
1686
|
-
serializedName: "
|
|
1668
|
+
lastModifiedByType: {
|
|
1669
|
+
serializedName: "lastModifiedByType",
|
|
1687
1670
|
type: {
|
|
1688
|
-
name: "
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1671
|
+
name: "String"
|
|
1672
|
+
}
|
|
1673
|
+
},
|
|
1674
|
+
lastModifiedAt: {
|
|
1675
|
+
serializedName: "lastModifiedAt",
|
|
1676
|
+
type: {
|
|
1677
|
+
name: "DateTime"
|
|
1694
1678
|
}
|
|
1695
1679
|
}
|
|
1696
1680
|
}
|
|
1697
1681
|
}
|
|
1698
1682
|
};
|
|
1699
|
-
export
|
|
1700
|
-
serializedName: "MyWorkbook",
|
|
1683
|
+
export const MyWorkbookResource = {
|
|
1701
1684
|
type: {
|
|
1702
1685
|
name: "Composite",
|
|
1703
|
-
className: "
|
|
1704
|
-
modelProperties:
|
|
1705
|
-
|
|
1686
|
+
className: "MyWorkbookResource",
|
|
1687
|
+
modelProperties: {
|
|
1688
|
+
identity: {
|
|
1689
|
+
serializedName: "identity",
|
|
1706
1690
|
type: {
|
|
1707
|
-
name: "
|
|
1691
|
+
name: "Composite",
|
|
1692
|
+
className: "MyWorkbookManagedIdentity"
|
|
1708
1693
|
}
|
|
1709
|
-
},
|
|
1710
|
-
|
|
1711
|
-
serializedName: "
|
|
1694
|
+
},
|
|
1695
|
+
id: {
|
|
1696
|
+
serializedName: "id",
|
|
1712
1697
|
type: {
|
|
1713
1698
|
name: "String"
|
|
1714
1699
|
}
|
|
1715
|
-
},
|
|
1716
|
-
|
|
1717
|
-
serializedName: "
|
|
1700
|
+
},
|
|
1701
|
+
name: {
|
|
1702
|
+
serializedName: "name",
|
|
1718
1703
|
type: {
|
|
1719
1704
|
name: "String"
|
|
1720
1705
|
}
|
|
1721
|
-
},
|
|
1722
|
-
|
|
1706
|
+
},
|
|
1707
|
+
type: {
|
|
1708
|
+
serializedName: "type",
|
|
1723
1709
|
type: {
|
|
1724
1710
|
name: "String"
|
|
1725
1711
|
}
|
|
1726
|
-
},
|
|
1727
|
-
|
|
1728
|
-
serializedName: "
|
|
1712
|
+
},
|
|
1713
|
+
location: {
|
|
1714
|
+
serializedName: "location",
|
|
1729
1715
|
type: {
|
|
1730
1716
|
name: "String"
|
|
1731
1717
|
}
|
|
1732
|
-
},
|
|
1733
|
-
|
|
1734
|
-
serializedName: "
|
|
1718
|
+
},
|
|
1719
|
+
tags: {
|
|
1720
|
+
serializedName: "tags",
|
|
1735
1721
|
type: {
|
|
1736
|
-
name: "
|
|
1722
|
+
name: "Dictionary",
|
|
1723
|
+
value: { type: { name: "String" } }
|
|
1737
1724
|
}
|
|
1738
|
-
},
|
|
1739
|
-
|
|
1725
|
+
},
|
|
1726
|
+
etag: {
|
|
1727
|
+
serializedName: "etag",
|
|
1740
1728
|
type: {
|
|
1741
|
-
name: "
|
|
1742
|
-
|
|
1743
|
-
type: {
|
|
1744
|
-
name: "String"
|
|
1745
|
-
}
|
|
1746
|
-
}
|
|
1729
|
+
name: "Dictionary",
|
|
1730
|
+
value: { type: { name: "String" } }
|
|
1747
1731
|
}
|
|
1748
|
-
}
|
|
1732
|
+
}
|
|
1733
|
+
}
|
|
1734
|
+
}
|
|
1735
|
+
};
|
|
1736
|
+
export const MyWorkbookManagedIdentity = {
|
|
1737
|
+
type: {
|
|
1738
|
+
name: "Composite",
|
|
1739
|
+
className: "MyWorkbookManagedIdentity",
|
|
1740
|
+
modelProperties: {
|
|
1741
|
+
userAssignedIdentities: {
|
|
1742
|
+
serializedName: "userAssignedIdentities",
|
|
1743
|
+
type: {
|
|
1744
|
+
name: "Composite",
|
|
1745
|
+
className: "MyWorkbookUserAssignedIdentities"
|
|
1746
|
+
}
|
|
1747
|
+
},
|
|
1748
|
+
type: {
|
|
1749
|
+
serializedName: "type",
|
|
1750
|
+
type: {
|
|
1751
|
+
name: "String"
|
|
1752
|
+
}
|
|
1753
|
+
}
|
|
1754
|
+
}
|
|
1755
|
+
}
|
|
1756
|
+
};
|
|
1757
|
+
export const MyWorkbookUserAssignedIdentities = {
|
|
1758
|
+
type: {
|
|
1759
|
+
name: "Composite",
|
|
1760
|
+
className: "MyWorkbookUserAssignedIdentities",
|
|
1761
|
+
modelProperties: {
|
|
1762
|
+
principalId: {
|
|
1763
|
+
serializedName: "principalId",
|
|
1749
1764
|
readOnly: true,
|
|
1750
|
-
serializedName: "properties.userId",
|
|
1751
1765
|
type: {
|
|
1752
1766
|
name: "String"
|
|
1753
1767
|
}
|
|
1754
|
-
},
|
|
1755
|
-
|
|
1768
|
+
},
|
|
1769
|
+
tenantId: {
|
|
1770
|
+
serializedName: "tenantId",
|
|
1771
|
+
readOnly: true,
|
|
1756
1772
|
type: {
|
|
1757
1773
|
name: "String"
|
|
1758
1774
|
}
|
|
1759
|
-
}
|
|
1775
|
+
}
|
|
1776
|
+
}
|
|
1760
1777
|
}
|
|
1761
1778
|
};
|
|
1762
|
-
export
|
|
1763
|
-
serializedName: "MyWorkbookError",
|
|
1779
|
+
export const MyWorkbookError = {
|
|
1764
1780
|
type: {
|
|
1765
1781
|
name: "Composite",
|
|
1766
1782
|
className: "MyWorkbookError",
|
|
1783
|
+
modelProperties: {
|
|
1784
|
+
error: {
|
|
1785
|
+
serializedName: "error",
|
|
1786
|
+
type: {
|
|
1787
|
+
name: "Composite",
|
|
1788
|
+
className: "ErrorDefinition"
|
|
1789
|
+
}
|
|
1790
|
+
}
|
|
1791
|
+
}
|
|
1792
|
+
}
|
|
1793
|
+
};
|
|
1794
|
+
export const ErrorDefinition = {
|
|
1795
|
+
type: {
|
|
1796
|
+
name: "Composite",
|
|
1797
|
+
className: "ErrorDefinition",
|
|
1767
1798
|
modelProperties: {
|
|
1768
1799
|
code: {
|
|
1769
1800
|
serializedName: "code",
|
|
1801
|
+
readOnly: true,
|
|
1770
1802
|
type: {
|
|
1771
1803
|
name: "String"
|
|
1772
1804
|
}
|
|
1773
1805
|
},
|
|
1774
1806
|
message: {
|
|
1775
1807
|
serializedName: "message",
|
|
1808
|
+
readOnly: true,
|
|
1776
1809
|
type: {
|
|
1777
1810
|
name: "String"
|
|
1778
1811
|
}
|
|
1779
1812
|
},
|
|
1780
|
-
|
|
1781
|
-
serializedName: "
|
|
1813
|
+
innererror: {
|
|
1814
|
+
serializedName: "innererror",
|
|
1815
|
+
readOnly: true,
|
|
1816
|
+
type: {
|
|
1817
|
+
name: "any"
|
|
1818
|
+
}
|
|
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,
|
|
1782
1831
|
type: {
|
|
1783
1832
|
name: "Sequence",
|
|
1784
1833
|
element: {
|
|
1785
1834
|
type: {
|
|
1786
1835
|
name: "Composite",
|
|
1787
|
-
className: "
|
|
1836
|
+
className: "Workbook"
|
|
1788
1837
|
}
|
|
1789
1838
|
}
|
|
1790
1839
|
}
|
|
1840
|
+
},
|
|
1841
|
+
nextLink: {
|
|
1842
|
+
serializedName: "nextLink",
|
|
1843
|
+
type: {
|
|
1844
|
+
name: "String"
|
|
1845
|
+
}
|
|
1791
1846
|
}
|
|
1792
1847
|
}
|
|
1793
1848
|
}
|
|
1794
1849
|
};
|
|
1795
|
-
export
|
|
1796
|
-
serializedName: "ComponentsResource",
|
|
1850
|
+
export const ManagedServiceIdentity = {
|
|
1797
1851
|
type: {
|
|
1798
1852
|
name: "Composite",
|
|
1799
|
-
className: "
|
|
1853
|
+
className: "ManagedServiceIdentity",
|
|
1800
1854
|
modelProperties: {
|
|
1801
|
-
|
|
1855
|
+
principalId: {
|
|
1856
|
+
serializedName: "principalId",
|
|
1802
1857
|
readOnly: true,
|
|
1803
|
-
serializedName: "id",
|
|
1804
1858
|
type: {
|
|
1805
|
-
name: "
|
|
1859
|
+
name: "Uuid"
|
|
1806
1860
|
}
|
|
1807
1861
|
},
|
|
1808
|
-
|
|
1862
|
+
tenantId: {
|
|
1863
|
+
serializedName: "tenantId",
|
|
1809
1864
|
readOnly: true,
|
|
1810
|
-
serializedName: "name",
|
|
1811
1865
|
type: {
|
|
1812
|
-
name: "
|
|
1866
|
+
name: "Uuid"
|
|
1813
1867
|
}
|
|
1814
1868
|
},
|
|
1815
1869
|
type: {
|
|
1816
|
-
readOnly: true,
|
|
1817
1870
|
serializedName: "type",
|
|
1818
|
-
type: {
|
|
1819
|
-
name: "String"
|
|
1820
|
-
}
|
|
1821
|
-
},
|
|
1822
|
-
location: {
|
|
1823
1871
|
required: true,
|
|
1824
|
-
serializedName: "location",
|
|
1825
1872
|
type: {
|
|
1826
1873
|
name: "String"
|
|
1827
1874
|
}
|
|
1828
1875
|
},
|
|
1829
|
-
|
|
1830
|
-
serializedName: "
|
|
1876
|
+
userAssignedIdentities: {
|
|
1877
|
+
serializedName: "userAssignedIdentities",
|
|
1831
1878
|
type: {
|
|
1832
1879
|
name: "Dictionary",
|
|
1833
1880
|
value: {
|
|
1834
|
-
type: {
|
|
1835
|
-
name: "String"
|
|
1836
|
-
}
|
|
1881
|
+
type: { name: "Composite", className: "UserAssignedIdentity" }
|
|
1837
1882
|
}
|
|
1838
1883
|
}
|
|
1839
1884
|
}
|
|
1840
1885
|
}
|
|
1841
1886
|
}
|
|
1842
1887
|
};
|
|
1843
|
-
export
|
|
1844
|
-
serializedName: "PrivateLinkScopedResource",
|
|
1888
|
+
export const UserAssignedIdentity = {
|
|
1845
1889
|
type: {
|
|
1846
1890
|
name: "Composite",
|
|
1847
|
-
className: "
|
|
1891
|
+
className: "UserAssignedIdentity",
|
|
1848
1892
|
modelProperties: {
|
|
1849
|
-
|
|
1850
|
-
serializedName: "
|
|
1893
|
+
principalId: {
|
|
1894
|
+
serializedName: "principalId",
|
|
1895
|
+
readOnly: true,
|
|
1851
1896
|
type: {
|
|
1852
|
-
name: "
|
|
1897
|
+
name: "Uuid"
|
|
1853
1898
|
}
|
|
1854
1899
|
},
|
|
1855
|
-
|
|
1856
|
-
serializedName: "
|
|
1900
|
+
clientId: {
|
|
1901
|
+
serializedName: "clientId",
|
|
1902
|
+
readOnly: true,
|
|
1857
1903
|
type: {
|
|
1858
|
-
name: "
|
|
1904
|
+
name: "Uuid"
|
|
1859
1905
|
}
|
|
1860
1906
|
}
|
|
1861
1907
|
}
|
|
1862
1908
|
}
|
|
1863
1909
|
};
|
|
1864
|
-
export
|
|
1865
|
-
serializedName: "ApplicationInsightsComponent",
|
|
1910
|
+
export const Resource = {
|
|
1866
1911
|
type: {
|
|
1867
1912
|
name: "Composite",
|
|
1868
|
-
className: "
|
|
1869
|
-
modelProperties:
|
|
1870
|
-
|
|
1871
|
-
serializedName: "
|
|
1872
|
-
type: {
|
|
1873
|
-
name: "String"
|
|
1874
|
-
}
|
|
1875
|
-
}, applicationId: {
|
|
1913
|
+
className: "Resource",
|
|
1914
|
+
modelProperties: {
|
|
1915
|
+
id: {
|
|
1916
|
+
serializedName: "id",
|
|
1876
1917
|
readOnly: true,
|
|
1877
|
-
serializedName: "properties.ApplicationId",
|
|
1878
1918
|
type: {
|
|
1879
1919
|
name: "String"
|
|
1880
1920
|
}
|
|
1881
|
-
},
|
|
1921
|
+
},
|
|
1922
|
+
name: {
|
|
1923
|
+
serializedName: "name",
|
|
1882
1924
|
readOnly: true,
|
|
1883
|
-
serializedName: "properties.AppId",
|
|
1884
1925
|
type: {
|
|
1885
1926
|
name: "String"
|
|
1886
1927
|
}
|
|
1887
|
-
},
|
|
1888
|
-
|
|
1889
|
-
serializedName: "
|
|
1890
|
-
|
|
1928
|
+
},
|
|
1929
|
+
type: {
|
|
1930
|
+
serializedName: "type",
|
|
1931
|
+
readOnly: true,
|
|
1891
1932
|
type: {
|
|
1892
1933
|
name: "String"
|
|
1893
1934
|
}
|
|
1894
|
-
}
|
|
1895
|
-
|
|
1896
|
-
|
|
1935
|
+
}
|
|
1936
|
+
}
|
|
1937
|
+
}
|
|
1938
|
+
};
|
|
1939
|
+
export const WorkbookError = {
|
|
1940
|
+
type: {
|
|
1941
|
+
name: "Composite",
|
|
1942
|
+
className: "WorkbookError",
|
|
1943
|
+
modelProperties: {
|
|
1944
|
+
error: {
|
|
1945
|
+
serializedName: "error",
|
|
1897
1946
|
type: {
|
|
1898
|
-
name: "
|
|
1947
|
+
name: "Composite",
|
|
1948
|
+
className: "WorkbookErrorDefinition"
|
|
1899
1949
|
}
|
|
1900
|
-
}
|
|
1901
|
-
|
|
1902
|
-
|
|
1950
|
+
}
|
|
1951
|
+
}
|
|
1952
|
+
}
|
|
1953
|
+
};
|
|
1954
|
+
export const WorkbookErrorDefinition = {
|
|
1955
|
+
type: {
|
|
1956
|
+
name: "Composite",
|
|
1957
|
+
className: "WorkbookErrorDefinition",
|
|
1958
|
+
modelProperties: {
|
|
1959
|
+
code: {
|
|
1960
|
+
serializedName: "code",
|
|
1961
|
+
readOnly: true,
|
|
1903
1962
|
type: {
|
|
1904
1963
|
name: "String"
|
|
1905
1964
|
}
|
|
1906
|
-
},
|
|
1965
|
+
},
|
|
1966
|
+
message: {
|
|
1967
|
+
serializedName: "message",
|
|
1907
1968
|
readOnly: true,
|
|
1908
|
-
serializedName: "properties.InstrumentationKey",
|
|
1909
1969
|
type: {
|
|
1910
1970
|
name: "String"
|
|
1911
1971
|
}
|
|
1912
|
-
},
|
|
1972
|
+
},
|
|
1973
|
+
innerError: {
|
|
1974
|
+
serializedName: "innerError",
|
|
1913
1975
|
readOnly: true,
|
|
1914
|
-
serializedName: "properties.CreationDate",
|
|
1915
1976
|
type: {
|
|
1916
|
-
name: "
|
|
1977
|
+
name: "any"
|
|
1917
1978
|
}
|
|
1918
|
-
}
|
|
1919
|
-
|
|
1920
|
-
|
|
1979
|
+
}
|
|
1980
|
+
}
|
|
1981
|
+
}
|
|
1982
|
+
};
|
|
1983
|
+
export const WorkbookUpdateParameters = {
|
|
1984
|
+
type: {
|
|
1985
|
+
name: "Composite",
|
|
1986
|
+
className: "WorkbookUpdateParameters",
|
|
1987
|
+
modelProperties: {
|
|
1988
|
+
kind: {
|
|
1989
|
+
serializedName: "kind",
|
|
1921
1990
|
type: {
|
|
1922
1991
|
name: "String"
|
|
1923
1992
|
}
|
|
1924
|
-
},
|
|
1925
|
-
|
|
1993
|
+
},
|
|
1994
|
+
tags: {
|
|
1995
|
+
serializedName: "tags",
|
|
1926
1996
|
type: {
|
|
1927
|
-
name: "
|
|
1997
|
+
name: "Dictionary",
|
|
1998
|
+
value: { type: { name: "String" } }
|
|
1928
1999
|
}
|
|
1929
|
-
},
|
|
1930
|
-
|
|
1931
|
-
serializedName: "properties.
|
|
2000
|
+
},
|
|
2001
|
+
displayName: {
|
|
2002
|
+
serializedName: "properties.displayName",
|
|
1932
2003
|
type: {
|
|
1933
2004
|
name: "String"
|
|
1934
2005
|
}
|
|
1935
|
-
},
|
|
1936
|
-
|
|
1937
|
-
serializedName: "properties.
|
|
2006
|
+
},
|
|
2007
|
+
serializedData: {
|
|
2008
|
+
serializedName: "properties.serializedData",
|
|
1938
2009
|
type: {
|
|
1939
2010
|
name: "String"
|
|
1940
2011
|
}
|
|
1941
|
-
},
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
name: "Number"
|
|
1945
|
-
}
|
|
1946
|
-
}, connectionString: {
|
|
1947
|
-
readOnly: true,
|
|
1948
|
-
serializedName: "properties.ConnectionString",
|
|
2012
|
+
},
|
|
2013
|
+
category: {
|
|
2014
|
+
serializedName: "properties.category",
|
|
1949
2015
|
type: {
|
|
1950
2016
|
name: "String"
|
|
1951
2017
|
}
|
|
1952
|
-
},
|
|
1953
|
-
|
|
1954
|
-
|
|
2018
|
+
},
|
|
2019
|
+
tagsPropertiesTags: {
|
|
2020
|
+
serializedName: "properties.tags",
|
|
1955
2021
|
type: {
|
|
1956
|
-
name: "
|
|
2022
|
+
name: "Sequence",
|
|
2023
|
+
element: {
|
|
2024
|
+
type: {
|
|
2025
|
+
name: "String"
|
|
2026
|
+
}
|
|
2027
|
+
}
|
|
1957
2028
|
}
|
|
1958
|
-
},
|
|
1959
|
-
|
|
2029
|
+
},
|
|
2030
|
+
description: {
|
|
2031
|
+
serializedName: "properties.description",
|
|
2032
|
+
nullable: true,
|
|
1960
2033
|
type: {
|
|
1961
|
-
name: "
|
|
2034
|
+
name: "String"
|
|
1962
2035
|
}
|
|
1963
|
-
},
|
|
1964
|
-
|
|
2036
|
+
},
|
|
2037
|
+
revision: {
|
|
2038
|
+
serializedName: "properties.revision",
|
|
2039
|
+
nullable: true,
|
|
1965
2040
|
type: {
|
|
1966
|
-
name: "
|
|
2041
|
+
name: "String"
|
|
1967
2042
|
}
|
|
1968
|
-
}
|
|
1969
|
-
|
|
1970
|
-
|
|
2043
|
+
}
|
|
2044
|
+
}
|
|
2045
|
+
}
|
|
2046
|
+
};
|
|
2047
|
+
export const ApplicationInsightsComponentListResult = {
|
|
2048
|
+
type: {
|
|
2049
|
+
name: "Composite",
|
|
2050
|
+
className: "ApplicationInsightsComponentListResult",
|
|
2051
|
+
modelProperties: {
|
|
2052
|
+
value: {
|
|
2053
|
+
serializedName: "value",
|
|
2054
|
+
required: true,
|
|
1971
2055
|
type: {
|
|
1972
2056
|
name: "Sequence",
|
|
1973
2057
|
element: {
|
|
1974
2058
|
type: {
|
|
1975
2059
|
name: "Composite",
|
|
1976
|
-
className: "
|
|
2060
|
+
className: "ApplicationInsightsComponent"
|
|
1977
2061
|
}
|
|
1978
2062
|
}
|
|
1979
2063
|
}
|
|
1980
|
-
},
|
|
1981
|
-
|
|
1982
|
-
|
|
2064
|
+
},
|
|
2065
|
+
nextLink: {
|
|
2066
|
+
serializedName: "nextLink",
|
|
1983
2067
|
type: {
|
|
1984
2068
|
name: "String"
|
|
1985
2069
|
}
|
|
1986
|
-
}
|
|
1987
|
-
|
|
1988
|
-
|
|
2070
|
+
}
|
|
2071
|
+
}
|
|
2072
|
+
}
|
|
2073
|
+
};
|
|
2074
|
+
export const PrivateLinkScopedResource = {
|
|
2075
|
+
type: {
|
|
2076
|
+
name: "Composite",
|
|
2077
|
+
className: "PrivateLinkScopedResource",
|
|
2078
|
+
modelProperties: {
|
|
2079
|
+
resourceId: {
|
|
2080
|
+
serializedName: "ResourceId",
|
|
1989
2081
|
type: {
|
|
1990
2082
|
name: "String"
|
|
1991
2083
|
}
|
|
1992
|
-
},
|
|
1993
|
-
|
|
1994
|
-
|
|
2084
|
+
},
|
|
2085
|
+
scopeId: {
|
|
2086
|
+
serializedName: "ScopeId",
|
|
1995
2087
|
type: {
|
|
1996
2088
|
name: "String"
|
|
1997
2089
|
}
|
|
1998
|
-
}
|
|
2090
|
+
}
|
|
2091
|
+
}
|
|
1999
2092
|
}
|
|
2000
2093
|
};
|
|
2001
|
-
export
|
|
2002
|
-
serializedName: "ComponentPurgeBodyFilters",
|
|
2094
|
+
export const ComponentsResource = {
|
|
2003
2095
|
type: {
|
|
2004
2096
|
name: "Composite",
|
|
2005
|
-
className: "
|
|
2097
|
+
className: "ComponentsResource",
|
|
2006
2098
|
modelProperties: {
|
|
2007
|
-
|
|
2008
|
-
serializedName: "
|
|
2099
|
+
id: {
|
|
2100
|
+
serializedName: "id",
|
|
2101
|
+
readOnly: true,
|
|
2009
2102
|
type: {
|
|
2010
2103
|
name: "String"
|
|
2011
2104
|
}
|
|
2012
2105
|
},
|
|
2013
|
-
|
|
2014
|
-
serializedName: "
|
|
2106
|
+
name: {
|
|
2107
|
+
serializedName: "name",
|
|
2108
|
+
readOnly: true,
|
|
2015
2109
|
type: {
|
|
2016
2110
|
name: "String"
|
|
2017
2111
|
}
|
|
2018
2112
|
},
|
|
2019
|
-
|
|
2020
|
-
serializedName: "
|
|
2113
|
+
type: {
|
|
2114
|
+
serializedName: "type",
|
|
2115
|
+
readOnly: true,
|
|
2021
2116
|
type: {
|
|
2022
|
-
name: "
|
|
2117
|
+
name: "String"
|
|
2023
2118
|
}
|
|
2024
2119
|
},
|
|
2025
|
-
|
|
2026
|
-
serializedName: "
|
|
2120
|
+
location: {
|
|
2121
|
+
serializedName: "location",
|
|
2122
|
+
required: true,
|
|
2027
2123
|
type: {
|
|
2028
2124
|
name: "String"
|
|
2029
2125
|
}
|
|
2126
|
+
},
|
|
2127
|
+
tags: {
|
|
2128
|
+
serializedName: "tags",
|
|
2129
|
+
type: {
|
|
2130
|
+
name: "Dictionary",
|
|
2131
|
+
value: { type: { name: "String" } }
|
|
2132
|
+
}
|
|
2030
2133
|
}
|
|
2031
2134
|
}
|
|
2032
2135
|
}
|
|
2033
2136
|
};
|
|
2034
|
-
export
|
|
2035
|
-
serializedName: "ComponentPurgeBody",
|
|
2137
|
+
export const ComponentPurgeBody = {
|
|
2036
2138
|
type: {
|
|
2037
2139
|
name: "Composite",
|
|
2038
2140
|
className: "ComponentPurgeBody",
|
|
2039
2141
|
modelProperties: {
|
|
2040
2142
|
table: {
|
|
2041
|
-
required: true,
|
|
2042
2143
|
serializedName: "table",
|
|
2144
|
+
required: true,
|
|
2043
2145
|
type: {
|
|
2044
2146
|
name: "String"
|
|
2045
2147
|
}
|
|
2046
2148
|
},
|
|
2047
2149
|
filters: {
|
|
2048
|
-
required: true,
|
|
2049
2150
|
serializedName: "filters",
|
|
2151
|
+
required: true,
|
|
2050
2152
|
type: {
|
|
2051
2153
|
name: "Sequence",
|
|
2052
2154
|
element: {
|
|
@@ -2060,15 +2162,46 @@ export var ComponentPurgeBody = {
|
|
|
2060
2162
|
}
|
|
2061
2163
|
}
|
|
2062
2164
|
};
|
|
2063
|
-
export
|
|
2064
|
-
|
|
2165
|
+
export const ComponentPurgeBodyFilters = {
|
|
2166
|
+
type: {
|
|
2167
|
+
name: "Composite",
|
|
2168
|
+
className: "ComponentPurgeBodyFilters",
|
|
2169
|
+
modelProperties: {
|
|
2170
|
+
column: {
|
|
2171
|
+
serializedName: "column",
|
|
2172
|
+
type: {
|
|
2173
|
+
name: "String"
|
|
2174
|
+
}
|
|
2175
|
+
},
|
|
2176
|
+
operator: {
|
|
2177
|
+
serializedName: "operator",
|
|
2178
|
+
type: {
|
|
2179
|
+
name: "String"
|
|
2180
|
+
}
|
|
2181
|
+
},
|
|
2182
|
+
value: {
|
|
2183
|
+
serializedName: "value",
|
|
2184
|
+
type: {
|
|
2185
|
+
name: "any"
|
|
2186
|
+
}
|
|
2187
|
+
},
|
|
2188
|
+
key: {
|
|
2189
|
+
serializedName: "key",
|
|
2190
|
+
type: {
|
|
2191
|
+
name: "String"
|
|
2192
|
+
}
|
|
2193
|
+
}
|
|
2194
|
+
}
|
|
2195
|
+
}
|
|
2196
|
+
};
|
|
2197
|
+
export const ComponentPurgeResponse = {
|
|
2065
2198
|
type: {
|
|
2066
2199
|
name: "Composite",
|
|
2067
2200
|
className: "ComponentPurgeResponse",
|
|
2068
2201
|
modelProperties: {
|
|
2069
2202
|
operationId: {
|
|
2070
|
-
required: true,
|
|
2071
2203
|
serializedName: "operationId",
|
|
2204
|
+
required: true,
|
|
2072
2205
|
type: {
|
|
2073
2206
|
name: "String"
|
|
2074
2207
|
}
|
|
@@ -2076,15 +2209,14 @@ export var ComponentPurgeResponse = {
|
|
|
2076
2209
|
}
|
|
2077
2210
|
}
|
|
2078
2211
|
};
|
|
2079
|
-
export
|
|
2080
|
-
serializedName: "ComponentPurgeStatusResponse",
|
|
2212
|
+
export const ComponentPurgeStatusResponse = {
|
|
2081
2213
|
type: {
|
|
2082
2214
|
name: "Composite",
|
|
2083
2215
|
className: "ComponentPurgeStatusResponse",
|
|
2084
2216
|
modelProperties: {
|
|
2085
2217
|
status: {
|
|
2086
|
-
required: true,
|
|
2087
2218
|
serializedName: "status",
|
|
2219
|
+
required: true,
|
|
2088
2220
|
type: {
|
|
2089
2221
|
name: "String"
|
|
2090
2222
|
}
|
|
@@ -2092,29 +2224,36 @@ export var ComponentPurgeStatusResponse = {
|
|
|
2092
2224
|
}
|
|
2093
2225
|
}
|
|
2094
2226
|
};
|
|
2095
|
-
export
|
|
2096
|
-
serializedName: "Resource",
|
|
2227
|
+
export const ErrorResponseLinkedStorage = {
|
|
2097
2228
|
type: {
|
|
2098
2229
|
name: "Composite",
|
|
2099
|
-
className: "
|
|
2230
|
+
className: "ErrorResponseLinkedStorage",
|
|
2100
2231
|
modelProperties: {
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
serializedName: "id",
|
|
2232
|
+
error: {
|
|
2233
|
+
serializedName: "error",
|
|
2104
2234
|
type: {
|
|
2105
|
-
name: "
|
|
2235
|
+
name: "Composite",
|
|
2236
|
+
className: "ErrorResponseLinkedStorageError"
|
|
2106
2237
|
}
|
|
2107
|
-
}
|
|
2108
|
-
|
|
2238
|
+
}
|
|
2239
|
+
}
|
|
2240
|
+
}
|
|
2241
|
+
};
|
|
2242
|
+
export const ErrorResponseLinkedStorageError = {
|
|
2243
|
+
type: {
|
|
2244
|
+
name: "Composite",
|
|
2245
|
+
className: "ErrorResponseLinkedStorageError",
|
|
2246
|
+
modelProperties: {
|
|
2247
|
+
code: {
|
|
2248
|
+
serializedName: "code",
|
|
2109
2249
|
readOnly: true,
|
|
2110
|
-
serializedName: "name",
|
|
2111
2250
|
type: {
|
|
2112
2251
|
name: "String"
|
|
2113
2252
|
}
|
|
2114
2253
|
},
|
|
2115
|
-
|
|
2254
|
+
message: {
|
|
2255
|
+
serializedName: "message",
|
|
2116
2256
|
readOnly: true,
|
|
2117
|
-
serializedName: "type",
|
|
2118
2257
|
type: {
|
|
2119
2258
|
name: "String"
|
|
2120
2259
|
}
|
|
@@ -2122,29 +2261,7 @@ export var Resource = {
|
|
|
2122
2261
|
}
|
|
2123
2262
|
}
|
|
2124
2263
|
};
|
|
2125
|
-
export
|
|
2126
|
-
serializedName: "ProxyResource",
|
|
2127
|
-
type: {
|
|
2128
|
-
name: "Composite",
|
|
2129
|
-
className: "ProxyResource",
|
|
2130
|
-
modelProperties: __assign({}, Resource.type.modelProperties)
|
|
2131
|
-
}
|
|
2132
|
-
};
|
|
2133
|
-
export var ComponentLinkedStorageAccounts = {
|
|
2134
|
-
serializedName: "ComponentLinkedStorageAccounts",
|
|
2135
|
-
type: {
|
|
2136
|
-
name: "Composite",
|
|
2137
|
-
className: "ComponentLinkedStorageAccounts",
|
|
2138
|
-
modelProperties: __assign(__assign({}, ProxyResource.type.modelProperties), { linkedStorageAccount: {
|
|
2139
|
-
serializedName: "properties.linkedStorageAccount",
|
|
2140
|
-
type: {
|
|
2141
|
-
name: "String"
|
|
2142
|
-
}
|
|
2143
|
-
} })
|
|
2144
|
-
}
|
|
2145
|
-
};
|
|
2146
|
-
export var ComponentLinkedStorageAccountsPatch = {
|
|
2147
|
-
serializedName: "ComponentLinkedStorageAccountsPatch",
|
|
2264
|
+
export const ComponentLinkedStorageAccountsPatch = {
|
|
2148
2265
|
type: {
|
|
2149
2266
|
name: "Composite",
|
|
2150
2267
|
className: "ComponentLinkedStorageAccountsPatch",
|
|
@@ -2158,62 +2275,67 @@ export var ComponentLinkedStorageAccountsPatch = {
|
|
|
2158
2275
|
}
|
|
2159
2276
|
}
|
|
2160
2277
|
};
|
|
2161
|
-
export
|
|
2162
|
-
serializedName: "TrackedResource",
|
|
2278
|
+
export const OperationsListResult = {
|
|
2163
2279
|
type: {
|
|
2164
2280
|
name: "Composite",
|
|
2165
|
-
className: "
|
|
2166
|
-
modelProperties:
|
|
2167
|
-
|
|
2281
|
+
className: "OperationsListResult",
|
|
2282
|
+
modelProperties: {
|
|
2283
|
+
value: {
|
|
2284
|
+
serializedName: "value",
|
|
2168
2285
|
type: {
|
|
2169
|
-
name: "
|
|
2170
|
-
|
|
2286
|
+
name: "Sequence",
|
|
2287
|
+
element: {
|
|
2171
2288
|
type: {
|
|
2172
|
-
name: "
|
|
2289
|
+
name: "Composite",
|
|
2290
|
+
className: "OperationLive"
|
|
2173
2291
|
}
|
|
2174
2292
|
}
|
|
2175
2293
|
}
|
|
2176
|
-
},
|
|
2177
|
-
|
|
2178
|
-
serializedName: "
|
|
2294
|
+
},
|
|
2295
|
+
nextLink: {
|
|
2296
|
+
serializedName: "nextLink",
|
|
2179
2297
|
type: {
|
|
2180
2298
|
name: "String"
|
|
2181
2299
|
}
|
|
2182
|
-
}
|
|
2300
|
+
}
|
|
2301
|
+
}
|
|
2183
2302
|
}
|
|
2184
2303
|
};
|
|
2185
|
-
export
|
|
2186
|
-
serializedName: "AzureEntityResource",
|
|
2304
|
+
export const OperationLive = {
|
|
2187
2305
|
type: {
|
|
2188
2306
|
name: "Composite",
|
|
2189
|
-
className: "
|
|
2190
|
-
modelProperties:
|
|
2191
|
-
|
|
2192
|
-
serializedName: "
|
|
2307
|
+
className: "OperationLive",
|
|
2308
|
+
modelProperties: {
|
|
2309
|
+
name: {
|
|
2310
|
+
serializedName: "name",
|
|
2193
2311
|
type: {
|
|
2194
2312
|
name: "String"
|
|
2195
2313
|
}
|
|
2196
|
-
}
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
readOnly: true,
|
|
2207
|
-
serializedName: "liveToken",
|
|
2314
|
+
},
|
|
2315
|
+
display: {
|
|
2316
|
+
serializedName: "display",
|
|
2317
|
+
type: {
|
|
2318
|
+
name: "Composite",
|
|
2319
|
+
className: "OperationInfo"
|
|
2320
|
+
}
|
|
2321
|
+
},
|
|
2322
|
+
origin: {
|
|
2323
|
+
serializedName: "origin",
|
|
2208
2324
|
type: {
|
|
2209
2325
|
name: "String"
|
|
2210
2326
|
}
|
|
2327
|
+
},
|
|
2328
|
+
properties: {
|
|
2329
|
+
serializedName: "properties",
|
|
2330
|
+
type: {
|
|
2331
|
+
name: "Dictionary",
|
|
2332
|
+
value: { type: { name: "any" } }
|
|
2333
|
+
}
|
|
2211
2334
|
}
|
|
2212
2335
|
}
|
|
2213
2336
|
}
|
|
2214
2337
|
};
|
|
2215
|
-
export
|
|
2216
|
-
serializedName: "OperationInfo",
|
|
2338
|
+
export const OperationInfo = {
|
|
2217
2339
|
type: {
|
|
2218
2340
|
name: "Composite",
|
|
2219
2341
|
className: "OperationInfo",
|
|
@@ -2245,87 +2367,81 @@ export var OperationInfo = {
|
|
|
2245
2367
|
}
|
|
2246
2368
|
}
|
|
2247
2369
|
};
|
|
2248
|
-
export
|
|
2249
|
-
serializedName: "OperationLive",
|
|
2370
|
+
export const LiveTokenResponse = {
|
|
2250
2371
|
type: {
|
|
2251
2372
|
name: "Composite",
|
|
2252
|
-
className: "
|
|
2373
|
+
className: "LiveTokenResponse",
|
|
2253
2374
|
modelProperties: {
|
|
2254
|
-
|
|
2255
|
-
serializedName: "
|
|
2375
|
+
liveToken: {
|
|
2376
|
+
serializedName: "liveToken",
|
|
2377
|
+
readOnly: true,
|
|
2256
2378
|
type: {
|
|
2257
2379
|
name: "String"
|
|
2258
2380
|
}
|
|
2259
|
-
}
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2381
|
+
}
|
|
2382
|
+
}
|
|
2383
|
+
}
|
|
2384
|
+
};
|
|
2385
|
+
export const ErrorResponse = {
|
|
2386
|
+
type: {
|
|
2387
|
+
name: "Composite",
|
|
2388
|
+
className: "ErrorResponse",
|
|
2389
|
+
modelProperties: {
|
|
2390
|
+
code: {
|
|
2391
|
+
serializedName: "code",
|
|
2269
2392
|
type: {
|
|
2270
2393
|
name: "String"
|
|
2271
2394
|
}
|
|
2272
2395
|
},
|
|
2273
|
-
|
|
2274
|
-
serializedName: "
|
|
2396
|
+
message: {
|
|
2397
|
+
serializedName: "message",
|
|
2275
2398
|
type: {
|
|
2276
|
-
name: "
|
|
2399
|
+
name: "String"
|
|
2277
2400
|
}
|
|
2278
2401
|
}
|
|
2279
2402
|
}
|
|
2280
2403
|
}
|
|
2281
2404
|
};
|
|
2282
|
-
export
|
|
2283
|
-
serializedName: "OperationListResult",
|
|
2405
|
+
export const Operation = {
|
|
2284
2406
|
type: {
|
|
2285
2407
|
name: "Composite",
|
|
2286
|
-
className: "
|
|
2408
|
+
className: "Operation",
|
|
2287
2409
|
modelProperties: {
|
|
2288
|
-
|
|
2289
|
-
serializedName: "",
|
|
2410
|
+
name: {
|
|
2411
|
+
serializedName: "name",
|
|
2290
2412
|
type: {
|
|
2291
|
-
name: "
|
|
2292
|
-
element: {
|
|
2293
|
-
type: {
|
|
2294
|
-
name: "Composite",
|
|
2295
|
-
className: "Operation"
|
|
2296
|
-
}
|
|
2297
|
-
}
|
|
2413
|
+
name: "String"
|
|
2298
2414
|
}
|
|
2299
2415
|
},
|
|
2300
|
-
|
|
2301
|
-
serializedName: "
|
|
2416
|
+
display: {
|
|
2417
|
+
serializedName: "display",
|
|
2302
2418
|
type: {
|
|
2303
|
-
name: "
|
|
2419
|
+
name: "Composite",
|
|
2420
|
+
className: "OperationDisplay"
|
|
2304
2421
|
}
|
|
2305
2422
|
}
|
|
2306
2423
|
}
|
|
2307
2424
|
}
|
|
2308
2425
|
};
|
|
2309
|
-
export
|
|
2310
|
-
serializedName: "OperationsListResult",
|
|
2426
|
+
export const OperationDisplay = {
|
|
2311
2427
|
type: {
|
|
2312
2428
|
name: "Composite",
|
|
2313
|
-
className: "
|
|
2429
|
+
className: "OperationDisplay",
|
|
2314
2430
|
modelProperties: {
|
|
2315
|
-
|
|
2316
|
-
serializedName: "",
|
|
2431
|
+
provider: {
|
|
2432
|
+
serializedName: "provider",
|
|
2317
2433
|
type: {
|
|
2318
|
-
name: "
|
|
2319
|
-
element: {
|
|
2320
|
-
type: {
|
|
2321
|
-
name: "Composite",
|
|
2322
|
-
className: "OperationLive"
|
|
2323
|
-
}
|
|
2324
|
-
}
|
|
2434
|
+
name: "String"
|
|
2325
2435
|
}
|
|
2326
2436
|
},
|
|
2327
|
-
|
|
2328
|
-
serializedName: "
|
|
2437
|
+
resource: {
|
|
2438
|
+
serializedName: "resource",
|
|
2439
|
+
type: {
|
|
2440
|
+
name: "String"
|
|
2441
|
+
}
|
|
2442
|
+
},
|
|
2443
|
+
operation: {
|
|
2444
|
+
serializedName: "operation",
|
|
2329
2445
|
type: {
|
|
2330
2446
|
name: "String"
|
|
2331
2447
|
}
|
|
@@ -2333,43 +2449,45 @@ export var OperationsListResult = {
|
|
|
2333
2449
|
}
|
|
2334
2450
|
}
|
|
2335
2451
|
};
|
|
2336
|
-
export
|
|
2337
|
-
serializedName: "AnnotationsListResult",
|
|
2452
|
+
export const OperationListResult = {
|
|
2338
2453
|
type: {
|
|
2339
2454
|
name: "Composite",
|
|
2340
|
-
className: "
|
|
2455
|
+
className: "OperationListResult",
|
|
2341
2456
|
modelProperties: {
|
|
2342
2457
|
value: {
|
|
2343
|
-
|
|
2344
|
-
serializedName: "",
|
|
2458
|
+
serializedName: "value",
|
|
2345
2459
|
type: {
|
|
2346
2460
|
name: "Sequence",
|
|
2347
2461
|
element: {
|
|
2348
2462
|
type: {
|
|
2349
2463
|
name: "Composite",
|
|
2350
|
-
className: "
|
|
2464
|
+
className: "Operation"
|
|
2351
2465
|
}
|
|
2352
2466
|
}
|
|
2353
2467
|
}
|
|
2468
|
+
},
|
|
2469
|
+
nextLink: {
|
|
2470
|
+
serializedName: "nextLink",
|
|
2471
|
+
type: {
|
|
2472
|
+
name: "String"
|
|
2473
|
+
}
|
|
2354
2474
|
}
|
|
2355
2475
|
}
|
|
2356
2476
|
}
|
|
2357
2477
|
};
|
|
2358
|
-
export
|
|
2359
|
-
serializedName: "ApplicationInsightsComponentAPIKeyListResult",
|
|
2478
|
+
export const InnerErrorTrace = {
|
|
2360
2479
|
type: {
|
|
2361
2480
|
name: "Composite",
|
|
2362
|
-
className: "
|
|
2481
|
+
className: "InnerErrorTrace",
|
|
2363
2482
|
modelProperties: {
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2483
|
+
trace: {
|
|
2484
|
+
serializedName: "trace",
|
|
2485
|
+
readOnly: true,
|
|
2367
2486
|
type: {
|
|
2368
2487
|
name: "Sequence",
|
|
2369
2488
|
element: {
|
|
2370
2489
|
type: {
|
|
2371
|
-
name: "
|
|
2372
|
-
className: "ApplicationInsightsComponentAPIKey"
|
|
2490
|
+
name: "String"
|
|
2373
2491
|
}
|
|
2374
2492
|
}
|
|
2375
2493
|
}
|
|
@@ -2377,21 +2495,19 @@ export var ApplicationInsightsComponentAPIKeyListResult = {
|
|
|
2377
2495
|
}
|
|
2378
2496
|
}
|
|
2379
2497
|
};
|
|
2380
|
-
export
|
|
2381
|
-
serializedName: "WorkItemConfigurationsListResult",
|
|
2498
|
+
export const WorkbookInnerErrorTrace = {
|
|
2382
2499
|
type: {
|
|
2383
2500
|
name: "Composite",
|
|
2384
|
-
className: "
|
|
2501
|
+
className: "WorkbookInnerErrorTrace",
|
|
2385
2502
|
modelProperties: {
|
|
2386
|
-
|
|
2503
|
+
trace: {
|
|
2504
|
+
serializedName: "trace",
|
|
2387
2505
|
readOnly: true,
|
|
2388
|
-
serializedName: "",
|
|
2389
2506
|
type: {
|
|
2390
2507
|
name: "Sequence",
|
|
2391
2508
|
element: {
|
|
2392
2509
|
type: {
|
|
2393
|
-
name: "
|
|
2394
|
-
className: "WorkItemConfiguration"
|
|
2510
|
+
name: "String"
|
|
2395
2511
|
}
|
|
2396
2512
|
}
|
|
2397
2513
|
}
|
|
@@ -2399,126 +2515,488 @@ export var WorkItemConfigurationsListResult = {
|
|
|
2399
2515
|
}
|
|
2400
2516
|
}
|
|
2401
2517
|
};
|
|
2402
|
-
export
|
|
2403
|
-
serializedName: "ApplicationInsightsWebTestLocationsListResult",
|
|
2518
|
+
export const WebTest = {
|
|
2404
2519
|
type: {
|
|
2405
2520
|
name: "Composite",
|
|
2406
|
-
className: "
|
|
2407
|
-
modelProperties: {
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2521
|
+
className: "WebTest",
|
|
2522
|
+
modelProperties: Object.assign(Object.assign({}, WebtestsResource.type.modelProperties), { kind: {
|
|
2523
|
+
serializedName: "kind",
|
|
2524
|
+
type: {
|
|
2525
|
+
name: "Enum",
|
|
2526
|
+
allowedValues: ["ping", "multistep"]
|
|
2527
|
+
}
|
|
2528
|
+
}, syntheticMonitorId: {
|
|
2529
|
+
serializedName: "properties.SyntheticMonitorId",
|
|
2530
|
+
type: {
|
|
2531
|
+
name: "String"
|
|
2532
|
+
}
|
|
2533
|
+
}, webTestName: {
|
|
2534
|
+
serializedName: "properties.Name",
|
|
2535
|
+
type: {
|
|
2536
|
+
name: "String"
|
|
2537
|
+
}
|
|
2538
|
+
}, description: {
|
|
2539
|
+
serializedName: "properties.Description",
|
|
2540
|
+
type: {
|
|
2541
|
+
name: "String"
|
|
2542
|
+
}
|
|
2543
|
+
}, enabled: {
|
|
2544
|
+
serializedName: "properties.Enabled",
|
|
2545
|
+
type: {
|
|
2546
|
+
name: "Boolean"
|
|
2547
|
+
}
|
|
2548
|
+
}, frequency: {
|
|
2549
|
+
defaultValue: 300,
|
|
2550
|
+
serializedName: "properties.Frequency",
|
|
2551
|
+
type: {
|
|
2552
|
+
name: "Number"
|
|
2553
|
+
}
|
|
2554
|
+
}, timeout: {
|
|
2555
|
+
defaultValue: 30,
|
|
2556
|
+
serializedName: "properties.Timeout",
|
|
2557
|
+
type: {
|
|
2558
|
+
name: "Number"
|
|
2559
|
+
}
|
|
2560
|
+
}, webTestKind: {
|
|
2561
|
+
serializedName: "properties.Kind",
|
|
2562
|
+
type: {
|
|
2563
|
+
name: "Enum",
|
|
2564
|
+
allowedValues: ["ping", "multistep"]
|
|
2565
|
+
}
|
|
2566
|
+
}, retryEnabled: {
|
|
2567
|
+
serializedName: "properties.RetryEnabled",
|
|
2568
|
+
type: {
|
|
2569
|
+
name: "Boolean"
|
|
2570
|
+
}
|
|
2571
|
+
}, locations: {
|
|
2572
|
+
serializedName: "properties.Locations",
|
|
2411
2573
|
type: {
|
|
2412
2574
|
name: "Sequence",
|
|
2413
2575
|
element: {
|
|
2414
2576
|
type: {
|
|
2415
2577
|
name: "Composite",
|
|
2416
|
-
className: "
|
|
2578
|
+
className: "WebTestGeolocation"
|
|
2417
2579
|
}
|
|
2418
2580
|
}
|
|
2419
2581
|
}
|
|
2420
|
-
}
|
|
2421
|
-
|
|
2582
|
+
}, configuration: {
|
|
2583
|
+
serializedName: "properties.Configuration",
|
|
2584
|
+
type: {
|
|
2585
|
+
name: "Composite",
|
|
2586
|
+
className: "WebTestPropertiesConfiguration"
|
|
2587
|
+
}
|
|
2588
|
+
}, provisioningState: {
|
|
2589
|
+
serializedName: "properties.provisioningState",
|
|
2590
|
+
readOnly: true,
|
|
2591
|
+
type: {
|
|
2592
|
+
name: "String"
|
|
2593
|
+
}
|
|
2594
|
+
} })
|
|
2422
2595
|
}
|
|
2423
2596
|
};
|
|
2424
|
-
export
|
|
2425
|
-
serializedName: "webTestListResult",
|
|
2597
|
+
export const WorkbookTemplate = {
|
|
2426
2598
|
type: {
|
|
2427
2599
|
name: "Composite",
|
|
2428
|
-
className: "
|
|
2429
|
-
modelProperties: {
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2600
|
+
className: "WorkbookTemplate",
|
|
2601
|
+
modelProperties: Object.assign(Object.assign({}, WorkbookTemplateResource.type.modelProperties), { priority: {
|
|
2602
|
+
serializedName: "properties.priority",
|
|
2603
|
+
type: {
|
|
2604
|
+
name: "Number"
|
|
2605
|
+
}
|
|
2606
|
+
}, author: {
|
|
2607
|
+
serializedName: "properties.author",
|
|
2608
|
+
type: {
|
|
2609
|
+
name: "String"
|
|
2610
|
+
}
|
|
2611
|
+
}, templateData: {
|
|
2612
|
+
serializedName: "properties.templateData",
|
|
2613
|
+
type: {
|
|
2614
|
+
name: "Dictionary",
|
|
2615
|
+
value: { type: { name: "any" } }
|
|
2616
|
+
}
|
|
2617
|
+
}, galleries: {
|
|
2618
|
+
serializedName: "properties.galleries",
|
|
2433
2619
|
type: {
|
|
2434
2620
|
name: "Sequence",
|
|
2435
2621
|
element: {
|
|
2436
2622
|
type: {
|
|
2437
2623
|
name: "Composite",
|
|
2438
|
-
className: "
|
|
2624
|
+
className: "WorkbookTemplateGallery"
|
|
2439
2625
|
}
|
|
2440
2626
|
}
|
|
2441
2627
|
}
|
|
2442
|
-
},
|
|
2443
|
-
|
|
2444
|
-
serializedName: "nextLink",
|
|
2628
|
+
}, localized: {
|
|
2629
|
+
serializedName: "properties.localized",
|
|
2445
2630
|
type: {
|
|
2446
|
-
name: "
|
|
2631
|
+
name: "Dictionary",
|
|
2632
|
+
value: {
|
|
2633
|
+
type: {
|
|
2634
|
+
name: "Sequence",
|
|
2635
|
+
element: {
|
|
2636
|
+
type: {
|
|
2637
|
+
name: "Composite",
|
|
2638
|
+
className: "WorkbookTemplateLocalizedGallery"
|
|
2639
|
+
}
|
|
2640
|
+
}
|
|
2641
|
+
}
|
|
2642
|
+
}
|
|
2447
2643
|
}
|
|
2448
|
-
}
|
|
2449
|
-
}
|
|
2644
|
+
} })
|
|
2450
2645
|
}
|
|
2451
2646
|
};
|
|
2452
|
-
export
|
|
2453
|
-
serializedName: "WorkbooksListResult",
|
|
2647
|
+
export const MyWorkbook = {
|
|
2454
2648
|
type: {
|
|
2455
2649
|
name: "Composite",
|
|
2456
|
-
className: "
|
|
2457
|
-
modelProperties: {
|
|
2458
|
-
|
|
2650
|
+
className: "MyWorkbook",
|
|
2651
|
+
modelProperties: Object.assign(Object.assign({}, MyWorkbookResource.type.modelProperties), { kind: {
|
|
2652
|
+
serializedName: "kind",
|
|
2653
|
+
type: {
|
|
2654
|
+
name: "String"
|
|
2655
|
+
}
|
|
2656
|
+
}, systemData: {
|
|
2657
|
+
serializedName: "systemData",
|
|
2658
|
+
type: {
|
|
2659
|
+
name: "Composite",
|
|
2660
|
+
className: "SystemData"
|
|
2661
|
+
}
|
|
2662
|
+
}, displayName: {
|
|
2663
|
+
serializedName: "properties.displayName",
|
|
2664
|
+
type: {
|
|
2665
|
+
name: "String"
|
|
2666
|
+
}
|
|
2667
|
+
}, serializedData: {
|
|
2668
|
+
serializedName: "properties.serializedData",
|
|
2669
|
+
nullable: true,
|
|
2670
|
+
type: {
|
|
2671
|
+
name: "String"
|
|
2672
|
+
}
|
|
2673
|
+
}, version: {
|
|
2674
|
+
serializedName: "properties.version",
|
|
2675
|
+
type: {
|
|
2676
|
+
name: "String"
|
|
2677
|
+
}
|
|
2678
|
+
}, timeModified: {
|
|
2679
|
+
serializedName: "properties.timeModified",
|
|
2459
2680
|
readOnly: true,
|
|
2460
|
-
|
|
2681
|
+
type: {
|
|
2682
|
+
name: "String"
|
|
2683
|
+
}
|
|
2684
|
+
}, category: {
|
|
2685
|
+
serializedName: "properties.category",
|
|
2686
|
+
type: {
|
|
2687
|
+
name: "String"
|
|
2688
|
+
}
|
|
2689
|
+
}, tagsPropertiesTags: {
|
|
2690
|
+
serializedName: "properties.tags",
|
|
2461
2691
|
type: {
|
|
2462
2692
|
name: "Sequence",
|
|
2463
2693
|
element: {
|
|
2464
2694
|
type: {
|
|
2465
|
-
name: "
|
|
2466
|
-
className: "Workbook"
|
|
2695
|
+
name: "String"
|
|
2467
2696
|
}
|
|
2468
2697
|
}
|
|
2469
2698
|
}
|
|
2470
|
-
}
|
|
2471
|
-
|
|
2699
|
+
}, userId: {
|
|
2700
|
+
serializedName: "properties.userId",
|
|
2701
|
+
readOnly: true,
|
|
2702
|
+
type: {
|
|
2703
|
+
name: "String"
|
|
2704
|
+
}
|
|
2705
|
+
}, sourceId: {
|
|
2706
|
+
serializedName: "properties.sourceId",
|
|
2707
|
+
type: {
|
|
2708
|
+
name: "String"
|
|
2709
|
+
}
|
|
2710
|
+
}, storageUri: {
|
|
2711
|
+
serializedName: "properties.storageUri",
|
|
2712
|
+
nullable: true,
|
|
2713
|
+
type: {
|
|
2714
|
+
name: "String"
|
|
2715
|
+
}
|
|
2716
|
+
} })
|
|
2472
2717
|
}
|
|
2473
2718
|
};
|
|
2474
|
-
export
|
|
2475
|
-
serializedName: "MyWorkbooksListResult",
|
|
2719
|
+
export const WorkbookResourceIdentity = {
|
|
2476
2720
|
type: {
|
|
2477
2721
|
name: "Composite",
|
|
2478
|
-
className: "
|
|
2479
|
-
modelProperties: {
|
|
2480
|
-
|
|
2722
|
+
className: "WorkbookResourceIdentity",
|
|
2723
|
+
modelProperties: Object.assign({}, ManagedServiceIdentity.type.modelProperties)
|
|
2724
|
+
}
|
|
2725
|
+
};
|
|
2726
|
+
export const TrackedResource = {
|
|
2727
|
+
type: {
|
|
2728
|
+
name: "Composite",
|
|
2729
|
+
className: "TrackedResource",
|
|
2730
|
+
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { tags: {
|
|
2731
|
+
serializedName: "tags",
|
|
2732
|
+
type: {
|
|
2733
|
+
name: "Dictionary",
|
|
2734
|
+
value: { type: { name: "String" } }
|
|
2735
|
+
}
|
|
2736
|
+
}, location: {
|
|
2737
|
+
serializedName: "location",
|
|
2738
|
+
required: true,
|
|
2739
|
+
type: {
|
|
2740
|
+
name: "String"
|
|
2741
|
+
}
|
|
2742
|
+
} })
|
|
2743
|
+
}
|
|
2744
|
+
};
|
|
2745
|
+
export const ProxyResource = {
|
|
2746
|
+
type: {
|
|
2747
|
+
name: "Composite",
|
|
2748
|
+
className: "ProxyResource",
|
|
2749
|
+
modelProperties: Object.assign({}, Resource.type.modelProperties)
|
|
2750
|
+
}
|
|
2751
|
+
};
|
|
2752
|
+
export const ApplicationInsightsComponent = {
|
|
2753
|
+
type: {
|
|
2754
|
+
name: "Composite",
|
|
2755
|
+
className: "ApplicationInsightsComponent",
|
|
2756
|
+
modelProperties: Object.assign(Object.assign({}, ComponentsResource.type.modelProperties), { kind: {
|
|
2757
|
+
serializedName: "kind",
|
|
2758
|
+
required: true,
|
|
2759
|
+
type: {
|
|
2760
|
+
name: "String"
|
|
2761
|
+
}
|
|
2762
|
+
}, applicationId: {
|
|
2763
|
+
serializedName: "properties.ApplicationId",
|
|
2764
|
+
readOnly: true,
|
|
2765
|
+
type: {
|
|
2766
|
+
name: "String"
|
|
2767
|
+
}
|
|
2768
|
+
}, appId: {
|
|
2769
|
+
serializedName: "properties.AppId",
|
|
2770
|
+
readOnly: true,
|
|
2771
|
+
type: {
|
|
2772
|
+
name: "String"
|
|
2773
|
+
}
|
|
2774
|
+
}, applicationType: {
|
|
2775
|
+
defaultValue: "web",
|
|
2776
|
+
serializedName: "properties.Application_Type",
|
|
2777
|
+
type: {
|
|
2778
|
+
name: "String"
|
|
2779
|
+
}
|
|
2780
|
+
}, flowType: {
|
|
2781
|
+
defaultValue: "Bluefield",
|
|
2782
|
+
serializedName: "properties.Flow_Type",
|
|
2783
|
+
type: {
|
|
2784
|
+
name: "String"
|
|
2785
|
+
}
|
|
2786
|
+
}, requestSource: {
|
|
2787
|
+
defaultValue: "rest",
|
|
2788
|
+
serializedName: "properties.Request_Source",
|
|
2789
|
+
type: {
|
|
2790
|
+
name: "String"
|
|
2791
|
+
}
|
|
2792
|
+
}, instrumentationKey: {
|
|
2793
|
+
serializedName: "properties.InstrumentationKey",
|
|
2794
|
+
readOnly: true,
|
|
2795
|
+
type: {
|
|
2796
|
+
name: "String"
|
|
2797
|
+
}
|
|
2798
|
+
}, creationDate: {
|
|
2799
|
+
serializedName: "properties.CreationDate",
|
|
2800
|
+
readOnly: true,
|
|
2801
|
+
type: {
|
|
2802
|
+
name: "DateTime"
|
|
2803
|
+
}
|
|
2804
|
+
}, tenantId: {
|
|
2805
|
+
serializedName: "properties.TenantId",
|
|
2806
|
+
readOnly: true,
|
|
2807
|
+
type: {
|
|
2808
|
+
name: "String"
|
|
2809
|
+
}
|
|
2810
|
+
}, hockeyAppId: {
|
|
2811
|
+
serializedName: "properties.HockeyAppId",
|
|
2812
|
+
type: {
|
|
2813
|
+
name: "String"
|
|
2814
|
+
}
|
|
2815
|
+
}, hockeyAppToken: {
|
|
2816
|
+
serializedName: "properties.HockeyAppToken",
|
|
2817
|
+
readOnly: true,
|
|
2818
|
+
type: {
|
|
2819
|
+
name: "String"
|
|
2820
|
+
}
|
|
2821
|
+
}, provisioningState: {
|
|
2822
|
+
serializedName: "properties.provisioningState",
|
|
2823
|
+
readOnly: true,
|
|
2824
|
+
type: {
|
|
2825
|
+
name: "String"
|
|
2826
|
+
}
|
|
2827
|
+
}, samplingPercentage: {
|
|
2828
|
+
serializedName: "properties.SamplingPercentage",
|
|
2829
|
+
type: {
|
|
2830
|
+
name: "Number"
|
|
2831
|
+
}
|
|
2832
|
+
}, connectionString: {
|
|
2833
|
+
serializedName: "properties.ConnectionString",
|
|
2834
|
+
readOnly: true,
|
|
2835
|
+
type: {
|
|
2836
|
+
name: "String"
|
|
2837
|
+
}
|
|
2838
|
+
}, retentionInDays: {
|
|
2839
|
+
defaultValue: 90,
|
|
2840
|
+
serializedName: "properties.RetentionInDays",
|
|
2841
|
+
type: {
|
|
2842
|
+
name: "Number"
|
|
2843
|
+
}
|
|
2844
|
+
}, disableIpMasking: {
|
|
2845
|
+
serializedName: "properties.DisableIpMasking",
|
|
2846
|
+
type: {
|
|
2847
|
+
name: "Boolean"
|
|
2848
|
+
}
|
|
2849
|
+
}, immediatePurgeDataOn30Days: {
|
|
2850
|
+
serializedName: "properties.ImmediatePurgeDataOn30Days",
|
|
2851
|
+
type: {
|
|
2852
|
+
name: "Boolean"
|
|
2853
|
+
}
|
|
2854
|
+
}, privateLinkScopedResources: {
|
|
2855
|
+
serializedName: "properties.PrivateLinkScopedResources",
|
|
2481
2856
|
readOnly: true,
|
|
2482
|
-
serializedName: "",
|
|
2483
2857
|
type: {
|
|
2484
2858
|
name: "Sequence",
|
|
2485
2859
|
element: {
|
|
2486
2860
|
type: {
|
|
2487
2861
|
name: "Composite",
|
|
2488
|
-
className: "
|
|
2862
|
+
className: "PrivateLinkScopedResource"
|
|
2489
2863
|
}
|
|
2490
2864
|
}
|
|
2491
2865
|
}
|
|
2492
|
-
}
|
|
2493
|
-
|
|
2866
|
+
}, publicNetworkAccessForIngestion: {
|
|
2867
|
+
defaultValue: "Enabled",
|
|
2868
|
+
serializedName: "properties.publicNetworkAccessForIngestion",
|
|
2869
|
+
type: {
|
|
2870
|
+
name: "String"
|
|
2871
|
+
}
|
|
2872
|
+
}, publicNetworkAccessForQuery: {
|
|
2873
|
+
defaultValue: "Enabled",
|
|
2874
|
+
serializedName: "properties.publicNetworkAccessForQuery",
|
|
2875
|
+
type: {
|
|
2876
|
+
name: "String"
|
|
2877
|
+
}
|
|
2878
|
+
}, ingestionMode: {
|
|
2879
|
+
defaultValue: "ApplicationInsights",
|
|
2880
|
+
serializedName: "properties.IngestionMode",
|
|
2881
|
+
type: {
|
|
2882
|
+
name: "String"
|
|
2883
|
+
}
|
|
2884
|
+
} })
|
|
2494
2885
|
}
|
|
2495
2886
|
};
|
|
2496
|
-
export
|
|
2497
|
-
serializedName: "ApplicationInsightsComponentListResult",
|
|
2887
|
+
export const WorkbookResource = {
|
|
2498
2888
|
type: {
|
|
2499
2889
|
name: "Composite",
|
|
2500
|
-
className: "
|
|
2501
|
-
modelProperties: {
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
2890
|
+
className: "WorkbookResource",
|
|
2891
|
+
modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), { identity: {
|
|
2892
|
+
serializedName: "identity",
|
|
2893
|
+
type: {
|
|
2894
|
+
name: "Composite",
|
|
2895
|
+
className: "WorkbookResourceIdentity"
|
|
2896
|
+
}
|
|
2897
|
+
}, kind: {
|
|
2898
|
+
serializedName: "kind",
|
|
2899
|
+
type: {
|
|
2900
|
+
name: "String"
|
|
2901
|
+
}
|
|
2902
|
+
}, etag: {
|
|
2903
|
+
serializedName: "etag",
|
|
2904
|
+
type: {
|
|
2905
|
+
name: "String"
|
|
2906
|
+
}
|
|
2907
|
+
} })
|
|
2908
|
+
}
|
|
2909
|
+
};
|
|
2910
|
+
export const ComponentLinkedStorageAccounts = {
|
|
2911
|
+
type: {
|
|
2912
|
+
name: "Composite",
|
|
2913
|
+
className: "ComponentLinkedStorageAccounts",
|
|
2914
|
+
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { linkedStorageAccount: {
|
|
2915
|
+
serializedName: "properties.linkedStorageAccount",
|
|
2916
|
+
type: {
|
|
2917
|
+
name: "String"
|
|
2918
|
+
}
|
|
2919
|
+
} })
|
|
2920
|
+
}
|
|
2921
|
+
};
|
|
2922
|
+
export const Workbook = {
|
|
2923
|
+
type: {
|
|
2924
|
+
name: "Composite",
|
|
2925
|
+
className: "Workbook",
|
|
2926
|
+
modelProperties: Object.assign(Object.assign({}, WorkbookResource.type.modelProperties), { systemData: {
|
|
2927
|
+
serializedName: "systemData",
|
|
2928
|
+
type: {
|
|
2929
|
+
name: "Composite",
|
|
2930
|
+
className: "SystemData"
|
|
2931
|
+
}
|
|
2932
|
+
}, displayName: {
|
|
2933
|
+
serializedName: "properties.displayName",
|
|
2934
|
+
type: {
|
|
2935
|
+
name: "String"
|
|
2936
|
+
}
|
|
2937
|
+
}, serializedData: {
|
|
2938
|
+
serializedName: "properties.serializedData",
|
|
2939
|
+
nullable: true,
|
|
2940
|
+
type: {
|
|
2941
|
+
name: "String"
|
|
2942
|
+
}
|
|
2943
|
+
}, version: {
|
|
2944
|
+
serializedName: "properties.version",
|
|
2945
|
+
type: {
|
|
2946
|
+
name: "String"
|
|
2947
|
+
}
|
|
2948
|
+
}, timeModified: {
|
|
2949
|
+
serializedName: "properties.timeModified",
|
|
2950
|
+
readOnly: true,
|
|
2951
|
+
type: {
|
|
2952
|
+
name: "DateTime"
|
|
2953
|
+
}
|
|
2954
|
+
}, category: {
|
|
2955
|
+
serializedName: "properties.category",
|
|
2956
|
+
type: {
|
|
2957
|
+
name: "String"
|
|
2958
|
+
}
|
|
2959
|
+
}, tagsPropertiesTags: {
|
|
2960
|
+
serializedName: "properties.tags",
|
|
2505
2961
|
type: {
|
|
2506
2962
|
name: "Sequence",
|
|
2507
2963
|
element: {
|
|
2508
2964
|
type: {
|
|
2509
|
-
name: "
|
|
2510
|
-
className: "ApplicationInsightsComponent"
|
|
2965
|
+
name: "String"
|
|
2511
2966
|
}
|
|
2512
2967
|
}
|
|
2513
2968
|
}
|
|
2514
|
-
},
|
|
2515
|
-
|
|
2516
|
-
|
|
2969
|
+
}, userId: {
|
|
2970
|
+
serializedName: "properties.userId",
|
|
2971
|
+
readOnly: true,
|
|
2517
2972
|
type: {
|
|
2518
2973
|
name: "String"
|
|
2519
2974
|
}
|
|
2520
|
-
}
|
|
2521
|
-
|
|
2975
|
+
}, sourceId: {
|
|
2976
|
+
serializedName: "properties.sourceId",
|
|
2977
|
+
type: {
|
|
2978
|
+
name: "String"
|
|
2979
|
+
}
|
|
2980
|
+
}, storageUri: {
|
|
2981
|
+
serializedName: "properties.storageUri",
|
|
2982
|
+
nullable: true,
|
|
2983
|
+
type: {
|
|
2984
|
+
name: "String"
|
|
2985
|
+
}
|
|
2986
|
+
}, description: {
|
|
2987
|
+
serializedName: "properties.description",
|
|
2988
|
+
nullable: true,
|
|
2989
|
+
type: {
|
|
2990
|
+
name: "String"
|
|
2991
|
+
}
|
|
2992
|
+
}, revision: {
|
|
2993
|
+
serializedName: "properties.revision",
|
|
2994
|
+
readOnly: true,
|
|
2995
|
+
nullable: true,
|
|
2996
|
+
type: {
|
|
2997
|
+
name: "String"
|
|
2998
|
+
}
|
|
2999
|
+
} })
|
|
2522
3000
|
}
|
|
2523
3001
|
};
|
|
2524
3002
|
//# sourceMappingURL=mappers.js.map
|