@azure/arm-reservations 9.0.1-alpha.20250217.1 → 9.0.1-alpha.20250219.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +23 -16
- package/{dist-esm/src → dist/browser}/azureReservationAPI.d.ts +2 -2
- package/dist/browser/azureReservationAPI.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/azureReservationAPI.js +4 -4
- package/dist/browser/azureReservationAPI.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/calculateExchange.d.ts +3 -3
- package/dist/browser/operations/calculateExchange.d.ts.map +1 -0
- package/dist/browser/operations/calculateExchange.js +104 -0
- package/dist/browser/operations/calculateExchange.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/calculateRefund.d.ts +3 -3
- package/dist/browser/operations/calculateRefund.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/calculateRefund.js +2 -2
- package/dist/browser/operations/calculateRefund.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/exchange.d.ts +3 -3
- package/dist/browser/operations/exchange.d.ts.map +1 -0
- package/dist/browser/operations/exchange.js +104 -0
- package/dist/browser/operations/exchange.js.map +1 -0
- package/dist/browser/operations/index.d.ts +10 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +17 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operation.d.ts +3 -3
- package/dist/browser/operations/operation.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operation.js +3 -3
- package/dist/browser/operations/operation.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/quota.d.ts +3 -3
- package/dist/browser/operations/quota.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/quota.js +93 -101
- package/dist/browser/operations/quota.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/quotaRequestStatus.d.ts +3 -3
- package/dist/browser/operations/quotaRequestStatus.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/quotaRequestStatus.js +3 -3
- package/dist/browser/operations/quotaRequestStatus.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/reservation.d.ts +3 -3
- package/dist/browser/operations/reservation.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/reservation.js +152 -168
- package/dist/browser/operations/reservation.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/reservationOrder.d.ts +3 -3
- package/dist/browser/operations/reservationOrder.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/reservationOrder.js +42 -46
- package/dist/browser/operations/reservationOrder.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/return.d.ts +3 -3
- package/dist/browser/operations/return.d.ts.map +1 -0
- package/dist/browser/operations/return.js +104 -0
- package/dist/browser/operations/return.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/calculateExchange.d.ts +1 -1
- package/dist/browser/operationsInterfaces/calculateExchange.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/calculateExchange.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/calculateRefund.d.ts +1 -1
- package/dist/browser/operationsInterfaces/calculateRefund.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/calculateRefund.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/exchange.d.ts +1 -1
- package/dist/browser/operationsInterfaces/exchange.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/exchange.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +10 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +17 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operation.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operation.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operation.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/quota.d.ts +1 -1
- package/dist/browser/operationsInterfaces/quota.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/quota.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/quotaRequestStatus.d.ts +1 -1
- package/dist/browser/operationsInterfaces/quotaRequestStatus.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/quotaRequestStatus.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/reservation.d.ts +1 -1
- package/dist/browser/operationsInterfaces/reservation.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/reservation.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/reservationOrder.d.ts +1 -1
- package/dist/browser/operationsInterfaces/reservationOrder.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/reservationOrder.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/return.d.ts +1 -1
- package/dist/browser/operationsInterfaces/return.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/return.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/azureReservationAPI.d.ts +52 -0
- package/dist/commonjs/azureReservationAPI.d.ts.map +1 -0
- package/dist/commonjs/azureReservationAPI.js +232 -0
- package/dist/commonjs/azureReservationAPI.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +17 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-reservations.d.ts → dist/commonjs/models/index.d.ts} +2489 -3123
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +489 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +118 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +3901 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +42 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +339 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/calculateExchange.d.ts +28 -0
- package/dist/commonjs/operations/calculateExchange.d.ts.map +1 -0
- package/dist/commonjs/operations/calculateExchange.js +109 -0
- package/dist/commonjs/operations/calculateExchange.js.map +1 -0
- package/dist/commonjs/operations/calculateRefund.d.ts +21 -0
- package/dist/commonjs/operations/calculateRefund.d.ts.map +1 -0
- package/dist/commonjs/operations/calculateRefund.js +56 -0
- package/dist/commonjs/operations/calculateRefund.js.map +1 -0
- package/dist/commonjs/operations/exchange.d.ts +28 -0
- package/dist/commonjs/operations/exchange.d.ts.map +1 -0
- package/dist/commonjs/operations/exchange.js +109 -0
- package/dist/commonjs/operations/exchange.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +10 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +20 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/operation.d.ts +32 -0
- package/dist/commonjs/operations/operation.d.ts.map +1 -0
- package/dist/commonjs/operations/operation.js +137 -0
- package/dist/commonjs/operations/operation.js.map +1 -0
- package/dist/commonjs/operations/quota.d.ts +121 -0
- package/dist/commonjs/operations/quota.d.ts.map +1 -0
- package/dist/commonjs/operations/quota.js +421 -0
- package/dist/commonjs/operations/quota.js.map +1 -0
- package/dist/commonjs/operations/quotaRequestStatus.d.ts +54 -0
- package/dist/commonjs/operations/quotaRequestStatus.d.ts.map +1 -0
- package/dist/commonjs/operations/quotaRequestStatus.js +199 -0
- package/dist/commonjs/operations/quotaRequestStatus.js.map +1 -0
- package/dist/commonjs/operations/reservation.d.ts +166 -0
- package/dist/commonjs/operations/reservation.d.ts.map +1 -0
- package/dist/commonjs/operations/reservation.js +856 -0
- package/dist/commonjs/operations/reservation.js.map +1 -0
- package/dist/commonjs/operations/reservationOrder.d.ts +67 -0
- package/dist/commonjs/operations/reservationOrder.d.ts.map +1 -0
- package/dist/commonjs/operations/reservationOrder.js +296 -0
- package/dist/commonjs/operations/reservationOrder.js.map +1 -0
- package/dist/commonjs/operations/return.d.ts +28 -0
- package/dist/commonjs/operations/return.d.ts.map +1 -0
- package/dist/commonjs/operations/return.js +109 -0
- package/dist/commonjs/operations/return.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/calculateExchange.d.ts +20 -0
- package/dist/commonjs/operationsInterfaces/calculateExchange.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/calculateExchange.js +10 -0
- package/dist/commonjs/operationsInterfaces/calculateExchange.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/calculateRefund.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/calculateRefund.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/calculateRefund.js +10 -0
- package/dist/commonjs/operationsInterfaces/calculateRefund.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/exchange.d.ts +20 -0
- package/dist/commonjs/operationsInterfaces/exchange.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/exchange.js +10 -0
- package/dist/commonjs/operationsInterfaces/exchange.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +10 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +20 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operation.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operation.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operation.js +10 -0
- package/dist/commonjs/operationsInterfaces/operation.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/quota.d.ts +93 -0
- package/dist/commonjs/operationsInterfaces/quota.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/quota.js +10 -0
- package/dist/commonjs/operationsInterfaces/quota.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/quotaRequestStatus.d.ts +26 -0
- package/dist/commonjs/operationsInterfaces/quotaRequestStatus.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/quotaRequestStatus.js +10 -0
- package/dist/commonjs/operationsInterfaces/quotaRequestStatus.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/reservation.d.ts +112 -0
- package/dist/commonjs/operationsInterfaces/reservation.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/reservation.js +10 -0
- package/dist/commonjs/operationsInterfaces/reservation.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/reservationOrder.d.ts +46 -0
- package/dist/commonjs/operationsInterfaces/reservationOrder.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/reservationOrder.js +10 -0
- package/dist/commonjs/operationsInterfaces/reservationOrder.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/return.d.ts +20 -0
- package/dist/commonjs/operationsInterfaces/return.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/return.js +10 -0
- package/dist/commonjs/operationsInterfaces/return.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/{types → dist/commonjs}/tsdoc-metadata.json +1 -1
- package/dist/esm/azureReservationAPI.d.ts +52 -0
- package/dist/esm/azureReservationAPI.d.ts.map +1 -0
- package/dist/esm/azureReservationAPI.js +228 -0
- package/dist/esm/azureReservationAPI.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +14 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +2489 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +486 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +118 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +3896 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +42 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +336 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/calculateExchange.d.ts +28 -0
- package/dist/esm/operations/calculateExchange.d.ts.map +1 -0
- package/dist/esm/operations/calculateExchange.js +104 -0
- package/dist/esm/operations/calculateExchange.js.map +1 -0
- package/dist/esm/operations/calculateRefund.d.ts +21 -0
- package/dist/esm/operations/calculateRefund.d.ts.map +1 -0
- package/dist/esm/operations/calculateRefund.js +51 -0
- package/dist/esm/operations/calculateRefund.js.map +1 -0
- package/dist/esm/operations/exchange.d.ts +28 -0
- package/dist/esm/operations/exchange.d.ts.map +1 -0
- package/dist/esm/operations/exchange.js +104 -0
- package/dist/esm/operations/exchange.js.map +1 -0
- package/dist/esm/operations/index.d.ts +10 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +17 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/operation.d.ts +32 -0
- package/dist/esm/operations/operation.d.ts.map +1 -0
- package/dist/esm/operations/operation.js +133 -0
- package/dist/esm/operations/operation.js.map +1 -0
- package/dist/esm/operations/quota.d.ts +121 -0
- package/dist/esm/operations/quota.d.ts.map +1 -0
- package/dist/esm/operations/quota.js +417 -0
- package/dist/esm/operations/quota.js.map +1 -0
- package/dist/esm/operations/quotaRequestStatus.d.ts +54 -0
- package/dist/esm/operations/quotaRequestStatus.d.ts.map +1 -0
- package/dist/esm/operations/quotaRequestStatus.js +195 -0
- package/dist/esm/operations/quotaRequestStatus.js.map +1 -0
- package/dist/esm/operations/reservation.d.ts +166 -0
- package/dist/esm/operations/reservation.d.ts.map +1 -0
- package/dist/esm/operations/reservation.js +852 -0
- package/dist/esm/operations/reservation.js.map +1 -0
- package/dist/esm/operations/reservationOrder.d.ts +67 -0
- package/dist/esm/operations/reservationOrder.d.ts.map +1 -0
- package/dist/esm/operations/reservationOrder.js +292 -0
- package/dist/esm/operations/reservationOrder.js.map +1 -0
- package/dist/esm/operations/return.d.ts +28 -0
- package/dist/esm/operations/return.d.ts.map +1 -0
- package/dist/esm/operations/return.js +104 -0
- package/dist/esm/operations/return.js.map +1 -0
- package/dist/esm/operationsInterfaces/calculateExchange.d.ts +20 -0
- package/dist/esm/operationsInterfaces/calculateExchange.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/calculateExchange.js +9 -0
- package/dist/esm/operationsInterfaces/calculateExchange.js.map +1 -0
- package/dist/esm/operationsInterfaces/calculateRefund.d.ts +13 -0
- package/dist/esm/operationsInterfaces/calculateRefund.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/calculateRefund.js +9 -0
- package/dist/esm/operationsInterfaces/calculateRefund.js.map +1 -0
- package/dist/esm/operationsInterfaces/exchange.d.ts +20 -0
- package/dist/esm/operationsInterfaces/exchange.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/exchange.js +9 -0
- package/dist/esm/operationsInterfaces/exchange.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +10 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +17 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/operation.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operation.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operation.js +9 -0
- package/dist/esm/operationsInterfaces/operation.js.map +1 -0
- package/dist/esm/operationsInterfaces/quota.d.ts +93 -0
- package/dist/esm/operationsInterfaces/quota.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/quota.js +9 -0
- package/dist/esm/operationsInterfaces/quota.js.map +1 -0
- package/dist/esm/operationsInterfaces/quotaRequestStatus.d.ts +26 -0
- package/dist/esm/operationsInterfaces/quotaRequestStatus.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/quotaRequestStatus.js +9 -0
- package/dist/esm/operationsInterfaces/quotaRequestStatus.js.map +1 -0
- package/dist/esm/operationsInterfaces/reservation.d.ts +112 -0
- package/dist/esm/operationsInterfaces/reservation.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/reservation.js +9 -0
- package/dist/esm/operationsInterfaces/reservation.js.map +1 -0
- package/dist/esm/operationsInterfaces/reservationOrder.d.ts +46 -0
- package/dist/esm/operationsInterfaces/reservationOrder.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/reservationOrder.js +9 -0
- package/dist/esm/operationsInterfaces/reservationOrder.js.map +1 -0
- package/dist/esm/operationsInterfaces/return.d.ts +20 -0
- package/dist/esm/operationsInterfaces/return.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/return.js +9 -0
- package/dist/esm/operationsInterfaces/return.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/azureReservationAPI.d.ts +52 -0
- package/dist/react-native/azureReservationAPI.d.ts.map +1 -0
- package/dist/react-native/azureReservationAPI.js +228 -0
- package/dist/react-native/azureReservationAPI.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +14 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2489 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +486 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +118 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +3896 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +42 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +336 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/calculateExchange.d.ts +28 -0
- package/dist/react-native/operations/calculateExchange.d.ts.map +1 -0
- package/dist/react-native/operations/calculateExchange.js +104 -0
- package/dist/react-native/operations/calculateExchange.js.map +1 -0
- package/dist/react-native/operations/calculateRefund.d.ts +21 -0
- package/dist/react-native/operations/calculateRefund.d.ts.map +1 -0
- package/dist/react-native/operations/calculateRefund.js +51 -0
- package/dist/react-native/operations/calculateRefund.js.map +1 -0
- package/dist/react-native/operations/exchange.d.ts +28 -0
- package/dist/react-native/operations/exchange.d.ts.map +1 -0
- package/dist/react-native/operations/exchange.js +104 -0
- package/dist/react-native/operations/exchange.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +10 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +17 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/operation.d.ts +32 -0
- package/dist/react-native/operations/operation.d.ts.map +1 -0
- package/dist/react-native/operations/operation.js +133 -0
- package/dist/react-native/operations/operation.js.map +1 -0
- package/dist/react-native/operations/quota.d.ts +121 -0
- package/dist/react-native/operations/quota.d.ts.map +1 -0
- package/dist/react-native/operations/quota.js +417 -0
- package/dist/react-native/operations/quota.js.map +1 -0
- package/dist/react-native/operations/quotaRequestStatus.d.ts +54 -0
- package/dist/react-native/operations/quotaRequestStatus.d.ts.map +1 -0
- package/dist/react-native/operations/quotaRequestStatus.js +195 -0
- package/dist/react-native/operations/quotaRequestStatus.js.map +1 -0
- package/dist/react-native/operations/reservation.d.ts +166 -0
- package/dist/react-native/operations/reservation.d.ts.map +1 -0
- package/dist/react-native/operations/reservation.js +852 -0
- package/dist/react-native/operations/reservation.js.map +1 -0
- package/dist/react-native/operations/reservationOrder.d.ts +67 -0
- package/dist/react-native/operations/reservationOrder.d.ts.map +1 -0
- package/dist/react-native/operations/reservationOrder.js +292 -0
- package/dist/react-native/operations/reservationOrder.js.map +1 -0
- package/dist/react-native/operations/return.d.ts +28 -0
- package/dist/react-native/operations/return.d.ts.map +1 -0
- package/dist/react-native/operations/return.js +104 -0
- package/dist/react-native/operations/return.js.map +1 -0
- package/dist/react-native/operationsInterfaces/calculateExchange.d.ts +20 -0
- package/dist/react-native/operationsInterfaces/calculateExchange.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/calculateExchange.js +9 -0
- package/dist/react-native/operationsInterfaces/calculateExchange.js.map +1 -0
- package/dist/react-native/operationsInterfaces/calculateRefund.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/calculateRefund.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/calculateRefund.js +9 -0
- package/dist/react-native/operationsInterfaces/calculateRefund.js.map +1 -0
- package/dist/react-native/operationsInterfaces/exchange.d.ts +20 -0
- package/dist/react-native/operationsInterfaces/exchange.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/exchange.js +9 -0
- package/dist/react-native/operationsInterfaces/exchange.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +10 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +17 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operation.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operation.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operation.js +9 -0
- package/dist/react-native/operationsInterfaces/operation.js.map +1 -0
- package/dist/react-native/operationsInterfaces/quota.d.ts +93 -0
- package/dist/react-native/operationsInterfaces/quota.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/quota.js +9 -0
- package/dist/react-native/operationsInterfaces/quota.js.map +1 -0
- package/dist/react-native/operationsInterfaces/quotaRequestStatus.d.ts +26 -0
- package/dist/react-native/operationsInterfaces/quotaRequestStatus.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/quotaRequestStatus.js +9 -0
- package/dist/react-native/operationsInterfaces/quotaRequestStatus.js.map +1 -0
- package/dist/react-native/operationsInterfaces/reservation.d.ts +112 -0
- package/dist/react-native/operationsInterfaces/reservation.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/reservation.js +9 -0
- package/dist/react-native/operationsInterfaces/reservation.js.map +1 -0
- package/dist/react-native/operationsInterfaces/reservationOrder.d.ts +46 -0
- package/dist/react-native/operationsInterfaces/reservationOrder.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/reservationOrder.js +9 -0
- package/dist/react-native/operationsInterfaces/reservationOrder.js.map +1 -0
- package/dist/react-native/operationsInterfaces/return.d.ts +20 -0
- package/dist/react-native/operationsInterfaces/return.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/return.js +9 -0
- package/dist/react-native/operationsInterfaces/return.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 +67 -36
- package/dist/index.js +0 -7378
- 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/calculateExchangePostSample.d.ts +0 -2
- package/dist-esm/samples-dev/calculateExchangePostSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/calculateExchangePostSample.js +0 -67
- package/dist-esm/samples-dev/calculateExchangePostSample.js.map +0 -1
- package/dist-esm/samples-dev/calculateRefundPostSample.d.ts +0 -2
- package/dist-esm/samples-dev/calculateRefundPostSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/calculateRefundPostSample.js +0 -39
- package/dist-esm/samples-dev/calculateRefundPostSample.js.map +0 -1
- package/dist-esm/samples-dev/exchangePostSample.d.ts +0 -2
- package/dist-esm/samples-dev/exchangePostSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/exchangePostSample.js +0 -31
- package/dist-esm/samples-dev/exchangePostSample.js.map +0 -1
- package/dist-esm/samples-dev/getAppliedReservationListSample.d.ts +0 -2
- package/dist-esm/samples-dev/getAppliedReservationListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAppliedReservationListSample.js +0 -34
- package/dist-esm/samples-dev/getAppliedReservationListSample.js.map +0 -1
- package/dist-esm/samples-dev/getCatalogSample.d.ts +0 -2
- package/dist-esm/samples-dev/getCatalogSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/getCatalogSample.js +0 -46
- package/dist-esm/samples-dev/getCatalogSample.js.map +0 -1
- package/dist-esm/samples-dev/operationListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationListSample.js +0 -49
- package/dist-esm/samples-dev/operationListSample.js.map +0 -1
- package/dist-esm/samples-dev/quotaCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/quotaCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/quotaCreateOrUpdateSample.js +0 -121
- package/dist-esm/samples-dev/quotaCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/quotaGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/quotaGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/quotaGetSample.js +0 -37
- package/dist-esm/samples-dev/quotaGetSample.js.map +0 -1
- package/dist-esm/samples-dev/quotaListSample.d.ts +0 -2
- package/dist-esm/samples-dev/quotaListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/quotaListSample.js +0 -86
- package/dist-esm/samples-dev/quotaListSample.js.map +0 -1
- package/dist-esm/samples-dev/quotaRequestStatusGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/quotaRequestStatusGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/quotaRequestStatusGetSample.js +0 -75
- package/dist-esm/samples-dev/quotaRequestStatusGetSample.js.map +0 -1
- package/dist-esm/samples-dev/quotaRequestStatusListSample.d.ts +0 -2
- package/dist-esm/samples-dev/quotaRequestStatusListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/quotaRequestStatusListSample.js +0 -52
- package/dist-esm/samples-dev/quotaRequestStatusListSample.js.map +0 -1
- package/dist-esm/samples-dev/quotaUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/quotaUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/quotaUpdateSample.js +0 -45
- package/dist-esm/samples-dev/quotaUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/reservationArchiveSample.d.ts +0 -2
- package/dist-esm/samples-dev/reservationArchiveSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/reservationArchiveSample.js +0 -35
- package/dist-esm/samples-dev/reservationArchiveSample.js.map +0 -1
- package/dist-esm/samples-dev/reservationAvailableScopesSample.d.ts +0 -2
- package/dist-esm/samples-dev/reservationAvailableScopesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/reservationAvailableScopesSample.js +0 -35
- package/dist-esm/samples-dev/reservationAvailableScopesSample.js.map +0 -1
- package/dist-esm/samples-dev/reservationGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/reservationGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/reservationGetSample.js +0 -30
- package/dist-esm/samples-dev/reservationGetSample.js.map +0 -1
- package/dist-esm/samples-dev/reservationListAllSample.d.ts +0 -2
- package/dist-esm/samples-dev/reservationListAllSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/reservationListAllSample.js +0 -52
- package/dist-esm/samples-dev/reservationListAllSample.js.map +0 -1
- package/dist-esm/samples-dev/reservationListRevisionsSample.d.ts +0 -2
- package/dist-esm/samples-dev/reservationListRevisionsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/reservationListRevisionsSample.js +0 -51
- package/dist-esm/samples-dev/reservationListRevisionsSample.js.map +0 -1
- package/dist-esm/samples-dev/reservationListSample.d.ts +0 -2
- package/dist-esm/samples-dev/reservationListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/reservationListSample.js +0 -50
- package/dist-esm/samples-dev/reservationListSample.js.map +0 -1
- package/dist-esm/samples-dev/reservationMergeSample.d.ts +0 -2
- package/dist-esm/samples-dev/reservationMergeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/reservationMergeSample.js +0 -33
- package/dist-esm/samples-dev/reservationMergeSample.js.map +0 -1
- package/dist-esm/samples-dev/reservationOrderCalculateSample.d.ts +0 -2
- package/dist-esm/samples-dev/reservationOrderCalculateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/reservationOrderCalculateSample.js +0 -39
- package/dist-esm/samples-dev/reservationOrderCalculateSample.js.map +0 -1
- package/dist-esm/samples-dev/reservationOrderChangeDirectorySample.d.ts +0 -2
- package/dist-esm/samples-dev/reservationOrderChangeDirectorySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/reservationOrderChangeDirectorySample.js +0 -30
- package/dist-esm/samples-dev/reservationOrderChangeDirectorySample.js.map +0 -1
- package/dist-esm/samples-dev/reservationOrderGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/reservationOrderGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/reservationOrderGetSample.js +0 -45
- package/dist-esm/samples-dev/reservationOrderGetSample.js.map +0 -1
- package/dist-esm/samples-dev/reservationOrderListSample.d.ts +0 -2
- package/dist-esm/samples-dev/reservationOrderListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/reservationOrderListSample.js +0 -49
- package/dist-esm/samples-dev/reservationOrderListSample.js.map +0 -1
- package/dist-esm/samples-dev/reservationOrderPurchaseSample.d.ts +0 -2
- package/dist-esm/samples-dev/reservationOrderPurchaseSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/reservationOrderPurchaseSample.js +0 -41
- package/dist-esm/samples-dev/reservationOrderPurchaseSample.js.map +0 -1
- package/dist-esm/samples-dev/reservationSplitSample.d.ts +0 -2
- package/dist-esm/samples-dev/reservationSplitSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/reservationSplitSample.js +0 -31
- package/dist-esm/samples-dev/reservationSplitSample.js.map +0 -1
- package/dist-esm/samples-dev/reservationUnarchiveSample.d.ts +0 -2
- package/dist-esm/samples-dev/reservationUnarchiveSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/reservationUnarchiveSample.js +0 -37
- package/dist-esm/samples-dev/reservationUnarchiveSample.js.map +0 -1
- package/dist-esm/samples-dev/reservationUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/reservationUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/reservationUpdateSample.js +0 -32
- package/dist-esm/samples-dev/reservationUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/returnPostSample.d.ts +0 -2
- package/dist-esm/samples-dev/returnPostSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/returnPostSample.js +0 -38
- package/dist-esm/samples-dev/returnPostSample.js.map +0 -1
- package/dist-esm/src/azureReservationAPI.d.ts.map +0 -1
- package/dist-esm/src/azureReservationAPI.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/calculateExchange.d.ts.map +0 -1
- package/dist-esm/src/operations/calculateExchange.js +0 -109
- package/dist-esm/src/operations/calculateExchange.js.map +0 -1
- package/dist-esm/src/operations/calculateRefund.d.ts.map +0 -1
- package/dist-esm/src/operations/calculateRefund.js.map +0 -1
- package/dist-esm/src/operations/exchange.d.ts.map +0 -1
- package/dist-esm/src/operations/exchange.js +0 -109
- package/dist-esm/src/operations/exchange.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -10
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -17
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operation.d.ts.map +0 -1
- package/dist-esm/src/operations/operation.js.map +0 -1
- package/dist-esm/src/operations/quota.d.ts.map +0 -1
- package/dist-esm/src/operations/quota.js.map +0 -1
- package/dist-esm/src/operations/quotaRequestStatus.d.ts.map +0 -1
- package/dist-esm/src/operations/quotaRequestStatus.js.map +0 -1
- package/dist-esm/src/operations/reservation.d.ts.map +0 -1
- package/dist-esm/src/operations/reservation.js.map +0 -1
- package/dist-esm/src/operations/reservationOrder.d.ts.map +0 -1
- package/dist-esm/src/operations/reservationOrder.js.map +0 -1
- package/dist-esm/src/operations/return.d.ts.map +0 -1
- package/dist-esm/src/operations/return.js +0 -109
- package/dist-esm/src/operations/return.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/calculateExchange.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/calculateExchange.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/calculateRefund.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/calculateRefund.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/exchange.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/exchange.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -10
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -17
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operation.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/quota.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/quota.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/quotaRequestStatus.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/quotaRequestStatus.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/reservation.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/reservation.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/reservationOrder.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/reservationOrder.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/return.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/return.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/reservations_examples.spec.d.ts +0 -4
- package/dist-esm/test/reservations_examples.spec.d.ts.map +0 -1
- package/dist-esm/test/reservations_examples.spec.js +0 -103
- package/dist-esm/test/reservations_examples.spec.js.map +0 -1
- package/src/azureReservationAPI.ts +0 -324
- package/src/lroImpl.ts +0 -38
- package/src/models/index.ts +0 -2735
- package/src/models/mappers.ts +0 -4025
- package/src/models/parameters.ts +0 -393
- package/src/operations/calculateExchange.ts +0 -152
- package/src/operations/calculateRefund.ts +0 -71
- package/src/operations/exchange.ts +0 -149
- package/src/operations/index.ts +0 -17
- package/src/operations/operation.ts +0 -149
- package/src/operations/quota.ts +0 -590
- package/src/operations/quotaRequestStatus.ts +0 -265
- package/src/operations/reservation.ts +0 -1136
- package/src/operations/reservationOrder.ts +0 -380
- package/src/operations/return.ts +0 -152
- package/src/operationsInterfaces/calculateExchange.ts +0 -43
- package/src/operationsInterfaces/calculateRefund.ts +0 -29
- package/src/operationsInterfaces/exchange.ts +0 -40
- package/src/operationsInterfaces/index.ts +0 -17
- package/src/operationsInterfaces/operation.ts +0 -22
- package/src/operationsInterfaces/quota.ts +0 -157
- package/src/operationsInterfaces/quotaRequestStatus.ts +0 -51
- package/src/operationsInterfaces/reservation.ts +0 -219
- package/src/operationsInterfaces/reservationOrder.ts +0 -93
- package/src/operationsInterfaces/return.ts +0 -42
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/calculateExchange.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/calculateRefund.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/exchange.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operation.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/quota.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/quotaRequestStatus.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/reservation.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/reservationOrder.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/return.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 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** Available scope */\nexport interface AvailableScopeRequest {\n /** Available scope request properties */\n properties?: AvailableScopeRequestProperties;\n}\n\n/** Available scope request properties */\nexport interface AvailableScopeRequestProperties {\n scopes?: string[];\n}\n\n/** The response of available scope api containing scopes and their eligibilities. */\nexport interface AvailableScopeProperties {\n /** The scopes checked by the available scope api. */\n properties?: SubscriptionScopeProperties;\n}\n\n/** The scopes checked by the available scope api. */\nexport interface SubscriptionScopeProperties {\n scopes?: ScopeProperties[];\n}\n\n/** The scope and whether it is valid. */\nexport interface ScopeProperties {\n scope?: string;\n valid?: boolean;\n}\n\n/** Error information */\nexport interface ErrorModel {\n /** Extended error information including error code and error message */\n error?: ExtendedErrorInfo;\n}\n\n/** Extended error information including error code and error message */\nexport interface ExtendedErrorInfo {\n /** Error code describing the reason that service is not able to process the incoming request */\n code?: ErrorResponseCode;\n message?: string;\n}\n\n/** The list of catalogs and pagination information. */\nexport interface CatalogsResult {\n /**\n * The list of catalogs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Catalog[];\n /**\n * The link (url) to the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n /** The total amount of catalog items. */\n totalItems?: number;\n}\n\n/** Product details of a type of resource. */\nexport interface Catalog {\n /**\n * The type of resource the sku applies to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceType?: string;\n /**\n * The name of sku\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** The billing plan options available for this sku. */\n billingPlans?: { [propertyName: string]: ReservationBillingPlan[] };\n /**\n * Available reservation terms for this resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly terms?: ReservationTerm[];\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly locations?: string[];\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly skuProperties?: SkuProperty[];\n /**\n * Pricing information about the sku\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly msrp?: CatalogMsrp;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly restrictions?: SkuRestriction[];\n /**\n * The tier of this sku\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tier?: string;\n /**\n * The size of this sku\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly size?: string;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly capabilities?: SkuCapability[];\n}\n\n/** Property of a sku. */\nexport interface SkuProperty {\n /** An invariant to describe the feature. */\n name?: string;\n /** An invariant if the feature is measured by quantity. */\n value?: string;\n}\n\n/** Pricing information about the sku */\nexport interface CatalogMsrp {\n /** Amount in pricing currency. Tax not included. */\n p1Y?: Price;\n /** Amount in pricing currency. Tax not included. */\n p3Y?: Price;\n /** Amount in pricing currency. Tax not included. */\n p5Y?: Price;\n}\n\n/** Pricing information containing the amount and the currency code */\nexport interface Price {\n /** The ISO 4217 3-letter currency code for the currency used by this purchase record. */\n currencyCode?: string;\n amount?: number;\n}\n\n/** Restriction of a sku. */\nexport interface SkuRestriction {\n /** The type of restrictions. */\n type?: string;\n /** The value of restrictions. If the restriction type is set to location. This would be different locations where the sku is restricted. */\n values?: string[];\n /** The reason for restriction. */\n reasonCode?: string;\n}\n\n/** Capability of a sku. */\nexport interface SkuCapability {\n /** An invariant to describe the feature. */\n name?: string;\n /** An invariant if the feature is measured by quantity. */\n value?: string;\n}\n\n/** The response for applied reservations api */\nexport interface AppliedReservations {\n /**\n * Identifier of the applied reservations\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Name of resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Type of resource. \"Microsoft.Capacity/AppliedReservations\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Paginated list of applied reservations */\n reservationOrderIds?: AppliedReservationList;\n}\n\n/** Paginated list of applied reservations */\nexport interface AppliedReservationList {\n value?: string[];\n /** Url to get the next page of reservations */\n nextLink?: string;\n}\n\n/** The request for reservation purchase */\nexport interface PurchaseRequest {\n /** The name of sku */\n sku?: SkuName;\n /** The Azure region where the reserved resource lives. */\n location?: string;\n /** The type of the resource that is being reserved. */\n reservedResourceType?: ReservedResourceType;\n /** Subscription that will be charged for purchasing reservation or savings plan */\n billingScopeId?: string;\n /** Represent the term of reservation. */\n term?: ReservationTerm;\n /** Represent the billing plans. */\n billingPlan?: ReservationBillingPlan;\n /** Quantity of the skus that are part of the reservation. */\n quantity?: number;\n /** Friendly name of the reservation */\n displayName?: string;\n /** Type of the Applied Scope. */\n appliedScopeType?: AppliedScopeType;\n /** List of the subscriptions that the benefit will be applied. Do not specify if AppliedScopeType is Shared. This property will be deprecated and replaced by appliedScopeProperties instead for Single AppliedScopeType. */\n appliedScopes?: string[];\n /** Properties specific to applied scope type. Not required if not applicable. Required and need to provide tenantId and managementGroupId if AppliedScopeType is ManagementGroup */\n appliedScopeProperties?: AppliedScopeProperties;\n /** Setting this to true will automatically purchase a new reservation on the expiration date time. */\n renew?: boolean;\n /** Properties specific to each reserved resource type. Not required if not applicable. */\n reservedResourceProperties?: PurchaseRequestPropertiesReservedResourceProperties;\n /** This is the date-time when the Azure hybrid benefit needs to be reviewed. */\n reviewDateTime?: Date;\n}\n\n/** The name of sku */\nexport interface SkuName {\n name?: string;\n}\n\n/** Properties specific to applied scope type. Not required if not applicable. Required and need to provide tenantId and managementGroupId if AppliedScopeType is ManagementGroup */\nexport interface AppliedScopeProperties {\n /** Tenant ID where the savings plan should apply benefit. */\n tenantId?: string;\n /** Fully-qualified identifier of the management group where the benefit must be applied. */\n managementGroupId?: string;\n /** Fully-qualified identifier of the subscription. */\n subscriptionId?: string;\n /** Fully-qualified identifier of the resource group. */\n resourceGroupId?: string;\n /** Display name */\n displayName?: string;\n}\n\n/** Properties specific to each reserved resource type. Not required if not applicable. */\nexport interface PurchaseRequestPropertiesReservedResourceProperties {\n /** Turning this on will apply the reservation discount to other VMs in the same VM size group. Only specify for VirtualMachines reserved resource type. */\n instanceFlexibility?: InstanceFlexibility;\n}\n\n/** The response of calculate price for reservation. */\nexport interface CalculatePriceResponse {\n /** Properties for calculate price response */\n properties?: CalculatePriceResponseProperties;\n}\n\n/** Properties for calculate price response */\nexport interface CalculatePriceResponseProperties {\n /** Currency and amount that customer will be charged in customer's local currency. Tax is not included. */\n billingCurrencyTotal?: CalculatePriceResponsePropertiesBillingCurrencyTotal;\n /** Net total amount in pricing currency. */\n netTotal?: number;\n /** Tax amount in pricing currency. */\n taxTotal?: number;\n /** Total amount in pricing currency. */\n grandTotal?: number;\n /** Whether or not tax is included in grand total */\n isTaxIncluded?: boolean;\n /** True if billing is managed by Microsoft Partner. Used only for CSP accounts. */\n isBillingPartnerManaged?: boolean;\n /** GUID that represents reservation order that can be placed after calculating price. */\n reservationOrderId?: string;\n /** Title of sku that is being purchased. */\n skuTitle?: string;\n /** Description of sku that is being purchased. */\n skuDescription?: string;\n /** Amount that Microsoft uses for record. Used during refund for calculating refund limit. Tax is not included. */\n pricingCurrencyTotal?: CalculatePriceResponsePropertiesPricingCurrencyTotal;\n paymentSchedule?: PaymentDetail[];\n}\n\n/** Currency and amount that customer will be charged in customer's local currency. Tax is not included. */\nexport interface CalculatePriceResponsePropertiesBillingCurrencyTotal {\n /** The ISO 4217 3-letter currency code for the currency used by this purchase record. */\n currencyCode?: string;\n /** Amount in pricing currency. Tax is not included. */\n amount?: number;\n}\n\n/** Amount that Microsoft uses for record. Used during refund for calculating refund limit. Tax is not included. */\nexport interface CalculatePriceResponsePropertiesPricingCurrencyTotal {\n /** The ISO 4217 3-letter currency code for the currency used by this purchase record. */\n currencyCode?: string;\n amount?: number;\n}\n\n/** Information about payment related to a reservation order. */\nexport interface PaymentDetail {\n /** Date when the payment needs to be done. */\n dueDate?: Date;\n /** Date when the transaction is completed. Is null when it is scheduled. */\n paymentDate?: Date;\n /** Amount in pricing currency. Tax not included. */\n pricingCurrencyTotal?: Price;\n /** Amount charged in Billing currency. Tax not included. Is null for future payments */\n billingCurrencyTotal?: Price;\n /** Shows the Account that is charged for this payment. */\n billingAccount?: string;\n /** Describes whether the payment is completed, failed, cancelled or scheduled in the future. */\n status?: PaymentStatus;\n extendedStatusInfo?: ExtendedStatusInfo;\n}\n\nexport interface ExtendedStatusInfo {\n statusCode?: ReservationStatusCode;\n /** The message giving detailed information about the status code. */\n message?: string;\n}\n\n/** List of `ReservationOrder`s */\nexport interface ReservationOrderList {\n value?: ReservationOrderResponse[];\n /** Url to get the next page of reservationOrders. */\n nextLink?: string;\n}\n\n/** Details of a reservation order being returned. */\nexport interface ReservationOrderResponse {\n etag?: number;\n /**\n * Identifier of the reservation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Name of the reservation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Type of resource. \"Microsoft.Capacity/reservations\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Friendly name for user to easily identified the reservation. */\n displayName?: string;\n /** This is the DateTime when the reservation was initially requested for purchase. */\n requestDateTime?: Date;\n /** This is the DateTime when the reservation was created. */\n createdDateTime?: Date;\n /** This is the date when the reservation will expire. */\n expiryDate?: Date;\n /** This is the date-time when the reservation will expire. */\n expiryDateTime?: Date;\n /** This is the DateTime when the reservation benefit started. */\n benefitStartTime?: Date;\n /** Total Quantity of the skus purchased in the reservation. */\n originalQuantity?: number;\n /** Represent the term of reservation. */\n term?: ReservationTerm;\n /** Current state of the reservation. */\n provisioningState?: ProvisioningState;\n /** Represent the billing plans. */\n billingPlan?: ReservationBillingPlan;\n /** Information describing the type of billing plan for this reservation. */\n planInformation?: ReservationOrderBillingPlanInformation;\n reservations?: ReservationResponse[];\n /** This is the date-time when the Azure Hybrid Benefit needs to be reviewed. */\n reviewDateTime?: Date;\n}\n\n/** Information describing the type of billing plan for this reservation. */\nexport interface ReservationOrderBillingPlanInformation {\n /** Amount of money to be paid for the Order. Tax is not included. */\n pricingCurrencyTotal?: Price;\n /** Date when the billing plan has started. */\n startDate?: Date;\n /** For recurring billing plans, indicates the date when next payment will be processed. Null when total is paid off. */\n nextPaymentDueDate?: Date;\n transactions?: PaymentDetail[];\n}\n\n/** The properties of the reservations */\nexport interface ReservationsProperties {\n /** The type of the resource that is being reserved. */\n reservedResourceType?: ReservedResourceType;\n /** Allows reservation discount to be applied across skus within the same auto fit group. Not all skus support instance size flexibility. */\n instanceFlexibility?: InstanceFlexibility;\n /** Friendly name for user to easily identify the reservation */\n displayName?: string;\n /** The list of applied scopes */\n appliedScopes?: string[];\n /** The applied scope type */\n appliedScopeType?: AppliedScopeType;\n /** Indicates if the reservation is archived */\n archived?: boolean;\n /** Capabilities of the reservation */\n capabilities?: string;\n /** Quantity of the skus that are part of the reservation. */\n quantity?: number;\n /** Current state of the reservation. */\n provisioningState?: ProvisioningState;\n /** DateTime of the reservation starting when this version is effective from. */\n effectiveDateTime?: Date;\n /** This is the DateTime when the reservation benefit started. */\n benefitStartTime?: Date;\n /**\n * DateTime of the last time the reservation was updated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastUpdatedDateTime?: Date;\n /** This is the date when the reservation will expire. */\n expiryDate?: Date;\n /** This is the date-time when the reservation will expire. */\n expiryDateTime?: Date;\n /** This is the date-time when the Azure Hybrid Benefit needs to be reviewed. */\n reviewDateTime?: Date;\n /** Description of the sku in english. */\n skuDescription?: string;\n /** The message giving detailed information about the status code. */\n extendedStatusInfo?: ExtendedStatusInfo;\n /** The billing plan options available for this sku. */\n billingPlan?: ReservationBillingPlan;\n /**\n * The provisioning state of the reservation for display, e.g. Succeeded\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayProvisioningState?: string;\n /**\n * The provisioning sub-state of the reservation, e.g. Succeeded\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningSubState?: string;\n /** This is the date when the reservation was purchased. */\n purchaseDate?: Date;\n /** This is the date-time when the reservation was purchased. */\n purchaseDateTime?: Date;\n /** Properties of reservation split */\n splitProperties?: ReservationSplitProperties;\n /** Properties of reservation merge */\n mergeProperties?: ReservationMergeProperties;\n /** Properties of reservation swap */\n swapProperties?: ReservationSwapProperties;\n /** Properties specific to applied scope type. Not required if not applicable. Required and need to provide tenantId and managementGroupId if AppliedScopeType is ManagementGroup */\n appliedScopeProperties?: AppliedScopeProperties;\n /** Subscription that will be charged for purchasing reservation or savings plan */\n billingScopeId?: string;\n /** Setting this to true will automatically purchase a new reservation on the expiration date time. */\n renew?: boolean;\n /** Reservation Id of the reservation from which this reservation is renewed. Format of the resource Id is /providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId}. */\n renewSource?: string;\n /** Reservation Id of the reservation which is purchased because of renew. Format of the resource Id is /providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId}. */\n renewDestination?: string;\n /** The renew properties for a reservation. */\n renewProperties?: RenewPropertiesResponse;\n /** Represent the term of reservation. */\n term?: ReservationTerm;\n /**\n * The applied scope type of the reservation for display, e.g. Shared\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly userFriendlyAppliedScopeType?: string;\n /**\n * The renew state of the reservation for display, e.g. On\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly userFriendlyRenewState?: string;\n /**\n * Reservation utilization\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly utilization?: ReservationsPropertiesUtilization;\n}\n\n/** Properties of reservation split */\nexport interface ReservationSplitProperties {\n /** List of destination resource id that are created due to split. Format of the resource id is /providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId} */\n splitDestinations?: string[];\n /** Resource id of the reservation from which this is split. Format of the resource id is /providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId} */\n splitSource?: string;\n}\n\n/** Properties of reservation merge */\nexport interface ReservationMergeProperties {\n /** Reservation resource id Created due to the merge. Format of the resource id is /providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId} */\n mergeDestination?: string;\n /** Resource ids of the source reservation's merged to form this reservation. Format of the resource id is /providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId} */\n mergeSources?: string[];\n}\n\n/** Properties of reservation swap */\nexport interface ReservationSwapProperties {\n /** Resource id of the source reservation that gets swapped. Format of the resource id is /providers/microsoft.capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId} */\n swapSource?: string;\n /** Reservation resource id that the original resource gets swapped to. Format of the resource id is /providers/microsoft.capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId} */\n swapDestination?: string;\n}\n\n/** The renew properties for a reservation. */\nexport interface RenewPropertiesResponse {\n /** The request for reservation purchase */\n purchaseProperties?: PurchaseRequest;\n /** Amount that Microsoft uses for record. Used during refund for calculating refund limit. Tax is not included. This is locked price 30 days before expiry. */\n pricingCurrencyTotal?: RenewPropertiesResponsePricingCurrencyTotal;\n /** Currency and amount that customer will be charged in customer's local currency for renewal purchase. Tax is not included. */\n billingCurrencyTotal?: RenewPropertiesResponseBillingCurrencyTotal;\n}\n\n/** Amount that Microsoft uses for record. Used during refund for calculating refund limit. Tax is not included. This is locked price 30 days before expiry. */\nexport interface RenewPropertiesResponsePricingCurrencyTotal {\n /** The ISO 4217 3-letter currency code for the currency used by this purchase record. */\n currencyCode?: string;\n amount?: number;\n}\n\n/** Currency and amount that customer will be charged in customer's local currency for renewal purchase. Tax is not included. */\nexport interface RenewPropertiesResponseBillingCurrencyTotal {\n /** The ISO 4217 3-letter currency code for the currency used by this purchase record. */\n currencyCode?: string;\n amount?: number;\n}\n\n/** Reservation utilization */\nexport interface ReservationsPropertiesUtilization {\n /**\n * last 7 day utilization trend for a reservation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly trend?: string;\n /** The array of aggregates of a reservation's utilization */\n aggregates?: ReservationUtilizationAggregates[];\n}\n\n/** The aggregate values of reservation utilization */\nexport interface ReservationUtilizationAggregates {\n /**\n * The grain of the aggregate\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly grain?: number;\n /**\n * The grain unit of the aggregate\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly grainUnit?: string;\n /**\n * The aggregate value\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: number;\n /**\n * The aggregate value unit\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly valueUnit?: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** The request for reservation split */\nexport interface SplitRequest {\n /** List of the quantities in the new reservations to create. */\n quantities?: number[];\n /** Resource id of the reservation to be split. Format of the resource id should be /providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId} */\n reservationId?: string;\n}\n\n/** The request for reservation merge */\nexport interface MergeRequest {\n /** Format of the resource id should be /providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId} */\n sources?: string[];\n}\n\n/** List of `Reservation`s */\nexport interface ReservationList {\n value?: ReservationResponse[];\n /** Url to get the next page of reservations. */\n nextLink?: string;\n}\n\n/** The request for reservation patch */\nexport interface Patch {\n /** Type of the Applied Scope. */\n appliedScopeType?: AppliedScopeType;\n /** List of the subscriptions that the benefit will be applied. Do not specify if AppliedScopeType is Shared. This property will be deprecated and replaced by appliedScopeProperties instead for Single AppliedScopeType. */\n appliedScopes?: string[];\n /** Properties specific to applied scope type. Not required if not applicable. Required and need to provide tenantId and managementGroupId if AppliedScopeType is ManagementGroup */\n appliedScopeProperties?: AppliedScopeProperties;\n /** Turning this on will apply the reservation discount to other VMs in the same VM size group. Only specify for VirtualMachines reserved resource type. */\n instanceFlexibility?: InstanceFlexibility;\n /** Display name of the reservation */\n name?: string;\n /** Setting this to true will automatically purchase a new reservation on the expiration date time. */\n renew?: boolean;\n renewProperties?: PatchPropertiesRenewProperties;\n /** This is the date-time when the Azure hybrid benefit needs to be reviewed. */\n reviewDateTime?: Date;\n}\n\nexport interface PatchPropertiesRenewProperties {\n /** The request for reservation purchase */\n purchaseProperties?: PurchaseRequest;\n}\n\n/** Paginated list of operations */\nexport interface OperationList {\n value?: OperationResponse[];\n /** Url to get the next page of items. */\n nextLink?: string;\n}\n\n/** The response containing operation information */\nexport interface OperationResponse {\n /** Name of the operation */\n name?: string;\n /** Indicates whether the operation is a data action */\n isDataAction?: boolean;\n /** Display of the operation */\n display?: OperationDisplay;\n /** Origin of the operation */\n origin?: string;\n /** Properties of the operation */\n properties?: Record<string, unknown>;\n}\n\n/** Information about an operation */\nexport interface OperationDisplay {\n provider?: string;\n resource?: string;\n operation?: string;\n description?: string;\n}\n\n/** Request containing information needed for calculating refund. */\nexport interface CalculateRefundRequest {\n /** Fully qualified identifier of the reservation order being returned */\n id?: string;\n /** Properties needed for calculate refund including the scope and the reservation to be returned. */\n properties?: CalculateRefundRequestProperties;\n}\n\n/** Properties needed for calculate refund including the scope and the reservation to be returned. */\nexport interface CalculateRefundRequestProperties {\n /** The scope of the refund, e.g. Reservation */\n scope?: string;\n /** Reservation to return */\n reservationToReturn?: ReservationToReturn;\n}\n\n/** Reservation to return */\nexport interface ReservationToReturn {\n /** Fully qualified identifier of the reservation being returned */\n reservationId?: string;\n /** Quantity to be returned. Must be greater than zero. */\n quantity?: number;\n}\n\n/** The response of calculate refund containing refund information of reservation */\nexport interface CalculateRefundResponse {\n /** Fully qualified identifier of the reservation being returned */\n id?: string;\n /** The refund properties of reservation */\n properties?: RefundResponseProperties;\n}\n\n/** The refund properties of reservation */\nexport interface RefundResponseProperties {\n /** Refund session identifier */\n sessionId?: string;\n /** Quantity to be returned */\n quantity?: number;\n /** Pricing information containing the amount and the currency code */\n billingRefundAmount?: Price;\n /** Pricing information containing the amount and the currency code */\n pricingRefundAmount?: Price;\n /** Refund policy result */\n policyResult?: RefundPolicyResult;\n /** billing information */\n billingInformation?: RefundBillingInformation;\n}\n\n/** Refund policy result */\nexport interface RefundPolicyResult {\n /** Refund policy result property */\n properties?: RefundPolicyResultProperty;\n}\n\n/** Refund policy result property */\nexport interface RefundPolicyResultProperty {\n /** Pricing information containing the amount and the currency code */\n consumedRefundsTotal?: Price;\n /** Pricing information containing the amount and the currency code */\n maxRefundLimit?: Price;\n /** Refund Policy errors */\n policyErrors?: RefundPolicyError[];\n}\n\n/** error details */\nexport interface RefundPolicyError {\n /** Error code describing the reason that service is not able to process the incoming request */\n code?: ErrorResponseCode;\n message?: string;\n}\n\n/** billing information */\nexport interface RefundBillingInformation {\n /** Represent the billing plans. */\n billingPlan?: ReservationBillingPlan;\n /** The number of completed transactions in this reservation's payment */\n completedTransactions?: number;\n /** The number of total transactions in this reservation's payment */\n totalTransactions?: number;\n /** Pricing information containing the amount and the currency code */\n billingCurrencyTotalPaidAmount?: Price;\n /** Pricing information containing the amount and the currency code */\n billingCurrencyProratedAmount?: Price;\n /** Pricing information containing the amount and the currency code */\n billingCurrencyRemainingCommitmentAmount?: Price;\n}\n\n/** Request containing information needed for returning reservation. */\nexport interface RefundRequest {\n /** Properties needed for refund request including the session id from calculate refund, the scope, the reservation to be returned and the return reason. */\n properties?: RefundRequestProperties;\n}\n\n/** Properties needed for refund request including the session id from calculate refund, the scope, the reservation to be returned and the return reason. */\nexport interface RefundRequestProperties {\n /** SessionId that was returned by CalculateRefund API. */\n sessionId?: string;\n /** The scope of the refund, e.g. Reservation */\n scope?: string;\n /** Reservation to return */\n reservationToReturn?: ReservationToReturn;\n /** The reason of returning the reservation */\n returnReason?: string;\n}\n\n/** The response of refund request containing refund information of reservation */\nexport interface RefundResponse {\n /** Fully qualified identifier of the reservation being returned */\n id?: string;\n /** The refund properties of reservation */\n properties?: RefundResponseProperties;\n}\n\n/** Calculate exchange request */\nexport interface CalculateExchangeRequest {\n /** Calculate exchange request properties */\n properties?: CalculateExchangeRequestProperties;\n}\n\n/** Calculate exchange request properties */\nexport interface CalculateExchangeRequestProperties {\n /** List of reservations that are being purchased in this exchange. */\n reservationsToPurchase?: PurchaseRequest[];\n /** List of savings plans that are being purchased in this exchange. */\n savingsPlansToPurchase?: SavingsPlanPurchaseRequest[];\n /** List of reservations that are being returned in this exchange. */\n reservationsToExchange?: ReservationToReturn[];\n}\n\n/** Request body for savings plan purchase */\nexport interface SavingsPlanPurchaseRequest {\n /** The name of sku */\n sku?: SkuName;\n /** Friendly name of the savings plan */\n displayName?: string;\n /** Subscription that will be charged for purchasing reservation or savings plan */\n billingScopeId?: string;\n /** Represent savings plan term in ISO 8601 format. */\n term?: SavingsPlanTerm;\n /** Represents the billing plan in ISO 8601 format. Required only for monthly billing plans. */\n billingPlan?: BillingPlan;\n /** Type of the Applied Scope. */\n appliedScopeType?: AppliedScopeType;\n /** Properties specific to applied scope type. Not required if not applicable. Required and need to provide tenantId and managementGroupId if AppliedScopeType is ManagementGroup */\n appliedScopeProperties?: AppliedScopeProperties;\n /** Commitment towards the benefit. */\n commitment?: Commitment;\n}\n\n/** CalculateExchange operation result */\nexport interface CalculateExchangeOperationResultResponse {\n /** It should match what is used to GET the operation result. */\n id?: string;\n /** It must match the last segment of the id field, and will typically be a GUID / system generated value. */\n name?: string;\n /** Status of the operation. */\n status?: CalculateExchangeOperationResultStatus;\n /** CalculateExchange response properties */\n properties?: CalculateExchangeResponseProperties;\n /** Required if status == failed or status == canceled. */\n error?: OperationResultError;\n}\n\n/** CalculateExchange response properties */\nexport interface CalculateExchangeResponseProperties {\n /** Exchange session identifier */\n sessionId?: string;\n /** Pricing information containing the amount and the currency code */\n netPayable?: Price;\n /** Pricing information containing the amount and the currency code */\n refundsTotal?: Price;\n /** Pricing information containing the amount and the currency code */\n purchasesTotal?: Price;\n /** Details of the reservations being purchased */\n reservationsToPurchase?: ReservationToPurchaseCalculateExchange[];\n /** Details of the savings plans being purchased */\n savingsPlansToPurchase?: SavingsPlanToPurchaseCalculateExchange[];\n /** Details of the reservations being returned */\n reservationsToExchange?: ReservationToExchange[];\n /** Exchange policy errors */\n policyResult?: ExchangePolicyErrors;\n}\n\n/** Reservation purchase details */\nexport interface ReservationToPurchaseCalculateExchange {\n /** The request for reservation purchase */\n properties?: PurchaseRequest;\n /** Pricing information containing the amount and the currency code */\n billingCurrencyTotal?: Price;\n}\n\n/** Savings plan purchase details */\nexport interface SavingsPlanToPurchaseCalculateExchange {\n /** Request body for savings plan purchase */\n properties?: SavingsPlanPurchaseRequest;\n /** Pricing information containing the amount and the currency code */\n billingCurrencyTotal?: Price;\n}\n\n/** Reservation refund details */\nexport interface ReservationToExchange {\n /** Fully qualified id of the reservation being returned. */\n reservationId?: string;\n /** Quantity to be returned */\n quantity?: number;\n /** Pricing information containing the amount and the currency code */\n billingRefundAmount?: Price;\n /** billing information */\n billingInformation?: BillingInformation;\n}\n\n/** billing information */\nexport interface BillingInformation {\n /** Pricing information containing the amount and the currency code */\n billingCurrencyTotalPaidAmount?: Price;\n /** Pricing information containing the amount and the currency code */\n billingCurrencyProratedAmount?: Price;\n /** Pricing information containing the amount and the currency code */\n billingCurrencyRemainingCommitmentAmount?: Price;\n}\n\n/** Exchange policy errors */\nexport interface ExchangePolicyErrors {\n /** Exchange Policy errors */\n policyErrors?: ExchangePolicyError[];\n}\n\n/** error details */\nexport interface ExchangePolicyError {\n code?: string;\n message?: string;\n}\n\n/** Required if status == failed or status == canceled. */\nexport interface OperationResultError {\n /** Required if status == failed or status == cancelled. If status == failed, provide an invariant error code used for error troubleshooting, aggregation, and analysis. */\n code?: string;\n /** Required if status == failed. Localized. If status == failed, provide an actionable error message indicating what error occurred, and what the user can do to address the issue. */\n message?: string;\n}\n\n/** Exchange request */\nexport interface ExchangeRequest {\n /** Exchange request properties */\n properties?: ExchangeRequestProperties;\n}\n\n/** Exchange request properties */\nexport interface ExchangeRequestProperties {\n /** SessionId that was returned by CalculateExchange API. */\n sessionId?: string;\n}\n\n/** Exchange operation result */\nexport interface ExchangeOperationResultResponse {\n /** It should match what is used to GET the operation result. */\n id?: string;\n /** It must match the last segment of the id field, and will typically be a GUID / system generated value. */\n name?: string;\n /** Status of the operation. */\n status?: ExchangeOperationResultStatus;\n /** Exchange response properties */\n properties?: ExchangeResponseProperties;\n /** Required if status == failed or status == canceled. */\n error?: OperationResultError;\n}\n\n/** Exchange response properties */\nexport interface ExchangeResponseProperties {\n /** Exchange session identifier */\n sessionId?: string;\n /** Pricing information containing the amount and the currency code */\n netPayable?: Price;\n /** Pricing information containing the amount and the currency code */\n refundsTotal?: Price;\n /** Pricing information containing the amount and the currency code */\n purchasesTotal?: Price;\n /** Details of the reservations being purchased */\n reservationsToPurchase?: ReservationToPurchaseExchange[];\n /** Details of the savings plans being purchased */\n savingsPlansToPurchase?: SavingsPlanToPurchaseExchange[];\n /** Details of the reservations being returned */\n reservationsToExchange?: ReservationToReturnForExchange[];\n /** Exchange policy errors */\n policyResult?: ExchangePolicyErrors;\n}\n\n/** Reservation purchase details */\nexport interface ReservationToPurchaseExchange {\n /** Fully qualified id of the reservationOrder being purchased */\n reservationOrderId?: string;\n /** Fully qualified id of the reservation being purchased. This value is only guaranteed to be non-null if the purchase is successful. */\n reservationId?: string;\n /** The request for reservation purchase */\n properties?: PurchaseRequest;\n /** Pricing information containing the amount and the currency code */\n billingCurrencyTotal?: Price;\n /** Status of the individual operation. */\n status?: OperationStatus;\n}\n\n/** Savings plan purchase details */\nexport interface SavingsPlanToPurchaseExchange {\n /** Fully qualified id of the savings plan order being purchased */\n savingsPlanOrderId?: string;\n /** Fully qualified id of the savings plan being purchased. This value is only guaranteed to be non-null if the purchase is successful. */\n savingsPlanId?: string;\n /** Request body for savings plan purchase */\n properties?: SavingsPlanPurchaseRequest;\n /** Pricing information containing the amount and the currency code */\n billingCurrencyTotal?: Price;\n /** Status of the individual operation. */\n status?: OperationStatus;\n}\n\n/** Reservation refund details */\nexport interface ReservationToReturnForExchange {\n /** Fully qualified id of the reservation being returned. */\n reservationId?: string;\n /** Quantity to be returned */\n quantity?: number;\n /** Pricing information containing the amount and the currency code */\n billingRefundAmount?: Price;\n /** billing information */\n billingInformation?: BillingInformation;\n /** Status of the individual operation. */\n status?: OperationStatus;\n}\n\n/** The list of reservations and summary of roll out count of reservations in each state. */\nexport interface ReservationsListResult {\n /**\n * The list of reservations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: ReservationResponse[];\n /**\n * The link (url) to the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n /** The roll out count summary of the reservations */\n summary?: ReservationSummary;\n}\n\n/** The roll up count summary of reservations in each state */\nexport interface ReservationSummary {\n /**\n * The number of reservation in Succeeded state\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly succeededCount?: number;\n /**\n * The number of reservation in Failed state\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly failedCount?: number;\n /**\n * The number of reservation in Expiring state\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expiringCount?: number;\n /**\n * The number of reservation in Expired state\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expiredCount?: number;\n /**\n * The number of reservation in Pending state\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly pendingCount?: number;\n /**\n * The number of reservation in Cancelled state\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cancelledCount?: number;\n /**\n * The number of reservation in Processing state\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly processingCount?: number;\n /**\n * The number of reservation in Warning state\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly warningCount?: number;\n /**\n * The number of reservation in NoBenefit state\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly noBenefitCount?: number;\n}\n\n/** Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message. */\nexport interface ErrorResponse {\n /** The details of the error. */\n error?: ErrorDetails;\n}\n\n/** The details of the error. */\nexport interface ErrorDetails {\n /**\n * Error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Error message indicating why the operation failed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The target of the particular error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n}\n\n/** Request body for change directory of a reservation. */\nexport interface ChangeDirectoryRequest {\n /** Tenant id GUID that reservation order is to be transferred to */\n destinationTenantId?: string;\n}\n\n/** Change directory response */\nexport interface ChangeDirectoryResponse {\n /** Change directory result for reservation order or reservation */\n reservationOrder?: ChangeDirectoryResult;\n reservations?: ChangeDirectoryResult[];\n}\n\n/** Change directory result for reservation order or reservation */\nexport interface ChangeDirectoryResult {\n /** Identifier of the reservation order or reservation */\n id?: string;\n /** Name of the reservation order or reservation */\n name?: string;\n /** True if change directory operation succeeded on this reservation order or reservation */\n isSucceeded?: boolean;\n /** Error reason if operation failed. Null otherwise */\n error?: string;\n}\n\n/** Quota properties. */\nexport interface CurrentQuotaLimitBase {\n /**\n * The quota request ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the quota request.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Type of resource. \"Microsoft.Capacity/ServiceLimits\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Quota properties for the resource. */\n properties?: QuotaProperties;\n}\n\n/** Quota properties for the resource. */\nexport interface QuotaProperties {\n /** Quota properties. */\n limit?: number;\n /**\n * Current usage value for the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly currentValue?: number;\n /** The limit units, such as **count** and **bytes**. Use the unit field provided in the response of the GET quota operation. */\n unit?: string;\n /** Name of the resource provide by the resource provider. Use this property for quotaRequests resource operations. */\n name?: ResourceName;\n /** The name of the resource type. */\n resourceType?: ResourceType;\n /**\n * The time period over which the quota usage values are summarized. For example, P1D (per one day), PT1M (per one minute), and PT1S (per one second). This parameter is optional because, for some resources such as compute, the time period is irrelevant.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly quotaPeriod?: string;\n /** Additional properties for the specified resource provider. */\n properties?: Record<string, unknown>;\n}\n\n/** Resource name provided by the resource provider. Use this property for quotaRequest parameter. */\nexport interface ResourceName {\n /** Resource name. */\n value?: string;\n /**\n * Resource display localized name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly localizedValue?: string;\n}\n\n/** The API error. */\nexport interface ExceptionResponse {\n /** The API error details. */\n error?: ServiceError;\n}\n\n/** The API error details. */\nexport interface ServiceError {\n /** The error code. */\n code?: string;\n /** The error message text. */\n message?: string;\n /**\n * The list of error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ServiceErrorDetail[];\n}\n\n/** The error details. */\nexport interface ServiceErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n}\n\n/** Response with request ID that the quota request was accepted. */\nexport interface QuotaRequestSubmitResponse201 {\n /**\n * The quota request ID. Use the requestId parameter to check the request status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Operation ID\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The details of the quota request status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: QuotaRequestState;\n /**\n * A user friendly message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n}\n\n/** Quota limits. */\nexport interface QuotaLimits {\n /** List of quotas (service limits). */\n value?: CurrentQuotaLimitBase[];\n /** The URI for fetching the next page of quotas (service limits). When no more pages exist, the value is null. */\n nextLink?: string;\n}\n\n/** Quota request details. */\nexport interface QuotaRequestDetails {\n /**\n * Quota request ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Quota request name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** The quota request status. */\n provisioningState?: QuotaRequestState;\n /**\n * User friendly status message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The time when the quota request was submitted using format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requestSubmitTime?: Date;\n /** The quotaRequests. */\n value?: SubRequest[];\n}\n\n/** The details of quota request. */\nexport interface QuotaRequestProperties {\n /** The quota request status. */\n provisioningState?: QuotaRequestState;\n /**\n * User friendly status message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The time when the quota request was submitted using format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requestSubmitTime?: Date;\n /** The quotaRequests. */\n value?: SubRequest[];\n}\n\n/** The sub-request submitted with the quota request. */\nexport interface SubRequest {\n /**\n * Quota (resource limit).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly limit?: number;\n /** The resource name. */\n name?: ResourceName;\n /**\n * Resource type for which the quota check was made.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceType?: string;\n /** The limit units, such as **count** and **bytes**. Use the unit field provided in the response of the GET quota operation. */\n unit?: string;\n /** The quota request status. */\n provisioningState?: QuotaRequestState;\n /**\n * User-friendly status message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * Sub request ID for individual request.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subRequestId?: string;\n}\n\n/** Quota request details. */\nexport interface QuotaRequestDetailsList {\n /** The quota requests. */\n value?: QuotaRequestDetails[];\n /** The URI to fetch the next page of quota limits. When there are no more pages, this is null. */\n nextLink?: string;\n}\n\n/** Current quota limits. */\nexport interface CurrentQuotaLimit {\n /**\n * The details of the quota request status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: QuotaRequestState;\n /**\n * A user friendly message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The quota request ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the quota request.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Type of resource. \"Microsoft.Capacity/ServiceLimits\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Quota properties for the resource. */\n properties?: QuotaProperties;\n}\n\n/** Quotas (service limits) in the request response. */\nexport interface QuotaLimitsResponse {\n /** List of quotas with the quota request status. */\n value?: CurrentQuotaLimit[];\n /** The URI for fetching the next page of quota limits. When no more pages exist, the value is null. */\n nextLink?: string;\n}\n\n/** Quota change requests information. */\nexport interface CreateGenericQuotaRequestParameters {\n /** Quota change requests. */\n value?: CurrentQuotaLimitBase[];\n}\n\n/** Response for the quota submission request. */\nexport interface QuotaRequestOneResourceSubmitResponse {\n /**\n * The quota request ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the quota request.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Type of resource. \"Microsoft.Capacity/ServiceLimits\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The quota request status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: QuotaRequestState;\n /**\n * User friendly status message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The time when the quota request was submitted using format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requestSubmitTime?: Date;\n /**\n * The quota request ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly idPropertiesId?: string;\n /**\n * The name of the quota request.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly namePropertiesName?: string;\n /**\n * Type of resource. \"Microsoft.Capacity/ServiceLimits\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly typePropertiesType?: string;\n /** Quota properties for the resource. */\n properties?: QuotaProperties;\n}\n\n/** Response for the quota submission request. */\nexport interface QuotaRequestSubmitResponse {\n /**\n * The quota request ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the quota request.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** The quota request details. */\n properties?: QuotaRequestProperties;\n /**\n * Type of resource. \"Microsoft.Capacity/serviceLimits\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** Commitment towards the benefit. */\nexport interface Commitment extends Price {\n /** Commitment grain. */\n grain?: CommitmentGrain;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** The definition of the reservation. */\nexport interface ReservationResponse extends ProxyResource {\n /** The Azure region where the reserved resource lives. */\n location?: string;\n etag?: number;\n /** The sku information associated to this reservation */\n sku?: SkuName;\n /** The properties associated to this reservation */\n properties?: ReservationsProperties;\n /** Resource Provider type to be reserved. */\n kind?: \"Microsoft.Compute\";\n}\n\n/** Defines headers for Reservation_split operation. */\nexport interface ReservationSplitHeaders {\n /** URL for determining when an operation has completed. Only use this value only when Azure-AsyncOperation isn't returned. */\n location?: string;\n /** Clients should wait for the Retry-After interval before polling again */\n retryAfter?: number;\n}\n\n/** Defines headers for Reservation_merge operation. */\nexport interface ReservationMergeHeaders {\n /** URL for determining when an operation has completed. Only use this value only when Azure-AsyncOperation isn't returned. */\n location?: string;\n /** Clients should wait for the Retry-After interval before polling again */\n retryAfter?: number;\n}\n\n/** Defines headers for Reservation_update operation. */\nexport interface ReservationUpdateHeaders {\n /** URL for checking the ongoing status of the operation. */\n azureAsyncOperation?: string;\n /** URL for determining when an operation has completed. Only use this value only when Azure-AsyncOperation isn't returned. */\n location?: string;\n /** Clients should wait for the Retry-After interval before polling again */\n retryAfter?: number;\n}\n\n/** Defines headers for ReservationOrder_purchase operation. */\nexport interface ReservationOrderPurchaseHeaders {\n /** URL for determining when an operation has completed. Only use this value only when Azure-AsyncOperation isn't returned. */\n location?: string;\n /** Clients should wait for the Retry-After interval before polling again */\n retryAfter?: number;\n}\n\n/** Defines headers for Return_post operation. */\nexport interface ReturnPostHeaders {\n location?: string;\n}\n\n/** Defines headers for CalculateExchange_post operation. */\nexport interface CalculateExchangePostHeaders {\n /** URL for checking the ongoing status of the operation. */\n azureAsyncOperation?: string;\n /** URL for determining when an operation has completed. Only use this value only when Azure-AsyncOperation isn't returned. */\n location?: string;\n /** Clients should wait for the Retry-After interval before polling again */\n retryAfter?: number;\n}\n\n/** Defines headers for Exchange_post operation. */\nexport interface ExchangePostHeaders {\n /** URL for checking the ongoing status of the operation. */\n azureAsyncOperation?: string;\n /** URL for determining when an operation has completed. Only use this value only when Azure-AsyncOperation isn't returned. */\n location?: string;\n /** Clients should wait for the Retry-After interval before polling again */\n retryAfter?: number;\n}\n\n/** Defines headers for Quota_get operation. */\nexport interface QuotaGetHeaders {\n /** Current entity state version. It should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Quota_list operation. */\nexport interface QuotaListHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Quota_listNext operation. */\nexport interface QuotaListNextHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Known values of {@link ErrorResponseCode} that the service accepts. */\nexport enum KnownErrorResponseCode {\n /** NotSpecified */\n NotSpecified = \"NotSpecified\",\n /** InternalServerError */\n InternalServerError = \"InternalServerError\",\n /** ServerTimeout */\n ServerTimeout = \"ServerTimeout\",\n /** AuthorizationFailed */\n AuthorizationFailed = \"AuthorizationFailed\",\n /** BadRequest */\n BadRequest = \"BadRequest\",\n /** ClientCertificateThumbprintNotSet */\n ClientCertificateThumbprintNotSet = \"ClientCertificateThumbprintNotSet\",\n /** InvalidRequestContent */\n InvalidRequestContent = \"InvalidRequestContent\",\n /** OperationFailed */\n OperationFailed = \"OperationFailed\",\n /** HttpMethodNotSupported */\n HttpMethodNotSupported = \"HttpMethodNotSupported\",\n /** InvalidRequestUri */\n InvalidRequestUri = \"InvalidRequestUri\",\n /** MissingTenantId */\n MissingTenantId = \"MissingTenantId\",\n /** InvalidTenantId */\n InvalidTenantId = \"InvalidTenantId\",\n /** InvalidReservationOrderId */\n InvalidReservationOrderId = \"InvalidReservationOrderId\",\n /** InvalidReservationId */\n InvalidReservationId = \"InvalidReservationId\",\n /** ReservationIdNotInReservationOrder */\n ReservationIdNotInReservationOrder = \"ReservationIdNotInReservationOrder\",\n /** ReservationOrderNotFound */\n ReservationOrderNotFound = \"ReservationOrderNotFound\",\n /** InvalidSubscriptionId */\n InvalidSubscriptionId = \"InvalidSubscriptionId\",\n /** InvalidAccessToken */\n InvalidAccessToken = \"InvalidAccessToken\",\n /** InvalidLocationId */\n InvalidLocationId = \"InvalidLocationId\",\n /** UnauthenticatedRequestsThrottled */\n UnauthenticatedRequestsThrottled = \"UnauthenticatedRequestsThrottled\",\n /** InvalidHealthCheckType */\n InvalidHealthCheckType = \"InvalidHealthCheckType\",\n /** Forbidden */\n Forbidden = \"Forbidden\",\n /** BillingScopeIdCannotBeChanged */\n BillingScopeIdCannotBeChanged = \"BillingScopeIdCannotBeChanged\",\n /** AppliedScopesNotAssociatedWithCommerceAccount */\n AppliedScopesNotAssociatedWithCommerceAccount = \"AppliedScopesNotAssociatedWithCommerceAccount\",\n /** PatchValuesSameAsExisting */\n PatchValuesSameAsExisting = \"PatchValuesSameAsExisting\",\n /** RoleAssignmentCreationFailed */\n RoleAssignmentCreationFailed = \"RoleAssignmentCreationFailed\",\n /** ReservationOrderCreationFailed */\n ReservationOrderCreationFailed = \"ReservationOrderCreationFailed\",\n /** ReservationOrderNotEnabled */\n ReservationOrderNotEnabled = \"ReservationOrderNotEnabled\",\n /** CapacityUpdateScopesFailed */\n CapacityUpdateScopesFailed = \"CapacityUpdateScopesFailed\",\n /** UnsupportedReservationTerm */\n UnsupportedReservationTerm = \"UnsupportedReservationTerm\",\n /** ReservationOrderIdAlreadyExists */\n ReservationOrderIdAlreadyExists = \"ReservationOrderIdAlreadyExists\",\n /** RiskCheckFailed */\n RiskCheckFailed = \"RiskCheckFailed\",\n /** CreateQuoteFailed */\n CreateQuoteFailed = \"CreateQuoteFailed\",\n /** ActivateQuoteFailed */\n ActivateQuoteFailed = \"ActivateQuoteFailed\",\n /** NonsupportedAccountId */\n NonsupportedAccountId = \"NonsupportedAccountId\",\n /** PaymentInstrumentNotFound */\n PaymentInstrumentNotFound = \"PaymentInstrumentNotFound\",\n /** MissingAppliedScopesForSingle */\n MissingAppliedScopesForSingle = \"MissingAppliedScopesForSingle\",\n /** NoValidReservationsToReRate */\n NoValidReservationsToReRate = \"NoValidReservationsToReRate\",\n /** ReRateOnlyAllowedForEA */\n ReRateOnlyAllowedForEA = \"ReRateOnlyAllowedForEA\",\n /** OperationCannotBePerformedInCurrentState */\n OperationCannotBePerformedInCurrentState = \"OperationCannotBePerformedInCurrentState\",\n /** InvalidSingleAppliedScopesCount */\n InvalidSingleAppliedScopesCount = \"InvalidSingleAppliedScopesCount\",\n /** InvalidFulfillmentRequestParameters */\n InvalidFulfillmentRequestParameters = \"InvalidFulfillmentRequestParameters\",\n /** NotSupportedCountry */\n NotSupportedCountry = \"NotSupportedCountry\",\n /** InvalidRefundQuantity */\n InvalidRefundQuantity = \"InvalidRefundQuantity\",\n /** PurchaseError */\n PurchaseError = \"PurchaseError\",\n /** BillingCustomerInputError */\n BillingCustomerInputError = \"BillingCustomerInputError\",\n /** BillingPaymentInstrumentSoftError */\n BillingPaymentInstrumentSoftError = \"BillingPaymentInstrumentSoftError\",\n /** BillingPaymentInstrumentHardError */\n BillingPaymentInstrumentHardError = \"BillingPaymentInstrumentHardError\",\n /** BillingTransientError */\n BillingTransientError = \"BillingTransientError\",\n /** BillingError */\n BillingError = \"BillingError\",\n /** FulfillmentConfigurationError */\n FulfillmentConfigurationError = \"FulfillmentConfigurationError\",\n /** FulfillmentOutOfStockError */\n FulfillmentOutOfStockError = \"FulfillmentOutOfStockError\",\n /** FulfillmentTransientError */\n FulfillmentTransientError = \"FulfillmentTransientError\",\n /** FulfillmentError */\n FulfillmentError = \"FulfillmentError\",\n /** CalculatePriceFailed */\n CalculatePriceFailed = \"CalculatePriceFailed\",\n /** AppliedScopesSameAsExisting */\n AppliedScopesSameAsExisting = \"AppliedScopesSameAsExisting\",\n /** SelfServiceRefundNotSupported */\n SelfServiceRefundNotSupported = \"SelfServiceRefundNotSupported\",\n /** RefundLimitExceeded */\n RefundLimitExceeded = \"RefundLimitExceeded\"\n}\n\n/**\n * Defines values for ErrorResponseCode. \\\n * {@link KnownErrorResponseCode} can be used interchangeably with ErrorResponseCode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotSpecified** \\\n * **InternalServerError** \\\n * **ServerTimeout** \\\n * **AuthorizationFailed** \\\n * **BadRequest** \\\n * **ClientCertificateThumbprintNotSet** \\\n * **InvalidRequestContent** \\\n * **OperationFailed** \\\n * **HttpMethodNotSupported** \\\n * **InvalidRequestUri** \\\n * **MissingTenantId** \\\n * **InvalidTenantId** \\\n * **InvalidReservationOrderId** \\\n * **InvalidReservationId** \\\n * **ReservationIdNotInReservationOrder** \\\n * **ReservationOrderNotFound** \\\n * **InvalidSubscriptionId** \\\n * **InvalidAccessToken** \\\n * **InvalidLocationId** \\\n * **UnauthenticatedRequestsThrottled** \\\n * **InvalidHealthCheckType** \\\n * **Forbidden** \\\n * **BillingScopeIdCannotBeChanged** \\\n * **AppliedScopesNotAssociatedWithCommerceAccount** \\\n * **PatchValuesSameAsExisting** \\\n * **RoleAssignmentCreationFailed** \\\n * **ReservationOrderCreationFailed** \\\n * **ReservationOrderNotEnabled** \\\n * **CapacityUpdateScopesFailed** \\\n * **UnsupportedReservationTerm** \\\n * **ReservationOrderIdAlreadyExists** \\\n * **RiskCheckFailed** \\\n * **CreateQuoteFailed** \\\n * **ActivateQuoteFailed** \\\n * **NonsupportedAccountId** \\\n * **PaymentInstrumentNotFound** \\\n * **MissingAppliedScopesForSingle** \\\n * **NoValidReservationsToReRate** \\\n * **ReRateOnlyAllowedForEA** \\\n * **OperationCannotBePerformedInCurrentState** \\\n * **InvalidSingleAppliedScopesCount** \\\n * **InvalidFulfillmentRequestParameters** \\\n * **NotSupportedCountry** \\\n * **InvalidRefundQuantity** \\\n * **PurchaseError** \\\n * **BillingCustomerInputError** \\\n * **BillingPaymentInstrumentSoftError** \\\n * **BillingPaymentInstrumentHardError** \\\n * **BillingTransientError** \\\n * **BillingError** \\\n * **FulfillmentConfigurationError** \\\n * **FulfillmentOutOfStockError** \\\n * **FulfillmentTransientError** \\\n * **FulfillmentError** \\\n * **CalculatePriceFailed** \\\n * **AppliedScopesSameAsExisting** \\\n * **SelfServiceRefundNotSupported** \\\n * **RefundLimitExceeded**\n */\nexport type ErrorResponseCode = string;\n\n/** Known values of {@link ReservationBillingPlan} that the service accepts. */\nexport enum KnownReservationBillingPlan {\n /** Upfront */\n Upfront = \"Upfront\",\n /** Monthly */\n Monthly = \"Monthly\"\n}\n\n/**\n * Defines values for ReservationBillingPlan. \\\n * {@link KnownReservationBillingPlan} can be used interchangeably with ReservationBillingPlan,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Upfront** \\\n * **Monthly**\n */\nexport type ReservationBillingPlan = string;\n\n/** Known values of {@link ReservationTerm} that the service accepts. */\nexport enum KnownReservationTerm {\n /** P1Y */\n P1Y = \"P1Y\",\n /** P3Y */\n P3Y = \"P3Y\",\n /** P5Y */\n P5Y = \"P5Y\"\n}\n\n/**\n * Defines values for ReservationTerm. \\\n * {@link KnownReservationTerm} can be used interchangeably with ReservationTerm,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **P1Y** \\\n * **P3Y** \\\n * **P5Y**\n */\nexport type ReservationTerm = string;\n\n/** Known values of {@link ReservedResourceType} that the service accepts. */\nexport enum KnownReservedResourceType {\n /** VirtualMachines */\n VirtualMachines = \"VirtualMachines\",\n /** SqlDatabases */\n SqlDatabases = \"SqlDatabases\",\n /** SuseLinux */\n SuseLinux = \"SuseLinux\",\n /** CosmosDb */\n CosmosDb = \"CosmosDb\",\n /** RedHat */\n RedHat = \"RedHat\",\n /** SqlDataWarehouse */\n SqlDataWarehouse = \"SqlDataWarehouse\",\n /** VMwareCloudSimple */\n VMwareCloudSimple = \"VMwareCloudSimple\",\n /** RedHatOsa */\n RedHatOsa = \"RedHatOsa\",\n /** Databricks */\n Databricks = \"Databricks\",\n /** AppService */\n AppService = \"AppService\",\n /** ManagedDisk */\n ManagedDisk = \"ManagedDisk\",\n /** BlockBlob */\n BlockBlob = \"BlockBlob\",\n /** RedisCache */\n RedisCache = \"RedisCache\",\n /** AzureDataExplorer */\n AzureDataExplorer = \"AzureDataExplorer\",\n /** MySql */\n MySql = \"MySql\",\n /** MariaDb */\n MariaDb = \"MariaDb\",\n /** PostgreSql */\n PostgreSql = \"PostgreSql\",\n /** DedicatedHost */\n DedicatedHost = \"DedicatedHost\",\n /** SapHana */\n SapHana = \"SapHana\",\n /** SqlAzureHybridBenefit */\n SqlAzureHybridBenefit = \"SqlAzureHybridBenefit\",\n /** AVS */\n AVS = \"AVS\",\n /** DataFactory */\n DataFactory = \"DataFactory\",\n /** NetAppStorage */\n NetAppStorage = \"NetAppStorage\",\n /** AzureFiles */\n AzureFiles = \"AzureFiles\",\n /** SqlEdge */\n SqlEdge = \"SqlEdge\",\n /** VirtualMachineSoftware */\n VirtualMachineSoftware = \"VirtualMachineSoftware\"\n}\n\n/**\n * Defines values for ReservedResourceType. \\\n * {@link KnownReservedResourceType} can be used interchangeably with ReservedResourceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **VirtualMachines** \\\n * **SqlDatabases** \\\n * **SuseLinux** \\\n * **CosmosDb** \\\n * **RedHat** \\\n * **SqlDataWarehouse** \\\n * **VMwareCloudSimple** \\\n * **RedHatOsa** \\\n * **Databricks** \\\n * **AppService** \\\n * **ManagedDisk** \\\n * **BlockBlob** \\\n * **RedisCache** \\\n * **AzureDataExplorer** \\\n * **MySql** \\\n * **MariaDb** \\\n * **PostgreSql** \\\n * **DedicatedHost** \\\n * **SapHana** \\\n * **SqlAzureHybridBenefit** \\\n * **AVS** \\\n * **DataFactory** \\\n * **NetAppStorage** \\\n * **AzureFiles** \\\n * **SqlEdge** \\\n * **VirtualMachineSoftware**\n */\nexport type ReservedResourceType = string;\n\n/** Known values of {@link AppliedScopeType} that the service accepts. */\nexport enum KnownAppliedScopeType {\n /** Single */\n Single = \"Single\",\n /** Shared */\n Shared = \"Shared\",\n /** ManagementGroup */\n ManagementGroup = \"ManagementGroup\"\n}\n\n/**\n * Defines values for AppliedScopeType. \\\n * {@link KnownAppliedScopeType} can be used interchangeably with AppliedScopeType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Single** \\\n * **Shared** \\\n * **ManagementGroup**\n */\nexport type AppliedScopeType = string;\n\n/** Known values of {@link InstanceFlexibility} that the service accepts. */\nexport enum KnownInstanceFlexibility {\n /** On */\n On = \"On\",\n /** Off */\n Off = \"Off\"\n}\n\n/**\n * Defines values for InstanceFlexibility. \\\n * {@link KnownInstanceFlexibility} can be used interchangeably with InstanceFlexibility,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **On** \\\n * **Off**\n */\nexport type InstanceFlexibility = string;\n\n/** Known values of {@link PaymentStatus} that the service accepts. */\nexport enum KnownPaymentStatus {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Scheduled */\n Scheduled = \"Scheduled\",\n /** Cancelled */\n Cancelled = \"Cancelled\"\n}\n\n/**\n * Defines values for PaymentStatus. \\\n * {@link KnownPaymentStatus} can be used interchangeably with PaymentStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Scheduled** \\\n * **Cancelled**\n */\nexport type PaymentStatus = string;\n\n/** Known values of {@link ReservationStatusCode} that the service accepts. */\nexport enum KnownReservationStatusCode {\n /** None */\n None = \"None\",\n /** Pending */\n Pending = \"Pending\",\n /** Processing */\n Processing = \"Processing\",\n /** Active */\n Active = \"Active\",\n /** PurchaseError */\n PurchaseError = \"PurchaseError\",\n /** PaymentInstrumentError */\n PaymentInstrumentError = \"PaymentInstrumentError\",\n /** Split */\n Split = \"Split\",\n /** Merged */\n Merged = \"Merged\",\n /** Expired */\n Expired = \"Expired\",\n /** Succeeded */\n Succeeded = \"Succeeded\"\n}\n\n/**\n * Defines values for ReservationStatusCode. \\\n * {@link KnownReservationStatusCode} can be used interchangeably with ReservationStatusCode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **Pending** \\\n * **Processing** \\\n * **Active** \\\n * **PurchaseError** \\\n * **PaymentInstrumentError** \\\n * **Split** \\\n * **Merged** \\\n * **Expired** \\\n * **Succeeded**\n */\nexport type ReservationStatusCode = string;\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** PendingResourceHold */\n PendingResourceHold = \"PendingResourceHold\",\n /** ConfirmedResourceHold */\n ConfirmedResourceHold = \"ConfirmedResourceHold\",\n /** PendingBilling */\n PendingBilling = \"PendingBilling\",\n /** ConfirmedBilling */\n ConfirmedBilling = \"ConfirmedBilling\",\n /** Created */\n Created = \"Created\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Cancelled */\n Cancelled = \"Cancelled\",\n /** Expired */\n Expired = \"Expired\",\n /** BillingFailed */\n BillingFailed = \"BillingFailed\",\n /** Failed */\n Failed = \"Failed\",\n /** Split */\n Split = \"Split\",\n /** Merged */\n Merged = \"Merged\"\n}\n\n/**\n * Defines values for ProvisioningState. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **PendingResourceHold** \\\n * **ConfirmedResourceHold** \\\n * **PendingBilling** \\\n * **ConfirmedBilling** \\\n * **Created** \\\n * **Succeeded** \\\n * **Cancelled** \\\n * **Expired** \\\n * **BillingFailed** \\\n * **Failed** \\\n * **Split** \\\n * **Merged**\n */\nexport type ProvisioningState = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\"\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link SavingsPlanTerm} that the service accepts. */\nexport enum KnownSavingsPlanTerm {\n /** P1Y */\n P1Y = \"P1Y\",\n /** P3Y */\n P3Y = \"P3Y\"\n}\n\n/**\n * Defines values for SavingsPlanTerm. \\\n * {@link KnownSavingsPlanTerm} can be used interchangeably with SavingsPlanTerm,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **P1Y** \\\n * **P3Y**\n */\nexport type SavingsPlanTerm = string;\n\n/** Known values of {@link BillingPlan} that the service accepts. */\nexport enum KnownBillingPlan {\n /** P1M */\n P1M = \"P1M\"\n}\n\n/**\n * Defines values for BillingPlan. \\\n * {@link KnownBillingPlan} can be used interchangeably with BillingPlan,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **P1M**\n */\nexport type BillingPlan = string;\n\n/** Known values of {@link CommitmentGrain} that the service accepts. */\nexport enum KnownCommitmentGrain {\n /** Hourly */\n Hourly = \"Hourly\"\n}\n\n/**\n * Defines values for CommitmentGrain. \\\n * {@link KnownCommitmentGrain} can be used interchangeably with CommitmentGrain,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Hourly**\n */\nexport type CommitmentGrain = string;\n\n/** Known values of {@link CalculateExchangeOperationResultStatus} that the service accepts. */\nexport enum KnownCalculateExchangeOperationResultStatus {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Cancelled */\n Cancelled = \"Cancelled\",\n /** Pending */\n Pending = \"Pending\"\n}\n\n/**\n * Defines values for CalculateExchangeOperationResultStatus. \\\n * {@link KnownCalculateExchangeOperationResultStatus} can be used interchangeably with CalculateExchangeOperationResultStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Cancelled** \\\n * **Pending**\n */\nexport type CalculateExchangeOperationResultStatus = string;\n\n/** Known values of {@link ExchangeOperationResultStatus} that the service accepts. */\nexport enum KnownExchangeOperationResultStatus {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Cancelled */\n Cancelled = \"Cancelled\",\n /** PendingRefunds */\n PendingRefunds = \"PendingRefunds\",\n /** PendingPurchases */\n PendingPurchases = \"PendingPurchases\"\n}\n\n/**\n * Defines values for ExchangeOperationResultStatus. \\\n * {@link KnownExchangeOperationResultStatus} can be used interchangeably with ExchangeOperationResultStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Cancelled** \\\n * **PendingRefunds** \\\n * **PendingPurchases**\n */\nexport type ExchangeOperationResultStatus = string;\n\n/** Known values of {@link OperationStatus} that the service accepts. */\nexport enum KnownOperationStatus {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Cancelled */\n Cancelled = \"Cancelled\",\n /** Pending */\n Pending = \"Pending\"\n}\n\n/**\n * Defines values for OperationStatus. \\\n * {@link KnownOperationStatus} can be used interchangeably with OperationStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Cancelled** \\\n * **Pending**\n */\nexport type OperationStatus = string;\n\n/** Known values of {@link ResourceType} that the service accepts. */\nexport enum KnownResourceType {\n /** Standard */\n Standard = \"standard\",\n /** Dedicated */\n Dedicated = \"dedicated\",\n /** LowPriority */\n LowPriority = \"lowPriority\",\n /** Shared */\n Shared = \"shared\",\n /** ServiceSpecific */\n ServiceSpecific = \"serviceSpecific\"\n}\n\n/**\n * Defines values for ResourceType. \\\n * {@link KnownResourceType} can be used interchangeably with ResourceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **standard** \\\n * **dedicated** \\\n * **lowPriority** \\\n * **shared** \\\n * **serviceSpecific**\n */\nexport type ResourceType = string;\n\n/** Known values of {@link QuotaRequestState} that the service accepts. */\nexport enum KnownQuotaRequestState {\n /** Accepted */\n Accepted = \"Accepted\",\n /** Invalid */\n Invalid = \"Invalid\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** InProgress */\n InProgress = \"InProgress\"\n}\n\n/**\n * Defines values for QuotaRequestState. \\\n * {@link KnownQuotaRequestState} can be used interchangeably with QuotaRequestState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Accepted** \\\n * **Invalid** \\\n * **Succeeded** \\\n * **Failed** \\\n * **InProgress**\n */\nexport type QuotaRequestState = string;\n\n/** Known values of {@link Location} that the service accepts. */\nexport enum KnownLocation {\n /** Westus */\n Westus = \"westus\",\n /** Eastus */\n Eastus = \"eastus\",\n /** Eastus2 */\n Eastus2 = \"eastus2\",\n /** Northcentralus */\n Northcentralus = \"northcentralus\",\n /** Westus2 */\n Westus2 = \"westus2\",\n /** Southcentralus */\n Southcentralus = \"southcentralus\",\n /** Centralus */\n Centralus = \"centralus\",\n /** Westeurope */\n Westeurope = \"westeurope\",\n /** Northeurope */\n Northeurope = \"northeurope\",\n /** Eastasia */\n Eastasia = \"eastasia\",\n /** Southeastasia */\n Southeastasia = \"southeastasia\",\n /** Japaneast */\n Japaneast = \"japaneast\",\n /** Japanwest */\n Japanwest = \"japanwest\",\n /** Brazilsouth */\n Brazilsouth = \"brazilsouth\",\n /** Australiaeast */\n Australiaeast = \"australiaeast\",\n /** Australiasoutheast */\n Australiasoutheast = \"australiasoutheast\",\n /** Southindia */\n Southindia = \"southindia\",\n /** Westindia */\n Westindia = \"westindia\",\n /** Centralindia */\n Centralindia = \"centralindia\",\n /** Canadacentral */\n Canadacentral = \"canadacentral\",\n /** Canadaeast */\n Canadaeast = \"canadaeast\",\n /** Uksouth */\n Uksouth = \"uksouth\",\n /** Westcentralus */\n Westcentralus = \"westcentralus\",\n /** Ukwest */\n Ukwest = \"ukwest\"\n}\n\n/**\n * Defines values for Location. \\\n * {@link KnownLocation} can be used interchangeably with Location,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **westus** \\\n * **eastus** \\\n * **eastus2** \\\n * **northcentralus** \\\n * **westus2** \\\n * **southcentralus** \\\n * **centralus** \\\n * **westeurope** \\\n * **northeurope** \\\n * **eastasia** \\\n * **southeastasia** \\\n * **japaneast** \\\n * **japanwest** \\\n * **brazilsouth** \\\n * **australiaeast** \\\n * **australiasoutheast** \\\n * **southindia** \\\n * **westindia** \\\n * **centralindia** \\\n * **canadacentral** \\\n * **canadaeast** \\\n * **uksouth** \\\n * **westcentralus** \\\n * **ukwest**\n */\nexport type Location = string;\n\n/** Known values of {@link DisplayProvisioningState} that the service accepts. */\nexport enum KnownDisplayProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Expiring */\n Expiring = \"Expiring\",\n /** Expired */\n Expired = \"Expired\",\n /** Pending */\n Pending = \"Pending\",\n /** Processing */\n Processing = \"Processing\",\n /** Cancelled */\n Cancelled = \"Cancelled\",\n /** Failed */\n Failed = \"Failed\",\n /** Warning */\n Warning = \"Warning\",\n /** NoBenefit */\n NoBenefit = \"NoBenefit\"\n}\n\n/**\n * Defines values for DisplayProvisioningState. \\\n * {@link KnownDisplayProvisioningState} can be used interchangeably with DisplayProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Expiring** \\\n * **Expired** \\\n * **Pending** \\\n * **Processing** \\\n * **Cancelled** \\\n * **Failed** \\\n * **Warning** \\\n * **NoBenefit**\n */\nexport type DisplayProvisioningState = string;\n\n/** Known values of {@link UserFriendlyAppliedScopeType} that the service accepts. */\nexport enum KnownUserFriendlyAppliedScopeType {\n /** None */\n None = \"None\",\n /** Shared */\n Shared = \"Shared\",\n /** Single */\n Single = \"Single\",\n /** ResourceGroup */\n ResourceGroup = \"ResourceGroup\",\n /** ManagementGroup */\n ManagementGroup = \"ManagementGroup\"\n}\n\n/**\n * Defines values for UserFriendlyAppliedScopeType. \\\n * {@link KnownUserFriendlyAppliedScopeType} can be used interchangeably with UserFriendlyAppliedScopeType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **Shared** \\\n * **Single** \\\n * **ResourceGroup** \\\n * **ManagementGroup**\n */\nexport type UserFriendlyAppliedScopeType = string;\n\n/** Known values of {@link UserFriendlyRenewState} that the service accepts. */\nexport enum KnownUserFriendlyRenewState {\n /** On */\n On = \"On\",\n /** Off */\n Off = \"Off\",\n /** Renewed */\n Renewed = \"Renewed\",\n /** NotRenewed */\n NotRenewed = \"NotRenewed\",\n /** NotApplicable */\n NotApplicable = \"NotApplicable\"\n}\n\n/**\n * Defines values for UserFriendlyRenewState. \\\n * {@link KnownUserFriendlyRenewState} can be used interchangeably with UserFriendlyRenewState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **On** \\\n * **Off** \\\n * **Renewed** \\\n * **NotRenewed** \\\n * **NotApplicable**\n */\nexport type UserFriendlyRenewState = string;\n\n/** Optional parameters. */\nexport interface ReservationAvailableScopesOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the availableScopes operation. */\nexport type ReservationAvailableScopesResponse = AvailableScopeProperties;\n\n/** Optional parameters. */\nexport interface ReservationSplitOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the split operation. */\nexport type ReservationSplitResponse = ReservationResponse[];\n\n/** Optional parameters. */\nexport interface ReservationMergeOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the merge operation. */\nexport type ReservationMergeResponse = ReservationResponse[];\n\n/** Optional parameters. */\nexport interface ReservationListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ReservationListResponse = ReservationList;\n\n/** Optional parameters. */\nexport interface ReservationGetOptionalParams\n extends coreClient.OperationOptions {\n /** Supported value of this query is renewProperties */\n expand?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type ReservationGetResponse = ReservationResponse;\n\n/** Optional parameters. */\nexport interface ReservationUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type ReservationUpdateResponse = ReservationResponse;\n\n/** Optional parameters. */\nexport interface ReservationArchiveOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ReservationUnarchiveOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ReservationListRevisionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listRevisions operation. */\nexport type ReservationListRevisionsResponse = ReservationList;\n\n/** Optional parameters. */\nexport interface ReservationListAllOptionalParams\n extends coreClient.OperationOptions {\n /** May be used to filter by reservation properties. The filter supports 'eq', 'or', and 'and'. It does not currently support 'ne', 'gt', 'le', 'ge', or 'not'. Reservation properties include sku/name, properties/{appliedScopeType, archived, displayName, displayProvisioningState, effectiveDateTime, expiryDate, expiryDateTime, provisioningState, quantity, renew, reservedResourceType, term, userFriendlyAppliedScopeType, userFriendlyRenewState} */\n filter?: string;\n /** May be used to sort order by reservation properties. */\n orderby?: string;\n /** To indicate whether to refresh the roll up counts of the reservations group by provisioning states */\n refreshSummary?: string;\n /** The number of reservations to skip from the list before returning results */\n skiptoken?: number;\n /** The selected provisioning state */\n selectedState?: string;\n /** To number of reservations to return */\n take?: number;\n}\n\n/** Contains response data for the listAll operation. */\nexport type ReservationListAllResponse = ReservationsListResult;\n\n/** Optional parameters. */\nexport interface ReservationListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ReservationListNextResponse = ReservationList;\n\n/** Optional parameters. */\nexport interface ReservationListRevisionsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listRevisionsNext operation. */\nexport type ReservationListRevisionsNextResponse = ReservationList;\n\n/** Optional parameters. */\nexport interface ReservationListAllNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAllNext operation. */\nexport type ReservationListAllNextResponse = ReservationsListResult;\n\n/** Optional parameters. */\nexport interface GetCatalogOptionalParams extends coreClient.OperationOptions {\n /** May be used to filter by Catalog properties. The filter supports 'eq', 'or', and 'and'. */\n filter?: string;\n /** The type of the resource for which the skus should be provided. */\n reservedResourceType?: string;\n /** Filters the skus based on the location specified in this parameter. This can be an Azure region or global */\n location?: string;\n /** Publisher id used to get the third party products */\n publisherId?: string;\n /** Offer id used to get the third party products */\n offerId?: string;\n /** Plan id used to get the third party products */\n planId?: string;\n /** The number of reservations to skip from the list before returning results */\n skip?: number;\n /** To number of reservations to return */\n take?: number;\n}\n\n/** Contains response data for the getCatalog operation. */\nexport type GetCatalogResponse = CatalogsResult;\n\n/** Optional parameters. */\nexport interface GetAppliedReservationListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAppliedReservationList operation. */\nexport type GetAppliedReservationListResponse = AppliedReservations;\n\n/** Optional parameters. */\nexport interface GetCatalogNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getCatalogNext operation. */\nexport type GetCatalogNextResponse = CatalogsResult;\n\n/** Optional parameters. */\nexport interface ReservationOrderCalculateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the calculate operation. */\nexport type ReservationOrderCalculateResponse = CalculatePriceResponse;\n\n/** Optional parameters. */\nexport interface ReservationOrderListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ReservationOrderListResponse = ReservationOrderList;\n\n/** Optional parameters. */\nexport interface ReservationOrderPurchaseOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the purchase operation. */\nexport type ReservationOrderPurchaseResponse = ReservationOrderResponse;\n\n/** Optional parameters. */\nexport interface ReservationOrderGetOptionalParams\n extends coreClient.OperationOptions {\n /** May be used to expand the planInformation. */\n expand?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type ReservationOrderGetResponse = ReservationOrderResponse;\n\n/** Optional parameters. */\nexport interface ReservationOrderChangeDirectoryOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the changeDirectory operation. */\nexport type ReservationOrderChangeDirectoryResponse = ChangeDirectoryResponse;\n\n/** Optional parameters. */\nexport interface ReservationOrderListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ReservationOrderListNextResponse = ReservationOrderList;\n\n/** Optional parameters. */\nexport interface OperationListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationListResponse = OperationList;\n\n/** Optional parameters. */\nexport interface OperationListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationListNextResponse = OperationList;\n\n/** Optional parameters. */\nexport interface CalculateRefundPostOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the post operation. */\nexport type CalculateRefundPostResponse = CalculateRefundResponse;\n\n/** Optional parameters. */\nexport interface ReturnPostOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the post operation. */\nexport type ReturnPostResponse = ReservationOrderResponse;\n\n/** Optional parameters. */\nexport interface CalculateExchangePostOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the post operation. */\nexport type CalculateExchangePostResponse = CalculateExchangeOperationResultResponse;\n\n/** Optional parameters. */\nexport interface ExchangePostOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the post operation. */\nexport type ExchangePostResponse = ExchangeOperationResultResponse;\n\n/** Optional parameters. */\nexport interface QuotaGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type QuotaGetResponse = QuotaGetHeaders & CurrentQuotaLimitBase;\n\n/** Optional parameters. */\nexport interface QuotaCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type QuotaCreateOrUpdateResponse = CurrentQuotaLimitBase;\n\n/** Optional parameters. */\nexport interface QuotaUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type QuotaUpdateResponse = CurrentQuotaLimitBase;\n\n/** Optional parameters. */\nexport interface QuotaListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type QuotaListResponse = QuotaListHeaders & QuotaLimits;\n\n/** Optional parameters. */\nexport interface QuotaListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type QuotaListNextResponse = QuotaListNextHeaders & QuotaLimits;\n\n/** Optional parameters. */\nexport interface QuotaRequestStatusGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type QuotaRequestStatusGetResponse = QuotaRequestDetails;\n\n/** Optional parameters. */\nexport interface QuotaRequestStatusListOptionalParams\n extends coreClient.OperationOptions {\n /**\n * | Field | Supported operators |\n * |---------------------|------------------------|\n * |requestSubmitTime | ge, le, eq, gt, lt |\n */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** 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 includes a skiptoken parameter that specifies a starting point to use for subsequent calls. */\n skiptoken?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type QuotaRequestStatusListResponse = QuotaRequestDetailsList;\n\n/** Optional parameters. */\nexport interface QuotaRequestStatusListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type QuotaRequestStatusListNextResponse = QuotaRequestDetailsList;\n\n/** Optional parameters. */\nexport interface AzureReservationAPIOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
export declare const AvailableScopeRequest: coreClient.CompositeMapper;
|
|
3
|
+
export declare const AvailableScopeRequestProperties: coreClient.CompositeMapper;
|
|
4
|
+
export declare const AvailableScopeProperties: coreClient.CompositeMapper;
|
|
5
|
+
export declare const SubscriptionScopeProperties: coreClient.CompositeMapper;
|
|
6
|
+
export declare const ScopeProperties: coreClient.CompositeMapper;
|
|
7
|
+
export declare const ErrorModel: coreClient.CompositeMapper;
|
|
8
|
+
export declare const ExtendedErrorInfo: coreClient.CompositeMapper;
|
|
9
|
+
export declare const CatalogsResult: coreClient.CompositeMapper;
|
|
10
|
+
export declare const Catalog: coreClient.CompositeMapper;
|
|
11
|
+
export declare const SkuProperty: coreClient.CompositeMapper;
|
|
12
|
+
export declare const CatalogMsrp: coreClient.CompositeMapper;
|
|
13
|
+
export declare const Price: coreClient.CompositeMapper;
|
|
14
|
+
export declare const SkuRestriction: coreClient.CompositeMapper;
|
|
15
|
+
export declare const SkuCapability: coreClient.CompositeMapper;
|
|
16
|
+
export declare const AppliedReservations: coreClient.CompositeMapper;
|
|
17
|
+
export declare const AppliedReservationList: coreClient.CompositeMapper;
|
|
18
|
+
export declare const PurchaseRequest: coreClient.CompositeMapper;
|
|
19
|
+
export declare const SkuName: coreClient.CompositeMapper;
|
|
20
|
+
export declare const AppliedScopeProperties: coreClient.CompositeMapper;
|
|
21
|
+
export declare const PurchaseRequestPropertiesReservedResourceProperties: coreClient.CompositeMapper;
|
|
22
|
+
export declare const CalculatePriceResponse: coreClient.CompositeMapper;
|
|
23
|
+
export declare const CalculatePriceResponseProperties: coreClient.CompositeMapper;
|
|
24
|
+
export declare const CalculatePriceResponsePropertiesBillingCurrencyTotal: coreClient.CompositeMapper;
|
|
25
|
+
export declare const CalculatePriceResponsePropertiesPricingCurrencyTotal: coreClient.CompositeMapper;
|
|
26
|
+
export declare const PaymentDetail: coreClient.CompositeMapper;
|
|
27
|
+
export declare const ExtendedStatusInfo: coreClient.CompositeMapper;
|
|
28
|
+
export declare const ReservationOrderList: coreClient.CompositeMapper;
|
|
29
|
+
export declare const ReservationOrderResponse: coreClient.CompositeMapper;
|
|
30
|
+
export declare const ReservationOrderBillingPlanInformation: coreClient.CompositeMapper;
|
|
31
|
+
export declare const ReservationsProperties: coreClient.CompositeMapper;
|
|
32
|
+
export declare const ReservationSplitProperties: coreClient.CompositeMapper;
|
|
33
|
+
export declare const ReservationMergeProperties: coreClient.CompositeMapper;
|
|
34
|
+
export declare const ReservationSwapProperties: coreClient.CompositeMapper;
|
|
35
|
+
export declare const RenewPropertiesResponse: coreClient.CompositeMapper;
|
|
36
|
+
export declare const RenewPropertiesResponsePricingCurrencyTotal: coreClient.CompositeMapper;
|
|
37
|
+
export declare const RenewPropertiesResponseBillingCurrencyTotal: coreClient.CompositeMapper;
|
|
38
|
+
export declare const ReservationsPropertiesUtilization: coreClient.CompositeMapper;
|
|
39
|
+
export declare const ReservationUtilizationAggregates: coreClient.CompositeMapper;
|
|
40
|
+
export declare const Resource: coreClient.CompositeMapper;
|
|
41
|
+
export declare const SystemData: coreClient.CompositeMapper;
|
|
42
|
+
export declare const SplitRequest: coreClient.CompositeMapper;
|
|
43
|
+
export declare const MergeRequest: coreClient.CompositeMapper;
|
|
44
|
+
export declare const ReservationList: coreClient.CompositeMapper;
|
|
45
|
+
export declare const Patch: coreClient.CompositeMapper;
|
|
46
|
+
export declare const PatchPropertiesRenewProperties: coreClient.CompositeMapper;
|
|
47
|
+
export declare const OperationList: coreClient.CompositeMapper;
|
|
48
|
+
export declare const OperationResponse: coreClient.CompositeMapper;
|
|
49
|
+
export declare const OperationDisplay: coreClient.CompositeMapper;
|
|
50
|
+
export declare const CalculateRefundRequest: coreClient.CompositeMapper;
|
|
51
|
+
export declare const CalculateRefundRequestProperties: coreClient.CompositeMapper;
|
|
52
|
+
export declare const ReservationToReturn: coreClient.CompositeMapper;
|
|
53
|
+
export declare const CalculateRefundResponse: coreClient.CompositeMapper;
|
|
54
|
+
export declare const RefundResponseProperties: coreClient.CompositeMapper;
|
|
55
|
+
export declare const RefundPolicyResult: coreClient.CompositeMapper;
|
|
56
|
+
export declare const RefundPolicyResultProperty: coreClient.CompositeMapper;
|
|
57
|
+
export declare const RefundPolicyError: coreClient.CompositeMapper;
|
|
58
|
+
export declare const RefundBillingInformation: coreClient.CompositeMapper;
|
|
59
|
+
export declare const RefundRequest: coreClient.CompositeMapper;
|
|
60
|
+
export declare const RefundRequestProperties: coreClient.CompositeMapper;
|
|
61
|
+
export declare const RefundResponse: coreClient.CompositeMapper;
|
|
62
|
+
export declare const CalculateExchangeRequest: coreClient.CompositeMapper;
|
|
63
|
+
export declare const CalculateExchangeRequestProperties: coreClient.CompositeMapper;
|
|
64
|
+
export declare const SavingsPlanPurchaseRequest: coreClient.CompositeMapper;
|
|
65
|
+
export declare const CalculateExchangeOperationResultResponse: coreClient.CompositeMapper;
|
|
66
|
+
export declare const CalculateExchangeResponseProperties: coreClient.CompositeMapper;
|
|
67
|
+
export declare const ReservationToPurchaseCalculateExchange: coreClient.CompositeMapper;
|
|
68
|
+
export declare const SavingsPlanToPurchaseCalculateExchange: coreClient.CompositeMapper;
|
|
69
|
+
export declare const ReservationToExchange: coreClient.CompositeMapper;
|
|
70
|
+
export declare const BillingInformation: coreClient.CompositeMapper;
|
|
71
|
+
export declare const ExchangePolicyErrors: coreClient.CompositeMapper;
|
|
72
|
+
export declare const ExchangePolicyError: coreClient.CompositeMapper;
|
|
73
|
+
export declare const OperationResultError: coreClient.CompositeMapper;
|
|
74
|
+
export declare const ExchangeRequest: coreClient.CompositeMapper;
|
|
75
|
+
export declare const ExchangeRequestProperties: coreClient.CompositeMapper;
|
|
76
|
+
export declare const ExchangeOperationResultResponse: coreClient.CompositeMapper;
|
|
77
|
+
export declare const ExchangeResponseProperties: coreClient.CompositeMapper;
|
|
78
|
+
export declare const ReservationToPurchaseExchange: coreClient.CompositeMapper;
|
|
79
|
+
export declare const SavingsPlanToPurchaseExchange: coreClient.CompositeMapper;
|
|
80
|
+
export declare const ReservationToReturnForExchange: coreClient.CompositeMapper;
|
|
81
|
+
export declare const ReservationsListResult: coreClient.CompositeMapper;
|
|
82
|
+
export declare const ReservationSummary: coreClient.CompositeMapper;
|
|
83
|
+
export declare const ErrorResponse: coreClient.CompositeMapper;
|
|
84
|
+
export declare const ErrorDetails: coreClient.CompositeMapper;
|
|
85
|
+
export declare const ChangeDirectoryRequest: coreClient.CompositeMapper;
|
|
86
|
+
export declare const ChangeDirectoryResponse: coreClient.CompositeMapper;
|
|
87
|
+
export declare const ChangeDirectoryResult: coreClient.CompositeMapper;
|
|
88
|
+
export declare const CurrentQuotaLimitBase: coreClient.CompositeMapper;
|
|
89
|
+
export declare const QuotaProperties: coreClient.CompositeMapper;
|
|
90
|
+
export declare const ResourceName: coreClient.CompositeMapper;
|
|
91
|
+
export declare const ExceptionResponse: coreClient.CompositeMapper;
|
|
92
|
+
export declare const ServiceError: coreClient.CompositeMapper;
|
|
93
|
+
export declare const ServiceErrorDetail: coreClient.CompositeMapper;
|
|
94
|
+
export declare const QuotaRequestSubmitResponse201: coreClient.CompositeMapper;
|
|
95
|
+
export declare const QuotaLimits: coreClient.CompositeMapper;
|
|
96
|
+
export declare const QuotaRequestDetails: coreClient.CompositeMapper;
|
|
97
|
+
export declare const QuotaRequestProperties: coreClient.CompositeMapper;
|
|
98
|
+
export declare const SubRequest: coreClient.CompositeMapper;
|
|
99
|
+
export declare const QuotaRequestDetailsList: coreClient.CompositeMapper;
|
|
100
|
+
export declare const CurrentQuotaLimit: coreClient.CompositeMapper;
|
|
101
|
+
export declare const QuotaLimitsResponse: coreClient.CompositeMapper;
|
|
102
|
+
export declare const CreateGenericQuotaRequestParameters: coreClient.CompositeMapper;
|
|
103
|
+
export declare const QuotaRequestOneResourceSubmitResponse: coreClient.CompositeMapper;
|
|
104
|
+
export declare const QuotaRequestSubmitResponse: coreClient.CompositeMapper;
|
|
105
|
+
export declare const Commitment: coreClient.CompositeMapper;
|
|
106
|
+
export declare const ProxyResource: coreClient.CompositeMapper;
|
|
107
|
+
export declare const ReservationResponse: coreClient.CompositeMapper;
|
|
108
|
+
export declare const ReservationSplitHeaders: coreClient.CompositeMapper;
|
|
109
|
+
export declare const ReservationMergeHeaders: coreClient.CompositeMapper;
|
|
110
|
+
export declare const ReservationUpdateHeaders: coreClient.CompositeMapper;
|
|
111
|
+
export declare const ReservationOrderPurchaseHeaders: coreClient.CompositeMapper;
|
|
112
|
+
export declare const ReturnPostHeaders: coreClient.CompositeMapper;
|
|
113
|
+
export declare const CalculateExchangePostHeaders: coreClient.CompositeMapper;
|
|
114
|
+
export declare const ExchangePostHeaders: coreClient.CompositeMapper;
|
|
115
|
+
export declare const QuotaGetHeaders: coreClient.CompositeMapper;
|
|
116
|
+
export declare const QuotaListHeaders: coreClient.CompositeMapper;
|
|
117
|
+
export declare const QuotaListNextHeaders: coreClient.CompositeMapper;
|
|
118
|
+
//# sourceMappingURL=mappers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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"}
|