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