@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
|
@@ -1,569 +0,0 @@
|
|
|
1
|
-
import type * as coreClient from "@azure/core-client";
|
|
2
|
-
/** The ID of the canceled subscription */
|
|
3
|
-
export interface CanceledSubscriptionId {
|
|
4
|
-
/**
|
|
5
|
-
* The ID of the canceled subscription
|
|
6
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
7
|
-
*/
|
|
8
|
-
readonly subscriptionId?: string;
|
|
9
|
-
}
|
|
10
|
-
/** Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message. */
|
|
11
|
-
export interface ErrorResponseBody {
|
|
12
|
-
/** The details of the error. */
|
|
13
|
-
error?: ErrorResponse;
|
|
14
|
-
/** Error code */
|
|
15
|
-
code?: string;
|
|
16
|
-
/** Error message indicating why the operation failed. */
|
|
17
|
-
message?: string;
|
|
18
|
-
}
|
|
19
|
-
/** Describes the format of Error response. */
|
|
20
|
-
export interface ErrorResponse {
|
|
21
|
-
/** Error code */
|
|
22
|
-
code?: string;
|
|
23
|
-
/** Error message indicating why the operation failed. */
|
|
24
|
-
message?: string;
|
|
25
|
-
}
|
|
26
|
-
/** The new name of the subscription. */
|
|
27
|
-
export interface SubscriptionName {
|
|
28
|
-
/** New subscription name */
|
|
29
|
-
subscriptionName?: string;
|
|
30
|
-
}
|
|
31
|
-
/** The ID of the subscriptions that is being renamed */
|
|
32
|
-
export interface RenamedSubscriptionId {
|
|
33
|
-
/**
|
|
34
|
-
* The ID of the subscriptions that is being renamed
|
|
35
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
36
|
-
*/
|
|
37
|
-
readonly subscriptionId?: string;
|
|
38
|
-
}
|
|
39
|
-
/** The ID of the subscriptions that is being enabled */
|
|
40
|
-
export interface EnabledSubscriptionId {
|
|
41
|
-
/**
|
|
42
|
-
* The ID of the subscriptions that is being enabled
|
|
43
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
44
|
-
*/
|
|
45
|
-
readonly subscriptionId?: string;
|
|
46
|
-
}
|
|
47
|
-
/** The created subscription object. */
|
|
48
|
-
export interface SubscriptionCreationResult {
|
|
49
|
-
/** The link to the new subscription. Use this link to check the status of subscription creation operation. */
|
|
50
|
-
subscriptionLink?: string;
|
|
51
|
-
}
|
|
52
|
-
/** Result of the request to list operations. It contains a list of operations and a URL link to get the next set of results. */
|
|
53
|
-
export interface OperationListResult {
|
|
54
|
-
/** List of operations. */
|
|
55
|
-
value?: Operation[];
|
|
56
|
-
/** URL to get the next set of operation list results if there are any. */
|
|
57
|
-
nextLink?: string;
|
|
58
|
-
}
|
|
59
|
-
/** REST API operation */
|
|
60
|
-
export interface Operation {
|
|
61
|
-
/** Operation name: {provider}/{resource}/{operation} */
|
|
62
|
-
name?: string;
|
|
63
|
-
/** Indicates whether the operation is a data action */
|
|
64
|
-
isDataAction?: boolean;
|
|
65
|
-
/** The object that represents the operation. */
|
|
66
|
-
display?: OperationDisplay;
|
|
67
|
-
}
|
|
68
|
-
/** The object that represents the operation. */
|
|
69
|
-
export interface OperationDisplay {
|
|
70
|
-
/** Service provider: Microsoft.Subscription */
|
|
71
|
-
provider?: string;
|
|
72
|
-
/** Resource on which the operation is performed: Profile, endpoint, etc. */
|
|
73
|
-
resource?: string;
|
|
74
|
-
/** Operation type: Read, write, delete, etc. */
|
|
75
|
-
operation?: string;
|
|
76
|
-
/** Localized friendly description for the operation */
|
|
77
|
-
description?: string;
|
|
78
|
-
}
|
|
79
|
-
/** The parameters required to create a new subscription. */
|
|
80
|
-
export interface PutAliasRequest {
|
|
81
|
-
/** Put alias request properties. */
|
|
82
|
-
properties?: PutAliasRequestProperties;
|
|
83
|
-
}
|
|
84
|
-
/** Put subscription properties. */
|
|
85
|
-
export interface PutAliasRequestProperties {
|
|
86
|
-
/** The friendly name of the subscription. */
|
|
87
|
-
displayName?: string;
|
|
88
|
-
/** The workload type of the subscription. It can be either Production or DevTest. */
|
|
89
|
-
workload?: Workload;
|
|
90
|
-
/**
|
|
91
|
-
* Billing scope of the subscription.
|
|
92
|
-
* For CustomerLed and FieldLed - /billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}
|
|
93
|
-
* For PartnerLed - /billingAccounts/{billingAccountName}/customers/{customerName}
|
|
94
|
-
* For Legacy EA - /billingAccounts/{billingAccountName}/enrollmentAccounts/{enrollmentAccountName}
|
|
95
|
-
*/
|
|
96
|
-
billingScope?: string;
|
|
97
|
-
/** This parameter can be used to create alias for existing subscription Id */
|
|
98
|
-
subscriptionId?: string;
|
|
99
|
-
/** Reseller Id */
|
|
100
|
-
resellerId?: string;
|
|
101
|
-
/** Put alias request additional properties. */
|
|
102
|
-
additionalProperties?: PutAliasRequestAdditionalProperties;
|
|
103
|
-
}
|
|
104
|
-
/** Put subscription additional properties. */
|
|
105
|
-
export interface PutAliasRequestAdditionalProperties {
|
|
106
|
-
/** Management group Id for the subscription. */
|
|
107
|
-
managementGroupId?: string;
|
|
108
|
-
/** Tenant Id of the subscription */
|
|
109
|
-
subscriptionTenantId?: string;
|
|
110
|
-
/** Owner Id of the subscription */
|
|
111
|
-
subscriptionOwnerId?: string;
|
|
112
|
-
/** Tags for the subscription */
|
|
113
|
-
tags?: {
|
|
114
|
-
[propertyName: string]: string;
|
|
115
|
-
};
|
|
116
|
-
}
|
|
117
|
-
/** Subscription Information with the alias. */
|
|
118
|
-
export interface SubscriptionAliasResponse {
|
|
119
|
-
/**
|
|
120
|
-
* Fully qualified ID for the alias resource.
|
|
121
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
122
|
-
*/
|
|
123
|
-
readonly id?: string;
|
|
124
|
-
/**
|
|
125
|
-
* Alias ID.
|
|
126
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
127
|
-
*/
|
|
128
|
-
readonly name?: string;
|
|
129
|
-
/**
|
|
130
|
-
* Resource type, Microsoft.Subscription/aliases.
|
|
131
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
132
|
-
*/
|
|
133
|
-
readonly type?: string;
|
|
134
|
-
/** Subscription Alias response properties. */
|
|
135
|
-
properties?: SubscriptionAliasResponseProperties;
|
|
136
|
-
/**
|
|
137
|
-
* Metadata pertaining to creation and last modification of the resource.
|
|
138
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
139
|
-
*/
|
|
140
|
-
readonly systemData?: SystemData;
|
|
141
|
-
}
|
|
142
|
-
/** Put subscription creation result properties. */
|
|
143
|
-
export interface SubscriptionAliasResponseProperties {
|
|
144
|
-
/**
|
|
145
|
-
* Newly created subscription Id.
|
|
146
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
147
|
-
*/
|
|
148
|
-
readonly subscriptionId?: string;
|
|
149
|
-
/** The display name of the subscription. */
|
|
150
|
-
displayName?: string;
|
|
151
|
-
/** The provisioning state of the resource. */
|
|
152
|
-
provisioningState?: ProvisioningState;
|
|
153
|
-
/**
|
|
154
|
-
* Url to accept ownership of the subscription.
|
|
155
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
156
|
-
*/
|
|
157
|
-
readonly acceptOwnershipUrl?: string;
|
|
158
|
-
/**
|
|
159
|
-
* The accept ownership state of the resource.
|
|
160
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
161
|
-
*/
|
|
162
|
-
readonly acceptOwnershipState?: AcceptOwnership;
|
|
163
|
-
/**
|
|
164
|
-
* Billing scope of the subscription.
|
|
165
|
-
* For CustomerLed and FieldLed - /billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}
|
|
166
|
-
* For PartnerLed - /billingAccounts/{billingAccountName}/customers/{customerName}
|
|
167
|
-
* For Legacy EA - /billingAccounts/{billingAccountName}/enrollmentAccounts/{enrollmentAccountName}
|
|
168
|
-
*/
|
|
169
|
-
billingScope?: string;
|
|
170
|
-
/** The workload type of the subscription. It can be either Production or DevTest. */
|
|
171
|
-
workload?: Workload;
|
|
172
|
-
/** Reseller Id */
|
|
173
|
-
resellerId?: string;
|
|
174
|
-
/** Owner Id of the subscription */
|
|
175
|
-
subscriptionOwnerId?: string;
|
|
176
|
-
/** The Management Group Id. */
|
|
177
|
-
managementGroupId?: string;
|
|
178
|
-
/** Created Time */
|
|
179
|
-
createdTime?: string;
|
|
180
|
-
/** Tags for the subscription */
|
|
181
|
-
tags?: {
|
|
182
|
-
[propertyName: string]: string;
|
|
183
|
-
};
|
|
184
|
-
}
|
|
185
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
186
|
-
export interface SystemData {
|
|
187
|
-
/** The identity that created the resource. */
|
|
188
|
-
createdBy?: string;
|
|
189
|
-
/** The type of identity that created the resource. */
|
|
190
|
-
createdByType?: CreatedByType;
|
|
191
|
-
/** The timestamp of resource creation (UTC). */
|
|
192
|
-
createdAt?: Date;
|
|
193
|
-
/** The identity that last modified the resource. */
|
|
194
|
-
lastModifiedBy?: string;
|
|
195
|
-
/** The type of identity that last modified the resource. */
|
|
196
|
-
lastModifiedByType?: CreatedByType;
|
|
197
|
-
/** The timestamp of resource last modification (UTC) */
|
|
198
|
-
lastModifiedAt?: Date;
|
|
199
|
-
}
|
|
200
|
-
/** The list of aliases. */
|
|
201
|
-
export interface SubscriptionAliasListResult {
|
|
202
|
-
/**
|
|
203
|
-
* The list of alias.
|
|
204
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
205
|
-
*/
|
|
206
|
-
readonly value?: SubscriptionAliasResponse[];
|
|
207
|
-
/**
|
|
208
|
-
* The link (url) to the next page of results.
|
|
209
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
210
|
-
*/
|
|
211
|
-
readonly nextLink?: string;
|
|
212
|
-
}
|
|
213
|
-
/** The parameters required to accept subscription ownership. */
|
|
214
|
-
export interface AcceptOwnershipRequest {
|
|
215
|
-
/** Accept subscription ownership request properties. */
|
|
216
|
-
properties?: AcceptOwnershipRequestProperties;
|
|
217
|
-
}
|
|
218
|
-
/** Accept subscription ownership request properties. */
|
|
219
|
-
export interface AcceptOwnershipRequestProperties {
|
|
220
|
-
/** The friendly name of the subscription. */
|
|
221
|
-
displayName: string;
|
|
222
|
-
/** Management group Id for the subscription. */
|
|
223
|
-
managementGroupId?: string;
|
|
224
|
-
/** Tags for the subscription */
|
|
225
|
-
tags?: {
|
|
226
|
-
[propertyName: string]: string;
|
|
227
|
-
};
|
|
228
|
-
}
|
|
229
|
-
/** Subscription Accept Ownership Response */
|
|
230
|
-
export interface AcceptOwnershipStatusResponse {
|
|
231
|
-
/**
|
|
232
|
-
* Newly created subscription Id.
|
|
233
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
234
|
-
*/
|
|
235
|
-
readonly subscriptionId?: string;
|
|
236
|
-
/**
|
|
237
|
-
* The accept ownership state of the resource.
|
|
238
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
239
|
-
*/
|
|
240
|
-
readonly acceptOwnershipState?: AcceptOwnership;
|
|
241
|
-
/**
|
|
242
|
-
* The provisioning state of the resource.
|
|
243
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
244
|
-
*/
|
|
245
|
-
readonly provisioningState?: Provisioning;
|
|
246
|
-
/**
|
|
247
|
-
* UPN of the billing owner
|
|
248
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
249
|
-
*/
|
|
250
|
-
readonly billingOwner?: string;
|
|
251
|
-
/** Tenant Id of the subscription */
|
|
252
|
-
subscriptionTenantId?: string;
|
|
253
|
-
/** The display name of the subscription. */
|
|
254
|
-
displayName?: string;
|
|
255
|
-
/** Tags for the subscription */
|
|
256
|
-
tags?: {
|
|
257
|
-
[propertyName: string]: string;
|
|
258
|
-
};
|
|
259
|
-
}
|
|
260
|
-
/** Put tenant policy request properties. */
|
|
261
|
-
export interface PutTenantPolicyRequestProperties {
|
|
262
|
-
/** Blocks the leaving of subscriptions from user's tenant. */
|
|
263
|
-
blockSubscriptionsLeavingTenant?: boolean;
|
|
264
|
-
/** Blocks the entering of subscriptions into user's tenant. */
|
|
265
|
-
blockSubscriptionsIntoTenant?: boolean;
|
|
266
|
-
/** List of user objectIds that are exempted from the set subscription tenant policies for the user's tenant. */
|
|
267
|
-
exemptedPrincipals?: string[];
|
|
268
|
-
}
|
|
269
|
-
/** Tenant policy Information. */
|
|
270
|
-
export interface GetTenantPolicyResponse {
|
|
271
|
-
/**
|
|
272
|
-
* Policy Id.
|
|
273
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
274
|
-
*/
|
|
275
|
-
readonly id?: string;
|
|
276
|
-
/**
|
|
277
|
-
* Policy name.
|
|
278
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
279
|
-
*/
|
|
280
|
-
readonly name?: string;
|
|
281
|
-
/**
|
|
282
|
-
* Resource type.
|
|
283
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
284
|
-
*/
|
|
285
|
-
readonly type?: string;
|
|
286
|
-
/** Tenant policy properties. */
|
|
287
|
-
properties?: TenantPolicy;
|
|
288
|
-
/**
|
|
289
|
-
* Metadata pertaining to creation and last modification of the resource.
|
|
290
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
291
|
-
*/
|
|
292
|
-
readonly systemData?: SystemData;
|
|
293
|
-
}
|
|
294
|
-
/** Tenant policy. */
|
|
295
|
-
export interface TenantPolicy {
|
|
296
|
-
/**
|
|
297
|
-
* Policy Id.
|
|
298
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
299
|
-
*/
|
|
300
|
-
readonly policyId?: string;
|
|
301
|
-
/** Blocks the leaving of subscriptions from user's tenant. */
|
|
302
|
-
blockSubscriptionsLeavingTenant?: boolean;
|
|
303
|
-
/** Blocks the entering of subscriptions into user's tenant. */
|
|
304
|
-
blockSubscriptionsIntoTenant?: boolean;
|
|
305
|
-
/** List of user objectIds that are exempted from the set subscription tenant policies for the user's tenant. */
|
|
306
|
-
exemptedPrincipals?: string[];
|
|
307
|
-
}
|
|
308
|
-
/** Tenant policy information list. */
|
|
309
|
-
export interface GetTenantPolicyListResponse {
|
|
310
|
-
/**
|
|
311
|
-
* The list of tenant policies.
|
|
312
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
313
|
-
*/
|
|
314
|
-
readonly value?: GetTenantPolicyResponse[];
|
|
315
|
-
/**
|
|
316
|
-
* The link (url) to the next page of results.
|
|
317
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
318
|
-
*/
|
|
319
|
-
readonly nextLink?: string;
|
|
320
|
-
}
|
|
321
|
-
/** Billing account policies information. */
|
|
322
|
-
export interface BillingAccountPoliciesResponse {
|
|
323
|
-
/**
|
|
324
|
-
* Fully qualified ID for the policy.
|
|
325
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
326
|
-
*/
|
|
327
|
-
readonly id?: string;
|
|
328
|
-
/**
|
|
329
|
-
* Policy name.
|
|
330
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
331
|
-
*/
|
|
332
|
-
readonly name?: string;
|
|
333
|
-
/**
|
|
334
|
-
* Resource type.
|
|
335
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
336
|
-
*/
|
|
337
|
-
readonly type?: string;
|
|
338
|
-
/** Billing account policies response properties. */
|
|
339
|
-
properties?: BillingAccountPoliciesResponseProperties;
|
|
340
|
-
/**
|
|
341
|
-
* Metadata pertaining to creation and last modification of the resource.
|
|
342
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
343
|
-
*/
|
|
344
|
-
readonly systemData?: SystemData;
|
|
345
|
-
}
|
|
346
|
-
/** Put billing account policies response properties. */
|
|
347
|
-
export interface BillingAccountPoliciesResponseProperties {
|
|
348
|
-
/** Service tenant for the billing account. */
|
|
349
|
-
serviceTenants?: ServiceTenantResponse[];
|
|
350
|
-
/** Determine if the transfers are allowed for the billing account */
|
|
351
|
-
allowTransfers?: boolean;
|
|
352
|
-
}
|
|
353
|
-
/** Billing account service tenant. */
|
|
354
|
-
export interface ServiceTenantResponse {
|
|
355
|
-
/** Service tenant id. */
|
|
356
|
-
tenantId?: string;
|
|
357
|
-
/** Service tenant name. */
|
|
358
|
-
tenantName?: string;
|
|
359
|
-
}
|
|
360
|
-
/** Defines headers for Subscription_acceptOwnership operation. */
|
|
361
|
-
export interface SubscriptionAcceptOwnershipHeaders {
|
|
362
|
-
/** GET this URL to retrieve the status of the asynchronous operation. */
|
|
363
|
-
location?: string;
|
|
364
|
-
/** The amount of delay to use while the status of the operation is checked. The value is expressed in seconds. */
|
|
365
|
-
retryAfter?: number;
|
|
366
|
-
}
|
|
367
|
-
/** Defines headers for SubscriptionOperation_get operation. */
|
|
368
|
-
export interface SubscriptionOperationGetHeaders {
|
|
369
|
-
/** The URL where the status of the asynchronous operation can be checked. */
|
|
370
|
-
location?: string;
|
|
371
|
-
/** The amount of delay to use while the status of the operation is checked. The value is expressed in seconds. */
|
|
372
|
-
retryAfter?: number;
|
|
373
|
-
}
|
|
374
|
-
/** Known values of {@link Workload} that the service accepts. */
|
|
375
|
-
export declare enum KnownWorkload {
|
|
376
|
-
/** Production */
|
|
377
|
-
Production = "Production",
|
|
378
|
-
/** DevTest */
|
|
379
|
-
DevTest = "DevTest"
|
|
380
|
-
}
|
|
381
|
-
/**
|
|
382
|
-
* Defines values for Workload. \
|
|
383
|
-
* {@link KnownWorkload} can be used interchangeably with Workload,
|
|
384
|
-
* this enum contains the known values that the service supports.
|
|
385
|
-
* ### Known values supported by the service
|
|
386
|
-
* **Production** \
|
|
387
|
-
* **DevTest**
|
|
388
|
-
*/
|
|
389
|
-
export type Workload = string;
|
|
390
|
-
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
391
|
-
export declare enum KnownProvisioningState {
|
|
392
|
-
/** Accepted */
|
|
393
|
-
Accepted = "Accepted",
|
|
394
|
-
/** Succeeded */
|
|
395
|
-
Succeeded = "Succeeded",
|
|
396
|
-
/** Failed */
|
|
397
|
-
Failed = "Failed"
|
|
398
|
-
}
|
|
399
|
-
/**
|
|
400
|
-
* Defines values for ProvisioningState. \
|
|
401
|
-
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
402
|
-
* this enum contains the known values that the service supports.
|
|
403
|
-
* ### Known values supported by the service
|
|
404
|
-
* **Accepted** \
|
|
405
|
-
* **Succeeded** \
|
|
406
|
-
* **Failed**
|
|
407
|
-
*/
|
|
408
|
-
export type ProvisioningState = string;
|
|
409
|
-
/** Known values of {@link AcceptOwnership} that the service accepts. */
|
|
410
|
-
export declare enum KnownAcceptOwnership {
|
|
411
|
-
/** Pending */
|
|
412
|
-
Pending = "Pending",
|
|
413
|
-
/** Completed */
|
|
414
|
-
Completed = "Completed",
|
|
415
|
-
/** Expired */
|
|
416
|
-
Expired = "Expired"
|
|
417
|
-
}
|
|
418
|
-
/**
|
|
419
|
-
* Defines values for AcceptOwnership. \
|
|
420
|
-
* {@link KnownAcceptOwnership} can be used interchangeably with AcceptOwnership,
|
|
421
|
-
* this enum contains the known values that the service supports.
|
|
422
|
-
* ### Known values supported by the service
|
|
423
|
-
* **Pending** \
|
|
424
|
-
* **Completed** \
|
|
425
|
-
* **Expired**
|
|
426
|
-
*/
|
|
427
|
-
export type AcceptOwnership = string;
|
|
428
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
429
|
-
export declare enum KnownCreatedByType {
|
|
430
|
-
/** User */
|
|
431
|
-
User = "User",
|
|
432
|
-
/** Application */
|
|
433
|
-
Application = "Application",
|
|
434
|
-
/** ManagedIdentity */
|
|
435
|
-
ManagedIdentity = "ManagedIdentity",
|
|
436
|
-
/** Key */
|
|
437
|
-
Key = "Key"
|
|
438
|
-
}
|
|
439
|
-
/**
|
|
440
|
-
* Defines values for CreatedByType. \
|
|
441
|
-
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
442
|
-
* this enum contains the known values that the service supports.
|
|
443
|
-
* ### Known values supported by the service
|
|
444
|
-
* **User** \
|
|
445
|
-
* **Application** \
|
|
446
|
-
* **ManagedIdentity** \
|
|
447
|
-
* **Key**
|
|
448
|
-
*/
|
|
449
|
-
export type CreatedByType = string;
|
|
450
|
-
/** Known values of {@link Provisioning} that the service accepts. */
|
|
451
|
-
export declare enum KnownProvisioning {
|
|
452
|
-
/** Pending */
|
|
453
|
-
Pending = "Pending",
|
|
454
|
-
/** Accepted */
|
|
455
|
-
Accepted = "Accepted",
|
|
456
|
-
/** Succeeded */
|
|
457
|
-
Succeeded = "Succeeded"
|
|
458
|
-
}
|
|
459
|
-
/**
|
|
460
|
-
* Defines values for Provisioning. \
|
|
461
|
-
* {@link KnownProvisioning} can be used interchangeably with Provisioning,
|
|
462
|
-
* this enum contains the known values that the service supports.
|
|
463
|
-
* ### Known values supported by the service
|
|
464
|
-
* **Pending** \
|
|
465
|
-
* **Accepted** \
|
|
466
|
-
* **Succeeded**
|
|
467
|
-
*/
|
|
468
|
-
export type Provisioning = string;
|
|
469
|
-
/** Optional parameters. */
|
|
470
|
-
export interface SubscriptionCancelOptionalParams extends coreClient.OperationOptions {
|
|
471
|
-
}
|
|
472
|
-
/** Contains response data for the cancel operation. */
|
|
473
|
-
export type SubscriptionCancelResponse = CanceledSubscriptionId;
|
|
474
|
-
/** Optional parameters. */
|
|
475
|
-
export interface SubscriptionRenameOptionalParams extends coreClient.OperationOptions {
|
|
476
|
-
}
|
|
477
|
-
/** Contains response data for the rename operation. */
|
|
478
|
-
export type SubscriptionRenameResponse = RenamedSubscriptionId;
|
|
479
|
-
/** Optional parameters. */
|
|
480
|
-
export interface SubscriptionEnableOptionalParams extends coreClient.OperationOptions {
|
|
481
|
-
}
|
|
482
|
-
/** Contains response data for the enable operation. */
|
|
483
|
-
export type SubscriptionEnableResponse = EnabledSubscriptionId;
|
|
484
|
-
/** Optional parameters. */
|
|
485
|
-
export interface SubscriptionAcceptOwnershipOptionalParams extends coreClient.OperationOptions {
|
|
486
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
487
|
-
updateIntervalInMs?: number;
|
|
488
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
489
|
-
resumeFrom?: string;
|
|
490
|
-
}
|
|
491
|
-
/** Contains response data for the acceptOwnership operation. */
|
|
492
|
-
export type SubscriptionAcceptOwnershipResponse = SubscriptionAcceptOwnershipHeaders;
|
|
493
|
-
/** Optional parameters. */
|
|
494
|
-
export interface SubscriptionAcceptOwnershipStatusOptionalParams extends coreClient.OperationOptions {
|
|
495
|
-
}
|
|
496
|
-
/** Contains response data for the acceptOwnershipStatus operation. */
|
|
497
|
-
export type SubscriptionAcceptOwnershipStatusResponse = AcceptOwnershipStatusResponse;
|
|
498
|
-
/** Optional parameters. */
|
|
499
|
-
export interface SubscriptionOperationGetOptionalParams extends coreClient.OperationOptions {
|
|
500
|
-
}
|
|
501
|
-
/** Contains response data for the get operation. */
|
|
502
|
-
export type SubscriptionOperationGetResponse = SubscriptionCreationResult;
|
|
503
|
-
/** Optional parameters. */
|
|
504
|
-
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
505
|
-
}
|
|
506
|
-
/** Contains response data for the list operation. */
|
|
507
|
-
export type OperationsListResponse = OperationListResult;
|
|
508
|
-
/** Optional parameters. */
|
|
509
|
-
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
510
|
-
}
|
|
511
|
-
/** Contains response data for the listNext operation. */
|
|
512
|
-
export type OperationsListNextResponse = OperationListResult;
|
|
513
|
-
/** Optional parameters. */
|
|
514
|
-
export interface AliasCreateOptionalParams extends coreClient.OperationOptions {
|
|
515
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
516
|
-
updateIntervalInMs?: number;
|
|
517
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
518
|
-
resumeFrom?: string;
|
|
519
|
-
}
|
|
520
|
-
/** Contains response data for the create operation. */
|
|
521
|
-
export type AliasCreateResponse = SubscriptionAliasResponse;
|
|
522
|
-
/** Optional parameters. */
|
|
523
|
-
export interface AliasGetOptionalParams extends coreClient.OperationOptions {
|
|
524
|
-
}
|
|
525
|
-
/** Contains response data for the get operation. */
|
|
526
|
-
export type AliasGetResponse = SubscriptionAliasResponse;
|
|
527
|
-
/** Optional parameters. */
|
|
528
|
-
export interface AliasDeleteOptionalParams extends coreClient.OperationOptions {
|
|
529
|
-
}
|
|
530
|
-
/** Optional parameters. */
|
|
531
|
-
export interface AliasListOptionalParams extends coreClient.OperationOptions {
|
|
532
|
-
}
|
|
533
|
-
/** Contains response data for the list operation. */
|
|
534
|
-
export type AliasListResponse = SubscriptionAliasListResult;
|
|
535
|
-
/** Optional parameters. */
|
|
536
|
-
export interface SubscriptionPolicyAddUpdatePolicyForTenantOptionalParams extends coreClient.OperationOptions {
|
|
537
|
-
}
|
|
538
|
-
/** Contains response data for the addUpdatePolicyForTenant operation. */
|
|
539
|
-
export type SubscriptionPolicyAddUpdatePolicyForTenantResponse = GetTenantPolicyResponse;
|
|
540
|
-
/** Optional parameters. */
|
|
541
|
-
export interface SubscriptionPolicyGetPolicyForTenantOptionalParams extends coreClient.OperationOptions {
|
|
542
|
-
}
|
|
543
|
-
/** Contains response data for the getPolicyForTenant operation. */
|
|
544
|
-
export type SubscriptionPolicyGetPolicyForTenantResponse = GetTenantPolicyResponse;
|
|
545
|
-
/** Optional parameters. */
|
|
546
|
-
export interface SubscriptionPolicyListPolicyForTenantOptionalParams extends coreClient.OperationOptions {
|
|
547
|
-
}
|
|
548
|
-
/** Contains response data for the listPolicyForTenant operation. */
|
|
549
|
-
export type SubscriptionPolicyListPolicyForTenantResponse = GetTenantPolicyListResponse;
|
|
550
|
-
/** Optional parameters. */
|
|
551
|
-
export interface SubscriptionPolicyListPolicyForTenantNextOptionalParams extends coreClient.OperationOptions {
|
|
552
|
-
}
|
|
553
|
-
/** Contains response data for the listPolicyForTenantNext operation. */
|
|
554
|
-
export type SubscriptionPolicyListPolicyForTenantNextResponse = GetTenantPolicyListResponse;
|
|
555
|
-
/** Optional parameters. */
|
|
556
|
-
export interface BillingAccountGetPolicyOptionalParams extends coreClient.OperationOptions {
|
|
557
|
-
}
|
|
558
|
-
/** Contains response data for the getPolicy operation. */
|
|
559
|
-
export type BillingAccountGetPolicyResponse = BillingAccountPoliciesResponse;
|
|
560
|
-
/** Optional parameters. */
|
|
561
|
-
export interface SubscriptionClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
562
|
-
/** server parameter */
|
|
563
|
-
$host?: string;
|
|
564
|
-
/** Api Version */
|
|
565
|
-
apiVersion?: string;
|
|
566
|
-
/** Overrides client endpoint. */
|
|
567
|
-
endpoint?: string;
|
|
568
|
-
}
|
|
569
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
// Copyright (c) Microsoft Corporation.
|
|
2
|
-
// Licensed under the MIT License.
|
|
3
|
-
/** Known values of {@link Workload} that the service accepts. */
|
|
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 = {}));
|
|
53
|
-
//# sourceMappingURL=index.js.map
|