@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
package/src/models/index.ts
DELETED
|
@@ -1,2735 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import * as coreClient from "@azure/core-client";
|
|
10
|
-
|
|
11
|
-
/** Available scope */
|
|
12
|
-
export interface AvailableScopeRequest {
|
|
13
|
-
/** Available scope request properties */
|
|
14
|
-
properties?: AvailableScopeRequestProperties;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
/** Available scope request properties */
|
|
18
|
-
export interface AvailableScopeRequestProperties {
|
|
19
|
-
scopes?: string[];
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
/** The response of available scope api containing scopes and their eligibilities. */
|
|
23
|
-
export interface AvailableScopeProperties {
|
|
24
|
-
/** The scopes checked by the available scope api. */
|
|
25
|
-
properties?: SubscriptionScopeProperties;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
/** The scopes checked by the available scope api. */
|
|
29
|
-
export interface SubscriptionScopeProperties {
|
|
30
|
-
scopes?: ScopeProperties[];
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
/** The scope and whether it is valid. */
|
|
34
|
-
export interface ScopeProperties {
|
|
35
|
-
scope?: string;
|
|
36
|
-
valid?: boolean;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
/** Error information */
|
|
40
|
-
export interface ErrorModel {
|
|
41
|
-
/** Extended error information including error code and error message */
|
|
42
|
-
error?: ExtendedErrorInfo;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
/** Extended error information including error code and error message */
|
|
46
|
-
export interface ExtendedErrorInfo {
|
|
47
|
-
/** Error code describing the reason that service is not able to process the incoming request */
|
|
48
|
-
code?: ErrorResponseCode;
|
|
49
|
-
message?: string;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
/** The list of catalogs and pagination information. */
|
|
53
|
-
export interface CatalogsResult {
|
|
54
|
-
/**
|
|
55
|
-
* The list of catalogs.
|
|
56
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
57
|
-
*/
|
|
58
|
-
readonly value?: Catalog[];
|
|
59
|
-
/**
|
|
60
|
-
* The link (url) to the next page of results.
|
|
61
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
62
|
-
*/
|
|
63
|
-
readonly nextLink?: string;
|
|
64
|
-
/** The total amount of catalog items. */
|
|
65
|
-
totalItems?: number;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
/** Product details of a type of resource. */
|
|
69
|
-
export interface Catalog {
|
|
70
|
-
/**
|
|
71
|
-
* The type of resource the sku applies to.
|
|
72
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
73
|
-
*/
|
|
74
|
-
readonly resourceType?: string;
|
|
75
|
-
/**
|
|
76
|
-
* The name of sku
|
|
77
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
78
|
-
*/
|
|
79
|
-
readonly name?: string;
|
|
80
|
-
/** The billing plan options available for this sku. */
|
|
81
|
-
billingPlans?: { [propertyName: string]: ReservationBillingPlan[] };
|
|
82
|
-
/**
|
|
83
|
-
* Available reservation terms for this resource
|
|
84
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
85
|
-
*/
|
|
86
|
-
readonly terms?: ReservationTerm[];
|
|
87
|
-
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
88
|
-
readonly locations?: string[];
|
|
89
|
-
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
90
|
-
readonly skuProperties?: SkuProperty[];
|
|
91
|
-
/**
|
|
92
|
-
* Pricing information about the sku
|
|
93
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
94
|
-
*/
|
|
95
|
-
readonly msrp?: CatalogMsrp;
|
|
96
|
-
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
97
|
-
readonly restrictions?: SkuRestriction[];
|
|
98
|
-
/**
|
|
99
|
-
* The tier of this sku
|
|
100
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
101
|
-
*/
|
|
102
|
-
readonly tier?: string;
|
|
103
|
-
/**
|
|
104
|
-
* The size of this sku
|
|
105
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
106
|
-
*/
|
|
107
|
-
readonly size?: string;
|
|
108
|
-
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
109
|
-
readonly capabilities?: SkuCapability[];
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
/** Property of a sku. */
|
|
113
|
-
export interface SkuProperty {
|
|
114
|
-
/** An invariant to describe the feature. */
|
|
115
|
-
name?: string;
|
|
116
|
-
/** An invariant if the feature is measured by quantity. */
|
|
117
|
-
value?: string;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
/** Pricing information about the sku */
|
|
121
|
-
export interface CatalogMsrp {
|
|
122
|
-
/** Amount in pricing currency. Tax not included. */
|
|
123
|
-
p1Y?: Price;
|
|
124
|
-
/** Amount in pricing currency. Tax not included. */
|
|
125
|
-
p3Y?: Price;
|
|
126
|
-
/** Amount in pricing currency. Tax not included. */
|
|
127
|
-
p5Y?: Price;
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
/** Pricing information containing the amount and the currency code */
|
|
131
|
-
export interface Price {
|
|
132
|
-
/** The ISO 4217 3-letter currency code for the currency used by this purchase record. */
|
|
133
|
-
currencyCode?: string;
|
|
134
|
-
amount?: number;
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
/** Restriction of a sku. */
|
|
138
|
-
export interface SkuRestriction {
|
|
139
|
-
/** The type of restrictions. */
|
|
140
|
-
type?: string;
|
|
141
|
-
/** The value of restrictions. If the restriction type is set to location. This would be different locations where the sku is restricted. */
|
|
142
|
-
values?: string[];
|
|
143
|
-
/** The reason for restriction. */
|
|
144
|
-
reasonCode?: string;
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
/** Capability of a sku. */
|
|
148
|
-
export interface SkuCapability {
|
|
149
|
-
/** An invariant to describe the feature. */
|
|
150
|
-
name?: string;
|
|
151
|
-
/** An invariant if the feature is measured by quantity. */
|
|
152
|
-
value?: string;
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
/** The response for applied reservations api */
|
|
156
|
-
export interface AppliedReservations {
|
|
157
|
-
/**
|
|
158
|
-
* Identifier of the applied reservations
|
|
159
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
160
|
-
*/
|
|
161
|
-
readonly id?: string;
|
|
162
|
-
/**
|
|
163
|
-
* Name of resource
|
|
164
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
165
|
-
*/
|
|
166
|
-
readonly name?: string;
|
|
167
|
-
/**
|
|
168
|
-
* Type of resource. "Microsoft.Capacity/AppliedReservations"
|
|
169
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
170
|
-
*/
|
|
171
|
-
readonly type?: string;
|
|
172
|
-
/** Paginated list of applied reservations */
|
|
173
|
-
reservationOrderIds?: AppliedReservationList;
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
/** Paginated list of applied reservations */
|
|
177
|
-
export interface AppliedReservationList {
|
|
178
|
-
value?: string[];
|
|
179
|
-
/** Url to get the next page of reservations */
|
|
180
|
-
nextLink?: string;
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
/** The request for reservation purchase */
|
|
184
|
-
export interface PurchaseRequest {
|
|
185
|
-
/** The name of sku */
|
|
186
|
-
sku?: SkuName;
|
|
187
|
-
/** The Azure region where the reserved resource lives. */
|
|
188
|
-
location?: string;
|
|
189
|
-
/** The type of the resource that is being reserved. */
|
|
190
|
-
reservedResourceType?: ReservedResourceType;
|
|
191
|
-
/** Subscription that will be charged for purchasing reservation or savings plan */
|
|
192
|
-
billingScopeId?: string;
|
|
193
|
-
/** Represent the term of reservation. */
|
|
194
|
-
term?: ReservationTerm;
|
|
195
|
-
/** Represent the billing plans. */
|
|
196
|
-
billingPlan?: ReservationBillingPlan;
|
|
197
|
-
/** Quantity of the skus that are part of the reservation. */
|
|
198
|
-
quantity?: number;
|
|
199
|
-
/** Friendly name of the reservation */
|
|
200
|
-
displayName?: string;
|
|
201
|
-
/** Type of the Applied Scope. */
|
|
202
|
-
appliedScopeType?: AppliedScopeType;
|
|
203
|
-
/** 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. */
|
|
204
|
-
appliedScopes?: string[];
|
|
205
|
-
/** Properties specific to applied scope type. Not required if not applicable. Required and need to provide tenantId and managementGroupId if AppliedScopeType is ManagementGroup */
|
|
206
|
-
appliedScopeProperties?: AppliedScopeProperties;
|
|
207
|
-
/** Setting this to true will automatically purchase a new reservation on the expiration date time. */
|
|
208
|
-
renew?: boolean;
|
|
209
|
-
/** Properties specific to each reserved resource type. Not required if not applicable. */
|
|
210
|
-
reservedResourceProperties?: PurchaseRequestPropertiesReservedResourceProperties;
|
|
211
|
-
/** This is the date-time when the Azure hybrid benefit needs to be reviewed. */
|
|
212
|
-
reviewDateTime?: Date;
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
/** The name of sku */
|
|
216
|
-
export interface SkuName {
|
|
217
|
-
name?: string;
|
|
218
|
-
}
|
|
219
|
-
|
|
220
|
-
/** Properties specific to applied scope type. Not required if not applicable. Required and need to provide tenantId and managementGroupId if AppliedScopeType is ManagementGroup */
|
|
221
|
-
export interface AppliedScopeProperties {
|
|
222
|
-
/** Tenant ID where the savings plan should apply benefit. */
|
|
223
|
-
tenantId?: string;
|
|
224
|
-
/** Fully-qualified identifier of the management group where the benefit must be applied. */
|
|
225
|
-
managementGroupId?: string;
|
|
226
|
-
/** Fully-qualified identifier of the subscription. */
|
|
227
|
-
subscriptionId?: string;
|
|
228
|
-
/** Fully-qualified identifier of the resource group. */
|
|
229
|
-
resourceGroupId?: string;
|
|
230
|
-
/** Display name */
|
|
231
|
-
displayName?: string;
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
/** Properties specific to each reserved resource type. Not required if not applicable. */
|
|
235
|
-
export interface PurchaseRequestPropertiesReservedResourceProperties {
|
|
236
|
-
/** Turning this on will apply the reservation discount to other VMs in the same VM size group. Only specify for VirtualMachines reserved resource type. */
|
|
237
|
-
instanceFlexibility?: InstanceFlexibility;
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
/** The response of calculate price for reservation. */
|
|
241
|
-
export interface CalculatePriceResponse {
|
|
242
|
-
/** Properties for calculate price response */
|
|
243
|
-
properties?: CalculatePriceResponseProperties;
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
/** Properties for calculate price response */
|
|
247
|
-
export interface CalculatePriceResponseProperties {
|
|
248
|
-
/** Currency and amount that customer will be charged in customer's local currency. Tax is not included. */
|
|
249
|
-
billingCurrencyTotal?: CalculatePriceResponsePropertiesBillingCurrencyTotal;
|
|
250
|
-
/** Net total amount in pricing currency. */
|
|
251
|
-
netTotal?: number;
|
|
252
|
-
/** Tax amount in pricing currency. */
|
|
253
|
-
taxTotal?: number;
|
|
254
|
-
/** Total amount in pricing currency. */
|
|
255
|
-
grandTotal?: number;
|
|
256
|
-
/** Whether or not tax is included in grand total */
|
|
257
|
-
isTaxIncluded?: boolean;
|
|
258
|
-
/** True if billing is managed by Microsoft Partner. Used only for CSP accounts. */
|
|
259
|
-
isBillingPartnerManaged?: boolean;
|
|
260
|
-
/** GUID that represents reservation order that can be placed after calculating price. */
|
|
261
|
-
reservationOrderId?: string;
|
|
262
|
-
/** Title of sku that is being purchased. */
|
|
263
|
-
skuTitle?: string;
|
|
264
|
-
/** Description of sku that is being purchased. */
|
|
265
|
-
skuDescription?: string;
|
|
266
|
-
/** Amount that Microsoft uses for record. Used during refund for calculating refund limit. Tax is not included. */
|
|
267
|
-
pricingCurrencyTotal?: CalculatePriceResponsePropertiesPricingCurrencyTotal;
|
|
268
|
-
paymentSchedule?: PaymentDetail[];
|
|
269
|
-
}
|
|
270
|
-
|
|
271
|
-
/** Currency and amount that customer will be charged in customer's local currency. Tax is not included. */
|
|
272
|
-
export interface CalculatePriceResponsePropertiesBillingCurrencyTotal {
|
|
273
|
-
/** The ISO 4217 3-letter currency code for the currency used by this purchase record. */
|
|
274
|
-
currencyCode?: string;
|
|
275
|
-
/** Amount in pricing currency. Tax is not included. */
|
|
276
|
-
amount?: number;
|
|
277
|
-
}
|
|
278
|
-
|
|
279
|
-
/** Amount that Microsoft uses for record. Used during refund for calculating refund limit. Tax is not included. */
|
|
280
|
-
export interface CalculatePriceResponsePropertiesPricingCurrencyTotal {
|
|
281
|
-
/** The ISO 4217 3-letter currency code for the currency used by this purchase record. */
|
|
282
|
-
currencyCode?: string;
|
|
283
|
-
amount?: number;
|
|
284
|
-
}
|
|
285
|
-
|
|
286
|
-
/** Information about payment related to a reservation order. */
|
|
287
|
-
export interface PaymentDetail {
|
|
288
|
-
/** Date when the payment needs to be done. */
|
|
289
|
-
dueDate?: Date;
|
|
290
|
-
/** Date when the transaction is completed. Is null when it is scheduled. */
|
|
291
|
-
paymentDate?: Date;
|
|
292
|
-
/** Amount in pricing currency. Tax not included. */
|
|
293
|
-
pricingCurrencyTotal?: Price;
|
|
294
|
-
/** Amount charged in Billing currency. Tax not included. Is null for future payments */
|
|
295
|
-
billingCurrencyTotal?: Price;
|
|
296
|
-
/** Shows the Account that is charged for this payment. */
|
|
297
|
-
billingAccount?: string;
|
|
298
|
-
/** Describes whether the payment is completed, failed, cancelled or scheduled in the future. */
|
|
299
|
-
status?: PaymentStatus;
|
|
300
|
-
extendedStatusInfo?: ExtendedStatusInfo;
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
export interface ExtendedStatusInfo {
|
|
304
|
-
statusCode?: ReservationStatusCode;
|
|
305
|
-
/** The message giving detailed information about the status code. */
|
|
306
|
-
message?: string;
|
|
307
|
-
}
|
|
308
|
-
|
|
309
|
-
/** List of `ReservationOrder`s */
|
|
310
|
-
export interface ReservationOrderList {
|
|
311
|
-
value?: ReservationOrderResponse[];
|
|
312
|
-
/** Url to get the next page of reservationOrders. */
|
|
313
|
-
nextLink?: string;
|
|
314
|
-
}
|
|
315
|
-
|
|
316
|
-
/** Details of a reservation order being returned. */
|
|
317
|
-
export interface ReservationOrderResponse {
|
|
318
|
-
etag?: number;
|
|
319
|
-
/**
|
|
320
|
-
* Identifier of the reservation
|
|
321
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
322
|
-
*/
|
|
323
|
-
readonly id?: string;
|
|
324
|
-
/**
|
|
325
|
-
* Name of the reservation
|
|
326
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
327
|
-
*/
|
|
328
|
-
readonly name?: string;
|
|
329
|
-
/**
|
|
330
|
-
* Type of resource. "Microsoft.Capacity/reservations"
|
|
331
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
332
|
-
*/
|
|
333
|
-
readonly type?: string;
|
|
334
|
-
/**
|
|
335
|
-
* Metadata pertaining to creation and last modification of the resource.
|
|
336
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
337
|
-
*/
|
|
338
|
-
readonly systemData?: SystemData;
|
|
339
|
-
/** Friendly name for user to easily identified the reservation. */
|
|
340
|
-
displayName?: string;
|
|
341
|
-
/** This is the DateTime when the reservation was initially requested for purchase. */
|
|
342
|
-
requestDateTime?: Date;
|
|
343
|
-
/** This is the DateTime when the reservation was created. */
|
|
344
|
-
createdDateTime?: Date;
|
|
345
|
-
/** This is the date when the reservation will expire. */
|
|
346
|
-
expiryDate?: Date;
|
|
347
|
-
/** This is the date-time when the reservation will expire. */
|
|
348
|
-
expiryDateTime?: Date;
|
|
349
|
-
/** This is the DateTime when the reservation benefit started. */
|
|
350
|
-
benefitStartTime?: Date;
|
|
351
|
-
/** Total Quantity of the skus purchased in the reservation. */
|
|
352
|
-
originalQuantity?: number;
|
|
353
|
-
/** Represent the term of reservation. */
|
|
354
|
-
term?: ReservationTerm;
|
|
355
|
-
/** Current state of the reservation. */
|
|
356
|
-
provisioningState?: ProvisioningState;
|
|
357
|
-
/** Represent the billing plans. */
|
|
358
|
-
billingPlan?: ReservationBillingPlan;
|
|
359
|
-
/** Information describing the type of billing plan for this reservation. */
|
|
360
|
-
planInformation?: ReservationOrderBillingPlanInformation;
|
|
361
|
-
reservations?: ReservationResponse[];
|
|
362
|
-
/** This is the date-time when the Azure Hybrid Benefit needs to be reviewed. */
|
|
363
|
-
reviewDateTime?: Date;
|
|
364
|
-
}
|
|
365
|
-
|
|
366
|
-
/** Information describing the type of billing plan for this reservation. */
|
|
367
|
-
export interface ReservationOrderBillingPlanInformation {
|
|
368
|
-
/** Amount of money to be paid for the Order. Tax is not included. */
|
|
369
|
-
pricingCurrencyTotal?: Price;
|
|
370
|
-
/** Date when the billing plan has started. */
|
|
371
|
-
startDate?: Date;
|
|
372
|
-
/** For recurring billing plans, indicates the date when next payment will be processed. Null when total is paid off. */
|
|
373
|
-
nextPaymentDueDate?: Date;
|
|
374
|
-
transactions?: PaymentDetail[];
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
/** The properties of the reservations */
|
|
378
|
-
export interface ReservationsProperties {
|
|
379
|
-
/** The type of the resource that is being reserved. */
|
|
380
|
-
reservedResourceType?: ReservedResourceType;
|
|
381
|
-
/** Allows reservation discount to be applied across skus within the same auto fit group. Not all skus support instance size flexibility. */
|
|
382
|
-
instanceFlexibility?: InstanceFlexibility;
|
|
383
|
-
/** Friendly name for user to easily identify the reservation */
|
|
384
|
-
displayName?: string;
|
|
385
|
-
/** The list of applied scopes */
|
|
386
|
-
appliedScopes?: string[];
|
|
387
|
-
/** The applied scope type */
|
|
388
|
-
appliedScopeType?: AppliedScopeType;
|
|
389
|
-
/** Indicates if the reservation is archived */
|
|
390
|
-
archived?: boolean;
|
|
391
|
-
/** Capabilities of the reservation */
|
|
392
|
-
capabilities?: string;
|
|
393
|
-
/** Quantity of the skus that are part of the reservation. */
|
|
394
|
-
quantity?: number;
|
|
395
|
-
/** Current state of the reservation. */
|
|
396
|
-
provisioningState?: ProvisioningState;
|
|
397
|
-
/** DateTime of the reservation starting when this version is effective from. */
|
|
398
|
-
effectiveDateTime?: Date;
|
|
399
|
-
/** This is the DateTime when the reservation benefit started. */
|
|
400
|
-
benefitStartTime?: Date;
|
|
401
|
-
/**
|
|
402
|
-
* DateTime of the last time the reservation was updated.
|
|
403
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
404
|
-
*/
|
|
405
|
-
readonly lastUpdatedDateTime?: Date;
|
|
406
|
-
/** This is the date when the reservation will expire. */
|
|
407
|
-
expiryDate?: Date;
|
|
408
|
-
/** This is the date-time when the reservation will expire. */
|
|
409
|
-
expiryDateTime?: Date;
|
|
410
|
-
/** This is the date-time when the Azure Hybrid Benefit needs to be reviewed. */
|
|
411
|
-
reviewDateTime?: Date;
|
|
412
|
-
/** Description of the sku in english. */
|
|
413
|
-
skuDescription?: string;
|
|
414
|
-
/** The message giving detailed information about the status code. */
|
|
415
|
-
extendedStatusInfo?: ExtendedStatusInfo;
|
|
416
|
-
/** The billing plan options available for this sku. */
|
|
417
|
-
billingPlan?: ReservationBillingPlan;
|
|
418
|
-
/**
|
|
419
|
-
* The provisioning state of the reservation for display, e.g. Succeeded
|
|
420
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
421
|
-
*/
|
|
422
|
-
readonly displayProvisioningState?: string;
|
|
423
|
-
/**
|
|
424
|
-
* The provisioning sub-state of the reservation, e.g. Succeeded
|
|
425
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
426
|
-
*/
|
|
427
|
-
readonly provisioningSubState?: string;
|
|
428
|
-
/** This is the date when the reservation was purchased. */
|
|
429
|
-
purchaseDate?: Date;
|
|
430
|
-
/** This is the date-time when the reservation was purchased. */
|
|
431
|
-
purchaseDateTime?: Date;
|
|
432
|
-
/** Properties of reservation split */
|
|
433
|
-
splitProperties?: ReservationSplitProperties;
|
|
434
|
-
/** Properties of reservation merge */
|
|
435
|
-
mergeProperties?: ReservationMergeProperties;
|
|
436
|
-
/** Properties of reservation swap */
|
|
437
|
-
swapProperties?: ReservationSwapProperties;
|
|
438
|
-
/** Properties specific to applied scope type. Not required if not applicable. Required and need to provide tenantId and managementGroupId if AppliedScopeType is ManagementGroup */
|
|
439
|
-
appliedScopeProperties?: AppliedScopeProperties;
|
|
440
|
-
/** Subscription that will be charged for purchasing reservation or savings plan */
|
|
441
|
-
billingScopeId?: string;
|
|
442
|
-
/** Setting this to true will automatically purchase a new reservation on the expiration date time. */
|
|
443
|
-
renew?: boolean;
|
|
444
|
-
/** Reservation Id of the reservation from which this reservation is renewed. Format of the resource Id is /providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId}. */
|
|
445
|
-
renewSource?: string;
|
|
446
|
-
/** Reservation Id of the reservation which is purchased because of renew. Format of the resource Id is /providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId}. */
|
|
447
|
-
renewDestination?: string;
|
|
448
|
-
/** The renew properties for a reservation. */
|
|
449
|
-
renewProperties?: RenewPropertiesResponse;
|
|
450
|
-
/** Represent the term of reservation. */
|
|
451
|
-
term?: ReservationTerm;
|
|
452
|
-
/**
|
|
453
|
-
* The applied scope type of the reservation for display, e.g. Shared
|
|
454
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
455
|
-
*/
|
|
456
|
-
readonly userFriendlyAppliedScopeType?: string;
|
|
457
|
-
/**
|
|
458
|
-
* The renew state of the reservation for display, e.g. On
|
|
459
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
460
|
-
*/
|
|
461
|
-
readonly userFriendlyRenewState?: string;
|
|
462
|
-
/**
|
|
463
|
-
* Reservation utilization
|
|
464
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
465
|
-
*/
|
|
466
|
-
readonly utilization?: ReservationsPropertiesUtilization;
|
|
467
|
-
}
|
|
468
|
-
|
|
469
|
-
/** Properties of reservation split */
|
|
470
|
-
export interface ReservationSplitProperties {
|
|
471
|
-
/** List of destination resource id that are created due to split. Format of the resource id is /providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId} */
|
|
472
|
-
splitDestinations?: string[];
|
|
473
|
-
/** Resource id of the reservation from which this is split. Format of the resource id is /providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId} */
|
|
474
|
-
splitSource?: string;
|
|
475
|
-
}
|
|
476
|
-
|
|
477
|
-
/** Properties of reservation merge */
|
|
478
|
-
export interface ReservationMergeProperties {
|
|
479
|
-
/** Reservation resource id Created due to the merge. Format of the resource id is /providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId} */
|
|
480
|
-
mergeDestination?: string;
|
|
481
|
-
/** 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} */
|
|
482
|
-
mergeSources?: string[];
|
|
483
|
-
}
|
|
484
|
-
|
|
485
|
-
/** Properties of reservation swap */
|
|
486
|
-
export interface ReservationSwapProperties {
|
|
487
|
-
/** Resource id of the source reservation that gets swapped. Format of the resource id is /providers/microsoft.capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId} */
|
|
488
|
-
swapSource?: string;
|
|
489
|
-
/** Reservation resource id that the original resource gets swapped to. Format of the resource id is /providers/microsoft.capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId} */
|
|
490
|
-
swapDestination?: string;
|
|
491
|
-
}
|
|
492
|
-
|
|
493
|
-
/** The renew properties for a reservation. */
|
|
494
|
-
export interface RenewPropertiesResponse {
|
|
495
|
-
/** The request for reservation purchase */
|
|
496
|
-
purchaseProperties?: PurchaseRequest;
|
|
497
|
-
/** 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. */
|
|
498
|
-
pricingCurrencyTotal?: RenewPropertiesResponsePricingCurrencyTotal;
|
|
499
|
-
/** Currency and amount that customer will be charged in customer's local currency for renewal purchase. Tax is not included. */
|
|
500
|
-
billingCurrencyTotal?: RenewPropertiesResponseBillingCurrencyTotal;
|
|
501
|
-
}
|
|
502
|
-
|
|
503
|
-
/** 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. */
|
|
504
|
-
export interface RenewPropertiesResponsePricingCurrencyTotal {
|
|
505
|
-
/** The ISO 4217 3-letter currency code for the currency used by this purchase record. */
|
|
506
|
-
currencyCode?: string;
|
|
507
|
-
amount?: number;
|
|
508
|
-
}
|
|
509
|
-
|
|
510
|
-
/** Currency and amount that customer will be charged in customer's local currency for renewal purchase. Tax is not included. */
|
|
511
|
-
export interface RenewPropertiesResponseBillingCurrencyTotal {
|
|
512
|
-
/** The ISO 4217 3-letter currency code for the currency used by this purchase record. */
|
|
513
|
-
currencyCode?: string;
|
|
514
|
-
amount?: number;
|
|
515
|
-
}
|
|
516
|
-
|
|
517
|
-
/** Reservation utilization */
|
|
518
|
-
export interface ReservationsPropertiesUtilization {
|
|
519
|
-
/**
|
|
520
|
-
* last 7 day utilization trend for a reservation
|
|
521
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
522
|
-
*/
|
|
523
|
-
readonly trend?: string;
|
|
524
|
-
/** The array of aggregates of a reservation's utilization */
|
|
525
|
-
aggregates?: ReservationUtilizationAggregates[];
|
|
526
|
-
}
|
|
527
|
-
|
|
528
|
-
/** The aggregate values of reservation utilization */
|
|
529
|
-
export interface ReservationUtilizationAggregates {
|
|
530
|
-
/**
|
|
531
|
-
* The grain of the aggregate
|
|
532
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
533
|
-
*/
|
|
534
|
-
readonly grain?: number;
|
|
535
|
-
/**
|
|
536
|
-
* The grain unit of the aggregate
|
|
537
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
538
|
-
*/
|
|
539
|
-
readonly grainUnit?: string;
|
|
540
|
-
/**
|
|
541
|
-
* The aggregate value
|
|
542
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
543
|
-
*/
|
|
544
|
-
readonly value?: number;
|
|
545
|
-
/**
|
|
546
|
-
* The aggregate value unit
|
|
547
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
548
|
-
*/
|
|
549
|
-
readonly valueUnit?: string;
|
|
550
|
-
}
|
|
551
|
-
|
|
552
|
-
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
553
|
-
export interface Resource {
|
|
554
|
-
/**
|
|
555
|
-
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
556
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
557
|
-
*/
|
|
558
|
-
readonly id?: string;
|
|
559
|
-
/**
|
|
560
|
-
* The name of the resource
|
|
561
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
562
|
-
*/
|
|
563
|
-
readonly name?: string;
|
|
564
|
-
/**
|
|
565
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
566
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
567
|
-
*/
|
|
568
|
-
readonly type?: string;
|
|
569
|
-
/**
|
|
570
|
-
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
571
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
572
|
-
*/
|
|
573
|
-
readonly systemData?: SystemData;
|
|
574
|
-
}
|
|
575
|
-
|
|
576
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
577
|
-
export interface SystemData {
|
|
578
|
-
/** The identity that created the resource. */
|
|
579
|
-
createdBy?: string;
|
|
580
|
-
/** The type of identity that created the resource. */
|
|
581
|
-
createdByType?: CreatedByType;
|
|
582
|
-
/** The timestamp of resource creation (UTC). */
|
|
583
|
-
createdAt?: Date;
|
|
584
|
-
/** The identity that last modified the resource. */
|
|
585
|
-
lastModifiedBy?: string;
|
|
586
|
-
/** The type of identity that last modified the resource. */
|
|
587
|
-
lastModifiedByType?: CreatedByType;
|
|
588
|
-
/** The timestamp of resource last modification (UTC) */
|
|
589
|
-
lastModifiedAt?: Date;
|
|
590
|
-
}
|
|
591
|
-
|
|
592
|
-
/** The request for reservation split */
|
|
593
|
-
export interface SplitRequest {
|
|
594
|
-
/** List of the quantities in the new reservations to create. */
|
|
595
|
-
quantities?: number[];
|
|
596
|
-
/** Resource id of the reservation to be split. Format of the resource id should be /providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId} */
|
|
597
|
-
reservationId?: string;
|
|
598
|
-
}
|
|
599
|
-
|
|
600
|
-
/** The request for reservation merge */
|
|
601
|
-
export interface MergeRequest {
|
|
602
|
-
/** Format of the resource id should be /providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId} */
|
|
603
|
-
sources?: string[];
|
|
604
|
-
}
|
|
605
|
-
|
|
606
|
-
/** List of `Reservation`s */
|
|
607
|
-
export interface ReservationList {
|
|
608
|
-
value?: ReservationResponse[];
|
|
609
|
-
/** Url to get the next page of reservations. */
|
|
610
|
-
nextLink?: string;
|
|
611
|
-
}
|
|
612
|
-
|
|
613
|
-
/** The request for reservation patch */
|
|
614
|
-
export interface Patch {
|
|
615
|
-
/** Type of the Applied Scope. */
|
|
616
|
-
appliedScopeType?: AppliedScopeType;
|
|
617
|
-
/** 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. */
|
|
618
|
-
appliedScopes?: string[];
|
|
619
|
-
/** Properties specific to applied scope type. Not required if not applicable. Required and need to provide tenantId and managementGroupId if AppliedScopeType is ManagementGroup */
|
|
620
|
-
appliedScopeProperties?: AppliedScopeProperties;
|
|
621
|
-
/** Turning this on will apply the reservation discount to other VMs in the same VM size group. Only specify for VirtualMachines reserved resource type. */
|
|
622
|
-
instanceFlexibility?: InstanceFlexibility;
|
|
623
|
-
/** Display name of the reservation */
|
|
624
|
-
name?: string;
|
|
625
|
-
/** Setting this to true will automatically purchase a new reservation on the expiration date time. */
|
|
626
|
-
renew?: boolean;
|
|
627
|
-
renewProperties?: PatchPropertiesRenewProperties;
|
|
628
|
-
/** This is the date-time when the Azure hybrid benefit needs to be reviewed. */
|
|
629
|
-
reviewDateTime?: Date;
|
|
630
|
-
}
|
|
631
|
-
|
|
632
|
-
export interface PatchPropertiesRenewProperties {
|
|
633
|
-
/** The request for reservation purchase */
|
|
634
|
-
purchaseProperties?: PurchaseRequest;
|
|
635
|
-
}
|
|
636
|
-
|
|
637
|
-
/** Paginated list of operations */
|
|
638
|
-
export interface OperationList {
|
|
639
|
-
value?: OperationResponse[];
|
|
640
|
-
/** Url to get the next page of items. */
|
|
641
|
-
nextLink?: string;
|
|
642
|
-
}
|
|
643
|
-
|
|
644
|
-
/** The response containing operation information */
|
|
645
|
-
export interface OperationResponse {
|
|
646
|
-
/** Name of the operation */
|
|
647
|
-
name?: string;
|
|
648
|
-
/** Indicates whether the operation is a data action */
|
|
649
|
-
isDataAction?: boolean;
|
|
650
|
-
/** Display of the operation */
|
|
651
|
-
display?: OperationDisplay;
|
|
652
|
-
/** Origin of the operation */
|
|
653
|
-
origin?: string;
|
|
654
|
-
/** Properties of the operation */
|
|
655
|
-
properties?: Record<string, unknown>;
|
|
656
|
-
}
|
|
657
|
-
|
|
658
|
-
/** Information about an operation */
|
|
659
|
-
export interface OperationDisplay {
|
|
660
|
-
provider?: string;
|
|
661
|
-
resource?: string;
|
|
662
|
-
operation?: string;
|
|
663
|
-
description?: string;
|
|
664
|
-
}
|
|
665
|
-
|
|
666
|
-
/** Request containing information needed for calculating refund. */
|
|
667
|
-
export interface CalculateRefundRequest {
|
|
668
|
-
/** Fully qualified identifier of the reservation order being returned */
|
|
669
|
-
id?: string;
|
|
670
|
-
/** Properties needed for calculate refund including the scope and the reservation to be returned. */
|
|
671
|
-
properties?: CalculateRefundRequestProperties;
|
|
672
|
-
}
|
|
673
|
-
|
|
674
|
-
/** Properties needed for calculate refund including the scope and the reservation to be returned. */
|
|
675
|
-
export interface CalculateRefundRequestProperties {
|
|
676
|
-
/** The scope of the refund, e.g. Reservation */
|
|
677
|
-
scope?: string;
|
|
678
|
-
/** Reservation to return */
|
|
679
|
-
reservationToReturn?: ReservationToReturn;
|
|
680
|
-
}
|
|
681
|
-
|
|
682
|
-
/** Reservation to return */
|
|
683
|
-
export interface ReservationToReturn {
|
|
684
|
-
/** Fully qualified identifier of the reservation being returned */
|
|
685
|
-
reservationId?: string;
|
|
686
|
-
/** Quantity to be returned. Must be greater than zero. */
|
|
687
|
-
quantity?: number;
|
|
688
|
-
}
|
|
689
|
-
|
|
690
|
-
/** The response of calculate refund containing refund information of reservation */
|
|
691
|
-
export interface CalculateRefundResponse {
|
|
692
|
-
/** Fully qualified identifier of the reservation being returned */
|
|
693
|
-
id?: string;
|
|
694
|
-
/** The refund properties of reservation */
|
|
695
|
-
properties?: RefundResponseProperties;
|
|
696
|
-
}
|
|
697
|
-
|
|
698
|
-
/** The refund properties of reservation */
|
|
699
|
-
export interface RefundResponseProperties {
|
|
700
|
-
/** Refund session identifier */
|
|
701
|
-
sessionId?: string;
|
|
702
|
-
/** Quantity to be returned */
|
|
703
|
-
quantity?: number;
|
|
704
|
-
/** Pricing information containing the amount and the currency code */
|
|
705
|
-
billingRefundAmount?: Price;
|
|
706
|
-
/** Pricing information containing the amount and the currency code */
|
|
707
|
-
pricingRefundAmount?: Price;
|
|
708
|
-
/** Refund policy result */
|
|
709
|
-
policyResult?: RefundPolicyResult;
|
|
710
|
-
/** billing information */
|
|
711
|
-
billingInformation?: RefundBillingInformation;
|
|
712
|
-
}
|
|
713
|
-
|
|
714
|
-
/** Refund policy result */
|
|
715
|
-
export interface RefundPolicyResult {
|
|
716
|
-
/** Refund policy result property */
|
|
717
|
-
properties?: RefundPolicyResultProperty;
|
|
718
|
-
}
|
|
719
|
-
|
|
720
|
-
/** Refund policy result property */
|
|
721
|
-
export interface RefundPolicyResultProperty {
|
|
722
|
-
/** Pricing information containing the amount and the currency code */
|
|
723
|
-
consumedRefundsTotal?: Price;
|
|
724
|
-
/** Pricing information containing the amount and the currency code */
|
|
725
|
-
maxRefundLimit?: Price;
|
|
726
|
-
/** Refund Policy errors */
|
|
727
|
-
policyErrors?: RefundPolicyError[];
|
|
728
|
-
}
|
|
729
|
-
|
|
730
|
-
/** error details */
|
|
731
|
-
export interface RefundPolicyError {
|
|
732
|
-
/** Error code describing the reason that service is not able to process the incoming request */
|
|
733
|
-
code?: ErrorResponseCode;
|
|
734
|
-
message?: string;
|
|
735
|
-
}
|
|
736
|
-
|
|
737
|
-
/** billing information */
|
|
738
|
-
export interface RefundBillingInformation {
|
|
739
|
-
/** Represent the billing plans. */
|
|
740
|
-
billingPlan?: ReservationBillingPlan;
|
|
741
|
-
/** The number of completed transactions in this reservation's payment */
|
|
742
|
-
completedTransactions?: number;
|
|
743
|
-
/** The number of total transactions in this reservation's payment */
|
|
744
|
-
totalTransactions?: number;
|
|
745
|
-
/** Pricing information containing the amount and the currency code */
|
|
746
|
-
billingCurrencyTotalPaidAmount?: Price;
|
|
747
|
-
/** Pricing information containing the amount and the currency code */
|
|
748
|
-
billingCurrencyProratedAmount?: Price;
|
|
749
|
-
/** Pricing information containing the amount and the currency code */
|
|
750
|
-
billingCurrencyRemainingCommitmentAmount?: Price;
|
|
751
|
-
}
|
|
752
|
-
|
|
753
|
-
/** Request containing information needed for returning reservation. */
|
|
754
|
-
export interface RefundRequest {
|
|
755
|
-
/** Properties needed for refund request including the session id from calculate refund, the scope, the reservation to be returned and the return reason. */
|
|
756
|
-
properties?: RefundRequestProperties;
|
|
757
|
-
}
|
|
758
|
-
|
|
759
|
-
/** Properties needed for refund request including the session id from calculate refund, the scope, the reservation to be returned and the return reason. */
|
|
760
|
-
export interface RefundRequestProperties {
|
|
761
|
-
/** SessionId that was returned by CalculateRefund API. */
|
|
762
|
-
sessionId?: string;
|
|
763
|
-
/** The scope of the refund, e.g. Reservation */
|
|
764
|
-
scope?: string;
|
|
765
|
-
/** Reservation to return */
|
|
766
|
-
reservationToReturn?: ReservationToReturn;
|
|
767
|
-
/** The reason of returning the reservation */
|
|
768
|
-
returnReason?: string;
|
|
769
|
-
}
|
|
770
|
-
|
|
771
|
-
/** The response of refund request containing refund information of reservation */
|
|
772
|
-
export interface RefundResponse {
|
|
773
|
-
/** Fully qualified identifier of the reservation being returned */
|
|
774
|
-
id?: string;
|
|
775
|
-
/** The refund properties of reservation */
|
|
776
|
-
properties?: RefundResponseProperties;
|
|
777
|
-
}
|
|
778
|
-
|
|
779
|
-
/** Calculate exchange request */
|
|
780
|
-
export interface CalculateExchangeRequest {
|
|
781
|
-
/** Calculate exchange request properties */
|
|
782
|
-
properties?: CalculateExchangeRequestProperties;
|
|
783
|
-
}
|
|
784
|
-
|
|
785
|
-
/** Calculate exchange request properties */
|
|
786
|
-
export interface CalculateExchangeRequestProperties {
|
|
787
|
-
/** List of reservations that are being purchased in this exchange. */
|
|
788
|
-
reservationsToPurchase?: PurchaseRequest[];
|
|
789
|
-
/** List of savings plans that are being purchased in this exchange. */
|
|
790
|
-
savingsPlansToPurchase?: SavingsPlanPurchaseRequest[];
|
|
791
|
-
/** List of reservations that are being returned in this exchange. */
|
|
792
|
-
reservationsToExchange?: ReservationToReturn[];
|
|
793
|
-
}
|
|
794
|
-
|
|
795
|
-
/** Request body for savings plan purchase */
|
|
796
|
-
export interface SavingsPlanPurchaseRequest {
|
|
797
|
-
/** The name of sku */
|
|
798
|
-
sku?: SkuName;
|
|
799
|
-
/** Friendly name of the savings plan */
|
|
800
|
-
displayName?: string;
|
|
801
|
-
/** Subscription that will be charged for purchasing reservation or savings plan */
|
|
802
|
-
billingScopeId?: string;
|
|
803
|
-
/** Represent savings plan term in ISO 8601 format. */
|
|
804
|
-
term?: SavingsPlanTerm;
|
|
805
|
-
/** Represents the billing plan in ISO 8601 format. Required only for monthly billing plans. */
|
|
806
|
-
billingPlan?: BillingPlan;
|
|
807
|
-
/** Type of the Applied Scope. */
|
|
808
|
-
appliedScopeType?: AppliedScopeType;
|
|
809
|
-
/** Properties specific to applied scope type. Not required if not applicable. Required and need to provide tenantId and managementGroupId if AppliedScopeType is ManagementGroup */
|
|
810
|
-
appliedScopeProperties?: AppliedScopeProperties;
|
|
811
|
-
/** Commitment towards the benefit. */
|
|
812
|
-
commitment?: Commitment;
|
|
813
|
-
}
|
|
814
|
-
|
|
815
|
-
/** CalculateExchange operation result */
|
|
816
|
-
export interface CalculateExchangeOperationResultResponse {
|
|
817
|
-
/** It should match what is used to GET the operation result. */
|
|
818
|
-
id?: string;
|
|
819
|
-
/** It must match the last segment of the id field, and will typically be a GUID / system generated value. */
|
|
820
|
-
name?: string;
|
|
821
|
-
/** Status of the operation. */
|
|
822
|
-
status?: CalculateExchangeOperationResultStatus;
|
|
823
|
-
/** CalculateExchange response properties */
|
|
824
|
-
properties?: CalculateExchangeResponseProperties;
|
|
825
|
-
/** Required if status == failed or status == canceled. */
|
|
826
|
-
error?: OperationResultError;
|
|
827
|
-
}
|
|
828
|
-
|
|
829
|
-
/** CalculateExchange response properties */
|
|
830
|
-
export interface CalculateExchangeResponseProperties {
|
|
831
|
-
/** Exchange session identifier */
|
|
832
|
-
sessionId?: string;
|
|
833
|
-
/** Pricing information containing the amount and the currency code */
|
|
834
|
-
netPayable?: Price;
|
|
835
|
-
/** Pricing information containing the amount and the currency code */
|
|
836
|
-
refundsTotal?: Price;
|
|
837
|
-
/** Pricing information containing the amount and the currency code */
|
|
838
|
-
purchasesTotal?: Price;
|
|
839
|
-
/** Details of the reservations being purchased */
|
|
840
|
-
reservationsToPurchase?: ReservationToPurchaseCalculateExchange[];
|
|
841
|
-
/** Details of the savings plans being purchased */
|
|
842
|
-
savingsPlansToPurchase?: SavingsPlanToPurchaseCalculateExchange[];
|
|
843
|
-
/** Details of the reservations being returned */
|
|
844
|
-
reservationsToExchange?: ReservationToExchange[];
|
|
845
|
-
/** Exchange policy errors */
|
|
846
|
-
policyResult?: ExchangePolicyErrors;
|
|
847
|
-
}
|
|
848
|
-
|
|
849
|
-
/** Reservation purchase details */
|
|
850
|
-
export interface ReservationToPurchaseCalculateExchange {
|
|
851
|
-
/** The request for reservation purchase */
|
|
852
|
-
properties?: PurchaseRequest;
|
|
853
|
-
/** Pricing information containing the amount and the currency code */
|
|
854
|
-
billingCurrencyTotal?: Price;
|
|
855
|
-
}
|
|
856
|
-
|
|
857
|
-
/** Savings plan purchase details */
|
|
858
|
-
export interface SavingsPlanToPurchaseCalculateExchange {
|
|
859
|
-
/** Request body for savings plan purchase */
|
|
860
|
-
properties?: SavingsPlanPurchaseRequest;
|
|
861
|
-
/** Pricing information containing the amount and the currency code */
|
|
862
|
-
billingCurrencyTotal?: Price;
|
|
863
|
-
}
|
|
864
|
-
|
|
865
|
-
/** Reservation refund details */
|
|
866
|
-
export interface ReservationToExchange {
|
|
867
|
-
/** Fully qualified id of the reservation being returned. */
|
|
868
|
-
reservationId?: string;
|
|
869
|
-
/** Quantity to be returned */
|
|
870
|
-
quantity?: number;
|
|
871
|
-
/** Pricing information containing the amount and the currency code */
|
|
872
|
-
billingRefundAmount?: Price;
|
|
873
|
-
/** billing information */
|
|
874
|
-
billingInformation?: BillingInformation;
|
|
875
|
-
}
|
|
876
|
-
|
|
877
|
-
/** billing information */
|
|
878
|
-
export interface BillingInformation {
|
|
879
|
-
/** Pricing information containing the amount and the currency code */
|
|
880
|
-
billingCurrencyTotalPaidAmount?: Price;
|
|
881
|
-
/** Pricing information containing the amount and the currency code */
|
|
882
|
-
billingCurrencyProratedAmount?: Price;
|
|
883
|
-
/** Pricing information containing the amount and the currency code */
|
|
884
|
-
billingCurrencyRemainingCommitmentAmount?: Price;
|
|
885
|
-
}
|
|
886
|
-
|
|
887
|
-
/** Exchange policy errors */
|
|
888
|
-
export interface ExchangePolicyErrors {
|
|
889
|
-
/** Exchange Policy errors */
|
|
890
|
-
policyErrors?: ExchangePolicyError[];
|
|
891
|
-
}
|
|
892
|
-
|
|
893
|
-
/** error details */
|
|
894
|
-
export interface ExchangePolicyError {
|
|
895
|
-
code?: string;
|
|
896
|
-
message?: string;
|
|
897
|
-
}
|
|
898
|
-
|
|
899
|
-
/** Required if status == failed or status == canceled. */
|
|
900
|
-
export interface OperationResultError {
|
|
901
|
-
/** Required if status == failed or status == cancelled. If status == failed, provide an invariant error code used for error troubleshooting, aggregation, and analysis. */
|
|
902
|
-
code?: string;
|
|
903
|
-
/** 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. */
|
|
904
|
-
message?: string;
|
|
905
|
-
}
|
|
906
|
-
|
|
907
|
-
/** Exchange request */
|
|
908
|
-
export interface ExchangeRequest {
|
|
909
|
-
/** Exchange request properties */
|
|
910
|
-
properties?: ExchangeRequestProperties;
|
|
911
|
-
}
|
|
912
|
-
|
|
913
|
-
/** Exchange request properties */
|
|
914
|
-
export interface ExchangeRequestProperties {
|
|
915
|
-
/** SessionId that was returned by CalculateExchange API. */
|
|
916
|
-
sessionId?: string;
|
|
917
|
-
}
|
|
918
|
-
|
|
919
|
-
/** Exchange operation result */
|
|
920
|
-
export interface ExchangeOperationResultResponse {
|
|
921
|
-
/** It should match what is used to GET the operation result. */
|
|
922
|
-
id?: string;
|
|
923
|
-
/** It must match the last segment of the id field, and will typically be a GUID / system generated value. */
|
|
924
|
-
name?: string;
|
|
925
|
-
/** Status of the operation. */
|
|
926
|
-
status?: ExchangeOperationResultStatus;
|
|
927
|
-
/** Exchange response properties */
|
|
928
|
-
properties?: ExchangeResponseProperties;
|
|
929
|
-
/** Required if status == failed or status == canceled. */
|
|
930
|
-
error?: OperationResultError;
|
|
931
|
-
}
|
|
932
|
-
|
|
933
|
-
/** Exchange response properties */
|
|
934
|
-
export interface ExchangeResponseProperties {
|
|
935
|
-
/** Exchange session identifier */
|
|
936
|
-
sessionId?: string;
|
|
937
|
-
/** Pricing information containing the amount and the currency code */
|
|
938
|
-
netPayable?: Price;
|
|
939
|
-
/** Pricing information containing the amount and the currency code */
|
|
940
|
-
refundsTotal?: Price;
|
|
941
|
-
/** Pricing information containing the amount and the currency code */
|
|
942
|
-
purchasesTotal?: Price;
|
|
943
|
-
/** Details of the reservations being purchased */
|
|
944
|
-
reservationsToPurchase?: ReservationToPurchaseExchange[];
|
|
945
|
-
/** Details of the savings plans being purchased */
|
|
946
|
-
savingsPlansToPurchase?: SavingsPlanToPurchaseExchange[];
|
|
947
|
-
/** Details of the reservations being returned */
|
|
948
|
-
reservationsToExchange?: ReservationToReturnForExchange[];
|
|
949
|
-
/** Exchange policy errors */
|
|
950
|
-
policyResult?: ExchangePolicyErrors;
|
|
951
|
-
}
|
|
952
|
-
|
|
953
|
-
/** Reservation purchase details */
|
|
954
|
-
export interface ReservationToPurchaseExchange {
|
|
955
|
-
/** Fully qualified id of the reservationOrder being purchased */
|
|
956
|
-
reservationOrderId?: string;
|
|
957
|
-
/** Fully qualified id of the reservation being purchased. This value is only guaranteed to be non-null if the purchase is successful. */
|
|
958
|
-
reservationId?: string;
|
|
959
|
-
/** The request for reservation purchase */
|
|
960
|
-
properties?: PurchaseRequest;
|
|
961
|
-
/** Pricing information containing the amount and the currency code */
|
|
962
|
-
billingCurrencyTotal?: Price;
|
|
963
|
-
/** Status of the individual operation. */
|
|
964
|
-
status?: OperationStatus;
|
|
965
|
-
}
|
|
966
|
-
|
|
967
|
-
/** Savings plan purchase details */
|
|
968
|
-
export interface SavingsPlanToPurchaseExchange {
|
|
969
|
-
/** Fully qualified id of the savings plan order being purchased */
|
|
970
|
-
savingsPlanOrderId?: string;
|
|
971
|
-
/** Fully qualified id of the savings plan being purchased. This value is only guaranteed to be non-null if the purchase is successful. */
|
|
972
|
-
savingsPlanId?: string;
|
|
973
|
-
/** Request body for savings plan purchase */
|
|
974
|
-
properties?: SavingsPlanPurchaseRequest;
|
|
975
|
-
/** Pricing information containing the amount and the currency code */
|
|
976
|
-
billingCurrencyTotal?: Price;
|
|
977
|
-
/** Status of the individual operation. */
|
|
978
|
-
status?: OperationStatus;
|
|
979
|
-
}
|
|
980
|
-
|
|
981
|
-
/** Reservation refund details */
|
|
982
|
-
export interface ReservationToReturnForExchange {
|
|
983
|
-
/** Fully qualified id of the reservation being returned. */
|
|
984
|
-
reservationId?: string;
|
|
985
|
-
/** Quantity to be returned */
|
|
986
|
-
quantity?: number;
|
|
987
|
-
/** Pricing information containing the amount and the currency code */
|
|
988
|
-
billingRefundAmount?: Price;
|
|
989
|
-
/** billing information */
|
|
990
|
-
billingInformation?: BillingInformation;
|
|
991
|
-
/** Status of the individual operation. */
|
|
992
|
-
status?: OperationStatus;
|
|
993
|
-
}
|
|
994
|
-
|
|
995
|
-
/** The list of reservations and summary of roll out count of reservations in each state. */
|
|
996
|
-
export interface ReservationsListResult {
|
|
997
|
-
/**
|
|
998
|
-
* The list of reservations.
|
|
999
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1000
|
-
*/
|
|
1001
|
-
readonly value?: ReservationResponse[];
|
|
1002
|
-
/**
|
|
1003
|
-
* The link (url) to the next page of results.
|
|
1004
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1005
|
-
*/
|
|
1006
|
-
readonly nextLink?: string;
|
|
1007
|
-
/** The roll out count summary of the reservations */
|
|
1008
|
-
summary?: ReservationSummary;
|
|
1009
|
-
}
|
|
1010
|
-
|
|
1011
|
-
/** The roll up count summary of reservations in each state */
|
|
1012
|
-
export interface ReservationSummary {
|
|
1013
|
-
/**
|
|
1014
|
-
* The number of reservation in Succeeded state
|
|
1015
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1016
|
-
*/
|
|
1017
|
-
readonly succeededCount?: number;
|
|
1018
|
-
/**
|
|
1019
|
-
* The number of reservation in Failed state
|
|
1020
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1021
|
-
*/
|
|
1022
|
-
readonly failedCount?: number;
|
|
1023
|
-
/**
|
|
1024
|
-
* The number of reservation in Expiring state
|
|
1025
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1026
|
-
*/
|
|
1027
|
-
readonly expiringCount?: number;
|
|
1028
|
-
/**
|
|
1029
|
-
* The number of reservation in Expired state
|
|
1030
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1031
|
-
*/
|
|
1032
|
-
readonly expiredCount?: number;
|
|
1033
|
-
/**
|
|
1034
|
-
* The number of reservation in Pending state
|
|
1035
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1036
|
-
*/
|
|
1037
|
-
readonly pendingCount?: number;
|
|
1038
|
-
/**
|
|
1039
|
-
* The number of reservation in Cancelled state
|
|
1040
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1041
|
-
*/
|
|
1042
|
-
readonly cancelledCount?: number;
|
|
1043
|
-
/**
|
|
1044
|
-
* The number of reservation in Processing state
|
|
1045
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1046
|
-
*/
|
|
1047
|
-
readonly processingCount?: number;
|
|
1048
|
-
/**
|
|
1049
|
-
* The number of reservation in Warning state
|
|
1050
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1051
|
-
*/
|
|
1052
|
-
readonly warningCount?: number;
|
|
1053
|
-
/**
|
|
1054
|
-
* The number of reservation in NoBenefit state
|
|
1055
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1056
|
-
*/
|
|
1057
|
-
readonly noBenefitCount?: number;
|
|
1058
|
-
}
|
|
1059
|
-
|
|
1060
|
-
/** Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message. */
|
|
1061
|
-
export interface ErrorResponse {
|
|
1062
|
-
/** The details of the error. */
|
|
1063
|
-
error?: ErrorDetails;
|
|
1064
|
-
}
|
|
1065
|
-
|
|
1066
|
-
/** The details of the error. */
|
|
1067
|
-
export interface ErrorDetails {
|
|
1068
|
-
/**
|
|
1069
|
-
* Error code.
|
|
1070
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1071
|
-
*/
|
|
1072
|
-
readonly code?: string;
|
|
1073
|
-
/**
|
|
1074
|
-
* Error message indicating why the operation failed.
|
|
1075
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1076
|
-
*/
|
|
1077
|
-
readonly message?: string;
|
|
1078
|
-
/**
|
|
1079
|
-
* The target of the particular error.
|
|
1080
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1081
|
-
*/
|
|
1082
|
-
readonly target?: string;
|
|
1083
|
-
}
|
|
1084
|
-
|
|
1085
|
-
/** Request body for change directory of a reservation. */
|
|
1086
|
-
export interface ChangeDirectoryRequest {
|
|
1087
|
-
/** Tenant id GUID that reservation order is to be transferred to */
|
|
1088
|
-
destinationTenantId?: string;
|
|
1089
|
-
}
|
|
1090
|
-
|
|
1091
|
-
/** Change directory response */
|
|
1092
|
-
export interface ChangeDirectoryResponse {
|
|
1093
|
-
/** Change directory result for reservation order or reservation */
|
|
1094
|
-
reservationOrder?: ChangeDirectoryResult;
|
|
1095
|
-
reservations?: ChangeDirectoryResult[];
|
|
1096
|
-
}
|
|
1097
|
-
|
|
1098
|
-
/** Change directory result for reservation order or reservation */
|
|
1099
|
-
export interface ChangeDirectoryResult {
|
|
1100
|
-
/** Identifier of the reservation order or reservation */
|
|
1101
|
-
id?: string;
|
|
1102
|
-
/** Name of the reservation order or reservation */
|
|
1103
|
-
name?: string;
|
|
1104
|
-
/** True if change directory operation succeeded on this reservation order or reservation */
|
|
1105
|
-
isSucceeded?: boolean;
|
|
1106
|
-
/** Error reason if operation failed. Null otherwise */
|
|
1107
|
-
error?: string;
|
|
1108
|
-
}
|
|
1109
|
-
|
|
1110
|
-
/** Quota properties. */
|
|
1111
|
-
export interface CurrentQuotaLimitBase {
|
|
1112
|
-
/**
|
|
1113
|
-
* The quota request ID.
|
|
1114
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1115
|
-
*/
|
|
1116
|
-
readonly id?: string;
|
|
1117
|
-
/**
|
|
1118
|
-
* The name of the quota request.
|
|
1119
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1120
|
-
*/
|
|
1121
|
-
readonly name?: string;
|
|
1122
|
-
/**
|
|
1123
|
-
* Type of resource. "Microsoft.Capacity/ServiceLimits"
|
|
1124
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1125
|
-
*/
|
|
1126
|
-
readonly type?: string;
|
|
1127
|
-
/** Quota properties for the resource. */
|
|
1128
|
-
properties?: QuotaProperties;
|
|
1129
|
-
}
|
|
1130
|
-
|
|
1131
|
-
/** Quota properties for the resource. */
|
|
1132
|
-
export interface QuotaProperties {
|
|
1133
|
-
/** Quota properties. */
|
|
1134
|
-
limit?: number;
|
|
1135
|
-
/**
|
|
1136
|
-
* Current usage value for the resource.
|
|
1137
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1138
|
-
*/
|
|
1139
|
-
readonly currentValue?: number;
|
|
1140
|
-
/** The limit units, such as **count** and **bytes**. Use the unit field provided in the response of the GET quota operation. */
|
|
1141
|
-
unit?: string;
|
|
1142
|
-
/** Name of the resource provide by the resource provider. Use this property for quotaRequests resource operations. */
|
|
1143
|
-
name?: ResourceName;
|
|
1144
|
-
/** The name of the resource type. */
|
|
1145
|
-
resourceType?: ResourceType;
|
|
1146
|
-
/**
|
|
1147
|
-
* 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.
|
|
1148
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1149
|
-
*/
|
|
1150
|
-
readonly quotaPeriod?: string;
|
|
1151
|
-
/** Additional properties for the specified resource provider. */
|
|
1152
|
-
properties?: Record<string, unknown>;
|
|
1153
|
-
}
|
|
1154
|
-
|
|
1155
|
-
/** Resource name provided by the resource provider. Use this property for quotaRequest parameter. */
|
|
1156
|
-
export interface ResourceName {
|
|
1157
|
-
/** Resource name. */
|
|
1158
|
-
value?: string;
|
|
1159
|
-
/**
|
|
1160
|
-
* Resource display localized name.
|
|
1161
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1162
|
-
*/
|
|
1163
|
-
readonly localizedValue?: string;
|
|
1164
|
-
}
|
|
1165
|
-
|
|
1166
|
-
/** The API error. */
|
|
1167
|
-
export interface ExceptionResponse {
|
|
1168
|
-
/** The API error details. */
|
|
1169
|
-
error?: ServiceError;
|
|
1170
|
-
}
|
|
1171
|
-
|
|
1172
|
-
/** The API error details. */
|
|
1173
|
-
export interface ServiceError {
|
|
1174
|
-
/** The error code. */
|
|
1175
|
-
code?: string;
|
|
1176
|
-
/** The error message text. */
|
|
1177
|
-
message?: string;
|
|
1178
|
-
/**
|
|
1179
|
-
* The list of error details.
|
|
1180
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1181
|
-
*/
|
|
1182
|
-
readonly details?: ServiceErrorDetail[];
|
|
1183
|
-
}
|
|
1184
|
-
|
|
1185
|
-
/** The error details. */
|
|
1186
|
-
export interface ServiceErrorDetail {
|
|
1187
|
-
/**
|
|
1188
|
-
* The error code.
|
|
1189
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1190
|
-
*/
|
|
1191
|
-
readonly code?: string;
|
|
1192
|
-
/**
|
|
1193
|
-
* The error message.
|
|
1194
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1195
|
-
*/
|
|
1196
|
-
readonly message?: string;
|
|
1197
|
-
}
|
|
1198
|
-
|
|
1199
|
-
/** Response with request ID that the quota request was accepted. */
|
|
1200
|
-
export interface QuotaRequestSubmitResponse201 {
|
|
1201
|
-
/**
|
|
1202
|
-
* The quota request ID. Use the requestId parameter to check the request status.
|
|
1203
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1204
|
-
*/
|
|
1205
|
-
readonly id?: string;
|
|
1206
|
-
/**
|
|
1207
|
-
* Operation ID
|
|
1208
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1209
|
-
*/
|
|
1210
|
-
readonly name?: string;
|
|
1211
|
-
/**
|
|
1212
|
-
* Resource type
|
|
1213
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1214
|
-
*/
|
|
1215
|
-
readonly type?: string;
|
|
1216
|
-
/**
|
|
1217
|
-
* The details of the quota request status.
|
|
1218
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1219
|
-
*/
|
|
1220
|
-
readonly provisioningState?: QuotaRequestState;
|
|
1221
|
-
/**
|
|
1222
|
-
* A user friendly message.
|
|
1223
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1224
|
-
*/
|
|
1225
|
-
readonly message?: string;
|
|
1226
|
-
}
|
|
1227
|
-
|
|
1228
|
-
/** Quota limits. */
|
|
1229
|
-
export interface QuotaLimits {
|
|
1230
|
-
/** List of quotas (service limits). */
|
|
1231
|
-
value?: CurrentQuotaLimitBase[];
|
|
1232
|
-
/** The URI for fetching the next page of quotas (service limits). When no more pages exist, the value is null. */
|
|
1233
|
-
nextLink?: string;
|
|
1234
|
-
}
|
|
1235
|
-
|
|
1236
|
-
/** Quota request details. */
|
|
1237
|
-
export interface QuotaRequestDetails {
|
|
1238
|
-
/**
|
|
1239
|
-
* Quota request ID.
|
|
1240
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1241
|
-
*/
|
|
1242
|
-
readonly id?: string;
|
|
1243
|
-
/**
|
|
1244
|
-
* Quota request name.
|
|
1245
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1246
|
-
*/
|
|
1247
|
-
readonly name?: string;
|
|
1248
|
-
/**
|
|
1249
|
-
* Resource type
|
|
1250
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1251
|
-
*/
|
|
1252
|
-
readonly type?: string;
|
|
1253
|
-
/** The quota request status. */
|
|
1254
|
-
provisioningState?: QuotaRequestState;
|
|
1255
|
-
/**
|
|
1256
|
-
* User friendly status message.
|
|
1257
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1258
|
-
*/
|
|
1259
|
-
readonly message?: string;
|
|
1260
|
-
/**
|
|
1261
|
-
* The time when the quota request was submitted using format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard.
|
|
1262
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1263
|
-
*/
|
|
1264
|
-
readonly requestSubmitTime?: Date;
|
|
1265
|
-
/** The quotaRequests. */
|
|
1266
|
-
value?: SubRequest[];
|
|
1267
|
-
}
|
|
1268
|
-
|
|
1269
|
-
/** The details of quota request. */
|
|
1270
|
-
export interface QuotaRequestProperties {
|
|
1271
|
-
/** The quota request status. */
|
|
1272
|
-
provisioningState?: QuotaRequestState;
|
|
1273
|
-
/**
|
|
1274
|
-
* User friendly status message.
|
|
1275
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1276
|
-
*/
|
|
1277
|
-
readonly message?: string;
|
|
1278
|
-
/**
|
|
1279
|
-
* The time when the quota request was submitted using format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard.
|
|
1280
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1281
|
-
*/
|
|
1282
|
-
readonly requestSubmitTime?: Date;
|
|
1283
|
-
/** The quotaRequests. */
|
|
1284
|
-
value?: SubRequest[];
|
|
1285
|
-
}
|
|
1286
|
-
|
|
1287
|
-
/** The sub-request submitted with the quota request. */
|
|
1288
|
-
export interface SubRequest {
|
|
1289
|
-
/**
|
|
1290
|
-
* Quota (resource limit).
|
|
1291
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1292
|
-
*/
|
|
1293
|
-
readonly limit?: number;
|
|
1294
|
-
/** The resource name. */
|
|
1295
|
-
name?: ResourceName;
|
|
1296
|
-
/**
|
|
1297
|
-
* Resource type for which the quota check was made.
|
|
1298
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1299
|
-
*/
|
|
1300
|
-
readonly resourceType?: string;
|
|
1301
|
-
/** The limit units, such as **count** and **bytes**. Use the unit field provided in the response of the GET quota operation. */
|
|
1302
|
-
unit?: string;
|
|
1303
|
-
/** The quota request status. */
|
|
1304
|
-
provisioningState?: QuotaRequestState;
|
|
1305
|
-
/**
|
|
1306
|
-
* User-friendly status message.
|
|
1307
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1308
|
-
*/
|
|
1309
|
-
readonly message?: string;
|
|
1310
|
-
/**
|
|
1311
|
-
* Sub request ID for individual request.
|
|
1312
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1313
|
-
*/
|
|
1314
|
-
readonly subRequestId?: string;
|
|
1315
|
-
}
|
|
1316
|
-
|
|
1317
|
-
/** Quota request details. */
|
|
1318
|
-
export interface QuotaRequestDetailsList {
|
|
1319
|
-
/** The quota requests. */
|
|
1320
|
-
value?: QuotaRequestDetails[];
|
|
1321
|
-
/** The URI to fetch the next page of quota limits. When there are no more pages, this is null. */
|
|
1322
|
-
nextLink?: string;
|
|
1323
|
-
}
|
|
1324
|
-
|
|
1325
|
-
/** Current quota limits. */
|
|
1326
|
-
export interface CurrentQuotaLimit {
|
|
1327
|
-
/**
|
|
1328
|
-
* The details of the quota request status.
|
|
1329
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1330
|
-
*/
|
|
1331
|
-
readonly provisioningState?: QuotaRequestState;
|
|
1332
|
-
/**
|
|
1333
|
-
* A user friendly message.
|
|
1334
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1335
|
-
*/
|
|
1336
|
-
readonly message?: string;
|
|
1337
|
-
/**
|
|
1338
|
-
* The quota request ID.
|
|
1339
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1340
|
-
*/
|
|
1341
|
-
readonly id?: string;
|
|
1342
|
-
/**
|
|
1343
|
-
* The name of the quota request.
|
|
1344
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1345
|
-
*/
|
|
1346
|
-
readonly name?: string;
|
|
1347
|
-
/**
|
|
1348
|
-
* Type of resource. "Microsoft.Capacity/ServiceLimits"
|
|
1349
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1350
|
-
*/
|
|
1351
|
-
readonly type?: string;
|
|
1352
|
-
/** Quota properties for the resource. */
|
|
1353
|
-
properties?: QuotaProperties;
|
|
1354
|
-
}
|
|
1355
|
-
|
|
1356
|
-
/** Quotas (service limits) in the request response. */
|
|
1357
|
-
export interface QuotaLimitsResponse {
|
|
1358
|
-
/** List of quotas with the quota request status. */
|
|
1359
|
-
value?: CurrentQuotaLimit[];
|
|
1360
|
-
/** The URI for fetching the next page of quota limits. When no more pages exist, the value is null. */
|
|
1361
|
-
nextLink?: string;
|
|
1362
|
-
}
|
|
1363
|
-
|
|
1364
|
-
/** Quota change requests information. */
|
|
1365
|
-
export interface CreateGenericQuotaRequestParameters {
|
|
1366
|
-
/** Quota change requests. */
|
|
1367
|
-
value?: CurrentQuotaLimitBase[];
|
|
1368
|
-
}
|
|
1369
|
-
|
|
1370
|
-
/** Response for the quota submission request. */
|
|
1371
|
-
export interface QuotaRequestOneResourceSubmitResponse {
|
|
1372
|
-
/**
|
|
1373
|
-
* The quota request ID.
|
|
1374
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1375
|
-
*/
|
|
1376
|
-
readonly id?: string;
|
|
1377
|
-
/**
|
|
1378
|
-
* The name of the quota request.
|
|
1379
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1380
|
-
*/
|
|
1381
|
-
readonly name?: string;
|
|
1382
|
-
/**
|
|
1383
|
-
* Type of resource. "Microsoft.Capacity/ServiceLimits"
|
|
1384
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1385
|
-
*/
|
|
1386
|
-
readonly type?: string;
|
|
1387
|
-
/**
|
|
1388
|
-
* The quota request status.
|
|
1389
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1390
|
-
*/
|
|
1391
|
-
readonly provisioningState?: QuotaRequestState;
|
|
1392
|
-
/**
|
|
1393
|
-
* User friendly status message.
|
|
1394
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1395
|
-
*/
|
|
1396
|
-
readonly message?: string;
|
|
1397
|
-
/**
|
|
1398
|
-
* The time when the quota request was submitted using format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard.
|
|
1399
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1400
|
-
*/
|
|
1401
|
-
readonly requestSubmitTime?: Date;
|
|
1402
|
-
/**
|
|
1403
|
-
* The quota request ID.
|
|
1404
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1405
|
-
*/
|
|
1406
|
-
readonly idPropertiesId?: string;
|
|
1407
|
-
/**
|
|
1408
|
-
* The name of the quota request.
|
|
1409
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1410
|
-
*/
|
|
1411
|
-
readonly namePropertiesName?: string;
|
|
1412
|
-
/**
|
|
1413
|
-
* Type of resource. "Microsoft.Capacity/ServiceLimits"
|
|
1414
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1415
|
-
*/
|
|
1416
|
-
readonly typePropertiesType?: string;
|
|
1417
|
-
/** Quota properties for the resource. */
|
|
1418
|
-
properties?: QuotaProperties;
|
|
1419
|
-
}
|
|
1420
|
-
|
|
1421
|
-
/** Response for the quota submission request. */
|
|
1422
|
-
export interface QuotaRequestSubmitResponse {
|
|
1423
|
-
/**
|
|
1424
|
-
* The quota request ID.
|
|
1425
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1426
|
-
*/
|
|
1427
|
-
readonly id?: string;
|
|
1428
|
-
/**
|
|
1429
|
-
* The name of the quota request.
|
|
1430
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1431
|
-
*/
|
|
1432
|
-
readonly name?: string;
|
|
1433
|
-
/** The quota request details. */
|
|
1434
|
-
properties?: QuotaRequestProperties;
|
|
1435
|
-
/**
|
|
1436
|
-
* Type of resource. "Microsoft.Capacity/serviceLimits"
|
|
1437
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1438
|
-
*/
|
|
1439
|
-
readonly type?: string;
|
|
1440
|
-
}
|
|
1441
|
-
|
|
1442
|
-
/** Commitment towards the benefit. */
|
|
1443
|
-
export interface Commitment extends Price {
|
|
1444
|
-
/** Commitment grain. */
|
|
1445
|
-
grain?: CommitmentGrain;
|
|
1446
|
-
}
|
|
1447
|
-
|
|
1448
|
-
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
1449
|
-
export interface ProxyResource extends Resource {}
|
|
1450
|
-
|
|
1451
|
-
/** The definition of the reservation. */
|
|
1452
|
-
export interface ReservationResponse extends ProxyResource {
|
|
1453
|
-
/** The Azure region where the reserved resource lives. */
|
|
1454
|
-
location?: string;
|
|
1455
|
-
etag?: number;
|
|
1456
|
-
/** The sku information associated to this reservation */
|
|
1457
|
-
sku?: SkuName;
|
|
1458
|
-
/** The properties associated to this reservation */
|
|
1459
|
-
properties?: ReservationsProperties;
|
|
1460
|
-
/** Resource Provider type to be reserved. */
|
|
1461
|
-
kind?: "Microsoft.Compute";
|
|
1462
|
-
}
|
|
1463
|
-
|
|
1464
|
-
/** Defines headers for Reservation_split operation. */
|
|
1465
|
-
export interface ReservationSplitHeaders {
|
|
1466
|
-
/** URL for determining when an operation has completed. Only use this value only when Azure-AsyncOperation isn't returned. */
|
|
1467
|
-
location?: string;
|
|
1468
|
-
/** Clients should wait for the Retry-After interval before polling again */
|
|
1469
|
-
retryAfter?: number;
|
|
1470
|
-
}
|
|
1471
|
-
|
|
1472
|
-
/** Defines headers for Reservation_merge operation. */
|
|
1473
|
-
export interface ReservationMergeHeaders {
|
|
1474
|
-
/** URL for determining when an operation has completed. Only use this value only when Azure-AsyncOperation isn't returned. */
|
|
1475
|
-
location?: string;
|
|
1476
|
-
/** Clients should wait for the Retry-After interval before polling again */
|
|
1477
|
-
retryAfter?: number;
|
|
1478
|
-
}
|
|
1479
|
-
|
|
1480
|
-
/** Defines headers for Reservation_update operation. */
|
|
1481
|
-
export interface ReservationUpdateHeaders {
|
|
1482
|
-
/** URL for checking the ongoing status of the operation. */
|
|
1483
|
-
azureAsyncOperation?: string;
|
|
1484
|
-
/** URL for determining when an operation has completed. Only use this value only when Azure-AsyncOperation isn't returned. */
|
|
1485
|
-
location?: string;
|
|
1486
|
-
/** Clients should wait for the Retry-After interval before polling again */
|
|
1487
|
-
retryAfter?: number;
|
|
1488
|
-
}
|
|
1489
|
-
|
|
1490
|
-
/** Defines headers for ReservationOrder_purchase operation. */
|
|
1491
|
-
export interface ReservationOrderPurchaseHeaders {
|
|
1492
|
-
/** URL for determining when an operation has completed. Only use this value only when Azure-AsyncOperation isn't returned. */
|
|
1493
|
-
location?: string;
|
|
1494
|
-
/** Clients should wait for the Retry-After interval before polling again */
|
|
1495
|
-
retryAfter?: number;
|
|
1496
|
-
}
|
|
1497
|
-
|
|
1498
|
-
/** Defines headers for Return_post operation. */
|
|
1499
|
-
export interface ReturnPostHeaders {
|
|
1500
|
-
location?: string;
|
|
1501
|
-
}
|
|
1502
|
-
|
|
1503
|
-
/** Defines headers for CalculateExchange_post operation. */
|
|
1504
|
-
export interface CalculateExchangePostHeaders {
|
|
1505
|
-
/** URL for checking the ongoing status of the operation. */
|
|
1506
|
-
azureAsyncOperation?: string;
|
|
1507
|
-
/** URL for determining when an operation has completed. Only use this value only when Azure-AsyncOperation isn't returned. */
|
|
1508
|
-
location?: string;
|
|
1509
|
-
/** Clients should wait for the Retry-After interval before polling again */
|
|
1510
|
-
retryAfter?: number;
|
|
1511
|
-
}
|
|
1512
|
-
|
|
1513
|
-
/** Defines headers for Exchange_post operation. */
|
|
1514
|
-
export interface ExchangePostHeaders {
|
|
1515
|
-
/** URL for checking the ongoing status of the operation. */
|
|
1516
|
-
azureAsyncOperation?: string;
|
|
1517
|
-
/** URL for determining when an operation has completed. Only use this value only when Azure-AsyncOperation isn't returned. */
|
|
1518
|
-
location?: string;
|
|
1519
|
-
/** Clients should wait for the Retry-After interval before polling again */
|
|
1520
|
-
retryAfter?: number;
|
|
1521
|
-
}
|
|
1522
|
-
|
|
1523
|
-
/** Defines headers for Quota_get operation. */
|
|
1524
|
-
export interface QuotaGetHeaders {
|
|
1525
|
-
/** Current entity state version. It should be treated as opaque and used to make conditional HTTP requests. */
|
|
1526
|
-
eTag?: string;
|
|
1527
|
-
}
|
|
1528
|
-
|
|
1529
|
-
/** Defines headers for Quota_list operation. */
|
|
1530
|
-
export interface QuotaListHeaders {
|
|
1531
|
-
/** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */
|
|
1532
|
-
eTag?: string;
|
|
1533
|
-
}
|
|
1534
|
-
|
|
1535
|
-
/** Defines headers for Quota_listNext operation. */
|
|
1536
|
-
export interface QuotaListNextHeaders {
|
|
1537
|
-
/** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */
|
|
1538
|
-
eTag?: string;
|
|
1539
|
-
}
|
|
1540
|
-
|
|
1541
|
-
/** Known values of {@link ErrorResponseCode} that the service accepts. */
|
|
1542
|
-
export enum KnownErrorResponseCode {
|
|
1543
|
-
/** NotSpecified */
|
|
1544
|
-
NotSpecified = "NotSpecified",
|
|
1545
|
-
/** InternalServerError */
|
|
1546
|
-
InternalServerError = "InternalServerError",
|
|
1547
|
-
/** ServerTimeout */
|
|
1548
|
-
ServerTimeout = "ServerTimeout",
|
|
1549
|
-
/** AuthorizationFailed */
|
|
1550
|
-
AuthorizationFailed = "AuthorizationFailed",
|
|
1551
|
-
/** BadRequest */
|
|
1552
|
-
BadRequest = "BadRequest",
|
|
1553
|
-
/** ClientCertificateThumbprintNotSet */
|
|
1554
|
-
ClientCertificateThumbprintNotSet = "ClientCertificateThumbprintNotSet",
|
|
1555
|
-
/** InvalidRequestContent */
|
|
1556
|
-
InvalidRequestContent = "InvalidRequestContent",
|
|
1557
|
-
/** OperationFailed */
|
|
1558
|
-
OperationFailed = "OperationFailed",
|
|
1559
|
-
/** HttpMethodNotSupported */
|
|
1560
|
-
HttpMethodNotSupported = "HttpMethodNotSupported",
|
|
1561
|
-
/** InvalidRequestUri */
|
|
1562
|
-
InvalidRequestUri = "InvalidRequestUri",
|
|
1563
|
-
/** MissingTenantId */
|
|
1564
|
-
MissingTenantId = "MissingTenantId",
|
|
1565
|
-
/** InvalidTenantId */
|
|
1566
|
-
InvalidTenantId = "InvalidTenantId",
|
|
1567
|
-
/** InvalidReservationOrderId */
|
|
1568
|
-
InvalidReservationOrderId = "InvalidReservationOrderId",
|
|
1569
|
-
/** InvalidReservationId */
|
|
1570
|
-
InvalidReservationId = "InvalidReservationId",
|
|
1571
|
-
/** ReservationIdNotInReservationOrder */
|
|
1572
|
-
ReservationIdNotInReservationOrder = "ReservationIdNotInReservationOrder",
|
|
1573
|
-
/** ReservationOrderNotFound */
|
|
1574
|
-
ReservationOrderNotFound = "ReservationOrderNotFound",
|
|
1575
|
-
/** InvalidSubscriptionId */
|
|
1576
|
-
InvalidSubscriptionId = "InvalidSubscriptionId",
|
|
1577
|
-
/** InvalidAccessToken */
|
|
1578
|
-
InvalidAccessToken = "InvalidAccessToken",
|
|
1579
|
-
/** InvalidLocationId */
|
|
1580
|
-
InvalidLocationId = "InvalidLocationId",
|
|
1581
|
-
/** UnauthenticatedRequestsThrottled */
|
|
1582
|
-
UnauthenticatedRequestsThrottled = "UnauthenticatedRequestsThrottled",
|
|
1583
|
-
/** InvalidHealthCheckType */
|
|
1584
|
-
InvalidHealthCheckType = "InvalidHealthCheckType",
|
|
1585
|
-
/** Forbidden */
|
|
1586
|
-
Forbidden = "Forbidden",
|
|
1587
|
-
/** BillingScopeIdCannotBeChanged */
|
|
1588
|
-
BillingScopeIdCannotBeChanged = "BillingScopeIdCannotBeChanged",
|
|
1589
|
-
/** AppliedScopesNotAssociatedWithCommerceAccount */
|
|
1590
|
-
AppliedScopesNotAssociatedWithCommerceAccount = "AppliedScopesNotAssociatedWithCommerceAccount",
|
|
1591
|
-
/** PatchValuesSameAsExisting */
|
|
1592
|
-
PatchValuesSameAsExisting = "PatchValuesSameAsExisting",
|
|
1593
|
-
/** RoleAssignmentCreationFailed */
|
|
1594
|
-
RoleAssignmentCreationFailed = "RoleAssignmentCreationFailed",
|
|
1595
|
-
/** ReservationOrderCreationFailed */
|
|
1596
|
-
ReservationOrderCreationFailed = "ReservationOrderCreationFailed",
|
|
1597
|
-
/** ReservationOrderNotEnabled */
|
|
1598
|
-
ReservationOrderNotEnabled = "ReservationOrderNotEnabled",
|
|
1599
|
-
/** CapacityUpdateScopesFailed */
|
|
1600
|
-
CapacityUpdateScopesFailed = "CapacityUpdateScopesFailed",
|
|
1601
|
-
/** UnsupportedReservationTerm */
|
|
1602
|
-
UnsupportedReservationTerm = "UnsupportedReservationTerm",
|
|
1603
|
-
/** ReservationOrderIdAlreadyExists */
|
|
1604
|
-
ReservationOrderIdAlreadyExists = "ReservationOrderIdAlreadyExists",
|
|
1605
|
-
/** RiskCheckFailed */
|
|
1606
|
-
RiskCheckFailed = "RiskCheckFailed",
|
|
1607
|
-
/** CreateQuoteFailed */
|
|
1608
|
-
CreateQuoteFailed = "CreateQuoteFailed",
|
|
1609
|
-
/** ActivateQuoteFailed */
|
|
1610
|
-
ActivateQuoteFailed = "ActivateQuoteFailed",
|
|
1611
|
-
/** NonsupportedAccountId */
|
|
1612
|
-
NonsupportedAccountId = "NonsupportedAccountId",
|
|
1613
|
-
/** PaymentInstrumentNotFound */
|
|
1614
|
-
PaymentInstrumentNotFound = "PaymentInstrumentNotFound",
|
|
1615
|
-
/** MissingAppliedScopesForSingle */
|
|
1616
|
-
MissingAppliedScopesForSingle = "MissingAppliedScopesForSingle",
|
|
1617
|
-
/** NoValidReservationsToReRate */
|
|
1618
|
-
NoValidReservationsToReRate = "NoValidReservationsToReRate",
|
|
1619
|
-
/** ReRateOnlyAllowedForEA */
|
|
1620
|
-
ReRateOnlyAllowedForEA = "ReRateOnlyAllowedForEA",
|
|
1621
|
-
/** OperationCannotBePerformedInCurrentState */
|
|
1622
|
-
OperationCannotBePerformedInCurrentState = "OperationCannotBePerformedInCurrentState",
|
|
1623
|
-
/** InvalidSingleAppliedScopesCount */
|
|
1624
|
-
InvalidSingleAppliedScopesCount = "InvalidSingleAppliedScopesCount",
|
|
1625
|
-
/** InvalidFulfillmentRequestParameters */
|
|
1626
|
-
InvalidFulfillmentRequestParameters = "InvalidFulfillmentRequestParameters",
|
|
1627
|
-
/** NotSupportedCountry */
|
|
1628
|
-
NotSupportedCountry = "NotSupportedCountry",
|
|
1629
|
-
/** InvalidRefundQuantity */
|
|
1630
|
-
InvalidRefundQuantity = "InvalidRefundQuantity",
|
|
1631
|
-
/** PurchaseError */
|
|
1632
|
-
PurchaseError = "PurchaseError",
|
|
1633
|
-
/** BillingCustomerInputError */
|
|
1634
|
-
BillingCustomerInputError = "BillingCustomerInputError",
|
|
1635
|
-
/** BillingPaymentInstrumentSoftError */
|
|
1636
|
-
BillingPaymentInstrumentSoftError = "BillingPaymentInstrumentSoftError",
|
|
1637
|
-
/** BillingPaymentInstrumentHardError */
|
|
1638
|
-
BillingPaymentInstrumentHardError = "BillingPaymentInstrumentHardError",
|
|
1639
|
-
/** BillingTransientError */
|
|
1640
|
-
BillingTransientError = "BillingTransientError",
|
|
1641
|
-
/** BillingError */
|
|
1642
|
-
BillingError = "BillingError",
|
|
1643
|
-
/** FulfillmentConfigurationError */
|
|
1644
|
-
FulfillmentConfigurationError = "FulfillmentConfigurationError",
|
|
1645
|
-
/** FulfillmentOutOfStockError */
|
|
1646
|
-
FulfillmentOutOfStockError = "FulfillmentOutOfStockError",
|
|
1647
|
-
/** FulfillmentTransientError */
|
|
1648
|
-
FulfillmentTransientError = "FulfillmentTransientError",
|
|
1649
|
-
/** FulfillmentError */
|
|
1650
|
-
FulfillmentError = "FulfillmentError",
|
|
1651
|
-
/** CalculatePriceFailed */
|
|
1652
|
-
CalculatePriceFailed = "CalculatePriceFailed",
|
|
1653
|
-
/** AppliedScopesSameAsExisting */
|
|
1654
|
-
AppliedScopesSameAsExisting = "AppliedScopesSameAsExisting",
|
|
1655
|
-
/** SelfServiceRefundNotSupported */
|
|
1656
|
-
SelfServiceRefundNotSupported = "SelfServiceRefundNotSupported",
|
|
1657
|
-
/** RefundLimitExceeded */
|
|
1658
|
-
RefundLimitExceeded = "RefundLimitExceeded"
|
|
1659
|
-
}
|
|
1660
|
-
|
|
1661
|
-
/**
|
|
1662
|
-
* Defines values for ErrorResponseCode. \
|
|
1663
|
-
* {@link KnownErrorResponseCode} can be used interchangeably with ErrorResponseCode,
|
|
1664
|
-
* this enum contains the known values that the service supports.
|
|
1665
|
-
* ### Known values supported by the service
|
|
1666
|
-
* **NotSpecified** \
|
|
1667
|
-
* **InternalServerError** \
|
|
1668
|
-
* **ServerTimeout** \
|
|
1669
|
-
* **AuthorizationFailed** \
|
|
1670
|
-
* **BadRequest** \
|
|
1671
|
-
* **ClientCertificateThumbprintNotSet** \
|
|
1672
|
-
* **InvalidRequestContent** \
|
|
1673
|
-
* **OperationFailed** \
|
|
1674
|
-
* **HttpMethodNotSupported** \
|
|
1675
|
-
* **InvalidRequestUri** \
|
|
1676
|
-
* **MissingTenantId** \
|
|
1677
|
-
* **InvalidTenantId** \
|
|
1678
|
-
* **InvalidReservationOrderId** \
|
|
1679
|
-
* **InvalidReservationId** \
|
|
1680
|
-
* **ReservationIdNotInReservationOrder** \
|
|
1681
|
-
* **ReservationOrderNotFound** \
|
|
1682
|
-
* **InvalidSubscriptionId** \
|
|
1683
|
-
* **InvalidAccessToken** \
|
|
1684
|
-
* **InvalidLocationId** \
|
|
1685
|
-
* **UnauthenticatedRequestsThrottled** \
|
|
1686
|
-
* **InvalidHealthCheckType** \
|
|
1687
|
-
* **Forbidden** \
|
|
1688
|
-
* **BillingScopeIdCannotBeChanged** \
|
|
1689
|
-
* **AppliedScopesNotAssociatedWithCommerceAccount** \
|
|
1690
|
-
* **PatchValuesSameAsExisting** \
|
|
1691
|
-
* **RoleAssignmentCreationFailed** \
|
|
1692
|
-
* **ReservationOrderCreationFailed** \
|
|
1693
|
-
* **ReservationOrderNotEnabled** \
|
|
1694
|
-
* **CapacityUpdateScopesFailed** \
|
|
1695
|
-
* **UnsupportedReservationTerm** \
|
|
1696
|
-
* **ReservationOrderIdAlreadyExists** \
|
|
1697
|
-
* **RiskCheckFailed** \
|
|
1698
|
-
* **CreateQuoteFailed** \
|
|
1699
|
-
* **ActivateQuoteFailed** \
|
|
1700
|
-
* **NonsupportedAccountId** \
|
|
1701
|
-
* **PaymentInstrumentNotFound** \
|
|
1702
|
-
* **MissingAppliedScopesForSingle** \
|
|
1703
|
-
* **NoValidReservationsToReRate** \
|
|
1704
|
-
* **ReRateOnlyAllowedForEA** \
|
|
1705
|
-
* **OperationCannotBePerformedInCurrentState** \
|
|
1706
|
-
* **InvalidSingleAppliedScopesCount** \
|
|
1707
|
-
* **InvalidFulfillmentRequestParameters** \
|
|
1708
|
-
* **NotSupportedCountry** \
|
|
1709
|
-
* **InvalidRefundQuantity** \
|
|
1710
|
-
* **PurchaseError** \
|
|
1711
|
-
* **BillingCustomerInputError** \
|
|
1712
|
-
* **BillingPaymentInstrumentSoftError** \
|
|
1713
|
-
* **BillingPaymentInstrumentHardError** \
|
|
1714
|
-
* **BillingTransientError** \
|
|
1715
|
-
* **BillingError** \
|
|
1716
|
-
* **FulfillmentConfigurationError** \
|
|
1717
|
-
* **FulfillmentOutOfStockError** \
|
|
1718
|
-
* **FulfillmentTransientError** \
|
|
1719
|
-
* **FulfillmentError** \
|
|
1720
|
-
* **CalculatePriceFailed** \
|
|
1721
|
-
* **AppliedScopesSameAsExisting** \
|
|
1722
|
-
* **SelfServiceRefundNotSupported** \
|
|
1723
|
-
* **RefundLimitExceeded**
|
|
1724
|
-
*/
|
|
1725
|
-
export type ErrorResponseCode = string;
|
|
1726
|
-
|
|
1727
|
-
/** Known values of {@link ReservationBillingPlan} that the service accepts. */
|
|
1728
|
-
export enum KnownReservationBillingPlan {
|
|
1729
|
-
/** Upfront */
|
|
1730
|
-
Upfront = "Upfront",
|
|
1731
|
-
/** Monthly */
|
|
1732
|
-
Monthly = "Monthly"
|
|
1733
|
-
}
|
|
1734
|
-
|
|
1735
|
-
/**
|
|
1736
|
-
* Defines values for ReservationBillingPlan. \
|
|
1737
|
-
* {@link KnownReservationBillingPlan} can be used interchangeably with ReservationBillingPlan,
|
|
1738
|
-
* this enum contains the known values that the service supports.
|
|
1739
|
-
* ### Known values supported by the service
|
|
1740
|
-
* **Upfront** \
|
|
1741
|
-
* **Monthly**
|
|
1742
|
-
*/
|
|
1743
|
-
export type ReservationBillingPlan = string;
|
|
1744
|
-
|
|
1745
|
-
/** Known values of {@link ReservationTerm} that the service accepts. */
|
|
1746
|
-
export enum KnownReservationTerm {
|
|
1747
|
-
/** P1Y */
|
|
1748
|
-
P1Y = "P1Y",
|
|
1749
|
-
/** P3Y */
|
|
1750
|
-
P3Y = "P3Y",
|
|
1751
|
-
/** P5Y */
|
|
1752
|
-
P5Y = "P5Y"
|
|
1753
|
-
}
|
|
1754
|
-
|
|
1755
|
-
/**
|
|
1756
|
-
* Defines values for ReservationTerm. \
|
|
1757
|
-
* {@link KnownReservationTerm} can be used interchangeably with ReservationTerm,
|
|
1758
|
-
* this enum contains the known values that the service supports.
|
|
1759
|
-
* ### Known values supported by the service
|
|
1760
|
-
* **P1Y** \
|
|
1761
|
-
* **P3Y** \
|
|
1762
|
-
* **P5Y**
|
|
1763
|
-
*/
|
|
1764
|
-
export type ReservationTerm = string;
|
|
1765
|
-
|
|
1766
|
-
/** Known values of {@link ReservedResourceType} that the service accepts. */
|
|
1767
|
-
export enum KnownReservedResourceType {
|
|
1768
|
-
/** VirtualMachines */
|
|
1769
|
-
VirtualMachines = "VirtualMachines",
|
|
1770
|
-
/** SqlDatabases */
|
|
1771
|
-
SqlDatabases = "SqlDatabases",
|
|
1772
|
-
/** SuseLinux */
|
|
1773
|
-
SuseLinux = "SuseLinux",
|
|
1774
|
-
/** CosmosDb */
|
|
1775
|
-
CosmosDb = "CosmosDb",
|
|
1776
|
-
/** RedHat */
|
|
1777
|
-
RedHat = "RedHat",
|
|
1778
|
-
/** SqlDataWarehouse */
|
|
1779
|
-
SqlDataWarehouse = "SqlDataWarehouse",
|
|
1780
|
-
/** VMwareCloudSimple */
|
|
1781
|
-
VMwareCloudSimple = "VMwareCloudSimple",
|
|
1782
|
-
/** RedHatOsa */
|
|
1783
|
-
RedHatOsa = "RedHatOsa",
|
|
1784
|
-
/** Databricks */
|
|
1785
|
-
Databricks = "Databricks",
|
|
1786
|
-
/** AppService */
|
|
1787
|
-
AppService = "AppService",
|
|
1788
|
-
/** ManagedDisk */
|
|
1789
|
-
ManagedDisk = "ManagedDisk",
|
|
1790
|
-
/** BlockBlob */
|
|
1791
|
-
BlockBlob = "BlockBlob",
|
|
1792
|
-
/** RedisCache */
|
|
1793
|
-
RedisCache = "RedisCache",
|
|
1794
|
-
/** AzureDataExplorer */
|
|
1795
|
-
AzureDataExplorer = "AzureDataExplorer",
|
|
1796
|
-
/** MySql */
|
|
1797
|
-
MySql = "MySql",
|
|
1798
|
-
/** MariaDb */
|
|
1799
|
-
MariaDb = "MariaDb",
|
|
1800
|
-
/** PostgreSql */
|
|
1801
|
-
PostgreSql = "PostgreSql",
|
|
1802
|
-
/** DedicatedHost */
|
|
1803
|
-
DedicatedHost = "DedicatedHost",
|
|
1804
|
-
/** SapHana */
|
|
1805
|
-
SapHana = "SapHana",
|
|
1806
|
-
/** SqlAzureHybridBenefit */
|
|
1807
|
-
SqlAzureHybridBenefit = "SqlAzureHybridBenefit",
|
|
1808
|
-
/** AVS */
|
|
1809
|
-
AVS = "AVS",
|
|
1810
|
-
/** DataFactory */
|
|
1811
|
-
DataFactory = "DataFactory",
|
|
1812
|
-
/** NetAppStorage */
|
|
1813
|
-
NetAppStorage = "NetAppStorage",
|
|
1814
|
-
/** AzureFiles */
|
|
1815
|
-
AzureFiles = "AzureFiles",
|
|
1816
|
-
/** SqlEdge */
|
|
1817
|
-
SqlEdge = "SqlEdge",
|
|
1818
|
-
/** VirtualMachineSoftware */
|
|
1819
|
-
VirtualMachineSoftware = "VirtualMachineSoftware"
|
|
1820
|
-
}
|
|
1821
|
-
|
|
1822
|
-
/**
|
|
1823
|
-
* Defines values for ReservedResourceType. \
|
|
1824
|
-
* {@link KnownReservedResourceType} can be used interchangeably with ReservedResourceType,
|
|
1825
|
-
* this enum contains the known values that the service supports.
|
|
1826
|
-
* ### Known values supported by the service
|
|
1827
|
-
* **VirtualMachines** \
|
|
1828
|
-
* **SqlDatabases** \
|
|
1829
|
-
* **SuseLinux** \
|
|
1830
|
-
* **CosmosDb** \
|
|
1831
|
-
* **RedHat** \
|
|
1832
|
-
* **SqlDataWarehouse** \
|
|
1833
|
-
* **VMwareCloudSimple** \
|
|
1834
|
-
* **RedHatOsa** \
|
|
1835
|
-
* **Databricks** \
|
|
1836
|
-
* **AppService** \
|
|
1837
|
-
* **ManagedDisk** \
|
|
1838
|
-
* **BlockBlob** \
|
|
1839
|
-
* **RedisCache** \
|
|
1840
|
-
* **AzureDataExplorer** \
|
|
1841
|
-
* **MySql** \
|
|
1842
|
-
* **MariaDb** \
|
|
1843
|
-
* **PostgreSql** \
|
|
1844
|
-
* **DedicatedHost** \
|
|
1845
|
-
* **SapHana** \
|
|
1846
|
-
* **SqlAzureHybridBenefit** \
|
|
1847
|
-
* **AVS** \
|
|
1848
|
-
* **DataFactory** \
|
|
1849
|
-
* **NetAppStorage** \
|
|
1850
|
-
* **AzureFiles** \
|
|
1851
|
-
* **SqlEdge** \
|
|
1852
|
-
* **VirtualMachineSoftware**
|
|
1853
|
-
*/
|
|
1854
|
-
export type ReservedResourceType = string;
|
|
1855
|
-
|
|
1856
|
-
/** Known values of {@link AppliedScopeType} that the service accepts. */
|
|
1857
|
-
export enum KnownAppliedScopeType {
|
|
1858
|
-
/** Single */
|
|
1859
|
-
Single = "Single",
|
|
1860
|
-
/** Shared */
|
|
1861
|
-
Shared = "Shared",
|
|
1862
|
-
/** ManagementGroup */
|
|
1863
|
-
ManagementGroup = "ManagementGroup"
|
|
1864
|
-
}
|
|
1865
|
-
|
|
1866
|
-
/**
|
|
1867
|
-
* Defines values for AppliedScopeType. \
|
|
1868
|
-
* {@link KnownAppliedScopeType} can be used interchangeably with AppliedScopeType,
|
|
1869
|
-
* this enum contains the known values that the service supports.
|
|
1870
|
-
* ### Known values supported by the service
|
|
1871
|
-
* **Single** \
|
|
1872
|
-
* **Shared** \
|
|
1873
|
-
* **ManagementGroup**
|
|
1874
|
-
*/
|
|
1875
|
-
export type AppliedScopeType = string;
|
|
1876
|
-
|
|
1877
|
-
/** Known values of {@link InstanceFlexibility} that the service accepts. */
|
|
1878
|
-
export enum KnownInstanceFlexibility {
|
|
1879
|
-
/** On */
|
|
1880
|
-
On = "On",
|
|
1881
|
-
/** Off */
|
|
1882
|
-
Off = "Off"
|
|
1883
|
-
}
|
|
1884
|
-
|
|
1885
|
-
/**
|
|
1886
|
-
* Defines values for InstanceFlexibility. \
|
|
1887
|
-
* {@link KnownInstanceFlexibility} can be used interchangeably with InstanceFlexibility,
|
|
1888
|
-
* this enum contains the known values that the service supports.
|
|
1889
|
-
* ### Known values supported by the service
|
|
1890
|
-
* **On** \
|
|
1891
|
-
* **Off**
|
|
1892
|
-
*/
|
|
1893
|
-
export type InstanceFlexibility = string;
|
|
1894
|
-
|
|
1895
|
-
/** Known values of {@link PaymentStatus} that the service accepts. */
|
|
1896
|
-
export enum KnownPaymentStatus {
|
|
1897
|
-
/** Succeeded */
|
|
1898
|
-
Succeeded = "Succeeded",
|
|
1899
|
-
/** Failed */
|
|
1900
|
-
Failed = "Failed",
|
|
1901
|
-
/** Scheduled */
|
|
1902
|
-
Scheduled = "Scheduled",
|
|
1903
|
-
/** Cancelled */
|
|
1904
|
-
Cancelled = "Cancelled"
|
|
1905
|
-
}
|
|
1906
|
-
|
|
1907
|
-
/**
|
|
1908
|
-
* Defines values for PaymentStatus. \
|
|
1909
|
-
* {@link KnownPaymentStatus} can be used interchangeably with PaymentStatus,
|
|
1910
|
-
* this enum contains the known values that the service supports.
|
|
1911
|
-
* ### Known values supported by the service
|
|
1912
|
-
* **Succeeded** \
|
|
1913
|
-
* **Failed** \
|
|
1914
|
-
* **Scheduled** \
|
|
1915
|
-
* **Cancelled**
|
|
1916
|
-
*/
|
|
1917
|
-
export type PaymentStatus = string;
|
|
1918
|
-
|
|
1919
|
-
/** Known values of {@link ReservationStatusCode} that the service accepts. */
|
|
1920
|
-
export enum KnownReservationStatusCode {
|
|
1921
|
-
/** None */
|
|
1922
|
-
None = "None",
|
|
1923
|
-
/** Pending */
|
|
1924
|
-
Pending = "Pending",
|
|
1925
|
-
/** Processing */
|
|
1926
|
-
Processing = "Processing",
|
|
1927
|
-
/** Active */
|
|
1928
|
-
Active = "Active",
|
|
1929
|
-
/** PurchaseError */
|
|
1930
|
-
PurchaseError = "PurchaseError",
|
|
1931
|
-
/** PaymentInstrumentError */
|
|
1932
|
-
PaymentInstrumentError = "PaymentInstrumentError",
|
|
1933
|
-
/** Split */
|
|
1934
|
-
Split = "Split",
|
|
1935
|
-
/** Merged */
|
|
1936
|
-
Merged = "Merged",
|
|
1937
|
-
/** Expired */
|
|
1938
|
-
Expired = "Expired",
|
|
1939
|
-
/** Succeeded */
|
|
1940
|
-
Succeeded = "Succeeded"
|
|
1941
|
-
}
|
|
1942
|
-
|
|
1943
|
-
/**
|
|
1944
|
-
* Defines values for ReservationStatusCode. \
|
|
1945
|
-
* {@link KnownReservationStatusCode} can be used interchangeably with ReservationStatusCode,
|
|
1946
|
-
* this enum contains the known values that the service supports.
|
|
1947
|
-
* ### Known values supported by the service
|
|
1948
|
-
* **None** \
|
|
1949
|
-
* **Pending** \
|
|
1950
|
-
* **Processing** \
|
|
1951
|
-
* **Active** \
|
|
1952
|
-
* **PurchaseError** \
|
|
1953
|
-
* **PaymentInstrumentError** \
|
|
1954
|
-
* **Split** \
|
|
1955
|
-
* **Merged** \
|
|
1956
|
-
* **Expired** \
|
|
1957
|
-
* **Succeeded**
|
|
1958
|
-
*/
|
|
1959
|
-
export type ReservationStatusCode = string;
|
|
1960
|
-
|
|
1961
|
-
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
1962
|
-
export enum KnownProvisioningState {
|
|
1963
|
-
/** Creating */
|
|
1964
|
-
Creating = "Creating",
|
|
1965
|
-
/** PendingResourceHold */
|
|
1966
|
-
PendingResourceHold = "PendingResourceHold",
|
|
1967
|
-
/** ConfirmedResourceHold */
|
|
1968
|
-
ConfirmedResourceHold = "ConfirmedResourceHold",
|
|
1969
|
-
/** PendingBilling */
|
|
1970
|
-
PendingBilling = "PendingBilling",
|
|
1971
|
-
/** ConfirmedBilling */
|
|
1972
|
-
ConfirmedBilling = "ConfirmedBilling",
|
|
1973
|
-
/** Created */
|
|
1974
|
-
Created = "Created",
|
|
1975
|
-
/** Succeeded */
|
|
1976
|
-
Succeeded = "Succeeded",
|
|
1977
|
-
/** Cancelled */
|
|
1978
|
-
Cancelled = "Cancelled",
|
|
1979
|
-
/** Expired */
|
|
1980
|
-
Expired = "Expired",
|
|
1981
|
-
/** BillingFailed */
|
|
1982
|
-
BillingFailed = "BillingFailed",
|
|
1983
|
-
/** Failed */
|
|
1984
|
-
Failed = "Failed",
|
|
1985
|
-
/** Split */
|
|
1986
|
-
Split = "Split",
|
|
1987
|
-
/** Merged */
|
|
1988
|
-
Merged = "Merged"
|
|
1989
|
-
}
|
|
1990
|
-
|
|
1991
|
-
/**
|
|
1992
|
-
* Defines values for ProvisioningState. \
|
|
1993
|
-
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
1994
|
-
* this enum contains the known values that the service supports.
|
|
1995
|
-
* ### Known values supported by the service
|
|
1996
|
-
* **Creating** \
|
|
1997
|
-
* **PendingResourceHold** \
|
|
1998
|
-
* **ConfirmedResourceHold** \
|
|
1999
|
-
* **PendingBilling** \
|
|
2000
|
-
* **ConfirmedBilling** \
|
|
2001
|
-
* **Created** \
|
|
2002
|
-
* **Succeeded** \
|
|
2003
|
-
* **Cancelled** \
|
|
2004
|
-
* **Expired** \
|
|
2005
|
-
* **BillingFailed** \
|
|
2006
|
-
* **Failed** \
|
|
2007
|
-
* **Split** \
|
|
2008
|
-
* **Merged**
|
|
2009
|
-
*/
|
|
2010
|
-
export type ProvisioningState = string;
|
|
2011
|
-
|
|
2012
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
2013
|
-
export enum KnownCreatedByType {
|
|
2014
|
-
/** User */
|
|
2015
|
-
User = "User",
|
|
2016
|
-
/** Application */
|
|
2017
|
-
Application = "Application",
|
|
2018
|
-
/** ManagedIdentity */
|
|
2019
|
-
ManagedIdentity = "ManagedIdentity",
|
|
2020
|
-
/** Key */
|
|
2021
|
-
Key = "Key"
|
|
2022
|
-
}
|
|
2023
|
-
|
|
2024
|
-
/**
|
|
2025
|
-
* Defines values for CreatedByType. \
|
|
2026
|
-
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
2027
|
-
* this enum contains the known values that the service supports.
|
|
2028
|
-
* ### Known values supported by the service
|
|
2029
|
-
* **User** \
|
|
2030
|
-
* **Application** \
|
|
2031
|
-
* **ManagedIdentity** \
|
|
2032
|
-
* **Key**
|
|
2033
|
-
*/
|
|
2034
|
-
export type CreatedByType = string;
|
|
2035
|
-
|
|
2036
|
-
/** Known values of {@link SavingsPlanTerm} that the service accepts. */
|
|
2037
|
-
export enum KnownSavingsPlanTerm {
|
|
2038
|
-
/** P1Y */
|
|
2039
|
-
P1Y = "P1Y",
|
|
2040
|
-
/** P3Y */
|
|
2041
|
-
P3Y = "P3Y"
|
|
2042
|
-
}
|
|
2043
|
-
|
|
2044
|
-
/**
|
|
2045
|
-
* Defines values for SavingsPlanTerm. \
|
|
2046
|
-
* {@link KnownSavingsPlanTerm} can be used interchangeably with SavingsPlanTerm,
|
|
2047
|
-
* this enum contains the known values that the service supports.
|
|
2048
|
-
* ### Known values supported by the service
|
|
2049
|
-
* **P1Y** \
|
|
2050
|
-
* **P3Y**
|
|
2051
|
-
*/
|
|
2052
|
-
export type SavingsPlanTerm = string;
|
|
2053
|
-
|
|
2054
|
-
/** Known values of {@link BillingPlan} that the service accepts. */
|
|
2055
|
-
export enum KnownBillingPlan {
|
|
2056
|
-
/** P1M */
|
|
2057
|
-
P1M = "P1M"
|
|
2058
|
-
}
|
|
2059
|
-
|
|
2060
|
-
/**
|
|
2061
|
-
* Defines values for BillingPlan. \
|
|
2062
|
-
* {@link KnownBillingPlan} can be used interchangeably with BillingPlan,
|
|
2063
|
-
* this enum contains the known values that the service supports.
|
|
2064
|
-
* ### Known values supported by the service
|
|
2065
|
-
* **P1M**
|
|
2066
|
-
*/
|
|
2067
|
-
export type BillingPlan = string;
|
|
2068
|
-
|
|
2069
|
-
/** Known values of {@link CommitmentGrain} that the service accepts. */
|
|
2070
|
-
export enum KnownCommitmentGrain {
|
|
2071
|
-
/** Hourly */
|
|
2072
|
-
Hourly = "Hourly"
|
|
2073
|
-
}
|
|
2074
|
-
|
|
2075
|
-
/**
|
|
2076
|
-
* Defines values for CommitmentGrain. \
|
|
2077
|
-
* {@link KnownCommitmentGrain} can be used interchangeably with CommitmentGrain,
|
|
2078
|
-
* this enum contains the known values that the service supports.
|
|
2079
|
-
* ### Known values supported by the service
|
|
2080
|
-
* **Hourly**
|
|
2081
|
-
*/
|
|
2082
|
-
export type CommitmentGrain = string;
|
|
2083
|
-
|
|
2084
|
-
/** Known values of {@link CalculateExchangeOperationResultStatus} that the service accepts. */
|
|
2085
|
-
export enum KnownCalculateExchangeOperationResultStatus {
|
|
2086
|
-
/** Succeeded */
|
|
2087
|
-
Succeeded = "Succeeded",
|
|
2088
|
-
/** Failed */
|
|
2089
|
-
Failed = "Failed",
|
|
2090
|
-
/** Cancelled */
|
|
2091
|
-
Cancelled = "Cancelled",
|
|
2092
|
-
/** Pending */
|
|
2093
|
-
Pending = "Pending"
|
|
2094
|
-
}
|
|
2095
|
-
|
|
2096
|
-
/**
|
|
2097
|
-
* Defines values for CalculateExchangeOperationResultStatus. \
|
|
2098
|
-
* {@link KnownCalculateExchangeOperationResultStatus} can be used interchangeably with CalculateExchangeOperationResultStatus,
|
|
2099
|
-
* this enum contains the known values that the service supports.
|
|
2100
|
-
* ### Known values supported by the service
|
|
2101
|
-
* **Succeeded** \
|
|
2102
|
-
* **Failed** \
|
|
2103
|
-
* **Cancelled** \
|
|
2104
|
-
* **Pending**
|
|
2105
|
-
*/
|
|
2106
|
-
export type CalculateExchangeOperationResultStatus = string;
|
|
2107
|
-
|
|
2108
|
-
/** Known values of {@link ExchangeOperationResultStatus} that the service accepts. */
|
|
2109
|
-
export enum KnownExchangeOperationResultStatus {
|
|
2110
|
-
/** Succeeded */
|
|
2111
|
-
Succeeded = "Succeeded",
|
|
2112
|
-
/** Failed */
|
|
2113
|
-
Failed = "Failed",
|
|
2114
|
-
/** Cancelled */
|
|
2115
|
-
Cancelled = "Cancelled",
|
|
2116
|
-
/** PendingRefunds */
|
|
2117
|
-
PendingRefunds = "PendingRefunds",
|
|
2118
|
-
/** PendingPurchases */
|
|
2119
|
-
PendingPurchases = "PendingPurchases"
|
|
2120
|
-
}
|
|
2121
|
-
|
|
2122
|
-
/**
|
|
2123
|
-
* Defines values for ExchangeOperationResultStatus. \
|
|
2124
|
-
* {@link KnownExchangeOperationResultStatus} can be used interchangeably with ExchangeOperationResultStatus,
|
|
2125
|
-
* this enum contains the known values that the service supports.
|
|
2126
|
-
* ### Known values supported by the service
|
|
2127
|
-
* **Succeeded** \
|
|
2128
|
-
* **Failed** \
|
|
2129
|
-
* **Cancelled** \
|
|
2130
|
-
* **PendingRefunds** \
|
|
2131
|
-
* **PendingPurchases**
|
|
2132
|
-
*/
|
|
2133
|
-
export type ExchangeOperationResultStatus = string;
|
|
2134
|
-
|
|
2135
|
-
/** Known values of {@link OperationStatus} that the service accepts. */
|
|
2136
|
-
export enum KnownOperationStatus {
|
|
2137
|
-
/** Succeeded */
|
|
2138
|
-
Succeeded = "Succeeded",
|
|
2139
|
-
/** Failed */
|
|
2140
|
-
Failed = "Failed",
|
|
2141
|
-
/** Cancelled */
|
|
2142
|
-
Cancelled = "Cancelled",
|
|
2143
|
-
/** Pending */
|
|
2144
|
-
Pending = "Pending"
|
|
2145
|
-
}
|
|
2146
|
-
|
|
2147
|
-
/**
|
|
2148
|
-
* Defines values for OperationStatus. \
|
|
2149
|
-
* {@link KnownOperationStatus} can be used interchangeably with OperationStatus,
|
|
2150
|
-
* this enum contains the known values that the service supports.
|
|
2151
|
-
* ### Known values supported by the service
|
|
2152
|
-
* **Succeeded** \
|
|
2153
|
-
* **Failed** \
|
|
2154
|
-
* **Cancelled** \
|
|
2155
|
-
* **Pending**
|
|
2156
|
-
*/
|
|
2157
|
-
export type OperationStatus = string;
|
|
2158
|
-
|
|
2159
|
-
/** Known values of {@link ResourceType} that the service accepts. */
|
|
2160
|
-
export enum KnownResourceType {
|
|
2161
|
-
/** Standard */
|
|
2162
|
-
Standard = "standard",
|
|
2163
|
-
/** Dedicated */
|
|
2164
|
-
Dedicated = "dedicated",
|
|
2165
|
-
/** LowPriority */
|
|
2166
|
-
LowPriority = "lowPriority",
|
|
2167
|
-
/** Shared */
|
|
2168
|
-
Shared = "shared",
|
|
2169
|
-
/** ServiceSpecific */
|
|
2170
|
-
ServiceSpecific = "serviceSpecific"
|
|
2171
|
-
}
|
|
2172
|
-
|
|
2173
|
-
/**
|
|
2174
|
-
* Defines values for ResourceType. \
|
|
2175
|
-
* {@link KnownResourceType} can be used interchangeably with ResourceType,
|
|
2176
|
-
* this enum contains the known values that the service supports.
|
|
2177
|
-
* ### Known values supported by the service
|
|
2178
|
-
* **standard** \
|
|
2179
|
-
* **dedicated** \
|
|
2180
|
-
* **lowPriority** \
|
|
2181
|
-
* **shared** \
|
|
2182
|
-
* **serviceSpecific**
|
|
2183
|
-
*/
|
|
2184
|
-
export type ResourceType = string;
|
|
2185
|
-
|
|
2186
|
-
/** Known values of {@link QuotaRequestState} that the service accepts. */
|
|
2187
|
-
export enum KnownQuotaRequestState {
|
|
2188
|
-
/** Accepted */
|
|
2189
|
-
Accepted = "Accepted",
|
|
2190
|
-
/** Invalid */
|
|
2191
|
-
Invalid = "Invalid",
|
|
2192
|
-
/** Succeeded */
|
|
2193
|
-
Succeeded = "Succeeded",
|
|
2194
|
-
/** Failed */
|
|
2195
|
-
Failed = "Failed",
|
|
2196
|
-
/** InProgress */
|
|
2197
|
-
InProgress = "InProgress"
|
|
2198
|
-
}
|
|
2199
|
-
|
|
2200
|
-
/**
|
|
2201
|
-
* Defines values for QuotaRequestState. \
|
|
2202
|
-
* {@link KnownQuotaRequestState} can be used interchangeably with QuotaRequestState,
|
|
2203
|
-
* this enum contains the known values that the service supports.
|
|
2204
|
-
* ### Known values supported by the service
|
|
2205
|
-
* **Accepted** \
|
|
2206
|
-
* **Invalid** \
|
|
2207
|
-
* **Succeeded** \
|
|
2208
|
-
* **Failed** \
|
|
2209
|
-
* **InProgress**
|
|
2210
|
-
*/
|
|
2211
|
-
export type QuotaRequestState = string;
|
|
2212
|
-
|
|
2213
|
-
/** Known values of {@link Location} that the service accepts. */
|
|
2214
|
-
export enum KnownLocation {
|
|
2215
|
-
/** Westus */
|
|
2216
|
-
Westus = "westus",
|
|
2217
|
-
/** Eastus */
|
|
2218
|
-
Eastus = "eastus",
|
|
2219
|
-
/** Eastus2 */
|
|
2220
|
-
Eastus2 = "eastus2",
|
|
2221
|
-
/** Northcentralus */
|
|
2222
|
-
Northcentralus = "northcentralus",
|
|
2223
|
-
/** Westus2 */
|
|
2224
|
-
Westus2 = "westus2",
|
|
2225
|
-
/** Southcentralus */
|
|
2226
|
-
Southcentralus = "southcentralus",
|
|
2227
|
-
/** Centralus */
|
|
2228
|
-
Centralus = "centralus",
|
|
2229
|
-
/** Westeurope */
|
|
2230
|
-
Westeurope = "westeurope",
|
|
2231
|
-
/** Northeurope */
|
|
2232
|
-
Northeurope = "northeurope",
|
|
2233
|
-
/** Eastasia */
|
|
2234
|
-
Eastasia = "eastasia",
|
|
2235
|
-
/** Southeastasia */
|
|
2236
|
-
Southeastasia = "southeastasia",
|
|
2237
|
-
/** Japaneast */
|
|
2238
|
-
Japaneast = "japaneast",
|
|
2239
|
-
/** Japanwest */
|
|
2240
|
-
Japanwest = "japanwest",
|
|
2241
|
-
/** Brazilsouth */
|
|
2242
|
-
Brazilsouth = "brazilsouth",
|
|
2243
|
-
/** Australiaeast */
|
|
2244
|
-
Australiaeast = "australiaeast",
|
|
2245
|
-
/** Australiasoutheast */
|
|
2246
|
-
Australiasoutheast = "australiasoutheast",
|
|
2247
|
-
/** Southindia */
|
|
2248
|
-
Southindia = "southindia",
|
|
2249
|
-
/** Westindia */
|
|
2250
|
-
Westindia = "westindia",
|
|
2251
|
-
/** Centralindia */
|
|
2252
|
-
Centralindia = "centralindia",
|
|
2253
|
-
/** Canadacentral */
|
|
2254
|
-
Canadacentral = "canadacentral",
|
|
2255
|
-
/** Canadaeast */
|
|
2256
|
-
Canadaeast = "canadaeast",
|
|
2257
|
-
/** Uksouth */
|
|
2258
|
-
Uksouth = "uksouth",
|
|
2259
|
-
/** Westcentralus */
|
|
2260
|
-
Westcentralus = "westcentralus",
|
|
2261
|
-
/** Ukwest */
|
|
2262
|
-
Ukwest = "ukwest"
|
|
2263
|
-
}
|
|
2264
|
-
|
|
2265
|
-
/**
|
|
2266
|
-
* Defines values for Location. \
|
|
2267
|
-
* {@link KnownLocation} can be used interchangeably with Location,
|
|
2268
|
-
* this enum contains the known values that the service supports.
|
|
2269
|
-
* ### Known values supported by the service
|
|
2270
|
-
* **westus** \
|
|
2271
|
-
* **eastus** \
|
|
2272
|
-
* **eastus2** \
|
|
2273
|
-
* **northcentralus** \
|
|
2274
|
-
* **westus2** \
|
|
2275
|
-
* **southcentralus** \
|
|
2276
|
-
* **centralus** \
|
|
2277
|
-
* **westeurope** \
|
|
2278
|
-
* **northeurope** \
|
|
2279
|
-
* **eastasia** \
|
|
2280
|
-
* **southeastasia** \
|
|
2281
|
-
* **japaneast** \
|
|
2282
|
-
* **japanwest** \
|
|
2283
|
-
* **brazilsouth** \
|
|
2284
|
-
* **australiaeast** \
|
|
2285
|
-
* **australiasoutheast** \
|
|
2286
|
-
* **southindia** \
|
|
2287
|
-
* **westindia** \
|
|
2288
|
-
* **centralindia** \
|
|
2289
|
-
* **canadacentral** \
|
|
2290
|
-
* **canadaeast** \
|
|
2291
|
-
* **uksouth** \
|
|
2292
|
-
* **westcentralus** \
|
|
2293
|
-
* **ukwest**
|
|
2294
|
-
*/
|
|
2295
|
-
export type Location = string;
|
|
2296
|
-
|
|
2297
|
-
/** Known values of {@link DisplayProvisioningState} that the service accepts. */
|
|
2298
|
-
export enum KnownDisplayProvisioningState {
|
|
2299
|
-
/** Succeeded */
|
|
2300
|
-
Succeeded = "Succeeded",
|
|
2301
|
-
/** Expiring */
|
|
2302
|
-
Expiring = "Expiring",
|
|
2303
|
-
/** Expired */
|
|
2304
|
-
Expired = "Expired",
|
|
2305
|
-
/** Pending */
|
|
2306
|
-
Pending = "Pending",
|
|
2307
|
-
/** Processing */
|
|
2308
|
-
Processing = "Processing",
|
|
2309
|
-
/** Cancelled */
|
|
2310
|
-
Cancelled = "Cancelled",
|
|
2311
|
-
/** Failed */
|
|
2312
|
-
Failed = "Failed",
|
|
2313
|
-
/** Warning */
|
|
2314
|
-
Warning = "Warning",
|
|
2315
|
-
/** NoBenefit */
|
|
2316
|
-
NoBenefit = "NoBenefit"
|
|
2317
|
-
}
|
|
2318
|
-
|
|
2319
|
-
/**
|
|
2320
|
-
* Defines values for DisplayProvisioningState. \
|
|
2321
|
-
* {@link KnownDisplayProvisioningState} can be used interchangeably with DisplayProvisioningState,
|
|
2322
|
-
* this enum contains the known values that the service supports.
|
|
2323
|
-
* ### Known values supported by the service
|
|
2324
|
-
* **Succeeded** \
|
|
2325
|
-
* **Expiring** \
|
|
2326
|
-
* **Expired** \
|
|
2327
|
-
* **Pending** \
|
|
2328
|
-
* **Processing** \
|
|
2329
|
-
* **Cancelled** \
|
|
2330
|
-
* **Failed** \
|
|
2331
|
-
* **Warning** \
|
|
2332
|
-
* **NoBenefit**
|
|
2333
|
-
*/
|
|
2334
|
-
export type DisplayProvisioningState = string;
|
|
2335
|
-
|
|
2336
|
-
/** Known values of {@link UserFriendlyAppliedScopeType} that the service accepts. */
|
|
2337
|
-
export enum KnownUserFriendlyAppliedScopeType {
|
|
2338
|
-
/** None */
|
|
2339
|
-
None = "None",
|
|
2340
|
-
/** Shared */
|
|
2341
|
-
Shared = "Shared",
|
|
2342
|
-
/** Single */
|
|
2343
|
-
Single = "Single",
|
|
2344
|
-
/** ResourceGroup */
|
|
2345
|
-
ResourceGroup = "ResourceGroup",
|
|
2346
|
-
/** ManagementGroup */
|
|
2347
|
-
ManagementGroup = "ManagementGroup"
|
|
2348
|
-
}
|
|
2349
|
-
|
|
2350
|
-
/**
|
|
2351
|
-
* Defines values for UserFriendlyAppliedScopeType. \
|
|
2352
|
-
* {@link KnownUserFriendlyAppliedScopeType} can be used interchangeably with UserFriendlyAppliedScopeType,
|
|
2353
|
-
* this enum contains the known values that the service supports.
|
|
2354
|
-
* ### Known values supported by the service
|
|
2355
|
-
* **None** \
|
|
2356
|
-
* **Shared** \
|
|
2357
|
-
* **Single** \
|
|
2358
|
-
* **ResourceGroup** \
|
|
2359
|
-
* **ManagementGroup**
|
|
2360
|
-
*/
|
|
2361
|
-
export type UserFriendlyAppliedScopeType = string;
|
|
2362
|
-
|
|
2363
|
-
/** Known values of {@link UserFriendlyRenewState} that the service accepts. */
|
|
2364
|
-
export enum KnownUserFriendlyRenewState {
|
|
2365
|
-
/** On */
|
|
2366
|
-
On = "On",
|
|
2367
|
-
/** Off */
|
|
2368
|
-
Off = "Off",
|
|
2369
|
-
/** Renewed */
|
|
2370
|
-
Renewed = "Renewed",
|
|
2371
|
-
/** NotRenewed */
|
|
2372
|
-
NotRenewed = "NotRenewed",
|
|
2373
|
-
/** NotApplicable */
|
|
2374
|
-
NotApplicable = "NotApplicable"
|
|
2375
|
-
}
|
|
2376
|
-
|
|
2377
|
-
/**
|
|
2378
|
-
* Defines values for UserFriendlyRenewState. \
|
|
2379
|
-
* {@link KnownUserFriendlyRenewState} can be used interchangeably with UserFriendlyRenewState,
|
|
2380
|
-
* this enum contains the known values that the service supports.
|
|
2381
|
-
* ### Known values supported by the service
|
|
2382
|
-
* **On** \
|
|
2383
|
-
* **Off** \
|
|
2384
|
-
* **Renewed** \
|
|
2385
|
-
* **NotRenewed** \
|
|
2386
|
-
* **NotApplicable**
|
|
2387
|
-
*/
|
|
2388
|
-
export type UserFriendlyRenewState = string;
|
|
2389
|
-
|
|
2390
|
-
/** Optional parameters. */
|
|
2391
|
-
export interface ReservationAvailableScopesOptionalParams
|
|
2392
|
-
extends coreClient.OperationOptions {
|
|
2393
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2394
|
-
updateIntervalInMs?: number;
|
|
2395
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2396
|
-
resumeFrom?: string;
|
|
2397
|
-
}
|
|
2398
|
-
|
|
2399
|
-
/** Contains response data for the availableScopes operation. */
|
|
2400
|
-
export type ReservationAvailableScopesResponse = AvailableScopeProperties;
|
|
2401
|
-
|
|
2402
|
-
/** Optional parameters. */
|
|
2403
|
-
export interface ReservationSplitOptionalParams
|
|
2404
|
-
extends coreClient.OperationOptions {
|
|
2405
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2406
|
-
updateIntervalInMs?: number;
|
|
2407
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2408
|
-
resumeFrom?: string;
|
|
2409
|
-
}
|
|
2410
|
-
|
|
2411
|
-
/** Contains response data for the split operation. */
|
|
2412
|
-
export type ReservationSplitResponse = ReservationResponse[];
|
|
2413
|
-
|
|
2414
|
-
/** Optional parameters. */
|
|
2415
|
-
export interface ReservationMergeOptionalParams
|
|
2416
|
-
extends coreClient.OperationOptions {
|
|
2417
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2418
|
-
updateIntervalInMs?: number;
|
|
2419
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2420
|
-
resumeFrom?: string;
|
|
2421
|
-
}
|
|
2422
|
-
|
|
2423
|
-
/** Contains response data for the merge operation. */
|
|
2424
|
-
export type ReservationMergeResponse = ReservationResponse[];
|
|
2425
|
-
|
|
2426
|
-
/** Optional parameters. */
|
|
2427
|
-
export interface ReservationListOptionalParams
|
|
2428
|
-
extends coreClient.OperationOptions {}
|
|
2429
|
-
|
|
2430
|
-
/** Contains response data for the list operation. */
|
|
2431
|
-
export type ReservationListResponse = ReservationList;
|
|
2432
|
-
|
|
2433
|
-
/** Optional parameters. */
|
|
2434
|
-
export interface ReservationGetOptionalParams
|
|
2435
|
-
extends coreClient.OperationOptions {
|
|
2436
|
-
/** Supported value of this query is renewProperties */
|
|
2437
|
-
expand?: string;
|
|
2438
|
-
}
|
|
2439
|
-
|
|
2440
|
-
/** Contains response data for the get operation. */
|
|
2441
|
-
export type ReservationGetResponse = ReservationResponse;
|
|
2442
|
-
|
|
2443
|
-
/** Optional parameters. */
|
|
2444
|
-
export interface ReservationUpdateOptionalParams
|
|
2445
|
-
extends coreClient.OperationOptions {
|
|
2446
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2447
|
-
updateIntervalInMs?: number;
|
|
2448
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2449
|
-
resumeFrom?: string;
|
|
2450
|
-
}
|
|
2451
|
-
|
|
2452
|
-
/** Contains response data for the update operation. */
|
|
2453
|
-
export type ReservationUpdateResponse = ReservationResponse;
|
|
2454
|
-
|
|
2455
|
-
/** Optional parameters. */
|
|
2456
|
-
export interface ReservationArchiveOptionalParams
|
|
2457
|
-
extends coreClient.OperationOptions {}
|
|
2458
|
-
|
|
2459
|
-
/** Optional parameters. */
|
|
2460
|
-
export interface ReservationUnarchiveOptionalParams
|
|
2461
|
-
extends coreClient.OperationOptions {}
|
|
2462
|
-
|
|
2463
|
-
/** Optional parameters. */
|
|
2464
|
-
export interface ReservationListRevisionsOptionalParams
|
|
2465
|
-
extends coreClient.OperationOptions {}
|
|
2466
|
-
|
|
2467
|
-
/** Contains response data for the listRevisions operation. */
|
|
2468
|
-
export type ReservationListRevisionsResponse = ReservationList;
|
|
2469
|
-
|
|
2470
|
-
/** Optional parameters. */
|
|
2471
|
-
export interface ReservationListAllOptionalParams
|
|
2472
|
-
extends coreClient.OperationOptions {
|
|
2473
|
-
/** 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} */
|
|
2474
|
-
filter?: string;
|
|
2475
|
-
/** May be used to sort order by reservation properties. */
|
|
2476
|
-
orderby?: string;
|
|
2477
|
-
/** To indicate whether to refresh the roll up counts of the reservations group by provisioning states */
|
|
2478
|
-
refreshSummary?: string;
|
|
2479
|
-
/** The number of reservations to skip from the list before returning results */
|
|
2480
|
-
skiptoken?: number;
|
|
2481
|
-
/** The selected provisioning state */
|
|
2482
|
-
selectedState?: string;
|
|
2483
|
-
/** To number of reservations to return */
|
|
2484
|
-
take?: number;
|
|
2485
|
-
}
|
|
2486
|
-
|
|
2487
|
-
/** Contains response data for the listAll operation. */
|
|
2488
|
-
export type ReservationListAllResponse = ReservationsListResult;
|
|
2489
|
-
|
|
2490
|
-
/** Optional parameters. */
|
|
2491
|
-
export interface ReservationListNextOptionalParams
|
|
2492
|
-
extends coreClient.OperationOptions {}
|
|
2493
|
-
|
|
2494
|
-
/** Contains response data for the listNext operation. */
|
|
2495
|
-
export type ReservationListNextResponse = ReservationList;
|
|
2496
|
-
|
|
2497
|
-
/** Optional parameters. */
|
|
2498
|
-
export interface ReservationListRevisionsNextOptionalParams
|
|
2499
|
-
extends coreClient.OperationOptions {}
|
|
2500
|
-
|
|
2501
|
-
/** Contains response data for the listRevisionsNext operation. */
|
|
2502
|
-
export type ReservationListRevisionsNextResponse = ReservationList;
|
|
2503
|
-
|
|
2504
|
-
/** Optional parameters. */
|
|
2505
|
-
export interface ReservationListAllNextOptionalParams
|
|
2506
|
-
extends coreClient.OperationOptions {}
|
|
2507
|
-
|
|
2508
|
-
/** Contains response data for the listAllNext operation. */
|
|
2509
|
-
export type ReservationListAllNextResponse = ReservationsListResult;
|
|
2510
|
-
|
|
2511
|
-
/** Optional parameters. */
|
|
2512
|
-
export interface GetCatalogOptionalParams extends coreClient.OperationOptions {
|
|
2513
|
-
/** May be used to filter by Catalog properties. The filter supports 'eq', 'or', and 'and'. */
|
|
2514
|
-
filter?: string;
|
|
2515
|
-
/** The type of the resource for which the skus should be provided. */
|
|
2516
|
-
reservedResourceType?: string;
|
|
2517
|
-
/** Filters the skus based on the location specified in this parameter. This can be an Azure region or global */
|
|
2518
|
-
location?: string;
|
|
2519
|
-
/** Publisher id used to get the third party products */
|
|
2520
|
-
publisherId?: string;
|
|
2521
|
-
/** Offer id used to get the third party products */
|
|
2522
|
-
offerId?: string;
|
|
2523
|
-
/** Plan id used to get the third party products */
|
|
2524
|
-
planId?: string;
|
|
2525
|
-
/** The number of reservations to skip from the list before returning results */
|
|
2526
|
-
skip?: number;
|
|
2527
|
-
/** To number of reservations to return */
|
|
2528
|
-
take?: number;
|
|
2529
|
-
}
|
|
2530
|
-
|
|
2531
|
-
/** Contains response data for the getCatalog operation. */
|
|
2532
|
-
export type GetCatalogResponse = CatalogsResult;
|
|
2533
|
-
|
|
2534
|
-
/** Optional parameters. */
|
|
2535
|
-
export interface GetAppliedReservationListOptionalParams
|
|
2536
|
-
extends coreClient.OperationOptions {}
|
|
2537
|
-
|
|
2538
|
-
/** Contains response data for the getAppliedReservationList operation. */
|
|
2539
|
-
export type GetAppliedReservationListResponse = AppliedReservations;
|
|
2540
|
-
|
|
2541
|
-
/** Optional parameters. */
|
|
2542
|
-
export interface GetCatalogNextOptionalParams
|
|
2543
|
-
extends coreClient.OperationOptions {}
|
|
2544
|
-
|
|
2545
|
-
/** Contains response data for the getCatalogNext operation. */
|
|
2546
|
-
export type GetCatalogNextResponse = CatalogsResult;
|
|
2547
|
-
|
|
2548
|
-
/** Optional parameters. */
|
|
2549
|
-
export interface ReservationOrderCalculateOptionalParams
|
|
2550
|
-
extends coreClient.OperationOptions {}
|
|
2551
|
-
|
|
2552
|
-
/** Contains response data for the calculate operation. */
|
|
2553
|
-
export type ReservationOrderCalculateResponse = CalculatePriceResponse;
|
|
2554
|
-
|
|
2555
|
-
/** Optional parameters. */
|
|
2556
|
-
export interface ReservationOrderListOptionalParams
|
|
2557
|
-
extends coreClient.OperationOptions {}
|
|
2558
|
-
|
|
2559
|
-
/** Contains response data for the list operation. */
|
|
2560
|
-
export type ReservationOrderListResponse = ReservationOrderList;
|
|
2561
|
-
|
|
2562
|
-
/** Optional parameters. */
|
|
2563
|
-
export interface ReservationOrderPurchaseOptionalParams
|
|
2564
|
-
extends coreClient.OperationOptions {
|
|
2565
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2566
|
-
updateIntervalInMs?: number;
|
|
2567
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2568
|
-
resumeFrom?: string;
|
|
2569
|
-
}
|
|
2570
|
-
|
|
2571
|
-
/** Contains response data for the purchase operation. */
|
|
2572
|
-
export type ReservationOrderPurchaseResponse = ReservationOrderResponse;
|
|
2573
|
-
|
|
2574
|
-
/** Optional parameters. */
|
|
2575
|
-
export interface ReservationOrderGetOptionalParams
|
|
2576
|
-
extends coreClient.OperationOptions {
|
|
2577
|
-
/** May be used to expand the planInformation. */
|
|
2578
|
-
expand?: string;
|
|
2579
|
-
}
|
|
2580
|
-
|
|
2581
|
-
/** Contains response data for the get operation. */
|
|
2582
|
-
export type ReservationOrderGetResponse = ReservationOrderResponse;
|
|
2583
|
-
|
|
2584
|
-
/** Optional parameters. */
|
|
2585
|
-
export interface ReservationOrderChangeDirectoryOptionalParams
|
|
2586
|
-
extends coreClient.OperationOptions {}
|
|
2587
|
-
|
|
2588
|
-
/** Contains response data for the changeDirectory operation. */
|
|
2589
|
-
export type ReservationOrderChangeDirectoryResponse = ChangeDirectoryResponse;
|
|
2590
|
-
|
|
2591
|
-
/** Optional parameters. */
|
|
2592
|
-
export interface ReservationOrderListNextOptionalParams
|
|
2593
|
-
extends coreClient.OperationOptions {}
|
|
2594
|
-
|
|
2595
|
-
/** Contains response data for the listNext operation. */
|
|
2596
|
-
export type ReservationOrderListNextResponse = ReservationOrderList;
|
|
2597
|
-
|
|
2598
|
-
/** Optional parameters. */
|
|
2599
|
-
export interface OperationListOptionalParams
|
|
2600
|
-
extends coreClient.OperationOptions {}
|
|
2601
|
-
|
|
2602
|
-
/** Contains response data for the list operation. */
|
|
2603
|
-
export type OperationListResponse = OperationList;
|
|
2604
|
-
|
|
2605
|
-
/** Optional parameters. */
|
|
2606
|
-
export interface OperationListNextOptionalParams
|
|
2607
|
-
extends coreClient.OperationOptions {}
|
|
2608
|
-
|
|
2609
|
-
/** Contains response data for the listNext operation. */
|
|
2610
|
-
export type OperationListNextResponse = OperationList;
|
|
2611
|
-
|
|
2612
|
-
/** Optional parameters. */
|
|
2613
|
-
export interface CalculateRefundPostOptionalParams
|
|
2614
|
-
extends coreClient.OperationOptions {}
|
|
2615
|
-
|
|
2616
|
-
/** Contains response data for the post operation. */
|
|
2617
|
-
export type CalculateRefundPostResponse = CalculateRefundResponse;
|
|
2618
|
-
|
|
2619
|
-
/** Optional parameters. */
|
|
2620
|
-
export interface ReturnPostOptionalParams extends coreClient.OperationOptions {
|
|
2621
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2622
|
-
updateIntervalInMs?: number;
|
|
2623
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2624
|
-
resumeFrom?: string;
|
|
2625
|
-
}
|
|
2626
|
-
|
|
2627
|
-
/** Contains response data for the post operation. */
|
|
2628
|
-
export type ReturnPostResponse = ReservationOrderResponse;
|
|
2629
|
-
|
|
2630
|
-
/** Optional parameters. */
|
|
2631
|
-
export interface CalculateExchangePostOptionalParams
|
|
2632
|
-
extends coreClient.OperationOptions {
|
|
2633
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2634
|
-
updateIntervalInMs?: number;
|
|
2635
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2636
|
-
resumeFrom?: string;
|
|
2637
|
-
}
|
|
2638
|
-
|
|
2639
|
-
/** Contains response data for the post operation. */
|
|
2640
|
-
export type CalculateExchangePostResponse = CalculateExchangeOperationResultResponse;
|
|
2641
|
-
|
|
2642
|
-
/** Optional parameters. */
|
|
2643
|
-
export interface ExchangePostOptionalParams
|
|
2644
|
-
extends coreClient.OperationOptions {
|
|
2645
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2646
|
-
updateIntervalInMs?: number;
|
|
2647
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2648
|
-
resumeFrom?: string;
|
|
2649
|
-
}
|
|
2650
|
-
|
|
2651
|
-
/** Contains response data for the post operation. */
|
|
2652
|
-
export type ExchangePostResponse = ExchangeOperationResultResponse;
|
|
2653
|
-
|
|
2654
|
-
/** Optional parameters. */
|
|
2655
|
-
export interface QuotaGetOptionalParams extends coreClient.OperationOptions {}
|
|
2656
|
-
|
|
2657
|
-
/** Contains response data for the get operation. */
|
|
2658
|
-
export type QuotaGetResponse = QuotaGetHeaders & CurrentQuotaLimitBase;
|
|
2659
|
-
|
|
2660
|
-
/** Optional parameters. */
|
|
2661
|
-
export interface QuotaCreateOrUpdateOptionalParams
|
|
2662
|
-
extends coreClient.OperationOptions {
|
|
2663
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2664
|
-
updateIntervalInMs?: number;
|
|
2665
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2666
|
-
resumeFrom?: string;
|
|
2667
|
-
}
|
|
2668
|
-
|
|
2669
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
2670
|
-
export type QuotaCreateOrUpdateResponse = CurrentQuotaLimitBase;
|
|
2671
|
-
|
|
2672
|
-
/** Optional parameters. */
|
|
2673
|
-
export interface QuotaUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2674
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2675
|
-
updateIntervalInMs?: number;
|
|
2676
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2677
|
-
resumeFrom?: string;
|
|
2678
|
-
}
|
|
2679
|
-
|
|
2680
|
-
/** Contains response data for the update operation. */
|
|
2681
|
-
export type QuotaUpdateResponse = CurrentQuotaLimitBase;
|
|
2682
|
-
|
|
2683
|
-
/** Optional parameters. */
|
|
2684
|
-
export interface QuotaListOptionalParams extends coreClient.OperationOptions {}
|
|
2685
|
-
|
|
2686
|
-
/** Contains response data for the list operation. */
|
|
2687
|
-
export type QuotaListResponse = QuotaListHeaders & QuotaLimits;
|
|
2688
|
-
|
|
2689
|
-
/** Optional parameters. */
|
|
2690
|
-
export interface QuotaListNextOptionalParams
|
|
2691
|
-
extends coreClient.OperationOptions {}
|
|
2692
|
-
|
|
2693
|
-
/** Contains response data for the listNext operation. */
|
|
2694
|
-
export type QuotaListNextResponse = QuotaListNextHeaders & QuotaLimits;
|
|
2695
|
-
|
|
2696
|
-
/** Optional parameters. */
|
|
2697
|
-
export interface QuotaRequestStatusGetOptionalParams
|
|
2698
|
-
extends coreClient.OperationOptions {}
|
|
2699
|
-
|
|
2700
|
-
/** Contains response data for the get operation. */
|
|
2701
|
-
export type QuotaRequestStatusGetResponse = QuotaRequestDetails;
|
|
2702
|
-
|
|
2703
|
-
/** Optional parameters. */
|
|
2704
|
-
export interface QuotaRequestStatusListOptionalParams
|
|
2705
|
-
extends coreClient.OperationOptions {
|
|
2706
|
-
/**
|
|
2707
|
-
* | Field | Supported operators |
|
|
2708
|
-
* |---------------------|------------------------|
|
|
2709
|
-
* |requestSubmitTime | ge, le, eq, gt, lt |
|
|
2710
|
-
*/
|
|
2711
|
-
filter?: string;
|
|
2712
|
-
/** Number of records to return. */
|
|
2713
|
-
top?: number;
|
|
2714
|
-
/** 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. */
|
|
2715
|
-
skiptoken?: string;
|
|
2716
|
-
}
|
|
2717
|
-
|
|
2718
|
-
/** Contains response data for the list operation. */
|
|
2719
|
-
export type QuotaRequestStatusListResponse = QuotaRequestDetailsList;
|
|
2720
|
-
|
|
2721
|
-
/** Optional parameters. */
|
|
2722
|
-
export interface QuotaRequestStatusListNextOptionalParams
|
|
2723
|
-
extends coreClient.OperationOptions {}
|
|
2724
|
-
|
|
2725
|
-
/** Contains response data for the listNext operation. */
|
|
2726
|
-
export type QuotaRequestStatusListNextResponse = QuotaRequestDetailsList;
|
|
2727
|
-
|
|
2728
|
-
/** Optional parameters. */
|
|
2729
|
-
export interface AzureReservationAPIOptionalParams
|
|
2730
|
-
extends coreClient.ServiceClientOptions {
|
|
2731
|
-
/** server parameter */
|
|
2732
|
-
$host?: string;
|
|
2733
|
-
/** Overrides client endpoint. */
|
|
2734
|
-
endpoint?: string;
|
|
2735
|
-
}
|