@azure/arm-subscriptions 6.0.0 → 7.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -10
- package/dist/browser/api/alias/index.d.ts +3 -0
- package/dist/browser/api/alias/index.js +4 -0
- package/dist/browser/api/alias/index.js.map +1 -0
- package/dist/browser/api/alias/operations.d.ts +23 -0
- package/dist/browser/api/alias/operations.js +118 -0
- package/dist/browser/api/alias/operations.js.map +1 -0
- package/dist/browser/api/alias/options.d.ts +16 -0
- package/dist/{esm/operationsInterfaces/alias.js → browser/api/alias/options.js} +1 -1
- package/dist/browser/api/alias/options.js.map +1 -0
- package/dist/browser/api/billingAccount/index.d.ts +3 -0
- package/dist/browser/api/billingAccount/index.js +4 -0
- package/dist/browser/api/billingAccount/index.js.map +1 -0
- package/dist/browser/api/billingAccount/operations.d.ts +9 -0
- package/dist/browser/api/billingAccount/operations.js +32 -0
- package/dist/browser/api/billingAccount/operations.js.map +1 -0
- package/dist/browser/api/billingAccount/options.d.ts +5 -0
- package/dist/{esm/operationsInterfaces/operations.js → browser/api/billingAccount/options.js} +1 -1
- package/dist/browser/api/billingAccount/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +3 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/{operationsInterfaces/subscription.js → api/operations/index.js} +2 -2
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.js +35 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/subscription/index.d.ts +3 -0
- package/dist/browser/api/subscription/index.js +4 -0
- package/dist/browser/api/subscription/index.js.map +1 -0
- package/dist/browser/api/subscription/operations.d.ts +26 -0
- package/dist/browser/api/subscription/operations.js +145 -0
- package/dist/browser/api/subscription/operations.js.map +1 -0
- package/dist/browser/api/subscription/options.d.ts +19 -0
- package/dist/browser/api/subscription/options.js +4 -0
- package/dist/browser/api/subscription/options.js.map +1 -0
- package/dist/browser/api/subscriptionContext.d.ts +18 -0
- package/dist/browser/api/subscriptionContext.js +23 -0
- package/dist/browser/api/subscriptionContext.js.map +1 -0
- package/dist/browser/api/subscriptionOperation/index.d.ts +3 -0
- package/dist/browser/{operationsInterfaces/operations.js → api/subscriptionOperation/index.js} +2 -2
- package/dist/browser/api/subscriptionOperation/index.js.map +1 -0
- package/dist/browser/api/subscriptionOperation/operations.d.ts +9 -0
- package/dist/browser/api/subscriptionOperation/operations.js +32 -0
- package/dist/browser/api/subscriptionOperation/operations.js.map +1 -0
- package/dist/browser/api/subscriptionOperation/options.d.ts +5 -0
- package/dist/browser/api/subscriptionOperation/options.js +4 -0
- package/dist/browser/api/subscriptionOperation/options.js.map +1 -0
- package/dist/browser/api/subscriptionPolicy/index.d.ts +3 -0
- package/dist/browser/api/subscriptionPolicy/index.js +4 -0
- package/dist/browser/api/subscriptionPolicy/index.js.map +1 -0
- package/dist/browser/api/subscriptionPolicy/operations.d.ts +18 -0
- package/dist/browser/api/subscriptionPolicy/operations.js +87 -0
- package/dist/browser/api/subscriptionPolicy/operations.js.map +1 -0
- package/dist/browser/api/subscriptionPolicy/options.d.ts +11 -0
- package/dist/browser/api/subscriptionPolicy/options.js +4 -0
- package/dist/browser/api/subscriptionPolicy/options.js.map +1 -0
- package/dist/browser/api/subscriptions/index.d.ts +3 -0
- package/dist/browser/api/subscriptions/index.js +4 -0
- package/dist/browser/api/subscriptions/index.js.map +1 -0
- package/dist/browser/api/subscriptions/operations.d.ts +30 -0
- package/dist/browser/api/subscriptions/operations.js +162 -0
- package/dist/browser/api/subscriptions/operations.js.map +1 -0
- package/dist/browser/api/subscriptions/options.d.ts +20 -0
- package/dist/browser/api/subscriptions/options.js +4 -0
- package/dist/browser/api/subscriptions/options.js.map +1 -0
- package/dist/browser/classic/alias/index.d.ts +23 -0
- package/dist/browser/classic/alias/index.js +26 -0
- package/dist/browser/classic/alias/index.js.map +1 -0
- package/dist/browser/classic/billingAccount/index.d.ts +10 -0
- package/dist/browser/classic/billingAccount/index.js +14 -0
- package/dist/browser/classic/billingAccount/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +8 -0
- package/dist/{react-native/operationsInterfaces/alias.js → browser/classic/index.js} +1 -1
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.js +14 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/subscription/index.d.ts +24 -0
- package/dist/browser/classic/subscription/index.js +27 -0
- package/dist/browser/classic/subscription/index.js.map +1 -0
- package/dist/browser/classic/subscriptionOperation/index.d.ts +10 -0
- package/dist/browser/classic/subscriptionOperation/index.js +14 -0
- package/dist/browser/classic/subscriptionOperation/index.js.map +1 -0
- package/dist/browser/classic/subscriptionPolicy/index.d.ts +15 -0
- package/dist/browser/classic/subscriptionPolicy/index.js +16 -0
- package/dist/browser/classic/subscriptionPolicy/index.js.map +1 -0
- package/dist/browser/classic/subscriptions/index.d.ts +21 -0
- package/dist/browser/classic/subscriptions/index.js +19 -0
- package/dist/browser/classic/subscriptions/index.js.map +1 -0
- package/dist/browser/index.d.ts +19 -3
- package/dist/browser/index.js +4 -6
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +2 -568
- package/dist/browser/models/index.js +1 -50
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +517 -0
- package/dist/browser/models/models.js +428 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +102 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/browser/static-helpers/pagingHelpers.js +143 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/browser/static-helpers/pollingHelpers.js +95 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +200 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/browser/subscriptionClient.d.ts +30 -21
- package/dist/browser/subscriptionClient.js +40 -96
- package/dist/browser/subscriptionClient.js.map +1 -1
- package/dist/commonjs/api/alias/index.d.ts +3 -0
- package/dist/commonjs/api/alias/index.js +34 -0
- package/dist/commonjs/api/alias/index.js.map +7 -0
- package/dist/commonjs/api/alias/operations.d.ts +23 -0
- package/dist/commonjs/api/alias/operations.js +182 -0
- package/dist/commonjs/api/alias/operations.js.map +7 -0
- package/dist/commonjs/api/alias/options.d.ts +16 -0
- package/dist/commonjs/api/alias/options.js +16 -0
- package/dist/commonjs/api/alias/options.js.map +7 -0
- package/dist/commonjs/api/billingAccount/index.d.ts +3 -0
- package/dist/commonjs/api/billingAccount/index.js +28 -0
- package/dist/commonjs/api/billingAccount/index.js.map +7 -0
- package/dist/commonjs/api/billingAccount/operations.d.ts +9 -0
- package/dist/commonjs/api/billingAccount/operations.js +63 -0
- package/dist/commonjs/api/billingAccount/operations.js.map +7 -0
- package/dist/commonjs/api/billingAccount/options.d.ts +5 -0
- package/dist/commonjs/api/billingAccount/options.js +16 -0
- package/dist/commonjs/api/billingAccount/options.js.map +7 -0
- package/dist/commonjs/api/index.d.ts +3 -0
- package/dist/commonjs/api/index.js +28 -0
- package/dist/commonjs/api/index.js.map +7 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +28 -0
- package/dist/commonjs/api/operations/index.js.map +7 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +72 -0
- package/dist/commonjs/api/operations/operations.js.map +7 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +16 -0
- package/dist/commonjs/api/operations/options.js.map +7 -0
- package/dist/commonjs/api/subscription/index.d.ts +3 -0
- package/dist/commonjs/api/subscription/index.js +36 -0
- package/dist/commonjs/api/subscription/index.js.map +7 -0
- package/dist/commonjs/api/subscription/operations.d.ts +26 -0
- package/dist/commonjs/api/subscription/operations.js +212 -0
- package/dist/commonjs/api/subscription/operations.js.map +7 -0
- package/dist/commonjs/api/subscription/options.d.ts +19 -0
- package/dist/commonjs/api/subscription/options.js +16 -0
- package/dist/commonjs/api/subscription/options.js.map +7 -0
- package/dist/commonjs/api/subscriptionContext.d.ts +18 -0
- package/dist/commonjs/api/subscriptionContext.js +45 -0
- package/dist/commonjs/api/subscriptionContext.js.map +7 -0
- package/dist/commonjs/api/subscriptionOperation/index.d.ts +3 -0
- package/dist/commonjs/api/subscriptionOperation/index.js +28 -0
- package/dist/commonjs/api/subscriptionOperation/index.js.map +7 -0
- package/dist/commonjs/api/subscriptionOperation/operations.d.ts +9 -0
- package/dist/commonjs/api/subscriptionOperation/operations.js +63 -0
- package/dist/commonjs/api/subscriptionOperation/operations.js.map +7 -0
- package/dist/commonjs/api/subscriptionOperation/options.d.ts +5 -0
- package/dist/commonjs/api/subscriptionOperation/options.js +16 -0
- package/dist/commonjs/api/subscriptionOperation/options.js.map +7 -0
- package/dist/commonjs/api/subscriptionPolicy/index.d.ts +3 -0
- package/dist/commonjs/api/subscriptionPolicy/index.js +32 -0
- package/dist/commonjs/api/subscriptionPolicy/index.js.map +7 -0
- package/dist/commonjs/api/subscriptionPolicy/operations.d.ts +18 -0
- package/dist/commonjs/api/subscriptionPolicy/operations.js +142 -0
- package/dist/commonjs/api/subscriptionPolicy/operations.js.map +7 -0
- package/dist/commonjs/api/subscriptionPolicy/options.d.ts +11 -0
- package/dist/commonjs/api/subscriptionPolicy/options.js +16 -0
- package/dist/commonjs/api/subscriptionPolicy/options.js.map +7 -0
- package/dist/commonjs/api/subscriptions/index.d.ts +3 -0
- package/dist/commonjs/api/subscriptions/index.js +38 -0
- package/dist/commonjs/api/subscriptions/index.js.map +7 -0
- package/dist/commonjs/api/subscriptions/operations.d.ts +30 -0
- package/dist/commonjs/api/subscriptions/operations.js +244 -0
- package/dist/commonjs/api/subscriptions/operations.js.map +7 -0
- package/dist/commonjs/api/subscriptions/options.d.ts +20 -0
- package/dist/commonjs/api/subscriptions/options.js +16 -0
- package/dist/commonjs/api/subscriptions/options.js.map +7 -0
- package/dist/commonjs/classic/alias/index.d.ts +23 -0
- package/dist/commonjs/classic/alias/index.js +50 -0
- package/dist/commonjs/classic/alias/index.js.map +7 -0
- package/dist/commonjs/classic/billingAccount/index.d.ts +10 -0
- package/dist/commonjs/classic/billingAccount/index.js +38 -0
- package/dist/commonjs/classic/billingAccount/index.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +8 -0
- package/dist/commonjs/classic/index.js +16 -0
- package/dist/commonjs/classic/index.js.map +7 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +38 -0
- package/dist/commonjs/classic/operations/index.js.map +7 -0
- package/dist/commonjs/classic/subscription/index.d.ts +24 -0
- package/dist/commonjs/classic/subscription/index.js +51 -0
- package/dist/commonjs/classic/subscription/index.js.map +7 -0
- package/dist/commonjs/classic/subscriptionOperation/index.d.ts +10 -0
- package/dist/commonjs/classic/subscriptionOperation/index.js +38 -0
- package/dist/commonjs/classic/subscriptionOperation/index.js.map +7 -0
- package/dist/commonjs/classic/subscriptionPolicy/index.d.ts +15 -0
- package/dist/commonjs/classic/subscriptionPolicy/index.js +40 -0
- package/dist/commonjs/classic/subscriptionPolicy/index.js.map +7 -0
- package/dist/commonjs/classic/subscriptions/index.d.ts +21 -0
- package/dist/commonjs/classic/subscriptions/index.js +43 -0
- package/dist/commonjs/classic/subscriptions/index.js.map +7 -0
- package/dist/commonjs/index.d.ts +19 -3
- package/dist/commonjs/index.js +53 -16
- package/dist/commonjs/index.js.map +7 -1
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +29 -0
- package/dist/commonjs/logger.js.map +7 -0
- package/dist/commonjs/models/index.d.ts +2 -568
- package/dist/commonjs/models/index.js +44 -56
- package/dist/commonjs/models/index.js.map +7 -1
- package/dist/commonjs/models/models.d.ts +517 -0
- package/dist/commonjs/models/models.js +476 -0
- package/dist/commonjs/models/models.js.map +7 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +115 -0
- package/dist/commonjs/restorePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
- package/dist/commonjs/subscriptionClient.d.ts +30 -21
- package/dist/commonjs/subscriptionClient.js +69 -108
- package/dist/commonjs/subscriptionClient.js.map +7 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/alias/index.d.ts +3 -0
- package/dist/esm/api/alias/index.js +4 -0
- package/dist/esm/api/alias/index.js.map +1 -0
- package/dist/esm/api/alias/operations.d.ts +23 -0
- package/dist/esm/api/alias/operations.js +118 -0
- package/dist/esm/api/alias/operations.js.map +1 -0
- package/dist/esm/api/alias/options.d.ts +16 -0
- package/dist/esm/api/alias/options.js +4 -0
- package/dist/esm/api/alias/options.js.map +1 -0
- package/dist/esm/api/billingAccount/index.d.ts +3 -0
- package/dist/esm/api/billingAccount/index.js +4 -0
- package/dist/esm/api/billingAccount/index.js.map +1 -0
- package/dist/esm/api/billingAccount/operations.d.ts +9 -0
- package/dist/esm/api/billingAccount/operations.js +32 -0
- package/dist/esm/api/billingAccount/operations.js.map +1 -0
- package/dist/esm/api/billingAccount/options.d.ts +5 -0
- package/dist/esm/api/billingAccount/options.js +4 -0
- package/dist/esm/api/billingAccount/options.js.map +1 -0
- package/dist/esm/api/index.d.ts +3 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.js +35 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/api/subscription/index.d.ts +3 -0
- package/dist/esm/api/subscription/index.js +4 -0
- package/dist/esm/api/subscription/index.js.map +1 -0
- package/dist/esm/api/subscription/operations.d.ts +26 -0
- package/dist/esm/api/subscription/operations.js +145 -0
- package/dist/esm/api/subscription/operations.js.map +1 -0
- package/dist/esm/api/subscription/options.d.ts +19 -0
- package/dist/esm/api/subscription/options.js +4 -0
- package/dist/esm/api/subscription/options.js.map +1 -0
- package/dist/esm/api/subscriptionContext.d.ts +18 -0
- package/dist/esm/api/subscriptionContext.js +23 -0
- package/dist/esm/api/subscriptionContext.js.map +1 -0
- package/dist/esm/api/subscriptionOperation/index.d.ts +3 -0
- package/dist/{browser/operationsInterfaces/billingAccount.js → esm/api/subscriptionOperation/index.js} +2 -2
- package/dist/esm/api/subscriptionOperation/index.js.map +1 -0
- package/dist/esm/api/subscriptionOperation/operations.d.ts +9 -0
- package/dist/esm/api/subscriptionOperation/operations.js +32 -0
- package/dist/esm/api/subscriptionOperation/operations.js.map +1 -0
- package/dist/esm/api/subscriptionOperation/options.d.ts +5 -0
- package/dist/esm/api/subscriptionOperation/options.js +4 -0
- package/dist/esm/api/subscriptionOperation/options.js.map +1 -0
- package/dist/esm/api/subscriptionPolicy/index.d.ts +3 -0
- package/dist/esm/api/subscriptionPolicy/index.js +4 -0
- package/dist/esm/api/subscriptionPolicy/index.js.map +1 -0
- package/dist/esm/api/subscriptionPolicy/operations.d.ts +18 -0
- package/dist/esm/api/subscriptionPolicy/operations.js +87 -0
- package/dist/esm/api/subscriptionPolicy/operations.js.map +1 -0
- package/dist/esm/api/subscriptionPolicy/options.d.ts +11 -0
- package/dist/esm/api/subscriptionPolicy/options.js +4 -0
- package/dist/esm/api/subscriptionPolicy/options.js.map +1 -0
- package/dist/esm/api/subscriptions/index.d.ts +3 -0
- package/dist/esm/api/subscriptions/index.js +4 -0
- package/dist/esm/api/subscriptions/index.js.map +1 -0
- package/dist/esm/api/subscriptions/operations.d.ts +30 -0
- package/dist/esm/api/subscriptions/operations.js +162 -0
- package/dist/esm/api/subscriptions/operations.js.map +1 -0
- package/dist/esm/api/subscriptions/options.d.ts +20 -0
- package/dist/esm/api/subscriptions/options.js +4 -0
- package/dist/esm/api/subscriptions/options.js.map +1 -0
- package/dist/esm/classic/alias/index.d.ts +23 -0
- package/dist/esm/classic/alias/index.js +26 -0
- package/dist/esm/classic/alias/index.js.map +1 -0
- package/dist/esm/classic/billingAccount/index.d.ts +10 -0
- package/dist/esm/classic/billingAccount/index.js +14 -0
- package/dist/esm/classic/billingAccount/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +8 -0
- package/dist/{browser/operationsInterfaces/alias.js → esm/classic/index.js} +1 -1
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.js +14 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/subscription/index.d.ts +24 -0
- package/dist/esm/classic/subscription/index.js +27 -0
- package/dist/esm/classic/subscription/index.js.map +1 -0
- package/dist/esm/classic/subscriptionOperation/index.d.ts +10 -0
- package/dist/esm/classic/subscriptionOperation/index.js +14 -0
- package/dist/esm/classic/subscriptionOperation/index.js.map +1 -0
- package/dist/esm/classic/subscriptionPolicy/index.d.ts +15 -0
- package/dist/esm/classic/subscriptionPolicy/index.js +16 -0
- package/dist/esm/classic/subscriptionPolicy/index.js.map +1 -0
- package/dist/esm/classic/subscriptions/index.d.ts +21 -0
- package/dist/esm/classic/subscriptions/index.js +19 -0
- package/dist/esm/classic/subscriptions/index.js.map +1 -0
- package/dist/esm/index.d.ts +19 -3
- package/dist/esm/index.js +4 -6
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +2 -568
- package/dist/esm/models/index.js +1 -50
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +517 -0
- package/dist/esm/models/models.js +428 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +102 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/esm/static-helpers/pagingHelpers.js +143 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/esm/static-helpers/pollingHelpers.js +95 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +200 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/dist/esm/subscriptionClient.d.ts +30 -21
- package/dist/esm/subscriptionClient.js +40 -96
- package/dist/esm/subscriptionClient.js.map +1 -1
- package/package.json +205 -96
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/lroImpl.d.ts +0 -11
- package/dist/browser/lroImpl.d.ts.map +0 -1
- package/dist/browser/lroImpl.js +0 -20
- package/dist/browser/lroImpl.js.map +0 -1
- package/dist/browser/models/index.d.ts.map +0 -1
- package/dist/browser/models/mappers.d.ts +0 -31
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -867
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -15
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -115
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/alias.d.ts +0 -53
- package/dist/browser/operations/alias.d.ts.map +0 -1
- package/dist/browser/operations/alias.js +0 -182
- package/dist/browser/operations/alias.js.map +0 -1
- package/dist/browser/operations/billingAccount.d.ts +0 -19
- package/dist/browser/operations/billingAccount.d.ts.map +0 -1
- package/dist/browser/operations/billingAccount.js +0 -43
- package/dist/browser/operations/billingAccount.js.map +0 -1
- package/dist/browser/operations/index.d.ts +0 -7
- package/dist/browser/operations/index.d.ts.map +0 -1
- package/dist/browser/operations/index.js +0 -11
- package/dist/browser/operations/index.js.map +0 -1
- package/dist/browser/operations/operations.d.ts +0 -32
- package/dist/browser/operations/operations.d.ts.map +0 -1
- package/dist/browser/operations/operations.js +0 -111
- package/dist/browser/operations/operations.js.map +0 -1
- package/dist/browser/operations/subscription.d.ts +0 -53
- package/dist/browser/operations/subscription.d.ts.map +0 -1
- package/dist/browser/operations/subscription.js +0 -203
- package/dist/browser/operations/subscription.js.map +0 -1
- package/dist/browser/operations/subscriptionOperation.d.ts +0 -20
- package/dist/browser/operations/subscriptionOperation.d.ts.map +0 -1
- package/dist/browser/operations/subscriptionOperation.js +0 -47
- package/dist/browser/operations/subscriptionOperation.js.map +0 -1
- package/dist/browser/operations/subscriptionPolicy.d.ts +0 -43
- package/dist/browser/operations/subscriptionPolicy.d.ts.map +0 -1
- package/dist/browser/operations/subscriptionPolicy.js +0 -160
- package/dist/browser/operations/subscriptionPolicy.js.map +0 -1
- package/dist/browser/operationsInterfaces/alias.d.ts +0 -45
- package/dist/browser/operationsInterfaces/alias.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/alias.js.map +0 -1
- package/dist/browser/operationsInterfaces/billingAccount.d.ts +0 -11
- package/dist/browser/operationsInterfaces/billingAccount.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/billingAccount.js.map +0 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -7
- package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/index.js +0 -11
- package/dist/browser/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
- package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/operations.js.map +0 -1
- package/dist/browser/operationsInterfaces/subscription.d.ts +0 -45
- package/dist/browser/operationsInterfaces/subscription.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/subscription.js.map +0 -1
- package/dist/browser/operationsInterfaces/subscriptionOperation.d.ts +0 -12
- package/dist/browser/operationsInterfaces/subscriptionOperation.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/subscriptionOperation.js +0 -4
- package/dist/browser/operationsInterfaces/subscriptionOperation.js.map +0 -1
- package/dist/browser/operationsInterfaces/subscriptionPolicy.d.ts +0 -22
- package/dist/browser/operationsInterfaces/subscriptionPolicy.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/subscriptionPolicy.js +0 -4
- package/dist/browser/operationsInterfaces/subscriptionPolicy.js.map +0 -1
- package/dist/browser/pagingHelper.d.ts +0 -13
- package/dist/browser/pagingHelper.d.ts.map +0 -1
- package/dist/browser/pagingHelper.js +0 -25
- package/dist/browser/pagingHelper.js.map +0 -1
- package/dist/browser/subscriptionClient.d.ts.map +0 -1
- package/dist/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.d.ts +0 -11
- package/dist/commonjs/lroImpl.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.js +0 -23
- package/dist/commonjs/lroImpl.js.map +0 -1
- package/dist/commonjs/models/index.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -31
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -870
- package/dist/commonjs/models/mappers.js.map +0 -1
- package/dist/commonjs/models/parameters.d.ts +0 -15
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -118
- package/dist/commonjs/models/parameters.js.map +0 -1
- package/dist/commonjs/operations/alias.d.ts +0 -53
- package/dist/commonjs/operations/alias.d.ts.map +0 -1
- package/dist/commonjs/operations/alias.js +0 -187
- package/dist/commonjs/operations/alias.js.map +0 -1
- package/dist/commonjs/operations/billingAccount.d.ts +0 -19
- package/dist/commonjs/operations/billingAccount.d.ts.map +0 -1
- package/dist/commonjs/operations/billingAccount.js +0 -48
- package/dist/commonjs/operations/billingAccount.js.map +0 -1
- package/dist/commonjs/operations/index.d.ts +0 -7
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js +0 -14
- package/dist/commonjs/operations/index.js.map +0 -1
- package/dist/commonjs/operations/operations.d.ts +0 -32
- package/dist/commonjs/operations/operations.d.ts.map +0 -1
- package/dist/commonjs/operations/operations.js +0 -116
- package/dist/commonjs/operations/operations.js.map +0 -1
- package/dist/commonjs/operations/subscription.d.ts +0 -53
- package/dist/commonjs/operations/subscription.d.ts.map +0 -1
- package/dist/commonjs/operations/subscription.js +0 -208
- package/dist/commonjs/operations/subscription.js.map +0 -1
- package/dist/commonjs/operations/subscriptionOperation.d.ts +0 -20
- package/dist/commonjs/operations/subscriptionOperation.d.ts.map +0 -1
- package/dist/commonjs/operations/subscriptionOperation.js +0 -52
- package/dist/commonjs/operations/subscriptionOperation.js.map +0 -1
- package/dist/commonjs/operations/subscriptionPolicy.d.ts +0 -43
- package/dist/commonjs/operations/subscriptionPolicy.d.ts.map +0 -1
- package/dist/commonjs/operations/subscriptionPolicy.js +0 -165
- package/dist/commonjs/operations/subscriptionPolicy.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/alias.d.ts +0 -45
- package/dist/commonjs/operationsInterfaces/alias.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/alias.js +0 -5
- package/dist/commonjs/operationsInterfaces/alias.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/billingAccount.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/billingAccount.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/billingAccount.js +0 -5
- package/dist/commonjs/operationsInterfaces/billingAccount.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -7
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js +0 -14
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.js +0 -5
- package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/subscription.d.ts +0 -45
- package/dist/commonjs/operationsInterfaces/subscription.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/subscription.js +0 -5
- package/dist/commonjs/operationsInterfaces/subscription.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/subscriptionOperation.d.ts +0 -12
- package/dist/commonjs/operationsInterfaces/subscriptionOperation.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/subscriptionOperation.js +0 -5
- package/dist/commonjs/operationsInterfaces/subscriptionOperation.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/subscriptionPolicy.d.ts +0 -22
- package/dist/commonjs/operationsInterfaces/subscriptionPolicy.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/subscriptionPolicy.js +0 -5
- package/dist/commonjs/operationsInterfaces/subscriptionPolicy.js.map +0 -1
- package/dist/commonjs/pagingHelper.d.ts +0 -13
- package/dist/commonjs/pagingHelper.d.ts.map +0 -1
- package/dist/commonjs/pagingHelper.js +0 -29
- package/dist/commonjs/pagingHelper.js.map +0 -1
- package/dist/commonjs/subscriptionClient.d.ts.map +0 -1
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/lroImpl.d.ts +0 -11
- package/dist/esm/lroImpl.d.ts.map +0 -1
- package/dist/esm/lroImpl.js +0 -20
- package/dist/esm/lroImpl.js.map +0 -1
- package/dist/esm/models/index.d.ts.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -31
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -867
- package/dist/esm/models/mappers.js.map +0 -1
- package/dist/esm/models/parameters.d.ts +0 -15
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -115
- package/dist/esm/models/parameters.js.map +0 -1
- package/dist/esm/operations/alias.d.ts +0 -53
- package/dist/esm/operations/alias.d.ts.map +0 -1
- package/dist/esm/operations/alias.js +0 -182
- package/dist/esm/operations/alias.js.map +0 -1
- package/dist/esm/operations/billingAccount.d.ts +0 -19
- package/dist/esm/operations/billingAccount.d.ts.map +0 -1
- package/dist/esm/operations/billingAccount.js +0 -43
- package/dist/esm/operations/billingAccount.js.map +0 -1
- package/dist/esm/operations/index.d.ts +0 -7
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -11
- package/dist/esm/operations/index.js.map +0 -1
- package/dist/esm/operations/operations.d.ts +0 -32
- package/dist/esm/operations/operations.d.ts.map +0 -1
- package/dist/esm/operations/operations.js +0 -111
- package/dist/esm/operations/operations.js.map +0 -1
- package/dist/esm/operations/subscription.d.ts +0 -53
- package/dist/esm/operations/subscription.d.ts.map +0 -1
- package/dist/esm/operations/subscription.js +0 -203
- package/dist/esm/operations/subscription.js.map +0 -1
- package/dist/esm/operations/subscriptionOperation.d.ts +0 -20
- package/dist/esm/operations/subscriptionOperation.d.ts.map +0 -1
- package/dist/esm/operations/subscriptionOperation.js +0 -47
- package/dist/esm/operations/subscriptionOperation.js.map +0 -1
- package/dist/esm/operations/subscriptionPolicy.d.ts +0 -43
- package/dist/esm/operations/subscriptionPolicy.d.ts.map +0 -1
- package/dist/esm/operations/subscriptionPolicy.js +0 -160
- package/dist/esm/operations/subscriptionPolicy.js.map +0 -1
- package/dist/esm/operationsInterfaces/alias.d.ts +0 -45
- package/dist/esm/operationsInterfaces/alias.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/alias.js.map +0 -1
- package/dist/esm/operationsInterfaces/billingAccount.d.ts +0 -11
- package/dist/esm/operationsInterfaces/billingAccount.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/billingAccount.js +0 -4
- package/dist/esm/operationsInterfaces/billingAccount.js.map +0 -1
- package/dist/esm/operationsInterfaces/index.d.ts +0 -7
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -11
- package/dist/esm/operationsInterfaces/index.js.map +0 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
- package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/operations.js.map +0 -1
- package/dist/esm/operationsInterfaces/subscription.d.ts +0 -45
- package/dist/esm/operationsInterfaces/subscription.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/subscription.js +0 -4
- package/dist/esm/operationsInterfaces/subscription.js.map +0 -1
- package/dist/esm/operationsInterfaces/subscriptionOperation.d.ts +0 -12
- package/dist/esm/operationsInterfaces/subscriptionOperation.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/subscriptionOperation.js +0 -4
- package/dist/esm/operationsInterfaces/subscriptionOperation.js.map +0 -1
- package/dist/esm/operationsInterfaces/subscriptionPolicy.d.ts +0 -22
- package/dist/esm/operationsInterfaces/subscriptionPolicy.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/subscriptionPolicy.js +0 -4
- package/dist/esm/operationsInterfaces/subscriptionPolicy.js.map +0 -1
- package/dist/esm/pagingHelper.d.ts +0 -13
- package/dist/esm/pagingHelper.d.ts.map +0 -1
- package/dist/esm/pagingHelper.js +0 -25
- package/dist/esm/pagingHelper.js.map +0 -1
- package/dist/esm/subscriptionClient.d.ts.map +0 -1
- package/dist/react-native/index.d.ts +0 -5
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/index.js +0 -10
- package/dist/react-native/index.js.map +0 -1
- package/dist/react-native/lroImpl.d.ts +0 -11
- package/dist/react-native/lroImpl.d.ts.map +0 -1
- package/dist/react-native/lroImpl.js +0 -20
- package/dist/react-native/lroImpl.js.map +0 -1
- package/dist/react-native/models/index.d.ts +0 -569
- package/dist/react-native/models/index.d.ts.map +0 -1
- package/dist/react-native/models/index.js +0 -53
- package/dist/react-native/models/index.js.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -31
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -867
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -15
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -115
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/alias.d.ts +0 -53
- package/dist/react-native/operations/alias.d.ts.map +0 -1
- package/dist/react-native/operations/alias.js +0 -182
- package/dist/react-native/operations/alias.js.map +0 -1
- package/dist/react-native/operations/billingAccount.d.ts +0 -19
- package/dist/react-native/operations/billingAccount.d.ts.map +0 -1
- package/dist/react-native/operations/billingAccount.js +0 -43
- package/dist/react-native/operations/billingAccount.js.map +0 -1
- package/dist/react-native/operations/index.d.ts +0 -7
- package/dist/react-native/operations/index.d.ts.map +0 -1
- package/dist/react-native/operations/index.js +0 -11
- package/dist/react-native/operations/index.js.map +0 -1
- package/dist/react-native/operations/operations.d.ts +0 -32
- package/dist/react-native/operations/operations.d.ts.map +0 -1
- package/dist/react-native/operations/operations.js +0 -111
- package/dist/react-native/operations/operations.js.map +0 -1
- package/dist/react-native/operations/subscription.d.ts +0 -53
- package/dist/react-native/operations/subscription.d.ts.map +0 -1
- package/dist/react-native/operations/subscription.js +0 -203
- package/dist/react-native/operations/subscription.js.map +0 -1
- package/dist/react-native/operations/subscriptionOperation.d.ts +0 -20
- package/dist/react-native/operations/subscriptionOperation.d.ts.map +0 -1
- package/dist/react-native/operations/subscriptionOperation.js +0 -47
- package/dist/react-native/operations/subscriptionOperation.js.map +0 -1
- package/dist/react-native/operations/subscriptionPolicy.d.ts +0 -43
- package/dist/react-native/operations/subscriptionPolicy.d.ts.map +0 -1
- package/dist/react-native/operations/subscriptionPolicy.js +0 -160
- package/dist/react-native/operations/subscriptionPolicy.js.map +0 -1
- package/dist/react-native/operationsInterfaces/alias.d.ts +0 -45
- package/dist/react-native/operationsInterfaces/alias.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/alias.js.map +0 -1
- package/dist/react-native/operationsInterfaces/billingAccount.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/billingAccount.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/billingAccount.js +0 -4
- package/dist/react-native/operationsInterfaces/billingAccount.js.map +0 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -7
- package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -11
- package/dist/react-native/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.js +0 -4
- package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/subscription.d.ts +0 -45
- package/dist/react-native/operationsInterfaces/subscription.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/subscription.js +0 -4
- package/dist/react-native/operationsInterfaces/subscription.js.map +0 -1
- package/dist/react-native/operationsInterfaces/subscriptionOperation.d.ts +0 -12
- package/dist/react-native/operationsInterfaces/subscriptionOperation.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/subscriptionOperation.js +0 -4
- package/dist/react-native/operationsInterfaces/subscriptionOperation.js.map +0 -1
- package/dist/react-native/operationsInterfaces/subscriptionPolicy.d.ts +0 -22
- package/dist/react-native/operationsInterfaces/subscriptionPolicy.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/subscriptionPolicy.js +0 -4
- package/dist/react-native/operationsInterfaces/subscriptionPolicy.js.map +0 -1
- package/dist/react-native/package.json +0 -3
- package/dist/react-native/pagingHelper.d.ts +0 -13
- package/dist/react-native/pagingHelper.d.ts.map +0 -1
- package/dist/react-native/pagingHelper.js +0 -25
- package/dist/react-native/pagingHelper.js.map +0 -1
- package/dist/react-native/subscriptionClient.d.ts +0 -23
- package/dist/react-native/subscriptionClient.d.ts.map +0 -1
- package/dist/react-native/subscriptionClient.js +0 -104
- package/dist/react-native/subscriptionClient.js.map +0 -1
package/dist/esm/models/index.js
CHANGED
|
@@ -1,53 +1,4 @@
|
|
|
1
1
|
// Copyright (c) Microsoft Corporation.
|
|
2
2
|
// Licensed under the MIT License.
|
|
3
|
-
|
|
4
|
-
export var KnownWorkload;
|
|
5
|
-
(function (KnownWorkload) {
|
|
6
|
-
/** Production */
|
|
7
|
-
KnownWorkload["Production"] = "Production";
|
|
8
|
-
/** DevTest */
|
|
9
|
-
KnownWorkload["DevTest"] = "DevTest";
|
|
10
|
-
})(KnownWorkload || (KnownWorkload = {}));
|
|
11
|
-
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
12
|
-
export var KnownProvisioningState;
|
|
13
|
-
(function (KnownProvisioningState) {
|
|
14
|
-
/** Accepted */
|
|
15
|
-
KnownProvisioningState["Accepted"] = "Accepted";
|
|
16
|
-
/** Succeeded */
|
|
17
|
-
KnownProvisioningState["Succeeded"] = "Succeeded";
|
|
18
|
-
/** Failed */
|
|
19
|
-
KnownProvisioningState["Failed"] = "Failed";
|
|
20
|
-
})(KnownProvisioningState || (KnownProvisioningState = {}));
|
|
21
|
-
/** Known values of {@link AcceptOwnership} that the service accepts. */
|
|
22
|
-
export var KnownAcceptOwnership;
|
|
23
|
-
(function (KnownAcceptOwnership) {
|
|
24
|
-
/** Pending */
|
|
25
|
-
KnownAcceptOwnership["Pending"] = "Pending";
|
|
26
|
-
/** Completed */
|
|
27
|
-
KnownAcceptOwnership["Completed"] = "Completed";
|
|
28
|
-
/** Expired */
|
|
29
|
-
KnownAcceptOwnership["Expired"] = "Expired";
|
|
30
|
-
})(KnownAcceptOwnership || (KnownAcceptOwnership = {}));
|
|
31
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
32
|
-
export var KnownCreatedByType;
|
|
33
|
-
(function (KnownCreatedByType) {
|
|
34
|
-
/** User */
|
|
35
|
-
KnownCreatedByType["User"] = "User";
|
|
36
|
-
/** Application */
|
|
37
|
-
KnownCreatedByType["Application"] = "Application";
|
|
38
|
-
/** ManagedIdentity */
|
|
39
|
-
KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
|
|
40
|
-
/** Key */
|
|
41
|
-
KnownCreatedByType["Key"] = "Key";
|
|
42
|
-
})(KnownCreatedByType || (KnownCreatedByType = {}));
|
|
43
|
-
/** Known values of {@link Provisioning} that the service accepts. */
|
|
44
|
-
export var KnownProvisioning;
|
|
45
|
-
(function (KnownProvisioning) {
|
|
46
|
-
/** Pending */
|
|
47
|
-
KnownProvisioning["Pending"] = "Pending";
|
|
48
|
-
/** Accepted */
|
|
49
|
-
KnownProvisioning["Accepted"] = "Accepted";
|
|
50
|
-
/** Succeeded */
|
|
51
|
-
KnownProvisioning["Succeeded"] = "Succeeded";
|
|
52
|
-
})(KnownProvisioning || (KnownProvisioning = {}));
|
|
3
|
+
export { KnownOrigin, KnownActionType, KnownChangeDirectoryOperationStatus, KnownCreatedByType, KnownProvisioningState, KnownAcceptOwnership, KnownWorkload, KnownProvisioning, KnownVersions, } from "./models.js";
|
|
53
4
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAgZlC,iEAAiE;AACjE,MAAM,CAAN,IAAY,aAKX;AALD,WAAY,aAAa;IACvB,iBAAiB;IACjB,0CAAyB,CAAA;IACzB,cAAc;IACd,oCAAmB,CAAA;AACrB,CAAC,EALW,aAAa,KAAb,aAAa,QAKxB;AAYD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAOX;AAPD,WAAY,sBAAsB;IAChC,eAAe;IACf,+CAAqB,CAAA;IACrB,gBAAgB;IAChB,iDAAuB,CAAA;IACvB,aAAa;IACb,2CAAiB,CAAA;AACnB,CAAC,EAPW,sBAAsB,KAAtB,sBAAsB,QAOjC;AAaD,wEAAwE;AACxE,MAAM,CAAN,IAAY,oBAOX;AAPD,WAAY,oBAAoB;IAC9B,cAAc;IACd,2CAAmB,CAAA;IACnB,gBAAgB;IAChB,+CAAuB,CAAA;IACvB,cAAc;IACd,2CAAmB,CAAA;AACrB,CAAC,EAPW,oBAAoB,KAApB,oBAAoB,QAO/B;AAaD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B;AAcD,qEAAqE;AACrE,MAAM,CAAN,IAAY,iBAOX;AAPD,WAAY,iBAAiB;IAC3B,cAAc;IACd,wCAAmB,CAAA;IACnB,eAAe;IACf,0CAAqB,CAAA;IACrB,gBAAgB;IAChB,4CAAuB,CAAA;AACzB,CAAC,EAPW,iBAAiB,KAAjB,iBAAiB,QAO5B","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type * as coreClient from \"@azure/core-client\";\n\n/** The ID of the canceled subscription */\nexport interface CanceledSubscriptionId {\n /**\n * The ID of the canceled subscription\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscriptionId?: string;\n}\n\n/** Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message. */\nexport interface ErrorResponseBody {\n /** The details of the error. */\n error?: ErrorResponse;\n /** Error code */\n code?: string;\n /** Error message indicating why the operation failed. */\n message?: string;\n}\n\n/** Describes the format of Error response. */\nexport interface ErrorResponse {\n /** Error code */\n code?: string;\n /** Error message indicating why the operation failed. */\n message?: string;\n}\n\n/** The new name of the subscription. */\nexport interface SubscriptionName {\n /** New subscription name */\n subscriptionName?: string;\n}\n\n/** The ID of the subscriptions that is being renamed */\nexport interface RenamedSubscriptionId {\n /**\n * The ID of the subscriptions that is being renamed\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscriptionId?: string;\n}\n\n/** The ID of the subscriptions that is being enabled */\nexport interface EnabledSubscriptionId {\n /**\n * The ID of the subscriptions that is being enabled\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscriptionId?: string;\n}\n\n/** The created subscription object. */\nexport interface SubscriptionCreationResult {\n /** The link to the new subscription. Use this link to check the status of subscription creation operation. */\n subscriptionLink?: string;\n}\n\n/** Result of the request to list operations. It contains a list of operations and a URL link to get the next set of results. */\nexport interface OperationListResult {\n /** List of operations. */\n value?: Operation[];\n /** URL to get the next set of operation list results if there are any. */\n nextLink?: string;\n}\n\n/** REST API operation */\nexport interface Operation {\n /** Operation name: {provider}/{resource}/{operation} */\n name?: string;\n /** Indicates whether the operation is a data action */\n isDataAction?: boolean;\n /** The object that represents the operation. */\n display?: OperationDisplay;\n}\n\n/** The object that represents the operation. */\nexport interface OperationDisplay {\n /** Service provider: Microsoft.Subscription */\n provider?: string;\n /** Resource on which the operation is performed: Profile, endpoint, etc. */\n resource?: string;\n /** Operation type: Read, write, delete, etc. */\n operation?: string;\n /** Localized friendly description for the operation */\n description?: string;\n}\n\n/** The parameters required to create a new subscription. */\nexport interface PutAliasRequest {\n /** Put alias request properties. */\n properties?: PutAliasRequestProperties;\n}\n\n/** Put subscription properties. */\nexport interface PutAliasRequestProperties {\n /** The friendly name of the subscription. */\n displayName?: string;\n /** The workload type of the subscription. It can be either Production or DevTest. */\n workload?: Workload;\n /**\n * Billing scope of the subscription.\n * For CustomerLed and FieldLed - /billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}\n * For PartnerLed - /billingAccounts/{billingAccountName}/customers/{customerName}\n * For Legacy EA - /billingAccounts/{billingAccountName}/enrollmentAccounts/{enrollmentAccountName}\n */\n billingScope?: string;\n /** This parameter can be used to create alias for existing subscription Id */\n subscriptionId?: string;\n /** Reseller Id */\n resellerId?: string;\n /** Put alias request additional properties. */\n additionalProperties?: PutAliasRequestAdditionalProperties;\n}\n\n/** Put subscription additional properties. */\nexport interface PutAliasRequestAdditionalProperties {\n /** Management group Id for the subscription. */\n managementGroupId?: string;\n /** Tenant Id of the subscription */\n subscriptionTenantId?: string;\n /** Owner Id of the subscription */\n subscriptionOwnerId?: string;\n /** Tags for the subscription */\n tags?: { [propertyName: string]: string };\n}\n\n/** Subscription Information with the alias. */\nexport interface SubscriptionAliasResponse {\n /**\n * Fully qualified ID for the alias resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Alias ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type, Microsoft.Subscription/aliases.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Subscription Alias response properties. */\n properties?: SubscriptionAliasResponseProperties;\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Put subscription creation result properties. */\nexport interface SubscriptionAliasResponseProperties {\n /**\n * Newly created subscription Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscriptionId?: string;\n /** The display name of the subscription. */\n displayName?: string;\n /** The provisioning state of the resource. */\n provisioningState?: ProvisioningState;\n /**\n * Url to accept ownership of the subscription.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly acceptOwnershipUrl?: string;\n /**\n * The accept ownership state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly acceptOwnershipState?: AcceptOwnership;\n /**\n * Billing scope of the subscription.\n * For CustomerLed and FieldLed - /billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}\n * For PartnerLed - /billingAccounts/{billingAccountName}/customers/{customerName}\n * For Legacy EA - /billingAccounts/{billingAccountName}/enrollmentAccounts/{enrollmentAccountName}\n */\n billingScope?: string;\n /** The workload type of the subscription. It can be either Production or DevTest. */\n workload?: Workload;\n /** Reseller Id */\n resellerId?: string;\n /** Owner Id of the subscription */\n subscriptionOwnerId?: string;\n /** The Management Group Id. */\n managementGroupId?: string;\n /** Created Time */\n createdTime?: string;\n /** Tags for the subscription */\n tags?: { [propertyName: string]: string };\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** The list of aliases. */\nexport interface SubscriptionAliasListResult {\n /**\n * The list of alias.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: SubscriptionAliasResponse[];\n /**\n * The link (url) to the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The parameters required to accept subscription ownership. */\nexport interface AcceptOwnershipRequest {\n /** Accept subscription ownership request properties. */\n properties?: AcceptOwnershipRequestProperties;\n}\n\n/** Accept subscription ownership request properties. */\nexport interface AcceptOwnershipRequestProperties {\n /** The friendly name of the subscription. */\n displayName: string;\n /** Management group Id for the subscription. */\n managementGroupId?: string;\n /** Tags for the subscription */\n tags?: { [propertyName: string]: string };\n}\n\n/** Subscription Accept Ownership Response */\nexport interface AcceptOwnershipStatusResponse {\n /**\n * Newly created subscription Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscriptionId?: string;\n /**\n * The accept ownership state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly acceptOwnershipState?: AcceptOwnership;\n /**\n * The provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: Provisioning;\n /**\n * UPN of the billing owner\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly billingOwner?: string;\n /** Tenant Id of the subscription */\n subscriptionTenantId?: string;\n /** The display name of the subscription. */\n displayName?: string;\n /** Tags for the subscription */\n tags?: { [propertyName: string]: string };\n}\n\n/** Put tenant policy request properties. */\nexport interface PutTenantPolicyRequestProperties {\n /** Blocks the leaving of subscriptions from user's tenant. */\n blockSubscriptionsLeavingTenant?: boolean;\n /** Blocks the entering of subscriptions into user's tenant. */\n blockSubscriptionsIntoTenant?: boolean;\n /** List of user objectIds that are exempted from the set subscription tenant policies for the user's tenant. */\n exemptedPrincipals?: string[];\n}\n\n/** Tenant policy Information. */\nexport interface GetTenantPolicyResponse {\n /**\n * Policy Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Policy name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Tenant policy properties. */\n properties?: TenantPolicy;\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Tenant policy. */\nexport interface TenantPolicy {\n /**\n * Policy Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policyId?: string;\n /** Blocks the leaving of subscriptions from user's tenant. */\n blockSubscriptionsLeavingTenant?: boolean;\n /** Blocks the entering of subscriptions into user's tenant. */\n blockSubscriptionsIntoTenant?: boolean;\n /** List of user objectIds that are exempted from the set subscription tenant policies for the user's tenant. */\n exemptedPrincipals?: string[];\n}\n\n/** Tenant policy information list. */\nexport interface GetTenantPolicyListResponse {\n /**\n * The list of tenant policies.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: GetTenantPolicyResponse[];\n /**\n * The link (url) to the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Billing account policies information. */\nexport interface BillingAccountPoliciesResponse {\n /**\n * Fully qualified ID for the policy.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Policy name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Billing account policies response properties. */\n properties?: BillingAccountPoliciesResponseProperties;\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Put billing account policies response properties. */\nexport interface BillingAccountPoliciesResponseProperties {\n /** Service tenant for the billing account. */\n serviceTenants?: ServiceTenantResponse[];\n /** Determine if the transfers are allowed for the billing account */\n allowTransfers?: boolean;\n}\n\n/** Billing account service tenant. */\nexport interface ServiceTenantResponse {\n /** Service tenant id. */\n tenantId?: string;\n /** Service tenant name. */\n tenantName?: string;\n}\n\n/** Defines headers for Subscription_acceptOwnership operation. */\nexport interface SubscriptionAcceptOwnershipHeaders {\n /** GET this URL to retrieve the status of the asynchronous operation. */\n location?: string;\n /** The amount of delay to use while the status of the operation is checked. The value is expressed in seconds. */\n retryAfter?: number;\n}\n\n/** Defines headers for SubscriptionOperation_get operation. */\nexport interface SubscriptionOperationGetHeaders {\n /** The URL where the status of the asynchronous operation can be checked. */\n location?: string;\n /** The amount of delay to use while the status of the operation is checked. The value is expressed in seconds. */\n retryAfter?: number;\n}\n\n/** Known values of {@link Workload} that the service accepts. */\nexport enum KnownWorkload {\n /** Production */\n Production = \"Production\",\n /** DevTest */\n DevTest = \"DevTest\",\n}\n\n/**\n * Defines values for Workload. \\\n * {@link KnownWorkload} can be used interchangeably with Workload,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Production** \\\n * **DevTest**\n */\nexport type Workload = string;\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** Accepted */\n Accepted = \"Accepted\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for ProvisioningState. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Accepted** \\\n * **Succeeded** \\\n * **Failed**\n */\nexport type ProvisioningState = string;\n\n/** Known values of {@link AcceptOwnership} that the service accepts. */\nexport enum KnownAcceptOwnership {\n /** Pending */\n Pending = \"Pending\",\n /** Completed */\n Completed = \"Completed\",\n /** Expired */\n Expired = \"Expired\",\n}\n\n/**\n * Defines values for AcceptOwnership. \\\n * {@link KnownAcceptOwnership} can be used interchangeably with AcceptOwnership,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending** \\\n * **Completed** \\\n * **Expired**\n */\nexport type AcceptOwnership = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link Provisioning} that the service accepts. */\nexport enum KnownProvisioning {\n /** Pending */\n Pending = \"Pending\",\n /** Accepted */\n Accepted = \"Accepted\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n}\n\n/**\n * Defines values for Provisioning. \\\n * {@link KnownProvisioning} can be used interchangeably with Provisioning,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending** \\\n * **Accepted** \\\n * **Succeeded**\n */\nexport type Provisioning = string;\n\n/** Optional parameters. */\nexport interface SubscriptionCancelOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the cancel operation. */\nexport type SubscriptionCancelResponse = CanceledSubscriptionId;\n\n/** Optional parameters. */\nexport interface SubscriptionRenameOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the rename operation. */\nexport type SubscriptionRenameResponse = RenamedSubscriptionId;\n\n/** Optional parameters. */\nexport interface SubscriptionEnableOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the enable operation. */\nexport type SubscriptionEnableResponse = EnabledSubscriptionId;\n\n/** Optional parameters. */\nexport interface SubscriptionAcceptOwnershipOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the acceptOwnership operation. */\nexport type SubscriptionAcceptOwnershipResponse = SubscriptionAcceptOwnershipHeaders;\n\n/** Optional parameters. */\nexport interface SubscriptionAcceptOwnershipStatusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the acceptOwnershipStatus operation. */\nexport type SubscriptionAcceptOwnershipStatusResponse = AcceptOwnershipStatusResponse;\n\n/** Optional parameters. */\nexport interface SubscriptionOperationGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SubscriptionOperationGetResponse = SubscriptionCreationResult;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface AliasCreateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type AliasCreateResponse = SubscriptionAliasResponse;\n\n/** Optional parameters. */\nexport interface AliasGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AliasGetResponse = SubscriptionAliasResponse;\n\n/** Optional parameters. */\nexport interface AliasDeleteOptionalParams extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AliasListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type AliasListResponse = SubscriptionAliasListResult;\n\n/** Optional parameters. */\nexport interface SubscriptionPolicyAddUpdatePolicyForTenantOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the addUpdatePolicyForTenant operation. */\nexport type SubscriptionPolicyAddUpdatePolicyForTenantResponse = GetTenantPolicyResponse;\n\n/** Optional parameters. */\nexport interface SubscriptionPolicyGetPolicyForTenantOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPolicyForTenant operation. */\nexport type SubscriptionPolicyGetPolicyForTenantResponse = GetTenantPolicyResponse;\n\n/** Optional parameters. */\nexport interface SubscriptionPolicyListPolicyForTenantOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listPolicyForTenant operation. */\nexport type SubscriptionPolicyListPolicyForTenantResponse = GetTenantPolicyListResponse;\n\n/** Optional parameters. */\nexport interface SubscriptionPolicyListPolicyForTenantNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listPolicyForTenantNext operation. */\nexport type SubscriptionPolicyListPolicyForTenantNextResponse = GetTenantPolicyListResponse;\n\n/** Optional parameters. */\nexport interface BillingAccountGetPolicyOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPolicy operation. */\nexport type BillingAccountGetPolicyResponse = BillingAccountPoliciesResponse;\n\n/** Optional parameters. */\nexport interface SubscriptionClientOptionalParams extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AA2ClC,OAAO,EACL,WAAW,EACX,eAAe,EACf,mCAAmC,EACnC,kBAAkB,EAClB,sBAAsB,EACtB,oBAAoB,EACpB,aAAa,EACb,iBAAiB,EACjB,aAAa,GACd,MAAM,aAAa,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport type {\n Operation,\n OperationDisplay,\n Origin,\n ActionType,\n ErrorResponse,\n ErrorDetail,\n ErrorAdditionalInfo,\n TargetDirectoryResult,\n TargetDirectoryResultProperties,\n ChangeDirectoryOperationStatus,\n ProxyResource,\n Resource,\n SystemData,\n CreatedByType,\n TargetDirectoryRequest,\n TargetDirectoryRequestProperties,\n SubscriptionAliasResponse,\n SubscriptionAliasResponseProperties,\n ProvisioningState,\n AcceptOwnership,\n Workload,\n PutAliasRequest,\n PutAliasRequestProperties,\n PutAliasRequestAdditionalProperties,\n GetTenantPolicyResponse,\n TenantPolicy,\n PutTenantPolicyRequestProperties,\n BillingAccountPoliciesResponse,\n BillingAccountPoliciesResponseProperties,\n ServiceTenantResponse,\n CanceledSubscriptionId,\n SubscriptionName,\n RenamedSubscriptionId,\n EnabledSubscriptionId,\n AcceptOwnershipRequest,\n AcceptOwnershipRequestProperties,\n AcceptOwnershipStatusResponse,\n Provisioning,\n SubscriptionCreationResult,\n} from \"./models.js\";\nexport {\n KnownOrigin,\n KnownActionType,\n KnownChangeDirectoryOperationStatus,\n KnownCreatedByType,\n KnownProvisioningState,\n KnownAcceptOwnership,\n KnownWorkload,\n KnownProvisioning,\n KnownVersions,\n} from \"./models.js\";\n"]}
|
|
@@ -0,0 +1,517 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file contains only generated model types and their (de)serializers.
|
|
3
|
+
* Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.
|
|
4
|
+
*/
|
|
5
|
+
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
6
|
+
export interface _OperationListResult {
|
|
7
|
+
/** The Operation items on this page */
|
|
8
|
+
value: Operation[];
|
|
9
|
+
/** The link to the next page of items */
|
|
10
|
+
nextLink?: string;
|
|
11
|
+
}
|
|
12
|
+
export declare function _operationListResultDeserializer(item: any): _OperationListResult;
|
|
13
|
+
export declare function operationArrayDeserializer(result: Array<Operation>): any[];
|
|
14
|
+
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
15
|
+
export interface Operation {
|
|
16
|
+
/** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action" */
|
|
17
|
+
readonly name?: string;
|
|
18
|
+
/** Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for Azure Resource Manager/control-plane operations. */
|
|
19
|
+
readonly isDataAction?: boolean;
|
|
20
|
+
/** Localized display information for this particular operation. */
|
|
21
|
+
display?: OperationDisplay;
|
|
22
|
+
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
23
|
+
readonly origin?: Origin;
|
|
24
|
+
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
25
|
+
readonly actionType?: ActionType;
|
|
26
|
+
}
|
|
27
|
+
export declare function operationDeserializer(item: any): Operation;
|
|
28
|
+
/** Localized display information for an operation. */
|
|
29
|
+
export interface OperationDisplay {
|
|
30
|
+
/** The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". */
|
|
31
|
+
readonly provider?: string;
|
|
32
|
+
/** The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". */
|
|
33
|
+
readonly resource?: string;
|
|
34
|
+
/** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". */
|
|
35
|
+
readonly operation?: string;
|
|
36
|
+
/** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */
|
|
37
|
+
readonly description?: string;
|
|
38
|
+
}
|
|
39
|
+
export declare function operationDisplayDeserializer(item: any): OperationDisplay;
|
|
40
|
+
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
41
|
+
export declare enum KnownOrigin {
|
|
42
|
+
/** Indicates the operation is initiated by a user. */
|
|
43
|
+
User = "user",
|
|
44
|
+
/** Indicates the operation is initiated by a system. */
|
|
45
|
+
System = "system",
|
|
46
|
+
/** Indicates the operation is initiated by a user or system. */
|
|
47
|
+
UserSystem = "user,system"
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" \
|
|
51
|
+
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
52
|
+
* this enum contains the known values that the service supports.
|
|
53
|
+
* ### Known values supported by the service
|
|
54
|
+
* **user**: Indicates the operation is initiated by a user. \
|
|
55
|
+
* **system**: Indicates the operation is initiated by a system. \
|
|
56
|
+
* **user,system**: Indicates the operation is initiated by a user or system.
|
|
57
|
+
*/
|
|
58
|
+
export type Origin = string;
|
|
59
|
+
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
60
|
+
export declare enum KnownActionType {
|
|
61
|
+
/** Actions are for internal-only APIs. */
|
|
62
|
+
Internal = "Internal"
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. \
|
|
66
|
+
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
67
|
+
* this enum contains the known values that the service supports.
|
|
68
|
+
* ### Known values supported by the service
|
|
69
|
+
* **Internal**: Actions are for internal-only APIs.
|
|
70
|
+
*/
|
|
71
|
+
export type ActionType = string;
|
|
72
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */
|
|
73
|
+
export interface ErrorResponse {
|
|
74
|
+
/** The error object. */
|
|
75
|
+
error?: ErrorDetail;
|
|
76
|
+
}
|
|
77
|
+
export declare function errorResponseDeserializer(item: any): ErrorResponse;
|
|
78
|
+
/** The error detail. */
|
|
79
|
+
export interface ErrorDetail {
|
|
80
|
+
/** The error code. */
|
|
81
|
+
readonly code?: string;
|
|
82
|
+
/** The error message. */
|
|
83
|
+
readonly message?: string;
|
|
84
|
+
/** The error target. */
|
|
85
|
+
readonly target?: string;
|
|
86
|
+
/** The error details. */
|
|
87
|
+
readonly details?: ErrorDetail[];
|
|
88
|
+
/** The error additional info. */
|
|
89
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
90
|
+
}
|
|
91
|
+
export declare function errorDetailDeserializer(item: any): ErrorDetail;
|
|
92
|
+
export declare function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[];
|
|
93
|
+
export declare function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[];
|
|
94
|
+
/** The resource management error additional info. */
|
|
95
|
+
export interface ErrorAdditionalInfo {
|
|
96
|
+
/** The additional info type. */
|
|
97
|
+
readonly type?: string;
|
|
98
|
+
/** The additional info. */
|
|
99
|
+
readonly info?: any;
|
|
100
|
+
}
|
|
101
|
+
export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
|
|
102
|
+
/** Subscription Response for Changed Target Directory. */
|
|
103
|
+
export interface TargetDirectoryResult extends ProxyResource {
|
|
104
|
+
/** Subscription Changed Target Directory response properties. */
|
|
105
|
+
properties?: TargetDirectoryResultProperties;
|
|
106
|
+
}
|
|
107
|
+
export declare function targetDirectoryResultDeserializer(item: any): TargetDirectoryResult;
|
|
108
|
+
/** Properties of subscription Response for Changed Target Directory. */
|
|
109
|
+
export interface TargetDirectoryResultProperties {
|
|
110
|
+
/** Destination Tenant Id where Subscription will be accepted. */
|
|
111
|
+
readonly destinationTenantId?: string;
|
|
112
|
+
/** Destination Owner Id where Subscription will be accepted. */
|
|
113
|
+
readonly destinationOwnerId?: string;
|
|
114
|
+
/** The id of the subscription being transferred. */
|
|
115
|
+
readonly subscriptionId?: string;
|
|
116
|
+
/** The UTC date and time when the transfer request was created */
|
|
117
|
+
readonly createdDate?: Date;
|
|
118
|
+
/** The UTC date and time when the transfer request was accepted */
|
|
119
|
+
readonly acceptedDate?: Date;
|
|
120
|
+
/** The email address of the user who initiated the transfer request. If the request was generated by a Service Principal, this field may be null. */
|
|
121
|
+
readonly sourceOwnerEmail?: string;
|
|
122
|
+
/** The object id of the user who initiated the transfer request. */
|
|
123
|
+
readonly sourceOwnerId?: string;
|
|
124
|
+
/** The id of the tenant where the subscription originally resided. */
|
|
125
|
+
readonly sourceTenantId?: string;
|
|
126
|
+
/** Status of the subscription transfer operation. */
|
|
127
|
+
readonly status?: ChangeDirectoryOperationStatus;
|
|
128
|
+
/** Subscription Initiate Request Expiry time */
|
|
129
|
+
readonly expiresOn?: Date;
|
|
130
|
+
}
|
|
131
|
+
export declare function targetDirectoryResultPropertiesDeserializer(item: any): TargetDirectoryResultProperties;
|
|
132
|
+
/** Status of the subscription transfer operation. */
|
|
133
|
+
export declare enum KnownChangeDirectoryOperationStatus {
|
|
134
|
+
/** The subscription transfer request has been created and is waiting for acceptance by the destination tenant. */
|
|
135
|
+
Initialized = "Initialized",
|
|
136
|
+
/** The subscription transfer request has been accepted by the destination tenant and the transfer is in progress. */
|
|
137
|
+
InProgress = "InProgress",
|
|
138
|
+
/** The subscription transfer has been completed and is now owned by the destination tenant. */
|
|
139
|
+
Completed = "Completed"
|
|
140
|
+
}
|
|
141
|
+
/**
|
|
142
|
+
* Status of the subscription transfer operation. \
|
|
143
|
+
* {@link KnownChangeDirectoryOperationStatus} can be used interchangeably with ChangeDirectoryOperationStatus,
|
|
144
|
+
* this enum contains the known values that the service supports.
|
|
145
|
+
* ### Known values supported by the service
|
|
146
|
+
* **Initialized**: The subscription transfer request has been created and is waiting for acceptance by the destination tenant. \
|
|
147
|
+
* **InProgress**: The subscription transfer request has been accepted by the destination tenant and the transfer is in progress. \
|
|
148
|
+
* **Completed**: The subscription transfer has been completed and is now owned by the destination tenant.
|
|
149
|
+
*/
|
|
150
|
+
export type ChangeDirectoryOperationStatus = string;
|
|
151
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
152
|
+
export interface ProxyResource extends Resource {
|
|
153
|
+
}
|
|
154
|
+
export declare function proxyResourceDeserializer(item: any): ProxyResource;
|
|
155
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
156
|
+
export interface Resource {
|
|
157
|
+
/** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
|
|
158
|
+
readonly id?: string;
|
|
159
|
+
/** The name of the resource */
|
|
160
|
+
readonly name?: string;
|
|
161
|
+
/** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
|
|
162
|
+
readonly type?: string;
|
|
163
|
+
/** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
|
|
164
|
+
readonly systemData?: SystemData;
|
|
165
|
+
}
|
|
166
|
+
export declare function resourceDeserializer(item: any): Resource;
|
|
167
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
168
|
+
export interface SystemData {
|
|
169
|
+
/** The identity that created the resource. */
|
|
170
|
+
createdBy?: string;
|
|
171
|
+
/** The type of identity that created the resource. */
|
|
172
|
+
createdByType?: CreatedByType;
|
|
173
|
+
/** The timestamp of resource creation (UTC). */
|
|
174
|
+
createdAt?: Date;
|
|
175
|
+
/** The identity that last modified the resource. */
|
|
176
|
+
lastModifiedBy?: string;
|
|
177
|
+
/** The type of identity that last modified the resource. */
|
|
178
|
+
lastModifiedByType?: CreatedByType;
|
|
179
|
+
/** The timestamp of resource last modification (UTC) */
|
|
180
|
+
lastModifiedAt?: Date;
|
|
181
|
+
}
|
|
182
|
+
export declare function systemDataDeserializer(item: any): SystemData;
|
|
183
|
+
/** The kind of entity that created the resource. */
|
|
184
|
+
export declare enum KnownCreatedByType {
|
|
185
|
+
/** The entity was created by a user. */
|
|
186
|
+
User = "User",
|
|
187
|
+
/** The entity was created by an application. */
|
|
188
|
+
Application = "Application",
|
|
189
|
+
/** The entity was created by a managed identity. */
|
|
190
|
+
ManagedIdentity = "ManagedIdentity",
|
|
191
|
+
/** The entity was created by a key. */
|
|
192
|
+
Key = "Key"
|
|
193
|
+
}
|
|
194
|
+
/**
|
|
195
|
+
* The kind of entity that created the resource. \
|
|
196
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
197
|
+
* this enum contains the known values that the service supports.
|
|
198
|
+
* ### Known values supported by the service
|
|
199
|
+
* **User**: The entity was created by a user. \
|
|
200
|
+
* **Application**: The entity was created by an application. \
|
|
201
|
+
* **ManagedIdentity**: The entity was created by a managed identity. \
|
|
202
|
+
* **Key**: The entity was created by a key.
|
|
203
|
+
*/
|
|
204
|
+
export type CreatedByType = string;
|
|
205
|
+
/** Subscription Request for Changed Target Directory. */
|
|
206
|
+
export interface TargetDirectoryRequest {
|
|
207
|
+
/** Target Directory request properties. */
|
|
208
|
+
properties?: TargetDirectoryRequestProperties;
|
|
209
|
+
}
|
|
210
|
+
export declare function targetDirectoryRequestSerializer(item: TargetDirectoryRequest): any;
|
|
211
|
+
/** Properties of subscription Request for Changed Target Directory. */
|
|
212
|
+
export interface TargetDirectoryRequestProperties {
|
|
213
|
+
/** The destination OwnerId, can be object id or email address */
|
|
214
|
+
destinationOwnerId?: string;
|
|
215
|
+
/** The destination Tenant id where subscription needs to be accepted */
|
|
216
|
+
destinationTenantId?: string;
|
|
217
|
+
}
|
|
218
|
+
export declare function targetDirectoryRequestPropertiesSerializer(item: TargetDirectoryRequestProperties): any;
|
|
219
|
+
/** Subscription Response to list out Changed Target Directory. */
|
|
220
|
+
export interface _TargetDirectoryListResult {
|
|
221
|
+
/** The list of subscription response to changed target directory. */
|
|
222
|
+
readonly value?: TargetDirectoryResult[];
|
|
223
|
+
/** The link (url) to the next page of results. */
|
|
224
|
+
readonly nextLink?: string;
|
|
225
|
+
}
|
|
226
|
+
export declare function _targetDirectoryListResultDeserializer(item: any): _TargetDirectoryListResult;
|
|
227
|
+
export declare function targetDirectoryResultArrayDeserializer(result: Array<TargetDirectoryResult>): any[];
|
|
228
|
+
/** Subscription Information with the alias. */
|
|
229
|
+
export interface SubscriptionAliasResponse extends ProxyResource {
|
|
230
|
+
/** Subscription Alias response properties. */
|
|
231
|
+
properties?: SubscriptionAliasResponseProperties;
|
|
232
|
+
}
|
|
233
|
+
export declare function subscriptionAliasResponseDeserializer(item: any): SubscriptionAliasResponse;
|
|
234
|
+
/** Put subscription creation result properties. */
|
|
235
|
+
export interface SubscriptionAliasResponseProperties {
|
|
236
|
+
/** Newly created subscription Id. */
|
|
237
|
+
readonly subscriptionId?: string;
|
|
238
|
+
/** The display name of the subscription. */
|
|
239
|
+
displayName?: string;
|
|
240
|
+
/** The provisioning state of the resource. */
|
|
241
|
+
readonly provisioningState?: ProvisioningState;
|
|
242
|
+
/** Url to accept ownership of the subscription. */
|
|
243
|
+
readonly acceptOwnershipUrl?: string;
|
|
244
|
+
/** The accept ownership state of the resource. */
|
|
245
|
+
readonly acceptOwnershipState?: AcceptOwnership;
|
|
246
|
+
/**
|
|
247
|
+
* Billing scope of the subscription.
|
|
248
|
+
* For CustomerLed and FieldLed - /billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}
|
|
249
|
+
* For PartnerLed - /billingAccounts/{billingAccountName}/customers/{customerName}
|
|
250
|
+
* For Legacy EA - /billingAccounts/{billingAccountName}/enrollmentAccounts/{enrollmentAccountName}
|
|
251
|
+
*/
|
|
252
|
+
billingScope?: string;
|
|
253
|
+
/** The workload type of the subscription. It can be either Production or DevTest. */
|
|
254
|
+
workload?: Workload;
|
|
255
|
+
/** Reseller Id */
|
|
256
|
+
resellerId?: string;
|
|
257
|
+
/** Owner Id of the subscription */
|
|
258
|
+
subscriptionOwnerId?: string;
|
|
259
|
+
/** The Management Group Id. */
|
|
260
|
+
managementGroupId?: string;
|
|
261
|
+
/** Created Time */
|
|
262
|
+
createdTime?: string;
|
|
263
|
+
/** Tags for the subscription */
|
|
264
|
+
tags?: Record<string, string>;
|
|
265
|
+
}
|
|
266
|
+
export declare function subscriptionAliasResponsePropertiesDeserializer(item: any): SubscriptionAliasResponseProperties;
|
|
267
|
+
/** The provisioning state of the resource. */
|
|
268
|
+
export declare enum KnownProvisioningState {
|
|
269
|
+
/** Accepted */
|
|
270
|
+
Accepted = "Accepted",
|
|
271
|
+
/** Succeeded */
|
|
272
|
+
Succeeded = "Succeeded",
|
|
273
|
+
/** Failed */
|
|
274
|
+
Failed = "Failed"
|
|
275
|
+
}
|
|
276
|
+
/**
|
|
277
|
+
* The provisioning state of the resource. \
|
|
278
|
+
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
279
|
+
* this enum contains the known values that the service supports.
|
|
280
|
+
* ### Known values supported by the service
|
|
281
|
+
* **Accepted**: Accepted \
|
|
282
|
+
* **Succeeded**: Succeeded \
|
|
283
|
+
* **Failed**: Failed
|
|
284
|
+
*/
|
|
285
|
+
export type ProvisioningState = string;
|
|
286
|
+
/** The accept ownership state of the resource. */
|
|
287
|
+
export declare enum KnownAcceptOwnership {
|
|
288
|
+
/** Pending */
|
|
289
|
+
Pending = "Pending",
|
|
290
|
+
/** Completed */
|
|
291
|
+
Completed = "Completed",
|
|
292
|
+
/** Expired */
|
|
293
|
+
Expired = "Expired"
|
|
294
|
+
}
|
|
295
|
+
/**
|
|
296
|
+
* The accept ownership state of the resource. \
|
|
297
|
+
* {@link KnownAcceptOwnership} can be used interchangeably with AcceptOwnership,
|
|
298
|
+
* this enum contains the known values that the service supports.
|
|
299
|
+
* ### Known values supported by the service
|
|
300
|
+
* **Pending**: Pending \
|
|
301
|
+
* **Completed**: Completed \
|
|
302
|
+
* **Expired**: Expired
|
|
303
|
+
*/
|
|
304
|
+
export type AcceptOwnership = string;
|
|
305
|
+
/** The workload type of the subscription. It can be either Production or DevTest. */
|
|
306
|
+
export declare enum KnownWorkload {
|
|
307
|
+
/** Production */
|
|
308
|
+
Production = "Production",
|
|
309
|
+
/** DevTest */
|
|
310
|
+
DevTest = "DevTest"
|
|
311
|
+
}
|
|
312
|
+
/**
|
|
313
|
+
* The workload type of the subscription. It can be either Production or DevTest. \
|
|
314
|
+
* {@link KnownWorkload} can be used interchangeably with Workload,
|
|
315
|
+
* this enum contains the known values that the service supports.
|
|
316
|
+
* ### Known values supported by the service
|
|
317
|
+
* **Production**: Production \
|
|
318
|
+
* **DevTest**: DevTest
|
|
319
|
+
*/
|
|
320
|
+
export type Workload = string;
|
|
321
|
+
/** The parameters required to create a new subscription. */
|
|
322
|
+
export interface PutAliasRequest {
|
|
323
|
+
/** Put alias request properties. */
|
|
324
|
+
properties?: PutAliasRequestProperties;
|
|
325
|
+
}
|
|
326
|
+
export declare function putAliasRequestSerializer(item: PutAliasRequest): any;
|
|
327
|
+
/** Put subscription properties. */
|
|
328
|
+
export interface PutAliasRequestProperties {
|
|
329
|
+
/** The friendly name of the subscription. */
|
|
330
|
+
displayName?: string;
|
|
331
|
+
/** The workload type of the subscription. It can be either Production or DevTest. */
|
|
332
|
+
workload?: Workload;
|
|
333
|
+
/**
|
|
334
|
+
* Billing scope of the subscription.
|
|
335
|
+
* For CustomerLed and FieldLed - /billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}
|
|
336
|
+
* For PartnerLed - /billingAccounts/{billingAccountName}/customers/{customerName}
|
|
337
|
+
* For Legacy EA - /billingAccounts/{billingAccountName}/enrollmentAccounts/{enrollmentAccountName}
|
|
338
|
+
*/
|
|
339
|
+
billingScope?: string;
|
|
340
|
+
/** This parameter can be used to create alias for existing subscription Id */
|
|
341
|
+
subscriptionId?: string;
|
|
342
|
+
/** Reseller Id */
|
|
343
|
+
resellerId?: string;
|
|
344
|
+
/** Put alias request additional properties. */
|
|
345
|
+
additionalProperties?: PutAliasRequestAdditionalProperties;
|
|
346
|
+
}
|
|
347
|
+
export declare function putAliasRequestPropertiesSerializer(item: PutAliasRequestProperties): any;
|
|
348
|
+
/** Put subscription additional properties. */
|
|
349
|
+
export interface PutAliasRequestAdditionalProperties {
|
|
350
|
+
/** Management group Id for the subscription. */
|
|
351
|
+
managementGroupId?: string;
|
|
352
|
+
/** Tenant Id of the subscription */
|
|
353
|
+
subscriptionTenantId?: string;
|
|
354
|
+
/** Owner Id of the subscription */
|
|
355
|
+
subscriptionOwnerId?: string;
|
|
356
|
+
/** Tags for the subscription */
|
|
357
|
+
tags?: Record<string, string>;
|
|
358
|
+
}
|
|
359
|
+
export declare function putAliasRequestAdditionalPropertiesSerializer(item: PutAliasRequestAdditionalProperties): any;
|
|
360
|
+
/** The list of aliases. */
|
|
361
|
+
export interface _SubscriptionAliasListResult {
|
|
362
|
+
/** The list of subscription aliases. */
|
|
363
|
+
readonly value?: SubscriptionAliasResponse[];
|
|
364
|
+
/** The link (url) to the next page of results. */
|
|
365
|
+
readonly nextLink?: string;
|
|
366
|
+
}
|
|
367
|
+
export declare function _subscriptionAliasListResultDeserializer(item: any): _SubscriptionAliasListResult;
|
|
368
|
+
export declare function subscriptionAliasResponseArrayDeserializer(result: Array<SubscriptionAliasResponse>): any[];
|
|
369
|
+
/** Tenant policy Information. */
|
|
370
|
+
export interface GetTenantPolicyResponse extends ProxyResource {
|
|
371
|
+
/** Tenant policy properties. */
|
|
372
|
+
properties?: TenantPolicy;
|
|
373
|
+
}
|
|
374
|
+
export declare function getTenantPolicyResponseDeserializer(item: any): GetTenantPolicyResponse;
|
|
375
|
+
/** Tenant policy. */
|
|
376
|
+
export interface TenantPolicy {
|
|
377
|
+
/** Policy Id. */
|
|
378
|
+
readonly policyId?: string;
|
|
379
|
+
/** Blocks the leaving of subscriptions from user's tenant. */
|
|
380
|
+
blockSubscriptionsLeavingTenant?: boolean;
|
|
381
|
+
/** Blocks the entering of subscriptions into user's tenant. */
|
|
382
|
+
blockSubscriptionsIntoTenant?: boolean;
|
|
383
|
+
/** List of user objectIds that are exempted from the set subscription tenant policies for the user's tenant. */
|
|
384
|
+
exemptedPrincipals?: string[];
|
|
385
|
+
}
|
|
386
|
+
export declare function tenantPolicyDeserializer(item: any): TenantPolicy;
|
|
387
|
+
/** Put tenant policy request properties. */
|
|
388
|
+
export interface PutTenantPolicyRequestProperties {
|
|
389
|
+
/** Blocks the leaving of subscriptions from user's tenant. */
|
|
390
|
+
blockSubscriptionsLeavingTenant?: boolean;
|
|
391
|
+
/** Blocks the entering of subscriptions into user's tenant. */
|
|
392
|
+
blockSubscriptionsIntoTenant?: boolean;
|
|
393
|
+
/** List of user objectIds that are exempted from the set subscription tenant policies for the user's tenant. */
|
|
394
|
+
exemptedPrincipals?: string[];
|
|
395
|
+
}
|
|
396
|
+
export declare function putTenantPolicyRequestPropertiesSerializer(item: PutTenantPolicyRequestProperties): any;
|
|
397
|
+
/** Tenant policy information list. */
|
|
398
|
+
export interface _GetTenantPolicyListResponse {
|
|
399
|
+
/** The GetTenantPolicyResponse items on this page */
|
|
400
|
+
value: GetTenantPolicyResponse[];
|
|
401
|
+
/** The link to the next page of items */
|
|
402
|
+
nextLink?: string;
|
|
403
|
+
}
|
|
404
|
+
export declare function _getTenantPolicyListResponseDeserializer(item: any): _GetTenantPolicyListResponse;
|
|
405
|
+
export declare function getTenantPolicyResponseArrayDeserializer(result: Array<GetTenantPolicyResponse>): any[];
|
|
406
|
+
/** Billing account policies information. */
|
|
407
|
+
export interface BillingAccountPoliciesResponse extends ProxyResource {
|
|
408
|
+
/** Billing account policies response properties. */
|
|
409
|
+
properties?: BillingAccountPoliciesResponseProperties;
|
|
410
|
+
}
|
|
411
|
+
export declare function billingAccountPoliciesResponseDeserializer(item: any): BillingAccountPoliciesResponse;
|
|
412
|
+
/** Put billing account policies response properties. */
|
|
413
|
+
export interface BillingAccountPoliciesResponseProperties {
|
|
414
|
+
/** Service tenant for the billing account. */
|
|
415
|
+
serviceTenants?: ServiceTenantResponse[];
|
|
416
|
+
/** Determine if the transfers are allowed for the billing account */
|
|
417
|
+
allowTransfers?: boolean;
|
|
418
|
+
}
|
|
419
|
+
export declare function billingAccountPoliciesResponsePropertiesDeserializer(item: any): BillingAccountPoliciesResponseProperties;
|
|
420
|
+
export declare function serviceTenantResponseArrayDeserializer(result: Array<ServiceTenantResponse>): any[];
|
|
421
|
+
/** Billing account service tenant. */
|
|
422
|
+
export interface ServiceTenantResponse {
|
|
423
|
+
/** Service tenant id. */
|
|
424
|
+
tenantId?: string;
|
|
425
|
+
/** Service tenant name. */
|
|
426
|
+
tenantName?: string;
|
|
427
|
+
}
|
|
428
|
+
export declare function serviceTenantResponseDeserializer(item: any): ServiceTenantResponse;
|
|
429
|
+
/** The ID of the canceled subscription */
|
|
430
|
+
export interface CanceledSubscriptionId {
|
|
431
|
+
/** The ID of the canceled subscription */
|
|
432
|
+
readonly subscriptionId?: string;
|
|
433
|
+
}
|
|
434
|
+
export declare function canceledSubscriptionIdDeserializer(item: any): CanceledSubscriptionId;
|
|
435
|
+
/** The new name of the subscription. */
|
|
436
|
+
export interface SubscriptionName {
|
|
437
|
+
/** New subscription name */
|
|
438
|
+
subscriptionName?: string;
|
|
439
|
+
}
|
|
440
|
+
export declare function subscriptionNameSerializer(item: SubscriptionName): any;
|
|
441
|
+
/** The ID of the subscriptions that is being renamed */
|
|
442
|
+
export interface RenamedSubscriptionId {
|
|
443
|
+
/** The ID of the subscriptions that is being renamed */
|
|
444
|
+
readonly subscriptionId?: string;
|
|
445
|
+
}
|
|
446
|
+
export declare function renamedSubscriptionIdDeserializer(item: any): RenamedSubscriptionId;
|
|
447
|
+
/** The ID of the subscriptions that is being enabled */
|
|
448
|
+
export interface EnabledSubscriptionId {
|
|
449
|
+
/** The ID of the subscriptions that is being enabled */
|
|
450
|
+
readonly subscriptionId?: string;
|
|
451
|
+
}
|
|
452
|
+
export declare function enabledSubscriptionIdDeserializer(item: any): EnabledSubscriptionId;
|
|
453
|
+
/** The parameters required to accept subscription ownership. */
|
|
454
|
+
export interface AcceptOwnershipRequest {
|
|
455
|
+
/** Accept subscription ownership request properties. */
|
|
456
|
+
properties?: AcceptOwnershipRequestProperties;
|
|
457
|
+
}
|
|
458
|
+
export declare function acceptOwnershipRequestSerializer(item: AcceptOwnershipRequest): any;
|
|
459
|
+
/** Accept subscription ownership request properties. */
|
|
460
|
+
export interface AcceptOwnershipRequestProperties {
|
|
461
|
+
/** The friendly name of the subscription. */
|
|
462
|
+
displayName: string;
|
|
463
|
+
/** Management group Id for the subscription. */
|
|
464
|
+
managementGroupId?: string;
|
|
465
|
+
/** Tags for the subscription */
|
|
466
|
+
tags?: Record<string, string>;
|
|
467
|
+
}
|
|
468
|
+
export declare function acceptOwnershipRequestPropertiesSerializer(item: AcceptOwnershipRequestProperties): any;
|
|
469
|
+
/** Subscription Accept Ownership Response */
|
|
470
|
+
export interface AcceptOwnershipStatusResponse {
|
|
471
|
+
/** Newly created subscription Id. */
|
|
472
|
+
readonly subscriptionId?: string;
|
|
473
|
+
/** The accept ownership state of the resource. */
|
|
474
|
+
readonly acceptOwnershipState?: AcceptOwnership;
|
|
475
|
+
/** The provisioning state of the resource. */
|
|
476
|
+
readonly provisioningState?: Provisioning;
|
|
477
|
+
/** UPN of the billing owner */
|
|
478
|
+
readonly billingOwner?: string;
|
|
479
|
+
/** Tenant Id of the subscription */
|
|
480
|
+
subscriptionTenantId?: string;
|
|
481
|
+
/** The display name of the subscription. */
|
|
482
|
+
displayName?: string;
|
|
483
|
+
/** Tags for the subscription */
|
|
484
|
+
tags?: Record<string, string>;
|
|
485
|
+
}
|
|
486
|
+
export declare function acceptOwnershipStatusResponseDeserializer(item: any): AcceptOwnershipStatusResponse;
|
|
487
|
+
/** The provisioning state of the resource. */
|
|
488
|
+
export declare enum KnownProvisioning {
|
|
489
|
+
/** Pending */
|
|
490
|
+
Pending = "Pending",
|
|
491
|
+
/** Accepted */
|
|
492
|
+
Accepted = "Accepted",
|
|
493
|
+
/** Succeeded */
|
|
494
|
+
Succeeded = "Succeeded"
|
|
495
|
+
}
|
|
496
|
+
/**
|
|
497
|
+
* The provisioning state of the resource. \
|
|
498
|
+
* {@link KnownProvisioning} can be used interchangeably with Provisioning,
|
|
499
|
+
* this enum contains the known values that the service supports.
|
|
500
|
+
* ### Known values supported by the service
|
|
501
|
+
* **Pending**: Pending \
|
|
502
|
+
* **Accepted**: Accepted \
|
|
503
|
+
* **Succeeded**: Succeeded
|
|
504
|
+
*/
|
|
505
|
+
export type Provisioning = string;
|
|
506
|
+
/** The created subscription object. */
|
|
507
|
+
export interface SubscriptionCreationResult {
|
|
508
|
+
/** The link to the new subscription. Use this link to check the status of subscription creation operation. */
|
|
509
|
+
subscriptionLink?: string;
|
|
510
|
+
}
|
|
511
|
+
export declare function subscriptionCreationResultDeserializer(item: any): SubscriptionCreationResult;
|
|
512
|
+
/** The available API versions. */
|
|
513
|
+
export declare enum KnownVersions {
|
|
514
|
+
/** The 2025-11-01-preview API version. */
|
|
515
|
+
V20251101Preview = "2025-11-01-preview"
|
|
516
|
+
}
|
|
517
|
+
//# sourceMappingURL=models.d.ts.map
|