@azure/arm-appinsights 5.0.0-beta.6 → 5.0.0-beta.8
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 +5 -15
- package/LICENSE +4 -4
- package/README.md +30 -19
- package/dist/browser/applicationInsightsManagementClient.d.ts +37 -0
- package/dist/browser/applicationInsightsManagementClient.d.ts.map +1 -0
- package/dist/browser/applicationInsightsManagementClient.js +90 -0
- package/dist/browser/applicationInsightsManagementClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/models/index.d.ts +2147 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +170 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.d.ts +93 -0
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/dist/browser/models/mappers.js +3239 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.d.ts +65 -0
- package/dist/browser/models/parameters.d.ts.map +1 -0
- package/dist/browser/models/parameters.js +542 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/aPIKeys.d.ts +55 -0
- package/dist/browser/operations/aPIKeys.d.ts.map +1 -0
- package/dist/browser/operations/aPIKeys.js +191 -0
- package/dist/browser/operations/aPIKeys.js.map +1 -0
- package/dist/browser/operations/analyticsItems.d.ts +51 -0
- package/dist/browser/operations/analyticsItems.d.ts.map +1 -0
- package/dist/browser/operations/analyticsItems.js +157 -0
- package/dist/browser/operations/analyticsItems.js.map +1 -0
- package/dist/browser/operations/annotations.d.ts +63 -0
- package/dist/browser/operations/annotations.d.ts.map +1 -0
- package/dist/browser/operations/annotations.js +213 -0
- package/dist/browser/operations/annotations.js.map +1 -0
- package/dist/browser/operations/componentAvailableFeatures.d.ts +20 -0
- package/dist/browser/operations/componentAvailableFeatures.d.ts.map +1 -0
- package/dist/browser/operations/componentAvailableFeatures.js +50 -0
- package/dist/browser/operations/componentAvailableFeatures.js.map +1 -0
- package/dist/browser/operations/componentCurrentBillingFeatures.d.ts +29 -0
- package/dist/browser/operations/componentCurrentBillingFeatures.d.ts.map +1 -0
- package/dist/browser/operations/componentCurrentBillingFeatures.js +81 -0
- package/dist/browser/operations/componentCurrentBillingFeatures.js.map +1 -0
- package/dist/browser/operations/componentFeatureCapabilities.d.ts +20 -0
- package/dist/browser/operations/componentFeatureCapabilities.d.ts.map +1 -0
- package/dist/browser/operations/componentFeatureCapabilities.js +50 -0
- package/dist/browser/operations/componentFeatureCapabilities.js.map +1 -0
- package/dist/browser/operations/componentLinkedStorageAccountsOperations.d.ts +53 -0
- package/dist/browser/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
- package/dist/browser/operations/componentLinkedStorageAccountsOperations.js +174 -0
- package/dist/browser/operations/componentLinkedStorageAccountsOperations.js.map +1 -0
- package/dist/browser/operations/componentQuotaStatus.d.ts +20 -0
- package/dist/browser/operations/componentQuotaStatus.d.ts.map +1 -0
- package/dist/browser/operations/componentQuotaStatus.js +50 -0
- package/dist/browser/operations/componentQuotaStatus.js.map +1 -0
- package/dist/browser/operations/components.d.ts +112 -0
- package/dist/browser/operations/components.d.ts.map +1 -0
- package/dist/browser/operations/components.js +459 -0
- package/dist/browser/operations/components.js.map +1 -0
- package/dist/browser/operations/deletedWorkbooks.d.ts +32 -0
- package/dist/browser/operations/deletedWorkbooks.d.ts.map +1 -0
- package/dist/browser/operations/deletedWorkbooks.js +141 -0
- package/dist/browser/operations/deletedWorkbooks.js.map +1 -0
- package/dist/browser/operations/exportConfigurations.d.ts +58 -0
- package/dist/browser/operations/exportConfigurations.d.ts.map +1 -0
- package/dist/browser/operations/exportConfigurations.js +195 -0
- package/dist/browser/operations/exportConfigurations.js.map +1 -0
- package/dist/browser/operations/favorites.d.ts +55 -0
- package/dist/browser/operations/favorites.d.ts.map +1 -0
- package/dist/browser/operations/favorites.js +196 -0
- package/dist/browser/operations/favorites.js.map +1 -0
- package/dist/browser/operations/index.d.ts +21 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +28 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/liveToken.d.ts +19 -0
- package/dist/browser/operations/liveToken.d.ts.map +1 -0
- package/dist/browser/operations/liveToken.js +47 -0
- package/dist/browser/operations/liveToken.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +32 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +133 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/proactiveDetectionConfigurations.d.ts +40 -0
- package/dist/browser/operations/proactiveDetectionConfigurations.d.ts.map +1 -0
- package/dist/browser/operations/proactiveDetectionConfigurations.js +130 -0
- package/dist/browser/operations/proactiveDetectionConfigurations.js.map +1 -0
- package/dist/browser/operations/webTestLocations.d.ts +30 -0
- package/dist/browser/operations/webTestLocations.d.ts.map +1 -0
- package/dist/browser/operations/webTestLocations.js +102 -0
- package/dist/browser/operations/webTestLocations.js.map +1 -0
- package/dist/browser/operations/webTests.d.ts +108 -0
- package/dist/browser/operations/webTests.d.ts.map +1 -0
- package/dist/browser/operations/webTests.js +472 -0
- package/dist/browser/operations/webTests.js.map +1 -0
- package/dist/browser/operations/workItemConfigurations.d.ts +75 -0
- package/dist/browser/operations/workItemConfigurations.d.ts.map +1 -0
- package/dist/browser/operations/workItemConfigurations.js +263 -0
- package/dist/browser/operations/workItemConfigurations.js.map +1 -0
- package/dist/browser/operations/workbookTemplates.d.ts +57 -0
- package/dist/browser/operations/workbookTemplates.d.ts.map +1 -0
- package/dist/browser/operations/workbookTemplates.js +229 -0
- package/dist/browser/operations/workbookTemplates.js.map +1 -0
- package/dist/browser/operations/workbooks.d.ts +118 -0
- package/dist/browser/operations/workbooks.d.ts.map +1 -0
- package/dist/browser/operations/workbooks.js +557 -0
- package/dist/browser/operations/workbooks.js.map +1 -0
- package/dist/browser/operationsInterfaces/aPIKeys.d.ts +38 -0
- package/dist/browser/operationsInterfaces/aPIKeys.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/aPIKeys.js.map +1 -0
- package/dist/browser/operationsInterfaces/analyticsItems.d.ts +43 -0
- package/dist/browser/operationsInterfaces/analyticsItems.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/analyticsItems.js.map +1 -0
- package/dist/browser/operationsInterfaces/annotations.d.ts +43 -0
- package/dist/browser/operationsInterfaces/annotations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/annotations.js.map +1 -0
- package/dist/browser/operationsInterfaces/componentAvailableFeatures.d.ts +12 -0
- package/dist/browser/operationsInterfaces/componentAvailableFeatures.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/componentAvailableFeatures.js.map +1 -0
- package/dist/browser/operationsInterfaces/componentCurrentBillingFeatures.d.ts +21 -0
- package/dist/browser/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -0
- package/dist/browser/operationsInterfaces/componentFeatureCapabilities.d.ts +12 -0
- package/dist/browser/operationsInterfaces/componentFeatureCapabilities.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/componentFeatureCapabilities.js.map +1 -0
- package/dist/browser/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +45 -0
- package/dist/browser/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/componentQuotaStatus.d.ts +12 -0
- package/dist/browser/operationsInterfaces/componentQuotaStatus.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/componentQuotaStatus.js.map +1 -0
- package/dist/browser/operationsInterfaces/components.d.ts +76 -0
- package/dist/browser/operationsInterfaces/components.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/components.js.map +1 -0
- package/dist/browser/operationsInterfaces/deletedWorkbooks.d.ts +11 -0
- package/dist/browser/operationsInterfaces/deletedWorkbooks.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/deletedWorkbooks.js +9 -0
- package/dist/browser/operationsInterfaces/deletedWorkbooks.js.map +1 -0
- package/dist/browser/operationsInterfaces/exportConfigurations.d.ts +50 -0
- package/dist/browser/operationsInterfaces/exportConfigurations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/exportConfigurations.js.map +1 -0
- package/dist/browser/operationsInterfaces/favorites.d.ts +47 -0
- package/dist/browser/operationsInterfaces/favorites.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/favorites.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +21 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +28 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/liveToken.d.ts +11 -0
- package/dist/browser/operationsInterfaces/liveToken.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/liveToken.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js +9 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/proactiveDetectionConfigurations.d.ts +32 -0
- package/dist/browser/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -0
- package/dist/browser/operationsInterfaces/webTestLocations.d.ts +13 -0
- package/dist/browser/operationsInterfaces/webTestLocations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/webTestLocations.js.map +1 -0
- package/dist/browser/operationsInterfaces/webTests.d.ts +55 -0
- package/dist/browser/operationsInterfaces/webTests.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/webTests.js.map +1 -0
- package/dist/browser/operationsInterfaces/workItemConfigurations.d.ts +58 -0
- package/dist/browser/operationsInterfaces/workItemConfigurations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/workItemConfigurations.js.map +1 -0
- package/dist/browser/operationsInterfaces/workbookTemplates.d.ts +41 -0
- package/dist/browser/operationsInterfaces/workbookTemplates.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/workbookTemplates.js.map +1 -0
- package/dist/browser/operationsInterfaces/workbooks.d.ts +63 -0
- package/dist/browser/operationsInterfaces/workbooks.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/workbooks.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.d.ts +13 -0
- package/dist/browser/pagingHelper.d.ts.map +1 -0
- package/dist/browser/pagingHelper.js +32 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/applicationInsightsManagementClient.d.ts +37 -0
- package/dist/commonjs/applicationInsightsManagementClient.d.ts.map +1 -0
- package/dist/commonjs/applicationInsightsManagementClient.js +95 -0
- package/dist/commonjs/applicationInsightsManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +2147 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +173 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +93 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +3243 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +65 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +546 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/aPIKeys.d.ts +55 -0
- package/dist/commonjs/operations/aPIKeys.d.ts.map +1 -0
- package/dist/commonjs/operations/aPIKeys.js +195 -0
- package/dist/commonjs/operations/aPIKeys.js.map +1 -0
- package/dist/commonjs/operations/analyticsItems.d.ts +51 -0
- package/dist/commonjs/operations/analyticsItems.d.ts.map +1 -0
- package/dist/commonjs/operations/analyticsItems.js +162 -0
- package/dist/commonjs/operations/analyticsItems.js.map +1 -0
- package/dist/commonjs/operations/annotations.d.ts +63 -0
- package/dist/commonjs/operations/annotations.d.ts.map +1 -0
- package/dist/commonjs/operations/annotations.js +217 -0
- package/dist/commonjs/operations/annotations.js.map +1 -0
- package/dist/commonjs/operations/componentAvailableFeatures.d.ts +20 -0
- package/dist/commonjs/operations/componentAvailableFeatures.d.ts.map +1 -0
- package/dist/commonjs/operations/componentAvailableFeatures.js +55 -0
- package/dist/commonjs/operations/componentAvailableFeatures.js.map +1 -0
- package/dist/commonjs/operations/componentCurrentBillingFeatures.d.ts +29 -0
- package/dist/commonjs/operations/componentCurrentBillingFeatures.d.ts.map +1 -0
- package/dist/commonjs/operations/componentCurrentBillingFeatures.js +86 -0
- package/dist/commonjs/operations/componentCurrentBillingFeatures.js.map +1 -0
- package/dist/commonjs/operations/componentFeatureCapabilities.d.ts +20 -0
- package/dist/commonjs/operations/componentFeatureCapabilities.d.ts.map +1 -0
- package/dist/commonjs/operations/componentFeatureCapabilities.js +55 -0
- package/dist/commonjs/operations/componentFeatureCapabilities.js.map +1 -0
- package/dist/commonjs/operations/componentLinkedStorageAccountsOperations.d.ts +53 -0
- package/dist/commonjs/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/componentLinkedStorageAccountsOperations.js +179 -0
- package/dist/commonjs/operations/componentLinkedStorageAccountsOperations.js.map +1 -0
- package/dist/commonjs/operations/componentQuotaStatus.d.ts +20 -0
- package/dist/commonjs/operations/componentQuotaStatus.d.ts.map +1 -0
- package/dist/commonjs/operations/componentQuotaStatus.js +55 -0
- package/dist/commonjs/operations/componentQuotaStatus.js.map +1 -0
- package/dist/commonjs/operations/components.d.ts +112 -0
- package/dist/commonjs/operations/components.d.ts.map +1 -0
- package/dist/commonjs/operations/components.js +463 -0
- package/dist/commonjs/operations/components.js.map +1 -0
- package/dist/commonjs/operations/deletedWorkbooks.d.ts +32 -0
- package/dist/commonjs/operations/deletedWorkbooks.d.ts.map +1 -0
- package/dist/commonjs/operations/deletedWorkbooks.js +145 -0
- package/dist/commonjs/operations/deletedWorkbooks.js.map +1 -0
- package/dist/commonjs/operations/exportConfigurations.d.ts +58 -0
- package/dist/commonjs/operations/exportConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operations/exportConfigurations.js +200 -0
- package/dist/commonjs/operations/exportConfigurations.js.map +1 -0
- package/dist/commonjs/operations/favorites.d.ts +55 -0
- package/dist/commonjs/operations/favorites.d.ts.map +1 -0
- package/dist/commonjs/operations/favorites.js +201 -0
- package/dist/commonjs/operations/favorites.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +21 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +31 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/liveToken.d.ts +19 -0
- package/dist/commonjs/operations/liveToken.d.ts.map +1 -0
- package/dist/commonjs/operations/liveToken.js +52 -0
- package/dist/commonjs/operations/liveToken.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +137 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/proactiveDetectionConfigurations.d.ts +40 -0
- package/dist/commonjs/operations/proactiveDetectionConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operations/proactiveDetectionConfigurations.js +135 -0
- package/dist/commonjs/operations/proactiveDetectionConfigurations.js.map +1 -0
- package/dist/commonjs/operations/webTestLocations.d.ts +30 -0
- package/dist/commonjs/operations/webTestLocations.d.ts.map +1 -0
- package/dist/commonjs/operations/webTestLocations.js +106 -0
- package/dist/commonjs/operations/webTestLocations.js.map +1 -0
- package/dist/commonjs/operations/webTests.d.ts +108 -0
- package/dist/commonjs/operations/webTests.d.ts.map +1 -0
- package/dist/commonjs/operations/webTests.js +476 -0
- package/dist/commonjs/operations/webTests.js.map +1 -0
- package/dist/commonjs/operations/workItemConfigurations.d.ts +75 -0
- package/dist/commonjs/operations/workItemConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operations/workItemConfigurations.js +267 -0
- package/dist/commonjs/operations/workItemConfigurations.js.map +1 -0
- package/dist/commonjs/operations/workbookTemplates.d.ts +57 -0
- package/dist/commonjs/operations/workbookTemplates.d.ts.map +1 -0
- package/dist/commonjs/operations/workbookTemplates.js +233 -0
- package/dist/commonjs/operations/workbookTemplates.js.map +1 -0
- package/dist/commonjs/operations/workbooks.d.ts +118 -0
- package/dist/commonjs/operations/workbooks.d.ts.map +1 -0
- package/dist/commonjs/operations/workbooks.js +561 -0
- package/dist/commonjs/operations/workbooks.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/aPIKeys.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/aPIKeys.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/aPIKeys.js +10 -0
- package/dist/commonjs/operationsInterfaces/aPIKeys.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/analyticsItems.d.ts +43 -0
- package/dist/commonjs/operationsInterfaces/analyticsItems.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/analyticsItems.js +10 -0
- package/dist/commonjs/operationsInterfaces/analyticsItems.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/annotations.d.ts +43 -0
- package/dist/commonjs/operationsInterfaces/annotations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/annotations.js +10 -0
- package/dist/commonjs/operationsInterfaces/annotations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/componentAvailableFeatures.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/componentAvailableFeatures.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/componentAvailableFeatures.js +10 -0
- package/dist/commonjs/operationsInterfaces/componentAvailableFeatures.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/componentCurrentBillingFeatures.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/componentCurrentBillingFeatures.js +10 -0
- package/dist/commonjs/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/componentFeatureCapabilities.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/componentFeatureCapabilities.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/componentFeatureCapabilities.js +10 -0
- package/dist/commonjs/operationsInterfaces/componentFeatureCapabilities.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +45 -0
- package/dist/commonjs/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/componentLinkedStorageAccountsOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/componentQuotaStatus.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/componentQuotaStatus.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/componentQuotaStatus.js +10 -0
- package/dist/commonjs/operationsInterfaces/componentQuotaStatus.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/components.d.ts +76 -0
- package/dist/commonjs/operationsInterfaces/components.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/components.js +10 -0
- package/dist/commonjs/operationsInterfaces/components.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/deletedWorkbooks.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/deletedWorkbooks.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/deletedWorkbooks.js +10 -0
- package/dist/commonjs/operationsInterfaces/deletedWorkbooks.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/exportConfigurations.d.ts +50 -0
- package/dist/commonjs/operationsInterfaces/exportConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/exportConfigurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/exportConfigurations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/favorites.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/favorites.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/favorites.js +10 -0
- package/dist/commonjs/operationsInterfaces/favorites.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +31 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/liveToken.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/liveToken.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/liveToken.js +10 -0
- package/dist/commonjs/operationsInterfaces/liveToken.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/proactiveDetectionConfigurations.d.ts +32 -0
- package/dist/commonjs/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/proactiveDetectionConfigurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/webTestLocations.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/webTestLocations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/webTestLocations.js +10 -0
- package/dist/commonjs/operationsInterfaces/webTestLocations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/webTests.d.ts +55 -0
- package/dist/commonjs/operationsInterfaces/webTests.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/webTests.js +10 -0
- package/dist/commonjs/operationsInterfaces/webTests.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/workItemConfigurations.d.ts +58 -0
- package/dist/commonjs/operationsInterfaces/workItemConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/workItemConfigurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/workItemConfigurations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/workbookTemplates.d.ts +41 -0
- package/dist/commonjs/operationsInterfaces/workbookTemplates.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/workbookTemplates.js +10 -0
- package/dist/commonjs/operationsInterfaces/workbookTemplates.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/workbooks.d.ts +63 -0
- package/dist/commonjs/operationsInterfaces/workbooks.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/workbooks.js +10 -0
- package/dist/commonjs/operationsInterfaces/workbooks.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/applicationInsightsManagementClient.d.ts +37 -0
- package/dist/esm/applicationInsightsManagementClient.d.ts.map +1 -0
- package/dist/esm/applicationInsightsManagementClient.js +90 -0
- package/dist/esm/applicationInsightsManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/models/index.d.ts +2147 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +170 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +93 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +3239 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +65 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +542 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/aPIKeys.d.ts +55 -0
- package/dist/esm/operations/aPIKeys.d.ts.map +1 -0
- package/dist/esm/operations/aPIKeys.js +191 -0
- package/dist/esm/operations/aPIKeys.js.map +1 -0
- package/dist/esm/operations/analyticsItems.d.ts +51 -0
- package/dist/esm/operations/analyticsItems.d.ts.map +1 -0
- package/dist/esm/operations/analyticsItems.js +157 -0
- package/dist/esm/operations/analyticsItems.js.map +1 -0
- package/dist/esm/operations/annotations.d.ts +63 -0
- package/dist/esm/operations/annotations.d.ts.map +1 -0
- package/dist/esm/operations/annotations.js +213 -0
- package/dist/esm/operations/annotations.js.map +1 -0
- package/dist/esm/operations/componentAvailableFeatures.d.ts +20 -0
- package/dist/esm/operations/componentAvailableFeatures.d.ts.map +1 -0
- package/dist/esm/operations/componentAvailableFeatures.js +50 -0
- package/dist/esm/operations/componentAvailableFeatures.js.map +1 -0
- package/dist/esm/operations/componentCurrentBillingFeatures.d.ts +29 -0
- package/dist/esm/operations/componentCurrentBillingFeatures.d.ts.map +1 -0
- package/dist/esm/operations/componentCurrentBillingFeatures.js +81 -0
- package/dist/esm/operations/componentCurrentBillingFeatures.js.map +1 -0
- package/dist/esm/operations/componentFeatureCapabilities.d.ts +20 -0
- package/dist/esm/operations/componentFeatureCapabilities.d.ts.map +1 -0
- package/dist/esm/operations/componentFeatureCapabilities.js +50 -0
- package/dist/esm/operations/componentFeatureCapabilities.js.map +1 -0
- package/dist/esm/operations/componentLinkedStorageAccountsOperations.d.ts +53 -0
- package/dist/esm/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
- package/dist/esm/operations/componentLinkedStorageAccountsOperations.js +174 -0
- package/dist/esm/operations/componentLinkedStorageAccountsOperations.js.map +1 -0
- package/dist/esm/operations/componentQuotaStatus.d.ts +20 -0
- package/dist/esm/operations/componentQuotaStatus.d.ts.map +1 -0
- package/dist/esm/operations/componentQuotaStatus.js +50 -0
- package/dist/esm/operations/componentQuotaStatus.js.map +1 -0
- package/dist/esm/operations/components.d.ts +112 -0
- package/dist/esm/operations/components.d.ts.map +1 -0
- package/dist/esm/operations/components.js +459 -0
- package/dist/esm/operations/components.js.map +1 -0
- package/dist/esm/operations/deletedWorkbooks.d.ts +32 -0
- package/dist/esm/operations/deletedWorkbooks.d.ts.map +1 -0
- package/dist/esm/operations/deletedWorkbooks.js +141 -0
- package/dist/esm/operations/deletedWorkbooks.js.map +1 -0
- package/dist/esm/operations/exportConfigurations.d.ts +58 -0
- package/dist/esm/operations/exportConfigurations.d.ts.map +1 -0
- package/dist/esm/operations/exportConfigurations.js +195 -0
- package/dist/esm/operations/exportConfigurations.js.map +1 -0
- package/dist/esm/operations/favorites.d.ts +55 -0
- package/dist/esm/operations/favorites.d.ts.map +1 -0
- package/dist/esm/operations/favorites.js +196 -0
- package/dist/esm/operations/favorites.js.map +1 -0
- package/dist/esm/operations/index.d.ts +21 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +28 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/liveToken.d.ts +19 -0
- package/dist/esm/operations/liveToken.d.ts.map +1 -0
- package/dist/esm/operations/liveToken.js +47 -0
- package/dist/esm/operations/liveToken.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +133 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/proactiveDetectionConfigurations.d.ts +40 -0
- package/dist/esm/operations/proactiveDetectionConfigurations.d.ts.map +1 -0
- package/dist/esm/operations/proactiveDetectionConfigurations.js +130 -0
- package/dist/esm/operations/proactiveDetectionConfigurations.js.map +1 -0
- package/dist/esm/operations/webTestLocations.d.ts +30 -0
- package/dist/esm/operations/webTestLocations.d.ts.map +1 -0
- package/dist/esm/operations/webTestLocations.js +102 -0
- package/dist/esm/operations/webTestLocations.js.map +1 -0
- package/dist/esm/operations/webTests.d.ts +108 -0
- package/dist/esm/operations/webTests.d.ts.map +1 -0
- package/dist/esm/operations/webTests.js +472 -0
- package/dist/esm/operations/webTests.js.map +1 -0
- package/dist/esm/operations/workItemConfigurations.d.ts +75 -0
- package/dist/esm/operations/workItemConfigurations.d.ts.map +1 -0
- package/dist/esm/operations/workItemConfigurations.js +263 -0
- package/dist/esm/operations/workItemConfigurations.js.map +1 -0
- package/dist/esm/operations/workbookTemplates.d.ts +57 -0
- package/dist/esm/operations/workbookTemplates.d.ts.map +1 -0
- package/dist/esm/operations/workbookTemplates.js +229 -0
- package/dist/esm/operations/workbookTemplates.js.map +1 -0
- package/dist/esm/operations/workbooks.d.ts +118 -0
- package/dist/esm/operations/workbooks.d.ts.map +1 -0
- package/dist/esm/operations/workbooks.js +557 -0
- package/dist/esm/operations/workbooks.js.map +1 -0
- package/dist/esm/operationsInterfaces/aPIKeys.d.ts +38 -0
- package/dist/esm/operationsInterfaces/aPIKeys.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/aPIKeys.js +9 -0
- package/dist/esm/operationsInterfaces/aPIKeys.js.map +1 -0
- package/dist/esm/operationsInterfaces/analyticsItems.d.ts +43 -0
- package/dist/esm/operationsInterfaces/analyticsItems.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/analyticsItems.js +9 -0
- package/dist/esm/operationsInterfaces/analyticsItems.js.map +1 -0
- package/dist/esm/operationsInterfaces/annotations.d.ts +43 -0
- package/dist/esm/operationsInterfaces/annotations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/annotations.js +9 -0
- package/dist/esm/operationsInterfaces/annotations.js.map +1 -0
- package/dist/esm/operationsInterfaces/componentAvailableFeatures.d.ts +12 -0
- package/dist/esm/operationsInterfaces/componentAvailableFeatures.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/componentAvailableFeatures.js +9 -0
- package/dist/esm/operationsInterfaces/componentAvailableFeatures.js.map +1 -0
- package/dist/esm/operationsInterfaces/componentCurrentBillingFeatures.d.ts +21 -0
- package/dist/esm/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/componentCurrentBillingFeatures.js +9 -0
- package/dist/esm/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -0
- package/dist/esm/operationsInterfaces/componentFeatureCapabilities.d.ts +12 -0
- package/dist/esm/operationsInterfaces/componentFeatureCapabilities.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/componentFeatureCapabilities.js +9 -0
- package/dist/esm/operationsInterfaces/componentFeatureCapabilities.js.map +1 -0
- package/dist/esm/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +45 -0
- package/dist/esm/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/componentLinkedStorageAccountsOperations.js +9 -0
- package/dist/esm/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/componentQuotaStatus.d.ts +12 -0
- package/dist/esm/operationsInterfaces/componentQuotaStatus.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/componentQuotaStatus.js +9 -0
- package/dist/esm/operationsInterfaces/componentQuotaStatus.js.map +1 -0
- package/dist/esm/operationsInterfaces/components.d.ts +76 -0
- package/dist/esm/operationsInterfaces/components.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/components.js +9 -0
- package/dist/esm/operationsInterfaces/components.js.map +1 -0
- package/dist/esm/operationsInterfaces/deletedWorkbooks.d.ts +11 -0
- package/dist/esm/operationsInterfaces/deletedWorkbooks.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/deletedWorkbooks.js +9 -0
- package/dist/esm/operationsInterfaces/deletedWorkbooks.js.map +1 -0
- package/dist/esm/operationsInterfaces/exportConfigurations.d.ts +50 -0
- package/dist/esm/operationsInterfaces/exportConfigurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/exportConfigurations.js +9 -0
- package/dist/esm/operationsInterfaces/exportConfigurations.js.map +1 -0
- package/dist/esm/operationsInterfaces/favorites.d.ts +47 -0
- package/dist/esm/operationsInterfaces/favorites.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/favorites.js +9 -0
- package/dist/esm/operationsInterfaces/favorites.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +21 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +28 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/liveToken.d.ts +11 -0
- package/dist/esm/operationsInterfaces/liveToken.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/liveToken.js +9 -0
- package/dist/esm/operationsInterfaces/liveToken.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/proactiveDetectionConfigurations.d.ts +32 -0
- package/dist/esm/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/proactiveDetectionConfigurations.js +9 -0
- package/dist/esm/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -0
- package/dist/esm/operationsInterfaces/webTestLocations.d.ts +13 -0
- package/dist/esm/operationsInterfaces/webTestLocations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/webTestLocations.js +9 -0
- package/dist/esm/operationsInterfaces/webTestLocations.js.map +1 -0
- package/dist/esm/operationsInterfaces/webTests.d.ts +55 -0
- package/dist/esm/operationsInterfaces/webTests.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/webTests.js +9 -0
- package/dist/esm/operationsInterfaces/webTests.js.map +1 -0
- package/dist/esm/operationsInterfaces/workItemConfigurations.d.ts +58 -0
- package/dist/esm/operationsInterfaces/workItemConfigurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/workItemConfigurations.js +9 -0
- package/dist/esm/operationsInterfaces/workItemConfigurations.js.map +1 -0
- package/dist/esm/operationsInterfaces/workbookTemplates.d.ts +41 -0
- package/dist/esm/operationsInterfaces/workbookTemplates.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/workbookTemplates.js +9 -0
- package/dist/esm/operationsInterfaces/workbookTemplates.js.map +1 -0
- package/dist/esm/operationsInterfaces/workbooks.d.ts +63 -0
- package/dist/esm/operationsInterfaces/workbooks.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/workbooks.js +9 -0
- package/dist/esm/operationsInterfaces/workbooks.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/applicationInsightsManagementClient.d.ts +37 -0
- package/dist/react-native/applicationInsightsManagementClient.d.ts.map +1 -0
- package/dist/react-native/applicationInsightsManagementClient.js +90 -0
- package/dist/react-native/applicationInsightsManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2147 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +170 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +93 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +3239 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +65 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +542 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/aPIKeys.d.ts +55 -0
- package/dist/react-native/operations/aPIKeys.d.ts.map +1 -0
- package/dist/react-native/operations/aPIKeys.js +191 -0
- package/dist/react-native/operations/aPIKeys.js.map +1 -0
- package/dist/react-native/operations/analyticsItems.d.ts +51 -0
- package/dist/react-native/operations/analyticsItems.d.ts.map +1 -0
- package/dist/react-native/operations/analyticsItems.js +157 -0
- package/dist/react-native/operations/analyticsItems.js.map +1 -0
- package/dist/react-native/operations/annotations.d.ts +63 -0
- package/dist/react-native/operations/annotations.d.ts.map +1 -0
- package/dist/react-native/operations/annotations.js +213 -0
- package/dist/react-native/operations/annotations.js.map +1 -0
- package/dist/react-native/operations/componentAvailableFeatures.d.ts +20 -0
- package/dist/react-native/operations/componentAvailableFeatures.d.ts.map +1 -0
- package/dist/react-native/operations/componentAvailableFeatures.js +50 -0
- package/dist/react-native/operations/componentAvailableFeatures.js.map +1 -0
- package/dist/react-native/operations/componentCurrentBillingFeatures.d.ts +29 -0
- package/dist/react-native/operations/componentCurrentBillingFeatures.d.ts.map +1 -0
- package/dist/react-native/operations/componentCurrentBillingFeatures.js +81 -0
- package/dist/react-native/operations/componentCurrentBillingFeatures.js.map +1 -0
- package/dist/react-native/operations/componentFeatureCapabilities.d.ts +20 -0
- package/dist/react-native/operations/componentFeatureCapabilities.d.ts.map +1 -0
- package/dist/react-native/operations/componentFeatureCapabilities.js +50 -0
- package/dist/react-native/operations/componentFeatureCapabilities.js.map +1 -0
- package/dist/react-native/operations/componentLinkedStorageAccountsOperations.d.ts +53 -0
- package/dist/react-native/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
- package/dist/react-native/operations/componentLinkedStorageAccountsOperations.js +174 -0
- package/dist/react-native/operations/componentLinkedStorageAccountsOperations.js.map +1 -0
- package/dist/react-native/operations/componentQuotaStatus.d.ts +20 -0
- package/dist/react-native/operations/componentQuotaStatus.d.ts.map +1 -0
- package/dist/react-native/operations/componentQuotaStatus.js +50 -0
- package/dist/react-native/operations/componentQuotaStatus.js.map +1 -0
- package/dist/react-native/operations/components.d.ts +112 -0
- package/dist/react-native/operations/components.d.ts.map +1 -0
- package/dist/react-native/operations/components.js +459 -0
- package/dist/react-native/operations/components.js.map +1 -0
- package/dist/react-native/operations/deletedWorkbooks.d.ts +32 -0
- package/dist/react-native/operations/deletedWorkbooks.d.ts.map +1 -0
- package/dist/react-native/operations/deletedWorkbooks.js +141 -0
- package/dist/react-native/operations/deletedWorkbooks.js.map +1 -0
- package/dist/react-native/operations/exportConfigurations.d.ts +58 -0
- package/dist/react-native/operations/exportConfigurations.d.ts.map +1 -0
- package/dist/react-native/operations/exportConfigurations.js +195 -0
- package/dist/react-native/operations/exportConfigurations.js.map +1 -0
- package/dist/react-native/operations/favorites.d.ts +55 -0
- package/dist/react-native/operations/favorites.d.ts.map +1 -0
- package/dist/react-native/operations/favorites.js +196 -0
- package/dist/react-native/operations/favorites.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +21 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +28 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/liveToken.d.ts +19 -0
- package/dist/react-native/operations/liveToken.d.ts.map +1 -0
- package/dist/react-native/operations/liveToken.js +47 -0
- package/dist/react-native/operations/liveToken.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +133 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/proactiveDetectionConfigurations.d.ts +40 -0
- package/dist/react-native/operations/proactiveDetectionConfigurations.d.ts.map +1 -0
- package/dist/react-native/operations/proactiveDetectionConfigurations.js +130 -0
- package/dist/react-native/operations/proactiveDetectionConfigurations.js.map +1 -0
- package/dist/react-native/operations/webTestLocations.d.ts +30 -0
- package/dist/react-native/operations/webTestLocations.d.ts.map +1 -0
- package/dist/react-native/operations/webTestLocations.js +102 -0
- package/dist/react-native/operations/webTestLocations.js.map +1 -0
- package/dist/react-native/operations/webTests.d.ts +108 -0
- package/dist/react-native/operations/webTests.d.ts.map +1 -0
- package/dist/react-native/operations/webTests.js +472 -0
- package/dist/react-native/operations/webTests.js.map +1 -0
- package/dist/react-native/operations/workItemConfigurations.d.ts +75 -0
- package/dist/react-native/operations/workItemConfigurations.d.ts.map +1 -0
- package/dist/react-native/operations/workItemConfigurations.js +263 -0
- package/dist/react-native/operations/workItemConfigurations.js.map +1 -0
- package/dist/react-native/operations/workbookTemplates.d.ts +57 -0
- package/dist/react-native/operations/workbookTemplates.d.ts.map +1 -0
- package/dist/react-native/operations/workbookTemplates.js +229 -0
- package/dist/react-native/operations/workbookTemplates.js.map +1 -0
- package/dist/react-native/operations/workbooks.d.ts +118 -0
- package/dist/react-native/operations/workbooks.d.ts.map +1 -0
- package/dist/react-native/operations/workbooks.js +557 -0
- package/dist/react-native/operations/workbooks.js.map +1 -0
- package/dist/react-native/operationsInterfaces/aPIKeys.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/aPIKeys.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/aPIKeys.js +9 -0
- package/dist/react-native/operationsInterfaces/aPIKeys.js.map +1 -0
- package/dist/react-native/operationsInterfaces/analyticsItems.d.ts +43 -0
- package/dist/react-native/operationsInterfaces/analyticsItems.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/analyticsItems.js +9 -0
- package/dist/react-native/operationsInterfaces/analyticsItems.js.map +1 -0
- package/dist/react-native/operationsInterfaces/annotations.d.ts +43 -0
- package/dist/react-native/operationsInterfaces/annotations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/annotations.js +9 -0
- package/dist/react-native/operationsInterfaces/annotations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/componentAvailableFeatures.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/componentAvailableFeatures.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/componentAvailableFeatures.js +9 -0
- package/dist/react-native/operationsInterfaces/componentAvailableFeatures.js.map +1 -0
- package/dist/react-native/operationsInterfaces/componentCurrentBillingFeatures.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/componentCurrentBillingFeatures.js +9 -0
- package/dist/react-native/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -0
- package/dist/react-native/operationsInterfaces/componentFeatureCapabilities.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/componentFeatureCapabilities.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/componentFeatureCapabilities.js +9 -0
- package/dist/react-native/operationsInterfaces/componentFeatureCapabilities.js.map +1 -0
- package/dist/react-native/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +45 -0
- package/dist/react-native/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/componentLinkedStorageAccountsOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/componentQuotaStatus.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/componentQuotaStatus.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/componentQuotaStatus.js +9 -0
- package/dist/react-native/operationsInterfaces/componentQuotaStatus.js.map +1 -0
- package/dist/react-native/operationsInterfaces/components.d.ts +76 -0
- package/dist/react-native/operationsInterfaces/components.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/components.js +9 -0
- package/dist/react-native/operationsInterfaces/components.js.map +1 -0
- package/dist/react-native/operationsInterfaces/deletedWorkbooks.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/deletedWorkbooks.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/deletedWorkbooks.js +9 -0
- package/dist/react-native/operationsInterfaces/deletedWorkbooks.js.map +1 -0
- package/dist/react-native/operationsInterfaces/exportConfigurations.d.ts +50 -0
- package/dist/react-native/operationsInterfaces/exportConfigurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/exportConfigurations.js +9 -0
- package/dist/react-native/operationsInterfaces/exportConfigurations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/favorites.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/favorites.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/favorites.js +9 -0
- package/dist/react-native/operationsInterfaces/favorites.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +28 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/liveToken.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/liveToken.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/liveToken.js +9 -0
- package/dist/react-native/operationsInterfaces/liveToken.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/proactiveDetectionConfigurations.d.ts +32 -0
- package/dist/react-native/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/proactiveDetectionConfigurations.js +9 -0
- package/dist/react-native/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/webTestLocations.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/webTestLocations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/webTestLocations.js +9 -0
- package/dist/react-native/operationsInterfaces/webTestLocations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/webTests.d.ts +55 -0
- package/dist/react-native/operationsInterfaces/webTests.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/webTests.js +9 -0
- package/dist/react-native/operationsInterfaces/webTests.js.map +1 -0
- package/dist/react-native/operationsInterfaces/workItemConfigurations.d.ts +58 -0
- package/dist/react-native/operationsInterfaces/workItemConfigurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/workItemConfigurations.js +9 -0
- package/dist/react-native/operationsInterfaces/workItemConfigurations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/workbookTemplates.d.ts +41 -0
- package/dist/react-native/operationsInterfaces/workbookTemplates.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/workbookTemplates.js +9 -0
- package/dist/react-native/operationsInterfaces/workbookTemplates.js.map +1 -0
- package/dist/react-native/operationsInterfaces/workbooks.d.ts +63 -0
- package/dist/react-native/operationsInterfaces/workbooks.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/workbooks.js +9 -0
- package/dist/react-native/operationsInterfaces/workbooks.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +90 -61
- package/review/arm-appinsights.api.md +202 -264
- package/LICENSE.txt +0 -21
- package/dist/index.js +0 -7745
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/src/applicationInsightsManagementClient.d.ts +0 -35
- package/dist-esm/src/applicationInsightsManagementClient.d.ts.map +0 -1
- package/dist-esm/src/applicationInsightsManagementClient.js +0 -86
- package/dist-esm/src/applicationInsightsManagementClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -12
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/models/index.d.ts +0 -2119
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -137
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -88
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -3076
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts +0 -63
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -515
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/aPIKeys.d.ts +0 -55
- package/dist-esm/src/operations/aPIKeys.d.ts.map +0 -1
- package/dist-esm/src/operations/aPIKeys.js +0 -185
- package/dist-esm/src/operations/aPIKeys.js.map +0 -1
- package/dist-esm/src/operations/analyticsItems.d.ts +0 -51
- package/dist-esm/src/operations/analyticsItems.d.ts.map +0 -1
- package/dist-esm/src/operations/analyticsItems.js +0 -157
- package/dist-esm/src/operations/analyticsItems.js.map +0 -1
- package/dist-esm/src/operations/annotations.d.ts +0 -63
- package/dist-esm/src/operations/annotations.d.ts.map +0 -1
- package/dist-esm/src/operations/annotations.js +0 -207
- package/dist-esm/src/operations/annotations.js.map +0 -1
- package/dist-esm/src/operations/componentAvailableFeatures.d.ts +0 -20
- package/dist-esm/src/operations/componentAvailableFeatures.d.ts.map +0 -1
- package/dist-esm/src/operations/componentAvailableFeatures.js +0 -50
- package/dist-esm/src/operations/componentAvailableFeatures.js.map +0 -1
- package/dist-esm/src/operations/componentCurrentBillingFeatures.d.ts +0 -29
- package/dist-esm/src/operations/componentCurrentBillingFeatures.d.ts.map +0 -1
- package/dist-esm/src/operations/componentCurrentBillingFeatures.js +0 -81
- package/dist-esm/src/operations/componentCurrentBillingFeatures.js.map +0 -1
- package/dist-esm/src/operations/componentFeatureCapabilities.d.ts +0 -20
- package/dist-esm/src/operations/componentFeatureCapabilities.d.ts.map +0 -1
- package/dist-esm/src/operations/componentFeatureCapabilities.js +0 -50
- package/dist-esm/src/operations/componentFeatureCapabilities.js.map +0 -1
- package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.d.ts +0 -53
- package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.js +0 -174
- package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.js.map +0 -1
- package/dist-esm/src/operations/componentQuotaStatus.d.ts +0 -20
- package/dist-esm/src/operations/componentQuotaStatus.d.ts.map +0 -1
- package/dist-esm/src/operations/componentQuotaStatus.js +0 -50
- package/dist-esm/src/operations/componentQuotaStatus.js.map +0 -1
- package/dist-esm/src/operations/components.d.ts +0 -108
- package/dist-esm/src/operations/components.d.ts.map +0 -1
- package/dist-esm/src/operations/components.js +0 -430
- package/dist-esm/src/operations/components.js.map +0 -1
- package/dist-esm/src/operations/exportConfigurations.d.ts +0 -58
- package/dist-esm/src/operations/exportConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operations/exportConfigurations.js +0 -195
- package/dist-esm/src/operations/exportConfigurations.js.map +0 -1
- package/dist-esm/src/operations/favorites.d.ts +0 -55
- package/dist-esm/src/operations/favorites.d.ts.map +0 -1
- package/dist-esm/src/operations/favorites.js +0 -196
- package/dist-esm/src/operations/favorites.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -20
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -27
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/liveToken.d.ts +0 -19
- package/dist-esm/src/operations/liveToken.d.ts.map +0 -1
- package/dist-esm/src/operations/liveToken.js +0 -47
- package/dist-esm/src/operations/liveToken.js.map +0 -1
- package/dist-esm/src/operations/myWorkbooks.d.ts +0 -89
- package/dist-esm/src/operations/myWorkbooks.d.ts.map +0 -1
- package/dist-esm/src/operations/myWorkbooks.js +0 -387
- package/dist-esm/src/operations/myWorkbooks.js.map +0 -1
- package/dist-esm/src/operations/proactiveDetectionConfigurations.d.ts +0 -40
- package/dist-esm/src/operations/proactiveDetectionConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operations/proactiveDetectionConfigurations.js +0 -130
- package/dist-esm/src/operations/proactiveDetectionConfigurations.js.map +0 -1
- package/dist-esm/src/operations/webTestLocations.d.ts +0 -30
- package/dist-esm/src/operations/webTestLocations.d.ts.map +0 -1
- package/dist-esm/src/operations/webTestLocations.js +0 -96
- package/dist-esm/src/operations/webTestLocations.js.map +0 -1
- package/dist-esm/src/operations/webTests.d.ts +0 -108
- package/dist-esm/src/operations/webTests.d.ts.map +0 -1
- package/dist-esm/src/operations/webTests.js +0 -435
- package/dist-esm/src/operations/webTests.js.map +0 -1
- package/dist-esm/src/operations/workItemConfigurations.d.ts +0 -75
- package/dist-esm/src/operations/workItemConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operations/workItemConfigurations.js +0 -257
- package/dist-esm/src/operations/workItemConfigurations.js.map +0 -1
- package/dist-esm/src/operations/workbookTemplates.d.ts +0 -57
- package/dist-esm/src/operations/workbookTemplates.d.ts.map +0 -1
- package/dist-esm/src/operations/workbookTemplates.js +0 -223
- package/dist-esm/src/operations/workbookTemplates.js.map +0 -1
- package/dist-esm/src/operations/workbooks.d.ts +0 -120
- package/dist-esm/src/operations/workbooks.d.ts.map +0 -1
- package/dist-esm/src/operations/workbooks.js +0 -530
- package/dist-esm/src/operations/workbooks.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/aPIKeys.d.ts +0 -38
- package/dist-esm/src/operationsInterfaces/aPIKeys.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/aPIKeys.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/analyticsItems.d.ts +0 -43
- package/dist-esm/src/operationsInterfaces/analyticsItems.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/analyticsItems.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/annotations.d.ts +0 -43
- package/dist-esm/src/operationsInterfaces/annotations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/annotations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.d.ts +0 -21
- package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +0 -45
- package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/componentQuotaStatus.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/componentQuotaStatus.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/componentQuotaStatus.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/components.d.ts +0 -72
- package/dist-esm/src/operationsInterfaces/components.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/components.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/exportConfigurations.d.ts +0 -50
- package/dist-esm/src/operationsInterfaces/exportConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/exportConfigurations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/favorites.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/favorites.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/favorites.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -20
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -27
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/liveToken.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/liveToken.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/liveToken.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/myWorkbooks.d.ts +0 -49
- package/dist-esm/src/operationsInterfaces/myWorkbooks.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/myWorkbooks.js +0 -9
- package/dist-esm/src/operationsInterfaces/myWorkbooks.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.d.ts +0 -32
- package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/webTestLocations.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/webTestLocations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/webTestLocations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/webTests.d.ts +0 -55
- package/dist-esm/src/operationsInterfaces/webTests.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/webTests.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/workItemConfigurations.d.ts +0 -58
- package/dist-esm/src/operationsInterfaces/workItemConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/workItemConfigurations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/workbookTemplates.d.ts +0 -41
- package/dist-esm/src/operationsInterfaces/workbookTemplates.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/workbookTemplates.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/workbooks.d.ts +0 -63
- package/dist-esm/src/operationsInterfaces/workbooks.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/workbooks.js.map +0 -1
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -38
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/rollup.config.js +0 -122
- package/src/applicationInsightsManagementClient.ts +0 -182
- package/src/index.ts +0 -12
- package/src/models/index.ts +0 -2406
- package/src/models/mappers.ts +0 -3258
- package/src/models/parameters.ts +0 -601
- package/src/operations/aPIKeys.ts +0 -246
- package/src/operations/analyticsItems.ts +0 -215
- package/src/operations/annotations.ts +0 -294
- package/src/operations/componentAvailableFeatures.ts +0 -70
- package/src/operations/componentCurrentBillingFeatures.ts +0 -114
- package/src/operations/componentFeatureCapabilities.ts +0 -70
- package/src/operations/componentLinkedStorageAccountsOperations.ts +0 -235
- package/src/operations/componentQuotaStatus.ts +0 -69
- package/src/operations/components.ts +0 -543
- package/src/operations/exportConfigurations.ts +0 -264
- package/src/operations/favorites.ts +0 -265
- package/src/operations/index.ts +0 -27
- package/src/operations/liveToken.ts +0 -61
- package/src/operations/myWorkbooks.ts +0 -509
- package/src/operations/proactiveDetectionConfigurations.ts +0 -179
- package/src/operations/webTestLocations.ts +0 -120
- package/src/operations/webTests.ts +0 -565
- package/src/operations/workItemConfigurations.ts +0 -341
- package/src/operations/workbookTemplates.ts +0 -286
- package/src/operations/workbooks.ts +0 -706
- package/src/operationsInterfaces/aPIKeys.ts +0 -76
- package/src/operationsInterfaces/analyticsItems.ts +0 -82
- package/src/operationsInterfaces/annotations.ts +0 -81
- package/src/operationsInterfaces/componentAvailableFeatures.ts +0 -27
- package/src/operationsInterfaces/componentCurrentBillingFeatures.ts +0 -44
- package/src/operationsInterfaces/componentFeatureCapabilities.ts +0 -27
- package/src/operationsInterfaces/componentLinkedStorageAccountsOperations.ts +0 -86
- package/src/operationsInterfaces/componentQuotaStatus.ts +0 -27
- package/src/operationsInterfaces/components.ts +0 -131
- package/src/operationsInterfaces/exportConfigurations.ts +0 -95
- package/src/operationsInterfaces/favorites.ts +0 -92
- package/src/operationsInterfaces/index.ts +0 -27
- package/src/operationsInterfaces/liveToken.ts +0 -22
- package/src/operationsInterfaces/myWorkbooks.ts +0 -95
- package/src/operationsInterfaces/proactiveDetectionConfigurations.ts +0 -63
- package/src/operationsInterfaces/webTestLocations.ts +0 -29
- package/src/operationsInterfaces/webTests.ts +0 -104
- package/src/operationsInterfaces/workItemConfigurations.ts +0 -109
- package/src/operationsInterfaces/workbookTemplates.ts +0 -80
- package/src/operationsInterfaces/workbooks.ts +0 -120
- package/tsconfig.json +0 -27
- package/types/arm-appinsights.d.ts +0 -3131
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/aPIKeys.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/analyticsItems.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/annotations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/componentAvailableFeatures.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/componentCurrentBillingFeatures.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/componentFeatureCapabilities.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/componentLinkedStorageAccountsOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/componentQuotaStatus.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/components.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/exportConfigurations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/favorites.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/liveToken.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/proactiveDetectionConfigurations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/webTestLocations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/webTests.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/workItemConfigurations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/workbookTemplates.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/workbooks.js +0 -0
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { ExportConfigurationsListOptionalParams, ExportConfigurationsListResponse, ApplicationInsightsComponentExportRequest, ExportConfigurationsCreateOptionalParams, ExportConfigurationsCreateResponse, ExportConfigurationsDeleteOptionalParams, ExportConfigurationsDeleteResponse, ExportConfigurationsGetOptionalParams, ExportConfigurationsGetResponse, ExportConfigurationsUpdateOptionalParams, ExportConfigurationsUpdateResponse } from "../models/index.js";
|
|
2
|
+
/** Interface representing a ExportConfigurations. */
|
|
3
|
+
export interface ExportConfigurations {
|
|
4
|
+
/**
|
|
5
|
+
* Gets a list of Continuous Export configuration of an Application Insights component.
|
|
6
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
7
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
8
|
+
* @param options The options parameters.
|
|
9
|
+
*/
|
|
10
|
+
list(resourceGroupName: string, resourceName: string, options?: ExportConfigurationsListOptionalParams): Promise<ExportConfigurationsListResponse>;
|
|
11
|
+
/**
|
|
12
|
+
* Create a Continuous Export configuration of an Application Insights component.
|
|
13
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
14
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
15
|
+
* @param exportProperties Properties that need to be specified to create a Continuous Export
|
|
16
|
+
* configuration of a Application Insights component.
|
|
17
|
+
* @param options The options parameters.
|
|
18
|
+
*/
|
|
19
|
+
create(resourceGroupName: string, resourceName: string, exportProperties: ApplicationInsightsComponentExportRequest, options?: ExportConfigurationsCreateOptionalParams): Promise<ExportConfigurationsCreateResponse>;
|
|
20
|
+
/**
|
|
21
|
+
* Delete a Continuous Export configuration of an Application Insights component.
|
|
22
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
23
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
24
|
+
* @param exportId The Continuous Export configuration ID. This is unique within a Application Insights
|
|
25
|
+
* component.
|
|
26
|
+
* @param options The options parameters.
|
|
27
|
+
*/
|
|
28
|
+
delete(resourceGroupName: string, resourceName: string, exportId: string, options?: ExportConfigurationsDeleteOptionalParams): Promise<ExportConfigurationsDeleteResponse>;
|
|
29
|
+
/**
|
|
30
|
+
* Get the Continuous Export configuration for this export id.
|
|
31
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
32
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
33
|
+
* @param exportId The Continuous Export configuration ID. This is unique within a Application Insights
|
|
34
|
+
* component.
|
|
35
|
+
* @param options The options parameters.
|
|
36
|
+
*/
|
|
37
|
+
get(resourceGroupName: string, resourceName: string, exportId: string, options?: ExportConfigurationsGetOptionalParams): Promise<ExportConfigurationsGetResponse>;
|
|
38
|
+
/**
|
|
39
|
+
* Update the Continuous Export configuration for this export id.
|
|
40
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
41
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
42
|
+
* @param exportId The Continuous Export configuration ID. This is unique within a Application Insights
|
|
43
|
+
* component.
|
|
44
|
+
* @param exportProperties Properties that need to be specified to update the Continuous Export
|
|
45
|
+
* configuration.
|
|
46
|
+
* @param options The options parameters.
|
|
47
|
+
*/
|
|
48
|
+
update(resourceGroupName: string, resourceName: string, exportId: string, exportProperties: ApplicationInsightsComponentExportRequest, options?: ExportConfigurationsUpdateOptionalParams): Promise<ExportConfigurationsUpdateResponse>;
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=exportConfigurations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"exportConfigurations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/exportConfigurations.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,sCAAsC,EACtC,gCAAgC,EAChC,yCAAyC,EACzC,wCAAwC,EACxC,kCAAkC,EAClC,wCAAwC,EACxC,kCAAkC,EAClC,qCAAqC,EACrC,+BAA+B,EAC/B,wCAAwC,EACxC,kCAAkC,EACnC,MAAM,oBAAoB,CAAC;AAE5B,qDAAqD;AACrD,MAAM,WAAW,oBAAoB;IACnC;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,gCAAgC,CAAC,CAAC;IAC7C;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,gBAAgB,EAAE,yCAAyC,EAC3D,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CAAC,kCAAkC,CAAC,CAAC;IAC/C;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CAAC,kCAAkC,CAAC,CAAC;IAC/C;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC,CAAC;IAC5C;;;;;;;;;OASG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,QAAQ,EAAE,MAAM,EAChB,gBAAgB,EAAE,yCAAyC,EAC3D,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CAAC,kCAAkC,CAAC,CAAC;CAChD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"exportConfigurations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/exportConfigurations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n ExportConfigurationsListOptionalParams,\n ExportConfigurationsListResponse,\n ApplicationInsightsComponentExportRequest,\n ExportConfigurationsCreateOptionalParams,\n ExportConfigurationsCreateResponse,\n ExportConfigurationsDeleteOptionalParams,\n ExportConfigurationsDeleteResponse,\n ExportConfigurationsGetOptionalParams,\n ExportConfigurationsGetResponse,\n ExportConfigurationsUpdateOptionalParams,\n ExportConfigurationsUpdateResponse,\n} from \"../models/index.js\";\n\n/** Interface representing a ExportConfigurations. */\nexport interface ExportConfigurations {\n /**\n * Gets a list of Continuous Export configuration of an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n resourceName: string,\n options?: ExportConfigurationsListOptionalParams,\n ): Promise<ExportConfigurationsListResponse>;\n /**\n * Create a Continuous Export configuration of an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param exportProperties Properties that need to be specified to create a Continuous Export\n * configuration of a Application Insights component.\n * @param options The options parameters.\n */\n create(\n resourceGroupName: string,\n resourceName: string,\n exportProperties: ApplicationInsightsComponentExportRequest,\n options?: ExportConfigurationsCreateOptionalParams,\n ): Promise<ExportConfigurationsCreateResponse>;\n /**\n * Delete a Continuous Export configuration of an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param exportId The Continuous Export configuration ID. This is unique within a Application Insights\n * component.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n resourceName: string,\n exportId: string,\n options?: ExportConfigurationsDeleteOptionalParams,\n ): Promise<ExportConfigurationsDeleteResponse>;\n /**\n * Get the Continuous Export configuration for this export id.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param exportId The Continuous Export configuration ID. This is unique within a Application Insights\n * component.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n resourceName: string,\n exportId: string,\n options?: ExportConfigurationsGetOptionalParams,\n ): Promise<ExportConfigurationsGetResponse>;\n /**\n * Update the Continuous Export configuration for this export id.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param exportId The Continuous Export configuration ID. This is unique within a Application Insights\n * component.\n * @param exportProperties Properties that need to be specified to update the Continuous Export\n * configuration.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n resourceName: string,\n exportId: string,\n exportProperties: ApplicationInsightsComponentExportRequest,\n options?: ExportConfigurationsUpdateOptionalParams,\n ): Promise<ExportConfigurationsUpdateResponse>;\n}\n"]}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { FavoritesListOptionalParams, FavoritesListResponse, FavoritesGetOptionalParams, FavoritesGetResponse, ApplicationInsightsComponentFavorite, FavoritesAddOptionalParams, FavoritesAddResponse, FavoritesUpdateOptionalParams, FavoritesUpdateResponse, FavoritesDeleteOptionalParams } from "../models/index.js";
|
|
2
|
+
/** Interface representing a Favorites. */
|
|
3
|
+
export interface Favorites {
|
|
4
|
+
/**
|
|
5
|
+
* Gets a list of favorites defined within an Application Insights component.
|
|
6
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
7
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
8
|
+
* @param options The options parameters.
|
|
9
|
+
*/
|
|
10
|
+
list(resourceGroupName: string, resourceName: string, options?: FavoritesListOptionalParams): Promise<FavoritesListResponse>;
|
|
11
|
+
/**
|
|
12
|
+
* Get a single favorite by its FavoriteId, defined within an Application Insights component.
|
|
13
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
14
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
15
|
+
* @param favoriteId The Id of a specific favorite defined in the Application Insights component
|
|
16
|
+
* @param options The options parameters.
|
|
17
|
+
*/
|
|
18
|
+
get(resourceGroupName: string, resourceName: string, favoriteId: string, options?: FavoritesGetOptionalParams): Promise<FavoritesGetResponse>;
|
|
19
|
+
/**
|
|
20
|
+
* Adds a new favorites to an Application Insights component.
|
|
21
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
22
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
23
|
+
* @param favoriteId The Id of a specific favorite defined in the Application Insights component
|
|
24
|
+
* @param favoriteProperties Properties that need to be specified to create a new favorite and add it
|
|
25
|
+
* to an Application Insights component.
|
|
26
|
+
* @param options The options parameters.
|
|
27
|
+
*/
|
|
28
|
+
add(resourceGroupName: string, resourceName: string, favoriteId: string, favoriteProperties: ApplicationInsightsComponentFavorite, options?: FavoritesAddOptionalParams): Promise<FavoritesAddResponse>;
|
|
29
|
+
/**
|
|
30
|
+
* Updates a favorite that has already been added to an Application Insights component.
|
|
31
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
32
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
33
|
+
* @param favoriteId The Id of a specific favorite defined in the Application Insights component
|
|
34
|
+
* @param favoriteProperties Properties that need to be specified to update the existing favorite.
|
|
35
|
+
* @param options The options parameters.
|
|
36
|
+
*/
|
|
37
|
+
update(resourceGroupName: string, resourceName: string, favoriteId: string, favoriteProperties: ApplicationInsightsComponentFavorite, options?: FavoritesUpdateOptionalParams): Promise<FavoritesUpdateResponse>;
|
|
38
|
+
/**
|
|
39
|
+
* Remove a favorite that is associated to an Application Insights component.
|
|
40
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
41
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
42
|
+
* @param favoriteId The Id of a specific favorite defined in the Application Insights component
|
|
43
|
+
* @param options The options parameters.
|
|
44
|
+
*/
|
|
45
|
+
delete(resourceGroupName: string, resourceName: string, favoriteId: string, options?: FavoritesDeleteOptionalParams): Promise<void>;
|
|
46
|
+
}
|
|
47
|
+
//# sourceMappingURL=favorites.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"favorites.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/favorites.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,2BAA2B,EAC3B,qBAAqB,EACrB,0BAA0B,EAC1B,oBAAoB,EACpB,oCAAoC,EACpC,0BAA0B,EAC1B,oBAAoB,EACpB,6BAA6B,EAC7B,uBAAuB,EACvB,6BAA6B,EAC9B,MAAM,oBAAoB,CAAC;AAE5B,0CAA0C;AAC1C,MAAM,WAAW,SAAS;IACxB;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,qBAAqB,CAAC,CAAC;IAClC;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,oBAAoB,CAAC,CAAC;IACjC;;;;;;;;OAQG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,MAAM,EAClB,kBAAkB,EAAE,oCAAoC,EACxD,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,oBAAoB,CAAC,CAAC;IACjC;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,MAAM,EAClB,kBAAkB,EAAE,oCAAoC,EACxD,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,uBAAuB,CAAC,CAAC;IACpC;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"favorites.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/favorites.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n FavoritesListOptionalParams,\n FavoritesListResponse,\n FavoritesGetOptionalParams,\n FavoritesGetResponse,\n ApplicationInsightsComponentFavorite,\n FavoritesAddOptionalParams,\n FavoritesAddResponse,\n FavoritesUpdateOptionalParams,\n FavoritesUpdateResponse,\n FavoritesDeleteOptionalParams,\n} from \"../models/index.js\";\n\n/** Interface representing a Favorites. */\nexport interface Favorites {\n /**\n * Gets a list of favorites defined within an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n resourceName: string,\n options?: FavoritesListOptionalParams,\n ): Promise<FavoritesListResponse>;\n /**\n * Get a single favorite by its FavoriteId, defined within an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param favoriteId The Id of a specific favorite defined in the Application Insights component\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n resourceName: string,\n favoriteId: string,\n options?: FavoritesGetOptionalParams,\n ): Promise<FavoritesGetResponse>;\n /**\n * Adds a new favorites to an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param favoriteId The Id of a specific favorite defined in the Application Insights component\n * @param favoriteProperties Properties that need to be specified to create a new favorite and add it\n * to an Application Insights component.\n * @param options The options parameters.\n */\n add(\n resourceGroupName: string,\n resourceName: string,\n favoriteId: string,\n favoriteProperties: ApplicationInsightsComponentFavorite,\n options?: FavoritesAddOptionalParams,\n ): Promise<FavoritesAddResponse>;\n /**\n * Updates a favorite that has already been added to an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param favoriteId The Id of a specific favorite defined in the Application Insights component\n * @param favoriteProperties Properties that need to be specified to update the existing favorite.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n resourceName: string,\n favoriteId: string,\n favoriteProperties: ApplicationInsightsComponentFavorite,\n options?: FavoritesUpdateOptionalParams,\n ): Promise<FavoritesUpdateResponse>;\n /**\n * Remove a favorite that is associated to an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param favoriteId The Id of a specific favorite defined in the Application Insights component\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n resourceName: string,\n favoriteId: string,\n options?: FavoritesDeleteOptionalParams,\n ): Promise<void>;\n}\n"]}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export * from "./components.js";
|
|
2
|
+
export * from "./annotations.js";
|
|
3
|
+
export * from "./aPIKeys.js";
|
|
4
|
+
export * from "./exportConfigurations.js";
|
|
5
|
+
export * from "./componentCurrentBillingFeatures.js";
|
|
6
|
+
export * from "./componentQuotaStatus.js";
|
|
7
|
+
export * from "./componentFeatureCapabilities.js";
|
|
8
|
+
export * from "./componentAvailableFeatures.js";
|
|
9
|
+
export * from "./proactiveDetectionConfigurations.js";
|
|
10
|
+
export * from "./workItemConfigurations.js";
|
|
11
|
+
export * from "./favorites.js";
|
|
12
|
+
export * from "./webTestLocations.js";
|
|
13
|
+
export * from "./webTests.js";
|
|
14
|
+
export * from "./analyticsItems.js";
|
|
15
|
+
export * from "./operations.js";
|
|
16
|
+
export * from "./workbookTemplates.js";
|
|
17
|
+
export * from "./workbooks.js";
|
|
18
|
+
export * from "./liveToken.js";
|
|
19
|
+
export * from "./componentLinkedStorageAccountsOperations.js";
|
|
20
|
+
export * from "./deletedWorkbooks.js";
|
|
21
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sCAAsC,CAAC;AACrD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mCAAmC,CAAC;AAClD,cAAc,iCAAiC,CAAC;AAChD,cAAc,uCAAuC,CAAC;AACtD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,+CAA+C,CAAC;AAC9D,cAAc,uBAAuB,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export * from "./components.js";
|
|
9
|
+
export * from "./annotations.js";
|
|
10
|
+
export * from "./aPIKeys.js";
|
|
11
|
+
export * from "./exportConfigurations.js";
|
|
12
|
+
export * from "./componentCurrentBillingFeatures.js";
|
|
13
|
+
export * from "./componentQuotaStatus.js";
|
|
14
|
+
export * from "./componentFeatureCapabilities.js";
|
|
15
|
+
export * from "./componentAvailableFeatures.js";
|
|
16
|
+
export * from "./proactiveDetectionConfigurations.js";
|
|
17
|
+
export * from "./workItemConfigurations.js";
|
|
18
|
+
export * from "./favorites.js";
|
|
19
|
+
export * from "./webTestLocations.js";
|
|
20
|
+
export * from "./webTests.js";
|
|
21
|
+
export * from "./analyticsItems.js";
|
|
22
|
+
export * from "./operations.js";
|
|
23
|
+
export * from "./workbookTemplates.js";
|
|
24
|
+
export * from "./workbooks.js";
|
|
25
|
+
export * from "./liveToken.js";
|
|
26
|
+
export * from "./componentLinkedStorageAccountsOperations.js";
|
|
27
|
+
export * from "./deletedWorkbooks.js";
|
|
28
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sCAAsC,CAAC;AACrD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mCAAmC,CAAC;AAClD,cAAc,iCAAiC,CAAC;AAChD,cAAc,uCAAuC,CAAC;AACtD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,+CAA+C,CAAC;AAC9D,cAAc,uBAAuB,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./components.js\";\nexport * from \"./annotations.js\";\nexport * from \"./aPIKeys.js\";\nexport * from \"./exportConfigurations.js\";\nexport * from \"./componentCurrentBillingFeatures.js\";\nexport * from \"./componentQuotaStatus.js\";\nexport * from \"./componentFeatureCapabilities.js\";\nexport * from \"./componentAvailableFeatures.js\";\nexport * from \"./proactiveDetectionConfigurations.js\";\nexport * from \"./workItemConfigurations.js\";\nexport * from \"./favorites.js\";\nexport * from \"./webTestLocations.js\";\nexport * from \"./webTests.js\";\nexport * from \"./analyticsItems.js\";\nexport * from \"./operations.js\";\nexport * from \"./workbookTemplates.js\";\nexport * from \"./workbooks.js\";\nexport * from \"./liveToken.js\";\nexport * from \"./componentLinkedStorageAccountsOperations.js\";\nexport * from \"./deletedWorkbooks.js\";\n"]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { LiveTokenGetOptionalParams, LiveTokenGetResponse } from "../models/index.js";
|
|
2
|
+
/** Interface representing a LiveToken. */
|
|
3
|
+
export interface LiveToken {
|
|
4
|
+
/**
|
|
5
|
+
* **Gets an access token for live metrics stream data.**
|
|
6
|
+
* @param resourceUri The identifier of the resource.
|
|
7
|
+
* @param options The options parameters.
|
|
8
|
+
*/
|
|
9
|
+
get(resourceUri: string, options?: LiveTokenGetOptionalParams): Promise<LiveTokenGetResponse>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=liveToken.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"liveToken.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/liveToken.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAEtF,0CAA0C;AAC1C,MAAM,WAAW,SAAS;IACxB;;;;OAIG;IACH,GAAG,CACD,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,oBAAoB,CAAC,CAAC;CAClC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"liveToken.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/liveToken.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { LiveTokenGetOptionalParams, LiveTokenGetResponse } from \"../models/index.js\";\n\n/** Interface representing a LiveToken. */\nexport interface LiveToken {\n /**\n * **Gets an access token for live metrics stream data.**\n * @param resourceUri The identifier of the resource.\n * @param options The options parameters.\n */\n get(\n resourceUri: string,\n options?: LiveTokenGetOptionalParams,\n ): Promise<LiveTokenGetResponse>;\n}\n"]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { Operation, OperationsListOptionalParams } from "../models/index.js";
|
|
3
|
+
/** Interface representing a Operations. */
|
|
4
|
+
export interface Operations {
|
|
5
|
+
/**
|
|
6
|
+
* Lists all of the available insights REST API operations.
|
|
7
|
+
* @param options The options parameters.
|
|
8
|
+
*/
|
|
9
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=operations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAG7E,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC,CAAC;CAC1C"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=operations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Operation, OperationsListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Operations. */\nexport interface Operations {\n /**\n * Lists all of the available insights REST API operations.\n * @param options The options parameters.\n */\n list(\n options?: OperationsListOptionalParams,\n ): PagedAsyncIterableIterator<Operation>;\n}\n"]}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { ProactiveDetectionConfigurationsListOptionalParams, ProactiveDetectionConfigurationsListResponse, ProactiveDetectionConfigurationsGetOptionalParams, ProactiveDetectionConfigurationsGetResponse, ApplicationInsightsComponentProactiveDetectionConfiguration, ProactiveDetectionConfigurationsUpdateOptionalParams, ProactiveDetectionConfigurationsUpdateResponse } from "../models/index.js";
|
|
2
|
+
/** Interface representing a ProactiveDetectionConfigurations. */
|
|
3
|
+
export interface ProactiveDetectionConfigurations {
|
|
4
|
+
/**
|
|
5
|
+
* Gets a list of ProactiveDetection configurations of an Application Insights component.
|
|
6
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
7
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
8
|
+
* @param options The options parameters.
|
|
9
|
+
*/
|
|
10
|
+
list(resourceGroupName: string, resourceName: string, options?: ProactiveDetectionConfigurationsListOptionalParams): Promise<ProactiveDetectionConfigurationsListResponse>;
|
|
11
|
+
/**
|
|
12
|
+
* Get the ProactiveDetection configuration for this configuration id.
|
|
13
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
14
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
15
|
+
* @param configurationId The ProactiveDetection configuration ID. This is unique within a Application
|
|
16
|
+
* Insights component.
|
|
17
|
+
* @param options The options parameters.
|
|
18
|
+
*/
|
|
19
|
+
get(resourceGroupName: string, resourceName: string, configurationId: string, options?: ProactiveDetectionConfigurationsGetOptionalParams): Promise<ProactiveDetectionConfigurationsGetResponse>;
|
|
20
|
+
/**
|
|
21
|
+
* Update the ProactiveDetection configuration for this configuration id.
|
|
22
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
23
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
24
|
+
* @param configurationId The ProactiveDetection configuration ID. This is unique within a Application
|
|
25
|
+
* Insights component.
|
|
26
|
+
* @param proactiveDetectionProperties Properties that need to be specified to update the
|
|
27
|
+
* ProactiveDetection configuration.
|
|
28
|
+
* @param options The options parameters.
|
|
29
|
+
*/
|
|
30
|
+
update(resourceGroupName: string, resourceName: string, configurationId: string, proactiveDetectionProperties: ApplicationInsightsComponentProactiveDetectionConfiguration, options?: ProactiveDetectionConfigurationsUpdateOptionalParams): Promise<ProactiveDetectionConfigurationsUpdateResponse>;
|
|
31
|
+
}
|
|
32
|
+
//# sourceMappingURL=proactiveDetectionConfigurations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"proactiveDetectionConfigurations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/proactiveDetectionConfigurations.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kDAAkD,EAClD,4CAA4C,EAC5C,iDAAiD,EACjD,2CAA2C,EAC3C,2DAA2D,EAC3D,oDAAoD,EACpD,8CAA8C,EAC/C,MAAM,oBAAoB,CAAC;AAE5B,iEAAiE;AACjE,MAAM,WAAW,gCAAgC;IAC/C;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,kDAAkD,GAC3D,OAAO,CAAC,4CAA4C,CAAC,CAAC;IACzD;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,iDAAiD,GAC1D,OAAO,CAAC,2CAA2C,CAAC,CAAC;IACxD;;;;;;;;;OASG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,eAAe,EAAE,MAAM,EACvB,4BAA4B,EAAE,2DAA2D,EACzF,OAAO,CAAC,EAAE,oDAAoD,GAC7D,OAAO,CAAC,8CAA8C,CAAC,CAAC;CAC5D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"proactiveDetectionConfigurations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/proactiveDetectionConfigurations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n ProactiveDetectionConfigurationsListOptionalParams,\n ProactiveDetectionConfigurationsListResponse,\n ProactiveDetectionConfigurationsGetOptionalParams,\n ProactiveDetectionConfigurationsGetResponse,\n ApplicationInsightsComponentProactiveDetectionConfiguration,\n ProactiveDetectionConfigurationsUpdateOptionalParams,\n ProactiveDetectionConfigurationsUpdateResponse,\n} from \"../models/index.js\";\n\n/** Interface representing a ProactiveDetectionConfigurations. */\nexport interface ProactiveDetectionConfigurations {\n /**\n * Gets a list of ProactiveDetection configurations of an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n resourceName: string,\n options?: ProactiveDetectionConfigurationsListOptionalParams,\n ): Promise<ProactiveDetectionConfigurationsListResponse>;\n /**\n * Get the ProactiveDetection configuration for this configuration id.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param configurationId The ProactiveDetection configuration ID. This is unique within a Application\n * Insights component.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n resourceName: string,\n configurationId: string,\n options?: ProactiveDetectionConfigurationsGetOptionalParams,\n ): Promise<ProactiveDetectionConfigurationsGetResponse>;\n /**\n * Update the ProactiveDetection configuration for this configuration id.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param configurationId The ProactiveDetection configuration ID. This is unique within a Application\n * Insights component.\n * @param proactiveDetectionProperties Properties that need to be specified to update the\n * ProactiveDetection configuration.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n resourceName: string,\n configurationId: string,\n proactiveDetectionProperties: ApplicationInsightsComponentProactiveDetectionConfiguration,\n options?: ProactiveDetectionConfigurationsUpdateOptionalParams,\n ): Promise<ProactiveDetectionConfigurationsUpdateResponse>;\n}\n"]}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { ApplicationInsightsComponentWebTestLocation, WebTestLocationsListOptionalParams } from "../models/index.js";
|
|
3
|
+
/** Interface representing a WebTestLocations. */
|
|
4
|
+
export interface WebTestLocations {
|
|
5
|
+
/**
|
|
6
|
+
* Gets a list of web test locations available to this Application Insights component.
|
|
7
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
8
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
9
|
+
* @param options The options parameters.
|
|
10
|
+
*/
|
|
11
|
+
list(resourceGroupName: string, resourceName: string, options?: WebTestLocationsListOptionalParams): PagedAsyncIterableIterator<ApplicationInsightsComponentWebTestLocation>;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=webTestLocations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"webTestLocations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/webTestLocations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,2CAA2C,EAC3C,kCAAkC,EACnC,MAAM,oBAAoB,CAAC;AAG5B,iDAAiD;AACjD,MAAM,WAAW,gBAAgB;IAC/B;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,0BAA0B,CAAC,2CAA2C,CAAC,CAAC;CAC5E"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"webTestLocations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/webTestLocations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n ApplicationInsightsComponentWebTestLocation,\n WebTestLocationsListOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a WebTestLocations. */\nexport interface WebTestLocations {\n /**\n * Gets a list of web test locations available to this Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n resourceName: string,\n options?: WebTestLocationsListOptionalParams,\n ): PagedAsyncIterableIterator<ApplicationInsightsComponentWebTestLocation>;\n}\n"]}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { WebTest, WebTestsListByResourceGroupOptionalParams, WebTestsListOptionalParams, WebTestsListByComponentOptionalParams, WebTestsGetOptionalParams, WebTestsGetResponse, WebTestsCreateOrUpdateOptionalParams, WebTestsCreateOrUpdateResponse, TagsResource, WebTestsUpdateTagsOptionalParams, WebTestsUpdateTagsResponse, WebTestsDeleteOptionalParams } from "../models/index.js";
|
|
3
|
+
/** Interface representing a WebTests. */
|
|
4
|
+
export interface WebTests {
|
|
5
|
+
/**
|
|
6
|
+
* Get all Application Insights web tests defined for the specified resource group.
|
|
7
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
8
|
+
* @param options The options parameters.
|
|
9
|
+
*/
|
|
10
|
+
listByResourceGroup(resourceGroupName: string, options?: WebTestsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<WebTest>;
|
|
11
|
+
/**
|
|
12
|
+
* Get all Application Insights web test definitions for the specified subscription.
|
|
13
|
+
* @param options The options parameters.
|
|
14
|
+
*/
|
|
15
|
+
list(options?: WebTestsListOptionalParams): PagedAsyncIterableIterator<WebTest>;
|
|
16
|
+
/**
|
|
17
|
+
* Get all Application Insights web tests defined for the specified component.
|
|
18
|
+
* @param componentName The name of the Application Insights component resource.
|
|
19
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
20
|
+
* @param options The options parameters.
|
|
21
|
+
*/
|
|
22
|
+
listByComponent(componentName: string, resourceGroupName: string, options?: WebTestsListByComponentOptionalParams): PagedAsyncIterableIterator<WebTest>;
|
|
23
|
+
/**
|
|
24
|
+
* Get a specific Application Insights web test definition.
|
|
25
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
26
|
+
* @param webTestName The name of the Application Insights WebTest resource.
|
|
27
|
+
* @param options The options parameters.
|
|
28
|
+
*/
|
|
29
|
+
get(resourceGroupName: string, webTestName: string, options?: WebTestsGetOptionalParams): Promise<WebTestsGetResponse>;
|
|
30
|
+
/**
|
|
31
|
+
* Creates or updates an Application Insights web test definition.
|
|
32
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
33
|
+
* @param webTestName The name of the Application Insights WebTest resource.
|
|
34
|
+
* @param webTestDefinition Properties that need to be specified to create or update an Application
|
|
35
|
+
* Insights web test definition.
|
|
36
|
+
* @param options The options parameters.
|
|
37
|
+
*/
|
|
38
|
+
createOrUpdate(resourceGroupName: string, webTestName: string, webTestDefinition: WebTest, options?: WebTestsCreateOrUpdateOptionalParams): Promise<WebTestsCreateOrUpdateResponse>;
|
|
39
|
+
/**
|
|
40
|
+
* Updates the tags associated with an Application Insights web test.
|
|
41
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
42
|
+
* @param webTestName The name of the Application Insights WebTest resource.
|
|
43
|
+
* @param webTestTags Updated tag information to associate with the web test resource.
|
|
44
|
+
* @param options The options parameters.
|
|
45
|
+
*/
|
|
46
|
+
updateTags(resourceGroupName: string, webTestName: string, webTestTags: TagsResource, options?: WebTestsUpdateTagsOptionalParams): Promise<WebTestsUpdateTagsResponse>;
|
|
47
|
+
/**
|
|
48
|
+
* Deletes an Application Insights web test.
|
|
49
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
50
|
+
* @param webTestName The name of the Application Insights WebTest resource.
|
|
51
|
+
* @param options The options parameters.
|
|
52
|
+
*/
|
|
53
|
+
delete(resourceGroupName: string, webTestName: string, options?: WebTestsDeleteOptionalParams): Promise<void>;
|
|
54
|
+
}
|
|
55
|
+
//# sourceMappingURL=webTests.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"webTests.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/webTests.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,OAAO,EACP,yCAAyC,EACzC,0BAA0B,EAC1B,qCAAqC,EACrC,yBAAyB,EACzB,mBAAmB,EACnB,oCAAoC,EACpC,8BAA8B,EAC9B,YAAY,EACZ,gCAAgC,EAChC,0BAA0B,EAC1B,4BAA4B,EAC7B,MAAM,oBAAoB,CAAC;AAG5B,yCAAyC;AACzC,MAAM,WAAW,QAAQ;IACvB;;;;OAIG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,yCAAyC,GAClD,0BAA0B,CAAC,OAAO,CAAC,CAAC;IACvC;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,0BAA0B,GACnC,0BAA0B,CAAC,OAAO,CAAC,CAAC;IACvC;;;;;OAKG;IACH,eAAe,CACb,aAAa,EAAE,MAAM,EACrB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,0BAA0B,CAAC,OAAO,CAAC,CAAC;IACvC;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAChC;;;;;;;OAOG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,iBAAiB,EAAE,OAAO,EAC1B,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC,CAAC;IAC3C;;;;;;OAMG;IACH,UAAU,CACR,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,YAAY,EACzB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC,CAAC;IACvC;;;;;OAKG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"webTests.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/webTests.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n WebTest,\n WebTestsListByResourceGroupOptionalParams,\n WebTestsListOptionalParams,\n WebTestsListByComponentOptionalParams,\n WebTestsGetOptionalParams,\n WebTestsGetResponse,\n WebTestsCreateOrUpdateOptionalParams,\n WebTestsCreateOrUpdateResponse,\n TagsResource,\n WebTestsUpdateTagsOptionalParams,\n WebTestsUpdateTagsResponse,\n WebTestsDeleteOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a WebTests. */\nexport interface WebTests {\n /**\n * Get all Application Insights web tests defined for the specified resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: WebTestsListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<WebTest>;\n /**\n * Get all Application Insights web test definitions for the specified subscription.\n * @param options The options parameters.\n */\n list(\n options?: WebTestsListOptionalParams,\n ): PagedAsyncIterableIterator<WebTest>;\n /**\n * Get all Application Insights web tests defined for the specified component.\n * @param componentName The name of the Application Insights component resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n listByComponent(\n componentName: string,\n resourceGroupName: string,\n options?: WebTestsListByComponentOptionalParams,\n ): PagedAsyncIterableIterator<WebTest>;\n /**\n * Get a specific Application Insights web test definition.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param webTestName The name of the Application Insights WebTest resource.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n webTestName: string,\n options?: WebTestsGetOptionalParams,\n ): Promise<WebTestsGetResponse>;\n /**\n * Creates or updates an Application Insights web test definition.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param webTestName The name of the Application Insights WebTest resource.\n * @param webTestDefinition Properties that need to be specified to create or update an Application\n * Insights web test definition.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n webTestName: string,\n webTestDefinition: WebTest,\n options?: WebTestsCreateOrUpdateOptionalParams,\n ): Promise<WebTestsCreateOrUpdateResponse>;\n /**\n * Updates the tags associated with an Application Insights web test.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param webTestName The name of the Application Insights WebTest resource.\n * @param webTestTags Updated tag information to associate with the web test resource.\n * @param options The options parameters.\n */\n updateTags(\n resourceGroupName: string,\n webTestName: string,\n webTestTags: TagsResource,\n options?: WebTestsUpdateTagsOptionalParams,\n ): Promise<WebTestsUpdateTagsResponse>;\n /**\n * Deletes an Application Insights web test.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param webTestName The name of the Application Insights WebTest resource.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n webTestName: string,\n options?: WebTestsDeleteOptionalParams,\n ): Promise<void>;\n}\n"]}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { WorkItemConfiguration, WorkItemConfigurationsListOptionalParams, WorkItemCreateConfiguration, WorkItemConfigurationsCreateOptionalParams, WorkItemConfigurationsCreateResponse, WorkItemConfigurationsGetDefaultOptionalParams, WorkItemConfigurationsGetDefaultResponse, WorkItemConfigurationsDeleteOptionalParams, WorkItemConfigurationsGetItemOptionalParams, WorkItemConfigurationsGetItemResponse, WorkItemConfigurationsUpdateItemOptionalParams, WorkItemConfigurationsUpdateItemResponse } from "../models/index.js";
|
|
3
|
+
/** Interface representing a WorkItemConfigurations. */
|
|
4
|
+
export interface WorkItemConfigurations {
|
|
5
|
+
/**
|
|
6
|
+
* Gets the list work item configurations that exist for the application
|
|
7
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
8
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
9
|
+
* @param options The options parameters.
|
|
10
|
+
*/
|
|
11
|
+
list(resourceGroupName: string, resourceName: string, options?: WorkItemConfigurationsListOptionalParams): PagedAsyncIterableIterator<WorkItemConfiguration>;
|
|
12
|
+
/**
|
|
13
|
+
* Create a work item configuration for an Application Insights component.
|
|
14
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
15
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
16
|
+
* @param workItemConfigurationProperties Properties that need to be specified to create a work item
|
|
17
|
+
* configuration of a Application Insights component.
|
|
18
|
+
* @param options The options parameters.
|
|
19
|
+
*/
|
|
20
|
+
create(resourceGroupName: string, resourceName: string, workItemConfigurationProperties: WorkItemCreateConfiguration, options?: WorkItemConfigurationsCreateOptionalParams): Promise<WorkItemConfigurationsCreateResponse>;
|
|
21
|
+
/**
|
|
22
|
+
* Gets default work item configurations that exist for the application
|
|
23
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
24
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
25
|
+
* @param options The options parameters.
|
|
26
|
+
*/
|
|
27
|
+
getDefault(resourceGroupName: string, resourceName: string, options?: WorkItemConfigurationsGetDefaultOptionalParams): Promise<WorkItemConfigurationsGetDefaultResponse>;
|
|
28
|
+
/**
|
|
29
|
+
* Delete a work item configuration of an Application Insights component.
|
|
30
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
31
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
32
|
+
* @param workItemConfigId The unique work item configuration Id. This can be either friendly name of
|
|
33
|
+
* connector as defined in connector configuration
|
|
34
|
+
* @param options The options parameters.
|
|
35
|
+
*/
|
|
36
|
+
delete(resourceGroupName: string, resourceName: string, workItemConfigId: string, options?: WorkItemConfigurationsDeleteOptionalParams): Promise<void>;
|
|
37
|
+
/**
|
|
38
|
+
* Gets specified work item configuration for an Application Insights component.
|
|
39
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
40
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
41
|
+
* @param workItemConfigId The unique work item configuration Id. This can be either friendly name of
|
|
42
|
+
* connector as defined in connector configuration
|
|
43
|
+
* @param options The options parameters.
|
|
44
|
+
*/
|
|
45
|
+
getItem(resourceGroupName: string, resourceName: string, workItemConfigId: string, options?: WorkItemConfigurationsGetItemOptionalParams): Promise<WorkItemConfigurationsGetItemResponse>;
|
|
46
|
+
/**
|
|
47
|
+
* Update a work item configuration for an Application Insights component.
|
|
48
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
49
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
50
|
+
* @param workItemConfigId The unique work item configuration Id. This can be either friendly name of
|
|
51
|
+
* connector as defined in connector configuration
|
|
52
|
+
* @param workItemConfigurationProperties Properties that need to be specified to update a work item
|
|
53
|
+
* configuration for this Application Insights component.
|
|
54
|
+
* @param options The options parameters.
|
|
55
|
+
*/
|
|
56
|
+
updateItem(resourceGroupName: string, resourceName: string, workItemConfigId: string, workItemConfigurationProperties: WorkItemCreateConfiguration, options?: WorkItemConfigurationsUpdateItemOptionalParams): Promise<WorkItemConfigurationsUpdateItemResponse>;
|
|
57
|
+
}
|
|
58
|
+
//# sourceMappingURL=workItemConfigurations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workItemConfigurations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/workItemConfigurations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,qBAAqB,EACrB,wCAAwC,EACxC,2BAA2B,EAC3B,0CAA0C,EAC1C,oCAAoC,EACpC,8CAA8C,EAC9C,wCAAwC,EACxC,0CAA0C,EAC1C,2CAA2C,EAC3C,qCAAqC,EACrC,8CAA8C,EAC9C,wCAAwC,EACzC,MAAM,oBAAoB,CAAC;AAG5B,uDAAuD;AACvD,MAAM,WAAW,sBAAsB;IACrC;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,wCAAwC,GACjD,0BAA0B,CAAC,qBAAqB,CAAC,CAAC;IACrD;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,+BAA+B,EAAE,2BAA2B,EAC5D,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,oCAAoC,CAAC,CAAC;IACjD;;;;;OAKG;IACH,UAAU,CACR,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,wCAAwC,CAAC,CAAC;IACrD;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;OAOG;IACH,OAAO,CACL,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC,CAAC;IAClD;;;;;;;;;OASG;IACH,UAAU,CACR,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,gBAAgB,EAAE,MAAM,EACxB,+BAA+B,EAAE,2BAA2B,EAC5D,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,wCAAwC,CAAC,CAAC;CACtD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workItemConfigurations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/workItemConfigurations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n WorkItemConfiguration,\n WorkItemConfigurationsListOptionalParams,\n WorkItemCreateConfiguration,\n WorkItemConfigurationsCreateOptionalParams,\n WorkItemConfigurationsCreateResponse,\n WorkItemConfigurationsGetDefaultOptionalParams,\n WorkItemConfigurationsGetDefaultResponse,\n WorkItemConfigurationsDeleteOptionalParams,\n WorkItemConfigurationsGetItemOptionalParams,\n WorkItemConfigurationsGetItemResponse,\n WorkItemConfigurationsUpdateItemOptionalParams,\n WorkItemConfigurationsUpdateItemResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a WorkItemConfigurations. */\nexport interface WorkItemConfigurations {\n /**\n * Gets the list work item configurations that exist for the application\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n resourceName: string,\n options?: WorkItemConfigurationsListOptionalParams,\n ): PagedAsyncIterableIterator<WorkItemConfiguration>;\n /**\n * Create a work item configuration for an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param workItemConfigurationProperties Properties that need to be specified to create a work item\n * configuration of a Application Insights component.\n * @param options The options parameters.\n */\n create(\n resourceGroupName: string,\n resourceName: string,\n workItemConfigurationProperties: WorkItemCreateConfiguration,\n options?: WorkItemConfigurationsCreateOptionalParams,\n ): Promise<WorkItemConfigurationsCreateResponse>;\n /**\n * Gets default work item configurations that exist for the application\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param options The options parameters.\n */\n getDefault(\n resourceGroupName: string,\n resourceName: string,\n options?: WorkItemConfigurationsGetDefaultOptionalParams,\n ): Promise<WorkItemConfigurationsGetDefaultResponse>;\n /**\n * Delete a work item configuration of an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param workItemConfigId The unique work item configuration Id. This can be either friendly name of\n * connector as defined in connector configuration\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n resourceName: string,\n workItemConfigId: string,\n options?: WorkItemConfigurationsDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Gets specified work item configuration for an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param workItemConfigId The unique work item configuration Id. This can be either friendly name of\n * connector as defined in connector configuration\n * @param options The options parameters.\n */\n getItem(\n resourceGroupName: string,\n resourceName: string,\n workItemConfigId: string,\n options?: WorkItemConfigurationsGetItemOptionalParams,\n ): Promise<WorkItemConfigurationsGetItemResponse>;\n /**\n * Update a work item configuration for an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param workItemConfigId The unique work item configuration Id. This can be either friendly name of\n * connector as defined in connector configuration\n * @param workItemConfigurationProperties Properties that need to be specified to update a work item\n * configuration for this Application Insights component.\n * @param options The options parameters.\n */\n updateItem(\n resourceGroupName: string,\n resourceName: string,\n workItemConfigId: string,\n workItemConfigurationProperties: WorkItemCreateConfiguration,\n options?: WorkItemConfigurationsUpdateItemOptionalParams,\n ): Promise<WorkItemConfigurationsUpdateItemResponse>;\n}\n"]}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { WorkbookTemplate, WorkbookTemplatesListByResourceGroupOptionalParams, WorkbookTemplatesGetOptionalParams, WorkbookTemplatesGetResponse, WorkbookTemplatesDeleteOptionalParams, WorkbookTemplatesCreateOrUpdateOptionalParams, WorkbookTemplatesCreateOrUpdateResponse, WorkbookTemplatesUpdateOptionalParams, WorkbookTemplatesUpdateResponse } from "../models/index.js";
|
|
3
|
+
/** Interface representing a WorkbookTemplates. */
|
|
4
|
+
export interface WorkbookTemplates {
|
|
5
|
+
/**
|
|
6
|
+
* Get all Workbook templates defined within a specified resource group.
|
|
7
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
8
|
+
* @param options The options parameters.
|
|
9
|
+
*/
|
|
10
|
+
listByResourceGroup(resourceGroupName: string, options?: WorkbookTemplatesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<WorkbookTemplate>;
|
|
11
|
+
/**
|
|
12
|
+
* Get a single workbook template by its resourceName.
|
|
13
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
14
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
15
|
+
* @param options The options parameters.
|
|
16
|
+
*/
|
|
17
|
+
get(resourceGroupName: string, resourceName: string, options?: WorkbookTemplatesGetOptionalParams): Promise<WorkbookTemplatesGetResponse>;
|
|
18
|
+
/**
|
|
19
|
+
* Delete a workbook template.
|
|
20
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
21
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
22
|
+
* @param options The options parameters.
|
|
23
|
+
*/
|
|
24
|
+
delete(resourceGroupName: string, resourceName: string, options?: WorkbookTemplatesDeleteOptionalParams): Promise<void>;
|
|
25
|
+
/**
|
|
26
|
+
* Create a new workbook template.
|
|
27
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
28
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
29
|
+
* @param workbookTemplateProperties Properties that need to be specified to create a new workbook.
|
|
30
|
+
* @param options The options parameters.
|
|
31
|
+
*/
|
|
32
|
+
createOrUpdate(resourceGroupName: string, resourceName: string, workbookTemplateProperties: WorkbookTemplate, options?: WorkbookTemplatesCreateOrUpdateOptionalParams): Promise<WorkbookTemplatesCreateOrUpdateResponse>;
|
|
33
|
+
/**
|
|
34
|
+
* Updates a workbook template that has already been added.
|
|
35
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
36
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
37
|
+
* @param options The options parameters.
|
|
38
|
+
*/
|
|
39
|
+
update(resourceGroupName: string, resourceName: string, options?: WorkbookTemplatesUpdateOptionalParams): Promise<WorkbookTemplatesUpdateResponse>;
|
|
40
|
+
}
|
|
41
|
+
//# sourceMappingURL=workbookTemplates.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workbookTemplates.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/workbookTemplates.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,gBAAgB,EAChB,kDAAkD,EAClD,kCAAkC,EAClC,4BAA4B,EAC5B,qCAAqC,EACrC,6CAA6C,EAC7C,uCAAuC,EACvC,qCAAqC,EACrC,+BAA+B,EAChC,MAAM,oBAAoB,CAAC;AAG5B,kDAAkD;AAClD,MAAM,WAAW,iBAAiB;IAChC;;;;OAIG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,kDAAkD,GAC3D,0BAA0B,CAAC,gBAAgB,CAAC,CAAC;IAChD;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;IACzC;;;;;OAKG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,0BAA0B,EAAE,gBAAgB,EAC5C,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CAAC,uCAAuC,CAAC,CAAC;IACpD;;;;;OAKG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC,CAAC;CAC7C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workbookTemplates.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/workbookTemplates.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n WorkbookTemplate,\n WorkbookTemplatesListByResourceGroupOptionalParams,\n WorkbookTemplatesGetOptionalParams,\n WorkbookTemplatesGetResponse,\n WorkbookTemplatesDeleteOptionalParams,\n WorkbookTemplatesCreateOrUpdateOptionalParams,\n WorkbookTemplatesCreateOrUpdateResponse,\n WorkbookTemplatesUpdateOptionalParams,\n WorkbookTemplatesUpdateResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a WorkbookTemplates. */\nexport interface WorkbookTemplates {\n /**\n * Get all Workbook templates defined within a specified resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: WorkbookTemplatesListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<WorkbookTemplate>;\n /**\n * Get a single workbook template by its resourceName.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n resourceName: string,\n options?: WorkbookTemplatesGetOptionalParams,\n ): Promise<WorkbookTemplatesGetResponse>;\n /**\n * Delete a workbook template.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n resourceName: string,\n options?: WorkbookTemplatesDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Create a new workbook template.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param workbookTemplateProperties Properties that need to be specified to create a new workbook.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n resourceName: string,\n workbookTemplateProperties: WorkbookTemplate,\n options?: WorkbookTemplatesCreateOrUpdateOptionalParams,\n ): Promise<WorkbookTemplatesCreateOrUpdateResponse>;\n /**\n * Updates a workbook template that has already been added.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n resourceName: string,\n options?: WorkbookTemplatesUpdateOptionalParams,\n ): Promise<WorkbookTemplatesUpdateResponse>;\n}\n"]}
|