@azure/arm-billing 3.1.1 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/{LICENSE.txt → LICENSE} +2 -2
- package/README.md +69 -81
- package/dist/index.js +10450 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/billingManagementClient.d.ts +37 -0
- package/dist-esm/src/billingManagementClient.d.ts.map +1 -0
- package/dist-esm/src/billingManagementClient.js +70 -0
- package/dist-esm/src/billingManagementClient.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +3244 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +272 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +86 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +2114 -1808
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +45 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +374 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/address.d.ts +20 -0
- package/dist-esm/src/operations/address.d.ts.map +1 -0
- package/dist-esm/src/operations/address.js +50 -0
- package/dist-esm/src/operations/address.js.map +1 -0
- package/dist-esm/src/operations/agreements.d.ts +42 -0
- package/dist-esm/src/operations/agreements.d.ts.map +1 -0
- package/dist-esm/src/operations/agreements.js +156 -0
- package/dist-esm/src/operations/agreements.js.map +1 -0
- package/dist-esm/src/operations/availableBalances.d.ts +22 -0
- package/dist-esm/src/operations/availableBalances.d.ts.map +1 -0
- package/dist-esm/src/operations/availableBalances.js +54 -0
- package/dist-esm/src/operations/availableBalances.js.map +1 -0
- package/dist-esm/src/operations/billingAccounts.d.ts +79 -0
- package/dist-esm/src/operations/billingAccounts.d.ts.map +1 -0
- package/dist-esm/src/operations/billingAccounts.js +330 -0
- package/dist-esm/src/operations/billingAccounts.js.map +1 -0
- package/dist-esm/src/operations/billingPeriods.d.ts +44 -0
- package/dist-esm/src/operations/billingPeriods.d.ts.map +1 -0
- package/dist-esm/src/operations/billingPeriods.js +168 -0
- package/dist-esm/src/operations/billingPeriods.js.map +1 -0
- package/dist-esm/src/operations/billingPermissions.d.ts +110 -0
- package/dist-esm/src/operations/billingPermissions.d.ts.map +1 -0
- package/dist-esm/src/operations/billingPermissions.js +468 -0
- package/dist-esm/src/operations/billingPermissions.js.map +1 -0
- package/dist-esm/src/operations/billingProfiles.d.ts +64 -0
- package/dist-esm/src/operations/billingProfiles.d.ts.map +1 -0
- package/dist-esm/src/operations/billingProfiles.js +245 -0
- package/dist-esm/src/operations/billingProfiles.js.map +1 -0
- package/dist-esm/src/operations/billingPropertyOperations.d.ts +26 -0
- package/dist-esm/src/operations/billingPropertyOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/billingPropertyOperations.js +74 -0
- package/dist-esm/src/operations/billingPropertyOperations.js.map +1 -0
- package/dist-esm/src/operations/billingRoleAssignments.d.ts +146 -0
- package/dist-esm/src/operations/billingRoleAssignments.d.ts.map +1 -0
- package/dist-esm/src/operations/billingRoleAssignments.js +578 -0
- package/dist-esm/src/operations/billingRoleAssignments.js.map +1 -0
- package/dist-esm/src/operations/billingRoleDefinitions.d.ts +119 -0
- package/dist-esm/src/operations/billingRoleDefinitions.d.ts.map +1 -0
- package/dist-esm/src/operations/billingRoleDefinitions.js +471 -0
- package/dist-esm/src/operations/billingRoleDefinitions.js.map +1 -0
- package/dist-esm/src/operations/billingSubscriptions.d.ts +160 -0
- package/dist-esm/src/operations/billingSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operations/billingSubscriptions.js +655 -0
- package/dist-esm/src/operations/billingSubscriptions.js.map +1 -0
- package/dist-esm/src/operations/customers.d.ts +71 -0
- package/dist-esm/src/operations/customers.d.ts.map +1 -0
- package/dist-esm/src/operations/customers.js +287 -0
- package/dist-esm/src/operations/customers.js.map +1 -0
- package/dist-esm/src/operations/enrollmentAccounts.d.ts +38 -0
- package/dist-esm/src/operations/enrollmentAccounts.d.ts.map +1 -0
- package/dist-esm/src/operations/enrollmentAccounts.js +144 -0
- package/dist-esm/src/operations/enrollmentAccounts.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +1 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +4 -5
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/instructions.d.ts +57 -0
- package/dist-esm/src/operations/instructions.d.ts.map +1 -0
- package/dist-esm/src/operations/instructions.js +208 -0
- package/dist-esm/src/operations/instructions.js.map +1 -0
- package/dist-esm/src/operations/invoiceSections.d.ts +70 -0
- package/dist-esm/src/operations/invoiceSections.d.ts.map +1 -0
- package/dist-esm/src/operations/invoiceSections.js +264 -0
- package/dist-esm/src/operations/invoiceSections.js.map +1 -0
- package/dist-esm/src/operations/invoices.d.ts +202 -0
- package/dist-esm/src/operations/invoices.d.ts.map +1 -0
- package/dist-esm/src/operations/invoices.js +817 -0
- package/dist-esm/src/operations/invoices.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/policies.d.ts +47 -0
- package/dist-esm/src/operations/policies.d.ts.map +1 -0
- package/dist-esm/src/operations/policies.js +149 -0
- package/dist-esm/src/operations/policies.js.map +1 -0
- package/dist-esm/src/operations/products.d.ts +160 -0
- package/dist-esm/src/operations/products.d.ts.map +1 -0
- package/dist-esm/src/operations/products.js +615 -0
- package/dist-esm/src/operations/products.js.map +1 -0
- package/dist-esm/src/operations/reservations.d.ts +63 -0
- package/dist-esm/src/operations/reservations.d.ts.map +1 -0
- package/dist-esm/src/operations/reservations.js +265 -0
- package/dist-esm/src/operations/reservations.js.map +1 -0
- package/dist-esm/src/operations/transactions.d.ts +40 -0
- package/dist-esm/src/operations/transactions.d.ts.map +1 -0
- package/dist-esm/src/operations/transactions.js +137 -0
- package/dist-esm/src/operations/transactions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/address.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/address.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/address.js +9 -0
- package/dist-esm/src/operationsInterfaces/address.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/agreements.d.ts +19 -0
- package/dist-esm/src/operationsInterfaces/agreements.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/agreements.js +9 -0
- package/dist-esm/src/operationsInterfaces/agreements.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/availableBalances.d.ts +14 -0
- package/dist-esm/src/operationsInterfaces/availableBalances.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/availableBalances.js +9 -0
- package/dist-esm/src/operationsInterfaces/availableBalances.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingAccounts.d.ts +41 -0
- package/dist-esm/src/operationsInterfaces/billingAccounts.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingAccounts.js +9 -0
- package/dist-esm/src/operationsInterfaces/billingAccounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingPeriods.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/billingPeriods.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingPeriods.js +9 -0
- package/dist-esm/src/operationsInterfaces/billingPeriods.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingPermissions.d.ts +34 -0
- package/dist-esm/src/operationsInterfaces/billingPermissions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingPermissions.js +9 -0
- package/dist-esm/src/operationsInterfaces/billingPermissions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingProfiles.d.ts +40 -0
- package/dist-esm/src/operationsInterfaces/billingProfiles.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingProfiles.js +9 -0
- package/dist-esm/src/operationsInterfaces/billingProfiles.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingPropertyOperations.d.ts +18 -0
- package/dist-esm/src/operationsInterfaces/billingPropertyOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingPropertyOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/billingPropertyOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingRoleAssignments.d.ts +84 -0
- package/dist-esm/src/operationsInterfaces/billingRoleAssignments.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingRoleAssignments.js +9 -0
- package/dist-esm/src/operationsInterfaces/billingRoleAssignments.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingRoleDefinitions.d.ts +57 -0
- package/dist-esm/src/operationsInterfaces/billingRoleDefinitions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingRoleDefinitions.js +9 -0
- package/dist-esm/src/operationsInterfaces/billingRoleDefinitions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingSubscriptions.d.ts +80 -0
- package/dist-esm/src/operationsInterfaces/billingSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingSubscriptions.js +9 -0
- package/dist-esm/src/operationsInterfaces/billingSubscriptions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/customers.d.ts +29 -0
- package/dist-esm/src/operationsInterfaces/customers.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/customers.js +9 -0
- package/dist-esm/src/operationsInterfaces/customers.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/enrollmentAccounts.d.ts +17 -0
- package/dist-esm/src/operationsInterfaces/enrollmentAccounts.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/enrollmentAccounts.js +9 -0
- package/dist-esm/src/operationsInterfaces/enrollmentAccounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +22 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +29 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/instructions.d.ts +32 -0
- package/dist-esm/src/operationsInterfaces/instructions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/instructions.js +9 -0
- package/dist-esm/src/operationsInterfaces/instructions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/invoiceSections.d.ts +44 -0
- package/dist-esm/src/operationsInterfaces/invoiceSections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/invoiceSections.js +9 -0
- package/dist-esm/src/operationsInterfaces/invoiceSections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/invoices.d.ts +124 -0
- package/dist-esm/src/operationsInterfaces/invoices.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/invoices.js +9 -0
- package/dist-esm/src/operationsInterfaces/invoices.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/policies.d.ts +39 -0
- package/dist-esm/src/operationsInterfaces/policies.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/policies.js +9 -0
- package/dist-esm/src/operationsInterfaces/policies.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/products.d.ts +78 -0
- package/dist-esm/src/operationsInterfaces/products.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/products.js +9 -0
- package/dist-esm/src/operationsInterfaces/products.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/reservations.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/reservations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/reservations.js +9 -0
- package/dist-esm/src/operationsInterfaces/reservations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/transactions.d.ts +14 -0
- package/dist-esm/src/operationsInterfaces/transactions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/transactions.js +9 -0
- package/dist-esm/src/operationsInterfaces/transactions.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +65 -32
- package/review/arm-billing.api.md +2361 -0
- package/rollup.config.js +181 -30
- package/src/billingManagementClient.ts +144 -73
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +2567 -3859
- package/src/models/mappers.ts +2120 -1803
- package/src/models/parameters.ts +257 -103
- package/src/operations/address.ts +38 -56
- package/src/operations/agreements.ts +133 -118
- package/src/operations/availableBalances.ts +41 -56
- package/src/operations/billingAccounts.ts +314 -229
- package/src/operations/billingPeriods.ts +131 -122
- package/src/operations/billingPermissions.ts +468 -275
- package/src/operations/billingProfiles.ts +236 -165
- package/src/operations/billingPropertyOperations.ts +55 -94
- package/src/operations/billingRoleAssignments.ts +506 -453
- package/src/operations/billingRoleDefinitions.ts +436 -334
- package/src/operations/billingSubscriptions.ts +669 -487
- package/src/operations/customers.ts +263 -187
- package/src/operations/enrollmentAccounts.ts +104 -108
- package/src/operations/index.ts +4 -5
- package/src/operations/instructions.ts +182 -167
- package/src/operations/invoiceSections.ts +265 -167
- package/src/operations/invoices.ts +903 -544
- package/src/operations/operations.ts +87 -73
- package/src/operations/policies.ts +112 -188
- package/src/operations/products.ts +599 -501
- package/src/operations/reservations.ts +344 -0
- package/src/operations/transactions.ts +133 -81
- package/src/operationsInterfaces/address.ts +27 -0
- package/src/operationsInterfaces/agreements.ts +40 -0
- package/src/operationsInterfaces/availableBalances.ts +29 -0
- package/src/operationsInterfaces/billingAccounts.ts +81 -0
- package/src/operationsInterfaces/billingPeriods.ts +40 -0
- package/src/operationsInterfaces/billingPermissions.ts +65 -0
- package/src/operationsInterfaces/billingProfiles.ts +78 -0
- package/src/operationsInterfaces/billingPropertyOperations.ts +37 -0
- package/src/operationsInterfaces/billingRoleAssignments.ts +152 -0
- package/src/operationsInterfaces/billingRoleDefinitions.ts +104 -0
- package/src/operationsInterfaces/billingSubscriptions.ts +144 -0
- package/src/operationsInterfaces/customers.ts +55 -0
- package/src/operationsInterfaces/enrollmentAccounts.ts +36 -0
- package/src/operationsInterfaces/index.ts +29 -0
- package/src/operationsInterfaces/instructions.ts +63 -0
- package/src/operationsInterfaces/invoiceSections.ts +86 -0
- package/src/operationsInterfaces/invoices.ts +233 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/policies.ts +76 -0
- package/src/operationsInterfaces/products.ts +137 -0
- package/src/operationsInterfaces/reservations.ts +41 -0
- package/src/operationsInterfaces/transactions.ts +30 -0
- package/tsconfig.json +3 -3
- package/types/arm-billing.d.ts +4451 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-billing.js +0 -8674
- package/dist/arm-billing.js.map +0 -1
- package/dist/arm-billing.min.js +0 -1
- package/dist/arm-billing.min.js.map +0 -1
- package/esm/billingManagementClient.d.ts +0 -43
- package/esm/billingManagementClient.d.ts.map +0 -1
- package/esm/billingManagementClient.js +0 -57
- package/esm/billingManagementClient.js.map +0 -1
- package/esm/billingManagementClientContext.d.ts +0 -21
- package/esm/billingManagementClientContext.d.ts.map +0 -1
- package/esm/billingManagementClientContext.js +0 -60
- package/esm/billingManagementClientContext.js.map +0 -1
- package/esm/models/addressMappers.d.ts +0 -2
- package/esm/models/addressMappers.d.ts.map +0 -1
- package/esm/models/addressMappers.js +0 -9
- package/esm/models/addressMappers.js.map +0 -1
- package/esm/models/agreementsMappers.d.ts +0 -2
- package/esm/models/agreementsMappers.d.ts.map +0 -1
- package/esm/models/agreementsMappers.js +0 -9
- package/esm/models/agreementsMappers.js.map +0 -1
- package/esm/models/availableBalancesMappers.d.ts +0 -2
- package/esm/models/availableBalancesMappers.d.ts.map +0 -1
- package/esm/models/availableBalancesMappers.js +0 -9
- package/esm/models/availableBalancesMappers.js.map +0 -1
- package/esm/models/billingAccountsMappers.d.ts +0 -2
- package/esm/models/billingAccountsMappers.d.ts.map +0 -1
- package/esm/models/billingAccountsMappers.js +0 -9
- package/esm/models/billingAccountsMappers.js.map +0 -1
- package/esm/models/billingPeriodsMappers.d.ts +0 -2
- package/esm/models/billingPeriodsMappers.d.ts.map +0 -1
- package/esm/models/billingPeriodsMappers.js +0 -9
- package/esm/models/billingPeriodsMappers.js.map +0 -1
- package/esm/models/billingPermissionsMappers.d.ts +0 -2
- package/esm/models/billingPermissionsMappers.d.ts.map +0 -1
- package/esm/models/billingPermissionsMappers.js +0 -9
- package/esm/models/billingPermissionsMappers.js.map +0 -1
- package/esm/models/billingProfilesMappers.d.ts +0 -2
- package/esm/models/billingProfilesMappers.d.ts.map +0 -1
- package/esm/models/billingProfilesMappers.js +0 -9
- package/esm/models/billingProfilesMappers.js.map +0 -1
- package/esm/models/billingPropertyOperationsMappers.d.ts +0 -2
- package/esm/models/billingPropertyOperationsMappers.d.ts.map +0 -1
- package/esm/models/billingPropertyOperationsMappers.js +0 -9
- package/esm/models/billingPropertyOperationsMappers.js.map +0 -1
- package/esm/models/billingRoleAssignmentsMappers.d.ts +0 -2
- package/esm/models/billingRoleAssignmentsMappers.d.ts.map +0 -1
- package/esm/models/billingRoleAssignmentsMappers.js +0 -9
- package/esm/models/billingRoleAssignmentsMappers.js.map +0 -1
- package/esm/models/billingRoleDefinitionsMappers.d.ts +0 -2
- package/esm/models/billingRoleDefinitionsMappers.d.ts.map +0 -1
- package/esm/models/billingRoleDefinitionsMappers.js +0 -9
- package/esm/models/billingRoleDefinitionsMappers.js.map +0 -1
- package/esm/models/billingSubscriptionsMappers.d.ts +0 -2
- package/esm/models/billingSubscriptionsMappers.d.ts.map +0 -1
- package/esm/models/billingSubscriptionsMappers.js +0 -9
- package/esm/models/billingSubscriptionsMappers.js.map +0 -1
- package/esm/models/customersMappers.d.ts +0 -2
- package/esm/models/customersMappers.d.ts.map +0 -1
- package/esm/models/customersMappers.js +0 -9
- package/esm/models/customersMappers.js.map +0 -1
- package/esm/models/enrollmentAccountsMappers.d.ts +0 -2
- package/esm/models/enrollmentAccountsMappers.d.ts.map +0 -1
- package/esm/models/enrollmentAccountsMappers.js +0 -9
- package/esm/models/enrollmentAccountsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -4587
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -8
- package/esm/models/index.js.map +0 -1
- package/esm/models/instructionsMappers.d.ts +0 -2
- package/esm/models/instructionsMappers.d.ts.map +0 -1
- package/esm/models/instructionsMappers.js +0 -9
- package/esm/models/instructionsMappers.js.map +0 -1
- package/esm/models/invoiceSectionsMappers.d.ts +0 -2
- package/esm/models/invoiceSectionsMappers.d.ts.map +0 -1
- package/esm/models/invoiceSectionsMappers.js +0 -9
- package/esm/models/invoiceSectionsMappers.js.map +0 -1
- package/esm/models/invoicesMappers.d.ts +0 -2
- package/esm/models/invoicesMappers.d.ts.map +0 -1
- package/esm/models/invoicesMappers.js +0 -9
- package/esm/models/invoicesMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -82
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -27
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -279
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/policiesMappers.d.ts +0 -2
- package/esm/models/policiesMappers.d.ts.map +0 -1
- package/esm/models/policiesMappers.js +0 -9
- package/esm/models/policiesMappers.js.map +0 -1
- package/esm/models/productsMappers.d.ts +0 -2
- package/esm/models/productsMappers.d.ts.map +0 -1
- package/esm/models/productsMappers.js +0 -9
- package/esm/models/productsMappers.js.map +0 -1
- package/esm/models/transactionsMappers.d.ts +0 -2
- package/esm/models/transactionsMappers.d.ts.map +0 -1
- package/esm/models/transactionsMappers.js +0 -9
- package/esm/models/transactionsMappers.js.map +0 -1
- package/esm/operations/address.d.ts +0 -32
- package/esm/operations/address.d.ts.map +0 -1
- package/esm/operations/address.js +0 -57
- package/esm/operations/address.js.map +0 -1
- package/esm/operations/agreements.d.ts +0 -70
- package/esm/operations/agreements.d.ts.map +0 -1
- package/esm/operations/agreements.js +0 -113
- package/esm/operations/agreements.js.map +0 -1
- package/esm/operations/availableBalances.d.ts +0 -36
- package/esm/operations/availableBalances.d.ts.map +0 -1
- package/esm/operations/availableBalances.js +0 -57
- package/esm/operations/availableBalances.js.map +0 -1
- package/esm/operations/billingAccounts.d.ts +0 -127
- package/esm/operations/billingAccounts.d.ts.map +0 -1
- package/esm/operations/billingAccounts.js +0 -218
- package/esm/operations/billingAccounts.js.map +0 -1
- package/esm/operations/billingPeriods.d.ts +0 -70
- package/esm/operations/billingPeriods.d.ts.map +0 -1
- package/esm/operations/billingPeriods.js +0 -112
- package/esm/operations/billingPeriods.js.map +0 -1
- package/esm/operations/billingPermissions.d.ts +0 -169
- package/esm/operations/billingPermissions.d.ts.map +0 -1
- package/esm/operations/billingPermissions.js +0 -251
- package/esm/operations/billingPermissions.js.map +0 -1
- package/esm/operations/billingProfiles.d.ts +0 -94
- package/esm/operations/billingProfiles.d.ts.map +0 -1
- package/esm/operations/billingProfiles.js +0 -176
- package/esm/operations/billingProfiles.js.map +0 -1
- package/esm/operations/billingPropertyOperations.d.ts +0 -46
- package/esm/operations/billingPropertyOperations.d.ts.map +0 -1
- package/esm/operations/billingPropertyOperations.js +0 -91
- package/esm/operations/billingPropertyOperations.js.map +0 -1
- package/esm/operations/billingRoleAssignments.d.ts +0 -292
- package/esm/operations/billingRoleAssignments.d.ts.map +0 -1
- package/esm/operations/billingRoleAssignments.js +0 -387
- package/esm/operations/billingRoleAssignments.js.map +0 -1
- package/esm/operations/billingRoleDefinitions.d.ts +0 -211
- package/esm/operations/billingRoleDefinitions.d.ts.map +0 -1
- package/esm/operations/billingRoleDefinitions.js +0 -291
- package/esm/operations/billingRoleDefinitions.js.map +0 -1
- package/esm/operations/billingSubscriptions.d.ts +0 -267
- package/esm/operations/billingSubscriptions.d.ts.map +0 -1
- package/esm/operations/billingSubscriptions.js +0 -414
- package/esm/operations/billingSubscriptions.js.map +0 -1
- package/esm/operations/customers.d.ts +0 -114
- package/esm/operations/customers.d.ts.map +0 -1
- package/esm/operations/customers.js +0 -172
- package/esm/operations/customers.js.map +0 -1
- package/esm/operations/enrollmentAccounts.d.ts +0 -64
- package/esm/operations/enrollmentAccounts.d.ts.map +0 -1
- package/esm/operations/enrollmentAccounts.js +0 -105
- package/esm/operations/enrollmentAccounts.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/instructions.d.ts +0 -105
- package/esm/operations/instructions.d.ts.map +0 -1
- package/esm/operations/instructions.js +0 -153
- package/esm/operations/instructions.js.map +0 -1
- package/esm/operations/invoiceSections.d.ts +0 -102
- package/esm/operations/invoiceSections.d.ts.map +0 -1
- package/esm/operations/invoiceSections.js +0 -182
- package/esm/operations/invoiceSections.js.map +0 -1
- package/esm/operations/invoices.d.ts +0 -291
- package/esm/operations/invoices.d.ts.map +0 -1
- package/esm/operations/invoices.js +0 -539
- package/esm/operations/invoices.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -77
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/policies.d.ts +0 -104
- package/esm/operations/policies.d.ts.map +0 -1
- package/esm/operations/policies.js +0 -162
- package/esm/operations/policies.js.map +0 -1
- package/esm/operations/products.d.ts +0 -279
- package/esm/operations/products.d.ts.map +0 -1
- package/esm/operations/products.js +0 -403
- package/esm/operations/products.js.map +0 -1
- package/esm/operations/transactions.d.ts +0 -54
- package/esm/operations/transactions.d.ts.map +0 -1
- package/esm/operations/transactions.js +0 -83
- package/esm/operations/transactions.js.map +0 -1
- package/src/billingManagementClientContext.ts +0 -66
- package/src/models/addressMappers.ts +0 -15
- package/src/models/agreementsMappers.ts +0 -50
- package/src/models/availableBalancesMappers.ts +0 -49
- package/src/models/billingAccountsMappers.ts +0 -53
- package/src/models/billingPeriodsMappers.ts +0 -50
- package/src/models/billingPermissionsMappers.ts +0 -15
- package/src/models/billingProfilesMappers.ts +0 -51
- package/src/models/billingPropertyOperationsMappers.ts +0 -49
- package/src/models/billingRoleAssignmentsMappers.ts +0 -50
- package/src/models/billingRoleDefinitionsMappers.ts +0 -50
- package/src/models/billingSubscriptionsMappers.ts +0 -54
- package/src/models/customersMappers.ts +0 -50
- package/src/models/enrollmentAccountsMappers.ts +0 -50
- package/src/models/instructionsMappers.ts +0 -50
- package/src/models/invoiceSectionsMappers.ts +0 -51
- package/src/models/invoicesMappers.ts +0 -55
- package/src/models/operationsMappers.ts +0 -16
- package/src/models/policiesMappers.ts +0 -49
- package/src/models/productsMappers.ts +0 -54
- package/src/models/transactionsMappers.ts +0 -50
|
@@ -1,169 +0,0 @@
|
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
-
import * as Models from "../models";
|
|
3
|
-
import { BillingManagementClientContext } from "../billingManagementClientContext";
|
|
4
|
-
/** Class representing a BillingPermissions. */
|
|
5
|
-
export declare class BillingPermissions {
|
|
6
|
-
private readonly client;
|
|
7
|
-
/**
|
|
8
|
-
* Create a BillingPermissions.
|
|
9
|
-
* @param {BillingManagementClientContext} client Reference to the service client.
|
|
10
|
-
*/
|
|
11
|
-
constructor(client: BillingManagementClientContext);
|
|
12
|
-
/**
|
|
13
|
-
* Lists the billing permissions the caller has for a customer.
|
|
14
|
-
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
15
|
-
* @param customerName The ID that uniquely identifies a customer.
|
|
16
|
-
* @param [options] The optional parameters
|
|
17
|
-
* @returns Promise<Models.BillingPermissionsListByCustomerResponse>
|
|
18
|
-
*/
|
|
19
|
-
listByCustomer(billingAccountName: string, customerName: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingPermissionsListByCustomerResponse>;
|
|
20
|
-
/**
|
|
21
|
-
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
22
|
-
* @param customerName The ID that uniquely identifies a customer.
|
|
23
|
-
* @param callback The callback
|
|
24
|
-
*/
|
|
25
|
-
listByCustomer(billingAccountName: string, customerName: string, callback: msRest.ServiceCallback<Models.BillingPermissionsListResult>): void;
|
|
26
|
-
/**
|
|
27
|
-
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
28
|
-
* @param customerName The ID that uniquely identifies a customer.
|
|
29
|
-
* @param options The optional parameters
|
|
30
|
-
* @param callback The callback
|
|
31
|
-
*/
|
|
32
|
-
listByCustomer(billingAccountName: string, customerName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingPermissionsListResult>): void;
|
|
33
|
-
/**
|
|
34
|
-
* Lists the billing permissions the caller has on a billing account.
|
|
35
|
-
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
36
|
-
* @param [options] The optional parameters
|
|
37
|
-
* @returns Promise<Models.BillingPermissionsListByBillingAccountResponse>
|
|
38
|
-
*/
|
|
39
|
-
listByBillingAccount(billingAccountName: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingPermissionsListByBillingAccountResponse>;
|
|
40
|
-
/**
|
|
41
|
-
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
42
|
-
* @param callback The callback
|
|
43
|
-
*/
|
|
44
|
-
listByBillingAccount(billingAccountName: string, callback: msRest.ServiceCallback<Models.BillingPermissionsListResult>): void;
|
|
45
|
-
/**
|
|
46
|
-
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
47
|
-
* @param options The optional parameters
|
|
48
|
-
* @param callback The callback
|
|
49
|
-
*/
|
|
50
|
-
listByBillingAccount(billingAccountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingPermissionsListResult>): void;
|
|
51
|
-
/**
|
|
52
|
-
* Lists the billing permissions the caller has on an invoice section.
|
|
53
|
-
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
54
|
-
* @param billingProfileName The ID that uniquely identifies a billing profile.
|
|
55
|
-
* @param invoiceSectionName The ID that uniquely identifies an invoice section.
|
|
56
|
-
* @param [options] The optional parameters
|
|
57
|
-
* @returns Promise<Models.BillingPermissionsListByInvoiceSectionsResponse>
|
|
58
|
-
*/
|
|
59
|
-
listByInvoiceSections(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingPermissionsListByInvoiceSectionsResponse>;
|
|
60
|
-
/**
|
|
61
|
-
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
62
|
-
* @param billingProfileName The ID that uniquely identifies a billing profile.
|
|
63
|
-
* @param invoiceSectionName The ID that uniquely identifies an invoice section.
|
|
64
|
-
* @param callback The callback
|
|
65
|
-
*/
|
|
66
|
-
listByInvoiceSections(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, callback: msRest.ServiceCallback<Models.BillingPermissionsListResult>): void;
|
|
67
|
-
/**
|
|
68
|
-
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
69
|
-
* @param billingProfileName The ID that uniquely identifies a billing profile.
|
|
70
|
-
* @param invoiceSectionName The ID that uniquely identifies an invoice section.
|
|
71
|
-
* @param options The optional parameters
|
|
72
|
-
* @param callback The callback
|
|
73
|
-
*/
|
|
74
|
-
listByInvoiceSections(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingPermissionsListResult>): void;
|
|
75
|
-
/**
|
|
76
|
-
* Lists the billing permissions the caller has on a billing profile.
|
|
77
|
-
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
78
|
-
* @param billingProfileName The ID that uniquely identifies a billing profile.
|
|
79
|
-
* @param [options] The optional parameters
|
|
80
|
-
* @returns Promise<Models.BillingPermissionsListByBillingProfileResponse>
|
|
81
|
-
*/
|
|
82
|
-
listByBillingProfile(billingAccountName: string, billingProfileName: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingPermissionsListByBillingProfileResponse>;
|
|
83
|
-
/**
|
|
84
|
-
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
85
|
-
* @param billingProfileName The ID that uniquely identifies a billing profile.
|
|
86
|
-
* @param callback The callback
|
|
87
|
-
*/
|
|
88
|
-
listByBillingProfile(billingAccountName: string, billingProfileName: string, callback: msRest.ServiceCallback<Models.BillingPermissionsListResult>): void;
|
|
89
|
-
/**
|
|
90
|
-
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
91
|
-
* @param billingProfileName The ID that uniquely identifies a billing profile.
|
|
92
|
-
* @param options The optional parameters
|
|
93
|
-
* @param callback The callback
|
|
94
|
-
*/
|
|
95
|
-
listByBillingProfile(billingAccountName: string, billingProfileName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingPermissionsListResult>): void;
|
|
96
|
-
/**
|
|
97
|
-
* Lists the billing permissions the caller has for a customer.
|
|
98
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
99
|
-
* @param [options] The optional parameters
|
|
100
|
-
* @returns Promise<Models.BillingPermissionsListByCustomerNextResponse>
|
|
101
|
-
*/
|
|
102
|
-
listByCustomerNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingPermissionsListByCustomerNextResponse>;
|
|
103
|
-
/**
|
|
104
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
105
|
-
* @param callback The callback
|
|
106
|
-
*/
|
|
107
|
-
listByCustomerNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.BillingPermissionsListResult>): void;
|
|
108
|
-
/**
|
|
109
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
110
|
-
* @param options The optional parameters
|
|
111
|
-
* @param callback The callback
|
|
112
|
-
*/
|
|
113
|
-
listByCustomerNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingPermissionsListResult>): void;
|
|
114
|
-
/**
|
|
115
|
-
* Lists the billing permissions the caller has on a billing account.
|
|
116
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
117
|
-
* @param [options] The optional parameters
|
|
118
|
-
* @returns Promise<Models.BillingPermissionsListByBillingAccountNextResponse>
|
|
119
|
-
*/
|
|
120
|
-
listByBillingAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingPermissionsListByBillingAccountNextResponse>;
|
|
121
|
-
/**
|
|
122
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
123
|
-
* @param callback The callback
|
|
124
|
-
*/
|
|
125
|
-
listByBillingAccountNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.BillingPermissionsListResult>): void;
|
|
126
|
-
/**
|
|
127
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
128
|
-
* @param options The optional parameters
|
|
129
|
-
* @param callback The callback
|
|
130
|
-
*/
|
|
131
|
-
listByBillingAccountNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingPermissionsListResult>): void;
|
|
132
|
-
/**
|
|
133
|
-
* Lists the billing permissions the caller has on an invoice section.
|
|
134
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
135
|
-
* @param [options] The optional parameters
|
|
136
|
-
* @returns Promise<Models.BillingPermissionsListByInvoiceSectionsNextResponse>
|
|
137
|
-
*/
|
|
138
|
-
listByInvoiceSectionsNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingPermissionsListByInvoiceSectionsNextResponse>;
|
|
139
|
-
/**
|
|
140
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
141
|
-
* @param callback The callback
|
|
142
|
-
*/
|
|
143
|
-
listByInvoiceSectionsNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.BillingPermissionsListResult>): void;
|
|
144
|
-
/**
|
|
145
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
146
|
-
* @param options The optional parameters
|
|
147
|
-
* @param callback The callback
|
|
148
|
-
*/
|
|
149
|
-
listByInvoiceSectionsNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingPermissionsListResult>): void;
|
|
150
|
-
/**
|
|
151
|
-
* Lists the billing permissions the caller has on a billing profile.
|
|
152
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
153
|
-
* @param [options] The optional parameters
|
|
154
|
-
* @returns Promise<Models.BillingPermissionsListByBillingProfileNextResponse>
|
|
155
|
-
*/
|
|
156
|
-
listByBillingProfileNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingPermissionsListByBillingProfileNextResponse>;
|
|
157
|
-
/**
|
|
158
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
159
|
-
* @param callback The callback
|
|
160
|
-
*/
|
|
161
|
-
listByBillingProfileNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.BillingPermissionsListResult>): void;
|
|
162
|
-
/**
|
|
163
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
164
|
-
* @param options The optional parameters
|
|
165
|
-
* @param callback The callback
|
|
166
|
-
*/
|
|
167
|
-
listByBillingProfileNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingPermissionsListResult>): void;
|
|
168
|
-
}
|
|
169
|
-
//# sourceMappingURL=billingPermissions.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"billingPermissions.d.ts","sourceRoot":"","sources":["../../src/operations/billingPermissions.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,251 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for
|
|
4
|
-
* license information.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
9
|
-
*/
|
|
10
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
11
|
-
import * as Mappers from "../models/billingPermissionsMappers";
|
|
12
|
-
import * as Parameters from "../models/parameters";
|
|
13
|
-
/** Class representing a BillingPermissions. */
|
|
14
|
-
var BillingPermissions = /** @class */ (function () {
|
|
15
|
-
/**
|
|
16
|
-
* Create a BillingPermissions.
|
|
17
|
-
* @param {BillingManagementClientContext} client Reference to the service client.
|
|
18
|
-
*/
|
|
19
|
-
function BillingPermissions(client) {
|
|
20
|
-
this.client = client;
|
|
21
|
-
}
|
|
22
|
-
BillingPermissions.prototype.listByCustomer = function (billingAccountName, customerName, options, callback) {
|
|
23
|
-
return this.client.sendOperationRequest({
|
|
24
|
-
billingAccountName: billingAccountName,
|
|
25
|
-
customerName: customerName,
|
|
26
|
-
options: options
|
|
27
|
-
}, listByCustomerOperationSpec, callback);
|
|
28
|
-
};
|
|
29
|
-
BillingPermissions.prototype.listByBillingAccount = function (billingAccountName, options, callback) {
|
|
30
|
-
return this.client.sendOperationRequest({
|
|
31
|
-
billingAccountName: billingAccountName,
|
|
32
|
-
options: options
|
|
33
|
-
}, listByBillingAccountOperationSpec, callback);
|
|
34
|
-
};
|
|
35
|
-
BillingPermissions.prototype.listByInvoiceSections = function (billingAccountName, billingProfileName, invoiceSectionName, options, callback) {
|
|
36
|
-
return this.client.sendOperationRequest({
|
|
37
|
-
billingAccountName: billingAccountName,
|
|
38
|
-
billingProfileName: billingProfileName,
|
|
39
|
-
invoiceSectionName: invoiceSectionName,
|
|
40
|
-
options: options
|
|
41
|
-
}, listByInvoiceSectionsOperationSpec, callback);
|
|
42
|
-
};
|
|
43
|
-
BillingPermissions.prototype.listByBillingProfile = function (billingAccountName, billingProfileName, options, callback) {
|
|
44
|
-
return this.client.sendOperationRequest({
|
|
45
|
-
billingAccountName: billingAccountName,
|
|
46
|
-
billingProfileName: billingProfileName,
|
|
47
|
-
options: options
|
|
48
|
-
}, listByBillingProfileOperationSpec, callback);
|
|
49
|
-
};
|
|
50
|
-
BillingPermissions.prototype.listByCustomerNext = function (nextPageLink, options, callback) {
|
|
51
|
-
return this.client.sendOperationRequest({
|
|
52
|
-
nextPageLink: nextPageLink,
|
|
53
|
-
options: options
|
|
54
|
-
}, listByCustomerNextOperationSpec, callback);
|
|
55
|
-
};
|
|
56
|
-
BillingPermissions.prototype.listByBillingAccountNext = function (nextPageLink, options, callback) {
|
|
57
|
-
return this.client.sendOperationRequest({
|
|
58
|
-
nextPageLink: nextPageLink,
|
|
59
|
-
options: options
|
|
60
|
-
}, listByBillingAccountNextOperationSpec, callback);
|
|
61
|
-
};
|
|
62
|
-
BillingPermissions.prototype.listByInvoiceSectionsNext = function (nextPageLink, options, callback) {
|
|
63
|
-
return this.client.sendOperationRequest({
|
|
64
|
-
nextPageLink: nextPageLink,
|
|
65
|
-
options: options
|
|
66
|
-
}, listByInvoiceSectionsNextOperationSpec, callback);
|
|
67
|
-
};
|
|
68
|
-
BillingPermissions.prototype.listByBillingProfileNext = function (nextPageLink, options, callback) {
|
|
69
|
-
return this.client.sendOperationRequest({
|
|
70
|
-
nextPageLink: nextPageLink,
|
|
71
|
-
options: options
|
|
72
|
-
}, listByBillingProfileNextOperationSpec, callback);
|
|
73
|
-
};
|
|
74
|
-
return BillingPermissions;
|
|
75
|
-
}());
|
|
76
|
-
export { BillingPermissions };
|
|
77
|
-
// Operation Specifications
|
|
78
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
79
|
-
var listByCustomerOperationSpec = {
|
|
80
|
-
httpMethod: "GET",
|
|
81
|
-
path: "providers/Microsoft.Billing/billingAccounts/{billingAccountName}/customers/{customerName}/billingPermissions",
|
|
82
|
-
urlParameters: [
|
|
83
|
-
Parameters.billingAccountName,
|
|
84
|
-
Parameters.customerName
|
|
85
|
-
],
|
|
86
|
-
queryParameters: [
|
|
87
|
-
Parameters.apiVersion0
|
|
88
|
-
],
|
|
89
|
-
headerParameters: [
|
|
90
|
-
Parameters.acceptLanguage
|
|
91
|
-
],
|
|
92
|
-
responses: {
|
|
93
|
-
200: {
|
|
94
|
-
bodyMapper: Mappers.BillingPermissionsListResult
|
|
95
|
-
},
|
|
96
|
-
default: {
|
|
97
|
-
bodyMapper: Mappers.ErrorResponse
|
|
98
|
-
}
|
|
99
|
-
},
|
|
100
|
-
serializer: serializer
|
|
101
|
-
};
|
|
102
|
-
var listByBillingAccountOperationSpec = {
|
|
103
|
-
httpMethod: "GET",
|
|
104
|
-
path: "providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingPermissions",
|
|
105
|
-
urlParameters: [
|
|
106
|
-
Parameters.billingAccountName
|
|
107
|
-
],
|
|
108
|
-
queryParameters: [
|
|
109
|
-
Parameters.apiVersion0
|
|
110
|
-
],
|
|
111
|
-
headerParameters: [
|
|
112
|
-
Parameters.acceptLanguage
|
|
113
|
-
],
|
|
114
|
-
responses: {
|
|
115
|
-
200: {
|
|
116
|
-
bodyMapper: Mappers.BillingPermissionsListResult
|
|
117
|
-
},
|
|
118
|
-
default: {
|
|
119
|
-
bodyMapper: Mappers.ErrorResponse
|
|
120
|
-
}
|
|
121
|
-
},
|
|
122
|
-
serializer: serializer
|
|
123
|
-
};
|
|
124
|
-
var listByInvoiceSectionsOperationSpec = {
|
|
125
|
-
httpMethod: "GET",
|
|
126
|
-
path: "providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}/billingPermissions",
|
|
127
|
-
urlParameters: [
|
|
128
|
-
Parameters.billingAccountName,
|
|
129
|
-
Parameters.billingProfileName,
|
|
130
|
-
Parameters.invoiceSectionName
|
|
131
|
-
],
|
|
132
|
-
queryParameters: [
|
|
133
|
-
Parameters.apiVersion0
|
|
134
|
-
],
|
|
135
|
-
headerParameters: [
|
|
136
|
-
Parameters.acceptLanguage
|
|
137
|
-
],
|
|
138
|
-
responses: {
|
|
139
|
-
200: {
|
|
140
|
-
bodyMapper: Mappers.BillingPermissionsListResult
|
|
141
|
-
},
|
|
142
|
-
default: {
|
|
143
|
-
bodyMapper: Mappers.ErrorResponse
|
|
144
|
-
}
|
|
145
|
-
},
|
|
146
|
-
serializer: serializer
|
|
147
|
-
};
|
|
148
|
-
var listByBillingProfileOperationSpec = {
|
|
149
|
-
httpMethod: "GET",
|
|
150
|
-
path: "providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/billingPermissions",
|
|
151
|
-
urlParameters: [
|
|
152
|
-
Parameters.billingAccountName,
|
|
153
|
-
Parameters.billingProfileName
|
|
154
|
-
],
|
|
155
|
-
queryParameters: [
|
|
156
|
-
Parameters.apiVersion0
|
|
157
|
-
],
|
|
158
|
-
headerParameters: [
|
|
159
|
-
Parameters.acceptLanguage
|
|
160
|
-
],
|
|
161
|
-
responses: {
|
|
162
|
-
200: {
|
|
163
|
-
bodyMapper: Mappers.BillingPermissionsListResult
|
|
164
|
-
},
|
|
165
|
-
default: {
|
|
166
|
-
bodyMapper: Mappers.ErrorResponse
|
|
167
|
-
}
|
|
168
|
-
},
|
|
169
|
-
serializer: serializer
|
|
170
|
-
};
|
|
171
|
-
var listByCustomerNextOperationSpec = {
|
|
172
|
-
httpMethod: "GET",
|
|
173
|
-
baseUrl: "https://management.azure.com",
|
|
174
|
-
path: "{nextLink}",
|
|
175
|
-
urlParameters: [
|
|
176
|
-
Parameters.nextPageLink
|
|
177
|
-
],
|
|
178
|
-
headerParameters: [
|
|
179
|
-
Parameters.acceptLanguage
|
|
180
|
-
],
|
|
181
|
-
responses: {
|
|
182
|
-
200: {
|
|
183
|
-
bodyMapper: Mappers.BillingPermissionsListResult
|
|
184
|
-
},
|
|
185
|
-
default: {
|
|
186
|
-
bodyMapper: Mappers.ErrorResponse
|
|
187
|
-
}
|
|
188
|
-
},
|
|
189
|
-
serializer: serializer
|
|
190
|
-
};
|
|
191
|
-
var listByBillingAccountNextOperationSpec = {
|
|
192
|
-
httpMethod: "GET",
|
|
193
|
-
baseUrl: "https://management.azure.com",
|
|
194
|
-
path: "{nextLink}",
|
|
195
|
-
urlParameters: [
|
|
196
|
-
Parameters.nextPageLink
|
|
197
|
-
],
|
|
198
|
-
headerParameters: [
|
|
199
|
-
Parameters.acceptLanguage
|
|
200
|
-
],
|
|
201
|
-
responses: {
|
|
202
|
-
200: {
|
|
203
|
-
bodyMapper: Mappers.BillingPermissionsListResult
|
|
204
|
-
},
|
|
205
|
-
default: {
|
|
206
|
-
bodyMapper: Mappers.ErrorResponse
|
|
207
|
-
}
|
|
208
|
-
},
|
|
209
|
-
serializer: serializer
|
|
210
|
-
};
|
|
211
|
-
var listByInvoiceSectionsNextOperationSpec = {
|
|
212
|
-
httpMethod: "GET",
|
|
213
|
-
baseUrl: "https://management.azure.com",
|
|
214
|
-
path: "{nextLink}",
|
|
215
|
-
urlParameters: [
|
|
216
|
-
Parameters.nextPageLink
|
|
217
|
-
],
|
|
218
|
-
headerParameters: [
|
|
219
|
-
Parameters.acceptLanguage
|
|
220
|
-
],
|
|
221
|
-
responses: {
|
|
222
|
-
200: {
|
|
223
|
-
bodyMapper: Mappers.BillingPermissionsListResult
|
|
224
|
-
},
|
|
225
|
-
default: {
|
|
226
|
-
bodyMapper: Mappers.ErrorResponse
|
|
227
|
-
}
|
|
228
|
-
},
|
|
229
|
-
serializer: serializer
|
|
230
|
-
};
|
|
231
|
-
var listByBillingProfileNextOperationSpec = {
|
|
232
|
-
httpMethod: "GET",
|
|
233
|
-
baseUrl: "https://management.azure.com",
|
|
234
|
-
path: "{nextLink}",
|
|
235
|
-
urlParameters: [
|
|
236
|
-
Parameters.nextPageLink
|
|
237
|
-
],
|
|
238
|
-
headerParameters: [
|
|
239
|
-
Parameters.acceptLanguage
|
|
240
|
-
],
|
|
241
|
-
responses: {
|
|
242
|
-
200: {
|
|
243
|
-
bodyMapper: Mappers.BillingPermissionsListResult
|
|
244
|
-
},
|
|
245
|
-
default: {
|
|
246
|
-
bodyMapper: Mappers.ErrorResponse
|
|
247
|
-
}
|
|
248
|
-
},
|
|
249
|
-
serializer: serializer
|
|
250
|
-
};
|
|
251
|
-
//# sourceMappingURL=billingPermissions.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"billingPermissions.js","sourceRoot":"","sources":["../../src/operations/billingPermissions.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAE5C,OAAO,KAAK,OAAO,MAAM,qCAAqC,CAAC;AAC/D,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAGnD,+CAA+C;AAC/C;IAGE;;;OAGG;IACH,4BAAY,MAAsC;QAChD,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAuBD,2CAAc,GAAd,UAAe,kBAA0B,EAAE,YAAoB,EAAE,OAAiG,EAAE,QAAsE;QACxO,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,kBAAkB,oBAAA;YAClB,YAAY,cAAA;YACZ,OAAO,SAAA;SACR,EACD,2BAA2B,EAC3B,QAAQ,CAA6D,CAAC;IAC1E,CAAC;IAoBD,iDAAoB,GAApB,UAAqB,kBAA0B,EAAE,OAAiG,EAAE,QAAsE;QACxN,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,kBAAkB,oBAAA;YAClB,OAAO,SAAA;SACR,EACD,iCAAiC,EACjC,QAAQ,CAAmE,CAAC;IAChF,CAAC;IA0BD,kDAAqB,GAArB,UAAsB,kBAA0B,EAAE,kBAA0B,EAAE,kBAA0B,EAAE,OAAiG,EAAE,QAAsE;QACjR,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,kBAAkB,oBAAA;YAClB,kBAAkB,oBAAA;YAClB,kBAAkB,oBAAA;YAClB,OAAO,SAAA;SACR,EACD,kCAAkC,EAClC,QAAQ,CAAoE,CAAC;IACjF,CAAC;IAuBD,iDAAoB,GAApB,UAAqB,kBAA0B,EAAE,kBAA0B,EAAE,OAAiG,EAAE,QAAsE;QACpP,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,kBAAkB,oBAAA;YAClB,kBAAkB,oBAAA;YAClB,OAAO,SAAA;SACR,EACD,iCAAiC,EACjC,QAAQ,CAAmE,CAAC;IAChF,CAAC;IAoBD,+CAAkB,GAAlB,UAAmB,YAAoB,EAAE,OAAiG,EAAE,QAAsE;QAChN,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,YAAY,cAAA;YACZ,OAAO,SAAA;SACR,EACD,+BAA+B,EAC/B,QAAQ,CAAiE,CAAC;IAC9E,CAAC;IAoBD,qDAAwB,GAAxB,UAAyB,YAAoB,EAAE,OAAiG,EAAE,QAAsE;QACtN,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,YAAY,cAAA;YACZ,OAAO,SAAA;SACR,EACD,qCAAqC,EACrC,QAAQ,CAAuE,CAAC;IACpF,CAAC;IAoBD,sDAAyB,GAAzB,UAA0B,YAAoB,EAAE,OAAiG,EAAE,QAAsE;QACvN,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,YAAY,cAAA;YACZ,OAAO,SAAA;SACR,EACD,sCAAsC,EACtC,QAAQ,CAAwE,CAAC;IACrF,CAAC;IAoBD,qDAAwB,GAAxB,UAAyB,YAAoB,EAAE,OAAiG,EAAE,QAAsE;QACtN,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,YAAY,cAAA;YACZ,OAAO,SAAA;SACR,EACD,qCAAqC,EACrC,QAAQ,CAAuE,CAAC;IACpF,CAAC;IACH,yBAAC;AAAD,CAAC,AA1PD,IA0PC;;AAED,2BAA2B;AAC3B,IAAM,UAAU,GAAG,IAAI,MAAM,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;AAClD,IAAM,2BAA2B,GAAyB;IACxD,UAAU,EAAE,KAAK;IACjB,IAAI,EAAE,8GAA8G;IACpH,aAAa,EAAE;QACb,UAAU,CAAC,kBAAkB;QAC7B,UAAU,CAAC,YAAY;KACxB;IACD,eAAe,EAAE;QACf,UAAU,CAAC,WAAW;KACvB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,4BAA4B;SACjD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,UAAU,YAAA;CACX,CAAC;AAEF,IAAM,iCAAiC,GAAyB;IAC9D,UAAU,EAAE,KAAK;IACjB,IAAI,EAAE,qFAAqF;IAC3F,aAAa,EAAE;QACb,UAAU,CAAC,kBAAkB;KAC9B;IACD,eAAe,EAAE;QACf,UAAU,CAAC,WAAW;KACvB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,4BAA4B;SACjD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,UAAU,YAAA;CACX,CAAC;AAEF,IAAM,kCAAkC,GAAyB;IAC/D,UAAU,EAAE,KAAK;IACjB,IAAI,EAAE,+JAA+J;IACrK,aAAa,EAAE;QACb,UAAU,CAAC,kBAAkB;QAC7B,UAAU,CAAC,kBAAkB;QAC7B,UAAU,CAAC,kBAAkB;KAC9B;IACD,eAAe,EAAE;QACf,UAAU,CAAC,WAAW;KACvB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,4BAA4B;SACjD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,UAAU,YAAA;CACX,CAAC;AAEF,IAAM,iCAAiC,GAAyB;IAC9D,UAAU,EAAE,KAAK;IACjB,IAAI,EAAE,0HAA0H;IAChI,aAAa,EAAE;QACb,UAAU,CAAC,kBAAkB;QAC7B,UAAU,CAAC,kBAAkB;KAC9B;IACD,eAAe,EAAE;QACf,UAAU,CAAC,WAAW;KACvB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,4BAA4B;SACjD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,UAAU,YAAA;CACX,CAAC;AAEF,IAAM,+BAA+B,GAAyB;IAC5D,UAAU,EAAE,KAAK;IACjB,OAAO,EAAE,8BAA8B;IACvC,IAAI,EAAE,YAAY;IAClB,aAAa,EAAE;QACb,UAAU,CAAC,YAAY;KACxB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,4BAA4B;SACjD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,UAAU,YAAA;CACX,CAAC;AAEF,IAAM,qCAAqC,GAAyB;IAClE,UAAU,EAAE,KAAK;IACjB,OAAO,EAAE,8BAA8B;IACvC,IAAI,EAAE,YAAY;IAClB,aAAa,EAAE;QACb,UAAU,CAAC,YAAY;KACxB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,4BAA4B;SACjD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,UAAU,YAAA;CACX,CAAC;AAEF,IAAM,sCAAsC,GAAyB;IACnE,UAAU,EAAE,KAAK;IACjB,OAAO,EAAE,8BAA8B;IACvC,IAAI,EAAE,YAAY;IAClB,aAAa,EAAE;QACb,UAAU,CAAC,YAAY;KACxB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,4BAA4B;SACjD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,UAAU,YAAA;CACX,CAAC;AAEF,IAAM,qCAAqC,GAAyB;IAClE,UAAU,EAAE,KAAK;IACjB,OAAO,EAAE,8BAA8B;IACvC,IAAI,EAAE,YAAY;IAClB,aAAa,EAAE;QACb,UAAU,CAAC,YAAY;KACxB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,4BAA4B;SACjD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,UAAU,YAAA;CACX,CAAC"}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
-
import * as msRestAzure from "@azure/ms-rest-azure-js";
|
|
3
|
-
import * as Models from "../models";
|
|
4
|
-
import { BillingManagementClientContext } from "../billingManagementClientContext";
|
|
5
|
-
/** Class representing a BillingProfiles. */
|
|
6
|
-
export declare class BillingProfiles {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Create a BillingProfiles.
|
|
10
|
-
* @param {BillingManagementClientContext} client Reference to the service client.
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: BillingManagementClientContext);
|
|
13
|
-
/**
|
|
14
|
-
* Lists the billing profiles that a user has access to. The operation is supported for billing
|
|
15
|
-
* accounts with agreement type Microsoft Customer Agreement or Microsoft Partner Agreement.
|
|
16
|
-
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
17
|
-
* @param [options] The optional parameters
|
|
18
|
-
* @returns Promise<Models.BillingProfilesListByBillingAccountResponse>
|
|
19
|
-
*/
|
|
20
|
-
listByBillingAccount(billingAccountName: string, options?: Models.BillingProfilesListByBillingAccountOptionalParams): Promise<Models.BillingProfilesListByBillingAccountResponse>;
|
|
21
|
-
/**
|
|
22
|
-
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
23
|
-
* @param callback The callback
|
|
24
|
-
*/
|
|
25
|
-
listByBillingAccount(billingAccountName: string, callback: msRest.ServiceCallback<Models.BillingProfileListResult>): void;
|
|
26
|
-
/**
|
|
27
|
-
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
28
|
-
* @param options The optional parameters
|
|
29
|
-
* @param callback The callback
|
|
30
|
-
*/
|
|
31
|
-
listByBillingAccount(billingAccountName: string, options: Models.BillingProfilesListByBillingAccountOptionalParams, callback: msRest.ServiceCallback<Models.BillingProfileListResult>): void;
|
|
32
|
-
/**
|
|
33
|
-
* Gets a billing profile by its ID. The operation is supported for billing accounts with agreement
|
|
34
|
-
* type Microsoft Customer Agreement or Microsoft Partner Agreement.
|
|
35
|
-
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
36
|
-
* @param billingProfileName The ID that uniquely identifies a billing profile.
|
|
37
|
-
* @param [options] The optional parameters
|
|
38
|
-
* @returns Promise<Models.BillingProfilesGetResponse>
|
|
39
|
-
*/
|
|
40
|
-
get(billingAccountName: string, billingProfileName: string, options?: Models.BillingProfilesGetOptionalParams): Promise<Models.BillingProfilesGetResponse>;
|
|
41
|
-
/**
|
|
42
|
-
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
43
|
-
* @param billingProfileName The ID that uniquely identifies a billing profile.
|
|
44
|
-
* @param callback The callback
|
|
45
|
-
*/
|
|
46
|
-
get(billingAccountName: string, billingProfileName: string, callback: msRest.ServiceCallback<Models.BillingProfile>): void;
|
|
47
|
-
/**
|
|
48
|
-
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
49
|
-
* @param billingProfileName The ID that uniquely identifies a billing profile.
|
|
50
|
-
* @param options The optional parameters
|
|
51
|
-
* @param callback The callback
|
|
52
|
-
*/
|
|
53
|
-
get(billingAccountName: string, billingProfileName: string, options: Models.BillingProfilesGetOptionalParams, callback: msRest.ServiceCallback<Models.BillingProfile>): void;
|
|
54
|
-
/**
|
|
55
|
-
* Creates or updates a billing profile. The operation is supported for billing accounts with
|
|
56
|
-
* agreement type Microsoft Customer Agreement or Microsoft Partner Agreement.
|
|
57
|
-
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
58
|
-
* @param billingProfileName The ID that uniquely identifies a billing profile.
|
|
59
|
-
* @param parameters The new or updated billing profile.
|
|
60
|
-
* @param [options] The optional parameters
|
|
61
|
-
* @returns Promise<Models.BillingProfilesCreateOrUpdateResponse>
|
|
62
|
-
*/
|
|
63
|
-
createOrUpdate(billingAccountName: string, billingProfileName: string, parameters: Models.BillingProfile, options?: msRest.RequestOptionsBase): Promise<Models.BillingProfilesCreateOrUpdateResponse>;
|
|
64
|
-
/**
|
|
65
|
-
* Creates or updates a billing profile. The operation is supported for billing accounts with
|
|
66
|
-
* agreement type Microsoft Customer Agreement or Microsoft Partner Agreement.
|
|
67
|
-
* @param billingAccountName The ID that uniquely identifies a billing account.
|
|
68
|
-
* @param billingProfileName The ID that uniquely identifies a billing profile.
|
|
69
|
-
* @param parameters The new or updated billing profile.
|
|
70
|
-
* @param [options] The optional parameters
|
|
71
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
72
|
-
*/
|
|
73
|
-
beginCreateOrUpdate(billingAccountName: string, billingProfileName: string, parameters: Models.BillingProfile, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
74
|
-
/**
|
|
75
|
-
* Lists the billing profiles that a user has access to. The operation is supported for billing
|
|
76
|
-
* accounts with agreement type Microsoft Customer Agreement or Microsoft Partner Agreement.
|
|
77
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
78
|
-
* @param [options] The optional parameters
|
|
79
|
-
* @returns Promise<Models.BillingProfilesListByBillingAccountNextResponse>
|
|
80
|
-
*/
|
|
81
|
-
listByBillingAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingProfilesListByBillingAccountNextResponse>;
|
|
82
|
-
/**
|
|
83
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
84
|
-
* @param callback The callback
|
|
85
|
-
*/
|
|
86
|
-
listByBillingAccountNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.BillingProfileListResult>): void;
|
|
87
|
-
/**
|
|
88
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
89
|
-
* @param options The optional parameters
|
|
90
|
-
* @param callback The callback
|
|
91
|
-
*/
|
|
92
|
-
listByBillingAccountNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingProfileListResult>): void;
|
|
93
|
-
}
|
|
94
|
-
//# sourceMappingURL=billingProfiles.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"billingProfiles.d.ts","sourceRoot":"","sources":["../../src/operations/billingProfiles.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AACvD,OAAO,KAAK,MAAM,MAAM,WAAW,CAAC;AAGpC,OAAO,EAAE,8BAA8B,EAAE,MAAM,mCAAmC,CAAC;AAEnF,4CAA4C;AAC5C,qBAAa,eAAe;IAC1B,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAiC;IAExD;;;OAGG;gBACS,MAAM,EAAE,8BAA8B;IAIlD;;;;;;OAMG;IACH,oBAAoB,CAAC,kBAAkB,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,iDAAiD,GAAG,OAAO,CAAC,MAAM,CAAC,2CAA2C,CAAC;IACjL;;;OAGG;IACH,oBAAoB,CAAC,kBAAkB,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,wBAAwB,CAAC,GAAG,IAAI;IACzH;;;;OAIG;IACH,oBAAoB,CAAC,kBAAkB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,iDAAiD,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,wBAAwB,CAAC,GAAG,IAAI;IAW5L;;;;;;;OAOG;IACH,GAAG,CAAC,kBAAkB,EAAE,MAAM,EAAE,kBAAkB,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,gCAAgC,GAAG,OAAO,CAAC,MAAM,CAAC,0BAA0B,CAAC;IAC1J;;;;OAIG;IACH,GAAG,CAAC,kBAAkB,EAAE,MAAM,EAAE,kBAAkB,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,cAAc,CAAC,GAAG,IAAI;IAC1H;;;;;OAKG;IACH,GAAG,CAAC,kBAAkB,EAAE,MAAM,EAAE,kBAAkB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,gCAAgC,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,cAAc,CAAC,GAAG,IAAI;IAY5K;;;;;;;;OAQG;IACH,cAAc,CAAC,kBAAkB,EAAE,MAAM,EAAE,kBAAkB,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,CAAC,cAAc,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,qCAAqC,CAAC;IAKrM;;;;;;;;OAQG;IACH,mBAAmB,CAAC,kBAAkB,EAAE,MAAM,EAAE,kBAAkB,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,CAAC,cAAc,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,WAAW,CAAC,SAAS,CAAC;IAYnL;;;;;;OAMG;IACH,wBAAwB,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,+CAA+C,CAAC;IACpJ;;;OAGG;IACH,wBAAwB,CAAC,YAAY,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,wBAAwB,CAAC,GAAG,IAAI;IACvH;;;;OAIG;IACH,wBAAwB,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,wBAAwB,CAAC,GAAG,IAAI;CAU5J"}
|