@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
|
@@ -0,0 +1,3244 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
/** The list of billing accounts. */
|
|
3
|
+
export interface BillingAccountListResult {
|
|
4
|
+
/**
|
|
5
|
+
* The list of billing accounts.
|
|
6
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
7
|
+
*/
|
|
8
|
+
readonly value?: BillingAccount[];
|
|
9
|
+
/**
|
|
10
|
+
* The link (url) to the next page of results.
|
|
11
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
12
|
+
*/
|
|
13
|
+
readonly nextLink?: string;
|
|
14
|
+
}
|
|
15
|
+
/** Address details. */
|
|
16
|
+
export interface AddressDetails {
|
|
17
|
+
/** First name. */
|
|
18
|
+
firstName?: string;
|
|
19
|
+
/** Middle name. */
|
|
20
|
+
middleName?: string;
|
|
21
|
+
/** Last name. */
|
|
22
|
+
lastName?: string;
|
|
23
|
+
/** Company name. */
|
|
24
|
+
companyName?: string;
|
|
25
|
+
/** Address line 1. */
|
|
26
|
+
addressLine1: string;
|
|
27
|
+
/** Address line 2. */
|
|
28
|
+
addressLine2?: string;
|
|
29
|
+
/** Address line 3. */
|
|
30
|
+
addressLine3?: string;
|
|
31
|
+
/** Address city. */
|
|
32
|
+
city?: string;
|
|
33
|
+
/** Address district. */
|
|
34
|
+
district?: string;
|
|
35
|
+
/** Address region. */
|
|
36
|
+
region?: string;
|
|
37
|
+
/** Country code uses ISO2, 2-digit format. */
|
|
38
|
+
country: string;
|
|
39
|
+
/** Postal code. */
|
|
40
|
+
postalCode?: string;
|
|
41
|
+
/** Email address. */
|
|
42
|
+
email?: string;
|
|
43
|
+
/** Phone number. */
|
|
44
|
+
phoneNumber?: string;
|
|
45
|
+
}
|
|
46
|
+
/** The billing profiles associated with the billing account. By default this is not populated, unless it's specified in $expand. */
|
|
47
|
+
export interface BillingProfilesOnExpand {
|
|
48
|
+
/**
|
|
49
|
+
* Indicates whether there are more billing profiles than the ones listed in this collection. The collection lists a maximum of 50 billing profiles. To get all billing profiles, use the list billing profiles API.
|
|
50
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
51
|
+
*/
|
|
52
|
+
readonly hasMoreResults?: boolean;
|
|
53
|
+
/** The billing profiles associated with the billing account. */
|
|
54
|
+
value?: BillingProfile[];
|
|
55
|
+
}
|
|
56
|
+
/** The billing profile details of the partner of the customer for an indirect motion. */
|
|
57
|
+
export interface IndirectRelationshipInfo {
|
|
58
|
+
/** The billing account name of the partner or the customer for an indirect motion. */
|
|
59
|
+
billingAccountName?: string;
|
|
60
|
+
/** The billing profile name of the partner or the customer for an indirect motion. */
|
|
61
|
+
billingProfileName?: string;
|
|
62
|
+
/** The display name of the partner or customer for an indirect motion. */
|
|
63
|
+
displayName?: string;
|
|
64
|
+
}
|
|
65
|
+
/** Details of the Azure plan. */
|
|
66
|
+
export interface AzurePlan {
|
|
67
|
+
/** The sku id. */
|
|
68
|
+
skuId?: string;
|
|
69
|
+
/**
|
|
70
|
+
* The sku description.
|
|
71
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
72
|
+
*/
|
|
73
|
+
readonly skuDescription?: string;
|
|
74
|
+
}
|
|
75
|
+
/** The invoice sections associated to the billing profile. By default this is not populated, unless it's specified in $expand. */
|
|
76
|
+
export interface InvoiceSectionsOnExpand {
|
|
77
|
+
/**
|
|
78
|
+
* Indicates whether there are more invoice sections than the ones listed in this collection. The collection lists a maximum of 50 invoice sections. To get all invoice sections, use the list invoice sections API.
|
|
79
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
80
|
+
*/
|
|
81
|
+
readonly hasMoreResults?: boolean;
|
|
82
|
+
/** The invoice sections associated to the billing profile. */
|
|
83
|
+
value?: InvoiceSection[];
|
|
84
|
+
}
|
|
85
|
+
/** The Resource model definition. */
|
|
86
|
+
export interface Resource {
|
|
87
|
+
/**
|
|
88
|
+
* Resource Id.
|
|
89
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
90
|
+
*/
|
|
91
|
+
readonly id?: string;
|
|
92
|
+
/**
|
|
93
|
+
* Resource name.
|
|
94
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
95
|
+
*/
|
|
96
|
+
readonly name?: string;
|
|
97
|
+
/**
|
|
98
|
+
* Resource type.
|
|
99
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
100
|
+
*/
|
|
101
|
+
readonly type?: string;
|
|
102
|
+
}
|
|
103
|
+
/** The properties of an enrollment. */
|
|
104
|
+
export interface Enrollment {
|
|
105
|
+
/** The start date of the enrollment. */
|
|
106
|
+
startDate?: Date;
|
|
107
|
+
/** The end date of the enrollment. */
|
|
108
|
+
endDate?: Date;
|
|
109
|
+
/**
|
|
110
|
+
* The billing currency for the enrollment.
|
|
111
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
112
|
+
*/
|
|
113
|
+
readonly currency?: string;
|
|
114
|
+
/**
|
|
115
|
+
* The channel type of the enrollment.
|
|
116
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
117
|
+
*/
|
|
118
|
+
readonly channel?: string;
|
|
119
|
+
/**
|
|
120
|
+
* The policies for Enterprise Agreement enrollments.
|
|
121
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
122
|
+
*/
|
|
123
|
+
readonly policies?: EnrollmentPolicies;
|
|
124
|
+
/**
|
|
125
|
+
* The language for the enrollment.
|
|
126
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
127
|
+
*/
|
|
128
|
+
readonly language?: string;
|
|
129
|
+
/**
|
|
130
|
+
* The country code of the enrollment.
|
|
131
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
132
|
+
*/
|
|
133
|
+
readonly countryCode?: string;
|
|
134
|
+
/**
|
|
135
|
+
* The current status of the enrollment.
|
|
136
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
137
|
+
*/
|
|
138
|
+
readonly status?: string;
|
|
139
|
+
/**
|
|
140
|
+
* The billing cycle for the enrollment.
|
|
141
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
142
|
+
*/
|
|
143
|
+
readonly billingCycle?: string;
|
|
144
|
+
}
|
|
145
|
+
/** The policies for Enterprise Agreement enrollments. */
|
|
146
|
+
export interface EnrollmentPolicies {
|
|
147
|
+
/**
|
|
148
|
+
* The policy that controls whether Account Owners can view charges.
|
|
149
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
150
|
+
*/
|
|
151
|
+
readonly accountOwnerViewCharges?: boolean;
|
|
152
|
+
/**
|
|
153
|
+
* The policy that controls whether Department Administrators can view charges.
|
|
154
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
155
|
+
*/
|
|
156
|
+
readonly departmentAdminViewCharges?: boolean;
|
|
157
|
+
/**
|
|
158
|
+
* The policy that controls whether Azure marketplace purchases are allowed in the enrollment.
|
|
159
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
160
|
+
*/
|
|
161
|
+
readonly marketplaceEnabled?: boolean;
|
|
162
|
+
/**
|
|
163
|
+
* The policy that controls whether Azure reservation purchases are allowed in the enrollment.
|
|
164
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
165
|
+
*/
|
|
166
|
+
readonly reservedInstancesEnabled?: boolean;
|
|
167
|
+
}
|
|
168
|
+
/** Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message. */
|
|
169
|
+
export interface ErrorResponse {
|
|
170
|
+
/** The details of the error. */
|
|
171
|
+
error?: ErrorDetails;
|
|
172
|
+
}
|
|
173
|
+
/** The details of the error. */
|
|
174
|
+
export interface ErrorDetails {
|
|
175
|
+
/**
|
|
176
|
+
* Error code.
|
|
177
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
178
|
+
*/
|
|
179
|
+
readonly code?: string;
|
|
180
|
+
/**
|
|
181
|
+
* Error message indicating why the operation failed.
|
|
182
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
183
|
+
*/
|
|
184
|
+
readonly message?: string;
|
|
185
|
+
/**
|
|
186
|
+
* The target of the particular error.
|
|
187
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
188
|
+
*/
|
|
189
|
+
readonly target?: string;
|
|
190
|
+
/**
|
|
191
|
+
* The sub details of the error.
|
|
192
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
193
|
+
*/
|
|
194
|
+
readonly details?: ErrorSubDetailsItem[];
|
|
195
|
+
}
|
|
196
|
+
export interface ErrorSubDetailsItem {
|
|
197
|
+
/**
|
|
198
|
+
* Error code.
|
|
199
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
200
|
+
*/
|
|
201
|
+
readonly code?: string;
|
|
202
|
+
/**
|
|
203
|
+
* Error message indicating why the operation failed.
|
|
204
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
205
|
+
*/
|
|
206
|
+
readonly message?: string;
|
|
207
|
+
/**
|
|
208
|
+
* The target of the particular error.
|
|
209
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
210
|
+
*/
|
|
211
|
+
readonly target?: string;
|
|
212
|
+
}
|
|
213
|
+
/** The request properties of the billing account that can be updated. */
|
|
214
|
+
export interface BillingAccountUpdateRequest {
|
|
215
|
+
/** The billing account name. */
|
|
216
|
+
displayName?: string;
|
|
217
|
+
/** The address of the individual or organization that is responsible for the billing account. */
|
|
218
|
+
soldTo?: AddressDetails;
|
|
219
|
+
/**
|
|
220
|
+
* The type of agreement.
|
|
221
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
222
|
+
*/
|
|
223
|
+
readonly agreementType?: AgreementType;
|
|
224
|
+
/**
|
|
225
|
+
* The type of customer.
|
|
226
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
227
|
+
*/
|
|
228
|
+
readonly accountType?: AccountType;
|
|
229
|
+
/**
|
|
230
|
+
* The current status of the billing account.
|
|
231
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
232
|
+
*/
|
|
233
|
+
readonly accountStatus?: AccountStatus;
|
|
234
|
+
/** The billing profiles associated with the billing account. By default this is not populated, unless it's specified in $expand. */
|
|
235
|
+
billingProfiles?: BillingProfilesOnExpand;
|
|
236
|
+
/**
|
|
237
|
+
* The details about the associated legacy enrollment. By default this is not populated, unless it's specified in $expand.
|
|
238
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
239
|
+
*/
|
|
240
|
+
readonly enrollmentDetails?: Enrollment;
|
|
241
|
+
/** The departments associated to the enrollment. */
|
|
242
|
+
departments?: Department[];
|
|
243
|
+
/** The accounts associated to the enrollment. */
|
|
244
|
+
enrollmentAccounts?: EnrollmentAccount[];
|
|
245
|
+
/**
|
|
246
|
+
* Indicates whether user has read access to the billing account.
|
|
247
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
248
|
+
*/
|
|
249
|
+
readonly hasReadAccess?: boolean;
|
|
250
|
+
/** Notification email address, only for legacy accounts */
|
|
251
|
+
notificationEmailAddress?: string;
|
|
252
|
+
}
|
|
253
|
+
/** The list of invoice section properties with create subscription permission. */
|
|
254
|
+
export interface InvoiceSectionListWithCreateSubPermissionResult {
|
|
255
|
+
/** The list of invoice section properties with create subscription permission. */
|
|
256
|
+
value?: InvoiceSectionWithCreateSubPermission[];
|
|
257
|
+
/**
|
|
258
|
+
* The link (url) to the next page of results.
|
|
259
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
260
|
+
*/
|
|
261
|
+
readonly nextLink?: string;
|
|
262
|
+
}
|
|
263
|
+
/** Invoice section properties with create subscription permission. */
|
|
264
|
+
export interface InvoiceSectionWithCreateSubPermission {
|
|
265
|
+
/**
|
|
266
|
+
* The ID of the invoice section.
|
|
267
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
268
|
+
*/
|
|
269
|
+
readonly invoiceSectionId?: string;
|
|
270
|
+
/**
|
|
271
|
+
* The name of the invoice section.
|
|
272
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
273
|
+
*/
|
|
274
|
+
readonly invoiceSectionDisplayName?: string;
|
|
275
|
+
/**
|
|
276
|
+
* The system generated unique identifier for an invoice section.
|
|
277
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
278
|
+
*/
|
|
279
|
+
readonly invoiceSectionSystemId?: string;
|
|
280
|
+
/**
|
|
281
|
+
* The ID of the billing profile for the invoice section.
|
|
282
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
283
|
+
*/
|
|
284
|
+
readonly billingProfileId?: string;
|
|
285
|
+
/**
|
|
286
|
+
* The name of the billing profile for the invoice section.
|
|
287
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
288
|
+
*/
|
|
289
|
+
readonly billingProfileDisplayName?: string;
|
|
290
|
+
/**
|
|
291
|
+
* The status of the billing profile.
|
|
292
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
293
|
+
*/
|
|
294
|
+
readonly billingProfileStatus?: BillingProfileStatus;
|
|
295
|
+
/**
|
|
296
|
+
* Reason for the specified billing profile status.
|
|
297
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
298
|
+
*/
|
|
299
|
+
readonly billingProfileStatusReasonCode?: StatusReasonCodeForBillingProfile;
|
|
300
|
+
/**
|
|
301
|
+
* The billing profile spending limit.
|
|
302
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
303
|
+
*/
|
|
304
|
+
readonly billingProfileSpendingLimit?: SpendingLimitForBillingProfile;
|
|
305
|
+
/**
|
|
306
|
+
* The system generated unique identifier for a billing profile.
|
|
307
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
308
|
+
*/
|
|
309
|
+
readonly billingProfileSystemId?: string;
|
|
310
|
+
/** Enabled azure plans for the associated billing profile. */
|
|
311
|
+
enabledAzurePlans?: AzurePlan[];
|
|
312
|
+
}
|
|
313
|
+
/** Result of the address validation */
|
|
314
|
+
export interface ValidateAddressResponse {
|
|
315
|
+
/** status of the address validation. */
|
|
316
|
+
status?: AddressValidationStatus;
|
|
317
|
+
/** The list of suggested addresses. */
|
|
318
|
+
suggestedAddresses?: AddressDetails[];
|
|
319
|
+
/** Validation error message. */
|
|
320
|
+
validationMessage?: string;
|
|
321
|
+
}
|
|
322
|
+
/** The amount. */
|
|
323
|
+
export interface Amount {
|
|
324
|
+
/**
|
|
325
|
+
* The currency for the amount value.
|
|
326
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
327
|
+
*/
|
|
328
|
+
readonly currency?: string;
|
|
329
|
+
/** Amount value. */
|
|
330
|
+
value?: number;
|
|
331
|
+
}
|
|
332
|
+
/** The list of billing instructions used during invoice generation. */
|
|
333
|
+
export interface InstructionListResult {
|
|
334
|
+
/**
|
|
335
|
+
* The list of billing instructions used during invoice generation.
|
|
336
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
337
|
+
*/
|
|
338
|
+
readonly value?: Instruction[];
|
|
339
|
+
/**
|
|
340
|
+
* The link (url) to the next page of results.
|
|
341
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
342
|
+
*/
|
|
343
|
+
readonly nextLink?: string;
|
|
344
|
+
}
|
|
345
|
+
/** The list of billing profiles. */
|
|
346
|
+
export interface BillingProfileListResult {
|
|
347
|
+
/**
|
|
348
|
+
* The list of billing profiles.
|
|
349
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
350
|
+
*/
|
|
351
|
+
readonly value?: BillingProfile[];
|
|
352
|
+
/**
|
|
353
|
+
* The link (url) to the next page of results.
|
|
354
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
355
|
+
*/
|
|
356
|
+
readonly nextLink?: string;
|
|
357
|
+
}
|
|
358
|
+
/** The list of customers. */
|
|
359
|
+
export interface CustomerListResult {
|
|
360
|
+
/**
|
|
361
|
+
* The list of customers.
|
|
362
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
363
|
+
*/
|
|
364
|
+
readonly value?: Customer[];
|
|
365
|
+
/**
|
|
366
|
+
* Total number of records.
|
|
367
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
368
|
+
*/
|
|
369
|
+
readonly totalCount?: number;
|
|
370
|
+
/**
|
|
371
|
+
* The link (url) to the next page of results.
|
|
372
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
373
|
+
*/
|
|
374
|
+
readonly nextLink?: string;
|
|
375
|
+
}
|
|
376
|
+
/** Details of the reseller. */
|
|
377
|
+
export interface Reseller {
|
|
378
|
+
/**
|
|
379
|
+
* The MPN ID of the reseller.
|
|
380
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
381
|
+
*/
|
|
382
|
+
readonly resellerId?: string;
|
|
383
|
+
/**
|
|
384
|
+
* The name of the reseller.
|
|
385
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
386
|
+
*/
|
|
387
|
+
readonly description?: string;
|
|
388
|
+
}
|
|
389
|
+
/** The list of invoice sections. */
|
|
390
|
+
export interface InvoiceSectionListResult {
|
|
391
|
+
/**
|
|
392
|
+
* The list of invoice sections.
|
|
393
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
394
|
+
*/
|
|
395
|
+
readonly value?: InvoiceSection[];
|
|
396
|
+
/**
|
|
397
|
+
* Total number of records.
|
|
398
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
399
|
+
*/
|
|
400
|
+
readonly totalCount?: number;
|
|
401
|
+
/**
|
|
402
|
+
* The link (url) to the next page of results.
|
|
403
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
404
|
+
*/
|
|
405
|
+
readonly nextLink?: string;
|
|
406
|
+
}
|
|
407
|
+
/** Result of list billingPermissions a caller has on a billing account. */
|
|
408
|
+
export interface BillingPermissionsListResult {
|
|
409
|
+
/**
|
|
410
|
+
* The list of billingPermissions a caller has on a billing account.
|
|
411
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
412
|
+
*/
|
|
413
|
+
readonly value?: BillingPermissionsProperties[];
|
|
414
|
+
/**
|
|
415
|
+
* The link (url) to the next page of results.
|
|
416
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
417
|
+
*/
|
|
418
|
+
readonly nextLink?: string;
|
|
419
|
+
}
|
|
420
|
+
/** The set of allowed action and not allowed actions a caller has on a billing account */
|
|
421
|
+
export interface BillingPermissionsProperties {
|
|
422
|
+
/**
|
|
423
|
+
* The set of actions that the caller is allowed to perform.
|
|
424
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
425
|
+
*/
|
|
426
|
+
readonly actions?: string[];
|
|
427
|
+
/**
|
|
428
|
+
* The set of actions that the caller is not allowed to perform.
|
|
429
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
430
|
+
*/
|
|
431
|
+
readonly notActions?: string[];
|
|
432
|
+
}
|
|
433
|
+
/** The list of billing subscriptions. */
|
|
434
|
+
export interface BillingSubscriptionsListResult {
|
|
435
|
+
/**
|
|
436
|
+
* The list of billing subscriptions.
|
|
437
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
438
|
+
*/
|
|
439
|
+
readonly value?: BillingSubscription[];
|
|
440
|
+
/**
|
|
441
|
+
* Total number of records.
|
|
442
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
443
|
+
*/
|
|
444
|
+
readonly totalCount?: number;
|
|
445
|
+
/**
|
|
446
|
+
* The link (url) to the next page of results.
|
|
447
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
448
|
+
*/
|
|
449
|
+
readonly nextLink?: string;
|
|
450
|
+
}
|
|
451
|
+
/** The list of products. It contains a list of available product summaries in reverse chronological order by purchase date. */
|
|
452
|
+
export interface ProductsListResult {
|
|
453
|
+
/**
|
|
454
|
+
* The list of products.
|
|
455
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
456
|
+
*/
|
|
457
|
+
readonly value?: Product[];
|
|
458
|
+
/**
|
|
459
|
+
* Total number of records.
|
|
460
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
461
|
+
*/
|
|
462
|
+
readonly totalCount?: number;
|
|
463
|
+
/**
|
|
464
|
+
* The link (url) to the next page of results.
|
|
465
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
466
|
+
*/
|
|
467
|
+
readonly nextLink?: string;
|
|
468
|
+
}
|
|
469
|
+
/** The list of invoices. */
|
|
470
|
+
export interface InvoiceListResult {
|
|
471
|
+
/**
|
|
472
|
+
* The list of invoices.
|
|
473
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
474
|
+
*/
|
|
475
|
+
readonly value?: Invoice[];
|
|
476
|
+
/**
|
|
477
|
+
* The link (url) to the next page of results.
|
|
478
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
479
|
+
*/
|
|
480
|
+
readonly nextLink?: string;
|
|
481
|
+
/**
|
|
482
|
+
* Total number of records.
|
|
483
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
484
|
+
*/
|
|
485
|
+
readonly totalCount?: number;
|
|
486
|
+
}
|
|
487
|
+
/** The properties of a document. */
|
|
488
|
+
export interface Document {
|
|
489
|
+
/**
|
|
490
|
+
* The type of the document.
|
|
491
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
492
|
+
*/
|
|
493
|
+
readonly kind?: DocumentType;
|
|
494
|
+
/**
|
|
495
|
+
* Document URL.
|
|
496
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
497
|
+
*/
|
|
498
|
+
readonly url?: string;
|
|
499
|
+
/**
|
|
500
|
+
* The source of the document. ENF for Brazil and DRS for rest of the world.
|
|
501
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
502
|
+
*/
|
|
503
|
+
readonly source?: DocumentSource;
|
|
504
|
+
}
|
|
505
|
+
/** The properties of a payment. */
|
|
506
|
+
export interface PaymentProperties {
|
|
507
|
+
/**
|
|
508
|
+
* The type of payment.
|
|
509
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
510
|
+
*/
|
|
511
|
+
readonly paymentType?: string;
|
|
512
|
+
/**
|
|
513
|
+
* The paid amount.
|
|
514
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
515
|
+
*/
|
|
516
|
+
readonly amount?: Amount;
|
|
517
|
+
/**
|
|
518
|
+
* The date when the payment was made.
|
|
519
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
520
|
+
*/
|
|
521
|
+
readonly date?: Date;
|
|
522
|
+
/** The family of payment method. */
|
|
523
|
+
paymentMethodFamily?: PaymentMethodFamily;
|
|
524
|
+
/**
|
|
525
|
+
* The type of payment method.
|
|
526
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
527
|
+
*/
|
|
528
|
+
readonly paymentMethodType?: string;
|
|
529
|
+
}
|
|
530
|
+
/** The rebill details of an invoice. */
|
|
531
|
+
export interface RebillDetails {
|
|
532
|
+
/**
|
|
533
|
+
* The ID of credit note.
|
|
534
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
535
|
+
*/
|
|
536
|
+
readonly creditNoteDocumentId?: string;
|
|
537
|
+
/**
|
|
538
|
+
* The ID of invoice.
|
|
539
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
540
|
+
*/
|
|
541
|
+
readonly invoiceDocumentId?: string;
|
|
542
|
+
/**
|
|
543
|
+
* Rebill details for an invoice.
|
|
544
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
545
|
+
*/
|
|
546
|
+
readonly rebillDetails?: {
|
|
547
|
+
[propertyName: string]: RebillDetails;
|
|
548
|
+
};
|
|
549
|
+
}
|
|
550
|
+
/** A secure URL that can be used to download a an entity until the URL expires. */
|
|
551
|
+
export interface DownloadUrl {
|
|
552
|
+
/**
|
|
553
|
+
* The time in UTC when the download URL will expire.
|
|
554
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
555
|
+
*/
|
|
556
|
+
readonly expiryTime?: Date;
|
|
557
|
+
/**
|
|
558
|
+
* The URL to the PDF file.
|
|
559
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
560
|
+
*/
|
|
561
|
+
readonly url?: string;
|
|
562
|
+
}
|
|
563
|
+
/** Request parameters to transfer billing subscription. */
|
|
564
|
+
export interface TransferBillingSubscriptionRequestProperties {
|
|
565
|
+
/** The destination invoice section id. */
|
|
566
|
+
destinationInvoiceSectionId: string;
|
|
567
|
+
}
|
|
568
|
+
/** Result of the transfer eligibility validation. */
|
|
569
|
+
export interface ValidateSubscriptionTransferEligibilityResult {
|
|
570
|
+
/**
|
|
571
|
+
* Specifies whether the subscription is eligible to be transferred.
|
|
572
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
573
|
+
*/
|
|
574
|
+
readonly isMoveEligible?: boolean;
|
|
575
|
+
/** Validation error details. */
|
|
576
|
+
errorDetails?: ValidateSubscriptionTransferEligibilityError;
|
|
577
|
+
}
|
|
578
|
+
/** Error details of the transfer eligibility validation */
|
|
579
|
+
export interface ValidateSubscriptionTransferEligibilityError {
|
|
580
|
+
/** Error code for the product transfer validation. */
|
|
581
|
+
code?: SubscriptionTransferValidationErrorCode;
|
|
582
|
+
/** The error message. */
|
|
583
|
+
message?: string;
|
|
584
|
+
/** Detailed error message explaining the error. */
|
|
585
|
+
details?: string;
|
|
586
|
+
}
|
|
587
|
+
/** The properties of the product to initiate a transfer. */
|
|
588
|
+
export interface TransferProductRequestProperties {
|
|
589
|
+
/** The destination invoice section id. */
|
|
590
|
+
destinationInvoiceSectionId?: string;
|
|
591
|
+
}
|
|
592
|
+
/** Result of the product transfer eligibility validation. */
|
|
593
|
+
export interface ValidateProductTransferEligibilityResult {
|
|
594
|
+
/**
|
|
595
|
+
* Specifies whether the transfer is eligible or not.
|
|
596
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
597
|
+
*/
|
|
598
|
+
readonly isMoveEligible?: boolean;
|
|
599
|
+
/** Validation error details. */
|
|
600
|
+
errorDetails?: ValidateProductTransferEligibilityError;
|
|
601
|
+
}
|
|
602
|
+
/** Error details of the product transfer eligibility validation. */
|
|
603
|
+
export interface ValidateProductTransferEligibilityError {
|
|
604
|
+
/** Error code for the product transfer validation. */
|
|
605
|
+
code?: ProductTransferValidationErrorCode;
|
|
606
|
+
/** The error message. */
|
|
607
|
+
message?: string;
|
|
608
|
+
/** Detailed error message explaining the error. */
|
|
609
|
+
details?: string;
|
|
610
|
+
}
|
|
611
|
+
/** The list of transactions. */
|
|
612
|
+
export interface TransactionListResult {
|
|
613
|
+
/**
|
|
614
|
+
* The list of transactions.
|
|
615
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
616
|
+
*/
|
|
617
|
+
readonly value?: Transaction[];
|
|
618
|
+
/**
|
|
619
|
+
* Total number of records.
|
|
620
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
621
|
+
*/
|
|
622
|
+
readonly totalCount?: number;
|
|
623
|
+
/**
|
|
624
|
+
* The link (url) to the next page of results.
|
|
625
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
626
|
+
*/
|
|
627
|
+
readonly nextLink?: string;
|
|
628
|
+
}
|
|
629
|
+
/** The list of billing operations and a URL link to get the next set of results. */
|
|
630
|
+
export interface OperationListResult {
|
|
631
|
+
/**
|
|
632
|
+
* The list of billing operations supported by the Microsoft.Billing resource provider.
|
|
633
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
634
|
+
*/
|
|
635
|
+
readonly value?: Operation[];
|
|
636
|
+
/**
|
|
637
|
+
* URL to get the next set of operation list results if there are any.
|
|
638
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
639
|
+
*/
|
|
640
|
+
readonly nextLink?: string;
|
|
641
|
+
}
|
|
642
|
+
/** A Billing REST API operation. */
|
|
643
|
+
export interface Operation {
|
|
644
|
+
/**
|
|
645
|
+
* Operation name: {provider}/{resource}/{operation}.
|
|
646
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
647
|
+
*/
|
|
648
|
+
readonly name?: string;
|
|
649
|
+
/**
|
|
650
|
+
* Identifies if the operation is a data operation.
|
|
651
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
652
|
+
*/
|
|
653
|
+
readonly isDataAction?: boolean;
|
|
654
|
+
/** The object that represents the operation. */
|
|
655
|
+
display?: OperationDisplay;
|
|
656
|
+
}
|
|
657
|
+
/** The object that represents the operation. */
|
|
658
|
+
export interface OperationDisplay {
|
|
659
|
+
/**
|
|
660
|
+
* Service provider: Microsoft.Billing.
|
|
661
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
662
|
+
*/
|
|
663
|
+
readonly provider?: string;
|
|
664
|
+
/**
|
|
665
|
+
* Resource on which the operation is performed such as invoice and billing subscription.
|
|
666
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
667
|
+
*/
|
|
668
|
+
readonly resource?: string;
|
|
669
|
+
/**
|
|
670
|
+
* Operation type such as read, write and delete.
|
|
671
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
672
|
+
*/
|
|
673
|
+
readonly operation?: string;
|
|
674
|
+
/**
|
|
675
|
+
* Description of operation.
|
|
676
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
677
|
+
*/
|
|
678
|
+
readonly description?: string;
|
|
679
|
+
}
|
|
680
|
+
/** The list of role definitions. */
|
|
681
|
+
export interface BillingRoleDefinitionListResult {
|
|
682
|
+
/**
|
|
683
|
+
* The role definitions.
|
|
684
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
685
|
+
*/
|
|
686
|
+
readonly value?: BillingRoleDefinition[];
|
|
687
|
+
/**
|
|
688
|
+
* The link (url) to the next page of results.
|
|
689
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
690
|
+
*/
|
|
691
|
+
readonly nextLink?: string;
|
|
692
|
+
}
|
|
693
|
+
/** The list of role assignments. */
|
|
694
|
+
export interface BillingRoleAssignmentListResult {
|
|
695
|
+
/**
|
|
696
|
+
* The list of role assignments.
|
|
697
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
698
|
+
*/
|
|
699
|
+
readonly value?: BillingRoleAssignment[];
|
|
700
|
+
/**
|
|
701
|
+
* The link (url) to the next page of results.
|
|
702
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
703
|
+
*/
|
|
704
|
+
readonly nextLink?: string;
|
|
705
|
+
}
|
|
706
|
+
/** Result of listing agreements. */
|
|
707
|
+
export interface AgreementListResult {
|
|
708
|
+
/**
|
|
709
|
+
* The list of agreements.
|
|
710
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
711
|
+
*/
|
|
712
|
+
readonly value?: Agreement[];
|
|
713
|
+
/**
|
|
714
|
+
* The link (url) to the next page of results.
|
|
715
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
716
|
+
*/
|
|
717
|
+
readonly nextLink?: string;
|
|
718
|
+
}
|
|
719
|
+
/** The details about a participant. */
|
|
720
|
+
export interface Participants {
|
|
721
|
+
/**
|
|
722
|
+
* The acceptance status of the participant.
|
|
723
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
724
|
+
*/
|
|
725
|
+
readonly status?: string;
|
|
726
|
+
/**
|
|
727
|
+
* The date when the status got changed.
|
|
728
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
729
|
+
*/
|
|
730
|
+
readonly statusDate?: Date;
|
|
731
|
+
/**
|
|
732
|
+
* The email address of the participant.
|
|
733
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
734
|
+
*/
|
|
735
|
+
readonly email?: string;
|
|
736
|
+
}
|
|
737
|
+
/** The list of reservations and summary of roll out count of reservations in each state. */
|
|
738
|
+
export interface ReservationsListResult {
|
|
739
|
+
/**
|
|
740
|
+
* The list of reservations.
|
|
741
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
742
|
+
*/
|
|
743
|
+
readonly value?: Reservation[];
|
|
744
|
+
/**
|
|
745
|
+
* The link (url) to the next page of results.
|
|
746
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
747
|
+
*/
|
|
748
|
+
readonly nextLink?: string;
|
|
749
|
+
/** The roll out count summary of the reservations */
|
|
750
|
+
summary?: ReservationSummary;
|
|
751
|
+
}
|
|
752
|
+
/** The definition of the reservation. */
|
|
753
|
+
export interface Reservation {
|
|
754
|
+
/**
|
|
755
|
+
* The id of the reservation.
|
|
756
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
757
|
+
*/
|
|
758
|
+
readonly id?: string;
|
|
759
|
+
/**
|
|
760
|
+
* The name of the reservation.
|
|
761
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
762
|
+
*/
|
|
763
|
+
readonly name?: string;
|
|
764
|
+
/**
|
|
765
|
+
* The type of the reservation.
|
|
766
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
767
|
+
*/
|
|
768
|
+
readonly type?: string;
|
|
769
|
+
/**
|
|
770
|
+
* The location of the reservation.
|
|
771
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
772
|
+
*/
|
|
773
|
+
readonly location?: string;
|
|
774
|
+
/** The sku information associated to this reservation */
|
|
775
|
+
sku?: ReservationSkuProperty;
|
|
776
|
+
/** The array of applied scopes of a reservation. Will be null if the reservation is in Shared scope */
|
|
777
|
+
appliedScopes?: string[];
|
|
778
|
+
/**
|
|
779
|
+
* The applied scope type of the reservation.
|
|
780
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
781
|
+
*/
|
|
782
|
+
readonly appliedScopeType?: string;
|
|
783
|
+
/**
|
|
784
|
+
* The reserved source type of the reservation, e.g. virtual machine.
|
|
785
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
786
|
+
*/
|
|
787
|
+
readonly reservedResourceType?: string;
|
|
788
|
+
/**
|
|
789
|
+
* The number of the reservation.
|
|
790
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
791
|
+
*/
|
|
792
|
+
readonly quantity?: number;
|
|
793
|
+
/**
|
|
794
|
+
* The provisioning state of the reservation, e.g. Succeeded
|
|
795
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
796
|
+
*/
|
|
797
|
+
readonly provisioningState?: string;
|
|
798
|
+
/**
|
|
799
|
+
* The expiry date of the reservation
|
|
800
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
801
|
+
*/
|
|
802
|
+
readonly expiryDate?: string;
|
|
803
|
+
/**
|
|
804
|
+
* The provisioning state of the reservation, e.g. Succeeded
|
|
805
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
806
|
+
*/
|
|
807
|
+
readonly provisioningSubState?: string;
|
|
808
|
+
/**
|
|
809
|
+
* The display name of the reservation
|
|
810
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
811
|
+
*/
|
|
812
|
+
readonly displayName?: string;
|
|
813
|
+
/**
|
|
814
|
+
* The provisioning state of the reservation for display, e.g. Succeeded
|
|
815
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
816
|
+
*/
|
|
817
|
+
readonly displayProvisioningState?: string;
|
|
818
|
+
/**
|
|
819
|
+
* The renew state of the reservation for display, e.g. On
|
|
820
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
821
|
+
*/
|
|
822
|
+
readonly userFriendlyRenewState?: string;
|
|
823
|
+
/**
|
|
824
|
+
* The applied scope type of the reservation for display, e.g. Shared
|
|
825
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
826
|
+
*/
|
|
827
|
+
readonly userFriendlyAppliedScopeType?: string;
|
|
828
|
+
/**
|
|
829
|
+
* The effective date time of the reservation
|
|
830
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
831
|
+
*/
|
|
832
|
+
readonly effectiveDateTime?: string;
|
|
833
|
+
/**
|
|
834
|
+
* The sku description of the reservation
|
|
835
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
836
|
+
*/
|
|
837
|
+
readonly skuDescription?: string;
|
|
838
|
+
/**
|
|
839
|
+
* The term of the reservation, e.g. P1Y
|
|
840
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
841
|
+
*/
|
|
842
|
+
readonly term?: string;
|
|
843
|
+
/**
|
|
844
|
+
* The renew state of the reservation
|
|
845
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
846
|
+
*/
|
|
847
|
+
readonly renew?: boolean;
|
|
848
|
+
/**
|
|
849
|
+
* The renew source of the reservation
|
|
850
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
851
|
+
*/
|
|
852
|
+
readonly renewSource?: string;
|
|
853
|
+
/**
|
|
854
|
+
* Reservation utilization
|
|
855
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
856
|
+
*/
|
|
857
|
+
readonly utilization?: ReservationPropertyUtilization;
|
|
858
|
+
}
|
|
859
|
+
/** The property of reservation sku object. */
|
|
860
|
+
export interface ReservationSkuProperty {
|
|
861
|
+
/**
|
|
862
|
+
* The name of the reservation sku.
|
|
863
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
864
|
+
*/
|
|
865
|
+
readonly name?: string;
|
|
866
|
+
}
|
|
867
|
+
/** Reservation utilization */
|
|
868
|
+
export interface ReservationPropertyUtilization {
|
|
869
|
+
/**
|
|
870
|
+
* The number of days trend for a reservation
|
|
871
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
872
|
+
*/
|
|
873
|
+
readonly trend?: string;
|
|
874
|
+
/** The array of aggregates of a reservation's utilization */
|
|
875
|
+
aggregates?: ReservationUtilizationAggregates[];
|
|
876
|
+
}
|
|
877
|
+
/** The aggregate values of reservation utilization */
|
|
878
|
+
export interface ReservationUtilizationAggregates {
|
|
879
|
+
/**
|
|
880
|
+
* The grain of the aggregate
|
|
881
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
882
|
+
*/
|
|
883
|
+
readonly grain?: number;
|
|
884
|
+
/**
|
|
885
|
+
* The grain unit of the aggregate
|
|
886
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
887
|
+
*/
|
|
888
|
+
readonly grainUnit?: string;
|
|
889
|
+
/**
|
|
890
|
+
* The aggregate value
|
|
891
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
892
|
+
*/
|
|
893
|
+
readonly value?: number;
|
|
894
|
+
/**
|
|
895
|
+
* The aggregate value unit
|
|
896
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
897
|
+
*/
|
|
898
|
+
readonly valueUnit?: string;
|
|
899
|
+
}
|
|
900
|
+
/** The roll up count summary of reservations in each state */
|
|
901
|
+
export interface ReservationSummary {
|
|
902
|
+
/**
|
|
903
|
+
* The number of reservation in Succeeded state
|
|
904
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
905
|
+
*/
|
|
906
|
+
readonly succeededCount?: number;
|
|
907
|
+
/**
|
|
908
|
+
* The number of reservation in Failed state
|
|
909
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
910
|
+
*/
|
|
911
|
+
readonly failedCount?: number;
|
|
912
|
+
/**
|
|
913
|
+
* The number of reservation in Expiring state
|
|
914
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
915
|
+
*/
|
|
916
|
+
readonly expiringCount?: number;
|
|
917
|
+
/**
|
|
918
|
+
* The number of reservation in Expired state
|
|
919
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
920
|
+
*/
|
|
921
|
+
readonly expiredCount?: number;
|
|
922
|
+
/**
|
|
923
|
+
* The number of reservation in Pending state
|
|
924
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
925
|
+
*/
|
|
926
|
+
readonly pendingCount?: number;
|
|
927
|
+
/**
|
|
928
|
+
* The number of reservation in Cancelled state
|
|
929
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
930
|
+
*/
|
|
931
|
+
readonly cancelledCount?: number;
|
|
932
|
+
}
|
|
933
|
+
/** Result of listing enrollment accounts. */
|
|
934
|
+
export interface EnrollmentAccountListResult {
|
|
935
|
+
/**
|
|
936
|
+
* The list of enrollment accounts.
|
|
937
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
938
|
+
*/
|
|
939
|
+
readonly value?: EnrollmentAccountSummary[];
|
|
940
|
+
/**
|
|
941
|
+
* The link (url) to the next page of results.
|
|
942
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
943
|
+
*/
|
|
944
|
+
readonly nextLink?: string;
|
|
945
|
+
}
|
|
946
|
+
/** Result of listing billing periods. It contains a list of available billing periods in reverse chronological order. */
|
|
947
|
+
export interface BillingPeriodsListResult {
|
|
948
|
+
/**
|
|
949
|
+
* The list of billing periods.
|
|
950
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
951
|
+
*/
|
|
952
|
+
readonly value?: BillingPeriod[];
|
|
953
|
+
/**
|
|
954
|
+
* The link (url) to the next page of results.
|
|
955
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
956
|
+
*/
|
|
957
|
+
readonly nextLink?: string;
|
|
958
|
+
}
|
|
959
|
+
/** The request parameters for creating a new billing profile. */
|
|
960
|
+
export interface BillingProfileCreationRequest {
|
|
961
|
+
/** The name of the billing profile. */
|
|
962
|
+
displayName?: string;
|
|
963
|
+
/** The purchase order name that will appear on the invoices generated for the billing profile. */
|
|
964
|
+
poNumber?: string;
|
|
965
|
+
/** The address of the individual or organization that is responsible for the billing profile. */
|
|
966
|
+
billTo?: AddressDetails;
|
|
967
|
+
/** Flag controlling whether the invoices for the billing profile are sent through email. */
|
|
968
|
+
invoiceEmailOptIn?: boolean;
|
|
969
|
+
/** Enabled azure plans for the billing profile. */
|
|
970
|
+
enabledAzurePlans?: AzurePlan[];
|
|
971
|
+
}
|
|
972
|
+
/** The properties of the invoice section. */
|
|
973
|
+
export interface InvoiceSectionCreationRequest {
|
|
974
|
+
/** The name of the invoice section. */
|
|
975
|
+
displayName?: string;
|
|
976
|
+
}
|
|
977
|
+
/** The enrollment account context */
|
|
978
|
+
export interface EnrollmentAccountContext {
|
|
979
|
+
/** The cost center associated with the enrollment account. */
|
|
980
|
+
costCenter?: string;
|
|
981
|
+
/** The start date of the enrollment account. */
|
|
982
|
+
startDate?: Date;
|
|
983
|
+
/** The end date of the enrollment account. */
|
|
984
|
+
endDate?: Date;
|
|
985
|
+
/** The ID of the enrollment account. */
|
|
986
|
+
enrollmentAccountName?: string;
|
|
987
|
+
}
|
|
988
|
+
/** An invoice section. */
|
|
989
|
+
export declare type InvoiceSection = Resource & {
|
|
990
|
+
/** The name of the invoice section. */
|
|
991
|
+
displayName?: string;
|
|
992
|
+
/** Dictionary of metadata associated with the invoice section. */
|
|
993
|
+
labels?: {
|
|
994
|
+
[propertyName: string]: string;
|
|
995
|
+
};
|
|
996
|
+
/**
|
|
997
|
+
* Identifies the state of an invoice section.
|
|
998
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
999
|
+
*/
|
|
1000
|
+
readonly state?: InvoiceSectionState;
|
|
1001
|
+
/**
|
|
1002
|
+
* The system generated unique identifier for an invoice section.
|
|
1003
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1004
|
+
*/
|
|
1005
|
+
readonly systemId?: string;
|
|
1006
|
+
/** Dictionary of metadata associated with the invoice section. Maximum key/value length supported of 256 characters. Keys/value should not empty value nor null. Keys can not contain < > % & \ ? / */
|
|
1007
|
+
tags?: {
|
|
1008
|
+
[propertyName: string]: string;
|
|
1009
|
+
};
|
|
1010
|
+
/**
|
|
1011
|
+
* Identifies the cloud environments that are associated with an invoice section. This is a system managed optional field and gets updated as the invoice section gets associated with accounts in various clouds.
|
|
1012
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1013
|
+
*/
|
|
1014
|
+
readonly targetCloud?: TargetCloud;
|
|
1015
|
+
};
|
|
1016
|
+
/** A billing profile. */
|
|
1017
|
+
export declare type BillingProfile = Resource & {
|
|
1018
|
+
/** The name of the billing profile. */
|
|
1019
|
+
displayName?: string;
|
|
1020
|
+
/** The purchase order name that will appear on the invoices generated for the billing profile. */
|
|
1021
|
+
poNumber?: string;
|
|
1022
|
+
/**
|
|
1023
|
+
* Identifies which services and purchases are paid by a billing profile.
|
|
1024
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1025
|
+
*/
|
|
1026
|
+
readonly billingRelationshipType?: BillingRelationshipType;
|
|
1027
|
+
/** Billing address. */
|
|
1028
|
+
billTo?: AddressDetails;
|
|
1029
|
+
/**
|
|
1030
|
+
* Identifies the billing profile that is linked to another billing profile in indirect purchase motion.
|
|
1031
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1032
|
+
*/
|
|
1033
|
+
readonly indirectRelationshipInfo?: IndirectRelationshipInfo;
|
|
1034
|
+
/** Flag controlling whether the invoices for the billing profile are sent through email. */
|
|
1035
|
+
invoiceEmailOptIn?: boolean;
|
|
1036
|
+
/**
|
|
1037
|
+
* The day of the month when the invoice for the billing profile is generated.
|
|
1038
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1039
|
+
*/
|
|
1040
|
+
readonly invoiceDay?: number;
|
|
1041
|
+
/**
|
|
1042
|
+
* The currency in which the charges for the billing profile are billed.
|
|
1043
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1044
|
+
*/
|
|
1045
|
+
readonly currency?: string;
|
|
1046
|
+
/** Information about the enabled azure plans. */
|
|
1047
|
+
enabledAzurePlans?: AzurePlan[];
|
|
1048
|
+
/** The invoice sections associated to the billing profile. By default this is not populated, unless it's specified in $expand. */
|
|
1049
|
+
invoiceSections?: InvoiceSectionsOnExpand;
|
|
1050
|
+
/**
|
|
1051
|
+
* Indicates whether user has read access to the billing profile.
|
|
1052
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1053
|
+
*/
|
|
1054
|
+
readonly hasReadAccess?: boolean;
|
|
1055
|
+
/**
|
|
1056
|
+
* The system generated unique identifier for a billing profile.
|
|
1057
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1058
|
+
*/
|
|
1059
|
+
readonly systemId?: string;
|
|
1060
|
+
/**
|
|
1061
|
+
* The status of the billing profile.
|
|
1062
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1063
|
+
*/
|
|
1064
|
+
readonly status?: BillingProfileStatus;
|
|
1065
|
+
/**
|
|
1066
|
+
* Reason for the specified billing profile status.
|
|
1067
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1068
|
+
*/
|
|
1069
|
+
readonly statusReasonCode?: StatusReasonCode;
|
|
1070
|
+
/**
|
|
1071
|
+
* The billing profile spending limit.
|
|
1072
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1073
|
+
*/
|
|
1074
|
+
readonly spendingLimit?: SpendingLimit;
|
|
1075
|
+
/**
|
|
1076
|
+
* Identifies the cloud environments that are associated with a billing profile. This is a system managed optional field and gets updated as the billing profile gets associated with accounts in various clouds.
|
|
1077
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1078
|
+
*/
|
|
1079
|
+
readonly targetClouds?: TargetCloud[];
|
|
1080
|
+
/** Tags of billing profiles. */
|
|
1081
|
+
tags?: {
|
|
1082
|
+
[propertyName: string]: string;
|
|
1083
|
+
};
|
|
1084
|
+
};
|
|
1085
|
+
/** An enrollment account. */
|
|
1086
|
+
export declare type EnrollmentAccount = Resource & {
|
|
1087
|
+
/** The name of the enrollment account. */
|
|
1088
|
+
accountName?: string;
|
|
1089
|
+
/** The cost center associated with the enrollment account. */
|
|
1090
|
+
costCenter?: string;
|
|
1091
|
+
/** The owner of the enrollment account. */
|
|
1092
|
+
accountOwner?: string;
|
|
1093
|
+
/** The enrollment account owner email address. */
|
|
1094
|
+
accountOwnerEmail?: string;
|
|
1095
|
+
/** The status of the enrollment account. */
|
|
1096
|
+
status?: string;
|
|
1097
|
+
/** The start date of the enrollment account. */
|
|
1098
|
+
startDate?: Date;
|
|
1099
|
+
/** The end date of the enrollment account. */
|
|
1100
|
+
endDate?: Date;
|
|
1101
|
+
/** Associated department. By default this is not populated, unless it's specified in $expand. */
|
|
1102
|
+
department?: Department;
|
|
1103
|
+
};
|
|
1104
|
+
/** A department. */
|
|
1105
|
+
export declare type Department = Resource & {
|
|
1106
|
+
/** The name of the department. */
|
|
1107
|
+
departmentName?: string;
|
|
1108
|
+
/** The cost center associated with the department. */
|
|
1109
|
+
costCenter?: string;
|
|
1110
|
+
/** The status of the department. */
|
|
1111
|
+
status?: string;
|
|
1112
|
+
/** Associated enrollment accounts. By default this is not populated, unless it's specified in $expand. */
|
|
1113
|
+
enrollmentAccounts?: EnrollmentAccount[];
|
|
1114
|
+
};
|
|
1115
|
+
/** A billing account. */
|
|
1116
|
+
export declare type BillingAccount = Resource & {
|
|
1117
|
+
/** The billing account name. */
|
|
1118
|
+
displayName?: string;
|
|
1119
|
+
/** The address of the individual or organization that is responsible for the billing account. */
|
|
1120
|
+
soldTo?: AddressDetails;
|
|
1121
|
+
/**
|
|
1122
|
+
* The type of agreement.
|
|
1123
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1124
|
+
*/
|
|
1125
|
+
readonly agreementType?: AgreementType;
|
|
1126
|
+
/**
|
|
1127
|
+
* The type of customer.
|
|
1128
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1129
|
+
*/
|
|
1130
|
+
readonly accountType?: AccountType;
|
|
1131
|
+
/**
|
|
1132
|
+
* The current status of the billing account.
|
|
1133
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1134
|
+
*/
|
|
1135
|
+
readonly accountStatus?: AccountStatus;
|
|
1136
|
+
/** The billing profiles associated with the billing account. By default this is not populated, unless it's specified in $expand. */
|
|
1137
|
+
billingProfiles?: BillingProfilesOnExpand;
|
|
1138
|
+
/**
|
|
1139
|
+
* The details about the associated legacy enrollment. By default this is not populated, unless it's specified in $expand.
|
|
1140
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1141
|
+
*/
|
|
1142
|
+
readonly enrollmentDetails?: Enrollment;
|
|
1143
|
+
/** The departments associated to the enrollment. */
|
|
1144
|
+
departments?: Department[];
|
|
1145
|
+
/** The accounts associated to the enrollment. */
|
|
1146
|
+
enrollmentAccounts?: EnrollmentAccount[];
|
|
1147
|
+
/**
|
|
1148
|
+
* Indicates whether user has read access to the billing account.
|
|
1149
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1150
|
+
*/
|
|
1151
|
+
readonly hasReadAccess?: boolean;
|
|
1152
|
+
/** Notification email address, only for legacy accounts */
|
|
1153
|
+
notificationEmailAddress?: string;
|
|
1154
|
+
};
|
|
1155
|
+
/** The latest Azure credit balance. This is the balance available for pay now. */
|
|
1156
|
+
export declare type AvailableBalance = Resource & {
|
|
1157
|
+
/**
|
|
1158
|
+
* Balance amount.
|
|
1159
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1160
|
+
*/
|
|
1161
|
+
readonly amount?: Amount;
|
|
1162
|
+
};
|
|
1163
|
+
/** An instruction. */
|
|
1164
|
+
export declare type Instruction = Resource & {
|
|
1165
|
+
/** The amount budgeted for this billing instruction. */
|
|
1166
|
+
amount?: number;
|
|
1167
|
+
/** The date this billing instruction goes into effect. */
|
|
1168
|
+
startDate?: Date;
|
|
1169
|
+
/** The date this billing instruction is no longer in effect. */
|
|
1170
|
+
endDate?: Date;
|
|
1171
|
+
/** The date this billing instruction was created. */
|
|
1172
|
+
creationDate?: Date;
|
|
1173
|
+
};
|
|
1174
|
+
/** A partner's customer. */
|
|
1175
|
+
export declare type Customer = Resource & {
|
|
1176
|
+
/**
|
|
1177
|
+
* The ID of the billing profile for the invoice section.
|
|
1178
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1179
|
+
*/
|
|
1180
|
+
readonly billingProfileId?: string;
|
|
1181
|
+
/**
|
|
1182
|
+
* The name of the billing profile for the invoice section.
|
|
1183
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1184
|
+
*/
|
|
1185
|
+
readonly billingProfileDisplayName?: string;
|
|
1186
|
+
/** The name of the customer. */
|
|
1187
|
+
displayName?: string;
|
|
1188
|
+
/** Azure plans enabled for the customer. */
|
|
1189
|
+
enabledAzurePlans?: AzurePlan[];
|
|
1190
|
+
/** The list of resellers for which an Azure plan is enabled for the customer. */
|
|
1191
|
+
resellers?: Reseller[];
|
|
1192
|
+
};
|
|
1193
|
+
/** A billing subscription. */
|
|
1194
|
+
export declare type BillingSubscription = Resource & {
|
|
1195
|
+
/**
|
|
1196
|
+
* The name of the subscription.
|
|
1197
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1198
|
+
*/
|
|
1199
|
+
readonly displayName?: string;
|
|
1200
|
+
/**
|
|
1201
|
+
* The ID of the subscription.
|
|
1202
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1203
|
+
*/
|
|
1204
|
+
readonly subscriptionId?: string;
|
|
1205
|
+
/** The current billing status of the subscription. */
|
|
1206
|
+
subscriptionBillingStatus?: BillingSubscriptionStatusType;
|
|
1207
|
+
/**
|
|
1208
|
+
* The last month charges.
|
|
1209
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1210
|
+
*/
|
|
1211
|
+
readonly lastMonthCharges?: Amount;
|
|
1212
|
+
/**
|
|
1213
|
+
* The current month to date charges.
|
|
1214
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1215
|
+
*/
|
|
1216
|
+
readonly monthToDateCharges?: Amount;
|
|
1217
|
+
/**
|
|
1218
|
+
* The ID of the billing profile to which the subscription is billed.
|
|
1219
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1220
|
+
*/
|
|
1221
|
+
readonly billingProfileId?: string;
|
|
1222
|
+
/**
|
|
1223
|
+
* The name of the billing profile to which the subscription is billed.
|
|
1224
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1225
|
+
*/
|
|
1226
|
+
readonly billingProfileDisplayName?: string;
|
|
1227
|
+
/** The cost center applied to the subscription. */
|
|
1228
|
+
costCenter?: string;
|
|
1229
|
+
/**
|
|
1230
|
+
* The ID of the customer for whom the subscription was created. The field is applicable only for Microsoft Partner Agreement billing account.
|
|
1231
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1232
|
+
*/
|
|
1233
|
+
readonly customerId?: string;
|
|
1234
|
+
/**
|
|
1235
|
+
* The name of the customer for whom the subscription was created. The field is applicable only for Microsoft Partner Agreement billing account.
|
|
1236
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1237
|
+
*/
|
|
1238
|
+
readonly customerDisplayName?: string;
|
|
1239
|
+
/**
|
|
1240
|
+
* The ID of the invoice section to which the subscription is billed.
|
|
1241
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1242
|
+
*/
|
|
1243
|
+
readonly invoiceSectionId?: string;
|
|
1244
|
+
/**
|
|
1245
|
+
* The name of the invoice section to which the subscription is billed.
|
|
1246
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1247
|
+
*/
|
|
1248
|
+
readonly invoiceSectionDisplayName?: string;
|
|
1249
|
+
/**
|
|
1250
|
+
* Reseller for this subscription.
|
|
1251
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1252
|
+
*/
|
|
1253
|
+
readonly reseller?: Reseller;
|
|
1254
|
+
/** The sku ID of the Azure plan for the subscription. */
|
|
1255
|
+
skuId?: string;
|
|
1256
|
+
/**
|
|
1257
|
+
* The sku description of the Azure plan for the subscription.
|
|
1258
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1259
|
+
*/
|
|
1260
|
+
readonly skuDescription?: string;
|
|
1261
|
+
/**
|
|
1262
|
+
* The suspension reason for a subscription. Applies only to subscriptions in Microsoft Online Services Program billing accounts.
|
|
1263
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1264
|
+
*/
|
|
1265
|
+
readonly suspensionReasons?: string[];
|
|
1266
|
+
};
|
|
1267
|
+
/** A product. */
|
|
1268
|
+
export declare type Product = Resource & {
|
|
1269
|
+
/** Indicates whether auto renewal is turned on or off for a product. */
|
|
1270
|
+
autoRenew?: AutoRenew;
|
|
1271
|
+
/**
|
|
1272
|
+
* The display name of the product.
|
|
1273
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1274
|
+
*/
|
|
1275
|
+
readonly displayName?: string;
|
|
1276
|
+
/**
|
|
1277
|
+
* The date when the product was purchased.
|
|
1278
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1279
|
+
*/
|
|
1280
|
+
readonly purchaseDate?: Date;
|
|
1281
|
+
/**
|
|
1282
|
+
* The ID of the type of product.
|
|
1283
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1284
|
+
*/
|
|
1285
|
+
readonly productTypeId?: string;
|
|
1286
|
+
/**
|
|
1287
|
+
* The description of the type of product.
|
|
1288
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1289
|
+
*/
|
|
1290
|
+
readonly productType?: string;
|
|
1291
|
+
/** The current status of the product. */
|
|
1292
|
+
status?: ProductStatusType;
|
|
1293
|
+
/**
|
|
1294
|
+
* The date when the product will be renewed or canceled.
|
|
1295
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1296
|
+
*/
|
|
1297
|
+
readonly endDate?: Date;
|
|
1298
|
+
/** The frequency at which the product will be billed. */
|
|
1299
|
+
billingFrequency?: BillingFrequency;
|
|
1300
|
+
/**
|
|
1301
|
+
* The last month charges.
|
|
1302
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1303
|
+
*/
|
|
1304
|
+
readonly lastCharge?: Amount;
|
|
1305
|
+
/**
|
|
1306
|
+
* The date of the last charge.
|
|
1307
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1308
|
+
*/
|
|
1309
|
+
readonly lastChargeDate?: Date;
|
|
1310
|
+
/**
|
|
1311
|
+
* The quantity purchased for the product.
|
|
1312
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1313
|
+
*/
|
|
1314
|
+
readonly quantity?: number;
|
|
1315
|
+
/**
|
|
1316
|
+
* The sku ID of the product.
|
|
1317
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1318
|
+
*/
|
|
1319
|
+
readonly skuId?: string;
|
|
1320
|
+
/**
|
|
1321
|
+
* The sku description of the product.
|
|
1322
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1323
|
+
*/
|
|
1324
|
+
readonly skuDescription?: string;
|
|
1325
|
+
/**
|
|
1326
|
+
* The id of the tenant in which the product is used.
|
|
1327
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1328
|
+
*/
|
|
1329
|
+
readonly tenantId?: string;
|
|
1330
|
+
/**
|
|
1331
|
+
* The availability of the product.
|
|
1332
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1333
|
+
*/
|
|
1334
|
+
readonly availabilityId?: string;
|
|
1335
|
+
/**
|
|
1336
|
+
* The ID of the invoice section to which the product is billed.
|
|
1337
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1338
|
+
*/
|
|
1339
|
+
readonly invoiceSectionId?: string;
|
|
1340
|
+
/**
|
|
1341
|
+
* The name of the invoice section to which the product is billed.
|
|
1342
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1343
|
+
*/
|
|
1344
|
+
readonly invoiceSectionDisplayName?: string;
|
|
1345
|
+
/**
|
|
1346
|
+
* The ID of the billing profile to which the product is billed.
|
|
1347
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1348
|
+
*/
|
|
1349
|
+
readonly billingProfileId?: string;
|
|
1350
|
+
/**
|
|
1351
|
+
* The name of the billing profile to which the product is billed.
|
|
1352
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1353
|
+
*/
|
|
1354
|
+
readonly billingProfileDisplayName?: string;
|
|
1355
|
+
/**
|
|
1356
|
+
* The ID of the customer for whom the product was purchased. The field is applicable only for Microsoft Partner Agreement billing account.
|
|
1357
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1358
|
+
*/
|
|
1359
|
+
readonly customerId?: string;
|
|
1360
|
+
/**
|
|
1361
|
+
* The name of the customer for whom the product was purchased. The field is applicable only for Microsoft Partner Agreement billing account.
|
|
1362
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1363
|
+
*/
|
|
1364
|
+
readonly customerDisplayName?: string;
|
|
1365
|
+
/**
|
|
1366
|
+
* Reseller for this product.
|
|
1367
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1368
|
+
*/
|
|
1369
|
+
readonly reseller?: Reseller;
|
|
1370
|
+
};
|
|
1371
|
+
/** An invoice. */
|
|
1372
|
+
export declare type Invoice = Resource & {
|
|
1373
|
+
/**
|
|
1374
|
+
* The due date for the invoice.
|
|
1375
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1376
|
+
*/
|
|
1377
|
+
readonly dueDate?: Date;
|
|
1378
|
+
/**
|
|
1379
|
+
* The date when the invoice was generated.
|
|
1380
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1381
|
+
*/
|
|
1382
|
+
readonly invoiceDate?: Date;
|
|
1383
|
+
/**
|
|
1384
|
+
* The current status of the invoice.
|
|
1385
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1386
|
+
*/
|
|
1387
|
+
readonly status?: InvoiceStatus;
|
|
1388
|
+
/**
|
|
1389
|
+
* The amount due as of now.
|
|
1390
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1391
|
+
*/
|
|
1392
|
+
readonly amountDue?: Amount;
|
|
1393
|
+
/**
|
|
1394
|
+
* The amount of Azure prepayment applied to the charges. This field is applicable to billing accounts with agreement type Microsoft Customer Agreement.
|
|
1395
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1396
|
+
*/
|
|
1397
|
+
readonly azurePrepaymentApplied?: Amount;
|
|
1398
|
+
/**
|
|
1399
|
+
* The total charges for the invoice billing period.
|
|
1400
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1401
|
+
*/
|
|
1402
|
+
readonly billedAmount?: Amount;
|
|
1403
|
+
/**
|
|
1404
|
+
* The total refund for returns and cancellations during the invoice billing period. This field is applicable to billing accounts with agreement type Microsoft Customer Agreement.
|
|
1405
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1406
|
+
*/
|
|
1407
|
+
readonly creditAmount?: Amount;
|
|
1408
|
+
/**
|
|
1409
|
+
* The amount of free Azure credits applied to the charges. This field is applicable to billing accounts with agreement type Microsoft Customer Agreement.
|
|
1410
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1411
|
+
*/
|
|
1412
|
+
readonly freeAzureCreditApplied?: Amount;
|
|
1413
|
+
/**
|
|
1414
|
+
* The pre-tax amount due. This field is applicable to billing accounts with agreement type Microsoft Customer Agreement.
|
|
1415
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1416
|
+
*/
|
|
1417
|
+
readonly subTotal?: Amount;
|
|
1418
|
+
/**
|
|
1419
|
+
* The amount of tax charged for the billing period. This field is applicable to billing accounts with agreement type Microsoft Customer Agreement.
|
|
1420
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1421
|
+
*/
|
|
1422
|
+
readonly taxAmount?: Amount;
|
|
1423
|
+
/**
|
|
1424
|
+
* The amount due when the invoice was generated. This field is applicable to billing accounts with agreement type Microsoft Customer Agreement.
|
|
1425
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1426
|
+
*/
|
|
1427
|
+
readonly totalAmount?: Amount;
|
|
1428
|
+
/**
|
|
1429
|
+
* The start date of the billing period for which the invoice is generated.
|
|
1430
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1431
|
+
*/
|
|
1432
|
+
readonly invoicePeriodStartDate?: Date;
|
|
1433
|
+
/**
|
|
1434
|
+
* The end date of the billing period for which the invoice is generated.
|
|
1435
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1436
|
+
*/
|
|
1437
|
+
readonly invoicePeriodEndDate?: Date;
|
|
1438
|
+
/**
|
|
1439
|
+
* Invoice type.
|
|
1440
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1441
|
+
*/
|
|
1442
|
+
readonly invoiceType?: InvoiceType;
|
|
1443
|
+
/**
|
|
1444
|
+
* Specifies if the invoice is generated as part of monthly invoicing cycle or not. This field is applicable to billing accounts with agreement type Microsoft Customer Agreement.
|
|
1445
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1446
|
+
*/
|
|
1447
|
+
readonly isMonthlyInvoice?: boolean;
|
|
1448
|
+
/**
|
|
1449
|
+
* The ID of the billing profile for which the invoice is generated.
|
|
1450
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1451
|
+
*/
|
|
1452
|
+
readonly billingProfileId?: string;
|
|
1453
|
+
/**
|
|
1454
|
+
* The name of the billing profile for which the invoice is generated.
|
|
1455
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1456
|
+
*/
|
|
1457
|
+
readonly billingProfileDisplayName?: string;
|
|
1458
|
+
/**
|
|
1459
|
+
* An optional purchase order number for the invoice.
|
|
1460
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1461
|
+
*/
|
|
1462
|
+
readonly purchaseOrderNumber?: string;
|
|
1463
|
+
/**
|
|
1464
|
+
* List of documents available to download such as invoice and tax receipt.
|
|
1465
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1466
|
+
*/
|
|
1467
|
+
readonly documents?: Document[];
|
|
1468
|
+
/**
|
|
1469
|
+
* List of payments.
|
|
1470
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1471
|
+
*/
|
|
1472
|
+
readonly payments?: PaymentProperties[];
|
|
1473
|
+
/**
|
|
1474
|
+
* Rebill details for an invoice.
|
|
1475
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1476
|
+
*/
|
|
1477
|
+
readonly rebillDetails?: {
|
|
1478
|
+
[propertyName: string]: RebillDetails;
|
|
1479
|
+
};
|
|
1480
|
+
/**
|
|
1481
|
+
* The type of the document.
|
|
1482
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1483
|
+
*/
|
|
1484
|
+
readonly documentType?: InvoiceDocumentType;
|
|
1485
|
+
/**
|
|
1486
|
+
* The Id of the active invoice which is originally billed after this invoice was voided. This field is applicable to the void invoices only.
|
|
1487
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1488
|
+
*/
|
|
1489
|
+
readonly billedDocumentId?: string;
|
|
1490
|
+
/**
|
|
1491
|
+
* The Id of the invoice which got voided and this credit note was issued as a result. This field is applicable to the credit notes only.
|
|
1492
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1493
|
+
*/
|
|
1494
|
+
readonly creditForDocumentId?: string;
|
|
1495
|
+
/**
|
|
1496
|
+
* The ID of the subscription for which the invoice is generated.
|
|
1497
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1498
|
+
*/
|
|
1499
|
+
readonly subscriptionId?: string;
|
|
1500
|
+
};
|
|
1501
|
+
/** A transaction. */
|
|
1502
|
+
export declare type Transaction = Resource & {
|
|
1503
|
+
/** The kind of transaction. Options are all or reservation. */
|
|
1504
|
+
kind?: TransactionTypeKind;
|
|
1505
|
+
/**
|
|
1506
|
+
* The date of transaction.
|
|
1507
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1508
|
+
*/
|
|
1509
|
+
readonly date?: Date;
|
|
1510
|
+
/**
|
|
1511
|
+
* Invoice on which the transaction was billed or 'pending' if the transaction is not billed.
|
|
1512
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1513
|
+
*/
|
|
1514
|
+
readonly invoice?: string;
|
|
1515
|
+
/**
|
|
1516
|
+
* The ID of the invoice on which the transaction was billed. This field is only applicable for transactions which are billed.
|
|
1517
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1518
|
+
*/
|
|
1519
|
+
readonly invoiceId?: string;
|
|
1520
|
+
/**
|
|
1521
|
+
* The order ID of the reservation. The field is only applicable for transaction of kind reservation.
|
|
1522
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1523
|
+
*/
|
|
1524
|
+
readonly orderId?: string;
|
|
1525
|
+
/**
|
|
1526
|
+
* The name of the reservation order. The field is only applicable for transactions of kind reservation.
|
|
1527
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1528
|
+
*/
|
|
1529
|
+
readonly orderName?: string;
|
|
1530
|
+
/**
|
|
1531
|
+
* The family of the product for which the transaction took place.
|
|
1532
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1533
|
+
*/
|
|
1534
|
+
readonly productFamily?: string;
|
|
1535
|
+
/**
|
|
1536
|
+
* The ID of the product type for which the transaction took place.
|
|
1537
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1538
|
+
*/
|
|
1539
|
+
readonly productTypeId?: string;
|
|
1540
|
+
/**
|
|
1541
|
+
* The type of the product for which the transaction took place.
|
|
1542
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1543
|
+
*/
|
|
1544
|
+
readonly productType?: string;
|
|
1545
|
+
/**
|
|
1546
|
+
* The description of the product for which the transaction took place.
|
|
1547
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1548
|
+
*/
|
|
1549
|
+
readonly productDescription?: string;
|
|
1550
|
+
/** The type of transaction. */
|
|
1551
|
+
transactionType?: ReservationType;
|
|
1552
|
+
/**
|
|
1553
|
+
* The charge associated with the transaction.
|
|
1554
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1555
|
+
*/
|
|
1556
|
+
readonly transactionAmount?: Amount;
|
|
1557
|
+
/**
|
|
1558
|
+
* The quantity purchased in the transaction.
|
|
1559
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1560
|
+
*/
|
|
1561
|
+
readonly quantity?: number;
|
|
1562
|
+
/**
|
|
1563
|
+
* The ID of the invoice section which will be billed for the transaction.
|
|
1564
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1565
|
+
*/
|
|
1566
|
+
readonly invoiceSectionId?: string;
|
|
1567
|
+
/**
|
|
1568
|
+
* The name of the invoice section which will be billed for the transaction.
|
|
1569
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1570
|
+
*/
|
|
1571
|
+
readonly invoiceSectionDisplayName?: string;
|
|
1572
|
+
/**
|
|
1573
|
+
* The ID of the billing profile which will be billed for the transaction.
|
|
1574
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1575
|
+
*/
|
|
1576
|
+
readonly billingProfileId?: string;
|
|
1577
|
+
/**
|
|
1578
|
+
* The name of the billing profile which will be billed for the transaction.
|
|
1579
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1580
|
+
*/
|
|
1581
|
+
readonly billingProfileDisplayName?: string;
|
|
1582
|
+
/**
|
|
1583
|
+
* The ID of the customer for which the transaction took place. The field is applicable only for Microsoft Partner Agreement billing account.
|
|
1584
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1585
|
+
*/
|
|
1586
|
+
readonly customerId?: string;
|
|
1587
|
+
/**
|
|
1588
|
+
* The name of the customer for which the transaction took place. The field is applicable only for Microsoft Partner Agreement billing account.
|
|
1589
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1590
|
+
*/
|
|
1591
|
+
readonly customerDisplayName?: string;
|
|
1592
|
+
/**
|
|
1593
|
+
* The ID of the subscription that was used for the transaction. The field is only applicable for transaction of kind reservation.
|
|
1594
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1595
|
+
*/
|
|
1596
|
+
readonly subscriptionId?: string;
|
|
1597
|
+
/**
|
|
1598
|
+
* The name of the subscription that was used for the transaction. The field is only applicable for transaction of kind reservation.
|
|
1599
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1600
|
+
*/
|
|
1601
|
+
readonly subscriptionName?: string;
|
|
1602
|
+
/**
|
|
1603
|
+
* The type of azure plan of the subscription that was used for the transaction.
|
|
1604
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1605
|
+
*/
|
|
1606
|
+
readonly azurePlan?: string;
|
|
1607
|
+
/**
|
|
1608
|
+
* The amount of any Azure credits automatically applied to this transaction.
|
|
1609
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1610
|
+
*/
|
|
1611
|
+
readonly azureCreditApplied?: Amount;
|
|
1612
|
+
/**
|
|
1613
|
+
* The ISO 4217 code for the currency in which this transaction is billed.
|
|
1614
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1615
|
+
*/
|
|
1616
|
+
readonly billingCurrency?: string;
|
|
1617
|
+
/**
|
|
1618
|
+
* The percentage discount, if any, applied to this transaction.
|
|
1619
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1620
|
+
*/
|
|
1621
|
+
readonly discount?: number;
|
|
1622
|
+
/**
|
|
1623
|
+
* The price of the product after applying any discounts.
|
|
1624
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1625
|
+
*/
|
|
1626
|
+
readonly effectivePrice?: Amount;
|
|
1627
|
+
/**
|
|
1628
|
+
* The exchange rate used to convert charged amount to billing currency, if applicable.
|
|
1629
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1630
|
+
*/
|
|
1631
|
+
readonly exchangeRate?: number;
|
|
1632
|
+
/**
|
|
1633
|
+
* The retail price of the product.
|
|
1634
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1635
|
+
*/
|
|
1636
|
+
readonly marketPrice?: Amount;
|
|
1637
|
+
/**
|
|
1638
|
+
* The ISO 4217 code for the currency in which the product is priced.
|
|
1639
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1640
|
+
*/
|
|
1641
|
+
readonly pricingCurrency?: string;
|
|
1642
|
+
/**
|
|
1643
|
+
* The date of the purchase of the product, or the start date of the month in which usage started.
|
|
1644
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1645
|
+
*/
|
|
1646
|
+
readonly servicePeriodStartDate?: Date;
|
|
1647
|
+
/**
|
|
1648
|
+
* The end date of the product term, or the end date of the month in which usage ended.
|
|
1649
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1650
|
+
*/
|
|
1651
|
+
readonly servicePeriodEndDate?: Date;
|
|
1652
|
+
/**
|
|
1653
|
+
* The pre-tax charged amount for the transaction.
|
|
1654
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1655
|
+
*/
|
|
1656
|
+
readonly subTotal?: Amount;
|
|
1657
|
+
/**
|
|
1658
|
+
* The tax amount applied to the transaction.
|
|
1659
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1660
|
+
*/
|
|
1661
|
+
readonly tax?: Amount;
|
|
1662
|
+
/**
|
|
1663
|
+
* The unit of measure used to bill for the product. For example, compute services are billed per hour.
|
|
1664
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1665
|
+
*/
|
|
1666
|
+
readonly unitOfMeasure?: string;
|
|
1667
|
+
/**
|
|
1668
|
+
* The number of units used for a given product.
|
|
1669
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1670
|
+
*/
|
|
1671
|
+
readonly units?: number;
|
|
1672
|
+
/**
|
|
1673
|
+
* The description for the unit of measure for a given product.
|
|
1674
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1675
|
+
*/
|
|
1676
|
+
readonly unitType?: string;
|
|
1677
|
+
};
|
|
1678
|
+
/** A policy. */
|
|
1679
|
+
export declare type Policy = Resource & {
|
|
1680
|
+
/** The policy that controls whether Azure marketplace purchases are allowed for a billing profile. */
|
|
1681
|
+
marketplacePurchases?: MarketplacePurchasesPolicy;
|
|
1682
|
+
/** The policy that controls whether Azure reservation purchases are allowed for a billing profile. */
|
|
1683
|
+
reservationPurchases?: ReservationPurchasesPolicy;
|
|
1684
|
+
/** The policy that controls whether users with Azure RBAC access to a subscription can view its charges. */
|
|
1685
|
+
viewCharges?: ViewChargesPolicy;
|
|
1686
|
+
};
|
|
1687
|
+
/** The customer's Policy. */
|
|
1688
|
+
export declare type CustomerPolicy = Resource & {
|
|
1689
|
+
/** The policy that controls whether the users in customer's organization can view charges at pay-as-you-go prices. */
|
|
1690
|
+
viewCharges?: ViewCharges;
|
|
1691
|
+
};
|
|
1692
|
+
/** A billing property. */
|
|
1693
|
+
export declare type BillingProperty = Resource & {
|
|
1694
|
+
/**
|
|
1695
|
+
* The email address on which the account admin gets all Azure notifications.
|
|
1696
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1697
|
+
*/
|
|
1698
|
+
readonly accountAdminNotificationEmailAddress?: string;
|
|
1699
|
+
/**
|
|
1700
|
+
* The Azure AD tenant ID of the billing account for the subscription.
|
|
1701
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1702
|
+
*/
|
|
1703
|
+
readonly billingTenantId?: string;
|
|
1704
|
+
/**
|
|
1705
|
+
* The ID of the billing account to which the subscription is billed.
|
|
1706
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1707
|
+
*/
|
|
1708
|
+
readonly billingAccountId?: string;
|
|
1709
|
+
/**
|
|
1710
|
+
* The name of the billing account to which the subscription is billed.
|
|
1711
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1712
|
+
*/
|
|
1713
|
+
readonly billingAccountDisplayName?: string;
|
|
1714
|
+
/**
|
|
1715
|
+
* The ID of the billing profile to which the subscription is billed.
|
|
1716
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1717
|
+
*/
|
|
1718
|
+
readonly billingProfileId?: string;
|
|
1719
|
+
/**
|
|
1720
|
+
* The name of the billing profile to which the subscription is billed.
|
|
1721
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1722
|
+
*/
|
|
1723
|
+
readonly billingProfileDisplayName?: string;
|
|
1724
|
+
/**
|
|
1725
|
+
* The status of the billing profile.
|
|
1726
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1727
|
+
*/
|
|
1728
|
+
readonly billingProfileStatus?: BillingProfileStatus;
|
|
1729
|
+
/**
|
|
1730
|
+
* Reason for the specified billing profile status.
|
|
1731
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1732
|
+
*/
|
|
1733
|
+
readonly billingProfileStatusReasonCode?: BillingProfileStatusReasonCode;
|
|
1734
|
+
/**
|
|
1735
|
+
* The billing profile spending limit.
|
|
1736
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1737
|
+
*/
|
|
1738
|
+
readonly billingProfileSpendingLimit?: BillingProfileSpendingLimit;
|
|
1739
|
+
/** The cost center applied to the subscription. */
|
|
1740
|
+
costCenter?: string;
|
|
1741
|
+
/**
|
|
1742
|
+
* The ID of the invoice section to which the subscription is billed.
|
|
1743
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1744
|
+
*/
|
|
1745
|
+
readonly invoiceSectionId?: string;
|
|
1746
|
+
/**
|
|
1747
|
+
* The name of the invoice section to which the subscription is billed.
|
|
1748
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1749
|
+
*/
|
|
1750
|
+
readonly invoiceSectionDisplayName?: string;
|
|
1751
|
+
/**
|
|
1752
|
+
* Indicates whether user is the account admin.
|
|
1753
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1754
|
+
*/
|
|
1755
|
+
readonly isAccountAdmin?: boolean;
|
|
1756
|
+
/**
|
|
1757
|
+
* The product ID of the Azure plan.
|
|
1758
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1759
|
+
*/
|
|
1760
|
+
readonly productId?: string;
|
|
1761
|
+
/**
|
|
1762
|
+
* The product name of the Azure plan.
|
|
1763
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1764
|
+
*/
|
|
1765
|
+
readonly productName?: string;
|
|
1766
|
+
/**
|
|
1767
|
+
* The sku ID of the Azure plan for the subscription.
|
|
1768
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1769
|
+
*/
|
|
1770
|
+
readonly skuId?: string;
|
|
1771
|
+
/**
|
|
1772
|
+
* The sku description of the Azure plan for the subscription.
|
|
1773
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1774
|
+
*/
|
|
1775
|
+
readonly skuDescription?: string;
|
|
1776
|
+
};
|
|
1777
|
+
/** The properties of a role definition. */
|
|
1778
|
+
export declare type BillingRoleDefinition = Resource & {
|
|
1779
|
+
/**
|
|
1780
|
+
* The role description
|
|
1781
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1782
|
+
*/
|
|
1783
|
+
readonly description?: string;
|
|
1784
|
+
/** The billingPermissions the role has */
|
|
1785
|
+
permissions?: BillingPermissionsProperties[];
|
|
1786
|
+
/**
|
|
1787
|
+
* The name of the role
|
|
1788
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1789
|
+
*/
|
|
1790
|
+
readonly roleName?: string;
|
|
1791
|
+
};
|
|
1792
|
+
/** The role assignment */
|
|
1793
|
+
export declare type BillingRoleAssignment = Resource & {
|
|
1794
|
+
/**
|
|
1795
|
+
* The date the role assignment was created.
|
|
1796
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1797
|
+
*/
|
|
1798
|
+
readonly createdOn?: string;
|
|
1799
|
+
/**
|
|
1800
|
+
* The tenant Id of the user who created the role assignment.
|
|
1801
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1802
|
+
*/
|
|
1803
|
+
readonly createdByPrincipalTenantId?: string;
|
|
1804
|
+
/**
|
|
1805
|
+
* The principal Id of the user who created the role assignment.
|
|
1806
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1807
|
+
*/
|
|
1808
|
+
readonly createdByPrincipalId?: string;
|
|
1809
|
+
/**
|
|
1810
|
+
* The email address of the user who created the role assignment.
|
|
1811
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1812
|
+
*/
|
|
1813
|
+
readonly createdByUserEmailAddress?: string;
|
|
1814
|
+
/** The principal id of the user to whom the role was assigned. */
|
|
1815
|
+
principalId?: string;
|
|
1816
|
+
/** The principal tenant id of the user to whom the role was assigned. */
|
|
1817
|
+
principalTenantId?: string;
|
|
1818
|
+
/** The ID of the role definition. */
|
|
1819
|
+
roleDefinitionId?: string;
|
|
1820
|
+
/**
|
|
1821
|
+
* The scope at which the role was assigned.
|
|
1822
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1823
|
+
*/
|
|
1824
|
+
readonly scope?: string;
|
|
1825
|
+
/** The authentication type. */
|
|
1826
|
+
userAuthenticationType?: string;
|
|
1827
|
+
/** The email address of the user. */
|
|
1828
|
+
userEmailAddress?: string;
|
|
1829
|
+
};
|
|
1830
|
+
/** An agreement. */
|
|
1831
|
+
export declare type Agreement = Resource & {
|
|
1832
|
+
/**
|
|
1833
|
+
* The URL to download the agreement.
|
|
1834
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1835
|
+
*/
|
|
1836
|
+
readonly agreementLink?: string;
|
|
1837
|
+
/**
|
|
1838
|
+
* The category of the agreement signed by a customer.
|
|
1839
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1840
|
+
*/
|
|
1841
|
+
readonly category?: Category;
|
|
1842
|
+
/**
|
|
1843
|
+
* The mode of acceptance for an agreement.
|
|
1844
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1845
|
+
*/
|
|
1846
|
+
readonly acceptanceMode?: AcceptanceMode;
|
|
1847
|
+
/**
|
|
1848
|
+
* The date from which the agreement is effective.
|
|
1849
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1850
|
+
*/
|
|
1851
|
+
readonly effectiveDate?: Date;
|
|
1852
|
+
/**
|
|
1853
|
+
* The date when the agreement expires.
|
|
1854
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1855
|
+
*/
|
|
1856
|
+
readonly expirationDate?: Date;
|
|
1857
|
+
/** The list of participants that participates in acceptance of an agreement. */
|
|
1858
|
+
participants?: Participants[];
|
|
1859
|
+
/**
|
|
1860
|
+
* The current status of the agreement.
|
|
1861
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1862
|
+
*/
|
|
1863
|
+
readonly status?: string;
|
|
1864
|
+
};
|
|
1865
|
+
/** An enrollment account resource. */
|
|
1866
|
+
export declare type EnrollmentAccountSummary = Resource & {
|
|
1867
|
+
/**
|
|
1868
|
+
* The account owner's principal name.
|
|
1869
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1870
|
+
*/
|
|
1871
|
+
readonly principalName?: string;
|
|
1872
|
+
};
|
|
1873
|
+
/** A billing period resource. */
|
|
1874
|
+
export declare type BillingPeriod = Resource & {
|
|
1875
|
+
/**
|
|
1876
|
+
* The start of the date range covered by the billing period.
|
|
1877
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1878
|
+
*/
|
|
1879
|
+
readonly billingPeriodStartDate?: Date;
|
|
1880
|
+
/**
|
|
1881
|
+
* The end of the date range covered by the billing period.
|
|
1882
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1883
|
+
*/
|
|
1884
|
+
readonly billingPeriodEndDate?: Date;
|
|
1885
|
+
/**
|
|
1886
|
+
* Array of invoice ids that associated with.
|
|
1887
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1888
|
+
*/
|
|
1889
|
+
readonly invoiceIds?: string[];
|
|
1890
|
+
};
|
|
1891
|
+
/** Defines headers for BillingProfiles_createOrUpdate operation. */
|
|
1892
|
+
export interface BillingProfilesCreateOrUpdateHeaders {
|
|
1893
|
+
/** Location URI to poll for result */
|
|
1894
|
+
location?: string;
|
|
1895
|
+
/** Recommended time to wait before making another request to check the status of the operation. The time is specified in seconds. */
|
|
1896
|
+
retryAfter?: number;
|
|
1897
|
+
}
|
|
1898
|
+
/** Defines headers for InvoiceSections_createOrUpdate operation. */
|
|
1899
|
+
export interface InvoiceSectionsCreateOrUpdateHeaders {
|
|
1900
|
+
/** Location URI to poll for result */
|
|
1901
|
+
location?: string;
|
|
1902
|
+
/** Recommended time to wait before making another request to check the status of the operation. The time is specified in seconds. */
|
|
1903
|
+
retryAfter?: number;
|
|
1904
|
+
}
|
|
1905
|
+
/** Defines headers for BillingSubscriptions_move operation. */
|
|
1906
|
+
export interface BillingSubscriptionsMoveHeaders {
|
|
1907
|
+
/** Location URI to poll for result. */
|
|
1908
|
+
location?: string;
|
|
1909
|
+
/** Recommended time to wait before making another request to check the status of the operation. The time is specified in seconds. */
|
|
1910
|
+
retryAfter?: number;
|
|
1911
|
+
}
|
|
1912
|
+
/** Defines headers for Products_move operation. */
|
|
1913
|
+
export interface ProductsMoveHeaders {
|
|
1914
|
+
/** Location URI to poll for result */
|
|
1915
|
+
location?: string;
|
|
1916
|
+
/** Recommended time to wait before making another request to check the status of the operation. The time is specified in seconds. */
|
|
1917
|
+
retryAfter?: number;
|
|
1918
|
+
}
|
|
1919
|
+
/** Defines headers for Invoices_downloadInvoice operation. */
|
|
1920
|
+
export interface InvoicesDownloadInvoiceHeaders {
|
|
1921
|
+
/** GET this URL to retrieve the status of the asynchronous operation. */
|
|
1922
|
+
location?: string;
|
|
1923
|
+
/** The amount of delay to use while the status of the operation is checked. The value is expressed in seconds. */
|
|
1924
|
+
retryAfter?: string;
|
|
1925
|
+
}
|
|
1926
|
+
/** Defines headers for Invoices_downloadMultipleBillingProfileInvoices operation. */
|
|
1927
|
+
export interface InvoicesDownloadMultipleBillingProfileInvoicesHeaders {
|
|
1928
|
+
/** GET this URL to retrieve the status of the asynchronous operation. */
|
|
1929
|
+
location?: string;
|
|
1930
|
+
/** The amount of delay to use while the status of the operation is checked. The value is expressed in seconds. */
|
|
1931
|
+
retryAfter?: string;
|
|
1932
|
+
}
|
|
1933
|
+
/** Defines headers for Invoices_downloadBillingSubscriptionInvoice operation. */
|
|
1934
|
+
export interface InvoicesDownloadBillingSubscriptionInvoiceHeaders {
|
|
1935
|
+
/** GET this URL to retrieve the status of the asynchronous operation. */
|
|
1936
|
+
location?: string;
|
|
1937
|
+
/** The amount of delay to use while the status of the operation is checked. The value is expressed in seconds. */
|
|
1938
|
+
retryAfter?: string;
|
|
1939
|
+
}
|
|
1940
|
+
/** Defines headers for Invoices_downloadMultipleBillingSubscriptionInvoices operation. */
|
|
1941
|
+
export interface InvoicesDownloadMultipleBillingSubscriptionInvoicesHeaders {
|
|
1942
|
+
/** GET this URL to retrieve the status of the asynchronous operation. */
|
|
1943
|
+
location?: string;
|
|
1944
|
+
/** The amount of delay to use while the status of the operation is checked. The value is expressed in seconds. */
|
|
1945
|
+
retryAfter?: string;
|
|
1946
|
+
}
|
|
1947
|
+
/** Known values of {@link AgreementType} that the service accepts. */
|
|
1948
|
+
export declare enum KnownAgreementType {
|
|
1949
|
+
MicrosoftCustomerAgreement = "MicrosoftCustomerAgreement",
|
|
1950
|
+
EnterpriseAgreement = "EnterpriseAgreement",
|
|
1951
|
+
MicrosoftOnlineServicesProgram = "MicrosoftOnlineServicesProgram",
|
|
1952
|
+
MicrosoftPartnerAgreement = "MicrosoftPartnerAgreement"
|
|
1953
|
+
}
|
|
1954
|
+
/**
|
|
1955
|
+
* Defines values for AgreementType. \
|
|
1956
|
+
* {@link KnownAgreementType} can be used interchangeably with AgreementType,
|
|
1957
|
+
* this enum contains the known values that the service supports.
|
|
1958
|
+
* ### Known values supported by the service
|
|
1959
|
+
* **MicrosoftCustomerAgreement** \
|
|
1960
|
+
* **EnterpriseAgreement** \
|
|
1961
|
+
* **MicrosoftOnlineServicesProgram** \
|
|
1962
|
+
* **MicrosoftPartnerAgreement**
|
|
1963
|
+
*/
|
|
1964
|
+
export declare type AgreementType = string;
|
|
1965
|
+
/** Known values of {@link AccountType} that the service accepts. */
|
|
1966
|
+
export declare enum KnownAccountType {
|
|
1967
|
+
Enterprise = "Enterprise",
|
|
1968
|
+
Individual = "Individual",
|
|
1969
|
+
Partner = "Partner"
|
|
1970
|
+
}
|
|
1971
|
+
/**
|
|
1972
|
+
* Defines values for AccountType. \
|
|
1973
|
+
* {@link KnownAccountType} can be used interchangeably with AccountType,
|
|
1974
|
+
* this enum contains the known values that the service supports.
|
|
1975
|
+
* ### Known values supported by the service
|
|
1976
|
+
* **Enterprise** \
|
|
1977
|
+
* **Individual** \
|
|
1978
|
+
* **Partner**
|
|
1979
|
+
*/
|
|
1980
|
+
export declare type AccountType = string;
|
|
1981
|
+
/** Known values of {@link AccountStatus} that the service accepts. */
|
|
1982
|
+
export declare enum KnownAccountStatus {
|
|
1983
|
+
Active = "Active",
|
|
1984
|
+
Deleted = "Deleted",
|
|
1985
|
+
Disabled = "Disabled",
|
|
1986
|
+
Expired = "Expired",
|
|
1987
|
+
Transferred = "Transferred",
|
|
1988
|
+
Extended = "Extended",
|
|
1989
|
+
Terminated = "Terminated"
|
|
1990
|
+
}
|
|
1991
|
+
/**
|
|
1992
|
+
* Defines values for AccountStatus. \
|
|
1993
|
+
* {@link KnownAccountStatus} can be used interchangeably with AccountStatus,
|
|
1994
|
+
* this enum contains the known values that the service supports.
|
|
1995
|
+
* ### Known values supported by the service
|
|
1996
|
+
* **Active** \
|
|
1997
|
+
* **Deleted** \
|
|
1998
|
+
* **Disabled** \
|
|
1999
|
+
* **Expired** \
|
|
2000
|
+
* **Transferred** \
|
|
2001
|
+
* **Extended** \
|
|
2002
|
+
* **Terminated**
|
|
2003
|
+
*/
|
|
2004
|
+
export declare type AccountStatus = string;
|
|
2005
|
+
/** Known values of {@link BillingRelationshipType} that the service accepts. */
|
|
2006
|
+
export declare enum KnownBillingRelationshipType {
|
|
2007
|
+
Direct = "Direct",
|
|
2008
|
+
IndirectCustomer = "IndirectCustomer",
|
|
2009
|
+
IndirectPartner = "IndirectPartner",
|
|
2010
|
+
CSPPartner = "CSPPartner"
|
|
2011
|
+
}
|
|
2012
|
+
/**
|
|
2013
|
+
* Defines values for BillingRelationshipType. \
|
|
2014
|
+
* {@link KnownBillingRelationshipType} can be used interchangeably with BillingRelationshipType,
|
|
2015
|
+
* this enum contains the known values that the service supports.
|
|
2016
|
+
* ### Known values supported by the service
|
|
2017
|
+
* **Direct** \
|
|
2018
|
+
* **IndirectCustomer** \
|
|
2019
|
+
* **IndirectPartner** \
|
|
2020
|
+
* **CSPPartner**
|
|
2021
|
+
*/
|
|
2022
|
+
export declare type BillingRelationshipType = string;
|
|
2023
|
+
/** Known values of {@link InvoiceSectionState} that the service accepts. */
|
|
2024
|
+
export declare enum KnownInvoiceSectionState {
|
|
2025
|
+
Active = "Active",
|
|
2026
|
+
Restricted = "Restricted"
|
|
2027
|
+
}
|
|
2028
|
+
/**
|
|
2029
|
+
* Defines values for InvoiceSectionState. \
|
|
2030
|
+
* {@link KnownInvoiceSectionState} can be used interchangeably with InvoiceSectionState,
|
|
2031
|
+
* this enum contains the known values that the service supports.
|
|
2032
|
+
* ### Known values supported by the service
|
|
2033
|
+
* **Active** \
|
|
2034
|
+
* **Restricted**
|
|
2035
|
+
*/
|
|
2036
|
+
export declare type InvoiceSectionState = string;
|
|
2037
|
+
/** Known values of {@link TargetCloud} that the service accepts. */
|
|
2038
|
+
export declare enum KnownTargetCloud {
|
|
2039
|
+
USGov = "USGov",
|
|
2040
|
+
USNat = "USNat",
|
|
2041
|
+
USSec = "USSec"
|
|
2042
|
+
}
|
|
2043
|
+
/**
|
|
2044
|
+
* Defines values for TargetCloud. \
|
|
2045
|
+
* {@link KnownTargetCloud} can be used interchangeably with TargetCloud,
|
|
2046
|
+
* this enum contains the known values that the service supports.
|
|
2047
|
+
* ### Known values supported by the service
|
|
2048
|
+
* **USGov** \
|
|
2049
|
+
* **USNat** \
|
|
2050
|
+
* **USSec**
|
|
2051
|
+
*/
|
|
2052
|
+
export declare type TargetCloud = string;
|
|
2053
|
+
/** Known values of {@link BillingProfileStatus} that the service accepts. */
|
|
2054
|
+
export declare enum KnownBillingProfileStatus {
|
|
2055
|
+
Active = "Active",
|
|
2056
|
+
Disabled = "Disabled",
|
|
2057
|
+
Warned = "Warned"
|
|
2058
|
+
}
|
|
2059
|
+
/**
|
|
2060
|
+
* Defines values for BillingProfileStatus. \
|
|
2061
|
+
* {@link KnownBillingProfileStatus} can be used interchangeably with BillingProfileStatus,
|
|
2062
|
+
* this enum contains the known values that the service supports.
|
|
2063
|
+
* ### Known values supported by the service
|
|
2064
|
+
* **Active** \
|
|
2065
|
+
* **Disabled** \
|
|
2066
|
+
* **Warned**
|
|
2067
|
+
*/
|
|
2068
|
+
export declare type BillingProfileStatus = string;
|
|
2069
|
+
/** Known values of {@link StatusReasonCode} that the service accepts. */
|
|
2070
|
+
export declare enum KnownStatusReasonCode {
|
|
2071
|
+
PastDue = "PastDue",
|
|
2072
|
+
SpendingLimitReached = "SpendingLimitReached",
|
|
2073
|
+
SpendingLimitExpired = "SpendingLimitExpired"
|
|
2074
|
+
}
|
|
2075
|
+
/**
|
|
2076
|
+
* Defines values for StatusReasonCode. \
|
|
2077
|
+
* {@link KnownStatusReasonCode} can be used interchangeably with StatusReasonCode,
|
|
2078
|
+
* this enum contains the known values that the service supports.
|
|
2079
|
+
* ### Known values supported by the service
|
|
2080
|
+
* **PastDue** \
|
|
2081
|
+
* **SpendingLimitReached** \
|
|
2082
|
+
* **SpendingLimitExpired**
|
|
2083
|
+
*/
|
|
2084
|
+
export declare type StatusReasonCode = string;
|
|
2085
|
+
/** Known values of {@link SpendingLimit} that the service accepts. */
|
|
2086
|
+
export declare enum KnownSpendingLimit {
|
|
2087
|
+
Off = "Off",
|
|
2088
|
+
On = "On"
|
|
2089
|
+
}
|
|
2090
|
+
/**
|
|
2091
|
+
* Defines values for SpendingLimit. \
|
|
2092
|
+
* {@link KnownSpendingLimit} can be used interchangeably with SpendingLimit,
|
|
2093
|
+
* this enum contains the known values that the service supports.
|
|
2094
|
+
* ### Known values supported by the service
|
|
2095
|
+
* **Off** \
|
|
2096
|
+
* **On**
|
|
2097
|
+
*/
|
|
2098
|
+
export declare type SpendingLimit = string;
|
|
2099
|
+
/** Known values of {@link StatusReasonCodeForBillingProfile} that the service accepts. */
|
|
2100
|
+
export declare enum KnownStatusReasonCodeForBillingProfile {
|
|
2101
|
+
PastDue = "PastDue",
|
|
2102
|
+
SpendingLimitReached = "SpendingLimitReached",
|
|
2103
|
+
SpendingLimitExpired = "SpendingLimitExpired"
|
|
2104
|
+
}
|
|
2105
|
+
/**
|
|
2106
|
+
* Defines values for StatusReasonCodeForBillingProfile. \
|
|
2107
|
+
* {@link KnownStatusReasonCodeForBillingProfile} can be used interchangeably with StatusReasonCodeForBillingProfile,
|
|
2108
|
+
* this enum contains the known values that the service supports.
|
|
2109
|
+
* ### Known values supported by the service
|
|
2110
|
+
* **PastDue** \
|
|
2111
|
+
* **SpendingLimitReached** \
|
|
2112
|
+
* **SpendingLimitExpired**
|
|
2113
|
+
*/
|
|
2114
|
+
export declare type StatusReasonCodeForBillingProfile = string;
|
|
2115
|
+
/** Known values of {@link SpendingLimitForBillingProfile} that the service accepts. */
|
|
2116
|
+
export declare enum KnownSpendingLimitForBillingProfile {
|
|
2117
|
+
Off = "Off",
|
|
2118
|
+
On = "On"
|
|
2119
|
+
}
|
|
2120
|
+
/**
|
|
2121
|
+
* Defines values for SpendingLimitForBillingProfile. \
|
|
2122
|
+
* {@link KnownSpendingLimitForBillingProfile} can be used interchangeably with SpendingLimitForBillingProfile,
|
|
2123
|
+
* this enum contains the known values that the service supports.
|
|
2124
|
+
* ### Known values supported by the service
|
|
2125
|
+
* **Off** \
|
|
2126
|
+
* **On**
|
|
2127
|
+
*/
|
|
2128
|
+
export declare type SpendingLimitForBillingProfile = string;
|
|
2129
|
+
/** Known values of {@link AddressValidationStatus} that the service accepts. */
|
|
2130
|
+
export declare enum KnownAddressValidationStatus {
|
|
2131
|
+
Valid = "Valid",
|
|
2132
|
+
Invalid = "Invalid"
|
|
2133
|
+
}
|
|
2134
|
+
/**
|
|
2135
|
+
* Defines values for AddressValidationStatus. \
|
|
2136
|
+
* {@link KnownAddressValidationStatus} can be used interchangeably with AddressValidationStatus,
|
|
2137
|
+
* this enum contains the known values that the service supports.
|
|
2138
|
+
* ### Known values supported by the service
|
|
2139
|
+
* **Valid** \
|
|
2140
|
+
* **Invalid**
|
|
2141
|
+
*/
|
|
2142
|
+
export declare type AddressValidationStatus = string;
|
|
2143
|
+
/** Known values of {@link BillingSubscriptionStatusType} that the service accepts. */
|
|
2144
|
+
export declare enum KnownBillingSubscriptionStatusType {
|
|
2145
|
+
Active = "Active",
|
|
2146
|
+
Inactive = "Inactive",
|
|
2147
|
+
Abandoned = "Abandoned",
|
|
2148
|
+
Deleted = "Deleted",
|
|
2149
|
+
Warning = "Warning"
|
|
2150
|
+
}
|
|
2151
|
+
/**
|
|
2152
|
+
* Defines values for BillingSubscriptionStatusType. \
|
|
2153
|
+
* {@link KnownBillingSubscriptionStatusType} can be used interchangeably with BillingSubscriptionStatusType,
|
|
2154
|
+
* this enum contains the known values that the service supports.
|
|
2155
|
+
* ### Known values supported by the service
|
|
2156
|
+
* **Active** \
|
|
2157
|
+
* **Inactive** \
|
|
2158
|
+
* **Abandoned** \
|
|
2159
|
+
* **Deleted** \
|
|
2160
|
+
* **Warning**
|
|
2161
|
+
*/
|
|
2162
|
+
export declare type BillingSubscriptionStatusType = string;
|
|
2163
|
+
/** Known values of {@link AutoRenew} that the service accepts. */
|
|
2164
|
+
export declare enum KnownAutoRenew {
|
|
2165
|
+
Off = "Off",
|
|
2166
|
+
On = "On"
|
|
2167
|
+
}
|
|
2168
|
+
/**
|
|
2169
|
+
* Defines values for AutoRenew. \
|
|
2170
|
+
* {@link KnownAutoRenew} can be used interchangeably with AutoRenew,
|
|
2171
|
+
* this enum contains the known values that the service supports.
|
|
2172
|
+
* ### Known values supported by the service
|
|
2173
|
+
* **Off** \
|
|
2174
|
+
* **On**
|
|
2175
|
+
*/
|
|
2176
|
+
export declare type AutoRenew = string;
|
|
2177
|
+
/** Known values of {@link ProductStatusType} that the service accepts. */
|
|
2178
|
+
export declare enum KnownProductStatusType {
|
|
2179
|
+
Active = "Active",
|
|
2180
|
+
Inactive = "Inactive",
|
|
2181
|
+
PastDue = "PastDue",
|
|
2182
|
+
Expiring = "Expiring",
|
|
2183
|
+
Expired = "Expired",
|
|
2184
|
+
Disabled = "Disabled",
|
|
2185
|
+
Cancelled = "Cancelled",
|
|
2186
|
+
AutoRenew = "AutoRenew"
|
|
2187
|
+
}
|
|
2188
|
+
/**
|
|
2189
|
+
* Defines values for ProductStatusType. \
|
|
2190
|
+
* {@link KnownProductStatusType} can be used interchangeably with ProductStatusType,
|
|
2191
|
+
* this enum contains the known values that the service supports.
|
|
2192
|
+
* ### Known values supported by the service
|
|
2193
|
+
* **Active** \
|
|
2194
|
+
* **Inactive** \
|
|
2195
|
+
* **PastDue** \
|
|
2196
|
+
* **Expiring** \
|
|
2197
|
+
* **Expired** \
|
|
2198
|
+
* **Disabled** \
|
|
2199
|
+
* **Cancelled** \
|
|
2200
|
+
* **AutoRenew**
|
|
2201
|
+
*/
|
|
2202
|
+
export declare type ProductStatusType = string;
|
|
2203
|
+
/** Known values of {@link BillingFrequency} that the service accepts. */
|
|
2204
|
+
export declare enum KnownBillingFrequency {
|
|
2205
|
+
OneTime = "OneTime",
|
|
2206
|
+
Monthly = "Monthly",
|
|
2207
|
+
UsageBased = "UsageBased"
|
|
2208
|
+
}
|
|
2209
|
+
/**
|
|
2210
|
+
* Defines values for BillingFrequency. \
|
|
2211
|
+
* {@link KnownBillingFrequency} can be used interchangeably with BillingFrequency,
|
|
2212
|
+
* this enum contains the known values that the service supports.
|
|
2213
|
+
* ### Known values supported by the service
|
|
2214
|
+
* **OneTime** \
|
|
2215
|
+
* **Monthly** \
|
|
2216
|
+
* **UsageBased**
|
|
2217
|
+
*/
|
|
2218
|
+
export declare type BillingFrequency = string;
|
|
2219
|
+
/** Known values of {@link InvoiceStatus} that the service accepts. */
|
|
2220
|
+
export declare enum KnownInvoiceStatus {
|
|
2221
|
+
Due = "Due",
|
|
2222
|
+
OverDue = "OverDue",
|
|
2223
|
+
Paid = "Paid",
|
|
2224
|
+
Void = "Void"
|
|
2225
|
+
}
|
|
2226
|
+
/**
|
|
2227
|
+
* Defines values for InvoiceStatus. \
|
|
2228
|
+
* {@link KnownInvoiceStatus} can be used interchangeably with InvoiceStatus,
|
|
2229
|
+
* this enum contains the known values that the service supports.
|
|
2230
|
+
* ### Known values supported by the service
|
|
2231
|
+
* **Due** \
|
|
2232
|
+
* **OverDue** \
|
|
2233
|
+
* **Paid** \
|
|
2234
|
+
* **Void**
|
|
2235
|
+
*/
|
|
2236
|
+
export declare type InvoiceStatus = string;
|
|
2237
|
+
/** Known values of {@link InvoiceType} that the service accepts. */
|
|
2238
|
+
export declare enum KnownInvoiceType {
|
|
2239
|
+
AzureService = "AzureService",
|
|
2240
|
+
AzureMarketplace = "AzureMarketplace",
|
|
2241
|
+
AzureSupport = "AzureSupport"
|
|
2242
|
+
}
|
|
2243
|
+
/**
|
|
2244
|
+
* Defines values for InvoiceType. \
|
|
2245
|
+
* {@link KnownInvoiceType} can be used interchangeably with InvoiceType,
|
|
2246
|
+
* this enum contains the known values that the service supports.
|
|
2247
|
+
* ### Known values supported by the service
|
|
2248
|
+
* **AzureService** \
|
|
2249
|
+
* **AzureMarketplace** \
|
|
2250
|
+
* **AzureSupport**
|
|
2251
|
+
*/
|
|
2252
|
+
export declare type InvoiceType = string;
|
|
2253
|
+
/** Known values of {@link DocumentType} that the service accepts. */
|
|
2254
|
+
export declare enum KnownDocumentType {
|
|
2255
|
+
Invoice = "Invoice",
|
|
2256
|
+
VoidNote = "VoidNote",
|
|
2257
|
+
TaxReceipt = "TaxReceipt",
|
|
2258
|
+
CreditNote = "CreditNote"
|
|
2259
|
+
}
|
|
2260
|
+
/**
|
|
2261
|
+
* Defines values for DocumentType. \
|
|
2262
|
+
* {@link KnownDocumentType} can be used interchangeably with DocumentType,
|
|
2263
|
+
* this enum contains the known values that the service supports.
|
|
2264
|
+
* ### Known values supported by the service
|
|
2265
|
+
* **Invoice** \
|
|
2266
|
+
* **VoidNote** \
|
|
2267
|
+
* **TaxReceipt** \
|
|
2268
|
+
* **CreditNote**
|
|
2269
|
+
*/
|
|
2270
|
+
export declare type DocumentType = string;
|
|
2271
|
+
/** Known values of {@link DocumentSource} that the service accepts. */
|
|
2272
|
+
export declare enum KnownDocumentSource {
|
|
2273
|
+
DRS = "DRS",
|
|
2274
|
+
ENF = "ENF"
|
|
2275
|
+
}
|
|
2276
|
+
/**
|
|
2277
|
+
* Defines values for DocumentSource. \
|
|
2278
|
+
* {@link KnownDocumentSource} can be used interchangeably with DocumentSource,
|
|
2279
|
+
* this enum contains the known values that the service supports.
|
|
2280
|
+
* ### Known values supported by the service
|
|
2281
|
+
* **DRS** \
|
|
2282
|
+
* **ENF**
|
|
2283
|
+
*/
|
|
2284
|
+
export declare type DocumentSource = string;
|
|
2285
|
+
/** Known values of {@link PaymentMethodFamily} that the service accepts. */
|
|
2286
|
+
export declare enum KnownPaymentMethodFamily {
|
|
2287
|
+
Credits = "Credits",
|
|
2288
|
+
CheckWire = "CheckWire",
|
|
2289
|
+
CreditCard = "CreditCard",
|
|
2290
|
+
None = "None"
|
|
2291
|
+
}
|
|
2292
|
+
/**
|
|
2293
|
+
* Defines values for PaymentMethodFamily. \
|
|
2294
|
+
* {@link KnownPaymentMethodFamily} can be used interchangeably with PaymentMethodFamily,
|
|
2295
|
+
* this enum contains the known values that the service supports.
|
|
2296
|
+
* ### Known values supported by the service
|
|
2297
|
+
* **Credits** \
|
|
2298
|
+
* **CheckWire** \
|
|
2299
|
+
* **CreditCard** \
|
|
2300
|
+
* **None**
|
|
2301
|
+
*/
|
|
2302
|
+
export declare type PaymentMethodFamily = string;
|
|
2303
|
+
/** Known values of {@link InvoiceDocumentType} that the service accepts. */
|
|
2304
|
+
export declare enum KnownInvoiceDocumentType {
|
|
2305
|
+
Invoice = "Invoice",
|
|
2306
|
+
CreditNote = "CreditNote"
|
|
2307
|
+
}
|
|
2308
|
+
/**
|
|
2309
|
+
* Defines values for InvoiceDocumentType. \
|
|
2310
|
+
* {@link KnownInvoiceDocumentType} can be used interchangeably with InvoiceDocumentType,
|
|
2311
|
+
* this enum contains the known values that the service supports.
|
|
2312
|
+
* ### Known values supported by the service
|
|
2313
|
+
* **Invoice** \
|
|
2314
|
+
* **CreditNote**
|
|
2315
|
+
*/
|
|
2316
|
+
export declare type InvoiceDocumentType = string;
|
|
2317
|
+
/** Known values of {@link SubscriptionTransferValidationErrorCode} that the service accepts. */
|
|
2318
|
+
export declare enum KnownSubscriptionTransferValidationErrorCode {
|
|
2319
|
+
BillingAccountInactive = "BillingAccountInactive",
|
|
2320
|
+
CrossBillingAccountNotAllowed = "CrossBillingAccountNotAllowed",
|
|
2321
|
+
DestinationBillingProfileInactive = "DestinationBillingProfileInactive",
|
|
2322
|
+
DestinationBillingProfileNotFound = "DestinationBillingProfileNotFound",
|
|
2323
|
+
DestinationBillingProfilePastDue = "DestinationBillingProfilePastDue",
|
|
2324
|
+
DestinationInvoiceSectionInactive = "DestinationInvoiceSectionInactive",
|
|
2325
|
+
DestinationInvoiceSectionNotFound = "DestinationInvoiceSectionNotFound",
|
|
2326
|
+
InsufficientPermissionOnDestination = "InsufficientPermissionOnDestination",
|
|
2327
|
+
InsufficientPermissionOnSource = "InsufficientPermissionOnSource",
|
|
2328
|
+
InvalidDestination = "InvalidDestination",
|
|
2329
|
+
InvalidSource = "InvalidSource",
|
|
2330
|
+
MarketplaceNotEnabledOnDestination = "MarketplaceNotEnabledOnDestination",
|
|
2331
|
+
NotAvailableForDestinationMarket = "NotAvailableForDestinationMarket",
|
|
2332
|
+
ProductInactive = "ProductInactive",
|
|
2333
|
+
ProductNotFound = "ProductNotFound",
|
|
2334
|
+
ProductTypeNotSupported = "ProductTypeNotSupported",
|
|
2335
|
+
SourceBillingProfilePastDue = "SourceBillingProfilePastDue",
|
|
2336
|
+
SourceInvoiceSectionInactive = "SourceInvoiceSectionInactive",
|
|
2337
|
+
SubscriptionNotActive = "SubscriptionNotActive",
|
|
2338
|
+
SubscriptionTypeNotSupported = "SubscriptionTypeNotSupported"
|
|
2339
|
+
}
|
|
2340
|
+
/**
|
|
2341
|
+
* Defines values for SubscriptionTransferValidationErrorCode. \
|
|
2342
|
+
* {@link KnownSubscriptionTransferValidationErrorCode} can be used interchangeably with SubscriptionTransferValidationErrorCode,
|
|
2343
|
+
* this enum contains the known values that the service supports.
|
|
2344
|
+
* ### Known values supported by the service
|
|
2345
|
+
* **BillingAccountInactive** \
|
|
2346
|
+
* **CrossBillingAccountNotAllowed** \
|
|
2347
|
+
* **DestinationBillingProfileInactive** \
|
|
2348
|
+
* **DestinationBillingProfileNotFound** \
|
|
2349
|
+
* **DestinationBillingProfilePastDue** \
|
|
2350
|
+
* **DestinationInvoiceSectionInactive** \
|
|
2351
|
+
* **DestinationInvoiceSectionNotFound** \
|
|
2352
|
+
* **InsufficientPermissionOnDestination** \
|
|
2353
|
+
* **InsufficientPermissionOnSource** \
|
|
2354
|
+
* **InvalidDestination** \
|
|
2355
|
+
* **InvalidSource** \
|
|
2356
|
+
* **MarketplaceNotEnabledOnDestination** \
|
|
2357
|
+
* **NotAvailableForDestinationMarket** \
|
|
2358
|
+
* **ProductInactive** \
|
|
2359
|
+
* **ProductNotFound** \
|
|
2360
|
+
* **ProductTypeNotSupported** \
|
|
2361
|
+
* **SourceBillingProfilePastDue** \
|
|
2362
|
+
* **SourceInvoiceSectionInactive** \
|
|
2363
|
+
* **SubscriptionNotActive** \
|
|
2364
|
+
* **SubscriptionTypeNotSupported**
|
|
2365
|
+
*/
|
|
2366
|
+
export declare type SubscriptionTransferValidationErrorCode = string;
|
|
2367
|
+
/** Known values of {@link ProductTransferValidationErrorCode} that the service accepts. */
|
|
2368
|
+
export declare enum KnownProductTransferValidationErrorCode {
|
|
2369
|
+
InvalidSource = "InvalidSource",
|
|
2370
|
+
ProductNotActive = "ProductNotActive",
|
|
2371
|
+
InsufficientPermissionOnSource = "InsufficientPermissionOnSource",
|
|
2372
|
+
InsufficientPermissionOnDestination = "InsufficientPermissionOnDestination",
|
|
2373
|
+
DestinationBillingProfilePastDue = "DestinationBillingProfilePastDue",
|
|
2374
|
+
ProductTypeNotSupported = "ProductTypeNotSupported",
|
|
2375
|
+
CrossBillingAccountNotAllowed = "CrossBillingAccountNotAllowed",
|
|
2376
|
+
NotAvailableForDestinationMarket = "NotAvailableForDestinationMarket",
|
|
2377
|
+
OneTimePurchaseProductTransferNotAllowed = "OneTimePurchaseProductTransferNotAllowed"
|
|
2378
|
+
}
|
|
2379
|
+
/**
|
|
2380
|
+
* Defines values for ProductTransferValidationErrorCode. \
|
|
2381
|
+
* {@link KnownProductTransferValidationErrorCode} can be used interchangeably with ProductTransferValidationErrorCode,
|
|
2382
|
+
* this enum contains the known values that the service supports.
|
|
2383
|
+
* ### Known values supported by the service
|
|
2384
|
+
* **InvalidSource** \
|
|
2385
|
+
* **ProductNotActive** \
|
|
2386
|
+
* **InsufficientPermissionOnSource** \
|
|
2387
|
+
* **InsufficientPermissionOnDestination** \
|
|
2388
|
+
* **DestinationBillingProfilePastDue** \
|
|
2389
|
+
* **ProductTypeNotSupported** \
|
|
2390
|
+
* **CrossBillingAccountNotAllowed** \
|
|
2391
|
+
* **NotAvailableForDestinationMarket** \
|
|
2392
|
+
* **OneTimePurchaseProductTransferNotAllowed**
|
|
2393
|
+
*/
|
|
2394
|
+
export declare type ProductTransferValidationErrorCode = string;
|
|
2395
|
+
/** Known values of {@link TransactionTypeKind} that the service accepts. */
|
|
2396
|
+
export declare enum KnownTransactionTypeKind {
|
|
2397
|
+
All = "all",
|
|
2398
|
+
Reservation = "reservation"
|
|
2399
|
+
}
|
|
2400
|
+
/**
|
|
2401
|
+
* Defines values for TransactionTypeKind. \
|
|
2402
|
+
* {@link KnownTransactionTypeKind} can be used interchangeably with TransactionTypeKind,
|
|
2403
|
+
* this enum contains the known values that the service supports.
|
|
2404
|
+
* ### Known values supported by the service
|
|
2405
|
+
* **all** \
|
|
2406
|
+
* **reservation**
|
|
2407
|
+
*/
|
|
2408
|
+
export declare type TransactionTypeKind = string;
|
|
2409
|
+
/** Known values of {@link ReservationType} that the service accepts. */
|
|
2410
|
+
export declare enum KnownReservationType {
|
|
2411
|
+
Purchase = "Purchase",
|
|
2412
|
+
UsageCharge = "Usage Charge"
|
|
2413
|
+
}
|
|
2414
|
+
/**
|
|
2415
|
+
* Defines values for ReservationType. \
|
|
2416
|
+
* {@link KnownReservationType} can be used interchangeably with ReservationType,
|
|
2417
|
+
* this enum contains the known values that the service supports.
|
|
2418
|
+
* ### Known values supported by the service
|
|
2419
|
+
* **Purchase** \
|
|
2420
|
+
* **Usage Charge**
|
|
2421
|
+
*/
|
|
2422
|
+
export declare type ReservationType = string;
|
|
2423
|
+
/** Known values of {@link MarketplacePurchasesPolicy} that the service accepts. */
|
|
2424
|
+
export declare enum KnownMarketplacePurchasesPolicy {
|
|
2425
|
+
AllAllowed = "AllAllowed",
|
|
2426
|
+
OnlyFreeAllowed = "OnlyFreeAllowed",
|
|
2427
|
+
NotAllowed = "NotAllowed"
|
|
2428
|
+
}
|
|
2429
|
+
/**
|
|
2430
|
+
* Defines values for MarketplacePurchasesPolicy. \
|
|
2431
|
+
* {@link KnownMarketplacePurchasesPolicy} can be used interchangeably with MarketplacePurchasesPolicy,
|
|
2432
|
+
* this enum contains the known values that the service supports.
|
|
2433
|
+
* ### Known values supported by the service
|
|
2434
|
+
* **AllAllowed** \
|
|
2435
|
+
* **OnlyFreeAllowed** \
|
|
2436
|
+
* **NotAllowed**
|
|
2437
|
+
*/
|
|
2438
|
+
export declare type MarketplacePurchasesPolicy = string;
|
|
2439
|
+
/** Known values of {@link ReservationPurchasesPolicy} that the service accepts. */
|
|
2440
|
+
export declare enum KnownReservationPurchasesPolicy {
|
|
2441
|
+
Allowed = "Allowed",
|
|
2442
|
+
NotAllowed = "NotAllowed"
|
|
2443
|
+
}
|
|
2444
|
+
/**
|
|
2445
|
+
* Defines values for ReservationPurchasesPolicy. \
|
|
2446
|
+
* {@link KnownReservationPurchasesPolicy} can be used interchangeably with ReservationPurchasesPolicy,
|
|
2447
|
+
* this enum contains the known values that the service supports.
|
|
2448
|
+
* ### Known values supported by the service
|
|
2449
|
+
* **Allowed** \
|
|
2450
|
+
* **NotAllowed**
|
|
2451
|
+
*/
|
|
2452
|
+
export declare type ReservationPurchasesPolicy = string;
|
|
2453
|
+
/** Known values of {@link ViewChargesPolicy} that the service accepts. */
|
|
2454
|
+
export declare enum KnownViewChargesPolicy {
|
|
2455
|
+
Allowed = "Allowed",
|
|
2456
|
+
NotAllowed = "NotAllowed"
|
|
2457
|
+
}
|
|
2458
|
+
/**
|
|
2459
|
+
* Defines values for ViewChargesPolicy. \
|
|
2460
|
+
* {@link KnownViewChargesPolicy} can be used interchangeably with ViewChargesPolicy,
|
|
2461
|
+
* this enum contains the known values that the service supports.
|
|
2462
|
+
* ### Known values supported by the service
|
|
2463
|
+
* **Allowed** \
|
|
2464
|
+
* **NotAllowed**
|
|
2465
|
+
*/
|
|
2466
|
+
export declare type ViewChargesPolicy = string;
|
|
2467
|
+
/** Known values of {@link ViewCharges} that the service accepts. */
|
|
2468
|
+
export declare enum KnownViewCharges {
|
|
2469
|
+
Allowed = "Allowed",
|
|
2470
|
+
NotAllowed = "NotAllowed"
|
|
2471
|
+
}
|
|
2472
|
+
/**
|
|
2473
|
+
* Defines values for ViewCharges. \
|
|
2474
|
+
* {@link KnownViewCharges} can be used interchangeably with ViewCharges,
|
|
2475
|
+
* this enum contains the known values that the service supports.
|
|
2476
|
+
* ### Known values supported by the service
|
|
2477
|
+
* **Allowed** \
|
|
2478
|
+
* **NotAllowed**
|
|
2479
|
+
*/
|
|
2480
|
+
export declare type ViewCharges = string;
|
|
2481
|
+
/** Known values of {@link BillingProfileStatusReasonCode} that the service accepts. */
|
|
2482
|
+
export declare enum KnownBillingProfileStatusReasonCode {
|
|
2483
|
+
PastDue = "PastDue",
|
|
2484
|
+
SpendingLimitReached = "SpendingLimitReached",
|
|
2485
|
+
SpendingLimitExpired = "SpendingLimitExpired"
|
|
2486
|
+
}
|
|
2487
|
+
/**
|
|
2488
|
+
* Defines values for BillingProfileStatusReasonCode. \
|
|
2489
|
+
* {@link KnownBillingProfileStatusReasonCode} can be used interchangeably with BillingProfileStatusReasonCode,
|
|
2490
|
+
* this enum contains the known values that the service supports.
|
|
2491
|
+
* ### Known values supported by the service
|
|
2492
|
+
* **PastDue** \
|
|
2493
|
+
* **SpendingLimitReached** \
|
|
2494
|
+
* **SpendingLimitExpired**
|
|
2495
|
+
*/
|
|
2496
|
+
export declare type BillingProfileStatusReasonCode = string;
|
|
2497
|
+
/** Known values of {@link BillingProfileSpendingLimit} that the service accepts. */
|
|
2498
|
+
export declare enum KnownBillingProfileSpendingLimit {
|
|
2499
|
+
Off = "Off",
|
|
2500
|
+
On = "On"
|
|
2501
|
+
}
|
|
2502
|
+
/**
|
|
2503
|
+
* Defines values for BillingProfileSpendingLimit. \
|
|
2504
|
+
* {@link KnownBillingProfileSpendingLimit} can be used interchangeably with BillingProfileSpendingLimit,
|
|
2505
|
+
* this enum contains the known values that the service supports.
|
|
2506
|
+
* ### Known values supported by the service
|
|
2507
|
+
* **Off** \
|
|
2508
|
+
* **On**
|
|
2509
|
+
*/
|
|
2510
|
+
export declare type BillingProfileSpendingLimit = string;
|
|
2511
|
+
/** Known values of {@link Category} that the service accepts. */
|
|
2512
|
+
export declare enum KnownCategory {
|
|
2513
|
+
MicrosoftCustomerAgreement = "MicrosoftCustomerAgreement",
|
|
2514
|
+
AffiliatePurchaseTerms = "AffiliatePurchaseTerms",
|
|
2515
|
+
Other = "Other"
|
|
2516
|
+
}
|
|
2517
|
+
/**
|
|
2518
|
+
* Defines values for Category. \
|
|
2519
|
+
* {@link KnownCategory} can be used interchangeably with Category,
|
|
2520
|
+
* this enum contains the known values that the service supports.
|
|
2521
|
+
* ### Known values supported by the service
|
|
2522
|
+
* **MicrosoftCustomerAgreement** \
|
|
2523
|
+
* **AffiliatePurchaseTerms** \
|
|
2524
|
+
* **Other**
|
|
2525
|
+
*/
|
|
2526
|
+
export declare type Category = string;
|
|
2527
|
+
/** Known values of {@link AcceptanceMode} that the service accepts. */
|
|
2528
|
+
export declare enum KnownAcceptanceMode {
|
|
2529
|
+
ClickToAccept = "ClickToAccept",
|
|
2530
|
+
ESignEmbedded = "ESignEmbedded",
|
|
2531
|
+
ESignOffline = "ESignOffline"
|
|
2532
|
+
}
|
|
2533
|
+
/**
|
|
2534
|
+
* Defines values for AcceptanceMode. \
|
|
2535
|
+
* {@link KnownAcceptanceMode} can be used interchangeably with AcceptanceMode,
|
|
2536
|
+
* this enum contains the known values that the service supports.
|
|
2537
|
+
* ### Known values supported by the service
|
|
2538
|
+
* **ClickToAccept** \
|
|
2539
|
+
* **ESignEmbedded** \
|
|
2540
|
+
* **ESignOffline**
|
|
2541
|
+
*/
|
|
2542
|
+
export declare type AcceptanceMode = string;
|
|
2543
|
+
/** Optional parameters. */
|
|
2544
|
+
export interface BillingAccountsListOptionalParams extends coreClient.OperationOptions {
|
|
2545
|
+
/** May be used to expand the soldTo, invoice sections and billing profiles. */
|
|
2546
|
+
expand?: string;
|
|
2547
|
+
}
|
|
2548
|
+
/** Contains response data for the list operation. */
|
|
2549
|
+
export declare type BillingAccountsListResponse = BillingAccountListResult;
|
|
2550
|
+
/** Optional parameters. */
|
|
2551
|
+
export interface BillingAccountsGetOptionalParams extends coreClient.OperationOptions {
|
|
2552
|
+
/** May be used to expand the soldTo, invoice sections and billing profiles. */
|
|
2553
|
+
expand?: string;
|
|
2554
|
+
}
|
|
2555
|
+
/** Contains response data for the get operation. */
|
|
2556
|
+
export declare type BillingAccountsGetResponse = BillingAccount;
|
|
2557
|
+
/** Optional parameters. */
|
|
2558
|
+
export interface BillingAccountsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2559
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2560
|
+
updateIntervalInMs?: number;
|
|
2561
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2562
|
+
resumeFrom?: string;
|
|
2563
|
+
}
|
|
2564
|
+
/** Contains response data for the update operation. */
|
|
2565
|
+
export declare type BillingAccountsUpdateResponse = BillingAccount;
|
|
2566
|
+
/** Optional parameters. */
|
|
2567
|
+
export interface BillingAccountsListInvoiceSectionsByCreateSubscriptionPermissionOptionalParams extends coreClient.OperationOptions {
|
|
2568
|
+
}
|
|
2569
|
+
/** Contains response data for the listInvoiceSectionsByCreateSubscriptionPermission operation. */
|
|
2570
|
+
export declare type BillingAccountsListInvoiceSectionsByCreateSubscriptionPermissionResponse = InvoiceSectionListWithCreateSubPermissionResult;
|
|
2571
|
+
/** Optional parameters. */
|
|
2572
|
+
export interface BillingAccountsListNextOptionalParams extends coreClient.OperationOptions {
|
|
2573
|
+
/** May be used to expand the soldTo, invoice sections and billing profiles. */
|
|
2574
|
+
expand?: string;
|
|
2575
|
+
}
|
|
2576
|
+
/** Contains response data for the listNext operation. */
|
|
2577
|
+
export declare type BillingAccountsListNextResponse = BillingAccountListResult;
|
|
2578
|
+
/** Optional parameters. */
|
|
2579
|
+
export interface BillingAccountsListInvoiceSectionsByCreateSubscriptionPermissionNextOptionalParams extends coreClient.OperationOptions {
|
|
2580
|
+
}
|
|
2581
|
+
/** Contains response data for the listInvoiceSectionsByCreateSubscriptionPermissionNext operation. */
|
|
2582
|
+
export declare type BillingAccountsListInvoiceSectionsByCreateSubscriptionPermissionNextResponse = InvoiceSectionListWithCreateSubPermissionResult;
|
|
2583
|
+
/** Optional parameters. */
|
|
2584
|
+
export interface AddressValidateOptionalParams extends coreClient.OperationOptions {
|
|
2585
|
+
}
|
|
2586
|
+
/** Contains response data for the validate operation. */
|
|
2587
|
+
export declare type AddressValidateResponse = ValidateAddressResponse;
|
|
2588
|
+
/** Optional parameters. */
|
|
2589
|
+
export interface AvailableBalancesGetOptionalParams extends coreClient.OperationOptions {
|
|
2590
|
+
}
|
|
2591
|
+
/** Contains response data for the get operation. */
|
|
2592
|
+
export declare type AvailableBalancesGetResponse = AvailableBalance;
|
|
2593
|
+
/** Optional parameters. */
|
|
2594
|
+
export interface InstructionsListByBillingProfileOptionalParams extends coreClient.OperationOptions {
|
|
2595
|
+
}
|
|
2596
|
+
/** Contains response data for the listByBillingProfile operation. */
|
|
2597
|
+
export declare type InstructionsListByBillingProfileResponse = InstructionListResult;
|
|
2598
|
+
/** Optional parameters. */
|
|
2599
|
+
export interface InstructionsGetOptionalParams extends coreClient.OperationOptions {
|
|
2600
|
+
}
|
|
2601
|
+
/** Contains response data for the get operation. */
|
|
2602
|
+
export declare type InstructionsGetResponse = Instruction;
|
|
2603
|
+
/** Optional parameters. */
|
|
2604
|
+
export interface InstructionsPutOptionalParams extends coreClient.OperationOptions {
|
|
2605
|
+
}
|
|
2606
|
+
/** Contains response data for the put operation. */
|
|
2607
|
+
export declare type InstructionsPutResponse = Instruction;
|
|
2608
|
+
/** Optional parameters. */
|
|
2609
|
+
export interface InstructionsListByBillingProfileNextOptionalParams extends coreClient.OperationOptions {
|
|
2610
|
+
}
|
|
2611
|
+
/** Contains response data for the listByBillingProfileNext operation. */
|
|
2612
|
+
export declare type InstructionsListByBillingProfileNextResponse = InstructionListResult;
|
|
2613
|
+
/** Optional parameters. */
|
|
2614
|
+
export interface BillingProfilesListByBillingAccountOptionalParams extends coreClient.OperationOptions {
|
|
2615
|
+
/** May be used to expand the invoice sections. */
|
|
2616
|
+
expand?: string;
|
|
2617
|
+
}
|
|
2618
|
+
/** Contains response data for the listByBillingAccount operation. */
|
|
2619
|
+
export declare type BillingProfilesListByBillingAccountResponse = BillingProfileListResult;
|
|
2620
|
+
/** Optional parameters. */
|
|
2621
|
+
export interface BillingProfilesGetOptionalParams extends coreClient.OperationOptions {
|
|
2622
|
+
/** May be used to expand the invoice sections. */
|
|
2623
|
+
expand?: string;
|
|
2624
|
+
}
|
|
2625
|
+
/** Contains response data for the get operation. */
|
|
2626
|
+
export declare type BillingProfilesGetResponse = BillingProfile;
|
|
2627
|
+
/** Optional parameters. */
|
|
2628
|
+
export interface BillingProfilesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2629
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2630
|
+
updateIntervalInMs?: number;
|
|
2631
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2632
|
+
resumeFrom?: string;
|
|
2633
|
+
}
|
|
2634
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2635
|
+
export declare type BillingProfilesCreateOrUpdateResponse = BillingProfile;
|
|
2636
|
+
/** Optional parameters. */
|
|
2637
|
+
export interface BillingProfilesListByBillingAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
2638
|
+
/** May be used to expand the invoice sections. */
|
|
2639
|
+
expand?: string;
|
|
2640
|
+
}
|
|
2641
|
+
/** Contains response data for the listByBillingAccountNext operation. */
|
|
2642
|
+
export declare type BillingProfilesListByBillingAccountNextResponse = BillingProfileListResult;
|
|
2643
|
+
/** Optional parameters. */
|
|
2644
|
+
export interface CustomersListByBillingProfileOptionalParams extends coreClient.OperationOptions {
|
|
2645
|
+
/** Used for searching customers by their name. Any customer with name containing the search text will be included in the response */
|
|
2646
|
+
search?: string;
|
|
2647
|
+
/** May be used to filter the list of customers. */
|
|
2648
|
+
filter?: string;
|
|
2649
|
+
}
|
|
2650
|
+
/** Contains response data for the listByBillingProfile operation. */
|
|
2651
|
+
export declare type CustomersListByBillingProfileResponse = CustomerListResult;
|
|
2652
|
+
/** Optional parameters. */
|
|
2653
|
+
export interface CustomersListByBillingAccountOptionalParams extends coreClient.OperationOptions {
|
|
2654
|
+
/** Used for searching customers by their name. Any customer with name containing the search text will be included in the response */
|
|
2655
|
+
search?: string;
|
|
2656
|
+
/** May be used to filter the list of customers. */
|
|
2657
|
+
filter?: string;
|
|
2658
|
+
}
|
|
2659
|
+
/** Contains response data for the listByBillingAccount operation. */
|
|
2660
|
+
export declare type CustomersListByBillingAccountResponse = CustomerListResult;
|
|
2661
|
+
/** Optional parameters. */
|
|
2662
|
+
export interface CustomersGetOptionalParams extends coreClient.OperationOptions {
|
|
2663
|
+
/** May be used to expand enabledAzurePlans and resellers */
|
|
2664
|
+
expand?: string;
|
|
2665
|
+
}
|
|
2666
|
+
/** Contains response data for the get operation. */
|
|
2667
|
+
export declare type CustomersGetResponse = Customer;
|
|
2668
|
+
/** Optional parameters. */
|
|
2669
|
+
export interface CustomersListByBillingProfileNextOptionalParams extends coreClient.OperationOptions {
|
|
2670
|
+
/** Used for searching customers by their name. Any customer with name containing the search text will be included in the response */
|
|
2671
|
+
search?: string;
|
|
2672
|
+
/** May be used to filter the list of customers. */
|
|
2673
|
+
filter?: string;
|
|
2674
|
+
}
|
|
2675
|
+
/** Contains response data for the listByBillingProfileNext operation. */
|
|
2676
|
+
export declare type CustomersListByBillingProfileNextResponse = CustomerListResult;
|
|
2677
|
+
/** Optional parameters. */
|
|
2678
|
+
export interface CustomersListByBillingAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
2679
|
+
/** Used for searching customers by their name. Any customer with name containing the search text will be included in the response */
|
|
2680
|
+
search?: string;
|
|
2681
|
+
/** May be used to filter the list of customers. */
|
|
2682
|
+
filter?: string;
|
|
2683
|
+
}
|
|
2684
|
+
/** Contains response data for the listByBillingAccountNext operation. */
|
|
2685
|
+
export declare type CustomersListByBillingAccountNextResponse = CustomerListResult;
|
|
2686
|
+
/** Optional parameters. */
|
|
2687
|
+
export interface InvoiceSectionsListByBillingProfileOptionalParams extends coreClient.OperationOptions {
|
|
2688
|
+
}
|
|
2689
|
+
/** Contains response data for the listByBillingProfile operation. */
|
|
2690
|
+
export declare type InvoiceSectionsListByBillingProfileResponse = InvoiceSectionListResult;
|
|
2691
|
+
/** Optional parameters. */
|
|
2692
|
+
export interface InvoiceSectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
2693
|
+
}
|
|
2694
|
+
/** Contains response data for the get operation. */
|
|
2695
|
+
export declare type InvoiceSectionsGetResponse = InvoiceSection;
|
|
2696
|
+
/** Optional parameters. */
|
|
2697
|
+
export interface InvoiceSectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2698
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2699
|
+
updateIntervalInMs?: number;
|
|
2700
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2701
|
+
resumeFrom?: string;
|
|
2702
|
+
}
|
|
2703
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2704
|
+
export declare type InvoiceSectionsCreateOrUpdateResponse = InvoiceSection;
|
|
2705
|
+
/** Optional parameters. */
|
|
2706
|
+
export interface InvoiceSectionsListByBillingProfileNextOptionalParams extends coreClient.OperationOptions {
|
|
2707
|
+
}
|
|
2708
|
+
/** Contains response data for the listByBillingProfileNext operation. */
|
|
2709
|
+
export declare type InvoiceSectionsListByBillingProfileNextResponse = InvoiceSectionListResult;
|
|
2710
|
+
/** Optional parameters. */
|
|
2711
|
+
export interface BillingPermissionsListByCustomerOptionalParams extends coreClient.OperationOptions {
|
|
2712
|
+
}
|
|
2713
|
+
/** Contains response data for the listByCustomer operation. */
|
|
2714
|
+
export declare type BillingPermissionsListByCustomerResponse = BillingPermissionsListResult;
|
|
2715
|
+
/** Optional parameters. */
|
|
2716
|
+
export interface BillingPermissionsListByBillingAccountOptionalParams extends coreClient.OperationOptions {
|
|
2717
|
+
}
|
|
2718
|
+
/** Contains response data for the listByBillingAccount operation. */
|
|
2719
|
+
export declare type BillingPermissionsListByBillingAccountResponse = BillingPermissionsListResult;
|
|
2720
|
+
/** Optional parameters. */
|
|
2721
|
+
export interface BillingPermissionsListByInvoiceSectionsOptionalParams extends coreClient.OperationOptions {
|
|
2722
|
+
}
|
|
2723
|
+
/** Contains response data for the listByInvoiceSections operation. */
|
|
2724
|
+
export declare type BillingPermissionsListByInvoiceSectionsResponse = BillingPermissionsListResult;
|
|
2725
|
+
/** Optional parameters. */
|
|
2726
|
+
export interface BillingPermissionsListByBillingProfileOptionalParams extends coreClient.OperationOptions {
|
|
2727
|
+
}
|
|
2728
|
+
/** Contains response data for the listByBillingProfile operation. */
|
|
2729
|
+
export declare type BillingPermissionsListByBillingProfileResponse = BillingPermissionsListResult;
|
|
2730
|
+
/** Optional parameters. */
|
|
2731
|
+
export interface BillingPermissionsListByCustomerNextOptionalParams extends coreClient.OperationOptions {
|
|
2732
|
+
}
|
|
2733
|
+
/** Contains response data for the listByCustomerNext operation. */
|
|
2734
|
+
export declare type BillingPermissionsListByCustomerNextResponse = BillingPermissionsListResult;
|
|
2735
|
+
/** Optional parameters. */
|
|
2736
|
+
export interface BillingPermissionsListByBillingAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
2737
|
+
}
|
|
2738
|
+
/** Contains response data for the listByBillingAccountNext operation. */
|
|
2739
|
+
export declare type BillingPermissionsListByBillingAccountNextResponse = BillingPermissionsListResult;
|
|
2740
|
+
/** Optional parameters. */
|
|
2741
|
+
export interface BillingPermissionsListByInvoiceSectionsNextOptionalParams extends coreClient.OperationOptions {
|
|
2742
|
+
}
|
|
2743
|
+
/** Contains response data for the listByInvoiceSectionsNext operation. */
|
|
2744
|
+
export declare type BillingPermissionsListByInvoiceSectionsNextResponse = BillingPermissionsListResult;
|
|
2745
|
+
/** Optional parameters. */
|
|
2746
|
+
export interface BillingPermissionsListByBillingProfileNextOptionalParams extends coreClient.OperationOptions {
|
|
2747
|
+
}
|
|
2748
|
+
/** Contains response data for the listByBillingProfileNext operation. */
|
|
2749
|
+
export declare type BillingPermissionsListByBillingProfileNextResponse = BillingPermissionsListResult;
|
|
2750
|
+
/** Optional parameters. */
|
|
2751
|
+
export interface BillingSubscriptionsListByCustomerOptionalParams extends coreClient.OperationOptions {
|
|
2752
|
+
}
|
|
2753
|
+
/** Contains response data for the listByCustomer operation. */
|
|
2754
|
+
export declare type BillingSubscriptionsListByCustomerResponse = BillingSubscriptionsListResult;
|
|
2755
|
+
/** Optional parameters. */
|
|
2756
|
+
export interface BillingSubscriptionsListByBillingAccountOptionalParams extends coreClient.OperationOptions {
|
|
2757
|
+
}
|
|
2758
|
+
/** Contains response data for the listByBillingAccount operation. */
|
|
2759
|
+
export declare type BillingSubscriptionsListByBillingAccountResponse = BillingSubscriptionsListResult;
|
|
2760
|
+
/** Optional parameters. */
|
|
2761
|
+
export interface BillingSubscriptionsListByBillingProfileOptionalParams extends coreClient.OperationOptions {
|
|
2762
|
+
}
|
|
2763
|
+
/** Contains response data for the listByBillingProfile operation. */
|
|
2764
|
+
export declare type BillingSubscriptionsListByBillingProfileResponse = BillingSubscriptionsListResult;
|
|
2765
|
+
/** Optional parameters. */
|
|
2766
|
+
export interface BillingSubscriptionsListByInvoiceSectionOptionalParams extends coreClient.OperationOptions {
|
|
2767
|
+
}
|
|
2768
|
+
/** Contains response data for the listByInvoiceSection operation. */
|
|
2769
|
+
export declare type BillingSubscriptionsListByInvoiceSectionResponse = BillingSubscriptionsListResult;
|
|
2770
|
+
/** Optional parameters. */
|
|
2771
|
+
export interface BillingSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
|
|
2772
|
+
}
|
|
2773
|
+
/** Contains response data for the get operation. */
|
|
2774
|
+
export declare type BillingSubscriptionsGetResponse = BillingSubscription;
|
|
2775
|
+
/** Optional parameters. */
|
|
2776
|
+
export interface BillingSubscriptionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2777
|
+
}
|
|
2778
|
+
/** Contains response data for the update operation. */
|
|
2779
|
+
export declare type BillingSubscriptionsUpdateResponse = BillingSubscription;
|
|
2780
|
+
/** Optional parameters. */
|
|
2781
|
+
export interface BillingSubscriptionsMoveOptionalParams extends coreClient.OperationOptions {
|
|
2782
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2783
|
+
updateIntervalInMs?: number;
|
|
2784
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2785
|
+
resumeFrom?: string;
|
|
2786
|
+
}
|
|
2787
|
+
/** Contains response data for the move operation. */
|
|
2788
|
+
export declare type BillingSubscriptionsMoveResponse = BillingSubscription;
|
|
2789
|
+
/** Optional parameters. */
|
|
2790
|
+
export interface BillingSubscriptionsValidateMoveOptionalParams extends coreClient.OperationOptions {
|
|
2791
|
+
}
|
|
2792
|
+
/** Contains response data for the validateMove operation. */
|
|
2793
|
+
export declare type BillingSubscriptionsValidateMoveResponse = ValidateSubscriptionTransferEligibilityResult;
|
|
2794
|
+
/** Optional parameters. */
|
|
2795
|
+
export interface BillingSubscriptionsListByCustomerNextOptionalParams extends coreClient.OperationOptions {
|
|
2796
|
+
}
|
|
2797
|
+
/** Contains response data for the listByCustomerNext operation. */
|
|
2798
|
+
export declare type BillingSubscriptionsListByCustomerNextResponse = BillingSubscriptionsListResult;
|
|
2799
|
+
/** Optional parameters. */
|
|
2800
|
+
export interface BillingSubscriptionsListByBillingAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
2801
|
+
}
|
|
2802
|
+
/** Contains response data for the listByBillingAccountNext operation. */
|
|
2803
|
+
export declare type BillingSubscriptionsListByBillingAccountNextResponse = BillingSubscriptionsListResult;
|
|
2804
|
+
/** Optional parameters. */
|
|
2805
|
+
export interface BillingSubscriptionsListByBillingProfileNextOptionalParams extends coreClient.OperationOptions {
|
|
2806
|
+
}
|
|
2807
|
+
/** Contains response data for the listByBillingProfileNext operation. */
|
|
2808
|
+
export declare type BillingSubscriptionsListByBillingProfileNextResponse = BillingSubscriptionsListResult;
|
|
2809
|
+
/** Optional parameters. */
|
|
2810
|
+
export interface BillingSubscriptionsListByInvoiceSectionNextOptionalParams extends coreClient.OperationOptions {
|
|
2811
|
+
}
|
|
2812
|
+
/** Contains response data for the listByInvoiceSectionNext operation. */
|
|
2813
|
+
export declare type BillingSubscriptionsListByInvoiceSectionNextResponse = BillingSubscriptionsListResult;
|
|
2814
|
+
/** Optional parameters. */
|
|
2815
|
+
export interface ProductsListByCustomerOptionalParams extends coreClient.OperationOptions {
|
|
2816
|
+
}
|
|
2817
|
+
/** Contains response data for the listByCustomer operation. */
|
|
2818
|
+
export declare type ProductsListByCustomerResponse = ProductsListResult;
|
|
2819
|
+
/** Optional parameters. */
|
|
2820
|
+
export interface ProductsListByBillingAccountOptionalParams extends coreClient.OperationOptions {
|
|
2821
|
+
/** May be used to filter by product type. The filter supports 'eq', 'lt', 'gt', 'le', 'ge', and 'and'. It does not currently support 'ne', 'or', or 'not'. Tag filter is a key value pair string where key and value are separated by a colon (:). */
|
|
2822
|
+
filter?: string;
|
|
2823
|
+
}
|
|
2824
|
+
/** Contains response data for the listByBillingAccount operation. */
|
|
2825
|
+
export declare type ProductsListByBillingAccountResponse = ProductsListResult;
|
|
2826
|
+
/** Optional parameters. */
|
|
2827
|
+
export interface ProductsListByBillingProfileOptionalParams extends coreClient.OperationOptions {
|
|
2828
|
+
/** May be used to filter by product type. The filter supports 'eq', 'lt', 'gt', 'le', 'ge', and 'and'. It does not currently support 'ne', 'or', or 'not'. Tag filter is a key value pair string where key and value are separated by a colon (:). */
|
|
2829
|
+
filter?: string;
|
|
2830
|
+
}
|
|
2831
|
+
/** Contains response data for the listByBillingProfile operation. */
|
|
2832
|
+
export declare type ProductsListByBillingProfileResponse = ProductsListResult;
|
|
2833
|
+
/** Optional parameters. */
|
|
2834
|
+
export interface ProductsListByInvoiceSectionOptionalParams extends coreClient.OperationOptions {
|
|
2835
|
+
/** May be used to filter by product type. The filter supports 'eq', 'lt', 'gt', 'le', 'ge', and 'and'. It does not currently support 'ne', 'or', or 'not'. Tag filter is a key value pair string where key and value are separated by a colon (:). */
|
|
2836
|
+
filter?: string;
|
|
2837
|
+
}
|
|
2838
|
+
/** Contains response data for the listByInvoiceSection operation. */
|
|
2839
|
+
export declare type ProductsListByInvoiceSectionResponse = ProductsListResult;
|
|
2840
|
+
/** Optional parameters. */
|
|
2841
|
+
export interface ProductsGetOptionalParams extends coreClient.OperationOptions {
|
|
2842
|
+
}
|
|
2843
|
+
/** Contains response data for the get operation. */
|
|
2844
|
+
export declare type ProductsGetResponse = Product;
|
|
2845
|
+
/** Optional parameters. */
|
|
2846
|
+
export interface ProductsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2847
|
+
}
|
|
2848
|
+
/** Contains response data for the update operation. */
|
|
2849
|
+
export declare type ProductsUpdateResponse = Product;
|
|
2850
|
+
/** Optional parameters. */
|
|
2851
|
+
export interface ProductsMoveOptionalParams extends coreClient.OperationOptions {
|
|
2852
|
+
}
|
|
2853
|
+
/** Contains response data for the move operation. */
|
|
2854
|
+
export declare type ProductsMoveResponse = Product;
|
|
2855
|
+
/** Optional parameters. */
|
|
2856
|
+
export interface ProductsValidateMoveOptionalParams extends coreClient.OperationOptions {
|
|
2857
|
+
}
|
|
2858
|
+
/** Contains response data for the validateMove operation. */
|
|
2859
|
+
export declare type ProductsValidateMoveResponse = ValidateProductTransferEligibilityResult;
|
|
2860
|
+
/** Optional parameters. */
|
|
2861
|
+
export interface ProductsListByCustomerNextOptionalParams extends coreClient.OperationOptions {
|
|
2862
|
+
}
|
|
2863
|
+
/** Contains response data for the listByCustomerNext operation. */
|
|
2864
|
+
export declare type ProductsListByCustomerNextResponse = ProductsListResult;
|
|
2865
|
+
/** Optional parameters. */
|
|
2866
|
+
export interface ProductsListByBillingAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
2867
|
+
/** May be used to filter by product type. The filter supports 'eq', 'lt', 'gt', 'le', 'ge', and 'and'. It does not currently support 'ne', 'or', or 'not'. Tag filter is a key value pair string where key and value are separated by a colon (:). */
|
|
2868
|
+
filter?: string;
|
|
2869
|
+
}
|
|
2870
|
+
/** Contains response data for the listByBillingAccountNext operation. */
|
|
2871
|
+
export declare type ProductsListByBillingAccountNextResponse = ProductsListResult;
|
|
2872
|
+
/** Optional parameters. */
|
|
2873
|
+
export interface ProductsListByBillingProfileNextOptionalParams extends coreClient.OperationOptions {
|
|
2874
|
+
/** May be used to filter by product type. The filter supports 'eq', 'lt', 'gt', 'le', 'ge', and 'and'. It does not currently support 'ne', 'or', or 'not'. Tag filter is a key value pair string where key and value are separated by a colon (:). */
|
|
2875
|
+
filter?: string;
|
|
2876
|
+
}
|
|
2877
|
+
/** Contains response data for the listByBillingProfileNext operation. */
|
|
2878
|
+
export declare type ProductsListByBillingProfileNextResponse = ProductsListResult;
|
|
2879
|
+
/** Optional parameters. */
|
|
2880
|
+
export interface ProductsListByInvoiceSectionNextOptionalParams extends coreClient.OperationOptions {
|
|
2881
|
+
/** May be used to filter by product type. The filter supports 'eq', 'lt', 'gt', 'le', 'ge', and 'and'. It does not currently support 'ne', 'or', or 'not'. Tag filter is a key value pair string where key and value are separated by a colon (:). */
|
|
2882
|
+
filter?: string;
|
|
2883
|
+
}
|
|
2884
|
+
/** Contains response data for the listByInvoiceSectionNext operation. */
|
|
2885
|
+
export declare type ProductsListByInvoiceSectionNextResponse = ProductsListResult;
|
|
2886
|
+
/** Optional parameters. */
|
|
2887
|
+
export interface InvoicesListByBillingAccountOptionalParams extends coreClient.OperationOptions {
|
|
2888
|
+
}
|
|
2889
|
+
/** Contains response data for the listByBillingAccount operation. */
|
|
2890
|
+
export declare type InvoicesListByBillingAccountResponse = InvoiceListResult;
|
|
2891
|
+
/** Optional parameters. */
|
|
2892
|
+
export interface InvoicesListByBillingProfileOptionalParams extends coreClient.OperationOptions {
|
|
2893
|
+
}
|
|
2894
|
+
/** Contains response data for the listByBillingProfile operation. */
|
|
2895
|
+
export declare type InvoicesListByBillingProfileResponse = InvoiceListResult;
|
|
2896
|
+
/** Optional parameters. */
|
|
2897
|
+
export interface InvoicesGetOptionalParams extends coreClient.OperationOptions {
|
|
2898
|
+
}
|
|
2899
|
+
/** Contains response data for the get operation. */
|
|
2900
|
+
export declare type InvoicesGetResponse = Invoice;
|
|
2901
|
+
/** Optional parameters. */
|
|
2902
|
+
export interface InvoicesGetByIdOptionalParams extends coreClient.OperationOptions {
|
|
2903
|
+
}
|
|
2904
|
+
/** Contains response data for the getById operation. */
|
|
2905
|
+
export declare type InvoicesGetByIdResponse = Invoice;
|
|
2906
|
+
/** Optional parameters. */
|
|
2907
|
+
export interface InvoicesDownloadInvoiceOptionalParams extends coreClient.OperationOptions {
|
|
2908
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2909
|
+
updateIntervalInMs?: number;
|
|
2910
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2911
|
+
resumeFrom?: string;
|
|
2912
|
+
}
|
|
2913
|
+
/** Contains response data for the downloadInvoice operation. */
|
|
2914
|
+
export declare type InvoicesDownloadInvoiceResponse = DownloadUrl;
|
|
2915
|
+
/** Optional parameters. */
|
|
2916
|
+
export interface InvoicesDownloadMultipleBillingProfileInvoicesOptionalParams extends coreClient.OperationOptions {
|
|
2917
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2918
|
+
updateIntervalInMs?: number;
|
|
2919
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2920
|
+
resumeFrom?: string;
|
|
2921
|
+
}
|
|
2922
|
+
/** Contains response data for the downloadMultipleBillingProfileInvoices operation. */
|
|
2923
|
+
export declare type InvoicesDownloadMultipleBillingProfileInvoicesResponse = DownloadUrl;
|
|
2924
|
+
/** Optional parameters. */
|
|
2925
|
+
export interface InvoicesListByBillingSubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
2926
|
+
}
|
|
2927
|
+
/** Contains response data for the listByBillingSubscription operation. */
|
|
2928
|
+
export declare type InvoicesListByBillingSubscriptionResponse = InvoiceListResult;
|
|
2929
|
+
/** Optional parameters. */
|
|
2930
|
+
export interface InvoicesGetBySubscriptionAndInvoiceIdOptionalParams extends coreClient.OperationOptions {
|
|
2931
|
+
}
|
|
2932
|
+
/** Contains response data for the getBySubscriptionAndInvoiceId operation. */
|
|
2933
|
+
export declare type InvoicesGetBySubscriptionAndInvoiceIdResponse = Invoice;
|
|
2934
|
+
/** Optional parameters. */
|
|
2935
|
+
export interface InvoicesDownloadBillingSubscriptionInvoiceOptionalParams extends coreClient.OperationOptions {
|
|
2936
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2937
|
+
updateIntervalInMs?: number;
|
|
2938
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2939
|
+
resumeFrom?: string;
|
|
2940
|
+
}
|
|
2941
|
+
/** Contains response data for the downloadBillingSubscriptionInvoice operation. */
|
|
2942
|
+
export declare type InvoicesDownloadBillingSubscriptionInvoiceResponse = DownloadUrl;
|
|
2943
|
+
/** Optional parameters. */
|
|
2944
|
+
export interface InvoicesDownloadMultipleBillingSubscriptionInvoicesOptionalParams extends coreClient.OperationOptions {
|
|
2945
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2946
|
+
updateIntervalInMs?: number;
|
|
2947
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2948
|
+
resumeFrom?: string;
|
|
2949
|
+
}
|
|
2950
|
+
/** Contains response data for the downloadMultipleBillingSubscriptionInvoices operation. */
|
|
2951
|
+
export declare type InvoicesDownloadMultipleBillingSubscriptionInvoicesResponse = DownloadUrl;
|
|
2952
|
+
/** Optional parameters. */
|
|
2953
|
+
export interface InvoicesListByBillingAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
2954
|
+
}
|
|
2955
|
+
/** Contains response data for the listByBillingAccountNext operation. */
|
|
2956
|
+
export declare type InvoicesListByBillingAccountNextResponse = InvoiceListResult;
|
|
2957
|
+
/** Optional parameters. */
|
|
2958
|
+
export interface InvoicesListByBillingProfileNextOptionalParams extends coreClient.OperationOptions {
|
|
2959
|
+
}
|
|
2960
|
+
/** Contains response data for the listByBillingProfileNext operation. */
|
|
2961
|
+
export declare type InvoicesListByBillingProfileNextResponse = InvoiceListResult;
|
|
2962
|
+
/** Optional parameters. */
|
|
2963
|
+
export interface InvoicesListByBillingSubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
2964
|
+
}
|
|
2965
|
+
/** Contains response data for the listByBillingSubscriptionNext operation. */
|
|
2966
|
+
export declare type InvoicesListByBillingSubscriptionNextResponse = InvoiceListResult;
|
|
2967
|
+
/** Optional parameters. */
|
|
2968
|
+
export interface TransactionsListByInvoiceOptionalParams extends coreClient.OperationOptions {
|
|
2969
|
+
}
|
|
2970
|
+
/** Contains response data for the listByInvoice operation. */
|
|
2971
|
+
export declare type TransactionsListByInvoiceResponse = TransactionListResult;
|
|
2972
|
+
/** Optional parameters. */
|
|
2973
|
+
export interface TransactionsListByInvoiceNextOptionalParams extends coreClient.OperationOptions {
|
|
2974
|
+
}
|
|
2975
|
+
/** Contains response data for the listByInvoiceNext operation. */
|
|
2976
|
+
export declare type TransactionsListByInvoiceNextResponse = TransactionListResult;
|
|
2977
|
+
/** Optional parameters. */
|
|
2978
|
+
export interface PoliciesGetByBillingProfileOptionalParams extends coreClient.OperationOptions {
|
|
2979
|
+
}
|
|
2980
|
+
/** Contains response data for the getByBillingProfile operation. */
|
|
2981
|
+
export declare type PoliciesGetByBillingProfileResponse = Policy;
|
|
2982
|
+
/** Optional parameters. */
|
|
2983
|
+
export interface PoliciesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2984
|
+
}
|
|
2985
|
+
/** Contains response data for the update operation. */
|
|
2986
|
+
export declare type PoliciesUpdateResponse = Policy;
|
|
2987
|
+
/** Optional parameters. */
|
|
2988
|
+
export interface PoliciesGetByCustomerOptionalParams extends coreClient.OperationOptions {
|
|
2989
|
+
}
|
|
2990
|
+
/** Contains response data for the getByCustomer operation. */
|
|
2991
|
+
export declare type PoliciesGetByCustomerResponse = CustomerPolicy;
|
|
2992
|
+
/** Optional parameters. */
|
|
2993
|
+
export interface PoliciesUpdateCustomerOptionalParams extends coreClient.OperationOptions {
|
|
2994
|
+
}
|
|
2995
|
+
/** Contains response data for the updateCustomer operation. */
|
|
2996
|
+
export declare type PoliciesUpdateCustomerResponse = CustomerPolicy;
|
|
2997
|
+
/** Optional parameters. */
|
|
2998
|
+
export interface BillingPropertyGetOptionalParams extends coreClient.OperationOptions {
|
|
2999
|
+
}
|
|
3000
|
+
/** Contains response data for the get operation. */
|
|
3001
|
+
export declare type BillingPropertyGetResponse = BillingProperty;
|
|
3002
|
+
/** Optional parameters. */
|
|
3003
|
+
export interface BillingPropertyUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3004
|
+
}
|
|
3005
|
+
/** Contains response data for the update operation. */
|
|
3006
|
+
export declare type BillingPropertyUpdateResponse = BillingProperty;
|
|
3007
|
+
/** Optional parameters. */
|
|
3008
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
3009
|
+
}
|
|
3010
|
+
/** Contains response data for the list operation. */
|
|
3011
|
+
export declare type OperationsListResponse = OperationListResult;
|
|
3012
|
+
/** Optional parameters. */
|
|
3013
|
+
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3014
|
+
}
|
|
3015
|
+
/** Contains response data for the listNext operation. */
|
|
3016
|
+
export declare type OperationsListNextResponse = OperationListResult;
|
|
3017
|
+
/** Optional parameters. */
|
|
3018
|
+
export interface BillingRoleDefinitionsGetByBillingAccountOptionalParams extends coreClient.OperationOptions {
|
|
3019
|
+
}
|
|
3020
|
+
/** Contains response data for the getByBillingAccount operation. */
|
|
3021
|
+
export declare type BillingRoleDefinitionsGetByBillingAccountResponse = BillingRoleDefinition;
|
|
3022
|
+
/** Optional parameters. */
|
|
3023
|
+
export interface BillingRoleDefinitionsGetByInvoiceSectionOptionalParams extends coreClient.OperationOptions {
|
|
3024
|
+
}
|
|
3025
|
+
/** Contains response data for the getByInvoiceSection operation. */
|
|
3026
|
+
export declare type BillingRoleDefinitionsGetByInvoiceSectionResponse = BillingRoleDefinition;
|
|
3027
|
+
/** Optional parameters. */
|
|
3028
|
+
export interface BillingRoleDefinitionsGetByBillingProfileOptionalParams extends coreClient.OperationOptions {
|
|
3029
|
+
}
|
|
3030
|
+
/** Contains response data for the getByBillingProfile operation. */
|
|
3031
|
+
export declare type BillingRoleDefinitionsGetByBillingProfileResponse = BillingRoleDefinition;
|
|
3032
|
+
/** Optional parameters. */
|
|
3033
|
+
export interface BillingRoleDefinitionsListByBillingAccountOptionalParams extends coreClient.OperationOptions {
|
|
3034
|
+
}
|
|
3035
|
+
/** Contains response data for the listByBillingAccount operation. */
|
|
3036
|
+
export declare type BillingRoleDefinitionsListByBillingAccountResponse = BillingRoleDefinitionListResult;
|
|
3037
|
+
/** Optional parameters. */
|
|
3038
|
+
export interface BillingRoleDefinitionsListByInvoiceSectionOptionalParams extends coreClient.OperationOptions {
|
|
3039
|
+
}
|
|
3040
|
+
/** Contains response data for the listByInvoiceSection operation. */
|
|
3041
|
+
export declare type BillingRoleDefinitionsListByInvoiceSectionResponse = BillingRoleDefinitionListResult;
|
|
3042
|
+
/** Optional parameters. */
|
|
3043
|
+
export interface BillingRoleDefinitionsListByBillingProfileOptionalParams extends coreClient.OperationOptions {
|
|
3044
|
+
}
|
|
3045
|
+
/** Contains response data for the listByBillingProfile operation. */
|
|
3046
|
+
export declare type BillingRoleDefinitionsListByBillingProfileResponse = BillingRoleDefinitionListResult;
|
|
3047
|
+
/** Optional parameters. */
|
|
3048
|
+
export interface BillingRoleDefinitionsListByBillingAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
3049
|
+
}
|
|
3050
|
+
/** Contains response data for the listByBillingAccountNext operation. */
|
|
3051
|
+
export declare type BillingRoleDefinitionsListByBillingAccountNextResponse = BillingRoleDefinitionListResult;
|
|
3052
|
+
/** Optional parameters. */
|
|
3053
|
+
export interface BillingRoleDefinitionsListByInvoiceSectionNextOptionalParams extends coreClient.OperationOptions {
|
|
3054
|
+
}
|
|
3055
|
+
/** Contains response data for the listByInvoiceSectionNext operation. */
|
|
3056
|
+
export declare type BillingRoleDefinitionsListByInvoiceSectionNextResponse = BillingRoleDefinitionListResult;
|
|
3057
|
+
/** Optional parameters. */
|
|
3058
|
+
export interface BillingRoleDefinitionsListByBillingProfileNextOptionalParams extends coreClient.OperationOptions {
|
|
3059
|
+
}
|
|
3060
|
+
/** Contains response data for the listByBillingProfileNext operation. */
|
|
3061
|
+
export declare type BillingRoleDefinitionsListByBillingProfileNextResponse = BillingRoleDefinitionListResult;
|
|
3062
|
+
/** Optional parameters. */
|
|
3063
|
+
export interface BillingRoleAssignmentsGetByBillingAccountOptionalParams extends coreClient.OperationOptions {
|
|
3064
|
+
}
|
|
3065
|
+
/** Contains response data for the getByBillingAccount operation. */
|
|
3066
|
+
export declare type BillingRoleAssignmentsGetByBillingAccountResponse = BillingRoleAssignment;
|
|
3067
|
+
/** Optional parameters. */
|
|
3068
|
+
export interface BillingRoleAssignmentsDeleteByBillingAccountOptionalParams extends coreClient.OperationOptions {
|
|
3069
|
+
}
|
|
3070
|
+
/** Contains response data for the deleteByBillingAccount operation. */
|
|
3071
|
+
export declare type BillingRoleAssignmentsDeleteByBillingAccountResponse = BillingRoleAssignment;
|
|
3072
|
+
/** Optional parameters. */
|
|
3073
|
+
export interface BillingRoleAssignmentsGetByInvoiceSectionOptionalParams extends coreClient.OperationOptions {
|
|
3074
|
+
}
|
|
3075
|
+
/** Contains response data for the getByInvoiceSection operation. */
|
|
3076
|
+
export declare type BillingRoleAssignmentsGetByInvoiceSectionResponse = BillingRoleAssignment;
|
|
3077
|
+
/** Optional parameters. */
|
|
3078
|
+
export interface BillingRoleAssignmentsDeleteByInvoiceSectionOptionalParams extends coreClient.OperationOptions {
|
|
3079
|
+
}
|
|
3080
|
+
/** Contains response data for the deleteByInvoiceSection operation. */
|
|
3081
|
+
export declare type BillingRoleAssignmentsDeleteByInvoiceSectionResponse = BillingRoleAssignment;
|
|
3082
|
+
/** Optional parameters. */
|
|
3083
|
+
export interface BillingRoleAssignmentsGetByBillingProfileOptionalParams extends coreClient.OperationOptions {
|
|
3084
|
+
}
|
|
3085
|
+
/** Contains response data for the getByBillingProfile operation. */
|
|
3086
|
+
export declare type BillingRoleAssignmentsGetByBillingProfileResponse = BillingRoleAssignment;
|
|
3087
|
+
/** Optional parameters. */
|
|
3088
|
+
export interface BillingRoleAssignmentsDeleteByBillingProfileOptionalParams extends coreClient.OperationOptions {
|
|
3089
|
+
}
|
|
3090
|
+
/** Contains response data for the deleteByBillingProfile operation. */
|
|
3091
|
+
export declare type BillingRoleAssignmentsDeleteByBillingProfileResponse = BillingRoleAssignment;
|
|
3092
|
+
/** Optional parameters. */
|
|
3093
|
+
export interface BillingRoleAssignmentsListByBillingAccountOptionalParams extends coreClient.OperationOptions {
|
|
3094
|
+
}
|
|
3095
|
+
/** Contains response data for the listByBillingAccount operation. */
|
|
3096
|
+
export declare type BillingRoleAssignmentsListByBillingAccountResponse = BillingRoleAssignmentListResult;
|
|
3097
|
+
/** Optional parameters. */
|
|
3098
|
+
export interface BillingRoleAssignmentsListByInvoiceSectionOptionalParams extends coreClient.OperationOptions {
|
|
3099
|
+
}
|
|
3100
|
+
/** Contains response data for the listByInvoiceSection operation. */
|
|
3101
|
+
export declare type BillingRoleAssignmentsListByInvoiceSectionResponse = BillingRoleAssignmentListResult;
|
|
3102
|
+
/** Optional parameters. */
|
|
3103
|
+
export interface BillingRoleAssignmentsListByBillingProfileOptionalParams extends coreClient.OperationOptions {
|
|
3104
|
+
}
|
|
3105
|
+
/** Contains response data for the listByBillingProfile operation. */
|
|
3106
|
+
export declare type BillingRoleAssignmentsListByBillingProfileResponse = BillingRoleAssignmentListResult;
|
|
3107
|
+
/** Optional parameters. */
|
|
3108
|
+
export interface BillingRoleAssignmentsListByBillingAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
3109
|
+
}
|
|
3110
|
+
/** Contains response data for the listByBillingAccountNext operation. */
|
|
3111
|
+
export declare type BillingRoleAssignmentsListByBillingAccountNextResponse = BillingRoleAssignmentListResult;
|
|
3112
|
+
/** Optional parameters. */
|
|
3113
|
+
export interface BillingRoleAssignmentsListByInvoiceSectionNextOptionalParams extends coreClient.OperationOptions {
|
|
3114
|
+
}
|
|
3115
|
+
/** Contains response data for the listByInvoiceSectionNext operation. */
|
|
3116
|
+
export declare type BillingRoleAssignmentsListByInvoiceSectionNextResponse = BillingRoleAssignmentListResult;
|
|
3117
|
+
/** Optional parameters. */
|
|
3118
|
+
export interface BillingRoleAssignmentsListByBillingProfileNextOptionalParams extends coreClient.OperationOptions {
|
|
3119
|
+
}
|
|
3120
|
+
/** Contains response data for the listByBillingProfileNext operation. */
|
|
3121
|
+
export declare type BillingRoleAssignmentsListByBillingProfileNextResponse = BillingRoleAssignmentListResult;
|
|
3122
|
+
/** Optional parameters. */
|
|
3123
|
+
export interface AgreementsListByBillingAccountOptionalParams extends coreClient.OperationOptions {
|
|
3124
|
+
/** May be used to expand the participants. */
|
|
3125
|
+
expand?: string;
|
|
3126
|
+
}
|
|
3127
|
+
/** Contains response data for the listByBillingAccount operation. */
|
|
3128
|
+
export declare type AgreementsListByBillingAccountResponse = AgreementListResult;
|
|
3129
|
+
/** Optional parameters. */
|
|
3130
|
+
export interface AgreementsGetOptionalParams extends coreClient.OperationOptions {
|
|
3131
|
+
/** May be used to expand the participants. */
|
|
3132
|
+
expand?: string;
|
|
3133
|
+
}
|
|
3134
|
+
/** Contains response data for the get operation. */
|
|
3135
|
+
export declare type AgreementsGetResponse = Agreement;
|
|
3136
|
+
/** Optional parameters. */
|
|
3137
|
+
export interface AgreementsListByBillingAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
3138
|
+
/** May be used to expand the participants. */
|
|
3139
|
+
expand?: string;
|
|
3140
|
+
}
|
|
3141
|
+
/** Contains response data for the listByBillingAccountNext operation. */
|
|
3142
|
+
export declare type AgreementsListByBillingAccountNextResponse = AgreementListResult;
|
|
3143
|
+
/** Optional parameters. */
|
|
3144
|
+
export interface ReservationsListByBillingAccountOptionalParams extends coreClient.OperationOptions {
|
|
3145
|
+
/** May be used to filter by reservation properties. The filter supports 'eq', 'or', and 'and'. It does not currently support 'ne', 'gt', 'le', 'ge', or 'not'. */
|
|
3146
|
+
filter?: string;
|
|
3147
|
+
/** May be used to sort order by reservation properties. */
|
|
3148
|
+
orderby?: string;
|
|
3149
|
+
/** To indicate whether to refresh the roll up counts of the reservations group by provisioning states */
|
|
3150
|
+
refreshSummary?: string;
|
|
3151
|
+
/** The selected provisioning state */
|
|
3152
|
+
selectedState?: string;
|
|
3153
|
+
}
|
|
3154
|
+
/** Contains response data for the listByBillingAccount operation. */
|
|
3155
|
+
export declare type ReservationsListByBillingAccountResponse = ReservationsListResult;
|
|
3156
|
+
/** Optional parameters. */
|
|
3157
|
+
export interface ReservationsListByBillingProfileOptionalParams extends coreClient.OperationOptions {
|
|
3158
|
+
/** May be used to filter by reservation properties. The filter supports 'eq', 'or', and 'and'. It does not currently support 'ne', 'gt', 'le', 'ge', or 'not'. */
|
|
3159
|
+
filter?: string;
|
|
3160
|
+
/** May be used to sort order by reservation properties. */
|
|
3161
|
+
orderby?: string;
|
|
3162
|
+
/** To indicate whether to refresh the roll up counts of the reservations group by provisioning state */
|
|
3163
|
+
refreshSummary?: string;
|
|
3164
|
+
/** The selected provisioning state */
|
|
3165
|
+
selectedState?: string;
|
|
3166
|
+
}
|
|
3167
|
+
/** Contains response data for the listByBillingProfile operation. */
|
|
3168
|
+
export declare type ReservationsListByBillingProfileResponse = ReservationsListResult;
|
|
3169
|
+
/** Optional parameters. */
|
|
3170
|
+
export interface ReservationsListByBillingAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
3171
|
+
/** May be used to filter by reservation properties. The filter supports 'eq', 'or', and 'and'. It does not currently support 'ne', 'gt', 'le', 'ge', or 'not'. */
|
|
3172
|
+
filter?: string;
|
|
3173
|
+
/** May be used to sort order by reservation properties. */
|
|
3174
|
+
orderby?: string;
|
|
3175
|
+
/** To indicate whether to refresh the roll up counts of the reservations group by provisioning states */
|
|
3176
|
+
refreshSummary?: string;
|
|
3177
|
+
/** The selected provisioning state */
|
|
3178
|
+
selectedState?: string;
|
|
3179
|
+
}
|
|
3180
|
+
/** Contains response data for the listByBillingAccountNext operation. */
|
|
3181
|
+
export declare type ReservationsListByBillingAccountNextResponse = ReservationsListResult;
|
|
3182
|
+
/** Optional parameters. */
|
|
3183
|
+
export interface ReservationsListByBillingProfileNextOptionalParams extends coreClient.OperationOptions {
|
|
3184
|
+
/** May be used to filter by reservation properties. The filter supports 'eq', 'or', and 'and'. It does not currently support 'ne', 'gt', 'le', 'ge', or 'not'. */
|
|
3185
|
+
filter?: string;
|
|
3186
|
+
/** May be used to sort order by reservation properties. */
|
|
3187
|
+
orderby?: string;
|
|
3188
|
+
/** To indicate whether to refresh the roll up counts of the reservations group by provisioning state */
|
|
3189
|
+
refreshSummary?: string;
|
|
3190
|
+
/** The selected provisioning state */
|
|
3191
|
+
selectedState?: string;
|
|
3192
|
+
}
|
|
3193
|
+
/** Contains response data for the listByBillingProfileNext operation. */
|
|
3194
|
+
export declare type ReservationsListByBillingProfileNextResponse = ReservationsListResult;
|
|
3195
|
+
/** Optional parameters. */
|
|
3196
|
+
export interface EnrollmentAccountsListOptionalParams extends coreClient.OperationOptions {
|
|
3197
|
+
}
|
|
3198
|
+
/** Contains response data for the list operation. */
|
|
3199
|
+
export declare type EnrollmentAccountsListResponse = EnrollmentAccountListResult;
|
|
3200
|
+
/** Optional parameters. */
|
|
3201
|
+
export interface EnrollmentAccountsGetOptionalParams extends coreClient.OperationOptions {
|
|
3202
|
+
}
|
|
3203
|
+
/** Contains response data for the get operation. */
|
|
3204
|
+
export declare type EnrollmentAccountsGetResponse = EnrollmentAccountSummary;
|
|
3205
|
+
/** Optional parameters. */
|
|
3206
|
+
export interface EnrollmentAccountsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3207
|
+
}
|
|
3208
|
+
/** Contains response data for the listNext operation. */
|
|
3209
|
+
export declare type EnrollmentAccountsListNextResponse = EnrollmentAccountListResult;
|
|
3210
|
+
/** Optional parameters. */
|
|
3211
|
+
export interface BillingPeriodsListOptionalParams extends coreClient.OperationOptions {
|
|
3212
|
+
/** May be used to filter billing periods by billingPeriodEndDate. The filter supports 'eq', 'lt', 'gt', 'le', 'ge', and 'and'. It does not currently support 'ne', 'or', or 'not'. */
|
|
3213
|
+
filter?: string;
|
|
3214
|
+
/** Skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. */
|
|
3215
|
+
skiptoken?: string;
|
|
3216
|
+
/** May be used to limit the number of results to the most recent N billing periods. */
|
|
3217
|
+
top?: number;
|
|
3218
|
+
}
|
|
3219
|
+
/** Contains response data for the list operation. */
|
|
3220
|
+
export declare type BillingPeriodsListResponse = BillingPeriodsListResult;
|
|
3221
|
+
/** Optional parameters. */
|
|
3222
|
+
export interface BillingPeriodsGetOptionalParams extends coreClient.OperationOptions {
|
|
3223
|
+
}
|
|
3224
|
+
/** Contains response data for the get operation. */
|
|
3225
|
+
export declare type BillingPeriodsGetResponse = BillingPeriod;
|
|
3226
|
+
/** Optional parameters. */
|
|
3227
|
+
export interface BillingPeriodsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3228
|
+
/** May be used to filter billing periods by billingPeriodEndDate. The filter supports 'eq', 'lt', 'gt', 'le', 'ge', and 'and'. It does not currently support 'ne', 'or', or 'not'. */
|
|
3229
|
+
filter?: string;
|
|
3230
|
+
/** Skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. */
|
|
3231
|
+
skiptoken?: string;
|
|
3232
|
+
/** May be used to limit the number of results to the most recent N billing periods. */
|
|
3233
|
+
top?: number;
|
|
3234
|
+
}
|
|
3235
|
+
/** Contains response data for the listNext operation. */
|
|
3236
|
+
export declare type BillingPeriodsListNextResponse = BillingPeriodsListResult;
|
|
3237
|
+
/** Optional parameters. */
|
|
3238
|
+
export interface BillingManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
3239
|
+
/** server parameter */
|
|
3240
|
+
$host?: string;
|
|
3241
|
+
/** Overrides client endpoint. */
|
|
3242
|
+
endpoint?: string;
|
|
3243
|
+
}
|
|
3244
|
+
//# sourceMappingURL=index.d.ts.map
|