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