@azure/arm-costmanagement 1.0.0-alpha.20250109.1 → 1.0.0-alpha.20250113.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/dist/browser/costManagementClient.d.ts +33 -0
- package/dist/browser/costManagementClient.d.ts.map +1 -0
- package/dist/browser/costManagementClient.js +106 -0
- package/dist/browser/costManagementClient.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/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.js +378 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/alerts.d.ts +86 -0
- package/dist/browser/operations/alerts.d.ts.map +1 -0
- package/dist/browser/operations/alerts.js +174 -0
- package/dist/browser/operations/alerts.js.map +1 -0
- package/dist/browser/operations/benefitRecommendations.d.ts +50 -0
- package/dist/browser/operations/benefitRecommendations.d.ts.map +1 -0
- package/dist/browser/operations/benefitRecommendations.js +160 -0
- package/dist/browser/operations/benefitRecommendations.js.map +1 -0
- package/dist/browser/operations/benefitUtilizationSummaries.d.ts +108 -0
- package/dist/browser/operations/benefitUtilizationSummaries.d.ts.map +1 -0
- package/dist/browser/operations/benefitUtilizationSummaries.js +518 -0
- package/dist/browser/operations/benefitUtilizationSummaries.js.map +1 -0
- package/dist/browser/operations/dimensions.d.ts +78 -0
- package/dist/browser/operations/dimensions.d.ts.map +1 -0
- package/dist/browser/operations/dimensions.js +224 -0
- package/dist/browser/operations/dimensions.js.map +1 -0
- package/dist/browser/operations/exports.d.ts +141 -0
- package/dist/browser/operations/exports.d.ts.map +1 -0
- package/dist/browser/operations/exports.js +260 -0
- package/dist/browser/operations/exports.js.map +1 -0
- package/dist/browser/operations/forecast.d.ts +45 -0
- package/dist/browser/operations/forecast.d.ts.map +1 -0
- package/dist/browser/operations/forecast.js +105 -0
- package/dist/browser/operations/forecast.js.map +1 -0
- package/dist/browser/operations/generateCostDetailsReport.d.ts +70 -0
- package/dist/browser/operations/generateCostDetailsReport.d.ts.map +1 -0
- package/dist/browser/operations/generateCostDetailsReport.js +209 -0
- package/dist/browser/operations/generateCostDetailsReport.js.map +1 -0
- package/dist/browser/operations/generateDetailedCostReport.d.ts +38 -0
- package/dist/browser/operations/generateDetailedCostReport.d.ts.map +1 -0
- package/dist/browser/operations/generateDetailedCostReport.js +114 -0
- package/dist/browser/operations/generateDetailedCostReport.js.map +1 -0
- package/dist/browser/operations/generateDetailedCostReportOperationResults.d.ts +32 -0
- package/dist/browser/operations/generateDetailedCostReportOperationResults.d.ts.map +1 -0
- package/dist/browser/operations/generateDetailedCostReportOperationResults.js +105 -0
- package/dist/browser/operations/generateDetailedCostReportOperationResults.js.map +1 -0
- package/dist/browser/operations/generateDetailedCostReportOperationStatus.d.ts +22 -0
- package/dist/browser/operations/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
- package/dist/browser/operations/generateDetailedCostReportOperationStatus.js +50 -0
- package/dist/browser/operations/generateDetailedCostReportOperationStatus.js.map +1 -0
- package/dist/browser/operations/generateReservationDetailsReport.d.ts +60 -0
- package/dist/browser/operations/generateReservationDetailsReport.d.ts.map +1 -0
- package/dist/browser/operations/generateReservationDetailsReport.js +209 -0
- package/dist/browser/operations/generateReservationDetailsReport.js.map +1 -0
- package/dist/browser/operations/index.d.ts +17 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +24 -0
- package/dist/browser/operations/index.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/priceSheet.d.ts +54 -0
- package/dist/browser/operations/priceSheet.d.ts.map +1 -0
- package/dist/browser/operations/priceSheet.js +200 -0
- package/dist/browser/operations/priceSheet.js.map +1 -0
- package/dist/browser/operations/query.d.ts +45 -0
- package/dist/browser/operations/query.d.ts.map +1 -0
- package/dist/browser/operations/query.js +105 -0
- package/dist/browser/operations/query.js.map +1 -0
- package/dist/browser/operations/scheduledActions.d.ts +240 -0
- package/dist/browser/operations/scheduledActions.d.ts.map +1 -0
- package/dist/browser/operations/scheduledActions.js +626 -0
- package/dist/browser/operations/scheduledActions.js.map +1 -0
- package/dist/browser/operations/views.d.ts +194 -0
- package/dist/browser/operations/views.d.ts.map +1 -0
- package/dist/browser/operations/views.js +500 -0
- package/dist/browser/operations/views.js.map +1 -0
- package/dist/browser/operationsInterfaces/alerts.d.ts +78 -0
- package/dist/browser/operationsInterfaces/alerts.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/alerts.js.map +1 -0
- package/dist/browser/operationsInterfaces/benefitRecommendations.d.ts +17 -0
- package/dist/browser/operationsInterfaces/benefitRecommendations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/benefitRecommendations.js.map +1 -0
- package/dist/browser/operationsInterfaces/benefitUtilizationSummaries.d.ts +34 -0
- package/dist/browser/operationsInterfaces/benefitUtilizationSummaries.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/benefitUtilizationSummaries.js.map +1 -0
- package/dist/browser/operationsInterfaces/dimensions.d.ts +36 -0
- package/dist/browser/operationsInterfaces/dimensions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dimensions.js.map +1 -0
- package/dist/browser/operationsInterfaces/exports.d.ts +133 -0
- package/dist/browser/operationsInterfaces/exports.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/exports.js.map +1 -0
- package/dist/browser/operationsInterfaces/forecast.d.ts +37 -0
- package/dist/browser/operationsInterfaces/forecast.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/forecast.js.map +1 -0
- package/dist/browser/operationsInterfaces/generateCostDetailsReport.d.ts +62 -0
- package/dist/browser/operationsInterfaces/generateCostDetailsReport.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/generateCostDetailsReport.js.map +1 -0
- package/dist/browser/operationsInterfaces/generateDetailedCostReport.d.ts +30 -0
- package/dist/browser/operationsInterfaces/generateDetailedCostReport.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/generateDetailedCostReport.js.map +1 -0
- package/dist/browser/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts +24 -0
- package/dist/browser/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/generateDetailedCostReportOperationResults.js.map +1 -0
- package/dist/browser/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts +14 -0
- package/dist/browser/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/generateDetailedCostReportOperationStatus.js.map +1 -0
- package/dist/browser/operationsInterfaces/generateReservationDetailsReport.d.ts +52 -0
- package/dist/browser/operationsInterfaces/generateReservationDetailsReport.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/generateReservationDetailsReport.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +17 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +24 -0
- package/dist/browser/operationsInterfaces/index.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.map +1 -0
- package/dist/browser/operationsInterfaces/priceSheet.d.ts +46 -0
- package/dist/browser/operationsInterfaces/priceSheet.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/priceSheet.js.map +1 -0
- package/dist/browser/operationsInterfaces/query.d.ts +37 -0
- package/dist/browser/operationsInterfaces/query.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/query.js.map +1 -0
- package/dist/browser/operationsInterfaces/scheduledActions.d.ts +174 -0
- package/dist/browser/operationsInterfaces/scheduledActions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/scheduledActions.js.map +1 -0
- package/dist/browser/operationsInterfaces/views.d.ts +126 -0
- package/dist/browser/operationsInterfaces/views.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/views.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/costManagementClient.d.ts +33 -0
- package/dist/commonjs/costManagementClient.d.ts.map +1 -0
- package/dist/commonjs/costManagementClient.js +111 -0
- package/dist/commonjs/costManagementClient.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/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +24 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +2991 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +610 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +118 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +3707 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +43 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +381 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/alerts.d.ts +86 -0
- package/dist/commonjs/operations/alerts.d.ts.map +1 -0
- package/dist/commonjs/operations/alerts.js +179 -0
- package/dist/commonjs/operations/alerts.js.map +1 -0
- package/dist/commonjs/operations/benefitRecommendations.d.ts +50 -0
- package/dist/commonjs/operations/benefitRecommendations.d.ts.map +1 -0
- package/dist/commonjs/operations/benefitRecommendations.js +164 -0
- package/dist/commonjs/operations/benefitRecommendations.js.map +1 -0
- package/dist/commonjs/operations/benefitUtilizationSummaries.d.ts +108 -0
- package/dist/commonjs/operations/benefitUtilizationSummaries.d.ts.map +1 -0
- package/dist/commonjs/operations/benefitUtilizationSummaries.js +522 -0
- package/dist/commonjs/operations/benefitUtilizationSummaries.js.map +1 -0
- package/dist/commonjs/operations/dimensions.d.ts +78 -0
- package/dist/commonjs/operations/dimensions.d.ts.map +1 -0
- package/dist/commonjs/operations/dimensions.js +228 -0
- package/dist/commonjs/operations/dimensions.js.map +1 -0
- package/dist/commonjs/operations/exports.d.ts +141 -0
- package/dist/commonjs/operations/exports.d.ts.map +1 -0
- package/dist/commonjs/operations/exports.js +265 -0
- package/dist/commonjs/operations/exports.js.map +1 -0
- package/dist/commonjs/operations/forecast.d.ts +45 -0
- package/dist/commonjs/operations/forecast.d.ts.map +1 -0
- package/dist/commonjs/operations/forecast.js +110 -0
- package/dist/commonjs/operations/forecast.js.map +1 -0
- package/dist/commonjs/operations/generateCostDetailsReport.d.ts +70 -0
- package/dist/commonjs/operations/generateCostDetailsReport.d.ts.map +1 -0
- package/dist/commonjs/operations/generateCostDetailsReport.js +214 -0
- package/dist/commonjs/operations/generateCostDetailsReport.js.map +1 -0
- package/dist/commonjs/operations/generateDetailedCostReport.d.ts +38 -0
- package/dist/commonjs/operations/generateDetailedCostReport.d.ts.map +1 -0
- package/dist/commonjs/operations/generateDetailedCostReport.js +119 -0
- package/dist/commonjs/operations/generateDetailedCostReport.js.map +1 -0
- package/dist/commonjs/operations/generateDetailedCostReportOperationResults.d.ts +32 -0
- package/dist/commonjs/operations/generateDetailedCostReportOperationResults.d.ts.map +1 -0
- package/dist/commonjs/operations/generateDetailedCostReportOperationResults.js +110 -0
- package/dist/commonjs/operations/generateDetailedCostReportOperationResults.js.map +1 -0
- package/dist/commonjs/operations/generateDetailedCostReportOperationStatus.d.ts +22 -0
- package/dist/commonjs/operations/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
- package/dist/commonjs/operations/generateDetailedCostReportOperationStatus.js +55 -0
- package/dist/commonjs/operations/generateDetailedCostReportOperationStatus.js.map +1 -0
- package/dist/commonjs/operations/generateReservationDetailsReport.d.ts +60 -0
- package/dist/commonjs/operations/generateReservationDetailsReport.d.ts.map +1 -0
- package/dist/commonjs/operations/generateReservationDetailsReport.js +214 -0
- package/dist/commonjs/operations/generateReservationDetailsReport.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +17 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +27 -0
- package/dist/commonjs/operations/index.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/priceSheet.d.ts +54 -0
- package/dist/commonjs/operations/priceSheet.d.ts.map +1 -0
- package/dist/commonjs/operations/priceSheet.js +205 -0
- package/dist/commonjs/operations/priceSheet.js.map +1 -0
- package/dist/commonjs/operations/query.d.ts +45 -0
- package/dist/commonjs/operations/query.d.ts.map +1 -0
- package/dist/commonjs/operations/query.js +110 -0
- package/dist/commonjs/operations/query.js.map +1 -0
- package/dist/commonjs/operations/scheduledActions.d.ts +240 -0
- package/dist/commonjs/operations/scheduledActions.d.ts.map +1 -0
- package/dist/commonjs/operations/scheduledActions.js +630 -0
- package/dist/commonjs/operations/scheduledActions.js.map +1 -0
- package/dist/commonjs/operations/views.d.ts +194 -0
- package/dist/commonjs/operations/views.d.ts.map +1 -0
- package/dist/commonjs/operations/views.js +504 -0
- package/dist/commonjs/operations/views.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/alerts.d.ts +78 -0
- package/dist/commonjs/operationsInterfaces/alerts.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/alerts.js +10 -0
- package/dist/commonjs/operationsInterfaces/alerts.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/benefitRecommendations.d.ts +17 -0
- package/dist/commonjs/operationsInterfaces/benefitRecommendations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/benefitRecommendations.js +10 -0
- package/dist/commonjs/operationsInterfaces/benefitRecommendations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/benefitUtilizationSummaries.d.ts +34 -0
- package/dist/commonjs/operationsInterfaces/benefitUtilizationSummaries.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/benefitUtilizationSummaries.js +10 -0
- package/dist/commonjs/operationsInterfaces/benefitUtilizationSummaries.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dimensions.d.ts +36 -0
- package/dist/commonjs/operationsInterfaces/dimensions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dimensions.js +10 -0
- package/dist/commonjs/operationsInterfaces/dimensions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/exports.d.ts +133 -0
- package/dist/commonjs/operationsInterfaces/exports.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/exports.js +10 -0
- package/dist/commonjs/operationsInterfaces/exports.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/forecast.d.ts +37 -0
- package/dist/commonjs/operationsInterfaces/forecast.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/forecast.js +10 -0
- package/dist/commonjs/operationsInterfaces/forecast.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/generateCostDetailsReport.d.ts +62 -0
- package/dist/commonjs/operationsInterfaces/generateCostDetailsReport.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/generateCostDetailsReport.js +10 -0
- package/dist/commonjs/operationsInterfaces/generateCostDetailsReport.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/generateDetailedCostReport.d.ts +30 -0
- package/dist/commonjs/operationsInterfaces/generateDetailedCostReport.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/generateDetailedCostReport.js +10 -0
- package/dist/commonjs/operationsInterfaces/generateDetailedCostReport.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts +24 -0
- package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationResults.js +10 -0
- package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationResults.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts +14 -0
- package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationStatus.js +10 -0
- package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationStatus.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/generateReservationDetailsReport.d.ts +52 -0
- package/dist/commonjs/operationsInterfaces/generateReservationDetailsReport.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/generateReservationDetailsReport.js +10 -0
- package/dist/commonjs/operationsInterfaces/generateReservationDetailsReport.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +17 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +27 -0
- package/dist/commonjs/operationsInterfaces/index.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/priceSheet.d.ts +46 -0
- package/dist/commonjs/operationsInterfaces/priceSheet.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/priceSheet.js +10 -0
- package/dist/commonjs/operationsInterfaces/priceSheet.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/query.d.ts +37 -0
- package/dist/commonjs/operationsInterfaces/query.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/query.js +10 -0
- package/dist/commonjs/operationsInterfaces/query.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/scheduledActions.d.ts +174 -0
- package/dist/commonjs/operationsInterfaces/scheduledActions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/scheduledActions.js +10 -0
- package/dist/commonjs/operationsInterfaces/scheduledActions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/views.d.ts +126 -0
- package/dist/commonjs/operationsInterfaces/views.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/views.js +10 -0
- package/dist/commonjs/operationsInterfaces/views.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/esm/costManagementClient.d.ts +33 -0
- package/dist/esm/costManagementClient.d.ts.map +1 -0
- package/dist/esm/costManagementClient.js +106 -0
- package/dist/esm/costManagementClient.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/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +21 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +2991 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +606 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +118 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +3702 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +43 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +378 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/alerts.d.ts +86 -0
- package/dist/esm/operations/alerts.d.ts.map +1 -0
- package/dist/esm/operations/alerts.js +174 -0
- package/dist/esm/operations/alerts.js.map +1 -0
- package/dist/esm/operations/benefitRecommendations.d.ts +50 -0
- package/dist/esm/operations/benefitRecommendations.d.ts.map +1 -0
- package/dist/esm/operations/benefitRecommendations.js +160 -0
- package/dist/esm/operations/benefitRecommendations.js.map +1 -0
- package/dist/esm/operations/benefitUtilizationSummaries.d.ts +108 -0
- package/dist/esm/operations/benefitUtilizationSummaries.d.ts.map +1 -0
- package/dist/esm/operations/benefitUtilizationSummaries.js +518 -0
- package/dist/esm/operations/benefitUtilizationSummaries.js.map +1 -0
- package/dist/esm/operations/dimensions.d.ts +78 -0
- package/dist/esm/operations/dimensions.d.ts.map +1 -0
- package/dist/esm/operations/dimensions.js +224 -0
- package/dist/esm/operations/dimensions.js.map +1 -0
- package/dist/esm/operations/exports.d.ts +141 -0
- package/dist/esm/operations/exports.d.ts.map +1 -0
- package/dist/esm/operations/exports.js +260 -0
- package/dist/esm/operations/exports.js.map +1 -0
- package/dist/esm/operations/forecast.d.ts +45 -0
- package/dist/esm/operations/forecast.d.ts.map +1 -0
- package/dist/esm/operations/forecast.js +105 -0
- package/dist/esm/operations/forecast.js.map +1 -0
- package/dist/esm/operations/generateCostDetailsReport.d.ts +70 -0
- package/dist/esm/operations/generateCostDetailsReport.d.ts.map +1 -0
- package/dist/esm/operations/generateCostDetailsReport.js +209 -0
- package/dist/esm/operations/generateCostDetailsReport.js.map +1 -0
- package/dist/esm/operations/generateDetailedCostReport.d.ts +38 -0
- package/dist/esm/operations/generateDetailedCostReport.d.ts.map +1 -0
- package/dist/esm/operations/generateDetailedCostReport.js +114 -0
- package/dist/esm/operations/generateDetailedCostReport.js.map +1 -0
- package/dist/esm/operations/generateDetailedCostReportOperationResults.d.ts +32 -0
- package/dist/esm/operations/generateDetailedCostReportOperationResults.d.ts.map +1 -0
- package/dist/esm/operations/generateDetailedCostReportOperationResults.js +105 -0
- package/dist/esm/operations/generateDetailedCostReportOperationResults.js.map +1 -0
- package/dist/esm/operations/generateDetailedCostReportOperationStatus.d.ts +22 -0
- package/dist/esm/operations/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
- package/dist/esm/operations/generateDetailedCostReportOperationStatus.js +50 -0
- package/dist/esm/operations/generateDetailedCostReportOperationStatus.js.map +1 -0
- package/dist/esm/operations/generateReservationDetailsReport.d.ts +60 -0
- package/dist/esm/operations/generateReservationDetailsReport.d.ts.map +1 -0
- package/dist/esm/operations/generateReservationDetailsReport.js +209 -0
- package/dist/esm/operations/generateReservationDetailsReport.js.map +1 -0
- package/dist/esm/operations/index.d.ts +17 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +24 -0
- package/dist/esm/operations/index.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/priceSheet.d.ts +54 -0
- package/dist/esm/operations/priceSheet.d.ts.map +1 -0
- package/dist/esm/operations/priceSheet.js +200 -0
- package/dist/esm/operations/priceSheet.js.map +1 -0
- package/dist/esm/operations/query.d.ts +45 -0
- package/dist/esm/operations/query.d.ts.map +1 -0
- package/dist/esm/operations/query.js +105 -0
- package/dist/esm/operations/query.js.map +1 -0
- package/dist/esm/operations/scheduledActions.d.ts +240 -0
- package/dist/esm/operations/scheduledActions.d.ts.map +1 -0
- package/dist/esm/operations/scheduledActions.js +626 -0
- package/dist/esm/operations/scheduledActions.js.map +1 -0
- package/dist/esm/operations/views.d.ts +194 -0
- package/dist/esm/operations/views.d.ts.map +1 -0
- package/dist/esm/operations/views.js +500 -0
- package/dist/esm/operations/views.js.map +1 -0
- package/dist/esm/operationsInterfaces/alerts.d.ts +78 -0
- package/dist/esm/operationsInterfaces/alerts.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/alerts.js +9 -0
- package/dist/esm/operationsInterfaces/alerts.js.map +1 -0
- package/dist/esm/operationsInterfaces/benefitRecommendations.d.ts +17 -0
- package/dist/esm/operationsInterfaces/benefitRecommendations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/benefitRecommendations.js +9 -0
- package/dist/esm/operationsInterfaces/benefitRecommendations.js.map +1 -0
- package/dist/esm/operationsInterfaces/benefitUtilizationSummaries.d.ts +34 -0
- package/dist/esm/operationsInterfaces/benefitUtilizationSummaries.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/benefitUtilizationSummaries.js +9 -0
- package/dist/esm/operationsInterfaces/benefitUtilizationSummaries.js.map +1 -0
- package/dist/esm/operationsInterfaces/dimensions.d.ts +36 -0
- package/dist/esm/operationsInterfaces/dimensions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dimensions.js +9 -0
- package/dist/esm/operationsInterfaces/dimensions.js.map +1 -0
- package/dist/esm/operationsInterfaces/exports.d.ts +133 -0
- package/dist/esm/operationsInterfaces/exports.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/exports.js +9 -0
- package/dist/esm/operationsInterfaces/exports.js.map +1 -0
- package/dist/esm/operationsInterfaces/forecast.d.ts +37 -0
- package/dist/esm/operationsInterfaces/forecast.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/forecast.js +9 -0
- package/dist/esm/operationsInterfaces/forecast.js.map +1 -0
- package/dist/esm/operationsInterfaces/generateCostDetailsReport.d.ts +62 -0
- package/dist/esm/operationsInterfaces/generateCostDetailsReport.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/generateCostDetailsReport.js +9 -0
- package/dist/esm/operationsInterfaces/generateCostDetailsReport.js.map +1 -0
- package/dist/esm/operationsInterfaces/generateDetailedCostReport.d.ts +30 -0
- package/dist/esm/operationsInterfaces/generateDetailedCostReport.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/generateDetailedCostReport.js +9 -0
- package/dist/esm/operationsInterfaces/generateDetailedCostReport.js.map +1 -0
- package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts +24 -0
- package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationResults.js +9 -0
- package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationResults.js.map +1 -0
- package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts +14 -0
- package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationStatus.js +9 -0
- package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationStatus.js.map +1 -0
- package/dist/esm/operationsInterfaces/generateReservationDetailsReport.d.ts +52 -0
- package/dist/esm/operationsInterfaces/generateReservationDetailsReport.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/generateReservationDetailsReport.js +9 -0
- package/dist/esm/operationsInterfaces/generateReservationDetailsReport.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +17 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +24 -0
- package/dist/esm/operationsInterfaces/index.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/priceSheet.d.ts +46 -0
- package/dist/esm/operationsInterfaces/priceSheet.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/priceSheet.js +9 -0
- package/dist/esm/operationsInterfaces/priceSheet.js.map +1 -0
- package/dist/esm/operationsInterfaces/query.d.ts +37 -0
- package/dist/esm/operationsInterfaces/query.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/query.js +9 -0
- package/dist/esm/operationsInterfaces/query.js.map +1 -0
- package/dist/esm/operationsInterfaces/scheduledActions.d.ts +174 -0
- package/dist/esm/operationsInterfaces/scheduledActions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/scheduledActions.js +9 -0
- package/dist/esm/operationsInterfaces/scheduledActions.js.map +1 -0
- package/dist/esm/operationsInterfaces/views.d.ts +126 -0
- package/dist/esm/operationsInterfaces/views.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/views.js +9 -0
- package/dist/esm/operationsInterfaces/views.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/costManagementClient.d.ts +33 -0
- package/dist/react-native/costManagementClient.d.ts.map +1 -0
- package/dist/react-native/costManagementClient.js +106 -0
- package/dist/react-native/costManagementClient.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/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +21 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2991 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +606 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +118 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +3702 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +43 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +378 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/alerts.d.ts +86 -0
- package/dist/react-native/operations/alerts.d.ts.map +1 -0
- package/dist/react-native/operations/alerts.js +174 -0
- package/dist/react-native/operations/alerts.js.map +1 -0
- package/dist/react-native/operations/benefitRecommendations.d.ts +50 -0
- package/dist/react-native/operations/benefitRecommendations.d.ts.map +1 -0
- package/dist/react-native/operations/benefitRecommendations.js +160 -0
- package/dist/react-native/operations/benefitRecommendations.js.map +1 -0
- package/dist/react-native/operations/benefitUtilizationSummaries.d.ts +108 -0
- package/dist/react-native/operations/benefitUtilizationSummaries.d.ts.map +1 -0
- package/dist/react-native/operations/benefitUtilizationSummaries.js +518 -0
- package/dist/react-native/operations/benefitUtilizationSummaries.js.map +1 -0
- package/dist/react-native/operations/dimensions.d.ts +78 -0
- package/dist/react-native/operations/dimensions.d.ts.map +1 -0
- package/dist/react-native/operations/dimensions.js +224 -0
- package/dist/react-native/operations/dimensions.js.map +1 -0
- package/dist/react-native/operations/exports.d.ts +141 -0
- package/dist/react-native/operations/exports.d.ts.map +1 -0
- package/dist/react-native/operations/exports.js +260 -0
- package/dist/react-native/operations/exports.js.map +1 -0
- package/dist/react-native/operations/forecast.d.ts +45 -0
- package/dist/react-native/operations/forecast.d.ts.map +1 -0
- package/dist/react-native/operations/forecast.js +105 -0
- package/dist/react-native/operations/forecast.js.map +1 -0
- package/dist/react-native/operations/generateCostDetailsReport.d.ts +70 -0
- package/dist/react-native/operations/generateCostDetailsReport.d.ts.map +1 -0
- package/dist/react-native/operations/generateCostDetailsReport.js +209 -0
- package/dist/react-native/operations/generateCostDetailsReport.js.map +1 -0
- package/dist/react-native/operations/generateDetailedCostReport.d.ts +38 -0
- package/dist/react-native/operations/generateDetailedCostReport.d.ts.map +1 -0
- package/dist/react-native/operations/generateDetailedCostReport.js +114 -0
- package/dist/react-native/operations/generateDetailedCostReport.js.map +1 -0
- package/dist/react-native/operations/generateDetailedCostReportOperationResults.d.ts +32 -0
- package/dist/react-native/operations/generateDetailedCostReportOperationResults.d.ts.map +1 -0
- package/dist/react-native/operations/generateDetailedCostReportOperationResults.js +105 -0
- package/dist/react-native/operations/generateDetailedCostReportOperationResults.js.map +1 -0
- package/dist/react-native/operations/generateDetailedCostReportOperationStatus.d.ts +22 -0
- package/dist/react-native/operations/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
- package/dist/react-native/operations/generateDetailedCostReportOperationStatus.js +50 -0
- package/dist/react-native/operations/generateDetailedCostReportOperationStatus.js.map +1 -0
- package/dist/react-native/operations/generateReservationDetailsReport.d.ts +60 -0
- package/dist/react-native/operations/generateReservationDetailsReport.d.ts.map +1 -0
- package/dist/react-native/operations/generateReservationDetailsReport.js +209 -0
- package/dist/react-native/operations/generateReservationDetailsReport.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +17 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +24 -0
- package/dist/react-native/operations/index.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/priceSheet.d.ts +54 -0
- package/dist/react-native/operations/priceSheet.d.ts.map +1 -0
- package/dist/react-native/operations/priceSheet.js +200 -0
- package/dist/react-native/operations/priceSheet.js.map +1 -0
- package/dist/react-native/operations/query.d.ts +45 -0
- package/dist/react-native/operations/query.d.ts.map +1 -0
- package/dist/react-native/operations/query.js +105 -0
- package/dist/react-native/operations/query.js.map +1 -0
- package/dist/react-native/operations/scheduledActions.d.ts +240 -0
- package/dist/react-native/operations/scheduledActions.d.ts.map +1 -0
- package/dist/react-native/operations/scheduledActions.js +626 -0
- package/dist/react-native/operations/scheduledActions.js.map +1 -0
- package/dist/react-native/operations/views.d.ts +194 -0
- package/dist/react-native/operations/views.d.ts.map +1 -0
- package/dist/react-native/operations/views.js +500 -0
- package/dist/react-native/operations/views.js.map +1 -0
- package/dist/react-native/operationsInterfaces/alerts.d.ts +78 -0
- package/dist/react-native/operationsInterfaces/alerts.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/alerts.js +9 -0
- package/dist/react-native/operationsInterfaces/alerts.js.map +1 -0
- package/dist/react-native/operationsInterfaces/benefitRecommendations.d.ts +17 -0
- package/dist/react-native/operationsInterfaces/benefitRecommendations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/benefitRecommendations.js +9 -0
- package/dist/react-native/operationsInterfaces/benefitRecommendations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/benefitUtilizationSummaries.d.ts +34 -0
- package/dist/react-native/operationsInterfaces/benefitUtilizationSummaries.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/benefitUtilizationSummaries.js +9 -0
- package/dist/react-native/operationsInterfaces/benefitUtilizationSummaries.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dimensions.d.ts +36 -0
- package/dist/react-native/operationsInterfaces/dimensions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dimensions.js +9 -0
- package/dist/react-native/operationsInterfaces/dimensions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/exports.d.ts +133 -0
- package/dist/react-native/operationsInterfaces/exports.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/exports.js +9 -0
- package/dist/react-native/operationsInterfaces/exports.js.map +1 -0
- package/dist/react-native/operationsInterfaces/forecast.d.ts +37 -0
- package/dist/react-native/operationsInterfaces/forecast.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/forecast.js +9 -0
- package/dist/react-native/operationsInterfaces/forecast.js.map +1 -0
- package/dist/react-native/operationsInterfaces/generateCostDetailsReport.d.ts +62 -0
- package/dist/react-native/operationsInterfaces/generateCostDetailsReport.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/generateCostDetailsReport.js +9 -0
- package/dist/react-native/operationsInterfaces/generateCostDetailsReport.js.map +1 -0
- package/dist/react-native/operationsInterfaces/generateDetailedCostReport.d.ts +30 -0
- package/dist/react-native/operationsInterfaces/generateDetailedCostReport.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/generateDetailedCostReport.js +9 -0
- package/dist/react-native/operationsInterfaces/generateDetailedCostReport.js.map +1 -0
- package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts +24 -0
- package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationResults.js +9 -0
- package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationResults.js.map +1 -0
- package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts +14 -0
- package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationStatus.js +9 -0
- package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationStatus.js.map +1 -0
- package/dist/react-native/operationsInterfaces/generateReservationDetailsReport.d.ts +52 -0
- package/dist/react-native/operationsInterfaces/generateReservationDetailsReport.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/generateReservationDetailsReport.js +9 -0
- package/dist/react-native/operationsInterfaces/generateReservationDetailsReport.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +17 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +24 -0
- package/dist/react-native/operationsInterfaces/index.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/priceSheet.d.ts +46 -0
- package/dist/react-native/operationsInterfaces/priceSheet.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/priceSheet.js +9 -0
- package/dist/react-native/operationsInterfaces/priceSheet.js.map +1 -0
- package/dist/react-native/operationsInterfaces/query.d.ts +37 -0
- package/dist/react-native/operationsInterfaces/query.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/query.js +9 -0
- package/dist/react-native/operationsInterfaces/query.js.map +1 -0
- package/dist/react-native/operationsInterfaces/scheduledActions.d.ts +174 -0
- package/dist/react-native/operationsInterfaces/scheduledActions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/scheduledActions.js +9 -0
- package/dist/react-native/operationsInterfaces/scheduledActions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/views.d.ts +126 -0
- package/dist/react-native/operationsInterfaces/views.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/views.js +9 -0
- package/dist/react-native/operationsInterfaces/views.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 +59 -29
- package/dist/index.js +0 -8642
- 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/samples-dev/alertsDismissSample.d.ts +0 -2
- package/dist-esm/samples-dev/alertsDismissSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/alertsDismissSample.js +0 -56
- package/dist-esm/samples-dev/alertsDismissSample.js.map +0 -1
- package/dist-esm/samples-dev/alertsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/alertsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/alertsGetSample.js +0 -54
- package/dist-esm/samples-dev/alertsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/alertsListExternalSample.d.ts +0 -2
- package/dist-esm/samples-dev/alertsListExternalSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/alertsListExternalSample.js +0 -54
- package/dist-esm/samples-dev/alertsListExternalSample.js.map +0 -1
- package/dist-esm/samples-dev/alertsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/alertsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/alertsListSample.js +0 -132
- package/dist-esm/samples-dev/alertsListSample.js.map +0 -1
- package/dist-esm/samples-dev/benefitRecommendationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/benefitRecommendationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/benefitRecommendationsListSample.js +0 -55
- package/dist-esm/samples-dev/benefitRecommendationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingAccountIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingAccountIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingAccountIdSample.js +0 -56
- package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingAccountIdSample.js.map +0 -1
- package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingProfileIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingProfileIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingProfileIdSample.js +0 -57
- package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingProfileIdSample.js.map +0 -1
- package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanIdSample.js +0 -53
- package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanIdSample.js.map +0 -1
- package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanOrderSample.d.ts +0 -2
- package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanOrderSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanOrderSample.js +0 -52
- package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanOrderSample.js.map +0 -1
- package/dist-esm/samples-dev/dimensionsByExternalCloudProviderTypeSample.d.ts +0 -2
- package/dist-esm/samples-dev/dimensionsByExternalCloudProviderTypeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dimensionsByExternalCloudProviderTypeSample.js +0 -86
- package/dist-esm/samples-dev/dimensionsByExternalCloudProviderTypeSample.js.map +0 -1
- package/dist-esm/samples-dev/dimensionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/dimensionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dimensionsListSample.js +0 -914
- package/dist-esm/samples-dev/dimensionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/exportsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/exportsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/exportsCreateOrUpdateSample.js +0 -326
- package/dist-esm/samples-dev/exportsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/exportsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/exportsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/exportsDeleteSample.js +0 -122
- package/dist-esm/samples-dev/exportsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/exportsExecuteSample.d.ts +0 -2
- package/dist-esm/samples-dev/exportsExecuteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/exportsExecuteSample.js +0 -122
- package/dist-esm/samples-dev/exportsExecuteSample.js.map +0 -1
- package/dist-esm/samples-dev/exportsGetExecutionHistorySample.d.ts +0 -2
- package/dist-esm/samples-dev/exportsGetExecutionHistorySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/exportsGetExecutionHistorySample.js +0 -122
- package/dist-esm/samples-dev/exportsGetExecutionHistorySample.js.map +0 -1
- package/dist-esm/samples-dev/exportsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/exportsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/exportsGetSample.js +0 -122
- package/dist-esm/samples-dev/exportsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/exportsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/exportsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/exportsListSample.js +0 -116
- package/dist-esm/samples-dev/exportsListSample.js.map +0 -1
- package/dist-esm/samples-dev/forecastExternalCloudProviderUsageSample.d.ts +0 -2
- package/dist-esm/samples-dev/forecastExternalCloudProviderUsageSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/forecastExternalCloudProviderUsageSample.js +0 -136
- package/dist-esm/samples-dev/forecastExternalCloudProviderUsageSample.js.map +0 -1
- package/dist-esm/samples-dev/forecastUsageSample.d.ts +0 -2
- package/dist-esm/samples-dev/forecastUsageSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/forecastUsageSample.js +0 -433
- package/dist-esm/samples-dev/forecastUsageSample.js.map +0 -1
- package/dist-esm/samples-dev/generateCostDetailsReportCreateOperationSample.d.ts +0 -2
- package/dist-esm/samples-dev/generateCostDetailsReportCreateOperationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/generateCostDetailsReportCreateOperationSample.js +0 -160
- package/dist-esm/samples-dev/generateCostDetailsReportCreateOperationSample.js.map +0 -1
- package/dist-esm/samples-dev/generateCostDetailsReportGetOperationResultsSample.d.ts +0 -2
- package/dist-esm/samples-dev/generateCostDetailsReportGetOperationResultsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/generateCostDetailsReportGetOperationResultsSample.js +0 -37
- package/dist-esm/samples-dev/generateCostDetailsReportGetOperationResultsSample.js.map +0 -1
- package/dist-esm/samples-dev/generateDetailedCostReportCreateOperationSample.d.ts +0 -2
- package/dist-esm/samples-dev/generateDetailedCostReportCreateOperationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/generateDetailedCostReportCreateOperationSample.js +0 -121
- package/dist-esm/samples-dev/generateDetailedCostReportCreateOperationSample.js.map +0 -1
- package/dist-esm/samples-dev/generateDetailedCostReportOperationResultsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/generateDetailedCostReportOperationResultsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/generateDetailedCostReportOperationResultsGetSample.js +0 -37
- package/dist-esm/samples-dev/generateDetailedCostReportOperationResultsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/generateDetailedCostReportOperationStatusGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/generateDetailedCostReportOperationStatusGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/generateDetailedCostReportOperationStatusGetSample.js +0 -37
- package/dist-esm/samples-dev/generateDetailedCostReportOperationStatusGetSample.js.map +0 -1
- package/dist-esm/samples-dev/generateReservationDetailsReportByBillingAccountIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/generateReservationDetailsReportByBillingAccountIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/generateReservationDetailsReportByBillingAccountIdSample.js +0 -38
- package/dist-esm/samples-dev/generateReservationDetailsReportByBillingAccountIdSample.js.map +0 -1
- package/dist-esm/samples-dev/generateReservationDetailsReportByBillingProfileIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/generateReservationDetailsReportByBillingProfileIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/generateReservationDetailsReportByBillingProfileIdSample.js +0 -39
- package/dist-esm/samples-dev/generateReservationDetailsReportByBillingProfileIdSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -51
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/priceSheetDownloadByBillingProfileSample.d.ts +0 -2
- package/dist-esm/samples-dev/priceSheetDownloadByBillingProfileSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/priceSheetDownloadByBillingProfileSample.js +0 -37
- package/dist-esm/samples-dev/priceSheetDownloadByBillingProfileSample.js.map +0 -1
- package/dist-esm/samples-dev/priceSheetDownloadSample.d.ts +0 -2
- package/dist-esm/samples-dev/priceSheetDownloadSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/priceSheetDownloadSample.js +0 -38
- package/dist-esm/samples-dev/priceSheetDownloadSample.js.map +0 -1
- package/dist-esm/samples-dev/queryUsageByExternalCloudProviderTypeSample.d.ts +0 -2
- package/dist-esm/samples-dev/queryUsageByExternalCloudProviderTypeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queryUsageByExternalCloudProviderTypeSample.js +0 -126
- package/dist-esm/samples-dev/queryUsageByExternalCloudProviderTypeSample.js.map +0 -1
- package/dist-esm/samples-dev/queryUsageSample.d.ts +0 -2
- package/dist-esm/samples-dev/queryUsageSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queryUsageSample.js +0 -790
- package/dist-esm/samples-dev/queryUsageSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilityByScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilityByScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilityByScopeSample.js +0 -40
- package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilityByScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilitySample.js +0 -39
- package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateByScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateByScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateByScopeSample.js +0 -96
- package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateByScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateSample.js +0 -56
- package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsDeleteByScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledActionsDeleteByScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsDeleteByScopeSample.js +0 -37
- package/dist-esm/samples-dev/scheduledActionsDeleteByScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledActionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsDeleteSample.js +0 -36
- package/dist-esm/samples-dev/scheduledActionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsGetByScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledActionsGetByScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsGetByScopeSample.js +0 -37
- package/dist-esm/samples-dev/scheduledActionsGetByScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledActionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsGetSample.js +0 -36
- package/dist-esm/samples-dev/scheduledActionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsListByScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledActionsListByScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsListByScopeSample.js +0 -86
- package/dist-esm/samples-dev/scheduledActionsListByScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledActionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsListSample.js +0 -84
- package/dist-esm/samples-dev/scheduledActionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsRunByScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledActionsRunByScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsRunByScopeSample.js +0 -37
- package/dist-esm/samples-dev/scheduledActionsRunByScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsRunSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledActionsRunSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsRunSample.js +0 -36
- package/dist-esm/samples-dev/scheduledActionsRunSample.js.map +0 -1
- package/dist-esm/samples-dev/viewsCreateOrUpdateByScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/viewsCreateOrUpdateByScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/viewsCreateOrUpdateByScopeSample.js +0 -65
- package/dist-esm/samples-dev/viewsCreateOrUpdateByScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/viewsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/viewsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/viewsCreateOrUpdateSample.js +0 -64
- package/dist-esm/samples-dev/viewsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/viewsDeleteByScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/viewsDeleteByScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/viewsDeleteByScopeSample.js +0 -37
- package/dist-esm/samples-dev/viewsDeleteByScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/viewsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/viewsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/viewsDeleteSample.js +0 -36
- package/dist-esm/samples-dev/viewsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/viewsGetByScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/viewsGetByScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/viewsGetByScopeSample.js +0 -37
- package/dist-esm/samples-dev/viewsGetByScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/viewsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/viewsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/viewsGetSample.js +0 -36
- package/dist-esm/samples-dev/viewsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/viewsListByScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/viewsListByScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/viewsListByScopeSample.js +0 -52
- package/dist-esm/samples-dev/viewsListByScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/viewsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/viewsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/viewsListSample.js +0 -51
- package/dist-esm/samples-dev/viewsListSample.js.map +0 -1
- package/dist-esm/src/costManagementClient.d.ts +0 -33
- package/dist-esm/src/costManagementClient.d.ts.map +0 -1
- package/dist-esm/src/costManagementClient.js +0 -109
- package/dist-esm/src/costManagementClient.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 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -378
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/alerts.d.ts +0 -86
- package/dist-esm/src/operations/alerts.d.ts.map +0 -1
- package/dist-esm/src/operations/alerts.js +0 -174
- package/dist-esm/src/operations/alerts.js.map +0 -1
- package/dist-esm/src/operations/benefitRecommendations.d.ts +0 -50
- package/dist-esm/src/operations/benefitRecommendations.d.ts.map +0 -1
- package/dist-esm/src/operations/benefitRecommendations.js +0 -160
- package/dist-esm/src/operations/benefitRecommendations.js.map +0 -1
- package/dist-esm/src/operations/benefitUtilizationSummaries.d.ts +0 -108
- package/dist-esm/src/operations/benefitUtilizationSummaries.d.ts.map +0 -1
- package/dist-esm/src/operations/benefitUtilizationSummaries.js +0 -518
- package/dist-esm/src/operations/benefitUtilizationSummaries.js.map +0 -1
- package/dist-esm/src/operations/dimensions.d.ts +0 -78
- package/dist-esm/src/operations/dimensions.d.ts.map +0 -1
- package/dist-esm/src/operations/dimensions.js +0 -224
- package/dist-esm/src/operations/dimensions.js.map +0 -1
- package/dist-esm/src/operations/exports.d.ts +0 -141
- package/dist-esm/src/operations/exports.d.ts.map +0 -1
- package/dist-esm/src/operations/exports.js +0 -260
- package/dist-esm/src/operations/exports.js.map +0 -1
- package/dist-esm/src/operations/forecast.d.ts +0 -45
- package/dist-esm/src/operations/forecast.d.ts.map +0 -1
- package/dist-esm/src/operations/forecast.js +0 -105
- package/dist-esm/src/operations/forecast.js.map +0 -1
- package/dist-esm/src/operations/generateCostDetailsReport.d.ts +0 -70
- package/dist-esm/src/operations/generateCostDetailsReport.d.ts.map +0 -1
- package/dist-esm/src/operations/generateCostDetailsReport.js +0 -218
- package/dist-esm/src/operations/generateCostDetailsReport.js.map +0 -1
- package/dist-esm/src/operations/generateDetailedCostReport.d.ts +0 -38
- package/dist-esm/src/operations/generateDetailedCostReport.d.ts.map +0 -1
- package/dist-esm/src/operations/generateDetailedCostReport.js +0 -119
- package/dist-esm/src/operations/generateDetailedCostReport.js.map +0 -1
- package/dist-esm/src/operations/generateDetailedCostReportOperationResults.d.ts +0 -32
- package/dist-esm/src/operations/generateDetailedCostReportOperationResults.d.ts.map +0 -1
- package/dist-esm/src/operations/generateDetailedCostReportOperationResults.js +0 -110
- package/dist-esm/src/operations/generateDetailedCostReportOperationResults.js.map +0 -1
- package/dist-esm/src/operations/generateDetailedCostReportOperationStatus.d.ts +0 -22
- package/dist-esm/src/operations/generateDetailedCostReportOperationStatus.d.ts.map +0 -1
- package/dist-esm/src/operations/generateDetailedCostReportOperationStatus.js +0 -50
- package/dist-esm/src/operations/generateDetailedCostReportOperationStatus.js.map +0 -1
- package/dist-esm/src/operations/generateReservationDetailsReport.d.ts +0 -60
- package/dist-esm/src/operations/generateReservationDetailsReport.d.ts.map +0 -1
- package/dist-esm/src/operations/generateReservationDetailsReport.js +0 -218
- package/dist-esm/src/operations/generateReservationDetailsReport.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -17
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -24
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -133
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/priceSheet.d.ts +0 -54
- package/dist-esm/src/operations/priceSheet.d.ts.map +0 -1
- package/dist-esm/src/operations/priceSheet.js +0 -209
- package/dist-esm/src/operations/priceSheet.js.map +0 -1
- package/dist-esm/src/operations/query.d.ts +0 -45
- package/dist-esm/src/operations/query.d.ts.map +0 -1
- package/dist-esm/src/operations/query.js +0 -105
- package/dist-esm/src/operations/query.js.map +0 -1
- package/dist-esm/src/operations/scheduledActions.d.ts +0 -240
- package/dist-esm/src/operations/scheduledActions.d.ts.map +0 -1
- package/dist-esm/src/operations/scheduledActions.js +0 -626
- package/dist-esm/src/operations/scheduledActions.js.map +0 -1
- package/dist-esm/src/operations/views.d.ts +0 -194
- package/dist-esm/src/operations/views.d.ts.map +0 -1
- package/dist-esm/src/operations/views.js +0 -500
- package/dist-esm/src/operations/views.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/alerts.d.ts +0 -78
- package/dist-esm/src/operationsInterfaces/alerts.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/alerts.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/benefitRecommendations.d.ts +0 -17
- package/dist-esm/src/operationsInterfaces/benefitRecommendations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/benefitRecommendations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/benefitUtilizationSummaries.d.ts +0 -34
- package/dist-esm/src/operationsInterfaces/benefitUtilizationSummaries.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/benefitUtilizationSummaries.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dimensions.d.ts +0 -36
- package/dist-esm/src/operationsInterfaces/dimensions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dimensions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/exports.d.ts +0 -133
- package/dist-esm/src/operationsInterfaces/exports.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/exports.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/forecast.d.ts +0 -37
- package/dist-esm/src/operationsInterfaces/forecast.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/forecast.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/generateCostDetailsReport.d.ts +0 -62
- package/dist-esm/src/operationsInterfaces/generateCostDetailsReport.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/generateCostDetailsReport.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/generateDetailedCostReport.d.ts +0 -30
- package/dist-esm/src/operationsInterfaces/generateDetailedCostReport.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/generateDetailedCostReport.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts +0 -24
- package/dist-esm/src/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/generateDetailedCostReportOperationResults.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts +0 -14
- package/dist-esm/src/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/generateDetailedCostReportOperationStatus.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/generateReservationDetailsReport.d.ts +0 -52
- package/dist-esm/src/operationsInterfaces/generateReservationDetailsReport.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/generateReservationDetailsReport.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -17
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -24
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/priceSheet.d.ts +0 -46
- package/dist-esm/src/operationsInterfaces/priceSheet.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/priceSheet.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/query.d.ts +0 -37
- package/dist-esm/src/operationsInterfaces/query.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/query.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/scheduledActions.d.ts +0 -174
- package/dist-esm/src/operationsInterfaces/scheduledActions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/scheduledActions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/views.d.ts +0 -126
- package/dist-esm/src/operationsInterfaces/views.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/views.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/costmanagement_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/costmanagement_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/costmanagement_operations_test.spec.js +0 -77
- package/dist-esm/test/costmanagement_operations_test.spec.js.map +0 -1
- package/src/costManagementClient.ts +0 -204
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -3354
- package/src/models/mappers.ts +0 -3957
- package/src/models/parameters.ts +0 -436
- package/src/operations/alerts.ts +0 -225
- package/src/operations/benefitRecommendations.ts +0 -185
- package/src/operations/benefitUtilizationSummaries.ts +0 -674
- package/src/operations/dimensions.ts +0 -266
- package/src/operations/exports.ts +0 -328
- package/src/operations/forecast.ts +0 -137
- package/src/operations/generateCostDetailsReport.ts +0 -302
- package/src/operations/generateDetailedCostReport.ts +0 -166
- package/src/operations/generateDetailedCostReportOperationResults.ts +0 -156
- package/src/operations/generateDetailedCostReportOperationStatus.ts +0 -70
- package/src/operations/generateReservationDetailsReport.ts +0 -319
- package/src/operations/index.ts +0 -24
- package/src/operations/operations.ts +0 -149
- package/src/operations/priceSheet.ts +0 -299
- package/src/operations/query.ts +0 -137
- package/src/operations/scheduledActions.ts +0 -752
- package/src/operations/views.ts +0 -583
- package/src/operationsInterfaces/alerts.ts +0 -113
- package/src/operationsInterfaces/benefitRecommendations.ts +0 -32
- package/src/operationsInterfaces/benefitUtilizationSummaries.ts +0 -63
- package/src/operationsInterfaces/dimensions.ts +0 -57
- package/src/operationsInterfaces/exports.ts +0 -177
- package/src/operationsInterfaces/forecast.ts +0 -61
- package/src/operationsInterfaces/generateCostDetailsReport.ts +0 -102
- package/src/operationsInterfaces/generateDetailedCostReport.ts +0 -55
- package/src/operationsInterfaces/generateDetailedCostReportOperationResults.ts +0 -48
- package/src/operationsInterfaces/generateDetailedCostReportOperationStatus.ts +0 -29
- package/src/operationsInterfaces/generateReservationDetailsReport.ts +0 -101
- package/src/operationsInterfaces/index.ts +0 -24
- package/src/operationsInterfaces/operations.ts +0 -25
- package/src/operationsInterfaces/priceSheet.ts +0 -87
- package/src/operationsInterfaces/query.ts +0 -61
- package/src/operationsInterfaces/scheduledActions.ts +0 -243
- package/src/operationsInterfaces/views.ts +0 -172
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-costmanagement.d.ts +0 -4255
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/alerts.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/benefitRecommendations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/benefitUtilizationSummaries.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dimensions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/exports.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/forecast.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/generateCostDetailsReport.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/generateDetailedCostReport.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/generateDetailedCostReportOperationResults.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/generateDetailedCostReportOperationStatus.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/generateReservationDetailsReport.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/priceSheet.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/query.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/scheduledActions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/views.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
- /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -1,4255 +0,0 @@
|
|
1
|
-
import * as coreAuth from '@azure/core-auth';
|
2
|
-
import * as coreClient from '@azure/core-client';
|
3
|
-
import { OperationState } from '@azure/core-lro';
|
4
|
-
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
5
|
-
import { SimplePollerLike } from '@azure/core-lro';
|
6
|
-
|
7
|
-
/**
|
8
|
-
* Defines values for AccumulatedType. \
|
9
|
-
* {@link KnownAccumulatedType} can be used interchangeably with AccumulatedType,
|
10
|
-
* this enum contains the known values that the service supports.
|
11
|
-
* ### Known values supported by the service
|
12
|
-
* **true** \
|
13
|
-
* **false**
|
14
|
-
*/
|
15
|
-
export declare type AccumulatedType = string;
|
16
|
-
|
17
|
-
/**
|
18
|
-
* Defines values for ActionType. \
|
19
|
-
* {@link KnownActionType} can be used interchangeably with ActionType,
|
20
|
-
* this enum contains the known values that the service supports.
|
21
|
-
* ### Known values supported by the service
|
22
|
-
* **Internal**
|
23
|
-
*/
|
24
|
-
export declare type ActionType = string;
|
25
|
-
|
26
|
-
/** An individual alert. */
|
27
|
-
export declare interface Alert extends CostManagementProxyResource {
|
28
|
-
/** defines the type of alert */
|
29
|
-
definition?: AlertPropertiesDefinition;
|
30
|
-
/** Alert description */
|
31
|
-
description?: string;
|
32
|
-
/** Source of alert */
|
33
|
-
source?: AlertSource;
|
34
|
-
/** Alert details */
|
35
|
-
details?: AlertPropertiesDetails;
|
36
|
-
/** related budget */
|
37
|
-
costEntityId?: string;
|
38
|
-
/** alert status */
|
39
|
-
status?: AlertStatus;
|
40
|
-
/** dateTime in which alert was created */
|
41
|
-
creationTime?: string;
|
42
|
-
/** dateTime in which alert was closed */
|
43
|
-
closeTime?: string;
|
44
|
-
/** dateTime in which alert was last modified */
|
45
|
-
modificationTime?: string;
|
46
|
-
/** User who last modified the alert */
|
47
|
-
statusModificationUserName?: string;
|
48
|
-
/** dateTime in which the alert status was last modified */
|
49
|
-
statusModificationTime?: string;
|
50
|
-
}
|
51
|
-
|
52
|
-
/**
|
53
|
-
* Defines values for AlertCategory. \
|
54
|
-
* {@link KnownAlertCategory} can be used interchangeably with AlertCategory,
|
55
|
-
* this enum contains the known values that the service supports.
|
56
|
-
* ### Known values supported by the service
|
57
|
-
* **Cost** \
|
58
|
-
* **Usage** \
|
59
|
-
* **Billing** \
|
60
|
-
* **System**
|
61
|
-
*/
|
62
|
-
export declare type AlertCategory = string;
|
63
|
-
|
64
|
-
/**
|
65
|
-
* Defines values for AlertCriteria. \
|
66
|
-
* {@link KnownAlertCriteria} can be used interchangeably with AlertCriteria,
|
67
|
-
* this enum contains the known values that the service supports.
|
68
|
-
* ### Known values supported by the service
|
69
|
-
* **CostThresholdExceeded** \
|
70
|
-
* **UsageThresholdExceeded** \
|
71
|
-
* **CreditThresholdApproaching** \
|
72
|
-
* **CreditThresholdReached** \
|
73
|
-
* **QuotaThresholdApproaching** \
|
74
|
-
* **QuotaThresholdReached** \
|
75
|
-
* **MultiCurrency** \
|
76
|
-
* **ForecastCostThresholdExceeded** \
|
77
|
-
* **ForecastUsageThresholdExceeded** \
|
78
|
-
* **InvoiceDueDateApproaching** \
|
79
|
-
* **InvoiceDueDateReached** \
|
80
|
-
* **CrossCloudNewDataAvailable** \
|
81
|
-
* **CrossCloudCollectionError** \
|
82
|
-
* **GeneralThresholdError**
|
83
|
-
*/
|
84
|
-
export declare type AlertCriteria = string;
|
85
|
-
|
86
|
-
/**
|
87
|
-
* Defines values for AlertOperator. \
|
88
|
-
* {@link KnownAlertOperator} can be used interchangeably with AlertOperator,
|
89
|
-
* this enum contains the known values that the service supports.
|
90
|
-
* ### Known values supported by the service
|
91
|
-
* **None** \
|
92
|
-
* **EqualTo** \
|
93
|
-
* **GreaterThan** \
|
94
|
-
* **GreaterThanOrEqualTo** \
|
95
|
-
* **LessThan** \
|
96
|
-
* **LessThanOrEqualTo**
|
97
|
-
*/
|
98
|
-
export declare type AlertOperator = string;
|
99
|
-
|
100
|
-
/** defines the type of alert */
|
101
|
-
export declare interface AlertPropertiesDefinition {
|
102
|
-
/** type of alert */
|
103
|
-
type?: AlertType;
|
104
|
-
/** Alert category */
|
105
|
-
category?: AlertCategory;
|
106
|
-
/** Criteria that triggered alert */
|
107
|
-
criteria?: AlertCriteria;
|
108
|
-
}
|
109
|
-
|
110
|
-
/** Alert details */
|
111
|
-
export declare interface AlertPropertiesDetails {
|
112
|
-
/** Type of timegrain cadence */
|
113
|
-
timeGrainType?: AlertTimeGrainType;
|
114
|
-
/** datetime of periodStartDate */
|
115
|
-
periodStartDate?: string;
|
116
|
-
/** notificationId that triggered this alert */
|
117
|
-
triggeredBy?: string;
|
118
|
-
/** array of resourceGroups to filter by */
|
119
|
-
resourceGroupFilter?: any[];
|
120
|
-
/** array of resources to filter by */
|
121
|
-
resourceFilter?: any[];
|
122
|
-
/** array of meters to filter by */
|
123
|
-
meterFilter?: any[];
|
124
|
-
/** tags to filter by */
|
125
|
-
tagFilter?: Record<string, unknown>;
|
126
|
-
/** notification threshold percentage as a decimal which activated this alert */
|
127
|
-
threshold?: number;
|
128
|
-
/** operator used to compare currentSpend with amount */
|
129
|
-
operator?: AlertOperator;
|
130
|
-
/** budget threshold amount */
|
131
|
-
amount?: number;
|
132
|
-
/** unit of currency being used */
|
133
|
-
unit?: string;
|
134
|
-
/** current spend */
|
135
|
-
currentSpend?: number;
|
136
|
-
/** list of emails to contact */
|
137
|
-
contactEmails?: string[];
|
138
|
-
/** list of action groups to broadcast to */
|
139
|
-
contactGroups?: string[];
|
140
|
-
/** list of contact roles */
|
141
|
-
contactRoles?: string[];
|
142
|
-
/** overriding alert */
|
143
|
-
overridingAlert?: string;
|
144
|
-
/** department name */
|
145
|
-
departmentName?: string;
|
146
|
-
/** company name */
|
147
|
-
companyName?: string;
|
148
|
-
/** enrollment number */
|
149
|
-
enrollmentNumber?: string;
|
150
|
-
/** datetime of enrollmentStartDate */
|
151
|
-
enrollmentStartDate?: string;
|
152
|
-
/** datetime of enrollmentEndDate */
|
153
|
-
enrollmentEndDate?: string;
|
154
|
-
/** invoicing threshold */
|
155
|
-
invoicingThreshold?: number;
|
156
|
-
}
|
157
|
-
|
158
|
-
/** Interface representing a Alerts. */
|
159
|
-
export declare interface Alerts {
|
160
|
-
/**
|
161
|
-
* Lists the alerts for scope defined.
|
162
|
-
* @param scope The scope associated with alerts operations. This includes
|
163
|
-
* '/subscriptions/{subscriptionId}/' for subscription scope,
|
164
|
-
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,
|
165
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope and
|
166
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for
|
167
|
-
* Department scope,
|
168
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
|
169
|
-
* for EnrollmentAccount scope, '/providers/Microsoft.Management/managementGroups/{managementGroupId}
|
170
|
-
* for Management Group scope,
|
171
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
|
172
|
-
* for billingProfile scope,
|
173
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}'
|
174
|
-
* for invoiceSection scope, and
|
175
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' specific
|
176
|
-
* for partners.
|
177
|
-
* @param options The options parameters.
|
178
|
-
*/
|
179
|
-
list(scope: string, options?: AlertsListOptionalParams): Promise<AlertsListResponse>;
|
180
|
-
/**
|
181
|
-
* Gets the alert for the scope by alert ID.
|
182
|
-
* @param scope The scope associated with alerts operations. This includes
|
183
|
-
* '/subscriptions/{subscriptionId}/' for subscription scope,
|
184
|
-
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,
|
185
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope and
|
186
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for
|
187
|
-
* Department scope,
|
188
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
|
189
|
-
* for EnrollmentAccount scope, '/providers/Microsoft.Management/managementGroups/{managementGroupId}
|
190
|
-
* for Management Group scope,
|
191
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
|
192
|
-
* for billingProfile scope,
|
193
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}'
|
194
|
-
* for invoiceSection scope, and
|
195
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' specific
|
196
|
-
* for partners.
|
197
|
-
* @param alertId Alert ID
|
198
|
-
* @param options The options parameters.
|
199
|
-
*/
|
200
|
-
get(scope: string, alertId: string, options?: AlertsGetOptionalParams): Promise<AlertsGetResponse>;
|
201
|
-
/**
|
202
|
-
* Dismisses the specified alert
|
203
|
-
* @param scope The scope associated with alerts operations. This includes
|
204
|
-
* '/subscriptions/{subscriptionId}/' for subscription scope,
|
205
|
-
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,
|
206
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope and
|
207
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for
|
208
|
-
* Department scope,
|
209
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
|
210
|
-
* for EnrollmentAccount scope, '/providers/Microsoft.Management/managementGroups/{managementGroupId}
|
211
|
-
* for Management Group scope,
|
212
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
|
213
|
-
* for billingProfile scope,
|
214
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}'
|
215
|
-
* for invoiceSection scope, and
|
216
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' specific
|
217
|
-
* for partners.
|
218
|
-
* @param alertId Alert ID
|
219
|
-
* @param parameters Parameters supplied to the Dismiss Alert operation.
|
220
|
-
* @param options The options parameters.
|
221
|
-
*/
|
222
|
-
dismiss(scope: string, alertId: string, parameters: DismissAlertPayload, options?: AlertsDismissOptionalParams): Promise<AlertsDismissResponse>;
|
223
|
-
/**
|
224
|
-
* Lists the Alerts for external cloud provider type defined.
|
225
|
-
* @param externalCloudProviderType The external cloud provider type associated with dimension/query
|
226
|
-
* operations. This includes 'externalSubscriptions' for linked account and 'externalBillingAccounts'
|
227
|
-
* for consolidated account.
|
228
|
-
* @param externalCloudProviderId This can be '{externalSubscriptionId}' for linked account or
|
229
|
-
* '{externalBillingAccountId}' for consolidated account used with dimension/query operations.
|
230
|
-
* @param options The options parameters.
|
231
|
-
*/
|
232
|
-
listExternal(externalCloudProviderType: ExternalCloudProviderType, externalCloudProviderId: string, options?: AlertsListExternalOptionalParams): Promise<AlertsListExternalResponse>;
|
233
|
-
}
|
234
|
-
|
235
|
-
/** Optional parameters. */
|
236
|
-
export declare interface AlertsDismissOptionalParams extends coreClient.OperationOptions {
|
237
|
-
}
|
238
|
-
|
239
|
-
/** Contains response data for the dismiss operation. */
|
240
|
-
export declare type AlertsDismissResponse = Alert;
|
241
|
-
|
242
|
-
/** Optional parameters. */
|
243
|
-
export declare interface AlertsGetOptionalParams extends coreClient.OperationOptions {
|
244
|
-
}
|
245
|
-
|
246
|
-
/** Contains response data for the get operation. */
|
247
|
-
export declare type AlertsGetResponse = Alert;
|
248
|
-
|
249
|
-
/** Optional parameters. */
|
250
|
-
export declare interface AlertsListExternalOptionalParams extends coreClient.OperationOptions {
|
251
|
-
}
|
252
|
-
|
253
|
-
/** Contains response data for the listExternal operation. */
|
254
|
-
export declare type AlertsListExternalResponse = AlertsResult;
|
255
|
-
|
256
|
-
/** Optional parameters. */
|
257
|
-
export declare interface AlertsListOptionalParams extends coreClient.OperationOptions {
|
258
|
-
}
|
259
|
-
|
260
|
-
/** Contains response data for the list operation. */
|
261
|
-
export declare type AlertsListResponse = AlertsResult;
|
262
|
-
|
263
|
-
/**
|
264
|
-
* Defines values for AlertSource. \
|
265
|
-
* {@link KnownAlertSource} can be used interchangeably with AlertSource,
|
266
|
-
* this enum contains the known values that the service supports.
|
267
|
-
* ### Known values supported by the service
|
268
|
-
* **Preset** \
|
269
|
-
* **User**
|
270
|
-
*/
|
271
|
-
export declare type AlertSource = string;
|
272
|
-
|
273
|
-
/** Result of alerts. */
|
274
|
-
export declare interface AlertsResult {
|
275
|
-
/**
|
276
|
-
* List of alerts.
|
277
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
278
|
-
*/
|
279
|
-
readonly value?: Alert[];
|
280
|
-
/**
|
281
|
-
* URL to get the next set of alerts results if there are any.
|
282
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
283
|
-
*/
|
284
|
-
readonly nextLink?: string;
|
285
|
-
}
|
286
|
-
|
287
|
-
/**
|
288
|
-
* Defines values for AlertStatus. \
|
289
|
-
* {@link KnownAlertStatus} can be used interchangeably with AlertStatus,
|
290
|
-
* this enum contains the known values that the service supports.
|
291
|
-
* ### Known values supported by the service
|
292
|
-
* **None** \
|
293
|
-
* **Active** \
|
294
|
-
* **Overridden** \
|
295
|
-
* **Resolved** \
|
296
|
-
* **Dismissed**
|
297
|
-
*/
|
298
|
-
export declare type AlertStatus = string;
|
299
|
-
|
300
|
-
/**
|
301
|
-
* Defines values for AlertTimeGrainType. \
|
302
|
-
* {@link KnownAlertTimeGrainType} can be used interchangeably with AlertTimeGrainType,
|
303
|
-
* this enum contains the known values that the service supports.
|
304
|
-
* ### Known values supported by the service
|
305
|
-
* **None** \
|
306
|
-
* **Monthly** \
|
307
|
-
* **Quarterly** \
|
308
|
-
* **Annually** \
|
309
|
-
* **BillingMonth** \
|
310
|
-
* **BillingQuarter** \
|
311
|
-
* **BillingAnnual**
|
312
|
-
*/
|
313
|
-
export declare type AlertTimeGrainType = string;
|
314
|
-
|
315
|
-
/**
|
316
|
-
* Defines values for AlertType. \
|
317
|
-
* {@link KnownAlertType} can be used interchangeably with AlertType,
|
318
|
-
* this enum contains the known values that the service supports.
|
319
|
-
* ### Known values supported by the service
|
320
|
-
* **Budget** \
|
321
|
-
* **Invoice** \
|
322
|
-
* **Credit** \
|
323
|
-
* **Quota** \
|
324
|
-
* **General** \
|
325
|
-
* **xCloud** \
|
326
|
-
* **BudgetForecast**
|
327
|
-
*/
|
328
|
-
export declare type AlertType = string;
|
329
|
-
|
330
|
-
/** Benefit recommendation details. */
|
331
|
-
export declare interface AllSavingsBenefitDetails {
|
332
|
-
/**
|
333
|
-
* The difference between total cost and benefit cost for the 'totalHours' in the look-back period.
|
334
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
335
|
-
*/
|
336
|
-
readonly overageCost?: number;
|
337
|
-
/**
|
338
|
-
* The estimated cost with benefit for the 'totalHours' in the look-back period. It's equal to (commitmentAmount * totalHours)
|
339
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
340
|
-
*/
|
341
|
-
readonly benefitCost?: number;
|
342
|
-
/**
|
343
|
-
* Total cost, which is sum of benefit cost and overage cost.
|
344
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
345
|
-
*/
|
346
|
-
readonly totalCost?: number;
|
347
|
-
/**
|
348
|
-
* The amount saved for the 'totalHours' in the look-back period, by purchasing the recommended quantity of the benefit.
|
349
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
350
|
-
*/
|
351
|
-
readonly savingsAmount?: number;
|
352
|
-
/**
|
353
|
-
* The savings in percentage for the 'totalHours' in the look-back period, by purchasing the recommended quantity of benefit.
|
354
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
355
|
-
*/
|
356
|
-
readonly savingsPercentage?: number;
|
357
|
-
/**
|
358
|
-
* Estimated benefit coverage percentage for the 'totalHours' in the look-back period, with this commitment.
|
359
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
360
|
-
*/
|
361
|
-
readonly coveragePercentage?: number;
|
362
|
-
/**
|
363
|
-
* The commitment amount at the commitmentGranularity.
|
364
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
365
|
-
*/
|
366
|
-
readonly commitmentAmount?: number;
|
367
|
-
/**
|
368
|
-
* Estimated average utilization percentage for the 'totalHours' in the look-back period, with this commitment.
|
369
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
370
|
-
*/
|
371
|
-
readonly averageUtilizationPercentage?: number;
|
372
|
-
/**
|
373
|
-
* Estimated unused portion of the 'benefitCost'.
|
374
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
375
|
-
*/
|
376
|
-
readonly wastageCost?: number;
|
377
|
-
}
|
378
|
-
|
379
|
-
/** The list of all benefit recommendations with the recommendation details. */
|
380
|
-
export declare interface AllSavingsList {
|
381
|
-
/**
|
382
|
-
* The list of benefit recommendations with the recommendation details..
|
383
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
384
|
-
*/
|
385
|
-
readonly value?: AllSavingsBenefitDetails[];
|
386
|
-
/**
|
387
|
-
* The link (URL) to the next page of results.
|
388
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
389
|
-
*/
|
390
|
-
readonly nextLink?: string;
|
391
|
-
}
|
392
|
-
|
393
|
-
/**
|
394
|
-
* Defines values for BenefitKind. \
|
395
|
-
* {@link KnownBenefitKind} can be used interchangeably with BenefitKind,
|
396
|
-
* this enum contains the known values that the service supports.
|
397
|
-
* ### Known values supported by the service
|
398
|
-
* **IncludedQuantity**: Benefit is IncludedQuantity. \
|
399
|
-
* **Reservation**: Benefit is Reservation. \
|
400
|
-
* **SavingsPlan**: Benefit is SavingsPlan.
|
401
|
-
*/
|
402
|
-
export declare type BenefitKind = string;
|
403
|
-
|
404
|
-
/** benefit plan recommendation details. */
|
405
|
-
export declare interface BenefitRecommendationModel extends BenefitResource {
|
406
|
-
/** The properties of the benefit recommendations. */
|
407
|
-
properties?: BenefitRecommendationPropertiesUnion;
|
408
|
-
}
|
409
|
-
|
410
|
-
/** The properties of the benefit recommendations. */
|
411
|
-
export declare interface BenefitRecommendationProperties {
|
412
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
413
|
-
scope: "Single" | "Shared";
|
414
|
-
/**
|
415
|
-
* The first usage date used for looking back for computing the recommendations.
|
416
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
417
|
-
*/
|
418
|
-
readonly firstConsumptionDate?: Date;
|
419
|
-
/**
|
420
|
-
* The last usage date used for looking back for computing the recommendations.
|
421
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
422
|
-
*/
|
423
|
-
readonly lastConsumptionDate?: Date;
|
424
|
-
/** The number of days of usage evaluated for computing the recommendations. */
|
425
|
-
lookBackPeriod?: LookBackPeriod;
|
426
|
-
/**
|
427
|
-
* The total hours for which the cost is covered. Its equal to number of records in a property 'properties/usage/charges'.
|
428
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
429
|
-
*/
|
430
|
-
readonly totalHours?: number;
|
431
|
-
/** On-demand charges between firstConsumptionDate and lastConsumptionDate that were used for computing benefit recommendations. */
|
432
|
-
usage?: RecommendationUsageDetails;
|
433
|
-
/**
|
434
|
-
* ARM SKU name. 'Compute_Savings_Plan' for SavingsPlan.
|
435
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
436
|
-
*/
|
437
|
-
readonly armSkuName?: string;
|
438
|
-
/** Term period of the benefit. For example, P1Y or P3Y. */
|
439
|
-
term?: Term;
|
440
|
-
/** Grain of the proposed commitment amount. Supported values: 'Hourly' */
|
441
|
-
commitmentGranularity?: Grain;
|
442
|
-
/**
|
443
|
-
* An ISO 4217 currency code identifier for the costs and savings amounts.
|
444
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
445
|
-
*/
|
446
|
-
readonly currencyCode?: string;
|
447
|
-
/**
|
448
|
-
* The current cost without benefit, corresponds to 'totalHours' in the look-back period.
|
449
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
450
|
-
*/
|
451
|
-
readonly costWithoutBenefit?: number;
|
452
|
-
/** The details of the proposed recommendation. */
|
453
|
-
recommendationDetails?: AllSavingsBenefitDetails;
|
454
|
-
/**
|
455
|
-
* The list of all benefit recommendations with the recommendation details.
|
456
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
457
|
-
*/
|
458
|
-
readonly allRecommendationDetails?: AllSavingsList;
|
459
|
-
}
|
460
|
-
|
461
|
-
export declare type BenefitRecommendationPropertiesUnion = BenefitRecommendationProperties | SingleScopeBenefitRecommendationProperties | SharedScopeBenefitRecommendationProperties;
|
462
|
-
|
463
|
-
/** Interface representing a BenefitRecommendations. */
|
464
|
-
export declare interface BenefitRecommendations {
|
465
|
-
/**
|
466
|
-
* List of recommendations for purchasing savings plan.
|
467
|
-
* @param billingScope The scope associated with benefit recommendation operations. This includes
|
468
|
-
* '/subscriptions/{subscriptionId}/' for subscription scope,
|
469
|
-
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resource group scope,
|
470
|
-
* /providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for enterprise agreement scope, and
|
471
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
|
472
|
-
* for billing profile scope
|
473
|
-
* @param options The options parameters.
|
474
|
-
*/
|
475
|
-
list(billingScope: string, options?: BenefitRecommendationsListOptionalParams): PagedAsyncIterableIterator<BenefitRecommendationModel>;
|
476
|
-
}
|
477
|
-
|
478
|
-
/** Optional parameters. */
|
479
|
-
export declare interface BenefitRecommendationsListNextOptionalParams extends coreClient.OperationOptions {
|
480
|
-
}
|
481
|
-
|
482
|
-
/** Contains response data for the listNext operation. */
|
483
|
-
export declare type BenefitRecommendationsListNextResponse = BenefitRecommendationsListResult;
|
484
|
-
|
485
|
-
/** Optional parameters. */
|
486
|
-
export declare interface BenefitRecommendationsListOptionalParams extends coreClient.OperationOptions {
|
487
|
-
/** Can be used to filter benefitRecommendations by: properties/scope with allowed values ['Single', 'Shared'] and default value 'Shared'; and properties/lookBackPeriod with allowed values ['Last7Days', 'Last30Days', 'Last60Days'] and default value 'Last60Days'; properties/term with allowed values ['P1Y', 'P3Y'] and default value 'P3Y'; properties/subscriptionId; properties/resourceGroup */
|
488
|
-
filter?: string;
|
489
|
-
/** May be used to expand the properties by: properties/usage, properties/allRecommendationDetails */
|
490
|
-
expand?: string;
|
491
|
-
/** May be used to order the recommendations by: properties/armSkuName. For the savings plan, the results are in order by default. There is no need to use this clause. */
|
492
|
-
orderby?: string;
|
493
|
-
}
|
494
|
-
|
495
|
-
/** Contains response data for the list operation. */
|
496
|
-
export declare type BenefitRecommendationsListResponse = BenefitRecommendationsListResult;
|
497
|
-
|
498
|
-
/** Result of listing benefit recommendations. */
|
499
|
-
export declare interface BenefitRecommendationsListResult {
|
500
|
-
/**
|
501
|
-
* The list of benefit recommendations.
|
502
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
503
|
-
*/
|
504
|
-
readonly value?: BenefitRecommendationModel[];
|
505
|
-
/**
|
506
|
-
* The link (URL) to the next page of results.
|
507
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
508
|
-
*/
|
509
|
-
readonly nextLink?: string;
|
510
|
-
}
|
511
|
-
|
512
|
-
/** The benefit resource model definition. */
|
513
|
-
export declare interface BenefitResource extends Resource {
|
514
|
-
/** Reservation or SavingsPlan. */
|
515
|
-
kind?: BenefitKind;
|
516
|
-
}
|
517
|
-
|
518
|
-
/** Interface representing a BenefitUtilizationSummaries. */
|
519
|
-
export declare interface BenefitUtilizationSummaries {
|
520
|
-
/**
|
521
|
-
* Lists savings plan utilization summaries for the enterprise agreement scope. Supported at grain
|
522
|
-
* values: 'Daily' and 'Monthly'.
|
523
|
-
* @param billingAccountId Billing account ID
|
524
|
-
* @param options The options parameters.
|
525
|
-
*/
|
526
|
-
listByBillingAccountId(billingAccountId: string, options?: BenefitUtilizationSummariesListByBillingAccountIdOptionalParams): PagedAsyncIterableIterator<BenefitUtilizationSummaryUnion>;
|
527
|
-
/**
|
528
|
-
* Lists savings plan utilization summaries for billing profile. Supported at grain values: 'Daily' and
|
529
|
-
* 'Monthly'.
|
530
|
-
* @param billingAccountId Billing account ID
|
531
|
-
* @param billingProfileId Billing profile ID.
|
532
|
-
* @param options The options parameters.
|
533
|
-
*/
|
534
|
-
listByBillingProfileId(billingAccountId: string, billingProfileId: string, options?: BenefitUtilizationSummariesListByBillingProfileIdOptionalParams): PagedAsyncIterableIterator<BenefitUtilizationSummaryUnion>;
|
535
|
-
/**
|
536
|
-
* Lists the savings plan utilization summaries for daily or monthly grain.
|
537
|
-
* @param savingsPlanOrderId Savings plan order ID.
|
538
|
-
* @param options The options parameters.
|
539
|
-
*/
|
540
|
-
listBySavingsPlanOrder(savingsPlanOrderId: string, options?: BenefitUtilizationSummariesListBySavingsPlanOrderOptionalParams): PagedAsyncIterableIterator<BenefitUtilizationSummaryUnion>;
|
541
|
-
/**
|
542
|
-
* Lists the savings plan utilization summaries for daily or monthly grain.
|
543
|
-
* @param savingsPlanOrderId Savings plan order ID.
|
544
|
-
* @param savingsPlanId Savings plan ID.
|
545
|
-
* @param options The options parameters.
|
546
|
-
*/
|
547
|
-
listBySavingsPlanId(savingsPlanOrderId: string, savingsPlanId: string, options?: BenefitUtilizationSummariesListBySavingsPlanIdOptionalParams): PagedAsyncIterableIterator<BenefitUtilizationSummaryUnion>;
|
548
|
-
}
|
549
|
-
|
550
|
-
/** Optional parameters. */
|
551
|
-
export declare interface BenefitUtilizationSummariesListByBillingAccountIdNextOptionalParams extends coreClient.OperationOptions {
|
552
|
-
}
|
553
|
-
|
554
|
-
/** Contains response data for the listByBillingAccountIdNext operation. */
|
555
|
-
export declare type BenefitUtilizationSummariesListByBillingAccountIdNextResponse = BenefitUtilizationSummariesListResult;
|
556
|
-
|
557
|
-
/** Optional parameters. */
|
558
|
-
export declare interface BenefitUtilizationSummariesListByBillingAccountIdOptionalParams extends coreClient.OperationOptions {
|
559
|
-
/** Grain. */
|
560
|
-
grainParameter?: GrainParameter;
|
561
|
-
/** Supports filtering by properties/benefitId, properties/benefitOrderId and properties/usageDate. */
|
562
|
-
filter?: string;
|
563
|
-
}
|
564
|
-
|
565
|
-
/** Contains response data for the listByBillingAccountId operation. */
|
566
|
-
export declare type BenefitUtilizationSummariesListByBillingAccountIdResponse = BenefitUtilizationSummariesListResult;
|
567
|
-
|
568
|
-
/** Optional parameters. */
|
569
|
-
export declare interface BenefitUtilizationSummariesListByBillingProfileIdNextOptionalParams extends coreClient.OperationOptions {
|
570
|
-
}
|
571
|
-
|
572
|
-
/** Contains response data for the listByBillingProfileIdNext operation. */
|
573
|
-
export declare type BenefitUtilizationSummariesListByBillingProfileIdNextResponse = BenefitUtilizationSummariesListResult;
|
574
|
-
|
575
|
-
/** Optional parameters. */
|
576
|
-
export declare interface BenefitUtilizationSummariesListByBillingProfileIdOptionalParams extends coreClient.OperationOptions {
|
577
|
-
/** Grain. */
|
578
|
-
grainParameter?: GrainParameter;
|
579
|
-
/** Supports filtering by properties/benefitId, properties/benefitOrderId and properties/usageDate. */
|
580
|
-
filter?: string;
|
581
|
-
}
|
582
|
-
|
583
|
-
/** Contains response data for the listByBillingProfileId operation. */
|
584
|
-
export declare type BenefitUtilizationSummariesListByBillingProfileIdResponse = BenefitUtilizationSummariesListResult;
|
585
|
-
|
586
|
-
/** Optional parameters. */
|
587
|
-
export declare interface BenefitUtilizationSummariesListBySavingsPlanIdNextOptionalParams extends coreClient.OperationOptions {
|
588
|
-
}
|
589
|
-
|
590
|
-
/** Contains response data for the listBySavingsPlanIdNext operation. */
|
591
|
-
export declare type BenefitUtilizationSummariesListBySavingsPlanIdNextResponse = BenefitUtilizationSummariesListResult;
|
592
|
-
|
593
|
-
/** Optional parameters. */
|
594
|
-
export declare interface BenefitUtilizationSummariesListBySavingsPlanIdOptionalParams extends coreClient.OperationOptions {
|
595
|
-
/** Supports filtering by properties/usageDate. */
|
596
|
-
filter?: string;
|
597
|
-
/** Grain. */
|
598
|
-
grainParameter?: GrainParameter;
|
599
|
-
}
|
600
|
-
|
601
|
-
/** Contains response data for the listBySavingsPlanId operation. */
|
602
|
-
export declare type BenefitUtilizationSummariesListBySavingsPlanIdResponse = BenefitUtilizationSummariesListResult;
|
603
|
-
|
604
|
-
/** Optional parameters. */
|
605
|
-
export declare interface BenefitUtilizationSummariesListBySavingsPlanOrderNextOptionalParams extends coreClient.OperationOptions {
|
606
|
-
}
|
607
|
-
|
608
|
-
/** Contains response data for the listBySavingsPlanOrderNext operation. */
|
609
|
-
export declare type BenefitUtilizationSummariesListBySavingsPlanOrderNextResponse = BenefitUtilizationSummariesListResult;
|
610
|
-
|
611
|
-
/** Optional parameters. */
|
612
|
-
export declare interface BenefitUtilizationSummariesListBySavingsPlanOrderOptionalParams extends coreClient.OperationOptions {
|
613
|
-
/** Supports filtering by properties/usageDate. */
|
614
|
-
filter?: string;
|
615
|
-
/** Grain. */
|
616
|
-
grainParameter?: GrainParameter;
|
617
|
-
}
|
618
|
-
|
619
|
-
/** Contains response data for the listBySavingsPlanOrder operation. */
|
620
|
-
export declare type BenefitUtilizationSummariesListBySavingsPlanOrderResponse = BenefitUtilizationSummariesListResult;
|
621
|
-
|
622
|
-
/** List of benefit utilization summaries. */
|
623
|
-
export declare interface BenefitUtilizationSummariesListResult {
|
624
|
-
/**
|
625
|
-
* The list of benefit utilization summaries.
|
626
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
627
|
-
*/
|
628
|
-
readonly value?: BenefitUtilizationSummaryUnion[];
|
629
|
-
/**
|
630
|
-
* The link (URL) to the next page of results.
|
631
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
632
|
-
*/
|
633
|
-
readonly nextLink?: string;
|
634
|
-
}
|
635
|
-
|
636
|
-
/** Benefit utilization summary resource. */
|
637
|
-
export declare interface BenefitUtilizationSummary extends Resource {
|
638
|
-
/** Supported values: 'SavingsPlan'. */
|
639
|
-
kind: BenefitKind;
|
640
|
-
}
|
641
|
-
|
642
|
-
/** The properties of a benefit utilization summary. */
|
643
|
-
export declare interface BenefitUtilizationSummaryProperties {
|
644
|
-
/**
|
645
|
-
* ARM SKU name. For example, 'Compute_Savings_Plan' for savings plan.
|
646
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
647
|
-
*/
|
648
|
-
readonly armSkuName?: string;
|
649
|
-
/**
|
650
|
-
* The benefit ID is the identifier of the benefit.
|
651
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
652
|
-
*/
|
653
|
-
readonly benefitId?: string;
|
654
|
-
/**
|
655
|
-
* The benefit order ID is the identifier for a benefit purchase.
|
656
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
657
|
-
*/
|
658
|
-
readonly benefitOrderId?: string;
|
659
|
-
/** The benefit type. Supported values: 'SavingsPlan'. */
|
660
|
-
benefitType?: BenefitKind;
|
661
|
-
/**
|
662
|
-
* Date corresponding to the utilization summary record. If the grain of data is monthly, value for this field will be first day of the month.
|
663
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
664
|
-
*/
|
665
|
-
readonly usageDate?: Date;
|
666
|
-
}
|
667
|
-
|
668
|
-
export declare type BenefitUtilizationSummaryUnion = BenefitUtilizationSummary | IncludedQuantityUtilizationSummary | SavingsPlanUtilizationSummary;
|
669
|
-
|
670
|
-
/** The blob information generated by this operation. */
|
671
|
-
export declare interface BlobInfo {
|
672
|
-
/** Link to the blob to download file. */
|
673
|
-
blobLink?: string;
|
674
|
-
/** Bytes in the blob. */
|
675
|
-
byteCount?: number;
|
676
|
-
}
|
677
|
-
|
678
|
-
/**
|
679
|
-
* Defines values for ChartType. \
|
680
|
-
* {@link KnownChartType} can be used interchangeably with ChartType,
|
681
|
-
* this enum contains the known values that the service supports.
|
682
|
-
* ### Known values supported by the service
|
683
|
-
* **Area** \
|
684
|
-
* **Line** \
|
685
|
-
* **StackedColumn** \
|
686
|
-
* **GroupedColumn** \
|
687
|
-
* **Table**
|
688
|
-
*/
|
689
|
-
export declare type ChartType = string;
|
690
|
-
|
691
|
-
/**
|
692
|
-
* Defines values for CheckNameAvailabilityReason. \
|
693
|
-
* {@link KnownCheckNameAvailabilityReason} can be used interchangeably with CheckNameAvailabilityReason,
|
694
|
-
* this enum contains the known values that the service supports.
|
695
|
-
* ### Known values supported by the service
|
696
|
-
* **Invalid** \
|
697
|
-
* **AlreadyExists**
|
698
|
-
*/
|
699
|
-
export declare type CheckNameAvailabilityReason = string;
|
700
|
-
|
701
|
-
/** The check availability request body. */
|
702
|
-
export declare interface CheckNameAvailabilityRequest {
|
703
|
-
/** The name of the resource for which availability needs to be checked. */
|
704
|
-
name?: string;
|
705
|
-
/** The resource type. */
|
706
|
-
type?: string;
|
707
|
-
}
|
708
|
-
|
709
|
-
/** The check availability result. */
|
710
|
-
export declare interface CheckNameAvailabilityResponse {
|
711
|
-
/** Indicates if the resource name is available. */
|
712
|
-
nameAvailable?: boolean;
|
713
|
-
/** The reason why the given name is not available. */
|
714
|
-
reason?: CheckNameAvailabilityReason;
|
715
|
-
/** Detailed reason why the given name is available. */
|
716
|
-
message?: string;
|
717
|
-
}
|
718
|
-
|
719
|
-
/** The common properties of the export. */
|
720
|
-
export declare interface CommonExportProperties {
|
721
|
-
/** The format of the export being delivered. Currently only 'Csv' is supported. */
|
722
|
-
format?: FormatType;
|
723
|
-
/** Has delivery information for the export. */
|
724
|
-
deliveryInfo: ExportDeliveryInfo;
|
725
|
-
/** Has the definition for the export. */
|
726
|
-
definition: ExportDefinition;
|
727
|
-
/** If requested, has the most recent run history for the export. */
|
728
|
-
runHistory?: ExportExecutionListResult;
|
729
|
-
/** If set to true, exported data will be partitioned by size and placed in a blob directory together with a manifest file. Note: this option is currently available only for Microsoft Customer Agreement commerce scopes. */
|
730
|
-
partitionData?: boolean;
|
731
|
-
/**
|
732
|
-
* If the export has an active schedule, provides an estimate of the next run time.
|
733
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
734
|
-
*/
|
735
|
-
readonly nextRunTimeEstimate?: Date;
|
736
|
-
}
|
737
|
-
|
738
|
-
/**
|
739
|
-
* Defines values for CostDetailsDataFormat. \
|
740
|
-
* {@link KnownCostDetailsDataFormat} can be used interchangeably with CostDetailsDataFormat,
|
741
|
-
* this enum contains the known values that the service supports.
|
742
|
-
* ### Known values supported by the service
|
743
|
-
* **Csv**: Csv data format.
|
744
|
-
*/
|
745
|
-
export declare type CostDetailsDataFormat = string;
|
746
|
-
|
747
|
-
/**
|
748
|
-
* Defines values for CostDetailsMetricType. \
|
749
|
-
* {@link KnownCostDetailsMetricType} can be used interchangeably with CostDetailsMetricType,
|
750
|
-
* this enum contains the known values that the service supports.
|
751
|
-
* ### Known values supported by the service
|
752
|
-
* **ActualCost**: Actual cost data. \
|
753
|
-
* **AmortizedCost**: Amortized cost data.
|
754
|
-
*/
|
755
|
-
export declare type CostDetailsMetricType = string;
|
756
|
-
|
757
|
-
/** The result of the long running operation for cost details Api. */
|
758
|
-
export declare interface CostDetailsOperationResults {
|
759
|
-
/** The id of the long running operation. */
|
760
|
-
id?: string;
|
761
|
-
/** The name of the long running operation. */
|
762
|
-
name?: string;
|
763
|
-
/** The type of the long running operation. */
|
764
|
-
type?: string;
|
765
|
-
/** The status of the cost details operation */
|
766
|
-
status?: CostDetailsStatusType;
|
767
|
-
/** The time at which report URL becomes invalid/expires in UTC e.g. 2020-12-08T05:55:59.4394737Z. */
|
768
|
-
validTill?: Date;
|
769
|
-
/** The details of the error. */
|
770
|
-
error?: ErrorDetails;
|
771
|
-
/** The Manifest version. */
|
772
|
-
manifestVersion?: string;
|
773
|
-
/** The data format of the report */
|
774
|
-
dataFormat?: CostDetailsDataFormat;
|
775
|
-
/** The total number of bytes in all blobs. */
|
776
|
-
byteCount?: number;
|
777
|
-
/** The total number of blobs. */
|
778
|
-
blobCount?: number;
|
779
|
-
/** Is the data in compressed format. */
|
780
|
-
compressData?: boolean;
|
781
|
-
/** List of blob information generated by this operation. */
|
782
|
-
blobs?: BlobInfo[];
|
783
|
-
/** The request scope of the request. */
|
784
|
-
requestScope?: string;
|
785
|
-
/** The request payload body provided in Cost Details call */
|
786
|
-
requestBody?: GenerateCostDetailsReportRequestDefinition;
|
787
|
-
}
|
788
|
-
|
789
|
-
/**
|
790
|
-
* Defines values for CostDetailsStatusType. \
|
791
|
-
* {@link KnownCostDetailsStatusType} can be used interchangeably with CostDetailsStatusType,
|
792
|
-
* this enum contains the known values that the service supports.
|
793
|
-
* ### Known values supported by the service
|
794
|
-
* **Completed**: Operation is Completed. \
|
795
|
-
* **NoDataFound**: Operation is Completed and no cost data found. \
|
796
|
-
* **Failed**: Operation Failed.
|
797
|
-
*/
|
798
|
-
export declare type CostDetailsStatusType = string;
|
799
|
-
|
800
|
-
/** The start and end date for pulling data for the cost detailed report. API only allows data to be pulled for 1 month or less and no older than 13 months. */
|
801
|
-
export declare interface CostDetailsTimePeriod {
|
802
|
-
/** The start date to pull data from. example format 2020-03-15 */
|
803
|
-
start: string;
|
804
|
-
/** The end date to pull data to. example format 2020-03-15 */
|
805
|
-
end: string;
|
806
|
-
}
|
807
|
-
|
808
|
-
export declare class CostManagementClient extends coreClient.ServiceClient {
|
809
|
-
$host: string;
|
810
|
-
apiVersion: string;
|
811
|
-
/**
|
812
|
-
* Initializes a new instance of the CostManagementClient class.
|
813
|
-
* @param credentials Subscription credentials which uniquely identify client subscription.
|
814
|
-
* @param options The parameter options
|
815
|
-
*/
|
816
|
-
constructor(credentials: coreAuth.TokenCredential, options?: CostManagementClientOptionalParams);
|
817
|
-
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
818
|
-
private addCustomApiVersionPolicy;
|
819
|
-
operations: Operations;
|
820
|
-
views: Views;
|
821
|
-
alerts: Alerts;
|
822
|
-
forecast: Forecast;
|
823
|
-
dimensions: Dimensions;
|
824
|
-
query: Query;
|
825
|
-
generateReservationDetailsReport: GenerateReservationDetailsReport;
|
826
|
-
exports: Exports;
|
827
|
-
generateCostDetailsReport: GenerateCostDetailsReport;
|
828
|
-
generateDetailedCostReport: GenerateDetailedCostReport;
|
829
|
-
generateDetailedCostReportOperationResults: GenerateDetailedCostReportOperationResults;
|
830
|
-
generateDetailedCostReportOperationStatus: GenerateDetailedCostReportOperationStatus;
|
831
|
-
priceSheet: PriceSheet;
|
832
|
-
scheduledActions: ScheduledActions;
|
833
|
-
benefitRecommendations: BenefitRecommendations;
|
834
|
-
benefitUtilizationSummaries: BenefitUtilizationSummaries;
|
835
|
-
}
|
836
|
-
|
837
|
-
/** Optional parameters. */
|
838
|
-
export declare interface CostManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
839
|
-
/** server parameter */
|
840
|
-
$host?: string;
|
841
|
-
/** Api Version */
|
842
|
-
apiVersion?: string;
|
843
|
-
/** Overrides client endpoint. */
|
844
|
-
endpoint?: string;
|
845
|
-
}
|
846
|
-
|
847
|
-
/** A Cost management REST API operation. */
|
848
|
-
export declare interface CostManagementOperation extends Operation {
|
849
|
-
/**
|
850
|
-
* Operation id: {provider}/{resource}/{operation}.
|
851
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
852
|
-
*/
|
853
|
-
readonly id?: string;
|
854
|
-
}
|
855
|
-
|
856
|
-
/** The Resource model definition. */
|
857
|
-
export declare interface CostManagementProxyResource {
|
858
|
-
/**
|
859
|
-
* Resource Id.
|
860
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
861
|
-
*/
|
862
|
-
readonly id?: string;
|
863
|
-
/**
|
864
|
-
* Resource name.
|
865
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
866
|
-
*/
|
867
|
-
readonly name?: string;
|
868
|
-
/**
|
869
|
-
* Resource type.
|
870
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
871
|
-
*/
|
872
|
-
readonly type?: string;
|
873
|
-
/** eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not. */
|
874
|
-
eTag?: string;
|
875
|
-
}
|
876
|
-
|
877
|
-
/** The Resource model definition. */
|
878
|
-
export declare interface CostManagementResource {
|
879
|
-
/**
|
880
|
-
* Resource Id.
|
881
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
882
|
-
*/
|
883
|
-
readonly id?: string;
|
884
|
-
/**
|
885
|
-
* Resource name.
|
886
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
887
|
-
*/
|
888
|
-
readonly name?: string;
|
889
|
-
/**
|
890
|
-
* Resource type.
|
891
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
892
|
-
*/
|
893
|
-
readonly type?: string;
|
894
|
-
/**
|
895
|
-
* Location of the resource.
|
896
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
897
|
-
*/
|
898
|
-
readonly location?: string;
|
899
|
-
/**
|
900
|
-
* SKU of the resource.
|
901
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
902
|
-
*/
|
903
|
-
readonly sku?: string;
|
904
|
-
/**
|
905
|
-
* ETag of the resource.
|
906
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
907
|
-
*/
|
908
|
-
readonly eTag?: string;
|
909
|
-
/**
|
910
|
-
* Resource tags.
|
911
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
912
|
-
*/
|
913
|
-
readonly tags?: {
|
914
|
-
[propertyName: string]: string;
|
915
|
-
};
|
916
|
-
}
|
917
|
-
|
918
|
-
/**
|
919
|
-
* Defines values for CreatedByType. \
|
920
|
-
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
921
|
-
* this enum contains the known values that the service supports.
|
922
|
-
* ### Known values supported by the service
|
923
|
-
* **User** \
|
924
|
-
* **Application** \
|
925
|
-
* **ManagedIdentity** \
|
926
|
-
* **Key**
|
927
|
-
*/
|
928
|
-
export declare type CreatedByType = string;
|
929
|
-
|
930
|
-
/**
|
931
|
-
* Defines values for DaysOfWeek. \
|
932
|
-
* {@link KnownDaysOfWeek} can be used interchangeably with DaysOfWeek,
|
933
|
-
* this enum contains the known values that the service supports.
|
934
|
-
* ### Known values supported by the service
|
935
|
-
* **Monday** \
|
936
|
-
* **Tuesday** \
|
937
|
-
* **Wednesday** \
|
938
|
-
* **Thursday** \
|
939
|
-
* **Friday** \
|
940
|
-
* **Saturday** \
|
941
|
-
* **Sunday**
|
942
|
-
*/
|
943
|
-
export declare type DaysOfWeek = string;
|
944
|
-
|
945
|
-
/** List of Dimension. */
|
946
|
-
export declare interface Dimension extends CostManagementResource {
|
947
|
-
/**
|
948
|
-
* Dimension description.
|
949
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
950
|
-
*/
|
951
|
-
readonly description?: string;
|
952
|
-
/**
|
953
|
-
* Filter enabled.
|
954
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
955
|
-
*/
|
956
|
-
readonly filterEnabled?: boolean;
|
957
|
-
/**
|
958
|
-
* Grouping enabled.
|
959
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
960
|
-
*/
|
961
|
-
readonly groupingEnabled?: boolean;
|
962
|
-
/** Dimension data. */
|
963
|
-
data?: string[];
|
964
|
-
/**
|
965
|
-
* Total number of data for the dimension.
|
966
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
967
|
-
*/
|
968
|
-
readonly total?: number;
|
969
|
-
/**
|
970
|
-
* Dimension category.
|
971
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
972
|
-
*/
|
973
|
-
readonly category?: string;
|
974
|
-
/**
|
975
|
-
* Usage start.
|
976
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
977
|
-
*/
|
978
|
-
readonly usageStart?: Date;
|
979
|
-
/**
|
980
|
-
* Usage end.
|
981
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
982
|
-
*/
|
983
|
-
readonly usageEnd?: Date;
|
984
|
-
/**
|
985
|
-
* The link (url) to the next page of results.
|
986
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
987
|
-
*/
|
988
|
-
readonly nextLink?: string;
|
989
|
-
}
|
990
|
-
|
991
|
-
/** Interface representing a Dimensions. */
|
992
|
-
export declare interface Dimensions {
|
993
|
-
/**
|
994
|
-
* Lists the dimensions by the defined scope.
|
995
|
-
* @param scope The scope associated with dimension operations. This includes
|
996
|
-
* '/subscriptions/{subscriptionId}/' for subscription scope,
|
997
|
-
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,
|
998
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope,
|
999
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for
|
1000
|
-
* Department scope,
|
1001
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
|
1002
|
-
* for EnrollmentAccount scope, '/providers/Microsoft.Management/managementGroups/{managementGroupId}'
|
1003
|
-
* for Management Group scope,
|
1004
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
|
1005
|
-
* for billingProfile scope,
|
1006
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}'
|
1007
|
-
* for invoiceSection scope, and
|
1008
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' specific for
|
1009
|
-
* partners.
|
1010
|
-
* @param options The options parameters.
|
1011
|
-
*/
|
1012
|
-
list(scope: string, options?: DimensionsListOptionalParams): PagedAsyncIterableIterator<Dimension>;
|
1013
|
-
/**
|
1014
|
-
* Lists the dimensions by the external cloud provider type.
|
1015
|
-
* @param externalCloudProviderType The external cloud provider type associated with dimension/query
|
1016
|
-
* operations. This includes 'externalSubscriptions' for linked account and 'externalBillingAccounts'
|
1017
|
-
* for consolidated account.
|
1018
|
-
* @param externalCloudProviderId This can be '{externalSubscriptionId}' for linked account or
|
1019
|
-
* '{externalBillingAccountId}' for consolidated account used with dimension/query operations.
|
1020
|
-
* @param options The options parameters.
|
1021
|
-
*/
|
1022
|
-
listByExternalCloudProviderType(externalCloudProviderType: ExternalCloudProviderType, externalCloudProviderId: string, options?: DimensionsByExternalCloudProviderTypeOptionalParams): PagedAsyncIterableIterator<Dimension>;
|
1023
|
-
}
|
1024
|
-
|
1025
|
-
/** Optional parameters. */
|
1026
|
-
export declare interface DimensionsByExternalCloudProviderTypeOptionalParams extends coreClient.OperationOptions {
|
1027
|
-
/** May be used to filter dimensions by properties/category, properties/usageStart, properties/usageEnd. Supported operators are 'eq','lt', 'gt', 'le', 'ge'. */
|
1028
|
-
filter?: string;
|
1029
|
-
/** May be used to expand the properties/data within a dimension category. By default, data is not included when listing dimensions. */
|
1030
|
-
expand?: string;
|
1031
|
-
/** Skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. */
|
1032
|
-
skiptoken?: string;
|
1033
|
-
/** May be used to limit the number of results to the most recent N dimension data. */
|
1034
|
-
top?: number;
|
1035
|
-
}
|
1036
|
-
|
1037
|
-
/** Contains response data for the byExternalCloudProviderType operation. */
|
1038
|
-
export declare type DimensionsByExternalCloudProviderTypeResponse = DimensionsListResult;
|
1039
|
-
|
1040
|
-
/** Optional parameters. */
|
1041
|
-
export declare interface DimensionsListOptionalParams extends coreClient.OperationOptions {
|
1042
|
-
/** May be used to filter dimensions by properties/category, properties/usageStart, properties/usageEnd. Supported operators are 'eq','lt', 'gt', 'le', 'ge'. */
|
1043
|
-
filter?: string;
|
1044
|
-
/** May be used to expand the properties/data within a dimension category. By default, data is not included when listing dimensions. */
|
1045
|
-
expand?: string;
|
1046
|
-
/** Skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. */
|
1047
|
-
skiptoken?: string;
|
1048
|
-
/** May be used to limit the number of results to the most recent N dimension data. */
|
1049
|
-
top?: number;
|
1050
|
-
}
|
1051
|
-
|
1052
|
-
/** Contains response data for the list operation. */
|
1053
|
-
export declare type DimensionsListResponse = DimensionsListResult;
|
1054
|
-
|
1055
|
-
/** Result of listing dimensions. It contains a list of available dimensions. */
|
1056
|
-
export declare interface DimensionsListResult {
|
1057
|
-
/**
|
1058
|
-
* The list of dimensions.
|
1059
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1060
|
-
*/
|
1061
|
-
readonly value?: Dimension[];
|
1062
|
-
}
|
1063
|
-
|
1064
|
-
/** The request payload to update an alert */
|
1065
|
-
export declare interface DismissAlertPayload {
|
1066
|
-
/** defines the type of alert */
|
1067
|
-
definition?: AlertPropertiesDefinition;
|
1068
|
-
/** Alert description */
|
1069
|
-
description?: string;
|
1070
|
-
/** Source of alert */
|
1071
|
-
source?: AlertSource;
|
1072
|
-
/** Alert details */
|
1073
|
-
details?: AlertPropertiesDetails;
|
1074
|
-
/** related budget */
|
1075
|
-
costEntityId?: string;
|
1076
|
-
/** alert status */
|
1077
|
-
status?: AlertStatus;
|
1078
|
-
/** dateTime in which alert was created */
|
1079
|
-
creationTime?: string;
|
1080
|
-
/** dateTime in which alert was closed */
|
1081
|
-
closeTime?: string;
|
1082
|
-
/** dateTime in which alert was last modified */
|
1083
|
-
modificationTime?: string;
|
1084
|
-
/** User who last modified the alert */
|
1085
|
-
statusModificationUserName?: string;
|
1086
|
-
/** dateTime in which the alert status was last modified */
|
1087
|
-
statusModificationTime?: string;
|
1088
|
-
}
|
1089
|
-
|
1090
|
-
/** The URL to download the generated report. */
|
1091
|
-
export declare interface DownloadURL {
|
1092
|
-
/**
|
1093
|
-
* The time at which report URL becomes invalid/expires in UTC e.g. 2020-12-08T05:55:59.4394737Z.
|
1094
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1095
|
-
*/
|
1096
|
-
readonly expiryTime?: Date;
|
1097
|
-
/** The time at which report URL becomes invalid/expires in UTC e.g. 2020-12-08T05:55:59.4394737Z. */
|
1098
|
-
validTill?: Date;
|
1099
|
-
/** The URL to download the generated report. */
|
1100
|
-
downloadUrl?: string;
|
1101
|
-
}
|
1102
|
-
|
1103
|
-
/** The details of the error. */
|
1104
|
-
export declare interface ErrorDetails {
|
1105
|
-
/**
|
1106
|
-
* Error code.
|
1107
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1108
|
-
*/
|
1109
|
-
readonly code?: string;
|
1110
|
-
/**
|
1111
|
-
* Error message indicating why the operation failed.
|
1112
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1113
|
-
*/
|
1114
|
-
readonly message?: string;
|
1115
|
-
}
|
1116
|
-
|
1117
|
-
/** The details of the error. */
|
1118
|
-
export declare interface ErrorDetailsWithNestedDetails extends ErrorDetails {
|
1119
|
-
/**
|
1120
|
-
* The additional details of the error.
|
1121
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1122
|
-
*/
|
1123
|
-
readonly details?: ErrorDetailsWithNestedDetails[];
|
1124
|
-
}
|
1125
|
-
|
1126
|
-
/**
|
1127
|
-
* Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.
|
1128
|
-
*
|
1129
|
-
* Some Error responses:
|
1130
|
-
*
|
1131
|
-
* * 429 TooManyRequests - Request is throttled. Retry after waiting for the time specified in the "x-ms-ratelimit-microsoft.consumption-retry-after" header.
|
1132
|
-
*
|
1133
|
-
* * 503 ServiceUnavailable - Service is temporarily unavailable. Retry after waiting for the time specified in the "Retry-After" header.
|
1134
|
-
*/
|
1135
|
-
export declare interface ErrorResponse {
|
1136
|
-
/** The details of the error. */
|
1137
|
-
error?: ErrorDetails;
|
1138
|
-
}
|
1139
|
-
|
1140
|
-
/**
|
1141
|
-
* Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.
|
1142
|
-
*
|
1143
|
-
* Some Error responses:
|
1144
|
-
*
|
1145
|
-
* * 429 TooManyRequests - Request is throttled. Retry after waiting for the time specified in the "x-ms-ratelimit-microsoft.consumption-retry-after" header.
|
1146
|
-
*
|
1147
|
-
* * 503 ServiceUnavailable - Service is temporarily unavailable. Retry after waiting for the time specified in the "Retry-After" header.
|
1148
|
-
*/
|
1149
|
-
export declare interface ErrorResponseWithNestedDetails {
|
1150
|
-
/** The details of the error. */
|
1151
|
-
error?: ErrorDetailsWithNestedDetails;
|
1152
|
-
}
|
1153
|
-
|
1154
|
-
/**
|
1155
|
-
* Defines values for ExecutionStatus. \
|
1156
|
-
* {@link KnownExecutionStatus} can be used interchangeably with ExecutionStatus,
|
1157
|
-
* this enum contains the known values that the service supports.
|
1158
|
-
* ### Known values supported by the service
|
1159
|
-
* **Queued** \
|
1160
|
-
* **InProgress** \
|
1161
|
-
* **Completed** \
|
1162
|
-
* **Failed** \
|
1163
|
-
* **Timeout** \
|
1164
|
-
* **NewDataNotAvailable** \
|
1165
|
-
* **DataNotAvailable**
|
1166
|
-
*/
|
1167
|
-
export declare type ExecutionStatus = string;
|
1168
|
-
|
1169
|
-
/**
|
1170
|
-
* Defines values for ExecutionType. \
|
1171
|
-
* {@link KnownExecutionType} can be used interchangeably with ExecutionType,
|
1172
|
-
* this enum contains the known values that the service supports.
|
1173
|
-
* ### Known values supported by the service
|
1174
|
-
* **OnDemand** \
|
1175
|
-
* **Scheduled**
|
1176
|
-
*/
|
1177
|
-
export declare type ExecutionType = string;
|
1178
|
-
|
1179
|
-
/** An export resource. */
|
1180
|
-
export declare interface Export extends CostManagementProxyResource {
|
1181
|
-
/** The format of the export being delivered. Currently only 'Csv' is supported. */
|
1182
|
-
format?: FormatType;
|
1183
|
-
/** Has delivery information for the export. */
|
1184
|
-
deliveryInfo?: ExportDeliveryInfo;
|
1185
|
-
/** Has the definition for the export. */
|
1186
|
-
definition?: ExportDefinition;
|
1187
|
-
/** If requested, has the most recent run history for the export. */
|
1188
|
-
runHistory?: ExportExecutionListResult;
|
1189
|
-
/** If set to true, exported data will be partitioned by size and placed in a blob directory together with a manifest file. Note: this option is currently available only for Microsoft Customer Agreement commerce scopes. */
|
1190
|
-
partitionData?: boolean;
|
1191
|
-
/**
|
1192
|
-
* If the export has an active schedule, provides an estimate of the next run time.
|
1193
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1194
|
-
*/
|
1195
|
-
readonly nextRunTimeEstimate?: Date;
|
1196
|
-
/** Has schedule information for the export. */
|
1197
|
-
schedule?: ExportSchedule;
|
1198
|
-
}
|
1199
|
-
|
1200
|
-
/** The definition for data in the export. */
|
1201
|
-
export declare interface ExportDataset {
|
1202
|
-
/** The granularity of rows in the export. Currently only 'Daily' is supported. */
|
1203
|
-
granularity?: GranularityType;
|
1204
|
-
/** The export dataset configuration. */
|
1205
|
-
configuration?: ExportDatasetConfiguration;
|
1206
|
-
}
|
1207
|
-
|
1208
|
-
/** The export dataset configuration. Allows columns to be selected for the export. If not provided then the export will include all available columns. */
|
1209
|
-
export declare interface ExportDatasetConfiguration {
|
1210
|
-
/** Array of column names to be included in the export. If not provided then the export will include all available columns. The available columns can vary by customer channel (see examples). */
|
1211
|
-
columns?: string[];
|
1212
|
-
}
|
1213
|
-
|
1214
|
-
/** The definition of an export. */
|
1215
|
-
export declare interface ExportDefinition {
|
1216
|
-
/** The type of the export. Note that 'Usage' is equivalent to 'ActualCost' and is applicable to exports that do not yet provide data for charges or amortization for service reservations. */
|
1217
|
-
type: ExportType;
|
1218
|
-
/** The time frame for pulling data for the export. If custom, then a specific time period must be provided. */
|
1219
|
-
timeframe: TimeframeType;
|
1220
|
-
/** Has time period for pulling data for the export. */
|
1221
|
-
timePeriod?: ExportTimePeriod;
|
1222
|
-
/** The definition for data in the export. */
|
1223
|
-
dataSet?: ExportDataset;
|
1224
|
-
}
|
1225
|
-
|
1226
|
-
/** This represents the blob storage account location where exports of costs will be delivered. There are two ways to configure the destination. The approach recommended for most customers is to specify the resourceId of the storage account. This requires a one-time registration of the account's subscription with the Microsoft.CostManagementExports resource provider in order to give Cost Management services access to the storage. When creating an export in the Azure portal this registration is performed automatically but API users may need to register the subscription explicitly (for more information see https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-manager-supported-services ). Another way to configure the destination is available ONLY to Partners with a Microsoft Partner Agreement plan who are global admins of their billing account. These Partners, instead of specifying the resourceId of a storage account, can specify the storage account name along with a SAS token for the account. This allows exports of costs to a storage account in any tenant. The SAS token should be created for the blob service with Service/Container/Object resource types and with Read/Write/Delete/List/Add/Create permissions (for more information see https://docs.microsoft.com/en-us/azure/cost-management-billing/costs/export-cost-data-storage-account-sas-key ). */
|
1227
|
-
export declare interface ExportDeliveryDestination {
|
1228
|
-
/** The resource id of the storage account where exports will be delivered. This is not required if a sasToken and storageAccount are specified. */
|
1229
|
-
resourceId?: string;
|
1230
|
-
/** The name of the container where exports will be uploaded. If the container does not exist it will be created. */
|
1231
|
-
container: string;
|
1232
|
-
/** The name of the directory where exports will be uploaded. */
|
1233
|
-
rootFolderPath?: string;
|
1234
|
-
/** A SAS token for the storage account. For a restricted set of Azure customers this together with storageAccount can be specified instead of resourceId. Note: the value returned by the API for this property will always be obfuscated. Returning this same obfuscated value will not result in the SAS token being updated. To update this value a new SAS token must be specified. */
|
1235
|
-
sasToken?: string;
|
1236
|
-
/** The storage account where exports will be uploaded. For a restricted set of Azure customers this together with sasToken can be specified instead of resourceId. */
|
1237
|
-
storageAccount?: string;
|
1238
|
-
}
|
1239
|
-
|
1240
|
-
/** The delivery information associated with a export. */
|
1241
|
-
export declare interface ExportDeliveryInfo {
|
1242
|
-
/** Has destination for the export being delivered. */
|
1243
|
-
destination: ExportDeliveryDestination;
|
1244
|
-
}
|
1245
|
-
|
1246
|
-
/** Result of listing the run history of an export. */
|
1247
|
-
export declare interface ExportExecutionListResult {
|
1248
|
-
/**
|
1249
|
-
* A list of export runs.
|
1250
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1251
|
-
*/
|
1252
|
-
readonly value?: ExportRun[];
|
1253
|
-
}
|
1254
|
-
|
1255
|
-
/** Result of listing exports. It contains a list of available exports in the scope provided. */
|
1256
|
-
export declare interface ExportListResult {
|
1257
|
-
/**
|
1258
|
-
* The list of exports.
|
1259
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1260
|
-
*/
|
1261
|
-
readonly value?: Export[];
|
1262
|
-
}
|
1263
|
-
|
1264
|
-
/** The properties of the export. */
|
1265
|
-
export declare interface ExportProperties extends CommonExportProperties {
|
1266
|
-
/** Has schedule information for the export. */
|
1267
|
-
schedule?: ExportSchedule;
|
1268
|
-
}
|
1269
|
-
|
1270
|
-
/** The start and end date for recurrence schedule. */
|
1271
|
-
export declare interface ExportRecurrencePeriod {
|
1272
|
-
/** The start date of recurrence. */
|
1273
|
-
from: Date;
|
1274
|
-
/** The end date of recurrence. */
|
1275
|
-
to?: Date;
|
1276
|
-
}
|
1277
|
-
|
1278
|
-
/** An export run. */
|
1279
|
-
export declare interface ExportRun extends CostManagementProxyResource {
|
1280
|
-
/** The type of the export run. */
|
1281
|
-
executionType?: ExecutionType;
|
1282
|
-
/** The last known status of the export run. */
|
1283
|
-
status?: ExecutionStatus;
|
1284
|
-
/** The identifier for the entity that triggered the export. For on-demand runs it is the user email. For scheduled runs it is 'System'. */
|
1285
|
-
submittedBy?: string;
|
1286
|
-
/** The time when export was queued to be run. */
|
1287
|
-
submittedTime?: Date;
|
1288
|
-
/** The time when export was picked up to be run. */
|
1289
|
-
processingStartTime?: Date;
|
1290
|
-
/** The time when the export run finished. */
|
1291
|
-
processingEndTime?: Date;
|
1292
|
-
/** The name of the exported file. */
|
1293
|
-
fileName?: string;
|
1294
|
-
/** The export settings that were in effect for this run. */
|
1295
|
-
runSettings?: CommonExportProperties;
|
1296
|
-
/** The details of any error. */
|
1297
|
-
error?: ErrorDetails;
|
1298
|
-
}
|
1299
|
-
|
1300
|
-
/** Interface representing a Exports. */
|
1301
|
-
export declare interface Exports {
|
1302
|
-
/**
|
1303
|
-
* The operation to list all exports at the given scope.
|
1304
|
-
* @param scope The scope associated with export operations. This includes
|
1305
|
-
* '/subscriptions/{subscriptionId}/' for subscription scope,
|
1306
|
-
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,
|
1307
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope and
|
1308
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for
|
1309
|
-
* Department scope,
|
1310
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
|
1311
|
-
* for EnrollmentAccount scope, '/providers/Microsoft.Management/managementGroups/{managementGroupId}
|
1312
|
-
* for Management Group scope,
|
1313
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
|
1314
|
-
* for billingProfile scope,
|
1315
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}'
|
1316
|
-
* for invoiceSection scope, and
|
1317
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' specific
|
1318
|
-
* for partners.
|
1319
|
-
* @param options The options parameters.
|
1320
|
-
*/
|
1321
|
-
list(scope: string, options?: ExportsListOptionalParams): Promise<ExportsListResponse>;
|
1322
|
-
/**
|
1323
|
-
* The operation to get the export for the defined scope by export name.
|
1324
|
-
* @param scope The scope associated with export operations. This includes
|
1325
|
-
* '/subscriptions/{subscriptionId}/' for subscription scope,
|
1326
|
-
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,
|
1327
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope and
|
1328
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for
|
1329
|
-
* Department scope,
|
1330
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
|
1331
|
-
* for EnrollmentAccount scope, '/providers/Microsoft.Management/managementGroups/{managementGroupId}
|
1332
|
-
* for Management Group scope,
|
1333
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
|
1334
|
-
* for billingProfile scope,
|
1335
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}'
|
1336
|
-
* for invoiceSection scope, and
|
1337
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' specific
|
1338
|
-
* for partners.
|
1339
|
-
* @param exportName Export Name.
|
1340
|
-
* @param options The options parameters.
|
1341
|
-
*/
|
1342
|
-
get(scope: string, exportName: string, options?: ExportsGetOptionalParams): Promise<ExportsGetResponse>;
|
1343
|
-
/**
|
1344
|
-
* The operation to create or update a export. Update operation requires latest eTag to be set in the
|
1345
|
-
* request. You may obtain the latest eTag by performing a get operation. Create operation does not
|
1346
|
-
* require eTag.
|
1347
|
-
* @param scope The scope associated with export operations. This includes
|
1348
|
-
* '/subscriptions/{subscriptionId}/' for subscription scope,
|
1349
|
-
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,
|
1350
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope and
|
1351
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for
|
1352
|
-
* Department scope,
|
1353
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
|
1354
|
-
* for EnrollmentAccount scope, '/providers/Microsoft.Management/managementGroups/{managementGroupId}
|
1355
|
-
* for Management Group scope,
|
1356
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
|
1357
|
-
* for billingProfile scope,
|
1358
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}'
|
1359
|
-
* for invoiceSection scope, and
|
1360
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' specific
|
1361
|
-
* for partners.
|
1362
|
-
* @param exportName Export Name.
|
1363
|
-
* @param parameters Parameters supplied to the CreateOrUpdate Export operation.
|
1364
|
-
* @param options The options parameters.
|
1365
|
-
*/
|
1366
|
-
createOrUpdate(scope: string, exportName: string, parameters: Export, options?: ExportsCreateOrUpdateOptionalParams): Promise<ExportsCreateOrUpdateResponse>;
|
1367
|
-
/**
|
1368
|
-
* The operation to delete a export.
|
1369
|
-
* @param scope The scope associated with export operations. This includes
|
1370
|
-
* '/subscriptions/{subscriptionId}/' for subscription scope,
|
1371
|
-
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,
|
1372
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope and
|
1373
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for
|
1374
|
-
* Department scope,
|
1375
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
|
1376
|
-
* for EnrollmentAccount scope, '/providers/Microsoft.Management/managementGroups/{managementGroupId}
|
1377
|
-
* for Management Group scope,
|
1378
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
|
1379
|
-
* for billingProfile scope,
|
1380
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}'
|
1381
|
-
* for invoiceSection scope, and
|
1382
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' specific
|
1383
|
-
* for partners.
|
1384
|
-
* @param exportName Export Name.
|
1385
|
-
* @param options The options parameters.
|
1386
|
-
*/
|
1387
|
-
delete(scope: string, exportName: string, options?: ExportsDeleteOptionalParams): Promise<void>;
|
1388
|
-
/**
|
1389
|
-
* The operation to run an export.
|
1390
|
-
* @param scope The scope associated with export operations. This includes
|
1391
|
-
* '/subscriptions/{subscriptionId}/' for subscription scope,
|
1392
|
-
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,
|
1393
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope and
|
1394
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for
|
1395
|
-
* Department scope,
|
1396
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
|
1397
|
-
* for EnrollmentAccount scope, '/providers/Microsoft.Management/managementGroups/{managementGroupId}
|
1398
|
-
* for Management Group scope,
|
1399
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
|
1400
|
-
* for billingProfile scope,
|
1401
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}'
|
1402
|
-
* for invoiceSection scope, and
|
1403
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' specific
|
1404
|
-
* for partners.
|
1405
|
-
* @param exportName Export Name.
|
1406
|
-
* @param options The options parameters.
|
1407
|
-
*/
|
1408
|
-
execute(scope: string, exportName: string, options?: ExportsExecuteOptionalParams): Promise<void>;
|
1409
|
-
/**
|
1410
|
-
* The operation to get the run history of an export for the defined scope and export name.
|
1411
|
-
* @param scope The scope associated with export operations. This includes
|
1412
|
-
* '/subscriptions/{subscriptionId}/' for subscription scope,
|
1413
|
-
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,
|
1414
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope and
|
1415
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for
|
1416
|
-
* Department scope,
|
1417
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
|
1418
|
-
* for EnrollmentAccount scope, '/providers/Microsoft.Management/managementGroups/{managementGroupId}
|
1419
|
-
* for Management Group scope,
|
1420
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
|
1421
|
-
* for billingProfile scope,
|
1422
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}'
|
1423
|
-
* for invoiceSection scope, and
|
1424
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' specific
|
1425
|
-
* for partners.
|
1426
|
-
* @param exportName Export Name.
|
1427
|
-
* @param options The options parameters.
|
1428
|
-
*/
|
1429
|
-
getExecutionHistory(scope: string, exportName: string, options?: ExportsGetExecutionHistoryOptionalParams): Promise<ExportsGetExecutionHistoryResponse>;
|
1430
|
-
}
|
1431
|
-
|
1432
|
-
/** The schedule associated with the export. */
|
1433
|
-
export declare interface ExportSchedule {
|
1434
|
-
/** The status of the export's schedule. If 'Inactive', the export's schedule is paused. */
|
1435
|
-
status?: StatusType;
|
1436
|
-
/** The schedule recurrence. */
|
1437
|
-
recurrence?: RecurrenceType;
|
1438
|
-
/** Has start and end date of the recurrence. The start date must be in future. If present, the end date must be greater than start date. */
|
1439
|
-
recurrencePeriod?: ExportRecurrencePeriod;
|
1440
|
-
}
|
1441
|
-
|
1442
|
-
/** Optional parameters. */
|
1443
|
-
export declare interface ExportsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
1444
|
-
}
|
1445
|
-
|
1446
|
-
/** Contains response data for the createOrUpdate operation. */
|
1447
|
-
export declare type ExportsCreateOrUpdateResponse = Export;
|
1448
|
-
|
1449
|
-
/** Optional parameters. */
|
1450
|
-
export declare interface ExportsDeleteOptionalParams extends coreClient.OperationOptions {
|
1451
|
-
}
|
1452
|
-
|
1453
|
-
/** Optional parameters. */
|
1454
|
-
export declare interface ExportsExecuteOptionalParams extends coreClient.OperationOptions {
|
1455
|
-
}
|
1456
|
-
|
1457
|
-
/** Optional parameters. */
|
1458
|
-
export declare interface ExportsGetExecutionHistoryOptionalParams extends coreClient.OperationOptions {
|
1459
|
-
}
|
1460
|
-
|
1461
|
-
/** Contains response data for the getExecutionHistory operation. */
|
1462
|
-
export declare type ExportsGetExecutionHistoryResponse = ExportExecutionListResult;
|
1463
|
-
|
1464
|
-
/** Optional parameters. */
|
1465
|
-
export declare interface ExportsGetOptionalParams extends coreClient.OperationOptions {
|
1466
|
-
/** May be used to expand the properties within an export. Currently only 'runHistory' is supported and will return information for the last 10 runs of the export. */
|
1467
|
-
expand?: string;
|
1468
|
-
}
|
1469
|
-
|
1470
|
-
/** Contains response data for the get operation. */
|
1471
|
-
export declare type ExportsGetResponse = Export;
|
1472
|
-
|
1473
|
-
/** Optional parameters. */
|
1474
|
-
export declare interface ExportsListOptionalParams extends coreClient.OperationOptions {
|
1475
|
-
/** May be used to expand the properties within an export. Currently only 'runHistory' is supported and will return information for the last run of each export. */
|
1476
|
-
expand?: string;
|
1477
|
-
}
|
1478
|
-
|
1479
|
-
/** Contains response data for the list operation. */
|
1480
|
-
export declare type ExportsListResponse = ExportListResult;
|
1481
|
-
|
1482
|
-
/** The date range for data in the export. This should only be specified with timeFrame set to 'Custom'. The maximum date range is 3 months. */
|
1483
|
-
export declare interface ExportTimePeriod {
|
1484
|
-
/** The start date for export data. */
|
1485
|
-
from: Date;
|
1486
|
-
/** The end date for export data. */
|
1487
|
-
to: Date;
|
1488
|
-
}
|
1489
|
-
|
1490
|
-
/**
|
1491
|
-
* Defines values for ExportType. \
|
1492
|
-
* {@link KnownExportType} can be used interchangeably with ExportType,
|
1493
|
-
* this enum contains the known values that the service supports.
|
1494
|
-
* ### Known values supported by the service
|
1495
|
-
* **Usage** \
|
1496
|
-
* **ActualCost** \
|
1497
|
-
* **AmortizedCost**
|
1498
|
-
*/
|
1499
|
-
export declare type ExportType = string;
|
1500
|
-
|
1501
|
-
/**
|
1502
|
-
* Defines values for ExternalCloudProviderType. \
|
1503
|
-
* {@link KnownExternalCloudProviderType} can be used interchangeably with ExternalCloudProviderType,
|
1504
|
-
* this enum contains the known values that the service supports.
|
1505
|
-
* ### Known values supported by the service
|
1506
|
-
* **externalSubscriptions** \
|
1507
|
-
* **externalBillingAccounts**
|
1508
|
-
*/
|
1509
|
-
export declare type ExternalCloudProviderType = string;
|
1510
|
-
|
1511
|
-
/** Destination of the view data. This is optional. Currently only CSV format is supported. */
|
1512
|
-
export declare interface FileDestination {
|
1513
|
-
/** Destination of the view data. Currently only CSV format is supported. */
|
1514
|
-
fileFormats?: FileFormat[];
|
1515
|
-
}
|
1516
|
-
|
1517
|
-
/**
|
1518
|
-
* Defines values for FileFormat. \
|
1519
|
-
* {@link KnownFileFormat} can be used interchangeably with FileFormat,
|
1520
|
-
* this enum contains the known values that the service supports.
|
1521
|
-
* ### Known values supported by the service
|
1522
|
-
* **Csv**
|
1523
|
-
*/
|
1524
|
-
export declare type FileFormat = string;
|
1525
|
-
|
1526
|
-
/** Interface representing a Forecast. */
|
1527
|
-
export declare interface Forecast {
|
1528
|
-
/**
|
1529
|
-
* Lists the forecast charges for scope defined.
|
1530
|
-
* @param scope The scope associated with forecast operations. This includes
|
1531
|
-
* '/subscriptions/{subscriptionId}/' for subscription scope,
|
1532
|
-
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,
|
1533
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope and
|
1534
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for
|
1535
|
-
* Department scope,
|
1536
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
|
1537
|
-
* for EnrollmentAccount scope, '/providers/Microsoft.Management/managementGroups/{managementGroupId}
|
1538
|
-
* for Management Group scope,
|
1539
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
|
1540
|
-
* for billingProfile scope,
|
1541
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}'
|
1542
|
-
* for invoiceSection scope, and
|
1543
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' specific
|
1544
|
-
* for partners.
|
1545
|
-
* @param parameters Parameters supplied to the CreateOrUpdate Forecast Config operation.
|
1546
|
-
* @param options The options parameters.
|
1547
|
-
*/
|
1548
|
-
usage(scope: string, parameters: ForecastDefinition, options?: ForecastUsageOptionalParams): Promise<ForecastUsageResponse>;
|
1549
|
-
/**
|
1550
|
-
* Lists the forecast charges for external cloud provider type defined.
|
1551
|
-
* @param externalCloudProviderType The external cloud provider type associated with dimension/query
|
1552
|
-
* operations. This includes 'externalSubscriptions' for linked account and 'externalBillingAccounts'
|
1553
|
-
* for consolidated account.
|
1554
|
-
* @param externalCloudProviderId This can be '{externalSubscriptionId}' for linked account or
|
1555
|
-
* '{externalBillingAccountId}' for consolidated account used with dimension/query operations.
|
1556
|
-
* @param parameters Parameters supplied to the CreateOrUpdate Forecast Config operation.
|
1557
|
-
* @param options The options parameters.
|
1558
|
-
*/
|
1559
|
-
externalCloudProviderUsage(externalCloudProviderType: ExternalCloudProviderType, externalCloudProviderId: string, parameters: ForecastDefinition, options?: ForecastExternalCloudProviderUsageOptionalParams): Promise<ForecastExternalCloudProviderUsageResponse>;
|
1560
|
-
}
|
1561
|
-
|
1562
|
-
/** The aggregation expression to be used in the forecast. */
|
1563
|
-
export declare interface ForecastAggregation {
|
1564
|
-
/** The name of the column to aggregate. */
|
1565
|
-
name: FunctionName;
|
1566
|
-
/** The name of the aggregation function to use. */
|
1567
|
-
function: FunctionType;
|
1568
|
-
}
|
1569
|
-
|
1570
|
-
/** Forecast column properties */
|
1571
|
-
export declare interface ForecastColumn {
|
1572
|
-
/** The name of column. */
|
1573
|
-
name?: string;
|
1574
|
-
/** The type of column. */
|
1575
|
-
type?: string;
|
1576
|
-
}
|
1577
|
-
|
1578
|
-
/** The comparison expression to be used in the forecast. */
|
1579
|
-
export declare interface ForecastComparisonExpression {
|
1580
|
-
/** The name of the column to use in comparison. */
|
1581
|
-
name: string;
|
1582
|
-
/** The operator to use for comparison. */
|
1583
|
-
operator: ForecastOperatorType;
|
1584
|
-
/** Array of values to use for comparison */
|
1585
|
-
values: string[];
|
1586
|
-
}
|
1587
|
-
|
1588
|
-
/** The definition of data present in the forecast. */
|
1589
|
-
export declare interface ForecastDataset {
|
1590
|
-
/** The granularity of rows in the forecast. */
|
1591
|
-
granularity?: GranularityType;
|
1592
|
-
/** Has configuration information for the data in the export. The configuration will be ignored if aggregation and grouping are provided. */
|
1593
|
-
configuration?: ForecastDatasetConfiguration;
|
1594
|
-
/** Dictionary of aggregation expression to use in the forecast. The key of each item in the dictionary is the alias for the aggregated column. forecast can have up to 2 aggregation clauses. */
|
1595
|
-
aggregation: {
|
1596
|
-
[propertyName: string]: ForecastAggregation;
|
1597
|
-
};
|
1598
|
-
/** Has filter expression to use in the forecast. */
|
1599
|
-
filter?: ForecastFilter;
|
1600
|
-
}
|
1601
|
-
|
1602
|
-
/** The configuration of dataset in the forecast. */
|
1603
|
-
export declare interface ForecastDatasetConfiguration {
|
1604
|
-
/** Array of column names to be included in the forecast. Any valid forecast column name is allowed. If not provided, then forecast includes all columns. */
|
1605
|
-
columns?: string[];
|
1606
|
-
}
|
1607
|
-
|
1608
|
-
/** The definition of a forecast. */
|
1609
|
-
export declare interface ForecastDefinition {
|
1610
|
-
/** The type of the forecast. */
|
1611
|
-
type: ForecastType;
|
1612
|
-
/** The time frame for pulling data for the forecast. If custom, then a specific time period must be provided. */
|
1613
|
-
timeframe: ForecastTimeframe;
|
1614
|
-
/** Has time period for pulling data for the forecast. */
|
1615
|
-
timePeriod?: ForecastTimePeriod;
|
1616
|
-
/** Has definition for data in this forecast. */
|
1617
|
-
dataset: ForecastDataset;
|
1618
|
-
/** A boolean determining if actualCost will be included. */
|
1619
|
-
includeActualCost?: boolean;
|
1620
|
-
/** A boolean determining if FreshPartialCost will be included. */
|
1621
|
-
includeFreshPartialCost?: boolean;
|
1622
|
-
}
|
1623
|
-
|
1624
|
-
/** Optional parameters. */
|
1625
|
-
export declare interface ForecastExternalCloudProviderUsageOptionalParams extends coreClient.OperationOptions {
|
1626
|
-
/** May be used to filter forecasts by properties/usageDate (Utc time), properties/chargeType or properties/grain. The filter supports 'eq', 'lt', 'gt', 'le', 'ge', and 'and'. It does not currently support 'ne', 'or', or 'not'. */
|
1627
|
-
filter?: string;
|
1628
|
-
}
|
1629
|
-
|
1630
|
-
/** Contains response data for the externalCloudProviderUsage operation. */
|
1631
|
-
export declare type ForecastExternalCloudProviderUsageResponse = ForecastResult;
|
1632
|
-
|
1633
|
-
/** The filter expression to be used in the export. */
|
1634
|
-
export declare interface ForecastFilter {
|
1635
|
-
/** The logical "AND" expression. Must have at least 2 items. */
|
1636
|
-
and?: ForecastFilter[];
|
1637
|
-
/** The logical "OR" expression. Must have at least 2 items. */
|
1638
|
-
or?: ForecastFilter[];
|
1639
|
-
/** Has comparison expression for a dimension */
|
1640
|
-
dimensions?: ForecastComparisonExpression;
|
1641
|
-
/** Has comparison expression for a tag */
|
1642
|
-
tags?: ForecastComparisonExpression;
|
1643
|
-
}
|
1644
|
-
|
1645
|
-
/**
|
1646
|
-
* Defines values for ForecastOperatorType. \
|
1647
|
-
* {@link KnownForecastOperatorType} can be used interchangeably with ForecastOperatorType,
|
1648
|
-
* this enum contains the known values that the service supports.
|
1649
|
-
* ### Known values supported by the service
|
1650
|
-
* **In**
|
1651
|
-
*/
|
1652
|
-
export declare type ForecastOperatorType = string;
|
1653
|
-
|
1654
|
-
/** Result of forecast. It contains all columns listed under groupings and aggregation. */
|
1655
|
-
export declare interface ForecastResult extends CostManagementResource {
|
1656
|
-
/** The link (url) to the next page of results. */
|
1657
|
-
nextLink?: string;
|
1658
|
-
/** Array of columns */
|
1659
|
-
columns?: ForecastColumn[];
|
1660
|
-
/** Array of rows */
|
1661
|
-
rows?: any[][];
|
1662
|
-
}
|
1663
|
-
|
1664
|
-
/**
|
1665
|
-
* Defines values for ForecastTimeframe. \
|
1666
|
-
* {@link KnownForecastTimeframe} can be used interchangeably with ForecastTimeframe,
|
1667
|
-
* this enum contains the known values that the service supports.
|
1668
|
-
* ### Known values supported by the service
|
1669
|
-
* **Custom**
|
1670
|
-
*/
|
1671
|
-
export declare type ForecastTimeframe = string;
|
1672
|
-
|
1673
|
-
/** Has time period for pulling data for the forecast. */
|
1674
|
-
export declare interface ForecastTimePeriod {
|
1675
|
-
/** The start date to pull data from. */
|
1676
|
-
from: Date;
|
1677
|
-
/** The end date to pull data to. */
|
1678
|
-
to: Date;
|
1679
|
-
}
|
1680
|
-
|
1681
|
-
/**
|
1682
|
-
* Defines values for ForecastType. \
|
1683
|
-
* {@link KnownForecastType} can be used interchangeably with ForecastType,
|
1684
|
-
* this enum contains the known values that the service supports.
|
1685
|
-
* ### Known values supported by the service
|
1686
|
-
* **Usage** \
|
1687
|
-
* **ActualCost** \
|
1688
|
-
* **AmortizedCost**
|
1689
|
-
*/
|
1690
|
-
export declare type ForecastType = string;
|
1691
|
-
|
1692
|
-
/** Optional parameters. */
|
1693
|
-
export declare interface ForecastUsageOptionalParams extends coreClient.OperationOptions {
|
1694
|
-
/** May be used to filter forecasts by properties/usageDate (Utc time), properties/chargeType or properties/grain. The filter supports 'eq', 'lt', 'gt', 'le', 'ge', and 'and'. It does not currently support 'ne', 'or', or 'not'. */
|
1695
|
-
filter?: string;
|
1696
|
-
}
|
1697
|
-
|
1698
|
-
/** Contains response data for the usage operation. */
|
1699
|
-
export declare type ForecastUsageResponse = ForecastResult;
|
1700
|
-
|
1701
|
-
/**
|
1702
|
-
* Defines values for FormatType. \
|
1703
|
-
* {@link KnownFormatType} can be used interchangeably with FormatType,
|
1704
|
-
* this enum contains the known values that the service supports.
|
1705
|
-
* ### Known values supported by the service
|
1706
|
-
* **Csv**
|
1707
|
-
*/
|
1708
|
-
export declare type FormatType = string;
|
1709
|
-
|
1710
|
-
/**
|
1711
|
-
* Defines values for FunctionName. \
|
1712
|
-
* {@link KnownFunctionName} can be used interchangeably with FunctionName,
|
1713
|
-
* this enum contains the known values that the service supports.
|
1714
|
-
* ### Known values supported by the service
|
1715
|
-
* **PreTaxCostUSD** \
|
1716
|
-
* **Cost** \
|
1717
|
-
* **CostUSD** \
|
1718
|
-
* **PreTaxCost**
|
1719
|
-
*/
|
1720
|
-
export declare type FunctionName = string;
|
1721
|
-
|
1722
|
-
/**
|
1723
|
-
* Defines values for FunctionType. \
|
1724
|
-
* {@link KnownFunctionType} can be used interchangeably with FunctionType,
|
1725
|
-
* this enum contains the known values that the service supports.
|
1726
|
-
* ### Known values supported by the service
|
1727
|
-
* **Sum**
|
1728
|
-
*/
|
1729
|
-
export declare type FunctionType = string;
|
1730
|
-
|
1731
|
-
/** Interface representing a GenerateCostDetailsReport. */
|
1732
|
-
export declare interface GenerateCostDetailsReport {
|
1733
|
-
/**
|
1734
|
-
* This API is the replacement for all previously release Usage Details APIs. Request to generate a
|
1735
|
-
* cost details report for the provided date range, billing period (Only enterprise customers) or
|
1736
|
-
* Invoice Id asynchronously at a certain scope. The initial call to request a report will return a 202
|
1737
|
-
* with a 'Location' and 'Retry-After' header. The 'Location' header will provide the endpoint to poll
|
1738
|
-
* to get the result of the report generation. The 'Retry-After' provides the duration to wait before
|
1739
|
-
* polling for the generated report. A call to poll the report operation will provide a 202 response
|
1740
|
-
* with a 'Location' header if the operation is still in progress. Once the report generation operation
|
1741
|
-
* completes, the polling endpoint will provide a 200 response along with details on the report blob(s)
|
1742
|
-
* that are available for download. The details on the file(s) available for download will be available
|
1743
|
-
* in the polling response body. To Understand cost details (formerly known as usage details) fields
|
1744
|
-
* found in files ,see
|
1745
|
-
* https://learn.microsoft.com/azure/cost-management-billing/automate/understand-usage-details-fields
|
1746
|
-
* @param scope The ARM Resource ID for subscription, resource group, billing account, or other billing
|
1747
|
-
* scopes. For details, see https://aka.ms/costmgmt/scopes.
|
1748
|
-
* @param parameters Parameters supplied to the Create cost details operation.
|
1749
|
-
* @param options The options parameters.
|
1750
|
-
*/
|
1751
|
-
beginCreateOperation(scope: string, parameters: GenerateCostDetailsReportRequestDefinition, options?: GenerateCostDetailsReportCreateOperationOptionalParams): Promise<SimplePollerLike<OperationState<GenerateCostDetailsReportCreateOperationResponse>, GenerateCostDetailsReportCreateOperationResponse>>;
|
1752
|
-
/**
|
1753
|
-
* This API is the replacement for all previously release Usage Details APIs. Request to generate a
|
1754
|
-
* cost details report for the provided date range, billing period (Only enterprise customers) or
|
1755
|
-
* Invoice Id asynchronously at a certain scope. The initial call to request a report will return a 202
|
1756
|
-
* with a 'Location' and 'Retry-After' header. The 'Location' header will provide the endpoint to poll
|
1757
|
-
* to get the result of the report generation. The 'Retry-After' provides the duration to wait before
|
1758
|
-
* polling for the generated report. A call to poll the report operation will provide a 202 response
|
1759
|
-
* with a 'Location' header if the operation is still in progress. Once the report generation operation
|
1760
|
-
* completes, the polling endpoint will provide a 200 response along with details on the report blob(s)
|
1761
|
-
* that are available for download. The details on the file(s) available for download will be available
|
1762
|
-
* in the polling response body. To Understand cost details (formerly known as usage details) fields
|
1763
|
-
* found in files ,see
|
1764
|
-
* https://learn.microsoft.com/azure/cost-management-billing/automate/understand-usage-details-fields
|
1765
|
-
* @param scope The ARM Resource ID for subscription, resource group, billing account, or other billing
|
1766
|
-
* scopes. For details, see https://aka.ms/costmgmt/scopes.
|
1767
|
-
* @param parameters Parameters supplied to the Create cost details operation.
|
1768
|
-
* @param options The options parameters.
|
1769
|
-
*/
|
1770
|
-
beginCreateOperationAndWait(scope: string, parameters: GenerateCostDetailsReportRequestDefinition, options?: GenerateCostDetailsReportCreateOperationOptionalParams): Promise<GenerateCostDetailsReportCreateOperationResponse>;
|
1771
|
-
/**
|
1772
|
-
* Get the result of the specified operation. This link is provided in the CostDetails creation request
|
1773
|
-
* response Location header.
|
1774
|
-
* @param scope The ARM Resource ID for subscription, resource group, billing account, or other billing
|
1775
|
-
* scopes. For details, see https://aka.ms/costmgmt/scopes.
|
1776
|
-
* @param operationId The target operation Id.
|
1777
|
-
* @param options The options parameters.
|
1778
|
-
*/
|
1779
|
-
beginGetOperationResults(scope: string, operationId: string, options?: GenerateCostDetailsReportGetOperationResultsOptionalParams): Promise<SimplePollerLike<OperationState<GenerateCostDetailsReportGetOperationResultsResponse>, GenerateCostDetailsReportGetOperationResultsResponse>>;
|
1780
|
-
/**
|
1781
|
-
* Get the result of the specified operation. This link is provided in the CostDetails creation request
|
1782
|
-
* response Location header.
|
1783
|
-
* @param scope The ARM Resource ID for subscription, resource group, billing account, or other billing
|
1784
|
-
* scopes. For details, see https://aka.ms/costmgmt/scopes.
|
1785
|
-
* @param operationId The target operation Id.
|
1786
|
-
* @param options The options parameters.
|
1787
|
-
*/
|
1788
|
-
beginGetOperationResultsAndWait(scope: string, operationId: string, options?: GenerateCostDetailsReportGetOperationResultsOptionalParams): Promise<GenerateCostDetailsReportGetOperationResultsResponse>;
|
1789
|
-
}
|
1790
|
-
|
1791
|
-
/** Defines headers for GenerateCostDetailsReport_createOperation operation. */
|
1792
|
-
export declare interface GenerateCostDetailsReportCreateOperationHeaders {
|
1793
|
-
/** The URL to check the result of the asynchronous operation. */
|
1794
|
-
location?: string;
|
1795
|
-
/** The amount of delay to use while the status of the operation is checked. The value is expressed in seconds. */
|
1796
|
-
retryAfter?: number;
|
1797
|
-
}
|
1798
|
-
|
1799
|
-
/** Optional parameters. */
|
1800
|
-
export declare interface GenerateCostDetailsReportCreateOperationOptionalParams extends coreClient.OperationOptions {
|
1801
|
-
/** Delay to wait until next poll, in milliseconds. */
|
1802
|
-
updateIntervalInMs?: number;
|
1803
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
1804
|
-
resumeFrom?: string;
|
1805
|
-
}
|
1806
|
-
|
1807
|
-
/** Contains response data for the createOperation operation. */
|
1808
|
-
export declare type GenerateCostDetailsReportCreateOperationResponse = CostDetailsOperationResults;
|
1809
|
-
|
1810
|
-
/**
|
1811
|
-
* Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.
|
1812
|
-
*
|
1813
|
-
* Some Error responses:
|
1814
|
-
*
|
1815
|
-
* * 400 Bad Request - Invalid Request Payload. Request payload provided is not in a json format or had an invalid member not accepted in the request payload.
|
1816
|
-
*
|
1817
|
-
* * 400 Bad Request - Invalid request payload: can only have either timePeriod or invoiceId or billingPeriod. API only allows data to be pulled for either timePeriod or invoiceId or billingPeriod. Customer should provide only one of these parameters.
|
1818
|
-
*
|
1819
|
-
* * 400 Bad Request - Start date must be after . API only allows data to be pulled no older than 13 months from now.
|
1820
|
-
*
|
1821
|
-
* * 400 Bad Request - The maximum allowed date range is 1 months. API only allows data to be pulled for 1 month or less.
|
1822
|
-
*
|
1823
|
-
* * 429 TooManyRequests - Request is throttled. Retry after waiting for the time specified in the "retry-after" header.
|
1824
|
-
*
|
1825
|
-
* * 503 ServiceUnavailable - Service is temporarily unavailable. Retry after waiting for the time specified in the "Retry-After" header.
|
1826
|
-
*/
|
1827
|
-
export declare interface GenerateCostDetailsReportErrorResponse {
|
1828
|
-
/** The details of the error. */
|
1829
|
-
error?: ErrorDetails;
|
1830
|
-
}
|
1831
|
-
|
1832
|
-
/** Optional parameters. */
|
1833
|
-
export declare interface GenerateCostDetailsReportGetOperationResultsOptionalParams extends coreClient.OperationOptions {
|
1834
|
-
/** Delay to wait until next poll, in milliseconds. */
|
1835
|
-
updateIntervalInMs?: number;
|
1836
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
1837
|
-
resumeFrom?: string;
|
1838
|
-
}
|
1839
|
-
|
1840
|
-
/** Contains response data for the getOperationResults operation. */
|
1841
|
-
export declare type GenerateCostDetailsReportGetOperationResultsResponse = CostDetailsOperationResults;
|
1842
|
-
|
1843
|
-
/** The definition of a cost detailed report. */
|
1844
|
-
export declare interface GenerateCostDetailsReportRequestDefinition {
|
1845
|
-
/** The type of the detailed report. By default ActualCost is provided */
|
1846
|
-
metric?: CostDetailsMetricType;
|
1847
|
-
/** The specific date range of cost details requested for the report. This parameter cannot be used alongside either the invoiceId or billingPeriod parameters. If a timePeriod, invoiceId or billingPeriod parameter is not provided in the request body the API will return the current month's cost. API only allows data to be pulled for 1 month or less and no older than 13 months. If no timePeriod or billingPeriod or invoiceId is provided the API defaults to the open month time period */
|
1848
|
-
timePeriod?: CostDetailsTimePeriod;
|
1849
|
-
/** This parameter can be used only by Enterprise Agreement customers. Use the YearMonth(e.g. 202008) format. This parameter cannot be used alongside either the invoiceId or timePeriod parameters. If a timePeriod, invoiceId or billingPeriod parameter is not provided in the request body the API will return the current month's cost. */
|
1850
|
-
billingPeriod?: string;
|
1851
|
-
/** This parameter can only be used by Microsoft Customer Agreement customers. Additionally, it can only be used at the Billing Profile or Customer scope. This parameter cannot be used alongside either the billingPeriod or timePeriod parameters. If a timePeriod, invoiceId or billingPeriod parameter is not provided in the request body the API will return the current month's cost. */
|
1852
|
-
invoiceId?: string;
|
1853
|
-
}
|
1854
|
-
|
1855
|
-
/** Interface representing a GenerateDetailedCostReport. */
|
1856
|
-
export declare interface GenerateDetailedCostReport {
|
1857
|
-
/**
|
1858
|
-
* Generates the detailed cost report for provided date range, billing period(only enterprise
|
1859
|
-
* customers) or Invoice ID asynchronously at a certain scope. Call returns a 202 with header
|
1860
|
-
* Azure-Consumption-AsyncOperation providing a link to the operation created. A call on the operation
|
1861
|
-
* will provide the status and if the operation is completed the blob file where generated detailed
|
1862
|
-
* cost report is being stored.
|
1863
|
-
* @param scope The ARM Resource ID for subscription, resource group, billing account, or other billing
|
1864
|
-
* scopes. For details, see https://aka.ms/costmgmt/scopes.
|
1865
|
-
* @param parameters Parameters supplied to the Create detailed cost report operation.
|
1866
|
-
* @param options The options parameters.
|
1867
|
-
*/
|
1868
|
-
beginCreateOperation(scope: string, parameters: GenerateDetailedCostReportDefinition, options?: GenerateDetailedCostReportCreateOperationOptionalParams): Promise<SimplePollerLike<OperationState<GenerateDetailedCostReportCreateOperationResponse>, GenerateDetailedCostReportCreateOperationResponse>>;
|
1869
|
-
/**
|
1870
|
-
* Generates the detailed cost report for provided date range, billing period(only enterprise
|
1871
|
-
* customers) or Invoice ID asynchronously at a certain scope. Call returns a 202 with header
|
1872
|
-
* Azure-Consumption-AsyncOperation providing a link to the operation created. A call on the operation
|
1873
|
-
* will provide the status and if the operation is completed the blob file where generated detailed
|
1874
|
-
* cost report is being stored.
|
1875
|
-
* @param scope The ARM Resource ID for subscription, resource group, billing account, or other billing
|
1876
|
-
* scopes. For details, see https://aka.ms/costmgmt/scopes.
|
1877
|
-
* @param parameters Parameters supplied to the Create detailed cost report operation.
|
1878
|
-
* @param options The options parameters.
|
1879
|
-
*/
|
1880
|
-
beginCreateOperationAndWait(scope: string, parameters: GenerateDetailedCostReportDefinition, options?: GenerateDetailedCostReportCreateOperationOptionalParams): Promise<GenerateDetailedCostReportCreateOperationResponse>;
|
1881
|
-
}
|
1882
|
-
|
1883
|
-
/** Defines headers for GenerateDetailedCostReport_createOperation operation. */
|
1884
|
-
export declare interface GenerateDetailedCostReportCreateOperationHeaders {
|
1885
|
-
/** The URL to check the result of the asynchronous operation. */
|
1886
|
-
location?: string;
|
1887
|
-
/** The URL to check the status of the asynchronous operation. */
|
1888
|
-
azureConsumptionAsyncOperation?: string;
|
1889
|
-
/** The URL to check the status of the asynchronous operation. */
|
1890
|
-
azureAsyncOperation?: string;
|
1891
|
-
/** The amount of delay to use while the status of the operation is checked. The value is expressed in seconds. */
|
1892
|
-
retryAfter?: number;
|
1893
|
-
}
|
1894
|
-
|
1895
|
-
/** Optional parameters. */
|
1896
|
-
export declare interface GenerateDetailedCostReportCreateOperationOptionalParams extends coreClient.OperationOptions {
|
1897
|
-
/** Delay to wait until next poll, in milliseconds. */
|
1898
|
-
updateIntervalInMs?: number;
|
1899
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
1900
|
-
resumeFrom?: string;
|
1901
|
-
}
|
1902
|
-
|
1903
|
-
/** Contains response data for the createOperation operation. */
|
1904
|
-
export declare type GenerateDetailedCostReportCreateOperationResponse = GenerateDetailedCostReportOperationResult;
|
1905
|
-
|
1906
|
-
/** The definition of a cost detailed report. */
|
1907
|
-
export declare interface GenerateDetailedCostReportDefinition {
|
1908
|
-
/** The type of the detailed report. By default ActualCost is provided */
|
1909
|
-
metric?: GenerateDetailedCostReportMetricType;
|
1910
|
-
/** Has time period for pulling data for the cost detailed report. Can only have one of either timePeriod or invoiceId or billingPeriod parameters. If none provided current month cost is provided. */
|
1911
|
-
timePeriod?: GenerateDetailedCostReportTimePeriod;
|
1912
|
-
/** Billing period in YearMonth(e.g. 202008) format. Only for legacy enterprise customers can use this. Can only have one of either timePeriod or invoiceId or billingPeriod parameters. If none provided current month cost is provided. */
|
1913
|
-
billingPeriod?: string;
|
1914
|
-
/** Invoice ID for Pay-as-you-go and Microsoft Customer Agreement scopes. Can only have one of either timePeriod or invoiceId or billingPeriod parameters. If none provided current month cost is provided. */
|
1915
|
-
invoiceId?: string;
|
1916
|
-
/** Customer ID for Microsoft Customer Agreement scopes (Invoice Id is also required for this). */
|
1917
|
-
customerId?: string;
|
1918
|
-
}
|
1919
|
-
|
1920
|
-
/**
|
1921
|
-
* Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.
|
1922
|
-
*
|
1923
|
-
* Some Error responses:
|
1924
|
-
*
|
1925
|
-
* * 413 Request Entity Too Large - Request is throttled. The amount of data required to fulfill the request exceeds the maximum size permitted of 2Gb. Please utilize our Exports feature instead.
|
1926
|
-
*
|
1927
|
-
* * 429 TooManyRequests - Request is throttled. Retry after waiting for the time specified in the "x-ms-ratelimit-microsoft.consumption-retry-after" header.
|
1928
|
-
*
|
1929
|
-
* * 503 ServiceUnavailable - Service is temporarily unavailable. Retry after waiting for the time specified in the "Retry-After" header.
|
1930
|
-
*/
|
1931
|
-
export declare interface GenerateDetailedCostReportErrorResponse {
|
1932
|
-
/** The details of the error. */
|
1933
|
-
error?: ErrorDetails;
|
1934
|
-
}
|
1935
|
-
|
1936
|
-
/**
|
1937
|
-
* Defines values for GenerateDetailedCostReportMetricType. \
|
1938
|
-
* {@link KnownGenerateDetailedCostReportMetricType} can be used interchangeably with GenerateDetailedCostReportMetricType,
|
1939
|
-
* this enum contains the known values that the service supports.
|
1940
|
-
* ### Known values supported by the service
|
1941
|
-
* **ActualCost** \
|
1942
|
-
* **AmortizedCost**
|
1943
|
-
*/
|
1944
|
-
export declare type GenerateDetailedCostReportMetricType = string;
|
1945
|
-
|
1946
|
-
/** The result of the long running operation for cost detailed report. */
|
1947
|
-
export declare interface GenerateDetailedCostReportOperationResult {
|
1948
|
-
/** The ARM resource id of the long running operation. */
|
1949
|
-
id?: string;
|
1950
|
-
/** The name of the long running operation. */
|
1951
|
-
name?: string;
|
1952
|
-
/** The type of the long running operation. */
|
1953
|
-
type?: string;
|
1954
|
-
/**
|
1955
|
-
* The time at which report URL becomes invalid/expires in UTC e.g. 2020-12-08T05:55:59.4394737Z.
|
1956
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1957
|
-
*/
|
1958
|
-
readonly expiryTime?: Date;
|
1959
|
-
/** The time at which report URL becomes invalid/expires in UTC e.g. 2020-12-08T05:55:59.4394737Z. */
|
1960
|
-
validTill?: Date;
|
1961
|
-
/** The URL to download the generated report. */
|
1962
|
-
downloadUrl?: string;
|
1963
|
-
}
|
1964
|
-
|
1965
|
-
/** Interface representing a GenerateDetailedCostReportOperationResults. */
|
1966
|
-
export declare interface GenerateDetailedCostReportOperationResults {
|
1967
|
-
/**
|
1968
|
-
* Gets the result of the specified operation. The link with this operationId is provided as a response
|
1969
|
-
* header of the initial request.
|
1970
|
-
* @param operationId The target operation Id.
|
1971
|
-
* @param scope The ARM Resource ID for subscription, resource group, billing account, or other billing
|
1972
|
-
* scopes. For details, see https://aka.ms/costmgmt/scopes.
|
1973
|
-
* @param options The options parameters.
|
1974
|
-
*/
|
1975
|
-
beginGet(operationId: string, scope: string, options?: GenerateDetailedCostReportOperationResultsGetOptionalParams): Promise<SimplePollerLike<OperationState<GenerateDetailedCostReportOperationResultsGetResponse>, GenerateDetailedCostReportOperationResultsGetResponse>>;
|
1976
|
-
/**
|
1977
|
-
* Gets the result of the specified operation. The link with this operationId is provided as a response
|
1978
|
-
* header of the initial request.
|
1979
|
-
* @param operationId The target operation Id.
|
1980
|
-
* @param scope The ARM Resource ID for subscription, resource group, billing account, or other billing
|
1981
|
-
* scopes. For details, see https://aka.ms/costmgmt/scopes.
|
1982
|
-
* @param options The options parameters.
|
1983
|
-
*/
|
1984
|
-
beginGetAndWait(operationId: string, scope: string, options?: GenerateDetailedCostReportOperationResultsGetOptionalParams): Promise<GenerateDetailedCostReportOperationResultsGetResponse>;
|
1985
|
-
}
|
1986
|
-
|
1987
|
-
/** Optional parameters. */
|
1988
|
-
export declare interface GenerateDetailedCostReportOperationResultsGetOptionalParams extends coreClient.OperationOptions {
|
1989
|
-
/** Delay to wait until next poll, in milliseconds. */
|
1990
|
-
updateIntervalInMs?: number;
|
1991
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
1992
|
-
resumeFrom?: string;
|
1993
|
-
}
|
1994
|
-
|
1995
|
-
/** Contains response data for the get operation. */
|
1996
|
-
export declare type GenerateDetailedCostReportOperationResultsGetResponse = GenerateDetailedCostReportOperationResult;
|
1997
|
-
|
1998
|
-
/** Interface representing a GenerateDetailedCostReportOperationStatus. */
|
1999
|
-
export declare interface GenerateDetailedCostReportOperationStatus {
|
2000
|
-
/**
|
2001
|
-
* Get the status of the specified operation. This link is provided in the GenerateDetailedCostReport
|
2002
|
-
* creation request response header.
|
2003
|
-
* @param operationId The target operation Id.
|
2004
|
-
* @param scope The ARM Resource ID for subscription, resource group, billing account, or other billing
|
2005
|
-
* scopes. For details, see https://aka.ms/costmgmt/scopes.
|
2006
|
-
* @param options The options parameters.
|
2007
|
-
*/
|
2008
|
-
get(operationId: string, scope: string, options?: GenerateDetailedCostReportOperationStatusGetOptionalParams): Promise<GenerateDetailedCostReportOperationStatusGetResponse>;
|
2009
|
-
}
|
2010
|
-
|
2011
|
-
/** The status of the long running operation for cost detailed report. */
|
2012
|
-
export declare interface GenerateDetailedCostReportOperationStatuses {
|
2013
|
-
/** The ID of the long running operation. */
|
2014
|
-
id?: string;
|
2015
|
-
/** The name of the long running operation. */
|
2016
|
-
name?: string;
|
2017
|
-
/** The status of the long running operation. */
|
2018
|
-
status?: Status;
|
2019
|
-
/** The startTime of the operation. */
|
2020
|
-
startTime?: string;
|
2021
|
-
/** The endTime of the operation. */
|
2022
|
-
endTime?: string;
|
2023
|
-
/** The type of the long running operation. */
|
2024
|
-
type?: string;
|
2025
|
-
/** The details of the error. */
|
2026
|
-
error?: ErrorDetails;
|
2027
|
-
/**
|
2028
|
-
* The time at which report URL becomes invalid/expires in UTC e.g. 2020-12-08T05:55:59.4394737Z.
|
2029
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
2030
|
-
*/
|
2031
|
-
readonly expiryTime?: Date;
|
2032
|
-
/** The time at which report URL becomes invalid/expires in UTC e.g. 2020-12-08T05:55:59.4394737Z. */
|
2033
|
-
validTill?: Date;
|
2034
|
-
/** The URL to download the generated report. */
|
2035
|
-
downloadUrl?: string;
|
2036
|
-
}
|
2037
|
-
|
2038
|
-
/** Optional parameters. */
|
2039
|
-
export declare interface GenerateDetailedCostReportOperationStatusGetOptionalParams extends coreClient.OperationOptions {
|
2040
|
-
}
|
2041
|
-
|
2042
|
-
/** Contains response data for the get operation. */
|
2043
|
-
export declare type GenerateDetailedCostReportOperationStatusGetResponse = GenerateDetailedCostReportOperationStatuses;
|
2044
|
-
|
2045
|
-
/** The start and end date for pulling data for the cost detailed report. */
|
2046
|
-
export declare interface GenerateDetailedCostReportTimePeriod {
|
2047
|
-
/** The start date to pull data from. example format 2020-03-15 */
|
2048
|
-
start: string;
|
2049
|
-
/** The end date to pull data to. example format 2020-03-15 */
|
2050
|
-
end: string;
|
2051
|
-
}
|
2052
|
-
|
2053
|
-
/** Interface representing a GenerateReservationDetailsReport. */
|
2054
|
-
export declare interface GenerateReservationDetailsReport {
|
2055
|
-
/**
|
2056
|
-
* Generates the reservations details report for provided date range asynchronously based on enrollment
|
2057
|
-
* id. The Reservation usage details can be viewed only by certain enterprise roles. For more details
|
2058
|
-
* on the roles see,
|
2059
|
-
* https://docs.microsoft.com/azure/cost-management-billing/manage/understand-ea-roles#usage-and-costs-access-by-role
|
2060
|
-
* @param billingAccountId Enrollment ID (Legacy BillingAccount ID)
|
2061
|
-
* @param startDate Start Date
|
2062
|
-
* @param endDate End Date
|
2063
|
-
* @param options The options parameters.
|
2064
|
-
*/
|
2065
|
-
beginByBillingAccountId(billingAccountId: string, startDate: string, endDate: string, options?: GenerateReservationDetailsReportByBillingAccountIdOptionalParams): Promise<SimplePollerLike<OperationState<GenerateReservationDetailsReportByBillingAccountIdResponse>, GenerateReservationDetailsReportByBillingAccountIdResponse>>;
|
2066
|
-
/**
|
2067
|
-
* Generates the reservations details report for provided date range asynchronously based on enrollment
|
2068
|
-
* id. The Reservation usage details can be viewed only by certain enterprise roles. For more details
|
2069
|
-
* on the roles see,
|
2070
|
-
* https://docs.microsoft.com/azure/cost-management-billing/manage/understand-ea-roles#usage-and-costs-access-by-role
|
2071
|
-
* @param billingAccountId Enrollment ID (Legacy BillingAccount ID)
|
2072
|
-
* @param startDate Start Date
|
2073
|
-
* @param endDate End Date
|
2074
|
-
* @param options The options parameters.
|
2075
|
-
*/
|
2076
|
-
beginByBillingAccountIdAndWait(billingAccountId: string, startDate: string, endDate: string, options?: GenerateReservationDetailsReportByBillingAccountIdOptionalParams): Promise<GenerateReservationDetailsReportByBillingAccountIdResponse>;
|
2077
|
-
/**
|
2078
|
-
* Generates the reservations details report for provided date range asynchronously by billing profile.
|
2079
|
-
* The Reservation usage details can be viewed by only certain enterprise roles by default. For more
|
2080
|
-
* details on the roles see,
|
2081
|
-
* https://docs.microsoft.com/azure/cost-management-billing/reservations/reservation-utilization#view-utilization-in-the-azure-portal-with-azure-rbac-access
|
2082
|
-
* @param billingAccountId Billing account ID
|
2083
|
-
* @param billingProfileId Billing profile ID.
|
2084
|
-
* @param startDate Start Date
|
2085
|
-
* @param endDate End Date
|
2086
|
-
* @param options The options parameters.
|
2087
|
-
*/
|
2088
|
-
beginByBillingProfileId(billingAccountId: string, billingProfileId: string, startDate: string, endDate: string, options?: GenerateReservationDetailsReportByBillingProfileIdOptionalParams): Promise<SimplePollerLike<OperationState<GenerateReservationDetailsReportByBillingProfileIdResponse>, GenerateReservationDetailsReportByBillingProfileIdResponse>>;
|
2089
|
-
/**
|
2090
|
-
* Generates the reservations details report for provided date range asynchronously by billing profile.
|
2091
|
-
* The Reservation usage details can be viewed by only certain enterprise roles by default. For more
|
2092
|
-
* details on the roles see,
|
2093
|
-
* https://docs.microsoft.com/azure/cost-management-billing/reservations/reservation-utilization#view-utilization-in-the-azure-portal-with-azure-rbac-access
|
2094
|
-
* @param billingAccountId Billing account ID
|
2095
|
-
* @param billingProfileId Billing profile ID.
|
2096
|
-
* @param startDate Start Date
|
2097
|
-
* @param endDate End Date
|
2098
|
-
* @param options The options parameters.
|
2099
|
-
*/
|
2100
|
-
beginByBillingProfileIdAndWait(billingAccountId: string, billingProfileId: string, startDate: string, endDate: string, options?: GenerateReservationDetailsReportByBillingProfileIdOptionalParams): Promise<GenerateReservationDetailsReportByBillingProfileIdResponse>;
|
2101
|
-
}
|
2102
|
-
|
2103
|
-
/** Defines headers for GenerateReservationDetailsReport_byBillingAccountId operation. */
|
2104
|
-
export declare interface GenerateReservationDetailsReportByBillingAccountIdHeaders {
|
2105
|
-
/** The URL to check the status of the asynchronous operation. */
|
2106
|
-
location?: string;
|
2107
|
-
/** The amount of delay to use while the status of the operation is checked. The value is expressed in seconds. */
|
2108
|
-
retryAfter?: number;
|
2109
|
-
}
|
2110
|
-
|
2111
|
-
/** Optional parameters. */
|
2112
|
-
export declare interface GenerateReservationDetailsReportByBillingAccountIdOptionalParams extends coreClient.OperationOptions {
|
2113
|
-
/** Delay to wait until next poll, in milliseconds. */
|
2114
|
-
updateIntervalInMs?: number;
|
2115
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
2116
|
-
resumeFrom?: string;
|
2117
|
-
}
|
2118
|
-
|
2119
|
-
/** Contains response data for the byBillingAccountId operation. */
|
2120
|
-
export declare type GenerateReservationDetailsReportByBillingAccountIdResponse = OperationStatus;
|
2121
|
-
|
2122
|
-
/** Defines headers for GenerateReservationDetailsReport_byBillingProfileId operation. */
|
2123
|
-
export declare interface GenerateReservationDetailsReportByBillingProfileIdHeaders {
|
2124
|
-
/** The URL to check the status of the asynchronous operation. */
|
2125
|
-
location?: string;
|
2126
|
-
/** The amount of delay to use while the status of the operation is checked. The value is expressed in seconds. */
|
2127
|
-
retryAfter?: number;
|
2128
|
-
}
|
2129
|
-
|
2130
|
-
/** Optional parameters. */
|
2131
|
-
export declare interface GenerateReservationDetailsReportByBillingProfileIdOptionalParams extends coreClient.OperationOptions {
|
2132
|
-
/** Delay to wait until next poll, in milliseconds. */
|
2133
|
-
updateIntervalInMs?: number;
|
2134
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
2135
|
-
resumeFrom?: string;
|
2136
|
-
}
|
2137
|
-
|
2138
|
-
/** Contains response data for the byBillingProfileId operation. */
|
2139
|
-
export declare type GenerateReservationDetailsReportByBillingProfileIdResponse = OperationStatus;
|
2140
|
-
|
2141
|
-
/**
|
2142
|
-
* Given the last `.value` produced by the `byPage` iterator,
|
2143
|
-
* returns a continuation token that can be used to begin paging from
|
2144
|
-
* that point later.
|
2145
|
-
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
2146
|
-
* @returns The continuation token that can be passed into byPage() during future calls.
|
2147
|
-
*/
|
2148
|
-
export declare function getContinuationToken(page: unknown): string | undefined;
|
2149
|
-
|
2150
|
-
/**
|
2151
|
-
* Defines values for Grain. \
|
2152
|
-
* {@link KnownGrain} can be used interchangeably with Grain,
|
2153
|
-
* this enum contains the known values that the service supports.
|
2154
|
-
* ### Known values supported by the service
|
2155
|
-
* **Hourly**: Hourly grain corresponds to value per hour. \
|
2156
|
-
* **Daily**: Hourly grain corresponds to value per day. \
|
2157
|
-
* **Monthly**: Hourly grain corresponds to value per month.
|
2158
|
-
*/
|
2159
|
-
export declare type Grain = string;
|
2160
|
-
|
2161
|
-
/**
|
2162
|
-
* Defines values for GrainParameter. \
|
2163
|
-
* {@link KnownGrainParameter} can be used interchangeably with GrainParameter,
|
2164
|
-
* this enum contains the known values that the service supports.
|
2165
|
-
* ### Known values supported by the service
|
2166
|
-
* **Hourly**: Hourly grain corresponds to value per hour. \
|
2167
|
-
* **Daily**: Hourly grain corresponds to value per day. \
|
2168
|
-
* **Monthly**: Hourly grain corresponds to value per month.
|
2169
|
-
*/
|
2170
|
-
export declare type GrainParameter = string;
|
2171
|
-
|
2172
|
-
/**
|
2173
|
-
* Defines values for GranularityType. \
|
2174
|
-
* {@link KnownGranularityType} can be used interchangeably with GranularityType,
|
2175
|
-
* this enum contains the known values that the service supports.
|
2176
|
-
* ### Known values supported by the service
|
2177
|
-
* **Daily**
|
2178
|
-
*/
|
2179
|
-
export declare type GranularityType = string;
|
2180
|
-
|
2181
|
-
/** Included Quantity utilization summary resource. */
|
2182
|
-
export declare interface IncludedQuantityUtilizationSummary extends BenefitUtilizationSummary {
|
2183
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
2184
|
-
kind: "IncludedQuantity";
|
2185
|
-
/**
|
2186
|
-
* ARM SKU name. For example, 'Compute_Savings_Plan' for savings plan.
|
2187
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
2188
|
-
*/
|
2189
|
-
readonly armSkuName?: string;
|
2190
|
-
/**
|
2191
|
-
* The benefit ID is the identifier of the benefit.
|
2192
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
2193
|
-
*/
|
2194
|
-
readonly benefitId?: string;
|
2195
|
-
/**
|
2196
|
-
* The benefit order ID is the identifier for a benefit purchase.
|
2197
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
2198
|
-
*/
|
2199
|
-
readonly benefitOrderId?: string;
|
2200
|
-
/** The benefit type. Supported values: 'SavingsPlan'. */
|
2201
|
-
benefitType?: BenefitKind;
|
2202
|
-
/**
|
2203
|
-
* Date corresponding to the utilization summary record. If the grain of data is monthly, value for this field will be first day of the month.
|
2204
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
2205
|
-
*/
|
2206
|
-
readonly usageDate?: Date;
|
2207
|
-
/**
|
2208
|
-
* This is the utilized percentage for the benefit ID.
|
2209
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
2210
|
-
*/
|
2211
|
-
readonly utilizationPercentage?: number;
|
2212
|
-
}
|
2213
|
-
|
2214
|
-
/** Included Quantity utilization summary properties. */
|
2215
|
-
export declare interface IncludedQuantityUtilizationSummaryProperties extends BenefitUtilizationSummaryProperties {
|
2216
|
-
/**
|
2217
|
-
* This is the utilized percentage for the benefit ID.
|
2218
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
2219
|
-
*/
|
2220
|
-
readonly utilizationPercentage?: number;
|
2221
|
-
}
|
2222
|
-
|
2223
|
-
/** Known values of {@link AccumulatedType} that the service accepts. */
|
2224
|
-
export declare enum KnownAccumulatedType {
|
2225
|
-
/** True */
|
2226
|
-
True = "true",
|
2227
|
-
/** False */
|
2228
|
-
False = "false"
|
2229
|
-
}
|
2230
|
-
|
2231
|
-
/** Known values of {@link ActionType} that the service accepts. */
|
2232
|
-
export declare enum KnownActionType {
|
2233
|
-
/** Internal */
|
2234
|
-
Internal = "Internal"
|
2235
|
-
}
|
2236
|
-
|
2237
|
-
/** Known values of {@link AlertCategory} that the service accepts. */
|
2238
|
-
export declare enum KnownAlertCategory {
|
2239
|
-
/** Cost */
|
2240
|
-
Cost = "Cost",
|
2241
|
-
/** Usage */
|
2242
|
-
Usage = "Usage",
|
2243
|
-
/** Billing */
|
2244
|
-
Billing = "Billing",
|
2245
|
-
/** System */
|
2246
|
-
System = "System"
|
2247
|
-
}
|
2248
|
-
|
2249
|
-
/** Known values of {@link AlertCriteria} that the service accepts. */
|
2250
|
-
export declare enum KnownAlertCriteria {
|
2251
|
-
/** CostThresholdExceeded */
|
2252
|
-
CostThresholdExceeded = "CostThresholdExceeded",
|
2253
|
-
/** UsageThresholdExceeded */
|
2254
|
-
UsageThresholdExceeded = "UsageThresholdExceeded",
|
2255
|
-
/** CreditThresholdApproaching */
|
2256
|
-
CreditThresholdApproaching = "CreditThresholdApproaching",
|
2257
|
-
/** CreditThresholdReached */
|
2258
|
-
CreditThresholdReached = "CreditThresholdReached",
|
2259
|
-
/** QuotaThresholdApproaching */
|
2260
|
-
QuotaThresholdApproaching = "QuotaThresholdApproaching",
|
2261
|
-
/** QuotaThresholdReached */
|
2262
|
-
QuotaThresholdReached = "QuotaThresholdReached",
|
2263
|
-
/** MultiCurrency */
|
2264
|
-
MultiCurrency = "MultiCurrency",
|
2265
|
-
/** ForecastCostThresholdExceeded */
|
2266
|
-
ForecastCostThresholdExceeded = "ForecastCostThresholdExceeded",
|
2267
|
-
/** ForecastUsageThresholdExceeded */
|
2268
|
-
ForecastUsageThresholdExceeded = "ForecastUsageThresholdExceeded",
|
2269
|
-
/** InvoiceDueDateApproaching */
|
2270
|
-
InvoiceDueDateApproaching = "InvoiceDueDateApproaching",
|
2271
|
-
/** InvoiceDueDateReached */
|
2272
|
-
InvoiceDueDateReached = "InvoiceDueDateReached",
|
2273
|
-
/** CrossCloudNewDataAvailable */
|
2274
|
-
CrossCloudNewDataAvailable = "CrossCloudNewDataAvailable",
|
2275
|
-
/** CrossCloudCollectionError */
|
2276
|
-
CrossCloudCollectionError = "CrossCloudCollectionError",
|
2277
|
-
/** GeneralThresholdError */
|
2278
|
-
GeneralThresholdError = "GeneralThresholdError"
|
2279
|
-
}
|
2280
|
-
|
2281
|
-
/** Known values of {@link AlertOperator} that the service accepts. */
|
2282
|
-
export declare enum KnownAlertOperator {
|
2283
|
-
/** None */
|
2284
|
-
None = "None",
|
2285
|
-
/** EqualTo */
|
2286
|
-
EqualTo = "EqualTo",
|
2287
|
-
/** GreaterThan */
|
2288
|
-
GreaterThan = "GreaterThan",
|
2289
|
-
/** GreaterThanOrEqualTo */
|
2290
|
-
GreaterThanOrEqualTo = "GreaterThanOrEqualTo",
|
2291
|
-
/** LessThan */
|
2292
|
-
LessThan = "LessThan",
|
2293
|
-
/** LessThanOrEqualTo */
|
2294
|
-
LessThanOrEqualTo = "LessThanOrEqualTo"
|
2295
|
-
}
|
2296
|
-
|
2297
|
-
/** Known values of {@link AlertSource} that the service accepts. */
|
2298
|
-
export declare enum KnownAlertSource {
|
2299
|
-
/** Preset */
|
2300
|
-
Preset = "Preset",
|
2301
|
-
/** User */
|
2302
|
-
User = "User"
|
2303
|
-
}
|
2304
|
-
|
2305
|
-
/** Known values of {@link AlertStatus} that the service accepts. */
|
2306
|
-
export declare enum KnownAlertStatus {
|
2307
|
-
/** None */
|
2308
|
-
None = "None",
|
2309
|
-
/** Active */
|
2310
|
-
Active = "Active",
|
2311
|
-
/** Overridden */
|
2312
|
-
Overridden = "Overridden",
|
2313
|
-
/** Resolved */
|
2314
|
-
Resolved = "Resolved",
|
2315
|
-
/** Dismissed */
|
2316
|
-
Dismissed = "Dismissed"
|
2317
|
-
}
|
2318
|
-
|
2319
|
-
/** Known values of {@link AlertTimeGrainType} that the service accepts. */
|
2320
|
-
export declare enum KnownAlertTimeGrainType {
|
2321
|
-
/** None */
|
2322
|
-
None = "None",
|
2323
|
-
/** Monthly */
|
2324
|
-
Monthly = "Monthly",
|
2325
|
-
/** Quarterly */
|
2326
|
-
Quarterly = "Quarterly",
|
2327
|
-
/** Annually */
|
2328
|
-
Annually = "Annually",
|
2329
|
-
/** BillingMonth */
|
2330
|
-
BillingMonth = "BillingMonth",
|
2331
|
-
/** BillingQuarter */
|
2332
|
-
BillingQuarter = "BillingQuarter",
|
2333
|
-
/** BillingAnnual */
|
2334
|
-
BillingAnnual = "BillingAnnual"
|
2335
|
-
}
|
2336
|
-
|
2337
|
-
/** Known values of {@link AlertType} that the service accepts. */
|
2338
|
-
export declare enum KnownAlertType {
|
2339
|
-
/** Budget */
|
2340
|
-
Budget = "Budget",
|
2341
|
-
/** Invoice */
|
2342
|
-
Invoice = "Invoice",
|
2343
|
-
/** Credit */
|
2344
|
-
Credit = "Credit",
|
2345
|
-
/** Quota */
|
2346
|
-
Quota = "Quota",
|
2347
|
-
/** General */
|
2348
|
-
General = "General",
|
2349
|
-
/** XCloud */
|
2350
|
-
XCloud = "xCloud",
|
2351
|
-
/** BudgetForecast */
|
2352
|
-
BudgetForecast = "BudgetForecast"
|
2353
|
-
}
|
2354
|
-
|
2355
|
-
/** Known values of {@link BenefitKind} that the service accepts. */
|
2356
|
-
export declare enum KnownBenefitKind {
|
2357
|
-
/** Benefit is IncludedQuantity. */
|
2358
|
-
IncludedQuantity = "IncludedQuantity",
|
2359
|
-
/** Benefit is Reservation. */
|
2360
|
-
Reservation = "Reservation",
|
2361
|
-
/** Benefit is SavingsPlan. */
|
2362
|
-
SavingsPlan = "SavingsPlan"
|
2363
|
-
}
|
2364
|
-
|
2365
|
-
/** Known values of {@link ChartType} that the service accepts. */
|
2366
|
-
export declare enum KnownChartType {
|
2367
|
-
/** Area */
|
2368
|
-
Area = "Area",
|
2369
|
-
/** Line */
|
2370
|
-
Line = "Line",
|
2371
|
-
/** StackedColumn */
|
2372
|
-
StackedColumn = "StackedColumn",
|
2373
|
-
/** GroupedColumn */
|
2374
|
-
GroupedColumn = "GroupedColumn",
|
2375
|
-
/** Table */
|
2376
|
-
Table = "Table"
|
2377
|
-
}
|
2378
|
-
|
2379
|
-
/** Known values of {@link CheckNameAvailabilityReason} that the service accepts. */
|
2380
|
-
export declare enum KnownCheckNameAvailabilityReason {
|
2381
|
-
/** Invalid */
|
2382
|
-
Invalid = "Invalid",
|
2383
|
-
/** AlreadyExists */
|
2384
|
-
AlreadyExists = "AlreadyExists"
|
2385
|
-
}
|
2386
|
-
|
2387
|
-
/** Known values of {@link CostDetailsDataFormat} that the service accepts. */
|
2388
|
-
export declare enum KnownCostDetailsDataFormat {
|
2389
|
-
/** Csv data format. */
|
2390
|
-
CsvCostDetailsDataFormat = "Csv"
|
2391
|
-
}
|
2392
|
-
|
2393
|
-
/** Known values of {@link CostDetailsMetricType} that the service accepts. */
|
2394
|
-
export declare enum KnownCostDetailsMetricType {
|
2395
|
-
/** Actual cost data. */
|
2396
|
-
ActualCostCostDetailsMetricType = "ActualCost",
|
2397
|
-
/** Amortized cost data. */
|
2398
|
-
AmortizedCostCostDetailsMetricType = "AmortizedCost"
|
2399
|
-
}
|
2400
|
-
|
2401
|
-
/** Known values of {@link CostDetailsStatusType} that the service accepts. */
|
2402
|
-
export declare enum KnownCostDetailsStatusType {
|
2403
|
-
/** Operation is Completed. */
|
2404
|
-
CompletedCostDetailsStatusType = "Completed",
|
2405
|
-
/** Operation is Completed and no cost data found. */
|
2406
|
-
NoDataFoundCostDetailsStatusType = "NoDataFound",
|
2407
|
-
/** Operation Failed. */
|
2408
|
-
FailedCostDetailsStatusType = "Failed"
|
2409
|
-
}
|
2410
|
-
|
2411
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
2412
|
-
export declare enum KnownCreatedByType {
|
2413
|
-
/** User */
|
2414
|
-
User = "User",
|
2415
|
-
/** Application */
|
2416
|
-
Application = "Application",
|
2417
|
-
/** ManagedIdentity */
|
2418
|
-
ManagedIdentity = "ManagedIdentity",
|
2419
|
-
/** Key */
|
2420
|
-
Key = "Key"
|
2421
|
-
}
|
2422
|
-
|
2423
|
-
/** Known values of {@link DaysOfWeek} that the service accepts. */
|
2424
|
-
export declare enum KnownDaysOfWeek {
|
2425
|
-
/** Monday */
|
2426
|
-
Monday = "Monday",
|
2427
|
-
/** Tuesday */
|
2428
|
-
Tuesday = "Tuesday",
|
2429
|
-
/** Wednesday */
|
2430
|
-
Wednesday = "Wednesday",
|
2431
|
-
/** Thursday */
|
2432
|
-
Thursday = "Thursday",
|
2433
|
-
/** Friday */
|
2434
|
-
Friday = "Friday",
|
2435
|
-
/** Saturday */
|
2436
|
-
Saturday = "Saturday",
|
2437
|
-
/** Sunday */
|
2438
|
-
Sunday = "Sunday"
|
2439
|
-
}
|
2440
|
-
|
2441
|
-
/** Known values of {@link ExecutionStatus} that the service accepts. */
|
2442
|
-
export declare enum KnownExecutionStatus {
|
2443
|
-
/** Queued */
|
2444
|
-
Queued = "Queued",
|
2445
|
-
/** InProgress */
|
2446
|
-
InProgress = "InProgress",
|
2447
|
-
/** Completed */
|
2448
|
-
Completed = "Completed",
|
2449
|
-
/** Failed */
|
2450
|
-
Failed = "Failed",
|
2451
|
-
/** Timeout */
|
2452
|
-
Timeout = "Timeout",
|
2453
|
-
/** NewDataNotAvailable */
|
2454
|
-
NewDataNotAvailable = "NewDataNotAvailable",
|
2455
|
-
/** DataNotAvailable */
|
2456
|
-
DataNotAvailable = "DataNotAvailable"
|
2457
|
-
}
|
2458
|
-
|
2459
|
-
/** Known values of {@link ExecutionType} that the service accepts. */
|
2460
|
-
export declare enum KnownExecutionType {
|
2461
|
-
/** OnDemand */
|
2462
|
-
OnDemand = "OnDemand",
|
2463
|
-
/** Scheduled */
|
2464
|
-
Scheduled = "Scheduled"
|
2465
|
-
}
|
2466
|
-
|
2467
|
-
/** Known values of {@link ExportType} that the service accepts. */
|
2468
|
-
export declare enum KnownExportType {
|
2469
|
-
/** Usage */
|
2470
|
-
Usage = "Usage",
|
2471
|
-
/** ActualCost */
|
2472
|
-
ActualCost = "ActualCost",
|
2473
|
-
/** AmortizedCost */
|
2474
|
-
AmortizedCost = "AmortizedCost"
|
2475
|
-
}
|
2476
|
-
|
2477
|
-
/** Known values of {@link ExternalCloudProviderType} that the service accepts. */
|
2478
|
-
export declare enum KnownExternalCloudProviderType {
|
2479
|
-
/** ExternalSubscriptions */
|
2480
|
-
ExternalSubscriptions = "externalSubscriptions",
|
2481
|
-
/** ExternalBillingAccounts */
|
2482
|
-
ExternalBillingAccounts = "externalBillingAccounts"
|
2483
|
-
}
|
2484
|
-
|
2485
|
-
/** Known values of {@link FileFormat} that the service accepts. */
|
2486
|
-
export declare enum KnownFileFormat {
|
2487
|
-
/** Csv */
|
2488
|
-
Csv = "Csv"
|
2489
|
-
}
|
2490
|
-
|
2491
|
-
/** Known values of {@link ForecastOperatorType} that the service accepts. */
|
2492
|
-
export declare enum KnownForecastOperatorType {
|
2493
|
-
/** In */
|
2494
|
-
In = "In"
|
2495
|
-
}
|
2496
|
-
|
2497
|
-
/** Known values of {@link ForecastTimeframe} that the service accepts. */
|
2498
|
-
export declare enum KnownForecastTimeframe {
|
2499
|
-
/** Custom */
|
2500
|
-
Custom = "Custom"
|
2501
|
-
}
|
2502
|
-
|
2503
|
-
/** Known values of {@link ForecastType} that the service accepts. */
|
2504
|
-
export declare enum KnownForecastType {
|
2505
|
-
/** Usage */
|
2506
|
-
Usage = "Usage",
|
2507
|
-
/** ActualCost */
|
2508
|
-
ActualCost = "ActualCost",
|
2509
|
-
/** AmortizedCost */
|
2510
|
-
AmortizedCost = "AmortizedCost"
|
2511
|
-
}
|
2512
|
-
|
2513
|
-
/** Known values of {@link FormatType} that the service accepts. */
|
2514
|
-
export declare enum KnownFormatType {
|
2515
|
-
/** Csv */
|
2516
|
-
Csv = "Csv"
|
2517
|
-
}
|
2518
|
-
|
2519
|
-
/** Known values of {@link FunctionName} that the service accepts. */
|
2520
|
-
export declare enum KnownFunctionName {
|
2521
|
-
/** PreTaxCostUSD */
|
2522
|
-
PreTaxCostUSD = "PreTaxCostUSD",
|
2523
|
-
/** Cost */
|
2524
|
-
Cost = "Cost",
|
2525
|
-
/** CostUSD */
|
2526
|
-
CostUSD = "CostUSD",
|
2527
|
-
/** PreTaxCost */
|
2528
|
-
PreTaxCost = "PreTaxCost"
|
2529
|
-
}
|
2530
|
-
|
2531
|
-
/** Known values of {@link FunctionType} that the service accepts. */
|
2532
|
-
export declare enum KnownFunctionType {
|
2533
|
-
/** Sum */
|
2534
|
-
Sum = "Sum"
|
2535
|
-
}
|
2536
|
-
|
2537
|
-
/** Known values of {@link GenerateDetailedCostReportMetricType} that the service accepts. */
|
2538
|
-
export declare enum KnownGenerateDetailedCostReportMetricType {
|
2539
|
-
/** ActualCost */
|
2540
|
-
ActualCost = "ActualCost",
|
2541
|
-
/** AmortizedCost */
|
2542
|
-
AmortizedCost = "AmortizedCost"
|
2543
|
-
}
|
2544
|
-
|
2545
|
-
/** Known values of {@link Grain} that the service accepts. */
|
2546
|
-
export declare enum KnownGrain {
|
2547
|
-
/** Hourly grain corresponds to value per hour. */
|
2548
|
-
Hourly = "Hourly",
|
2549
|
-
/** Hourly grain corresponds to value per day. */
|
2550
|
-
Daily = "Daily",
|
2551
|
-
/** Hourly grain corresponds to value per month. */
|
2552
|
-
Monthly = "Monthly"
|
2553
|
-
}
|
2554
|
-
|
2555
|
-
/** Known values of {@link GrainParameter} that the service accepts. */
|
2556
|
-
export declare enum KnownGrainParameter {
|
2557
|
-
/** Hourly grain corresponds to value per hour. */
|
2558
|
-
Hourly = "Hourly",
|
2559
|
-
/** Hourly grain corresponds to value per day. */
|
2560
|
-
Daily = "Daily",
|
2561
|
-
/** Hourly grain corresponds to value per month. */
|
2562
|
-
Monthly = "Monthly"
|
2563
|
-
}
|
2564
|
-
|
2565
|
-
/** Known values of {@link GranularityType} that the service accepts. */
|
2566
|
-
export declare enum KnownGranularityType {
|
2567
|
-
/** Daily */
|
2568
|
-
Daily = "Daily"
|
2569
|
-
}
|
2570
|
-
|
2571
|
-
/** Known values of {@link KpiType} that the service accepts. */
|
2572
|
-
export declare enum KnownKpiType {
|
2573
|
-
/** Forecast */
|
2574
|
-
Forecast = "Forecast",
|
2575
|
-
/** Budget */
|
2576
|
-
Budget = "Budget"
|
2577
|
-
}
|
2578
|
-
|
2579
|
-
/** Known values of {@link LookBackPeriod} that the service accepts. */
|
2580
|
-
export declare enum KnownLookBackPeriod {
|
2581
|
-
/** 7 days used to look back. */
|
2582
|
-
Last7Days = "Last7Days",
|
2583
|
-
/** 30 days used to look back. */
|
2584
|
-
Last30Days = "Last30Days",
|
2585
|
-
/** 60 days used to look back. */
|
2586
|
-
Last60Days = "Last60Days"
|
2587
|
-
}
|
2588
|
-
|
2589
|
-
/** Known values of {@link MetricType} that the service accepts. */
|
2590
|
-
export declare enum KnownMetricType {
|
2591
|
-
/** ActualCost */
|
2592
|
-
ActualCost = "ActualCost",
|
2593
|
-
/** AmortizedCost */
|
2594
|
-
AmortizedCost = "AmortizedCost",
|
2595
|
-
/** Ahub */
|
2596
|
-
Ahub = "AHUB"
|
2597
|
-
}
|
2598
|
-
|
2599
|
-
/** Known values of {@link OperationStatusType} that the service accepts. */
|
2600
|
-
export declare enum KnownOperationStatusType {
|
2601
|
-
/** Running */
|
2602
|
-
Running = "Running",
|
2603
|
-
/** Completed */
|
2604
|
-
Completed = "Completed",
|
2605
|
-
/** Failed */
|
2606
|
-
Failed = "Failed"
|
2607
|
-
}
|
2608
|
-
|
2609
|
-
/** Known values of {@link OperatorType} that the service accepts. */
|
2610
|
-
export declare enum KnownOperatorType {
|
2611
|
-
/** In */
|
2612
|
-
In = "In",
|
2613
|
-
/** Contains */
|
2614
|
-
Contains = "Contains"
|
2615
|
-
}
|
2616
|
-
|
2617
|
-
/** Known values of {@link Origin} that the service accepts. */
|
2618
|
-
export declare enum KnownOrigin {
|
2619
|
-
/** User */
|
2620
|
-
User = "user",
|
2621
|
-
/** System */
|
2622
|
-
System = "system",
|
2623
|
-
/** UserSystem */
|
2624
|
-
UserSystem = "user,system"
|
2625
|
-
}
|
2626
|
-
|
2627
|
-
/** Known values of {@link PivotType} that the service accepts. */
|
2628
|
-
export declare enum KnownPivotType {
|
2629
|
-
/** Dimension */
|
2630
|
-
Dimension = "Dimension",
|
2631
|
-
/** TagKey */
|
2632
|
-
TagKey = "TagKey"
|
2633
|
-
}
|
2634
|
-
|
2635
|
-
/** Known values of {@link QueryColumnType} that the service accepts. */
|
2636
|
-
export declare enum KnownQueryColumnType {
|
2637
|
-
/** The tag associated with the cost data. */
|
2638
|
-
TagKey = "TagKey",
|
2639
|
-
/** The dimension of cost data. */
|
2640
|
-
Dimension = "Dimension"
|
2641
|
-
}
|
2642
|
-
|
2643
|
-
/** Known values of {@link QueryOperatorType} that the service accepts. */
|
2644
|
-
export declare enum KnownQueryOperatorType {
|
2645
|
-
/** In */
|
2646
|
-
In = "In"
|
2647
|
-
}
|
2648
|
-
|
2649
|
-
/** Known values of {@link RecurrenceType} that the service accepts. */
|
2650
|
-
export declare enum KnownRecurrenceType {
|
2651
|
-
/** Daily */
|
2652
|
-
Daily = "Daily",
|
2653
|
-
/** Weekly */
|
2654
|
-
Weekly = "Weekly",
|
2655
|
-
/** Monthly */
|
2656
|
-
Monthly = "Monthly",
|
2657
|
-
/** Annually */
|
2658
|
-
Annually = "Annually"
|
2659
|
-
}
|
2660
|
-
|
2661
|
-
/** Known values of {@link ReportConfigSortingType} that the service accepts. */
|
2662
|
-
export declare enum KnownReportConfigSortingType {
|
2663
|
-
/** Ascending */
|
2664
|
-
Ascending = "Ascending",
|
2665
|
-
/** Descending */
|
2666
|
-
Descending = "Descending"
|
2667
|
-
}
|
2668
|
-
|
2669
|
-
/** Known values of {@link ReportGranularityType} that the service accepts. */
|
2670
|
-
export declare enum KnownReportGranularityType {
|
2671
|
-
/** Daily */
|
2672
|
-
Daily = "Daily",
|
2673
|
-
/** Monthly */
|
2674
|
-
Monthly = "Monthly"
|
2675
|
-
}
|
2676
|
-
|
2677
|
-
/** Known values of {@link ReportOperationStatusType} that the service accepts. */
|
2678
|
-
export declare enum KnownReportOperationStatusType {
|
2679
|
-
/** InProgress */
|
2680
|
-
InProgress = "InProgress",
|
2681
|
-
/** Completed */
|
2682
|
-
Completed = "Completed",
|
2683
|
-
/** Failed */
|
2684
|
-
Failed = "Failed",
|
2685
|
-
/** Queued */
|
2686
|
-
Queued = "Queued",
|
2687
|
-
/** NoDataFound */
|
2688
|
-
NoDataFound = "NoDataFound",
|
2689
|
-
/** ReadyToDownload */
|
2690
|
-
ReadyToDownload = "ReadyToDownload",
|
2691
|
-
/** TimedOut */
|
2692
|
-
TimedOut = "TimedOut"
|
2693
|
-
}
|
2694
|
-
|
2695
|
-
/** Known values of {@link ReportTimeframeType} that the service accepts. */
|
2696
|
-
export declare enum KnownReportTimeframeType {
|
2697
|
-
/** WeekToDate */
|
2698
|
-
WeekToDate = "WeekToDate",
|
2699
|
-
/** MonthToDate */
|
2700
|
-
MonthToDate = "MonthToDate",
|
2701
|
-
/** YearToDate */
|
2702
|
-
YearToDate = "YearToDate",
|
2703
|
-
/** Custom */
|
2704
|
-
Custom = "Custom"
|
2705
|
-
}
|
2706
|
-
|
2707
|
-
/** Known values of {@link ReportType} that the service accepts. */
|
2708
|
-
export declare enum KnownReportType {
|
2709
|
-
/** Usage */
|
2710
|
-
Usage = "Usage"
|
2711
|
-
}
|
2712
|
-
|
2713
|
-
/** Known values of {@link ReservationReportSchema} that the service accepts. */
|
2714
|
-
export declare enum KnownReservationReportSchema {
|
2715
|
-
/** InstanceFlexibilityGroup */
|
2716
|
-
InstanceFlexibilityGroup = "InstanceFlexibilityGroup",
|
2717
|
-
/** InstanceFlexibilityRatio */
|
2718
|
-
InstanceFlexibilityRatio = "InstanceFlexibilityRatio",
|
2719
|
-
/** InstanceId */
|
2720
|
-
InstanceId = "InstanceId",
|
2721
|
-
/** Kind */
|
2722
|
-
Kind = "Kind",
|
2723
|
-
/** ReservationId */
|
2724
|
-
ReservationId = "ReservationId",
|
2725
|
-
/** ReservationOrderId */
|
2726
|
-
ReservationOrderId = "ReservationOrderId",
|
2727
|
-
/** ReservedHours */
|
2728
|
-
ReservedHours = "ReservedHours",
|
2729
|
-
/** SkuName */
|
2730
|
-
SkuName = "SkuName",
|
2731
|
-
/** TotalReservedQuantity */
|
2732
|
-
TotalReservedQuantity = "TotalReservedQuantity",
|
2733
|
-
/** UsageDate */
|
2734
|
-
UsageDate = "UsageDate",
|
2735
|
-
/** UsedHours */
|
2736
|
-
UsedHours = "UsedHours"
|
2737
|
-
}
|
2738
|
-
|
2739
|
-
/** Known values of {@link ScheduledActionKind} that the service accepts. */
|
2740
|
-
export declare enum KnownScheduledActionKind {
|
2741
|
-
/** Cost analysis data will be emailed. */
|
2742
|
-
Email = "Email",
|
2743
|
-
/** Cost anomaly information will be emailed. Available only on subscription scope at daily frequency. If no anomaly is detected on the resource, an email won't be sent. */
|
2744
|
-
InsightAlert = "InsightAlert"
|
2745
|
-
}
|
2746
|
-
|
2747
|
-
/** Known values of {@link ScheduledActionStatus} that the service accepts. */
|
2748
|
-
export declare enum KnownScheduledActionStatus {
|
2749
|
-
/** Scheduled action is saved but will not be run. */
|
2750
|
-
Disabled = "Disabled",
|
2751
|
-
/** Scheduled action is saved and will be run. */
|
2752
|
-
Enabled = "Enabled",
|
2753
|
-
/** Scheduled action is expired. */
|
2754
|
-
Expired = "Expired"
|
2755
|
-
}
|
2756
|
-
|
2757
|
-
/** Known values of {@link ScheduleFrequency} that the service accepts. */
|
2758
|
-
export declare enum KnownScheduleFrequency {
|
2759
|
-
/** Cost analysis data will be emailed every day. */
|
2760
|
-
Daily = "Daily",
|
2761
|
-
/** Cost analysis data will be emailed every week. */
|
2762
|
-
Weekly = "Weekly",
|
2763
|
-
/** Cost analysis data will be emailed every month. */
|
2764
|
-
Monthly = "Monthly"
|
2765
|
-
}
|
2766
|
-
|
2767
|
-
/** Known values of {@link Scope} that the service accepts. */
|
2768
|
-
export declare enum KnownScope {
|
2769
|
-
/** Single scope recommendation. */
|
2770
|
-
Single = "Single",
|
2771
|
-
/** Shared scope recommendation. */
|
2772
|
-
Shared = "Shared"
|
2773
|
-
}
|
2774
|
-
|
2775
|
-
/** Known values of {@link StatusType} that the service accepts. */
|
2776
|
-
export declare enum KnownStatusType {
|
2777
|
-
/** Active */
|
2778
|
-
Active = "Active",
|
2779
|
-
/** Inactive */
|
2780
|
-
Inactive = "Inactive"
|
2781
|
-
}
|
2782
|
-
|
2783
|
-
/** Known values of {@link Term} that the service accepts. */
|
2784
|
-
export declare enum KnownTerm {
|
2785
|
-
/** Benefit term is 1 year. */
|
2786
|
-
P1Y = "P1Y",
|
2787
|
-
/** Benefit term is 3 years. */
|
2788
|
-
P3Y = "P3Y"
|
2789
|
-
}
|
2790
|
-
|
2791
|
-
/** Known values of {@link TimeframeType} that the service accepts. */
|
2792
|
-
export declare enum KnownTimeframeType {
|
2793
|
-
/** MonthToDate */
|
2794
|
-
MonthToDate = "MonthToDate",
|
2795
|
-
/** BillingMonthToDate */
|
2796
|
-
BillingMonthToDate = "BillingMonthToDate",
|
2797
|
-
/** TheLastMonth */
|
2798
|
-
TheLastMonth = "TheLastMonth",
|
2799
|
-
/** TheLastBillingMonth */
|
2800
|
-
TheLastBillingMonth = "TheLastBillingMonth",
|
2801
|
-
/** WeekToDate */
|
2802
|
-
WeekToDate = "WeekToDate",
|
2803
|
-
/** Custom */
|
2804
|
-
Custom = "Custom"
|
2805
|
-
}
|
2806
|
-
|
2807
|
-
/** Known values of {@link WeeksOfMonth} that the service accepts. */
|
2808
|
-
export declare enum KnownWeeksOfMonth {
|
2809
|
-
/** First */
|
2810
|
-
First = "First",
|
2811
|
-
/** Second */
|
2812
|
-
Second = "Second",
|
2813
|
-
/** Third */
|
2814
|
-
Third = "Third",
|
2815
|
-
/** Fourth */
|
2816
|
-
Fourth = "Fourth",
|
2817
|
-
/** Last */
|
2818
|
-
Last = "Last"
|
2819
|
-
}
|
2820
|
-
|
2821
|
-
/** Each KPI must contain a 'type' and 'enabled' key. */
|
2822
|
-
export declare interface KpiProperties {
|
2823
|
-
/** KPI type (Forecast, Budget). */
|
2824
|
-
type?: KpiType;
|
2825
|
-
/** ID of resource related to metric (budget). */
|
2826
|
-
id?: string;
|
2827
|
-
/** show the KPI in the UI? */
|
2828
|
-
enabled?: boolean;
|
2829
|
-
}
|
2830
|
-
|
2831
|
-
/**
|
2832
|
-
* Defines values for KpiType. \
|
2833
|
-
* {@link KnownKpiType} can be used interchangeably with KpiType,
|
2834
|
-
* this enum contains the known values that the service supports.
|
2835
|
-
* ### Known values supported by the service
|
2836
|
-
* **Forecast** \
|
2837
|
-
* **Budget**
|
2838
|
-
*/
|
2839
|
-
export declare type KpiType = string;
|
2840
|
-
|
2841
|
-
/**
|
2842
|
-
* Defines values for LookBackPeriod. \
|
2843
|
-
* {@link KnownLookBackPeriod} can be used interchangeably with LookBackPeriod,
|
2844
|
-
* this enum contains the known values that the service supports.
|
2845
|
-
* ### Known values supported by the service
|
2846
|
-
* **Last7Days**: 7 days used to look back. \
|
2847
|
-
* **Last30Days**: 30 days used to look back. \
|
2848
|
-
* **Last60Days**: 60 days used to look back.
|
2849
|
-
*/
|
2850
|
-
export declare type LookBackPeriod = string;
|
2851
|
-
|
2852
|
-
/**
|
2853
|
-
* Defines values for MetricType. \
|
2854
|
-
* {@link KnownMetricType} can be used interchangeably with MetricType,
|
2855
|
-
* this enum contains the known values that the service supports.
|
2856
|
-
* ### Known values supported by the service
|
2857
|
-
* **ActualCost** \
|
2858
|
-
* **AmortizedCost** \
|
2859
|
-
* **AHUB**
|
2860
|
-
*/
|
2861
|
-
export declare type MetricType = string;
|
2862
|
-
|
2863
|
-
/** The properties of the scheduled action notification. */
|
2864
|
-
export declare interface NotificationProperties {
|
2865
|
-
/** Array of email addresses. */
|
2866
|
-
to: string[];
|
2867
|
-
/** Locale of the email. */
|
2868
|
-
language?: string;
|
2869
|
-
/** Optional message to be added in the email. Length is limited to 250 characters. */
|
2870
|
-
message?: string;
|
2871
|
-
/** Regional format used for formatting date/time and currency values in the email. */
|
2872
|
-
regionalFormat?: string;
|
2873
|
-
/** Subject of the email. Length is limited to 70 characters. */
|
2874
|
-
subject: string;
|
2875
|
-
}
|
2876
|
-
|
2877
|
-
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
2878
|
-
export declare interface Operation {
|
2879
|
-
/**
|
2880
|
-
* The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
|
2881
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
2882
|
-
*/
|
2883
|
-
readonly name?: string;
|
2884
|
-
/**
|
2885
|
-
* Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
|
2886
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
2887
|
-
*/
|
2888
|
-
readonly isDataAction?: boolean;
|
2889
|
-
/** Localized display information for this particular operation. */
|
2890
|
-
display?: OperationDisplay;
|
2891
|
-
/**
|
2892
|
-
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
|
2893
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
2894
|
-
*/
|
2895
|
-
readonly origin?: Origin;
|
2896
|
-
/**
|
2897
|
-
* Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
|
2898
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
2899
|
-
*/
|
2900
|
-
readonly actionType?: ActionType;
|
2901
|
-
}
|
2902
|
-
|
2903
|
-
/** Localized display information for this particular operation. */
|
2904
|
-
export declare interface OperationDisplay {
|
2905
|
-
/**
|
2906
|
-
* The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
|
2907
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
2908
|
-
*/
|
2909
|
-
readonly provider?: string;
|
2910
|
-
/**
|
2911
|
-
* The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
|
2912
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
2913
|
-
*/
|
2914
|
-
readonly resource?: string;
|
2915
|
-
/**
|
2916
|
-
* The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
|
2917
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
2918
|
-
*/
|
2919
|
-
readonly operation?: string;
|
2920
|
-
/**
|
2921
|
-
* The short, localized friendly description of the operation; suitable for tool tips and detailed views.
|
2922
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
2923
|
-
*/
|
2924
|
-
readonly description?: string;
|
2925
|
-
}
|
2926
|
-
|
2927
|
-
/** Result of listing cost management operations. It contains a list of operations and a URL link to get the next set of results. */
|
2928
|
-
export declare interface OperationListResult {
|
2929
|
-
/**
|
2930
|
-
* List of cost management operations supported by the Microsoft.CostManagement resource provider.
|
2931
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
2932
|
-
*/
|
2933
|
-
readonly value?: CostManagementOperation[];
|
2934
|
-
/**
|
2935
|
-
* URL to get the next set of operation list results if there are any.
|
2936
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
2937
|
-
*/
|
2938
|
-
readonly nextLink?: string;
|
2939
|
-
}
|
2940
|
-
|
2941
|
-
/** Interface representing a Operations. */
|
2942
|
-
export declare interface Operations {
|
2943
|
-
/**
|
2944
|
-
* Lists all of the available cost management REST API operations.
|
2945
|
-
* @param options The options parameters.
|
2946
|
-
*/
|
2947
|
-
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<CostManagementOperation>;
|
2948
|
-
}
|
2949
|
-
|
2950
|
-
/** Optional parameters. */
|
2951
|
-
export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
2952
|
-
}
|
2953
|
-
|
2954
|
-
/** Contains response data for the listNext operation. */
|
2955
|
-
export declare type OperationsListNextResponse = OperationListResult;
|
2956
|
-
|
2957
|
-
/** Optional parameters. */
|
2958
|
-
export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
2959
|
-
}
|
2960
|
-
|
2961
|
-
/** Contains response data for the list operation. */
|
2962
|
-
export declare type OperationsListResponse = OperationListResult;
|
2963
|
-
|
2964
|
-
/** The status of the long running operation. */
|
2965
|
-
export declare interface OperationStatus {
|
2966
|
-
/** The status of the long running operation. */
|
2967
|
-
status?: OperationStatusType;
|
2968
|
-
/** The CSV file from the reportUrl blob link consists of reservation usage data with the following schema at daily granularity */
|
2969
|
-
reportUrl?: ReservationReportSchema;
|
2970
|
-
/** The time at which report URL becomes invalid. */
|
2971
|
-
validUntil?: Date;
|
2972
|
-
}
|
2973
|
-
|
2974
|
-
/**
|
2975
|
-
* Defines values for OperationStatusType. \
|
2976
|
-
* {@link KnownOperationStatusType} can be used interchangeably with OperationStatusType,
|
2977
|
-
* this enum contains the known values that the service supports.
|
2978
|
-
* ### Known values supported by the service
|
2979
|
-
* **Running** \
|
2980
|
-
* **Completed** \
|
2981
|
-
* **Failed**
|
2982
|
-
*/
|
2983
|
-
export declare type OperationStatusType = string;
|
2984
|
-
|
2985
|
-
/**
|
2986
|
-
* Defines values for OperatorType. \
|
2987
|
-
* {@link KnownOperatorType} can be used interchangeably with OperatorType,
|
2988
|
-
* this enum contains the known values that the service supports.
|
2989
|
-
* ### Known values supported by the service
|
2990
|
-
* **In** \
|
2991
|
-
* **Contains**
|
2992
|
-
*/
|
2993
|
-
export declare type OperatorType = string;
|
2994
|
-
|
2995
|
-
/**
|
2996
|
-
* Defines values for Origin. \
|
2997
|
-
* {@link KnownOrigin} can be used interchangeably with Origin,
|
2998
|
-
* this enum contains the known values that the service supports.
|
2999
|
-
* ### Known values supported by the service
|
3000
|
-
* **user** \
|
3001
|
-
* **system** \
|
3002
|
-
* **user,system**
|
3003
|
-
*/
|
3004
|
-
export declare type Origin = string;
|
3005
|
-
|
3006
|
-
/** Each pivot must contain a 'type' and 'name'. */
|
3007
|
-
export declare interface PivotProperties {
|
3008
|
-
/** Data type to show in view. */
|
3009
|
-
type?: PivotType;
|
3010
|
-
/** Data field to show in view. */
|
3011
|
-
name?: string;
|
3012
|
-
}
|
3013
|
-
|
3014
|
-
/**
|
3015
|
-
* Defines values for PivotType. \
|
3016
|
-
* {@link KnownPivotType} can be used interchangeably with PivotType,
|
3017
|
-
* this enum contains the known values that the service supports.
|
3018
|
-
* ### Known values supported by the service
|
3019
|
-
* **Dimension** \
|
3020
|
-
* **TagKey**
|
3021
|
-
*/
|
3022
|
-
export declare type PivotType = string;
|
3023
|
-
|
3024
|
-
/** Interface representing a PriceSheet. */
|
3025
|
-
export declare interface PriceSheet {
|
3026
|
-
/**
|
3027
|
-
* Gets a URL to download the pricesheet for an invoice. The operation is supported for billing
|
3028
|
-
* accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement.
|
3029
|
-
* @param billingAccountName The ID that uniquely identifies a billing account.
|
3030
|
-
* @param billingProfileName The ID that uniquely identifies a billing profile.
|
3031
|
-
* @param invoiceName The ID that uniquely identifies an invoice.
|
3032
|
-
* @param options The options parameters.
|
3033
|
-
*/
|
3034
|
-
beginDownload(billingAccountName: string, billingProfileName: string, invoiceName: string, options?: PriceSheetDownloadOptionalParams): Promise<SimplePollerLike<OperationState<PriceSheetDownloadResponse>, PriceSheetDownloadResponse>>;
|
3035
|
-
/**
|
3036
|
-
* Gets a URL to download the pricesheet for an invoice. The operation is supported for billing
|
3037
|
-
* accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement.
|
3038
|
-
* @param billingAccountName The ID that uniquely identifies a billing account.
|
3039
|
-
* @param billingProfileName The ID that uniquely identifies a billing profile.
|
3040
|
-
* @param invoiceName The ID that uniquely identifies an invoice.
|
3041
|
-
* @param options The options parameters.
|
3042
|
-
*/
|
3043
|
-
beginDownloadAndWait(billingAccountName: string, billingProfileName: string, invoiceName: string, options?: PriceSheetDownloadOptionalParams): Promise<PriceSheetDownloadResponse>;
|
3044
|
-
/**
|
3045
|
-
* Gets a URL to download the current month's pricesheet for a billing profile. The operation is
|
3046
|
-
* supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer
|
3047
|
-
* Agreement.Due to Azure product growth, the Azure price sheet download experience in this preview
|
3048
|
-
* version will be updated from a single csv file to a Zip file containing multiple csv files, each
|
3049
|
-
* with max 200k records.
|
3050
|
-
* @param billingAccountName The ID that uniquely identifies a billing account.
|
3051
|
-
* @param billingProfileName The ID that uniquely identifies a billing profile.
|
3052
|
-
* @param options The options parameters.
|
3053
|
-
*/
|
3054
|
-
beginDownloadByBillingProfile(billingAccountName: string, billingProfileName: string, options?: PriceSheetDownloadByBillingProfileOptionalParams): Promise<SimplePollerLike<OperationState<PriceSheetDownloadByBillingProfileResponse>, PriceSheetDownloadByBillingProfileResponse>>;
|
3055
|
-
/**
|
3056
|
-
* Gets a URL to download the current month's pricesheet for a billing profile. The operation is
|
3057
|
-
* supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer
|
3058
|
-
* Agreement.Due to Azure product growth, the Azure price sheet download experience in this preview
|
3059
|
-
* version will be updated from a single csv file to a Zip file containing multiple csv files, each
|
3060
|
-
* with max 200k records.
|
3061
|
-
* @param billingAccountName The ID that uniquely identifies a billing account.
|
3062
|
-
* @param billingProfileName The ID that uniquely identifies a billing profile.
|
3063
|
-
* @param options The options parameters.
|
3064
|
-
*/
|
3065
|
-
beginDownloadByBillingProfileAndWait(billingAccountName: string, billingProfileName: string, options?: PriceSheetDownloadByBillingProfileOptionalParams): Promise<PriceSheetDownloadByBillingProfileResponse>;
|
3066
|
-
}
|
3067
|
-
|
3068
|
-
/** Defines headers for PriceSheet_downloadByBillingProfile operation. */
|
3069
|
-
export declare interface PriceSheetDownloadByBillingProfileHeaders {
|
3070
|
-
/** GET this URL to retrieve the status of the asynchronous operation. */
|
3071
|
-
location?: string;
|
3072
|
-
/** The amount of delay to use while the status of the operation is checked. The value is expressed in seconds. */
|
3073
|
-
retryAfter?: string;
|
3074
|
-
/** The operation entity Id GUID. */
|
3075
|
-
oDataEntityId?: string;
|
3076
|
-
}
|
3077
|
-
|
3078
|
-
/** Optional parameters. */
|
3079
|
-
export declare interface PriceSheetDownloadByBillingProfileOptionalParams extends coreClient.OperationOptions {
|
3080
|
-
/** Delay to wait until next poll, in milliseconds. */
|
3081
|
-
updateIntervalInMs?: number;
|
3082
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3083
|
-
resumeFrom?: string;
|
3084
|
-
}
|
3085
|
-
|
3086
|
-
/** Contains response data for the downloadByBillingProfile operation. */
|
3087
|
-
export declare type PriceSheetDownloadByBillingProfileResponse = DownloadURL;
|
3088
|
-
|
3089
|
-
/** Defines headers for PriceSheet_download operation. */
|
3090
|
-
export declare interface PriceSheetDownloadHeaders {
|
3091
|
-
/** GET this URL to retrieve the status of the asynchronous operation. */
|
3092
|
-
location?: string;
|
3093
|
-
/** The amount of delay to use while the status of the operation is checked. The value is expressed in seconds. */
|
3094
|
-
retryAfter?: string;
|
3095
|
-
/** The operation entity Id GUID. */
|
3096
|
-
oDataEntityId?: string;
|
3097
|
-
}
|
3098
|
-
|
3099
|
-
/** Optional parameters. */
|
3100
|
-
export declare interface PriceSheetDownloadOptionalParams extends coreClient.OperationOptions {
|
3101
|
-
/** Delay to wait until next poll, in milliseconds. */
|
3102
|
-
updateIntervalInMs?: number;
|
3103
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3104
|
-
resumeFrom?: string;
|
3105
|
-
}
|
3106
|
-
|
3107
|
-
/** Contains response data for the download operation. */
|
3108
|
-
export declare type PriceSheetDownloadResponse = DownloadURL;
|
3109
|
-
|
3110
|
-
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
3111
|
-
export declare interface ProxyResource extends Resource {
|
3112
|
-
}
|
3113
|
-
|
3114
|
-
/** Interface representing a Query. */
|
3115
|
-
export declare interface Query {
|
3116
|
-
/**
|
3117
|
-
* Query the usage data for scope defined.
|
3118
|
-
* @param scope The scope associated with query and export operations. This includes
|
3119
|
-
* '/subscriptions/{subscriptionId}/' for subscription scope,
|
3120
|
-
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,
|
3121
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope and
|
3122
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for
|
3123
|
-
* Department scope,
|
3124
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
|
3125
|
-
* for EnrollmentAccount scope, '/providers/Microsoft.Management/managementGroups/{managementGroupId}
|
3126
|
-
* for Management Group scope,
|
3127
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
|
3128
|
-
* for billingProfile scope,
|
3129
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}'
|
3130
|
-
* for invoiceSection scope, and
|
3131
|
-
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' specific
|
3132
|
-
* for partners.
|
3133
|
-
* @param parameters Parameters supplied to the CreateOrUpdate Query Config operation.
|
3134
|
-
* @param options The options parameters.
|
3135
|
-
*/
|
3136
|
-
usage(scope: string, parameters: QueryDefinition, options?: QueryUsageOptionalParams): Promise<QueryUsageResponse>;
|
3137
|
-
/**
|
3138
|
-
* Query the usage data for external cloud provider type defined.
|
3139
|
-
* @param externalCloudProviderType The external cloud provider type associated with dimension/query
|
3140
|
-
* operations. This includes 'externalSubscriptions' for linked account and 'externalBillingAccounts'
|
3141
|
-
* for consolidated account.
|
3142
|
-
* @param externalCloudProviderId This can be '{externalSubscriptionId}' for linked account or
|
3143
|
-
* '{externalBillingAccountId}' for consolidated account used with dimension/query operations.
|
3144
|
-
* @param parameters Parameters supplied to the CreateOrUpdate Query Config operation.
|
3145
|
-
* @param options The options parameters.
|
3146
|
-
*/
|
3147
|
-
usageByExternalCloudProviderType(externalCloudProviderType: ExternalCloudProviderType, externalCloudProviderId: string, parameters: QueryDefinition, options?: QueryUsageByExternalCloudProviderTypeOptionalParams): Promise<QueryUsageByExternalCloudProviderTypeResponse>;
|
3148
|
-
}
|
3149
|
-
|
3150
|
-
/** The aggregation expression to be used in the query. */
|
3151
|
-
export declare interface QueryAggregation {
|
3152
|
-
/** The name of the column to aggregate. */
|
3153
|
-
name: string;
|
3154
|
-
/** The name of the aggregation function to use. */
|
3155
|
-
function: FunctionType;
|
3156
|
-
}
|
3157
|
-
|
3158
|
-
/** QueryColumn properties */
|
3159
|
-
export declare interface QueryColumn {
|
3160
|
-
/** The name of column. */
|
3161
|
-
name?: string;
|
3162
|
-
/** The type of column. */
|
3163
|
-
type?: string;
|
3164
|
-
}
|
3165
|
-
|
3166
|
-
/**
|
3167
|
-
* Defines values for QueryColumnType. \
|
3168
|
-
* {@link KnownQueryColumnType} can be used interchangeably with QueryColumnType,
|
3169
|
-
* this enum contains the known values that the service supports.
|
3170
|
-
* ### Known values supported by the service
|
3171
|
-
* **TagKey**: The tag associated with the cost data. \
|
3172
|
-
* **Dimension**: The dimension of cost data.
|
3173
|
-
*/
|
3174
|
-
export declare type QueryColumnType = string;
|
3175
|
-
|
3176
|
-
/** The comparison expression to be used in the query. */
|
3177
|
-
export declare interface QueryComparisonExpression {
|
3178
|
-
/** The name of the column to use in comparison. */
|
3179
|
-
name: string;
|
3180
|
-
/** The operator to use for comparison. */
|
3181
|
-
operator: QueryOperatorType;
|
3182
|
-
/** Array of values to use for comparison */
|
3183
|
-
values: string[];
|
3184
|
-
}
|
3185
|
-
|
3186
|
-
/** The definition of data present in the query. */
|
3187
|
-
export declare interface QueryDataset {
|
3188
|
-
/** The granularity of rows in the query. */
|
3189
|
-
granularity?: GranularityType;
|
3190
|
-
/** Has configuration information for the data in the export. The configuration will be ignored if aggregation and grouping are provided. */
|
3191
|
-
configuration?: QueryDatasetConfiguration;
|
3192
|
-
/** Dictionary of aggregation expression to use in the query. The key of each item in the dictionary is the alias for the aggregated column. Query can have up to 2 aggregation clauses. */
|
3193
|
-
aggregation?: {
|
3194
|
-
[propertyName: string]: QueryAggregation;
|
3195
|
-
};
|
3196
|
-
/** Array of group by expression to use in the query. Query can have up to 2 group by clauses. */
|
3197
|
-
grouping?: QueryGrouping[];
|
3198
|
-
/** The filter expression to use in the query. Please reference our Query API REST documentation for how to properly format the filter. */
|
3199
|
-
filter?: QueryFilter;
|
3200
|
-
}
|
3201
|
-
|
3202
|
-
/** The configuration of dataset in the query. */
|
3203
|
-
export declare interface QueryDatasetConfiguration {
|
3204
|
-
/** Array of column names to be included in the query. Any valid query column name is allowed. If not provided, then query includes all columns. */
|
3205
|
-
columns?: string[];
|
3206
|
-
}
|
3207
|
-
|
3208
|
-
/** The definition of a query. */
|
3209
|
-
export declare interface QueryDefinition {
|
3210
|
-
/** The type of the query. */
|
3211
|
-
type: ExportType;
|
3212
|
-
/** The time frame for pulling data for the query. If custom, then a specific time period must be provided. */
|
3213
|
-
timeframe: TimeframeType;
|
3214
|
-
/** Has time period for pulling data for the query. */
|
3215
|
-
timePeriod?: QueryTimePeriod;
|
3216
|
-
/** Has definition for data in this query. */
|
3217
|
-
dataset: QueryDataset;
|
3218
|
-
}
|
3219
|
-
|
3220
|
-
/** The filter expression to be used in the export. */
|
3221
|
-
export declare interface QueryFilter {
|
3222
|
-
/** The logical "AND" expression. Must have at least 2 items. */
|
3223
|
-
and?: QueryFilter[];
|
3224
|
-
/** The logical "OR" expression. Must have at least 2 items. */
|
3225
|
-
or?: QueryFilter[];
|
3226
|
-
/** Has comparison expression for a dimension */
|
3227
|
-
dimensions?: QueryComparisonExpression;
|
3228
|
-
/** Has comparison expression for a tag */
|
3229
|
-
tags?: QueryComparisonExpression;
|
3230
|
-
}
|
3231
|
-
|
3232
|
-
/** The group by expression to be used in the query. */
|
3233
|
-
export declare interface QueryGrouping {
|
3234
|
-
/** Has type of the column to group. */
|
3235
|
-
type: QueryColumnType;
|
3236
|
-
/** The name of the column to group. */
|
3237
|
-
name: string;
|
3238
|
-
}
|
3239
|
-
|
3240
|
-
/**
|
3241
|
-
* Defines values for QueryOperatorType. \
|
3242
|
-
* {@link KnownQueryOperatorType} can be used interchangeably with QueryOperatorType,
|
3243
|
-
* this enum contains the known values that the service supports.
|
3244
|
-
* ### Known values supported by the service
|
3245
|
-
* **In**
|
3246
|
-
*/
|
3247
|
-
export declare type QueryOperatorType = string;
|
3248
|
-
|
3249
|
-
/** Result of query. It contains all columns listed under groupings and aggregation. */
|
3250
|
-
export declare interface QueryResult extends CostManagementResource {
|
3251
|
-
/** The link (url) to the next page of results. */
|
3252
|
-
nextLink?: string;
|
3253
|
-
/** Array of columns */
|
3254
|
-
columns?: QueryColumn[];
|
3255
|
-
/** Array of rows */
|
3256
|
-
rows?: any[][];
|
3257
|
-
}
|
3258
|
-
|
3259
|
-
/** The start and end date for pulling data for the query. */
|
3260
|
-
export declare interface QueryTimePeriod {
|
3261
|
-
/** The start date to pull data from. */
|
3262
|
-
from: Date;
|
3263
|
-
/** The end date to pull data to. */
|
3264
|
-
to: Date;
|
3265
|
-
}
|
3266
|
-
|
3267
|
-
/** Optional parameters. */
|
3268
|
-
export declare interface QueryUsageByExternalCloudProviderTypeOptionalParams extends coreClient.OperationOptions {
|
3269
|
-
}
|
3270
|
-
|
3271
|
-
/** Contains response data for the usageByExternalCloudProviderType operation. */
|
3272
|
-
export declare type QueryUsageByExternalCloudProviderTypeResponse = QueryResult;
|
3273
|
-
|
3274
|
-
/** Optional parameters. */
|
3275
|
-
export declare interface QueryUsageOptionalParams extends coreClient.OperationOptions {
|
3276
|
-
}
|
3277
|
-
|
3278
|
-
/** Contains response data for the usage operation. */
|
3279
|
-
export declare type QueryUsageResponse = QueryResult;
|
3280
|
-
|
3281
|
-
/** On-demand charges between firstConsumptionDate and lastConsumptionDate that were used for computing benefit recommendations. */
|
3282
|
-
export declare interface RecommendationUsageDetails {
|
3283
|
-
/** The grain of the usage. Supported values: 'Hourly' */
|
3284
|
-
usageGrain?: Grain;
|
3285
|
-
/**
|
3286
|
-
* On-demand charges for each hour between firstConsumptionDate and lastConsumptionDate that were used for computing benefit recommendations.
|
3287
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
3288
|
-
*/
|
3289
|
-
readonly charges?: number[];
|
3290
|
-
}
|
3291
|
-
|
3292
|
-
/**
|
3293
|
-
* Defines values for RecurrenceType. \
|
3294
|
-
* {@link KnownRecurrenceType} can be used interchangeably with RecurrenceType,
|
3295
|
-
* this enum contains the known values that the service supports.
|
3296
|
-
* ### Known values supported by the service
|
3297
|
-
* **Daily** \
|
3298
|
-
* **Weekly** \
|
3299
|
-
* **Monthly** \
|
3300
|
-
* **Annually**
|
3301
|
-
*/
|
3302
|
-
export declare type RecurrenceType = string;
|
3303
|
-
|
3304
|
-
/** The aggregation expression to be used in the report. */
|
3305
|
-
export declare interface ReportConfigAggregation {
|
3306
|
-
/** The name of the column to aggregate. */
|
3307
|
-
name: string;
|
3308
|
-
/** The name of the aggregation function to use. */
|
3309
|
-
function: FunctionType;
|
3310
|
-
}
|
3311
|
-
|
3312
|
-
/** The comparison expression to be used in the report. */
|
3313
|
-
export declare interface ReportConfigComparisonExpression {
|
3314
|
-
/** The name of the column to use in comparison. */
|
3315
|
-
name: string;
|
3316
|
-
/** The operator to use for comparison. */
|
3317
|
-
operator: OperatorType;
|
3318
|
-
/** Array of values to use for comparison */
|
3319
|
-
values: string[];
|
3320
|
-
}
|
3321
|
-
|
3322
|
-
/** The definition of data present in the report. */
|
3323
|
-
export declare interface ReportConfigDataset {
|
3324
|
-
/** The granularity of rows in the report. */
|
3325
|
-
granularity?: ReportGranularityType;
|
3326
|
-
/** Has configuration information for the data in the report. The configuration will be ignored if aggregation and grouping are provided. */
|
3327
|
-
configuration?: ReportConfigDatasetConfiguration;
|
3328
|
-
/** Dictionary of aggregation expression to use in the report. The key of each item in the dictionary is the alias for the aggregated column. Report can have up to 2 aggregation clauses. */
|
3329
|
-
aggregation?: {
|
3330
|
-
[propertyName: string]: ReportConfigAggregation;
|
3331
|
-
};
|
3332
|
-
/** Array of group by expression to use in the report. Report can have up to 2 group by clauses. */
|
3333
|
-
grouping?: ReportConfigGrouping[];
|
3334
|
-
/** Array of order by expression to use in the report. */
|
3335
|
-
sorting?: ReportConfigSorting[];
|
3336
|
-
/** Has filter expression to use in the report. */
|
3337
|
-
filter?: ReportConfigFilter;
|
3338
|
-
}
|
3339
|
-
|
3340
|
-
/** The configuration of dataset in the report. */
|
3341
|
-
export declare interface ReportConfigDatasetConfiguration {
|
3342
|
-
/** Array of column names to be included in the report. Any valid report column name is allowed. If not provided, then report includes all columns. */
|
3343
|
-
columns?: string[];
|
3344
|
-
}
|
3345
|
-
|
3346
|
-
/** The filter expression to be used in the report. */
|
3347
|
-
export declare interface ReportConfigFilter {
|
3348
|
-
/** The logical "AND" expression. Must have at least 2 items. */
|
3349
|
-
and?: ReportConfigFilter[];
|
3350
|
-
/** The logical "OR" expression. Must have at least 2 items. */
|
3351
|
-
or?: ReportConfigFilter[];
|
3352
|
-
/** Has comparison expression for a dimension */
|
3353
|
-
dimensions?: ReportConfigComparisonExpression;
|
3354
|
-
/** Has comparison expression for a tag */
|
3355
|
-
tags?: ReportConfigComparisonExpression;
|
3356
|
-
}
|
3357
|
-
|
3358
|
-
/** The group by expression to be used in the report. */
|
3359
|
-
export declare interface ReportConfigGrouping {
|
3360
|
-
/** Has type of the column to group. */
|
3361
|
-
type: QueryColumnType;
|
3362
|
-
/** The name of the column to group. This version supports subscription lowest possible grain. */
|
3363
|
-
name: string;
|
3364
|
-
}
|
3365
|
-
|
3366
|
-
/** The order by expression to be used in the report. */
|
3367
|
-
export declare interface ReportConfigSorting {
|
3368
|
-
/** Direction of sort. */
|
3369
|
-
direction?: ReportConfigSortingType;
|
3370
|
-
/** The name of the column to sort. */
|
3371
|
-
name: string;
|
3372
|
-
}
|
3373
|
-
|
3374
|
-
/**
|
3375
|
-
* Defines values for ReportConfigSortingType. \
|
3376
|
-
* {@link KnownReportConfigSortingType} can be used interchangeably with ReportConfigSortingType,
|
3377
|
-
* this enum contains the known values that the service supports.
|
3378
|
-
* ### Known values supported by the service
|
3379
|
-
* **Ascending** \
|
3380
|
-
* **Descending**
|
3381
|
-
*/
|
3382
|
-
export declare type ReportConfigSortingType = string;
|
3383
|
-
|
3384
|
-
/** The start and end date for pulling data for the report. */
|
3385
|
-
export declare interface ReportConfigTimePeriod {
|
3386
|
-
/** The start date to pull data from. */
|
3387
|
-
from: Date;
|
3388
|
-
/** The end date to pull data to. */
|
3389
|
-
to: Date;
|
3390
|
-
}
|
3391
|
-
|
3392
|
-
/**
|
3393
|
-
* Defines values for ReportGranularityType. \
|
3394
|
-
* {@link KnownReportGranularityType} can be used interchangeably with ReportGranularityType,
|
3395
|
-
* this enum contains the known values that the service supports.
|
3396
|
-
* ### Known values supported by the service
|
3397
|
-
* **Daily** \
|
3398
|
-
* **Monthly**
|
3399
|
-
*/
|
3400
|
-
export declare type ReportGranularityType = string;
|
3401
|
-
|
3402
|
-
/**
|
3403
|
-
* Defines values for ReportOperationStatusType. \
|
3404
|
-
* {@link KnownReportOperationStatusType} can be used interchangeably with ReportOperationStatusType,
|
3405
|
-
* this enum contains the known values that the service supports.
|
3406
|
-
* ### Known values supported by the service
|
3407
|
-
* **InProgress** \
|
3408
|
-
* **Completed** \
|
3409
|
-
* **Failed** \
|
3410
|
-
* **Queued** \
|
3411
|
-
* **NoDataFound** \
|
3412
|
-
* **ReadyToDownload** \
|
3413
|
-
* **TimedOut**
|
3414
|
-
*/
|
3415
|
-
export declare type ReportOperationStatusType = string;
|
3416
|
-
|
3417
|
-
/**
|
3418
|
-
* Defines values for ReportTimeframeType. \
|
3419
|
-
* {@link KnownReportTimeframeType} can be used interchangeably with ReportTimeframeType,
|
3420
|
-
* this enum contains the known values that the service supports.
|
3421
|
-
* ### Known values supported by the service
|
3422
|
-
* **WeekToDate** \
|
3423
|
-
* **MonthToDate** \
|
3424
|
-
* **YearToDate** \
|
3425
|
-
* **Custom**
|
3426
|
-
*/
|
3427
|
-
export declare type ReportTimeframeType = string;
|
3428
|
-
|
3429
|
-
/**
|
3430
|
-
* Defines values for ReportType. \
|
3431
|
-
* {@link KnownReportType} can be used interchangeably with ReportType,
|
3432
|
-
* this enum contains the known values that the service supports.
|
3433
|
-
* ### Known values supported by the service
|
3434
|
-
* **Usage**
|
3435
|
-
*/
|
3436
|
-
export declare type ReportType = string;
|
3437
|
-
|
3438
|
-
/**
|
3439
|
-
* Defines values for ReservationReportSchema. \
|
3440
|
-
* {@link KnownReservationReportSchema} can be used interchangeably with ReservationReportSchema,
|
3441
|
-
* this enum contains the known values that the service supports.
|
3442
|
-
* ### Known values supported by the service
|
3443
|
-
* **InstanceFlexibilityGroup** \
|
3444
|
-
* **InstanceFlexibilityRatio** \
|
3445
|
-
* **InstanceId** \
|
3446
|
-
* **Kind** \
|
3447
|
-
* **ReservationId** \
|
3448
|
-
* **ReservationOrderId** \
|
3449
|
-
* **ReservedHours** \
|
3450
|
-
* **SkuName** \
|
3451
|
-
* **TotalReservedQuantity** \
|
3452
|
-
* **UsageDate** \
|
3453
|
-
* **UsedHours**
|
3454
|
-
*/
|
3455
|
-
export declare type ReservationReportSchema = string;
|
3456
|
-
|
3457
|
-
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
3458
|
-
export declare interface Resource {
|
3459
|
-
/**
|
3460
|
-
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
3461
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
3462
|
-
*/
|
3463
|
-
readonly id?: string;
|
3464
|
-
/**
|
3465
|
-
* The name of the resource
|
3466
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
3467
|
-
*/
|
3468
|
-
readonly name?: string;
|
3469
|
-
/**
|
3470
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
3471
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
3472
|
-
*/
|
3473
|
-
readonly type?: string;
|
3474
|
-
}
|
3475
|
-
|
3476
|
-
/** Savings plan utilization summary resource. */
|
3477
|
-
export declare interface SavingsPlanUtilizationSummary extends BenefitUtilizationSummary {
|
3478
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
3479
|
-
kind: "SavingsPlan";
|
3480
|
-
/**
|
3481
|
-
* ARM SKU name. For example, 'Compute_Savings_Plan' for savings plan.
|
3482
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
3483
|
-
*/
|
3484
|
-
readonly armSkuName?: string;
|
3485
|
-
/**
|
3486
|
-
* The benefit ID is the identifier of the benefit.
|
3487
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
3488
|
-
*/
|
3489
|
-
readonly benefitId?: string;
|
3490
|
-
/**
|
3491
|
-
* The benefit order ID is the identifier for a benefit purchase.
|
3492
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
3493
|
-
*/
|
3494
|
-
readonly benefitOrderId?: string;
|
3495
|
-
/** The benefit type. Supported values: 'SavingsPlan'. */
|
3496
|
-
benefitType?: BenefitKind;
|
3497
|
-
/**
|
3498
|
-
* Date corresponding to the utilization summary record. If the grain of data is monthly, value for this field will be first day of the month.
|
3499
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
3500
|
-
*/
|
3501
|
-
readonly usageDate?: Date;
|
3502
|
-
/**
|
3503
|
-
* This is the average hourly utilization for each date range that corresponds to given grain (Daily, Monthly). Suppose the API call is for usageDate > 2022-10-01 and usageDate < 2022-10-31 at a daily granularity. There will be one record per benefit id for each day. For a single day, the avgUtilizationPercentage value will be equal to the average of the set of values where the set contains 24 utilization percentage entries one for each hour in a specific day.
|
3504
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
3505
|
-
*/
|
3506
|
-
readonly avgUtilizationPercentage?: number;
|
3507
|
-
/**
|
3508
|
-
* This is the minimum hourly utilization for each date range that corresponds to given grain (Daily, Monthly). Suppose the API call is for usageDate > 2022-10-01 and usageDate < 2022-10-31 at a daily granularity. There will be one record per benefit id for each day. For a single day, the minUtilizationPercentage value will be equal to the smallest in the set of values where the set contains 24 utilization percentage entries one for each hour in a specific day. If on the day 2022-10-18, the lowest utilization percentage was 10% at hour 4, then the value for the minUtilizationPercentage in the response will be 10%.
|
3509
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
3510
|
-
*/
|
3511
|
-
readonly minUtilizationPercentage?: number;
|
3512
|
-
/**
|
3513
|
-
* This is the maximum hourly utilization for each date range that corresponds to given grain (Daily, Monthly). Suppose the API call is for usageDate > 2022-10-01 and usageDate < 2022-10-31 at a daily granularity. There will be one record per benefit id for each day. For a single day, the maxUtilizationPercentage value will be equal to the largest in the set of values where the set contains 24 utilization percentage entries one for each hour in a specific day. If on the day 2022-10-18, the largest utilization percentage was 90% at hour 5, then the value for the maxUtilizationPercentage in the response will be 90%.
|
3514
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
3515
|
-
*/
|
3516
|
-
readonly maxUtilizationPercentage?: number;
|
3517
|
-
}
|
3518
|
-
|
3519
|
-
/** Savings plan utilization summary properties. */
|
3520
|
-
export declare interface SavingsPlanUtilizationSummaryProperties extends BenefitUtilizationSummaryProperties {
|
3521
|
-
/**
|
3522
|
-
* This is the average hourly utilization for each date range that corresponds to given grain (Daily, Monthly). Suppose the API call is for usageDate > 2022-10-01 and usageDate < 2022-10-31 at a daily granularity. There will be one record per benefit id for each day. For a single day, the avgUtilizationPercentage value will be equal to the average of the set of values where the set contains 24 utilization percentage entries one for each hour in a specific day.
|
3523
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
3524
|
-
*/
|
3525
|
-
readonly avgUtilizationPercentage?: number;
|
3526
|
-
/**
|
3527
|
-
* This is the minimum hourly utilization for each date range that corresponds to given grain (Daily, Monthly). Suppose the API call is for usageDate > 2022-10-01 and usageDate < 2022-10-31 at a daily granularity. There will be one record per benefit id for each day. For a single day, the minUtilizationPercentage value will be equal to the smallest in the set of values where the set contains 24 utilization percentage entries one for each hour in a specific day. If on the day 2022-10-18, the lowest utilization percentage was 10% at hour 4, then the value for the minUtilizationPercentage in the response will be 10%.
|
3528
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
3529
|
-
*/
|
3530
|
-
readonly minUtilizationPercentage?: number;
|
3531
|
-
/**
|
3532
|
-
* This is the maximum hourly utilization for each date range that corresponds to given grain (Daily, Monthly). Suppose the API call is for usageDate > 2022-10-01 and usageDate < 2022-10-31 at a daily granularity. There will be one record per benefit id for each day. For a single day, the maxUtilizationPercentage value will be equal to the largest in the set of values where the set contains 24 utilization percentage entries one for each hour in a specific day. If on the day 2022-10-18, the largest utilization percentage was 90% at hour 5, then the value for the maxUtilizationPercentage in the response will be 90%.
|
3533
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
3534
|
-
*/
|
3535
|
-
readonly maxUtilizationPercentage?: number;
|
3536
|
-
}
|
3537
|
-
|
3538
|
-
/** Scheduled action definition. */
|
3539
|
-
export declare interface ScheduledAction extends ScheduledActionProxyResource {
|
3540
|
-
/** Scheduled action name. */
|
3541
|
-
displayName?: string;
|
3542
|
-
/** Destination format of the view data. This is optional. */
|
3543
|
-
fileDestination?: FileDestination;
|
3544
|
-
/** Notification properties based on scheduled action kind. */
|
3545
|
-
notification?: NotificationProperties;
|
3546
|
-
/** Email address of the point of contact that should get the unsubscribe requests and notification emails. */
|
3547
|
-
notificationEmail?: string;
|
3548
|
-
/** Schedule of the scheduled action. */
|
3549
|
-
schedule?: ScheduleProperties;
|
3550
|
-
/** Cost Management scope like 'subscriptions/{subscriptionId}' for subscription scope, 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for Department scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}' for EnrollmentAccount scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}' for BillingProfile scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}' for InvoiceSection scope, '/providers/Microsoft.CostManagement/externalBillingAccounts/{externalBillingAccountName}' for ExternalBillingAccount scope, and '/providers/Microsoft.CostManagement/externalSubscriptions/{externalSubscriptionName}' for ExternalSubscription scope. */
|
3551
|
-
scope?: string;
|
3552
|
-
/** Status of the scheduled action. */
|
3553
|
-
status?: ScheduledActionStatus;
|
3554
|
-
/** Cost analysis viewId used for scheduled action. For example, '/providers/Microsoft.CostManagement/views/swaggerExample' */
|
3555
|
-
viewId?: string;
|
3556
|
-
}
|
3557
|
-
|
3558
|
-
/**
|
3559
|
-
* Defines values for ScheduledActionKind. \
|
3560
|
-
* {@link KnownScheduledActionKind} can be used interchangeably with ScheduledActionKind,
|
3561
|
-
* this enum contains the known values that the service supports.
|
3562
|
-
* ### Known values supported by the service
|
3563
|
-
* **Email**: Cost analysis data will be emailed. \
|
3564
|
-
* **InsightAlert**: Cost anomaly information will be emailed. Available only on subscription scope at daily frequency. If no anomaly is detected on the resource, an email won't be sent.
|
3565
|
-
*/
|
3566
|
-
export declare type ScheduledActionKind = string;
|
3567
|
-
|
3568
|
-
/** Scheduled actions list result. It contains a list of scheduled actions. */
|
3569
|
-
export declare interface ScheduledActionListResult {
|
3570
|
-
/**
|
3571
|
-
* The list of scheduled actions.
|
3572
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
3573
|
-
*/
|
3574
|
-
readonly value?: ScheduledAction[];
|
3575
|
-
/**
|
3576
|
-
* The link (url) to the next page of results.
|
3577
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
3578
|
-
*/
|
3579
|
-
readonly nextLink?: string;
|
3580
|
-
}
|
3581
|
-
|
3582
|
-
/** The Resource model definition. */
|
3583
|
-
export declare interface ScheduledActionProxyResource extends ProxyResource {
|
3584
|
-
/**
|
3585
|
-
* Resource Etag. For update calls, eTag is optional and can be specified to achieve optimistic concurrency. Fetch the resource's eTag by doing a 'GET' call first and then including the latest eTag as part of the request body or 'If-Match' header while performing the update. For create calls, eTag is not required.
|
3586
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
3587
|
-
*/
|
3588
|
-
readonly eTag?: string;
|
3589
|
-
/** Kind of the scheduled action. */
|
3590
|
-
kind?: ScheduledActionKind;
|
3591
|
-
/**
|
3592
|
-
* Kind of the scheduled action.
|
3593
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
3594
|
-
*/
|
3595
|
-
readonly systemData?: SystemData;
|
3596
|
-
}
|
3597
|
-
|
3598
|
-
/** Interface representing a ScheduledActions. */
|
3599
|
-
export declare interface ScheduledActions {
|
3600
|
-
/**
|
3601
|
-
* List all private scheduled actions.
|
3602
|
-
* @param options The options parameters.
|
3603
|
-
*/
|
3604
|
-
list(options?: ScheduledActionsListOptionalParams): PagedAsyncIterableIterator<ScheduledAction>;
|
3605
|
-
/**
|
3606
|
-
* List all shared scheduled actions within the given scope.
|
3607
|
-
* @param scope The scope associated with scheduled action operations. This includes
|
3608
|
-
* 'subscriptions/{subscriptionId}' for subscription scope,
|
3609
|
-
* 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,
|
3610
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope,
|
3611
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for
|
3612
|
-
* Department scope,
|
3613
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
|
3614
|
-
* for EnrollmentAccount scope,
|
3615
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
|
3616
|
-
* for BillingProfile scope,
|
3617
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}'
|
3618
|
-
* for InvoiceSection scope,
|
3619
|
-
* 'providers/Microsoft.CostManagement/externalBillingAccounts/{externalBillingAccountName}' for
|
3620
|
-
* External Billing Account scope and
|
3621
|
-
* 'providers/Microsoft.CostManagement/externalSubscriptions/{externalSubscriptionName}' for External
|
3622
|
-
* Subscription scope. Note: Insight Alerts are only available on subscription scope.
|
3623
|
-
* @param options The options parameters.
|
3624
|
-
*/
|
3625
|
-
listByScope(scope: string, options?: ScheduledActionsListByScopeOptionalParams): PagedAsyncIterableIterator<ScheduledAction>;
|
3626
|
-
/**
|
3627
|
-
* Create or update a private scheduled action.
|
3628
|
-
* @param name Scheduled action name.
|
3629
|
-
* @param scheduledAction Scheduled action to be created or updated.
|
3630
|
-
* @param options The options parameters.
|
3631
|
-
*/
|
3632
|
-
createOrUpdate(name: string, scheduledAction: ScheduledAction, options?: ScheduledActionsCreateOrUpdateOptionalParams): Promise<ScheduledActionsCreateOrUpdateResponse>;
|
3633
|
-
/**
|
3634
|
-
* Get the private scheduled action by name.
|
3635
|
-
* @param name Scheduled action name.
|
3636
|
-
* @param options The options parameters.
|
3637
|
-
*/
|
3638
|
-
get(name: string, options?: ScheduledActionsGetOptionalParams): Promise<ScheduledActionsGetResponse>;
|
3639
|
-
/**
|
3640
|
-
* Delete a private scheduled action.
|
3641
|
-
* @param name Scheduled action name.
|
3642
|
-
* @param options The options parameters.
|
3643
|
-
*/
|
3644
|
-
delete(name: string, options?: ScheduledActionsDeleteOptionalParams): Promise<void>;
|
3645
|
-
/**
|
3646
|
-
* Create or update a shared scheduled action within the given scope.
|
3647
|
-
* @param scope The scope associated with scheduled action operations. This includes
|
3648
|
-
* 'subscriptions/{subscriptionId}' for subscription scope,
|
3649
|
-
* 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,
|
3650
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope,
|
3651
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for
|
3652
|
-
* Department scope,
|
3653
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
|
3654
|
-
* for EnrollmentAccount scope,
|
3655
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
|
3656
|
-
* for BillingProfile scope,
|
3657
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}'
|
3658
|
-
* for InvoiceSection scope,
|
3659
|
-
* 'providers/Microsoft.CostManagement/externalBillingAccounts/{externalBillingAccountName}' for
|
3660
|
-
* External Billing Account scope and
|
3661
|
-
* 'providers/Microsoft.CostManagement/externalSubscriptions/{externalSubscriptionName}' for External
|
3662
|
-
* Subscription scope. Note: Insight Alerts are only available on subscription scope.
|
3663
|
-
* @param name Scheduled action name.
|
3664
|
-
* @param scheduledAction Scheduled action to be created or updated.
|
3665
|
-
* @param options The options parameters.
|
3666
|
-
*/
|
3667
|
-
createOrUpdateByScope(scope: string, name: string, scheduledAction: ScheduledAction, options?: ScheduledActionsCreateOrUpdateByScopeOptionalParams): Promise<ScheduledActionsCreateOrUpdateByScopeResponse>;
|
3668
|
-
/**
|
3669
|
-
* Get the shared scheduled action from the given scope by name.
|
3670
|
-
* @param scope The scope associated with scheduled action operations. This includes
|
3671
|
-
* 'subscriptions/{subscriptionId}' for subscription scope,
|
3672
|
-
* 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,
|
3673
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope,
|
3674
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for
|
3675
|
-
* Department scope,
|
3676
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
|
3677
|
-
* for EnrollmentAccount scope,
|
3678
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
|
3679
|
-
* for BillingProfile scope,
|
3680
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}'
|
3681
|
-
* for InvoiceSection scope,
|
3682
|
-
* 'providers/Microsoft.CostManagement/externalBillingAccounts/{externalBillingAccountName}' for
|
3683
|
-
* External Billing Account scope and
|
3684
|
-
* 'providers/Microsoft.CostManagement/externalSubscriptions/{externalSubscriptionName}' for External
|
3685
|
-
* Subscription scope. Note: Insight Alerts are only available on subscription scope.
|
3686
|
-
* @param name Scheduled action name.
|
3687
|
-
* @param options The options parameters.
|
3688
|
-
*/
|
3689
|
-
getByScope(scope: string, name: string, options?: ScheduledActionsGetByScopeOptionalParams): Promise<ScheduledActionsGetByScopeResponse>;
|
3690
|
-
/**
|
3691
|
-
* Delete a scheduled action within the given scope.
|
3692
|
-
* @param scope The scope associated with scheduled action operations. This includes
|
3693
|
-
* 'subscriptions/{subscriptionId}' for subscription scope,
|
3694
|
-
* 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,
|
3695
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope,
|
3696
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for
|
3697
|
-
* Department scope,
|
3698
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
|
3699
|
-
* for EnrollmentAccount scope,
|
3700
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
|
3701
|
-
* for BillingProfile scope,
|
3702
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}'
|
3703
|
-
* for InvoiceSection scope,
|
3704
|
-
* 'providers/Microsoft.CostManagement/externalBillingAccounts/{externalBillingAccountName}' for
|
3705
|
-
* External Billing Account scope and
|
3706
|
-
* 'providers/Microsoft.CostManagement/externalSubscriptions/{externalSubscriptionName}' for External
|
3707
|
-
* Subscription scope. Note: Insight Alerts are only available on subscription scope.
|
3708
|
-
* @param name Scheduled action name.
|
3709
|
-
* @param options The options parameters.
|
3710
|
-
*/
|
3711
|
-
deleteByScope(scope: string, name: string, options?: ScheduledActionsDeleteByScopeOptionalParams): Promise<void>;
|
3712
|
-
/**
|
3713
|
-
* Processes a private scheduled action.
|
3714
|
-
* @param name Scheduled action name.
|
3715
|
-
* @param options The options parameters.
|
3716
|
-
*/
|
3717
|
-
run(name: string, options?: ScheduledActionsRunOptionalParams): Promise<void>;
|
3718
|
-
/**
|
3719
|
-
* Runs a shared scheduled action within the given scope.
|
3720
|
-
* @param scope The scope associated with scheduled action operations. This includes
|
3721
|
-
* 'subscriptions/{subscriptionId}' for subscription scope,
|
3722
|
-
* 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,
|
3723
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope,
|
3724
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for
|
3725
|
-
* Department scope,
|
3726
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
|
3727
|
-
* for EnrollmentAccount scope,
|
3728
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
|
3729
|
-
* for BillingProfile scope,
|
3730
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}'
|
3731
|
-
* for InvoiceSection scope,
|
3732
|
-
* 'providers/Microsoft.CostManagement/externalBillingAccounts/{externalBillingAccountName}' for
|
3733
|
-
* External Billing Account scope and
|
3734
|
-
* 'providers/Microsoft.CostManagement/externalSubscriptions/{externalSubscriptionName}' for External
|
3735
|
-
* Subscription scope. Note: Insight Alerts are only available on subscription scope.
|
3736
|
-
* @param name Scheduled action name.
|
3737
|
-
* @param options The options parameters.
|
3738
|
-
*/
|
3739
|
-
runByScope(scope: string, name: string, options?: ScheduledActionsRunByScopeOptionalParams): Promise<void>;
|
3740
|
-
/**
|
3741
|
-
* Checks availability and correctness of the name for a scheduled action.
|
3742
|
-
* @param checkNameAvailabilityRequest Scheduled action to be created or updated.
|
3743
|
-
* @param options The options parameters.
|
3744
|
-
*/
|
3745
|
-
checkNameAvailability(checkNameAvailabilityRequest: CheckNameAvailabilityRequest, options?: ScheduledActionsCheckNameAvailabilityOptionalParams): Promise<ScheduledActionsCheckNameAvailabilityResponse>;
|
3746
|
-
/**
|
3747
|
-
* Checks availability and correctness of the name for a scheduled action within the given scope.
|
3748
|
-
* @param scope The scope associated with scheduled action operations. This includes
|
3749
|
-
* 'subscriptions/{subscriptionId}' for subscription scope,
|
3750
|
-
* 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,
|
3751
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope,
|
3752
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for
|
3753
|
-
* Department scope,
|
3754
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
|
3755
|
-
* for EnrollmentAccount scope,
|
3756
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
|
3757
|
-
* for BillingProfile scope,
|
3758
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}'
|
3759
|
-
* for InvoiceSection scope,
|
3760
|
-
* 'providers/Microsoft.CostManagement/externalBillingAccounts/{externalBillingAccountName}' for
|
3761
|
-
* External Billing Account scope and
|
3762
|
-
* 'providers/Microsoft.CostManagement/externalSubscriptions/{externalSubscriptionName}' for External
|
3763
|
-
* Subscription scope. Note: Insight Alerts are only available on subscription scope.
|
3764
|
-
* @param checkNameAvailabilityRequest Scheduled action to be created or updated.
|
3765
|
-
* @param options The options parameters.
|
3766
|
-
*/
|
3767
|
-
checkNameAvailabilityByScope(scope: string, checkNameAvailabilityRequest: CheckNameAvailabilityRequest, options?: ScheduledActionsCheckNameAvailabilityByScopeOptionalParams): Promise<ScheduledActionsCheckNameAvailabilityByScopeResponse>;
|
3768
|
-
}
|
3769
|
-
|
3770
|
-
/** Optional parameters. */
|
3771
|
-
export declare interface ScheduledActionsCheckNameAvailabilityByScopeOptionalParams extends coreClient.OperationOptions {
|
3772
|
-
}
|
3773
|
-
|
3774
|
-
/** Contains response data for the checkNameAvailabilityByScope operation. */
|
3775
|
-
export declare type ScheduledActionsCheckNameAvailabilityByScopeResponse = CheckNameAvailabilityResponse;
|
3776
|
-
|
3777
|
-
/** Optional parameters. */
|
3778
|
-
export declare interface ScheduledActionsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
3779
|
-
}
|
3780
|
-
|
3781
|
-
/** Contains response data for the checkNameAvailability operation. */
|
3782
|
-
export declare type ScheduledActionsCheckNameAvailabilityResponse = CheckNameAvailabilityResponse;
|
3783
|
-
|
3784
|
-
/** Optional parameters. */
|
3785
|
-
export declare interface ScheduledActionsCreateOrUpdateByScopeOptionalParams extends coreClient.OperationOptions {
|
3786
|
-
/** ETag of the Entity. Not required when creating an entity. Optional when updating an entity and can be specified to achieve optimistic concurrency. */
|
3787
|
-
ifMatch?: string;
|
3788
|
-
}
|
3789
|
-
|
3790
|
-
/** Contains response data for the createOrUpdateByScope operation. */
|
3791
|
-
export declare type ScheduledActionsCreateOrUpdateByScopeResponse = ScheduledAction;
|
3792
|
-
|
3793
|
-
/** Optional parameters. */
|
3794
|
-
export declare interface ScheduledActionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
3795
|
-
/** ETag of the Entity. Not required when creating an entity. Optional when updating an entity and can be specified to achieve optimistic concurrency. */
|
3796
|
-
ifMatch?: string;
|
3797
|
-
}
|
3798
|
-
|
3799
|
-
/** Contains response data for the createOrUpdate operation. */
|
3800
|
-
export declare type ScheduledActionsCreateOrUpdateResponse = ScheduledAction;
|
3801
|
-
|
3802
|
-
/** Optional parameters. */
|
3803
|
-
export declare interface ScheduledActionsDeleteByScopeOptionalParams extends coreClient.OperationOptions {
|
3804
|
-
}
|
3805
|
-
|
3806
|
-
/** Optional parameters. */
|
3807
|
-
export declare interface ScheduledActionsDeleteOptionalParams extends coreClient.OperationOptions {
|
3808
|
-
}
|
3809
|
-
|
3810
|
-
/** Optional parameters. */
|
3811
|
-
export declare interface ScheduledActionsGetByScopeOptionalParams extends coreClient.OperationOptions {
|
3812
|
-
}
|
3813
|
-
|
3814
|
-
/** Contains response data for the getByScope operation. */
|
3815
|
-
export declare type ScheduledActionsGetByScopeResponse = ScheduledAction;
|
3816
|
-
|
3817
|
-
/** Optional parameters. */
|
3818
|
-
export declare interface ScheduledActionsGetOptionalParams extends coreClient.OperationOptions {
|
3819
|
-
}
|
3820
|
-
|
3821
|
-
/** Contains response data for the get operation. */
|
3822
|
-
export declare type ScheduledActionsGetResponse = ScheduledAction;
|
3823
|
-
|
3824
|
-
/** Optional parameters. */
|
3825
|
-
export declare interface ScheduledActionsListByScopeNextOptionalParams extends coreClient.OperationOptions {
|
3826
|
-
}
|
3827
|
-
|
3828
|
-
/** Contains response data for the listByScopeNext operation. */
|
3829
|
-
export declare type ScheduledActionsListByScopeNextResponse = ScheduledActionListResult;
|
3830
|
-
|
3831
|
-
/** Optional parameters. */
|
3832
|
-
export declare interface ScheduledActionsListByScopeOptionalParams extends coreClient.OperationOptions {
|
3833
|
-
/** May be used to filter scheduled actions by properties/viewId. Supported operator is 'eq'. */
|
3834
|
-
filter?: string;
|
3835
|
-
}
|
3836
|
-
|
3837
|
-
/** Contains response data for the listByScope operation. */
|
3838
|
-
export declare type ScheduledActionsListByScopeResponse = ScheduledActionListResult;
|
3839
|
-
|
3840
|
-
/** Optional parameters. */
|
3841
|
-
export declare interface ScheduledActionsListNextOptionalParams extends coreClient.OperationOptions {
|
3842
|
-
}
|
3843
|
-
|
3844
|
-
/** Contains response data for the listNext operation. */
|
3845
|
-
export declare type ScheduledActionsListNextResponse = ScheduledActionListResult;
|
3846
|
-
|
3847
|
-
/** Optional parameters. */
|
3848
|
-
export declare interface ScheduledActionsListOptionalParams extends coreClient.OperationOptions {
|
3849
|
-
/** May be used to filter scheduled actions by properties/viewId. Supported operator is 'eq'. */
|
3850
|
-
filter?: string;
|
3851
|
-
}
|
3852
|
-
|
3853
|
-
/** Contains response data for the list operation. */
|
3854
|
-
export declare type ScheduledActionsListResponse = ScheduledActionListResult;
|
3855
|
-
|
3856
|
-
/** Optional parameters. */
|
3857
|
-
export declare interface ScheduledActionsRunByScopeOptionalParams extends coreClient.OperationOptions {
|
3858
|
-
}
|
3859
|
-
|
3860
|
-
/** Optional parameters. */
|
3861
|
-
export declare interface ScheduledActionsRunOptionalParams extends coreClient.OperationOptions {
|
3862
|
-
}
|
3863
|
-
|
3864
|
-
/**
|
3865
|
-
* Defines values for ScheduledActionStatus. \
|
3866
|
-
* {@link KnownScheduledActionStatus} can be used interchangeably with ScheduledActionStatus,
|
3867
|
-
* this enum contains the known values that the service supports.
|
3868
|
-
* ### Known values supported by the service
|
3869
|
-
* **Disabled**: Scheduled action is saved but will not be run. \
|
3870
|
-
* **Enabled**: Scheduled action is saved and will be run. \
|
3871
|
-
* **Expired**: Scheduled action is expired.
|
3872
|
-
*/
|
3873
|
-
export declare type ScheduledActionStatus = string;
|
3874
|
-
|
3875
|
-
/**
|
3876
|
-
* Defines values for ScheduleFrequency. \
|
3877
|
-
* {@link KnownScheduleFrequency} can be used interchangeably with ScheduleFrequency,
|
3878
|
-
* this enum contains the known values that the service supports.
|
3879
|
-
* ### Known values supported by the service
|
3880
|
-
* **Daily**: Cost analysis data will be emailed every day. \
|
3881
|
-
* **Weekly**: Cost analysis data will be emailed every week. \
|
3882
|
-
* **Monthly**: Cost analysis data will be emailed every month.
|
3883
|
-
*/
|
3884
|
-
export declare type ScheduleFrequency = string;
|
3885
|
-
|
3886
|
-
/** The properties of the schedule. */
|
3887
|
-
export declare interface ScheduleProperties {
|
3888
|
-
/** Frequency of the schedule. */
|
3889
|
-
frequency: ScheduleFrequency;
|
3890
|
-
/** UTC time at which cost analysis data will be emailed. */
|
3891
|
-
hourOfDay?: number;
|
3892
|
-
/** Day names in english on which cost analysis data will be emailed. This property is applicable when frequency is Weekly or Monthly. */
|
3893
|
-
daysOfWeek?: DaysOfWeek[];
|
3894
|
-
/** Weeks in which cost analysis data will be emailed. This property is applicable when frequency is Monthly and used in combination with daysOfWeek. */
|
3895
|
-
weeksOfMonth?: WeeksOfMonth[];
|
3896
|
-
/** UTC day on which cost analysis data will be emailed. Must be between 1 and 31. This property is applicable when frequency is Monthly and overrides weeksOfMonth or daysOfWeek. */
|
3897
|
-
dayOfMonth?: number;
|
3898
|
-
/** The start date and time of the scheduled action (UTC). */
|
3899
|
-
startDate: Date;
|
3900
|
-
/** The end date and time of the scheduled action (UTC). */
|
3901
|
-
endDate: Date;
|
3902
|
-
}
|
3903
|
-
|
3904
|
-
/**
|
3905
|
-
* Defines values for Scope. \
|
3906
|
-
* {@link KnownScope} can be used interchangeably with Scope,
|
3907
|
-
* this enum contains the known values that the service supports.
|
3908
|
-
* ### Known values supported by the service
|
3909
|
-
* **Single**: Single scope recommendation. \
|
3910
|
-
* **Shared**: Shared scope recommendation.
|
3911
|
-
*/
|
3912
|
-
export declare type Scope = string;
|
3913
|
-
|
3914
|
-
/** The properties of the benefit recommendation when scope is 'Shared'. */
|
3915
|
-
export declare interface SharedScopeBenefitRecommendationProperties extends BenefitRecommendationProperties {
|
3916
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
3917
|
-
scope: "Shared";
|
3918
|
-
}
|
3919
|
-
|
3920
|
-
/** The properties of the benefit recommendations when scope is 'Single'. */
|
3921
|
-
export declare interface SingleScopeBenefitRecommendationProperties extends BenefitRecommendationProperties {
|
3922
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
3923
|
-
scope: "Single";
|
3924
|
-
/**
|
3925
|
-
* The subscription ID that this single scope recommendation is for. Applicable only if recommendation is for 'Single' scope.
|
3926
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
3927
|
-
*/
|
3928
|
-
readonly subscriptionId?: string;
|
3929
|
-
/**
|
3930
|
-
* The resource group that this single scope recommendation is for. Applicable only if recommendation is for 'Single' scope and 'ResourceGroup' request scope.
|
3931
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
3932
|
-
*/
|
3933
|
-
readonly resourceGroup?: string;
|
3934
|
-
}
|
3935
|
-
|
3936
|
-
/** The status of the long running operation. */
|
3937
|
-
export declare interface Status {
|
3938
|
-
/** The status of the long running operation. */
|
3939
|
-
status?: ReportOperationStatusType;
|
3940
|
-
}
|
3941
|
-
|
3942
|
-
/**
|
3943
|
-
* Defines values for StatusType. \
|
3944
|
-
* {@link KnownStatusType} can be used interchangeably with StatusType,
|
3945
|
-
* this enum contains the known values that the service supports.
|
3946
|
-
* ### Known values supported by the service
|
3947
|
-
* **Active** \
|
3948
|
-
* **Inactive**
|
3949
|
-
*/
|
3950
|
-
export declare type StatusType = string;
|
3951
|
-
|
3952
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
3953
|
-
export declare interface SystemData {
|
3954
|
-
/** The identity that created the resource. */
|
3955
|
-
createdBy?: string;
|
3956
|
-
/** The type of identity that created the resource. */
|
3957
|
-
createdByType?: CreatedByType;
|
3958
|
-
/** The timestamp of resource creation (UTC). */
|
3959
|
-
createdAt?: Date;
|
3960
|
-
/** The identity that last modified the resource. */
|
3961
|
-
lastModifiedBy?: string;
|
3962
|
-
/** The type of identity that last modified the resource. */
|
3963
|
-
lastModifiedByType?: CreatedByType;
|
3964
|
-
/** The timestamp of resource last modification (UTC) */
|
3965
|
-
lastModifiedAt?: Date;
|
3966
|
-
}
|
3967
|
-
|
3968
|
-
/**
|
3969
|
-
* Defines values for Term. \
|
3970
|
-
* {@link KnownTerm} can be used interchangeably with Term,
|
3971
|
-
* this enum contains the known values that the service supports.
|
3972
|
-
* ### Known values supported by the service
|
3973
|
-
* **P1Y**: Benefit term is 1 year. \
|
3974
|
-
* **P3Y**: Benefit term is 3 years.
|
3975
|
-
*/
|
3976
|
-
export declare type Term = string;
|
3977
|
-
|
3978
|
-
/**
|
3979
|
-
* Defines values for TimeframeType. \
|
3980
|
-
* {@link KnownTimeframeType} can be used interchangeably with TimeframeType,
|
3981
|
-
* this enum contains the known values that the service supports.
|
3982
|
-
* ### Known values supported by the service
|
3983
|
-
* **MonthToDate** \
|
3984
|
-
* **BillingMonthToDate** \
|
3985
|
-
* **TheLastMonth** \
|
3986
|
-
* **TheLastBillingMonth** \
|
3987
|
-
* **WeekToDate** \
|
3988
|
-
* **Custom**
|
3989
|
-
*/
|
3990
|
-
export declare type TimeframeType = string;
|
3991
|
-
|
3992
|
-
/** States and configurations of Cost Analysis. */
|
3993
|
-
export declare interface View extends CostManagementProxyResource {
|
3994
|
-
/** User input name of the view. Required. */
|
3995
|
-
displayName?: string;
|
3996
|
-
/** Cost Management scope to save the view on. This includes 'subscriptions/{subscriptionId}' for subscription scope, 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for Department scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}' for EnrollmentAccount scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}' for BillingProfile scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}' for InvoiceSection scope, 'providers/Microsoft.Management/managementGroups/{managementGroupId}' for Management Group scope, '/providers/Microsoft.CostManagement/externalBillingAccounts/{externalBillingAccountName}' for ExternalBillingAccount scope, and '/providers/Microsoft.CostManagement/externalSubscriptions/{externalSubscriptionName}' for ExternalSubscription scope. */
|
3997
|
-
scope?: string;
|
3998
|
-
/**
|
3999
|
-
* Date the user created this view.
|
4000
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
4001
|
-
*/
|
4002
|
-
readonly createdOn?: Date;
|
4003
|
-
/**
|
4004
|
-
* Date when the user last modified this view.
|
4005
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
4006
|
-
*/
|
4007
|
-
readonly modifiedOn?: Date;
|
4008
|
-
/**
|
4009
|
-
* Date range of the current view.
|
4010
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
4011
|
-
*/
|
4012
|
-
readonly dateRange?: string;
|
4013
|
-
/**
|
4014
|
-
* Currency of the current view.
|
4015
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
4016
|
-
*/
|
4017
|
-
readonly currency?: string;
|
4018
|
-
/** Chart type of the main view in Cost Analysis. Required. */
|
4019
|
-
chart?: ChartType;
|
4020
|
-
/** Show costs accumulated over time. */
|
4021
|
-
accumulated?: AccumulatedType;
|
4022
|
-
/** Metric to use when displaying costs. */
|
4023
|
-
metric?: MetricType;
|
4024
|
-
/** List of KPIs to show in Cost Analysis UI. */
|
4025
|
-
kpis?: KpiProperties[];
|
4026
|
-
/** Configuration of 3 sub-views in the Cost Analysis UI. */
|
4027
|
-
pivots?: PivotProperties[];
|
4028
|
-
/** The type of the report. Usage represents actual usage, forecast represents forecasted data and UsageAndForecast represents both usage and forecasted data. Actual usage and forecasted data can be differentiated based on dates. */
|
4029
|
-
typePropertiesQueryType?: ReportType;
|
4030
|
-
/** The time frame for pulling data for the report. If custom, then a specific time period must be provided. */
|
4031
|
-
timeframe?: ReportTimeframeType;
|
4032
|
-
/** Has time period for pulling data for the report. */
|
4033
|
-
timePeriod?: ReportConfigTimePeriod;
|
4034
|
-
/** Has definition for data in this report config. */
|
4035
|
-
dataSet?: ReportConfigDataset;
|
4036
|
-
/** If true, report includes monetary commitment. */
|
4037
|
-
includeMonetaryCommitment?: boolean;
|
4038
|
-
}
|
4039
|
-
|
4040
|
-
/** Result of listing views. It contains a list of available views. */
|
4041
|
-
export declare interface ViewListResult {
|
4042
|
-
/**
|
4043
|
-
* The list of views.
|
4044
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
4045
|
-
*/
|
4046
|
-
readonly value?: View[];
|
4047
|
-
/**
|
4048
|
-
* The link (url) to the next page of results.
|
4049
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
4050
|
-
*/
|
4051
|
-
readonly nextLink?: string;
|
4052
|
-
}
|
4053
|
-
|
4054
|
-
/** Interface representing a Views. */
|
4055
|
-
export declare interface Views {
|
4056
|
-
/**
|
4057
|
-
* Lists all views by tenant and object.
|
4058
|
-
* @param options The options parameters.
|
4059
|
-
*/
|
4060
|
-
list(options?: ViewsListOptionalParams): PagedAsyncIterableIterator<View>;
|
4061
|
-
/**
|
4062
|
-
* Lists all views at the given scope.
|
4063
|
-
* @param scope The scope associated with view operations. This includes
|
4064
|
-
* 'subscriptions/{subscriptionId}' for subscription scope,
|
4065
|
-
* 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,
|
4066
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope,
|
4067
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for
|
4068
|
-
* Department scope,
|
4069
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
|
4070
|
-
* for EnrollmentAccount scope,
|
4071
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
|
4072
|
-
* for BillingProfile scope,
|
4073
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}'
|
4074
|
-
* for InvoiceSection scope, 'providers/Microsoft.Management/managementGroups/{managementGroupId}' for
|
4075
|
-
* Management Group scope,
|
4076
|
-
* 'providers/Microsoft.CostManagement/externalBillingAccounts/{externalBillingAccountName}' for
|
4077
|
-
* External Billing Account scope and
|
4078
|
-
* 'providers/Microsoft.CostManagement/externalSubscriptions/{externalSubscriptionName}' for External
|
4079
|
-
* Subscription scope.
|
4080
|
-
* @param options The options parameters.
|
4081
|
-
*/
|
4082
|
-
listByScope(scope: string, options?: ViewsListByScopeOptionalParams): PagedAsyncIterableIterator<View>;
|
4083
|
-
/**
|
4084
|
-
* Gets the view by view name.
|
4085
|
-
* @param viewName View name
|
4086
|
-
* @param options The options parameters.
|
4087
|
-
*/
|
4088
|
-
get(viewName: string, options?: ViewsGetOptionalParams): Promise<ViewsGetResponse>;
|
4089
|
-
/**
|
4090
|
-
* The operation to create or update a view. Update operation requires latest eTag to be set in the
|
4091
|
-
* request. You may obtain the latest eTag by performing a get operation. Create operation does not
|
4092
|
-
* require eTag.
|
4093
|
-
* @param viewName View name
|
4094
|
-
* @param parameters Parameters supplied to the CreateOrUpdate View operation.
|
4095
|
-
* @param options The options parameters.
|
4096
|
-
*/
|
4097
|
-
createOrUpdate(viewName: string, parameters: View, options?: ViewsCreateOrUpdateOptionalParams): Promise<ViewsCreateOrUpdateResponse>;
|
4098
|
-
/**
|
4099
|
-
* The operation to delete a view.
|
4100
|
-
* @param viewName View name
|
4101
|
-
* @param options The options parameters.
|
4102
|
-
*/
|
4103
|
-
delete(viewName: string, options?: ViewsDeleteOptionalParams): Promise<void>;
|
4104
|
-
/**
|
4105
|
-
* Gets the view for the defined scope by view name.
|
4106
|
-
* @param scope The scope associated with view operations. This includes
|
4107
|
-
* 'subscriptions/{subscriptionId}' for subscription scope,
|
4108
|
-
* 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,
|
4109
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope,
|
4110
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for
|
4111
|
-
* Department scope,
|
4112
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
|
4113
|
-
* for EnrollmentAccount scope,
|
4114
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
|
4115
|
-
* for BillingProfile scope,
|
4116
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}'
|
4117
|
-
* for InvoiceSection scope, 'providers/Microsoft.Management/managementGroups/{managementGroupId}' for
|
4118
|
-
* Management Group scope,
|
4119
|
-
* 'providers/Microsoft.CostManagement/externalBillingAccounts/{externalBillingAccountName}' for
|
4120
|
-
* External Billing Account scope and
|
4121
|
-
* 'providers/Microsoft.CostManagement/externalSubscriptions/{externalSubscriptionName}' for External
|
4122
|
-
* Subscription scope.
|
4123
|
-
* @param viewName View name
|
4124
|
-
* @param options The options parameters.
|
4125
|
-
*/
|
4126
|
-
getByScope(scope: string, viewName: string, options?: ViewsGetByScopeOptionalParams): Promise<ViewsGetByScopeResponse>;
|
4127
|
-
/**
|
4128
|
-
* The operation to create or update a view. Update operation requires latest eTag to be set in the
|
4129
|
-
* request. You may obtain the latest eTag by performing a get operation. Create operation does not
|
4130
|
-
* require eTag.
|
4131
|
-
* @param scope The scope associated with view operations. This includes
|
4132
|
-
* 'subscriptions/{subscriptionId}' for subscription scope,
|
4133
|
-
* 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,
|
4134
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope,
|
4135
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for
|
4136
|
-
* Department scope,
|
4137
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
|
4138
|
-
* for EnrollmentAccount scope,
|
4139
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
|
4140
|
-
* for BillingProfile scope,
|
4141
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}'
|
4142
|
-
* for InvoiceSection scope, 'providers/Microsoft.Management/managementGroups/{managementGroupId}' for
|
4143
|
-
* Management Group scope,
|
4144
|
-
* 'providers/Microsoft.CostManagement/externalBillingAccounts/{externalBillingAccountName}' for
|
4145
|
-
* External Billing Account scope and
|
4146
|
-
* 'providers/Microsoft.CostManagement/externalSubscriptions/{externalSubscriptionName}' for External
|
4147
|
-
* Subscription scope.
|
4148
|
-
* @param viewName View name
|
4149
|
-
* @param parameters Parameters supplied to the CreateOrUpdate View operation.
|
4150
|
-
* @param options The options parameters.
|
4151
|
-
*/
|
4152
|
-
createOrUpdateByScope(scope: string, viewName: string, parameters: View, options?: ViewsCreateOrUpdateByScopeOptionalParams): Promise<ViewsCreateOrUpdateByScopeResponse>;
|
4153
|
-
/**
|
4154
|
-
* The operation to delete a view.
|
4155
|
-
* @param scope The scope associated with view operations. This includes
|
4156
|
-
* 'subscriptions/{subscriptionId}' for subscription scope,
|
4157
|
-
* 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,
|
4158
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope,
|
4159
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for
|
4160
|
-
* Department scope,
|
4161
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
|
4162
|
-
* for EnrollmentAccount scope,
|
4163
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
|
4164
|
-
* for BillingProfile scope,
|
4165
|
-
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}'
|
4166
|
-
* for InvoiceSection scope, 'providers/Microsoft.Management/managementGroups/{managementGroupId}' for
|
4167
|
-
* Management Group scope,
|
4168
|
-
* 'providers/Microsoft.CostManagement/externalBillingAccounts/{externalBillingAccountName}' for
|
4169
|
-
* External Billing Account scope and
|
4170
|
-
* 'providers/Microsoft.CostManagement/externalSubscriptions/{externalSubscriptionName}' for External
|
4171
|
-
* Subscription scope.
|
4172
|
-
* @param viewName View name
|
4173
|
-
* @param options The options parameters.
|
4174
|
-
*/
|
4175
|
-
deleteByScope(scope: string, viewName: string, options?: ViewsDeleteByScopeOptionalParams): Promise<void>;
|
4176
|
-
}
|
4177
|
-
|
4178
|
-
/** Optional parameters. */
|
4179
|
-
export declare interface ViewsCreateOrUpdateByScopeOptionalParams extends coreClient.OperationOptions {
|
4180
|
-
}
|
4181
|
-
|
4182
|
-
/** Contains response data for the createOrUpdateByScope operation. */
|
4183
|
-
export declare type ViewsCreateOrUpdateByScopeResponse = View;
|
4184
|
-
|
4185
|
-
/** Optional parameters. */
|
4186
|
-
export declare interface ViewsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
4187
|
-
}
|
4188
|
-
|
4189
|
-
/** Contains response data for the createOrUpdate operation. */
|
4190
|
-
export declare type ViewsCreateOrUpdateResponse = View;
|
4191
|
-
|
4192
|
-
/** Optional parameters. */
|
4193
|
-
export declare interface ViewsDeleteByScopeOptionalParams extends coreClient.OperationOptions {
|
4194
|
-
}
|
4195
|
-
|
4196
|
-
/** Optional parameters. */
|
4197
|
-
export declare interface ViewsDeleteOptionalParams extends coreClient.OperationOptions {
|
4198
|
-
}
|
4199
|
-
|
4200
|
-
/** Optional parameters. */
|
4201
|
-
export declare interface ViewsGetByScopeOptionalParams extends coreClient.OperationOptions {
|
4202
|
-
}
|
4203
|
-
|
4204
|
-
/** Contains response data for the getByScope operation. */
|
4205
|
-
export declare type ViewsGetByScopeResponse = View;
|
4206
|
-
|
4207
|
-
/** Optional parameters. */
|
4208
|
-
export declare interface ViewsGetOptionalParams extends coreClient.OperationOptions {
|
4209
|
-
}
|
4210
|
-
|
4211
|
-
/** Contains response data for the get operation. */
|
4212
|
-
export declare type ViewsGetResponse = View;
|
4213
|
-
|
4214
|
-
/** Optional parameters. */
|
4215
|
-
export declare interface ViewsListByScopeNextOptionalParams extends coreClient.OperationOptions {
|
4216
|
-
}
|
4217
|
-
|
4218
|
-
/** Contains response data for the listByScopeNext operation. */
|
4219
|
-
export declare type ViewsListByScopeNextResponse = ViewListResult;
|
4220
|
-
|
4221
|
-
/** Optional parameters. */
|
4222
|
-
export declare interface ViewsListByScopeOptionalParams extends coreClient.OperationOptions {
|
4223
|
-
}
|
4224
|
-
|
4225
|
-
/** Contains response data for the listByScope operation. */
|
4226
|
-
export declare type ViewsListByScopeResponse = ViewListResult;
|
4227
|
-
|
4228
|
-
/** Optional parameters. */
|
4229
|
-
export declare interface ViewsListNextOptionalParams extends coreClient.OperationOptions {
|
4230
|
-
}
|
4231
|
-
|
4232
|
-
/** Contains response data for the listNext operation. */
|
4233
|
-
export declare type ViewsListNextResponse = ViewListResult;
|
4234
|
-
|
4235
|
-
/** Optional parameters. */
|
4236
|
-
export declare interface ViewsListOptionalParams extends coreClient.OperationOptions {
|
4237
|
-
}
|
4238
|
-
|
4239
|
-
/** Contains response data for the list operation. */
|
4240
|
-
export declare type ViewsListResponse = ViewListResult;
|
4241
|
-
|
4242
|
-
/**
|
4243
|
-
* Defines values for WeeksOfMonth. \
|
4244
|
-
* {@link KnownWeeksOfMonth} can be used interchangeably with WeeksOfMonth,
|
4245
|
-
* this enum contains the known values that the service supports.
|
4246
|
-
* ### Known values supported by the service
|
4247
|
-
* **First** \
|
4248
|
-
* **Second** \
|
4249
|
-
* **Third** \
|
4250
|
-
* **Fourth** \
|
4251
|
-
* **Last**
|
4252
|
-
*/
|
4253
|
-
export declare type WeeksOfMonth = string;
|
4254
|
-
|
4255
|
-
export { }
|