@azure/arm-appinsights 4.0.0 → 5.0.0-alpha.20220202.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/LICENSE +21 -0
- package/LICENSE.txt +1 -1
- package/README.md +70 -78
- package/dist/index.js +7666 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/applicationInsightsManagementClient.d.ts +35 -0
- package/dist-esm/src/applicationInsightsManagementClient.d.ts.map +1 -0
- package/dist-esm/src/applicationInsightsManagementClient.js +68 -0
- package/dist-esm/src/applicationInsightsManagementClient.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +2107 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +133 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +88 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1427 -1531
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +63 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/parameters.js +259 -225
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/aPIKeys.d.ts +55 -0
- package/dist-esm/src/operations/aPIKeys.d.ts.map +1 -0
- package/dist-esm/src/operations/aPIKeys.js +185 -0
- package/dist-esm/src/operations/aPIKeys.js.map +1 -0
- package/dist-esm/src/operations/analyticsItems.d.ts +51 -0
- package/dist-esm/src/operations/analyticsItems.d.ts.map +1 -0
- package/dist-esm/src/operations/analyticsItems.js +157 -0
- package/dist-esm/src/operations/analyticsItems.js.map +1 -0
- package/dist-esm/src/operations/annotations.d.ts +63 -0
- package/dist-esm/src/operations/annotations.d.ts.map +1 -0
- package/dist-esm/src/operations/annotations.js +207 -0
- package/dist-esm/src/operations/annotations.js.map +1 -0
- package/dist-esm/src/operations/componentAvailableFeatures.d.ts +20 -0
- package/dist-esm/src/operations/componentAvailableFeatures.d.ts.map +1 -0
- package/dist-esm/src/operations/componentAvailableFeatures.js +50 -0
- package/dist-esm/src/operations/componentAvailableFeatures.js.map +1 -0
- package/dist-esm/src/operations/componentCurrentBillingFeatures.d.ts +29 -0
- package/dist-esm/src/operations/componentCurrentBillingFeatures.d.ts.map +1 -0
- package/dist-esm/src/operations/componentCurrentBillingFeatures.js +81 -0
- package/dist-esm/src/operations/componentCurrentBillingFeatures.js.map +1 -0
- package/dist-esm/src/operations/componentFeatureCapabilities.d.ts +20 -0
- package/dist-esm/src/operations/componentFeatureCapabilities.d.ts.map +1 -0
- package/dist-esm/src/operations/componentFeatureCapabilities.js +50 -0
- package/dist-esm/src/operations/componentFeatureCapabilities.js.map +1 -0
- package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.d.ts +53 -0
- package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.js +174 -0
- package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.js.map +1 -0
- package/dist-esm/src/operations/componentQuotaStatus.d.ts +20 -0
- package/dist-esm/src/operations/componentQuotaStatus.d.ts.map +1 -0
- package/dist-esm/src/operations/componentQuotaStatus.js +50 -0
- package/dist-esm/src/operations/componentQuotaStatus.js.map +1 -0
- package/dist-esm/src/operations/components.d.ts +108 -0
- package/dist-esm/src/operations/components.d.ts.map +1 -0
- package/dist-esm/src/operations/components.js +430 -0
- package/dist-esm/src/operations/components.js.map +1 -0
- package/dist-esm/src/operations/exportConfigurations.d.ts +58 -0
- package/dist-esm/src/operations/exportConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operations/exportConfigurations.js +195 -0
- package/dist-esm/src/operations/exportConfigurations.js.map +1 -0
- package/dist-esm/src/operations/favorites.d.ts +55 -0
- package/dist-esm/src/operations/favorites.d.ts.map +1 -0
- package/dist-esm/src/operations/favorites.js +196 -0
- package/dist-esm/src/operations/favorites.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -1
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +1 -3
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/liveToken.d.ts +19 -0
- package/dist-esm/src/operations/liveToken.d.ts.map +1 -0
- package/dist-esm/src/operations/liveToken.js +47 -0
- package/dist-esm/src/operations/liveToken.js.map +1 -0
- package/dist-esm/src/operations/myWorkbooks.d.ts +89 -0
- package/dist-esm/src/operations/myWorkbooks.d.ts.map +1 -0
- package/dist-esm/src/operations/myWorkbooks.js +387 -0
- package/dist-esm/src/operations/myWorkbooks.js.map +1 -0
- package/dist-esm/src/operations/proactiveDetectionConfigurations.d.ts +40 -0
- package/dist-esm/src/operations/proactiveDetectionConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operations/proactiveDetectionConfigurations.js +130 -0
- package/dist-esm/src/operations/proactiveDetectionConfigurations.js.map +1 -0
- package/dist-esm/src/operations/webTestLocations.d.ts +30 -0
- package/dist-esm/src/operations/webTestLocations.d.ts.map +1 -0
- package/dist-esm/src/operations/webTestLocations.js +96 -0
- package/dist-esm/src/operations/webTestLocations.js.map +1 -0
- package/dist-esm/src/operations/webTests.d.ts +108 -0
- package/dist-esm/src/operations/webTests.d.ts.map +1 -0
- package/dist-esm/src/operations/webTests.js +435 -0
- package/dist-esm/src/operations/webTests.js.map +1 -0
- package/dist-esm/src/operations/workItemConfigurations.d.ts +75 -0
- package/dist-esm/src/operations/workItemConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operations/workItemConfigurations.js +257 -0
- package/dist-esm/src/operations/workItemConfigurations.js.map +1 -0
- package/dist-esm/src/operations/workbookTemplates.d.ts +57 -0
- package/dist-esm/src/operations/workbookTemplates.d.ts.map +1 -0
- package/dist-esm/src/operations/workbookTemplates.js +223 -0
- package/dist-esm/src/operations/workbookTemplates.js.map +1 -0
- package/dist-esm/src/operations/workbooks.d.ts +120 -0
- package/dist-esm/src/operations/workbooks.d.ts.map +1 -0
- package/dist-esm/src/operations/workbooks.js +530 -0
- package/dist-esm/src/operations/workbooks.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/aPIKeys.d.ts +38 -0
- package/dist-esm/src/operationsInterfaces/aPIKeys.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/aPIKeys.js} +2 -1
- package/dist-esm/src/operationsInterfaces/aPIKeys.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/analyticsItems.d.ts +43 -0
- package/dist-esm/src/operationsInterfaces/analyticsItems.d.ts.map +1 -0
- package/{src/models/favoritesMappers.ts → dist-esm/src/operationsInterfaces/analyticsItems.js} +2 -5
- package/dist-esm/src/operationsInterfaces/analyticsItems.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/annotations.d.ts +43 -0
- package/dist-esm/src/operationsInterfaces/annotations.d.ts.map +1 -0
- package/{src/models/componentQuotaStatusMappers.ts → dist-esm/src/operationsInterfaces/annotations.js} +2 -5
- package/dist-esm/src/operationsInterfaces/annotations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.d.ts.map +1 -0
- package/{src/models/componentFeatureCapabilitiesMappers.ts → dist-esm/src/operationsInterfaces/componentAvailableFeatures.js} +2 -5
- package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.js +9 -0
- package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.js +9 -0
- package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +45 -0
- package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentQuotaStatus.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/componentQuotaStatus.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentQuotaStatus.js +9 -0
- package/dist-esm/src/operationsInterfaces/componentQuotaStatus.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/components.d.ts +72 -0
- package/dist-esm/src/operationsInterfaces/components.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/components.js +9 -0
- package/dist-esm/src/operationsInterfaces/components.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/exportConfigurations.d.ts +50 -0
- package/dist-esm/src/operationsInterfaces/exportConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/exportConfigurations.js +9 -0
- package/dist-esm/src/operationsInterfaces/exportConfigurations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/favorites.d.ts +47 -0
- package/dist-esm/src/operationsInterfaces/favorites.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/favorites.js +9 -0
- package/dist-esm/src/operationsInterfaces/favorites.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +20 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +27 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/liveToken.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/liveToken.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/liveToken.js +9 -0
- package/dist-esm/src/operationsInterfaces/liveToken.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/myWorkbooks.d.ts +49 -0
- package/dist-esm/src/operationsInterfaces/myWorkbooks.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/myWorkbooks.js +9 -0
- package/dist-esm/src/operationsInterfaces/myWorkbooks.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.d.ts +32 -0
- package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.js +9 -0
- package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/webTestLocations.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/webTestLocations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/webTestLocations.js +9 -0
- package/dist-esm/src/operationsInterfaces/webTestLocations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/webTests.d.ts +55 -0
- package/dist-esm/src/operationsInterfaces/webTests.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/webTests.js +9 -0
- package/dist-esm/src/operationsInterfaces/webTests.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/workItemConfigurations.d.ts +58 -0
- package/dist-esm/src/operationsInterfaces/workItemConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/workItemConfigurations.js +9 -0
- package/dist-esm/src/operationsInterfaces/workItemConfigurations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/workbookTemplates.d.ts +41 -0
- package/dist-esm/src/operationsInterfaces/workbookTemplates.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/workbookTemplates.js +9 -0
- package/dist-esm/src/operationsInterfaces/workbookTemplates.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/workbooks.d.ts +63 -0
- package/dist-esm/src/operationsInterfaces/workbooks.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/workbooks.js +9 -0
- package/dist-esm/src/operationsInterfaces/workbooks.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +71 -22
- package/review/arm-appinsights.api.md +1776 -0
- package/rollup.config.js +181 -30
- package/src/applicationInsightsManagementClient.ts +142 -70
- package/src/{models/aPIKeysMappers.ts → index.ts} +4 -6
- package/src/models/index.ts +1565 -3230
- package/src/models/mappers.ts +1388 -1481
- package/src/models/parameters.ts +344 -225
- package/src/operations/aPIKeys.ts +153 -188
- package/src/operations/analyticsItems.ts +120 -237
- package/src/operations/annotations.ts +185 -211
- package/src/operations/componentAvailableFeatures.ts +38 -54
- package/src/operations/componentCurrentBillingFeatures.ts +64 -107
- package/src/operations/componentFeatureCapabilities.ts +38 -54
- package/src/operations/componentLinkedStorageAccountsOperations.ts +122 -175
- package/src/operations/componentQuotaStatus.ts +37 -54
- package/src/operations/components.ts +338 -428
- package/src/operations/exportConfigurations.ts +137 -261
- package/src/operations/favorites.ts +132 -239
- package/src/operations/index.ts +1 -3
- package/src/operations/liveToken.ts +27 -46
- package/src/operations/myWorkbooks.ts +334 -353
- package/src/operations/proactiveDetectionConfigurations.ts +95 -157
- package/src/operations/webTestLocations.ts +84 -50
- package/src/operations/webTests.ts +389 -417
- package/src/operations/workItemConfigurations.ts +200 -280
- package/src/operations/workbookTemplates.ts +167 -210
- package/src/operations/workbooks.ts +481 -470
- package/src/operationsInterfaces/aPIKeys.ts +76 -0
- package/src/operationsInterfaces/analyticsItems.ts +82 -0
- package/src/operationsInterfaces/annotations.ts +81 -0
- package/src/operationsInterfaces/componentAvailableFeatures.ts +27 -0
- package/src/operationsInterfaces/componentCurrentBillingFeatures.ts +44 -0
- package/src/operationsInterfaces/componentFeatureCapabilities.ts +27 -0
- package/src/operationsInterfaces/componentLinkedStorageAccountsOperations.ts +86 -0
- package/src/operationsInterfaces/componentQuotaStatus.ts +27 -0
- package/src/operationsInterfaces/components.ts +131 -0
- package/src/operationsInterfaces/exportConfigurations.ts +95 -0
- package/src/operationsInterfaces/favorites.ts +92 -0
- package/src/operationsInterfaces/index.ts +27 -0
- package/src/operationsInterfaces/liveToken.ts +22 -0
- package/src/operationsInterfaces/myWorkbooks.ts +95 -0
- package/src/operationsInterfaces/proactiveDetectionConfigurations.ts +63 -0
- package/src/operationsInterfaces/webTestLocations.ts +29 -0
- package/src/operationsInterfaces/webTests.ts +104 -0
- package/src/operationsInterfaces/workItemConfigurations.ts +109 -0
- package/src/operationsInterfaces/workbookTemplates.ts +80 -0
- package/src/operationsInterfaces/workbooks.ts +120 -0
- package/tsconfig.json +14 -6
- package/types/arm-appinsights.d.ts +3117 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-appinsights.js +0 -7933
- package/dist/arm-appinsights.js.map +0 -1
- package/dist/arm-appinsights.min.js +0 -1
- package/dist/arm-appinsights.min.js.map +0 -1
- package/esm/applicationInsightsManagementClient.d.ts +0 -43
- package/esm/applicationInsightsManagementClient.d.ts.map +0 -1
- package/esm/applicationInsightsManagementClient.js +0 -56
- package/esm/applicationInsightsManagementClient.js.map +0 -1
- package/esm/applicationInsightsManagementClientContext.d.ts +0 -21
- package/esm/applicationInsightsManagementClientContext.d.ts.map +0 -1
- package/esm/applicationInsightsManagementClientContext.js +0 -59
- package/esm/applicationInsightsManagementClientContext.js.map +0 -1
- package/esm/models/aPIKeysMappers.d.ts +0 -2
- package/esm/models/aPIKeysMappers.d.ts.map +0 -1
- package/esm/models/aPIKeysMappers.js +0 -9
- package/esm/models/aPIKeysMappers.js.map +0 -1
- package/esm/models/analyticsItemsMappers.d.ts +0 -2
- package/esm/models/analyticsItemsMappers.d.ts.map +0 -1
- package/esm/models/analyticsItemsMappers.js +0 -9
- package/esm/models/analyticsItemsMappers.js.map +0 -1
- package/esm/models/annotationsMappers.d.ts +0 -2
- package/esm/models/annotationsMappers.d.ts.map +0 -1
- package/esm/models/annotationsMappers.js +0 -9
- package/esm/models/annotationsMappers.js.map +0 -1
- package/esm/models/componentAvailableFeaturesMappers.d.ts +0 -2
- package/esm/models/componentAvailableFeaturesMappers.d.ts.map +0 -1
- package/esm/models/componentAvailableFeaturesMappers.js +0 -9
- package/esm/models/componentAvailableFeaturesMappers.js.map +0 -1
- package/esm/models/componentCurrentBillingFeaturesMappers.d.ts +0 -2
- package/esm/models/componentCurrentBillingFeaturesMappers.d.ts.map +0 -1
- package/esm/models/componentCurrentBillingFeaturesMappers.js +0 -9
- package/esm/models/componentCurrentBillingFeaturesMappers.js.map +0 -1
- package/esm/models/componentFeatureCapabilitiesMappers.d.ts +0 -2
- package/esm/models/componentFeatureCapabilitiesMappers.d.ts.map +0 -1
- package/esm/models/componentFeatureCapabilitiesMappers.js +0 -9
- package/esm/models/componentFeatureCapabilitiesMappers.js.map +0 -1
- package/esm/models/componentLinkedStorageAccountsOperationsMappers.d.ts +0 -2
- package/esm/models/componentLinkedStorageAccountsOperationsMappers.d.ts.map +0 -1
- package/esm/models/componentLinkedStorageAccountsOperationsMappers.js +0 -9
- package/esm/models/componentLinkedStorageAccountsOperationsMappers.js.map +0 -1
- package/esm/models/componentQuotaStatusMappers.d.ts +0 -2
- package/esm/models/componentQuotaStatusMappers.d.ts.map +0 -1
- package/esm/models/componentQuotaStatusMappers.js +0 -9
- package/esm/models/componentQuotaStatusMappers.js.map +0 -1
- package/esm/models/componentsMappers.d.ts +0 -2
- package/esm/models/componentsMappers.d.ts.map +0 -1
- package/esm/models/componentsMappers.js +0 -9
- package/esm/models/componentsMappers.js.map +0 -1
- package/esm/models/exportConfigurationsMappers.d.ts +0 -2
- package/esm/models/exportConfigurationsMappers.d.ts.map +0 -1
- package/esm/models/exportConfigurationsMappers.js +0 -9
- package/esm/models/exportConfigurationsMappers.js.map +0 -1
- package/esm/models/favoritesMappers.d.ts +0 -2
- package/esm/models/favoritesMappers.d.ts.map +0 -1
- package/esm/models/favoritesMappers.js +0 -9
- package/esm/models/favoritesMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -3793
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/liveTokenMappers.d.ts +0 -2
- package/esm/models/liveTokenMappers.d.ts.map +0 -1
- package/esm/models/liveTokenMappers.js +0 -9
- package/esm/models/liveTokenMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -89
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/myWorkbooksMappers.d.ts +0 -2
- package/esm/models/myWorkbooksMappers.d.ts.map +0 -1
- package/esm/models/myWorkbooksMappers.js +0 -9
- package/esm/models/myWorkbooksMappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -41
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/proactiveDetectionConfigurationsMappers.d.ts +0 -2
- package/esm/models/proactiveDetectionConfigurationsMappers.d.ts.map +0 -1
- package/esm/models/proactiveDetectionConfigurationsMappers.js +0 -9
- package/esm/models/proactiveDetectionConfigurationsMappers.js.map +0 -1
- package/esm/models/webTestLocationsMappers.d.ts +0 -2
- package/esm/models/webTestLocationsMappers.d.ts.map +0 -1
- package/esm/models/webTestLocationsMappers.js +0 -9
- package/esm/models/webTestLocationsMappers.js.map +0 -1
- package/esm/models/webTestsMappers.d.ts +0 -2
- package/esm/models/webTestsMappers.d.ts.map +0 -1
- package/esm/models/webTestsMappers.js +0 -9
- package/esm/models/webTestsMappers.js.map +0 -1
- package/esm/models/workItemConfigurationsMappers.d.ts +0 -2
- package/esm/models/workItemConfigurationsMappers.d.ts.map +0 -1
- package/esm/models/workItemConfigurationsMappers.js +0 -9
- package/esm/models/workItemConfigurationsMappers.js.map +0 -1
- package/esm/models/workbookTemplatesMappers.d.ts +0 -2
- package/esm/models/workbookTemplatesMappers.d.ts.map +0 -1
- package/esm/models/workbookTemplatesMappers.js +0 -9
- package/esm/models/workbookTemplatesMappers.js.map +0 -1
- package/esm/models/workbooksMappers.d.ts +0 -2
- package/esm/models/workbooksMappers.d.ts.map +0 -1
- package/esm/models/workbooksMappers.js +0 -9
- package/esm/models/workbooksMappers.js.map +0 -1
- package/esm/operations/aPIKeys.d.ts +0 -109
- package/esm/operations/aPIKeys.d.ts.map +0 -1
- package/esm/operations/aPIKeys.js +0 -160
- package/esm/operations/aPIKeys.js.map +0 -1
- package/esm/operations/analyticsItems.d.ts +0 -139
- package/esm/operations/analyticsItems.d.ts.map +0 -1
- package/esm/operations/analyticsItems.js +0 -181
- package/esm/operations/analyticsItems.js.map +0 -1
- package/esm/operations/annotations.d.ts +0 -124
- package/esm/operations/annotations.d.ts.map +0 -1
- package/esm/operations/annotations.js +0 -184
- package/esm/operations/annotations.js.map +0 -1
- package/esm/operations/componentAvailableFeatures.d.ts +0 -34
- package/esm/operations/componentAvailableFeatures.d.ts.map +0 -1
- package/esm/operations/componentAvailableFeatures.js +0 -57
- package/esm/operations/componentAvailableFeatures.js.map +0 -1
- package/esm/operations/componentCurrentBillingFeatures.d.ts +0 -61
- package/esm/operations/componentCurrentBillingFeatures.d.ts.map +0 -1
- package/esm/operations/componentCurrentBillingFeatures.js +0 -94
- package/esm/operations/componentCurrentBillingFeatures.js.map +0 -1
- package/esm/operations/componentFeatureCapabilities.d.ts +0 -34
- package/esm/operations/componentFeatureCapabilities.d.ts.map +0 -1
- package/esm/operations/componentFeatureCapabilities.js +0 -57
- package/esm/operations/componentFeatureCapabilities.js.map +0 -1
- package/esm/operations/componentLinkedStorageAccountsOperations.d.ts +0 -109
- package/esm/operations/componentLinkedStorageAccountsOperations.d.ts.map +0 -1
- package/esm/operations/componentLinkedStorageAccountsOperations.js +0 -164
- package/esm/operations/componentLinkedStorageAccountsOperations.js.map +0 -1
- package/esm/operations/componentQuotaStatus.d.ts +0 -34
- package/esm/operations/componentQuotaStatus.d.ts.map +0 -1
- package/esm/operations/componentQuotaStatus.js +0 -57
- package/esm/operations/componentQuotaStatus.js.map +0 -1
- package/esm/operations/components.d.ts +0 -236
- package/esm/operations/components.d.ts.map +0 -1
- package/esm/operations/components.js +0 -349
- package/esm/operations/components.js.map +0 -1
- package/esm/operations/exportConfigurations.d.ts +0 -148
- package/esm/operations/exportConfigurations.d.ts.map +0 -1
- package/esm/operations/exportConfigurations.js +0 -220
- package/esm/operations/exportConfigurations.js.map +0 -1
- package/esm/operations/favorites.d.ts +0 -139
- package/esm/operations/favorites.d.ts.map +0 -1
- package/esm/operations/favorites.js +0 -213
- package/esm/operations/favorites.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/liveToken.d.ts +0 -31
- package/esm/operations/liveToken.d.ts.map +0 -1
- package/esm/operations/liveToken.js +0 -54
- package/esm/operations/liveToken.js.map +0 -1
- package/esm/operations/myWorkbooks.d.ts +0 -196
- package/esm/operations/myWorkbooks.d.ts.map +0 -1
- package/esm/operations/myWorkbooks.js +0 -297
- package/esm/operations/myWorkbooks.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -81
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -132
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/proactiveDetectionConfigurations.d.ts +0 -94
- package/esm/operations/proactiveDetectionConfigurations.d.ts.map +0 -1
- package/esm/operations/proactiveDetectionConfigurations.js +0 -140
- package/esm/operations/proactiveDetectionConfigurations.js.map +0 -1
- package/esm/operations/webTestLocations.d.ts +0 -34
- package/esm/operations/webTestLocations.d.ts.map +0 -1
- package/esm/operations/webTestLocations.js +0 -57
- package/esm/operations/webTestLocations.js.map +0 -1
- package/esm/operations/webTests.d.ts +0 -214
- package/esm/operations/webTests.d.ts.map +0 -1
- package/esm/operations/webTests.js +0 -334
- package/esm/operations/webTests.js.map +0 -1
- package/esm/operations/workItemConfigurations.d.ts +0 -169
- package/esm/operations/workItemConfigurations.d.ts.map +0 -1
- package/esm/operations/workItemConfigurations.js +0 -227
- package/esm/operations/workItemConfigurations.js.map +0 -1
- package/esm/operations/workbookTemplates.d.ts +0 -118
- package/esm/operations/workbookTemplates.d.ts.map +0 -1
- package/esm/operations/workbookTemplates.js +0 -194
- package/esm/operations/workbookTemplates.js.map +0 -1
- package/esm/operations/workbooks.d.ts +0 -256
- package/esm/operations/workbooks.d.ts.map +0 -1
- package/esm/operations/workbooks.js +0 -392
- package/esm/operations/workbooks.js.map +0 -1
- package/src/applicationInsightsManagementClientContext.ts +0 -65
- package/src/models/analyticsItemsMappers.ts +0 -13
- package/src/models/annotationsMappers.ts +0 -15
- package/src/models/componentAvailableFeaturesMappers.ts +0 -14
- package/src/models/componentCurrentBillingFeaturesMappers.ts +0 -13
- package/src/models/componentLinkedStorageAccountsOperationsMappers.ts +0 -42
- package/src/models/componentsMappers.ts +0 -46
- package/src/models/exportConfigurationsMappers.ts +0 -13
- package/src/models/liveTokenMappers.ts +0 -13
- package/src/models/myWorkbooksMappers.ts +0 -42
- package/src/models/operationsMappers.ts +0 -18
- package/src/models/proactiveDetectionConfigurationsMappers.ts +0 -40
- package/src/models/webTestLocationsMappers.ts +0 -13
- package/src/models/webTestsMappers.ts +0 -42
- package/src/models/workItemConfigurationsMappers.ts +0 -16
- package/src/models/workbookTemplatesMappers.ts +0 -44
- package/src/models/workbooksMappers.ts +0 -43
- package/src/operations/operations.ts +0 -223
package/src/models/mappers.ts
CHANGED
|
@@ -6,87 +6,31 @@
|
|
|
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,47 +1367,34 @@ export const ApplicationInsightsComponentAnalyticsItem: msRest.CompositeMapper =
|
|
|
1490
1367
|
}
|
|
1491
1368
|
};
|
|
1492
1369
|
|
|
1493
|
-
export const
|
|
1494
|
-
serializedName: "WorkbookTemplateResource",
|
|
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
|
-
required: true,
|
|
1522
|
-
serializedName: "location",
|
|
1375
|
+
functionAlias: {
|
|
1376
|
+
serializedName: "functionAlias",
|
|
1523
1377
|
type: {
|
|
1524
1378
|
name: "String"
|
|
1525
1379
|
}
|
|
1526
|
-
}
|
|
1527
|
-
|
|
1528
|
-
|
|
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",
|
|
1529
1392
|
type: {
|
|
1530
|
-
name: "
|
|
1531
|
-
|
|
1393
|
+
name: "Sequence",
|
|
1394
|
+
element: {
|
|
1532
1395
|
type: {
|
|
1533
|
-
name: "
|
|
1396
|
+
name: "Composite",
|
|
1397
|
+
className: "WorkbookTemplate"
|
|
1534
1398
|
}
|
|
1535
1399
|
}
|
|
1536
1400
|
}
|
|
@@ -1539,8 +1403,7 @@ export const WorkbookTemplateResource: msRest.CompositeMapper = {
|
|
|
1539
1403
|
}
|
|
1540
1404
|
};
|
|
1541
1405
|
|
|
1542
|
-
export const WorkbookTemplateGallery:
|
|
1543
|
-
serializedName: "WorkbookTemplateGallery",
|
|
1406
|
+
export const WorkbookTemplateGallery: coreClient.CompositeMapper = {
|
|
1544
1407
|
type: {
|
|
1545
1408
|
name: "Composite",
|
|
1546
1409
|
className: "WorkbookTemplateGallery",
|
|
@@ -1579,8 +1442,7 @@ export const WorkbookTemplateGallery: msRest.CompositeMapper = {
|
|
|
1579
1442
|
}
|
|
1580
1443
|
};
|
|
1581
1444
|
|
|
1582
|
-
export const WorkbookTemplateLocalizedGallery:
|
|
1583
|
-
serializedName: "WorkbookTemplateLocalizedGallery",
|
|
1445
|
+
export const WorkbookTemplateLocalizedGallery: coreClient.CompositeMapper = {
|
|
1584
1446
|
type: {
|
|
1585
1447
|
name: "Composite",
|
|
1586
1448
|
className: "WorkbookTemplateLocalizedGallery",
|
|
@@ -1588,7 +1450,8 @@ export const WorkbookTemplateLocalizedGallery: msRest.CompositeMapper = {
|
|
|
1588
1450
|
templateData: {
|
|
1589
1451
|
serializedName: "templateData",
|
|
1590
1452
|
type: {
|
|
1591
|
-
name: "
|
|
1453
|
+
name: "Dictionary",
|
|
1454
|
+
value: { type: { name: "any" } }
|
|
1592
1455
|
}
|
|
1593
1456
|
},
|
|
1594
1457
|
galleries: {
|
|
@@ -1607,68 +1470,127 @@ export const WorkbookTemplateLocalizedGallery: msRest.CompositeMapper = {
|
|
|
1607
1470
|
}
|
|
1608
1471
|
};
|
|
1609
1472
|
|
|
1610
|
-
export const
|
|
1611
|
-
serializedName: "WorkbookTemplate",
|
|
1473
|
+
export const WorkbookTemplateResource: coreClient.CompositeMapper = {
|
|
1612
1474
|
type: {
|
|
1613
1475
|
name: "Composite",
|
|
1614
|
-
className: "
|
|
1476
|
+
className: "WorkbookTemplateResource",
|
|
1615
1477
|
modelProperties: {
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1478
|
+
id: {
|
|
1479
|
+
serializedName: "id",
|
|
1480
|
+
readOnly: true,
|
|
1619
1481
|
type: {
|
|
1620
|
-
name: "
|
|
1482
|
+
name: "String"
|
|
1621
1483
|
}
|
|
1622
1484
|
},
|
|
1623
|
-
|
|
1624
|
-
serializedName: "
|
|
1485
|
+
name: {
|
|
1486
|
+
serializedName: "name",
|
|
1487
|
+
readOnly: true,
|
|
1625
1488
|
type: {
|
|
1626
1489
|
name: "String"
|
|
1627
1490
|
}
|
|
1628
1491
|
},
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1492
|
+
type: {
|
|
1493
|
+
serializedName: "type",
|
|
1494
|
+
readOnly: true,
|
|
1632
1495
|
type: {
|
|
1633
|
-
name: "
|
|
1496
|
+
name: "String"
|
|
1634
1497
|
}
|
|
1635
1498
|
},
|
|
1636
|
-
|
|
1499
|
+
location: {
|
|
1500
|
+
serializedName: "location",
|
|
1637
1501
|
required: true,
|
|
1638
|
-
|
|
1502
|
+
type: {
|
|
1503
|
+
name: "String"
|
|
1504
|
+
}
|
|
1505
|
+
},
|
|
1506
|
+
tags: {
|
|
1507
|
+
serializedName: "tags",
|
|
1508
|
+
type: {
|
|
1509
|
+
name: "Dictionary",
|
|
1510
|
+
value: { type: { name: "String" } }
|
|
1511
|
+
}
|
|
1512
|
+
}
|
|
1513
|
+
}
|
|
1514
|
+
}
|
|
1515
|
+
};
|
|
1516
|
+
|
|
1517
|
+
export const WorkbookTemplateError: coreClient.CompositeMapper = {
|
|
1518
|
+
type: {
|
|
1519
|
+
name: "Composite",
|
|
1520
|
+
className: "WorkbookTemplateError",
|
|
1521
|
+
modelProperties: {
|
|
1522
|
+
error: {
|
|
1523
|
+
serializedName: "error",
|
|
1524
|
+
type: {
|
|
1525
|
+
name: "Composite",
|
|
1526
|
+
className: "WorkbookTemplateErrorBody"
|
|
1527
|
+
}
|
|
1528
|
+
}
|
|
1529
|
+
}
|
|
1530
|
+
}
|
|
1531
|
+
};
|
|
1532
|
+
|
|
1533
|
+
export const WorkbookTemplateErrorBody: coreClient.CompositeMapper = {
|
|
1534
|
+
type: {
|
|
1535
|
+
name: "Composite",
|
|
1536
|
+
className: "WorkbookTemplateErrorBody",
|
|
1537
|
+
modelProperties: {
|
|
1538
|
+
code: {
|
|
1539
|
+
serializedName: "code",
|
|
1540
|
+
type: {
|
|
1541
|
+
name: "String"
|
|
1542
|
+
}
|
|
1543
|
+
},
|
|
1544
|
+
message: {
|
|
1545
|
+
serializedName: "message",
|
|
1546
|
+
type: {
|
|
1547
|
+
name: "String"
|
|
1548
|
+
}
|
|
1549
|
+
},
|
|
1550
|
+
details: {
|
|
1551
|
+
serializedName: "details",
|
|
1639
1552
|
type: {
|
|
1640
1553
|
name: "Sequence",
|
|
1641
1554
|
element: {
|
|
1642
1555
|
type: {
|
|
1643
1556
|
name: "Composite",
|
|
1644
|
-
className: "
|
|
1557
|
+
className: "WorkbookTemplateErrorFieldContract"
|
|
1645
1558
|
}
|
|
1646
1559
|
}
|
|
1647
1560
|
}
|
|
1561
|
+
}
|
|
1562
|
+
}
|
|
1563
|
+
}
|
|
1564
|
+
};
|
|
1565
|
+
|
|
1566
|
+
export const WorkbookTemplateErrorFieldContract: coreClient.CompositeMapper = {
|
|
1567
|
+
type: {
|
|
1568
|
+
name: "Composite",
|
|
1569
|
+
className: "WorkbookTemplateErrorFieldContract",
|
|
1570
|
+
modelProperties: {
|
|
1571
|
+
code: {
|
|
1572
|
+
serializedName: "code",
|
|
1573
|
+
type: {
|
|
1574
|
+
name: "String"
|
|
1575
|
+
}
|
|
1648
1576
|
},
|
|
1649
|
-
|
|
1650
|
-
serializedName: "
|
|
1577
|
+
message: {
|
|
1578
|
+
serializedName: "message",
|
|
1651
1579
|
type: {
|
|
1652
|
-
name: "
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
className: "WorkbookTemplateLocalizedGallery"
|
|
1660
|
-
}
|
|
1661
|
-
}
|
|
1662
|
-
}
|
|
1663
|
-
}
|
|
1580
|
+
name: "String"
|
|
1581
|
+
}
|
|
1582
|
+
},
|
|
1583
|
+
target: {
|
|
1584
|
+
serializedName: "target",
|
|
1585
|
+
type: {
|
|
1586
|
+
name: "String"
|
|
1664
1587
|
}
|
|
1665
1588
|
}
|
|
1666
1589
|
}
|
|
1667
1590
|
}
|
|
1668
1591
|
};
|
|
1669
1592
|
|
|
1670
|
-
export const WorkbookTemplateUpdateParameters:
|
|
1671
|
-
serializedName: "WorkbookTemplateUpdateParameters",
|
|
1593
|
+
export const WorkbookTemplateUpdateParameters: coreClient.CompositeMapper = {
|
|
1672
1594
|
type: {
|
|
1673
1595
|
name: "Composite",
|
|
1674
1596
|
className: "WorkbookTemplateUpdateParameters",
|
|
@@ -1677,11 +1599,7 @@ export const WorkbookTemplateUpdateParameters: msRest.CompositeMapper = {
|
|
|
1677
1599
|
serializedName: "tags",
|
|
1678
1600
|
type: {
|
|
1679
1601
|
name: "Dictionary",
|
|
1680
|
-
value: {
|
|
1681
|
-
type: {
|
|
1682
|
-
name: "String"
|
|
1683
|
-
}
|
|
1684
|
-
}
|
|
1602
|
+
value: { type: { name: "String" } }
|
|
1685
1603
|
}
|
|
1686
1604
|
},
|
|
1687
1605
|
priority: {
|
|
@@ -1697,14 +1615,13 @@ export const WorkbookTemplateUpdateParameters: msRest.CompositeMapper = {
|
|
|
1697
1615
|
}
|
|
1698
1616
|
},
|
|
1699
1617
|
templateData: {
|
|
1700
|
-
required: true,
|
|
1701
1618
|
serializedName: "properties.templateData",
|
|
1702
1619
|
type: {
|
|
1703
|
-
name: "
|
|
1620
|
+
name: "Dictionary",
|
|
1621
|
+
value: { type: { name: "any" } }
|
|
1704
1622
|
}
|
|
1705
1623
|
},
|
|
1706
1624
|
galleries: {
|
|
1707
|
-
required: true,
|
|
1708
1625
|
serializedName: "properties.galleries",
|
|
1709
1626
|
type: {
|
|
1710
1627
|
name: "Sequence",
|
|
@@ -1737,26 +1654,26 @@ export const WorkbookTemplateUpdateParameters: msRest.CompositeMapper = {
|
|
|
1737
1654
|
}
|
|
1738
1655
|
};
|
|
1739
1656
|
|
|
1740
|
-
export const
|
|
1741
|
-
serializedName: "WorkbookTemplateErrorFieldContract",
|
|
1657
|
+
export const MyWorkbooksListResult: coreClient.CompositeMapper = {
|
|
1742
1658
|
type: {
|
|
1743
1659
|
name: "Composite",
|
|
1744
|
-
className: "
|
|
1660
|
+
className: "MyWorkbooksListResult",
|
|
1745
1661
|
modelProperties: {
|
|
1746
|
-
|
|
1747
|
-
serializedName: "
|
|
1748
|
-
|
|
1749
|
-
name: "String"
|
|
1750
|
-
}
|
|
1751
|
-
},
|
|
1752
|
-
message: {
|
|
1753
|
-
serializedName: "message",
|
|
1662
|
+
value: {
|
|
1663
|
+
serializedName: "value",
|
|
1664
|
+
readOnly: true,
|
|
1754
1665
|
type: {
|
|
1755
|
-
name: "
|
|
1666
|
+
name: "Sequence",
|
|
1667
|
+
element: {
|
|
1668
|
+
type: {
|
|
1669
|
+
name: "Composite",
|
|
1670
|
+
className: "MyWorkbook"
|
|
1671
|
+
}
|
|
1672
|
+
}
|
|
1756
1673
|
}
|
|
1757
1674
|
},
|
|
1758
|
-
|
|
1759
|
-
serializedName: "
|
|
1675
|
+
nextLink: {
|
|
1676
|
+
serializedName: "nextLink",
|
|
1760
1677
|
type: {
|
|
1761
1678
|
name: "String"
|
|
1762
1679
|
}
|
|
@@ -1765,106 +1682,52 @@ export const WorkbookTemplateErrorFieldContract: msRest.CompositeMapper = {
|
|
|
1765
1682
|
}
|
|
1766
1683
|
};
|
|
1767
1684
|
|
|
1768
|
-
export const
|
|
1769
|
-
serializedName: "WorkbookTemplateErrorBody",
|
|
1685
|
+
export const SystemData: coreClient.CompositeMapper = {
|
|
1770
1686
|
type: {
|
|
1771
1687
|
name: "Composite",
|
|
1772
|
-
className: "
|
|
1688
|
+
className: "SystemData",
|
|
1773
1689
|
modelProperties: {
|
|
1774
|
-
|
|
1775
|
-
serializedName: "
|
|
1690
|
+
createdBy: {
|
|
1691
|
+
serializedName: "createdBy",
|
|
1776
1692
|
type: {
|
|
1777
1693
|
name: "String"
|
|
1778
1694
|
}
|
|
1779
1695
|
},
|
|
1780
|
-
|
|
1781
|
-
serializedName: "
|
|
1696
|
+
createdByType: {
|
|
1697
|
+
serializedName: "createdByType",
|
|
1782
1698
|
type: {
|
|
1783
1699
|
name: "String"
|
|
1784
1700
|
}
|
|
1785
1701
|
},
|
|
1786
|
-
|
|
1787
|
-
serializedName: "
|
|
1788
|
-
type: {
|
|
1789
|
-
name: "Sequence",
|
|
1790
|
-
element: {
|
|
1791
|
-
type: {
|
|
1792
|
-
name: "Composite",
|
|
1793
|
-
className: "WorkbookTemplateErrorFieldContract"
|
|
1794
|
-
}
|
|
1795
|
-
}
|
|
1796
|
-
}
|
|
1797
|
-
}
|
|
1798
|
-
}
|
|
1799
|
-
}
|
|
1800
|
-
};
|
|
1801
|
-
|
|
1802
|
-
export const WorkbookTemplateError: msRest.CompositeMapper = {
|
|
1803
|
-
serializedName: "WorkbookTemplateError",
|
|
1804
|
-
type: {
|
|
1805
|
-
name: "Composite",
|
|
1806
|
-
className: "WorkbookTemplateError",
|
|
1807
|
-
modelProperties: {
|
|
1808
|
-
error: {
|
|
1809
|
-
serializedName: "error",
|
|
1702
|
+
createdAt: {
|
|
1703
|
+
serializedName: "createdAt",
|
|
1810
1704
|
type: {
|
|
1811
|
-
name: "
|
|
1812
|
-
className: "WorkbookTemplateErrorBody"
|
|
1705
|
+
name: "DateTime"
|
|
1813
1706
|
}
|
|
1814
|
-
}
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
};
|
|
1818
|
-
|
|
1819
|
-
export const MyWorkbookUserAssignedIdentities: msRest.CompositeMapper = {
|
|
1820
|
-
serializedName: "MyWorkbookUserAssignedIdentities",
|
|
1821
|
-
type: {
|
|
1822
|
-
name: "Composite",
|
|
1823
|
-
className: "MyWorkbookUserAssignedIdentities",
|
|
1824
|
-
modelProperties: {
|
|
1825
|
-
principalId: {
|
|
1826
|
-
readOnly: true,
|
|
1827
|
-
serializedName: "principalId",
|
|
1707
|
+
},
|
|
1708
|
+
lastModifiedBy: {
|
|
1709
|
+
serializedName: "lastModifiedBy",
|
|
1828
1710
|
type: {
|
|
1829
1711
|
name: "String"
|
|
1830
1712
|
}
|
|
1831
1713
|
},
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
serializedName: "tenantId",
|
|
1714
|
+
lastModifiedByType: {
|
|
1715
|
+
serializedName: "lastModifiedByType",
|
|
1835
1716
|
type: {
|
|
1836
1717
|
name: "String"
|
|
1837
1718
|
}
|
|
1838
|
-
}
|
|
1839
|
-
}
|
|
1840
|
-
}
|
|
1841
|
-
};
|
|
1842
|
-
|
|
1843
|
-
export const MyWorkbookManagedIdentity: msRest.CompositeMapper = {
|
|
1844
|
-
serializedName: "MyWorkbookManagedIdentity",
|
|
1845
|
-
type: {
|
|
1846
|
-
name: "Composite",
|
|
1847
|
-
className: "MyWorkbookManagedIdentity",
|
|
1848
|
-
modelProperties: {
|
|
1849
|
-
userAssignedIdentities: {
|
|
1850
|
-
serializedName: "userAssignedIdentities",
|
|
1851
|
-
type: {
|
|
1852
|
-
name: "Composite",
|
|
1853
|
-
className: "MyWorkbookUserAssignedIdentities"
|
|
1854
|
-
}
|
|
1855
1719
|
},
|
|
1856
|
-
|
|
1857
|
-
serializedName: "
|
|
1720
|
+
lastModifiedAt: {
|
|
1721
|
+
serializedName: "lastModifiedAt",
|
|
1858
1722
|
type: {
|
|
1859
|
-
name: "
|
|
1723
|
+
name: "DateTime"
|
|
1860
1724
|
}
|
|
1861
1725
|
}
|
|
1862
1726
|
}
|
|
1863
1727
|
}
|
|
1864
1728
|
};
|
|
1865
1729
|
|
|
1866
|
-
export const MyWorkbookResource:
|
|
1867
|
-
serializedName: "MyWorkbookResource",
|
|
1730
|
+
export const MyWorkbookResource: coreClient.CompositeMapper = {
|
|
1868
1731
|
type: {
|
|
1869
1732
|
name: "Composite",
|
|
1870
1733
|
className: "MyWorkbookResource",
|
|
@@ -1904,258 +1767,161 @@ export const MyWorkbookResource: msRest.CompositeMapper = {
|
|
|
1904
1767
|
serializedName: "tags",
|
|
1905
1768
|
type: {
|
|
1906
1769
|
name: "Dictionary",
|
|
1907
|
-
value: {
|
|
1908
|
-
type: {
|
|
1909
|
-
name: "String"
|
|
1910
|
-
}
|
|
1911
|
-
}
|
|
1770
|
+
value: { type: { name: "String" } }
|
|
1912
1771
|
}
|
|
1913
1772
|
},
|
|
1914
1773
|
etag: {
|
|
1915
1774
|
serializedName: "etag",
|
|
1916
1775
|
type: {
|
|
1917
1776
|
name: "Dictionary",
|
|
1918
|
-
value: {
|
|
1919
|
-
type: {
|
|
1920
|
-
name: "String"
|
|
1921
|
-
}
|
|
1922
|
-
}
|
|
1777
|
+
value: { type: { name: "String" } }
|
|
1923
1778
|
}
|
|
1924
1779
|
}
|
|
1925
1780
|
}
|
|
1926
1781
|
}
|
|
1927
1782
|
};
|
|
1928
1783
|
|
|
1929
|
-
export const
|
|
1930
|
-
serializedName: "systemData",
|
|
1784
|
+
export const MyWorkbookManagedIdentity: coreClient.CompositeMapper = {
|
|
1931
1785
|
type: {
|
|
1932
1786
|
name: "Composite",
|
|
1933
|
-
className: "
|
|
1787
|
+
className: "MyWorkbookManagedIdentity",
|
|
1934
1788
|
modelProperties: {
|
|
1935
|
-
|
|
1936
|
-
serializedName: "
|
|
1937
|
-
type: {
|
|
1938
|
-
name: "String"
|
|
1939
|
-
}
|
|
1940
|
-
},
|
|
1941
|
-
createdByType: {
|
|
1942
|
-
serializedName: "createdByType",
|
|
1943
|
-
type: {
|
|
1944
|
-
name: "String"
|
|
1945
|
-
}
|
|
1946
|
-
},
|
|
1947
|
-
createdAt: {
|
|
1948
|
-
serializedName: "createdAt",
|
|
1949
|
-
type: {
|
|
1950
|
-
name: "DateTime"
|
|
1951
|
-
}
|
|
1952
|
-
},
|
|
1953
|
-
lastModifiedBy: {
|
|
1954
|
-
serializedName: "lastModifiedBy",
|
|
1789
|
+
userAssignedIdentities: {
|
|
1790
|
+
serializedName: "userAssignedIdentities",
|
|
1955
1791
|
type: {
|
|
1956
|
-
name: "
|
|
1792
|
+
name: "Composite",
|
|
1793
|
+
className: "MyWorkbookUserAssignedIdentities"
|
|
1957
1794
|
}
|
|
1958
1795
|
},
|
|
1959
|
-
|
|
1960
|
-
serializedName: "
|
|
1796
|
+
type: {
|
|
1797
|
+
serializedName: "type",
|
|
1961
1798
|
type: {
|
|
1962
1799
|
name: "String"
|
|
1963
1800
|
}
|
|
1964
|
-
},
|
|
1965
|
-
lastModifiedAt: {
|
|
1966
|
-
serializedName: "lastModifiedAt",
|
|
1967
|
-
type: {
|
|
1968
|
-
name: "DateTime"
|
|
1969
|
-
}
|
|
1970
1801
|
}
|
|
1971
1802
|
}
|
|
1972
1803
|
}
|
|
1973
1804
|
};
|
|
1974
1805
|
|
|
1975
|
-
export const
|
|
1976
|
-
serializedName: "MyWorkbook",
|
|
1806
|
+
export const MyWorkbookUserAssignedIdentities: coreClient.CompositeMapper = {
|
|
1977
1807
|
type: {
|
|
1978
1808
|
name: "Composite",
|
|
1979
|
-
className: "
|
|
1809
|
+
className: "MyWorkbookUserAssignedIdentities",
|
|
1980
1810
|
modelProperties: {
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
serializedName: "kind",
|
|
1984
|
-
type: {
|
|
1985
|
-
name: "String"
|
|
1986
|
-
}
|
|
1987
|
-
},
|
|
1988
|
-
displayName: {
|
|
1989
|
-
required: true,
|
|
1990
|
-
serializedName: "properties.displayName",
|
|
1991
|
-
type: {
|
|
1992
|
-
name: "String"
|
|
1993
|
-
}
|
|
1994
|
-
},
|
|
1995
|
-
serializedData: {
|
|
1996
|
-
required: true,
|
|
1997
|
-
nullable: true,
|
|
1998
|
-
serializedName: "properties.serializedData",
|
|
1999
|
-
type: {
|
|
2000
|
-
name: "String"
|
|
2001
|
-
}
|
|
2002
|
-
},
|
|
2003
|
-
version: {
|
|
2004
|
-
serializedName: "properties.version",
|
|
2005
|
-
type: {
|
|
2006
|
-
name: "String"
|
|
2007
|
-
}
|
|
2008
|
-
},
|
|
2009
|
-
timeModified: {
|
|
1811
|
+
principalId: {
|
|
1812
|
+
serializedName: "principalId",
|
|
2010
1813
|
readOnly: true,
|
|
2011
|
-
serializedName: "properties.timeModified",
|
|
2012
|
-
type: {
|
|
2013
|
-
name: "String"
|
|
2014
|
-
}
|
|
2015
|
-
},
|
|
2016
|
-
category: {
|
|
2017
|
-
required: true,
|
|
2018
|
-
serializedName: "properties.category",
|
|
2019
1814
|
type: {
|
|
2020
1815
|
name: "String"
|
|
2021
1816
|
}
|
|
2022
1817
|
},
|
|
2023
|
-
|
|
2024
|
-
serializedName: "
|
|
2025
|
-
type: {
|
|
2026
|
-
name: "Sequence",
|
|
2027
|
-
element: {
|
|
2028
|
-
type: {
|
|
2029
|
-
name: "String"
|
|
2030
|
-
}
|
|
2031
|
-
}
|
|
2032
|
-
}
|
|
2033
|
-
},
|
|
2034
|
-
userId: {
|
|
1818
|
+
tenantId: {
|
|
1819
|
+
serializedName: "tenantId",
|
|
2035
1820
|
readOnly: true,
|
|
2036
|
-
serializedName: "properties.userId",
|
|
2037
|
-
type: {
|
|
2038
|
-
name: "String"
|
|
2039
|
-
}
|
|
2040
|
-
},
|
|
2041
|
-
sourceId: {
|
|
2042
|
-
serializedName: "properties.sourceId",
|
|
2043
|
-
type: {
|
|
2044
|
-
name: "String"
|
|
2045
|
-
}
|
|
2046
|
-
},
|
|
2047
|
-
storageUri: {
|
|
2048
|
-
nullable: true,
|
|
2049
|
-
serializedName: "properties.storageUri",
|
|
2050
1821
|
type: {
|
|
2051
1822
|
name: "String"
|
|
2052
1823
|
}
|
|
2053
|
-
}
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
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",
|
|
2057
1836
|
type: {
|
|
2058
1837
|
name: "Composite",
|
|
2059
|
-
className: "
|
|
1838
|
+
className: "ErrorDefinition"
|
|
2060
1839
|
}
|
|
2061
1840
|
}
|
|
2062
1841
|
}
|
|
2063
1842
|
}
|
|
2064
1843
|
};
|
|
2065
1844
|
|
|
2066
|
-
export const ErrorDefinition:
|
|
2067
|
-
serializedName: "ErrorDefinition",
|
|
1845
|
+
export const ErrorDefinition: coreClient.CompositeMapper = {
|
|
2068
1846
|
type: {
|
|
2069
1847
|
name: "Composite",
|
|
2070
1848
|
className: "ErrorDefinition",
|
|
2071
1849
|
modelProperties: {
|
|
2072
1850
|
code: {
|
|
2073
|
-
readOnly: true,
|
|
2074
1851
|
serializedName: "code",
|
|
1852
|
+
readOnly: true,
|
|
2075
1853
|
type: {
|
|
2076
1854
|
name: "String"
|
|
2077
1855
|
}
|
|
2078
1856
|
},
|
|
2079
1857
|
message: {
|
|
2080
|
-
readOnly: true,
|
|
2081
1858
|
serializedName: "message",
|
|
1859
|
+
readOnly: true,
|
|
2082
1860
|
type: {
|
|
2083
1861
|
name: "String"
|
|
2084
1862
|
}
|
|
2085
1863
|
},
|
|
2086
1864
|
innererror: {
|
|
2087
|
-
readOnly: true,
|
|
2088
1865
|
serializedName: "innererror",
|
|
1866
|
+
readOnly: true,
|
|
2089
1867
|
type: {
|
|
2090
|
-
name: "
|
|
2091
|
-
}
|
|
2092
|
-
}
|
|
2093
|
-
}
|
|
2094
|
-
}
|
|
2095
|
-
};
|
|
2096
|
-
|
|
2097
|
-
export const MyWorkbookError: msRest.CompositeMapper = {
|
|
2098
|
-
serializedName: "MyWorkbookError",
|
|
2099
|
-
type: {
|
|
2100
|
-
name: "Composite",
|
|
2101
|
-
className: "MyWorkbookError",
|
|
2102
|
-
modelProperties: {
|
|
2103
|
-
error: {
|
|
2104
|
-
serializedName: "error",
|
|
2105
|
-
type: {
|
|
2106
|
-
name: "Composite",
|
|
2107
|
-
className: "ErrorDefinition"
|
|
1868
|
+
name: "any"
|
|
2108
1869
|
}
|
|
2109
1870
|
}
|
|
2110
1871
|
}
|
|
2111
1872
|
}
|
|
2112
1873
|
};
|
|
2113
1874
|
|
|
2114
|
-
export const
|
|
2115
|
-
serializedName: "InnerErrorTrace",
|
|
1875
|
+
export const WorkbooksListResult: coreClient.CompositeMapper = {
|
|
2116
1876
|
type: {
|
|
2117
1877
|
name: "Composite",
|
|
2118
|
-
className: "
|
|
1878
|
+
className: "WorkbooksListResult",
|
|
2119
1879
|
modelProperties: {
|
|
2120
|
-
|
|
1880
|
+
value: {
|
|
1881
|
+
serializedName: "value",
|
|
2121
1882
|
readOnly: true,
|
|
2122
|
-
serializedName: "trace",
|
|
2123
1883
|
type: {
|
|
2124
1884
|
name: "Sequence",
|
|
2125
1885
|
element: {
|
|
2126
1886
|
type: {
|
|
2127
|
-
name: "
|
|
1887
|
+
name: "Composite",
|
|
1888
|
+
className: "Workbook"
|
|
2128
1889
|
}
|
|
2129
1890
|
}
|
|
2130
1891
|
}
|
|
1892
|
+
},
|
|
1893
|
+
nextLink: {
|
|
1894
|
+
serializedName: "nextLink",
|
|
1895
|
+
type: {
|
|
1896
|
+
name: "String"
|
|
1897
|
+
}
|
|
2131
1898
|
}
|
|
2132
1899
|
}
|
|
2133
1900
|
}
|
|
2134
1901
|
};
|
|
2135
1902
|
|
|
2136
|
-
export const ManagedServiceIdentity:
|
|
2137
|
-
serializedName: "ManagedServiceIdentity",
|
|
1903
|
+
export const ManagedServiceIdentity: coreClient.CompositeMapper = {
|
|
2138
1904
|
type: {
|
|
2139
1905
|
name: "Composite",
|
|
2140
1906
|
className: "ManagedServiceIdentity",
|
|
2141
1907
|
modelProperties: {
|
|
2142
1908
|
principalId: {
|
|
2143
|
-
readOnly: true,
|
|
2144
1909
|
serializedName: "principalId",
|
|
1910
|
+
readOnly: true,
|
|
2145
1911
|
type: {
|
|
2146
1912
|
name: "Uuid"
|
|
2147
1913
|
}
|
|
2148
1914
|
},
|
|
2149
1915
|
tenantId: {
|
|
2150
|
-
readOnly: true,
|
|
2151
1916
|
serializedName: "tenantId",
|
|
1917
|
+
readOnly: true,
|
|
2152
1918
|
type: {
|
|
2153
1919
|
name: "Uuid"
|
|
2154
1920
|
}
|
|
2155
1921
|
},
|
|
2156
1922
|
type: {
|
|
2157
|
-
required: true,
|
|
2158
1923
|
serializedName: "type",
|
|
1924
|
+
required: true,
|
|
2159
1925
|
type: {
|
|
2160
1926
|
name: "String"
|
|
2161
1927
|
}
|
|
@@ -2165,10 +1931,7 @@ export const ManagedServiceIdentity: msRest.CompositeMapper = {
|
|
|
2165
1931
|
type: {
|
|
2166
1932
|
name: "Dictionary",
|
|
2167
1933
|
value: {
|
|
2168
|
-
type: {
|
|
2169
|
-
name: "Composite",
|
|
2170
|
-
className: "UserAssignedIdentity"
|
|
2171
|
-
}
|
|
1934
|
+
type: { name: "Composite", className: "UserAssignedIdentity" }
|
|
2172
1935
|
}
|
|
2173
1936
|
}
|
|
2174
1937
|
}
|
|
@@ -2176,153 +1939,106 @@ export const ManagedServiceIdentity: msRest.CompositeMapper = {
|
|
|
2176
1939
|
}
|
|
2177
1940
|
};
|
|
2178
1941
|
|
|
2179
|
-
export const
|
|
2180
|
-
serializedName: "WorkbookResource_identity",
|
|
1942
|
+
export const UserAssignedIdentity: coreClient.CompositeMapper = {
|
|
2181
1943
|
type: {
|
|
2182
1944
|
name: "Composite",
|
|
2183
|
-
className: "
|
|
1945
|
+
className: "UserAssignedIdentity",
|
|
2184
1946
|
modelProperties: {
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
};
|
|
2189
|
-
|
|
2190
|
-
export const WorkbookResource: msRest.CompositeMapper = {
|
|
2191
|
-
serializedName: "WorkbookResource",
|
|
2192
|
-
type: {
|
|
2193
|
-
name: "Composite",
|
|
2194
|
-
className: "WorkbookResource",
|
|
2195
|
-
modelProperties: {
|
|
2196
|
-
identity: {
|
|
2197
|
-
serializedName: "identity",
|
|
2198
|
-
type: {
|
|
2199
|
-
name: "Composite",
|
|
2200
|
-
className: "WorkbookResourceIdentity"
|
|
2201
|
-
}
|
|
2202
|
-
},
|
|
2203
|
-
kind: {
|
|
2204
|
-
serializedName: "kind",
|
|
1947
|
+
principalId: {
|
|
1948
|
+
serializedName: "principalId",
|
|
1949
|
+
readOnly: true,
|
|
2205
1950
|
type: {
|
|
2206
|
-
name: "
|
|
1951
|
+
name: "Uuid"
|
|
2207
1952
|
}
|
|
2208
1953
|
},
|
|
2209
|
-
|
|
2210
|
-
serializedName: "
|
|
1954
|
+
clientId: {
|
|
1955
|
+
serializedName: "clientId",
|
|
1956
|
+
readOnly: true,
|
|
2211
1957
|
type: {
|
|
2212
|
-
name: "
|
|
2213
|
-
value: {
|
|
2214
|
-
type: {
|
|
2215
|
-
name: "String"
|
|
2216
|
-
}
|
|
2217
|
-
}
|
|
1958
|
+
name: "Uuid"
|
|
2218
1959
|
}
|
|
2219
1960
|
}
|
|
2220
1961
|
}
|
|
2221
1962
|
}
|
|
2222
1963
|
};
|
|
2223
1964
|
|
|
2224
|
-
export const
|
|
2225
|
-
serializedName: "Workbook",
|
|
1965
|
+
export const Resource: coreClient.CompositeMapper = {
|
|
2226
1966
|
type: {
|
|
2227
1967
|
name: "Composite",
|
|
2228
|
-
className: "
|
|
1968
|
+
className: "Resource",
|
|
2229
1969
|
modelProperties: {
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
required: true,
|
|
2233
|
-
serializedName: "properties.displayName",
|
|
2234
|
-
type: {
|
|
2235
|
-
name: "String"
|
|
2236
|
-
}
|
|
2237
|
-
},
|
|
2238
|
-
serializedData: {
|
|
2239
|
-
required: true,
|
|
2240
|
-
nullable: true,
|
|
2241
|
-
serializedName: "properties.serializedData",
|
|
2242
|
-
type: {
|
|
2243
|
-
name: "String"
|
|
2244
|
-
}
|
|
2245
|
-
},
|
|
2246
|
-
version: {
|
|
2247
|
-
serializedName: "properties.version",
|
|
2248
|
-
type: {
|
|
2249
|
-
name: "String"
|
|
2250
|
-
}
|
|
2251
|
-
},
|
|
2252
|
-
timeModified: {
|
|
1970
|
+
id: {
|
|
1971
|
+
serializedName: "id",
|
|
2253
1972
|
readOnly: true,
|
|
2254
|
-
serializedName: "properties.timeModified",
|
|
2255
|
-
type: {
|
|
2256
|
-
name: "DateTime"
|
|
2257
|
-
}
|
|
2258
|
-
},
|
|
2259
|
-
category: {
|
|
2260
|
-
required: true,
|
|
2261
|
-
serializedName: "properties.category",
|
|
2262
1973
|
type: {
|
|
2263
1974
|
name: "String"
|
|
2264
1975
|
}
|
|
2265
1976
|
},
|
|
2266
|
-
|
|
2267
|
-
serializedName: "
|
|
2268
|
-
type: {
|
|
2269
|
-
name: "Sequence",
|
|
2270
|
-
element: {
|
|
2271
|
-
type: {
|
|
2272
|
-
name: "String"
|
|
2273
|
-
}
|
|
2274
|
-
}
|
|
2275
|
-
}
|
|
2276
|
-
},
|
|
2277
|
-
userId: {
|
|
1977
|
+
name: {
|
|
1978
|
+
serializedName: "name",
|
|
2278
1979
|
readOnly: true,
|
|
2279
|
-
serializedName: "properties.userId",
|
|
2280
1980
|
type: {
|
|
2281
1981
|
name: "String"
|
|
2282
1982
|
}
|
|
2283
1983
|
},
|
|
2284
|
-
|
|
2285
|
-
serializedName: "
|
|
1984
|
+
type: {
|
|
1985
|
+
serializedName: "type",
|
|
1986
|
+
readOnly: true,
|
|
2286
1987
|
type: {
|
|
2287
1988
|
name: "String"
|
|
2288
1989
|
}
|
|
2289
|
-
}
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
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",
|
|
2293
2002
|
type: {
|
|
2294
|
-
name: "
|
|
2003
|
+
name: "Composite",
|
|
2004
|
+
className: "WorkbookErrorDefinition"
|
|
2295
2005
|
}
|
|
2296
|
-
}
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
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,
|
|
2300
2019
|
type: {
|
|
2301
2020
|
name: "String"
|
|
2302
2021
|
}
|
|
2303
2022
|
},
|
|
2304
|
-
|
|
2305
|
-
|
|
2023
|
+
message: {
|
|
2024
|
+
serializedName: "message",
|
|
2306
2025
|
readOnly: true,
|
|
2307
|
-
serializedName: "properties.revision",
|
|
2308
2026
|
type: {
|
|
2309
2027
|
name: "String"
|
|
2310
2028
|
}
|
|
2311
2029
|
},
|
|
2312
|
-
|
|
2030
|
+
innerError: {
|
|
2031
|
+
serializedName: "innerError",
|
|
2313
2032
|
readOnly: true,
|
|
2314
|
-
serializedName: "systemData",
|
|
2315
2033
|
type: {
|
|
2316
|
-
name: "
|
|
2317
|
-
className: "SystemData"
|
|
2034
|
+
name: "any"
|
|
2318
2035
|
}
|
|
2319
2036
|
}
|
|
2320
2037
|
}
|
|
2321
2038
|
}
|
|
2322
2039
|
};
|
|
2323
2040
|
|
|
2324
|
-
export const WorkbookUpdateParameters:
|
|
2325
|
-
serializedName: "WorkbookUpdateParameters",
|
|
2041
|
+
export const WorkbookUpdateParameters: coreClient.CompositeMapper = {
|
|
2326
2042
|
type: {
|
|
2327
2043
|
name: "Composite",
|
|
2328
2044
|
className: "WorkbookUpdateParameters",
|
|
@@ -2337,11 +2053,7 @@ export const WorkbookUpdateParameters: msRest.CompositeMapper = {
|
|
|
2337
2053
|
serializedName: "tags",
|
|
2338
2054
|
type: {
|
|
2339
2055
|
name: "Dictionary",
|
|
2340
|
-
value: {
|
|
2341
|
-
type: {
|
|
2342
|
-
name: "String"
|
|
2343
|
-
}
|
|
2344
|
-
}
|
|
2056
|
+
value: { type: { name: "String" } }
|
|
2345
2057
|
}
|
|
2346
2058
|
},
|
|
2347
2059
|
displayName: {
|
|
@@ -2362,7 +2074,7 @@ export const WorkbookUpdateParameters: msRest.CompositeMapper = {
|
|
|
2362
2074
|
name: "String"
|
|
2363
2075
|
}
|
|
2364
2076
|
},
|
|
2365
|
-
|
|
2077
|
+
tagsPropertiesTags: {
|
|
2366
2078
|
serializedName: "properties.tags",
|
|
2367
2079
|
type: {
|
|
2368
2080
|
name: "Sequence",
|
|
@@ -2374,15 +2086,15 @@ export const WorkbookUpdateParameters: msRest.CompositeMapper = {
|
|
|
2374
2086
|
}
|
|
2375
2087
|
},
|
|
2376
2088
|
description: {
|
|
2377
|
-
nullable: true,
|
|
2378
2089
|
serializedName: "properties.description",
|
|
2090
|
+
nullable: true,
|
|
2379
2091
|
type: {
|
|
2380
2092
|
name: "String"
|
|
2381
2093
|
}
|
|
2382
2094
|
},
|
|
2383
2095
|
revision: {
|
|
2384
|
-
nullable: true,
|
|
2385
2096
|
serializedName: "properties.revision",
|
|
2097
|
+
nullable: true,
|
|
2386
2098
|
type: {
|
|
2387
2099
|
name: "String"
|
|
2388
2100
|
}
|
|
@@ -2391,152 +2103,130 @@ export const WorkbookUpdateParameters: msRest.CompositeMapper = {
|
|
|
2391
2103
|
}
|
|
2392
2104
|
};
|
|
2393
2105
|
|
|
2394
|
-
export const
|
|
2395
|
-
serializedName: "WorkbookErrorDefinition",
|
|
2396
|
-
type: {
|
|
2397
|
-
name: "Composite",
|
|
2398
|
-
className: "WorkbookErrorDefinition",
|
|
2399
|
-
modelProperties: {
|
|
2400
|
-
code: {
|
|
2401
|
-
readOnly: true,
|
|
2402
|
-
serializedName: "code",
|
|
2403
|
-
type: {
|
|
2404
|
-
name: "String"
|
|
2405
|
-
}
|
|
2406
|
-
},
|
|
2407
|
-
message: {
|
|
2408
|
-
readOnly: true,
|
|
2409
|
-
serializedName: "message",
|
|
2410
|
-
type: {
|
|
2411
|
-
name: "String"
|
|
2412
|
-
}
|
|
2413
|
-
},
|
|
2414
|
-
innerError: {
|
|
2415
|
-
readOnly: true,
|
|
2416
|
-
serializedName: "innerError",
|
|
2417
|
-
type: {
|
|
2418
|
-
name: "Object"
|
|
2419
|
-
}
|
|
2420
|
-
}
|
|
2421
|
-
}
|
|
2422
|
-
}
|
|
2423
|
-
};
|
|
2424
|
-
|
|
2425
|
-
export const WorkbookError: msRest.CompositeMapper = {
|
|
2426
|
-
serializedName: "WorkbookError",
|
|
2427
|
-
type: {
|
|
2428
|
-
name: "Composite",
|
|
2429
|
-
className: "WorkbookError",
|
|
2430
|
-
modelProperties: {
|
|
2431
|
-
error: {
|
|
2432
|
-
serializedName: "error",
|
|
2433
|
-
type: {
|
|
2434
|
-
name: "Composite",
|
|
2435
|
-
className: "WorkbookErrorDefinition"
|
|
2436
|
-
}
|
|
2437
|
-
}
|
|
2438
|
-
}
|
|
2439
|
-
}
|
|
2440
|
-
};
|
|
2441
|
-
|
|
2442
|
-
export const WorkbookInnerErrorTrace: msRest.CompositeMapper = {
|
|
2443
|
-
serializedName: "WorkbookInnerErrorTrace",
|
|
2106
|
+
export const ApplicationInsightsComponentListResult: coreClient.CompositeMapper = {
|
|
2444
2107
|
type: {
|
|
2445
2108
|
name: "Composite",
|
|
2446
|
-
className: "
|
|
2109
|
+
className: "ApplicationInsightsComponentListResult",
|
|
2447
2110
|
modelProperties: {
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2111
|
+
value: {
|
|
2112
|
+
serializedName: "value",
|
|
2113
|
+
required: true,
|
|
2451
2114
|
type: {
|
|
2452
2115
|
name: "Sequence",
|
|
2453
2116
|
element: {
|
|
2454
2117
|
type: {
|
|
2455
|
-
name: "
|
|
2118
|
+
name: "Composite",
|
|
2119
|
+
className: "ApplicationInsightsComponent"
|
|
2456
2120
|
}
|
|
2457
2121
|
}
|
|
2458
2122
|
}
|
|
2123
|
+
},
|
|
2124
|
+
nextLink: {
|
|
2125
|
+
serializedName: "nextLink",
|
|
2126
|
+
type: {
|
|
2127
|
+
name: "String"
|
|
2128
|
+
}
|
|
2459
2129
|
}
|
|
2460
2130
|
}
|
|
2461
2131
|
}
|
|
2462
2132
|
};
|
|
2463
2133
|
|
|
2464
|
-
export const
|
|
2465
|
-
serializedName: "UserAssignedIdentity",
|
|
2134
|
+
export const PrivateLinkScopedResource: coreClient.CompositeMapper = {
|
|
2466
2135
|
type: {
|
|
2467
2136
|
name: "Composite",
|
|
2468
|
-
className: "
|
|
2137
|
+
className: "PrivateLinkScopedResource",
|
|
2469
2138
|
modelProperties: {
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
serializedName: "principalId",
|
|
2139
|
+
resourceId: {
|
|
2140
|
+
serializedName: "ResourceId",
|
|
2473
2141
|
type: {
|
|
2474
|
-
name: "
|
|
2142
|
+
name: "String"
|
|
2475
2143
|
}
|
|
2476
2144
|
},
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
serializedName: "clientId",
|
|
2145
|
+
scopeId: {
|
|
2146
|
+
serializedName: "ScopeId",
|
|
2480
2147
|
type: {
|
|
2481
|
-
name: "
|
|
2148
|
+
name: "String"
|
|
2482
2149
|
}
|
|
2483
2150
|
}
|
|
2484
2151
|
}
|
|
2485
2152
|
}
|
|
2486
2153
|
};
|
|
2487
2154
|
|
|
2488
|
-
export const
|
|
2489
|
-
serializedName: "Resource",
|
|
2155
|
+
export const ComponentsResource: coreClient.CompositeMapper = {
|
|
2490
2156
|
type: {
|
|
2491
2157
|
name: "Composite",
|
|
2492
|
-
className: "
|
|
2158
|
+
className: "ComponentsResource",
|
|
2493
2159
|
modelProperties: {
|
|
2494
2160
|
id: {
|
|
2495
|
-
readOnly: true,
|
|
2496
2161
|
serializedName: "id",
|
|
2162
|
+
readOnly: true,
|
|
2497
2163
|
type: {
|
|
2498
2164
|
name: "String"
|
|
2499
2165
|
}
|
|
2500
2166
|
},
|
|
2501
2167
|
name: {
|
|
2502
|
-
readOnly: true,
|
|
2503
2168
|
serializedName: "name",
|
|
2169
|
+
readOnly: true,
|
|
2504
2170
|
type: {
|
|
2505
2171
|
name: "String"
|
|
2506
2172
|
}
|
|
2507
2173
|
},
|
|
2508
2174
|
type: {
|
|
2509
|
-
readOnly: true,
|
|
2510
2175
|
serializedName: "type",
|
|
2176
|
+
readOnly: true,
|
|
2177
|
+
type: {
|
|
2178
|
+
name: "String"
|
|
2179
|
+
}
|
|
2180
|
+
},
|
|
2181
|
+
location: {
|
|
2182
|
+
serializedName: "location",
|
|
2183
|
+
required: true,
|
|
2511
2184
|
type: {
|
|
2512
2185
|
name: "String"
|
|
2513
2186
|
}
|
|
2187
|
+
},
|
|
2188
|
+
tags: {
|
|
2189
|
+
serializedName: "tags",
|
|
2190
|
+
type: {
|
|
2191
|
+
name: "Dictionary",
|
|
2192
|
+
value: { type: { name: "String" } }
|
|
2193
|
+
}
|
|
2514
2194
|
}
|
|
2515
2195
|
}
|
|
2516
2196
|
}
|
|
2517
2197
|
};
|
|
2518
2198
|
|
|
2519
|
-
export const
|
|
2520
|
-
serializedName: "ProxyResource",
|
|
2199
|
+
export const ErrorResponseComponents: coreClient.CompositeMapper = {
|
|
2521
2200
|
type: {
|
|
2522
2201
|
name: "Composite",
|
|
2523
|
-
className: "
|
|
2202
|
+
className: "ErrorResponseComponents",
|
|
2524
2203
|
modelProperties: {
|
|
2525
|
-
|
|
2204
|
+
error: {
|
|
2205
|
+
serializedName: "error",
|
|
2206
|
+
type: {
|
|
2207
|
+
name: "Composite",
|
|
2208
|
+
className: "ErrorResponseComponentsError"
|
|
2209
|
+
}
|
|
2210
|
+
}
|
|
2526
2211
|
}
|
|
2527
2212
|
}
|
|
2528
2213
|
};
|
|
2529
2214
|
|
|
2530
|
-
export const
|
|
2531
|
-
serializedName: "AzureEntityResource",
|
|
2215
|
+
export const ErrorResponseComponentsError: coreClient.CompositeMapper = {
|
|
2532
2216
|
type: {
|
|
2533
2217
|
name: "Composite",
|
|
2534
|
-
className: "
|
|
2218
|
+
className: "ErrorResponseComponentsError",
|
|
2535
2219
|
modelProperties: {
|
|
2536
|
-
|
|
2537
|
-
|
|
2220
|
+
code: {
|
|
2221
|
+
serializedName: "code",
|
|
2222
|
+
readOnly: true,
|
|
2223
|
+
type: {
|
|
2224
|
+
name: "String"
|
|
2225
|
+
}
|
|
2226
|
+
},
|
|
2227
|
+
message: {
|
|
2228
|
+
serializedName: "message",
|
|
2538
2229
|
readOnly: true,
|
|
2539
|
-
serializedName: "etag",
|
|
2540
2230
|
type: {
|
|
2541
2231
|
name: "String"
|
|
2542
2232
|
}
|
|
@@ -2545,98 +2235,92 @@ export const AzureEntityResource: msRest.CompositeMapper = {
|
|
|
2545
2235
|
}
|
|
2546
2236
|
};
|
|
2547
2237
|
|
|
2548
|
-
export const
|
|
2549
|
-
serializedName: "TrackedResource",
|
|
2238
|
+
export const ComponentPurgeBody: coreClient.CompositeMapper = {
|
|
2550
2239
|
type: {
|
|
2551
2240
|
name: "Composite",
|
|
2552
|
-
className: "
|
|
2241
|
+
className: "ComponentPurgeBody",
|
|
2553
2242
|
modelProperties: {
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2243
|
+
table: {
|
|
2244
|
+
serializedName: "table",
|
|
2245
|
+
required: true,
|
|
2557
2246
|
type: {
|
|
2558
|
-
name: "
|
|
2559
|
-
value: {
|
|
2560
|
-
type: {
|
|
2561
|
-
name: "String"
|
|
2562
|
-
}
|
|
2563
|
-
}
|
|
2247
|
+
name: "String"
|
|
2564
2248
|
}
|
|
2565
2249
|
},
|
|
2566
|
-
|
|
2250
|
+
filters: {
|
|
2251
|
+
serializedName: "filters",
|
|
2567
2252
|
required: true,
|
|
2568
|
-
serializedName: "location",
|
|
2569
2253
|
type: {
|
|
2570
|
-
name: "
|
|
2254
|
+
name: "Sequence",
|
|
2255
|
+
element: {
|
|
2256
|
+
type: {
|
|
2257
|
+
name: "Composite",
|
|
2258
|
+
className: "ComponentPurgeBodyFilters"
|
|
2259
|
+
}
|
|
2260
|
+
}
|
|
2571
2261
|
}
|
|
2572
2262
|
}
|
|
2573
2263
|
}
|
|
2574
2264
|
}
|
|
2575
2265
|
};
|
|
2576
2266
|
|
|
2577
|
-
export const
|
|
2578
|
-
serializedName: "ComponentsResource",
|
|
2267
|
+
export const ComponentPurgeBodyFilters: coreClient.CompositeMapper = {
|
|
2579
2268
|
type: {
|
|
2580
2269
|
name: "Composite",
|
|
2581
|
-
className: "
|
|
2270
|
+
className: "ComponentPurgeBodyFilters",
|
|
2582
2271
|
modelProperties: {
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
serializedName: "id",
|
|
2272
|
+
column: {
|
|
2273
|
+
serializedName: "column",
|
|
2586
2274
|
type: {
|
|
2587
2275
|
name: "String"
|
|
2588
2276
|
}
|
|
2589
2277
|
},
|
|
2590
|
-
|
|
2591
|
-
|
|
2592
|
-
serializedName: "name",
|
|
2278
|
+
operator: {
|
|
2279
|
+
serializedName: "operator",
|
|
2593
2280
|
type: {
|
|
2594
2281
|
name: "String"
|
|
2595
2282
|
}
|
|
2596
2283
|
},
|
|
2597
|
-
|
|
2598
|
-
|
|
2599
|
-
serializedName: "type",
|
|
2284
|
+
value: {
|
|
2285
|
+
serializedName: "value",
|
|
2600
2286
|
type: {
|
|
2601
|
-
name: "
|
|
2287
|
+
name: "any"
|
|
2602
2288
|
}
|
|
2603
2289
|
},
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
serializedName: "location",
|
|
2290
|
+
key: {
|
|
2291
|
+
serializedName: "key",
|
|
2607
2292
|
type: {
|
|
2608
2293
|
name: "String"
|
|
2609
2294
|
}
|
|
2610
|
-
},
|
|
2611
|
-
tags: {
|
|
2612
|
-
serializedName: "tags",
|
|
2613
|
-
type: {
|
|
2614
|
-
name: "Dictionary",
|
|
2615
|
-
value: {
|
|
2616
|
-
type: {
|
|
2617
|
-
name: "String"
|
|
2618
|
-
}
|
|
2619
|
-
}
|
|
2620
|
-
}
|
|
2621
2295
|
}
|
|
2622
2296
|
}
|
|
2623
2297
|
}
|
|
2624
2298
|
};
|
|
2625
2299
|
|
|
2626
|
-
export const
|
|
2627
|
-
serializedName: "PrivateLinkScopedResource",
|
|
2300
|
+
export const ComponentPurgeResponse: coreClient.CompositeMapper = {
|
|
2628
2301
|
type: {
|
|
2629
2302
|
name: "Composite",
|
|
2630
|
-
className: "
|
|
2303
|
+
className: "ComponentPurgeResponse",
|
|
2631
2304
|
modelProperties: {
|
|
2632
|
-
|
|
2633
|
-
serializedName: "
|
|
2305
|
+
operationId: {
|
|
2306
|
+
serializedName: "operationId",
|
|
2307
|
+
required: true,
|
|
2634
2308
|
type: {
|
|
2635
2309
|
name: "String"
|
|
2636
2310
|
}
|
|
2637
|
-
}
|
|
2638
|
-
|
|
2639
|
-
|
|
2311
|
+
}
|
|
2312
|
+
}
|
|
2313
|
+
}
|
|
2314
|
+
};
|
|
2315
|
+
|
|
2316
|
+
export const ComponentPurgeStatusResponse: coreClient.CompositeMapper = {
|
|
2317
|
+
type: {
|
|
2318
|
+
name: "Composite",
|
|
2319
|
+
className: "ComponentPurgeStatusResponse",
|
|
2320
|
+
modelProperties: {
|
|
2321
|
+
status: {
|
|
2322
|
+
serializedName: "status",
|
|
2323
|
+
required: true,
|
|
2640
2324
|
type: {
|
|
2641
2325
|
name: "String"
|
|
2642
2326
|
}
|
|
@@ -2645,159 +2329,165 @@ export const PrivateLinkScopedResource: msRest.CompositeMapper = {
|
|
|
2645
2329
|
}
|
|
2646
2330
|
};
|
|
2647
2331
|
|
|
2648
|
-
export const
|
|
2649
|
-
serializedName: "ApplicationInsightsComponent",
|
|
2332
|
+
export const ErrorResponseLinkedStorage: coreClient.CompositeMapper = {
|
|
2650
2333
|
type: {
|
|
2651
2334
|
name: "Composite",
|
|
2652
|
-
className: "
|
|
2335
|
+
className: "ErrorResponseLinkedStorage",
|
|
2653
2336
|
modelProperties: {
|
|
2654
|
-
|
|
2655
|
-
|
|
2656
|
-
required: true,
|
|
2657
|
-
serializedName: "kind",
|
|
2337
|
+
error: {
|
|
2338
|
+
serializedName: "error",
|
|
2658
2339
|
type: {
|
|
2659
|
-
name: "
|
|
2340
|
+
name: "Composite",
|
|
2341
|
+
className: "ErrorResponseLinkedStorageError"
|
|
2660
2342
|
}
|
|
2661
|
-
}
|
|
2662
|
-
|
|
2343
|
+
}
|
|
2344
|
+
}
|
|
2345
|
+
}
|
|
2346
|
+
};
|
|
2347
|
+
|
|
2348
|
+
export const ErrorResponseLinkedStorageError: coreClient.CompositeMapper = {
|
|
2349
|
+
type: {
|
|
2350
|
+
name: "Composite",
|
|
2351
|
+
className: "ErrorResponseLinkedStorageError",
|
|
2352
|
+
modelProperties: {
|
|
2353
|
+
code: {
|
|
2354
|
+
serializedName: "code",
|
|
2663
2355
|
readOnly: true,
|
|
2664
|
-
serializedName: "properties.ApplicationId",
|
|
2665
2356
|
type: {
|
|
2666
2357
|
name: "String"
|
|
2667
2358
|
}
|
|
2668
2359
|
},
|
|
2669
|
-
|
|
2360
|
+
message: {
|
|
2361
|
+
serializedName: "message",
|
|
2670
2362
|
readOnly: true,
|
|
2671
|
-
serializedName: "properties.AppId",
|
|
2672
2363
|
type: {
|
|
2673
2364
|
name: "String"
|
|
2674
2365
|
}
|
|
2675
|
-
}
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
|
|
2366
|
+
}
|
|
2367
|
+
}
|
|
2368
|
+
}
|
|
2369
|
+
};
|
|
2370
|
+
|
|
2371
|
+
export const ComponentLinkedStorageAccountsPatch: coreClient.CompositeMapper = {
|
|
2372
|
+
type: {
|
|
2373
|
+
name: "Composite",
|
|
2374
|
+
className: "ComponentLinkedStorageAccountsPatch",
|
|
2375
|
+
modelProperties: {
|
|
2376
|
+
linkedStorageAccount: {
|
|
2377
|
+
serializedName: "properties.linkedStorageAccount",
|
|
2680
2378
|
type: {
|
|
2681
2379
|
name: "String"
|
|
2682
2380
|
}
|
|
2683
|
-
}
|
|
2684
|
-
|
|
2685
|
-
|
|
2686
|
-
|
|
2381
|
+
}
|
|
2382
|
+
}
|
|
2383
|
+
}
|
|
2384
|
+
};
|
|
2385
|
+
|
|
2386
|
+
export const LiveTokenResponse: coreClient.CompositeMapper = {
|
|
2387
|
+
type: {
|
|
2388
|
+
name: "Composite",
|
|
2389
|
+
className: "LiveTokenResponse",
|
|
2390
|
+
modelProperties: {
|
|
2391
|
+
liveToken: {
|
|
2392
|
+
serializedName: "liveToken",
|
|
2393
|
+
readOnly: true,
|
|
2687
2394
|
type: {
|
|
2688
2395
|
name: "String"
|
|
2689
2396
|
}
|
|
2690
|
-
}
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
|
|
2397
|
+
}
|
|
2398
|
+
}
|
|
2399
|
+
}
|
|
2400
|
+
};
|
|
2401
|
+
|
|
2402
|
+
export const ErrorResponse: coreClient.CompositeMapper = {
|
|
2403
|
+
type: {
|
|
2404
|
+
name: "Composite",
|
|
2405
|
+
className: "ErrorResponse",
|
|
2406
|
+
modelProperties: {
|
|
2407
|
+
code: {
|
|
2408
|
+
serializedName: "code",
|
|
2694
2409
|
type: {
|
|
2695
2410
|
name: "String"
|
|
2696
2411
|
}
|
|
2697
2412
|
},
|
|
2698
|
-
|
|
2699
|
-
|
|
2700
|
-
serializedName: "properties.InstrumentationKey",
|
|
2413
|
+
message: {
|
|
2414
|
+
serializedName: "message",
|
|
2701
2415
|
type: {
|
|
2702
2416
|
name: "String"
|
|
2703
2417
|
}
|
|
2704
|
-
}
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
|
|
2713
|
-
|
|
2714
|
-
|
|
2418
|
+
}
|
|
2419
|
+
}
|
|
2420
|
+
}
|
|
2421
|
+
};
|
|
2422
|
+
|
|
2423
|
+
export const Operation: coreClient.CompositeMapper = {
|
|
2424
|
+
type: {
|
|
2425
|
+
name: "Composite",
|
|
2426
|
+
className: "Operation",
|
|
2427
|
+
modelProperties: {
|
|
2428
|
+
name: {
|
|
2429
|
+
serializedName: "name",
|
|
2715
2430
|
type: {
|
|
2716
2431
|
name: "String"
|
|
2717
2432
|
}
|
|
2718
2433
|
},
|
|
2719
|
-
|
|
2720
|
-
serializedName: "
|
|
2434
|
+
display: {
|
|
2435
|
+
serializedName: "display",
|
|
2721
2436
|
type: {
|
|
2722
|
-
name: "
|
|
2437
|
+
name: "Composite",
|
|
2438
|
+
className: "OperationDisplay"
|
|
2723
2439
|
}
|
|
2724
|
-
}
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
|
|
2440
|
+
}
|
|
2441
|
+
}
|
|
2442
|
+
}
|
|
2443
|
+
};
|
|
2444
|
+
|
|
2445
|
+
export const OperationDisplay: coreClient.CompositeMapper = {
|
|
2446
|
+
type: {
|
|
2447
|
+
name: "Composite",
|
|
2448
|
+
className: "OperationDisplay",
|
|
2449
|
+
modelProperties: {
|
|
2450
|
+
provider: {
|
|
2451
|
+
serializedName: "provider",
|
|
2728
2452
|
type: {
|
|
2729
2453
|
name: "String"
|
|
2730
2454
|
}
|
|
2731
2455
|
},
|
|
2732
|
-
|
|
2733
|
-
|
|
2734
|
-
serializedName: "properties.provisioningState",
|
|
2456
|
+
resource: {
|
|
2457
|
+
serializedName: "resource",
|
|
2735
2458
|
type: {
|
|
2736
2459
|
name: "String"
|
|
2737
2460
|
}
|
|
2738
2461
|
},
|
|
2739
|
-
|
|
2740
|
-
serializedName: "
|
|
2741
|
-
type: {
|
|
2742
|
-
name: "Number"
|
|
2743
|
-
}
|
|
2744
|
-
},
|
|
2745
|
-
connectionString: {
|
|
2746
|
-
readOnly: true,
|
|
2747
|
-
serializedName: "properties.ConnectionString",
|
|
2462
|
+
operation: {
|
|
2463
|
+
serializedName: "operation",
|
|
2748
2464
|
type: {
|
|
2749
2465
|
name: "String"
|
|
2750
2466
|
}
|
|
2751
|
-
}
|
|
2752
|
-
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
|
|
2761
|
-
|
|
2762
|
-
|
|
2763
|
-
}
|
|
2764
|
-
},
|
|
2765
|
-
immediatePurgeDataOn30Days: {
|
|
2766
|
-
serializedName: "properties.ImmediatePurgeDataOn30Days",
|
|
2767
|
-
type: {
|
|
2768
|
-
name: "Boolean"
|
|
2769
|
-
}
|
|
2770
|
-
},
|
|
2771
|
-
privateLinkScopedResources: {
|
|
2772
|
-
readOnly: true,
|
|
2773
|
-
serializedName: "properties.PrivateLinkScopedResources",
|
|
2467
|
+
}
|
|
2468
|
+
}
|
|
2469
|
+
}
|
|
2470
|
+
};
|
|
2471
|
+
|
|
2472
|
+
export const OperationListResult: coreClient.CompositeMapper = {
|
|
2473
|
+
type: {
|
|
2474
|
+
name: "Composite",
|
|
2475
|
+
className: "OperationListResult",
|
|
2476
|
+
modelProperties: {
|
|
2477
|
+
value: {
|
|
2478
|
+
serializedName: "value",
|
|
2774
2479
|
type: {
|
|
2775
2480
|
name: "Sequence",
|
|
2776
2481
|
element: {
|
|
2777
2482
|
type: {
|
|
2778
2483
|
name: "Composite",
|
|
2779
|
-
className: "
|
|
2484
|
+
className: "Operation"
|
|
2780
2485
|
}
|
|
2781
2486
|
}
|
|
2782
2487
|
}
|
|
2783
2488
|
},
|
|
2784
|
-
|
|
2785
|
-
serializedName: "
|
|
2786
|
-
defaultValue: 'Enabled',
|
|
2787
|
-
type: {
|
|
2788
|
-
name: "String"
|
|
2789
|
-
}
|
|
2790
|
-
},
|
|
2791
|
-
publicNetworkAccessForQuery: {
|
|
2792
|
-
serializedName: "properties.publicNetworkAccessForQuery",
|
|
2793
|
-
defaultValue: 'Enabled',
|
|
2794
|
-
type: {
|
|
2795
|
-
name: "String"
|
|
2796
|
-
}
|
|
2797
|
-
},
|
|
2798
|
-
ingestionMode: {
|
|
2799
|
-
serializedName: "properties.IngestionMode",
|
|
2800
|
-
defaultValue: 'ApplicationInsights',
|
|
2489
|
+
nextLink: {
|
|
2490
|
+
serializedName: "nextLink",
|
|
2801
2491
|
type: {
|
|
2802
2492
|
name: "String"
|
|
2803
2493
|
}
|
|
@@ -2806,62 +2496,40 @@ export const ApplicationInsightsComponent: msRest.CompositeMapper = {
|
|
|
2806
2496
|
}
|
|
2807
2497
|
};
|
|
2808
2498
|
|
|
2809
|
-
export const
|
|
2810
|
-
serializedName: "ComponentPurgeBodyFilters",
|
|
2499
|
+
export const InnerErrorTrace: coreClient.CompositeMapper = {
|
|
2811
2500
|
type: {
|
|
2812
2501
|
name: "Composite",
|
|
2813
|
-
className: "
|
|
2502
|
+
className: "InnerErrorTrace",
|
|
2814
2503
|
modelProperties: {
|
|
2815
|
-
|
|
2816
|
-
serializedName: "
|
|
2817
|
-
|
|
2818
|
-
name: "String"
|
|
2819
|
-
}
|
|
2820
|
-
},
|
|
2821
|
-
operator: {
|
|
2822
|
-
serializedName: "operator",
|
|
2823
|
-
type: {
|
|
2824
|
-
name: "String"
|
|
2825
|
-
}
|
|
2826
|
-
},
|
|
2827
|
-
value: {
|
|
2828
|
-
serializedName: "value",
|
|
2829
|
-
type: {
|
|
2830
|
-
name: "Object"
|
|
2831
|
-
}
|
|
2832
|
-
},
|
|
2833
|
-
key: {
|
|
2834
|
-
serializedName: "key",
|
|
2504
|
+
trace: {
|
|
2505
|
+
serializedName: "trace",
|
|
2506
|
+
readOnly: true,
|
|
2835
2507
|
type: {
|
|
2836
|
-
name: "
|
|
2508
|
+
name: "Sequence",
|
|
2509
|
+
element: {
|
|
2510
|
+
type: {
|
|
2511
|
+
name: "String"
|
|
2512
|
+
}
|
|
2513
|
+
}
|
|
2837
2514
|
}
|
|
2838
2515
|
}
|
|
2839
2516
|
}
|
|
2840
2517
|
}
|
|
2841
2518
|
};
|
|
2842
2519
|
|
|
2843
|
-
export const
|
|
2844
|
-
serializedName: "ComponentPurgeBody",
|
|
2520
|
+
export const WorkbookInnerErrorTrace: coreClient.CompositeMapper = {
|
|
2845
2521
|
type: {
|
|
2846
2522
|
name: "Composite",
|
|
2847
|
-
className: "
|
|
2523
|
+
className: "WorkbookInnerErrorTrace",
|
|
2848
2524
|
modelProperties: {
|
|
2849
|
-
|
|
2850
|
-
|
|
2851
|
-
|
|
2852
|
-
type: {
|
|
2853
|
-
name: "String"
|
|
2854
|
-
}
|
|
2855
|
-
},
|
|
2856
|
-
filters: {
|
|
2857
|
-
required: true,
|
|
2858
|
-
serializedName: "filters",
|
|
2525
|
+
trace: {
|
|
2526
|
+
serializedName: "trace",
|
|
2527
|
+
readOnly: true,
|
|
2859
2528
|
type: {
|
|
2860
2529
|
name: "Sequence",
|
|
2861
2530
|
element: {
|
|
2862
2531
|
type: {
|
|
2863
|
-
name: "
|
|
2864
|
-
className: "ComponentPurgeBodyFilters"
|
|
2532
|
+
name: "String"
|
|
2865
2533
|
}
|
|
2866
2534
|
}
|
|
2867
2535
|
}
|
|
@@ -2870,32 +2538,25 @@ export const ComponentPurgeBody: msRest.CompositeMapper = {
|
|
|
2870
2538
|
}
|
|
2871
2539
|
};
|
|
2872
2540
|
|
|
2873
|
-
export const
|
|
2874
|
-
serializedName: "ComponentPurgeResponse",
|
|
2541
|
+
export const OperationsListResult: coreClient.CompositeMapper = {
|
|
2875
2542
|
type: {
|
|
2876
2543
|
name: "Composite",
|
|
2877
|
-
className: "
|
|
2544
|
+
className: "OperationsListResult",
|
|
2878
2545
|
modelProperties: {
|
|
2879
|
-
|
|
2880
|
-
|
|
2881
|
-
serializedName: "operationId",
|
|
2546
|
+
value: {
|
|
2547
|
+
serializedName: "value",
|
|
2882
2548
|
type: {
|
|
2883
|
-
name: "
|
|
2549
|
+
name: "Sequence",
|
|
2550
|
+
element: {
|
|
2551
|
+
type: {
|
|
2552
|
+
name: "Composite",
|
|
2553
|
+
className: "OperationLive"
|
|
2554
|
+
}
|
|
2555
|
+
}
|
|
2884
2556
|
}
|
|
2885
|
-
}
|
|
2886
|
-
|
|
2887
|
-
|
|
2888
|
-
};
|
|
2889
|
-
|
|
2890
|
-
export const ComponentPurgeStatusResponse: msRest.CompositeMapper = {
|
|
2891
|
-
serializedName: "ComponentPurgeStatusResponse",
|
|
2892
|
-
type: {
|
|
2893
|
-
name: "Composite",
|
|
2894
|
-
className: "ComponentPurgeStatusResponse",
|
|
2895
|
-
modelProperties: {
|
|
2896
|
-
status: {
|
|
2897
|
-
required: true,
|
|
2898
|
-
serializedName: "status",
|
|
2557
|
+
},
|
|
2558
|
+
nextLink: {
|
|
2559
|
+
serializedName: "nextLink",
|
|
2899
2560
|
type: {
|
|
2900
2561
|
name: "String"
|
|
2901
2562
|
}
|
|
@@ -2904,99 +2565,48 @@ export const ComponentPurgeStatusResponse: msRest.CompositeMapper = {
|
|
|
2904
2565
|
}
|
|
2905
2566
|
};
|
|
2906
2567
|
|
|
2907
|
-
export const
|
|
2908
|
-
serializedName: "ErrorResponseLinkedStorage_error",
|
|
2568
|
+
export const OperationLive: coreClient.CompositeMapper = {
|
|
2909
2569
|
type: {
|
|
2910
2570
|
name: "Composite",
|
|
2911
|
-
className: "
|
|
2571
|
+
className: "OperationLive",
|
|
2912
2572
|
modelProperties: {
|
|
2913
|
-
|
|
2914
|
-
|
|
2915
|
-
serializedName: "code",
|
|
2573
|
+
name: {
|
|
2574
|
+
serializedName: "name",
|
|
2916
2575
|
type: {
|
|
2917
2576
|
name: "String"
|
|
2918
2577
|
}
|
|
2919
2578
|
},
|
|
2920
|
-
|
|
2921
|
-
|
|
2922
|
-
serializedName: "message",
|
|
2579
|
+
isDataAction: {
|
|
2580
|
+
serializedName: "isDataAction",
|
|
2923
2581
|
type: {
|
|
2924
|
-
name: "
|
|
2582
|
+
name: "Boolean"
|
|
2925
2583
|
}
|
|
2926
|
-
}
|
|
2927
|
-
|
|
2928
|
-
|
|
2929
|
-
};
|
|
2930
|
-
|
|
2931
|
-
export const ErrorResponseLinkedStorage: msRest.CompositeMapper = {
|
|
2932
|
-
serializedName: "ErrorResponseLinkedStorage",
|
|
2933
|
-
type: {
|
|
2934
|
-
name: "Composite",
|
|
2935
|
-
className: "ErrorResponseLinkedStorage",
|
|
2936
|
-
modelProperties: {
|
|
2937
|
-
error: {
|
|
2938
|
-
serializedName: "error",
|
|
2584
|
+
},
|
|
2585
|
+
display: {
|
|
2586
|
+
serializedName: "display",
|
|
2939
2587
|
type: {
|
|
2940
2588
|
name: "Composite",
|
|
2941
|
-
className: "
|
|
2942
|
-
}
|
|
2943
|
-
}
|
|
2944
|
-
}
|
|
2945
|
-
}
|
|
2946
|
-
};
|
|
2947
|
-
|
|
2948
|
-
export const ComponentLinkedStorageAccounts: msRest.CompositeMapper = {
|
|
2949
|
-
serializedName: "ComponentLinkedStorageAccounts",
|
|
2950
|
-
type: {
|
|
2951
|
-
name: "Composite",
|
|
2952
|
-
className: "ComponentLinkedStorageAccounts",
|
|
2953
|
-
modelProperties: {
|
|
2954
|
-
...ProxyResource.type.modelProperties,
|
|
2955
|
-
linkedStorageAccount: {
|
|
2956
|
-
serializedName: "properties.linkedStorageAccount",
|
|
2957
|
-
type: {
|
|
2958
|
-
name: "String"
|
|
2589
|
+
className: "OperationInfo"
|
|
2959
2590
|
}
|
|
2960
|
-
}
|
|
2961
|
-
|
|
2962
|
-
|
|
2963
|
-
};
|
|
2964
|
-
|
|
2965
|
-
export const ComponentLinkedStorageAccountsPatch: msRest.CompositeMapper = {
|
|
2966
|
-
serializedName: "ComponentLinkedStorageAccountsPatch",
|
|
2967
|
-
type: {
|
|
2968
|
-
name: "Composite",
|
|
2969
|
-
className: "ComponentLinkedStorageAccountsPatch",
|
|
2970
|
-
modelProperties: {
|
|
2971
|
-
linkedStorageAccount: {
|
|
2972
|
-
serializedName: "properties.linkedStorageAccount",
|
|
2591
|
+
},
|
|
2592
|
+
origin: {
|
|
2593
|
+
serializedName: "origin",
|
|
2973
2594
|
type: {
|
|
2974
2595
|
name: "String"
|
|
2975
2596
|
}
|
|
2976
|
-
}
|
|
2977
|
-
|
|
2978
|
-
|
|
2979
|
-
};
|
|
2980
|
-
|
|
2981
|
-
export const LiveTokenResponse: msRest.CompositeMapper = {
|
|
2982
|
-
serializedName: "LiveTokenResponse",
|
|
2983
|
-
type: {
|
|
2984
|
-
name: "Composite",
|
|
2985
|
-
className: "LiveTokenResponse",
|
|
2986
|
-
modelProperties: {
|
|
2987
|
-
liveToken: {
|
|
2988
|
-
readOnly: true,
|
|
2989
|
-
serializedName: "liveToken",
|
|
2597
|
+
},
|
|
2598
|
+
properties: {
|
|
2599
|
+
serializedName: "properties",
|
|
2990
2600
|
type: {
|
|
2991
|
-
name: "
|
|
2601
|
+
name: "Dictionary",
|
|
2602
|
+
value: { type: { name: "any" } }
|
|
2992
2603
|
}
|
|
2993
2604
|
}
|
|
2994
2605
|
}
|
|
2995
2606
|
}
|
|
2996
2607
|
};
|
|
2997
2608
|
|
|
2998
|
-
export const OperationInfo:
|
|
2999
|
-
serializedName: "OperationInfo",
|
|
2609
|
+
export const OperationInfo: coreClient.CompositeMapper = {
|
|
3000
2610
|
type: {
|
|
3001
2611
|
name: "Composite",
|
|
3002
2612
|
className: "OperationInfo",
|
|
@@ -3029,61 +2639,92 @@ export const OperationInfo: msRest.CompositeMapper = {
|
|
|
3029
2639
|
}
|
|
3030
2640
|
};
|
|
3031
2641
|
|
|
3032
|
-
export const
|
|
3033
|
-
serializedName: "OperationLive",
|
|
2642
|
+
export const WebTest: coreClient.CompositeMapper = {
|
|
3034
2643
|
type: {
|
|
3035
2644
|
name: "Composite",
|
|
3036
|
-
className: "
|
|
2645
|
+
className: "WebTest",
|
|
3037
2646
|
modelProperties: {
|
|
3038
|
-
|
|
3039
|
-
|
|
2647
|
+
...WebtestsResource.type.modelProperties,
|
|
2648
|
+
kind: {
|
|
2649
|
+
serializedName: "kind",
|
|
2650
|
+
type: {
|
|
2651
|
+
name: "Enum",
|
|
2652
|
+
allowedValues: ["ping", "multistep"]
|
|
2653
|
+
}
|
|
2654
|
+
},
|
|
2655
|
+
syntheticMonitorId: {
|
|
2656
|
+
serializedName: "properties.SyntheticMonitorId",
|
|
3040
2657
|
type: {
|
|
3041
2658
|
name: "String"
|
|
3042
2659
|
}
|
|
3043
2660
|
},
|
|
3044
|
-
|
|
3045
|
-
serializedName: "
|
|
2661
|
+
webTestName: {
|
|
2662
|
+
serializedName: "properties.Name",
|
|
3046
2663
|
type: {
|
|
3047
|
-
name: "
|
|
3048
|
-
className: "OperationInfo"
|
|
2664
|
+
name: "String"
|
|
3049
2665
|
}
|
|
3050
2666
|
},
|
|
3051
|
-
|
|
3052
|
-
serializedName: "
|
|
2667
|
+
description: {
|
|
2668
|
+
serializedName: "properties.Description",
|
|
3053
2669
|
type: {
|
|
3054
2670
|
name: "String"
|
|
3055
2671
|
}
|
|
3056
2672
|
},
|
|
3057
|
-
|
|
3058
|
-
serializedName: "properties",
|
|
2673
|
+
enabled: {
|
|
2674
|
+
serializedName: "properties.Enabled",
|
|
3059
2675
|
type: {
|
|
3060
|
-
name: "
|
|
2676
|
+
name: "Boolean"
|
|
3061
2677
|
}
|
|
3062
|
-
}
|
|
3063
|
-
|
|
3064
|
-
|
|
3065
|
-
|
|
3066
|
-
|
|
3067
|
-
|
|
3068
|
-
|
|
3069
|
-
|
|
3070
|
-
|
|
3071
|
-
|
|
3072
|
-
|
|
3073
|
-
|
|
3074
|
-
|
|
2678
|
+
},
|
|
2679
|
+
frequency: {
|
|
2680
|
+
defaultValue: 300,
|
|
2681
|
+
serializedName: "properties.Frequency",
|
|
2682
|
+
type: {
|
|
2683
|
+
name: "Number"
|
|
2684
|
+
}
|
|
2685
|
+
},
|
|
2686
|
+
timeout: {
|
|
2687
|
+
defaultValue: 30,
|
|
2688
|
+
serializedName: "properties.Timeout",
|
|
2689
|
+
type: {
|
|
2690
|
+
name: "Number"
|
|
2691
|
+
}
|
|
2692
|
+
},
|
|
2693
|
+
webTestKind: {
|
|
2694
|
+
serializedName: "properties.Kind",
|
|
2695
|
+
type: {
|
|
2696
|
+
name: "Enum",
|
|
2697
|
+
allowedValues: ["ping", "multistep"]
|
|
2698
|
+
}
|
|
2699
|
+
},
|
|
2700
|
+
retryEnabled: {
|
|
2701
|
+
serializedName: "properties.RetryEnabled",
|
|
2702
|
+
type: {
|
|
2703
|
+
name: "Boolean"
|
|
2704
|
+
}
|
|
2705
|
+
},
|
|
2706
|
+
locations: {
|
|
2707
|
+
serializedName: "properties.Locations",
|
|
3075
2708
|
type: {
|
|
3076
2709
|
name: "Sequence",
|
|
3077
2710
|
element: {
|
|
3078
2711
|
type: {
|
|
3079
2712
|
name: "Composite",
|
|
3080
|
-
className: "
|
|
2713
|
+
className: "WebTestGeolocation"
|
|
3081
2714
|
}
|
|
3082
2715
|
}
|
|
3083
2716
|
}
|
|
3084
2717
|
},
|
|
3085
|
-
|
|
3086
|
-
serializedName: "
|
|
2718
|
+
configuration: {
|
|
2719
|
+
serializedName: "properties.Configuration",
|
|
2720
|
+
type: {
|
|
2721
|
+
name: "Composite",
|
|
2722
|
+
className: "WebTestPropertiesConfiguration"
|
|
2723
|
+
}
|
|
2724
|
+
},
|
|
2725
|
+
provisioningState: {
|
|
2726
|
+
serializedName: "properties.provisioningState",
|
|
2727
|
+
readOnly: true,
|
|
3087
2728
|
type: {
|
|
3088
2729
|
name: "String"
|
|
3089
2730
|
}
|
|
@@ -3092,198 +2733,427 @@ export const OperationListResult: msRest.CompositeMapper = {
|
|
|
3092
2733
|
}
|
|
3093
2734
|
};
|
|
3094
2735
|
|
|
3095
|
-
export const
|
|
3096
|
-
serializedName: "OperationsListResult",
|
|
2736
|
+
export const WorkbookTemplate: coreClient.CompositeMapper = {
|
|
3097
2737
|
type: {
|
|
3098
2738
|
name: "Composite",
|
|
3099
|
-
className: "
|
|
2739
|
+
className: "WorkbookTemplate",
|
|
3100
2740
|
modelProperties: {
|
|
3101
|
-
|
|
3102
|
-
|
|
2741
|
+
...WorkbookTemplateResource.type.modelProperties,
|
|
2742
|
+
priority: {
|
|
2743
|
+
serializedName: "properties.priority",
|
|
2744
|
+
type: {
|
|
2745
|
+
name: "Number"
|
|
2746
|
+
}
|
|
2747
|
+
},
|
|
2748
|
+
author: {
|
|
2749
|
+
serializedName: "properties.author",
|
|
2750
|
+
type: {
|
|
2751
|
+
name: "String"
|
|
2752
|
+
}
|
|
2753
|
+
},
|
|
2754
|
+
templateData: {
|
|
2755
|
+
serializedName: "properties.templateData",
|
|
2756
|
+
type: {
|
|
2757
|
+
name: "Dictionary",
|
|
2758
|
+
value: { type: { name: "any" } }
|
|
2759
|
+
}
|
|
2760
|
+
},
|
|
2761
|
+
galleries: {
|
|
2762
|
+
serializedName: "properties.galleries",
|
|
3103
2763
|
type: {
|
|
3104
2764
|
name: "Sequence",
|
|
3105
2765
|
element: {
|
|
3106
2766
|
type: {
|
|
3107
2767
|
name: "Composite",
|
|
3108
|
-
className: "
|
|
2768
|
+
className: "WorkbookTemplateGallery"
|
|
3109
2769
|
}
|
|
3110
2770
|
}
|
|
3111
2771
|
}
|
|
3112
2772
|
},
|
|
3113
|
-
|
|
3114
|
-
serializedName: "
|
|
2773
|
+
localized: {
|
|
2774
|
+
serializedName: "properties.localized",
|
|
3115
2775
|
type: {
|
|
3116
|
-
name: "
|
|
2776
|
+
name: "Dictionary",
|
|
2777
|
+
value: {
|
|
2778
|
+
type: {
|
|
2779
|
+
name: "Sequence",
|
|
2780
|
+
element: {
|
|
2781
|
+
type: {
|
|
2782
|
+
name: "Composite",
|
|
2783
|
+
className: "WorkbookTemplateLocalizedGallery"
|
|
2784
|
+
}
|
|
2785
|
+
}
|
|
2786
|
+
}
|
|
2787
|
+
}
|
|
3117
2788
|
}
|
|
3118
2789
|
}
|
|
3119
2790
|
}
|
|
3120
2791
|
}
|
|
3121
2792
|
};
|
|
3122
2793
|
|
|
3123
|
-
export const
|
|
3124
|
-
serializedName: "AnnotationsListResult",
|
|
2794
|
+
export const MyWorkbook: coreClient.CompositeMapper = {
|
|
3125
2795
|
type: {
|
|
3126
2796
|
name: "Composite",
|
|
3127
|
-
className: "
|
|
2797
|
+
className: "MyWorkbook",
|
|
3128
2798
|
modelProperties: {
|
|
3129
|
-
|
|
2799
|
+
...MyWorkbookResource.type.modelProperties,
|
|
2800
|
+
kind: {
|
|
2801
|
+
serializedName: "kind",
|
|
2802
|
+
type: {
|
|
2803
|
+
name: "String"
|
|
2804
|
+
}
|
|
2805
|
+
},
|
|
2806
|
+
systemData: {
|
|
2807
|
+
serializedName: "systemData",
|
|
2808
|
+
type: {
|
|
2809
|
+
name: "Composite",
|
|
2810
|
+
className: "SystemData"
|
|
2811
|
+
}
|
|
2812
|
+
},
|
|
2813
|
+
displayName: {
|
|
2814
|
+
serializedName: "properties.displayName",
|
|
2815
|
+
type: {
|
|
2816
|
+
name: "String"
|
|
2817
|
+
}
|
|
2818
|
+
},
|
|
2819
|
+
serializedData: {
|
|
2820
|
+
serializedName: "properties.serializedData",
|
|
2821
|
+
nullable: true,
|
|
2822
|
+
type: {
|
|
2823
|
+
name: "String"
|
|
2824
|
+
}
|
|
2825
|
+
},
|
|
2826
|
+
version: {
|
|
2827
|
+
serializedName: "properties.version",
|
|
2828
|
+
type: {
|
|
2829
|
+
name: "String"
|
|
2830
|
+
}
|
|
2831
|
+
},
|
|
2832
|
+
timeModified: {
|
|
2833
|
+
serializedName: "properties.timeModified",
|
|
3130
2834
|
readOnly: true,
|
|
3131
|
-
|
|
2835
|
+
type: {
|
|
2836
|
+
name: "String"
|
|
2837
|
+
}
|
|
2838
|
+
},
|
|
2839
|
+
category: {
|
|
2840
|
+
serializedName: "properties.category",
|
|
2841
|
+
type: {
|
|
2842
|
+
name: "String"
|
|
2843
|
+
}
|
|
2844
|
+
},
|
|
2845
|
+
tagsPropertiesTags: {
|
|
2846
|
+
serializedName: "properties.tags",
|
|
3132
2847
|
type: {
|
|
3133
2848
|
name: "Sequence",
|
|
3134
2849
|
element: {
|
|
3135
2850
|
type: {
|
|
3136
|
-
name: "
|
|
3137
|
-
className: "Annotation"
|
|
2851
|
+
name: "String"
|
|
3138
2852
|
}
|
|
3139
2853
|
}
|
|
3140
2854
|
}
|
|
2855
|
+
},
|
|
2856
|
+
userId: {
|
|
2857
|
+
serializedName: "properties.userId",
|
|
2858
|
+
readOnly: true,
|
|
2859
|
+
type: {
|
|
2860
|
+
name: "String"
|
|
2861
|
+
}
|
|
2862
|
+
},
|
|
2863
|
+
sourceId: {
|
|
2864
|
+
serializedName: "properties.sourceId",
|
|
2865
|
+
type: {
|
|
2866
|
+
name: "String"
|
|
2867
|
+
}
|
|
2868
|
+
},
|
|
2869
|
+
storageUri: {
|
|
2870
|
+
serializedName: "properties.storageUri",
|
|
2871
|
+
nullable: true,
|
|
2872
|
+
type: {
|
|
2873
|
+
name: "String"
|
|
2874
|
+
}
|
|
3141
2875
|
}
|
|
3142
2876
|
}
|
|
3143
2877
|
}
|
|
3144
2878
|
};
|
|
3145
2879
|
|
|
3146
|
-
export const
|
|
3147
|
-
serializedName: "ApplicationInsightsComponentAPIKeyListResult",
|
|
2880
|
+
export const WorkbookResourceIdentity: coreClient.CompositeMapper = {
|
|
3148
2881
|
type: {
|
|
3149
2882
|
name: "Composite",
|
|
3150
|
-
className: "
|
|
2883
|
+
className: "WorkbookResourceIdentity",
|
|
3151
2884
|
modelProperties: {
|
|
3152
|
-
|
|
3153
|
-
required: true,
|
|
3154
|
-
serializedName: "",
|
|
3155
|
-
type: {
|
|
3156
|
-
name: "Sequence",
|
|
3157
|
-
element: {
|
|
3158
|
-
type: {
|
|
3159
|
-
name: "Composite",
|
|
3160
|
-
className: "ApplicationInsightsComponentAPIKey"
|
|
3161
|
-
}
|
|
3162
|
-
}
|
|
3163
|
-
}
|
|
3164
|
-
}
|
|
2885
|
+
...ManagedServiceIdentity.type.modelProperties
|
|
3165
2886
|
}
|
|
3166
2887
|
}
|
|
3167
2888
|
};
|
|
3168
2889
|
|
|
3169
|
-
export const
|
|
3170
|
-
serializedName: "WorkItemConfigurationsListResult",
|
|
2890
|
+
export const TrackedResource: coreClient.CompositeMapper = {
|
|
3171
2891
|
type: {
|
|
3172
2892
|
name: "Composite",
|
|
3173
|
-
className: "
|
|
2893
|
+
className: "TrackedResource",
|
|
3174
2894
|
modelProperties: {
|
|
3175
|
-
|
|
3176
|
-
|
|
3177
|
-
serializedName: "",
|
|
2895
|
+
...Resource.type.modelProperties,
|
|
2896
|
+
tags: {
|
|
2897
|
+
serializedName: "tags",
|
|
3178
2898
|
type: {
|
|
3179
|
-
name: "
|
|
3180
|
-
|
|
3181
|
-
|
|
3182
|
-
|
|
3183
|
-
|
|
3184
|
-
|
|
3185
|
-
|
|
2899
|
+
name: "Dictionary",
|
|
2900
|
+
value: { type: { name: "String" } }
|
|
2901
|
+
}
|
|
2902
|
+
},
|
|
2903
|
+
location: {
|
|
2904
|
+
serializedName: "location",
|
|
2905
|
+
required: true,
|
|
2906
|
+
type: {
|
|
2907
|
+
name: "String"
|
|
3186
2908
|
}
|
|
3187
2909
|
}
|
|
3188
2910
|
}
|
|
3189
2911
|
}
|
|
3190
2912
|
};
|
|
3191
2913
|
|
|
3192
|
-
export const
|
|
3193
|
-
serializedName: "ApplicationInsightsWebTestLocationsListResult",
|
|
2914
|
+
export const ProxyResource: coreClient.CompositeMapper = {
|
|
3194
2915
|
type: {
|
|
3195
2916
|
name: "Composite",
|
|
3196
|
-
className: "
|
|
2917
|
+
className: "ProxyResource",
|
|
3197
2918
|
modelProperties: {
|
|
3198
|
-
|
|
3199
|
-
required: true,
|
|
3200
|
-
serializedName: "",
|
|
3201
|
-
type: {
|
|
3202
|
-
name: "Sequence",
|
|
3203
|
-
element: {
|
|
3204
|
-
type: {
|
|
3205
|
-
name: "Composite",
|
|
3206
|
-
className: "ApplicationInsightsComponentWebTestLocation"
|
|
3207
|
-
}
|
|
3208
|
-
}
|
|
3209
|
-
}
|
|
3210
|
-
}
|
|
2919
|
+
...Resource.type.modelProperties
|
|
3211
2920
|
}
|
|
3212
2921
|
}
|
|
3213
2922
|
};
|
|
3214
2923
|
|
|
3215
|
-
export const
|
|
3216
|
-
serializedName: "webTestListResult",
|
|
2924
|
+
export const ApplicationInsightsComponent: coreClient.CompositeMapper = {
|
|
3217
2925
|
type: {
|
|
3218
2926
|
name: "Composite",
|
|
3219
|
-
className: "
|
|
2927
|
+
className: "ApplicationInsightsComponent",
|
|
3220
2928
|
modelProperties: {
|
|
3221
|
-
|
|
2929
|
+
...ComponentsResource.type.modelProperties,
|
|
2930
|
+
kind: {
|
|
2931
|
+
serializedName: "kind",
|
|
3222
2932
|
required: true,
|
|
3223
|
-
|
|
2933
|
+
type: {
|
|
2934
|
+
name: "String"
|
|
2935
|
+
}
|
|
2936
|
+
},
|
|
2937
|
+
etag: {
|
|
2938
|
+
serializedName: "etag",
|
|
2939
|
+
type: {
|
|
2940
|
+
name: "String"
|
|
2941
|
+
}
|
|
2942
|
+
},
|
|
2943
|
+
applicationId: {
|
|
2944
|
+
serializedName: "properties.ApplicationId",
|
|
2945
|
+
readOnly: true,
|
|
2946
|
+
type: {
|
|
2947
|
+
name: "String"
|
|
2948
|
+
}
|
|
2949
|
+
},
|
|
2950
|
+
appId: {
|
|
2951
|
+
serializedName: "properties.AppId",
|
|
2952
|
+
readOnly: true,
|
|
2953
|
+
type: {
|
|
2954
|
+
name: "String"
|
|
2955
|
+
}
|
|
2956
|
+
},
|
|
2957
|
+
namePropertiesName: {
|
|
2958
|
+
serializedName: "properties.Name",
|
|
2959
|
+
readOnly: true,
|
|
2960
|
+
type: {
|
|
2961
|
+
name: "String"
|
|
2962
|
+
}
|
|
2963
|
+
},
|
|
2964
|
+
applicationType: {
|
|
2965
|
+
defaultValue: "web",
|
|
2966
|
+
serializedName: "properties.Application_Type",
|
|
2967
|
+
type: {
|
|
2968
|
+
name: "String"
|
|
2969
|
+
}
|
|
2970
|
+
},
|
|
2971
|
+
flowType: {
|
|
2972
|
+
defaultValue: "Bluefield",
|
|
2973
|
+
serializedName: "properties.Flow_Type",
|
|
2974
|
+
type: {
|
|
2975
|
+
name: "String"
|
|
2976
|
+
}
|
|
2977
|
+
},
|
|
2978
|
+
requestSource: {
|
|
2979
|
+
defaultValue: "rest",
|
|
2980
|
+
serializedName: "properties.Request_Source",
|
|
2981
|
+
type: {
|
|
2982
|
+
name: "String"
|
|
2983
|
+
}
|
|
2984
|
+
},
|
|
2985
|
+
instrumentationKey: {
|
|
2986
|
+
serializedName: "properties.InstrumentationKey",
|
|
2987
|
+
readOnly: true,
|
|
2988
|
+
type: {
|
|
2989
|
+
name: "String"
|
|
2990
|
+
}
|
|
2991
|
+
},
|
|
2992
|
+
creationDate: {
|
|
2993
|
+
serializedName: "properties.CreationDate",
|
|
2994
|
+
readOnly: true,
|
|
2995
|
+
type: {
|
|
2996
|
+
name: "DateTime"
|
|
2997
|
+
}
|
|
2998
|
+
},
|
|
2999
|
+
tenantId: {
|
|
3000
|
+
serializedName: "properties.TenantId",
|
|
3001
|
+
readOnly: true,
|
|
3002
|
+
type: {
|
|
3003
|
+
name: "String"
|
|
3004
|
+
}
|
|
3005
|
+
},
|
|
3006
|
+
hockeyAppId: {
|
|
3007
|
+
serializedName: "properties.HockeyAppId",
|
|
3008
|
+
type: {
|
|
3009
|
+
name: "String"
|
|
3010
|
+
}
|
|
3011
|
+
},
|
|
3012
|
+
hockeyAppToken: {
|
|
3013
|
+
serializedName: "properties.HockeyAppToken",
|
|
3014
|
+
readOnly: true,
|
|
3015
|
+
type: {
|
|
3016
|
+
name: "String"
|
|
3017
|
+
}
|
|
3018
|
+
},
|
|
3019
|
+
provisioningState: {
|
|
3020
|
+
serializedName: "properties.provisioningState",
|
|
3021
|
+
readOnly: true,
|
|
3022
|
+
type: {
|
|
3023
|
+
name: "String"
|
|
3024
|
+
}
|
|
3025
|
+
},
|
|
3026
|
+
samplingPercentage: {
|
|
3027
|
+
serializedName: "properties.SamplingPercentage",
|
|
3028
|
+
type: {
|
|
3029
|
+
name: "Number"
|
|
3030
|
+
}
|
|
3031
|
+
},
|
|
3032
|
+
connectionString: {
|
|
3033
|
+
serializedName: "properties.ConnectionString",
|
|
3034
|
+
readOnly: true,
|
|
3035
|
+
type: {
|
|
3036
|
+
name: "String"
|
|
3037
|
+
}
|
|
3038
|
+
},
|
|
3039
|
+
retentionInDays: {
|
|
3040
|
+
serializedName: "properties.RetentionInDays",
|
|
3041
|
+
type: {
|
|
3042
|
+
name: "Number"
|
|
3043
|
+
}
|
|
3044
|
+
},
|
|
3045
|
+
disableIpMasking: {
|
|
3046
|
+
serializedName: "properties.DisableIpMasking",
|
|
3047
|
+
type: {
|
|
3048
|
+
name: "Boolean"
|
|
3049
|
+
}
|
|
3050
|
+
},
|
|
3051
|
+
immediatePurgeDataOn30Days: {
|
|
3052
|
+
serializedName: "properties.ImmediatePurgeDataOn30Days",
|
|
3053
|
+
type: {
|
|
3054
|
+
name: "Boolean"
|
|
3055
|
+
}
|
|
3056
|
+
},
|
|
3057
|
+
workspaceResourceId: {
|
|
3058
|
+
serializedName: "properties.WorkspaceResourceId",
|
|
3059
|
+
type: {
|
|
3060
|
+
name: "String"
|
|
3061
|
+
}
|
|
3062
|
+
},
|
|
3063
|
+
laMigrationDate: {
|
|
3064
|
+
serializedName: "properties.LaMigrationDate",
|
|
3065
|
+
readOnly: true,
|
|
3066
|
+
type: {
|
|
3067
|
+
name: "DateTime"
|
|
3068
|
+
}
|
|
3069
|
+
},
|
|
3070
|
+
privateLinkScopedResources: {
|
|
3071
|
+
serializedName: "properties.PrivateLinkScopedResources",
|
|
3072
|
+
readOnly: true,
|
|
3224
3073
|
type: {
|
|
3225
3074
|
name: "Sequence",
|
|
3226
3075
|
element: {
|
|
3227
3076
|
type: {
|
|
3228
3077
|
name: "Composite",
|
|
3229
|
-
className: "
|
|
3078
|
+
className: "PrivateLinkScopedResource"
|
|
3230
3079
|
}
|
|
3231
3080
|
}
|
|
3232
3081
|
}
|
|
3233
3082
|
},
|
|
3234
|
-
|
|
3235
|
-
|
|
3083
|
+
publicNetworkAccessForIngestion: {
|
|
3084
|
+
defaultValue: "Enabled",
|
|
3085
|
+
serializedName: "properties.publicNetworkAccessForIngestion",
|
|
3236
3086
|
type: {
|
|
3237
3087
|
name: "String"
|
|
3238
3088
|
}
|
|
3089
|
+
},
|
|
3090
|
+
publicNetworkAccessForQuery: {
|
|
3091
|
+
defaultValue: "Enabled",
|
|
3092
|
+
serializedName: "properties.publicNetworkAccessForQuery",
|
|
3093
|
+
type: {
|
|
3094
|
+
name: "String"
|
|
3095
|
+
}
|
|
3096
|
+
},
|
|
3097
|
+
ingestionMode: {
|
|
3098
|
+
defaultValue: "LogAnalytics",
|
|
3099
|
+
serializedName: "properties.IngestionMode",
|
|
3100
|
+
type: {
|
|
3101
|
+
name: "String"
|
|
3102
|
+
}
|
|
3103
|
+
},
|
|
3104
|
+
disableLocalAuth: {
|
|
3105
|
+
serializedName: "properties.DisableLocalAuth",
|
|
3106
|
+
type: {
|
|
3107
|
+
name: "Boolean"
|
|
3108
|
+
}
|
|
3109
|
+
},
|
|
3110
|
+
forceCustomerStorageForProfiler: {
|
|
3111
|
+
serializedName: "properties.ForceCustomerStorageForProfiler",
|
|
3112
|
+
type: {
|
|
3113
|
+
name: "Boolean"
|
|
3114
|
+
}
|
|
3239
3115
|
}
|
|
3240
3116
|
}
|
|
3241
3117
|
}
|
|
3242
3118
|
};
|
|
3243
3119
|
|
|
3244
|
-
export const
|
|
3245
|
-
serializedName: "WorkbookTemplatesListResult",
|
|
3120
|
+
export const WorkbookResource: coreClient.CompositeMapper = {
|
|
3246
3121
|
type: {
|
|
3247
3122
|
name: "Composite",
|
|
3248
|
-
className: "
|
|
3123
|
+
className: "WorkbookResource",
|
|
3249
3124
|
modelProperties: {
|
|
3250
|
-
|
|
3251
|
-
|
|
3125
|
+
...TrackedResource.type.modelProperties,
|
|
3126
|
+
identity: {
|
|
3127
|
+
serializedName: "identity",
|
|
3252
3128
|
type: {
|
|
3253
|
-
name: "
|
|
3254
|
-
|
|
3255
|
-
|
|
3256
|
-
|
|
3257
|
-
|
|
3258
|
-
|
|
3259
|
-
|
|
3129
|
+
name: "Composite",
|
|
3130
|
+
className: "WorkbookResourceIdentity"
|
|
3131
|
+
}
|
|
3132
|
+
},
|
|
3133
|
+
kind: {
|
|
3134
|
+
serializedName: "kind",
|
|
3135
|
+
type: {
|
|
3136
|
+
name: "String"
|
|
3137
|
+
}
|
|
3138
|
+
},
|
|
3139
|
+
etag: {
|
|
3140
|
+
serializedName: "etag",
|
|
3141
|
+
type: {
|
|
3142
|
+
name: "String"
|
|
3260
3143
|
}
|
|
3261
3144
|
}
|
|
3262
3145
|
}
|
|
3263
3146
|
}
|
|
3264
3147
|
};
|
|
3265
3148
|
|
|
3266
|
-
export const
|
|
3267
|
-
serializedName: "MyWorkbooksListResult",
|
|
3149
|
+
export const ComponentLinkedStorageAccounts: coreClient.CompositeMapper = {
|
|
3268
3150
|
type: {
|
|
3269
3151
|
name: "Composite",
|
|
3270
|
-
className: "
|
|
3152
|
+
className: "ComponentLinkedStorageAccounts",
|
|
3271
3153
|
modelProperties: {
|
|
3272
|
-
|
|
3273
|
-
|
|
3274
|
-
serializedName: "",
|
|
3275
|
-
type: {
|
|
3276
|
-
name: "Sequence",
|
|
3277
|
-
element: {
|
|
3278
|
-
type: {
|
|
3279
|
-
name: "Composite",
|
|
3280
|
-
className: "MyWorkbook"
|
|
3281
|
-
}
|
|
3282
|
-
}
|
|
3283
|
-
}
|
|
3284
|
-
},
|
|
3285
|
-
nextLink: {
|
|
3286
|
-
serializedName: "nextLink",
|
|
3154
|
+
...ProxyResource.type.modelProperties,
|
|
3155
|
+
linkedStorageAccount: {
|
|
3156
|
+
serializedName: "properties.linkedStorageAccount",
|
|
3287
3157
|
type: {
|
|
3288
3158
|
name: "String"
|
|
3289
3159
|
}
|
|
@@ -3292,56 +3162,93 @@ export const MyWorkbooksListResult: msRest.CompositeMapper = {
|
|
|
3292
3162
|
}
|
|
3293
3163
|
};
|
|
3294
3164
|
|
|
3295
|
-
export const
|
|
3296
|
-
serializedName: "WorkbooksListResult",
|
|
3165
|
+
export const Workbook: coreClient.CompositeMapper = {
|
|
3297
3166
|
type: {
|
|
3298
3167
|
name: "Composite",
|
|
3299
|
-
className: "
|
|
3168
|
+
className: "Workbook",
|
|
3300
3169
|
modelProperties: {
|
|
3301
|
-
|
|
3170
|
+
...WorkbookResource.type.modelProperties,
|
|
3171
|
+
systemData: {
|
|
3172
|
+
serializedName: "systemData",
|
|
3173
|
+
type: {
|
|
3174
|
+
name: "Composite",
|
|
3175
|
+
className: "SystemData"
|
|
3176
|
+
}
|
|
3177
|
+
},
|
|
3178
|
+
displayName: {
|
|
3179
|
+
serializedName: "properties.displayName",
|
|
3180
|
+
type: {
|
|
3181
|
+
name: "String"
|
|
3182
|
+
}
|
|
3183
|
+
},
|
|
3184
|
+
serializedData: {
|
|
3185
|
+
serializedName: "properties.serializedData",
|
|
3186
|
+
nullable: true,
|
|
3187
|
+
type: {
|
|
3188
|
+
name: "String"
|
|
3189
|
+
}
|
|
3190
|
+
},
|
|
3191
|
+
version: {
|
|
3192
|
+
serializedName: "properties.version",
|
|
3193
|
+
type: {
|
|
3194
|
+
name: "String"
|
|
3195
|
+
}
|
|
3196
|
+
},
|
|
3197
|
+
timeModified: {
|
|
3198
|
+
serializedName: "properties.timeModified",
|
|
3302
3199
|
readOnly: true,
|
|
3303
|
-
serializedName: "",
|
|
3304
3200
|
type: {
|
|
3305
|
-
name: "
|
|
3306
|
-
element: {
|
|
3307
|
-
type: {
|
|
3308
|
-
name: "Composite",
|
|
3309
|
-
className: "Workbook"
|
|
3310
|
-
}
|
|
3311
|
-
}
|
|
3201
|
+
name: "DateTime"
|
|
3312
3202
|
}
|
|
3313
3203
|
},
|
|
3314
|
-
|
|
3315
|
-
serializedName: "
|
|
3204
|
+
category: {
|
|
3205
|
+
serializedName: "properties.category",
|
|
3316
3206
|
type: {
|
|
3317
3207
|
name: "String"
|
|
3318
3208
|
}
|
|
3319
|
-
}
|
|
3320
|
-
|
|
3321
|
-
|
|
3322
|
-
};
|
|
3323
|
-
|
|
3324
|
-
export const ApplicationInsightsComponentListResult: msRest.CompositeMapper = {
|
|
3325
|
-
serializedName: "ApplicationInsightsComponentListResult",
|
|
3326
|
-
type: {
|
|
3327
|
-
name: "Composite",
|
|
3328
|
-
className: "ApplicationInsightsComponentListResult",
|
|
3329
|
-
modelProperties: {
|
|
3330
|
-
value: {
|
|
3331
|
-
required: true,
|
|
3332
|
-
serializedName: "",
|
|
3209
|
+
},
|
|
3210
|
+
tagsPropertiesTags: {
|
|
3211
|
+
serializedName: "properties.tags",
|
|
3333
3212
|
type: {
|
|
3334
3213
|
name: "Sequence",
|
|
3335
3214
|
element: {
|
|
3336
3215
|
type: {
|
|
3337
|
-
name: "
|
|
3338
|
-
className: "ApplicationInsightsComponent"
|
|
3216
|
+
name: "String"
|
|
3339
3217
|
}
|
|
3340
3218
|
}
|
|
3341
3219
|
}
|
|
3342
3220
|
},
|
|
3343
|
-
|
|
3344
|
-
serializedName: "
|
|
3221
|
+
userId: {
|
|
3222
|
+
serializedName: "properties.userId",
|
|
3223
|
+
readOnly: true,
|
|
3224
|
+
type: {
|
|
3225
|
+
name: "String"
|
|
3226
|
+
}
|
|
3227
|
+
},
|
|
3228
|
+
sourceId: {
|
|
3229
|
+
serializedName: "properties.sourceId",
|
|
3230
|
+
type: {
|
|
3231
|
+
name: "String"
|
|
3232
|
+
}
|
|
3233
|
+
},
|
|
3234
|
+
storageUri: {
|
|
3235
|
+
serializedName: "properties.storageUri",
|
|
3236
|
+
nullable: true,
|
|
3237
|
+
type: {
|
|
3238
|
+
name: "String"
|
|
3239
|
+
}
|
|
3240
|
+
},
|
|
3241
|
+
description: {
|
|
3242
|
+
serializedName: "properties.description",
|
|
3243
|
+
nullable: true,
|
|
3244
|
+
type: {
|
|
3245
|
+
name: "String"
|
|
3246
|
+
}
|
|
3247
|
+
},
|
|
3248
|
+
revision: {
|
|
3249
|
+
serializedName: "properties.revision",
|
|
3250
|
+
readOnly: true,
|
|
3251
|
+
nullable: true,
|
|
3345
3252
|
type: {
|
|
3346
3253
|
name: "String"
|
|
3347
3254
|
}
|