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