@azure/arm-billing 3.1.1 → 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 +69 -81
- 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/{esm → dist-esm/src}/models/mappers.js +2114 -1808
- 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/{esm → dist-esm/src}/operations/index.d.ts +1 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +4 -5
- 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 +65 -32
- package/review/arm-billing.api.md +2361 -0
- package/rollup.config.js +181 -30
- package/src/billingManagementClient.ts +144 -73
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +2567 -3859
- package/src/models/mappers.ts +2120 -1803
- package/src/models/parameters.ts +257 -103
- package/src/operations/address.ts +38 -56
- package/src/operations/agreements.ts +133 -118
- package/src/operations/availableBalances.ts +41 -56
- package/src/operations/billingAccounts.ts +314 -229
- package/src/operations/billingPeriods.ts +131 -122
- package/src/operations/billingPermissions.ts +468 -275
- package/src/operations/billingProfiles.ts +236 -165
- package/src/operations/billingPropertyOperations.ts +55 -94
- package/src/operations/billingRoleAssignments.ts +506 -453
- package/src/operations/billingRoleDefinitions.ts +436 -334
- package/src/operations/billingSubscriptions.ts +669 -487
- package/src/operations/customers.ts +263 -187
- package/src/operations/enrollmentAccounts.ts +104 -108
- package/src/operations/index.ts +4 -5
- package/src/operations/instructions.ts +182 -167
- package/src/operations/invoiceSections.ts +265 -167
- package/src/operations/invoices.ts +903 -544
- package/src/operations/operations.ts +87 -73
- package/src/operations/policies.ts +112 -188
- package/src/operations/products.ts +599 -501
- package/src/operations/reservations.ts +344 -0
- package/src/operations/transactions.ts +133 -81
- 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 +3 -3
- package/types/arm-billing.d.ts +4451 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-billing.js +0 -8674
- 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 -43
- package/esm/billingManagementClient.d.ts.map +0 -1
- package/esm/billingManagementClient.js +0 -57
- package/esm/billingManagementClient.js.map +0 -1
- package/esm/billingManagementClientContext.d.ts +0 -21
- package/esm/billingManagementClientContext.d.ts.map +0 -1
- package/esm/billingManagementClientContext.js +0 -60
- package/esm/billingManagementClientContext.js.map +0 -1
- package/esm/models/addressMappers.d.ts +0 -2
- package/esm/models/addressMappers.d.ts.map +0 -1
- package/esm/models/addressMappers.js +0 -9
- package/esm/models/addressMappers.js.map +0 -1
- package/esm/models/agreementsMappers.d.ts +0 -2
- package/esm/models/agreementsMappers.d.ts.map +0 -1
- package/esm/models/agreementsMappers.js +0 -9
- package/esm/models/agreementsMappers.js.map +0 -1
- package/esm/models/availableBalancesMappers.d.ts +0 -2
- package/esm/models/availableBalancesMappers.d.ts.map +0 -1
- package/esm/models/availableBalancesMappers.js +0 -9
- package/esm/models/availableBalancesMappers.js.map +0 -1
- package/esm/models/billingAccountsMappers.d.ts +0 -2
- package/esm/models/billingAccountsMappers.d.ts.map +0 -1
- package/esm/models/billingAccountsMappers.js +0 -9
- package/esm/models/billingAccountsMappers.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 -9
- package/esm/models/billingPeriodsMappers.js.map +0 -1
- package/esm/models/billingPermissionsMappers.d.ts +0 -2
- package/esm/models/billingPermissionsMappers.d.ts.map +0 -1
- package/esm/models/billingPermissionsMappers.js +0 -9
- package/esm/models/billingPermissionsMappers.js.map +0 -1
- package/esm/models/billingProfilesMappers.d.ts +0 -2
- package/esm/models/billingProfilesMappers.d.ts.map +0 -1
- package/esm/models/billingProfilesMappers.js +0 -9
- package/esm/models/billingProfilesMappers.js.map +0 -1
- package/esm/models/billingPropertyOperationsMappers.d.ts +0 -2
- package/esm/models/billingPropertyOperationsMappers.d.ts.map +0 -1
- package/esm/models/billingPropertyOperationsMappers.js +0 -9
- package/esm/models/billingPropertyOperationsMappers.js.map +0 -1
- package/esm/models/billingRoleAssignmentsMappers.d.ts +0 -2
- package/esm/models/billingRoleAssignmentsMappers.d.ts.map +0 -1
- package/esm/models/billingRoleAssignmentsMappers.js +0 -9
- package/esm/models/billingRoleAssignmentsMappers.js.map +0 -1
- package/esm/models/billingRoleDefinitionsMappers.d.ts +0 -2
- package/esm/models/billingRoleDefinitionsMappers.d.ts.map +0 -1
- package/esm/models/billingRoleDefinitionsMappers.js +0 -9
- package/esm/models/billingRoleDefinitionsMappers.js.map +0 -1
- package/esm/models/billingSubscriptionsMappers.d.ts +0 -2
- package/esm/models/billingSubscriptionsMappers.d.ts.map +0 -1
- package/esm/models/billingSubscriptionsMappers.js +0 -9
- package/esm/models/billingSubscriptionsMappers.js.map +0 -1
- package/esm/models/customersMappers.d.ts +0 -2
- package/esm/models/customersMappers.d.ts.map +0 -1
- package/esm/models/customersMappers.js +0 -9
- package/esm/models/customersMappers.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 -9
- package/esm/models/enrollmentAccountsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -4587
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -8
- package/esm/models/index.js.map +0 -1
- package/esm/models/instructionsMappers.d.ts +0 -2
- package/esm/models/instructionsMappers.d.ts.map +0 -1
- package/esm/models/instructionsMappers.js +0 -9
- package/esm/models/instructionsMappers.js.map +0 -1
- package/esm/models/invoiceSectionsMappers.d.ts +0 -2
- package/esm/models/invoiceSectionsMappers.d.ts.map +0 -1
- package/esm/models/invoiceSectionsMappers.js +0 -9
- package/esm/models/invoiceSectionsMappers.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 -9
- package/esm/models/invoicesMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -82
- package/esm/models/mappers.d.ts.map +0 -1
- 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 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -27
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -279
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/policiesMappers.d.ts +0 -2
- package/esm/models/policiesMappers.d.ts.map +0 -1
- package/esm/models/policiesMappers.js +0 -9
- package/esm/models/policiesMappers.js.map +0 -1
- package/esm/models/productsMappers.d.ts +0 -2
- package/esm/models/productsMappers.d.ts.map +0 -1
- package/esm/models/productsMappers.js +0 -9
- package/esm/models/productsMappers.js.map +0 -1
- package/esm/models/transactionsMappers.d.ts +0 -2
- package/esm/models/transactionsMappers.d.ts.map +0 -1
- package/esm/models/transactionsMappers.js +0 -9
- package/esm/models/transactionsMappers.js.map +0 -1
- package/esm/operations/address.d.ts +0 -32
- package/esm/operations/address.d.ts.map +0 -1
- package/esm/operations/address.js +0 -57
- package/esm/operations/address.js.map +0 -1
- package/esm/operations/agreements.d.ts +0 -70
- package/esm/operations/agreements.d.ts.map +0 -1
- package/esm/operations/agreements.js +0 -113
- package/esm/operations/agreements.js.map +0 -1
- package/esm/operations/availableBalances.d.ts +0 -36
- package/esm/operations/availableBalances.d.ts.map +0 -1
- package/esm/operations/availableBalances.js +0 -57
- package/esm/operations/availableBalances.js.map +0 -1
- package/esm/operations/billingAccounts.d.ts +0 -127
- package/esm/operations/billingAccounts.d.ts.map +0 -1
- package/esm/operations/billingAccounts.js +0 -218
- package/esm/operations/billingAccounts.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/billingPermissions.d.ts +0 -169
- package/esm/operations/billingPermissions.d.ts.map +0 -1
- package/esm/operations/billingPermissions.js +0 -251
- package/esm/operations/billingPermissions.js.map +0 -1
- package/esm/operations/billingProfiles.d.ts +0 -94
- package/esm/operations/billingProfiles.d.ts.map +0 -1
- package/esm/operations/billingProfiles.js +0 -176
- package/esm/operations/billingProfiles.js.map +0 -1
- package/esm/operations/billingPropertyOperations.d.ts +0 -46
- package/esm/operations/billingPropertyOperations.d.ts.map +0 -1
- package/esm/operations/billingPropertyOperations.js +0 -91
- package/esm/operations/billingPropertyOperations.js.map +0 -1
- package/esm/operations/billingRoleAssignments.d.ts +0 -292
- package/esm/operations/billingRoleAssignments.d.ts.map +0 -1
- package/esm/operations/billingRoleAssignments.js +0 -387
- package/esm/operations/billingRoleAssignments.js.map +0 -1
- package/esm/operations/billingRoleDefinitions.d.ts +0 -211
- package/esm/operations/billingRoleDefinitions.d.ts.map +0 -1
- package/esm/operations/billingRoleDefinitions.js +0 -291
- package/esm/operations/billingRoleDefinitions.js.map +0 -1
- package/esm/operations/billingSubscriptions.d.ts +0 -267
- package/esm/operations/billingSubscriptions.d.ts.map +0 -1
- package/esm/operations/billingSubscriptions.js +0 -414
- package/esm/operations/billingSubscriptions.js.map +0 -1
- package/esm/operations/customers.d.ts +0 -114
- package/esm/operations/customers.d.ts.map +0 -1
- package/esm/operations/customers.js +0 -172
- package/esm/operations/customers.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.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/instructions.d.ts +0 -105
- package/esm/operations/instructions.d.ts.map +0 -1
- package/esm/operations/instructions.js +0 -153
- package/esm/operations/instructions.js.map +0 -1
- package/esm/operations/invoiceSections.d.ts +0 -102
- package/esm/operations/invoiceSections.d.ts.map +0 -1
- package/esm/operations/invoiceSections.js +0 -182
- package/esm/operations/invoiceSections.js.map +0 -1
- package/esm/operations/invoices.d.ts +0 -291
- package/esm/operations/invoices.d.ts.map +0 -1
- package/esm/operations/invoices.js +0 -539
- 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/esm/operations/policies.d.ts +0 -104
- package/esm/operations/policies.d.ts.map +0 -1
- package/esm/operations/policies.js +0 -162
- package/esm/operations/policies.js.map +0 -1
- package/esm/operations/products.d.ts +0 -279
- package/esm/operations/products.d.ts.map +0 -1
- package/esm/operations/products.js +0 -403
- package/esm/operations/products.js.map +0 -1
- package/esm/operations/transactions.d.ts +0 -54
- package/esm/operations/transactions.d.ts.map +0 -1
- package/esm/operations/transactions.js +0 -83
- package/esm/operations/transactions.js.map +0 -1
- package/src/billingManagementClientContext.ts +0 -66
- package/src/models/addressMappers.ts +0 -15
- package/src/models/agreementsMappers.ts +0 -50
- package/src/models/availableBalancesMappers.ts +0 -49
- package/src/models/billingAccountsMappers.ts +0 -53
- package/src/models/billingPeriodsMappers.ts +0 -50
- package/src/models/billingPermissionsMappers.ts +0 -15
- package/src/models/billingProfilesMappers.ts +0 -51
- package/src/models/billingPropertyOperationsMappers.ts +0 -49
- package/src/models/billingRoleAssignmentsMappers.ts +0 -50
- package/src/models/billingRoleDefinitionsMappers.ts +0 -50
- package/src/models/billingSubscriptionsMappers.ts +0 -54
- package/src/models/customersMappers.ts +0 -50
- package/src/models/enrollmentAccountsMappers.ts +0 -50
- package/src/models/instructionsMappers.ts +0 -50
- package/src/models/invoiceSectionsMappers.ts +0 -51
- package/src/models/invoicesMappers.ts +0 -55
- package/src/models/operationsMappers.ts +0 -16
- package/src/models/policiesMappers.ts +0 -49
- package/src/models/productsMappers.ts +0 -54
- package/src/models/transactionsMappers.ts +0 -50
|
@@ -1,414 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for
|
|
4
|
-
* license information.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
9
|
-
*/
|
|
10
|
-
import { __assign } from "tslib";
|
|
11
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
12
|
-
import * as Mappers from "../models/billingSubscriptionsMappers";
|
|
13
|
-
import * as Parameters from "../models/parameters";
|
|
14
|
-
/** Class representing a BillingSubscriptions. */
|
|
15
|
-
var BillingSubscriptions = /** @class */ (function () {
|
|
16
|
-
/**
|
|
17
|
-
* Create a BillingSubscriptions.
|
|
18
|
-
* @param {BillingManagementClientContext} client Reference to the service client.
|
|
19
|
-
*/
|
|
20
|
-
function BillingSubscriptions(client) {
|
|
21
|
-
this.client = client;
|
|
22
|
-
}
|
|
23
|
-
BillingSubscriptions.prototype.listByCustomer = function (billingAccountName, customerName, options, callback) {
|
|
24
|
-
return this.client.sendOperationRequest({
|
|
25
|
-
billingAccountName: billingAccountName,
|
|
26
|
-
customerName: customerName,
|
|
27
|
-
options: options
|
|
28
|
-
}, listByCustomerOperationSpec, callback);
|
|
29
|
-
};
|
|
30
|
-
BillingSubscriptions.prototype.listByBillingAccount = function (billingAccountName, options, callback) {
|
|
31
|
-
return this.client.sendOperationRequest({
|
|
32
|
-
billingAccountName: billingAccountName,
|
|
33
|
-
options: options
|
|
34
|
-
}, listByBillingAccountOperationSpec, callback);
|
|
35
|
-
};
|
|
36
|
-
BillingSubscriptions.prototype.listByBillingProfile = function (billingAccountName, billingProfileName, options, callback) {
|
|
37
|
-
return this.client.sendOperationRequest({
|
|
38
|
-
billingAccountName: billingAccountName,
|
|
39
|
-
billingProfileName: billingProfileName,
|
|
40
|
-
options: options
|
|
41
|
-
}, listByBillingProfileOperationSpec, callback);
|
|
42
|
-
};
|
|
43
|
-
BillingSubscriptions.prototype.listByInvoiceSection = function (billingAccountName, billingProfileName, invoiceSectionName, options, callback) {
|
|
44
|
-
return this.client.sendOperationRequest({
|
|
45
|
-
billingAccountName: billingAccountName,
|
|
46
|
-
billingProfileName: billingProfileName,
|
|
47
|
-
invoiceSectionName: invoiceSectionName,
|
|
48
|
-
options: options
|
|
49
|
-
}, listByInvoiceSectionOperationSpec, callback);
|
|
50
|
-
};
|
|
51
|
-
BillingSubscriptions.prototype.get = function (billingAccountName, options, callback) {
|
|
52
|
-
return this.client.sendOperationRequest({
|
|
53
|
-
billingAccountName: billingAccountName,
|
|
54
|
-
options: options
|
|
55
|
-
}, getOperationSpec, callback);
|
|
56
|
-
};
|
|
57
|
-
BillingSubscriptions.prototype.update = function (billingAccountName, parameters, options, callback) {
|
|
58
|
-
return this.client.sendOperationRequest({
|
|
59
|
-
billingAccountName: billingAccountName,
|
|
60
|
-
parameters: parameters,
|
|
61
|
-
options: options
|
|
62
|
-
}, updateOperationSpec, callback);
|
|
63
|
-
};
|
|
64
|
-
/**
|
|
65
|
-
* Moves a subscription's charges to a new invoice section. The new invoice section must belong to
|
|
66
|
-
* the same billing profile as the existing invoice section. This operation is supported for
|
|
67
|
-
* billing accounts with agreement type Microsoft Customer Agreement.
|
|
68
|
-
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
69
|
-
* @param destinationInvoiceSectionId The destination invoice section id.
|
|
70
|
-
* @param [options] The optional parameters
|
|
71
|
-
* @returns Promise<Models.BillingSubscriptionsMoveResponse>
|
|
72
|
-
*/
|
|
73
|
-
BillingSubscriptions.prototype.move = function (billingAccountName, destinationInvoiceSectionId, options) {
|
|
74
|
-
return this.beginMove(billingAccountName, destinationInvoiceSectionId, options)
|
|
75
|
-
.then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
|
|
76
|
-
};
|
|
77
|
-
BillingSubscriptions.prototype.validateMove = function (billingAccountName, destinationInvoiceSectionId, options, callback) {
|
|
78
|
-
return this.client.sendOperationRequest({
|
|
79
|
-
billingAccountName: billingAccountName,
|
|
80
|
-
destinationInvoiceSectionId: destinationInvoiceSectionId,
|
|
81
|
-
options: options
|
|
82
|
-
}, validateMoveOperationSpec, callback);
|
|
83
|
-
};
|
|
84
|
-
/**
|
|
85
|
-
* Moves a subscription's charges to a new invoice section. The new invoice section must belong to
|
|
86
|
-
* the same billing profile as the existing invoice section. This operation is supported for
|
|
87
|
-
* billing accounts with agreement type Microsoft Customer Agreement.
|
|
88
|
-
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
89
|
-
* @param destinationInvoiceSectionId The destination invoice section id.
|
|
90
|
-
* @param [options] The optional parameters
|
|
91
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
92
|
-
*/
|
|
93
|
-
BillingSubscriptions.prototype.beginMove = function (billingAccountName, destinationInvoiceSectionId, options) {
|
|
94
|
-
return this.client.sendLRORequest({
|
|
95
|
-
billingAccountName: billingAccountName,
|
|
96
|
-
destinationInvoiceSectionId: destinationInvoiceSectionId,
|
|
97
|
-
options: options
|
|
98
|
-
}, beginMoveOperationSpec, options);
|
|
99
|
-
};
|
|
100
|
-
BillingSubscriptions.prototype.listByCustomerNext = function (nextPageLink, options, callback) {
|
|
101
|
-
return this.client.sendOperationRequest({
|
|
102
|
-
nextPageLink: nextPageLink,
|
|
103
|
-
options: options
|
|
104
|
-
}, listByCustomerNextOperationSpec, callback);
|
|
105
|
-
};
|
|
106
|
-
BillingSubscriptions.prototype.listByBillingAccountNext = function (nextPageLink, options, callback) {
|
|
107
|
-
return this.client.sendOperationRequest({
|
|
108
|
-
nextPageLink: nextPageLink,
|
|
109
|
-
options: options
|
|
110
|
-
}, listByBillingAccountNextOperationSpec, callback);
|
|
111
|
-
};
|
|
112
|
-
BillingSubscriptions.prototype.listByBillingProfileNext = function (nextPageLink, options, callback) {
|
|
113
|
-
return this.client.sendOperationRequest({
|
|
114
|
-
nextPageLink: nextPageLink,
|
|
115
|
-
options: options
|
|
116
|
-
}, listByBillingProfileNextOperationSpec, callback);
|
|
117
|
-
};
|
|
118
|
-
BillingSubscriptions.prototype.listByInvoiceSectionNext = function (nextPageLink, options, callback) {
|
|
119
|
-
return this.client.sendOperationRequest({
|
|
120
|
-
nextPageLink: nextPageLink,
|
|
121
|
-
options: options
|
|
122
|
-
}, listByInvoiceSectionNextOperationSpec, callback);
|
|
123
|
-
};
|
|
124
|
-
return BillingSubscriptions;
|
|
125
|
-
}());
|
|
126
|
-
export { BillingSubscriptions };
|
|
127
|
-
// Operation Specifications
|
|
128
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
129
|
-
var listByCustomerOperationSpec = {
|
|
130
|
-
httpMethod: "GET",
|
|
131
|
-
path: "providers/Microsoft.Billing/billingAccounts/{billingAccountName}/customers/{customerName}/billingSubscriptions",
|
|
132
|
-
urlParameters: [
|
|
133
|
-
Parameters.billingAccountName,
|
|
134
|
-
Parameters.customerName
|
|
135
|
-
],
|
|
136
|
-
queryParameters: [
|
|
137
|
-
Parameters.apiVersion0
|
|
138
|
-
],
|
|
139
|
-
headerParameters: [
|
|
140
|
-
Parameters.acceptLanguage
|
|
141
|
-
],
|
|
142
|
-
responses: {
|
|
143
|
-
200: {
|
|
144
|
-
bodyMapper: Mappers.BillingSubscriptionsListResult
|
|
145
|
-
},
|
|
146
|
-
default: {
|
|
147
|
-
bodyMapper: Mappers.ErrorResponse
|
|
148
|
-
}
|
|
149
|
-
},
|
|
150
|
-
serializer: serializer
|
|
151
|
-
};
|
|
152
|
-
var listByBillingAccountOperationSpec = {
|
|
153
|
-
httpMethod: "GET",
|
|
154
|
-
path: "providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptions",
|
|
155
|
-
urlParameters: [
|
|
156
|
-
Parameters.billingAccountName
|
|
157
|
-
],
|
|
158
|
-
queryParameters: [
|
|
159
|
-
Parameters.apiVersion0
|
|
160
|
-
],
|
|
161
|
-
headerParameters: [
|
|
162
|
-
Parameters.acceptLanguage
|
|
163
|
-
],
|
|
164
|
-
responses: {
|
|
165
|
-
200: {
|
|
166
|
-
bodyMapper: Mappers.BillingSubscriptionsListResult
|
|
167
|
-
},
|
|
168
|
-
default: {
|
|
169
|
-
bodyMapper: Mappers.ErrorResponse
|
|
170
|
-
}
|
|
171
|
-
},
|
|
172
|
-
serializer: serializer
|
|
173
|
-
};
|
|
174
|
-
var listByBillingProfileOperationSpec = {
|
|
175
|
-
httpMethod: "GET",
|
|
176
|
-
path: "providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/billingSubscriptions",
|
|
177
|
-
urlParameters: [
|
|
178
|
-
Parameters.billingAccountName,
|
|
179
|
-
Parameters.billingProfileName
|
|
180
|
-
],
|
|
181
|
-
queryParameters: [
|
|
182
|
-
Parameters.apiVersion0
|
|
183
|
-
],
|
|
184
|
-
headerParameters: [
|
|
185
|
-
Parameters.acceptLanguage
|
|
186
|
-
],
|
|
187
|
-
responses: {
|
|
188
|
-
200: {
|
|
189
|
-
bodyMapper: Mappers.BillingSubscriptionsListResult
|
|
190
|
-
},
|
|
191
|
-
default: {
|
|
192
|
-
bodyMapper: Mappers.ErrorResponse
|
|
193
|
-
}
|
|
194
|
-
},
|
|
195
|
-
serializer: serializer
|
|
196
|
-
};
|
|
197
|
-
var listByInvoiceSectionOperationSpec = {
|
|
198
|
-
httpMethod: "GET",
|
|
199
|
-
path: "providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}/billingSubscriptions",
|
|
200
|
-
urlParameters: [
|
|
201
|
-
Parameters.billingAccountName,
|
|
202
|
-
Parameters.billingProfileName,
|
|
203
|
-
Parameters.invoiceSectionName
|
|
204
|
-
],
|
|
205
|
-
queryParameters: [
|
|
206
|
-
Parameters.apiVersion0
|
|
207
|
-
],
|
|
208
|
-
headerParameters: [
|
|
209
|
-
Parameters.acceptLanguage
|
|
210
|
-
],
|
|
211
|
-
responses: {
|
|
212
|
-
200: {
|
|
213
|
-
bodyMapper: Mappers.BillingSubscriptionsListResult
|
|
214
|
-
},
|
|
215
|
-
default: {
|
|
216
|
-
bodyMapper: Mappers.ErrorResponse
|
|
217
|
-
}
|
|
218
|
-
},
|
|
219
|
-
serializer: serializer
|
|
220
|
-
};
|
|
221
|
-
var getOperationSpec = {
|
|
222
|
-
httpMethod: "GET",
|
|
223
|
-
path: "providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptions/{subscriptionId}",
|
|
224
|
-
urlParameters: [
|
|
225
|
-
Parameters.billingAccountName,
|
|
226
|
-
Parameters.subscriptionId
|
|
227
|
-
],
|
|
228
|
-
queryParameters: [
|
|
229
|
-
Parameters.apiVersion0
|
|
230
|
-
],
|
|
231
|
-
headerParameters: [
|
|
232
|
-
Parameters.acceptLanguage
|
|
233
|
-
],
|
|
234
|
-
responses: {
|
|
235
|
-
200: {
|
|
236
|
-
bodyMapper: Mappers.BillingSubscription
|
|
237
|
-
},
|
|
238
|
-
default: {
|
|
239
|
-
bodyMapper: Mappers.ErrorResponse
|
|
240
|
-
}
|
|
241
|
-
},
|
|
242
|
-
serializer: serializer
|
|
243
|
-
};
|
|
244
|
-
var updateOperationSpec = {
|
|
245
|
-
httpMethod: "PATCH",
|
|
246
|
-
path: "providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptions/{subscriptionId}",
|
|
247
|
-
urlParameters: [
|
|
248
|
-
Parameters.billingAccountName,
|
|
249
|
-
Parameters.subscriptionId
|
|
250
|
-
],
|
|
251
|
-
queryParameters: [
|
|
252
|
-
Parameters.apiVersion0
|
|
253
|
-
],
|
|
254
|
-
headerParameters: [
|
|
255
|
-
Parameters.acceptLanguage
|
|
256
|
-
],
|
|
257
|
-
requestBody: {
|
|
258
|
-
parameterPath: "parameters",
|
|
259
|
-
mapper: __assign(__assign({}, Mappers.BillingSubscription), { required: true })
|
|
260
|
-
},
|
|
261
|
-
responses: {
|
|
262
|
-
200: {
|
|
263
|
-
bodyMapper: Mappers.BillingSubscription
|
|
264
|
-
},
|
|
265
|
-
default: {
|
|
266
|
-
bodyMapper: Mappers.ErrorResponse
|
|
267
|
-
}
|
|
268
|
-
},
|
|
269
|
-
serializer: serializer
|
|
270
|
-
};
|
|
271
|
-
var validateMoveOperationSpec = {
|
|
272
|
-
httpMethod: "POST",
|
|
273
|
-
path: "providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptions/{subscriptionId}/validateMoveEligibility",
|
|
274
|
-
urlParameters: [
|
|
275
|
-
Parameters.billingAccountName,
|
|
276
|
-
Parameters.subscriptionId
|
|
277
|
-
],
|
|
278
|
-
queryParameters: [
|
|
279
|
-
Parameters.apiVersion0
|
|
280
|
-
],
|
|
281
|
-
headerParameters: [
|
|
282
|
-
Parameters.acceptLanguage
|
|
283
|
-
],
|
|
284
|
-
requestBody: {
|
|
285
|
-
parameterPath: {
|
|
286
|
-
destinationInvoiceSectionId: "destinationInvoiceSectionId"
|
|
287
|
-
},
|
|
288
|
-
mapper: __assign(__assign({}, Mappers.TransferBillingSubscriptionRequestProperties), { required: true })
|
|
289
|
-
},
|
|
290
|
-
responses: {
|
|
291
|
-
200: {
|
|
292
|
-
bodyMapper: Mappers.ValidateSubscriptionTransferEligibilityResult
|
|
293
|
-
},
|
|
294
|
-
default: {
|
|
295
|
-
bodyMapper: Mappers.ErrorResponse
|
|
296
|
-
}
|
|
297
|
-
},
|
|
298
|
-
serializer: serializer
|
|
299
|
-
};
|
|
300
|
-
var beginMoveOperationSpec = {
|
|
301
|
-
httpMethod: "POST",
|
|
302
|
-
path: "providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptions/{subscriptionId}/move",
|
|
303
|
-
urlParameters: [
|
|
304
|
-
Parameters.billingAccountName,
|
|
305
|
-
Parameters.subscriptionId
|
|
306
|
-
],
|
|
307
|
-
queryParameters: [
|
|
308
|
-
Parameters.apiVersion0
|
|
309
|
-
],
|
|
310
|
-
headerParameters: [
|
|
311
|
-
Parameters.acceptLanguage
|
|
312
|
-
],
|
|
313
|
-
requestBody: {
|
|
314
|
-
parameterPath: {
|
|
315
|
-
destinationInvoiceSectionId: "destinationInvoiceSectionId"
|
|
316
|
-
},
|
|
317
|
-
mapper: __assign(__assign({}, Mappers.TransferBillingSubscriptionRequestProperties), { required: true })
|
|
318
|
-
},
|
|
319
|
-
responses: {
|
|
320
|
-
200: {
|
|
321
|
-
bodyMapper: Mappers.BillingSubscription,
|
|
322
|
-
headersMapper: Mappers.BillingSubscriptionsMoveHeaders
|
|
323
|
-
},
|
|
324
|
-
202: {
|
|
325
|
-
headersMapper: Mappers.BillingSubscriptionsMoveHeaders
|
|
326
|
-
},
|
|
327
|
-
default: {
|
|
328
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
329
|
-
headersMapper: Mappers.BillingSubscriptionsMoveHeaders
|
|
330
|
-
}
|
|
331
|
-
},
|
|
332
|
-
serializer: serializer
|
|
333
|
-
};
|
|
334
|
-
var listByCustomerNextOperationSpec = {
|
|
335
|
-
httpMethod: "GET",
|
|
336
|
-
baseUrl: "https://management.azure.com",
|
|
337
|
-
path: "{nextLink}",
|
|
338
|
-
urlParameters: [
|
|
339
|
-
Parameters.nextPageLink
|
|
340
|
-
],
|
|
341
|
-
headerParameters: [
|
|
342
|
-
Parameters.acceptLanguage
|
|
343
|
-
],
|
|
344
|
-
responses: {
|
|
345
|
-
200: {
|
|
346
|
-
bodyMapper: Mappers.BillingSubscriptionsListResult
|
|
347
|
-
},
|
|
348
|
-
default: {
|
|
349
|
-
bodyMapper: Mappers.ErrorResponse
|
|
350
|
-
}
|
|
351
|
-
},
|
|
352
|
-
serializer: serializer
|
|
353
|
-
};
|
|
354
|
-
var listByBillingAccountNextOperationSpec = {
|
|
355
|
-
httpMethod: "GET",
|
|
356
|
-
baseUrl: "https://management.azure.com",
|
|
357
|
-
path: "{nextLink}",
|
|
358
|
-
urlParameters: [
|
|
359
|
-
Parameters.nextPageLink
|
|
360
|
-
],
|
|
361
|
-
headerParameters: [
|
|
362
|
-
Parameters.acceptLanguage
|
|
363
|
-
],
|
|
364
|
-
responses: {
|
|
365
|
-
200: {
|
|
366
|
-
bodyMapper: Mappers.BillingSubscriptionsListResult
|
|
367
|
-
},
|
|
368
|
-
default: {
|
|
369
|
-
bodyMapper: Mappers.ErrorResponse
|
|
370
|
-
}
|
|
371
|
-
},
|
|
372
|
-
serializer: serializer
|
|
373
|
-
};
|
|
374
|
-
var listByBillingProfileNextOperationSpec = {
|
|
375
|
-
httpMethod: "GET",
|
|
376
|
-
baseUrl: "https://management.azure.com",
|
|
377
|
-
path: "{nextLink}",
|
|
378
|
-
urlParameters: [
|
|
379
|
-
Parameters.nextPageLink
|
|
380
|
-
],
|
|
381
|
-
headerParameters: [
|
|
382
|
-
Parameters.acceptLanguage
|
|
383
|
-
],
|
|
384
|
-
responses: {
|
|
385
|
-
200: {
|
|
386
|
-
bodyMapper: Mappers.BillingSubscriptionsListResult
|
|
387
|
-
},
|
|
388
|
-
default: {
|
|
389
|
-
bodyMapper: Mappers.ErrorResponse
|
|
390
|
-
}
|
|
391
|
-
},
|
|
392
|
-
serializer: serializer
|
|
393
|
-
};
|
|
394
|
-
var listByInvoiceSectionNextOperationSpec = {
|
|
395
|
-
httpMethod: "GET",
|
|
396
|
-
baseUrl: "https://management.azure.com",
|
|
397
|
-
path: "{nextLink}",
|
|
398
|
-
urlParameters: [
|
|
399
|
-
Parameters.nextPageLink
|
|
400
|
-
],
|
|
401
|
-
headerParameters: [
|
|
402
|
-
Parameters.acceptLanguage
|
|
403
|
-
],
|
|
404
|
-
responses: {
|
|
405
|
-
200: {
|
|
406
|
-
bodyMapper: Mappers.BillingSubscriptionsListResult
|
|
407
|
-
},
|
|
408
|
-
default: {
|
|
409
|
-
bodyMapper: Mappers.ErrorResponse
|
|
410
|
-
}
|
|
411
|
-
},
|
|
412
|
-
serializer: serializer
|
|
413
|
-
};
|
|
414
|
-
//# sourceMappingURL=billingSubscriptions.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"billingSubscriptions.js","sourceRoot":"","sources":["../../src/operations/billingSubscriptions.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,114 +0,0 @@
|
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
-
import * as Models from "../models";
|
|
3
|
-
import { BillingManagementClientContext } from "../billingManagementClientContext";
|
|
4
|
-
/** Class representing a Customers. */
|
|
5
|
-
export declare class Customers {
|
|
6
|
-
private readonly client;
|
|
7
|
-
/**
|
|
8
|
-
* Create a Customers.
|
|
9
|
-
* @param {BillingManagementClientContext} client Reference to the service client.
|
|
10
|
-
*/
|
|
11
|
-
constructor(client: BillingManagementClientContext);
|
|
12
|
-
/**
|
|
13
|
-
* Lists the customers that are billed to a billing profile. The operation is supported only for
|
|
14
|
-
* billing accounts with agreement type Microsoft Partner Agreement.
|
|
15
|
-
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
16
|
-
* @param billingProfileName The ID that uniquely identifies a billing profile.
|
|
17
|
-
* @param [options] The optional parameters
|
|
18
|
-
* @returns Promise<Models.CustomersListByBillingProfileResponse>
|
|
19
|
-
*/
|
|
20
|
-
listByBillingProfile(billingAccountName: string, billingProfileName: string, options?: Models.CustomersListByBillingProfileOptionalParams): Promise<Models.CustomersListByBillingProfileResponse>;
|
|
21
|
-
/**
|
|
22
|
-
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
23
|
-
* @param billingProfileName The ID that uniquely identifies a billing profile.
|
|
24
|
-
* @param callback The callback
|
|
25
|
-
*/
|
|
26
|
-
listByBillingProfile(billingAccountName: string, billingProfileName: string, callback: msRest.ServiceCallback<Models.CustomerListResult>): void;
|
|
27
|
-
/**
|
|
28
|
-
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
29
|
-
* @param billingProfileName The ID that uniquely identifies a billing profile.
|
|
30
|
-
* @param options The optional parameters
|
|
31
|
-
* @param callback The callback
|
|
32
|
-
*/
|
|
33
|
-
listByBillingProfile(billingAccountName: string, billingProfileName: string, options: Models.CustomersListByBillingProfileOptionalParams, callback: msRest.ServiceCallback<Models.CustomerListResult>): void;
|
|
34
|
-
/**
|
|
35
|
-
* Lists the customers that are billed to a billing account. The operation is supported only for
|
|
36
|
-
* billing accounts with agreement type Microsoft Partner Agreement.
|
|
37
|
-
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
38
|
-
* @param [options] The optional parameters
|
|
39
|
-
* @returns Promise<Models.CustomersListByBillingAccountResponse>
|
|
40
|
-
*/
|
|
41
|
-
listByBillingAccount(billingAccountName: string, options?: Models.CustomersListByBillingAccountOptionalParams): Promise<Models.CustomersListByBillingAccountResponse>;
|
|
42
|
-
/**
|
|
43
|
-
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
44
|
-
* @param callback The callback
|
|
45
|
-
*/
|
|
46
|
-
listByBillingAccount(billingAccountName: string, callback: msRest.ServiceCallback<Models.CustomerListResult>): void;
|
|
47
|
-
/**
|
|
48
|
-
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
49
|
-
* @param options The optional parameters
|
|
50
|
-
* @param callback The callback
|
|
51
|
-
*/
|
|
52
|
-
listByBillingAccount(billingAccountName: string, options: Models.CustomersListByBillingAccountOptionalParams, callback: msRest.ServiceCallback<Models.CustomerListResult>): void;
|
|
53
|
-
/**
|
|
54
|
-
* Gets a customer by its ID. The operation is supported only for billing accounts with agreement
|
|
55
|
-
* type Microsoft Partner Agreement.
|
|
56
|
-
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
57
|
-
* @param customerName The ID that uniquely identifies a customer.
|
|
58
|
-
* @param [options] The optional parameters
|
|
59
|
-
* @returns Promise<Models.CustomersGetResponse>
|
|
60
|
-
*/
|
|
61
|
-
get(billingAccountName: string, customerName: string, options?: Models.CustomersGetOptionalParams): Promise<Models.CustomersGetResponse>;
|
|
62
|
-
/**
|
|
63
|
-
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
64
|
-
* @param customerName The ID that uniquely identifies a customer.
|
|
65
|
-
* @param callback The callback
|
|
66
|
-
*/
|
|
67
|
-
get(billingAccountName: string, customerName: string, callback: msRest.ServiceCallback<Models.Customer>): void;
|
|
68
|
-
/**
|
|
69
|
-
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
70
|
-
* @param customerName The ID that uniquely identifies a customer.
|
|
71
|
-
* @param options The optional parameters
|
|
72
|
-
* @param callback The callback
|
|
73
|
-
*/
|
|
74
|
-
get(billingAccountName: string, customerName: string, options: Models.CustomersGetOptionalParams, callback: msRest.ServiceCallback<Models.Customer>): void;
|
|
75
|
-
/**
|
|
76
|
-
* Lists the customers that are billed to a billing profile. The operation is supported only for
|
|
77
|
-
* billing accounts with agreement type Microsoft Partner Agreement.
|
|
78
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
79
|
-
* @param [options] The optional parameters
|
|
80
|
-
* @returns Promise<Models.CustomersListByBillingProfileNextResponse>
|
|
81
|
-
*/
|
|
82
|
-
listByBillingProfileNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.CustomersListByBillingProfileNextResponse>;
|
|
83
|
-
/**
|
|
84
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
85
|
-
* @param callback The callback
|
|
86
|
-
*/
|
|
87
|
-
listByBillingProfileNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.CustomerListResult>): void;
|
|
88
|
-
/**
|
|
89
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
90
|
-
* @param options The optional parameters
|
|
91
|
-
* @param callback The callback
|
|
92
|
-
*/
|
|
93
|
-
listByBillingProfileNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CustomerListResult>): void;
|
|
94
|
-
/**
|
|
95
|
-
* Lists the customers that are billed to a billing account. The operation is supported only for
|
|
96
|
-
* billing accounts with agreement type Microsoft Partner Agreement.
|
|
97
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
98
|
-
* @param [options] The optional parameters
|
|
99
|
-
* @returns Promise<Models.CustomersListByBillingAccountNextResponse>
|
|
100
|
-
*/
|
|
101
|
-
listByBillingAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.CustomersListByBillingAccountNextResponse>;
|
|
102
|
-
/**
|
|
103
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
104
|
-
* @param callback The callback
|
|
105
|
-
*/
|
|
106
|
-
listByBillingAccountNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.CustomerListResult>): void;
|
|
107
|
-
/**
|
|
108
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
109
|
-
* @param options The optional parameters
|
|
110
|
-
* @param callback The callback
|
|
111
|
-
*/
|
|
112
|
-
listByBillingAccountNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CustomerListResult>): void;
|
|
113
|
-
}
|
|
114
|
-
//# sourceMappingURL=customers.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"customers.d.ts","sourceRoot":"","sources":["../../src/operations/customers.ts"],"names":[],"mappings":"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"}
|