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