@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
package/dist/arm-billing.min.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
!function(e,i){"object"==typeof exports&&"undefined"!=typeof module?i(exports,require("@azure/ms-rest-azure-js"),require("@azure/ms-rest-js")):"function"==typeof define&&define.amd?define(["exports","@azure/ms-rest-azure-js","@azure/ms-rest-js"],i):i(((e=e||self).Azure=e.Azure||{},e.Azure.ArmBilling={}),e.msRestAzure,e.msRest)}(this,function(e,a,i){"use strict";var r=function(e,i){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,i){e.__proto__=i}||function(e,i){for(var t in i)i.hasOwnProperty(t)&&(e[t]=i[t])})(e,i)};function t(e,i){function t(){this.constructor=e}r(e,i),e.prototype=null===i?Object.create(i):(t.prototype=i.prototype,new t)}var n=function(){return(n=Object.assign||function(e){for(var i,t=1,r=arguments.length;t<r;t++)for(var n in i=arguments[t])Object.prototype.hasOwnProperty.call(i,n)&&(e[n]=i[n]);return e}).apply(this,arguments)},o=Object.freeze({__proto__:null}),s=a.CloudErrorMapper,l=a.BaseResourceMapper,p={serializedName:"AzurePlan",type:{name:"Composite",className:"AzurePlan",modelProperties:{skuId:{serializedName:"skuId",type:{name:"String"}},skuDescription:{readOnly:!0,serializedName:"skuDescription",type:{name:"String"}}}}},m={serializedName:"Reseller",type:{name:"Composite",className:"Reseller",modelProperties:{resellerId:{readOnly:!0,serializedName:"resellerId",type:{name:"String"}},description:{readOnly:!0,serializedName:"description",type:{name:"String"}}}}},d={serializedName:"Resource",type:{name:"Composite",className:"Resource",modelProperties:{id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}}}}},c={serializedName:"Customer",type:{name:"Composite",className:"Customer",modelProperties:n(n({},d.type.modelProperties),{billingProfileId:{readOnly:!0,serializedName:"properties.billingProfileId",type:{name:"String"}},billingProfileDisplayName:{readOnly:!0,serializedName:"properties.billingProfileDisplayName",type:{name:"String"}},displayName:{serializedName:"properties.displayName",type:{name:"String"}},enabledAzurePlans:{serializedName:"properties.enabledAzurePlans",type:{name:"Sequence",element:{type:{name:"Composite",className:"AzurePlan"}}}},resellers:{serializedName:"properties.resellers",type:{name:"Sequence",element:{type:{name:"Composite",className:"Reseller"}}}}})}},u={serializedName:"AddressDetails",type:{name:"Composite",className:"AddressDetails",modelProperties:{firstName:{serializedName:"firstName",type:{name:"String"}},lastName:{serializedName:"lastName",type:{name:"String"}},companyName:{serializedName:"companyName",type:{name:"String"}},addressLine1:{required:!0,serializedName:"addressLine1",type:{name:"String"}},addressLine2:{serializedName:"addressLine2",type:{name:"String"}},addressLine3:{serializedName:"addressLine3",type:{name:"String"}},city:{serializedName:"city",type:{name:"String"}},district:{serializedName:"district",type:{name:"String"}},region:{serializedName:"region",type:{name:"String"}},country:{required:!0,serializedName:"country",type:{name:"String"}},postalCode:{serializedName:"postalCode",type:{name:"String"}},email:{serializedName:"email",type:{name:"String"}},phoneNumber:{serializedName:"phoneNumber",type:{name:"String"}}}}},y={serializedName:"ValidateAddressResponse",type:{name:"Composite",className:"ValidateAddressResponse",modelProperties:{status:{serializedName:"status",type:{name:"String"}},suggestedAddresses:{serializedName:"suggestedAddresses",type:{name:"Sequence",element:{type:{name:"Composite",className:"AddressDetails"}}}},validationMessage:{serializedName:"validationMessage",type:{name:"String"}}}}},g={serializedName:"TransferProductRequestProperties",type:{name:"Composite",className:"TransferProductRequestProperties",modelProperties:{destinationInvoiceSectionId:{serializedName:"destinationInvoiceSectionId",type:{name:"String"}}}}},P={serializedName:"TransferBillingSubscriptionRequestProperties",type:{name:"Composite",className:"TransferBillingSubscriptionRequestProperties",modelProperties:{destinationInvoiceSectionId:{required:!0,serializedName:"destinationInvoiceSectionId",type:{name:"String"}}}}},N={serializedName:"ValidateSubscriptionTransferEligibilityError",type:{name:"Composite",className:"ValidateSubscriptionTransferEligibilityError",modelProperties:{code:{serializedName:"code",type:{name:"String"}},message:{serializedName:"message",type:{name:"String"}},details:{serializedName:"details",type:{name:"String"}}}}},b={serializedName:"ValidateSubscriptionTransferEligibilityResult",type:{name:"Composite",className:"ValidateSubscriptionTransferEligibilityResult",modelProperties:{isMoveEligible:{readOnly:!0,serializedName:"isMoveEligible",type:{name:"Boolean"}},errorDetails:{serializedName:"errorDetails",type:{name:"Composite",className:"ValidateSubscriptionTransferEligibilityError"}}}}},h={serializedName:"IndirectRelationshipInfo",type:{name:"Composite",className:"IndirectRelationshipInfo",modelProperties:{billingAccountName:{serializedName:"billingAccountName",type:{name:"String"}},billingProfileName:{serializedName:"billingProfileName",type:{name:"String"}},displayName:{serializedName:"displayName",type:{name:"String"}}}}},f={serializedName:"InvoiceSection",type:{name:"Composite",className:"InvoiceSection",modelProperties:n(n({},d.type.modelProperties),{displayName:{serializedName:"properties.displayName",type:{name:"String"}},labels:{serializedName:"properties.labels",type:{name:"Dictionary",value:{type:{name:"String"}}}},state:{readOnly:!0,serializedName:"properties.state",type:{name:"String"}},systemId:{readOnly:!0,serializedName:"properties.systemId",type:{name:"String"}},targetCloud:{readOnly:!0,serializedName:"properties.targetCloud",type:{name:"String"}}})}},z={serializedName:"InvoiceSectionsOnExpand",type:{name:"Composite",className:"InvoiceSectionsOnExpand",modelProperties:{hasMoreResults:{readOnly:!0,serializedName:"hasMoreResults",type:{name:"Boolean"}},value:{serializedName:"value",type:{name:"Sequence",element:{type:{name:"Composite",className:"InvoiceSection"}}}}}}},S={serializedName:"BillingProfile",type:{name:"Composite",className:"BillingProfile",modelProperties:n(n({},d.type.modelProperties),{displayName:{serializedName:"properties.displayName",type:{name:"String"}},poNumber:{serializedName:"properties.poNumber",type:{name:"String"}},billingRelationshipType:{readOnly:!0,serializedName:"properties.billingRelationshipType",type:{name:"String"}},billTo:{serializedName:"properties.billTo",type:{name:"Composite",className:"AddressDetails"}},indirectRelationshipInfo:{readOnly:!0,serializedName:"properties.indirectRelationshipInfo",type:{name:"Composite",className:"IndirectRelationshipInfo"}},invoiceEmailOptIn:{serializedName:"properties.invoiceEmailOptIn",type:{name:"Boolean"}},invoiceDay:{readOnly:!0,serializedName:"properties.invoiceDay",type:{name:"Number"}},currency:{readOnly:!0,serializedName:"properties.currency",type:{name:"String"}},enabledAzurePlans:{serializedName:"properties.enabledAzurePlans",type:{name:"Sequence",element:{type:{name:"Composite",className:"AzurePlan"}}}},invoiceSections:{serializedName:"properties.invoiceSections",type:{name:"Composite",className:"InvoiceSectionsOnExpand"}},hasReadAccess:{readOnly:!0,serializedName:"properties.hasReadAccess",type:{name:"Boolean"}},systemId:{readOnly:!0,serializedName:"properties.systemId",type:{name:"String"}},status:{readOnly:!0,serializedName:"properties.status",type:{name:"String"}},statusReasonCode:{readOnly:!0,serializedName:"properties.statusReasonCode",type:{name:"String"}},spendingLimit:{readOnly:!0,serializedName:"properties.spendingLimit",type:{name:"String"}},targetClouds:{readOnly:!0,serializedName:"properties.targetClouds",type:{name:"Sequence",element:{type:{name:"String"}}}}})}},A={serializedName:"BillingProfilesOnExpand",type:{name:"Composite",className:"BillingProfilesOnExpand",modelProperties:{hasMoreResults:{readOnly:!0,serializedName:"hasMoreResults",type:{name:"Boolean"}},value:{serializedName:"value",type:{name:"Sequence",element:{type:{name:"Composite",className:"BillingProfile"}}}}}}},B={serializedName:"EnrollmentPolicies",type:{name:"Composite",className:"EnrollmentPolicies",modelProperties:{accountOwnerViewCharges:{readOnly:!0,serializedName:"accountOwnerViewCharges",type:{name:"Boolean"}},departmentAdminViewCharges:{readOnly:!0,serializedName:"departmentAdminViewCharges",type:{name:"Boolean"}},marketplacesEnabled:{readOnly:!0,serializedName:"marketplacesEnabled",type:{name:"Boolean"}},reservedInstancesEnabled:{readOnly:!0,serializedName:"reservedInstancesEnabled",type:{name:"Boolean"}}}}},M={serializedName:"Enrollment",type:{name:"Composite",className:"Enrollment",modelProperties:{startDate:{serializedName:"startDate",type:{name:"DateTime"}},endDate:{serializedName:"endDate",type:{name:"DateTime"}},currency:{readOnly:!0,serializedName:"currency",type:{name:"String"}},channel:{readOnly:!0,serializedName:"channel",type:{name:"String"}},policies:{readOnly:!0,serializedName:"policies",type:{name:"Composite",className:"EnrollmentPolicies"}},language:{readOnly:!0,serializedName:"language",type:{name:"String"}},countryCode:{readOnly:!0,serializedName:"countryCode",type:{name:"String"}},status:{readOnly:!0,serializedName:"status",type:{name:"String"}},billingCycle:{readOnly:!0,serializedName:"billingCycle",type:{name:"String"}}}}},v={serializedName:"EnrollmentAccount",type:{name:"Composite",className:"EnrollmentAccount",modelProperties:n(n({},d.type.modelProperties),{accountName:{serializedName:"properties.accountName",type:{name:"String"}},costCenter:{serializedName:"properties.costCenter",type:{name:"String"}},accountOwner:{serializedName:"properties.accountOwner",type:{name:"String"}},status:{serializedName:"properties.status",type:{name:"String"}},startDate:{serializedName:"properties.startDate",type:{name:"DateTime"}},endDate:{serializedName:"properties.endDate",type:{name:"DateTime"}},department:{serializedName:"properties.department",type:{name:"Composite",className:"Department"}}})}},O={serializedName:"Department",type:{name:"Composite",className:"Department",modelProperties:n(n({},d.type.modelProperties),{departmentName:{serializedName:"properties.departmentName",type:{name:"String"}},costCenter:{serializedName:"properties.costCenter",type:{name:"String"}},status:{serializedName:"properties.status",type:{name:"String"}},enrollmentAccounts:{serializedName:"properties.enrollmentAccounts",type:{name:"Sequence",element:{type:{name:"Composite",className:"EnrollmentAccount"}}}}})}},R={serializedName:"BillingAccount",type:{name:"Composite",className:"BillingAccount",modelProperties:n(n({},d.type.modelProperties),{displayName:{serializedName:"properties.displayName",type:{name:"String"}},soldTo:{serializedName:"properties.soldTo",type:{name:"Composite",className:"AddressDetails"}},agreementType:{readOnly:!0,serializedName:"properties.agreementType",type:{name:"String"}},accountType:{readOnly:!0,serializedName:"properties.accountType",type:{name:"String"}},accountStatus:{readOnly:!0,serializedName:"properties.accountStatus",type:{name:"String"}},billingProfiles:{serializedName:"properties.billingProfiles",type:{name:"Composite",className:"BillingProfilesOnExpand"}},enrollmentDetails:{readOnly:!0,serializedName:"properties.enrollmentDetails",type:{name:"Composite",className:"Enrollment"}},departments:{serializedName:"properties.departments",type:{name:"Sequence",element:{type:{name:"Composite",className:"Department"}}}},enrollmentAccounts:{serializedName:"properties.enrollmentAccounts",type:{name:"Sequence",element:{type:{name:"Composite",className:"EnrollmentAccount"}}}},hasReadAccess:{readOnly:!0,serializedName:"properties.hasReadAccess",type:{name:"Boolean"}}})}},I={serializedName:"BillingAccountUpdateRequest",type:{name:"Composite",className:"BillingAccountUpdateRequest",modelProperties:{displayName:{serializedName:"properties.displayName",type:{name:"String"}},soldTo:{serializedName:"properties.soldTo",type:{name:"Composite",className:"AddressDetails"}},agreementType:{readOnly:!0,serializedName:"properties.agreementType",type:{name:"String"}},accountType:{readOnly:!0,serializedName:"properties.accountType",type:{name:"String"}},accountStatus:{readOnly:!0,serializedName:"properties.accountStatus",type:{name:"String"}},billingProfiles:{serializedName:"properties.billingProfiles",type:{name:"Composite",className:"BillingProfilesOnExpand"}},enrollmentDetails:{readOnly:!0,serializedName:"properties.enrollmentDetails",type:{name:"Composite",className:"Enrollment"}},departments:{serializedName:"properties.departments",type:{name:"Sequence",element:{type:{name:"Composite",className:"Department"}}}},enrollmentAccounts:{serializedName:"properties.enrollmentAccounts",type:{name:"Sequence",element:{type:{name:"Composite",className:"EnrollmentAccount"}}}},hasReadAccess:{readOnly:!0,serializedName:"properties.hasReadAccess",type:{name:"Boolean"}}}}},D={serializedName:"BillingProperty",type:{name:"Composite",className:"BillingProperty",modelProperties:n(n({},d.type.modelProperties),{accountAdminNotificationEmailAddress:{readOnly:!0,serializedName:"properties.accountAdminNotificationEmailAddress",type:{name:"String"}},billingTenantId:{readOnly:!0,serializedName:"properties.billingTenantId",type:{name:"String"}},billingAccountId:{readOnly:!0,serializedName:"properties.billingAccountId",type:{name:"String"}},billingAccountDisplayName:{readOnly:!0,serializedName:"properties.billingAccountDisplayName",type:{name:"String"}},billingProfileId:{readOnly:!0,serializedName:"properties.billingProfileId",type:{name:"String"}},billingProfileDisplayName:{readOnly:!0,serializedName:"properties.billingProfileDisplayName",type:{name:"String"}},billingProfileStatus:{readOnly:!0,serializedName:"properties.billingProfileStatus",type:{name:"String"}},billingProfileStatusReasonCode:{readOnly:!0,serializedName:"properties.billingProfileStatusReasonCode",type:{name:"String"}},billingProfileSpendingLimit:{readOnly:!0,serializedName:"properties.billingProfileSpendingLimit",type:{name:"String"}},costCenter:{serializedName:"properties.costCenter",type:{name:"String"}},invoiceSectionId:{readOnly:!0,serializedName:"properties.invoiceSectionId",type:{name:"String"}},invoiceSectionDisplayName:{readOnly:!0,serializedName:"properties.invoiceSectionDisplayName",type:{name:"String"}},isAccountAdmin:{readOnly:!0,serializedName:"properties.isAccountAdmin",type:{name:"Boolean"}},productId:{readOnly:!0,serializedName:"properties.productId",type:{name:"String"}},productName:{readOnly:!0,serializedName:"properties.productName",type:{name:"String"}},skuId:{readOnly:!0,serializedName:"properties.skuId",type:{name:"String"}},skuDescription:{readOnly:!0,serializedName:"properties.skuDescription",type:{name:"String"}}})}},E={serializedName:"Instruction",type:{name:"Composite",className:"Instruction",modelProperties:n(n({},d.type.modelProperties),{amount:{required:!0,serializedName:"properties.amount",type:{name:"Number"}},startDate:{required:!0,serializedName:"properties.startDate",type:{name:"DateTime"}},endDate:{required:!0,serializedName:"properties.endDate",type:{name:"DateTime"}},creationDate:{serializedName:"properties.creationDate",type:{name:"DateTime"}}})}},q={serializedName:"InvoiceSectionWithCreateSubPermission",type:{name:"Composite",className:"InvoiceSectionWithCreateSubPermission",modelProperties:{invoiceSectionId:{readOnly:!0,serializedName:"invoiceSectionId",type:{name:"String"}},invoiceSectionDisplayName:{readOnly:!0,serializedName:"invoiceSectionDisplayName",type:{name:"String"}},invoiceSectionSystemId:{readOnly:!0,serializedName:"invoiceSectionSystemId",type:{name:"String"}},billingProfileId:{readOnly:!0,serializedName:"billingProfileId",type:{name:"String"}},billingProfileDisplayName:{readOnly:!0,serializedName:"billingProfileDisplayName",type:{name:"String"}},billingProfileStatus:{readOnly:!0,serializedName:"billingProfileStatus",type:{name:"String"}},billingProfileStatusReasonCode:{readOnly:!0,serializedName:"billingProfileStatusReasonCode",type:{name:"String"}},billingProfileSpendingLimit:{readOnly:!0,serializedName:"billingProfileSpendingLimit",type:{name:"String"}},billingProfileSystemId:{readOnly:!0,serializedName:"billingProfileSystemId",type:{name:"String"}},enabledAzurePlans:{serializedName:"enabledAzurePlans",type:{name:"Sequence",element:{type:{name:"Composite",className:"AzurePlan"}}}}}}},C={serializedName:"DownloadUrl",type:{name:"Composite",className:"DownloadUrl",modelProperties:{expiryTime:{readOnly:!0,serializedName:"expiryTime",type:{name:"DateTime"}},url:{readOnly:!0,serializedName:"url",type:{name:"String"}}}}},T={serializedName:"ErrorSubDetailsItem",type:{name:"Composite",className:"ErrorSubDetailsItem",modelProperties:{code:{readOnly:!0,serializedName:"code",type:{name:"String"}},message:{readOnly:!0,serializedName:"message",type:{name:"String"}},target:{readOnly:!0,serializedName:"target",type:{name:"String"}}}}},L={serializedName:"ErrorDetails",type:{name:"Composite",className:"ErrorDetails",modelProperties:{code:{readOnly:!0,serializedName:"code",type:{name:"String"}},message:{readOnly:!0,serializedName:"message",type:{name:"String"}},target:{readOnly:!0,serializedName:"target",type:{name:"String"}},details:{readOnly:!0,serializedName:"details",type:{name:"Sequence",element:{type:{name:"Composite",className:"ErrorSubDetailsItem"}}}}}}},x={serializedName:"ErrorResponse",type:{name:"Composite",className:"ErrorResponse",modelProperties:{error:{serializedName:"error",type:{name:"Composite",className:"ErrorDetails"}}}}},k={serializedName:"Amount",type:{name:"Composite",className:"Amount",modelProperties:{currency:{readOnly:!0,serializedName:"currency",type:{name:"String"}},value:{serializedName:"value",type:{name:"Number"}}}}},w={serializedName:"Document",type:{name:"Composite",className:"Document",modelProperties:{kind:{readOnly:!0,serializedName:"kind",type:{name:"String"}},url:{readOnly:!0,serializedName:"url",type:{name:"String"}},source:{readOnly:!0,serializedName:"source",type:{name:"String"}}}}},_={serializedName:"PaymentProperties",type:{name:"Composite",className:"PaymentProperties",modelProperties:{paymentType:{readOnly:!0,serializedName:"paymentType",type:{name:"String"}},amount:{readOnly:!0,serializedName:"amount",type:{name:"Composite",className:"Amount"}},date:{readOnly:!0,serializedName:"date",type:{name:"DateTime"}},paymentMethodFamily:{serializedName:"paymentMethodFamily",type:{name:"String"}},paymentMethodType:{readOnly:!0,serializedName:"paymentMethodType",type:{name:"String"}}}}},G={serializedName:"RebillDetails",type:{name:"Composite",className:"RebillDetails",modelProperties:{creditNoteDocumentId:{readOnly:!0,serializedName:"creditNoteDocumentId",type:{name:"String"}},invoiceDocumentId:{readOnly:!0,serializedName:"invoiceDocumentId",type:{name:"String"}},rebillDetails:{readOnly:!0,serializedName:"rebillDetails",type:{name:"Dictionary",value:{type:{name:"Composite",className:"RebillDetails"}}}}}}},U={serializedName:"Invoice",type:{name:"Composite",className:"Invoice",modelProperties:n(n({},d.type.modelProperties),{dueDate:{readOnly:!0,serializedName:"properties.dueDate",type:{name:"DateTime"}},invoiceDate:{readOnly:!0,serializedName:"properties.invoiceDate",type:{name:"DateTime"}},status:{readOnly:!0,serializedName:"properties.status",type:{name:"String"}},amountDue:{readOnly:!0,serializedName:"properties.amountDue",type:{name:"Composite",className:"Amount"}},azurePrepaymentApplied:{readOnly:!0,serializedName:"properties.azurePrepaymentApplied",type:{name:"Composite",className:"Amount"}},billedAmount:{readOnly:!0,serializedName:"properties.billedAmount",type:{name:"Composite",className:"Amount"}},creditAmount:{readOnly:!0,serializedName:"properties.creditAmount",type:{name:"Composite",className:"Amount"}},freeAzureCreditApplied:{readOnly:!0,serializedName:"properties.freeAzureCreditApplied",type:{name:"Composite",className:"Amount"}},subTotal:{readOnly:!0,serializedName:"properties.subTotal",type:{name:"Composite",className:"Amount"}},taxAmount:{readOnly:!0,serializedName:"properties.taxAmount",type:{name:"Composite",className:"Amount"}},totalAmount:{readOnly:!0,serializedName:"properties.totalAmount",type:{name:"Composite",className:"Amount"}},invoicePeriodStartDate:{readOnly:!0,serializedName:"properties.invoicePeriodStartDate",type:{name:"DateTime"}},invoicePeriodEndDate:{readOnly:!0,serializedName:"properties.invoicePeriodEndDate",type:{name:"DateTime"}},invoiceType:{readOnly:!0,serializedName:"properties.invoiceType",type:{name:"String"}},isMonthlyInvoice:{readOnly:!0,serializedName:"properties.isMonthlyInvoice",type:{name:"Boolean"}},billingProfileId:{readOnly:!0,serializedName:"properties.billingProfileId",type:{name:"String"}},billingProfileDisplayName:{readOnly:!0,serializedName:"properties.billingProfileDisplayName",type:{name:"String"}},purchaseOrderNumber:{readOnly:!0,serializedName:"properties.purchaseOrderNumber",type:{name:"String"}},documents:{readOnly:!0,serializedName:"properties.documents",type:{name:"Sequence",element:{type:{name:"Composite",className:"Document"}}}},payments:{readOnly:!0,serializedName:"properties.payments",type:{name:"Sequence",element:{type:{name:"Composite",className:"PaymentProperties"}}}},rebillDetails:{readOnly:!0,serializedName:"properties.rebillDetails",type:{name:"Dictionary",value:{type:{name:"Composite",className:"RebillDetails"}}}},documentType:{readOnly:!0,serializedName:"properties.documentType",type:{name:"String"}},billedDocumentId:{readOnly:!0,serializedName:"properties.billedDocumentId",type:{name:"String"}},creditForDocumentId:{readOnly:!0,serializedName:"properties.creditForDocumentId",type:{name:"String"}},subscriptionId:{readOnly:!0,serializedName:"properties.subscriptionId",type:{name:"String"}}})}},j={serializedName:"Product",type:{name:"Composite",className:"Product",modelProperties:n(n({},d.type.modelProperties),{autoRenew:{serializedName:"properties.autoRenew",type:{name:"String"}},displayName:{readOnly:!0,serializedName:"properties.displayName",type:{name:"String"}},purchaseDate:{readOnly:!0,serializedName:"properties.purchaseDate",type:{name:"DateTime"}},productTypeId:{readOnly:!0,serializedName:"properties.productTypeId",type:{name:"String"}},productType:{readOnly:!0,serializedName:"properties.productType",type:{name:"String"}},status:{serializedName:"properties.status",type:{name:"String"}},endDate:{readOnly:!0,serializedName:"properties.endDate",type:{name:"DateTime"}},billingFrequency:{serializedName:"properties.billingFrequency",type:{name:"String"}},lastCharge:{readOnly:!0,serializedName:"properties.lastCharge",type:{name:"Composite",className:"Amount"}},lastChargeDate:{readOnly:!0,serializedName:"properties.lastChargeDate",type:{name:"DateTime"}},quantity:{readOnly:!0,serializedName:"properties.quantity",type:{name:"Number"}},skuId:{readOnly:!0,serializedName:"properties.skuId",type:{name:"String"}},skuDescription:{readOnly:!0,serializedName:"properties.skuDescription",type:{name:"String"}},tenantId:{readOnly:!0,serializedName:"properties.tenantId",type:{name:"String"}},availabilityId:{readOnly:!0,serializedName:"properties.availabilityId",type:{name:"String"}},invoiceSectionId:{readOnly:!0,serializedName:"properties.invoiceSectionId",type:{name:"String"}},invoiceSectionDisplayName:{readOnly:!0,serializedName:"properties.invoiceSectionDisplayName",type:{name:"String"}},billingProfileId:{readOnly:!0,serializedName:"properties.billingProfileId",type:{name:"String"}},billingProfileDisplayName:{readOnly:!0,serializedName:"properties.billingProfileDisplayName",type:{name:"String"}},customerId:{readOnly:!0,serializedName:"properties.customerId",type:{name:"String"}},customerDisplayName:{readOnly:!0,serializedName:"properties.customerDisplayName",type:{name:"String"}},reseller:{readOnly:!0,serializedName:"properties.reseller",type:{name:"Composite",className:"Reseller"}}})}},V={serializedName:"ValidateProductTransferEligibilityError",type:{name:"Composite",className:"ValidateProductTransferEligibilityError",modelProperties:{code:{serializedName:"code",type:{name:"String"}},message:{serializedName:"message",type:{name:"String"}},details:{serializedName:"details",type:{name:"String"}}}}},H={serializedName:"ValidateProductTransferEligibilityResult",type:{name:"Composite",className:"ValidateProductTransferEligibilityResult",modelProperties:{isMoveEligible:{readOnly:!0,serializedName:"isMoveEligible",type:{name:"Boolean"}},errorDetails:{serializedName:"errorDetails",type:{name:"Composite",className:"ValidateProductTransferEligibilityError"}}}}},F={serializedName:"BillingSubscription",type:{name:"Composite",className:"BillingSubscription",modelProperties:n(n({},d.type.modelProperties),{displayName:{readOnly:!0,serializedName:"properties.displayName",type:{name:"String"}},subscriptionId:{readOnly:!0,serializedName:"properties.subscriptionId",type:{name:"Uuid"}},subscriptionBillingStatus:{serializedName:"properties.subscriptionBillingStatus",type:{name:"String"}},lastMonthCharges:{readOnly:!0,serializedName:"properties.lastMonthCharges",type:{name:"Composite",className:"Amount"}},monthToDateCharges:{readOnly:!0,serializedName:"properties.monthToDateCharges",type:{name:"Composite",className:"Amount"}},billingProfileId:{readOnly:!0,serializedName:"properties.billingProfileId",type:{name:"String"}},billingProfileDisplayName:{readOnly:!0,serializedName:"properties.billingProfileDisplayName",type:{name:"String"}},costCenter:{serializedName:"properties.costCenter",type:{name:"String"}},customerId:{readOnly:!0,serializedName:"properties.customerId",type:{name:"String"}},customerDisplayName:{readOnly:!0,serializedName:"properties.customerDisplayName",type:{name:"String"}},invoiceSectionId:{readOnly:!0,serializedName:"properties.invoiceSectionId",type:{name:"String"}},invoiceSectionDisplayName:{readOnly:!0,serializedName:"properties.invoiceSectionDisplayName",type:{name:"String"}},reseller:{readOnly:!0,serializedName:"properties.reseller",type:{name:"Composite",className:"Reseller"}},skuId:{serializedName:"properties.skuId",type:{name:"String"}},skuDescription:{readOnly:!0,serializedName:"properties.skuDescription",type:{name:"String"}}})}},W={serializedName:"Transaction",type:{name:"Composite",className:"Transaction",modelProperties:n(n({},d.type.modelProperties),{kind:{serializedName:"properties.kind",type:{name:"String"}},date:{readOnly:!0,serializedName:"properties.date",type:{name:"DateTime"}},invoice:{readOnly:!0,serializedName:"properties.invoice",type:{name:"String"}},invoiceId:{readOnly:!0,serializedName:"properties.invoiceId",type:{name:"String"}},orderId:{readOnly:!0,serializedName:"properties.orderId",type:{name:"String"}},orderName:{readOnly:!0,serializedName:"properties.orderName",type:{name:"String"}},productFamily:{readOnly:!0,serializedName:"properties.productFamily",type:{name:"String"}},productTypeId:{readOnly:!0,serializedName:"properties.productTypeId",type:{name:"String"}},productType:{readOnly:!0,serializedName:"properties.productType",type:{name:"String"}},productDescription:{readOnly:!0,serializedName:"properties.productDescription",type:{name:"String"}},transactionType:{serializedName:"properties.transactionType",type:{name:"String"}},transactionAmount:{readOnly:!0,serializedName:"properties.transactionAmount",type:{name:"Composite",className:"Amount"}},quantity:{readOnly:!0,serializedName:"properties.quantity",type:{name:"Number"}},invoiceSectionId:{readOnly:!0,serializedName:"properties.invoiceSectionId",type:{name:"String"}},invoiceSectionDisplayName:{readOnly:!0,serializedName:"properties.invoiceSectionDisplayName",type:{name:"String"}},billingProfileId:{readOnly:!0,serializedName:"properties.billingProfileId",type:{name:"String"}},billingProfileDisplayName:{readOnly:!0,serializedName:"properties.billingProfileDisplayName",type:{name:"String"}},customerId:{readOnly:!0,serializedName:"properties.customerId",type:{name:"String"}},customerDisplayName:{readOnly:!0,serializedName:"properties.customerDisplayName",type:{name:"String"}},subscriptionId:{readOnly:!0,serializedName:"properties.subscriptionId",type:{name:"String"}},subscriptionName:{readOnly:!0,serializedName:"properties.subscriptionName",type:{name:"String"}},azurePlan:{readOnly:!0,serializedName:"properties.azurePlan",type:{name:"String"}},azureCreditApplied:{readOnly:!0,serializedName:"properties.azureCreditApplied",type:{name:"Composite",className:"Amount"}},billingCurrency:{readOnly:!0,serializedName:"properties.billingCurrency",type:{name:"String"}},discount:{readOnly:!0,serializedName:"properties.discount",type:{name:"Number"}},effectivePrice:{readOnly:!0,serializedName:"properties.effectivePrice",type:{name:"Composite",className:"Amount"}},exchangeRate:{readOnly:!0,serializedName:"properties.exchangeRate",type:{name:"Number"}},marketPrice:{readOnly:!0,serializedName:"properties.marketPrice",type:{name:"Composite",className:"Amount"}},pricingCurrency:{readOnly:!0,serializedName:"properties.pricingCurrency",type:{name:"String"}},servicePeriodStartDate:{readOnly:!0,serializedName:"properties.servicePeriodStartDate",type:{name:"DateTime"}},servicePeriodEndDate:{readOnly:!0,serializedName:"properties.servicePeriodEndDate",type:{name:"DateTime"}},subTotal:{readOnly:!0,serializedName:"properties.subTotal",type:{name:"Composite",className:"Amount"}},tax:{readOnly:!0,serializedName:"properties.tax",type:{name:"Composite",className:"Amount"}},unitOfMeasure:{readOnly:!0,serializedName:"properties.unitOfMeasure",type:{name:"String"}},units:{readOnly:!0,serializedName:"properties.units",type:{name:"Number"}},unitType:{readOnly:!0,serializedName:"properties.unitType",type:{name:"String"}}})}},$={serializedName:"Policy",type:{name:"Composite",className:"Policy",modelProperties:n(n({},d.type.modelProperties),{marketplacePurchases:{serializedName:"properties.marketplacePurchases",type:{name:"String"}},reservationPurchases:{serializedName:"properties.reservationPurchases",type:{name:"String"}},viewCharges:{serializedName:"properties.viewCharges",type:{name:"String"}}})}},J={serializedName:"CustomerPolicy",type:{name:"Composite",className:"CustomerPolicy",modelProperties:n(n({},d.type.modelProperties),{viewCharges:{serializedName:"properties.viewCharges",type:{name:"String"}}})}},K={serializedName:"AvailableBalance",type:{name:"Composite",className:"AvailableBalance",modelProperties:n(n({},d.type.modelProperties),{amount:{readOnly:!0,serializedName:"properties.amount",type:{name:"Composite",className:"Amount"}}})}},Q={serializedName:"Operation_display",type:{name:"Composite",className:"OperationDisplay",modelProperties:{provider:{readOnly:!0,serializedName:"provider",type:{name:"String"}},resource:{readOnly:!0,serializedName:"resource",type:{name:"String"}},operation:{readOnly:!0,serializedName:"operation",type:{name:"String"}}}}},X={serializedName:"Operation",type:{name:"Composite",className:"Operation",modelProperties:{name:{readOnly:!0,serializedName:"name",type:{name:"String"}},display:{serializedName:"display",type:{name:"Composite",className:"OperationDisplay"}}}}},Y={serializedName:"BillingRoleAssignment",type:{name:"Composite",className:"BillingRoleAssignment",modelProperties:n(n({},d.type.modelProperties),{createdOn:{readOnly:!0,serializedName:"properties.createdOn",type:{name:"String"}},createdByPrincipalTenantId:{readOnly:!0,serializedName:"properties.createdByPrincipalTenantId",type:{name:"String"}},createdByPrincipalId:{readOnly:!0,serializedName:"properties.createdByPrincipalId",type:{name:"String"}},createdByUserEmailAddress:{readOnly:!0,serializedName:"properties.createdByUserEmailAddress",type:{name:"String"}},principalId:{serializedName:"properties.principalId",type:{name:"String"}},principalTenantId:{serializedName:"properties.principalTenantId",type:{name:"String"}},roleDefinitionId:{serializedName:"properties.roleDefinitionId",type:{name:"String"}},scope:{readOnly:!0,serializedName:"properties.scope",type:{name:"String"}},userAuthenticationType:{serializedName:"properties.userAuthenticationType",type:{name:"String"}},userEmailAddress:{serializedName:"properties.userEmailAddress",type:{name:"String"}}})}},Z={serializedName:"BillingPermissionsProperties",type:{name:"Composite",className:"BillingPermissionsProperties",modelProperties:{actions:{readOnly:!0,serializedName:"actions",type:{name:"Sequence",element:{type:{name:"String"}}}},notActions:{readOnly:!0,serializedName:"notActions",type:{name:"Sequence",element:{type:{name:"String"}}}}}}},ee={serializedName:"BillingRoleDefinition",type:{name:"Composite",className:"BillingRoleDefinition",modelProperties:n(n({},d.type.modelProperties),{description:{readOnly:!0,serializedName:"properties.description",type:{name:"String"}},permissions:{serializedName:"properties.permissions",type:{name:"Sequence",element:{type:{name:"Composite",className:"BillingPermissionsProperties"}}}},roleName:{readOnly:!0,serializedName:"properties.roleName",type:{name:"String"}}})}},ie={serializedName:"Participants",type:{name:"Composite",className:"Participants",modelProperties:{status:{readOnly:!0,serializedName:"status",type:{name:"String"}},statusDate:{readOnly:!0,serializedName:"statusDate",type:{name:"DateTime"}},email:{readOnly:!0,serializedName:"email",type:{name:"String"}}}}},te={serializedName:"Agreement",type:{name:"Composite",className:"Agreement",modelProperties:n(n({},d.type.modelProperties),{agreementLink:{readOnly:!0,serializedName:"properties.agreementLink",type:{name:"String"}},category:{readOnly:!0,serializedName:"properties.category",type:{name:"String"}},acceptanceMode:{readOnly:!0,serializedName:"properties.acceptanceMode",type:{name:"String"}},effectiveDate:{readOnly:!0,serializedName:"properties.effectiveDate",type:{name:"DateTime"}},expirationDate:{readOnly:!0,serializedName:"properties.expirationDate",type:{name:"DateTime"}},participants:{serializedName:"properties.participants",type:{name:"Sequence",element:{type:{name:"Composite",className:"Participants"}}}},status:{readOnly:!0,serializedName:"properties.status",type:{name:"String"}}})}},re={serializedName:"EnrollmentAccountSummary",type:{name:"Composite",className:"EnrollmentAccountSummary",modelProperties:n(n({},d.type.modelProperties),{principalName:{readOnly:!0,serializedName:"properties.principalName",type:{name:"String"}}})}},ne={serializedName:"BillingPeriod",type:{name:"Composite",className:"BillingPeriod",modelProperties:n(n({},d.type.modelProperties),{billingPeriodStartDate:{readOnly:!0,serializedName:"properties.billingPeriodStartDate",type:{name:"Date"}},billingPeriodEndDate:{readOnly:!0,serializedName:"properties.billingPeriodEndDate",type:{name:"Date"}},invoiceIds:{readOnly:!0,serializedName:"properties.invoiceIds",type:{name:"Sequence",element:{type:{name:"String"}}}}})}},ae={serializedName:"billingprofiles-createorupdate-headers",type:{name:"Composite",className:"BillingProfilesCreateOrUpdateHeaders",modelProperties:{location:{serializedName:"location",type:{name:"String"}},retryAfter:{serializedName:"retry-after",type:{name:"Number"}}}}},oe={serializedName:"invoicesections-createorupdate-headers",type:{name:"Composite",className:"InvoiceSectionsCreateOrUpdateHeaders",modelProperties:{location:{serializedName:"location",type:{name:"String"}},retryAfter:{serializedName:"retry-after",type:{name:"Number"}}}}},se={serializedName:"invoices-downloadinvoice-headers",type:{name:"Composite",className:"InvoicesDownloadInvoiceHeaders",modelProperties:{location:{serializedName:"location",type:{name:"String"}},retryAfter:{serializedName:"retry-after",type:{name:"String"}}}}},le={serializedName:"invoices-downloadmultiplemoderninvoice-headers",type:{name:"Composite",className:"InvoicesDownloadMultipleModernInvoiceHeaders",modelProperties:{location:{serializedName:"location",type:{name:"String"}},retryAfter:{serializedName:"retry-after",type:{name:"String"}}}}},pe={serializedName:"invoices-downloadbillingsubscriptioninvoice-headers",type:{name:"Composite",className:"InvoicesDownloadBillingSubscriptionInvoiceHeaders",modelProperties:{location:{serializedName:"location",type:{name:"String"}},retryAfter:{serializedName:"retry-after",type:{name:"String"}}}}},me={serializedName:"invoices-downloadmultiplebillingsubscriptioninvoice-headers",type:{name:"Composite",className:"InvoicesDownloadMultipleBillingSubscriptionInvoiceHeaders",modelProperties:{location:{serializedName:"location",type:{name:"String"}},retryAfter:{serializedName:"retry-after",type:{name:"String"}}}}},de={serializedName:"billingsubscriptions-move-headers",type:{name:"Composite",className:"BillingSubscriptionsMoveHeaders",modelProperties:{location:{serializedName:"location",type:{name:"String"}},retryAfter:{serializedName:"retry-after",type:{name:"Number"}}}}},ce={serializedName:"products-move-headers",type:{name:"Composite",className:"ProductsMoveHeaders",modelProperties:{location:{serializedName:"location",type:{name:"String"}},retryAfter:{serializedName:"retry-after",type:{name:"Number"}}}}},ue={serializedName:"BillingAccountListResult",type:{name:"Composite",className:"BillingAccountListResult",modelProperties:{value:{readOnly:!0,serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"BillingAccount"}}}},nextLink:{readOnly:!0,serializedName:"nextLink",type:{name:"String"}}}}},ye={serializedName:"InvoiceSectionListWithCreateSubPermissionResult",type:{name:"Composite",className:"InvoiceSectionListWithCreateSubPermissionResult",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"InvoiceSectionWithCreateSubPermission"}}}},nextLink:{readOnly:!0,serializedName:"nextLink",type:{name:"String"}}}}},ge={serializedName:"InstructionListResult",type:{name:"Composite",className:"InstructionListResult",modelProperties:{value:{readOnly:!0,serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"Instruction"}}}},nextLink:{readOnly:!0,serializedName:"nextLink",type:{name:"String"}}}}},Pe={serializedName:"BillingProfileListResult",type:{name:"Composite",className:"BillingProfileListResult",modelProperties:{value:{readOnly:!0,serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"BillingProfile"}}}},nextLink:{readOnly:!0,serializedName:"nextLink",type:{name:"String"}}}}},Ne={serializedName:"CustomerListResult",type:{name:"Composite",className:"CustomerListResult",modelProperties:{value:{readOnly:!0,serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"Customer"}}}},nextLink:{readOnly:!0,serializedName:"nextLink",type:{name:"String"}}}}},be={serializedName:"InvoiceSectionListResult",type:{name:"Composite",className:"InvoiceSectionListResult",modelProperties:{value:{readOnly:!0,serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"InvoiceSection"}}}},nextLink:{readOnly:!0,serializedName:"nextLink",type:{name:"String"}}}}},he={serializedName:"BillingPermissionsListResult",type:{name:"Composite",className:"BillingPermissionsListResult",modelProperties:{value:{readOnly:!0,serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"BillingPermissionsProperties"}}}},nextLink:{readOnly:!0,serializedName:"nextLink",type:{name:"String"}}}}},fe={serializedName:"BillingSubscriptionsListResult",type:{name:"Composite",className:"BillingSubscriptionsListResult",modelProperties:{value:{readOnly:!0,serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"BillingSubscription"}}}},nextLink:{readOnly:!0,serializedName:"nextLink",type:{name:"String"}}}}},ze={serializedName:"ProductsListResult",type:{name:"Composite",className:"ProductsListResult",modelProperties:{value:{readOnly:!0,serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"Product"}}}},nextLink:{readOnly:!0,serializedName:"nextLink",type:{name:"String"}}}}},Se={serializedName:"InvoiceListResult",type:{name:"Composite",className:"InvoiceListResult",modelProperties:{value:{readOnly:!0,serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"Invoice"}}}},nextLink:{readOnly:!0,serializedName:"nextLink",type:{name:"String"}}}}},Ae={serializedName:"TransactionListResult",type:{name:"Composite",className:"TransactionListResult",modelProperties:{value:{readOnly:!0,serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"Transaction"}}}},nextLink:{readOnly:!0,serializedName:"nextLink",type:{name:"String"}}}}},Be={serializedName:"OperationListResult",type:{name:"Composite",className:"OperationListResult",modelProperties:{value:{readOnly:!0,serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"Operation"}}}},nextLink:{readOnly:!0,serializedName:"nextLink",type:{name:"String"}}}}},Me={serializedName:"BillingRoleDefinitionListResult",type:{name:"Composite",className:"BillingRoleDefinitionListResult",modelProperties:{value:{readOnly:!0,serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"BillingRoleDefinition"}}}},nextLink:{readOnly:!0,serializedName:"nextLink",type:{name:"String"}}}}},ve={serializedName:"BillingRoleAssignmentListResult",type:{name:"Composite",className:"BillingRoleAssignmentListResult",modelProperties:{value:{readOnly:!0,serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"BillingRoleAssignment"}}}},nextLink:{readOnly:!0,serializedName:"nextLink",type:{name:"String"}}}}},Oe={serializedName:"AgreementListResult",type:{name:"Composite",className:"AgreementListResult",modelProperties:{value:{readOnly:!0,serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"Agreement"}}}},nextLink:{readOnly:!0,serializedName:"nextLink",type:{name:"String"}}}}},Re={serializedName:"EnrollmentAccountListResult",type:{name:"Composite",className:"EnrollmentAccountListResult",modelProperties:{value:{readOnly:!0,serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"EnrollmentAccountSummary"}}}},nextLink:{readOnly:!0,serializedName:"nextLink",type:{name:"String"}}}}},Ie={serializedName:"BillingPeriodsListResult",type:{name:"Composite",className:"BillingPeriodsListResult",modelProperties:{value:{readOnly:!0,serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"BillingPeriod"}}}},nextLink:{readOnly:!0,serializedName:"nextLink",type:{name:"String"}}}}},De=Object.freeze({__proto__:null,CloudError:s,BaseResource:l,AzurePlan:p,Reseller:m,Resource:d,Customer:c,AddressDetails:u,ValidateAddressResponse:y,TransferProductRequestProperties:g,TransferBillingSubscriptionRequestProperties:P,ValidateSubscriptionTransferEligibilityError:N,ValidateSubscriptionTransferEligibilityResult:b,IndirectRelationshipInfo:h,InvoiceSection:f,InvoiceSectionsOnExpand:z,BillingProfile:S,BillingProfilesOnExpand:A,EnrollmentPolicies:B,Enrollment:M,EnrollmentAccount:v,Department:O,BillingAccount:R,BillingAccountUpdateRequest:I,BillingProperty:D,Instruction:E,BillingProfileCreationRequest:{serializedName:"BillingProfileCreationRequest",type:{name:"Composite",className:"BillingProfileCreationRequest",modelProperties:{displayName:{serializedName:"displayName",type:{name:"String"}},poNumber:{serializedName:"poNumber",type:{name:"String"}},billTo:{serializedName:"billTo",type:{name:"Composite",className:"AddressDetails"}},invoiceEmailOptIn:{serializedName:"invoiceEmailOptIn",type:{name:"Boolean"}},enabledAzurePlans:{serializedName:"enabledAzurePlans",type:{name:"Sequence",element:{type:{name:"Composite",className:"AzurePlan"}}}}}}},InvoiceSectionCreationRequest:{serializedName:"InvoiceSectionCreationRequest",type:{name:"Composite",className:"InvoiceSectionCreationRequest",modelProperties:{displayName:{serializedName:"displayName",type:{name:"String"}}}}},InvoiceSectionWithCreateSubPermission:q,DownloadUrl:C,ErrorSubDetailsItem:T,ErrorDetails:L,ErrorResponse:x,Amount:k,Document:w,PaymentProperties:_,RebillDetails:G,Invoice:U,Product:j,ValidateProductTransferEligibilityError:V,ValidateProductTransferEligibilityResult:H,BillingSubscription:F,EnrollmentAccountContext:{serializedName:"EnrollmentAccountContext",type:{name:"Composite",className:"EnrollmentAccountContext",modelProperties:{costCenter:{serializedName:"costCenter",type:{name:"String"}},startDate:{serializedName:"startDate",type:{name:"DateTime"}},endDate:{serializedName:"endDate",type:{name:"DateTime"}},enrollmentAccountName:{serializedName:"enrollmentAccountName",type:{name:"String"}}}}},Transaction:W,Policy:$,CustomerPolicy:J,AvailableBalance:K,OperationDisplay:Q,Operation:X,BillingRoleAssignment:Y,BillingPermissionsProperties:Z,BillingRoleDefinition:ee,Participants:ie,Agreement:te,EnrollmentAccountSummary:re,BillingPeriod:ne,BillingProfilesCreateOrUpdateHeaders:ae,InvoiceSectionsCreateOrUpdateHeaders:oe,InvoicesDownloadInvoiceHeaders:se,InvoicesDownloadMultipleModernInvoiceHeaders:le,InvoicesDownloadBillingSubscriptionInvoiceHeaders:pe,InvoicesDownloadMultipleBillingSubscriptionInvoiceHeaders:me,BillingSubscriptionsMoveHeaders:de,ProductsMoveHeaders:ce,BillingAccountListResult:ue,InvoiceSectionListWithCreateSubPermissionResult:ye,InstructionListResult:ge,BillingProfileListResult:Pe,CustomerListResult:Ne,InvoiceSectionListResult:be,BillingPermissionsListResult:he,BillingSubscriptionsListResult:fe,ProductsListResult:ze,InvoiceListResult:Se,TransactionListResult:Ae,OperationListResult:Be,BillingRoleDefinitionListResult:Me,BillingRoleAssignmentListResult:ve,AgreementListResult:Oe,EnrollmentAccountListResult:Re,BillingPeriodsListResult:Ie}),Ee=Object.freeze({__proto__:null,AddressDetails:u,Agreement:te,Amount:k,AvailableBalance:K,AzurePlan:p,BaseResource:l,BillingAccount:R,BillingAccountListResult:ue,BillingAccountUpdateRequest:I,BillingPeriod:ne,BillingPermissionsProperties:Z,BillingProfile:S,BillingProfilesOnExpand:A,BillingProperty:D,BillingRoleAssignment:Y,BillingRoleDefinition:ee,BillingSubscription:F,Customer:c,CustomerPolicy:J,Department:O,Document:w,Enrollment:M,EnrollmentAccount:v,EnrollmentAccountSummary:re,EnrollmentPolicies:B,ErrorDetails:L,ErrorResponse:x,ErrorSubDetailsItem:T,IndirectRelationshipInfo:h,Instruction:E,Invoice:U,InvoiceSection:f,InvoiceSectionListWithCreateSubPermissionResult:ye,InvoiceSectionsOnExpand:z,InvoiceSectionWithCreateSubPermission:q,Participants:ie,PaymentProperties:_,Policy:$,Product:j,RebillDetails:G,Reseller:m,Resource:d,Transaction:W}),qe={parameterPath:"acceptLanguage",mapper:{serializedName:"accept-language",defaultValue:"en-US",type:{name:"String"}}},Ce={parameterPath:"apiVersion",mapper:{required:!0,isConstant:!0,serializedName:"api-version",defaultValue:"2020-05-01",type:{name:"String"}}},Te={parameterPath:"apiVersion",mapper:{required:!0,isConstant:!0,serializedName:"api-version",defaultValue:"2018-03-01-preview",type:{name:"String"}}},Le={parameterPath:"billingAccountName",mapper:{required:!0,serializedName:"billingAccountName",type:{name:"String"}}},xe={parameterPath:"billingProfileName",mapper:{required:!0,serializedName:"billingProfileName",type:{name:"String"}}},ke={parameterPath:"billingRoleAssignmentName",mapper:{required:!0,serializedName:"billingRoleAssignmentName",type:{name:"String"}}},we={parameterPath:"billingRoleDefinitionName",mapper:{required:!0,serializedName:"billingRoleDefinitionName",type:{name:"String"}}},_e={parameterPath:"customerName",mapper:{required:!0,serializedName:"customerName",type:{name:"String"}}},Ge={parameterPath:"downloadToken",mapper:{required:!0,serializedName:"downloadToken",type:{name:"String"}}},Ue={parameterPath:["options","expand"],mapper:{serializedName:"$expand",type:{name:"String"}}},je={parameterPath:["options","filter"],mapper:{serializedName:"$filter",type:{name:"String"}}},Ve={parameterPath:"instructionName",mapper:{required:!0,serializedName:"instructionName",type:{name:"String"}}},He={parameterPath:"invoiceName",mapper:{required:!0,serializedName:"invoiceName",type:{name:"String"}}},Fe={parameterPath:"invoiceSectionName",mapper:{required:!0,serializedName:"invoiceSectionName",type:{name:"String"}}},We={parameterPath:"nextPageLink",mapper:{required:!0,serializedName:"nextLink",type:{name:"String"}},skipEncoding:!0},$e={parameterPath:"periodEndDate",mapper:{required:!0,serializedName:"periodEndDate",type:{name:"String"}}},Je={parameterPath:"periodStartDate",mapper:{required:!0,serializedName:"periodStartDate",type:{name:"String"}}},Ke={parameterPath:"productName",mapper:{required:!0,serializedName:"productName",type:{name:"String"}}},s={parameterPath:["options","search"],mapper:{serializedName:"$search",type:{name:"String"}}},q={parameterPath:"subscriptionId",mapper:{required:!0,serializedName:"subscriptionId",type:{name:"String"}}},Qe=(Xe.prototype.list=function(e,i){return this.client.sendOperationRequest({options:e},Ye,i)},Xe.prototype.get=function(e,i,t){return this.client.sendOperationRequest({billingAccountName:e,options:i},Ze,t)},Xe.prototype.update=function(e,i,t){return this.beginUpdate(e,i,t).then(function(e){return e.pollUntilFinished()})},Xe.prototype.listInvoiceSectionsByCreateSubscriptionPermission=function(e,i,t){return this.client.sendOperationRequest({billingAccountName:e,options:i},ei,t)},Xe.prototype.beginUpdate=function(e,i,t){return this.client.sendLRORequest({billingAccountName:e,parameters:i,options:t},ii,t)},Xe.prototype.listNext=function(e,i,t){return this.client.sendOperationRequest({nextPageLink:e,options:i},ti,t)},Xe.prototype.listInvoiceSectionsByCreateSubscriptionPermissionNext=function(e,i,t){return this.client.sendOperationRequest({nextPageLink:e,options:i},ri,t)},Xe);function Xe(e){this.client=e}var Ee=new i.Serializer(Ee),Ye={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts",queryParameters:[Ce,Ue],headerParameters:[qe],responses:{200:{bodyMapper:ue},default:{bodyMapper:x}},serializer:Ee},Ze={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}",urlParameters:[Le],queryParameters:[Ce,Ue],headerParameters:[qe],responses:{200:{bodyMapper:R},default:{bodyMapper:x}},serializer:Ee},ei={httpMethod:"POST",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/listInvoiceSectionsWithCreateSubscriptionPermission",urlParameters:[Le],queryParameters:[Ce],headerParameters:[qe],responses:{200:{bodyMapper:ye},default:{bodyMapper:x}},serializer:Ee},ii={httpMethod:"PATCH",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}",urlParameters:[Le],queryParameters:[Ce],headerParameters:[qe],requestBody:{parameterPath:"parameters",mapper:n(n({},I),{required:!0})},responses:{200:{bodyMapper:R},202:{},default:{bodyMapper:x}},serializer:Ee},ti={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[We],headerParameters:[qe],responses:{200:{bodyMapper:ue},default:{bodyMapper:x}},serializer:Ee},ri={httpMethod:"POST",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[We],headerParameters:[qe],responses:{200:{bodyMapper:ye},default:{bodyMapper:x}},serializer:Ee},Ee=Object.freeze({__proto__:null,AddressDetails:u,ErrorDetails:L,ErrorResponse:x,ErrorSubDetailsItem:T,ValidateAddressResponse:y}),ni=(ai.prototype.validate=function(e,i,t){return this.client.sendOperationRequest({address:e,options:i},oi,t)},ai);function ai(e){this.client=e}var Ee=new i.Serializer(Ee),oi={httpMethod:"POST",path:"providers/Microsoft.Billing/validateAddress",queryParameters:[Ce],headerParameters:[qe],requestBody:{parameterPath:"address",mapper:n(n({},u),{required:!0})},responses:{200:{bodyMapper:y},default:{bodyMapper:x}},serializer:Ee},Ee=Object.freeze({__proto__:null,AddressDetails:u,Agreement:te,Amount:k,AvailableBalance:K,AzurePlan:p,BaseResource:l,BillingAccount:R,BillingPeriod:ne,BillingPermissionsProperties:Z,BillingProfile:S,BillingProfilesOnExpand:A,BillingProperty:D,BillingRoleAssignment:Y,BillingRoleDefinition:ee,BillingSubscription:F,Customer:c,CustomerPolicy:J,Department:O,Document:w,Enrollment:M,EnrollmentAccount:v,EnrollmentAccountSummary:re,EnrollmentPolicies:B,ErrorDetails:L,ErrorResponse:x,ErrorSubDetailsItem:T,IndirectRelationshipInfo:h,Instruction:E,Invoice:U,InvoiceSection:f,InvoiceSectionsOnExpand:z,Participants:ie,PaymentProperties:_,Policy:$,Product:j,RebillDetails:G,Reseller:m,Resource:d,Transaction:W}),si=(li.prototype.get=function(e,i,t,r){return this.client.sendOperationRequest({billingAccountName:e,billingProfileName:i,options:t},pi,r)},li);function li(e){this.client=e}var pi={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/availableBalance/default",urlParameters:[Le,xe],queryParameters:[Ce],headerParameters:[qe],responses:{200:{bodyMapper:K},default:{bodyMapper:x}},serializer:new i.Serializer(Ee)},Ee=Object.freeze({__proto__:null,AddressDetails:u,Agreement:te,Amount:k,AvailableBalance:K,AzurePlan:p,BaseResource:l,BillingAccount:R,BillingPeriod:ne,BillingPermissionsProperties:Z,BillingProfile:S,BillingProfilesOnExpand:A,BillingProperty:D,BillingRoleAssignment:Y,BillingRoleDefinition:ee,BillingSubscription:F,Customer:c,CustomerPolicy:J,Department:O,Document:w,Enrollment:M,EnrollmentAccount:v,EnrollmentAccountSummary:re,EnrollmentPolicies:B,ErrorDetails:L,ErrorResponse:x,ErrorSubDetailsItem:T,IndirectRelationshipInfo:h,Instruction:E,InstructionListResult:ge,Invoice:U,InvoiceSection:f,InvoiceSectionsOnExpand:z,Participants:ie,PaymentProperties:_,Policy:$,Product:j,RebillDetails:G,Reseller:m,Resource:d,Transaction:W}),mi=(di.prototype.listByBillingProfile=function(e,i,t,r){return this.client.sendOperationRequest({billingAccountName:e,billingProfileName:i,options:t},ci,r)},di.prototype.get=function(e,i,t,r,n){return this.client.sendOperationRequest({billingAccountName:e,billingProfileName:i,instructionName:t,options:r},ui,n)},di.prototype.put=function(e,i,t,r,n,a){return this.client.sendOperationRequest({billingAccountName:e,billingProfileName:i,instructionName:t,parameters:r,options:n},yi,a)},di.prototype.listByBillingProfileNext=function(e,i,t){return this.client.sendOperationRequest({nextPageLink:e,options:i},gi,t)},di);function di(e){this.client=e}var Ee=new i.Serializer(Ee),ci={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/instructions",urlParameters:[Le,xe],queryParameters:[Ce],headerParameters:[qe],responses:{200:{bodyMapper:ge},default:{bodyMapper:x}},serializer:Ee},ui={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/instructions/{instructionName}",urlParameters:[Le,xe,Ve],queryParameters:[Ce],headerParameters:[qe],responses:{200:{bodyMapper:E},default:{bodyMapper:x}},serializer:Ee},yi={httpMethod:"PUT",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/instructions/{instructionName}",urlParameters:[Le,xe,Ve],queryParameters:[Ce],headerParameters:[qe],requestBody:{parameterPath:"parameters",mapper:n(n({},E),{required:!0})},responses:{200:{bodyMapper:E},default:{bodyMapper:x}},serializer:Ee},gi={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[We],headerParameters:[qe],responses:{200:{bodyMapper:ge},default:{bodyMapper:x}},serializer:Ee},Ee=Object.freeze({__proto__:null,AddressDetails:u,Agreement:te,Amount:k,AvailableBalance:K,AzurePlan:p,BaseResource:l,BillingAccount:R,BillingPeriod:ne,BillingPermissionsProperties:Z,BillingProfile:S,BillingProfileListResult:Pe,BillingProfilesCreateOrUpdateHeaders:ae,BillingProfilesOnExpand:A,BillingProperty:D,BillingRoleAssignment:Y,BillingRoleDefinition:ee,BillingSubscription:F,Customer:c,CustomerPolicy:J,Department:O,Document:w,Enrollment:M,EnrollmentAccount:v,EnrollmentAccountSummary:re,EnrollmentPolicies:B,ErrorDetails:L,ErrorResponse:x,ErrorSubDetailsItem:T,IndirectRelationshipInfo:h,Instruction:E,Invoice:U,InvoiceSection:f,InvoiceSectionsOnExpand:z,Participants:ie,PaymentProperties:_,Policy:$,Product:j,RebillDetails:G,Reseller:m,Resource:d,Transaction:W}),Pi=(Ni.prototype.listByBillingAccount=function(e,i,t){return this.client.sendOperationRequest({billingAccountName:e,options:i},bi,t)},Ni.prototype.get=function(e,i,t,r){return this.client.sendOperationRequest({billingAccountName:e,billingProfileName:i,options:t},hi,r)},Ni.prototype.createOrUpdate=function(e,i,t,r){return this.beginCreateOrUpdate(e,i,t,r).then(function(e){return e.pollUntilFinished()})},Ni.prototype.beginCreateOrUpdate=function(e,i,t,r){return this.client.sendLRORequest({billingAccountName:e,billingProfileName:i,parameters:t,options:r},fi,r)},Ni.prototype.listByBillingAccountNext=function(e,i,t){return this.client.sendOperationRequest({nextPageLink:e,options:i},zi,t)},Ni);function Ni(e){this.client=e}var Ee=new i.Serializer(Ee),bi={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles",urlParameters:[Le],queryParameters:[Ce,Ue],headerParameters:[qe],responses:{200:{bodyMapper:Pe},default:{bodyMapper:x}},serializer:Ee},hi={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}",urlParameters:[Le,xe],queryParameters:[Ce,Ue],headerParameters:[qe],responses:{200:{bodyMapper:S},default:{bodyMapper:x}},serializer:Ee},fi={httpMethod:"PUT",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}",urlParameters:[Le,xe],queryParameters:[Ce],headerParameters:[qe],requestBody:{parameterPath:"parameters",mapper:n(n({},S),{required:!0})},responses:{200:{bodyMapper:S,headersMapper:ae},202:{headersMapper:ae},default:{bodyMapper:x,headersMapper:ae}},serializer:Ee},zi={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[We],headerParameters:[qe],responses:{200:{bodyMapper:Pe},default:{bodyMapper:x}},serializer:Ee},Ee=Object.freeze({__proto__:null,AddressDetails:u,Agreement:te,Amount:k,AvailableBalance:K,AzurePlan:p,BaseResource:l,BillingAccount:R,BillingPeriod:ne,BillingPermissionsProperties:Z,BillingProfile:S,BillingProfilesOnExpand:A,BillingProperty:D,BillingRoleAssignment:Y,BillingRoleDefinition:ee,BillingSubscription:F,Customer:c,CustomerListResult:Ne,CustomerPolicy:J,Department:O,Document:w,Enrollment:M,EnrollmentAccount:v,EnrollmentAccountSummary:re,EnrollmentPolicies:B,ErrorDetails:L,ErrorResponse:x,ErrorSubDetailsItem:T,IndirectRelationshipInfo:h,Instruction:E,Invoice:U,InvoiceSection:f,InvoiceSectionsOnExpand:z,Participants:ie,PaymentProperties:_,Policy:$,Product:j,RebillDetails:G,Reseller:m,Resource:d,Transaction:W}),Si=(Ai.prototype.listByBillingProfile=function(e,i,t,r){return this.client.sendOperationRequest({billingAccountName:e,billingProfileName:i,options:t},Bi,r)},Ai.prototype.listByBillingAccount=function(e,i,t){return this.client.sendOperationRequest({billingAccountName:e,options:i},Mi,t)},Ai.prototype.get=function(e,i,t,r){return this.client.sendOperationRequest({billingAccountName:e,customerName:i,options:t},vi,r)},Ai.prototype.listByBillingProfileNext=function(e,i,t){return this.client.sendOperationRequest({nextPageLink:e,options:i},Oi,t)},Ai.prototype.listByBillingAccountNext=function(e,i,t){return this.client.sendOperationRequest({nextPageLink:e,options:i},Ri,t)},Ai);function Ai(e){this.client=e}var Ee=new i.Serializer(Ee),Bi={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/customers",urlParameters:[Le,xe],queryParameters:[Ce,s,je],headerParameters:[qe],responses:{200:{bodyMapper:Ne},default:{bodyMapper:x}},serializer:Ee},Mi={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/customers",urlParameters:[Le],queryParameters:[Ce,s,je],headerParameters:[qe],responses:{200:{bodyMapper:Ne},default:{bodyMapper:x}},serializer:Ee},vi={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/customers/{customerName}",urlParameters:[Le,_e],queryParameters:[Ce,Ue],headerParameters:[qe],responses:{200:{bodyMapper:c},default:{bodyMapper:x}},serializer:Ee},Oi={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[We],headerParameters:[qe],responses:{200:{bodyMapper:Ne},default:{bodyMapper:x}},serializer:Ee},Ri={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[We],headerParameters:[qe],responses:{200:{bodyMapper:Ne},default:{bodyMapper:x}},serializer:Ee},Ee=Object.freeze({__proto__:null,AddressDetails:u,Agreement:te,Amount:k,AvailableBalance:K,AzurePlan:p,BaseResource:l,BillingAccount:R,BillingPeriod:ne,BillingPermissionsProperties:Z,BillingProfile:S,BillingProfilesOnExpand:A,BillingProperty:D,BillingRoleAssignment:Y,BillingRoleDefinition:ee,BillingSubscription:F,Customer:c,CustomerPolicy:J,Department:O,Document:w,Enrollment:M,EnrollmentAccount:v,EnrollmentAccountSummary:re,EnrollmentPolicies:B,ErrorDetails:L,ErrorResponse:x,ErrorSubDetailsItem:T,IndirectRelationshipInfo:h,Instruction:E,Invoice:U,InvoiceSection:f,InvoiceSectionListResult:be,InvoiceSectionsCreateOrUpdateHeaders:oe,InvoiceSectionsOnExpand:z,Participants:ie,PaymentProperties:_,Policy:$,Product:j,RebillDetails:G,Reseller:m,Resource:d,Transaction:W}),Ii=(Di.prototype.listByBillingProfile=function(e,i,t,r){return this.client.sendOperationRequest({billingAccountName:e,billingProfileName:i,options:t},Ei,r)},Di.prototype.get=function(e,i,t,r,n){return this.client.sendOperationRequest({billingAccountName:e,billingProfileName:i,invoiceSectionName:t,options:r},qi,n)},Di.prototype.createOrUpdate=function(e,i,t,r,n){return this.beginCreateOrUpdate(e,i,t,r,n).then(function(e){return e.pollUntilFinished()})},Di.prototype.beginCreateOrUpdate=function(e,i,t,r,n){return this.client.sendLRORequest({billingAccountName:e,billingProfileName:i,invoiceSectionName:t,parameters:r,options:n},Ci,n)},Di.prototype.listByBillingProfileNext=function(e,i,t){return this.client.sendOperationRequest({nextPageLink:e,options:i},Ti,t)},Di);function Di(e){this.client=e}var Ee=new i.Serializer(Ee),Ei={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections",urlParameters:[Le,xe],queryParameters:[Ce],headerParameters:[qe],responses:{200:{bodyMapper:be},default:{bodyMapper:x}},serializer:Ee},qi={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}",urlParameters:[Le,xe,Fe],queryParameters:[Ce],headerParameters:[qe],responses:{200:{bodyMapper:f},default:{bodyMapper:x}},serializer:Ee},Ci={httpMethod:"PUT",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}",urlParameters:[Le,xe,Fe],queryParameters:[Ce],headerParameters:[qe],requestBody:{parameterPath:"parameters",mapper:n(n({},f),{required:!0})},responses:{200:{bodyMapper:f,headersMapper:oe},202:{headersMapper:oe},default:{bodyMapper:x,headersMapper:oe}},serializer:Ee},Ti={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[We],headerParameters:[qe],responses:{200:{bodyMapper:be},default:{bodyMapper:x}},serializer:Ee},Ee=Object.freeze({__proto__:null,BillingPermissionsListResult:he,BillingPermissionsProperties:Z,ErrorDetails:L,ErrorResponse:x,ErrorSubDetailsItem:T}),Li=(xi.prototype.listByCustomer=function(e,i,t,r){return this.client.sendOperationRequest({billingAccountName:e,customerName:i,options:t},ki,r)},xi.prototype.listByBillingAccount=function(e,i,t){return this.client.sendOperationRequest({billingAccountName:e,options:i},wi,t)},xi.prototype.listByInvoiceSections=function(e,i,t,r,n){return this.client.sendOperationRequest({billingAccountName:e,billingProfileName:i,invoiceSectionName:t,options:r},_i,n)},xi.prototype.listByBillingProfile=function(e,i,t,r){return this.client.sendOperationRequest({billingAccountName:e,billingProfileName:i,options:t},Gi,r)},xi.prototype.listByCustomerNext=function(e,i,t){return this.client.sendOperationRequest({nextPageLink:e,options:i},Ui,t)},xi.prototype.listByBillingAccountNext=function(e,i,t){return this.client.sendOperationRequest({nextPageLink:e,options:i},ji,t)},xi.prototype.listByInvoiceSectionsNext=function(e,i,t){return this.client.sendOperationRequest({nextPageLink:e,options:i},Vi,t)},xi.prototype.listByBillingProfileNext=function(e,i,t){return this.client.sendOperationRequest({nextPageLink:e,options:i},Hi,t)},xi);function xi(e){this.client=e}var Ee=new i.Serializer(Ee),ki={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/customers/{customerName}/billingPermissions",urlParameters:[Le,_e],queryParameters:[Ce],headerParameters:[qe],responses:{200:{bodyMapper:he},default:{bodyMapper:x}},serializer:Ee},wi={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingPermissions",urlParameters:[Le],queryParameters:[Ce],headerParameters:[qe],responses:{200:{bodyMapper:he},default:{bodyMapper:x}},serializer:Ee},_i={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}/billingPermissions",urlParameters:[Le,xe,Fe],queryParameters:[Ce],headerParameters:[qe],responses:{200:{bodyMapper:he},default:{bodyMapper:x}},serializer:Ee},Gi={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/billingPermissions",urlParameters:[Le,xe],queryParameters:[Ce],headerParameters:[qe],responses:{200:{bodyMapper:he},default:{bodyMapper:x}},serializer:Ee},Ui={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[We],headerParameters:[qe],responses:{200:{bodyMapper:he},default:{bodyMapper:x}},serializer:Ee},ji={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[We],headerParameters:[qe],responses:{200:{bodyMapper:he},default:{bodyMapper:x}},serializer:Ee},Vi={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[We],headerParameters:[qe],responses:{200:{bodyMapper:he},default:{bodyMapper:x}},serializer:Ee},Hi={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[We],headerParameters:[qe],responses:{200:{bodyMapper:he},default:{bodyMapper:x}},serializer:Ee},N=Object.freeze({__proto__:null,AddressDetails:u,Agreement:te,Amount:k,AvailableBalance:K,AzurePlan:p,BaseResource:l,BillingAccount:R,BillingPeriod:ne,BillingPermissionsProperties:Z,BillingProfile:S,BillingProfilesOnExpand:A,BillingProperty:D,BillingRoleAssignment:Y,BillingRoleDefinition:ee,BillingSubscription:F,BillingSubscriptionsListResult:fe,BillingSubscriptionsMoveHeaders:de,Customer:c,CustomerPolicy:J,Department:O,Document:w,Enrollment:M,EnrollmentAccount:v,EnrollmentAccountSummary:re,EnrollmentPolicies:B,ErrorDetails:L,ErrorResponse:x,ErrorSubDetailsItem:T,IndirectRelationshipInfo:h,Instruction:E,Invoice:U,InvoiceSection:f,InvoiceSectionsOnExpand:z,Participants:ie,PaymentProperties:_,Policy:$,Product:j,RebillDetails:G,Reseller:m,Resource:d,Transaction:W,TransferBillingSubscriptionRequestProperties:P,ValidateSubscriptionTransferEligibilityError:N,ValidateSubscriptionTransferEligibilityResult:b}),Fi=(Wi.prototype.listByCustomer=function(e,i,t,r){return this.client.sendOperationRequest({billingAccountName:e,customerName:i,options:t},$i,r)},Wi.prototype.listByBillingAccount=function(e,i,t){return this.client.sendOperationRequest({billingAccountName:e,options:i},Ji,t)},Wi.prototype.listByBillingProfile=function(e,i,t,r){return this.client.sendOperationRequest({billingAccountName:e,billingProfileName:i,options:t},Ki,r)},Wi.prototype.listByInvoiceSection=function(e,i,t,r,n){return this.client.sendOperationRequest({billingAccountName:e,billingProfileName:i,invoiceSectionName:t,options:r},Qi,n)},Wi.prototype.get=function(e,i,t){return this.client.sendOperationRequest({billingAccountName:e,options:i},Xi,t)},Wi.prototype.update=function(e,i,t,r){return this.client.sendOperationRequest({billingAccountName:e,parameters:i,options:t},Yi,r)},Wi.prototype.move=function(e,i,t){return this.beginMove(e,i,t).then(function(e){return e.pollUntilFinished()})},Wi.prototype.validateMove=function(e,i,t,r){return this.client.sendOperationRequest({billingAccountName:e,destinationInvoiceSectionId:i,options:t},Zi,r)},Wi.prototype.beginMove=function(e,i,t){return this.client.sendLRORequest({billingAccountName:e,destinationInvoiceSectionId:i,options:t},et,t)},Wi.prototype.listByCustomerNext=function(e,i,t){return this.client.sendOperationRequest({nextPageLink:e,options:i},it,t)},Wi.prototype.listByBillingAccountNext=function(e,i,t){return this.client.sendOperationRequest({nextPageLink:e,options:i},tt,t)},Wi.prototype.listByBillingProfileNext=function(e,i,t){return this.client.sendOperationRequest({nextPageLink:e,options:i},rt,t)},Wi.prototype.listByInvoiceSectionNext=function(e,i,t){return this.client.sendOperationRequest({nextPageLink:e,options:i},nt,t)},Wi);function Wi(e){this.client=e}var N=new i.Serializer(N),$i={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/customers/{customerName}/billingSubscriptions",urlParameters:[Le,_e],queryParameters:[Ce],headerParameters:[qe],responses:{200:{bodyMapper:fe},default:{bodyMapper:x}},serializer:N},Ji={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptions",urlParameters:[Le],queryParameters:[Ce],headerParameters:[qe],responses:{200:{bodyMapper:fe},default:{bodyMapper:x}},serializer:N},Ki={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/billingSubscriptions",urlParameters:[Le,xe],queryParameters:[Ce],headerParameters:[qe],responses:{200:{bodyMapper:fe},default:{bodyMapper:x}},serializer:N},Qi={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}/billingSubscriptions",urlParameters:[Le,xe,Fe],queryParameters:[Ce],headerParameters:[qe],responses:{200:{bodyMapper:fe},default:{bodyMapper:x}},serializer:N},Xi={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptions/{subscriptionId}",urlParameters:[Le,q],queryParameters:[Ce],headerParameters:[qe],responses:{200:{bodyMapper:F},default:{bodyMapper:x}},serializer:N},Yi={httpMethod:"PATCH",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptions/{subscriptionId}",urlParameters:[Le,q],queryParameters:[Ce],headerParameters:[qe],requestBody:{parameterPath:"parameters",mapper:n(n({},F),{required:!0})},responses:{200:{bodyMapper:F},default:{bodyMapper:x}},serializer:N},Zi={httpMethod:"POST",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptions/{subscriptionId}/validateMoveEligibility",urlParameters:[Le,q],queryParameters:[Ce],headerParameters:[qe],requestBody:{parameterPath:{destinationInvoiceSectionId:"destinationInvoiceSectionId"},mapper:n(n({},P),{required:!0})},responses:{200:{bodyMapper:b},default:{bodyMapper:x}},serializer:N},et={httpMethod:"POST",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptions/{subscriptionId}/move",urlParameters:[Le,q],queryParameters:[Ce],headerParameters:[qe],requestBody:{parameterPath:{destinationInvoiceSectionId:"destinationInvoiceSectionId"},mapper:n(n({},P),{required:!0})},responses:{200:{bodyMapper:F,headersMapper:de},202:{headersMapper:de},default:{bodyMapper:x,headersMapper:de}},serializer:N},it={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[We],headerParameters:[qe],responses:{200:{bodyMapper:fe},default:{bodyMapper:x}},serializer:N},tt={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[We],headerParameters:[qe],responses:{200:{bodyMapper:fe},default:{bodyMapper:x}},serializer:N},rt={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[We],headerParameters:[qe],responses:{200:{bodyMapper:fe},default:{bodyMapper:x}},serializer:N},nt={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[We],headerParameters:[qe],responses:{200:{bodyMapper:fe},default:{bodyMapper:x}},serializer:N},V=Object.freeze({__proto__:null,AddressDetails:u,Agreement:te,Amount:k,AvailableBalance:K,AzurePlan:p,BaseResource:l,BillingAccount:R,BillingPeriod:ne,BillingPermissionsProperties:Z,BillingProfile:S,BillingProfilesOnExpand:A,BillingProperty:D,BillingRoleAssignment:Y,BillingRoleDefinition:ee,BillingSubscription:F,Customer:c,CustomerPolicy:J,Department:O,Document:w,Enrollment:M,EnrollmentAccount:v,EnrollmentAccountSummary:re,EnrollmentPolicies:B,ErrorDetails:L,ErrorResponse:x,ErrorSubDetailsItem:T,IndirectRelationshipInfo:h,Instruction:E,Invoice:U,InvoiceSection:f,InvoiceSectionsOnExpand:z,Participants:ie,PaymentProperties:_,Policy:$,Product:j,ProductsListResult:ze,ProductsMoveHeaders:ce,RebillDetails:G,Reseller:m,Resource:d,Transaction:W,TransferProductRequestProperties:g,ValidateProductTransferEligibilityError:V,ValidateProductTransferEligibilityResult:H}),at=(ot.prototype.listByCustomer=function(e,i,t,r){return this.client.sendOperationRequest({billingAccountName:e,customerName:i,options:t},st,r)},ot.prototype.listByBillingAccount=function(e,i,t){return this.client.sendOperationRequest({billingAccountName:e,options:i},lt,t)},ot.prototype.listByBillingProfile=function(e,i,t,r){return this.client.sendOperationRequest({billingAccountName:e,billingProfileName:i,options:t},pt,r)},ot.prototype.listByInvoiceSection=function(e,i,t,r,n){return this.client.sendOperationRequest({billingAccountName:e,billingProfileName:i,invoiceSectionName:t,options:r},mt,n)},ot.prototype.get=function(e,i,t,r){return this.client.sendOperationRequest({billingAccountName:e,productName:i,options:t},dt,r)},ot.prototype.update=function(e,i,t,r,n){return this.client.sendOperationRequest({billingAccountName:e,productName:i,parameters:t,options:r},ct,n)},ot.prototype.move=function(e,i,t,r){return this.client.sendOperationRequest({billingAccountName:e,productName:i,options:t},ut,r)},ot.prototype.validateMove=function(e,i,t,r){return this.client.sendOperationRequest({billingAccountName:e,productName:i,options:t},yt,r)},ot.prototype.listByCustomerNext=function(e,i,t){return this.client.sendOperationRequest({nextPageLink:e,options:i},gt,t)},ot.prototype.listByBillingAccountNext=function(e,i,t){return this.client.sendOperationRequest({nextPageLink:e,options:i},Pt,t)},ot.prototype.listByBillingProfileNext=function(e,i,t){return this.client.sendOperationRequest({nextPageLink:e,options:i},Nt,t)},ot.prototype.listByInvoiceSectionNext=function(e,i,t){return this.client.sendOperationRequest({nextPageLink:e,options:i},bt,t)},ot);function ot(e){this.client=e}var V=new i.Serializer(V),st={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/customers/{customerName}/products",urlParameters:[Le,_e],queryParameters:[Ce],headerParameters:[qe],responses:{200:{bodyMapper:ze},default:{bodyMapper:x}},serializer:V},lt={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/products",urlParameters:[Le],queryParameters:[Ce,je],headerParameters:[qe],responses:{200:{bodyMapper:ze},default:{bodyMapper:x}},serializer:V},pt={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/products",urlParameters:[Le,xe],queryParameters:[Ce,je],headerParameters:[qe],responses:{200:{bodyMapper:ze},default:{bodyMapper:x}},serializer:V},mt={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}/products",urlParameters:[Le,xe,Fe],queryParameters:[Ce,je],headerParameters:[qe],responses:{200:{bodyMapper:ze},default:{bodyMapper:x}},serializer:V},dt={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/products/{productName}",urlParameters:[Le,Ke],queryParameters:[Ce],headerParameters:[qe],responses:{200:{bodyMapper:j},default:{bodyMapper:x}},serializer:V},ct={httpMethod:"PATCH",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/products/{productName}",urlParameters:[Le,Ke],queryParameters:[Ce],headerParameters:[qe],requestBody:{parameterPath:"parameters",mapper:n(n({},j),{required:!0})},responses:{200:{bodyMapper:j},default:{bodyMapper:x}},serializer:V},ut={httpMethod:"POST",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/products/{productName}/move",urlParameters:[Le,Ke],queryParameters:[Ce],headerParameters:[qe],requestBody:{parameterPath:{destinationInvoiceSectionId:["options","destinationInvoiceSectionId"]},mapper:n(n({},g),{required:!0})},responses:{200:{bodyMapper:j,headersMapper:ce},202:{headersMapper:ce},default:{bodyMapper:x,headersMapper:ce}},serializer:V},yt={httpMethod:"POST",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/products/{productName}/validateMoveEligibility",urlParameters:[Le,Ke],queryParameters:[Ce],headerParameters:[qe],requestBody:{parameterPath:{destinationInvoiceSectionId:["options","destinationInvoiceSectionId"]},mapper:n(n({},g),{required:!0})},responses:{200:{bodyMapper:H},default:{bodyMapper:x}},serializer:V},gt={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[We],headerParameters:[qe],responses:{200:{bodyMapper:ze},default:{bodyMapper:x}},serializer:V},Pt={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[We],headerParameters:[qe],responses:{200:{bodyMapper:ze},default:{bodyMapper:x}},serializer:V},Nt={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[We],headerParameters:[qe],responses:{200:{bodyMapper:ze},default:{bodyMapper:x}},serializer:V},bt={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[We],headerParameters:[qe],responses:{200:{bodyMapper:ze},default:{bodyMapper:x}},serializer:V},V=Object.freeze({__proto__:null,AddressDetails:u,Agreement:te,Amount:k,AvailableBalance:K,AzurePlan:p,BaseResource:l,BillingAccount:R,BillingPeriod:ne,BillingPermissionsProperties:Z,BillingProfile:S,BillingProfilesOnExpand:A,BillingProperty:D,BillingRoleAssignment:Y,BillingRoleDefinition:ee,BillingSubscription:F,Customer:c,CustomerPolicy:J,Department:O,Document:w,DownloadUrl:C,Enrollment:M,EnrollmentAccount:v,EnrollmentAccountSummary:re,EnrollmentPolicies:B,ErrorDetails:L,ErrorResponse:x,ErrorSubDetailsItem:T,IndirectRelationshipInfo:h,Instruction:E,Invoice:U,InvoiceListResult:Se,InvoicesDownloadBillingSubscriptionInvoiceHeaders:pe,InvoicesDownloadInvoiceHeaders:se,InvoicesDownloadMultipleBillingSubscriptionInvoiceHeaders:me,InvoicesDownloadMultipleModernInvoiceHeaders:le,InvoiceSection:f,InvoiceSectionsOnExpand:z,Participants:ie,PaymentProperties:_,Policy:$,Product:j,RebillDetails:G,Reseller:m,Resource:d,Transaction:W}),ht=(ft.prototype.listByBillingAccount=function(e,i,t,r,n){return this.client.sendOperationRequest({billingAccountName:e,periodStartDate:i,periodEndDate:t,options:r},zt,n)},ft.prototype.listByBillingProfile=function(e,i,t,r,n,a){return this.client.sendOperationRequest({billingAccountName:e,billingProfileName:i,periodStartDate:t,periodEndDate:r,options:n},St,a)},ft.prototype.get=function(e,i,t,r){return this.client.sendOperationRequest({billingAccountName:e,invoiceName:i,options:t},At,r)},ft.prototype.getById=function(e,i,t){return this.client.sendOperationRequest({invoiceName:e,options:i},Bt,t)},ft.prototype.downloadInvoice=function(e,i,t,r){return this.beginDownloadInvoice(e,i,t,r).then(function(e){return e.pollUntilFinished()})},ft.prototype.downloadMultipleModernInvoice=function(e,i,t){return this.beginDownloadMultipleModernInvoice(e,i,t).then(function(e){return e.pollUntilFinished()})},ft.prototype.listByBillingSubscription=function(e,i,t,r){return this.client.sendOperationRequest({periodStartDate:e,periodEndDate:i,options:t},Mt,r)},ft.prototype.getBySubscriptionAndInvoiceId=function(e,i,t){return this.client.sendOperationRequest({invoiceName:e,options:i},vt,t)},ft.prototype.downloadBillingSubscriptionInvoice=function(e,i,t){return this.beginDownloadBillingSubscriptionInvoice(e,i,t).then(function(e){return e.pollUntilFinished()})},ft.prototype.downloadMultipleBillingSubscriptionInvoice=function(e,i){return this.beginDownloadMultipleBillingSubscriptionInvoice(e,i).then(function(e){return e.pollUntilFinished()})},ft.prototype.beginDownloadInvoice=function(e,i,t,r){return this.client.sendLRORequest({billingAccountName:e,invoiceName:i,downloadToken:t,options:r},Ot,r)},ft.prototype.beginDownloadMultipleModernInvoice=function(e,i,t){return this.client.sendLRORequest({billingAccountName:e,downloadUrls:i,options:t},Rt,t)},ft.prototype.beginDownloadBillingSubscriptionInvoice=function(e,i,t){return this.client.sendLRORequest({invoiceName:e,downloadToken:i,options:t},It,t)},ft.prototype.beginDownloadMultipleBillingSubscriptionInvoice=function(e,i){return this.client.sendLRORequest({downloadUrls:e,options:i},Dt,i)},ft.prototype.listByBillingAccountNext=function(e,i,t){return this.client.sendOperationRequest({nextPageLink:e,options:i},Et,t)},ft.prototype.listByBillingProfileNext=function(e,i,t){return this.client.sendOperationRequest({nextPageLink:e,options:i},qt,t)},ft.prototype.listByBillingSubscriptionNext=function(e,i,t){return this.client.sendOperationRequest({nextPageLink:e,options:i},Ct,t)},ft);function ft(e){this.client=e}var V=new i.Serializer(V),zt={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/invoices",urlParameters:[Le],queryParameters:[Ce,Je,$e],headerParameters:[qe],responses:{200:{bodyMapper:Se},default:{bodyMapper:x}},serializer:V},St={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoices",urlParameters:[Le,xe],queryParameters:[Ce,Je,$e],headerParameters:[qe],responses:{200:{bodyMapper:Se},default:{bodyMapper:x}},serializer:V},At={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/invoices/{invoiceName}",urlParameters:[Le,He],queryParameters:[Ce],headerParameters:[qe],responses:{200:{bodyMapper:U},default:{bodyMapper:x}},serializer:V},Bt={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts/default/invoices/{invoiceName}",urlParameters:[He],queryParameters:[Ce],headerParameters:[qe],responses:{200:{bodyMapper:U},default:{bodyMapper:x}},serializer:V},Mt={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts/default/billingSubscriptions/{subscriptionId}/invoices",urlParameters:[q],queryParameters:[Je,$e,Ce],headerParameters:[qe],responses:{200:{bodyMapper:Se},default:{bodyMapper:x}},serializer:V},vt={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts/default/billingSubscriptions/{subscriptionId}/invoices/{invoiceName}",urlParameters:[q,He],queryParameters:[Ce],headerParameters:[qe],responses:{200:{bodyMapper:U},default:{bodyMapper:x}},serializer:V},Ot={httpMethod:"POST",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/invoices/{invoiceName}/download",urlParameters:[Le,He],queryParameters:[Ce,Ge],headerParameters:[qe],responses:{200:{bodyMapper:C,headersMapper:se},202:{headersMapper:se},default:{bodyMapper:x,headersMapper:se}},serializer:V},Rt={httpMethod:"POST",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/downloadDocuments",urlParameters:[Le],queryParameters:[Ce],headerParameters:[qe],requestBody:{parameterPath:"downloadUrls",mapper:{required:!0,serializedName:"downloadUrls",type:{name:"Sequence",element:{type:{name:"String"}}}}},responses:{200:{bodyMapper:C,headersMapper:le},202:{headersMapper:le},default:{bodyMapper:x,headersMapper:le}},serializer:V},It={httpMethod:"POST",path:"providers/Microsoft.Billing/billingAccounts/default/billingSubscriptions/{subscriptionId}/invoices/{invoiceName}/download",urlParameters:[q,He],queryParameters:[Ce,Ge],headerParameters:[qe],responses:{200:{bodyMapper:C,headersMapper:pe},202:{headersMapper:pe},default:{bodyMapper:x,headersMapper:pe}},serializer:V},Dt={httpMethod:"POST",path:"providers/Microsoft.Billing/billingAccounts/default/billingSubscriptions/{subscriptionId}/downloadDocuments",urlParameters:[q],queryParameters:[Ce],headerParameters:[qe],requestBody:{parameterPath:"downloadUrls",mapper:{required:!0,serializedName:"downloadUrls",type:{name:"Sequence",element:{type:{name:"String"}}}}},responses:{200:{bodyMapper:C,headersMapper:me},202:{headersMapper:me},default:{bodyMapper:x,headersMapper:me}},serializer:V},Et={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[We],headerParameters:[qe],responses:{200:{bodyMapper:Se},default:{bodyMapper:x}},serializer:V},qt={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[We],headerParameters:[qe],responses:{200:{bodyMapper:Se},default:{bodyMapper:x}},serializer:V},Ct={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[We],headerParameters:[qe],responses:{200:{bodyMapper:Se},default:{bodyMapper:x}},serializer:V},V=Object.freeze({__proto__:null,AddressDetails:u,Agreement:te,Amount:k,AvailableBalance:K,AzurePlan:p,BaseResource:l,BillingAccount:R,BillingPeriod:ne,BillingPermissionsProperties:Z,BillingProfile:S,BillingProfilesOnExpand:A,BillingProperty:D,BillingRoleAssignment:Y,BillingRoleDefinition:ee,BillingSubscription:F,Customer:c,CustomerPolicy:J,Department:O,Document:w,Enrollment:M,EnrollmentAccount:v,EnrollmentAccountSummary:re,EnrollmentPolicies:B,ErrorDetails:L,ErrorResponse:x,ErrorSubDetailsItem:T,IndirectRelationshipInfo:h,Instruction:E,Invoice:U,InvoiceSection:f,InvoiceSectionsOnExpand:z,Participants:ie,PaymentProperties:_,Policy:$,Product:j,RebillDetails:G,Reseller:m,Resource:d,Transaction:W,TransactionListResult:Ae}),Tt=(Lt.prototype.listByInvoice=function(e,i,t,r){return this.client.sendOperationRequest({billingAccountName:e,invoiceName:i,options:t},xt,r)},Lt.prototype.listByInvoiceNext=function(e,i,t){return this.client.sendOperationRequest({nextPageLink:e,options:i},kt,t)},Lt);function Lt(e){this.client=e}var V=new i.Serializer(V),xt={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/invoices/{invoiceName}/transactions",urlParameters:[Le,He],queryParameters:[Ce],headerParameters:[qe],responses:{200:{bodyMapper:Ae},default:{bodyMapper:x}},serializer:V},kt={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[We],headerParameters:[qe],responses:{200:{bodyMapper:Ae},default:{bodyMapper:x}},serializer:V},V=Object.freeze({__proto__:null,AddressDetails:u,Agreement:te,Amount:k,AvailableBalance:K,AzurePlan:p,BaseResource:l,BillingAccount:R,BillingPeriod:ne,BillingPermissionsProperties:Z,BillingProfile:S,BillingProfilesOnExpand:A,BillingProperty:D,BillingRoleAssignment:Y,BillingRoleDefinition:ee,BillingSubscription:F,Customer:c,CustomerPolicy:J,Department:O,Document:w,Enrollment:M,EnrollmentAccount:v,EnrollmentAccountSummary:re,EnrollmentPolicies:B,ErrorDetails:L,ErrorResponse:x,ErrorSubDetailsItem:T,IndirectRelationshipInfo:h,Instruction:E,Invoice:U,InvoiceSection:f,InvoiceSectionsOnExpand:z,Participants:ie,PaymentProperties:_,Policy:$,Product:j,RebillDetails:G,Reseller:m,Resource:d,Transaction:W}),wt=(_t.prototype.getByBillingProfile=function(e,i,t,r){return this.client.sendOperationRequest({billingAccountName:e,billingProfileName:i,options:t},Gt,r)},_t.prototype.update=function(e,i,t,r,n){return this.client.sendOperationRequest({billingAccountName:e,billingProfileName:i,parameters:t,options:r},Ut,n)},_t.prototype.getByCustomer=function(e,i,t,r){return this.client.sendOperationRequest({billingAccountName:e,customerName:i,options:t},jt,r)},_t.prototype.updateCustomer=function(e,i,t,r){return this.client.sendOperationRequest({billingAccountName:e,customerName:i,options:t},Vt,r)},_t);function _t(e){this.client=e}var V=new i.Serializer(V),Gt={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/policies/default",urlParameters:[Le,xe],queryParameters:[Ce],headerParameters:[qe],responses:{200:{bodyMapper:$},default:{bodyMapper:x}},serializer:V},Ut={httpMethod:"PUT",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/policies/default",urlParameters:[Le,xe],queryParameters:[Ce],headerParameters:[qe],requestBody:{parameterPath:"parameters",mapper:n(n({},$),{required:!0})},responses:{200:{bodyMapper:$},default:{bodyMapper:x}},serializer:V},jt={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/customers/{customerName}/policies/default",urlParameters:[Le,_e],queryParameters:[Ce],headerParameters:[qe],responses:{200:{bodyMapper:J},default:{bodyMapper:x}},serializer:V},Vt={httpMethod:"PUT",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/customers/{customerName}/policies/default",urlParameters:[Le,_e],queryParameters:[Ce],headerParameters:[qe],requestBody:{parameterPath:{viewCharges:["options","viewCharges"]},mapper:n(n({},J),{required:!0})},responses:{200:{bodyMapper:J},default:{bodyMapper:x}},serializer:V},V=Object.freeze({__proto__:null,AddressDetails:u,Agreement:te,Amount:k,AvailableBalance:K,AzurePlan:p,BaseResource:l,BillingAccount:R,BillingPeriod:ne,BillingPermissionsProperties:Z,BillingProfile:S,BillingProfilesOnExpand:A,BillingProperty:D,BillingRoleAssignment:Y,BillingRoleDefinition:ee,BillingSubscription:F,Customer:c,CustomerPolicy:J,Department:O,Document:w,Enrollment:M,EnrollmentAccount:v,EnrollmentAccountSummary:re,EnrollmentPolicies:B,ErrorDetails:L,ErrorResponse:x,ErrorSubDetailsItem:T,IndirectRelationshipInfo:h,Instruction:E,Invoice:U,InvoiceSection:f,InvoiceSectionsOnExpand:z,Participants:ie,PaymentProperties:_,Policy:$,Product:j,RebillDetails:G,Reseller:m,Resource:d,Transaction:W}),Ht=(Ft.prototype.get=function(e,i){return this.client.sendOperationRequest({options:e},Wt,i)},Ft.prototype.update=function(e,i){return this.client.sendOperationRequest({options:e},$t,i)},Ft);function Ft(e){this.client=e}var V=new i.Serializer(V),Wt={httpMethod:"GET",path:"subscriptions/{subscriptionId}/providers/Microsoft.Billing/billingProperty/default",urlParameters:[q],queryParameters:[Ce],headerParameters:[qe],responses:{200:{bodyMapper:D},default:{bodyMapper:x}},serializer:V},$t={httpMethod:"PATCH",path:"subscriptions/{subscriptionId}/providers/Microsoft.Billing/billingProperty/default",urlParameters:[q],queryParameters:[Ce],headerParameters:[qe],requestBody:{parameterPath:{costCenter:["options","costCenter"]},mapper:n(n({},D),{required:!0})},responses:{200:{bodyMapper:D},default:{bodyMapper:x}},serializer:V},Q=Object.freeze({__proto__:null,ErrorDetails:L,ErrorResponse:x,ErrorSubDetailsItem:T,Operation:X,OperationDisplay:Q,OperationListResult:Be}),Jt=(Kt.prototype.list=function(e,i){return this.client.sendOperationRequest({options:e},Qt,i)},Kt.prototype.listNext=function(e,i,t){return this.client.sendOperationRequest({nextPageLink:e,options:i},Xt,t)},Kt);function Kt(e){this.client=e}var Q=new i.Serializer(Q),Qt={httpMethod:"GET",path:"providers/Microsoft.Billing/operations",queryParameters:[Ce],headerParameters:[qe],responses:{200:{bodyMapper:Be},default:{bodyMapper:x}},serializer:Q},Xt={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[We],headerParameters:[qe],responses:{200:{bodyMapper:Be},default:{bodyMapper:x}},serializer:Q},Q=Object.freeze({__proto__:null,AddressDetails:u,Agreement:te,Amount:k,AvailableBalance:K,AzurePlan:p,BaseResource:l,BillingAccount:R,BillingPeriod:ne,BillingPermissionsProperties:Z,BillingProfile:S,BillingProfilesOnExpand:A,BillingProperty:D,BillingRoleAssignment:Y,BillingRoleDefinition:ee,BillingRoleDefinitionListResult:Me,BillingSubscription:F,Customer:c,CustomerPolicy:J,Department:O,Document:w,Enrollment:M,EnrollmentAccount:v,EnrollmentAccountSummary:re,EnrollmentPolicies:B,ErrorDetails:L,ErrorResponse:x,ErrorSubDetailsItem:T,IndirectRelationshipInfo:h,Instruction:E,Invoice:U,InvoiceSection:f,InvoiceSectionsOnExpand:z,Participants:ie,PaymentProperties:_,Policy:$,Product:j,RebillDetails:G,Reseller:m,Resource:d,Transaction:W}),Yt=(Zt.prototype.getByBillingAccount=function(e,i,t,r){return this.client.sendOperationRequest({billingAccountName:e,billingRoleDefinitionName:i,options:t},er,r)},Zt.prototype.getByInvoiceSection=function(e,i,t,r,n,a){return this.client.sendOperationRequest({billingAccountName:e,billingProfileName:i,invoiceSectionName:t,billingRoleDefinitionName:r,options:n},ir,a)},Zt.prototype.getByBillingProfile=function(e,i,t,r,n){return this.client.sendOperationRequest({billingAccountName:e,billingProfileName:i,billingRoleDefinitionName:t,options:r},tr,n)},Zt.prototype.listByBillingAccount=function(e,i,t){return this.client.sendOperationRequest({billingAccountName:e,options:i},rr,t)},Zt.prototype.listByInvoiceSection=function(e,i,t,r,n){return this.client.sendOperationRequest({billingAccountName:e,billingProfileName:i,invoiceSectionName:t,options:r},nr,n)},Zt.prototype.listByBillingProfile=function(e,i,t,r){return this.client.sendOperationRequest({billingAccountName:e,billingProfileName:i,options:t},ar,r)},Zt.prototype.listByBillingAccountNext=function(e,i,t){return this.client.sendOperationRequest({nextPageLink:e,options:i},or,t)},Zt.prototype.listByInvoiceSectionNext=function(e,i,t){return this.client.sendOperationRequest({nextPageLink:e,options:i},sr,t)},Zt.prototype.listByBillingProfileNext=function(e,i,t){return this.client.sendOperationRequest({nextPageLink:e,options:i},lr,t)},Zt);function Zt(e){this.client=e}var Q=new i.Serializer(Q),er={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingRoleDefinitions/{billingRoleDefinitionName}",urlParameters:[Le,we],queryParameters:[Ce],headerParameters:[qe],responses:{200:{bodyMapper:ee},default:{bodyMapper:x}},serializer:Q},ir={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}/billingRoleDefinitions/{billingRoleDefinitionName}",urlParameters:[Le,xe,Fe,we],queryParameters:[Ce],headerParameters:[qe],responses:{200:{bodyMapper:ee},default:{bodyMapper:x}},serializer:Q},tr={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/billingRoleDefinitions/{billingRoleDefinitionName}",urlParameters:[Le,xe,we],queryParameters:[Ce],headerParameters:[qe],responses:{200:{bodyMapper:ee},default:{bodyMapper:x}},serializer:Q},rr={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingRoleDefinitions",urlParameters:[Le],queryParameters:[Ce],headerParameters:[qe],responses:{200:{bodyMapper:Me},default:{bodyMapper:x}},serializer:Q},nr={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}/billingRoleDefinitions",urlParameters:[Le,xe,Fe],queryParameters:[Ce],headerParameters:[qe],responses:{200:{bodyMapper:Me},default:{bodyMapper:x}},serializer:Q},ar={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/billingRoleDefinitions",urlParameters:[Le,xe],queryParameters:[Ce],headerParameters:[qe],responses:{200:{bodyMapper:Me},default:{bodyMapper:x}},serializer:Q},or={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[We],headerParameters:[qe],responses:{200:{bodyMapper:Me},default:{bodyMapper:x}},serializer:Q},sr={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[We],headerParameters:[qe],responses:{200:{bodyMapper:Me},default:{bodyMapper:x}},serializer:Q},lr={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[We],headerParameters:[qe],responses:{200:{bodyMapper:Me},default:{bodyMapper:x}},serializer:Q},Q=Object.freeze({__proto__:null,AddressDetails:u,Agreement:te,Amount:k,AvailableBalance:K,AzurePlan:p,BaseResource:l,BillingAccount:R,BillingPeriod:ne,BillingPermissionsProperties:Z,BillingProfile:S,BillingProfilesOnExpand:A,BillingProperty:D,BillingRoleAssignment:Y,BillingRoleAssignmentListResult:ve,BillingRoleDefinition:ee,BillingSubscription:F,Customer:c,CustomerPolicy:J,Department:O,Document:w,Enrollment:M,EnrollmentAccount:v,EnrollmentAccountSummary:re,EnrollmentPolicies:B,ErrorDetails:L,ErrorResponse:x,ErrorSubDetailsItem:T,IndirectRelationshipInfo:h,Instruction:E,Invoice:U,InvoiceSection:f,InvoiceSectionsOnExpand:z,Participants:ie,PaymentProperties:_,Policy:$,Product:j,RebillDetails:G,Reseller:m,Resource:d,Transaction:W}),pr=(mr.prototype.getByBillingAccount=function(e,i,t,r){return this.client.sendOperationRequest({billingAccountName:e,billingRoleAssignmentName:i,options:t},dr,r)},mr.prototype.deleteByBillingAccount=function(e,i,t,r){return this.client.sendOperationRequest({billingAccountName:e,billingRoleAssignmentName:i,options:t},cr,r)},mr.prototype.getByInvoiceSection=function(e,i,t,r,n,a){return this.client.sendOperationRequest({billingAccountName:e,billingProfileName:i,invoiceSectionName:t,billingRoleAssignmentName:r,options:n},ur,a)},mr.prototype.deleteByInvoiceSection=function(e,i,t,r,n,a){return this.client.sendOperationRequest({billingAccountName:e,billingProfileName:i,invoiceSectionName:t,billingRoleAssignmentName:r,options:n},yr,a)},mr.prototype.getByBillingProfile=function(e,i,t,r,n){return this.client.sendOperationRequest({billingAccountName:e,billingProfileName:i,billingRoleAssignmentName:t,options:r},gr,n)},mr.prototype.deleteByBillingProfile=function(e,i,t,r,n){return this.client.sendOperationRequest({billingAccountName:e,billingProfileName:i,billingRoleAssignmentName:t,options:r},Pr,n)},mr.prototype.listByBillingAccount=function(e,i,t){return this.client.sendOperationRequest({billingAccountName:e,options:i},Nr,t)},mr.prototype.listByInvoiceSection=function(e,i,t,r,n){return this.client.sendOperationRequest({billingAccountName:e,billingProfileName:i,invoiceSectionName:t,options:r},br,n)},mr.prototype.listByBillingProfile=function(e,i,t,r){return this.client.sendOperationRequest({billingAccountName:e,billingProfileName:i,options:t},hr,r)},mr.prototype.listByBillingAccountNext=function(e,i,t){return this.client.sendOperationRequest({nextPageLink:e,options:i},fr,t)},mr.prototype.listByInvoiceSectionNext=function(e,i,t){return this.client.sendOperationRequest({nextPageLink:e,options:i},zr,t)},mr.prototype.listByBillingProfileNext=function(e,i,t){return this.client.sendOperationRequest({nextPageLink:e,options:i},Sr,t)},mr);function mr(e){this.client=e}var Q=new i.Serializer(Q),dr={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingRoleAssignments/{billingRoleAssignmentName}",urlParameters:[Le,ke],queryParameters:[Ce],headerParameters:[qe],responses:{200:{bodyMapper:Y},default:{bodyMapper:x}},serializer:Q},cr={httpMethod:"DELETE",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingRoleAssignments/{billingRoleAssignmentName}",urlParameters:[Le,ke],queryParameters:[Ce],headerParameters:[qe],responses:{200:{bodyMapper:Y},default:{bodyMapper:x}},serializer:Q},ur={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}/billingRoleAssignments/{billingRoleAssignmentName}",urlParameters:[Le,xe,Fe,ke],queryParameters:[Ce],headerParameters:[qe],responses:{200:{bodyMapper:Y},default:{bodyMapper:x}},serializer:Q},yr={httpMethod:"DELETE",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}/billingRoleAssignments/{billingRoleAssignmentName}",urlParameters:[Le,xe,Fe,ke],queryParameters:[Ce],headerParameters:[qe],responses:{200:{bodyMapper:Y},default:{bodyMapper:x}},serializer:Q},gr={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/billingRoleAssignments/{billingRoleAssignmentName}",urlParameters:[Le,xe,ke],queryParameters:[Ce],headerParameters:[qe],responses:{200:{bodyMapper:Y},default:{bodyMapper:x}},serializer:Q},Pr={httpMethod:"DELETE",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/billingRoleAssignments/{billingRoleAssignmentName}",urlParameters:[Le,xe,ke],queryParameters:[Ce],headerParameters:[qe],responses:{200:{bodyMapper:Y},default:{bodyMapper:x}},serializer:Q},Nr={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingRoleAssignments",urlParameters:[Le],queryParameters:[Ce],headerParameters:[qe],responses:{200:{bodyMapper:ve},default:{bodyMapper:x}},serializer:Q},br={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}/billingRoleAssignments",urlParameters:[Le,xe,Fe],queryParameters:[Ce],headerParameters:[qe],responses:{200:{bodyMapper:ve},default:{bodyMapper:x}},serializer:Q},hr={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/billingRoleAssignments",urlParameters:[Le,xe],queryParameters:[Ce],headerParameters:[qe],responses:{200:{bodyMapper:ve},default:{bodyMapper:x}},serializer:Q},fr={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[We],headerParameters:[qe],responses:{200:{bodyMapper:ve},default:{bodyMapper:x}},serializer:Q},zr={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[We],headerParameters:[qe],responses:{200:{bodyMapper:ve},default:{bodyMapper:x}},serializer:Q},Sr={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[We],headerParameters:[qe],responses:{200:{bodyMapper:ve},default:{bodyMapper:x}},serializer:Q},Q=Object.freeze({__proto__:null,AddressDetails:u,Agreement:te,AgreementListResult:Oe,Amount:k,AvailableBalance:K,AzurePlan:p,BaseResource:l,BillingAccount:R,BillingPeriod:ne,BillingPermissionsProperties:Z,BillingProfile:S,BillingProfilesOnExpand:A,BillingProperty:D,BillingRoleAssignment:Y,BillingRoleDefinition:ee,BillingSubscription:F,Customer:c,CustomerPolicy:J,Department:O,Document:w,Enrollment:M,EnrollmentAccount:v,EnrollmentAccountSummary:re,EnrollmentPolicies:B,ErrorDetails:L,ErrorResponse:x,ErrorSubDetailsItem:T,IndirectRelationshipInfo:h,Instruction:E,Invoice:U,InvoiceSection:f,InvoiceSectionsOnExpand:z,Participants:ie,PaymentProperties:_,Policy:$,Product:j,RebillDetails:G,Reseller:m,Resource:d,Transaction:W}),Ar=(Br.prototype.listByBillingAccount=function(e,i,t){return this.client.sendOperationRequest({billingAccountName:e,options:i},Mr,t)},Br.prototype.get=function(e,i,t,r){return this.client.sendOperationRequest({billingAccountName:e,agreementName:i,options:t},vr,r)},Br.prototype.listByBillingAccountNext=function(e,i,t){return this.client.sendOperationRequest({nextPageLink:e,options:i},Or,t)},Br);function Br(e){this.client=e}var Q=new i.Serializer(Q),Mr={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/agreements",urlParameters:[Le],queryParameters:[Ce,Ue],headerParameters:[qe],responses:{200:{bodyMapper:Oe},default:{bodyMapper:x}},serializer:Q},vr={httpMethod:"GET",path:"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/agreements/{agreementName}",urlParameters:[Le,{parameterPath:"agreementName",mapper:{required:!0,serializedName:"agreementName",type:{name:"String"}}}],queryParameters:[Ce,Ue],headerParameters:[qe],responses:{200:{bodyMapper:te},default:{bodyMapper:x}},serializer:Q},Or={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[We],headerParameters:[qe],responses:{200:{bodyMapper:Oe},default:{bodyMapper:x}},serializer:Q},Q=Object.freeze({__proto__:null,AddressDetails:u,Agreement:te,Amount:k,AvailableBalance:K,AzurePlan:p,BaseResource:l,BillingAccount:R,BillingPeriod:ne,BillingPermissionsProperties:Z,BillingProfile:S,BillingProfilesOnExpand:A,BillingProperty:D,BillingRoleAssignment:Y,BillingRoleDefinition:ee,BillingSubscription:F,Customer:c,CustomerPolicy:J,Department:O,Document:w,Enrollment:M,EnrollmentAccount:v,EnrollmentAccountListResult:Re,EnrollmentAccountSummary:re,EnrollmentPolicies:B,ErrorDetails:L,ErrorResponse:x,ErrorSubDetailsItem:T,IndirectRelationshipInfo:h,Instruction:E,Invoice:U,InvoiceSection:f,InvoiceSectionsOnExpand:z,Participants:ie,PaymentProperties:_,Policy:$,Product:j,RebillDetails:G,Reseller:m,Resource:d,Transaction:W}),Rr=(Ir.prototype.list=function(e,i){return this.client.sendOperationRequest({options:e},Dr,i)},Ir.prototype.get=function(e,i,t){return this.client.sendOperationRequest({name:e,options:i},Er,t)},Ir.prototype.listNext=function(e,i,t){return this.client.sendOperationRequest({nextPageLink:e,options:i},qr,t)},Ir);function Ir(e){this.client=e}var Q=new i.Serializer(Q),Dr={httpMethod:"GET",path:"providers/Microsoft.Billing/enrollmentAccounts",queryParameters:[Te],headerParameters:[qe],responses:{200:{bodyMapper:Re},default:{bodyMapper:x}},serializer:Q},Er={httpMethod:"GET",path:"providers/Microsoft.Billing/enrollmentAccounts/{name}",urlParameters:[{parameterPath:"name",mapper:{required:!0,serializedName:"name",type:{name:"String"}}}],queryParameters:[Te],headerParameters:[qe],responses:{200:{bodyMapper:re},default:{bodyMapper:x}},serializer:Q},qr={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[We],headerParameters:[qe],responses:{200:{bodyMapper:Re},default:{bodyMapper:x}},serializer:Q},W=Object.freeze({__proto__:null,AddressDetails:u,Agreement:te,Amount:k,AvailableBalance:K,AzurePlan:p,BaseResource:l,BillingAccount:R,BillingPeriod:ne,BillingPeriodsListResult:Ie,BillingPermissionsProperties:Z,BillingProfile:S,BillingProfilesOnExpand:A,BillingProperty:D,BillingRoleAssignment:Y,BillingRoleDefinition:ee,BillingSubscription:F,Customer:c,CustomerPolicy:J,Department:O,Document:w,Enrollment:M,EnrollmentAccount:v,EnrollmentAccountSummary:re,EnrollmentPolicies:B,ErrorDetails:L,ErrorResponse:x,ErrorSubDetailsItem:T,IndirectRelationshipInfo:h,Instruction:E,Invoice:U,InvoiceSection:f,InvoiceSectionsOnExpand:z,Participants:ie,PaymentProperties:_,Policy:$,Product:j,RebillDetails:G,Reseller:m,Resource:d,Transaction:W}),Cr=(Tr.prototype.list=function(e,i){return this.client.sendOperationRequest({options:e},xr,i)},Tr.prototype.get=function(e,i,t){return this.client.sendOperationRequest({billingPeriodName:e,options:i},kr,t)},Tr.prototype.listNext=function(e,i,t){return this.client.sendOperationRequest({nextPageLink:e,options:i},wr,t)},Tr);function Tr(e){this.client=e}var Lr,W=new i.Serializer(W),xr={httpMethod:"GET",path:"subscriptions/{subscriptionId}/providers/Microsoft.Billing/billingPeriods",urlParameters:[q],queryParameters:[Te,je,{parameterPath:["options","skiptoken"],mapper:{serializedName:"$skiptoken",type:{name:"String"}}},{parameterPath:["options","top"],mapper:{serializedName:"$top",constraints:{InclusiveMaximum:100,InclusiveMinimum:1},type:{name:"Number"}}}],headerParameters:[qe],responses:{200:{bodyMapper:Ie},default:{bodyMapper:x}},serializer:W},kr={httpMethod:"GET",path:"subscriptions/{subscriptionId}/providers/Microsoft.Billing/billingPeriods/{billingPeriodName}",urlParameters:[q,{parameterPath:"billingPeriodName",mapper:{required:!0,serializedName:"billingPeriodName",type:{name:"String"}}}],queryParameters:[Te],headerParameters:[qe],responses:{200:{bodyMapper:ne},default:{bodyMapper:x}},serializer:W},wr={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[We],headerParameters:[qe],responses:{200:{bodyMapper:Ie},default:{bodyMapper:x}},serializer:W},x=(t(_r,Lr=a.AzureServiceClient),_r);function _r(e,i,t){var r,n=this;if(null==e)throw new Error("'credentials' cannot be null.");if(null==i)throw new Error("'subscriptionId' cannot be null.");return(t=t||{}).userAgent||(r=a.getDefaultUserAgentValue(),t.userAgent="@azure/arm-billing/3.1.1 "+r),(n=Lr.call(this,e,t)||this).acceptLanguage="en-US",n.longRunningOperationRetryTimeout=30,n.baseUri=t.baseUri||n.baseUri||"https://management.azure.com",n.requestContentType="application/json; charset=utf-8",n.credentials=e,n.subscriptionId=i,null!==t.acceptLanguage&&void 0!==t.acceptLanguage&&(n.acceptLanguage=t.acceptLanguage),null!==t.longRunningOperationRetryTimeout&&void 0!==t.longRunningOperationRetryTimeout&&(n.longRunningOperationRetryTimeout=t.longRunningOperationRetryTimeout),n}var Gr,W=(t(Ur,Gr=x),Ur);function Ur(e,i,t){t=Gr.call(this,e,i,t)||this;return t.billingAccounts=new Qe(t),t.address=new ni(t),t.availableBalances=new si(t),t.instructions=new mi(t),t.billingProfiles=new Pi(t),t.customers=new Si(t),t.invoiceSections=new Ii(t),t.billingPermissions=new Li(t),t.billingSubscriptions=new Fi(t),t.products=new at(t),t.invoices=new ht(t),t.transactions=new Tt(t),t.policies=new wt(t),t.billingProperty=new Ht(t),t.operations=new Jt(t),t.billingRoleDefinitions=new Yt(t),t.billingRoleAssignments=new pr(t),t.agreements=new Ar(t),t.enrollmentAccounts=new Rr(t),t.billingPeriods=new Cr(t),t}e.Address=ni,e.Agreements=Ar,e.AvailableBalances=si,e.BillingAccounts=Qe,e.BillingManagementClient=W,e.BillingManagementClientContext=x,e.BillingManagementMappers=De,e.BillingManagementModels=o,e.BillingPeriods=Cr,e.BillingPermissions=Li,e.BillingProfiles=Pi,e.BillingPropertyOperations=Ht,e.BillingRoleAssignments=pr,e.BillingRoleDefinitions=Yt,e.BillingSubscriptions=Fi,e.Customers=Si,e.EnrollmentAccounts=Rr,e.Instructions=mi,e.InvoiceSections=Ii,e.Invoices=ht,e.Operations=Jt,e.Policies=wt,e.Products=at,e.Transactions=Tt,Object.defineProperty(e,"__esModule",{value:!0})});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../node_modules/tslib/tslib.es6.js","../src/models/mappers.ts","../src/models/parameters.ts","../src/operations/billingAccounts.ts","../src/operations/address.ts","../src/operations/availableBalances.ts","../src/operations/instructions.ts","../src/operations/billingProfiles.ts","../src/operations/customers.ts","../src/operations/invoiceSections.ts","../src/operations/billingPermissions.ts","../src/operations/billingSubscriptions.ts","../src/operations/products.ts","../src/operations/invoices.ts","../src/operations/transactions.ts","../src/operations/policies.ts","../src/operations/billingPropertyOperations.ts","../src/operations/operations.ts","../src/operations/billingRoleDefinitions.ts","../src/operations/billingRoleAssignments.ts","../src/operations/agreements.ts","../src/operations/enrollmentAccounts.ts","../src/operations/billingPeriods.ts","../src/billingManagementClientContext.ts","../src/billingManagementClient.ts"],"names":["extendStatics","d","b","Object","setPrototypeOf","__proto__","Array","p","hasOwnProperty","__extends","__","this","constructor","prototype","create","__assign","assign","t","s","i","n","arguments","length","call","apply","CloudError","CloudErrorMapper","BaseResource","BaseResourceMapper","AzurePlan","serializedName","type","name","className","modelProperties","skuId","skuDescription","readOnly","Reseller","resellerId","description","Resource","id","Customer","billingProfileId","billingProfileDisplayName","displayName","enabledAzurePlans","element","resellers","AddressDetails","firstName","lastName","companyName","addressLine1","required","addressLine2","addressLine3","city","district","region","country","postalCode","email","phoneNumber","ValidateAddressResponse","status","suggestedAddresses","validationMessage","TransferProductRequestProperties","destinationInvoiceSectionId","TransferBillingSubscriptionRequestProperties","ValidateSubscriptionTransferEligibilityError","code","message","details","ValidateSubscriptionTransferEligibilityResult","isMoveEligible","errorDetails","IndirectRelationshipInfo","billingAccountName","billingProfileName","InvoiceSection","labels","value","state","systemId","targetCloud","InvoiceSectionsOnExpand","hasMoreResults","BillingProfile","poNumber","billingRelationshipType","billTo","indirectRelationshipInfo","invoiceEmailOptIn","invoiceDay","currency","invoiceSections","hasReadAccess","statusReasonCode","spendingLimit","targetClouds","BillingProfilesOnExpand","EnrollmentPolicies","accountOwnerViewCharges","departmentAdminViewCharges","marketplacesEnabled","reservedInstancesEnabled","Enrollment","startDate","endDate","channel","policies","language","countryCode","billingCycle","EnrollmentAccount","accountName","costCenter","accountOwner","department","Department","departmentName","enrollmentAccounts","BillingAccount","soldTo","agreementType","accountType","accountStatus","billingProfiles","enrollmentDetails","departments","BillingAccountUpdateRequest","BillingProperty","accountAdminNotificationEmailAddress","billingTenantId","billingAccountId","billingAccountDisplayName","billingProfileStatus","billingProfileStatusReasonCode","billingProfileSpendingLimit","invoiceSectionId","invoiceSectionDisplayName","isAccountAdmin","productId","productName","Instruction","amount","creationDate","InvoiceSectionWithCreateSubPermission","invoiceSectionSystemId","billingProfileSystemId","DownloadUrl","expiryTime","url","ErrorSubDetailsItem","target","ErrorDetails","ErrorResponse","error","Amount","Document","kind","source","PaymentProperties","paymentType","date","paymentMethodFamily","paymentMethodType","RebillDetails","creditNoteDocumentId","invoiceDocumentId","rebillDetails","Invoice","dueDate","invoiceDate","amountDue","azurePrepaymentApplied","billedAmount","creditAmount","freeAzureCreditApplied","subTotal","taxAmount","totalAmount","invoicePeriodStartDate","invoicePeriodEndDate","invoiceType","isMonthlyInvoice","purchaseOrderNumber","documents","payments","documentType","billedDocumentId","creditForDocumentId","subscriptionId","Product","autoRenew","purchaseDate","productTypeId","productType","billingFrequency","lastCharge","lastChargeDate","quantity","tenantId","availabilityId","customerId","customerDisplayName","reseller","ValidateProductTransferEligibilityError","ValidateProductTransferEligibilityResult","BillingSubscription","subscriptionBillingStatus","lastMonthCharges","monthToDateCharges","Transaction","invoice","invoiceId","orderId","orderName","productFamily","productDescription","transactionType","transactionAmount","subscriptionName","azurePlan","azureCreditApplied","billingCurrency","discount","effectivePrice","exchangeRate","marketPrice","pricingCurrency","servicePeriodStartDate","servicePeriodEndDate","tax","unitOfMeasure","units","unitType","Policy","marketplacePurchases","reservationPurchases","viewCharges","CustomerPolicy","AvailableBalance","OperationDisplay","provider","resource","operation","Operation","display","BillingRoleAssignment","createdOn","createdByPrincipalTenantId","createdByPrincipalId","createdByUserEmailAddress","principalId","principalTenantId","roleDefinitionId","scope","userAuthenticationType","userEmailAddress","BillingPermissionsProperties","actions","notActions","BillingRoleDefinition","permissions","roleName","Participants","statusDate","Agreement","agreementLink","category","acceptanceMode","effectiveDate","expirationDate","participants","EnrollmentAccountSummary","principalName","BillingPeriod","billingPeriodStartDate","billingPeriodEndDate","invoiceIds","BillingProfilesCreateOrUpdateHeaders","location","retryAfter","InvoiceSectionsCreateOrUpdateHeaders","InvoicesDownloadInvoiceHeaders","InvoicesDownloadMultipleModernInvoiceHeaders","InvoicesDownloadBillingSubscriptionInvoiceHeaders","InvoicesDownloadMultipleBillingSubscriptionInvoiceHeaders","BillingSubscriptionsMoveHeaders","ProductsMoveHeaders","BillingAccountListResult","nextLink","InvoiceSectionListWithCreateSubPermissionResult","InstructionListResult","BillingProfileListResult","CustomerListResult","InvoiceSectionListResult","BillingPermissionsListResult","BillingSubscriptionsListResult","ProductsListResult","InvoiceListResult","TransactionListResult","OperationListResult","BillingRoleDefinitionListResult","BillingRoleAssignmentListResult","AgreementListResult","EnrollmentAccountListResult","BillingPeriodsListResult","enrollmentAccountName","acceptLanguage","parameterPath","mapper","defaultValue","apiVersion0","isConstant","apiVersion1","billingRoleAssignmentName","billingRoleDefinitionName","customerName","downloadToken","expand","filter","instructionName","invoiceName","invoiceSectionName","nextPageLink","skipEncoding","periodEndDate","periodStartDate","search","BillingAccounts","list","options","callback","client","sendOperationRequest","listOperationSpec","get","getOperationSpec","update","parameters","beginUpdate","then","lroPoller","pollUntilFinished","listInvoiceSectionsByCreateSubscriptionPermission","listInvoiceSectionsByCreateSubscriptionPermissionOperationSpec","sendLRORequest","beginUpdateOperationSpec","listNext","listNextOperationSpec","listInvoiceSectionsByCreateSubscriptionPermissionNext","listInvoiceSectionsByCreateSubscriptionPermissionNextOperationSpec","serializer","msRest.Serializer","Mappers","httpMethod","path","queryParameters","Parameters.apiVersion0","Parameters.expand","headerParameters","Parameters.acceptLanguage","responses","200","bodyMapper","Mappers.BillingAccountListResult","default","Mappers.ErrorResponse","urlParameters","Parameters.billingAccountName","Mappers.BillingAccount","Mappers.InvoiceSectionListWithCreateSubPermissionResult","requestBody","Mappers.BillingAccountUpdateRequest","202","baseUrl","Parameters.nextPageLink","Address","validate","address","validateOperationSpec","Mappers.AddressDetails","Mappers.ValidateAddressResponse","serializer$1","AvailableBalances","Parameters.billingProfileName","Mappers.AvailableBalance","Instructions","listByBillingProfile","listByBillingProfileOperationSpec","put","putOperationSpec","listByBillingProfileNext","listByBillingProfileNextOperationSpec","Mappers.InstructionListResult","serializer$3","Parameters.instructionName","Mappers.Instruction","BillingProfiles","listByBillingAccount","listByBillingAccountOperationSpec","createOrUpdate","beginCreateOrUpdate","beginCreateOrUpdateOperationSpec","listByBillingAccountNext","listByBillingAccountNextOperationSpec","Mappers.BillingProfileListResult","serializer$4","Mappers.BillingProfile","headersMapper","Mappers.BillingProfilesCreateOrUpdateHeaders","Customers","Parameters.search","Parameters.filter","Mappers.CustomerListResult","serializer$5","Parameters.customerName","Mappers.Customer","InvoiceSections","Mappers.InvoiceSectionListResult","serializer$6","Parameters.invoiceSectionName","Mappers.InvoiceSection","Mappers.InvoiceSectionsCreateOrUpdateHeaders","BillingPermissions","listByCustomer","listByCustomerOperationSpec","listByInvoiceSections","listByInvoiceSectionsOperationSpec","listByCustomerNext","listByCustomerNextOperationSpec","listByInvoiceSectionsNext","listByInvoiceSectionsNextOperationSpec","Mappers.BillingPermissionsListResult","serializer$7","BillingSubscriptions","listByInvoiceSection","listByInvoiceSectionOperationSpec","updateOperationSpec","move","beginMove","validateMove","validateMoveOperationSpec","beginMoveOperationSpec","listByInvoiceSectionNext","listByInvoiceSectionNextOperationSpec","Mappers.BillingSubscriptionsListResult","serializer$8","Parameters.subscriptionId","Mappers.BillingSubscription","Mappers.TransferBillingSubscriptionRequestProperties","Mappers.ValidateSubscriptionTransferEligibilityResult","Mappers.BillingSubscriptionsMoveHeaders","Products","moveOperationSpec","Mappers.ProductsListResult","serializer$9","Parameters.productName","Mappers.Product","Mappers.TransferProductRequestProperties","Mappers.ProductsMoveHeaders","Mappers.ValidateProductTransferEligibilityResult","Invoices","getById","getByIdOperationSpec","downloadInvoice","beginDownloadInvoice","downloadMultipleModernInvoice","downloadUrls","beginDownloadMultipleModernInvoice","listByBillingSubscription","listByBillingSubscriptionOperationSpec","getBySubscriptionAndInvoiceId","getBySubscriptionAndInvoiceIdOperationSpec","downloadBillingSubscriptionInvoice","beginDownloadBillingSubscriptionInvoice","downloadMultipleBillingSubscriptionInvoice","beginDownloadMultipleBillingSubscriptionInvoice","beginDownloadInvoiceOperationSpec","beginDownloadMultipleModernInvoiceOperationSpec","beginDownloadBillingSubscriptionInvoiceOperationSpec","beginDownloadMultipleBillingSubscriptionInvoiceOperationSpec","listByBillingSubscriptionNext","listByBillingSubscriptionNextOperationSpec","Parameters.periodStartDate","Parameters.periodEndDate","Mappers.InvoiceListResult","serializer$a","Parameters.invoiceName","Mappers.Invoice","Parameters.downloadToken","Mappers.DownloadUrl","Mappers.InvoicesDownloadInvoiceHeaders","Mappers.InvoicesDownloadMultipleModernInvoiceHeaders","Mappers.InvoicesDownloadBillingSubscriptionInvoiceHeaders","Mappers.InvoicesDownloadMultipleBillingSubscriptionInvoiceHeaders","Transactions","listByInvoice","listByInvoiceOperationSpec","listByInvoiceNext","listByInvoiceNextOperationSpec","Mappers.TransactionListResult","serializer$b","Policies","getByBillingProfile","getByBillingProfileOperationSpec","getByCustomer","getByCustomerOperationSpec","updateCustomer","updateCustomerOperationSpec","Mappers.Policy","serializer$c","Mappers.CustomerPolicy","BillingPropertyOperations","Mappers.BillingProperty","serializer$d","Operations","Mappers.OperationListResult","serializer$e","BillingRoleDefinitions","getByBillingAccount","getByBillingAccountOperationSpec","getByInvoiceSection","getByInvoiceSectionOperationSpec","Parameters.billingRoleDefinitionName","Mappers.BillingRoleDefinition","serializer$f","Mappers.BillingRoleDefinitionListResult","BillingRoleAssignments","deleteByBillingAccount","deleteByBillingAccountOperationSpec","deleteByInvoiceSection","deleteByInvoiceSectionOperationSpec","deleteByBillingProfile","deleteByBillingProfileOperationSpec","Parameters.billingRoleAssignmentName","Mappers.BillingRoleAssignment","serializer$g","Mappers.BillingRoleAssignmentListResult","Agreements","agreementName","Mappers.AgreementListResult","serializer$h","Mappers.Agreement","EnrollmentAccounts","Parameters.apiVersion1","Mappers.EnrollmentAccountListResult","serializer$i","Mappers.EnrollmentAccountSummary","BillingPeriods","billingPeriodName","_super","constraints","InclusiveMaximum","InclusiveMinimum","Mappers.BillingPeriodsListResult","serializer$j","Mappers.BillingPeriod","BillingManagementClientContext","msRestAzure.AzureServiceClient","credentials","defaultUserAgent","_this","undefined","Error","userAgent","msRestAzure.getDefaultUserAgentValue","packageName","longRunningOperationRetryTimeout","baseUri","requestContentType","BillingManagementClient","billingAccounts","operations.BillingAccounts","operations.Address","availableBalances","operations.AvailableBalances","instructions","operations.Instructions","operations.BillingProfiles","customers","operations.Customers","operations.InvoiceSections","billingPermissions","operations.BillingPermissions","billingSubscriptions","operations.BillingSubscriptions","products","operations.Products","invoices","operations.Invoices","transactions","operations.Transactions","operations.Policies","billingProperty","operations.BillingPropertyOperations","operations","operations.Operations","billingRoleDefinitions","operations.BillingRoleDefinitions","billingRoleAssignments","operations.BillingRoleAssignments","agreements","operations.Agreements","operations.EnrollmentAccounts","billingPeriods","operations.BillingPeriods"],"mappings":"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"}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
-
import { TokenCredential } from "@azure/core-auth";
|
|
3
|
-
import * as Models from "./models";
|
|
4
|
-
import * as Mappers from "./models/mappers";
|
|
5
|
-
import * as operations from "./operations";
|
|
6
|
-
import { BillingManagementClientContext } from "./billingManagementClientContext";
|
|
7
|
-
declare class BillingManagementClient extends BillingManagementClientContext {
|
|
8
|
-
billingAccounts: operations.BillingAccounts;
|
|
9
|
-
address: operations.Address;
|
|
10
|
-
availableBalances: operations.AvailableBalances;
|
|
11
|
-
instructions: operations.Instructions;
|
|
12
|
-
billingProfiles: operations.BillingProfiles;
|
|
13
|
-
customers: operations.Customers;
|
|
14
|
-
invoiceSections: operations.InvoiceSections;
|
|
15
|
-
billingPermissions: operations.BillingPermissions;
|
|
16
|
-
billingSubscriptions: operations.BillingSubscriptions;
|
|
17
|
-
products: operations.Products;
|
|
18
|
-
invoices: operations.Invoices;
|
|
19
|
-
transactions: operations.Transactions;
|
|
20
|
-
policies: operations.Policies;
|
|
21
|
-
billingProperty: operations.BillingPropertyOperations;
|
|
22
|
-
operations: operations.Operations;
|
|
23
|
-
billingRoleDefinitions: operations.BillingRoleDefinitions;
|
|
24
|
-
billingRoleAssignments: operations.BillingRoleAssignments;
|
|
25
|
-
agreements: operations.Agreements;
|
|
26
|
-
enrollmentAccounts: operations.EnrollmentAccounts;
|
|
27
|
-
billingPeriods: operations.BillingPeriods;
|
|
28
|
-
/**
|
|
29
|
-
* Initializes a new instance of the BillingManagementClient class.
|
|
30
|
-
* @param credentials Credentials needed for the client to connect to Azure. Credentials
|
|
31
|
-
* implementing the TokenCredential interface from the @azure/identity package are recommended. For
|
|
32
|
-
* more information about these credentials, see
|
|
33
|
-
* {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
|
|
34
|
-
* ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
|
|
35
|
-
* @azure/ms-rest-browserauth are also supported.
|
|
36
|
-
* @param subscriptionId The ID that uniquely identifies an Azure subscription.
|
|
37
|
-
* @param [options] The parameter options
|
|
38
|
-
*/
|
|
39
|
-
constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.BillingManagementClientOptions);
|
|
40
|
-
}
|
|
41
|
-
export { BillingManagementClient, BillingManagementClientContext, Models as BillingManagementModels, Mappers as BillingManagementMappers };
|
|
42
|
-
export * from "./operations";
|
|
43
|
-
//# sourceMappingURL=billingManagementClient.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"billingManagementClient.d.ts","sourceRoot":"","sources":["../src/billingManagementClient.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAC5C,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAGlF,cAAM,uBAAwB,SAAQ,8BAA8B;IAElE,eAAe,EAAE,UAAU,CAAC,eAAe,CAAC;IAC5C,OAAO,EAAE,UAAU,CAAC,OAAO,CAAC;IAC5B,iBAAiB,EAAE,UAAU,CAAC,iBAAiB,CAAC;IAChD,YAAY,EAAE,UAAU,CAAC,YAAY,CAAC;IACtC,eAAe,EAAE,UAAU,CAAC,eAAe,CAAC;IAC5C,SAAS,EAAE,UAAU,CAAC,SAAS,CAAC;IAChC,eAAe,EAAE,UAAU,CAAC,eAAe,CAAC;IAC5C,kBAAkB,EAAE,UAAU,CAAC,kBAAkB,CAAC;IAClD,oBAAoB,EAAE,UAAU,CAAC,oBAAoB,CAAC;IACtD,QAAQ,EAAE,UAAU,CAAC,QAAQ,CAAC;IAC9B,QAAQ,EAAE,UAAU,CAAC,QAAQ,CAAC;IAC9B,YAAY,EAAE,UAAU,CAAC,YAAY,CAAC;IACtC,QAAQ,EAAE,UAAU,CAAC,QAAQ,CAAC;IAC9B,eAAe,EAAE,UAAU,CAAC,yBAAyB,CAAC;IACtD,UAAU,EAAE,UAAU,CAAC,UAAU,CAAC;IAClC,sBAAsB,EAAE,UAAU,CAAC,sBAAsB,CAAC;IAC1D,sBAAsB,EAAE,UAAU,CAAC,sBAAsB,CAAC;IAC1D,UAAU,EAAE,UAAU,CAAC,UAAU,CAAC;IAClC,kBAAkB,EAAE,UAAU,CAAC,kBAAkB,CAAC;IAClD,cAAc,EAAE,UAAU,CAAC,cAAc,CAAC;IAE1C;;;;;;;;;;OAUG;gBACS,WAAW,EAAE,MAAM,CAAC,wBAAwB,GAAG,eAAe,EAAE,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,8BAA8B;CAuBpJ;AAID,OAAO,EACL,uBAAuB,EACvB,8BAA8B,EAC9B,MAAM,IAAI,uBAAuB,EACjC,OAAO,IAAI,wBAAwB,EACpC,CAAC;AACF,cAAc,cAAc,CAAC"}
|