@azure/arm-billing 2.2.0 → 4.0.0
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/CHANGELOG.md +11 -0
- package/{LICENSE.txt → LICENSE} +2 -2
- package/README.md +75 -73
- package/dist/index.js +10450 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/billingManagementClient.d.ts +37 -0
- package/dist-esm/src/billingManagementClient.d.ts.map +1 -0
- package/dist-esm/src/billingManagementClient.js +70 -0
- package/dist-esm/src/billingManagementClient.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +3244 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +272 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +86 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/dist-esm/src/models/mappers.js +3514 -0
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +45 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +374 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/address.d.ts +20 -0
- package/dist-esm/src/operations/address.d.ts.map +1 -0
- package/dist-esm/src/operations/address.js +50 -0
- package/dist-esm/src/operations/address.js.map +1 -0
- package/dist-esm/src/operations/agreements.d.ts +42 -0
- package/dist-esm/src/operations/agreements.d.ts.map +1 -0
- package/dist-esm/src/operations/agreements.js +156 -0
- package/dist-esm/src/operations/agreements.js.map +1 -0
- package/dist-esm/src/operations/availableBalances.d.ts +22 -0
- package/dist-esm/src/operations/availableBalances.d.ts.map +1 -0
- package/dist-esm/src/operations/availableBalances.js +54 -0
- package/dist-esm/src/operations/availableBalances.js.map +1 -0
- package/dist-esm/src/operations/billingAccounts.d.ts +79 -0
- package/dist-esm/src/operations/billingAccounts.d.ts.map +1 -0
- package/dist-esm/src/operations/billingAccounts.js +330 -0
- package/dist-esm/src/operations/billingAccounts.js.map +1 -0
- package/dist-esm/src/operations/billingPeriods.d.ts +44 -0
- package/dist-esm/src/operations/billingPeriods.d.ts.map +1 -0
- package/dist-esm/src/operations/billingPeriods.js +168 -0
- package/dist-esm/src/operations/billingPeriods.js.map +1 -0
- package/dist-esm/src/operations/billingPermissions.d.ts +110 -0
- package/dist-esm/src/operations/billingPermissions.d.ts.map +1 -0
- package/dist-esm/src/operations/billingPermissions.js +468 -0
- package/dist-esm/src/operations/billingPermissions.js.map +1 -0
- package/dist-esm/src/operations/billingProfiles.d.ts +64 -0
- package/dist-esm/src/operations/billingProfiles.d.ts.map +1 -0
- package/dist-esm/src/operations/billingProfiles.js +245 -0
- package/dist-esm/src/operations/billingProfiles.js.map +1 -0
- package/dist-esm/src/operations/billingPropertyOperations.d.ts +26 -0
- package/dist-esm/src/operations/billingPropertyOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/billingPropertyOperations.js +74 -0
- package/dist-esm/src/operations/billingPropertyOperations.js.map +1 -0
- package/dist-esm/src/operations/billingRoleAssignments.d.ts +146 -0
- package/dist-esm/src/operations/billingRoleAssignments.d.ts.map +1 -0
- package/dist-esm/src/operations/billingRoleAssignments.js +578 -0
- package/dist-esm/src/operations/billingRoleAssignments.js.map +1 -0
- package/dist-esm/src/operations/billingRoleDefinitions.d.ts +119 -0
- package/dist-esm/src/operations/billingRoleDefinitions.d.ts.map +1 -0
- package/dist-esm/src/operations/billingRoleDefinitions.js +471 -0
- package/dist-esm/src/operations/billingRoleDefinitions.js.map +1 -0
- package/dist-esm/src/operations/billingSubscriptions.d.ts +160 -0
- package/dist-esm/src/operations/billingSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operations/billingSubscriptions.js +655 -0
- package/dist-esm/src/operations/billingSubscriptions.js.map +1 -0
- package/dist-esm/src/operations/customers.d.ts +71 -0
- package/dist-esm/src/operations/customers.d.ts.map +1 -0
- package/dist-esm/src/operations/customers.js +287 -0
- package/dist-esm/src/operations/customers.js.map +1 -0
- package/dist-esm/src/operations/enrollmentAccounts.d.ts +38 -0
- package/dist-esm/src/operations/enrollmentAccounts.d.ts.map +1 -0
- package/dist-esm/src/operations/enrollmentAccounts.js +144 -0
- package/dist-esm/src/operations/enrollmentAccounts.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +22 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +29 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/instructions.d.ts +57 -0
- package/dist-esm/src/operations/instructions.d.ts.map +1 -0
- package/dist-esm/src/operations/instructions.js +208 -0
- package/dist-esm/src/operations/instructions.js.map +1 -0
- package/dist-esm/src/operations/invoiceSections.d.ts +70 -0
- package/dist-esm/src/operations/invoiceSections.d.ts.map +1 -0
- package/dist-esm/src/operations/invoiceSections.js +264 -0
- package/dist-esm/src/operations/invoiceSections.js.map +1 -0
- package/dist-esm/src/operations/invoices.d.ts +202 -0
- package/dist-esm/src/operations/invoices.d.ts.map +1 -0
- package/dist-esm/src/operations/invoices.js +817 -0
- package/dist-esm/src/operations/invoices.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/policies.d.ts +47 -0
- package/dist-esm/src/operations/policies.d.ts.map +1 -0
- package/dist-esm/src/operations/policies.js +149 -0
- package/dist-esm/src/operations/policies.js.map +1 -0
- package/dist-esm/src/operations/products.d.ts +160 -0
- package/dist-esm/src/operations/products.d.ts.map +1 -0
- package/dist-esm/src/operations/products.js +615 -0
- package/dist-esm/src/operations/products.js.map +1 -0
- package/dist-esm/src/operations/reservations.d.ts +63 -0
- package/dist-esm/src/operations/reservations.d.ts.map +1 -0
- package/dist-esm/src/operations/reservations.js +265 -0
- package/dist-esm/src/operations/reservations.js.map +1 -0
- package/dist-esm/src/operations/transactions.d.ts +40 -0
- package/dist-esm/src/operations/transactions.d.ts.map +1 -0
- package/dist-esm/src/operations/transactions.js +137 -0
- package/dist-esm/src/operations/transactions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/address.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/address.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/address.js +9 -0
- package/dist-esm/src/operationsInterfaces/address.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/agreements.d.ts +19 -0
- package/dist-esm/src/operationsInterfaces/agreements.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/agreements.js +9 -0
- package/dist-esm/src/operationsInterfaces/agreements.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/availableBalances.d.ts +14 -0
- package/dist-esm/src/operationsInterfaces/availableBalances.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/availableBalances.js +9 -0
- package/dist-esm/src/operationsInterfaces/availableBalances.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingAccounts.d.ts +41 -0
- package/dist-esm/src/operationsInterfaces/billingAccounts.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingAccounts.js +9 -0
- package/dist-esm/src/operationsInterfaces/billingAccounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingPeriods.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/billingPeriods.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingPeriods.js +9 -0
- package/dist-esm/src/operationsInterfaces/billingPeriods.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingPermissions.d.ts +34 -0
- package/dist-esm/src/operationsInterfaces/billingPermissions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingPermissions.js +9 -0
- package/dist-esm/src/operationsInterfaces/billingPermissions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingProfiles.d.ts +40 -0
- package/dist-esm/src/operationsInterfaces/billingProfiles.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingProfiles.js +9 -0
- package/dist-esm/src/operationsInterfaces/billingProfiles.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingPropertyOperations.d.ts +18 -0
- package/dist-esm/src/operationsInterfaces/billingPropertyOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingPropertyOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/billingPropertyOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingRoleAssignments.d.ts +84 -0
- package/dist-esm/src/operationsInterfaces/billingRoleAssignments.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingRoleAssignments.js +9 -0
- package/dist-esm/src/operationsInterfaces/billingRoleAssignments.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingRoleDefinitions.d.ts +57 -0
- package/dist-esm/src/operationsInterfaces/billingRoleDefinitions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingRoleDefinitions.js +9 -0
- package/dist-esm/src/operationsInterfaces/billingRoleDefinitions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingSubscriptions.d.ts +80 -0
- package/dist-esm/src/operationsInterfaces/billingSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingSubscriptions.js +9 -0
- package/dist-esm/src/operationsInterfaces/billingSubscriptions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/customers.d.ts +29 -0
- package/dist-esm/src/operationsInterfaces/customers.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/customers.js +9 -0
- package/dist-esm/src/operationsInterfaces/customers.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/enrollmentAccounts.d.ts +17 -0
- package/dist-esm/src/operationsInterfaces/enrollmentAccounts.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/enrollmentAccounts.js +9 -0
- package/dist-esm/src/operationsInterfaces/enrollmentAccounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +22 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +29 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/instructions.d.ts +32 -0
- package/dist-esm/src/operationsInterfaces/instructions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/instructions.js +9 -0
- package/dist-esm/src/operationsInterfaces/instructions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/invoiceSections.d.ts +44 -0
- package/dist-esm/src/operationsInterfaces/invoiceSections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/invoiceSections.js +9 -0
- package/dist-esm/src/operationsInterfaces/invoiceSections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/invoices.d.ts +124 -0
- package/dist-esm/src/operationsInterfaces/invoices.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/invoices.js +9 -0
- package/dist-esm/src/operationsInterfaces/invoices.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/policies.d.ts +39 -0
- package/dist-esm/src/operationsInterfaces/policies.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/policies.js +9 -0
- package/dist-esm/src/operationsInterfaces/policies.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/products.d.ts +78 -0
- package/dist-esm/src/operationsInterfaces/products.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/products.js +9 -0
- package/dist-esm/src/operationsInterfaces/products.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/reservations.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/reservations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/reservations.js +9 -0
- package/dist-esm/src/operationsInterfaces/reservations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/transactions.d.ts +14 -0
- package/dist-esm/src/operationsInterfaces/transactions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/transactions.js +9 -0
- package/dist-esm/src/operationsInterfaces/transactions.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +70 -34
- package/review/arm-billing.api.md +2361 -0
- package/rollup.config.js +184 -27
- package/src/billingManagementClient.ts +157 -0
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +3657 -0
- package/src/models/mappers.ts +3839 -0
- package/src/models/parameters.ts +435 -0
- package/src/operations/address.ts +68 -0
- package/src/operations/agreements.ts +203 -0
- package/src/operations/availableBalances.ts +73 -0
- package/src/operations/billingAccounts.ts +433 -0
- package/src/operations/billingPeriods.ts +196 -0
- package/src/operations/billingPermissions.ts +643 -0
- package/src/operations/billingProfiles.ts +334 -0
- package/src/operations/billingPropertyOperations.ts +100 -0
- package/src/operations/billingRoleAssignments.ts +782 -0
- package/src/operations/billingRoleDefinitions.ts +639 -0
- package/src/operations/billingSubscriptions.ts +902 -0
- package/src/operations/customers.ts +377 -0
- package/src/operations/enrollmentAccounts.ts +170 -0
- package/src/operations/index.ts +29 -0
- package/src/operations/instructions.ts +285 -0
- package/src/operations/invoiceSections.ts +373 -0
- package/src/operations/invoices.ts +1176 -0
- package/src/operations/operations.ts +137 -0
- package/src/operations/policies.ts +205 -0
- package/src/operations/products.ts +838 -0
- package/src/operations/reservations.ts +344 -0
- package/src/operations/transactions.ts +189 -0
- package/src/operationsInterfaces/address.ts +27 -0
- package/src/operationsInterfaces/agreements.ts +40 -0
- package/src/operationsInterfaces/availableBalances.ts +29 -0
- package/src/operationsInterfaces/billingAccounts.ts +81 -0
- package/src/operationsInterfaces/billingPeriods.ts +40 -0
- package/src/operationsInterfaces/billingPermissions.ts +65 -0
- package/src/operationsInterfaces/billingProfiles.ts +78 -0
- package/src/operationsInterfaces/billingPropertyOperations.ts +37 -0
- package/src/operationsInterfaces/billingRoleAssignments.ts +152 -0
- package/src/operationsInterfaces/billingRoleDefinitions.ts +104 -0
- package/src/operationsInterfaces/billingSubscriptions.ts +144 -0
- package/src/operationsInterfaces/customers.ts +55 -0
- package/src/operationsInterfaces/enrollmentAccounts.ts +36 -0
- package/src/operationsInterfaces/index.ts +29 -0
- package/src/operationsInterfaces/instructions.ts +63 -0
- package/src/operationsInterfaces/invoiceSections.ts +86 -0
- package/src/operationsInterfaces/invoices.ts +233 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/policies.ts +76 -0
- package/src/operationsInterfaces/products.ts +137 -0
- package/src/operationsInterfaces/reservations.ts +41 -0
- package/src/operationsInterfaces/transactions.ts +30 -0
- package/tsconfig.json +4 -4
- package/types/arm-billing.d.ts +4451 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-billing.js +0 -1188
- package/dist/arm-billing.js.map +0 -1
- package/dist/arm-billing.min.js +0 -1
- package/dist/arm-billing.min.js.map +0 -1
- package/esm/billingManagementClient.d.ts +0 -21
- package/esm/billingManagementClient.d.ts.map +0 -1
- package/esm/billingManagementClient.js +0 -36
- package/esm/billingManagementClient.js.map +0 -1
- package/esm/billingManagementClientContext.d.ts +0 -16
- package/esm/billingManagementClientContext.d.ts.map +0 -1
- package/esm/billingManagementClientContext.js +0 -56
- package/esm/billingManagementClientContext.js.map +0 -1
- package/esm/models/billingPeriodsMappers.d.ts +0 -2
- package/esm/models/billingPeriodsMappers.d.ts.map +0 -1
- package/esm/models/billingPeriodsMappers.js +0 -11
- package/esm/models/billingPeriodsMappers.js.map +0 -1
- package/esm/models/enrollmentAccountsMappers.d.ts +0 -2
- package/esm/models/enrollmentAccountsMappers.d.ts.map +0 -1
- package/esm/models/enrollmentAccountsMappers.js +0 -11
- package/esm/models/enrollmentAccountsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -573
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -10
- package/esm/models/index.js.map +0 -1
- package/esm/models/invoicesMappers.d.ts +0 -2
- package/esm/models/invoicesMappers.d.ts.map +0 -1
- package/esm/models/invoicesMappers.js +0 -11
- package/esm/models/invoicesMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -17
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js +0 -364
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -11
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -13
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -133
- package/esm/models/parameters.js.map +0 -1
- package/esm/operations/billingPeriods.d.ts +0 -70
- package/esm/operations/billingPeriods.d.ts.map +0 -1
- package/esm/operations/billingPeriods.js +0 -112
- package/esm/operations/billingPeriods.js.map +0 -1
- package/esm/operations/enrollmentAccounts.d.ts +0 -64
- package/esm/operations/enrollmentAccounts.d.ts.map +0 -1
- package/esm/operations/enrollmentAccounts.js +0 -105
- package/esm/operations/enrollmentAccounts.js.map +0 -1
- package/esm/operations/index.d.ts +0 -5
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js +0 -14
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/invoices.d.ts +0 -93
- package/esm/operations/invoices.d.ts.map +0 -1
- package/esm/operations/invoices.js +0 -140
- package/esm/operations/invoices.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -77
- package/esm/operations/operations.js.map +0 -1
- package/lib/billingManagementClient.ts +0 -48
- package/lib/billingManagementClientContext.ts +0 -62
- package/lib/models/billingPeriodsMappers.ts +0 -22
- package/lib/models/enrollmentAccountsMappers.ts +0 -22
- package/lib/models/index.ts +0 -613
- package/lib/models/invoicesMappers.ts +0 -22
- package/lib/models/mappers.ts +0 -392
- package/lib/models/operationsMappers.ts +0 -18
- package/lib/models/parameters.ts +0 -135
- package/lib/operations/billingPeriods.ts +0 -187
- package/lib/operations/enrollmentAccounts.ts +0 -174
- package/lib/operations/index.ts +0 -14
- package/lib/operations/invoices.ts +0 -243
- package/lib/operations/operations.ts +0 -123
|
@@ -0,0 +1,655 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await, __awaiter } from "tslib";
|
|
9
|
+
import * as coreClient from "@azure/core-client";
|
|
10
|
+
import * as Mappers from "../models/mappers";
|
|
11
|
+
import * as Parameters from "../models/parameters";
|
|
12
|
+
import { LroEngine } from "@azure/core-lro";
|
|
13
|
+
import { LroImpl } from "../lroImpl";
|
|
14
|
+
/// <reference lib="esnext.asynciterable" />
|
|
15
|
+
/** Class containing BillingSubscriptions operations. */
|
|
16
|
+
export class BillingSubscriptionsImpl {
|
|
17
|
+
/**
|
|
18
|
+
* Initialize a new instance of the class BillingSubscriptions class.
|
|
19
|
+
* @param client Reference to the service client
|
|
20
|
+
*/
|
|
21
|
+
constructor(client) {
|
|
22
|
+
this.client = client;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Lists the subscriptions for a customer. The operation is supported only for billing accounts with
|
|
26
|
+
* agreement type Microsoft Partner Agreement.
|
|
27
|
+
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
28
|
+
* @param customerName The ID that uniquely identifies a customer.
|
|
29
|
+
* @param options The options parameters.
|
|
30
|
+
*/
|
|
31
|
+
listByCustomer(billingAccountName, customerName, options) {
|
|
32
|
+
const iter = this.listByCustomerPagingAll(billingAccountName, customerName, options);
|
|
33
|
+
return {
|
|
34
|
+
next() {
|
|
35
|
+
return iter.next();
|
|
36
|
+
},
|
|
37
|
+
[Symbol.asyncIterator]() {
|
|
38
|
+
return this;
|
|
39
|
+
},
|
|
40
|
+
byPage: () => {
|
|
41
|
+
return this.listByCustomerPagingPage(billingAccountName, customerName, options);
|
|
42
|
+
}
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
listByCustomerPagingPage(billingAccountName, customerName, options) {
|
|
46
|
+
return __asyncGenerator(this, arguments, function* listByCustomerPagingPage_1() {
|
|
47
|
+
let result = yield __await(this._listByCustomer(billingAccountName, customerName, options));
|
|
48
|
+
yield yield __await(result.value || []);
|
|
49
|
+
let continuationToken = result.nextLink;
|
|
50
|
+
while (continuationToken) {
|
|
51
|
+
result = yield __await(this._listByCustomerNext(billingAccountName, customerName, continuationToken, options));
|
|
52
|
+
continuationToken = result.nextLink;
|
|
53
|
+
yield yield __await(result.value || []);
|
|
54
|
+
}
|
|
55
|
+
});
|
|
56
|
+
}
|
|
57
|
+
listByCustomerPagingAll(billingAccountName, customerName, options) {
|
|
58
|
+
return __asyncGenerator(this, arguments, function* listByCustomerPagingAll_1() {
|
|
59
|
+
var e_1, _a;
|
|
60
|
+
try {
|
|
61
|
+
for (var _b = __asyncValues(this.listByCustomerPagingPage(billingAccountName, customerName, options)), _c; _c = yield __await(_b.next()), !_c.done;) {
|
|
62
|
+
const page = _c.value;
|
|
63
|
+
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
67
|
+
finally {
|
|
68
|
+
try {
|
|
69
|
+
if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
|
|
70
|
+
}
|
|
71
|
+
finally { if (e_1) throw e_1.error; }
|
|
72
|
+
}
|
|
73
|
+
});
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* Lists the subscriptions for a billing account. The operation is supported for billing accounts with
|
|
77
|
+
* agreement type Microsoft Customer Agreement or Microsoft Partner Agreement.
|
|
78
|
+
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
79
|
+
* @param options The options parameters.
|
|
80
|
+
*/
|
|
81
|
+
listByBillingAccount(billingAccountName, options) {
|
|
82
|
+
const iter = this.listByBillingAccountPagingAll(billingAccountName, options);
|
|
83
|
+
return {
|
|
84
|
+
next() {
|
|
85
|
+
return iter.next();
|
|
86
|
+
},
|
|
87
|
+
[Symbol.asyncIterator]() {
|
|
88
|
+
return this;
|
|
89
|
+
},
|
|
90
|
+
byPage: () => {
|
|
91
|
+
return this.listByBillingAccountPagingPage(billingAccountName, options);
|
|
92
|
+
}
|
|
93
|
+
};
|
|
94
|
+
}
|
|
95
|
+
listByBillingAccountPagingPage(billingAccountName, options) {
|
|
96
|
+
return __asyncGenerator(this, arguments, function* listByBillingAccountPagingPage_1() {
|
|
97
|
+
let result = yield __await(this._listByBillingAccount(billingAccountName, options));
|
|
98
|
+
yield yield __await(result.value || []);
|
|
99
|
+
let continuationToken = result.nextLink;
|
|
100
|
+
while (continuationToken) {
|
|
101
|
+
result = yield __await(this._listByBillingAccountNext(billingAccountName, continuationToken, options));
|
|
102
|
+
continuationToken = result.nextLink;
|
|
103
|
+
yield yield __await(result.value || []);
|
|
104
|
+
}
|
|
105
|
+
});
|
|
106
|
+
}
|
|
107
|
+
listByBillingAccountPagingAll(billingAccountName, options) {
|
|
108
|
+
return __asyncGenerator(this, arguments, function* listByBillingAccountPagingAll_1() {
|
|
109
|
+
var e_2, _a;
|
|
110
|
+
try {
|
|
111
|
+
for (var _b = __asyncValues(this.listByBillingAccountPagingPage(billingAccountName, options)), _c; _c = yield __await(_b.next()), !_c.done;) {
|
|
112
|
+
const page = _c.value;
|
|
113
|
+
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
117
|
+
finally {
|
|
118
|
+
try {
|
|
119
|
+
if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
|
|
120
|
+
}
|
|
121
|
+
finally { if (e_2) throw e_2.error; }
|
|
122
|
+
}
|
|
123
|
+
});
|
|
124
|
+
}
|
|
125
|
+
/**
|
|
126
|
+
* Lists the subscriptions that are billed to a billing profile. The operation is supported for billing
|
|
127
|
+
* accounts with agreement type Microsoft Customer Agreement or Microsoft Partner Agreement.
|
|
128
|
+
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
129
|
+
* @param billingProfileName The ID that uniquely identifies a billing profile.
|
|
130
|
+
* @param options The options parameters.
|
|
131
|
+
*/
|
|
132
|
+
listByBillingProfile(billingAccountName, billingProfileName, options) {
|
|
133
|
+
const iter = this.listByBillingProfilePagingAll(billingAccountName, billingProfileName, options);
|
|
134
|
+
return {
|
|
135
|
+
next() {
|
|
136
|
+
return iter.next();
|
|
137
|
+
},
|
|
138
|
+
[Symbol.asyncIterator]() {
|
|
139
|
+
return this;
|
|
140
|
+
},
|
|
141
|
+
byPage: () => {
|
|
142
|
+
return this.listByBillingProfilePagingPage(billingAccountName, billingProfileName, options);
|
|
143
|
+
}
|
|
144
|
+
};
|
|
145
|
+
}
|
|
146
|
+
listByBillingProfilePagingPage(billingAccountName, billingProfileName, options) {
|
|
147
|
+
return __asyncGenerator(this, arguments, function* listByBillingProfilePagingPage_1() {
|
|
148
|
+
let result = yield __await(this._listByBillingProfile(billingAccountName, billingProfileName, options));
|
|
149
|
+
yield yield __await(result.value || []);
|
|
150
|
+
let continuationToken = result.nextLink;
|
|
151
|
+
while (continuationToken) {
|
|
152
|
+
result = yield __await(this._listByBillingProfileNext(billingAccountName, billingProfileName, continuationToken, options));
|
|
153
|
+
continuationToken = result.nextLink;
|
|
154
|
+
yield yield __await(result.value || []);
|
|
155
|
+
}
|
|
156
|
+
});
|
|
157
|
+
}
|
|
158
|
+
listByBillingProfilePagingAll(billingAccountName, billingProfileName, options) {
|
|
159
|
+
return __asyncGenerator(this, arguments, function* listByBillingProfilePagingAll_1() {
|
|
160
|
+
var e_3, _a;
|
|
161
|
+
try {
|
|
162
|
+
for (var _b = __asyncValues(this.listByBillingProfilePagingPage(billingAccountName, billingProfileName, options)), _c; _c = yield __await(_b.next()), !_c.done;) {
|
|
163
|
+
const page = _c.value;
|
|
164
|
+
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
catch (e_3_1) { e_3 = { error: e_3_1 }; }
|
|
168
|
+
finally {
|
|
169
|
+
try {
|
|
170
|
+
if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
|
|
171
|
+
}
|
|
172
|
+
finally { if (e_3) throw e_3.error; }
|
|
173
|
+
}
|
|
174
|
+
});
|
|
175
|
+
}
|
|
176
|
+
/**
|
|
177
|
+
* Lists the subscriptions that are billed to an invoice section. The operation is supported only for
|
|
178
|
+
* billing accounts with agreement type Microsoft Customer Agreement.
|
|
179
|
+
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
180
|
+
* @param billingProfileName The ID that uniquely identifies a billing profile.
|
|
181
|
+
* @param invoiceSectionName The ID that uniquely identifies an invoice section.
|
|
182
|
+
* @param options The options parameters.
|
|
183
|
+
*/
|
|
184
|
+
listByInvoiceSection(billingAccountName, billingProfileName, invoiceSectionName, options) {
|
|
185
|
+
const iter = this.listByInvoiceSectionPagingAll(billingAccountName, billingProfileName, invoiceSectionName, options);
|
|
186
|
+
return {
|
|
187
|
+
next() {
|
|
188
|
+
return iter.next();
|
|
189
|
+
},
|
|
190
|
+
[Symbol.asyncIterator]() {
|
|
191
|
+
return this;
|
|
192
|
+
},
|
|
193
|
+
byPage: () => {
|
|
194
|
+
return this.listByInvoiceSectionPagingPage(billingAccountName, billingProfileName, invoiceSectionName, options);
|
|
195
|
+
}
|
|
196
|
+
};
|
|
197
|
+
}
|
|
198
|
+
listByInvoiceSectionPagingPage(billingAccountName, billingProfileName, invoiceSectionName, options) {
|
|
199
|
+
return __asyncGenerator(this, arguments, function* listByInvoiceSectionPagingPage_1() {
|
|
200
|
+
let result = yield __await(this._listByInvoiceSection(billingAccountName, billingProfileName, invoiceSectionName, options));
|
|
201
|
+
yield yield __await(result.value || []);
|
|
202
|
+
let continuationToken = result.nextLink;
|
|
203
|
+
while (continuationToken) {
|
|
204
|
+
result = yield __await(this._listByInvoiceSectionNext(billingAccountName, billingProfileName, invoiceSectionName, continuationToken, options));
|
|
205
|
+
continuationToken = result.nextLink;
|
|
206
|
+
yield yield __await(result.value || []);
|
|
207
|
+
}
|
|
208
|
+
});
|
|
209
|
+
}
|
|
210
|
+
listByInvoiceSectionPagingAll(billingAccountName, billingProfileName, invoiceSectionName, options) {
|
|
211
|
+
return __asyncGenerator(this, arguments, function* listByInvoiceSectionPagingAll_1() {
|
|
212
|
+
var e_4, _a;
|
|
213
|
+
try {
|
|
214
|
+
for (var _b = __asyncValues(this.listByInvoiceSectionPagingPage(billingAccountName, billingProfileName, invoiceSectionName, options)), _c; _c = yield __await(_b.next()), !_c.done;) {
|
|
215
|
+
const page = _c.value;
|
|
216
|
+
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
catch (e_4_1) { e_4 = { error: e_4_1 }; }
|
|
220
|
+
finally {
|
|
221
|
+
try {
|
|
222
|
+
if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
|
|
223
|
+
}
|
|
224
|
+
finally { if (e_4) throw e_4.error; }
|
|
225
|
+
}
|
|
226
|
+
});
|
|
227
|
+
}
|
|
228
|
+
/**
|
|
229
|
+
* Lists the subscriptions for a customer. The operation is supported only for billing accounts with
|
|
230
|
+
* agreement type Microsoft Partner Agreement.
|
|
231
|
+
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
232
|
+
* @param customerName The ID that uniquely identifies a customer.
|
|
233
|
+
* @param options The options parameters.
|
|
234
|
+
*/
|
|
235
|
+
_listByCustomer(billingAccountName, customerName, options) {
|
|
236
|
+
return this.client.sendOperationRequest({ billingAccountName, customerName, options }, listByCustomerOperationSpec);
|
|
237
|
+
}
|
|
238
|
+
/**
|
|
239
|
+
* Lists the subscriptions for a billing account. The operation is supported for billing accounts with
|
|
240
|
+
* agreement type Microsoft Customer Agreement or Microsoft Partner Agreement.
|
|
241
|
+
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
242
|
+
* @param options The options parameters.
|
|
243
|
+
*/
|
|
244
|
+
_listByBillingAccount(billingAccountName, options) {
|
|
245
|
+
return this.client.sendOperationRequest({ billingAccountName, options }, listByBillingAccountOperationSpec);
|
|
246
|
+
}
|
|
247
|
+
/**
|
|
248
|
+
* Lists the subscriptions that are billed to a billing profile. The operation is supported for billing
|
|
249
|
+
* accounts with agreement type Microsoft Customer Agreement or Microsoft Partner Agreement.
|
|
250
|
+
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
251
|
+
* @param billingProfileName The ID that uniquely identifies a billing profile.
|
|
252
|
+
* @param options The options parameters.
|
|
253
|
+
*/
|
|
254
|
+
_listByBillingProfile(billingAccountName, billingProfileName, options) {
|
|
255
|
+
return this.client.sendOperationRequest({ billingAccountName, billingProfileName, options }, listByBillingProfileOperationSpec);
|
|
256
|
+
}
|
|
257
|
+
/**
|
|
258
|
+
* Lists the subscriptions that are billed to an invoice section. The operation is supported only for
|
|
259
|
+
* billing accounts with agreement type Microsoft Customer Agreement.
|
|
260
|
+
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
261
|
+
* @param billingProfileName The ID that uniquely identifies a billing profile.
|
|
262
|
+
* @param invoiceSectionName The ID that uniquely identifies an invoice section.
|
|
263
|
+
* @param options The options parameters.
|
|
264
|
+
*/
|
|
265
|
+
_listByInvoiceSection(billingAccountName, billingProfileName, invoiceSectionName, options) {
|
|
266
|
+
return this.client.sendOperationRequest({ billingAccountName, billingProfileName, invoiceSectionName, options }, listByInvoiceSectionOperationSpec);
|
|
267
|
+
}
|
|
268
|
+
/**
|
|
269
|
+
* Gets a subscription by its ID. The operation is supported for billing accounts with agreement type
|
|
270
|
+
* Microsoft Customer Agreement and Microsoft Partner Agreement.
|
|
271
|
+
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
272
|
+
* @param options The options parameters.
|
|
273
|
+
*/
|
|
274
|
+
get(billingAccountName, options) {
|
|
275
|
+
return this.client.sendOperationRequest({ billingAccountName, options }, getOperationSpec);
|
|
276
|
+
}
|
|
277
|
+
/**
|
|
278
|
+
* Updates the properties of a billing subscription. Currently, cost center can be updated. The
|
|
279
|
+
* operation is supported only for billing accounts with agreement type Microsoft Customer Agreement.
|
|
280
|
+
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
281
|
+
* @param parameters Request parameters that are provided to the update billing subscription operation.
|
|
282
|
+
* @param options The options parameters.
|
|
283
|
+
*/
|
|
284
|
+
update(billingAccountName, parameters, options) {
|
|
285
|
+
return this.client.sendOperationRequest({ billingAccountName, parameters, options }, updateOperationSpec);
|
|
286
|
+
}
|
|
287
|
+
/**
|
|
288
|
+
* Moves a subscription's charges to a new invoice section. The new invoice section must belong to the
|
|
289
|
+
* same billing profile as the existing invoice section. This operation is supported for billing
|
|
290
|
+
* accounts with agreement type Microsoft Customer Agreement.
|
|
291
|
+
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
292
|
+
* @param parameters Request parameters that are provided to the move subscription operation.
|
|
293
|
+
* @param options The options parameters.
|
|
294
|
+
*/
|
|
295
|
+
beginMove(billingAccountName, parameters, options) {
|
|
296
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
297
|
+
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
298
|
+
return this.client.sendOperationRequest(args, spec);
|
|
299
|
+
});
|
|
300
|
+
const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
301
|
+
var _a;
|
|
302
|
+
let currentRawResponse = undefined;
|
|
303
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
304
|
+
const callback = (rawResponse, flatResponse) => {
|
|
305
|
+
currentRawResponse = rawResponse;
|
|
306
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
307
|
+
};
|
|
308
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
309
|
+
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
310
|
+
return {
|
|
311
|
+
flatResponse,
|
|
312
|
+
rawResponse: {
|
|
313
|
+
statusCode: currentRawResponse.status,
|
|
314
|
+
body: currentRawResponse.parsedBody,
|
|
315
|
+
headers: currentRawResponse.headers.toJSON()
|
|
316
|
+
}
|
|
317
|
+
};
|
|
318
|
+
});
|
|
319
|
+
const lro = new LroImpl(sendOperation, { billingAccountName, parameters, options }, moveOperationSpec);
|
|
320
|
+
return new LroEngine(lro, {
|
|
321
|
+
resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
322
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
|
|
323
|
+
});
|
|
324
|
+
});
|
|
325
|
+
}
|
|
326
|
+
/**
|
|
327
|
+
* Moves a subscription's charges to a new invoice section. The new invoice section must belong to the
|
|
328
|
+
* same billing profile as the existing invoice section. This operation is supported for billing
|
|
329
|
+
* accounts with agreement type Microsoft Customer Agreement.
|
|
330
|
+
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
331
|
+
* @param parameters Request parameters that are provided to the move subscription operation.
|
|
332
|
+
* @param options The options parameters.
|
|
333
|
+
*/
|
|
334
|
+
beginMoveAndWait(billingAccountName, parameters, options) {
|
|
335
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
336
|
+
const poller = yield this.beginMove(billingAccountName, parameters, options);
|
|
337
|
+
return poller.pollUntilDone();
|
|
338
|
+
});
|
|
339
|
+
}
|
|
340
|
+
/**
|
|
341
|
+
* Validates if a subscription's charges can be moved to a new invoice section. This operation is
|
|
342
|
+
* supported for billing accounts with agreement type Microsoft Customer Agreement.
|
|
343
|
+
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
344
|
+
* @param parameters Request parameters that are provided to the validate move eligibility operation.
|
|
345
|
+
* @param options The options parameters.
|
|
346
|
+
*/
|
|
347
|
+
validateMove(billingAccountName, parameters, options) {
|
|
348
|
+
return this.client.sendOperationRequest({ billingAccountName, parameters, options }, validateMoveOperationSpec);
|
|
349
|
+
}
|
|
350
|
+
/**
|
|
351
|
+
* ListByCustomerNext
|
|
352
|
+
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
353
|
+
* @param customerName The ID that uniquely identifies a customer.
|
|
354
|
+
* @param nextLink The nextLink from the previous successful call to the ListByCustomer method.
|
|
355
|
+
* @param options The options parameters.
|
|
356
|
+
*/
|
|
357
|
+
_listByCustomerNext(billingAccountName, customerName, nextLink, options) {
|
|
358
|
+
return this.client.sendOperationRequest({ billingAccountName, customerName, nextLink, options }, listByCustomerNextOperationSpec);
|
|
359
|
+
}
|
|
360
|
+
/**
|
|
361
|
+
* ListByBillingAccountNext
|
|
362
|
+
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
363
|
+
* @param nextLink The nextLink from the previous successful call to the ListByBillingAccount method.
|
|
364
|
+
* @param options The options parameters.
|
|
365
|
+
*/
|
|
366
|
+
_listByBillingAccountNext(billingAccountName, nextLink, options) {
|
|
367
|
+
return this.client.sendOperationRequest({ billingAccountName, nextLink, options }, listByBillingAccountNextOperationSpec);
|
|
368
|
+
}
|
|
369
|
+
/**
|
|
370
|
+
* ListByBillingProfileNext
|
|
371
|
+
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
372
|
+
* @param billingProfileName The ID that uniquely identifies a billing profile.
|
|
373
|
+
* @param nextLink The nextLink from the previous successful call to the ListByBillingProfile method.
|
|
374
|
+
* @param options The options parameters.
|
|
375
|
+
*/
|
|
376
|
+
_listByBillingProfileNext(billingAccountName, billingProfileName, nextLink, options) {
|
|
377
|
+
return this.client.sendOperationRequest({ billingAccountName, billingProfileName, nextLink, options }, listByBillingProfileNextOperationSpec);
|
|
378
|
+
}
|
|
379
|
+
/**
|
|
380
|
+
* ListByInvoiceSectionNext
|
|
381
|
+
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
382
|
+
* @param billingProfileName The ID that uniquely identifies a billing profile.
|
|
383
|
+
* @param invoiceSectionName The ID that uniquely identifies an invoice section.
|
|
384
|
+
* @param nextLink The nextLink from the previous successful call to the ListByInvoiceSection method.
|
|
385
|
+
* @param options The options parameters.
|
|
386
|
+
*/
|
|
387
|
+
_listByInvoiceSectionNext(billingAccountName, billingProfileName, invoiceSectionName, nextLink, options) {
|
|
388
|
+
return this.client.sendOperationRequest({
|
|
389
|
+
billingAccountName,
|
|
390
|
+
billingProfileName,
|
|
391
|
+
invoiceSectionName,
|
|
392
|
+
nextLink,
|
|
393
|
+
options
|
|
394
|
+
}, listByInvoiceSectionNextOperationSpec);
|
|
395
|
+
}
|
|
396
|
+
}
|
|
397
|
+
// Operation Specifications
|
|
398
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
399
|
+
const listByCustomerOperationSpec = {
|
|
400
|
+
path: "/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/customers/{customerName}/billingSubscriptions",
|
|
401
|
+
httpMethod: "GET",
|
|
402
|
+
responses: {
|
|
403
|
+
200: {
|
|
404
|
+
bodyMapper: Mappers.BillingSubscriptionsListResult
|
|
405
|
+
},
|
|
406
|
+
default: {
|
|
407
|
+
bodyMapper: Mappers.ErrorResponse
|
|
408
|
+
}
|
|
409
|
+
},
|
|
410
|
+
queryParameters: [Parameters.apiVersion],
|
|
411
|
+
urlParameters: [
|
|
412
|
+
Parameters.$host,
|
|
413
|
+
Parameters.billingAccountName,
|
|
414
|
+
Parameters.customerName
|
|
415
|
+
],
|
|
416
|
+
headerParameters: [Parameters.accept],
|
|
417
|
+
serializer
|
|
418
|
+
};
|
|
419
|
+
const listByBillingAccountOperationSpec = {
|
|
420
|
+
path: "/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptions",
|
|
421
|
+
httpMethod: "GET",
|
|
422
|
+
responses: {
|
|
423
|
+
200: {
|
|
424
|
+
bodyMapper: Mappers.BillingSubscriptionsListResult
|
|
425
|
+
},
|
|
426
|
+
default: {
|
|
427
|
+
bodyMapper: Mappers.ErrorResponse
|
|
428
|
+
}
|
|
429
|
+
},
|
|
430
|
+
queryParameters: [Parameters.apiVersion],
|
|
431
|
+
urlParameters: [Parameters.$host, Parameters.billingAccountName],
|
|
432
|
+
headerParameters: [Parameters.accept],
|
|
433
|
+
serializer
|
|
434
|
+
};
|
|
435
|
+
const listByBillingProfileOperationSpec = {
|
|
436
|
+
path: "/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/billingSubscriptions",
|
|
437
|
+
httpMethod: "GET",
|
|
438
|
+
responses: {
|
|
439
|
+
200: {
|
|
440
|
+
bodyMapper: Mappers.BillingSubscriptionsListResult
|
|
441
|
+
},
|
|
442
|
+
default: {
|
|
443
|
+
bodyMapper: Mappers.ErrorResponse
|
|
444
|
+
}
|
|
445
|
+
},
|
|
446
|
+
queryParameters: [Parameters.apiVersion],
|
|
447
|
+
urlParameters: [
|
|
448
|
+
Parameters.$host,
|
|
449
|
+
Parameters.billingAccountName,
|
|
450
|
+
Parameters.billingProfileName
|
|
451
|
+
],
|
|
452
|
+
headerParameters: [Parameters.accept],
|
|
453
|
+
serializer
|
|
454
|
+
};
|
|
455
|
+
const listByInvoiceSectionOperationSpec = {
|
|
456
|
+
path: "/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}/billingSubscriptions",
|
|
457
|
+
httpMethod: "GET",
|
|
458
|
+
responses: {
|
|
459
|
+
200: {
|
|
460
|
+
bodyMapper: Mappers.BillingSubscriptionsListResult
|
|
461
|
+
},
|
|
462
|
+
default: {
|
|
463
|
+
bodyMapper: Mappers.ErrorResponse
|
|
464
|
+
}
|
|
465
|
+
},
|
|
466
|
+
queryParameters: [Parameters.apiVersion],
|
|
467
|
+
urlParameters: [
|
|
468
|
+
Parameters.$host,
|
|
469
|
+
Parameters.billingAccountName,
|
|
470
|
+
Parameters.billingProfileName,
|
|
471
|
+
Parameters.invoiceSectionName
|
|
472
|
+
],
|
|
473
|
+
headerParameters: [Parameters.accept],
|
|
474
|
+
serializer
|
|
475
|
+
};
|
|
476
|
+
const getOperationSpec = {
|
|
477
|
+
path: "/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptions/{subscriptionId}",
|
|
478
|
+
httpMethod: "GET",
|
|
479
|
+
responses: {
|
|
480
|
+
200: {
|
|
481
|
+
bodyMapper: Mappers.BillingSubscription
|
|
482
|
+
},
|
|
483
|
+
default: {
|
|
484
|
+
bodyMapper: Mappers.ErrorResponse
|
|
485
|
+
}
|
|
486
|
+
},
|
|
487
|
+
queryParameters: [Parameters.apiVersion],
|
|
488
|
+
urlParameters: [
|
|
489
|
+
Parameters.$host,
|
|
490
|
+
Parameters.billingAccountName,
|
|
491
|
+
Parameters.subscriptionId
|
|
492
|
+
],
|
|
493
|
+
headerParameters: [Parameters.accept],
|
|
494
|
+
serializer
|
|
495
|
+
};
|
|
496
|
+
const updateOperationSpec = {
|
|
497
|
+
path: "/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptions/{subscriptionId}",
|
|
498
|
+
httpMethod: "PATCH",
|
|
499
|
+
responses: {
|
|
500
|
+
200: {
|
|
501
|
+
bodyMapper: Mappers.BillingSubscription
|
|
502
|
+
},
|
|
503
|
+
default: {
|
|
504
|
+
bodyMapper: Mappers.ErrorResponse
|
|
505
|
+
}
|
|
506
|
+
},
|
|
507
|
+
requestBody: Parameters.parameters4,
|
|
508
|
+
queryParameters: [Parameters.apiVersion],
|
|
509
|
+
urlParameters: [
|
|
510
|
+
Parameters.$host,
|
|
511
|
+
Parameters.billingAccountName,
|
|
512
|
+
Parameters.subscriptionId
|
|
513
|
+
],
|
|
514
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
515
|
+
mediaType: "json",
|
|
516
|
+
serializer
|
|
517
|
+
};
|
|
518
|
+
const moveOperationSpec = {
|
|
519
|
+
path: "/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptions/{subscriptionId}/move",
|
|
520
|
+
httpMethod: "POST",
|
|
521
|
+
responses: {
|
|
522
|
+
200: {
|
|
523
|
+
bodyMapper: Mappers.BillingSubscription
|
|
524
|
+
},
|
|
525
|
+
201: {
|
|
526
|
+
bodyMapper: Mappers.BillingSubscription
|
|
527
|
+
},
|
|
528
|
+
202: {
|
|
529
|
+
bodyMapper: Mappers.BillingSubscription
|
|
530
|
+
},
|
|
531
|
+
204: {
|
|
532
|
+
bodyMapper: Mappers.BillingSubscription
|
|
533
|
+
},
|
|
534
|
+
default: {
|
|
535
|
+
bodyMapper: Mappers.ErrorResponse
|
|
536
|
+
}
|
|
537
|
+
},
|
|
538
|
+
requestBody: Parameters.parameters5,
|
|
539
|
+
queryParameters: [Parameters.apiVersion],
|
|
540
|
+
urlParameters: [
|
|
541
|
+
Parameters.$host,
|
|
542
|
+
Parameters.billingAccountName,
|
|
543
|
+
Parameters.subscriptionId
|
|
544
|
+
],
|
|
545
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
546
|
+
mediaType: "json",
|
|
547
|
+
serializer
|
|
548
|
+
};
|
|
549
|
+
const validateMoveOperationSpec = {
|
|
550
|
+
path: "/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptions/{subscriptionId}/validateMoveEligibility",
|
|
551
|
+
httpMethod: "POST",
|
|
552
|
+
responses: {
|
|
553
|
+
200: {
|
|
554
|
+
bodyMapper: Mappers.ValidateSubscriptionTransferEligibilityResult
|
|
555
|
+
},
|
|
556
|
+
default: {
|
|
557
|
+
bodyMapper: Mappers.ErrorResponse
|
|
558
|
+
}
|
|
559
|
+
},
|
|
560
|
+
requestBody: Parameters.parameters5,
|
|
561
|
+
queryParameters: [Parameters.apiVersion],
|
|
562
|
+
urlParameters: [
|
|
563
|
+
Parameters.$host,
|
|
564
|
+
Parameters.billingAccountName,
|
|
565
|
+
Parameters.subscriptionId
|
|
566
|
+
],
|
|
567
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
568
|
+
mediaType: "json",
|
|
569
|
+
serializer
|
|
570
|
+
};
|
|
571
|
+
const listByCustomerNextOperationSpec = {
|
|
572
|
+
path: "{nextLink}",
|
|
573
|
+
httpMethod: "GET",
|
|
574
|
+
responses: {
|
|
575
|
+
200: {
|
|
576
|
+
bodyMapper: Mappers.BillingSubscriptionsListResult
|
|
577
|
+
},
|
|
578
|
+
default: {
|
|
579
|
+
bodyMapper: Mappers.ErrorResponse
|
|
580
|
+
}
|
|
581
|
+
},
|
|
582
|
+
queryParameters: [Parameters.apiVersion],
|
|
583
|
+
urlParameters: [
|
|
584
|
+
Parameters.$host,
|
|
585
|
+
Parameters.billingAccountName,
|
|
586
|
+
Parameters.nextLink,
|
|
587
|
+
Parameters.customerName
|
|
588
|
+
],
|
|
589
|
+
headerParameters: [Parameters.accept],
|
|
590
|
+
serializer
|
|
591
|
+
};
|
|
592
|
+
const listByBillingAccountNextOperationSpec = {
|
|
593
|
+
path: "{nextLink}",
|
|
594
|
+
httpMethod: "GET",
|
|
595
|
+
responses: {
|
|
596
|
+
200: {
|
|
597
|
+
bodyMapper: Mappers.BillingSubscriptionsListResult
|
|
598
|
+
},
|
|
599
|
+
default: {
|
|
600
|
+
bodyMapper: Mappers.ErrorResponse
|
|
601
|
+
}
|
|
602
|
+
},
|
|
603
|
+
queryParameters: [Parameters.apiVersion],
|
|
604
|
+
urlParameters: [
|
|
605
|
+
Parameters.$host,
|
|
606
|
+
Parameters.billingAccountName,
|
|
607
|
+
Parameters.nextLink
|
|
608
|
+
],
|
|
609
|
+
headerParameters: [Parameters.accept],
|
|
610
|
+
serializer
|
|
611
|
+
};
|
|
612
|
+
const listByBillingProfileNextOperationSpec = {
|
|
613
|
+
path: "{nextLink}",
|
|
614
|
+
httpMethod: "GET",
|
|
615
|
+
responses: {
|
|
616
|
+
200: {
|
|
617
|
+
bodyMapper: Mappers.BillingSubscriptionsListResult
|
|
618
|
+
},
|
|
619
|
+
default: {
|
|
620
|
+
bodyMapper: Mappers.ErrorResponse
|
|
621
|
+
}
|
|
622
|
+
},
|
|
623
|
+
queryParameters: [Parameters.apiVersion],
|
|
624
|
+
urlParameters: [
|
|
625
|
+
Parameters.$host,
|
|
626
|
+
Parameters.billingAccountName,
|
|
627
|
+
Parameters.nextLink,
|
|
628
|
+
Parameters.billingProfileName
|
|
629
|
+
],
|
|
630
|
+
headerParameters: [Parameters.accept],
|
|
631
|
+
serializer
|
|
632
|
+
};
|
|
633
|
+
const listByInvoiceSectionNextOperationSpec = {
|
|
634
|
+
path: "{nextLink}",
|
|
635
|
+
httpMethod: "GET",
|
|
636
|
+
responses: {
|
|
637
|
+
200: {
|
|
638
|
+
bodyMapper: Mappers.BillingSubscriptionsListResult
|
|
639
|
+
},
|
|
640
|
+
default: {
|
|
641
|
+
bodyMapper: Mappers.ErrorResponse
|
|
642
|
+
}
|
|
643
|
+
},
|
|
644
|
+
queryParameters: [Parameters.apiVersion],
|
|
645
|
+
urlParameters: [
|
|
646
|
+
Parameters.$host,
|
|
647
|
+
Parameters.billingAccountName,
|
|
648
|
+
Parameters.nextLink,
|
|
649
|
+
Parameters.billingProfileName,
|
|
650
|
+
Parameters.invoiceSectionName
|
|
651
|
+
],
|
|
652
|
+
headerParameters: [Parameters.accept],
|
|
653
|
+
serializer
|
|
654
|
+
};
|
|
655
|
+
//# sourceMappingURL=billingSubscriptions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"billingSubscriptions.js","sourceRoot":"","sources":["../../../src/operations/billingSubscriptions.ts"],"names":[],"mappings":"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"}
|