@azure/arm-consumption 9.2.1-alpha.20250110.1 → 9.2.1-alpha.20250114.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/dist/browser/consumptionManagementClient.d.ts +36 -0
- package/dist/browser/consumptionManagementClient.d.ts.map +1 -0
- package/dist/browser/consumptionManagementClient.js +113 -0
- package/dist/browser/consumptionManagementClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.js +333 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/aggregatedCost.d.ts +28 -0
- package/dist/browser/operations/aggregatedCost.d.ts.map +1 -0
- package/dist/browser/operations/aggregatedCost.js +78 -0
- package/dist/browser/operations/aggregatedCost.js.map +1 -0
- package/dist/browser/operations/balances.d.ts +28 -0
- package/dist/browser/operations/balances.d.ts.map +1 -0
- package/dist/browser/operations/balances.js +78 -0
- package/dist/browser/operations/balances.js.map +1 -0
- package/dist/browser/operations/budgets.d.ts +131 -0
- package/dist/browser/operations/budgets.d.ts.map +1 -0
- package/dist/browser/operations/budgets.js +289 -0
- package/dist/browser/operations/budgets.js.map +1 -0
- package/dist/browser/operations/charges.d.ts +34 -0
- package/dist/browser/operations/charges.d.ts.map +1 -0
- package/dist/browser/operations/charges.js +68 -0
- package/dist/browser/operations/charges.js.map +1 -0
- package/dist/browser/operations/credits.d.ts +20 -0
- package/dist/browser/operations/credits.d.ts.map +1 -0
- package/dist/browser/operations/credits.js +53 -0
- package/dist/browser/operations/credits.js.map +1 -0
- package/dist/browser/operations/eventsOperations.d.ts +67 -0
- package/dist/browser/operations/eventsOperations.d.ts.map +1 -0
- package/dist/browser/operations/eventsOperations.js +274 -0
- package/dist/browser/operations/eventsOperations.js.map +1 -0
- package/dist/browser/operations/index.d.ts +18 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +25 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/lotsOperations.d.ts +67 -0
- package/dist/browser/operations/lotsOperations.d.ts.map +1 -0
- package/dist/browser/operations/lotsOperations.js +270 -0
- package/dist/browser/operations/lotsOperations.js.map +1 -0
- package/dist/browser/operations/marketplaces.d.ts +67 -0
- package/dist/browser/operations/marketplaces.d.ts.map +1 -0
- package/dist/browser/operations/marketplaces.js +173 -0
- package/dist/browser/operations/marketplaces.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 +26 -0
- package/dist/browser/operations/priceSheet.d.ts.map +1 -0
- package/dist/browser/operations/priceSheet.js +86 -0
- package/dist/browser/operations/priceSheet.js.map +1 -0
- package/dist/browser/operations/reservationRecommendationDetails.d.ts +29 -0
- package/dist/browser/operations/reservationRecommendationDetails.d.ts.map +1 -0
- package/dist/browser/operations/reservationRecommendationDetails.js +64 -0
- package/dist/browser/operations/reservationRecommendationDetails.js.map +1 -0
- package/dist/browser/operations/reservationRecommendations.d.ts +50 -0
- package/dist/browser/operations/reservationRecommendations.d.ts.map +1 -0
- package/dist/browser/operations/reservationRecommendations.js +153 -0
- package/dist/browser/operations/reservationRecommendations.js.map +1 -0
- package/dist/browser/operations/reservationTransactions.d.ts +59 -0
- package/dist/browser/operations/reservationTransactions.d.ts.map +1 -0
- package/dist/browser/operations/reservationTransactions.js +262 -0
- package/dist/browser/operations/reservationTransactions.js.map +1 -0
- package/dist/browser/operations/reservationsDetails.d.ts +101 -0
- package/dist/browser/operations/reservationsDetails.d.ts.map +1 -0
- package/dist/browser/operations/reservationsDetails.js +400 -0
- package/dist/browser/operations/reservationsDetails.js.map +1 -0
- package/dist/browser/operations/reservationsSummaries.d.ts +99 -0
- package/dist/browser/operations/reservationsSummaries.d.ts.map +1 -0
- package/dist/browser/operations/reservationsSummaries.js +399 -0
- package/dist/browser/operations/reservationsSummaries.js.map +1 -0
- package/dist/browser/operations/tags.d.ts +27 -0
- package/dist/browser/operations/tags.d.ts.map +1 -0
- package/dist/browser/operations/tags.js +56 -0
- package/dist/browser/operations/tags.js.map +1 -0
- package/dist/browser/operations/usageDetails.d.ts +91 -0
- package/dist/browser/operations/usageDetails.d.ts.map +1 -0
- package/dist/browser/operations/usageDetails.js +199 -0
- package/dist/browser/operations/usageDetails.js.map +1 -0
- package/dist/browser/operationsInterfaces/aggregatedCost.d.ts +20 -0
- package/dist/browser/operationsInterfaces/aggregatedCost.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/aggregatedCost.js.map +1 -0
- package/dist/browser/operationsInterfaces/balances.d.ts +20 -0
- package/dist/browser/operationsInterfaces/balances.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/balances.js.map +1 -0
- package/dist/browser/operationsInterfaces/budgets.d.ts +84 -0
- package/dist/browser/operationsInterfaces/budgets.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/budgets.js.map +1 -0
- package/dist/browser/operationsInterfaces/charges.d.ts +26 -0
- package/dist/browser/operationsInterfaces/charges.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/charges.js.map +1 -0
- package/dist/browser/operationsInterfaces/credits.d.ts +12 -0
- package/dist/browser/operationsInterfaces/credits.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/credits.js.map +1 -0
- package/dist/browser/operationsInterfaces/eventsOperations.d.ts +23 -0
- package/dist/browser/operationsInterfaces/eventsOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/eventsOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +18 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +25 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/lotsOperations.d.ts +23 -0
- package/dist/browser/operationsInterfaces/lotsOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/lotsOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/marketplaces.d.ts +23 -0
- package/dist/browser/operationsInterfaces/marketplaces.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/marketplaces.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 +18 -0
- package/dist/browser/operationsInterfaces/priceSheet.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/priceSheet.js.map +1 -0
- package/dist/browser/operationsInterfaces/reservationRecommendationDetails.d.ts +21 -0
- package/dist/browser/operationsInterfaces/reservationRecommendationDetails.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/reservationRecommendationDetails.js.map +1 -0
- package/dist/browser/operationsInterfaces/reservationRecommendations.d.ts +17 -0
- package/dist/browser/operationsInterfaces/reservationRecommendations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/reservationRecommendations.js.map +1 -0
- package/dist/browser/operationsInterfaces/reservationTransactions.d.ts +19 -0
- package/dist/browser/operationsInterfaces/reservationTransactions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/reservationTransactions.js.map +1 -0
- package/dist/browser/operationsInterfaces/reservationsDetails.d.ts +33 -0
- package/dist/browser/operationsInterfaces/reservationsDetails.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/reservationsDetails.js.map +1 -0
- package/dist/browser/operationsInterfaces/reservationsSummaries.d.ts +32 -0
- package/dist/browser/operationsInterfaces/reservationsSummaries.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/reservationsSummaries.js.map +1 -0
- package/dist/browser/operationsInterfaces/tags.d.ts +19 -0
- package/dist/browser/operationsInterfaces/tags.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/tags.js.map +1 -0
- package/dist/browser/operationsInterfaces/usageDetails.d.ts +31 -0
- package/dist/browser/operationsInterfaces/usageDetails.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/usageDetails.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/consumptionManagementClient.d.ts +36 -0
- package/dist/commonjs/consumptionManagementClient.d.ts.map +1 -0
- package/dist/commonjs/consumptionManagementClient.js +118 -0
- package/dist/commonjs/consumptionManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +3404 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +235 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +88 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +4017 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +35 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +336 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/aggregatedCost.d.ts +28 -0
- package/dist/commonjs/operations/aggregatedCost.d.ts.map +1 -0
- package/dist/commonjs/operations/aggregatedCost.js +83 -0
- package/dist/commonjs/operations/aggregatedCost.js.map +1 -0
- package/dist/commonjs/operations/balances.d.ts +28 -0
- package/dist/commonjs/operations/balances.d.ts.map +1 -0
- package/dist/commonjs/operations/balances.js +83 -0
- package/dist/commonjs/operations/balances.js.map +1 -0
- package/dist/commonjs/operations/budgets.d.ts +131 -0
- package/dist/commonjs/operations/budgets.d.ts.map +1 -0
- package/dist/commonjs/operations/budgets.js +293 -0
- package/dist/commonjs/operations/budgets.js.map +1 -0
- package/dist/commonjs/operations/charges.d.ts +34 -0
- package/dist/commonjs/operations/charges.d.ts.map +1 -0
- package/dist/commonjs/operations/charges.js +73 -0
- package/dist/commonjs/operations/charges.js.map +1 -0
- package/dist/commonjs/operations/credits.d.ts +20 -0
- package/dist/commonjs/operations/credits.d.ts.map +1 -0
- package/dist/commonjs/operations/credits.js +58 -0
- package/dist/commonjs/operations/credits.js.map +1 -0
- package/dist/commonjs/operations/eventsOperations.d.ts +67 -0
- package/dist/commonjs/operations/eventsOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/eventsOperations.js +278 -0
- package/dist/commonjs/operations/eventsOperations.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +18 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +28 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/lotsOperations.d.ts +67 -0
- package/dist/commonjs/operations/lotsOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/lotsOperations.js +274 -0
- package/dist/commonjs/operations/lotsOperations.js.map +1 -0
- package/dist/commonjs/operations/marketplaces.d.ts +67 -0
- package/dist/commonjs/operations/marketplaces.d.ts.map +1 -0
- package/dist/commonjs/operations/marketplaces.js +177 -0
- package/dist/commonjs/operations/marketplaces.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 +26 -0
- package/dist/commonjs/operations/priceSheet.d.ts.map +1 -0
- package/dist/commonjs/operations/priceSheet.js +91 -0
- package/dist/commonjs/operations/priceSheet.js.map +1 -0
- package/dist/commonjs/operations/reservationRecommendationDetails.d.ts +29 -0
- package/dist/commonjs/operations/reservationRecommendationDetails.d.ts.map +1 -0
- package/dist/commonjs/operations/reservationRecommendationDetails.js +69 -0
- package/dist/commonjs/operations/reservationRecommendationDetails.js.map +1 -0
- package/dist/commonjs/operations/reservationRecommendations.d.ts +50 -0
- package/dist/commonjs/operations/reservationRecommendations.d.ts.map +1 -0
- package/dist/commonjs/operations/reservationRecommendations.js +157 -0
- package/dist/commonjs/operations/reservationRecommendations.js.map +1 -0
- package/dist/commonjs/operations/reservationTransactions.d.ts +59 -0
- package/dist/commonjs/operations/reservationTransactions.d.ts.map +1 -0
- package/dist/commonjs/operations/reservationTransactions.js +266 -0
- package/dist/commonjs/operations/reservationTransactions.js.map +1 -0
- package/dist/commonjs/operations/reservationsDetails.d.ts +101 -0
- package/dist/commonjs/operations/reservationsDetails.d.ts.map +1 -0
- package/dist/commonjs/operations/reservationsDetails.js +404 -0
- package/dist/commonjs/operations/reservationsDetails.js.map +1 -0
- package/dist/commonjs/operations/reservationsSummaries.d.ts +99 -0
- package/dist/commonjs/operations/reservationsSummaries.d.ts.map +1 -0
- package/dist/commonjs/operations/reservationsSummaries.js +403 -0
- package/dist/commonjs/operations/reservationsSummaries.js.map +1 -0
- package/dist/commonjs/operations/tags.d.ts +27 -0
- package/dist/commonjs/operations/tags.d.ts.map +1 -0
- package/dist/commonjs/operations/tags.js +61 -0
- package/dist/commonjs/operations/tags.js.map +1 -0
- package/dist/commonjs/operations/usageDetails.d.ts +91 -0
- package/dist/commonjs/operations/usageDetails.d.ts.map +1 -0
- package/dist/commonjs/operations/usageDetails.js +203 -0
- package/dist/commonjs/operations/usageDetails.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/aggregatedCost.d.ts +20 -0
- package/dist/commonjs/operationsInterfaces/aggregatedCost.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/aggregatedCost.js +10 -0
- package/dist/commonjs/operationsInterfaces/aggregatedCost.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/balances.d.ts +20 -0
- package/dist/commonjs/operationsInterfaces/balances.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/balances.js +10 -0
- package/dist/commonjs/operationsInterfaces/balances.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/budgets.d.ts +84 -0
- package/dist/commonjs/operationsInterfaces/budgets.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/budgets.js +10 -0
- package/dist/commonjs/operationsInterfaces/budgets.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/charges.d.ts +26 -0
- package/dist/commonjs/operationsInterfaces/charges.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/charges.js +10 -0
- package/dist/commonjs/operationsInterfaces/charges.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/credits.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/credits.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/credits.js +10 -0
- package/dist/commonjs/operationsInterfaces/credits.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/eventsOperations.d.ts +23 -0
- package/dist/commonjs/operationsInterfaces/eventsOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/eventsOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/eventsOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +18 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +28 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/lotsOperations.d.ts +23 -0
- package/dist/commonjs/operationsInterfaces/lotsOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/lotsOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/lotsOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/marketplaces.d.ts +23 -0
- package/dist/commonjs/operationsInterfaces/marketplaces.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/marketplaces.js +10 -0
- package/dist/commonjs/operationsInterfaces/marketplaces.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 +18 -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/reservationRecommendationDetails.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/reservationRecommendationDetails.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/reservationRecommendationDetails.js +10 -0
- package/dist/commonjs/operationsInterfaces/reservationRecommendationDetails.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/reservationRecommendations.d.ts +17 -0
- package/dist/commonjs/operationsInterfaces/reservationRecommendations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/reservationRecommendations.js +10 -0
- package/dist/commonjs/operationsInterfaces/reservationRecommendations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/reservationTransactions.d.ts +19 -0
- package/dist/commonjs/operationsInterfaces/reservationTransactions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/reservationTransactions.js +10 -0
- package/dist/commonjs/operationsInterfaces/reservationTransactions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/reservationsDetails.d.ts +33 -0
- package/dist/commonjs/operationsInterfaces/reservationsDetails.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/reservationsDetails.js +10 -0
- package/dist/commonjs/operationsInterfaces/reservationsDetails.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/reservationsSummaries.d.ts +32 -0
- package/dist/commonjs/operationsInterfaces/reservationsSummaries.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/reservationsSummaries.js +10 -0
- package/dist/commonjs/operationsInterfaces/reservationsSummaries.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/tags.d.ts +19 -0
- package/dist/commonjs/operationsInterfaces/tags.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/tags.js +10 -0
- package/dist/commonjs/operationsInterfaces/tags.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/usageDetails.d.ts +31 -0
- package/dist/commonjs/operationsInterfaces/usageDetails.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/usageDetails.js +10 -0
- package/dist/commonjs/operationsInterfaces/usageDetails.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/consumptionManagementClient.d.ts +36 -0
- package/dist/esm/consumptionManagementClient.d.ts.map +1 -0
- package/dist/esm/consumptionManagementClient.js +113 -0
- package/dist/esm/consumptionManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/models/index.d.ts +3404 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +232 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +88 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +4013 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +35 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +333 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/aggregatedCost.d.ts +28 -0
- package/dist/esm/operations/aggregatedCost.d.ts.map +1 -0
- package/dist/esm/operations/aggregatedCost.js +78 -0
- package/dist/esm/operations/aggregatedCost.js.map +1 -0
- package/dist/esm/operations/balances.d.ts +28 -0
- package/dist/esm/operations/balances.d.ts.map +1 -0
- package/dist/esm/operations/balances.js +78 -0
- package/dist/esm/operations/balances.js.map +1 -0
- package/dist/esm/operations/budgets.d.ts +131 -0
- package/dist/esm/operations/budgets.d.ts.map +1 -0
- package/dist/esm/operations/budgets.js +289 -0
- package/dist/esm/operations/budgets.js.map +1 -0
- package/dist/esm/operations/charges.d.ts +34 -0
- package/dist/esm/operations/charges.d.ts.map +1 -0
- package/dist/esm/operations/charges.js +68 -0
- package/dist/esm/operations/charges.js.map +1 -0
- package/dist/esm/operations/credits.d.ts +20 -0
- package/dist/esm/operations/credits.d.ts.map +1 -0
- package/dist/esm/operations/credits.js +53 -0
- package/dist/esm/operations/credits.js.map +1 -0
- package/dist/esm/operations/eventsOperations.d.ts +67 -0
- package/dist/esm/operations/eventsOperations.d.ts.map +1 -0
- package/dist/esm/operations/eventsOperations.js +274 -0
- package/dist/esm/operations/eventsOperations.js.map +1 -0
- package/dist/esm/operations/index.d.ts +18 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +25 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/lotsOperations.d.ts +67 -0
- package/dist/esm/operations/lotsOperations.d.ts.map +1 -0
- package/dist/esm/operations/lotsOperations.js +270 -0
- package/dist/esm/operations/lotsOperations.js.map +1 -0
- package/dist/esm/operations/marketplaces.d.ts +67 -0
- package/dist/esm/operations/marketplaces.d.ts.map +1 -0
- package/dist/esm/operations/marketplaces.js +173 -0
- package/dist/esm/operations/marketplaces.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 +26 -0
- package/dist/esm/operations/priceSheet.d.ts.map +1 -0
- package/dist/esm/operations/priceSheet.js +86 -0
- package/dist/esm/operations/priceSheet.js.map +1 -0
- package/dist/esm/operations/reservationRecommendationDetails.d.ts +29 -0
- package/dist/esm/operations/reservationRecommendationDetails.d.ts.map +1 -0
- package/dist/esm/operations/reservationRecommendationDetails.js +64 -0
- package/dist/esm/operations/reservationRecommendationDetails.js.map +1 -0
- package/dist/esm/operations/reservationRecommendations.d.ts +50 -0
- package/dist/esm/operations/reservationRecommendations.d.ts.map +1 -0
- package/dist/esm/operations/reservationRecommendations.js +153 -0
- package/dist/esm/operations/reservationRecommendations.js.map +1 -0
- package/dist/esm/operations/reservationTransactions.d.ts +59 -0
- package/dist/esm/operations/reservationTransactions.d.ts.map +1 -0
- package/dist/esm/operations/reservationTransactions.js +262 -0
- package/dist/esm/operations/reservationTransactions.js.map +1 -0
- package/dist/esm/operations/reservationsDetails.d.ts +101 -0
- package/dist/esm/operations/reservationsDetails.d.ts.map +1 -0
- package/dist/esm/operations/reservationsDetails.js +400 -0
- package/dist/esm/operations/reservationsDetails.js.map +1 -0
- package/dist/esm/operations/reservationsSummaries.d.ts +99 -0
- package/dist/esm/operations/reservationsSummaries.d.ts.map +1 -0
- package/dist/esm/operations/reservationsSummaries.js +399 -0
- package/dist/esm/operations/reservationsSummaries.js.map +1 -0
- package/dist/esm/operations/tags.d.ts +27 -0
- package/dist/esm/operations/tags.d.ts.map +1 -0
- package/dist/esm/operations/tags.js +56 -0
- package/dist/esm/operations/tags.js.map +1 -0
- package/dist/esm/operations/usageDetails.d.ts +91 -0
- package/dist/esm/operations/usageDetails.d.ts.map +1 -0
- package/dist/esm/operations/usageDetails.js +199 -0
- package/dist/esm/operations/usageDetails.js.map +1 -0
- package/dist/esm/operationsInterfaces/aggregatedCost.d.ts +20 -0
- package/dist/esm/operationsInterfaces/aggregatedCost.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/aggregatedCost.js +9 -0
- package/dist/esm/operationsInterfaces/aggregatedCost.js.map +1 -0
- package/dist/esm/operationsInterfaces/balances.d.ts +20 -0
- package/dist/esm/operationsInterfaces/balances.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/balances.js +9 -0
- package/dist/esm/operationsInterfaces/balances.js.map +1 -0
- package/dist/esm/operationsInterfaces/budgets.d.ts +84 -0
- package/dist/esm/operationsInterfaces/budgets.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/budgets.js +9 -0
- package/dist/esm/operationsInterfaces/budgets.js.map +1 -0
- package/dist/esm/operationsInterfaces/charges.d.ts +26 -0
- package/dist/esm/operationsInterfaces/charges.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/charges.js +9 -0
- package/dist/esm/operationsInterfaces/charges.js.map +1 -0
- package/dist/esm/operationsInterfaces/credits.d.ts +12 -0
- package/dist/esm/operationsInterfaces/credits.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/credits.js +9 -0
- package/dist/esm/operationsInterfaces/credits.js.map +1 -0
- package/dist/esm/operationsInterfaces/eventsOperations.d.ts +23 -0
- package/dist/esm/operationsInterfaces/eventsOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/eventsOperations.js +9 -0
- package/dist/esm/operationsInterfaces/eventsOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +18 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +25 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/lotsOperations.d.ts +23 -0
- package/dist/esm/operationsInterfaces/lotsOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/lotsOperations.js +9 -0
- package/dist/esm/operationsInterfaces/lotsOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/marketplaces.d.ts +23 -0
- package/dist/esm/operationsInterfaces/marketplaces.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/marketplaces.js +9 -0
- package/dist/esm/operationsInterfaces/marketplaces.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 +18 -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/reservationRecommendationDetails.d.ts +21 -0
- package/dist/esm/operationsInterfaces/reservationRecommendationDetails.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/reservationRecommendationDetails.js +9 -0
- package/dist/esm/operationsInterfaces/reservationRecommendationDetails.js.map +1 -0
- package/dist/esm/operationsInterfaces/reservationRecommendations.d.ts +17 -0
- package/dist/esm/operationsInterfaces/reservationRecommendations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/reservationRecommendations.js +9 -0
- package/dist/esm/operationsInterfaces/reservationRecommendations.js.map +1 -0
- package/dist/esm/operationsInterfaces/reservationTransactions.d.ts +19 -0
- package/dist/esm/operationsInterfaces/reservationTransactions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/reservationTransactions.js +9 -0
- package/dist/esm/operationsInterfaces/reservationTransactions.js.map +1 -0
- package/dist/esm/operationsInterfaces/reservationsDetails.d.ts +33 -0
- package/dist/esm/operationsInterfaces/reservationsDetails.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/reservationsDetails.js +9 -0
- package/dist/esm/operationsInterfaces/reservationsDetails.js.map +1 -0
- package/dist/esm/operationsInterfaces/reservationsSummaries.d.ts +32 -0
- package/dist/esm/operationsInterfaces/reservationsSummaries.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/reservationsSummaries.js +9 -0
- package/dist/esm/operationsInterfaces/reservationsSummaries.js.map +1 -0
- package/dist/esm/operationsInterfaces/tags.d.ts +19 -0
- package/dist/esm/operationsInterfaces/tags.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/tags.js +9 -0
- package/dist/esm/operationsInterfaces/tags.js.map +1 -0
- package/dist/esm/operationsInterfaces/usageDetails.d.ts +31 -0
- package/dist/esm/operationsInterfaces/usageDetails.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/usageDetails.js +9 -0
- package/dist/esm/operationsInterfaces/usageDetails.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/consumptionManagementClient.d.ts +36 -0
- package/dist/react-native/consumptionManagementClient.d.ts.map +1 -0
- package/dist/react-native/consumptionManagementClient.js +113 -0
- package/dist/react-native/consumptionManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/models/index.d.ts +3404 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +232 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +88 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +4013 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +35 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +333 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/aggregatedCost.d.ts +28 -0
- package/dist/react-native/operations/aggregatedCost.d.ts.map +1 -0
- package/dist/react-native/operations/aggregatedCost.js +78 -0
- package/dist/react-native/operations/aggregatedCost.js.map +1 -0
- package/dist/react-native/operations/balances.d.ts +28 -0
- package/dist/react-native/operations/balances.d.ts.map +1 -0
- package/dist/react-native/operations/balances.js +78 -0
- package/dist/react-native/operations/balances.js.map +1 -0
- package/dist/react-native/operations/budgets.d.ts +131 -0
- package/dist/react-native/operations/budgets.d.ts.map +1 -0
- package/dist/react-native/operations/budgets.js +289 -0
- package/dist/react-native/operations/budgets.js.map +1 -0
- package/dist/react-native/operations/charges.d.ts +34 -0
- package/dist/react-native/operations/charges.d.ts.map +1 -0
- package/dist/react-native/operations/charges.js +68 -0
- package/dist/react-native/operations/charges.js.map +1 -0
- package/dist/react-native/operations/credits.d.ts +20 -0
- package/dist/react-native/operations/credits.d.ts.map +1 -0
- package/dist/react-native/operations/credits.js +53 -0
- package/dist/react-native/operations/credits.js.map +1 -0
- package/dist/react-native/operations/eventsOperations.d.ts +67 -0
- package/dist/react-native/operations/eventsOperations.d.ts.map +1 -0
- package/dist/react-native/operations/eventsOperations.js +274 -0
- package/dist/react-native/operations/eventsOperations.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +18 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +25 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/lotsOperations.d.ts +67 -0
- package/dist/react-native/operations/lotsOperations.d.ts.map +1 -0
- package/dist/react-native/operations/lotsOperations.js +270 -0
- package/dist/react-native/operations/lotsOperations.js.map +1 -0
- package/dist/react-native/operations/marketplaces.d.ts +67 -0
- package/dist/react-native/operations/marketplaces.d.ts.map +1 -0
- package/dist/react-native/operations/marketplaces.js +173 -0
- package/dist/react-native/operations/marketplaces.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 +26 -0
- package/dist/react-native/operations/priceSheet.d.ts.map +1 -0
- package/dist/react-native/operations/priceSheet.js +86 -0
- package/dist/react-native/operations/priceSheet.js.map +1 -0
- package/dist/react-native/operations/reservationRecommendationDetails.d.ts +29 -0
- package/dist/react-native/operations/reservationRecommendationDetails.d.ts.map +1 -0
- package/dist/react-native/operations/reservationRecommendationDetails.js +64 -0
- package/dist/react-native/operations/reservationRecommendationDetails.js.map +1 -0
- package/dist/react-native/operations/reservationRecommendations.d.ts +50 -0
- package/dist/react-native/operations/reservationRecommendations.d.ts.map +1 -0
- package/dist/react-native/operations/reservationRecommendations.js +153 -0
- package/dist/react-native/operations/reservationRecommendations.js.map +1 -0
- package/dist/react-native/operations/reservationTransactions.d.ts +59 -0
- package/dist/react-native/operations/reservationTransactions.d.ts.map +1 -0
- package/dist/react-native/operations/reservationTransactions.js +262 -0
- package/dist/react-native/operations/reservationTransactions.js.map +1 -0
- package/dist/react-native/operations/reservationsDetails.d.ts +101 -0
- package/dist/react-native/operations/reservationsDetails.d.ts.map +1 -0
- package/dist/react-native/operations/reservationsDetails.js +400 -0
- package/dist/react-native/operations/reservationsDetails.js.map +1 -0
- package/dist/react-native/operations/reservationsSummaries.d.ts +99 -0
- package/dist/react-native/operations/reservationsSummaries.d.ts.map +1 -0
- package/dist/react-native/operations/reservationsSummaries.js +399 -0
- package/dist/react-native/operations/reservationsSummaries.js.map +1 -0
- package/dist/react-native/operations/tags.d.ts +27 -0
- package/dist/react-native/operations/tags.d.ts.map +1 -0
- package/dist/react-native/operations/tags.js +56 -0
- package/dist/react-native/operations/tags.js.map +1 -0
- package/dist/react-native/operations/usageDetails.d.ts +91 -0
- package/dist/react-native/operations/usageDetails.d.ts.map +1 -0
- package/dist/react-native/operations/usageDetails.js +199 -0
- package/dist/react-native/operations/usageDetails.js.map +1 -0
- package/dist/react-native/operationsInterfaces/aggregatedCost.d.ts +20 -0
- package/dist/react-native/operationsInterfaces/aggregatedCost.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/aggregatedCost.js +9 -0
- package/dist/react-native/operationsInterfaces/aggregatedCost.js.map +1 -0
- package/dist/react-native/operationsInterfaces/balances.d.ts +20 -0
- package/dist/react-native/operationsInterfaces/balances.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/balances.js +9 -0
- package/dist/react-native/operationsInterfaces/balances.js.map +1 -0
- package/dist/react-native/operationsInterfaces/budgets.d.ts +84 -0
- package/dist/react-native/operationsInterfaces/budgets.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/budgets.js +9 -0
- package/dist/react-native/operationsInterfaces/budgets.js.map +1 -0
- package/dist/react-native/operationsInterfaces/charges.d.ts +26 -0
- package/dist/react-native/operationsInterfaces/charges.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/charges.js +9 -0
- package/dist/react-native/operationsInterfaces/charges.js.map +1 -0
- package/dist/react-native/operationsInterfaces/credits.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/credits.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/credits.js +9 -0
- package/dist/react-native/operationsInterfaces/credits.js.map +1 -0
- package/dist/react-native/operationsInterfaces/eventsOperations.d.ts +23 -0
- package/dist/react-native/operationsInterfaces/eventsOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/eventsOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/eventsOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +18 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +25 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/lotsOperations.d.ts +23 -0
- package/dist/react-native/operationsInterfaces/lotsOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/lotsOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/lotsOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/marketplaces.d.ts +23 -0
- package/dist/react-native/operationsInterfaces/marketplaces.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/marketplaces.js +9 -0
- package/dist/react-native/operationsInterfaces/marketplaces.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 +18 -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/reservationRecommendationDetails.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/reservationRecommendationDetails.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/reservationRecommendationDetails.js +9 -0
- package/dist/react-native/operationsInterfaces/reservationRecommendationDetails.js.map +1 -0
- package/dist/react-native/operationsInterfaces/reservationRecommendations.d.ts +17 -0
- package/dist/react-native/operationsInterfaces/reservationRecommendations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/reservationRecommendations.js +9 -0
- package/dist/react-native/operationsInterfaces/reservationRecommendations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/reservationTransactions.d.ts +19 -0
- package/dist/react-native/operationsInterfaces/reservationTransactions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/reservationTransactions.js +9 -0
- package/dist/react-native/operationsInterfaces/reservationTransactions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/reservationsDetails.d.ts +33 -0
- package/dist/react-native/operationsInterfaces/reservationsDetails.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/reservationsDetails.js +9 -0
- package/dist/react-native/operationsInterfaces/reservationsDetails.js.map +1 -0
- package/dist/react-native/operationsInterfaces/reservationsSummaries.d.ts +32 -0
- package/dist/react-native/operationsInterfaces/reservationsSummaries.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/reservationsSummaries.js +9 -0
- package/dist/react-native/operationsInterfaces/reservationsSummaries.js.map +1 -0
- package/dist/react-native/operationsInterfaces/tags.d.ts +19 -0
- package/dist/react-native/operationsInterfaces/tags.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/tags.js +9 -0
- package/dist/react-native/operationsInterfaces/tags.js.map +1 -0
- package/dist/react-native/operationsInterfaces/usageDetails.d.ts +31 -0
- package/dist/react-native/operationsInterfaces/usageDetails.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/usageDetails.js +9 -0
- package/dist/react-native/operationsInterfaces/usageDetails.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 +58 -28
- package/dist/index.js +0 -7793
- 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/aggregatedCostGetByManagementGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/aggregatedCostGetByManagementGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/aggregatedCostGetByManagementGroupSample.js +0 -58
- package/dist-esm/samples-dev/aggregatedCostGetByManagementGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/aggregatedCostGetForBillingPeriodByManagementGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/aggregatedCostGetForBillingPeriodByManagementGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/aggregatedCostGetForBillingPeriodByManagementGroupSample.js +0 -39
- package/dist-esm/samples-dev/aggregatedCostGetForBillingPeriodByManagementGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/balancesGetByBillingAccountSample.d.ts +0 -2
- package/dist-esm/samples-dev/balancesGetByBillingAccountSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/balancesGetByBillingAccountSample.js +0 -38
- package/dist-esm/samples-dev/balancesGetByBillingAccountSample.js.map +0 -1
- package/dist-esm/samples-dev/balancesGetForBillingPeriodByBillingAccountSample.d.ts +0 -2
- package/dist-esm/samples-dev/balancesGetForBillingPeriodByBillingAccountSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/balancesGetForBillingPeriodByBillingAccountSample.js +0 -39
- package/dist-esm/samples-dev/balancesGetForBillingPeriodByBillingAccountSample.js.map +0 -1
- package/dist-esm/samples-dev/budgetsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/budgetsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/budgetsCreateOrUpdateSample.js +0 -85
- package/dist-esm/samples-dev/budgetsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/budgetsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/budgetsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/budgetsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/budgetsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/budgetsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/budgetsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/budgetsGetSample.js +0 -39
- package/dist-esm/samples-dev/budgetsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/budgetsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/budgetsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/budgetsListSample.js +0 -54
- package/dist-esm/samples-dev/budgetsListSample.js.map +0 -1
- package/dist-esm/samples-dev/chargesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/chargesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/chargesListSample.js +0 -278
- package/dist-esm/samples-dev/chargesListSample.js.map +0 -1
- package/dist-esm/samples-dev/creditsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/creditsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/creditsGetSample.js +0 -39
- package/dist-esm/samples-dev/creditsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/eventsListByBillingAccountSample.d.ts +0 -2
- package/dist-esm/samples-dev/eventsListByBillingAccountSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/eventsListByBillingAccountSample.js +0 -90
- package/dist-esm/samples-dev/eventsListByBillingAccountSample.js.map +0 -1
- package/dist-esm/samples-dev/eventsListByBillingProfileSample.d.ts +0 -2
- package/dist-esm/samples-dev/eventsListByBillingProfileSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/eventsListByBillingProfileSample.js +0 -57
- package/dist-esm/samples-dev/eventsListByBillingProfileSample.js.map +0 -1
- package/dist-esm/samples-dev/lotsListByBillingAccountSample.d.ts +0 -2
- package/dist-esm/samples-dev/lotsListByBillingAccountSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/lotsListByBillingAccountSample.js +0 -90
- package/dist-esm/samples-dev/lotsListByBillingAccountSample.js.map +0 -1
- package/dist-esm/samples-dev/lotsListByBillingProfileSample.d.ts +0 -2
- package/dist-esm/samples-dev/lotsListByBillingProfileSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/lotsListByBillingProfileSample.js +0 -55
- package/dist-esm/samples-dev/lotsListByBillingProfileSample.js.map +0 -1
- package/dist-esm/samples-dev/marketplacesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/marketplacesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/marketplacesListSample.js +0 -360
- package/dist-esm/samples-dev/marketplacesListSample.js.map +0 -1
- package/dist-esm/samples-dev/priceSheetGetByBillingPeriodSample.d.ts +0 -2
- package/dist-esm/samples-dev/priceSheetGetByBillingPeriodSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/priceSheetGetByBillingPeriodSample.js +0 -58
- package/dist-esm/samples-dev/priceSheetGetByBillingPeriodSample.js.map +0 -1
- package/dist-esm/samples-dev/priceSheetGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/priceSheetGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/priceSheetGetSample.js +0 -37
- package/dist-esm/samples-dev/priceSheetGetSample.js.map +0 -1
- package/dist-esm/samples-dev/reservationRecommendationDetailsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/reservationRecommendationDetailsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/reservationRecommendationDetailsGetSample.js +0 -108
- package/dist-esm/samples-dev/reservationRecommendationDetailsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/reservationRecommendationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/reservationRecommendationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/reservationRecommendationsListSample.js +0 -192
- package/dist-esm/samples-dev/reservationRecommendationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/reservationTransactionsListByBillingProfileSample.d.ts +0 -2
- package/dist-esm/samples-dev/reservationTransactionsListByBillingProfileSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/reservationTransactionsListByBillingProfileSample.js +0 -59
- package/dist-esm/samples-dev/reservationTransactionsListByBillingProfileSample.js.map +0 -1
- package/dist-esm/samples-dev/reservationTransactionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/reservationTransactionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/reservationTransactionsListSample.js +0 -56
- package/dist-esm/samples-dev/reservationTransactionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/reservationsDetailsListByReservationOrderAndReservationSample.d.ts +0 -2
- package/dist-esm/samples-dev/reservationsDetailsListByReservationOrderAndReservationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/reservationsDetailsListByReservationOrderAndReservationSample.js +0 -56
- package/dist-esm/samples-dev/reservationsDetailsListByReservationOrderAndReservationSample.js.map +0 -1
- package/dist-esm/samples-dev/reservationsDetailsListByReservationOrderSample.d.ts +0 -2
- package/dist-esm/samples-dev/reservationsDetailsListByReservationOrderSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/reservationsDetailsListByReservationOrderSample.js +0 -55
- package/dist-esm/samples-dev/reservationsDetailsListByReservationOrderSample.js.map +0 -1
- package/dist-esm/samples-dev/reservationsDetailsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/reservationsDetailsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/reservationsDetailsListSample.js +0 -137
- package/dist-esm/samples-dev/reservationsDetailsListSample.js.map +0 -1
- package/dist-esm/samples-dev/reservationsSummariesListByReservationOrderAndReservationSample.d.ts +0 -2
- package/dist-esm/samples-dev/reservationsSummariesListByReservationOrderAndReservationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/reservationsSummariesListByReservationOrderAndReservationSample.js +0 -96
- package/dist-esm/samples-dev/reservationsSummariesListByReservationOrderAndReservationSample.js.map +0 -1
- package/dist-esm/samples-dev/reservationsSummariesListByReservationOrderSample.d.ts +0 -2
- package/dist-esm/samples-dev/reservationsSummariesListByReservationOrderSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/reservationsSummariesListByReservationOrderSample.js +0 -94
- package/dist-esm/samples-dev/reservationsSummariesListByReservationOrderSample.js.map +0 -1
- package/dist-esm/samples-dev/reservationsSummariesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/reservationsSummariesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/reservationsSummariesListSample.js +0 -209
- package/dist-esm/samples-dev/reservationsSummariesListSample.js.map +0 -1
- package/dist-esm/samples-dev/tagsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/tagsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tagsGetSample.js +0 -38
- package/dist-esm/samples-dev/tagsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/usageDetailsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/usageDetailsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/usageDetailsListSample.js +0 -678
- package/dist-esm/samples-dev/usageDetailsListSample.js.map +0 -1
- package/dist-esm/src/consumptionManagementClient.d.ts +0 -36
- package/dist-esm/src/consumptionManagementClient.d.ts.map +0 -1
- package/dist-esm/src/consumptionManagementClient.js +0 -116
- package/dist-esm/src/consumptionManagementClient.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/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -333
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/aggregatedCost.d.ts +0 -28
- package/dist-esm/src/operations/aggregatedCost.d.ts.map +0 -1
- package/dist-esm/src/operations/aggregatedCost.js +0 -78
- package/dist-esm/src/operations/aggregatedCost.js.map +0 -1
- package/dist-esm/src/operations/balances.d.ts +0 -28
- package/dist-esm/src/operations/balances.d.ts.map +0 -1
- package/dist-esm/src/operations/balances.js +0 -78
- package/dist-esm/src/operations/balances.js.map +0 -1
- package/dist-esm/src/operations/budgets.d.ts +0 -131
- package/dist-esm/src/operations/budgets.d.ts.map +0 -1
- package/dist-esm/src/operations/budgets.js +0 -289
- package/dist-esm/src/operations/budgets.js.map +0 -1
- package/dist-esm/src/operations/charges.d.ts +0 -34
- package/dist-esm/src/operations/charges.d.ts.map +0 -1
- package/dist-esm/src/operations/charges.js +0 -68
- package/dist-esm/src/operations/charges.js.map +0 -1
- package/dist-esm/src/operations/credits.d.ts +0 -20
- package/dist-esm/src/operations/credits.d.ts.map +0 -1
- package/dist-esm/src/operations/credits.js +0 -53
- package/dist-esm/src/operations/credits.js.map +0 -1
- package/dist-esm/src/operations/eventsOperations.d.ts +0 -67
- package/dist-esm/src/operations/eventsOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/eventsOperations.js +0 -274
- package/dist-esm/src/operations/eventsOperations.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -18
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -25
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/lotsOperations.d.ts +0 -67
- package/dist-esm/src/operations/lotsOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/lotsOperations.js +0 -270
- package/dist-esm/src/operations/lotsOperations.js.map +0 -1
- package/dist-esm/src/operations/marketplaces.d.ts +0 -67
- package/dist-esm/src/operations/marketplaces.d.ts.map +0 -1
- package/dist-esm/src/operations/marketplaces.js +0 -173
- package/dist-esm/src/operations/marketplaces.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 -26
- package/dist-esm/src/operations/priceSheet.d.ts.map +0 -1
- package/dist-esm/src/operations/priceSheet.js +0 -86
- package/dist-esm/src/operations/priceSheet.js.map +0 -1
- package/dist-esm/src/operations/reservationRecommendationDetails.d.ts +0 -29
- package/dist-esm/src/operations/reservationRecommendationDetails.d.ts.map +0 -1
- package/dist-esm/src/operations/reservationRecommendationDetails.js +0 -64
- package/dist-esm/src/operations/reservationRecommendationDetails.js.map +0 -1
- package/dist-esm/src/operations/reservationRecommendations.d.ts +0 -50
- package/dist-esm/src/operations/reservationRecommendations.d.ts.map +0 -1
- package/dist-esm/src/operations/reservationRecommendations.js +0 -153
- package/dist-esm/src/operations/reservationRecommendations.js.map +0 -1
- package/dist-esm/src/operations/reservationTransactions.d.ts +0 -59
- package/dist-esm/src/operations/reservationTransactions.d.ts.map +0 -1
- package/dist-esm/src/operations/reservationTransactions.js +0 -262
- package/dist-esm/src/operations/reservationTransactions.js.map +0 -1
- package/dist-esm/src/operations/reservationsDetails.d.ts +0 -101
- package/dist-esm/src/operations/reservationsDetails.d.ts.map +0 -1
- package/dist-esm/src/operations/reservationsDetails.js +0 -400
- package/dist-esm/src/operations/reservationsDetails.js.map +0 -1
- package/dist-esm/src/operations/reservationsSummaries.d.ts +0 -99
- package/dist-esm/src/operations/reservationsSummaries.d.ts.map +0 -1
- package/dist-esm/src/operations/reservationsSummaries.js +0 -399
- package/dist-esm/src/operations/reservationsSummaries.js.map +0 -1
- package/dist-esm/src/operations/tags.d.ts +0 -27
- package/dist-esm/src/operations/tags.d.ts.map +0 -1
- package/dist-esm/src/operations/tags.js +0 -56
- package/dist-esm/src/operations/tags.js.map +0 -1
- package/dist-esm/src/operations/usageDetails.d.ts +0 -91
- package/dist-esm/src/operations/usageDetails.d.ts.map +0 -1
- package/dist-esm/src/operations/usageDetails.js +0 -199
- package/dist-esm/src/operations/usageDetails.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/aggregatedCost.d.ts +0 -20
- package/dist-esm/src/operationsInterfaces/aggregatedCost.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/aggregatedCost.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/balances.d.ts +0 -20
- package/dist-esm/src/operationsInterfaces/balances.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/balances.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/budgets.d.ts +0 -84
- package/dist-esm/src/operationsInterfaces/budgets.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/budgets.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/charges.d.ts +0 -26
- package/dist-esm/src/operationsInterfaces/charges.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/charges.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/credits.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/credits.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/credits.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/eventsOperations.d.ts +0 -23
- package/dist-esm/src/operationsInterfaces/eventsOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/eventsOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -18
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -25
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/lotsOperations.d.ts +0 -23
- package/dist-esm/src/operationsInterfaces/lotsOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/lotsOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/marketplaces.d.ts +0 -23
- package/dist-esm/src/operationsInterfaces/marketplaces.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/marketplaces.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 -18
- 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/reservationRecommendationDetails.d.ts +0 -21
- package/dist-esm/src/operationsInterfaces/reservationRecommendationDetails.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/reservationRecommendationDetails.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/reservationRecommendations.d.ts +0 -17
- package/dist-esm/src/operationsInterfaces/reservationRecommendations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/reservationRecommendations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/reservationTransactions.d.ts +0 -19
- package/dist-esm/src/operationsInterfaces/reservationTransactions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/reservationTransactions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/reservationsDetails.d.ts +0 -33
- package/dist-esm/src/operationsInterfaces/reservationsDetails.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/reservationsDetails.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/reservationsSummaries.d.ts +0 -32
- package/dist-esm/src/operationsInterfaces/reservationsSummaries.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/reservationsSummaries.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/tags.d.ts +0 -19
- package/dist-esm/src/operationsInterfaces/tags.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/tags.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/usageDetails.d.ts +0 -31
- package/dist-esm/src/operationsInterfaces/usageDetails.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/usageDetails.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/consumption_examples.d.ts +0 -4
- package/dist-esm/test/consumption_examples.d.ts.map +0 -1
- package/dist-esm/test/consumption_examples.js +0 -123
- package/dist-esm/test/consumption_examples.js.map +0 -1
- package/src/consumptionManagementClient.ts +0 -210
- package/src/index.ts +0 -13
- package/src/models/index.ts +0 -3642
- package/src/models/mappers.ts +0 -4505
- package/src/models/parameters.ts +0 -371
- package/src/operations/aggregatedCost.ts +0 -107
- package/src/operations/balances.ts +0 -107
- package/src/operations/budgets.ts +0 -343
- package/src/operations/charges.ts +0 -82
- package/src/operations/credits.ts +0 -69
- package/src/operations/eventsOperations.ts +0 -369
- package/src/operations/index.ts +0 -25
- package/src/operations/lotsOperations.ts +0 -349
- package/src/operations/marketplaces.ts +0 -197
- package/src/operations/operations.ts +0 -149
- package/src/operations/priceSheet.ts +0 -108
- package/src/operations/reservationRecommendationDetails.ts +0 -89
- package/src/operations/reservationRecommendations.ts +0 -178
- package/src/operations/reservationTransactions.ts +0 -335
- package/src/operations/reservationsDetails.ts +0 -518
- package/src/operations/reservationsSummaries.ts +0 -524
- package/src/operations/tags.ts +0 -70
- package/src/operations/usageDetails.ts +0 -223
- package/src/operationsInterfaces/aggregatedCost.ts +0 -40
- package/src/operationsInterfaces/balances.ts +0 -40
- package/src/operationsInterfaces/budgets.ts +0 -117
- package/src/operationsInterfaces/charges.ts +0 -37
- package/src/operationsInterfaces/credits.ts +0 -24
- package/src/operationsInterfaces/eventsOperations.ts +0 -45
- package/src/operationsInterfaces/index.ts +0 -25
- package/src/operationsInterfaces/lotsOperations.ts +0 -43
- package/src/operationsInterfaces/marketplaces.ts +0 -35
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/priceSheet.ts +0 -34
- package/src/operationsInterfaces/reservationRecommendationDetails.ts +0 -41
- package/src/operationsInterfaces/reservationRecommendations.ts +0 -32
- package/src/operationsInterfaces/reservationTransactions.ts +0 -40
- package/src/operationsInterfaces/reservationsDetails.ts +0 -59
- package/src/operationsInterfaces/reservationsSummaries.ts +0 -60
- package/src/operationsInterfaces/tags.ts +0 -27
- package/src/operationsInterfaces/usageDetails.ts +0 -43
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-consumption.d.ts +0 -4062
- package/types/tsdoc-metadata.json +0 -11
- /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/aggregatedCost.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/balances.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/budgets.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/charges.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/credits.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/eventsOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/lotsOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/marketplaces.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/reservationRecommendationDetails.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/reservationRecommendations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/reservationTransactions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/reservationsDetails.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/reservationsSummaries.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/tags.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/usageDetails.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
|
@@ -0,0 +1,3404 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
export type LegacyReservationRecommendationPropertiesUnion = LegacyReservationRecommendationProperties | LegacySingleScopeReservationRecommendationProperties | LegacySharedScopeReservationRecommendationProperties;
|
|
3
|
+
export type UsageDetailUnion = UsageDetail | LegacyUsageDetail | ModernUsageDetail;
|
|
4
|
+
export type ReservationRecommendationUnion = ReservationRecommendation | LegacyReservationRecommendation | ModernReservationRecommendation;
|
|
5
|
+
export type ChargeSummaryUnion = ChargeSummary | LegacyChargeSummary | ModernChargeSummary;
|
|
6
|
+
/** Result of listing usage details. It contains a list of available usage details in reverse chronological order by billing period. */
|
|
7
|
+
export interface UsageDetailsListResult {
|
|
8
|
+
/**
|
|
9
|
+
* The list of usage details.
|
|
10
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
11
|
+
*/
|
|
12
|
+
readonly value?: UsageDetailUnion[];
|
|
13
|
+
/**
|
|
14
|
+
* The link (url) to the next page of results.
|
|
15
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
16
|
+
*/
|
|
17
|
+
readonly nextLink?: string;
|
|
18
|
+
}
|
|
19
|
+
/** The Resource model definition. */
|
|
20
|
+
export interface Resource {
|
|
21
|
+
/**
|
|
22
|
+
* The full qualified ARM ID of an event.
|
|
23
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
24
|
+
*/
|
|
25
|
+
readonly id?: string;
|
|
26
|
+
/**
|
|
27
|
+
* The ID that uniquely identifies an event.
|
|
28
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
29
|
+
*/
|
|
30
|
+
readonly name?: string;
|
|
31
|
+
/**
|
|
32
|
+
* Resource type.
|
|
33
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
34
|
+
*/
|
|
35
|
+
readonly type?: string;
|
|
36
|
+
/**
|
|
37
|
+
* The etag for the resource.
|
|
38
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
39
|
+
*/
|
|
40
|
+
readonly etag?: string;
|
|
41
|
+
/**
|
|
42
|
+
* Resource tags.
|
|
43
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
44
|
+
*/
|
|
45
|
+
readonly tags?: {
|
|
46
|
+
[propertyName: string]: string;
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.
|
|
51
|
+
*
|
|
52
|
+
* Some Error responses:
|
|
53
|
+
*
|
|
54
|
+
* * 429 TooManyRequests - Request is throttled. Retry after waiting for the time specified in the "x-ms-ratelimit-microsoft.consumption-retry-after" header.
|
|
55
|
+
*
|
|
56
|
+
* * 503 ServiceUnavailable - Service is temporarily unavailable. Retry after waiting for the time specified in the "Retry-After" header.
|
|
57
|
+
*/
|
|
58
|
+
export interface ErrorResponse {
|
|
59
|
+
/** The details of the error. */
|
|
60
|
+
error?: ErrorDetails;
|
|
61
|
+
}
|
|
62
|
+
/** The details of the error. */
|
|
63
|
+
export interface ErrorDetails {
|
|
64
|
+
/**
|
|
65
|
+
* Error code.
|
|
66
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
67
|
+
*/
|
|
68
|
+
readonly code?: string;
|
|
69
|
+
/**
|
|
70
|
+
* Error message indicating why the operation failed.
|
|
71
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
72
|
+
*/
|
|
73
|
+
readonly message?: string;
|
|
74
|
+
}
|
|
75
|
+
/** Result of listing marketplaces. It contains a list of available marketplaces in reverse chronological order by billing period. */
|
|
76
|
+
export interface MarketplacesListResult {
|
|
77
|
+
/**
|
|
78
|
+
* The list of marketplaces.
|
|
79
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
80
|
+
*/
|
|
81
|
+
readonly value?: Marketplace[];
|
|
82
|
+
/**
|
|
83
|
+
* The link (url) to the next page of results.
|
|
84
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
85
|
+
*/
|
|
86
|
+
readonly nextLink?: string;
|
|
87
|
+
}
|
|
88
|
+
/** Result of listing budgets. It contains a list of available budgets in the scope provided. */
|
|
89
|
+
export interface BudgetsListResult {
|
|
90
|
+
/**
|
|
91
|
+
* The list of budgets.
|
|
92
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
93
|
+
*/
|
|
94
|
+
readonly value?: Budget[];
|
|
95
|
+
/**
|
|
96
|
+
* The link (url) to the next page of results.
|
|
97
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
98
|
+
*/
|
|
99
|
+
readonly nextLink?: string;
|
|
100
|
+
}
|
|
101
|
+
/** The start and end date for a budget. */
|
|
102
|
+
export interface BudgetTimePeriod {
|
|
103
|
+
/** The start date for the budget. */
|
|
104
|
+
startDate: Date;
|
|
105
|
+
/** The end date for the budget. If not provided, we default this to 10 years from the start date. */
|
|
106
|
+
endDate?: Date;
|
|
107
|
+
}
|
|
108
|
+
/** May be used to filter budgets by resource group, resource, or meter. */
|
|
109
|
+
export interface BudgetFilter {
|
|
110
|
+
/** The logical "AND" expression. Must have at least 2 items. */
|
|
111
|
+
and?: BudgetFilterProperties[];
|
|
112
|
+
/** The logical "NOT" expression. */
|
|
113
|
+
not?: BudgetFilterProperties;
|
|
114
|
+
/** Has comparison expression for a dimension */
|
|
115
|
+
dimensions?: BudgetComparisonExpression;
|
|
116
|
+
/** Has comparison expression for a tag */
|
|
117
|
+
tags?: BudgetComparisonExpression;
|
|
118
|
+
}
|
|
119
|
+
/** The Dimensions or Tags to filter a budget by. */
|
|
120
|
+
export interface BudgetFilterProperties {
|
|
121
|
+
/** Has comparison expression for a dimension */
|
|
122
|
+
dimensions?: BudgetComparisonExpression;
|
|
123
|
+
/** Has comparison expression for a tag */
|
|
124
|
+
tags?: BudgetComparisonExpression;
|
|
125
|
+
}
|
|
126
|
+
/** The comparison expression to be used in the budgets. */
|
|
127
|
+
export interface BudgetComparisonExpression {
|
|
128
|
+
/** The name of the column to use in comparison. */
|
|
129
|
+
name: string;
|
|
130
|
+
/** The operator to use for comparison. */
|
|
131
|
+
operator: BudgetOperatorType;
|
|
132
|
+
/** Array of values to use for comparison */
|
|
133
|
+
values: string[];
|
|
134
|
+
}
|
|
135
|
+
/** The current amount of cost which is being tracked for a budget. */
|
|
136
|
+
export interface CurrentSpend {
|
|
137
|
+
/**
|
|
138
|
+
* The total amount of cost which is being tracked by the budget.
|
|
139
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
140
|
+
*/
|
|
141
|
+
readonly amount?: number;
|
|
142
|
+
/**
|
|
143
|
+
* The unit of measure for the budget amount.
|
|
144
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
145
|
+
*/
|
|
146
|
+
readonly unit?: string;
|
|
147
|
+
}
|
|
148
|
+
/** The notification associated with a budget. */
|
|
149
|
+
export interface Notification {
|
|
150
|
+
/** The notification is enabled or not. */
|
|
151
|
+
enabled: boolean;
|
|
152
|
+
/** The comparison operator. */
|
|
153
|
+
operator: OperatorType;
|
|
154
|
+
/** Threshold value associated with a notification. Notification is sent when the cost exceeded the threshold. It is always percent and has to be between 0 and 1000. */
|
|
155
|
+
threshold: number;
|
|
156
|
+
/** Email addresses to send the budget notification to when the threshold is exceeded. Must have at least one contact email or contact group specified at the Subscription or Resource Group scopes. All other scopes must have at least one contact email specified. */
|
|
157
|
+
contactEmails: string[];
|
|
158
|
+
/** Contact roles to send the budget notification to when the threshold is exceeded. */
|
|
159
|
+
contactRoles?: string[];
|
|
160
|
+
/** Action groups to send the budget notification to when the threshold is exceeded. Must be provided as a fully qualified Azure resource id. Only supported at Subscription or Resource Group scopes. */
|
|
161
|
+
contactGroups?: string[];
|
|
162
|
+
/** The type of threshold */
|
|
163
|
+
thresholdType?: ThresholdType;
|
|
164
|
+
/** Language in which the recipient will receive the notification */
|
|
165
|
+
locale?: CultureCode;
|
|
166
|
+
}
|
|
167
|
+
/** The forecasted cost which is being tracked for a budget. */
|
|
168
|
+
export interface ForecastSpend {
|
|
169
|
+
/**
|
|
170
|
+
* The forecasted cost for the total time period which is being tracked by the budget. This value is only provided if the budget contains a forecast alert type.
|
|
171
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
172
|
+
*/
|
|
173
|
+
readonly amount?: number;
|
|
174
|
+
/**
|
|
175
|
+
* The unit of measure for the budget amount.
|
|
176
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
177
|
+
*/
|
|
178
|
+
readonly unit?: string;
|
|
179
|
+
}
|
|
180
|
+
/** The Resource model definition. */
|
|
181
|
+
export interface ProxyResource {
|
|
182
|
+
/**
|
|
183
|
+
* Resource Id.
|
|
184
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
185
|
+
*/
|
|
186
|
+
readonly id?: string;
|
|
187
|
+
/**
|
|
188
|
+
* Resource name.
|
|
189
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
190
|
+
*/
|
|
191
|
+
readonly name?: string;
|
|
192
|
+
/**
|
|
193
|
+
* Resource type.
|
|
194
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
195
|
+
*/
|
|
196
|
+
readonly type?: string;
|
|
197
|
+
/** 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. */
|
|
198
|
+
eTag?: string;
|
|
199
|
+
}
|
|
200
|
+
/** The tag resource. */
|
|
201
|
+
export interface Tag {
|
|
202
|
+
/** Tag key. */
|
|
203
|
+
key?: string;
|
|
204
|
+
/** Tag values. */
|
|
205
|
+
value?: string[];
|
|
206
|
+
}
|
|
207
|
+
/** Result of listing charge summary. */
|
|
208
|
+
export interface ChargesListResult {
|
|
209
|
+
/**
|
|
210
|
+
* The list of charge summary
|
|
211
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
212
|
+
*/
|
|
213
|
+
readonly value?: ChargeSummaryUnion[];
|
|
214
|
+
}
|
|
215
|
+
export interface BalancePropertiesNewPurchasesDetailsItem {
|
|
216
|
+
/**
|
|
217
|
+
* the name of new purchase.
|
|
218
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
219
|
+
*/
|
|
220
|
+
readonly name?: string;
|
|
221
|
+
/**
|
|
222
|
+
* the value of new purchase.
|
|
223
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
224
|
+
*/
|
|
225
|
+
readonly value?: number;
|
|
226
|
+
}
|
|
227
|
+
export interface BalancePropertiesAdjustmentDetailsItem {
|
|
228
|
+
/**
|
|
229
|
+
* the name of new adjustment.
|
|
230
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
231
|
+
*/
|
|
232
|
+
readonly name?: string;
|
|
233
|
+
/**
|
|
234
|
+
* the value of new adjustment.
|
|
235
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
236
|
+
*/
|
|
237
|
+
readonly value?: number;
|
|
238
|
+
}
|
|
239
|
+
/** Result of listing reservation summaries. */
|
|
240
|
+
export interface ReservationSummariesListResult {
|
|
241
|
+
/**
|
|
242
|
+
* The list of reservation summaries.
|
|
243
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
244
|
+
*/
|
|
245
|
+
readonly value?: ReservationSummary[];
|
|
246
|
+
/**
|
|
247
|
+
* The link (url) to the next page of results.
|
|
248
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
249
|
+
*/
|
|
250
|
+
readonly nextLink?: string;
|
|
251
|
+
}
|
|
252
|
+
/** Result of listing reservation details. */
|
|
253
|
+
export interface ReservationDetailsListResult {
|
|
254
|
+
/**
|
|
255
|
+
* The list of reservation details.
|
|
256
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
257
|
+
*/
|
|
258
|
+
readonly value?: ReservationDetail[];
|
|
259
|
+
/**
|
|
260
|
+
* The link (url) to the next page of results.
|
|
261
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
262
|
+
*/
|
|
263
|
+
readonly nextLink?: string;
|
|
264
|
+
}
|
|
265
|
+
/** Result of listing reservation recommendations. */
|
|
266
|
+
export interface ReservationRecommendationsListResult {
|
|
267
|
+
/**
|
|
268
|
+
* The list of reservation recommendations.
|
|
269
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
270
|
+
*/
|
|
271
|
+
readonly value?: ReservationRecommendationUnion[];
|
|
272
|
+
/**
|
|
273
|
+
* The link (url) to the next page of results.
|
|
274
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
275
|
+
*/
|
|
276
|
+
readonly nextLink?: string;
|
|
277
|
+
/**
|
|
278
|
+
* The link (url) to the previous page of results.
|
|
279
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
280
|
+
*/
|
|
281
|
+
readonly previousLink?: string;
|
|
282
|
+
}
|
|
283
|
+
/** The Resource model definition. */
|
|
284
|
+
export interface ResourceAttributes {
|
|
285
|
+
/**
|
|
286
|
+
* Resource location
|
|
287
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
288
|
+
*/
|
|
289
|
+
readonly location?: string;
|
|
290
|
+
/**
|
|
291
|
+
* Resource sku
|
|
292
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
293
|
+
*/
|
|
294
|
+
readonly sku?: string;
|
|
295
|
+
}
|
|
296
|
+
/** Details of the resource. */
|
|
297
|
+
export interface ReservationRecommendationDetailsResourceProperties {
|
|
298
|
+
/**
|
|
299
|
+
* List of subscriptions for which the reservation is applied.
|
|
300
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
301
|
+
*/
|
|
302
|
+
readonly appliedScopes?: string[];
|
|
303
|
+
/**
|
|
304
|
+
* On demand rate of the resource.
|
|
305
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
306
|
+
*/
|
|
307
|
+
readonly onDemandRate?: number;
|
|
308
|
+
/**
|
|
309
|
+
* Azure product ex: Standard_E8s_v3 etc.
|
|
310
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
311
|
+
*/
|
|
312
|
+
readonly product?: string;
|
|
313
|
+
/**
|
|
314
|
+
* Azure resource region ex:EastUS, WestUS etc.
|
|
315
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
316
|
+
*/
|
|
317
|
+
readonly region?: string;
|
|
318
|
+
/**
|
|
319
|
+
* Reservation rate of the resource.
|
|
320
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
321
|
+
*/
|
|
322
|
+
readonly reservationRate?: number;
|
|
323
|
+
/**
|
|
324
|
+
* The azure resource type.
|
|
325
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
326
|
+
*/
|
|
327
|
+
readonly resourceType?: string;
|
|
328
|
+
}
|
|
329
|
+
/** Details of the estimated savings. */
|
|
330
|
+
export interface ReservationRecommendationDetailsSavingsProperties {
|
|
331
|
+
/** List of calculated savings. */
|
|
332
|
+
calculatedSavings?: ReservationRecommendationDetailsCalculatedSavingsProperties[];
|
|
333
|
+
/**
|
|
334
|
+
* Number of days of usage to look back used for computing the recommendation.
|
|
335
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
336
|
+
*/
|
|
337
|
+
readonly lookBackPeriod?: number;
|
|
338
|
+
/**
|
|
339
|
+
* Number of recommended units of the resource.
|
|
340
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
341
|
+
*/
|
|
342
|
+
readonly recommendedQuantity?: number;
|
|
343
|
+
/**
|
|
344
|
+
* Term period of the reservation, ex: P1Y or P3Y.
|
|
345
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
346
|
+
*/
|
|
347
|
+
readonly reservationOrderTerm?: string;
|
|
348
|
+
/**
|
|
349
|
+
* Type of savings, ex: instance.
|
|
350
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
351
|
+
*/
|
|
352
|
+
readonly savingsType?: string;
|
|
353
|
+
/**
|
|
354
|
+
* Measurement unit ex: hour etc.
|
|
355
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
356
|
+
*/
|
|
357
|
+
readonly unitOfMeasure?: string;
|
|
358
|
+
}
|
|
359
|
+
/** Details of estimated savings. */
|
|
360
|
+
export interface ReservationRecommendationDetailsCalculatedSavingsProperties {
|
|
361
|
+
/**
|
|
362
|
+
* The cost without reservation.
|
|
363
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
364
|
+
*/
|
|
365
|
+
readonly onDemandCost?: number;
|
|
366
|
+
/**
|
|
367
|
+
* The difference between total reservation cost and reservation cost.
|
|
368
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
369
|
+
*/
|
|
370
|
+
readonly overageCost?: number;
|
|
371
|
+
/**
|
|
372
|
+
* The quantity for calculated savings.
|
|
373
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
374
|
+
*/
|
|
375
|
+
readonly quantity?: number;
|
|
376
|
+
/**
|
|
377
|
+
* The exact cost of the estimated usage using reservation.
|
|
378
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
379
|
+
*/
|
|
380
|
+
readonly reservationCost?: number;
|
|
381
|
+
/**
|
|
382
|
+
* The cost of the suggested quantity.
|
|
383
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
384
|
+
*/
|
|
385
|
+
readonly totalReservationCost?: number;
|
|
386
|
+
/** The number of reserved units used to calculate savings. Always 1 for virtual machines. */
|
|
387
|
+
reservedUnitCount?: number;
|
|
388
|
+
/**
|
|
389
|
+
* The amount saved by purchasing the recommended quantity of reservation.
|
|
390
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
391
|
+
*/
|
|
392
|
+
readonly savings?: number;
|
|
393
|
+
}
|
|
394
|
+
/** Details about historical usage data that has been used for computing the recommendation. */
|
|
395
|
+
export interface ReservationRecommendationDetailsUsageProperties {
|
|
396
|
+
/**
|
|
397
|
+
* The first usage date used for looking back for computing the recommendation.
|
|
398
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
399
|
+
*/
|
|
400
|
+
readonly firstConsumptionDate?: string;
|
|
401
|
+
/**
|
|
402
|
+
* The last usage date used for looking back for computing the recommendation.
|
|
403
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
404
|
+
*/
|
|
405
|
+
readonly lastConsumptionDate?: string;
|
|
406
|
+
/**
|
|
407
|
+
* What the usage data values represent ex: virtual machine instance.
|
|
408
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
409
|
+
*/
|
|
410
|
+
readonly lookBackUnitType?: string;
|
|
411
|
+
/**
|
|
412
|
+
* The breakdown of historical resource usage. The values are in the order of usage between the firstConsumptionDate and the lastConsumptionDate.
|
|
413
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
414
|
+
*/
|
|
415
|
+
readonly usageData?: number[];
|
|
416
|
+
/**
|
|
417
|
+
* The grain of the values represented in the usage data ex: hourly.
|
|
418
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
419
|
+
*/
|
|
420
|
+
readonly usageGrain?: string;
|
|
421
|
+
}
|
|
422
|
+
/**
|
|
423
|
+
* Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.
|
|
424
|
+
*
|
|
425
|
+
* Some Error responses:
|
|
426
|
+
*
|
|
427
|
+
* * 429 TooManyRequests - Request is throttled. Retry after waiting for the time specified in the "x-ms-ratelimit-microsoft.consumption-retry-after" header.
|
|
428
|
+
*
|
|
429
|
+
* * 503 ServiceUnavailable - Service is temporarily unavailable. Retry after waiting for the time specified in the "Retry-After" header.
|
|
430
|
+
*/
|
|
431
|
+
export interface HighCasedErrorResponse {
|
|
432
|
+
/** The details of the error. */
|
|
433
|
+
error?: HighCasedErrorDetails;
|
|
434
|
+
}
|
|
435
|
+
/** The details of the error. */
|
|
436
|
+
export interface HighCasedErrorDetails {
|
|
437
|
+
/**
|
|
438
|
+
* Error code.
|
|
439
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
440
|
+
*/
|
|
441
|
+
readonly code?: string;
|
|
442
|
+
/**
|
|
443
|
+
* Error message indicating why the operation failed.
|
|
444
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
445
|
+
*/
|
|
446
|
+
readonly message?: string;
|
|
447
|
+
}
|
|
448
|
+
/** Result of listing reservation recommendations. */
|
|
449
|
+
export interface ReservationTransactionsListResult {
|
|
450
|
+
/**
|
|
451
|
+
* The list of reservation recommendations.
|
|
452
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
453
|
+
*/
|
|
454
|
+
readonly value?: ReservationTransaction[];
|
|
455
|
+
/**
|
|
456
|
+
* The link (url) to the next page of results.
|
|
457
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
458
|
+
*/
|
|
459
|
+
readonly nextLink?: string;
|
|
460
|
+
}
|
|
461
|
+
/** The Resource model definition. */
|
|
462
|
+
export interface ReservationTransactionResource {
|
|
463
|
+
/**
|
|
464
|
+
* Resource Id.
|
|
465
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
466
|
+
*/
|
|
467
|
+
readonly id?: string;
|
|
468
|
+
/**
|
|
469
|
+
* Resource name.
|
|
470
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
471
|
+
*/
|
|
472
|
+
readonly name?: string;
|
|
473
|
+
/**
|
|
474
|
+
* Resource type.
|
|
475
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
476
|
+
*/
|
|
477
|
+
readonly type?: string;
|
|
478
|
+
/**
|
|
479
|
+
* Resource tags.
|
|
480
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
481
|
+
*/
|
|
482
|
+
readonly tags?: string[];
|
|
483
|
+
}
|
|
484
|
+
/** Result of listing reservation recommendations. */
|
|
485
|
+
export interface ModernReservationTransactionsListResult {
|
|
486
|
+
/**
|
|
487
|
+
* The list of reservation recommendations.
|
|
488
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
489
|
+
*/
|
|
490
|
+
readonly value?: ModernReservationTransaction[];
|
|
491
|
+
/**
|
|
492
|
+
* The link (url) to the next page of results.
|
|
493
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
494
|
+
*/
|
|
495
|
+
readonly nextLink?: string;
|
|
496
|
+
}
|
|
497
|
+
/** The properties of the price sheet. */
|
|
498
|
+
export interface PriceSheetProperties {
|
|
499
|
+
/**
|
|
500
|
+
* The id of the billing period resource that the usage belongs to.
|
|
501
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
502
|
+
*/
|
|
503
|
+
readonly billingPeriodId?: string;
|
|
504
|
+
/**
|
|
505
|
+
* The meter id (GUID)
|
|
506
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
507
|
+
*/
|
|
508
|
+
readonly meterId?: string;
|
|
509
|
+
/**
|
|
510
|
+
* The details about the meter. By default this is not populated, unless it's specified in $expand.
|
|
511
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
512
|
+
*/
|
|
513
|
+
readonly meterDetails?: MeterDetails;
|
|
514
|
+
/**
|
|
515
|
+
* Unit of measure
|
|
516
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
517
|
+
*/
|
|
518
|
+
readonly unitOfMeasure?: string;
|
|
519
|
+
/**
|
|
520
|
+
* Included quality for an offer
|
|
521
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
522
|
+
*/
|
|
523
|
+
readonly includedQuantity?: number;
|
|
524
|
+
/**
|
|
525
|
+
* Part Number
|
|
526
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
527
|
+
*/
|
|
528
|
+
readonly partNumber?: string;
|
|
529
|
+
/**
|
|
530
|
+
* Unit Price
|
|
531
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
532
|
+
*/
|
|
533
|
+
readonly unitPrice?: number;
|
|
534
|
+
/**
|
|
535
|
+
* Currency Code
|
|
536
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
537
|
+
*/
|
|
538
|
+
readonly currencyCode?: string;
|
|
539
|
+
/**
|
|
540
|
+
* Offer Id
|
|
541
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
542
|
+
*/
|
|
543
|
+
readonly offerId?: string;
|
|
544
|
+
}
|
|
545
|
+
/** The properties of the meter detail. */
|
|
546
|
+
export interface MeterDetails {
|
|
547
|
+
/**
|
|
548
|
+
* The name of the meter, within the given meter category
|
|
549
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
550
|
+
*/
|
|
551
|
+
readonly meterName?: string;
|
|
552
|
+
/**
|
|
553
|
+
* The category of the meter, for example, 'Cloud services', 'Networking', etc..
|
|
554
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
555
|
+
*/
|
|
556
|
+
readonly meterCategory?: string;
|
|
557
|
+
/**
|
|
558
|
+
* The subcategory of the meter, for example, 'A6 Cloud services', 'ExpressRoute (IXP)', etc..
|
|
559
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
560
|
+
*/
|
|
561
|
+
readonly meterSubCategory?: string;
|
|
562
|
+
/**
|
|
563
|
+
* The unit in which the meter consumption is charged, for example, 'Hours', 'GB', etc.
|
|
564
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
565
|
+
*/
|
|
566
|
+
readonly unit?: string;
|
|
567
|
+
/**
|
|
568
|
+
* The location in which the Azure service is available.
|
|
569
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
570
|
+
*/
|
|
571
|
+
readonly meterLocation?: string;
|
|
572
|
+
/**
|
|
573
|
+
* The total included quantity associated with the offer.
|
|
574
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
575
|
+
*/
|
|
576
|
+
readonly totalIncludedQuantity?: number;
|
|
577
|
+
/**
|
|
578
|
+
* The pretax listing price.
|
|
579
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
580
|
+
*/
|
|
581
|
+
readonly pretaxStandardRate?: number;
|
|
582
|
+
/**
|
|
583
|
+
* The name of the service.
|
|
584
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
585
|
+
*/
|
|
586
|
+
readonly serviceName?: string;
|
|
587
|
+
/**
|
|
588
|
+
* The service tier.
|
|
589
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
590
|
+
*/
|
|
591
|
+
readonly serviceTier?: string;
|
|
592
|
+
}
|
|
593
|
+
/** Result of listing consumption operations. It contains a list of operations and a URL link to get the next set of results. */
|
|
594
|
+
export interface OperationListResult {
|
|
595
|
+
/**
|
|
596
|
+
* List of consumption operations supported by the Microsoft.Consumption resource provider.
|
|
597
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
598
|
+
*/
|
|
599
|
+
readonly value?: Operation[];
|
|
600
|
+
/**
|
|
601
|
+
* URL to get the next set of operation list results if there are any.
|
|
602
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
603
|
+
*/
|
|
604
|
+
readonly nextLink?: string;
|
|
605
|
+
}
|
|
606
|
+
/** A Consumption REST API operation. */
|
|
607
|
+
export interface Operation {
|
|
608
|
+
/**
|
|
609
|
+
* Operation Id.
|
|
610
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
611
|
+
*/
|
|
612
|
+
readonly id?: string;
|
|
613
|
+
/**
|
|
614
|
+
* Operation name: {provider}/{resource}/{operation}.
|
|
615
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
616
|
+
*/
|
|
617
|
+
readonly name?: string;
|
|
618
|
+
/** The object that represents the operation. */
|
|
619
|
+
display?: OperationDisplay;
|
|
620
|
+
}
|
|
621
|
+
/** The object that represents the operation. */
|
|
622
|
+
export interface OperationDisplay {
|
|
623
|
+
/**
|
|
624
|
+
* Service provider: Microsoft.Consumption.
|
|
625
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
626
|
+
*/
|
|
627
|
+
readonly provider?: string;
|
|
628
|
+
/**
|
|
629
|
+
* Resource on which the operation is performed: UsageDetail, etc.
|
|
630
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
631
|
+
*/
|
|
632
|
+
readonly resource?: string;
|
|
633
|
+
/**
|
|
634
|
+
* Operation type: Read, write, delete, etc.
|
|
635
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
636
|
+
*/
|
|
637
|
+
readonly operation?: string;
|
|
638
|
+
/**
|
|
639
|
+
* Description of the operation.
|
|
640
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
641
|
+
*/
|
|
642
|
+
readonly description?: string;
|
|
643
|
+
}
|
|
644
|
+
/** Result of listing event summary. */
|
|
645
|
+
export interface Events {
|
|
646
|
+
/**
|
|
647
|
+
* The list of event summary.
|
|
648
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
649
|
+
*/
|
|
650
|
+
readonly value?: EventSummary[];
|
|
651
|
+
/**
|
|
652
|
+
* The link (url) to the next page of results.
|
|
653
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
654
|
+
*/
|
|
655
|
+
readonly nextLink?: string;
|
|
656
|
+
}
|
|
657
|
+
/** The amount plus currency . */
|
|
658
|
+
export interface Amount {
|
|
659
|
+
/**
|
|
660
|
+
* Amount currency.
|
|
661
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
662
|
+
*/
|
|
663
|
+
readonly currency?: string;
|
|
664
|
+
/**
|
|
665
|
+
* Amount.
|
|
666
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
667
|
+
*/
|
|
668
|
+
readonly value?: number;
|
|
669
|
+
}
|
|
670
|
+
/** The reseller properties. */
|
|
671
|
+
export interface Reseller {
|
|
672
|
+
/**
|
|
673
|
+
* The reseller property ID.
|
|
674
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
675
|
+
*/
|
|
676
|
+
readonly resellerId?: string;
|
|
677
|
+
/**
|
|
678
|
+
* The reseller property description.
|
|
679
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
680
|
+
*/
|
|
681
|
+
readonly resellerDescription?: string;
|
|
682
|
+
}
|
|
683
|
+
/** Result of listing lot summary. */
|
|
684
|
+
export interface Lots {
|
|
685
|
+
/**
|
|
686
|
+
* The list of lot summary.
|
|
687
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
688
|
+
*/
|
|
689
|
+
readonly value?: LotSummary[];
|
|
690
|
+
/**
|
|
691
|
+
* The link (url) to the next page of results.
|
|
692
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
693
|
+
*/
|
|
694
|
+
readonly nextLink?: string;
|
|
695
|
+
}
|
|
696
|
+
/** Summary of credit balances. */
|
|
697
|
+
export interface CreditBalanceSummary {
|
|
698
|
+
/**
|
|
699
|
+
* Estimated balance.
|
|
700
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
701
|
+
*/
|
|
702
|
+
readonly estimatedBalance?: Amount;
|
|
703
|
+
/**
|
|
704
|
+
* Current balance.
|
|
705
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
706
|
+
*/
|
|
707
|
+
readonly currentBalance?: Amount;
|
|
708
|
+
/**
|
|
709
|
+
* Estimated balance in billing currency.
|
|
710
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
711
|
+
*/
|
|
712
|
+
readonly estimatedBalanceInBillingCurrency?: AmountWithExchangeRate;
|
|
713
|
+
}
|
|
714
|
+
/** The properties of the meter detail. */
|
|
715
|
+
export interface MeterDetailsResponse {
|
|
716
|
+
/**
|
|
717
|
+
* The name of the meter, within the given meter category
|
|
718
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
719
|
+
*/
|
|
720
|
+
readonly meterName?: string;
|
|
721
|
+
/**
|
|
722
|
+
* The category of the meter, for example, 'Cloud services', 'Networking', etc..
|
|
723
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
724
|
+
*/
|
|
725
|
+
readonly meterCategory?: string;
|
|
726
|
+
/**
|
|
727
|
+
* The subcategory of the meter, for example, 'A6 Cloud services', 'ExpressRoute (IXP)', etc..
|
|
728
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
729
|
+
*/
|
|
730
|
+
readonly meterSubCategory?: string;
|
|
731
|
+
/**
|
|
732
|
+
* The unit in which the meter consumption is charged, for example, 'Hours', 'GB', etc.
|
|
733
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
734
|
+
*/
|
|
735
|
+
readonly unitOfMeasure?: string;
|
|
736
|
+
/**
|
|
737
|
+
* The service family.
|
|
738
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
739
|
+
*/
|
|
740
|
+
readonly serviceFamily?: string;
|
|
741
|
+
}
|
|
742
|
+
/** The properties of the reservation recommendation. */
|
|
743
|
+
export interface LegacyReservationRecommendationProperties {
|
|
744
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
745
|
+
scope: "Single" | "Shared";
|
|
746
|
+
/**
|
|
747
|
+
* The number of days of usage to look back for recommendation.
|
|
748
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
749
|
+
*/
|
|
750
|
+
readonly lookBackPeriod?: string;
|
|
751
|
+
/**
|
|
752
|
+
* The instance Flexibility Ratio.
|
|
753
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
754
|
+
*/
|
|
755
|
+
readonly instanceFlexibilityRatio?: number;
|
|
756
|
+
/**
|
|
757
|
+
* The instance Flexibility Group.
|
|
758
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
759
|
+
*/
|
|
760
|
+
readonly instanceFlexibilityGroup?: string;
|
|
761
|
+
/**
|
|
762
|
+
* The normalized Size.
|
|
763
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
764
|
+
*/
|
|
765
|
+
readonly normalizedSize?: string;
|
|
766
|
+
/**
|
|
767
|
+
* The recommended Quantity Normalized.
|
|
768
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
769
|
+
*/
|
|
770
|
+
readonly recommendedQuantityNormalized?: number;
|
|
771
|
+
/**
|
|
772
|
+
* The meter id (GUID)
|
|
773
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
774
|
+
*/
|
|
775
|
+
readonly meterId?: string;
|
|
776
|
+
/**
|
|
777
|
+
* The azure resource type.
|
|
778
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
779
|
+
*/
|
|
780
|
+
readonly resourceType?: string;
|
|
781
|
+
/**
|
|
782
|
+
* RI recommendations in one or three year terms.
|
|
783
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
784
|
+
*/
|
|
785
|
+
readonly term?: string;
|
|
786
|
+
/**
|
|
787
|
+
* The total amount of cost without reserved instances.
|
|
788
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
789
|
+
*/
|
|
790
|
+
readonly costWithNoReservedInstances?: number;
|
|
791
|
+
/**
|
|
792
|
+
* Recommended quality for reserved instances.
|
|
793
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
794
|
+
*/
|
|
795
|
+
readonly recommendedQuantity?: number;
|
|
796
|
+
/**
|
|
797
|
+
* The total amount of cost with reserved instances.
|
|
798
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
799
|
+
*/
|
|
800
|
+
readonly totalCostWithReservedInstances?: number;
|
|
801
|
+
/**
|
|
802
|
+
* Total estimated savings with reserved instances.
|
|
803
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
804
|
+
*/
|
|
805
|
+
readonly netSavings?: number;
|
|
806
|
+
/**
|
|
807
|
+
* The usage date for looking back.
|
|
808
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
809
|
+
*/
|
|
810
|
+
readonly firstUsageDate?: Date;
|
|
811
|
+
/**
|
|
812
|
+
* List of sku properties
|
|
813
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
814
|
+
*/
|
|
815
|
+
readonly skuProperties?: SkuProperty[];
|
|
816
|
+
}
|
|
817
|
+
/** The Sku property */
|
|
818
|
+
export interface SkuProperty {
|
|
819
|
+
/**
|
|
820
|
+
* The name of sku property.
|
|
821
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
822
|
+
*/
|
|
823
|
+
readonly name?: string;
|
|
824
|
+
/**
|
|
825
|
+
* The value of sku property.
|
|
826
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
827
|
+
*/
|
|
828
|
+
readonly value?: string;
|
|
829
|
+
}
|
|
830
|
+
/** The properties of the price sheet download. */
|
|
831
|
+
export interface DownloadProperties {
|
|
832
|
+
/**
|
|
833
|
+
* The link (url) to download the pricesheet.
|
|
834
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
835
|
+
*/
|
|
836
|
+
readonly downloadUrl?: string;
|
|
837
|
+
/**
|
|
838
|
+
* Download link validity.
|
|
839
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
840
|
+
*/
|
|
841
|
+
readonly validTill?: string;
|
|
842
|
+
}
|
|
843
|
+
/** An usage detail resource. */
|
|
844
|
+
export interface UsageDetail extends Resource {
|
|
845
|
+
/** Specifies the kind of usage details. */
|
|
846
|
+
kind: UsageDetailsKind;
|
|
847
|
+
}
|
|
848
|
+
/** A marketplace resource. */
|
|
849
|
+
export interface Marketplace extends Resource {
|
|
850
|
+
/**
|
|
851
|
+
* The id of the billing period resource that the usage belongs to.
|
|
852
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
853
|
+
*/
|
|
854
|
+
readonly billingPeriodId?: string;
|
|
855
|
+
/**
|
|
856
|
+
* The start of the date time range covered by the usage detail.
|
|
857
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
858
|
+
*/
|
|
859
|
+
readonly usageStart?: Date;
|
|
860
|
+
/**
|
|
861
|
+
* The end of the date time range covered by the usage detail.
|
|
862
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
863
|
+
*/
|
|
864
|
+
readonly usageEnd?: Date;
|
|
865
|
+
/**
|
|
866
|
+
* The marketplace resource rate.
|
|
867
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
868
|
+
*/
|
|
869
|
+
readonly resourceRate?: number;
|
|
870
|
+
/**
|
|
871
|
+
* The type of offer.
|
|
872
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
873
|
+
*/
|
|
874
|
+
readonly offerName?: string;
|
|
875
|
+
/**
|
|
876
|
+
* The name of resource group.
|
|
877
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
878
|
+
*/
|
|
879
|
+
readonly resourceGroup?: string;
|
|
880
|
+
/**
|
|
881
|
+
* Additional information.
|
|
882
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
883
|
+
*/
|
|
884
|
+
readonly additionalInfo?: string;
|
|
885
|
+
/**
|
|
886
|
+
* The order number.
|
|
887
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
888
|
+
*/
|
|
889
|
+
readonly orderNumber?: string;
|
|
890
|
+
/**
|
|
891
|
+
* The name of the resource instance that the usage is about.
|
|
892
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
893
|
+
*/
|
|
894
|
+
readonly instanceName?: string;
|
|
895
|
+
/**
|
|
896
|
+
* The uri of the resource instance that the usage is about.
|
|
897
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
898
|
+
*/
|
|
899
|
+
readonly instanceId?: string;
|
|
900
|
+
/**
|
|
901
|
+
* The ISO currency in which the meter is charged, for example, USD.
|
|
902
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
903
|
+
*/
|
|
904
|
+
readonly currency?: string;
|
|
905
|
+
/**
|
|
906
|
+
* The quantity of usage.
|
|
907
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
908
|
+
*/
|
|
909
|
+
readonly consumedQuantity?: number;
|
|
910
|
+
/**
|
|
911
|
+
* The unit of measure.
|
|
912
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
913
|
+
*/
|
|
914
|
+
readonly unitOfMeasure?: string;
|
|
915
|
+
/**
|
|
916
|
+
* The amount of cost before tax.
|
|
917
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
918
|
+
*/
|
|
919
|
+
readonly pretaxCost?: number;
|
|
920
|
+
/**
|
|
921
|
+
* The estimated usage is subject to change.
|
|
922
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
923
|
+
*/
|
|
924
|
+
readonly isEstimated?: boolean;
|
|
925
|
+
/**
|
|
926
|
+
* The meter id (GUID).
|
|
927
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
928
|
+
*/
|
|
929
|
+
readonly meterId?: string;
|
|
930
|
+
/**
|
|
931
|
+
* Subscription guid.
|
|
932
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
933
|
+
*/
|
|
934
|
+
readonly subscriptionGuid?: string;
|
|
935
|
+
/**
|
|
936
|
+
* Subscription name.
|
|
937
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
938
|
+
*/
|
|
939
|
+
readonly subscriptionName?: string;
|
|
940
|
+
/**
|
|
941
|
+
* Account name.
|
|
942
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
943
|
+
*/
|
|
944
|
+
readonly accountName?: string;
|
|
945
|
+
/**
|
|
946
|
+
* Department name.
|
|
947
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
948
|
+
*/
|
|
949
|
+
readonly departmentName?: string;
|
|
950
|
+
/**
|
|
951
|
+
* Consumed service name.
|
|
952
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
953
|
+
*/
|
|
954
|
+
readonly consumedService?: string;
|
|
955
|
+
/**
|
|
956
|
+
* The cost center of this department if it is a department and a costcenter exists
|
|
957
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
958
|
+
*/
|
|
959
|
+
readonly costCenter?: string;
|
|
960
|
+
/**
|
|
961
|
+
* Additional details of this usage item. By default this is not populated, unless it's specified in $expand.
|
|
962
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
963
|
+
*/
|
|
964
|
+
readonly additionalProperties?: string;
|
|
965
|
+
/**
|
|
966
|
+
* The name of publisher.
|
|
967
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
968
|
+
*/
|
|
969
|
+
readonly publisherName?: string;
|
|
970
|
+
/**
|
|
971
|
+
* The name of plan.
|
|
972
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
973
|
+
*/
|
|
974
|
+
readonly planName?: string;
|
|
975
|
+
/**
|
|
976
|
+
* Flag indicating whether this is a recurring charge or not.
|
|
977
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
978
|
+
*/
|
|
979
|
+
readonly isRecurringCharge?: boolean;
|
|
980
|
+
}
|
|
981
|
+
/** A balance resource. */
|
|
982
|
+
export interface Balance extends Resource {
|
|
983
|
+
/**
|
|
984
|
+
* The ISO currency in which the meter is charged, for example, USD.
|
|
985
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
986
|
+
*/
|
|
987
|
+
readonly currency?: string;
|
|
988
|
+
/**
|
|
989
|
+
* The beginning balance for the billing period.
|
|
990
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
991
|
+
*/
|
|
992
|
+
readonly beginningBalance?: number;
|
|
993
|
+
/**
|
|
994
|
+
* The ending balance for the billing period (for open periods this will be updated daily).
|
|
995
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
996
|
+
*/
|
|
997
|
+
readonly endingBalance?: number;
|
|
998
|
+
/**
|
|
999
|
+
* Total new purchase amount.
|
|
1000
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1001
|
+
*/
|
|
1002
|
+
readonly newPurchases?: number;
|
|
1003
|
+
/**
|
|
1004
|
+
* Total adjustment amount.
|
|
1005
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1006
|
+
*/
|
|
1007
|
+
readonly adjustments?: number;
|
|
1008
|
+
/**
|
|
1009
|
+
* Total Commitment usage.
|
|
1010
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1011
|
+
*/
|
|
1012
|
+
readonly utilized?: number;
|
|
1013
|
+
/**
|
|
1014
|
+
* Overage for Azure services.
|
|
1015
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1016
|
+
*/
|
|
1017
|
+
readonly serviceOverage?: number;
|
|
1018
|
+
/**
|
|
1019
|
+
* Charges Billed separately.
|
|
1020
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1021
|
+
*/
|
|
1022
|
+
readonly chargesBilledSeparately?: number;
|
|
1023
|
+
/**
|
|
1024
|
+
* serviceOverage + chargesBilledSeparately.
|
|
1025
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1026
|
+
*/
|
|
1027
|
+
readonly totalOverage?: number;
|
|
1028
|
+
/**
|
|
1029
|
+
* Azure service commitment + total Overage.
|
|
1030
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1031
|
+
*/
|
|
1032
|
+
readonly totalUsage?: number;
|
|
1033
|
+
/**
|
|
1034
|
+
* Total charges for Azure Marketplace.
|
|
1035
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1036
|
+
*/
|
|
1037
|
+
readonly azureMarketplaceServiceCharges?: number;
|
|
1038
|
+
/** The billing frequency. */
|
|
1039
|
+
billingFrequency?: BillingFrequency;
|
|
1040
|
+
/**
|
|
1041
|
+
* Price is hidden or not.
|
|
1042
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1043
|
+
*/
|
|
1044
|
+
readonly priceHidden?: boolean;
|
|
1045
|
+
/**
|
|
1046
|
+
* List of new purchases.
|
|
1047
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1048
|
+
*/
|
|
1049
|
+
readonly newPurchasesDetails?: BalancePropertiesNewPurchasesDetailsItem[];
|
|
1050
|
+
/**
|
|
1051
|
+
* List of Adjustments (Promo credit, SIE credit etc.).
|
|
1052
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1053
|
+
*/
|
|
1054
|
+
readonly adjustmentDetails?: BalancePropertiesAdjustmentDetailsItem[];
|
|
1055
|
+
}
|
|
1056
|
+
/** reservation summary resource. */
|
|
1057
|
+
export interface ReservationSummary extends Resource {
|
|
1058
|
+
/**
|
|
1059
|
+
* The reservation order ID is the identifier for a reservation purchase. Each reservation order ID represents a single purchase transaction. A reservation order contains reservations. The reservation order specifies the VM size and region for the reservations.
|
|
1060
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1061
|
+
*/
|
|
1062
|
+
readonly reservationOrderId?: string;
|
|
1063
|
+
/**
|
|
1064
|
+
* The reservation ID is the identifier of a reservation within a reservation order. Each reservation is the grouping for applying the benefit scope and also specifies the number of instances to which the reservation benefit can be applied to.
|
|
1065
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1066
|
+
*/
|
|
1067
|
+
readonly reservationId?: string;
|
|
1068
|
+
/**
|
|
1069
|
+
* This is the ARM Sku name. It can be used to join with the serviceType field in additional info in usage records.
|
|
1070
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1071
|
+
*/
|
|
1072
|
+
readonly skuName?: string;
|
|
1073
|
+
/**
|
|
1074
|
+
* This is the total hours reserved. E.g. if reservation for 1 instance was made on 1 PM, this will be 11 hours for that day and 24 hours from subsequent days
|
|
1075
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1076
|
+
*/
|
|
1077
|
+
readonly reservedHours?: number;
|
|
1078
|
+
/**
|
|
1079
|
+
* Data corresponding to the utilization record. If the grain of data is monthly, it will be first day of month.
|
|
1080
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1081
|
+
*/
|
|
1082
|
+
readonly usageDate?: Date;
|
|
1083
|
+
/**
|
|
1084
|
+
* Total used hours by the reservation
|
|
1085
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1086
|
+
*/
|
|
1087
|
+
readonly usedHours?: number;
|
|
1088
|
+
/**
|
|
1089
|
+
* This is the minimum hourly utilization in the usage time (day or month). E.g. if usage record corresponds to 12/10/2017 and on that for hour 4 and 5, utilization was 10%, this field will return 10% for that day
|
|
1090
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1091
|
+
*/
|
|
1092
|
+
readonly minUtilizationPercentage?: number;
|
|
1093
|
+
/**
|
|
1094
|
+
* This is average utilization for the entire time range. (day or month depending on the grain)
|
|
1095
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1096
|
+
*/
|
|
1097
|
+
readonly avgUtilizationPercentage?: number;
|
|
1098
|
+
/**
|
|
1099
|
+
* This is the maximum hourly utilization in the usage time (day or month). E.g. if usage record corresponds to 12/10/2017 and on that for hour 4 and 5, utilization was 100%, this field will return 100% for that day.
|
|
1100
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1101
|
+
*/
|
|
1102
|
+
readonly maxUtilizationPercentage?: number;
|
|
1103
|
+
/**
|
|
1104
|
+
* The reservation kind.
|
|
1105
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1106
|
+
*/
|
|
1107
|
+
readonly kind?: string;
|
|
1108
|
+
/**
|
|
1109
|
+
* This is the purchased quantity for the reservationId.
|
|
1110
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1111
|
+
*/
|
|
1112
|
+
readonly purchasedQuantity?: number;
|
|
1113
|
+
/**
|
|
1114
|
+
* This is the remaining quantity for the reservationId.
|
|
1115
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1116
|
+
*/
|
|
1117
|
+
readonly remainingQuantity?: number;
|
|
1118
|
+
/**
|
|
1119
|
+
* This is the total count of instances that are reserved for the reservationId.
|
|
1120
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1121
|
+
*/
|
|
1122
|
+
readonly totalReservedQuantity?: number;
|
|
1123
|
+
/**
|
|
1124
|
+
* This is the used quantity for the reservationId.
|
|
1125
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1126
|
+
*/
|
|
1127
|
+
readonly usedQuantity?: number;
|
|
1128
|
+
/**
|
|
1129
|
+
* This is the utilized percentage for the reservation Id.
|
|
1130
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1131
|
+
*/
|
|
1132
|
+
readonly utilizedPercentage?: number;
|
|
1133
|
+
}
|
|
1134
|
+
/** reservation detail resource. */
|
|
1135
|
+
export interface ReservationDetail extends Resource {
|
|
1136
|
+
/**
|
|
1137
|
+
* The reservation order ID is the identifier for a reservation purchase. Each reservation order ID represents a single purchase transaction. A reservation order contains reservations. The reservation order specifies the VM size and region for the reservations.
|
|
1138
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1139
|
+
*/
|
|
1140
|
+
readonly reservationOrderId?: string;
|
|
1141
|
+
/**
|
|
1142
|
+
* The instance Flexibility Ratio.
|
|
1143
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1144
|
+
*/
|
|
1145
|
+
readonly instanceFlexibilityRatio?: string;
|
|
1146
|
+
/**
|
|
1147
|
+
* The instance Flexibility Group.
|
|
1148
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1149
|
+
*/
|
|
1150
|
+
readonly instanceFlexibilityGroup?: string;
|
|
1151
|
+
/**
|
|
1152
|
+
* The reservation ID is the identifier of a reservation within a reservation order. Each reservation is the grouping for applying the benefit scope and also specifies the number of instances to which the reservation benefit can be applied to.
|
|
1153
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1154
|
+
*/
|
|
1155
|
+
readonly reservationId?: string;
|
|
1156
|
+
/**
|
|
1157
|
+
* This is the ARM Sku name. It can be used to join with the serviceType field in additional info in usage records.
|
|
1158
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1159
|
+
*/
|
|
1160
|
+
readonly skuName?: string;
|
|
1161
|
+
/**
|
|
1162
|
+
* This is the total hours reserved for the day. E.g. if reservation for 1 instance was made on 1 PM, this will be 11 hours for that day and 24 hours from subsequent days.
|
|
1163
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1164
|
+
*/
|
|
1165
|
+
readonly reservedHours?: number;
|
|
1166
|
+
/**
|
|
1167
|
+
* The date on which consumption occurred.
|
|
1168
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1169
|
+
*/
|
|
1170
|
+
readonly usageDate?: Date;
|
|
1171
|
+
/**
|
|
1172
|
+
* This is the total hours used by the instance.
|
|
1173
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1174
|
+
*/
|
|
1175
|
+
readonly usedHours?: number;
|
|
1176
|
+
/**
|
|
1177
|
+
* This identifier is the name of the resource or the fully qualified Resource ID.
|
|
1178
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1179
|
+
*/
|
|
1180
|
+
readonly instanceId?: string;
|
|
1181
|
+
/**
|
|
1182
|
+
* This is the total count of instances that are reserved for the reservationId.
|
|
1183
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1184
|
+
*/
|
|
1185
|
+
readonly totalReservedQuantity?: number;
|
|
1186
|
+
/**
|
|
1187
|
+
* The reservation kind.
|
|
1188
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1189
|
+
*/
|
|
1190
|
+
readonly kind?: string;
|
|
1191
|
+
}
|
|
1192
|
+
/** A reservation recommendation resource. */
|
|
1193
|
+
export interface ReservationRecommendation extends Resource, ResourceAttributes {
|
|
1194
|
+
/** Specifies the kind of reservation recommendation. */
|
|
1195
|
+
kind: ReservationRecommendationKind;
|
|
1196
|
+
}
|
|
1197
|
+
/** Reservation recommendation details. */
|
|
1198
|
+
export interface ReservationRecommendationDetailsModel extends Resource {
|
|
1199
|
+
/** Resource Location. */
|
|
1200
|
+
location?: string;
|
|
1201
|
+
/** Resource sku */
|
|
1202
|
+
sku?: string;
|
|
1203
|
+
/**
|
|
1204
|
+
* An ISO 4217 currency code identifier for the costs and savings
|
|
1205
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1206
|
+
*/
|
|
1207
|
+
readonly currency?: string;
|
|
1208
|
+
/**
|
|
1209
|
+
* Resource specific properties.
|
|
1210
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1211
|
+
*/
|
|
1212
|
+
readonly resource?: ReservationRecommendationDetailsResourceProperties;
|
|
1213
|
+
/**
|
|
1214
|
+
* Resource Group.
|
|
1215
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1216
|
+
*/
|
|
1217
|
+
readonly resourceGroup?: string;
|
|
1218
|
+
/**
|
|
1219
|
+
* Savings information for the recommendation.
|
|
1220
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1221
|
+
*/
|
|
1222
|
+
readonly savings?: ReservationRecommendationDetailsSavingsProperties;
|
|
1223
|
+
/**
|
|
1224
|
+
* Scope of the reservation, ex: Single or Shared.
|
|
1225
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1226
|
+
*/
|
|
1227
|
+
readonly scope?: string;
|
|
1228
|
+
/**
|
|
1229
|
+
* Historical usage details used to calculate the estimated savings.
|
|
1230
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1231
|
+
*/
|
|
1232
|
+
readonly usage?: ReservationRecommendationDetailsUsageProperties;
|
|
1233
|
+
}
|
|
1234
|
+
/** An pricesheet resource. */
|
|
1235
|
+
export interface PriceSheetResult extends Resource {
|
|
1236
|
+
/**
|
|
1237
|
+
* Price sheet
|
|
1238
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1239
|
+
*/
|
|
1240
|
+
readonly pricesheets?: PriceSheetProperties[];
|
|
1241
|
+
/**
|
|
1242
|
+
* The link (url) to the next page of results.
|
|
1243
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1244
|
+
*/
|
|
1245
|
+
readonly nextLink?: string;
|
|
1246
|
+
/**
|
|
1247
|
+
* Pricesheet download details.
|
|
1248
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1249
|
+
*/
|
|
1250
|
+
readonly download?: MeterDetails;
|
|
1251
|
+
}
|
|
1252
|
+
/** A management group aggregated cost resource. */
|
|
1253
|
+
export interface ManagementGroupAggregatedCostResult extends Resource {
|
|
1254
|
+
/**
|
|
1255
|
+
* The id of the billing period resource that the aggregated cost belongs to.
|
|
1256
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1257
|
+
*/
|
|
1258
|
+
readonly billingPeriodId?: string;
|
|
1259
|
+
/**
|
|
1260
|
+
* The start of the date time range covered by aggregated cost.
|
|
1261
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1262
|
+
*/
|
|
1263
|
+
readonly usageStart?: Date;
|
|
1264
|
+
/**
|
|
1265
|
+
* The end of the date time range covered by the aggregated cost.
|
|
1266
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1267
|
+
*/
|
|
1268
|
+
readonly usageEnd?: Date;
|
|
1269
|
+
/**
|
|
1270
|
+
* Azure Charges.
|
|
1271
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1272
|
+
*/
|
|
1273
|
+
readonly azureCharges?: number;
|
|
1274
|
+
/**
|
|
1275
|
+
* Marketplace Charges.
|
|
1276
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1277
|
+
*/
|
|
1278
|
+
readonly marketplaceCharges?: number;
|
|
1279
|
+
/**
|
|
1280
|
+
* Charges Billed Separately.
|
|
1281
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1282
|
+
*/
|
|
1283
|
+
readonly chargesBilledSeparately?: number;
|
|
1284
|
+
/**
|
|
1285
|
+
* The ISO currency in which the meter is charged, for example, USD.
|
|
1286
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1287
|
+
*/
|
|
1288
|
+
readonly currency?: string;
|
|
1289
|
+
/** Children of a management group */
|
|
1290
|
+
children?: ManagementGroupAggregatedCostResult[];
|
|
1291
|
+
/** List of subscription Guids included in the calculation of aggregated cost */
|
|
1292
|
+
includedSubscriptions?: string[];
|
|
1293
|
+
/** List of subscription Guids excluded from the calculation of aggregated cost */
|
|
1294
|
+
excludedSubscriptions?: string[];
|
|
1295
|
+
}
|
|
1296
|
+
/** A credit summary resource. */
|
|
1297
|
+
export interface CreditSummary extends Resource {
|
|
1298
|
+
/**
|
|
1299
|
+
* Summary of balances associated with this credit summary.
|
|
1300
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1301
|
+
*/
|
|
1302
|
+
readonly balanceSummary?: CreditBalanceSummary;
|
|
1303
|
+
/**
|
|
1304
|
+
* Pending credit adjustments.
|
|
1305
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1306
|
+
*/
|
|
1307
|
+
readonly pendingCreditAdjustments?: Amount;
|
|
1308
|
+
/**
|
|
1309
|
+
* Expired credit.
|
|
1310
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1311
|
+
*/
|
|
1312
|
+
readonly expiredCredit?: Amount;
|
|
1313
|
+
/**
|
|
1314
|
+
* Pending eligible charges.
|
|
1315
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1316
|
+
*/
|
|
1317
|
+
readonly pendingEligibleCharges?: Amount;
|
|
1318
|
+
/**
|
|
1319
|
+
* The credit currency.
|
|
1320
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1321
|
+
*/
|
|
1322
|
+
readonly creditCurrency?: string;
|
|
1323
|
+
/**
|
|
1324
|
+
* The billing currency.
|
|
1325
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1326
|
+
*/
|
|
1327
|
+
readonly billingCurrency?: string;
|
|
1328
|
+
/**
|
|
1329
|
+
* Credit's reseller.
|
|
1330
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1331
|
+
*/
|
|
1332
|
+
readonly reseller?: Reseller;
|
|
1333
|
+
/**
|
|
1334
|
+
* The eTag for the resource.
|
|
1335
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1336
|
+
*/
|
|
1337
|
+
readonly eTag?: string;
|
|
1338
|
+
}
|
|
1339
|
+
/** A budget resource. */
|
|
1340
|
+
export interface Budget extends ProxyResource {
|
|
1341
|
+
/** The category of the budget, whether the budget tracks cost or usage. */
|
|
1342
|
+
category?: CategoryType;
|
|
1343
|
+
/** The total amount of cost to track with the budget */
|
|
1344
|
+
amount?: number;
|
|
1345
|
+
/** The time covered by a budget. Tracking of the amount will be reset based on the time grain. BillingMonth, BillingQuarter, and BillingAnnual are only supported by WD customers */
|
|
1346
|
+
timeGrain?: TimeGrainType;
|
|
1347
|
+
/** Has start and end date of the budget. The start date must be first of the month and should be less than the end date. Budget start date must be on or after June 1, 2017. Future start date should not be more than twelve months. Past start date should be selected within the timegrain period. There are no restrictions on the end date. */
|
|
1348
|
+
timePeriod?: BudgetTimePeriod;
|
|
1349
|
+
/** May be used to filter budgets by user-specified dimensions and/or tags. */
|
|
1350
|
+
filter?: BudgetFilter;
|
|
1351
|
+
/**
|
|
1352
|
+
* The current amount of cost which is being tracked for a budget.
|
|
1353
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1354
|
+
*/
|
|
1355
|
+
readonly currentSpend?: CurrentSpend;
|
|
1356
|
+
/** Dictionary of notifications associated with the budget. Budget can have up to five notifications. */
|
|
1357
|
+
notifications?: {
|
|
1358
|
+
[propertyName: string]: Notification;
|
|
1359
|
+
};
|
|
1360
|
+
/**
|
|
1361
|
+
* The forecasted cost which is being tracked for a budget.
|
|
1362
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1363
|
+
*/
|
|
1364
|
+
readonly forecastSpend?: ForecastSpend;
|
|
1365
|
+
}
|
|
1366
|
+
/** A resource listing all tags. */
|
|
1367
|
+
export interface TagsResult extends ProxyResource {
|
|
1368
|
+
/** A list of Tag. */
|
|
1369
|
+
tags?: Tag[];
|
|
1370
|
+
/**
|
|
1371
|
+
* The link (url) to the next page of results.
|
|
1372
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1373
|
+
*/
|
|
1374
|
+
readonly nextLink?: string;
|
|
1375
|
+
/**
|
|
1376
|
+
* The link (url) to the previous page of results.
|
|
1377
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1378
|
+
*/
|
|
1379
|
+
readonly previousLink?: string;
|
|
1380
|
+
}
|
|
1381
|
+
/** A charge summary resource. */
|
|
1382
|
+
export interface ChargeSummary extends ProxyResource {
|
|
1383
|
+
/** Specifies the kind of charge summary. */
|
|
1384
|
+
kind: ChargeSummaryKind;
|
|
1385
|
+
}
|
|
1386
|
+
/** An event summary resource. */
|
|
1387
|
+
export interface EventSummary extends ProxyResource {
|
|
1388
|
+
/**
|
|
1389
|
+
* The date of the event.
|
|
1390
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1391
|
+
*/
|
|
1392
|
+
readonly transactionDate?: Date;
|
|
1393
|
+
/**
|
|
1394
|
+
* The description of the event.
|
|
1395
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1396
|
+
*/
|
|
1397
|
+
readonly description?: string;
|
|
1398
|
+
/**
|
|
1399
|
+
* The amount of new credit or commitment for NewCredit or SettleCharges event.
|
|
1400
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1401
|
+
*/
|
|
1402
|
+
readonly newCredit?: Amount;
|
|
1403
|
+
/**
|
|
1404
|
+
* The amount of balance adjustment. The property is not available for ConsumptionCommitment lots.
|
|
1405
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1406
|
+
*/
|
|
1407
|
+
readonly adjustments?: Amount;
|
|
1408
|
+
/**
|
|
1409
|
+
* The amount of expired credit or commitment for NewCredit or SettleCharges event.
|
|
1410
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1411
|
+
*/
|
|
1412
|
+
readonly creditExpired?: Amount;
|
|
1413
|
+
/**
|
|
1414
|
+
* The amount of charges for events of type SettleCharges and PendingEligibleCharges.
|
|
1415
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1416
|
+
*/
|
|
1417
|
+
readonly charges?: Amount;
|
|
1418
|
+
/**
|
|
1419
|
+
* The balance after the event.
|
|
1420
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1421
|
+
*/
|
|
1422
|
+
readonly closedBalance?: Amount;
|
|
1423
|
+
/** Identifies the type of the event. */
|
|
1424
|
+
eventType?: EventType;
|
|
1425
|
+
/**
|
|
1426
|
+
* The number which uniquely identifies the invoice on which the event was billed. This will be empty for unbilled events.
|
|
1427
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1428
|
+
*/
|
|
1429
|
+
readonly invoiceNumber?: string;
|
|
1430
|
+
/**
|
|
1431
|
+
* The ID that uniquely identifies the billing profile for which the event happened. The property is only available for billing account of type MicrosoftCustomerAgreement.
|
|
1432
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1433
|
+
*/
|
|
1434
|
+
readonly billingProfileId?: string;
|
|
1435
|
+
/**
|
|
1436
|
+
* The display name of the billing profile for which the event happened. The property is only available for billing account of type MicrosoftCustomerAgreement.
|
|
1437
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1438
|
+
*/
|
|
1439
|
+
readonly billingProfileDisplayName?: string;
|
|
1440
|
+
/**
|
|
1441
|
+
* The ID that uniquely identifies the lot for which the event happened.
|
|
1442
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1443
|
+
*/
|
|
1444
|
+
readonly lotId?: string;
|
|
1445
|
+
/**
|
|
1446
|
+
* Identifies the source of the lot for which the event happened.
|
|
1447
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1448
|
+
*/
|
|
1449
|
+
readonly lotSource?: string;
|
|
1450
|
+
/**
|
|
1451
|
+
* Amount of canceled credit.
|
|
1452
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1453
|
+
*/
|
|
1454
|
+
readonly canceledCredit?: Amount;
|
|
1455
|
+
/**
|
|
1456
|
+
* The credit currency of the event.
|
|
1457
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1458
|
+
*/
|
|
1459
|
+
readonly creditCurrency?: string;
|
|
1460
|
+
/**
|
|
1461
|
+
* The billing currency of the event.
|
|
1462
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1463
|
+
*/
|
|
1464
|
+
readonly billingCurrency?: string;
|
|
1465
|
+
/**
|
|
1466
|
+
* The reseller of the event.
|
|
1467
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1468
|
+
*/
|
|
1469
|
+
readonly reseller?: Reseller;
|
|
1470
|
+
/**
|
|
1471
|
+
* The amount of expired credit or commitment for NewCredit or SettleCharges event in billing currency.
|
|
1472
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1473
|
+
*/
|
|
1474
|
+
readonly creditExpiredInBillingCurrency?: AmountWithExchangeRate;
|
|
1475
|
+
/**
|
|
1476
|
+
* The amount of new credit or commitment for NewCredit or SettleCharges event in billing currency.
|
|
1477
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1478
|
+
*/
|
|
1479
|
+
readonly newCreditInBillingCurrency?: AmountWithExchangeRate;
|
|
1480
|
+
/**
|
|
1481
|
+
* The amount of balance adjustment in billing currency.
|
|
1482
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1483
|
+
*/
|
|
1484
|
+
readonly adjustmentsInBillingCurrency?: AmountWithExchangeRate;
|
|
1485
|
+
/**
|
|
1486
|
+
* The amount of charges for events of type SettleCharges and PendingEligibleCharges in billing currency.
|
|
1487
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1488
|
+
*/
|
|
1489
|
+
readonly chargesInBillingCurrency?: AmountWithExchangeRate;
|
|
1490
|
+
/**
|
|
1491
|
+
* The balance in billing currency after the event.
|
|
1492
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1493
|
+
*/
|
|
1494
|
+
readonly closedBalanceInBillingCurrency?: AmountWithExchangeRate;
|
|
1495
|
+
/**
|
|
1496
|
+
* The eTag for the resource.
|
|
1497
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1498
|
+
*/
|
|
1499
|
+
readonly eTagPropertiesETag?: string;
|
|
1500
|
+
}
|
|
1501
|
+
/** A lot summary resource. */
|
|
1502
|
+
export interface LotSummary extends ProxyResource {
|
|
1503
|
+
/**
|
|
1504
|
+
* The original amount of a lot.
|
|
1505
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1506
|
+
*/
|
|
1507
|
+
readonly originalAmount?: Amount;
|
|
1508
|
+
/**
|
|
1509
|
+
* The balance as of the last invoice.
|
|
1510
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1511
|
+
*/
|
|
1512
|
+
readonly closedBalance?: Amount;
|
|
1513
|
+
/**
|
|
1514
|
+
* The source of the lot.
|
|
1515
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1516
|
+
*/
|
|
1517
|
+
readonly source?: LotSource;
|
|
1518
|
+
/**
|
|
1519
|
+
* The date when the lot became effective.
|
|
1520
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1521
|
+
*/
|
|
1522
|
+
readonly startDate?: Date;
|
|
1523
|
+
/**
|
|
1524
|
+
* The expiration date of a lot.
|
|
1525
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1526
|
+
*/
|
|
1527
|
+
readonly expirationDate?: Date;
|
|
1528
|
+
/**
|
|
1529
|
+
* The po number of the invoice on which the lot was added. This property is not available for ConsumptionCommitment lots.
|
|
1530
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1531
|
+
*/
|
|
1532
|
+
readonly poNumber?: string;
|
|
1533
|
+
/**
|
|
1534
|
+
* The date when the lot was added.
|
|
1535
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1536
|
+
*/
|
|
1537
|
+
readonly purchasedDate?: Date;
|
|
1538
|
+
/**
|
|
1539
|
+
* The status of the lot.
|
|
1540
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1541
|
+
*/
|
|
1542
|
+
readonly status?: Status;
|
|
1543
|
+
/**
|
|
1544
|
+
* The currency of the lot.
|
|
1545
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1546
|
+
*/
|
|
1547
|
+
readonly creditCurrency?: string;
|
|
1548
|
+
/**
|
|
1549
|
+
* The billing currency of the lot.
|
|
1550
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1551
|
+
*/
|
|
1552
|
+
readonly billingCurrency?: string;
|
|
1553
|
+
/**
|
|
1554
|
+
* The original amount of a lot in billing currency.
|
|
1555
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1556
|
+
*/
|
|
1557
|
+
readonly originalAmountInBillingCurrency?: AmountWithExchangeRate;
|
|
1558
|
+
/**
|
|
1559
|
+
* The balance as of the last invoice in billing currency.
|
|
1560
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1561
|
+
*/
|
|
1562
|
+
readonly closedBalanceInBillingCurrency?: AmountWithExchangeRate;
|
|
1563
|
+
/**
|
|
1564
|
+
* The reseller of the lot.
|
|
1565
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1566
|
+
*/
|
|
1567
|
+
readonly reseller?: Reseller;
|
|
1568
|
+
/**
|
|
1569
|
+
* The eTag for the resource.
|
|
1570
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1571
|
+
*/
|
|
1572
|
+
readonly eTagPropertiesETag?: string;
|
|
1573
|
+
}
|
|
1574
|
+
/** Reservation transaction resource. */
|
|
1575
|
+
export interface ReservationTransaction extends ReservationTransactionResource {
|
|
1576
|
+
/**
|
|
1577
|
+
* The date of the transaction
|
|
1578
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1579
|
+
*/
|
|
1580
|
+
readonly eventDate?: Date;
|
|
1581
|
+
/**
|
|
1582
|
+
* The reservation order ID is the identifier for a reservation purchase. Each reservation order ID represents a single purchase transaction. A reservation order contains reservations. The reservation order specifies the VM size and region for the reservations.
|
|
1583
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1584
|
+
*/
|
|
1585
|
+
readonly reservationOrderId?: string;
|
|
1586
|
+
/**
|
|
1587
|
+
* The description of the transaction.
|
|
1588
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1589
|
+
*/
|
|
1590
|
+
readonly description?: string;
|
|
1591
|
+
/**
|
|
1592
|
+
* The type of the transaction (Purchase, Cancel, etc.)
|
|
1593
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1594
|
+
*/
|
|
1595
|
+
readonly eventType?: string;
|
|
1596
|
+
/**
|
|
1597
|
+
* The quantity of the transaction.
|
|
1598
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1599
|
+
*/
|
|
1600
|
+
readonly quantity?: number;
|
|
1601
|
+
/**
|
|
1602
|
+
* The charge of the transaction.
|
|
1603
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1604
|
+
*/
|
|
1605
|
+
readonly amount?: number;
|
|
1606
|
+
/**
|
|
1607
|
+
* The ISO currency in which the transaction is charged, for example, USD.
|
|
1608
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1609
|
+
*/
|
|
1610
|
+
readonly currency?: string;
|
|
1611
|
+
/**
|
|
1612
|
+
* The name of the reservation order.
|
|
1613
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1614
|
+
*/
|
|
1615
|
+
readonly reservationOrderName?: string;
|
|
1616
|
+
/**
|
|
1617
|
+
* The purchasing enrollment.
|
|
1618
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1619
|
+
*/
|
|
1620
|
+
readonly purchasingEnrollment?: string;
|
|
1621
|
+
/**
|
|
1622
|
+
* The subscription guid that makes the transaction.
|
|
1623
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1624
|
+
*/
|
|
1625
|
+
readonly purchasingSubscriptionGuid?: string;
|
|
1626
|
+
/**
|
|
1627
|
+
* The subscription name that makes the transaction.
|
|
1628
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1629
|
+
*/
|
|
1630
|
+
readonly purchasingSubscriptionName?: string;
|
|
1631
|
+
/**
|
|
1632
|
+
* This is the ARM Sku name. It can be used to join with the serviceType field in additional info in usage records.
|
|
1633
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1634
|
+
*/
|
|
1635
|
+
readonly armSkuName?: string;
|
|
1636
|
+
/**
|
|
1637
|
+
* This is the term of the transaction.
|
|
1638
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1639
|
+
*/
|
|
1640
|
+
readonly term?: string;
|
|
1641
|
+
/**
|
|
1642
|
+
* The region of the transaction.
|
|
1643
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1644
|
+
*/
|
|
1645
|
+
readonly region?: string;
|
|
1646
|
+
/**
|
|
1647
|
+
* The name of the account that makes the transaction.
|
|
1648
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1649
|
+
*/
|
|
1650
|
+
readonly accountName?: string;
|
|
1651
|
+
/**
|
|
1652
|
+
* The email of the account owner that makes the transaction.
|
|
1653
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1654
|
+
*/
|
|
1655
|
+
readonly accountOwnerEmail?: string;
|
|
1656
|
+
/**
|
|
1657
|
+
* The department name.
|
|
1658
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1659
|
+
*/
|
|
1660
|
+
readonly departmentName?: string;
|
|
1661
|
+
/**
|
|
1662
|
+
* The cost center of this department if it is a department and a cost center is provided.
|
|
1663
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1664
|
+
*/
|
|
1665
|
+
readonly costCenter?: string;
|
|
1666
|
+
/**
|
|
1667
|
+
* The current enrollment.
|
|
1668
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1669
|
+
*/
|
|
1670
|
+
readonly currentEnrollment?: string;
|
|
1671
|
+
/**
|
|
1672
|
+
* The billing frequency, which can be either one-time or recurring.
|
|
1673
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1674
|
+
*/
|
|
1675
|
+
readonly billingFrequency?: string;
|
|
1676
|
+
/**
|
|
1677
|
+
* The billing month(yyyyMMdd), on which the event initiated.
|
|
1678
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1679
|
+
*/
|
|
1680
|
+
readonly billingMonth?: number;
|
|
1681
|
+
/**
|
|
1682
|
+
* The monetary commitment amount at the enrollment scope.
|
|
1683
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1684
|
+
*/
|
|
1685
|
+
readonly monetaryCommitment?: number;
|
|
1686
|
+
/**
|
|
1687
|
+
* The overage amount at the enrollment scope.
|
|
1688
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1689
|
+
*/
|
|
1690
|
+
readonly overage?: number;
|
|
1691
|
+
}
|
|
1692
|
+
/** Modern Reservation transaction resource. */
|
|
1693
|
+
export interface ModernReservationTransaction extends ReservationTransactionResource {
|
|
1694
|
+
/**
|
|
1695
|
+
* The charge of the transaction.
|
|
1696
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1697
|
+
*/
|
|
1698
|
+
readonly amount?: number;
|
|
1699
|
+
/**
|
|
1700
|
+
* This is the ARM Sku name. It can be used to join with the serviceType field in additional info in usage records.
|
|
1701
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1702
|
+
*/
|
|
1703
|
+
readonly armSkuName?: string;
|
|
1704
|
+
/**
|
|
1705
|
+
* The billing frequency, which can be either one-time or recurring.
|
|
1706
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1707
|
+
*/
|
|
1708
|
+
readonly billingFrequency?: string;
|
|
1709
|
+
/**
|
|
1710
|
+
* Billing profile Id.
|
|
1711
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1712
|
+
*/
|
|
1713
|
+
readonly billingProfileId?: string;
|
|
1714
|
+
/**
|
|
1715
|
+
* Billing profile name.
|
|
1716
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1717
|
+
*/
|
|
1718
|
+
readonly billingProfileName?: string;
|
|
1719
|
+
/**
|
|
1720
|
+
* The ISO currency in which the transaction is charged, for example, USD.
|
|
1721
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1722
|
+
*/
|
|
1723
|
+
readonly currency?: string;
|
|
1724
|
+
/**
|
|
1725
|
+
* The description of the transaction.
|
|
1726
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1727
|
+
*/
|
|
1728
|
+
readonly description?: string;
|
|
1729
|
+
/**
|
|
1730
|
+
* The date of the transaction
|
|
1731
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1732
|
+
*/
|
|
1733
|
+
readonly eventDate?: Date;
|
|
1734
|
+
/**
|
|
1735
|
+
* The type of the transaction (Purchase, Cancel, etc.)
|
|
1736
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1737
|
+
*/
|
|
1738
|
+
readonly eventType?: string;
|
|
1739
|
+
/**
|
|
1740
|
+
* Invoice Number
|
|
1741
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1742
|
+
*/
|
|
1743
|
+
readonly invoice?: string;
|
|
1744
|
+
/**
|
|
1745
|
+
* Invoice Id as on the invoice where the specific transaction appears.
|
|
1746
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1747
|
+
*/
|
|
1748
|
+
readonly invoiceId?: string;
|
|
1749
|
+
/**
|
|
1750
|
+
* Invoice Section Id
|
|
1751
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1752
|
+
*/
|
|
1753
|
+
readonly invoiceSectionId?: string;
|
|
1754
|
+
/**
|
|
1755
|
+
* Invoice Section Name.
|
|
1756
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1757
|
+
*/
|
|
1758
|
+
readonly invoiceSectionName?: string;
|
|
1759
|
+
/**
|
|
1760
|
+
* The subscription guid that makes the transaction.
|
|
1761
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1762
|
+
*/
|
|
1763
|
+
readonly purchasingSubscriptionGuid?: string;
|
|
1764
|
+
/**
|
|
1765
|
+
* The subscription name that makes the transaction.
|
|
1766
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1767
|
+
*/
|
|
1768
|
+
readonly purchasingSubscriptionName?: string;
|
|
1769
|
+
/**
|
|
1770
|
+
* The quantity of the transaction.
|
|
1771
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1772
|
+
*/
|
|
1773
|
+
readonly quantity?: number;
|
|
1774
|
+
/**
|
|
1775
|
+
* The region of the transaction.
|
|
1776
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1777
|
+
*/
|
|
1778
|
+
readonly region?: string;
|
|
1779
|
+
/**
|
|
1780
|
+
* The reservation order ID is the identifier for a reservation purchase. Each reservation order ID represents a single purchase transaction. A reservation order contains reservations. The reservation order specifies the VM size and region for the reservations.
|
|
1781
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1782
|
+
*/
|
|
1783
|
+
readonly reservationOrderId?: string;
|
|
1784
|
+
/**
|
|
1785
|
+
* The name of the reservation order.
|
|
1786
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1787
|
+
*/
|
|
1788
|
+
readonly reservationOrderName?: string;
|
|
1789
|
+
/**
|
|
1790
|
+
* This is the term of the transaction.
|
|
1791
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1792
|
+
*/
|
|
1793
|
+
readonly term?: string;
|
|
1794
|
+
}
|
|
1795
|
+
/** The amount with exchange rate. */
|
|
1796
|
+
export interface AmountWithExchangeRate extends Amount {
|
|
1797
|
+
/**
|
|
1798
|
+
* The exchange rate.
|
|
1799
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1800
|
+
*/
|
|
1801
|
+
readonly exchangeRate?: number;
|
|
1802
|
+
/**
|
|
1803
|
+
* The exchange rate month.
|
|
1804
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1805
|
+
*/
|
|
1806
|
+
readonly exchangeRateMonth?: number;
|
|
1807
|
+
}
|
|
1808
|
+
/** The properties of the legacy reservation recommendation for single scope. */
|
|
1809
|
+
export interface LegacySingleScopeReservationRecommendationProperties extends LegacyReservationRecommendationProperties {
|
|
1810
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1811
|
+
scope: "Single";
|
|
1812
|
+
/**
|
|
1813
|
+
* Subscription id associated with single scoped recommendation.
|
|
1814
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1815
|
+
*/
|
|
1816
|
+
readonly subscriptionId?: string;
|
|
1817
|
+
}
|
|
1818
|
+
/** The properties of the legacy reservation recommendation for shared scope. */
|
|
1819
|
+
export interface LegacySharedScopeReservationRecommendationProperties extends LegacyReservationRecommendationProperties {
|
|
1820
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1821
|
+
scope: "Shared";
|
|
1822
|
+
}
|
|
1823
|
+
/** Legacy usage detail. */
|
|
1824
|
+
export interface LegacyUsageDetail extends UsageDetail {
|
|
1825
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1826
|
+
kind: "legacy";
|
|
1827
|
+
/**
|
|
1828
|
+
* Billing Account identifier.
|
|
1829
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1830
|
+
*/
|
|
1831
|
+
readonly billingAccountId?: string;
|
|
1832
|
+
/**
|
|
1833
|
+
* Billing Account Name.
|
|
1834
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1835
|
+
*/
|
|
1836
|
+
readonly billingAccountName?: string;
|
|
1837
|
+
/**
|
|
1838
|
+
* The billing period start date.
|
|
1839
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1840
|
+
*/
|
|
1841
|
+
readonly billingPeriodStartDate?: Date;
|
|
1842
|
+
/**
|
|
1843
|
+
* The billing period end date.
|
|
1844
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1845
|
+
*/
|
|
1846
|
+
readonly billingPeriodEndDate?: Date;
|
|
1847
|
+
/**
|
|
1848
|
+
* Billing Profile identifier.
|
|
1849
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1850
|
+
*/
|
|
1851
|
+
readonly billingProfileId?: string;
|
|
1852
|
+
/**
|
|
1853
|
+
* Billing Profile Name.
|
|
1854
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1855
|
+
*/
|
|
1856
|
+
readonly billingProfileName?: string;
|
|
1857
|
+
/**
|
|
1858
|
+
* Account Owner Id.
|
|
1859
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1860
|
+
*/
|
|
1861
|
+
readonly accountOwnerId?: string;
|
|
1862
|
+
/**
|
|
1863
|
+
* Account Name.
|
|
1864
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1865
|
+
*/
|
|
1866
|
+
readonly accountName?: string;
|
|
1867
|
+
/**
|
|
1868
|
+
* Subscription guid.
|
|
1869
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1870
|
+
*/
|
|
1871
|
+
readonly subscriptionId?: string;
|
|
1872
|
+
/**
|
|
1873
|
+
* Subscription name.
|
|
1874
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1875
|
+
*/
|
|
1876
|
+
readonly subscriptionName?: string;
|
|
1877
|
+
/**
|
|
1878
|
+
* Date for the usage record.
|
|
1879
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1880
|
+
*/
|
|
1881
|
+
readonly date?: Date;
|
|
1882
|
+
/**
|
|
1883
|
+
* Product name for the consumed service or purchase. Not available for Marketplace.
|
|
1884
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1885
|
+
*/
|
|
1886
|
+
readonly product?: string;
|
|
1887
|
+
/**
|
|
1888
|
+
* Part Number of the service used. Can be used to join with the price sheet. Not available for marketplace.
|
|
1889
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1890
|
+
*/
|
|
1891
|
+
readonly partNumber?: string;
|
|
1892
|
+
/**
|
|
1893
|
+
* The meter id (GUID). Not available for marketplace. For reserved instance this represents the primary meter for which the reservation was purchased. For the actual VM Size for which the reservation is purchased see productOrderName.
|
|
1894
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1895
|
+
*/
|
|
1896
|
+
readonly meterId?: string;
|
|
1897
|
+
/**
|
|
1898
|
+
* The details about the meter. By default this is not populated, unless it's specified in $expand.
|
|
1899
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1900
|
+
*/
|
|
1901
|
+
readonly meterDetails?: MeterDetailsResponse;
|
|
1902
|
+
/**
|
|
1903
|
+
* The usage quantity.
|
|
1904
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1905
|
+
*/
|
|
1906
|
+
readonly quantity?: number;
|
|
1907
|
+
/**
|
|
1908
|
+
* Effective Price that's charged for the usage.
|
|
1909
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1910
|
+
*/
|
|
1911
|
+
readonly effectivePrice?: number;
|
|
1912
|
+
/**
|
|
1913
|
+
* The amount of cost before tax.
|
|
1914
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1915
|
+
*/
|
|
1916
|
+
readonly cost?: number;
|
|
1917
|
+
/**
|
|
1918
|
+
* Unit Price is the price applicable to you. (your EA or other contract price).
|
|
1919
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1920
|
+
*/
|
|
1921
|
+
readonly unitPrice?: number;
|
|
1922
|
+
/**
|
|
1923
|
+
* Billing Currency.
|
|
1924
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1925
|
+
*/
|
|
1926
|
+
readonly billingCurrency?: string;
|
|
1927
|
+
/**
|
|
1928
|
+
* Resource Location.
|
|
1929
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1930
|
+
*/
|
|
1931
|
+
readonly resourceLocation?: string;
|
|
1932
|
+
/**
|
|
1933
|
+
* Consumed service name. Name of the azure resource provider that emits the usage or was purchased. This value is not provided for marketplace usage.
|
|
1934
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1935
|
+
*/
|
|
1936
|
+
readonly consumedService?: string;
|
|
1937
|
+
/**
|
|
1938
|
+
* Unique identifier of the Azure Resource Manager usage detail resource.
|
|
1939
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1940
|
+
*/
|
|
1941
|
+
readonly resourceId?: string;
|
|
1942
|
+
/**
|
|
1943
|
+
* Resource Name.
|
|
1944
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1945
|
+
*/
|
|
1946
|
+
readonly resourceName?: string;
|
|
1947
|
+
/**
|
|
1948
|
+
* Service-specific metadata.
|
|
1949
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1950
|
+
*/
|
|
1951
|
+
readonly serviceInfo1?: string;
|
|
1952
|
+
/**
|
|
1953
|
+
* Legacy field with optional service-specific metadata.
|
|
1954
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1955
|
+
*/
|
|
1956
|
+
readonly serviceInfo2?: string;
|
|
1957
|
+
/**
|
|
1958
|
+
* Additional details of this usage item. By default this is not populated, unless it's specified in $expand. Use this field to get usage line item specific details such as the actual VM Size (ServiceType) or the ratio in which the reservation discount is applied.
|
|
1959
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1960
|
+
*/
|
|
1961
|
+
readonly additionalInfo?: string;
|
|
1962
|
+
/**
|
|
1963
|
+
* Invoice Section Name.
|
|
1964
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1965
|
+
*/
|
|
1966
|
+
readonly invoiceSection?: string;
|
|
1967
|
+
/**
|
|
1968
|
+
* The cost center of this department if it is a department and a cost center is provided.
|
|
1969
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1970
|
+
*/
|
|
1971
|
+
readonly costCenter?: string;
|
|
1972
|
+
/**
|
|
1973
|
+
* Resource Group Name.
|
|
1974
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1975
|
+
*/
|
|
1976
|
+
readonly resourceGroup?: string;
|
|
1977
|
+
/**
|
|
1978
|
+
* ARM resource id of the reservation. Only applies to records relevant to reservations.
|
|
1979
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1980
|
+
*/
|
|
1981
|
+
readonly reservationId?: string;
|
|
1982
|
+
/**
|
|
1983
|
+
* User provided display name of the reservation. Last known name for a particular day is populated in the daily data. Only applies to records relevant to reservations.
|
|
1984
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1985
|
+
*/
|
|
1986
|
+
readonly reservationName?: string;
|
|
1987
|
+
/**
|
|
1988
|
+
* Product Order Id. For reservations this is the Reservation Order ID.
|
|
1989
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1990
|
+
*/
|
|
1991
|
+
readonly productOrderId?: string;
|
|
1992
|
+
/**
|
|
1993
|
+
* Product Order Name. For reservations this is the SKU that was purchased.
|
|
1994
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1995
|
+
*/
|
|
1996
|
+
readonly productOrderName?: string;
|
|
1997
|
+
/**
|
|
1998
|
+
* Offer Id. Ex: MS-AZR-0017P, MS-AZR-0148P.
|
|
1999
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2000
|
+
*/
|
|
2001
|
+
readonly offerId?: string;
|
|
2002
|
+
/**
|
|
2003
|
+
* Is Azure Credit Eligible.
|
|
2004
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2005
|
+
*/
|
|
2006
|
+
readonly isAzureCreditEligible?: boolean;
|
|
2007
|
+
/**
|
|
2008
|
+
* Term (in months). 1 month for monthly recurring purchase. 12 months for a 1 year reservation. 36 months for a 3 year reservation.
|
|
2009
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2010
|
+
*/
|
|
2011
|
+
readonly term?: string;
|
|
2012
|
+
/**
|
|
2013
|
+
* Publisher Name.
|
|
2014
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2015
|
+
*/
|
|
2016
|
+
readonly publisherName?: string;
|
|
2017
|
+
/**
|
|
2018
|
+
* Publisher Type.
|
|
2019
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2020
|
+
*/
|
|
2021
|
+
readonly publisherType?: string;
|
|
2022
|
+
/**
|
|
2023
|
+
* Plan Name.
|
|
2024
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2025
|
+
*/
|
|
2026
|
+
readonly planName?: string;
|
|
2027
|
+
/**
|
|
2028
|
+
* Indicates a charge represents credits, usage, a Marketplace purchase, a reservation fee, or a refund.
|
|
2029
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2030
|
+
*/
|
|
2031
|
+
readonly chargeType?: string;
|
|
2032
|
+
/**
|
|
2033
|
+
* Indicates how frequently this charge will occur. OneTime for purchases which only happen once, Monthly for fees which recur every month, and UsageBased for charges based on how much a service is used.
|
|
2034
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2035
|
+
*/
|
|
2036
|
+
readonly frequency?: string;
|
|
2037
|
+
/**
|
|
2038
|
+
* Retail price for the resource.
|
|
2039
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2040
|
+
*/
|
|
2041
|
+
readonly payGPrice?: number;
|
|
2042
|
+
/**
|
|
2043
|
+
* Identifier that indicates how the meter is priced.
|
|
2044
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2045
|
+
*/
|
|
2046
|
+
readonly pricingModel?: PricingModelType;
|
|
2047
|
+
}
|
|
2048
|
+
/** Modern usage detail. */
|
|
2049
|
+
export interface ModernUsageDetail extends UsageDetail {
|
|
2050
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2051
|
+
kind: "modern";
|
|
2052
|
+
/**
|
|
2053
|
+
* Billing Account identifier.
|
|
2054
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2055
|
+
*/
|
|
2056
|
+
readonly billingAccountId?: string;
|
|
2057
|
+
/**
|
|
2058
|
+
* Effective Price that's charged for the usage.
|
|
2059
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2060
|
+
*/
|
|
2061
|
+
readonly effectivePrice?: number;
|
|
2062
|
+
/**
|
|
2063
|
+
* Identifier that indicates how the meter is priced
|
|
2064
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2065
|
+
*/
|
|
2066
|
+
readonly pricingModel?: PricingModelType;
|
|
2067
|
+
/**
|
|
2068
|
+
* Name of the Billing Account.
|
|
2069
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2070
|
+
*/
|
|
2071
|
+
readonly billingAccountName?: string;
|
|
2072
|
+
/**
|
|
2073
|
+
* Billing Period Start Date as in the invoice.
|
|
2074
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2075
|
+
*/
|
|
2076
|
+
readonly billingPeriodStartDate?: Date;
|
|
2077
|
+
/**
|
|
2078
|
+
* Billing Period End Date as in the invoice.
|
|
2079
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2080
|
+
*/
|
|
2081
|
+
readonly billingPeriodEndDate?: Date;
|
|
2082
|
+
/**
|
|
2083
|
+
* Identifier for the billing profile that groups costs across invoices in the a singular billing currency across across the customers who have onboarded the Microsoft customer agreement and the customers in CSP who have made entitlement purchases like SaaS, Marketplace, RI, etc.
|
|
2084
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2085
|
+
*/
|
|
2086
|
+
readonly billingProfileId?: string;
|
|
2087
|
+
/**
|
|
2088
|
+
* Name of the billing profile that groups costs across invoices in the a singular billing currency across across the customers who have onboarded the Microsoft customer agreement and the customers in CSP who have made entitlement purchases like SaaS, Marketplace, RI, etc.
|
|
2089
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2090
|
+
*/
|
|
2091
|
+
readonly billingProfileName?: string;
|
|
2092
|
+
/**
|
|
2093
|
+
* Unique Microsoft generated identifier for the Azure Subscription.
|
|
2094
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2095
|
+
*/
|
|
2096
|
+
readonly subscriptionGuid?: string;
|
|
2097
|
+
/**
|
|
2098
|
+
* Name of the Azure Subscription.
|
|
2099
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2100
|
+
*/
|
|
2101
|
+
readonly subscriptionName?: string;
|
|
2102
|
+
/**
|
|
2103
|
+
* Date for the usage record.
|
|
2104
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2105
|
+
*/
|
|
2106
|
+
readonly date?: Date;
|
|
2107
|
+
/**
|
|
2108
|
+
* Name of the product that has accrued charges by consumption or purchase as listed in the invoice. Not available for Marketplace.
|
|
2109
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2110
|
+
*/
|
|
2111
|
+
readonly product?: string;
|
|
2112
|
+
/**
|
|
2113
|
+
* The meter id (GUID). Not available for marketplace. For reserved instance this represents the primary meter for which the reservation was purchased. For the actual VM Size for which the reservation is purchased see productOrderName.
|
|
2114
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2115
|
+
*/
|
|
2116
|
+
readonly meterId?: string;
|
|
2117
|
+
/**
|
|
2118
|
+
* Identifies the name of the meter against which consumption is measured.
|
|
2119
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2120
|
+
*/
|
|
2121
|
+
readonly meterName?: string;
|
|
2122
|
+
/**
|
|
2123
|
+
* Identifies the location of the datacenter for certain services that are priced based on datacenter location.
|
|
2124
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2125
|
+
*/
|
|
2126
|
+
readonly meterRegion?: string;
|
|
2127
|
+
/**
|
|
2128
|
+
* Identifies the top-level service for the usage.
|
|
2129
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2130
|
+
*/
|
|
2131
|
+
readonly meterCategory?: string;
|
|
2132
|
+
/**
|
|
2133
|
+
* Defines the type or sub-category of Azure service that can affect the rate.
|
|
2134
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2135
|
+
*/
|
|
2136
|
+
readonly meterSubCategory?: string;
|
|
2137
|
+
/**
|
|
2138
|
+
* List the service family for the product purchased or charged (Example: Storage ; Compute).
|
|
2139
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2140
|
+
*/
|
|
2141
|
+
readonly serviceFamily?: string;
|
|
2142
|
+
/**
|
|
2143
|
+
* Measure the quantity purchased or consumed.The amount of the meter used during the billing period.
|
|
2144
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2145
|
+
*/
|
|
2146
|
+
readonly quantity?: number;
|
|
2147
|
+
/**
|
|
2148
|
+
* Identifies the Unit that the service is charged in. For example, GB, hours, 10,000 s.
|
|
2149
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2150
|
+
*/
|
|
2151
|
+
readonly unitOfMeasure?: string;
|
|
2152
|
+
/**
|
|
2153
|
+
* Instance Name.
|
|
2154
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2155
|
+
*/
|
|
2156
|
+
readonly instanceName?: string;
|
|
2157
|
+
/**
|
|
2158
|
+
* Estimated extendedCost or blended cost before tax in USD.
|
|
2159
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2160
|
+
*/
|
|
2161
|
+
readonly costInUSD?: number;
|
|
2162
|
+
/**
|
|
2163
|
+
* Unit Price is the price applicable to you. (your EA or other contract price).
|
|
2164
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2165
|
+
*/
|
|
2166
|
+
readonly unitPrice?: number;
|
|
2167
|
+
/**
|
|
2168
|
+
* The currency defining the billed cost.
|
|
2169
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2170
|
+
*/
|
|
2171
|
+
readonly billingCurrencyCode?: string;
|
|
2172
|
+
/**
|
|
2173
|
+
* Name of the resource location.
|
|
2174
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2175
|
+
*/
|
|
2176
|
+
readonly resourceLocation?: string;
|
|
2177
|
+
/**
|
|
2178
|
+
* Consumed service name. Name of the azure resource provider that emits the usage or was purchased. This value is not provided for marketplace usage.
|
|
2179
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2180
|
+
*/
|
|
2181
|
+
readonly consumedService?: string;
|
|
2182
|
+
/**
|
|
2183
|
+
* Service-specific metadata.
|
|
2184
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2185
|
+
*/
|
|
2186
|
+
readonly serviceInfo1?: string;
|
|
2187
|
+
/**
|
|
2188
|
+
* Legacy field with optional service-specific metadata.
|
|
2189
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2190
|
+
*/
|
|
2191
|
+
readonly serviceInfo2?: string;
|
|
2192
|
+
/**
|
|
2193
|
+
* Additional details of this usage item. Use this field to get usage line item specific details such as the actual VM Size (ServiceType) or the ratio in which the reservation discount is applied.
|
|
2194
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2195
|
+
*/
|
|
2196
|
+
readonly additionalInfo?: string;
|
|
2197
|
+
/**
|
|
2198
|
+
* Identifier of the project that is being charged in the invoice. Not applicable for Microsoft Customer Agreements onboarded by partners.
|
|
2199
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2200
|
+
*/
|
|
2201
|
+
readonly invoiceSectionId?: string;
|
|
2202
|
+
/**
|
|
2203
|
+
* Name of the project that is being charged in the invoice. Not applicable for Microsoft Customer Agreements onboarded by partners.
|
|
2204
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2205
|
+
*/
|
|
2206
|
+
readonly invoiceSectionName?: string;
|
|
2207
|
+
/**
|
|
2208
|
+
* The cost center of this department if it is a department and a cost center is provided.
|
|
2209
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2210
|
+
*/
|
|
2211
|
+
readonly costCenter?: string;
|
|
2212
|
+
/**
|
|
2213
|
+
* Name of the Azure resource group used for cohesive lifecycle management of resources.
|
|
2214
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2215
|
+
*/
|
|
2216
|
+
readonly resourceGroup?: string;
|
|
2217
|
+
/**
|
|
2218
|
+
* ARM resource id of the reservation. Only applies to records relevant to reservations.
|
|
2219
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2220
|
+
*/
|
|
2221
|
+
readonly reservationId?: string;
|
|
2222
|
+
/**
|
|
2223
|
+
* User provided display name of the reservation. Last known name for a particular day is populated in the daily data. Only applies to records relevant to reservations.
|
|
2224
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2225
|
+
*/
|
|
2226
|
+
readonly reservationName?: string;
|
|
2227
|
+
/**
|
|
2228
|
+
* The identifier for the asset or Azure plan name that the subscription belongs to. For example: Azure Plan. For reservations this is the Reservation Order ID.
|
|
2229
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2230
|
+
*/
|
|
2231
|
+
readonly productOrderId?: string;
|
|
2232
|
+
/**
|
|
2233
|
+
* Product Order Name. For reservations this is the SKU that was purchased.
|
|
2234
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2235
|
+
*/
|
|
2236
|
+
readonly productOrderName?: string;
|
|
2237
|
+
/**
|
|
2238
|
+
* Determines if the cost is eligible to be paid for using Azure credits.
|
|
2239
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2240
|
+
*/
|
|
2241
|
+
readonly isAzureCreditEligible?: boolean;
|
|
2242
|
+
/**
|
|
2243
|
+
* Term (in months). Displays the term for the validity of the offer. For example. In case of reserved instances it displays 12 months for yearly term of reserved instance. For one time purchases or recurring purchases, the terms displays 1 month; This is not applicable for Azure consumption.
|
|
2244
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2245
|
+
*/
|
|
2246
|
+
readonly term?: string;
|
|
2247
|
+
/**
|
|
2248
|
+
* Name of the publisher of the service including Microsoft or Third Party publishers.
|
|
2249
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2250
|
+
*/
|
|
2251
|
+
readonly publisherName?: string;
|
|
2252
|
+
/**
|
|
2253
|
+
* Type of publisher that identifies if the publisher is first party, third party reseller or third party agency.
|
|
2254
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2255
|
+
*/
|
|
2256
|
+
readonly publisherType?: string;
|
|
2257
|
+
/**
|
|
2258
|
+
* Indicates a charge represents credits, usage, a Marketplace purchase, a reservation fee, or a refund.
|
|
2259
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2260
|
+
*/
|
|
2261
|
+
readonly chargeType?: string;
|
|
2262
|
+
/**
|
|
2263
|
+
* Indicates how frequently this charge will occur. OneTime for purchases which only happen once, Monthly for fees which recur every month, and UsageBased for charges based on how much a service is used.
|
|
2264
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2265
|
+
*/
|
|
2266
|
+
readonly frequency?: string;
|
|
2267
|
+
/**
|
|
2268
|
+
* ExtendedCost or blended cost before tax in billed currency.
|
|
2269
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2270
|
+
*/
|
|
2271
|
+
readonly costInBillingCurrency?: number;
|
|
2272
|
+
/**
|
|
2273
|
+
* ExtendedCost or blended cost before tax in pricing currency to correlate with prices.
|
|
2274
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2275
|
+
*/
|
|
2276
|
+
readonly costInPricingCurrency?: number;
|
|
2277
|
+
/**
|
|
2278
|
+
* Exchange rate used in conversion from pricing currency to billing currency.
|
|
2279
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2280
|
+
*/
|
|
2281
|
+
readonly exchangeRate?: string;
|
|
2282
|
+
/**
|
|
2283
|
+
* Date on which exchange rate used in conversion from pricing currency to billing currency.
|
|
2284
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2285
|
+
*/
|
|
2286
|
+
readonly exchangeRateDate?: Date;
|
|
2287
|
+
/**
|
|
2288
|
+
* Invoice ID as on the invoice where the specific transaction appears.
|
|
2289
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2290
|
+
*/
|
|
2291
|
+
readonly invoiceId?: string;
|
|
2292
|
+
/**
|
|
2293
|
+
* Reference to an original invoice there is a refund (negative cost). This is populated only when there is a refund.
|
|
2294
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2295
|
+
*/
|
|
2296
|
+
readonly previousInvoiceId?: string;
|
|
2297
|
+
/**
|
|
2298
|
+
* Pricing Billing Currency.
|
|
2299
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2300
|
+
*/
|
|
2301
|
+
readonly pricingCurrencyCode?: string;
|
|
2302
|
+
/**
|
|
2303
|
+
* Identifier for the product that has accrued charges by consumption or purchase . This is the concatenated key of productId and SkuId in partner center.
|
|
2304
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2305
|
+
*/
|
|
2306
|
+
readonly productIdentifier?: string;
|
|
2307
|
+
/**
|
|
2308
|
+
* Resource Location Normalized.
|
|
2309
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2310
|
+
*/
|
|
2311
|
+
readonly resourceLocationNormalized?: string;
|
|
2312
|
+
/**
|
|
2313
|
+
* Start date for the rating period when the service usage was rated for charges. The prices for Azure services are determined for the rating period.
|
|
2314
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2315
|
+
*/
|
|
2316
|
+
readonly servicePeriodStartDate?: Date;
|
|
2317
|
+
/**
|
|
2318
|
+
* End date for the period when the service usage was rated for charges. The prices for Azure services are determined based on the rating period.
|
|
2319
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2320
|
+
*/
|
|
2321
|
+
readonly servicePeriodEndDate?: Date;
|
|
2322
|
+
/**
|
|
2323
|
+
* Identifier of the customer's AAD tenant.
|
|
2324
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2325
|
+
*/
|
|
2326
|
+
readonly customerTenantId?: string;
|
|
2327
|
+
/**
|
|
2328
|
+
* Name of the customer's AAD tenant.
|
|
2329
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2330
|
+
*/
|
|
2331
|
+
readonly customerName?: string;
|
|
2332
|
+
/**
|
|
2333
|
+
* Identifier for the partner's AAD tenant.
|
|
2334
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2335
|
+
*/
|
|
2336
|
+
readonly partnerTenantId?: string;
|
|
2337
|
+
/**
|
|
2338
|
+
* Name of the partner' AAD tenant.
|
|
2339
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2340
|
+
*/
|
|
2341
|
+
readonly partnerName?: string;
|
|
2342
|
+
/**
|
|
2343
|
+
* MPNId for the reseller associated with the subscription.
|
|
2344
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2345
|
+
*/
|
|
2346
|
+
readonly resellerMpnId?: string;
|
|
2347
|
+
/**
|
|
2348
|
+
* Reseller Name.
|
|
2349
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2350
|
+
*/
|
|
2351
|
+
readonly resellerName?: string;
|
|
2352
|
+
/**
|
|
2353
|
+
* Publisher Id.
|
|
2354
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2355
|
+
*/
|
|
2356
|
+
readonly publisherId?: string;
|
|
2357
|
+
/**
|
|
2358
|
+
* Market Price that's charged for the usage.
|
|
2359
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2360
|
+
*/
|
|
2361
|
+
readonly marketPrice?: number;
|
|
2362
|
+
/**
|
|
2363
|
+
* Exchange Rate from pricing currency to billing currency.
|
|
2364
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2365
|
+
*/
|
|
2366
|
+
readonly exchangeRatePricingToBilling?: number;
|
|
2367
|
+
/**
|
|
2368
|
+
* The amount of PayG cost before tax in billing currency.
|
|
2369
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2370
|
+
*/
|
|
2371
|
+
readonly paygCostInBillingCurrency?: number;
|
|
2372
|
+
/**
|
|
2373
|
+
* The amount of PayG cost before tax in US Dollar currency.
|
|
2374
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2375
|
+
*/
|
|
2376
|
+
readonly paygCostInUSD?: number;
|
|
2377
|
+
/**
|
|
2378
|
+
* Rate of discount applied if there is a partner earned credit (PEC) based on partner admin link access.
|
|
2379
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2380
|
+
*/
|
|
2381
|
+
readonly partnerEarnedCreditRate?: number;
|
|
2382
|
+
/**
|
|
2383
|
+
* Flag to indicate if partner earned credit has been applied or not.
|
|
2384
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2385
|
+
*/
|
|
2386
|
+
readonly partnerEarnedCreditApplied?: string;
|
|
2387
|
+
/**
|
|
2388
|
+
* Retail price for the resource.
|
|
2389
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2390
|
+
*/
|
|
2391
|
+
readonly payGPrice?: number;
|
|
2392
|
+
/**
|
|
2393
|
+
* Unique identifier for the applicable benefit.
|
|
2394
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2395
|
+
*/
|
|
2396
|
+
readonly benefitId?: string;
|
|
2397
|
+
/**
|
|
2398
|
+
* Name of the applicable benefit.
|
|
2399
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2400
|
+
*/
|
|
2401
|
+
readonly benefitName?: string;
|
|
2402
|
+
/**
|
|
2403
|
+
* Identifier for Product Category or Line Of Business, Ex - Azure, Microsoft 365, AWS e.t.c
|
|
2404
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2405
|
+
*/
|
|
2406
|
+
readonly provider?: string;
|
|
2407
|
+
/**
|
|
2408
|
+
* Name for Cost Allocation Rule.
|
|
2409
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2410
|
+
*/
|
|
2411
|
+
readonly costAllocationRuleName?: string;
|
|
2412
|
+
}
|
|
2413
|
+
/** Legacy reservation recommendation. */
|
|
2414
|
+
export interface LegacyReservationRecommendation extends ReservationRecommendation {
|
|
2415
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2416
|
+
kind: "legacy";
|
|
2417
|
+
/**
|
|
2418
|
+
* The number of days of usage to look back for recommendation.
|
|
2419
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2420
|
+
*/
|
|
2421
|
+
readonly lookBackPeriod?: string;
|
|
2422
|
+
/**
|
|
2423
|
+
* The instance Flexibility Ratio.
|
|
2424
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2425
|
+
*/
|
|
2426
|
+
readonly instanceFlexibilityRatio?: number;
|
|
2427
|
+
/**
|
|
2428
|
+
* The instance Flexibility Group.
|
|
2429
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2430
|
+
*/
|
|
2431
|
+
readonly instanceFlexibilityGroup?: string;
|
|
2432
|
+
/**
|
|
2433
|
+
* The normalized Size.
|
|
2434
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2435
|
+
*/
|
|
2436
|
+
readonly normalizedSize?: string;
|
|
2437
|
+
/**
|
|
2438
|
+
* The recommended Quantity Normalized.
|
|
2439
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2440
|
+
*/
|
|
2441
|
+
readonly recommendedQuantityNormalized?: number;
|
|
2442
|
+
/**
|
|
2443
|
+
* The meter id (GUID)
|
|
2444
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2445
|
+
*/
|
|
2446
|
+
readonly meterId?: string;
|
|
2447
|
+
/**
|
|
2448
|
+
* The azure resource type.
|
|
2449
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2450
|
+
*/
|
|
2451
|
+
readonly resourceType?: string;
|
|
2452
|
+
/**
|
|
2453
|
+
* RI recommendations in one or three year terms.
|
|
2454
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2455
|
+
*/
|
|
2456
|
+
readonly term?: string;
|
|
2457
|
+
/**
|
|
2458
|
+
* The total amount of cost without reserved instances.
|
|
2459
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2460
|
+
*/
|
|
2461
|
+
readonly costWithNoReservedInstances?: number;
|
|
2462
|
+
/**
|
|
2463
|
+
* Recommended quality for reserved instances.
|
|
2464
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2465
|
+
*/
|
|
2466
|
+
readonly recommendedQuantity?: number;
|
|
2467
|
+
/**
|
|
2468
|
+
* The total amount of cost with reserved instances.
|
|
2469
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2470
|
+
*/
|
|
2471
|
+
readonly totalCostWithReservedInstances?: number;
|
|
2472
|
+
/**
|
|
2473
|
+
* Total estimated savings with reserved instances.
|
|
2474
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2475
|
+
*/
|
|
2476
|
+
readonly netSavings?: number;
|
|
2477
|
+
/**
|
|
2478
|
+
* The usage date for looking back.
|
|
2479
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2480
|
+
*/
|
|
2481
|
+
readonly firstUsageDate?: Date;
|
|
2482
|
+
/** Shared or single recommendation. */
|
|
2483
|
+
scope: string;
|
|
2484
|
+
/**
|
|
2485
|
+
* List of sku properties
|
|
2486
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2487
|
+
*/
|
|
2488
|
+
readonly skuProperties?: SkuProperty[];
|
|
2489
|
+
}
|
|
2490
|
+
/** Modern reservation recommendation. */
|
|
2491
|
+
export interface ModernReservationRecommendation extends ReservationRecommendation {
|
|
2492
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2493
|
+
kind: "modern";
|
|
2494
|
+
/**
|
|
2495
|
+
* Resource Location.
|
|
2496
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2497
|
+
*/
|
|
2498
|
+
readonly locationPropertiesLocation?: string;
|
|
2499
|
+
/**
|
|
2500
|
+
* The number of days of usage to look back for recommendation.
|
|
2501
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2502
|
+
*/
|
|
2503
|
+
readonly lookBackPeriod?: number;
|
|
2504
|
+
/**
|
|
2505
|
+
* The instance Flexibility Ratio.
|
|
2506
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2507
|
+
*/
|
|
2508
|
+
readonly instanceFlexibilityRatio?: number;
|
|
2509
|
+
/**
|
|
2510
|
+
* The instance Flexibility Group.
|
|
2511
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2512
|
+
*/
|
|
2513
|
+
readonly instanceFlexibilityGroup?: string;
|
|
2514
|
+
/**
|
|
2515
|
+
* The normalized Size.
|
|
2516
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2517
|
+
*/
|
|
2518
|
+
readonly normalizedSize?: string;
|
|
2519
|
+
/**
|
|
2520
|
+
* The recommended Quantity Normalized.
|
|
2521
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2522
|
+
*/
|
|
2523
|
+
readonly recommendedQuantityNormalized?: number;
|
|
2524
|
+
/**
|
|
2525
|
+
* The meter id (GUID)
|
|
2526
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2527
|
+
*/
|
|
2528
|
+
readonly meterId?: string;
|
|
2529
|
+
/**
|
|
2530
|
+
* RI recommendations in one or three year terms.
|
|
2531
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2532
|
+
*/
|
|
2533
|
+
readonly term?: string;
|
|
2534
|
+
/**
|
|
2535
|
+
* The total amount of cost without reserved instances.
|
|
2536
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2537
|
+
*/
|
|
2538
|
+
readonly costWithNoReservedInstances?: Amount;
|
|
2539
|
+
/**
|
|
2540
|
+
* Recommended quality for reserved instances.
|
|
2541
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2542
|
+
*/
|
|
2543
|
+
readonly recommendedQuantity?: number;
|
|
2544
|
+
/**
|
|
2545
|
+
* The total amount of cost with reserved instances.
|
|
2546
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2547
|
+
*/
|
|
2548
|
+
readonly totalCostWithReservedInstances?: Amount;
|
|
2549
|
+
/**
|
|
2550
|
+
* Total estimated savings with reserved instances.
|
|
2551
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2552
|
+
*/
|
|
2553
|
+
readonly netSavings?: Amount;
|
|
2554
|
+
/**
|
|
2555
|
+
* The usage date for looking back.
|
|
2556
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2557
|
+
*/
|
|
2558
|
+
readonly firstUsageDate?: Date;
|
|
2559
|
+
/**
|
|
2560
|
+
* Shared or single recommendation.
|
|
2561
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2562
|
+
*/
|
|
2563
|
+
readonly scope?: string;
|
|
2564
|
+
/**
|
|
2565
|
+
* List of sku properties
|
|
2566
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2567
|
+
*/
|
|
2568
|
+
readonly skuProperties?: SkuProperty[];
|
|
2569
|
+
/**
|
|
2570
|
+
* This is the ARM Sku name.
|
|
2571
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2572
|
+
*/
|
|
2573
|
+
readonly skuName?: string;
|
|
2574
|
+
}
|
|
2575
|
+
/** Legacy charge summary. */
|
|
2576
|
+
export interface LegacyChargeSummary extends ChargeSummary {
|
|
2577
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2578
|
+
kind: "legacy";
|
|
2579
|
+
/**
|
|
2580
|
+
* The id of the billing period resource that the charge belongs to.
|
|
2581
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2582
|
+
*/
|
|
2583
|
+
readonly billingPeriodId?: string;
|
|
2584
|
+
/**
|
|
2585
|
+
* Usage start date.
|
|
2586
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2587
|
+
*/
|
|
2588
|
+
readonly usageStart?: string;
|
|
2589
|
+
/**
|
|
2590
|
+
* Usage end date.
|
|
2591
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2592
|
+
*/
|
|
2593
|
+
readonly usageEnd?: string;
|
|
2594
|
+
/**
|
|
2595
|
+
* Azure Charges.
|
|
2596
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2597
|
+
*/
|
|
2598
|
+
readonly azureCharges?: number;
|
|
2599
|
+
/**
|
|
2600
|
+
* Charges Billed separately.
|
|
2601
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2602
|
+
*/
|
|
2603
|
+
readonly chargesBilledSeparately?: number;
|
|
2604
|
+
/**
|
|
2605
|
+
* Marketplace Charges.
|
|
2606
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2607
|
+
*/
|
|
2608
|
+
readonly marketplaceCharges?: number;
|
|
2609
|
+
/**
|
|
2610
|
+
* Currency Code
|
|
2611
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2612
|
+
*/
|
|
2613
|
+
readonly currency?: string;
|
|
2614
|
+
}
|
|
2615
|
+
/** Modern charge summary. */
|
|
2616
|
+
export interface ModernChargeSummary extends ChargeSummary {
|
|
2617
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2618
|
+
kind: "modern";
|
|
2619
|
+
/**
|
|
2620
|
+
* The id of the billing period resource that the charge belongs to.
|
|
2621
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2622
|
+
*/
|
|
2623
|
+
readonly billingPeriodId?: string;
|
|
2624
|
+
/**
|
|
2625
|
+
* Usage start date.
|
|
2626
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2627
|
+
*/
|
|
2628
|
+
readonly usageStart?: string;
|
|
2629
|
+
/**
|
|
2630
|
+
* Usage end date.
|
|
2631
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2632
|
+
*/
|
|
2633
|
+
readonly usageEnd?: string;
|
|
2634
|
+
/**
|
|
2635
|
+
* Azure Charges.
|
|
2636
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2637
|
+
*/
|
|
2638
|
+
readonly azureCharges?: Amount;
|
|
2639
|
+
/**
|
|
2640
|
+
* Charges Billed separately.
|
|
2641
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2642
|
+
*/
|
|
2643
|
+
readonly chargesBilledSeparately?: Amount;
|
|
2644
|
+
/**
|
|
2645
|
+
* Marketplace Charges.
|
|
2646
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2647
|
+
*/
|
|
2648
|
+
readonly marketplaceCharges?: Amount;
|
|
2649
|
+
/**
|
|
2650
|
+
* Billing Account Id
|
|
2651
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2652
|
+
*/
|
|
2653
|
+
readonly billingAccountId?: string;
|
|
2654
|
+
/**
|
|
2655
|
+
* Billing Profile Id
|
|
2656
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2657
|
+
*/
|
|
2658
|
+
readonly billingProfileId?: string;
|
|
2659
|
+
/**
|
|
2660
|
+
* Invoice Section Id
|
|
2661
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2662
|
+
*/
|
|
2663
|
+
readonly invoiceSectionId?: string;
|
|
2664
|
+
/**
|
|
2665
|
+
* Customer Id
|
|
2666
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2667
|
+
*/
|
|
2668
|
+
readonly customerId?: string;
|
|
2669
|
+
/**
|
|
2670
|
+
* Is charge Invoiced
|
|
2671
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2672
|
+
*/
|
|
2673
|
+
readonly isInvoiced?: boolean;
|
|
2674
|
+
}
|
|
2675
|
+
/** Legacy Reservation transaction resource. */
|
|
2676
|
+
export interface LegacyReservationTransaction extends ReservationTransaction {
|
|
2677
|
+
}
|
|
2678
|
+
/** Known values of {@link Metrictype} that the service accepts. */
|
|
2679
|
+
export declare enum KnownMetrictype {
|
|
2680
|
+
/** Actual cost data. */
|
|
2681
|
+
ActualCostMetricType = "actualcost",
|
|
2682
|
+
/** Amortized cost data. */
|
|
2683
|
+
AmortizedCostMetricType = "amortizedcost",
|
|
2684
|
+
/** Usage data. */
|
|
2685
|
+
UsageMetricType = "usage"
|
|
2686
|
+
}
|
|
2687
|
+
/**
|
|
2688
|
+
* Defines values for Metrictype. \
|
|
2689
|
+
* {@link KnownMetrictype} can be used interchangeably with Metrictype,
|
|
2690
|
+
* this enum contains the known values that the service supports.
|
|
2691
|
+
* ### Known values supported by the service
|
|
2692
|
+
* **actualcost**: Actual cost data. \
|
|
2693
|
+
* **amortizedcost**: Amortized cost data. \
|
|
2694
|
+
* **usage**: Usage data.
|
|
2695
|
+
*/
|
|
2696
|
+
export type Metrictype = string;
|
|
2697
|
+
/** Known values of {@link UsageDetailsKind} that the service accepts. */
|
|
2698
|
+
export declare enum KnownUsageDetailsKind {
|
|
2699
|
+
/** Legacy */
|
|
2700
|
+
Legacy = "legacy",
|
|
2701
|
+
/** Modern */
|
|
2702
|
+
Modern = "modern"
|
|
2703
|
+
}
|
|
2704
|
+
/**
|
|
2705
|
+
* Defines values for UsageDetailsKind. \
|
|
2706
|
+
* {@link KnownUsageDetailsKind} can be used interchangeably with UsageDetailsKind,
|
|
2707
|
+
* this enum contains the known values that the service supports.
|
|
2708
|
+
* ### Known values supported by the service
|
|
2709
|
+
* **legacy** \
|
|
2710
|
+
* **modern**
|
|
2711
|
+
*/
|
|
2712
|
+
export type UsageDetailsKind = string;
|
|
2713
|
+
/** Known values of {@link CategoryType} that the service accepts. */
|
|
2714
|
+
export declare enum KnownCategoryType {
|
|
2715
|
+
/** Cost */
|
|
2716
|
+
Cost = "Cost"
|
|
2717
|
+
}
|
|
2718
|
+
/**
|
|
2719
|
+
* Defines values for CategoryType. \
|
|
2720
|
+
* {@link KnownCategoryType} can be used interchangeably with CategoryType,
|
|
2721
|
+
* this enum contains the known values that the service supports.
|
|
2722
|
+
* ### Known values supported by the service
|
|
2723
|
+
* **Cost**
|
|
2724
|
+
*/
|
|
2725
|
+
export type CategoryType = string;
|
|
2726
|
+
/** Known values of {@link TimeGrainType} that the service accepts. */
|
|
2727
|
+
export declare enum KnownTimeGrainType {
|
|
2728
|
+
/** Monthly */
|
|
2729
|
+
Monthly = "Monthly",
|
|
2730
|
+
/** Quarterly */
|
|
2731
|
+
Quarterly = "Quarterly",
|
|
2732
|
+
/** Annually */
|
|
2733
|
+
Annually = "Annually",
|
|
2734
|
+
/** BillingMonth */
|
|
2735
|
+
BillingMonth = "BillingMonth",
|
|
2736
|
+
/** BillingQuarter */
|
|
2737
|
+
BillingQuarter = "BillingQuarter",
|
|
2738
|
+
/** BillingAnnual */
|
|
2739
|
+
BillingAnnual = "BillingAnnual"
|
|
2740
|
+
}
|
|
2741
|
+
/**
|
|
2742
|
+
* Defines values for TimeGrainType. \
|
|
2743
|
+
* {@link KnownTimeGrainType} can be used interchangeably with TimeGrainType,
|
|
2744
|
+
* this enum contains the known values that the service supports.
|
|
2745
|
+
* ### Known values supported by the service
|
|
2746
|
+
* **Monthly** \
|
|
2747
|
+
* **Quarterly** \
|
|
2748
|
+
* **Annually** \
|
|
2749
|
+
* **BillingMonth** \
|
|
2750
|
+
* **BillingQuarter** \
|
|
2751
|
+
* **BillingAnnual**
|
|
2752
|
+
*/
|
|
2753
|
+
export type TimeGrainType = string;
|
|
2754
|
+
/** Known values of {@link BudgetOperatorType} that the service accepts. */
|
|
2755
|
+
export declare enum KnownBudgetOperatorType {
|
|
2756
|
+
/** In */
|
|
2757
|
+
In = "In"
|
|
2758
|
+
}
|
|
2759
|
+
/**
|
|
2760
|
+
* Defines values for BudgetOperatorType. \
|
|
2761
|
+
* {@link KnownBudgetOperatorType} can be used interchangeably with BudgetOperatorType,
|
|
2762
|
+
* this enum contains the known values that the service supports.
|
|
2763
|
+
* ### Known values supported by the service
|
|
2764
|
+
* **In**
|
|
2765
|
+
*/
|
|
2766
|
+
export type BudgetOperatorType = string;
|
|
2767
|
+
/** Known values of {@link OperatorType} that the service accepts. */
|
|
2768
|
+
export declare enum KnownOperatorType {
|
|
2769
|
+
/** EqualTo */
|
|
2770
|
+
EqualTo = "EqualTo",
|
|
2771
|
+
/** GreaterThan */
|
|
2772
|
+
GreaterThan = "GreaterThan",
|
|
2773
|
+
/** GreaterThanOrEqualTo */
|
|
2774
|
+
GreaterThanOrEqualTo = "GreaterThanOrEqualTo"
|
|
2775
|
+
}
|
|
2776
|
+
/**
|
|
2777
|
+
* Defines values for OperatorType. \
|
|
2778
|
+
* {@link KnownOperatorType} can be used interchangeably with OperatorType,
|
|
2779
|
+
* this enum contains the known values that the service supports.
|
|
2780
|
+
* ### Known values supported by the service
|
|
2781
|
+
* **EqualTo** \
|
|
2782
|
+
* **GreaterThan** \
|
|
2783
|
+
* **GreaterThanOrEqualTo**
|
|
2784
|
+
*/
|
|
2785
|
+
export type OperatorType = string;
|
|
2786
|
+
/** Known values of {@link ThresholdType} that the service accepts. */
|
|
2787
|
+
export declare enum KnownThresholdType {
|
|
2788
|
+
/** Actual */
|
|
2789
|
+
Actual = "Actual",
|
|
2790
|
+
/** Forecasted */
|
|
2791
|
+
Forecasted = "Forecasted"
|
|
2792
|
+
}
|
|
2793
|
+
/**
|
|
2794
|
+
* Defines values for ThresholdType. \
|
|
2795
|
+
* {@link KnownThresholdType} can be used interchangeably with ThresholdType,
|
|
2796
|
+
* this enum contains the known values that the service supports.
|
|
2797
|
+
* ### Known values supported by the service
|
|
2798
|
+
* **Actual** \
|
|
2799
|
+
* **Forecasted**
|
|
2800
|
+
*/
|
|
2801
|
+
export type ThresholdType = string;
|
|
2802
|
+
/** Known values of {@link CultureCode} that the service accepts. */
|
|
2803
|
+
export declare enum KnownCultureCode {
|
|
2804
|
+
/** EnUs */
|
|
2805
|
+
EnUs = "en-us",
|
|
2806
|
+
/** JaJp */
|
|
2807
|
+
JaJp = "ja-jp",
|
|
2808
|
+
/** ZhCn */
|
|
2809
|
+
ZhCn = "zh-cn",
|
|
2810
|
+
/** DeDe */
|
|
2811
|
+
DeDe = "de-de",
|
|
2812
|
+
/** EsEs */
|
|
2813
|
+
EsEs = "es-es",
|
|
2814
|
+
/** FrFr */
|
|
2815
|
+
FrFr = "fr-fr",
|
|
2816
|
+
/** ItIt */
|
|
2817
|
+
ItIt = "it-it",
|
|
2818
|
+
/** KoKr */
|
|
2819
|
+
KoKr = "ko-kr",
|
|
2820
|
+
/** PtBr */
|
|
2821
|
+
PtBr = "pt-br",
|
|
2822
|
+
/** RuRu */
|
|
2823
|
+
RuRu = "ru-ru",
|
|
2824
|
+
/** ZhTw */
|
|
2825
|
+
ZhTw = "zh-tw",
|
|
2826
|
+
/** CsCz */
|
|
2827
|
+
CsCz = "cs-cz",
|
|
2828
|
+
/** PlPl */
|
|
2829
|
+
PlPl = "pl-pl",
|
|
2830
|
+
/** TrTr */
|
|
2831
|
+
TrTr = "tr-tr",
|
|
2832
|
+
/** DaDk */
|
|
2833
|
+
DaDk = "da-dk",
|
|
2834
|
+
/** EnGb */
|
|
2835
|
+
EnGb = "en-gb",
|
|
2836
|
+
/** HuHu */
|
|
2837
|
+
HuHu = "hu-hu",
|
|
2838
|
+
/** NbNo */
|
|
2839
|
+
NbNo = "nb-no",
|
|
2840
|
+
/** NlNl */
|
|
2841
|
+
NlNl = "nl-nl",
|
|
2842
|
+
/** PtPt */
|
|
2843
|
+
PtPt = "pt-pt",
|
|
2844
|
+
/** SvSe */
|
|
2845
|
+
SvSe = "sv-se"
|
|
2846
|
+
}
|
|
2847
|
+
/**
|
|
2848
|
+
* Defines values for CultureCode. \
|
|
2849
|
+
* {@link KnownCultureCode} can be used interchangeably with CultureCode,
|
|
2850
|
+
* this enum contains the known values that the service supports.
|
|
2851
|
+
* ### Known values supported by the service
|
|
2852
|
+
* **en-us** \
|
|
2853
|
+
* **ja-jp** \
|
|
2854
|
+
* **zh-cn** \
|
|
2855
|
+
* **de-de** \
|
|
2856
|
+
* **es-es** \
|
|
2857
|
+
* **fr-fr** \
|
|
2858
|
+
* **it-it** \
|
|
2859
|
+
* **ko-kr** \
|
|
2860
|
+
* **pt-br** \
|
|
2861
|
+
* **ru-ru** \
|
|
2862
|
+
* **zh-tw** \
|
|
2863
|
+
* **cs-cz** \
|
|
2864
|
+
* **pl-pl** \
|
|
2865
|
+
* **tr-tr** \
|
|
2866
|
+
* **da-dk** \
|
|
2867
|
+
* **en-gb** \
|
|
2868
|
+
* **hu-hu** \
|
|
2869
|
+
* **nb-no** \
|
|
2870
|
+
* **nl-nl** \
|
|
2871
|
+
* **pt-pt** \
|
|
2872
|
+
* **sv-se**
|
|
2873
|
+
*/
|
|
2874
|
+
export type CultureCode = string;
|
|
2875
|
+
/** Known values of {@link ChargeSummaryKind} that the service accepts. */
|
|
2876
|
+
export declare enum KnownChargeSummaryKind {
|
|
2877
|
+
/** Legacy */
|
|
2878
|
+
Legacy = "legacy",
|
|
2879
|
+
/** Modern */
|
|
2880
|
+
Modern = "modern"
|
|
2881
|
+
}
|
|
2882
|
+
/**
|
|
2883
|
+
* Defines values for ChargeSummaryKind. \
|
|
2884
|
+
* {@link KnownChargeSummaryKind} can be used interchangeably with ChargeSummaryKind,
|
|
2885
|
+
* this enum contains the known values that the service supports.
|
|
2886
|
+
* ### Known values supported by the service
|
|
2887
|
+
* **legacy** \
|
|
2888
|
+
* **modern**
|
|
2889
|
+
*/
|
|
2890
|
+
export type ChargeSummaryKind = string;
|
|
2891
|
+
/** Known values of {@link BillingFrequency} that the service accepts. */
|
|
2892
|
+
export declare enum KnownBillingFrequency {
|
|
2893
|
+
/** Month */
|
|
2894
|
+
Month = "Month",
|
|
2895
|
+
/** Quarter */
|
|
2896
|
+
Quarter = "Quarter",
|
|
2897
|
+
/** Year */
|
|
2898
|
+
Year = "Year"
|
|
2899
|
+
}
|
|
2900
|
+
/**
|
|
2901
|
+
* Defines values for BillingFrequency. \
|
|
2902
|
+
* {@link KnownBillingFrequency} can be used interchangeably with BillingFrequency,
|
|
2903
|
+
* this enum contains the known values that the service supports.
|
|
2904
|
+
* ### Known values supported by the service
|
|
2905
|
+
* **Month** \
|
|
2906
|
+
* **Quarter** \
|
|
2907
|
+
* **Year**
|
|
2908
|
+
*/
|
|
2909
|
+
export type BillingFrequency = string;
|
|
2910
|
+
/** Known values of {@link Datagrain} that the service accepts. */
|
|
2911
|
+
export declare enum KnownDatagrain {
|
|
2912
|
+
/** Daily grain of data */
|
|
2913
|
+
DailyGrain = "daily",
|
|
2914
|
+
/** Monthly grain of data */
|
|
2915
|
+
MonthlyGrain = "monthly"
|
|
2916
|
+
}
|
|
2917
|
+
/**
|
|
2918
|
+
* Defines values for Datagrain. \
|
|
2919
|
+
* {@link KnownDatagrain} can be used interchangeably with Datagrain,
|
|
2920
|
+
* this enum contains the known values that the service supports.
|
|
2921
|
+
* ### Known values supported by the service
|
|
2922
|
+
* **daily**: Daily grain of data \
|
|
2923
|
+
* **monthly**: Monthly grain of data
|
|
2924
|
+
*/
|
|
2925
|
+
export type Datagrain = string;
|
|
2926
|
+
/** Known values of {@link ReservationRecommendationKind} that the service accepts. */
|
|
2927
|
+
export declare enum KnownReservationRecommendationKind {
|
|
2928
|
+
/** Legacy */
|
|
2929
|
+
Legacy = "legacy",
|
|
2930
|
+
/** Modern */
|
|
2931
|
+
Modern = "modern"
|
|
2932
|
+
}
|
|
2933
|
+
/**
|
|
2934
|
+
* Defines values for ReservationRecommendationKind. \
|
|
2935
|
+
* {@link KnownReservationRecommendationKind} can be used interchangeably with ReservationRecommendationKind,
|
|
2936
|
+
* this enum contains the known values that the service supports.
|
|
2937
|
+
* ### Known values supported by the service
|
|
2938
|
+
* **legacy** \
|
|
2939
|
+
* **modern**
|
|
2940
|
+
*/
|
|
2941
|
+
export type ReservationRecommendationKind = string;
|
|
2942
|
+
/** Known values of {@link Term} that the service accepts. */
|
|
2943
|
+
export declare enum KnownTerm {
|
|
2944
|
+
/** 1 year reservation term */
|
|
2945
|
+
P1Y = "P1Y",
|
|
2946
|
+
/** 3 year reservation term */
|
|
2947
|
+
P3Y = "P3Y"
|
|
2948
|
+
}
|
|
2949
|
+
/**
|
|
2950
|
+
* Defines values for Term. \
|
|
2951
|
+
* {@link KnownTerm} can be used interchangeably with Term,
|
|
2952
|
+
* this enum contains the known values that the service supports.
|
|
2953
|
+
* ### Known values supported by the service
|
|
2954
|
+
* **P1Y**: 1 year reservation term \
|
|
2955
|
+
* **P3Y**: 3 year reservation term
|
|
2956
|
+
*/
|
|
2957
|
+
export type Term = string;
|
|
2958
|
+
/** Known values of {@link LookBackPeriod} that the service accepts. */
|
|
2959
|
+
export declare enum KnownLookBackPeriod {
|
|
2960
|
+
/** Use 7 days of data for recommendations */
|
|
2961
|
+
Last07Days = "Last7Days",
|
|
2962
|
+
/** Use 30 days of data for recommendations */
|
|
2963
|
+
Last30Days = "Last30Days",
|
|
2964
|
+
/** Use 60 days of data for recommendations */
|
|
2965
|
+
Last60Days = "Last60Days"
|
|
2966
|
+
}
|
|
2967
|
+
/**
|
|
2968
|
+
* Defines values for LookBackPeriod. \
|
|
2969
|
+
* {@link KnownLookBackPeriod} can be used interchangeably with LookBackPeriod,
|
|
2970
|
+
* this enum contains the known values that the service supports.
|
|
2971
|
+
* ### Known values supported by the service
|
|
2972
|
+
* **Last7Days**: Use 7 days of data for recommendations \
|
|
2973
|
+
* **Last30Days**: Use 30 days of data for recommendations \
|
|
2974
|
+
* **Last60Days**: Use 60 days of data for recommendations
|
|
2975
|
+
*/
|
|
2976
|
+
export type LookBackPeriod = string;
|
|
2977
|
+
/** Known values of {@link EventType} that the service accepts. */
|
|
2978
|
+
export declare enum KnownEventType {
|
|
2979
|
+
/** SettledCharges */
|
|
2980
|
+
SettledCharges = "SettledCharges",
|
|
2981
|
+
/** PendingCharges */
|
|
2982
|
+
PendingCharges = "PendingCharges",
|
|
2983
|
+
/** PendingAdjustments */
|
|
2984
|
+
PendingAdjustments = "PendingAdjustments",
|
|
2985
|
+
/** PendingNewCredit */
|
|
2986
|
+
PendingNewCredit = "PendingNewCredit",
|
|
2987
|
+
/** PendingExpiredCredit */
|
|
2988
|
+
PendingExpiredCredit = "PendingExpiredCredit",
|
|
2989
|
+
/** UnKnown */
|
|
2990
|
+
UnKnown = "UnKnown",
|
|
2991
|
+
/** NewCredit */
|
|
2992
|
+
NewCredit = "NewCredit"
|
|
2993
|
+
}
|
|
2994
|
+
/**
|
|
2995
|
+
* Defines values for EventType. \
|
|
2996
|
+
* {@link KnownEventType} can be used interchangeably with EventType,
|
|
2997
|
+
* this enum contains the known values that the service supports.
|
|
2998
|
+
* ### Known values supported by the service
|
|
2999
|
+
* **SettledCharges** \
|
|
3000
|
+
* **PendingCharges** \
|
|
3001
|
+
* **PendingAdjustments** \
|
|
3002
|
+
* **PendingNewCredit** \
|
|
3003
|
+
* **PendingExpiredCredit** \
|
|
3004
|
+
* **UnKnown** \
|
|
3005
|
+
* **NewCredit**
|
|
3006
|
+
*/
|
|
3007
|
+
export type EventType = string;
|
|
3008
|
+
/** Known values of {@link LotSource} that the service accepts. */
|
|
3009
|
+
export declare enum KnownLotSource {
|
|
3010
|
+
/** PurchasedCredit */
|
|
3011
|
+
PurchasedCredit = "PurchasedCredit",
|
|
3012
|
+
/** PromotionalCredit */
|
|
3013
|
+
PromotionalCredit = "PromotionalCredit",
|
|
3014
|
+
/** ConsumptionCommitment */
|
|
3015
|
+
ConsumptionCommitment = "ConsumptionCommitment"
|
|
3016
|
+
}
|
|
3017
|
+
/**
|
|
3018
|
+
* Defines values for LotSource. \
|
|
3019
|
+
* {@link KnownLotSource} can be used interchangeably with LotSource,
|
|
3020
|
+
* this enum contains the known values that the service supports.
|
|
3021
|
+
* ### Known values supported by the service
|
|
3022
|
+
* **PurchasedCredit** \
|
|
3023
|
+
* **PromotionalCredit** \
|
|
3024
|
+
* **ConsumptionCommitment**
|
|
3025
|
+
*/
|
|
3026
|
+
export type LotSource = string;
|
|
3027
|
+
/** Known values of {@link Status} that the service accepts. */
|
|
3028
|
+
export declare enum KnownStatus {
|
|
3029
|
+
/** None */
|
|
3030
|
+
None = "None",
|
|
3031
|
+
/** Active */
|
|
3032
|
+
Active = "Active",
|
|
3033
|
+
/** Inactive */
|
|
3034
|
+
Inactive = "Inactive",
|
|
3035
|
+
/** Expired */
|
|
3036
|
+
Expired = "Expired",
|
|
3037
|
+
/** Complete */
|
|
3038
|
+
Complete = "Complete",
|
|
3039
|
+
/** Canceled */
|
|
3040
|
+
Canceled = "Canceled"
|
|
3041
|
+
}
|
|
3042
|
+
/**
|
|
3043
|
+
* Defines values for Status. \
|
|
3044
|
+
* {@link KnownStatus} can be used interchangeably with Status,
|
|
3045
|
+
* this enum contains the known values that the service supports.
|
|
3046
|
+
* ### Known values supported by the service
|
|
3047
|
+
* **None** \
|
|
3048
|
+
* **Active** \
|
|
3049
|
+
* **Inactive** \
|
|
3050
|
+
* **Expired** \
|
|
3051
|
+
* **Complete** \
|
|
3052
|
+
* **Canceled**
|
|
3053
|
+
*/
|
|
3054
|
+
export type Status = string;
|
|
3055
|
+
/** Known values of {@link PricingModelType} that the service accepts. */
|
|
3056
|
+
export declare enum KnownPricingModelType {
|
|
3057
|
+
/** OnDemand */
|
|
3058
|
+
OnDemand = "On Demand",
|
|
3059
|
+
/** Reservation */
|
|
3060
|
+
Reservation = "Reservation",
|
|
3061
|
+
/** Spot */
|
|
3062
|
+
Spot = "Spot"
|
|
3063
|
+
}
|
|
3064
|
+
/**
|
|
3065
|
+
* Defines values for PricingModelType. \
|
|
3066
|
+
* {@link KnownPricingModelType} can be used interchangeably with PricingModelType,
|
|
3067
|
+
* this enum contains the known values that the service supports.
|
|
3068
|
+
* ### Known values supported by the service
|
|
3069
|
+
* **On Demand** \
|
|
3070
|
+
* **Reservation** \
|
|
3071
|
+
* **Spot**
|
|
3072
|
+
*/
|
|
3073
|
+
export type PricingModelType = string;
|
|
3074
|
+
/** Known values of {@link Scope} that the service accepts. */
|
|
3075
|
+
export declare enum KnownScope {
|
|
3076
|
+
/** Single */
|
|
3077
|
+
Single = "Single",
|
|
3078
|
+
/** Shared */
|
|
3079
|
+
Shared = "Shared"
|
|
3080
|
+
}
|
|
3081
|
+
/**
|
|
3082
|
+
* Defines values for Scope. \
|
|
3083
|
+
* {@link KnownScope} can be used interchangeably with Scope,
|
|
3084
|
+
* this enum contains the known values that the service supports.
|
|
3085
|
+
* ### Known values supported by the service
|
|
3086
|
+
* **Single** \
|
|
3087
|
+
* **Shared**
|
|
3088
|
+
*/
|
|
3089
|
+
export type Scope = string;
|
|
3090
|
+
/** Optional parameters. */
|
|
3091
|
+
export interface UsageDetailsListOptionalParams extends coreClient.OperationOptions {
|
|
3092
|
+
/** May be used to expand the properties/additionalInfo or properties/meterDetails within a list of usage details. By default, these fields are not included when listing usage details. */
|
|
3093
|
+
expand?: string;
|
|
3094
|
+
/** May be used to filter usageDetails by properties/resourceGroup, properties/resourceName, properties/resourceId, properties/chargeType, properties/reservationId, properties/publisherType or tags. The filter supports 'eq', 'lt', 'gt', 'le', 'ge', and 'and'. It does not currently support 'ne', 'or', or 'not'. Tag filter is a key value pair string where key and value is separated by a colon (:). PublisherType Filter accepts two values azure and marketplace and it is currently supported for Web Direct Offer Type */
|
|
3095
|
+
filter?: string;
|
|
3096
|
+
/** 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. */
|
|
3097
|
+
skiptoken?: string;
|
|
3098
|
+
/** May be used to limit the number of results to the most recent N usageDetails. */
|
|
3099
|
+
top?: number;
|
|
3100
|
+
/** Allows to select different type of cost/usage records. */
|
|
3101
|
+
metric?: Metrictype;
|
|
3102
|
+
}
|
|
3103
|
+
/** Contains response data for the list operation. */
|
|
3104
|
+
export type UsageDetailsListResponse = UsageDetailsListResult;
|
|
3105
|
+
/** Optional parameters. */
|
|
3106
|
+
export interface UsageDetailsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3107
|
+
}
|
|
3108
|
+
/** Contains response data for the listNext operation. */
|
|
3109
|
+
export type UsageDetailsListNextResponse = UsageDetailsListResult;
|
|
3110
|
+
/** Optional parameters. */
|
|
3111
|
+
export interface MarketplacesListOptionalParams extends coreClient.OperationOptions {
|
|
3112
|
+
/** May be used to filter marketplaces by properties/usageEnd (Utc time), properties/usageStart (Utc time), properties/resourceGroup, properties/instanceName or properties/instanceId. The filter supports 'eq', 'lt', 'gt', 'le', 'ge', and 'and'. It does not currently support 'ne', 'or', or 'not'. */
|
|
3113
|
+
filter?: string;
|
|
3114
|
+
/** 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. */
|
|
3115
|
+
skiptoken?: string;
|
|
3116
|
+
/** May be used to limit the number of results to the most recent N marketplaces. */
|
|
3117
|
+
top?: number;
|
|
3118
|
+
}
|
|
3119
|
+
/** Contains response data for the list operation. */
|
|
3120
|
+
export type MarketplacesListResponse = MarketplacesListResult;
|
|
3121
|
+
/** Optional parameters. */
|
|
3122
|
+
export interface MarketplacesListNextOptionalParams extends coreClient.OperationOptions {
|
|
3123
|
+
}
|
|
3124
|
+
/** Contains response data for the listNext operation. */
|
|
3125
|
+
export type MarketplacesListNextResponse = MarketplacesListResult;
|
|
3126
|
+
/** Optional parameters. */
|
|
3127
|
+
export interface BudgetsListOptionalParams extends coreClient.OperationOptions {
|
|
3128
|
+
}
|
|
3129
|
+
/** Contains response data for the list operation. */
|
|
3130
|
+
export type BudgetsListResponse = BudgetsListResult;
|
|
3131
|
+
/** Optional parameters. */
|
|
3132
|
+
export interface BudgetsGetOptionalParams extends coreClient.OperationOptions {
|
|
3133
|
+
}
|
|
3134
|
+
/** Contains response data for the get operation. */
|
|
3135
|
+
export type BudgetsGetResponse = Budget;
|
|
3136
|
+
/** Optional parameters. */
|
|
3137
|
+
export interface BudgetsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3138
|
+
}
|
|
3139
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
3140
|
+
export type BudgetsCreateOrUpdateResponse = Budget;
|
|
3141
|
+
/** Optional parameters. */
|
|
3142
|
+
export interface BudgetsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3143
|
+
}
|
|
3144
|
+
/** Optional parameters. */
|
|
3145
|
+
export interface BudgetsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3146
|
+
}
|
|
3147
|
+
/** Contains response data for the listNext operation. */
|
|
3148
|
+
export type BudgetsListNextResponse = BudgetsListResult;
|
|
3149
|
+
/** Optional parameters. */
|
|
3150
|
+
export interface TagsGetOptionalParams extends coreClient.OperationOptions {
|
|
3151
|
+
}
|
|
3152
|
+
/** Contains response data for the get operation. */
|
|
3153
|
+
export type TagsGetResponse = TagsResult;
|
|
3154
|
+
/** Optional parameters. */
|
|
3155
|
+
export interface ChargesListOptionalParams extends coreClient.OperationOptions {
|
|
3156
|
+
/** May be used to filter charges by properties/usageEnd (Utc time), properties/usageStart (Utc time). The filter supports 'eq', 'lt', 'gt', 'le', 'ge', and 'and'. It does not currently support 'ne', 'or', or 'not'. Tag filter is a key value pair string where key and value is separated by a colon (:). */
|
|
3157
|
+
filter?: string;
|
|
3158
|
+
/** Start date */
|
|
3159
|
+
startDate?: string;
|
|
3160
|
+
/** End date */
|
|
3161
|
+
endDate?: string;
|
|
3162
|
+
/** May be used to group charges for billingAccount scope by properties/billingProfileId, properties/invoiceSectionId, properties/customerId (specific for Partner Led), or for billingProfile scope by properties/invoiceSectionId. */
|
|
3163
|
+
apply?: string;
|
|
3164
|
+
}
|
|
3165
|
+
/** Contains response data for the list operation. */
|
|
3166
|
+
export type ChargesListResponse = ChargesListResult;
|
|
3167
|
+
/** Optional parameters. */
|
|
3168
|
+
export interface BalancesGetByBillingAccountOptionalParams extends coreClient.OperationOptions {
|
|
3169
|
+
}
|
|
3170
|
+
/** Contains response data for the getByBillingAccount operation. */
|
|
3171
|
+
export type BalancesGetByBillingAccountResponse = Balance;
|
|
3172
|
+
/** Optional parameters. */
|
|
3173
|
+
export interface BalancesGetForBillingPeriodByBillingAccountOptionalParams extends coreClient.OperationOptions {
|
|
3174
|
+
}
|
|
3175
|
+
/** Contains response data for the getForBillingPeriodByBillingAccount operation. */
|
|
3176
|
+
export type BalancesGetForBillingPeriodByBillingAccountResponse = Balance;
|
|
3177
|
+
/** Optional parameters. */
|
|
3178
|
+
export interface ReservationsSummariesListByReservationOrderOptionalParams extends coreClient.OperationOptions {
|
|
3179
|
+
/** Required only for daily grain. The properties/UsageDate for start date and end date. The filter supports 'le' and 'ge' */
|
|
3180
|
+
filter?: string;
|
|
3181
|
+
}
|
|
3182
|
+
/** Contains response data for the listByReservationOrder operation. */
|
|
3183
|
+
export type ReservationsSummariesListByReservationOrderResponse = ReservationSummariesListResult;
|
|
3184
|
+
/** Optional parameters. */
|
|
3185
|
+
export interface ReservationsSummariesListByReservationOrderAndReservationOptionalParams extends coreClient.OperationOptions {
|
|
3186
|
+
/** Required only for daily grain. The properties/UsageDate for start date and end date. The filter supports 'le' and 'ge' */
|
|
3187
|
+
filter?: string;
|
|
3188
|
+
}
|
|
3189
|
+
/** Contains response data for the listByReservationOrderAndReservation operation. */
|
|
3190
|
+
export type ReservationsSummariesListByReservationOrderAndReservationResponse = ReservationSummariesListResult;
|
|
3191
|
+
/** Optional parameters. */
|
|
3192
|
+
export interface ReservationsSummariesListOptionalParams extends coreClient.OperationOptions {
|
|
3193
|
+
/** Required only for daily grain. The properties/UsageDate for start date and end date. The filter supports 'le' and 'ge'. Not applicable when querying with billing profile */
|
|
3194
|
+
filter?: string;
|
|
3195
|
+
/** Start date. Only applicable when querying with billing profile */
|
|
3196
|
+
startDate?: string;
|
|
3197
|
+
/** End date. Only applicable when querying with billing profile */
|
|
3198
|
+
endDate?: string;
|
|
3199
|
+
/** Reservation Id GUID. Only valid if reservationOrderId is also provided. Filter to a specific reservation */
|
|
3200
|
+
reservationId?: string;
|
|
3201
|
+
/** Reservation Order Id GUID. Required if reservationId is provided. Filter to a specific reservation order */
|
|
3202
|
+
reservationOrderId?: string;
|
|
3203
|
+
}
|
|
3204
|
+
/** Contains response data for the list operation. */
|
|
3205
|
+
export type ReservationsSummariesListResponse = ReservationSummariesListResult;
|
|
3206
|
+
/** Optional parameters. */
|
|
3207
|
+
export interface ReservationsSummariesListByReservationOrderNextOptionalParams extends coreClient.OperationOptions {
|
|
3208
|
+
}
|
|
3209
|
+
/** Contains response data for the listByReservationOrderNext operation. */
|
|
3210
|
+
export type ReservationsSummariesListByReservationOrderNextResponse = ReservationSummariesListResult;
|
|
3211
|
+
/** Optional parameters. */
|
|
3212
|
+
export interface ReservationsSummariesListByReservationOrderAndReservationNextOptionalParams extends coreClient.OperationOptions {
|
|
3213
|
+
}
|
|
3214
|
+
/** Contains response data for the listByReservationOrderAndReservationNext operation. */
|
|
3215
|
+
export type ReservationsSummariesListByReservationOrderAndReservationNextResponse = ReservationSummariesListResult;
|
|
3216
|
+
/** Optional parameters. */
|
|
3217
|
+
export interface ReservationsSummariesListNextOptionalParams extends coreClient.OperationOptions {
|
|
3218
|
+
}
|
|
3219
|
+
/** Contains response data for the listNext operation. */
|
|
3220
|
+
export type ReservationsSummariesListNextResponse = ReservationSummariesListResult;
|
|
3221
|
+
/** Optional parameters. */
|
|
3222
|
+
export interface ReservationsDetailsListByReservationOrderOptionalParams extends coreClient.OperationOptions {
|
|
3223
|
+
}
|
|
3224
|
+
/** Contains response data for the listByReservationOrder operation. */
|
|
3225
|
+
export type ReservationsDetailsListByReservationOrderResponse = ReservationDetailsListResult;
|
|
3226
|
+
/** Optional parameters. */
|
|
3227
|
+
export interface ReservationsDetailsListByReservationOrderAndReservationOptionalParams extends coreClient.OperationOptions {
|
|
3228
|
+
}
|
|
3229
|
+
/** Contains response data for the listByReservationOrderAndReservation operation. */
|
|
3230
|
+
export type ReservationsDetailsListByReservationOrderAndReservationResponse = ReservationDetailsListResult;
|
|
3231
|
+
/** Optional parameters. */
|
|
3232
|
+
export interface ReservationsDetailsListOptionalParams extends coreClient.OperationOptions {
|
|
3233
|
+
/** Filter reservation details by date range. The properties/UsageDate for start date and end date. The filter supports 'le' and 'ge'. Not applicable when querying with billing profile */
|
|
3234
|
+
filter?: string;
|
|
3235
|
+
/** Start date. Only applicable when querying with billing profile */
|
|
3236
|
+
startDate?: string;
|
|
3237
|
+
/** End date. Only applicable when querying with billing profile */
|
|
3238
|
+
endDate?: string;
|
|
3239
|
+
/** Reservation Id GUID. Only valid if reservationOrderId is also provided. Filter to a specific reservation */
|
|
3240
|
+
reservationId?: string;
|
|
3241
|
+
/** Reservation Order Id GUID. Required if reservationId is provided. Filter to a specific reservation order */
|
|
3242
|
+
reservationOrderId?: string;
|
|
3243
|
+
}
|
|
3244
|
+
/** Contains response data for the list operation. */
|
|
3245
|
+
export type ReservationsDetailsListResponse = ReservationDetailsListResult;
|
|
3246
|
+
/** Optional parameters. */
|
|
3247
|
+
export interface ReservationsDetailsListByReservationOrderNextOptionalParams extends coreClient.OperationOptions {
|
|
3248
|
+
}
|
|
3249
|
+
/** Contains response data for the listByReservationOrderNext operation. */
|
|
3250
|
+
export type ReservationsDetailsListByReservationOrderNextResponse = ReservationDetailsListResult;
|
|
3251
|
+
/** Optional parameters. */
|
|
3252
|
+
export interface ReservationsDetailsListByReservationOrderAndReservationNextOptionalParams extends coreClient.OperationOptions {
|
|
3253
|
+
}
|
|
3254
|
+
/** Contains response data for the listByReservationOrderAndReservationNext operation. */
|
|
3255
|
+
export type ReservationsDetailsListByReservationOrderAndReservationNextResponse = ReservationDetailsListResult;
|
|
3256
|
+
/** Optional parameters. */
|
|
3257
|
+
export interface ReservationsDetailsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3258
|
+
}
|
|
3259
|
+
/** Contains response data for the listNext operation. */
|
|
3260
|
+
export type ReservationsDetailsListNextResponse = ReservationDetailsListResult;
|
|
3261
|
+
/** Optional parameters. */
|
|
3262
|
+
export interface ReservationRecommendationsListOptionalParams extends coreClient.OperationOptions {
|
|
3263
|
+
/** May be used to filter reservationRecommendations by: properties/scope with allowed values ['Single', 'Shared'] and default value 'Single'; properties/resourceType with allowed values ['VirtualMachines', 'SQLDatabases', 'PostgreSQL', 'ManagedDisk', 'MySQL', 'RedHat', 'MariaDB', 'RedisCache', 'CosmosDB', 'SqlDataWarehouse', 'SUSELinux', 'AppService', 'BlockBlob', 'AzureDataExplorer', 'VMwareCloudSimple'] and default value 'VirtualMachines'; and properties/lookBackPeriod with allowed values ['Last7Days', 'Last30Days', 'Last60Days'] and default value 'Last7Days'. */
|
|
3264
|
+
filter?: string;
|
|
3265
|
+
}
|
|
3266
|
+
/** Contains response data for the list operation. */
|
|
3267
|
+
export type ReservationRecommendationsListResponse = ReservationRecommendationsListResult;
|
|
3268
|
+
/** Optional parameters. */
|
|
3269
|
+
export interface ReservationRecommendationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3270
|
+
}
|
|
3271
|
+
/** Contains response data for the listNext operation. */
|
|
3272
|
+
export type ReservationRecommendationsListNextResponse = ReservationRecommendationsListResult;
|
|
3273
|
+
/** Optional parameters. */
|
|
3274
|
+
export interface ReservationRecommendationDetailsGetOptionalParams extends coreClient.OperationOptions {
|
|
3275
|
+
}
|
|
3276
|
+
/** Contains response data for the get operation. */
|
|
3277
|
+
export type ReservationRecommendationDetailsGetResponse = ReservationRecommendationDetailsModel;
|
|
3278
|
+
/** Optional parameters. */
|
|
3279
|
+
export interface ReservationTransactionsListOptionalParams extends coreClient.OperationOptions {
|
|
3280
|
+
/** Filter reservation transactions by date range. The properties/EventDate for start date and end date. The filter supports 'le' and 'ge' */
|
|
3281
|
+
filter?: string;
|
|
3282
|
+
}
|
|
3283
|
+
/** Contains response data for the list operation. */
|
|
3284
|
+
export type ReservationTransactionsListResponse = ReservationTransactionsListResult;
|
|
3285
|
+
/** Optional parameters. */
|
|
3286
|
+
export interface ReservationTransactionsListByBillingProfileOptionalParams extends coreClient.OperationOptions {
|
|
3287
|
+
/** Filter reservation transactions by date range. The properties/EventDate for start date and end date. The filter supports 'le' and 'ge' */
|
|
3288
|
+
filter?: string;
|
|
3289
|
+
}
|
|
3290
|
+
/** Contains response data for the listByBillingProfile operation. */
|
|
3291
|
+
export type ReservationTransactionsListByBillingProfileResponse = ModernReservationTransactionsListResult;
|
|
3292
|
+
/** Optional parameters. */
|
|
3293
|
+
export interface ReservationTransactionsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3294
|
+
}
|
|
3295
|
+
/** Contains response data for the listNext operation. */
|
|
3296
|
+
export type ReservationTransactionsListNextResponse = ReservationTransactionsListResult;
|
|
3297
|
+
/** Optional parameters. */
|
|
3298
|
+
export interface ReservationTransactionsListByBillingProfileNextOptionalParams extends coreClient.OperationOptions {
|
|
3299
|
+
}
|
|
3300
|
+
/** Contains response data for the listByBillingProfileNext operation. */
|
|
3301
|
+
export type ReservationTransactionsListByBillingProfileNextResponse = ModernReservationTransactionsListResult;
|
|
3302
|
+
/** Optional parameters. */
|
|
3303
|
+
export interface PriceSheetGetOptionalParams extends coreClient.OperationOptions {
|
|
3304
|
+
/** May be used to expand the properties/meterDetails within a price sheet. By default, these fields are not included when returning price sheet. */
|
|
3305
|
+
expand?: string;
|
|
3306
|
+
/** 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. */
|
|
3307
|
+
skiptoken?: string;
|
|
3308
|
+
/** May be used to limit the number of results to the top N results. */
|
|
3309
|
+
top?: number;
|
|
3310
|
+
}
|
|
3311
|
+
/** Contains response data for the get operation. */
|
|
3312
|
+
export type PriceSheetGetResponse = PriceSheetResult;
|
|
3313
|
+
/** Optional parameters. */
|
|
3314
|
+
export interface PriceSheetGetByBillingPeriodOptionalParams extends coreClient.OperationOptions {
|
|
3315
|
+
/** May be used to expand the properties/meterDetails within a price sheet. By default, these fields are not included when returning price sheet. */
|
|
3316
|
+
expand?: string;
|
|
3317
|
+
/** 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. */
|
|
3318
|
+
skiptoken?: string;
|
|
3319
|
+
/** May be used to limit the number of results to the top N results. */
|
|
3320
|
+
top?: number;
|
|
3321
|
+
}
|
|
3322
|
+
/** Contains response data for the getByBillingPeriod operation. */
|
|
3323
|
+
export type PriceSheetGetByBillingPeriodResponse = PriceSheetResult;
|
|
3324
|
+
/** Optional parameters. */
|
|
3325
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
3326
|
+
}
|
|
3327
|
+
/** Contains response data for the list operation. */
|
|
3328
|
+
export type OperationsListResponse = OperationListResult;
|
|
3329
|
+
/** Optional parameters. */
|
|
3330
|
+
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3331
|
+
}
|
|
3332
|
+
/** Contains response data for the listNext operation. */
|
|
3333
|
+
export type OperationsListNextResponse = OperationListResult;
|
|
3334
|
+
/** Optional parameters. */
|
|
3335
|
+
export interface AggregatedCostGetByManagementGroupOptionalParams extends coreClient.OperationOptions {
|
|
3336
|
+
/** May be used to filter aggregated cost by properties/usageStart (Utc time), properties/usageEnd (Utc time). The filter supports 'eq', 'lt', 'gt', 'le', 'ge', and 'and'. It does not currently support 'ne', 'or', or 'not'. Tag filter is a key value pair string where key and value is separated by a colon (:). */
|
|
3337
|
+
filter?: string;
|
|
3338
|
+
}
|
|
3339
|
+
/** Contains response data for the getByManagementGroup operation. */
|
|
3340
|
+
export type AggregatedCostGetByManagementGroupResponse = ManagementGroupAggregatedCostResult;
|
|
3341
|
+
/** Optional parameters. */
|
|
3342
|
+
export interface AggregatedCostGetForBillingPeriodByManagementGroupOptionalParams extends coreClient.OperationOptions {
|
|
3343
|
+
}
|
|
3344
|
+
/** Contains response data for the getForBillingPeriodByManagementGroup operation. */
|
|
3345
|
+
export type AggregatedCostGetForBillingPeriodByManagementGroupResponse = ManagementGroupAggregatedCostResult;
|
|
3346
|
+
/** Optional parameters. */
|
|
3347
|
+
export interface EventsListByBillingProfileOptionalParams extends coreClient.OperationOptions {
|
|
3348
|
+
}
|
|
3349
|
+
/** Contains response data for the listByBillingProfile operation. */
|
|
3350
|
+
export type EventsListByBillingProfileResponse = Events;
|
|
3351
|
+
/** Optional parameters. */
|
|
3352
|
+
export interface EventsListByBillingAccountOptionalParams extends coreClient.OperationOptions {
|
|
3353
|
+
/** May be used to filter the events by lotId, lotSource etc. The filter supports 'eq', 'lt', 'gt', 'le', 'ge', and 'and'. It does not currently support 'ne', 'or', or 'not'. Tag filter is a key value pair string where key and value is separated by a colon (:). */
|
|
3354
|
+
filter?: string;
|
|
3355
|
+
}
|
|
3356
|
+
/** Contains response data for the listByBillingAccount operation. */
|
|
3357
|
+
export type EventsListByBillingAccountResponse = Events;
|
|
3358
|
+
/** Optional parameters. */
|
|
3359
|
+
export interface EventsListByBillingProfileNextOptionalParams extends coreClient.OperationOptions {
|
|
3360
|
+
}
|
|
3361
|
+
/** Contains response data for the listByBillingProfileNext operation. */
|
|
3362
|
+
export type EventsListByBillingProfileNextResponse = Events;
|
|
3363
|
+
/** Optional parameters. */
|
|
3364
|
+
export interface EventsListByBillingAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
3365
|
+
}
|
|
3366
|
+
/** Contains response data for the listByBillingAccountNext operation. */
|
|
3367
|
+
export type EventsListByBillingAccountNextResponse = Events;
|
|
3368
|
+
/** Optional parameters. */
|
|
3369
|
+
export interface LotsListByBillingProfileOptionalParams extends coreClient.OperationOptions {
|
|
3370
|
+
}
|
|
3371
|
+
/** Contains response data for the listByBillingProfile operation. */
|
|
3372
|
+
export type LotsListByBillingProfileResponse = Lots;
|
|
3373
|
+
/** Optional parameters. */
|
|
3374
|
+
export interface LotsListByBillingAccountOptionalParams extends coreClient.OperationOptions {
|
|
3375
|
+
/** May be used to filter the lots by Status, Source etc. The filter supports 'eq', 'lt', 'gt', 'le', 'ge', and 'and'. It does not currently support 'ne', 'or', or 'not'. Tag filter is a key value pair string where key and value is separated by a colon (:). */
|
|
3376
|
+
filter?: string;
|
|
3377
|
+
}
|
|
3378
|
+
/** Contains response data for the listByBillingAccount operation. */
|
|
3379
|
+
export type LotsListByBillingAccountResponse = Lots;
|
|
3380
|
+
/** Optional parameters. */
|
|
3381
|
+
export interface LotsListByBillingProfileNextOptionalParams extends coreClient.OperationOptions {
|
|
3382
|
+
}
|
|
3383
|
+
/** Contains response data for the listByBillingProfileNext operation. */
|
|
3384
|
+
export type LotsListByBillingProfileNextResponse = Lots;
|
|
3385
|
+
/** Optional parameters. */
|
|
3386
|
+
export interface LotsListByBillingAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
3387
|
+
}
|
|
3388
|
+
/** Contains response data for the listByBillingAccountNext operation. */
|
|
3389
|
+
export type LotsListByBillingAccountNextResponse = Lots;
|
|
3390
|
+
/** Optional parameters. */
|
|
3391
|
+
export interface CreditsGetOptionalParams extends coreClient.OperationOptions {
|
|
3392
|
+
}
|
|
3393
|
+
/** Contains response data for the get operation. */
|
|
3394
|
+
export type CreditsGetResponse = CreditSummary;
|
|
3395
|
+
/** Optional parameters. */
|
|
3396
|
+
export interface ConsumptionManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
3397
|
+
/** server parameter */
|
|
3398
|
+
$host?: string;
|
|
3399
|
+
/** Api Version */
|
|
3400
|
+
apiVersion?: string;
|
|
3401
|
+
/** Overrides client endpoint. */
|
|
3402
|
+
endpoint?: string;
|
|
3403
|
+
}
|
|
3404
|
+
//# sourceMappingURL=index.d.ts.map
|