@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,245 @@
|
|
|
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 BillingProfiles operations. */
|
|
16
|
+
export class BillingProfilesImpl {
|
|
17
|
+
/**
|
|
18
|
+
* Initialize a new instance of the class BillingProfiles class.
|
|
19
|
+
* @param client Reference to the service client
|
|
20
|
+
*/
|
|
21
|
+
constructor(client) {
|
|
22
|
+
this.client = client;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Lists the billing profiles that a user has access to. The operation is supported for billing
|
|
26
|
+
* accounts with agreement type Microsoft Customer Agreement or Microsoft Partner Agreement.
|
|
27
|
+
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
28
|
+
* @param options The options parameters.
|
|
29
|
+
*/
|
|
30
|
+
listByBillingAccount(billingAccountName, options) {
|
|
31
|
+
const iter = this.listByBillingAccountPagingAll(billingAccountName, options);
|
|
32
|
+
return {
|
|
33
|
+
next() {
|
|
34
|
+
return iter.next();
|
|
35
|
+
},
|
|
36
|
+
[Symbol.asyncIterator]() {
|
|
37
|
+
return this;
|
|
38
|
+
},
|
|
39
|
+
byPage: () => {
|
|
40
|
+
return this.listByBillingAccountPagingPage(billingAccountName, options);
|
|
41
|
+
}
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
listByBillingAccountPagingPage(billingAccountName, options) {
|
|
45
|
+
return __asyncGenerator(this, arguments, function* listByBillingAccountPagingPage_1() {
|
|
46
|
+
let result = yield __await(this._listByBillingAccount(billingAccountName, options));
|
|
47
|
+
yield yield __await(result.value || []);
|
|
48
|
+
let continuationToken = result.nextLink;
|
|
49
|
+
while (continuationToken) {
|
|
50
|
+
result = yield __await(this._listByBillingAccountNext(billingAccountName, continuationToken, options));
|
|
51
|
+
continuationToken = result.nextLink;
|
|
52
|
+
yield yield __await(result.value || []);
|
|
53
|
+
}
|
|
54
|
+
});
|
|
55
|
+
}
|
|
56
|
+
listByBillingAccountPagingAll(billingAccountName, options) {
|
|
57
|
+
return __asyncGenerator(this, arguments, function* listByBillingAccountPagingAll_1() {
|
|
58
|
+
var e_1, _a;
|
|
59
|
+
try {
|
|
60
|
+
for (var _b = __asyncValues(this.listByBillingAccountPagingPage(billingAccountName, options)), _c; _c = yield __await(_b.next()), !_c.done;) {
|
|
61
|
+
const page = _c.value;
|
|
62
|
+
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
66
|
+
finally {
|
|
67
|
+
try {
|
|
68
|
+
if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
|
|
69
|
+
}
|
|
70
|
+
finally { if (e_1) throw e_1.error; }
|
|
71
|
+
}
|
|
72
|
+
});
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* Lists the billing profiles that a user has access to. The operation is supported for billing
|
|
76
|
+
* accounts with agreement type Microsoft Customer Agreement or Microsoft Partner Agreement.
|
|
77
|
+
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
78
|
+
* @param options The options parameters.
|
|
79
|
+
*/
|
|
80
|
+
_listByBillingAccount(billingAccountName, options) {
|
|
81
|
+
return this.client.sendOperationRequest({ billingAccountName, options }, listByBillingAccountOperationSpec);
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* Gets a billing profile by its ID. The operation is supported for billing accounts with agreement
|
|
85
|
+
* type Microsoft Customer Agreement or Microsoft Partner Agreement.
|
|
86
|
+
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
87
|
+
* @param billingProfileName The ID that uniquely identifies a billing profile.
|
|
88
|
+
* @param options The options parameters.
|
|
89
|
+
*/
|
|
90
|
+
get(billingAccountName, billingProfileName, options) {
|
|
91
|
+
return this.client.sendOperationRequest({ billingAccountName, billingProfileName, options }, getOperationSpec);
|
|
92
|
+
}
|
|
93
|
+
/**
|
|
94
|
+
* Creates or updates a billing profile. The operation is supported for billing accounts with agreement
|
|
95
|
+
* type Microsoft Customer Agreement or Microsoft Partner Agreement.
|
|
96
|
+
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
97
|
+
* @param billingProfileName The ID that uniquely identifies a billing profile.
|
|
98
|
+
* @param parameters The new or updated billing profile.
|
|
99
|
+
* @param options The options parameters.
|
|
100
|
+
*/
|
|
101
|
+
beginCreateOrUpdate(billingAccountName, billingProfileName, parameters, options) {
|
|
102
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
103
|
+
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
104
|
+
return this.client.sendOperationRequest(args, spec);
|
|
105
|
+
});
|
|
106
|
+
const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
107
|
+
var _a;
|
|
108
|
+
let currentRawResponse = undefined;
|
|
109
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
110
|
+
const callback = (rawResponse, flatResponse) => {
|
|
111
|
+
currentRawResponse = rawResponse;
|
|
112
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
113
|
+
};
|
|
114
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
115
|
+
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
116
|
+
return {
|
|
117
|
+
flatResponse,
|
|
118
|
+
rawResponse: {
|
|
119
|
+
statusCode: currentRawResponse.status,
|
|
120
|
+
body: currentRawResponse.parsedBody,
|
|
121
|
+
headers: currentRawResponse.headers.toJSON()
|
|
122
|
+
}
|
|
123
|
+
};
|
|
124
|
+
});
|
|
125
|
+
const lro = new LroImpl(sendOperation, { billingAccountName, billingProfileName, parameters, options }, createOrUpdateOperationSpec);
|
|
126
|
+
return new LroEngine(lro, {
|
|
127
|
+
resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
128
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
|
|
129
|
+
});
|
|
130
|
+
});
|
|
131
|
+
}
|
|
132
|
+
/**
|
|
133
|
+
* Creates or updates a billing profile. The operation is supported for billing accounts with agreement
|
|
134
|
+
* type Microsoft Customer Agreement or Microsoft Partner Agreement.
|
|
135
|
+
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
136
|
+
* @param billingProfileName The ID that uniquely identifies a billing profile.
|
|
137
|
+
* @param parameters The new or updated billing profile.
|
|
138
|
+
* @param options The options parameters.
|
|
139
|
+
*/
|
|
140
|
+
beginCreateOrUpdateAndWait(billingAccountName, billingProfileName, parameters, options) {
|
|
141
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
142
|
+
const poller = yield this.beginCreateOrUpdate(billingAccountName, billingProfileName, parameters, options);
|
|
143
|
+
return poller.pollUntilDone();
|
|
144
|
+
});
|
|
145
|
+
}
|
|
146
|
+
/**
|
|
147
|
+
* ListByBillingAccountNext
|
|
148
|
+
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
149
|
+
* @param nextLink The nextLink from the previous successful call to the ListByBillingAccount method.
|
|
150
|
+
* @param options The options parameters.
|
|
151
|
+
*/
|
|
152
|
+
_listByBillingAccountNext(billingAccountName, nextLink, options) {
|
|
153
|
+
return this.client.sendOperationRequest({ billingAccountName, nextLink, options }, listByBillingAccountNextOperationSpec);
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
// Operation Specifications
|
|
157
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
158
|
+
const listByBillingAccountOperationSpec = {
|
|
159
|
+
path: "/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles",
|
|
160
|
+
httpMethod: "GET",
|
|
161
|
+
responses: {
|
|
162
|
+
200: {
|
|
163
|
+
bodyMapper: Mappers.BillingProfileListResult
|
|
164
|
+
},
|
|
165
|
+
default: {
|
|
166
|
+
bodyMapper: Mappers.ErrorResponse
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
queryParameters: [Parameters.apiVersion, Parameters.expand],
|
|
170
|
+
urlParameters: [Parameters.$host, Parameters.billingAccountName],
|
|
171
|
+
headerParameters: [Parameters.accept],
|
|
172
|
+
serializer
|
|
173
|
+
};
|
|
174
|
+
const getOperationSpec = {
|
|
175
|
+
path: "/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}",
|
|
176
|
+
httpMethod: "GET",
|
|
177
|
+
responses: {
|
|
178
|
+
200: {
|
|
179
|
+
bodyMapper: Mappers.BillingProfile
|
|
180
|
+
},
|
|
181
|
+
default: {
|
|
182
|
+
bodyMapper: Mappers.ErrorResponse
|
|
183
|
+
}
|
|
184
|
+
},
|
|
185
|
+
queryParameters: [Parameters.apiVersion, Parameters.expand],
|
|
186
|
+
urlParameters: [
|
|
187
|
+
Parameters.$host,
|
|
188
|
+
Parameters.billingAccountName,
|
|
189
|
+
Parameters.billingProfileName
|
|
190
|
+
],
|
|
191
|
+
headerParameters: [Parameters.accept],
|
|
192
|
+
serializer
|
|
193
|
+
};
|
|
194
|
+
const createOrUpdateOperationSpec = {
|
|
195
|
+
path: "/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}",
|
|
196
|
+
httpMethod: "PUT",
|
|
197
|
+
responses: {
|
|
198
|
+
200: {
|
|
199
|
+
bodyMapper: Mappers.BillingProfile
|
|
200
|
+
},
|
|
201
|
+
201: {
|
|
202
|
+
bodyMapper: Mappers.BillingProfile
|
|
203
|
+
},
|
|
204
|
+
202: {
|
|
205
|
+
bodyMapper: Mappers.BillingProfile
|
|
206
|
+
},
|
|
207
|
+
204: {
|
|
208
|
+
bodyMapper: Mappers.BillingProfile
|
|
209
|
+
},
|
|
210
|
+
default: {
|
|
211
|
+
bodyMapper: Mappers.ErrorResponse
|
|
212
|
+
}
|
|
213
|
+
},
|
|
214
|
+
requestBody: Parameters.parameters2,
|
|
215
|
+
queryParameters: [Parameters.apiVersion],
|
|
216
|
+
urlParameters: [
|
|
217
|
+
Parameters.$host,
|
|
218
|
+
Parameters.billingAccountName,
|
|
219
|
+
Parameters.billingProfileName
|
|
220
|
+
],
|
|
221
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
222
|
+
mediaType: "json",
|
|
223
|
+
serializer
|
|
224
|
+
};
|
|
225
|
+
const listByBillingAccountNextOperationSpec = {
|
|
226
|
+
path: "{nextLink}",
|
|
227
|
+
httpMethod: "GET",
|
|
228
|
+
responses: {
|
|
229
|
+
200: {
|
|
230
|
+
bodyMapper: Mappers.BillingProfileListResult
|
|
231
|
+
},
|
|
232
|
+
default: {
|
|
233
|
+
bodyMapper: Mappers.ErrorResponse
|
|
234
|
+
}
|
|
235
|
+
},
|
|
236
|
+
queryParameters: [Parameters.apiVersion, Parameters.expand],
|
|
237
|
+
urlParameters: [
|
|
238
|
+
Parameters.$host,
|
|
239
|
+
Parameters.billingAccountName,
|
|
240
|
+
Parameters.nextLink
|
|
241
|
+
],
|
|
242
|
+
headerParameters: [Parameters.accept],
|
|
243
|
+
serializer
|
|
244
|
+
};
|
|
245
|
+
//# sourceMappingURL=billingProfiles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"billingProfiles.js","sourceRoot":"","sources":["../../../src/operations/billingProfiles.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { BillingPropertyOperations } from "../operationsInterfaces";
|
|
2
|
+
import { BillingManagementClient } from "../billingManagementClient";
|
|
3
|
+
import { BillingPropertyGetOptionalParams, BillingPropertyGetResponse, BillingProperty, BillingPropertyUpdateOptionalParams, BillingPropertyUpdateResponse } from "../models";
|
|
4
|
+
/** Class containing BillingPropertyOperations operations. */
|
|
5
|
+
export declare class BillingPropertyOperationsImpl implements BillingPropertyOperations {
|
|
6
|
+
private readonly client;
|
|
7
|
+
/**
|
|
8
|
+
* Initialize a new instance of the class BillingPropertyOperations class.
|
|
9
|
+
* @param client Reference to the service client
|
|
10
|
+
*/
|
|
11
|
+
constructor(client: BillingManagementClient);
|
|
12
|
+
/**
|
|
13
|
+
* Get the billing properties for a subscription. This operation is not supported for billing accounts
|
|
14
|
+
* with agreement type Enterprise Agreement.
|
|
15
|
+
* @param options The options parameters.
|
|
16
|
+
*/
|
|
17
|
+
get(options?: BillingPropertyGetOptionalParams): Promise<BillingPropertyGetResponse>;
|
|
18
|
+
/**
|
|
19
|
+
* Updates the billing property of a subscription. Currently, cost center can be updated. The operation
|
|
20
|
+
* is supported only for billing accounts with agreement type Microsoft Customer Agreement.
|
|
21
|
+
* @param parameters Request parameters that are provided to the update billing property operation.
|
|
22
|
+
* @param options The options parameters.
|
|
23
|
+
*/
|
|
24
|
+
update(parameters: BillingProperty, options?: BillingPropertyUpdateOptionalParams): Promise<BillingPropertyUpdateResponse>;
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=billingPropertyOperations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"billingPropertyOperations.d.ts","sourceRoot":"","sources":["../../../src/operations/billingPropertyOperations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,yBAAyB,EAAE,MAAM,yBAAyB,CAAC;AAIpE,OAAO,EAAE,uBAAuB,EAAE,MAAM,4BAA4B,CAAC;AACrE,OAAO,EACL,gCAAgC,EAChC,0BAA0B,EAC1B,eAAe,EACf,mCAAmC,EACnC,6BAA6B,EAC9B,MAAM,WAAW,CAAC;AAEnB,6DAA6D;AAC7D,qBAAa,6BACX,YAAW,yBAAyB;IACpC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA0B;IAEjD;;;OAGG;gBACS,MAAM,EAAE,uBAAuB;IAI3C;;;;OAIG;IACH,GAAG,CACD,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC;IAItC;;;;;OAKG;IACH,MAAM,CACJ,UAAU,EAAE,eAAe,EAC3B,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,6BAA6B,CAAC;CAM1C"}
|
|
@@ -0,0 +1,74 @@
|
|
|
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 * as coreClient from "@azure/core-client";
|
|
9
|
+
import * as Mappers from "../models/mappers";
|
|
10
|
+
import * as Parameters from "../models/parameters";
|
|
11
|
+
/** Class containing BillingPropertyOperations operations. */
|
|
12
|
+
export class BillingPropertyOperationsImpl {
|
|
13
|
+
/**
|
|
14
|
+
* Initialize a new instance of the class BillingPropertyOperations class.
|
|
15
|
+
* @param client Reference to the service client
|
|
16
|
+
*/
|
|
17
|
+
constructor(client) {
|
|
18
|
+
this.client = client;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Get the billing properties for a subscription. This operation is not supported for billing accounts
|
|
22
|
+
* with agreement type Enterprise Agreement.
|
|
23
|
+
* @param options The options parameters.
|
|
24
|
+
*/
|
|
25
|
+
get(options) {
|
|
26
|
+
return this.client.sendOperationRequest({ options }, getOperationSpec);
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Updates the billing property of a subscription. Currently, cost center can be updated. The operation
|
|
30
|
+
* is supported only for billing accounts with agreement type Microsoft Customer Agreement.
|
|
31
|
+
* @param parameters Request parameters that are provided to the update billing property operation.
|
|
32
|
+
* @param options The options parameters.
|
|
33
|
+
*/
|
|
34
|
+
update(parameters, options) {
|
|
35
|
+
return this.client.sendOperationRequest({ parameters, options }, updateOperationSpec);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
// Operation Specifications
|
|
39
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
40
|
+
const getOperationSpec = {
|
|
41
|
+
path: "/subscriptions/{subscriptionId}/providers/Microsoft.Billing/billingProperty/default",
|
|
42
|
+
httpMethod: "GET",
|
|
43
|
+
responses: {
|
|
44
|
+
200: {
|
|
45
|
+
bodyMapper: Mappers.BillingProperty
|
|
46
|
+
},
|
|
47
|
+
default: {
|
|
48
|
+
bodyMapper: Mappers.ErrorResponse
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
queryParameters: [Parameters.apiVersion],
|
|
52
|
+
urlParameters: [Parameters.$host, Parameters.subscriptionId],
|
|
53
|
+
headerParameters: [Parameters.accept],
|
|
54
|
+
serializer
|
|
55
|
+
};
|
|
56
|
+
const updateOperationSpec = {
|
|
57
|
+
path: "/subscriptions/{subscriptionId}/providers/Microsoft.Billing/billingProperty/default",
|
|
58
|
+
httpMethod: "PATCH",
|
|
59
|
+
responses: {
|
|
60
|
+
200: {
|
|
61
|
+
bodyMapper: Mappers.BillingProperty
|
|
62
|
+
},
|
|
63
|
+
default: {
|
|
64
|
+
bodyMapper: Mappers.ErrorResponse
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
requestBody: Parameters.parameters10,
|
|
68
|
+
queryParameters: [Parameters.apiVersion],
|
|
69
|
+
urlParameters: [Parameters.$host, Parameters.subscriptionId],
|
|
70
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
71
|
+
mediaType: "json",
|
|
72
|
+
serializer
|
|
73
|
+
};
|
|
74
|
+
//# sourceMappingURL=billingPropertyOperations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"billingPropertyOperations.js","sourceRoot":"","sources":["../../../src/operations/billingPropertyOperations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAC7C,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAUnD,6DAA6D;AAC7D,MAAM,OAAO,6BAA6B;IAIxC;;;OAGG;IACH,YAAY,MAA+B;QACzC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;OAIG;IACH,GAAG,CACD,OAA0C;QAE1C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAE,gBAAgB,CAAC,CAAC;IACzE,CAAC;IAED;;;;;OAKG;IACH,MAAM,CACJ,UAA2B,EAC3B,OAA6C;QAE7C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,UAAU,EAAE,OAAO,EAAE,EACvB,mBAAmB,CACpB,CAAC;IACJ,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,gBAAgB,GAA6B;IACjD,IAAI,EACF,qFAAqF;IACvF,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,eAAe;SACpC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,CAAC,cAAc,CAAC;IAC5D,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,mBAAmB,GAA6B;IACpD,IAAI,EACF,qFAAqF;IACvF,UAAU,EAAE,OAAO;IACnB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,eAAe;SACpC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,WAAW,EAAE,UAAU,CAAC,YAAY;IACpC,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,CAAC,cAAc,CAAC;IAC5D,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC"}
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { BillingRoleAssignments } from "../operationsInterfaces";
|
|
3
|
+
import { BillingManagementClient } from "../billingManagementClient";
|
|
4
|
+
import { BillingRoleAssignment, BillingRoleAssignmentsListByBillingAccountOptionalParams, BillingRoleAssignmentsListByInvoiceSectionOptionalParams, BillingRoleAssignmentsListByBillingProfileOptionalParams, BillingRoleAssignmentsGetByBillingAccountOptionalParams, BillingRoleAssignmentsGetByBillingAccountResponse, BillingRoleAssignmentsDeleteByBillingAccountOptionalParams, BillingRoleAssignmentsDeleteByBillingAccountResponse, BillingRoleAssignmentsGetByInvoiceSectionOptionalParams, BillingRoleAssignmentsGetByInvoiceSectionResponse, BillingRoleAssignmentsDeleteByInvoiceSectionOptionalParams, BillingRoleAssignmentsDeleteByInvoiceSectionResponse, BillingRoleAssignmentsGetByBillingProfileOptionalParams, BillingRoleAssignmentsGetByBillingProfileResponse, BillingRoleAssignmentsDeleteByBillingProfileOptionalParams, BillingRoleAssignmentsDeleteByBillingProfileResponse } from "../models";
|
|
5
|
+
/** Class containing BillingRoleAssignments operations. */
|
|
6
|
+
export declare class BillingRoleAssignmentsImpl implements BillingRoleAssignments {
|
|
7
|
+
private readonly client;
|
|
8
|
+
/**
|
|
9
|
+
* Initialize a new instance of the class BillingRoleAssignments class.
|
|
10
|
+
* @param client Reference to the service client
|
|
11
|
+
*/
|
|
12
|
+
constructor(client: BillingManagementClient);
|
|
13
|
+
/**
|
|
14
|
+
* Lists the role assignments for the caller on a billing account. The operation is supported for
|
|
15
|
+
* billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement.
|
|
16
|
+
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
17
|
+
* @param options The options parameters.
|
|
18
|
+
*/
|
|
19
|
+
listByBillingAccount(billingAccountName: string, options?: BillingRoleAssignmentsListByBillingAccountOptionalParams): PagedAsyncIterableIterator<BillingRoleAssignment>;
|
|
20
|
+
private listByBillingAccountPagingPage;
|
|
21
|
+
private listByBillingAccountPagingAll;
|
|
22
|
+
/**
|
|
23
|
+
* Lists the role assignments for the caller on an invoice section. The operation is supported for
|
|
24
|
+
* billing accounts with agreement type Microsoft Customer Agreement.
|
|
25
|
+
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
26
|
+
* @param billingProfileName The ID that uniquely identifies a billing profile.
|
|
27
|
+
* @param invoiceSectionName The ID that uniquely identifies an invoice section.
|
|
28
|
+
* @param options The options parameters.
|
|
29
|
+
*/
|
|
30
|
+
listByInvoiceSection(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, options?: BillingRoleAssignmentsListByInvoiceSectionOptionalParams): PagedAsyncIterableIterator<BillingRoleAssignment>;
|
|
31
|
+
private listByInvoiceSectionPagingPage;
|
|
32
|
+
private listByInvoiceSectionPagingAll;
|
|
33
|
+
/**
|
|
34
|
+
* Lists the role assignments for the caller on a billing profile. The operation is supported for
|
|
35
|
+
* billing accounts with agreement type Microsoft Customer Agreement.
|
|
36
|
+
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
37
|
+
* @param billingProfileName The ID that uniquely identifies a billing profile.
|
|
38
|
+
* @param options The options parameters.
|
|
39
|
+
*/
|
|
40
|
+
listByBillingProfile(billingAccountName: string, billingProfileName: string, options?: BillingRoleAssignmentsListByBillingProfileOptionalParams): PagedAsyncIterableIterator<BillingRoleAssignment>;
|
|
41
|
+
private listByBillingProfilePagingPage;
|
|
42
|
+
private listByBillingProfilePagingAll;
|
|
43
|
+
/**
|
|
44
|
+
* Gets a role assignment for the caller on a billing account. The operation is supported for billing
|
|
45
|
+
* accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement.
|
|
46
|
+
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
47
|
+
* @param billingRoleAssignmentName The ID that uniquely identifies a role assignment.
|
|
48
|
+
* @param options The options parameters.
|
|
49
|
+
*/
|
|
50
|
+
getByBillingAccount(billingAccountName: string, billingRoleAssignmentName: string, options?: BillingRoleAssignmentsGetByBillingAccountOptionalParams): Promise<BillingRoleAssignmentsGetByBillingAccountResponse>;
|
|
51
|
+
/**
|
|
52
|
+
* Deletes a role assignment for the caller on a billing account. The operation is supported for
|
|
53
|
+
* billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement.
|
|
54
|
+
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
55
|
+
* @param billingRoleAssignmentName The ID that uniquely identifies a role assignment.
|
|
56
|
+
* @param options The options parameters.
|
|
57
|
+
*/
|
|
58
|
+
deleteByBillingAccount(billingAccountName: string, billingRoleAssignmentName: string, options?: BillingRoleAssignmentsDeleteByBillingAccountOptionalParams): Promise<BillingRoleAssignmentsDeleteByBillingAccountResponse>;
|
|
59
|
+
/**
|
|
60
|
+
* Gets a role assignment for the caller on an invoice section. The operation is supported for billing
|
|
61
|
+
* accounts with agreement type Microsoft Customer Agreement.
|
|
62
|
+
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
63
|
+
* @param billingProfileName The ID that uniquely identifies a billing profile.
|
|
64
|
+
* @param invoiceSectionName The ID that uniquely identifies an invoice section.
|
|
65
|
+
* @param billingRoleAssignmentName The ID that uniquely identifies a role assignment.
|
|
66
|
+
* @param options The options parameters.
|
|
67
|
+
*/
|
|
68
|
+
getByInvoiceSection(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, billingRoleAssignmentName: string, options?: BillingRoleAssignmentsGetByInvoiceSectionOptionalParams): Promise<BillingRoleAssignmentsGetByInvoiceSectionResponse>;
|
|
69
|
+
/**
|
|
70
|
+
* Deletes a role assignment for the caller on an invoice section. The operation is supported for
|
|
71
|
+
* billing accounts with agreement type Microsoft Customer Agreement.
|
|
72
|
+
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
73
|
+
* @param billingProfileName The ID that uniquely identifies a billing profile.
|
|
74
|
+
* @param invoiceSectionName The ID that uniquely identifies an invoice section.
|
|
75
|
+
* @param billingRoleAssignmentName The ID that uniquely identifies a role assignment.
|
|
76
|
+
* @param options The options parameters.
|
|
77
|
+
*/
|
|
78
|
+
deleteByInvoiceSection(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, billingRoleAssignmentName: string, options?: BillingRoleAssignmentsDeleteByInvoiceSectionOptionalParams): Promise<BillingRoleAssignmentsDeleteByInvoiceSectionResponse>;
|
|
79
|
+
/**
|
|
80
|
+
* Gets a role assignment for the caller on a billing profile. The operation is supported for billing
|
|
81
|
+
* accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement.
|
|
82
|
+
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
83
|
+
* @param billingProfileName The ID that uniquely identifies a billing profile.
|
|
84
|
+
* @param billingRoleAssignmentName The ID that uniquely identifies a role assignment.
|
|
85
|
+
* @param options The options parameters.
|
|
86
|
+
*/
|
|
87
|
+
getByBillingProfile(billingAccountName: string, billingProfileName: string, billingRoleAssignmentName: string, options?: BillingRoleAssignmentsGetByBillingProfileOptionalParams): Promise<BillingRoleAssignmentsGetByBillingProfileResponse>;
|
|
88
|
+
/**
|
|
89
|
+
* Deletes a role assignment for the caller on a billing profile. The operation is supported for
|
|
90
|
+
* billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement.
|
|
91
|
+
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
92
|
+
* @param billingProfileName The ID that uniquely identifies a billing profile.
|
|
93
|
+
* @param billingRoleAssignmentName The ID that uniquely identifies a role assignment.
|
|
94
|
+
* @param options The options parameters.
|
|
95
|
+
*/
|
|
96
|
+
deleteByBillingProfile(billingAccountName: string, billingProfileName: string, billingRoleAssignmentName: string, options?: BillingRoleAssignmentsDeleteByBillingProfileOptionalParams): Promise<BillingRoleAssignmentsDeleteByBillingProfileResponse>;
|
|
97
|
+
/**
|
|
98
|
+
* Lists the role assignments for the caller on a billing account. The operation is supported for
|
|
99
|
+
* billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement.
|
|
100
|
+
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
101
|
+
* @param options The options parameters.
|
|
102
|
+
*/
|
|
103
|
+
private _listByBillingAccount;
|
|
104
|
+
/**
|
|
105
|
+
* Lists the role assignments for the caller on an invoice section. The operation is supported for
|
|
106
|
+
* billing accounts with agreement type Microsoft Customer Agreement.
|
|
107
|
+
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
108
|
+
* @param billingProfileName The ID that uniquely identifies a billing profile.
|
|
109
|
+
* @param invoiceSectionName The ID that uniquely identifies an invoice section.
|
|
110
|
+
* @param options The options parameters.
|
|
111
|
+
*/
|
|
112
|
+
private _listByInvoiceSection;
|
|
113
|
+
/**
|
|
114
|
+
* Lists the role assignments for the caller on a billing profile. The operation is supported for
|
|
115
|
+
* billing accounts with agreement type Microsoft Customer Agreement.
|
|
116
|
+
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
117
|
+
* @param billingProfileName The ID that uniquely identifies a billing profile.
|
|
118
|
+
* @param options The options parameters.
|
|
119
|
+
*/
|
|
120
|
+
private _listByBillingProfile;
|
|
121
|
+
/**
|
|
122
|
+
* ListByBillingAccountNext
|
|
123
|
+
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
124
|
+
* @param nextLink The nextLink from the previous successful call to the ListByBillingAccount method.
|
|
125
|
+
* @param options The options parameters.
|
|
126
|
+
*/
|
|
127
|
+
private _listByBillingAccountNext;
|
|
128
|
+
/**
|
|
129
|
+
* ListByInvoiceSectionNext
|
|
130
|
+
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
131
|
+
* @param billingProfileName The ID that uniquely identifies a billing profile.
|
|
132
|
+
* @param invoiceSectionName The ID that uniquely identifies an invoice section.
|
|
133
|
+
* @param nextLink The nextLink from the previous successful call to the ListByInvoiceSection method.
|
|
134
|
+
* @param options The options parameters.
|
|
135
|
+
*/
|
|
136
|
+
private _listByInvoiceSectionNext;
|
|
137
|
+
/**
|
|
138
|
+
* ListByBillingProfileNext
|
|
139
|
+
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
140
|
+
* @param billingProfileName The ID that uniquely identifies a billing profile.
|
|
141
|
+
* @param nextLink The nextLink from the previous successful call to the ListByBillingProfile method.
|
|
142
|
+
* @param options The options parameters.
|
|
143
|
+
*/
|
|
144
|
+
private _listByBillingProfileNext;
|
|
145
|
+
}
|
|
146
|
+
//# sourceMappingURL=billingRoleAssignments.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"billingRoleAssignments.d.ts","sourceRoot":"","sources":["../../../src/operations/billingRoleAssignments.ts"],"names":[],"mappings":"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"}
|