@azure/arm-billing 5.0.1-alpha.20250619.1 → 5.0.1-alpha.20250718.2
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/dist/browser/billingManagementClient.js +43 -5
- package/dist/browser/billingManagementClient.js.map +1 -1
- package/dist/browser/lroImpl.js +7 -3
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/mappers.js +868 -393
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/operations/address.js +1 -0
- package/dist/browser/operations/address.js.map +1 -1
- package/dist/browser/operations/agreements.js +23 -40
- package/dist/browser/operations/agreements.js.map +1 -1
- package/dist/browser/operations/associatedTenants.js +45 -52
- package/dist/browser/operations/associatedTenants.js.map +1 -1
- package/dist/browser/operations/availableBalances.js +1 -0
- package/dist/browser/operations/availableBalances.js.map +1 -1
- package/dist/browser/operations/billingAccounts.js +79 -98
- package/dist/browser/operations/billingAccounts.js.map +1 -1
- package/dist/browser/operations/billingPermissions.js +162 -281
- package/dist/browser/operations/billingPermissions.js.map +1 -1
- package/dist/browser/operations/billingProfiles.js +45 -52
- package/dist/browser/operations/billingProfiles.js.map +1 -1
- package/dist/browser/operations/billingPropertyOperations.js +1 -0
- package/dist/browser/operations/billingPropertyOperations.js.map +1 -1
- package/dist/browser/operations/billingRequests.js +122 -202
- package/dist/browser/operations/billingRequests.js.map +1 -1
- package/dist/browser/operations/billingRoleAssignments.js +260 -307
- package/dist/browser/operations/billingRoleAssignments.js.map +1 -1
- package/dist/browser/operations/billingRoleDefinitionOperations.js +139 -241
- package/dist/browser/operations/billingRoleDefinitionOperations.js.map +1 -1
- package/dist/browser/operations/billingSubscriptions.js +199 -271
- package/dist/browser/operations/billingSubscriptions.js.map +1 -1
- package/dist/browser/operations/billingSubscriptionsAliases.js +34 -46
- package/dist/browser/operations/billingSubscriptionsAliases.js.map +1 -1
- package/dist/browser/operations/customers.js +45 -79
- package/dist/browser/operations/customers.js.map +1 -1
- package/dist/browser/operations/departments.js +23 -40
- package/dist/browser/operations/departments.js.map +1 -1
- package/dist/browser/operations/enrollmentAccounts.js +45 -79
- package/dist/browser/operations/enrollmentAccounts.js.map +1 -1
- package/dist/browser/operations/invoiceSections.js +45 -52
- package/dist/browser/operations/invoiceSections.js.map +1 -1
- package/dist/browser/operations/invoices.js +133 -154
- package/dist/browser/operations/invoices.js.map +1 -1
- package/dist/browser/operations/operations.js +23 -40
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/partnerTransfers.js +23 -40
- package/dist/browser/operations/partnerTransfers.js.map +1 -1
- package/dist/browser/operations/paymentMethods.js +67 -118
- package/dist/browser/operations/paymentMethods.js.map +1 -1
- package/dist/browser/operations/policies.js +45 -24
- package/dist/browser/operations/policies.js.map +1 -1
- package/dist/browser/operations/products.js +100 -163
- package/dist/browser/operations/products.js.map +1 -1
- package/dist/browser/operations/recipientTransfers.js +23 -40
- package/dist/browser/operations/recipientTransfers.js.map +1 -1
- package/dist/browser/operations/reservationOrders.js +23 -40
- package/dist/browser/operations/reservationOrders.js.map +1 -1
- package/dist/browser/operations/reservations.js +78 -124
- package/dist/browser/operations/reservations.js.map +1 -1
- package/dist/browser/operations/savingsPlanOrders.js +23 -40
- package/dist/browser/operations/savingsPlanOrders.js.map +1 -1
- package/dist/browser/operations/savingsPlans.js +56 -85
- package/dist/browser/operations/savingsPlans.js.map +1 -1
- package/dist/browser/operations/transactions.js +100 -163
- package/dist/browser/operations/transactions.js.map +1 -1
- package/dist/browser/operations/transfers.js +23 -40
- package/dist/browser/operations/transfers.js.map +1 -1
- package/dist/browser/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/billingManagementClient.js +43 -5
- package/dist/commonjs/billingManagementClient.js.map +1 -1
- package/dist/commonjs/lroImpl.js +7 -3
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/mappers.js +868 -393
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/operations/address.js +1 -0
- package/dist/commonjs/operations/address.js.map +1 -1
- package/dist/commonjs/operations/agreements.js +23 -39
- package/dist/commonjs/operations/agreements.js.map +1 -1
- package/dist/commonjs/operations/associatedTenants.js +45 -51
- package/dist/commonjs/operations/associatedTenants.js.map +1 -1
- package/dist/commonjs/operations/availableBalances.js +1 -0
- package/dist/commonjs/operations/availableBalances.js.map +1 -1
- package/dist/commonjs/operations/billingAccounts.js +79 -97
- package/dist/commonjs/operations/billingAccounts.js.map +1 -1
- package/dist/commonjs/operations/billingPermissions.js +155 -273
- package/dist/commonjs/operations/billingPermissions.js.map +1 -1
- package/dist/commonjs/operations/billingProfiles.js +45 -51
- package/dist/commonjs/operations/billingProfiles.js.map +1 -1
- package/dist/commonjs/operations/billingPropertyOperations.js +1 -0
- package/dist/commonjs/operations/billingPropertyOperations.js.map +1 -1
- package/dist/commonjs/operations/billingRequests.js +122 -201
- package/dist/commonjs/operations/billingRequests.js.map +1 -1
- package/dist/commonjs/operations/billingRoleAssignments.js +260 -306
- package/dist/commonjs/operations/billingRoleAssignments.js.map +1 -1
- package/dist/commonjs/operations/billingRoleDefinitionOperations.js +139 -240
- package/dist/commonjs/operations/billingRoleDefinitionOperations.js.map +1 -1
- package/dist/commonjs/operations/billingSubscriptions.js +199 -270
- package/dist/commonjs/operations/billingSubscriptions.js.map +1 -1
- package/dist/commonjs/operations/billingSubscriptionsAliases.js +34 -45
- package/dist/commonjs/operations/billingSubscriptionsAliases.js.map +1 -1
- package/dist/commonjs/operations/customers.js +45 -78
- package/dist/commonjs/operations/customers.js.map +1 -1
- package/dist/commonjs/operations/departments.js +23 -39
- package/dist/commonjs/operations/departments.js.map +1 -1
- package/dist/commonjs/operations/enrollmentAccounts.js +45 -78
- package/dist/commonjs/operations/enrollmentAccounts.js.map +1 -1
- package/dist/commonjs/operations/invoiceSections.js +45 -51
- package/dist/commonjs/operations/invoiceSections.js.map +1 -1
- package/dist/commonjs/operations/invoices.js +133 -153
- package/dist/commonjs/operations/invoices.js.map +1 -1
- package/dist/commonjs/operations/operations.js +23 -39
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/partnerTransfers.js +23 -39
- package/dist/commonjs/operations/partnerTransfers.js.map +1 -1
- package/dist/commonjs/operations/paymentMethods.js +67 -117
- package/dist/commonjs/operations/paymentMethods.js.map +1 -1
- package/dist/commonjs/operations/policies.js +45 -24
- package/dist/commonjs/operations/policies.js.map +1 -1
- package/dist/commonjs/operations/products.js +100 -162
- package/dist/commonjs/operations/products.js.map +1 -1
- package/dist/commonjs/operations/recipientTransfers.js +23 -39
- package/dist/commonjs/operations/recipientTransfers.js.map +1 -1
- package/dist/commonjs/operations/reservationOrders.js +23 -39
- package/dist/commonjs/operations/reservationOrders.js.map +1 -1
- package/dist/commonjs/operations/reservations.js +78 -123
- package/dist/commonjs/operations/reservations.js.map +1 -1
- package/dist/commonjs/operations/savingsPlanOrders.js +23 -39
- package/dist/commonjs/operations/savingsPlanOrders.js.map +1 -1
- package/dist/commonjs/operations/savingsPlans.js +56 -84
- package/dist/commonjs/operations/savingsPlans.js.map +1 -1
- package/dist/commonjs/operations/transactions.js +100 -162
- package/dist/commonjs/operations/transactions.js.map +1 -1
- package/dist/commonjs/operations/transfers.js +23 -39
- package/dist/commonjs/operations/transfers.js.map +1 -1
- package/dist/commonjs/pagingHelper.js +2 -4
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/billingManagementClient.js +43 -5
- package/dist/esm/billingManagementClient.js.map +1 -1
- package/dist/esm/lroImpl.js +7 -3
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/mappers.js +868 -393
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/operations/address.js +1 -0
- package/dist/esm/operations/address.js.map +1 -1
- package/dist/esm/operations/agreements.js +23 -40
- package/dist/esm/operations/agreements.js.map +1 -1
- package/dist/esm/operations/associatedTenants.js +45 -52
- package/dist/esm/operations/associatedTenants.js.map +1 -1
- package/dist/esm/operations/availableBalances.js +1 -0
- package/dist/esm/operations/availableBalances.js.map +1 -1
- package/dist/esm/operations/billingAccounts.js +79 -98
- package/dist/esm/operations/billingAccounts.js.map +1 -1
- package/dist/esm/operations/billingPermissions.js +162 -281
- package/dist/esm/operations/billingPermissions.js.map +1 -1
- package/dist/esm/operations/billingProfiles.js +45 -52
- package/dist/esm/operations/billingProfiles.js.map +1 -1
- package/dist/esm/operations/billingPropertyOperations.js +1 -0
- package/dist/esm/operations/billingPropertyOperations.js.map +1 -1
- package/dist/esm/operations/billingRequests.js +122 -202
- package/dist/esm/operations/billingRequests.js.map +1 -1
- package/dist/esm/operations/billingRoleAssignments.js +260 -307
- package/dist/esm/operations/billingRoleAssignments.js.map +1 -1
- package/dist/esm/operations/billingRoleDefinitionOperations.js +139 -241
- package/dist/esm/operations/billingRoleDefinitionOperations.js.map +1 -1
- package/dist/esm/operations/billingSubscriptions.js +199 -271
- package/dist/esm/operations/billingSubscriptions.js.map +1 -1
- package/dist/esm/operations/billingSubscriptionsAliases.js +34 -46
- package/dist/esm/operations/billingSubscriptionsAliases.js.map +1 -1
- package/dist/esm/operations/customers.js +45 -79
- package/dist/esm/operations/customers.js.map +1 -1
- package/dist/esm/operations/departments.js +23 -40
- package/dist/esm/operations/departments.js.map +1 -1
- package/dist/esm/operations/enrollmentAccounts.js +45 -79
- package/dist/esm/operations/enrollmentAccounts.js.map +1 -1
- package/dist/esm/operations/invoiceSections.js +45 -52
- package/dist/esm/operations/invoiceSections.js.map +1 -1
- package/dist/esm/operations/invoices.js +133 -154
- package/dist/esm/operations/invoices.js.map +1 -1
- package/dist/esm/operations/operations.js +23 -40
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/partnerTransfers.js +23 -40
- package/dist/esm/operations/partnerTransfers.js.map +1 -1
- package/dist/esm/operations/paymentMethods.js +67 -118
- package/dist/esm/operations/paymentMethods.js.map +1 -1
- package/dist/esm/operations/policies.js +45 -24
- package/dist/esm/operations/policies.js.map +1 -1
- package/dist/esm/operations/products.js +100 -163
- package/dist/esm/operations/products.js.map +1 -1
- package/dist/esm/operations/recipientTransfers.js +23 -40
- package/dist/esm/operations/recipientTransfers.js.map +1 -1
- package/dist/esm/operations/reservationOrders.js +23 -40
- package/dist/esm/operations/reservationOrders.js.map +1 -1
- package/dist/esm/operations/reservations.js +78 -124
- package/dist/esm/operations/reservations.js.map +1 -1
- package/dist/esm/operations/savingsPlanOrders.js +23 -40
- package/dist/esm/operations/savingsPlanOrders.js.map +1 -1
- package/dist/esm/operations/savingsPlans.js +56 -85
- package/dist/esm/operations/savingsPlans.js.map +1 -1
- package/dist/esm/operations/transactions.js +100 -163
- package/dist/esm/operations/transactions.js.map +1 -1
- package/dist/esm/operations/transfers.js +23 -40
- package/dist/esm/operations/transfers.js.map +1 -1
- package/dist/esm/pagingHelper.js +2 -4
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/billingManagementClient.js +43 -5
- package/dist/react-native/billingManagementClient.js.map +1 -1
- package/dist/react-native/lroImpl.js +7 -3
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/mappers.js +868 -393
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/operations/address.js +1 -0
- package/dist/react-native/operations/address.js.map +1 -1
- package/dist/react-native/operations/agreements.js +23 -40
- package/dist/react-native/operations/agreements.js.map +1 -1
- package/dist/react-native/operations/associatedTenants.js +45 -52
- package/dist/react-native/operations/associatedTenants.js.map +1 -1
- package/dist/react-native/operations/availableBalances.js +1 -0
- package/dist/react-native/operations/availableBalances.js.map +1 -1
- package/dist/react-native/operations/billingAccounts.js +79 -98
- package/dist/react-native/operations/billingAccounts.js.map +1 -1
- package/dist/react-native/operations/billingPermissions.js +162 -281
- package/dist/react-native/operations/billingPermissions.js.map +1 -1
- package/dist/react-native/operations/billingProfiles.js +45 -52
- package/dist/react-native/operations/billingProfiles.js.map +1 -1
- package/dist/react-native/operations/billingPropertyOperations.js +1 -0
- package/dist/react-native/operations/billingPropertyOperations.js.map +1 -1
- package/dist/react-native/operations/billingRequests.js +122 -202
- package/dist/react-native/operations/billingRequests.js.map +1 -1
- package/dist/react-native/operations/billingRoleAssignments.js +260 -307
- package/dist/react-native/operations/billingRoleAssignments.js.map +1 -1
- package/dist/react-native/operations/billingRoleDefinitionOperations.js +139 -241
- package/dist/react-native/operations/billingRoleDefinitionOperations.js.map +1 -1
- package/dist/react-native/operations/billingSubscriptions.js +199 -271
- package/dist/react-native/operations/billingSubscriptions.js.map +1 -1
- package/dist/react-native/operations/billingSubscriptionsAliases.js +34 -46
- package/dist/react-native/operations/billingSubscriptionsAliases.js.map +1 -1
- package/dist/react-native/operations/customers.js +45 -79
- package/dist/react-native/operations/customers.js.map +1 -1
- package/dist/react-native/operations/departments.js +23 -40
- package/dist/react-native/operations/departments.js.map +1 -1
- package/dist/react-native/operations/enrollmentAccounts.js +45 -79
- package/dist/react-native/operations/enrollmentAccounts.js.map +1 -1
- package/dist/react-native/operations/invoiceSections.js +45 -52
- package/dist/react-native/operations/invoiceSections.js.map +1 -1
- package/dist/react-native/operations/invoices.js +133 -154
- package/dist/react-native/operations/invoices.js.map +1 -1
- package/dist/react-native/operations/operations.js +23 -40
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/partnerTransfers.js +23 -40
- package/dist/react-native/operations/partnerTransfers.js.map +1 -1
- package/dist/react-native/operations/paymentMethods.js +67 -118
- package/dist/react-native/operations/paymentMethods.js.map +1 -1
- package/dist/react-native/operations/policies.js +45 -24
- package/dist/react-native/operations/policies.js.map +1 -1
- package/dist/react-native/operations/products.js +100 -163
- package/dist/react-native/operations/products.js.map +1 -1
- package/dist/react-native/operations/recipientTransfers.js +23 -40
- package/dist/react-native/operations/recipientTransfers.js.map +1 -1
- package/dist/react-native/operations/reservationOrders.js +23 -40
- package/dist/react-native/operations/reservationOrders.js.map +1 -1
- package/dist/react-native/operations/reservations.js +78 -124
- package/dist/react-native/operations/reservations.js.map +1 -1
- package/dist/react-native/operations/savingsPlanOrders.js +23 -40
- package/dist/react-native/operations/savingsPlanOrders.js.map +1 -1
- package/dist/react-native/operations/savingsPlans.js +56 -85
- package/dist/react-native/operations/savingsPlans.js.map +1 -1
- package/dist/react-native/operations/transactions.js +100 -163
- package/dist/react-native/operations/transactions.js.map +1 -1
- package/dist/react-native/operations/transfers.js +23 -40
- package/dist/react-native/operations/transfers.js.map +1 -1
- package/dist/react-native/pagingHelper.js +2 -4
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/package.json +2 -2
- /package/review/{arm-billing.api.md → arm-billing-node.api.md} +0 -0
|
@@ -7005,406 +7005,516 @@ exports.ProxyResource = {
|
|
|
7005
7005
|
type: {
|
|
7006
7006
|
name: "Composite",
|
|
7007
7007
|
className: "ProxyResource",
|
|
7008
|
-
modelProperties:
|
|
7008
|
+
modelProperties: {
|
|
7009
|
+
...exports.Resource.type.modelProperties,
|
|
7010
|
+
},
|
|
7009
7011
|
},
|
|
7010
7012
|
};
|
|
7011
7013
|
exports.AvailableBalancePropertiesAmount = {
|
|
7012
7014
|
type: {
|
|
7013
7015
|
name: "Composite",
|
|
7014
7016
|
className: "AvailableBalancePropertiesAmount",
|
|
7015
|
-
modelProperties:
|
|
7017
|
+
modelProperties: {
|
|
7018
|
+
...exports.Amount.type.modelProperties,
|
|
7019
|
+
},
|
|
7016
7020
|
},
|
|
7017
7021
|
};
|
|
7018
7022
|
exports.PaymentOnAccountAmount = {
|
|
7019
7023
|
type: {
|
|
7020
7024
|
name: "Composite",
|
|
7021
7025
|
className: "PaymentOnAccountAmount",
|
|
7022
|
-
modelProperties:
|
|
7026
|
+
modelProperties: {
|
|
7027
|
+
...exports.Amount.type.modelProperties,
|
|
7028
|
+
},
|
|
7023
7029
|
},
|
|
7024
7030
|
};
|
|
7025
7031
|
exports.AvailableBalancePropertiesTotalPaymentsOnAccount = {
|
|
7026
7032
|
type: {
|
|
7027
7033
|
name: "Composite",
|
|
7028
7034
|
className: "AvailableBalancePropertiesTotalPaymentsOnAccount",
|
|
7029
|
-
modelProperties:
|
|
7035
|
+
modelProperties: {
|
|
7036
|
+
...exports.Amount.type.modelProperties,
|
|
7037
|
+
},
|
|
7030
7038
|
},
|
|
7031
7039
|
};
|
|
7032
7040
|
exports.InvoicePropertiesAmountDue = {
|
|
7033
7041
|
type: {
|
|
7034
7042
|
name: "Composite",
|
|
7035
7043
|
className: "InvoicePropertiesAmountDue",
|
|
7036
|
-
modelProperties:
|
|
7044
|
+
modelProperties: {
|
|
7045
|
+
...exports.Amount.type.modelProperties,
|
|
7046
|
+
},
|
|
7037
7047
|
},
|
|
7038
7048
|
};
|
|
7039
7049
|
exports.InvoicePropertiesAzurePrepaymentApplied = {
|
|
7040
7050
|
type: {
|
|
7041
7051
|
name: "Composite",
|
|
7042
7052
|
className: "InvoicePropertiesAzurePrepaymentApplied",
|
|
7043
|
-
modelProperties:
|
|
7053
|
+
modelProperties: {
|
|
7054
|
+
...exports.Amount.type.modelProperties,
|
|
7055
|
+
},
|
|
7044
7056
|
},
|
|
7045
7057
|
};
|
|
7046
7058
|
exports.InvoicePropertiesBilledAmount = {
|
|
7047
7059
|
type: {
|
|
7048
7060
|
name: "Composite",
|
|
7049
7061
|
className: "InvoicePropertiesBilledAmount",
|
|
7050
|
-
modelProperties:
|
|
7062
|
+
modelProperties: {
|
|
7063
|
+
...exports.Amount.type.modelProperties,
|
|
7064
|
+
},
|
|
7051
7065
|
},
|
|
7052
7066
|
};
|
|
7053
7067
|
exports.InvoicePropertiesCreditAmount = {
|
|
7054
7068
|
type: {
|
|
7055
7069
|
name: "Composite",
|
|
7056
7070
|
className: "InvoicePropertiesCreditAmount",
|
|
7057
|
-
modelProperties:
|
|
7071
|
+
modelProperties: {
|
|
7072
|
+
...exports.Amount.type.modelProperties,
|
|
7073
|
+
},
|
|
7058
7074
|
},
|
|
7059
7075
|
};
|
|
7060
7076
|
exports.InvoicePropertiesFreeAzureCreditApplied = {
|
|
7061
7077
|
type: {
|
|
7062
7078
|
name: "Composite",
|
|
7063
7079
|
className: "InvoicePropertiesFreeAzureCreditApplied",
|
|
7064
|
-
modelProperties:
|
|
7080
|
+
modelProperties: {
|
|
7081
|
+
...exports.Amount.type.modelProperties,
|
|
7082
|
+
},
|
|
7065
7083
|
},
|
|
7066
7084
|
};
|
|
7067
7085
|
exports.PaymentAmount = {
|
|
7068
7086
|
type: {
|
|
7069
7087
|
name: "Composite",
|
|
7070
7088
|
className: "PaymentAmount",
|
|
7071
|
-
modelProperties:
|
|
7089
|
+
modelProperties: {
|
|
7090
|
+
...exports.Amount.type.modelProperties,
|
|
7091
|
+
},
|
|
7072
7092
|
},
|
|
7073
7093
|
};
|
|
7074
7094
|
exports.InvoicePropertiesSubTotal = {
|
|
7075
7095
|
type: {
|
|
7076
7096
|
name: "Composite",
|
|
7077
7097
|
className: "InvoicePropertiesSubTotal",
|
|
7078
|
-
modelProperties:
|
|
7098
|
+
modelProperties: {
|
|
7099
|
+
...exports.Amount.type.modelProperties,
|
|
7100
|
+
},
|
|
7079
7101
|
},
|
|
7080
7102
|
};
|
|
7081
7103
|
exports.InvoicePropertiesTaxAmount = {
|
|
7082
7104
|
type: {
|
|
7083
7105
|
name: "Composite",
|
|
7084
7106
|
className: "InvoicePropertiesTaxAmount",
|
|
7085
|
-
modelProperties:
|
|
7107
|
+
modelProperties: {
|
|
7108
|
+
...exports.Amount.type.modelProperties,
|
|
7109
|
+
},
|
|
7086
7110
|
},
|
|
7087
7111
|
};
|
|
7088
7112
|
exports.InvoicePropertiesTotalAmount = {
|
|
7089
7113
|
type: {
|
|
7090
7114
|
name: "Composite",
|
|
7091
7115
|
className: "InvoicePropertiesTotalAmount",
|
|
7092
|
-
modelProperties:
|
|
7116
|
+
modelProperties: {
|
|
7117
|
+
...exports.Amount.type.modelProperties,
|
|
7118
|
+
},
|
|
7093
7119
|
},
|
|
7094
7120
|
};
|
|
7095
7121
|
exports.RefundDetailsSummaryAmountRequested = {
|
|
7096
7122
|
type: {
|
|
7097
7123
|
name: "Composite",
|
|
7098
7124
|
className: "RefundDetailsSummaryAmountRequested",
|
|
7099
|
-
modelProperties:
|
|
7125
|
+
modelProperties: {
|
|
7126
|
+
...exports.Amount.type.modelProperties,
|
|
7127
|
+
},
|
|
7100
7128
|
},
|
|
7101
7129
|
};
|
|
7102
7130
|
exports.RefundDetailsSummaryAmountRefunded = {
|
|
7103
7131
|
type: {
|
|
7104
7132
|
name: "Composite",
|
|
7105
7133
|
className: "RefundDetailsSummaryAmountRefunded",
|
|
7106
|
-
modelProperties:
|
|
7134
|
+
modelProperties: {
|
|
7135
|
+
...exports.Amount.type.modelProperties,
|
|
7136
|
+
},
|
|
7107
7137
|
},
|
|
7108
7138
|
};
|
|
7109
7139
|
exports.ProductPropertiesLastCharge = {
|
|
7110
7140
|
type: {
|
|
7111
7141
|
name: "Composite",
|
|
7112
7142
|
className: "ProductPropertiesLastCharge",
|
|
7113
|
-
modelProperties:
|
|
7143
|
+
modelProperties: {
|
|
7144
|
+
...exports.Amount.type.modelProperties,
|
|
7145
|
+
},
|
|
7114
7146
|
},
|
|
7115
7147
|
};
|
|
7116
7148
|
exports.TransactionPropertiesAzureCreditApplied = {
|
|
7117
7149
|
type: {
|
|
7118
7150
|
name: "Composite",
|
|
7119
7151
|
className: "TransactionPropertiesAzureCreditApplied",
|
|
7120
|
-
modelProperties:
|
|
7152
|
+
modelProperties: {
|
|
7153
|
+
...exports.Amount.type.modelProperties,
|
|
7154
|
+
},
|
|
7121
7155
|
},
|
|
7122
7156
|
};
|
|
7123
7157
|
exports.TransactionPropertiesConsumptionCommitmentDecremented = {
|
|
7124
7158
|
type: {
|
|
7125
7159
|
name: "Composite",
|
|
7126
7160
|
className: "TransactionPropertiesConsumptionCommitmentDecremented",
|
|
7127
|
-
modelProperties:
|
|
7161
|
+
modelProperties: {
|
|
7162
|
+
...exports.Amount.type.modelProperties,
|
|
7163
|
+
},
|
|
7128
7164
|
},
|
|
7129
7165
|
};
|
|
7130
7166
|
exports.TransactionPropertiesEffectivePrice = {
|
|
7131
7167
|
type: {
|
|
7132
7168
|
name: "Composite",
|
|
7133
7169
|
className: "TransactionPropertiesEffectivePrice",
|
|
7134
|
-
modelProperties:
|
|
7170
|
+
modelProperties: {
|
|
7171
|
+
...exports.Amount.type.modelProperties,
|
|
7172
|
+
},
|
|
7135
7173
|
},
|
|
7136
7174
|
};
|
|
7137
7175
|
exports.TransactionPropertiesMarketPrice = {
|
|
7138
7176
|
type: {
|
|
7139
7177
|
name: "Composite",
|
|
7140
7178
|
className: "TransactionPropertiesMarketPrice",
|
|
7141
|
-
modelProperties:
|
|
7179
|
+
modelProperties: {
|
|
7180
|
+
...exports.Amount.type.modelProperties,
|
|
7181
|
+
},
|
|
7142
7182
|
},
|
|
7143
7183
|
};
|
|
7144
7184
|
exports.TransactionPropertiesSubTotal = {
|
|
7145
7185
|
type: {
|
|
7146
7186
|
name: "Composite",
|
|
7147
7187
|
className: "TransactionPropertiesSubTotal",
|
|
7148
|
-
modelProperties:
|
|
7188
|
+
modelProperties: {
|
|
7189
|
+
...exports.Amount.type.modelProperties,
|
|
7190
|
+
},
|
|
7149
7191
|
},
|
|
7150
7192
|
};
|
|
7151
7193
|
exports.TransactionPropertiesTax = {
|
|
7152
7194
|
type: {
|
|
7153
7195
|
name: "Composite",
|
|
7154
7196
|
className: "TransactionPropertiesTax",
|
|
7155
|
-
modelProperties:
|
|
7197
|
+
modelProperties: {
|
|
7198
|
+
...exports.Amount.type.modelProperties,
|
|
7199
|
+
},
|
|
7156
7200
|
},
|
|
7157
7201
|
};
|
|
7158
7202
|
exports.TransactionPropertiesTransactionAmount = {
|
|
7159
7203
|
type: {
|
|
7160
7204
|
name: "Composite",
|
|
7161
7205
|
className: "TransactionPropertiesTransactionAmount",
|
|
7162
|
-
modelProperties:
|
|
7206
|
+
modelProperties: {
|
|
7207
|
+
...exports.Amount.type.modelProperties,
|
|
7208
|
+
},
|
|
7163
7209
|
},
|
|
7164
7210
|
};
|
|
7165
7211
|
exports.RefundTransactionDetailsAmountRequested = {
|
|
7166
7212
|
type: {
|
|
7167
7213
|
name: "Composite",
|
|
7168
7214
|
className: "RefundTransactionDetailsAmountRequested",
|
|
7169
|
-
modelProperties:
|
|
7215
|
+
modelProperties: {
|
|
7216
|
+
...exports.Amount.type.modelProperties,
|
|
7217
|
+
},
|
|
7170
7218
|
},
|
|
7171
7219
|
};
|
|
7172
7220
|
exports.RefundTransactionDetailsAmountRefunded = {
|
|
7173
7221
|
type: {
|
|
7174
7222
|
name: "Composite",
|
|
7175
7223
|
className: "RefundTransactionDetailsAmountRefunded",
|
|
7176
|
-
modelProperties:
|
|
7224
|
+
modelProperties: {
|
|
7225
|
+
...exports.Amount.type.modelProperties,
|
|
7226
|
+
},
|
|
7177
7227
|
},
|
|
7178
7228
|
};
|
|
7179
7229
|
exports.BillingProfilePropertiesCurrentPaymentTerm = {
|
|
7180
7230
|
type: {
|
|
7181
7231
|
name: "Composite",
|
|
7182
7232
|
className: "BillingProfilePropertiesCurrentPaymentTerm",
|
|
7183
|
-
modelProperties:
|
|
7233
|
+
modelProperties: {
|
|
7234
|
+
...exports.PaymentTerm.type.modelProperties,
|
|
7235
|
+
},
|
|
7184
7236
|
},
|
|
7185
7237
|
};
|
|
7186
7238
|
exports.BillingAccountPropertiesEnrollmentDetails = {
|
|
7187
7239
|
type: {
|
|
7188
7240
|
name: "Composite",
|
|
7189
7241
|
className: "BillingAccountPropertiesEnrollmentDetails",
|
|
7190
|
-
modelProperties:
|
|
7242
|
+
modelProperties: {
|
|
7243
|
+
...exports.EnrollmentDetails.type.modelProperties,
|
|
7244
|
+
},
|
|
7191
7245
|
},
|
|
7192
7246
|
};
|
|
7193
7247
|
exports.EnrollmentDetailsIndirectRelationshipInfo = {
|
|
7194
7248
|
type: {
|
|
7195
7249
|
name: "Composite",
|
|
7196
7250
|
className: "EnrollmentDetailsIndirectRelationshipInfo",
|
|
7197
|
-
modelProperties:
|
|
7251
|
+
modelProperties: {
|
|
7252
|
+
...exports.IndirectRelationshipInfo.type.modelProperties,
|
|
7253
|
+
},
|
|
7198
7254
|
},
|
|
7199
7255
|
};
|
|
7200
7256
|
exports.BillingProfilePropertiesIndirectRelationshipInfo = {
|
|
7201
7257
|
type: {
|
|
7202
7258
|
name: "Composite",
|
|
7203
7259
|
className: "BillingProfilePropertiesIndirectRelationshipInfo",
|
|
7204
|
-
modelProperties:
|
|
7260
|
+
modelProperties: {
|
|
7261
|
+
...exports.IndirectRelationshipInfo.type.modelProperties,
|
|
7262
|
+
},
|
|
7205
7263
|
},
|
|
7206
7264
|
};
|
|
7207
7265
|
exports.BillingAccountPropertiesSoldTo = {
|
|
7208
7266
|
type: {
|
|
7209
7267
|
name: "Composite",
|
|
7210
7268
|
className: "BillingAccountPropertiesSoldTo",
|
|
7211
|
-
modelProperties:
|
|
7269
|
+
modelProperties: {
|
|
7270
|
+
...exports.AddressDetails.type.modelProperties,
|
|
7271
|
+
},
|
|
7212
7272
|
},
|
|
7213
7273
|
};
|
|
7214
7274
|
exports.BillingProfilePropertiesBillTo = {
|
|
7215
7275
|
type: {
|
|
7216
7276
|
name: "Composite",
|
|
7217
7277
|
className: "BillingProfilePropertiesBillTo",
|
|
7218
|
-
modelProperties:
|
|
7278
|
+
modelProperties: {
|
|
7279
|
+
...exports.AddressDetails.type.modelProperties,
|
|
7280
|
+
},
|
|
7219
7281
|
},
|
|
7220
7282
|
};
|
|
7221
7283
|
exports.BillingProfilePropertiesShipTo = {
|
|
7222
7284
|
type: {
|
|
7223
7285
|
name: "Composite",
|
|
7224
7286
|
className: "BillingProfilePropertiesShipTo",
|
|
7225
|
-
modelProperties:
|
|
7287
|
+
modelProperties: {
|
|
7288
|
+
...exports.AddressDetails.type.modelProperties,
|
|
7289
|
+
},
|
|
7226
7290
|
},
|
|
7227
7291
|
};
|
|
7228
7292
|
exports.BillingProfilePropertiesSoldTo = {
|
|
7229
7293
|
type: {
|
|
7230
7294
|
name: "Composite",
|
|
7231
7295
|
className: "BillingProfilePropertiesSoldTo",
|
|
7232
|
-
modelProperties:
|
|
7296
|
+
modelProperties: {
|
|
7297
|
+
...exports.AddressDetails.type.modelProperties,
|
|
7298
|
+
},
|
|
7233
7299
|
},
|
|
7234
7300
|
};
|
|
7235
7301
|
exports.BillingPropertyPropertiesSubscriptionServiceUsageAddress = {
|
|
7236
7302
|
type: {
|
|
7237
7303
|
name: "Composite",
|
|
7238
7304
|
className: "BillingPropertyPropertiesSubscriptionServiceUsageAddress",
|
|
7239
|
-
modelProperties:
|
|
7305
|
+
modelProperties: {
|
|
7306
|
+
...exports.AddressDetails.type.modelProperties,
|
|
7307
|
+
},
|
|
7240
7308
|
},
|
|
7241
7309
|
};
|
|
7242
7310
|
exports.BillingAccountPropertiesRegistrationNumber = {
|
|
7243
7311
|
type: {
|
|
7244
7312
|
name: "Composite",
|
|
7245
7313
|
className: "BillingAccountPropertiesRegistrationNumber",
|
|
7246
|
-
modelProperties:
|
|
7314
|
+
modelProperties: {
|
|
7315
|
+
...exports.RegistrationNumber.type.modelProperties,
|
|
7316
|
+
},
|
|
7247
7317
|
},
|
|
7248
7318
|
};
|
|
7249
7319
|
exports.BillingPropertyPropertiesEnrollmentDetails = {
|
|
7250
7320
|
type: {
|
|
7251
7321
|
name: "Composite",
|
|
7252
7322
|
className: "BillingPropertyPropertiesEnrollmentDetails",
|
|
7253
|
-
modelProperties:
|
|
7323
|
+
modelProperties: {
|
|
7324
|
+
...exports.SubscriptionEnrollmentDetails.type.modelProperties,
|
|
7325
|
+
},
|
|
7254
7326
|
},
|
|
7255
7327
|
};
|
|
7256
7328
|
exports.BillingRequestPropertiesReviewedBy = {
|
|
7257
7329
|
type: {
|
|
7258
7330
|
name: "Composite",
|
|
7259
7331
|
className: "BillingRequestPropertiesReviewedBy",
|
|
7260
|
-
modelProperties:
|
|
7332
|
+
modelProperties: {
|
|
7333
|
+
...exports.Principal.type.modelProperties,
|
|
7334
|
+
},
|
|
7261
7335
|
},
|
|
7262
7336
|
};
|
|
7263
7337
|
exports.BillingRequestPropertiesCreatedBy = {
|
|
7264
7338
|
type: {
|
|
7265
7339
|
name: "Composite",
|
|
7266
7340
|
className: "BillingRequestPropertiesCreatedBy",
|
|
7267
|
-
modelProperties:
|
|
7341
|
+
modelProperties: {
|
|
7342
|
+
...exports.Principal.type.modelProperties,
|
|
7343
|
+
},
|
|
7268
7344
|
},
|
|
7269
7345
|
};
|
|
7270
7346
|
exports.BillingRequestPropertiesLastUpdatedBy = {
|
|
7271
7347
|
type: {
|
|
7272
7348
|
name: "Composite",
|
|
7273
7349
|
className: "BillingRequestPropertiesLastUpdatedBy",
|
|
7274
|
-
modelProperties:
|
|
7350
|
+
modelProperties: {
|
|
7351
|
+
...exports.Principal.type.modelProperties,
|
|
7352
|
+
},
|
|
7275
7353
|
},
|
|
7276
7354
|
};
|
|
7277
7355
|
exports.Commitment = {
|
|
7278
7356
|
type: {
|
|
7279
7357
|
name: "Composite",
|
|
7280
7358
|
className: "Commitment",
|
|
7281
|
-
modelProperties:
|
|
7359
|
+
modelProperties: {
|
|
7360
|
+
...exports.Price.type.modelProperties,
|
|
7361
|
+
grain: {
|
|
7282
7362
|
serializedName: "grain",
|
|
7283
7363
|
type: {
|
|
7284
7364
|
name: "String",
|
|
7285
7365
|
},
|
|
7286
|
-
}
|
|
7366
|
+
},
|
|
7367
|
+
},
|
|
7287
7368
|
},
|
|
7288
7369
|
};
|
|
7289
7370
|
exports.BillingSubscriptionAliasProperties = {
|
|
7290
7371
|
type: {
|
|
7291
7372
|
name: "Composite",
|
|
7292
7373
|
className: "BillingSubscriptionAliasProperties",
|
|
7293
|
-
modelProperties:
|
|
7374
|
+
modelProperties: {
|
|
7375
|
+
...exports.BillingSubscriptionProperties.type.modelProperties,
|
|
7376
|
+
billingSubscriptionId: {
|
|
7294
7377
|
serializedName: "billingSubscriptionId",
|
|
7295
7378
|
readOnly: true,
|
|
7296
7379
|
type: {
|
|
7297
7380
|
name: "String",
|
|
7298
7381
|
},
|
|
7299
|
-
}
|
|
7382
|
+
},
|
|
7383
|
+
},
|
|
7300
7384
|
},
|
|
7301
7385
|
};
|
|
7302
7386
|
exports.ProductPropertiesReseller = {
|
|
7303
7387
|
type: {
|
|
7304
7388
|
name: "Composite",
|
|
7305
7389
|
className: "ProductPropertiesReseller",
|
|
7306
|
-
modelProperties:
|
|
7390
|
+
modelProperties: {
|
|
7391
|
+
...exports.Reseller.type.modelProperties,
|
|
7392
|
+
},
|
|
7307
7393
|
},
|
|
7308
7394
|
};
|
|
7309
7395
|
exports.InvoicePropertiesRebillDetails = {
|
|
7310
7396
|
type: {
|
|
7311
7397
|
name: "Composite",
|
|
7312
7398
|
className: "InvoicePropertiesRebillDetails",
|
|
7313
|
-
modelProperties:
|
|
7399
|
+
modelProperties: {
|
|
7400
|
+
...exports.RebillDetails.type.modelProperties,
|
|
7401
|
+
},
|
|
7314
7402
|
},
|
|
7315
7403
|
};
|
|
7316
7404
|
exports.InvoicePropertiesRefundDetails = {
|
|
7317
7405
|
type: {
|
|
7318
7406
|
name: "Composite",
|
|
7319
7407
|
className: "InvoicePropertiesRefundDetails",
|
|
7320
|
-
modelProperties:
|
|
7408
|
+
modelProperties: {
|
|
7409
|
+
...exports.RefundDetailsSummary.type.modelProperties,
|
|
7410
|
+
},
|
|
7321
7411
|
},
|
|
7322
7412
|
};
|
|
7323
7413
|
exports.BillingProfilePolicyPropertiesEnterpriseAgreementPolicies = {
|
|
7324
7414
|
type: {
|
|
7325
7415
|
name: "Composite",
|
|
7326
7416
|
className: "BillingProfilePolicyPropertiesEnterpriseAgreementPolicies",
|
|
7327
|
-
modelProperties:
|
|
7417
|
+
modelProperties: {
|
|
7418
|
+
...exports.EnterpriseAgreementPolicies.type.modelProperties,
|
|
7419
|
+
},
|
|
7328
7420
|
},
|
|
7329
7421
|
};
|
|
7330
7422
|
exports.BillingAccountPolicyPropertiesEnterpriseAgreementPolicies = {
|
|
7331
7423
|
type: {
|
|
7332
7424
|
name: "Composite",
|
|
7333
7425
|
className: "BillingAccountPolicyPropertiesEnterpriseAgreementPolicies",
|
|
7334
|
-
modelProperties:
|
|
7426
|
+
modelProperties: {
|
|
7427
|
+
...exports.EnterpriseAgreementPolicies.type.modelProperties,
|
|
7428
|
+
},
|
|
7335
7429
|
},
|
|
7336
7430
|
};
|
|
7337
7431
|
exports.MoveProductEligibilityResultErrorDetails = {
|
|
7338
7432
|
type: {
|
|
7339
7433
|
name: "Composite",
|
|
7340
7434
|
className: "MoveProductEligibilityResultErrorDetails",
|
|
7341
|
-
modelProperties:
|
|
7435
|
+
modelProperties: {
|
|
7436
|
+
...exports.MoveProductErrorDetails.type.modelProperties,
|
|
7437
|
+
},
|
|
7342
7438
|
},
|
|
7343
7439
|
};
|
|
7344
7440
|
exports.TransactionPropertiesRefundTransactionDetails = {
|
|
7345
7441
|
type: {
|
|
7346
7442
|
name: "Composite",
|
|
7347
7443
|
className: "TransactionPropertiesRefundTransactionDetails",
|
|
7348
|
-
modelProperties:
|
|
7444
|
+
modelProperties: {
|
|
7445
|
+
...exports.RefundTransactionDetails.type.modelProperties,
|
|
7446
|
+
},
|
|
7349
7447
|
},
|
|
7350
7448
|
};
|
|
7351
7449
|
exports.ProxyResourceWithTags = {
|
|
7352
7450
|
type: {
|
|
7353
7451
|
name: "Composite",
|
|
7354
7452
|
className: "ProxyResourceWithTags",
|
|
7355
|
-
modelProperties:
|
|
7453
|
+
modelProperties: {
|
|
7454
|
+
...exports.ProxyResource.type.modelProperties,
|
|
7455
|
+
tags: {
|
|
7356
7456
|
serializedName: "tags",
|
|
7357
7457
|
type: {
|
|
7358
7458
|
name: "Dictionary",
|
|
7359
7459
|
value: { type: { name: "String" } },
|
|
7360
7460
|
},
|
|
7361
|
-
}
|
|
7461
|
+
},
|
|
7462
|
+
},
|
|
7362
7463
|
},
|
|
7363
7464
|
};
|
|
7364
7465
|
exports.Reservation = {
|
|
7365
7466
|
type: {
|
|
7366
7467
|
name: "Composite",
|
|
7367
7468
|
className: "Reservation",
|
|
7368
|
-
modelProperties:
|
|
7469
|
+
modelProperties: {
|
|
7470
|
+
...exports.ProxyResource.type.modelProperties,
|
|
7471
|
+
location: {
|
|
7369
7472
|
serializedName: "location",
|
|
7370
7473
|
type: {
|
|
7371
7474
|
name: "String",
|
|
7372
7475
|
},
|
|
7373
|
-
},
|
|
7476
|
+
},
|
|
7477
|
+
etag: {
|
|
7374
7478
|
serializedName: "etag",
|
|
7375
7479
|
type: {
|
|
7376
7480
|
name: "Number",
|
|
7377
7481
|
},
|
|
7378
|
-
},
|
|
7482
|
+
},
|
|
7483
|
+
tags: {
|
|
7379
7484
|
serializedName: "tags",
|
|
7380
7485
|
type: {
|
|
7381
7486
|
name: "Dictionary",
|
|
7382
7487
|
value: { type: { name: "String" } },
|
|
7383
7488
|
},
|
|
7384
|
-
},
|
|
7489
|
+
},
|
|
7490
|
+
sku: {
|
|
7385
7491
|
serializedName: "sku",
|
|
7386
7492
|
type: {
|
|
7387
7493
|
name: "Composite",
|
|
7388
7494
|
className: "ReservationSkuProperty",
|
|
7389
7495
|
},
|
|
7390
|
-
},
|
|
7496
|
+
},
|
|
7497
|
+
reservedResourceType: {
|
|
7391
7498
|
serializedName: "properties.reservedResourceType",
|
|
7392
7499
|
readOnly: true,
|
|
7393
7500
|
type: {
|
|
7394
7501
|
name: "String",
|
|
7395
7502
|
},
|
|
7396
|
-
},
|
|
7503
|
+
},
|
|
7504
|
+
instanceFlexibility: {
|
|
7397
7505
|
serializedName: "properties.instanceFlexibility",
|
|
7398
7506
|
type: {
|
|
7399
7507
|
name: "String",
|
|
7400
7508
|
},
|
|
7401
|
-
},
|
|
7509
|
+
},
|
|
7510
|
+
displayName: {
|
|
7402
7511
|
serializedName: "properties.displayName",
|
|
7403
7512
|
readOnly: true,
|
|
7404
7513
|
type: {
|
|
7405
7514
|
name: "String",
|
|
7406
7515
|
},
|
|
7407
|
-
},
|
|
7516
|
+
},
|
|
7517
|
+
appliedScopes: {
|
|
7408
7518
|
serializedName: "properties.appliedScopes",
|
|
7409
7519
|
type: {
|
|
7410
7520
|
name: "Sequence",
|
|
@@ -7414,189 +7524,222 @@ exports.Reservation = {
|
|
|
7414
7524
|
},
|
|
7415
7525
|
},
|
|
7416
7526
|
},
|
|
7417
|
-
},
|
|
7527
|
+
},
|
|
7528
|
+
appliedScopeType: {
|
|
7418
7529
|
serializedName: "properties.appliedScopeType",
|
|
7419
7530
|
readOnly: true,
|
|
7420
7531
|
type: {
|
|
7421
7532
|
name: "String",
|
|
7422
7533
|
},
|
|
7423
|
-
},
|
|
7534
|
+
},
|
|
7535
|
+
archived: {
|
|
7424
7536
|
serializedName: "properties.archived",
|
|
7425
7537
|
type: {
|
|
7426
7538
|
name: "Boolean",
|
|
7427
7539
|
},
|
|
7428
|
-
},
|
|
7540
|
+
},
|
|
7541
|
+
capabilities: {
|
|
7429
7542
|
serializedName: "properties.capabilities",
|
|
7430
7543
|
type: {
|
|
7431
7544
|
name: "String",
|
|
7432
7545
|
},
|
|
7433
|
-
},
|
|
7546
|
+
},
|
|
7547
|
+
quantity: {
|
|
7434
7548
|
serializedName: "properties.quantity",
|
|
7435
7549
|
readOnly: true,
|
|
7436
7550
|
type: {
|
|
7437
7551
|
name: "Number",
|
|
7438
7552
|
},
|
|
7439
|
-
},
|
|
7553
|
+
},
|
|
7554
|
+
provisioningState: {
|
|
7440
7555
|
serializedName: "properties.provisioningState",
|
|
7441
7556
|
readOnly: true,
|
|
7442
7557
|
type: {
|
|
7443
7558
|
name: "String",
|
|
7444
7559
|
},
|
|
7445
|
-
},
|
|
7560
|
+
},
|
|
7561
|
+
effectiveDateTime: {
|
|
7446
7562
|
serializedName: "properties.effectiveDateTime",
|
|
7447
7563
|
readOnly: true,
|
|
7448
7564
|
type: {
|
|
7449
7565
|
name: "DateTime",
|
|
7450
7566
|
},
|
|
7451
|
-
},
|
|
7567
|
+
},
|
|
7568
|
+
benefitStartTime: {
|
|
7452
7569
|
serializedName: "properties.benefitStartTime",
|
|
7453
7570
|
type: {
|
|
7454
7571
|
name: "DateTime",
|
|
7455
7572
|
},
|
|
7456
|
-
},
|
|
7573
|
+
},
|
|
7574
|
+
lastUpdatedDateTime: {
|
|
7457
7575
|
serializedName: "properties.lastUpdatedDateTime",
|
|
7458
7576
|
readOnly: true,
|
|
7459
7577
|
type: {
|
|
7460
7578
|
name: "DateTime",
|
|
7461
7579
|
},
|
|
7462
|
-
},
|
|
7580
|
+
},
|
|
7581
|
+
expiryDate: {
|
|
7463
7582
|
serializedName: "properties.expiryDate",
|
|
7464
7583
|
readOnly: true,
|
|
7465
7584
|
type: {
|
|
7466
7585
|
name: "String",
|
|
7467
7586
|
},
|
|
7468
|
-
},
|
|
7587
|
+
},
|
|
7588
|
+
expiryDateTime: {
|
|
7469
7589
|
serializedName: "properties.expiryDateTime",
|
|
7470
7590
|
type: {
|
|
7471
7591
|
name: "DateTime",
|
|
7472
7592
|
},
|
|
7473
|
-
},
|
|
7593
|
+
},
|
|
7594
|
+
reviewDateTime: {
|
|
7474
7595
|
serializedName: "properties.reviewDateTime",
|
|
7475
7596
|
type: {
|
|
7476
7597
|
name: "DateTime",
|
|
7477
7598
|
},
|
|
7478
|
-
},
|
|
7599
|
+
},
|
|
7600
|
+
skuDescription: {
|
|
7479
7601
|
serializedName: "properties.skuDescription",
|
|
7480
7602
|
readOnly: true,
|
|
7481
7603
|
type: {
|
|
7482
7604
|
name: "String",
|
|
7483
7605
|
},
|
|
7484
|
-
},
|
|
7606
|
+
},
|
|
7607
|
+
extendedStatusInfo: {
|
|
7485
7608
|
serializedName: "properties.extendedStatusInfo",
|
|
7486
7609
|
type: {
|
|
7487
7610
|
name: "Composite",
|
|
7488
7611
|
className: "ReservationExtendedStatusInfo",
|
|
7489
7612
|
},
|
|
7490
|
-
},
|
|
7613
|
+
},
|
|
7614
|
+
billingPlan: {
|
|
7491
7615
|
serializedName: "properties.billingPlan",
|
|
7492
7616
|
type: {
|
|
7493
7617
|
name: "String",
|
|
7494
7618
|
},
|
|
7495
|
-
},
|
|
7619
|
+
},
|
|
7620
|
+
displayProvisioningState: {
|
|
7496
7621
|
serializedName: "properties.displayProvisioningState",
|
|
7497
7622
|
readOnly: true,
|
|
7498
7623
|
type: {
|
|
7499
7624
|
name: "String",
|
|
7500
7625
|
},
|
|
7501
|
-
},
|
|
7626
|
+
},
|
|
7627
|
+
provisioningSubState: {
|
|
7502
7628
|
serializedName: "properties.provisioningSubState",
|
|
7503
7629
|
readOnly: true,
|
|
7504
7630
|
type: {
|
|
7505
7631
|
name: "String",
|
|
7506
7632
|
},
|
|
7507
|
-
},
|
|
7633
|
+
},
|
|
7634
|
+
purchaseDate: {
|
|
7508
7635
|
serializedName: "properties.purchaseDate",
|
|
7509
7636
|
type: {
|
|
7510
7637
|
name: "Date",
|
|
7511
7638
|
},
|
|
7512
|
-
},
|
|
7639
|
+
},
|
|
7640
|
+
purchaseDateTime: {
|
|
7513
7641
|
serializedName: "properties.purchaseDateTime",
|
|
7514
7642
|
type: {
|
|
7515
7643
|
name: "DateTime",
|
|
7516
7644
|
},
|
|
7517
|
-
},
|
|
7645
|
+
},
|
|
7646
|
+
splitProperties: {
|
|
7518
7647
|
serializedName: "properties.splitProperties",
|
|
7519
7648
|
type: {
|
|
7520
7649
|
name: "Composite",
|
|
7521
7650
|
className: "ReservationSplitProperties",
|
|
7522
7651
|
},
|
|
7523
|
-
},
|
|
7652
|
+
},
|
|
7653
|
+
mergeProperties: {
|
|
7524
7654
|
serializedName: "properties.mergeProperties",
|
|
7525
7655
|
type: {
|
|
7526
7656
|
name: "Composite",
|
|
7527
7657
|
className: "ReservationMergeProperties",
|
|
7528
7658
|
},
|
|
7529
|
-
},
|
|
7659
|
+
},
|
|
7660
|
+
swapProperties: {
|
|
7530
7661
|
serializedName: "properties.swapProperties",
|
|
7531
7662
|
type: {
|
|
7532
7663
|
name: "Composite",
|
|
7533
7664
|
className: "ReservationSwapProperties",
|
|
7534
7665
|
},
|
|
7535
|
-
},
|
|
7666
|
+
},
|
|
7667
|
+
appliedScopeProperties: {
|
|
7536
7668
|
serializedName: "properties.appliedScopeProperties",
|
|
7537
7669
|
type: {
|
|
7538
7670
|
name: "Composite",
|
|
7539
7671
|
className: "ReservationAppliedScopeProperties",
|
|
7540
7672
|
},
|
|
7541
|
-
},
|
|
7673
|
+
},
|
|
7674
|
+
billingScopeId: {
|
|
7542
7675
|
serializedName: "properties.billingScopeId",
|
|
7543
7676
|
readOnly: true,
|
|
7544
7677
|
type: {
|
|
7545
7678
|
name: "String",
|
|
7546
7679
|
},
|
|
7547
|
-
},
|
|
7680
|
+
},
|
|
7681
|
+
renew: {
|
|
7548
7682
|
serializedName: "properties.renew",
|
|
7549
7683
|
readOnly: true,
|
|
7550
7684
|
type: {
|
|
7551
7685
|
name: "Boolean",
|
|
7552
7686
|
},
|
|
7553
|
-
},
|
|
7687
|
+
},
|
|
7688
|
+
renewSource: {
|
|
7554
7689
|
serializedName: "properties.renewSource",
|
|
7555
7690
|
readOnly: true,
|
|
7556
7691
|
type: {
|
|
7557
7692
|
name: "String",
|
|
7558
7693
|
},
|
|
7559
|
-
},
|
|
7694
|
+
},
|
|
7695
|
+
renewDestination: {
|
|
7560
7696
|
serializedName: "properties.renewDestination",
|
|
7561
7697
|
type: {
|
|
7562
7698
|
name: "String",
|
|
7563
7699
|
},
|
|
7564
|
-
},
|
|
7700
|
+
},
|
|
7701
|
+
renewProperties: {
|
|
7565
7702
|
serializedName: "properties.renewProperties",
|
|
7566
7703
|
type: {
|
|
7567
7704
|
name: "Composite",
|
|
7568
7705
|
className: "RenewPropertiesResponse",
|
|
7569
7706
|
},
|
|
7570
|
-
},
|
|
7707
|
+
},
|
|
7708
|
+
term: {
|
|
7571
7709
|
serializedName: "properties.term",
|
|
7572
7710
|
readOnly: true,
|
|
7573
7711
|
type: {
|
|
7574
7712
|
name: "String",
|
|
7575
7713
|
},
|
|
7576
|
-
},
|
|
7714
|
+
},
|
|
7715
|
+
userFriendlyAppliedScopeType: {
|
|
7577
7716
|
serializedName: "properties.userFriendlyAppliedScopeType",
|
|
7578
7717
|
readOnly: true,
|
|
7579
7718
|
type: {
|
|
7580
7719
|
name: "String",
|
|
7581
7720
|
},
|
|
7582
|
-
},
|
|
7721
|
+
},
|
|
7722
|
+
userFriendlyRenewState: {
|
|
7583
7723
|
serializedName: "properties.userFriendlyRenewState",
|
|
7584
7724
|
readOnly: true,
|
|
7585
7725
|
type: {
|
|
7586
7726
|
name: "String",
|
|
7587
7727
|
},
|
|
7588
|
-
},
|
|
7728
|
+
},
|
|
7729
|
+
productCode: {
|
|
7589
7730
|
serializedName: "properties.productCode",
|
|
7590
7731
|
type: {
|
|
7591
7732
|
name: "String",
|
|
7592
7733
|
},
|
|
7593
|
-
},
|
|
7734
|
+
},
|
|
7735
|
+
trend: {
|
|
7594
7736
|
serializedName: "properties.utilization.trend",
|
|
7595
7737
|
readOnly: true,
|
|
7596
7738
|
type: {
|
|
7597
7739
|
name: "String",
|
|
7598
7740
|
},
|
|
7599
|
-
},
|
|
7741
|
+
},
|
|
7742
|
+
aggregates: {
|
|
7600
7743
|
serializedName: "properties.utilization.aggregates",
|
|
7601
7744
|
type: {
|
|
7602
7745
|
name: "Sequence",
|
|
@@ -7607,103 +7750,123 @@ exports.Reservation = {
|
|
|
7607
7750
|
},
|
|
7608
7751
|
},
|
|
7609
7752
|
},
|
|
7610
|
-
}
|
|
7753
|
+
},
|
|
7754
|
+
},
|
|
7611
7755
|
},
|
|
7612
7756
|
};
|
|
7613
7757
|
exports.ReservationOrder = {
|
|
7614
7758
|
type: {
|
|
7615
7759
|
name: "Composite",
|
|
7616
7760
|
className: "ReservationOrder",
|
|
7617
|
-
modelProperties:
|
|
7761
|
+
modelProperties: {
|
|
7762
|
+
...exports.ProxyResource.type.modelProperties,
|
|
7763
|
+
etag: {
|
|
7618
7764
|
serializedName: "etag",
|
|
7619
7765
|
type: {
|
|
7620
7766
|
name: "Number",
|
|
7621
7767
|
},
|
|
7622
|
-
},
|
|
7768
|
+
},
|
|
7769
|
+
tags: {
|
|
7623
7770
|
serializedName: "tags",
|
|
7624
7771
|
type: {
|
|
7625
7772
|
name: "Dictionary",
|
|
7626
7773
|
value: { type: { name: "String" } },
|
|
7627
7774
|
},
|
|
7628
|
-
},
|
|
7775
|
+
},
|
|
7776
|
+
displayName: {
|
|
7629
7777
|
serializedName: "properties.displayName",
|
|
7630
7778
|
type: {
|
|
7631
7779
|
name: "String",
|
|
7632
7780
|
},
|
|
7633
|
-
},
|
|
7781
|
+
},
|
|
7782
|
+
enrollmentId: {
|
|
7634
7783
|
serializedName: "properties.enrollmentId",
|
|
7635
7784
|
type: {
|
|
7636
7785
|
name: "String",
|
|
7637
7786
|
},
|
|
7638
|
-
},
|
|
7787
|
+
},
|
|
7788
|
+
customerId: {
|
|
7639
7789
|
serializedName: "properties.customerId",
|
|
7640
7790
|
type: {
|
|
7641
7791
|
name: "String",
|
|
7642
7792
|
},
|
|
7643
|
-
},
|
|
7793
|
+
},
|
|
7794
|
+
billingProfileId: {
|
|
7644
7795
|
serializedName: "properties.billingProfileId",
|
|
7645
7796
|
type: {
|
|
7646
7797
|
name: "String",
|
|
7647
7798
|
},
|
|
7648
|
-
},
|
|
7799
|
+
},
|
|
7800
|
+
billingAccountId: {
|
|
7649
7801
|
serializedName: "properties.billingAccountId",
|
|
7650
7802
|
type: {
|
|
7651
7803
|
name: "String",
|
|
7652
7804
|
},
|
|
7653
|
-
},
|
|
7805
|
+
},
|
|
7806
|
+
requestDateTime: {
|
|
7654
7807
|
serializedName: "properties.requestDateTime",
|
|
7655
7808
|
type: {
|
|
7656
7809
|
name: "DateTime",
|
|
7657
7810
|
},
|
|
7658
|
-
},
|
|
7811
|
+
},
|
|
7812
|
+
createdDateTime: {
|
|
7659
7813
|
serializedName: "properties.createdDateTime",
|
|
7660
7814
|
type: {
|
|
7661
7815
|
name: "DateTime",
|
|
7662
7816
|
},
|
|
7663
|
-
},
|
|
7817
|
+
},
|
|
7818
|
+
expiryDate: {
|
|
7664
7819
|
serializedName: "properties.expiryDate",
|
|
7665
7820
|
type: {
|
|
7666
7821
|
name: "Date",
|
|
7667
7822
|
},
|
|
7668
|
-
},
|
|
7823
|
+
},
|
|
7824
|
+
expiryDateTime: {
|
|
7669
7825
|
serializedName: "properties.expiryDateTime",
|
|
7670
7826
|
type: {
|
|
7671
7827
|
name: "DateTime",
|
|
7672
7828
|
},
|
|
7673
|
-
},
|
|
7829
|
+
},
|
|
7830
|
+
benefitStartTime: {
|
|
7674
7831
|
serializedName: "properties.benefitStartTime",
|
|
7675
7832
|
type: {
|
|
7676
7833
|
name: "DateTime",
|
|
7677
7834
|
},
|
|
7678
|
-
},
|
|
7835
|
+
},
|
|
7836
|
+
originalQuantity: {
|
|
7679
7837
|
serializedName: "properties.originalQuantity",
|
|
7680
7838
|
type: {
|
|
7681
7839
|
name: "Number",
|
|
7682
7840
|
},
|
|
7683
|
-
},
|
|
7841
|
+
},
|
|
7842
|
+
term: {
|
|
7684
7843
|
serializedName: "properties.term",
|
|
7685
7844
|
readOnly: true,
|
|
7686
7845
|
type: {
|
|
7687
7846
|
name: "String",
|
|
7688
7847
|
},
|
|
7689
|
-
},
|
|
7848
|
+
},
|
|
7849
|
+
provisioningState: {
|
|
7690
7850
|
serializedName: "properties.provisioningState",
|
|
7691
7851
|
readOnly: true,
|
|
7692
7852
|
type: {
|
|
7693
7853
|
name: "String",
|
|
7694
7854
|
},
|
|
7695
|
-
},
|
|
7855
|
+
},
|
|
7856
|
+
billingPlan: {
|
|
7696
7857
|
serializedName: "properties.billingPlan",
|
|
7697
7858
|
type: {
|
|
7698
7859
|
name: "String",
|
|
7699
7860
|
},
|
|
7700
|
-
},
|
|
7861
|
+
},
|
|
7862
|
+
planInformation: {
|
|
7701
7863
|
serializedName: "properties.planInformation",
|
|
7702
7864
|
type: {
|
|
7703
7865
|
name: "Composite",
|
|
7704
7866
|
className: "ReservationOrderBillingPlanInformation",
|
|
7705
7867
|
},
|
|
7706
|
-
},
|
|
7868
|
+
},
|
|
7869
|
+
reservations: {
|
|
7707
7870
|
serializedName: "properties.reservations",
|
|
7708
7871
|
type: {
|
|
7709
7872
|
name: "Sequence",
|
|
@@ -7714,228 +7877,276 @@ exports.ReservationOrder = {
|
|
|
7714
7877
|
},
|
|
7715
7878
|
},
|
|
7716
7879
|
},
|
|
7717
|
-
},
|
|
7880
|
+
},
|
|
7881
|
+
reviewDateTime: {
|
|
7718
7882
|
serializedName: "properties.reviewDateTime",
|
|
7719
7883
|
type: {
|
|
7720
7884
|
name: "DateTime",
|
|
7721
7885
|
},
|
|
7722
|
-
},
|
|
7886
|
+
},
|
|
7887
|
+
extendedStatusInfo: {
|
|
7723
7888
|
serializedName: "properties.extendedStatusInfo",
|
|
7724
7889
|
type: {
|
|
7725
7890
|
name: "Composite",
|
|
7726
7891
|
className: "ReservationExtendedStatusInfo",
|
|
7727
7892
|
},
|
|
7728
|
-
},
|
|
7893
|
+
},
|
|
7894
|
+
productCode: {
|
|
7729
7895
|
serializedName: "properties.productCode",
|
|
7730
7896
|
type: {
|
|
7731
7897
|
name: "String",
|
|
7732
7898
|
},
|
|
7733
|
-
}
|
|
7899
|
+
},
|
|
7900
|
+
},
|
|
7734
7901
|
},
|
|
7735
7902
|
};
|
|
7736
7903
|
exports.Agreement = {
|
|
7737
7904
|
type: {
|
|
7738
7905
|
name: "Composite",
|
|
7739
7906
|
className: "Agreement",
|
|
7740
|
-
modelProperties:
|
|
7907
|
+
modelProperties: {
|
|
7908
|
+
...exports.ProxyResourceWithTags.type.modelProperties,
|
|
7909
|
+
properties: {
|
|
7741
7910
|
serializedName: "properties",
|
|
7742
7911
|
type: {
|
|
7743
7912
|
name: "Composite",
|
|
7744
7913
|
className: "AgreementProperties",
|
|
7745
7914
|
},
|
|
7746
|
-
}
|
|
7915
|
+
},
|
|
7916
|
+
},
|
|
7747
7917
|
},
|
|
7748
7918
|
};
|
|
7749
7919
|
exports.AssociatedTenant = {
|
|
7750
7920
|
type: {
|
|
7751
7921
|
name: "Composite",
|
|
7752
7922
|
className: "AssociatedTenant",
|
|
7753
|
-
modelProperties:
|
|
7923
|
+
modelProperties: {
|
|
7924
|
+
...exports.ProxyResourceWithTags.type.modelProperties,
|
|
7925
|
+
properties: {
|
|
7754
7926
|
serializedName: "properties",
|
|
7755
7927
|
type: {
|
|
7756
7928
|
name: "Composite",
|
|
7757
7929
|
className: "AssociatedTenantProperties",
|
|
7758
7930
|
},
|
|
7759
|
-
}
|
|
7931
|
+
},
|
|
7932
|
+
},
|
|
7760
7933
|
},
|
|
7761
7934
|
};
|
|
7762
7935
|
exports.AvailableBalance = {
|
|
7763
7936
|
type: {
|
|
7764
7937
|
name: "Composite",
|
|
7765
7938
|
className: "AvailableBalance",
|
|
7766
|
-
modelProperties:
|
|
7939
|
+
modelProperties: {
|
|
7940
|
+
...exports.ProxyResourceWithTags.type.modelProperties,
|
|
7941
|
+
properties: {
|
|
7767
7942
|
serializedName: "properties",
|
|
7768
7943
|
type: {
|
|
7769
7944
|
name: "Composite",
|
|
7770
7945
|
className: "AvailableBalanceProperties",
|
|
7771
7946
|
},
|
|
7772
|
-
}
|
|
7947
|
+
},
|
|
7948
|
+
},
|
|
7773
7949
|
},
|
|
7774
7950
|
};
|
|
7775
7951
|
exports.BillingAccount = {
|
|
7776
7952
|
type: {
|
|
7777
7953
|
name: "Composite",
|
|
7778
7954
|
className: "BillingAccount",
|
|
7779
|
-
modelProperties:
|
|
7955
|
+
modelProperties: {
|
|
7956
|
+
...exports.ProxyResourceWithTags.type.modelProperties,
|
|
7957
|
+
properties: {
|
|
7780
7958
|
serializedName: "properties",
|
|
7781
7959
|
type: {
|
|
7782
7960
|
name: "Composite",
|
|
7783
7961
|
className: "BillingAccountProperties",
|
|
7784
7962
|
},
|
|
7785
|
-
}
|
|
7963
|
+
},
|
|
7964
|
+
},
|
|
7786
7965
|
},
|
|
7787
7966
|
};
|
|
7788
7967
|
exports.BillingAccountPatch = {
|
|
7789
7968
|
type: {
|
|
7790
7969
|
name: "Composite",
|
|
7791
7970
|
className: "BillingAccountPatch",
|
|
7792
|
-
modelProperties:
|
|
7971
|
+
modelProperties: {
|
|
7972
|
+
...exports.ProxyResourceWithTags.type.modelProperties,
|
|
7973
|
+
properties: {
|
|
7793
7974
|
serializedName: "properties",
|
|
7794
7975
|
type: {
|
|
7795
7976
|
name: "Composite",
|
|
7796
7977
|
className: "BillingAccountProperties",
|
|
7797
7978
|
},
|
|
7798
|
-
}
|
|
7979
|
+
},
|
|
7980
|
+
},
|
|
7799
7981
|
},
|
|
7800
7982
|
};
|
|
7801
7983
|
exports.BillingProfile = {
|
|
7802
7984
|
type: {
|
|
7803
7985
|
name: "Composite",
|
|
7804
7986
|
className: "BillingProfile",
|
|
7805
|
-
modelProperties:
|
|
7987
|
+
modelProperties: {
|
|
7988
|
+
...exports.ProxyResourceWithTags.type.modelProperties,
|
|
7989
|
+
properties: {
|
|
7806
7990
|
serializedName: "properties",
|
|
7807
7991
|
type: {
|
|
7808
7992
|
name: "Composite",
|
|
7809
7993
|
className: "BillingProfileProperties",
|
|
7810
7994
|
},
|
|
7811
|
-
}
|
|
7995
|
+
},
|
|
7996
|
+
},
|
|
7812
7997
|
},
|
|
7813
7998
|
};
|
|
7814
7999
|
exports.BillingProperty = {
|
|
7815
8000
|
type: {
|
|
7816
8001
|
name: "Composite",
|
|
7817
8002
|
className: "BillingProperty",
|
|
7818
|
-
modelProperties:
|
|
8003
|
+
modelProperties: {
|
|
8004
|
+
...exports.ProxyResourceWithTags.type.modelProperties,
|
|
8005
|
+
properties: {
|
|
7819
8006
|
serializedName: "properties",
|
|
7820
8007
|
type: {
|
|
7821
8008
|
name: "Composite",
|
|
7822
8009
|
className: "BillingPropertyProperties",
|
|
7823
8010
|
},
|
|
7824
|
-
}
|
|
8011
|
+
},
|
|
8012
|
+
},
|
|
7825
8013
|
},
|
|
7826
8014
|
};
|
|
7827
8015
|
exports.BillingRequest = {
|
|
7828
8016
|
type: {
|
|
7829
8017
|
name: "Composite",
|
|
7830
8018
|
className: "BillingRequest",
|
|
7831
|
-
modelProperties:
|
|
8019
|
+
modelProperties: {
|
|
8020
|
+
...exports.ProxyResourceWithTags.type.modelProperties,
|
|
8021
|
+
properties: {
|
|
7832
8022
|
serializedName: "properties",
|
|
7833
8023
|
type: {
|
|
7834
8024
|
name: "Composite",
|
|
7835
8025
|
className: "BillingRequestProperties",
|
|
7836
8026
|
},
|
|
7837
|
-
}
|
|
8027
|
+
},
|
|
8028
|
+
},
|
|
7838
8029
|
},
|
|
7839
8030
|
};
|
|
7840
8031
|
exports.BillingRoleAssignment = {
|
|
7841
8032
|
type: {
|
|
7842
8033
|
name: "Composite",
|
|
7843
8034
|
className: "BillingRoleAssignment",
|
|
7844
|
-
modelProperties:
|
|
8035
|
+
modelProperties: {
|
|
8036
|
+
...exports.ProxyResourceWithTags.type.modelProperties,
|
|
8037
|
+
properties: {
|
|
7845
8038
|
serializedName: "properties",
|
|
7846
8039
|
type: {
|
|
7847
8040
|
name: "Composite",
|
|
7848
8041
|
className: "BillingRoleAssignmentProperties",
|
|
7849
8042
|
},
|
|
7850
|
-
}
|
|
8043
|
+
},
|
|
8044
|
+
},
|
|
7851
8045
|
},
|
|
7852
8046
|
};
|
|
7853
8047
|
exports.BillingRoleDefinition = {
|
|
7854
8048
|
type: {
|
|
7855
8049
|
name: "Composite",
|
|
7856
8050
|
className: "BillingRoleDefinition",
|
|
7857
|
-
modelProperties:
|
|
8051
|
+
modelProperties: {
|
|
8052
|
+
...exports.ProxyResourceWithTags.type.modelProperties,
|
|
8053
|
+
properties: {
|
|
7858
8054
|
serializedName: "properties",
|
|
7859
8055
|
type: {
|
|
7860
8056
|
name: "Composite",
|
|
7861
8057
|
className: "BillingRoleDefinitionProperties",
|
|
7862
8058
|
},
|
|
7863
|
-
}
|
|
8059
|
+
},
|
|
8060
|
+
},
|
|
7864
8061
|
},
|
|
7865
8062
|
};
|
|
7866
8063
|
exports.SavingsPlanOrderModel = {
|
|
7867
8064
|
type: {
|
|
7868
8065
|
name: "Composite",
|
|
7869
8066
|
className: "SavingsPlanOrderModel",
|
|
7870
|
-
modelProperties:
|
|
8067
|
+
modelProperties: {
|
|
8068
|
+
...exports.ProxyResourceWithTags.type.modelProperties,
|
|
8069
|
+
sku: {
|
|
7871
8070
|
serializedName: "sku",
|
|
7872
8071
|
type: {
|
|
7873
8072
|
name: "Composite",
|
|
7874
8073
|
className: "Sku",
|
|
7875
8074
|
},
|
|
7876
|
-
},
|
|
8075
|
+
},
|
|
8076
|
+
displayName: {
|
|
7877
8077
|
serializedName: "properties.displayName",
|
|
7878
8078
|
type: {
|
|
7879
8079
|
name: "String",
|
|
7880
8080
|
},
|
|
7881
|
-
},
|
|
8081
|
+
},
|
|
8082
|
+
provisioningState: {
|
|
7882
8083
|
serializedName: "properties.provisioningState",
|
|
7883
8084
|
readOnly: true,
|
|
7884
8085
|
type: {
|
|
7885
8086
|
name: "String",
|
|
7886
8087
|
},
|
|
7887
|
-
},
|
|
8088
|
+
},
|
|
8089
|
+
billingScopeId: {
|
|
7888
8090
|
serializedName: "properties.billingScopeId",
|
|
7889
8091
|
type: {
|
|
7890
8092
|
name: "String",
|
|
7891
8093
|
},
|
|
7892
|
-
},
|
|
8094
|
+
},
|
|
8095
|
+
billingProfileId: {
|
|
7893
8096
|
serializedName: "properties.billingProfileId",
|
|
7894
8097
|
readOnly: true,
|
|
7895
8098
|
type: {
|
|
7896
8099
|
name: "String",
|
|
7897
8100
|
},
|
|
7898
|
-
},
|
|
8101
|
+
},
|
|
8102
|
+
customerId: {
|
|
7899
8103
|
serializedName: "properties.customerId",
|
|
7900
8104
|
readOnly: true,
|
|
7901
8105
|
type: {
|
|
7902
8106
|
name: "String",
|
|
7903
8107
|
},
|
|
7904
|
-
},
|
|
8108
|
+
},
|
|
8109
|
+
billingAccountId: {
|
|
7905
8110
|
serializedName: "properties.billingAccountId",
|
|
7906
8111
|
readOnly: true,
|
|
7907
8112
|
type: {
|
|
7908
8113
|
name: "String",
|
|
7909
8114
|
},
|
|
7910
|
-
},
|
|
7911
|
-
|
|
8115
|
+
},
|
|
8116
|
+
term: {
|
|
8117
|
+
serializedName: "properties.term",
|
|
7912
8118
|
type: {
|
|
7913
8119
|
name: "String",
|
|
7914
8120
|
},
|
|
7915
|
-
},
|
|
8121
|
+
},
|
|
8122
|
+
billingPlan: {
|
|
7916
8123
|
serializedName: "properties.billingPlan",
|
|
7917
8124
|
type: {
|
|
7918
8125
|
name: "String",
|
|
7919
8126
|
},
|
|
7920
|
-
},
|
|
8127
|
+
},
|
|
8128
|
+
benefitStartTime: {
|
|
7921
8129
|
serializedName: "properties.benefitStartTime",
|
|
7922
8130
|
readOnly: true,
|
|
7923
8131
|
type: {
|
|
7924
8132
|
name: "DateTime",
|
|
7925
8133
|
},
|
|
7926
|
-
},
|
|
8134
|
+
},
|
|
8135
|
+
expiryDateTime: {
|
|
7927
8136
|
serializedName: "properties.expiryDateTime",
|
|
7928
8137
|
readOnly: true,
|
|
7929
8138
|
type: {
|
|
7930
8139
|
name: "DateTime",
|
|
7931
8140
|
},
|
|
7932
|
-
},
|
|
8141
|
+
},
|
|
8142
|
+
planInformation: {
|
|
7933
8143
|
serializedName: "properties.planInformation",
|
|
7934
8144
|
type: {
|
|
7935
8145
|
name: "Composite",
|
|
7936
8146
|
className: "BillingPlanInformation",
|
|
7937
8147
|
},
|
|
7938
|
-
},
|
|
8148
|
+
},
|
|
8149
|
+
savingsPlans: {
|
|
7939
8150
|
serializedName: "properties.savingsPlans",
|
|
7940
8151
|
type: {
|
|
7941
8152
|
name: "Sequence",
|
|
@@ -7945,407 +8156,480 @@ exports.SavingsPlanOrderModel = {
|
|
|
7945
8156
|
},
|
|
7946
8157
|
},
|
|
7947
8158
|
},
|
|
7948
|
-
},
|
|
8159
|
+
},
|
|
8160
|
+
extendedStatusInfo: {
|
|
7949
8161
|
serializedName: "properties.extendedStatusInfo",
|
|
7950
8162
|
type: {
|
|
7951
8163
|
name: "Composite",
|
|
7952
8164
|
className: "ExtendedStatusInfo",
|
|
7953
8165
|
},
|
|
7954
|
-
},
|
|
8166
|
+
},
|
|
8167
|
+
productCode: {
|
|
7955
8168
|
serializedName: "properties.productCode",
|
|
7956
8169
|
type: {
|
|
7957
8170
|
name: "String",
|
|
7958
8171
|
},
|
|
7959
|
-
}
|
|
8172
|
+
},
|
|
8173
|
+
},
|
|
7960
8174
|
},
|
|
7961
8175
|
};
|
|
7962
8176
|
exports.SavingsPlanModel = {
|
|
7963
8177
|
type: {
|
|
7964
8178
|
name: "Composite",
|
|
7965
8179
|
className: "SavingsPlanModel",
|
|
7966
|
-
modelProperties:
|
|
8180
|
+
modelProperties: {
|
|
8181
|
+
...exports.ProxyResourceWithTags.type.modelProperties,
|
|
8182
|
+
sku: {
|
|
7967
8183
|
serializedName: "sku",
|
|
7968
8184
|
type: {
|
|
7969
8185
|
name: "Composite",
|
|
7970
8186
|
className: "Sku",
|
|
7971
8187
|
},
|
|
7972
|
-
},
|
|
8188
|
+
},
|
|
8189
|
+
displayName: {
|
|
7973
8190
|
serializedName: "properties.displayName",
|
|
7974
8191
|
type: {
|
|
7975
8192
|
name: "String",
|
|
7976
8193
|
},
|
|
7977
|
-
},
|
|
8194
|
+
},
|
|
8195
|
+
provisioningState: {
|
|
7978
8196
|
serializedName: "properties.provisioningState",
|
|
7979
8197
|
type: {
|
|
7980
8198
|
name: "String",
|
|
7981
8199
|
},
|
|
7982
|
-
},
|
|
8200
|
+
},
|
|
8201
|
+
displayProvisioningState: {
|
|
7983
8202
|
serializedName: "properties.displayProvisioningState",
|
|
7984
8203
|
readOnly: true,
|
|
7985
8204
|
type: {
|
|
7986
8205
|
name: "String",
|
|
7987
8206
|
},
|
|
7988
|
-
},
|
|
8207
|
+
},
|
|
8208
|
+
userFriendlyAppliedScopeType: {
|
|
7989
8209
|
serializedName: "properties.userFriendlyAppliedScopeType",
|
|
7990
8210
|
readOnly: true,
|
|
7991
8211
|
type: {
|
|
7992
8212
|
name: "String",
|
|
7993
8213
|
},
|
|
7994
|
-
},
|
|
8214
|
+
},
|
|
8215
|
+
billingScopeId: {
|
|
7995
8216
|
serializedName: "properties.billingScopeId",
|
|
7996
8217
|
type: {
|
|
7997
8218
|
name: "String",
|
|
7998
8219
|
},
|
|
7999
|
-
},
|
|
8220
|
+
},
|
|
8221
|
+
billingProfileId: {
|
|
8000
8222
|
serializedName: "properties.billingProfileId",
|
|
8001
8223
|
readOnly: true,
|
|
8002
8224
|
type: {
|
|
8003
8225
|
name: "String",
|
|
8004
8226
|
},
|
|
8005
|
-
},
|
|
8227
|
+
},
|
|
8228
|
+
customerId: {
|
|
8006
8229
|
serializedName: "properties.customerId",
|
|
8007
8230
|
readOnly: true,
|
|
8008
8231
|
type: {
|
|
8009
8232
|
name: "String",
|
|
8010
8233
|
},
|
|
8011
|
-
},
|
|
8234
|
+
},
|
|
8235
|
+
billingAccountId: {
|
|
8012
8236
|
serializedName: "properties.billingAccountId",
|
|
8013
8237
|
readOnly: true,
|
|
8014
8238
|
type: {
|
|
8015
8239
|
name: "String",
|
|
8016
8240
|
},
|
|
8017
|
-
},
|
|
8241
|
+
},
|
|
8242
|
+
term: {
|
|
8018
8243
|
serializedName: "properties.term",
|
|
8019
8244
|
type: {
|
|
8020
8245
|
name: "String",
|
|
8021
8246
|
},
|
|
8022
|
-
},
|
|
8247
|
+
},
|
|
8248
|
+
renew: {
|
|
8023
8249
|
defaultValue: false,
|
|
8024
8250
|
serializedName: "properties.renew",
|
|
8025
8251
|
type: {
|
|
8026
8252
|
name: "Boolean",
|
|
8027
8253
|
},
|
|
8028
|
-
},
|
|
8254
|
+
},
|
|
8255
|
+
renewSource: {
|
|
8029
8256
|
serializedName: "properties.renewSource",
|
|
8030
8257
|
type: {
|
|
8031
8258
|
name: "String",
|
|
8032
8259
|
},
|
|
8033
|
-
},
|
|
8260
|
+
},
|
|
8261
|
+
renewDestination: {
|
|
8034
8262
|
serializedName: "properties.renewDestination",
|
|
8035
8263
|
type: {
|
|
8036
8264
|
name: "String",
|
|
8037
8265
|
},
|
|
8038
|
-
},
|
|
8266
|
+
},
|
|
8267
|
+
renewProperties: {
|
|
8039
8268
|
serializedName: "properties.renewProperties",
|
|
8040
8269
|
type: {
|
|
8041
8270
|
name: "Composite",
|
|
8042
8271
|
className: "RenewProperties",
|
|
8043
8272
|
},
|
|
8044
|
-
},
|
|
8273
|
+
},
|
|
8274
|
+
billingPlan: {
|
|
8045
8275
|
serializedName: "properties.billingPlan",
|
|
8046
8276
|
type: {
|
|
8047
8277
|
name: "String",
|
|
8048
8278
|
},
|
|
8049
|
-
},
|
|
8279
|
+
},
|
|
8280
|
+
appliedScopeType: {
|
|
8050
8281
|
serializedName: "properties.appliedScopeType",
|
|
8051
8282
|
type: {
|
|
8052
8283
|
name: "String",
|
|
8053
8284
|
},
|
|
8054
|
-
},
|
|
8285
|
+
},
|
|
8286
|
+
appliedScopeProperties: {
|
|
8055
8287
|
serializedName: "properties.appliedScopeProperties",
|
|
8056
8288
|
type: {
|
|
8057
8289
|
name: "Composite",
|
|
8058
8290
|
className: "AppliedScopeProperties",
|
|
8059
8291
|
},
|
|
8060
|
-
},
|
|
8292
|
+
},
|
|
8293
|
+
commitment: {
|
|
8061
8294
|
serializedName: "properties.commitment",
|
|
8062
8295
|
type: {
|
|
8063
8296
|
name: "Composite",
|
|
8064
8297
|
className: "Commitment",
|
|
8065
8298
|
},
|
|
8066
|
-
},
|
|
8299
|
+
},
|
|
8300
|
+
effectiveDateTime: {
|
|
8067
8301
|
serializedName: "properties.effectiveDateTime",
|
|
8068
8302
|
readOnly: true,
|
|
8069
8303
|
type: {
|
|
8070
8304
|
name: "DateTime",
|
|
8071
8305
|
},
|
|
8072
|
-
},
|
|
8306
|
+
},
|
|
8307
|
+
benefitStartTime: {
|
|
8073
8308
|
serializedName: "properties.benefitStartTime",
|
|
8074
8309
|
readOnly: true,
|
|
8075
8310
|
type: {
|
|
8076
8311
|
name: "DateTime",
|
|
8077
8312
|
},
|
|
8078
|
-
},
|
|
8313
|
+
},
|
|
8314
|
+
expiryDateTime: {
|
|
8079
8315
|
serializedName: "properties.expiryDateTime",
|
|
8080
8316
|
readOnly: true,
|
|
8081
8317
|
type: {
|
|
8082
8318
|
name: "DateTime",
|
|
8083
8319
|
},
|
|
8084
|
-
},
|
|
8320
|
+
},
|
|
8321
|
+
purchaseDateTime: {
|
|
8085
8322
|
serializedName: "properties.purchaseDateTime",
|
|
8086
8323
|
readOnly: true,
|
|
8087
8324
|
type: {
|
|
8088
8325
|
name: "DateTime",
|
|
8089
8326
|
},
|
|
8090
|
-
},
|
|
8327
|
+
},
|
|
8328
|
+
utilization: {
|
|
8091
8329
|
serializedName: "properties.utilization",
|
|
8092
8330
|
type: {
|
|
8093
8331
|
name: "Composite",
|
|
8094
8332
|
className: "Utilization",
|
|
8095
8333
|
},
|
|
8096
|
-
},
|
|
8334
|
+
},
|
|
8335
|
+
extendedStatusInfo: {
|
|
8097
8336
|
serializedName: "properties.extendedStatusInfo",
|
|
8098
8337
|
type: {
|
|
8099
8338
|
name: "Composite",
|
|
8100
8339
|
className: "ExtendedStatusInfo",
|
|
8101
8340
|
},
|
|
8102
|
-
},
|
|
8341
|
+
},
|
|
8342
|
+
productCode: {
|
|
8103
8343
|
serializedName: "properties.productCode",
|
|
8104
8344
|
type: {
|
|
8105
8345
|
name: "String",
|
|
8106
8346
|
},
|
|
8107
|
-
}
|
|
8347
|
+
},
|
|
8348
|
+
},
|
|
8108
8349
|
},
|
|
8109
8350
|
};
|
|
8110
8351
|
exports.BillingSubscription = {
|
|
8111
8352
|
type: {
|
|
8112
8353
|
name: "Composite",
|
|
8113
8354
|
className: "BillingSubscription",
|
|
8114
|
-
modelProperties:
|
|
8355
|
+
modelProperties: {
|
|
8356
|
+
...exports.ProxyResourceWithTags.type.modelProperties,
|
|
8357
|
+
autoRenew: {
|
|
8115
8358
|
serializedName: "properties.autoRenew",
|
|
8116
8359
|
type: {
|
|
8117
8360
|
name: "String",
|
|
8118
8361
|
},
|
|
8119
|
-
},
|
|
8362
|
+
},
|
|
8363
|
+
beneficiaryTenantId: {
|
|
8120
8364
|
serializedName: "properties.beneficiaryTenantId",
|
|
8121
8365
|
type: {
|
|
8122
8366
|
name: "String",
|
|
8123
8367
|
},
|
|
8124
|
-
},
|
|
8368
|
+
},
|
|
8369
|
+
beneficiary: {
|
|
8125
8370
|
serializedName: "properties.beneficiary",
|
|
8126
8371
|
type: {
|
|
8127
8372
|
name: "Composite",
|
|
8128
8373
|
className: "Beneficiary",
|
|
8129
8374
|
},
|
|
8130
|
-
},
|
|
8375
|
+
},
|
|
8376
|
+
billingFrequency: {
|
|
8131
8377
|
serializedName: "properties.billingFrequency",
|
|
8132
8378
|
type: {
|
|
8133
8379
|
name: "String",
|
|
8134
8380
|
},
|
|
8135
|
-
},
|
|
8381
|
+
},
|
|
8382
|
+
billingProfileId: {
|
|
8136
8383
|
serializedName: "properties.billingProfileId",
|
|
8137
8384
|
type: {
|
|
8138
8385
|
name: "String",
|
|
8139
8386
|
},
|
|
8140
|
-
},
|
|
8387
|
+
},
|
|
8388
|
+
billingPolicies: {
|
|
8141
8389
|
serializedName: "properties.billingPolicies",
|
|
8142
8390
|
readOnly: true,
|
|
8143
8391
|
type: {
|
|
8144
8392
|
name: "Dictionary",
|
|
8145
8393
|
value: { type: { name: "String" } },
|
|
8146
8394
|
},
|
|
8147
|
-
},
|
|
8395
|
+
},
|
|
8396
|
+
billingProfileDisplayName: {
|
|
8148
8397
|
serializedName: "properties.billingProfileDisplayName",
|
|
8149
8398
|
readOnly: true,
|
|
8150
8399
|
type: {
|
|
8151
8400
|
name: "String",
|
|
8152
8401
|
},
|
|
8153
|
-
},
|
|
8402
|
+
},
|
|
8403
|
+
billingProfileName: {
|
|
8154
8404
|
serializedName: "properties.billingProfileName",
|
|
8155
8405
|
readOnly: true,
|
|
8156
8406
|
type: {
|
|
8157
8407
|
name: "String",
|
|
8158
8408
|
},
|
|
8159
|
-
},
|
|
8409
|
+
},
|
|
8410
|
+
consumptionCostCenter: {
|
|
8160
8411
|
serializedName: "properties.consumptionCostCenter",
|
|
8161
8412
|
type: {
|
|
8162
8413
|
name: "String",
|
|
8163
8414
|
},
|
|
8164
|
-
},
|
|
8415
|
+
},
|
|
8416
|
+
customerId: {
|
|
8165
8417
|
serializedName: "properties.customerId",
|
|
8166
8418
|
type: {
|
|
8167
8419
|
name: "String",
|
|
8168
8420
|
},
|
|
8169
|
-
},
|
|
8421
|
+
},
|
|
8422
|
+
customerDisplayName: {
|
|
8170
8423
|
serializedName: "properties.customerDisplayName",
|
|
8171
8424
|
readOnly: true,
|
|
8172
8425
|
type: {
|
|
8173
8426
|
name: "String",
|
|
8174
8427
|
},
|
|
8175
|
-
},
|
|
8428
|
+
},
|
|
8429
|
+
customerName: {
|
|
8176
8430
|
serializedName: "properties.customerName",
|
|
8177
8431
|
readOnly: true,
|
|
8178
8432
|
type: {
|
|
8179
8433
|
name: "String",
|
|
8180
8434
|
},
|
|
8181
|
-
},
|
|
8435
|
+
},
|
|
8436
|
+
displayName: {
|
|
8182
8437
|
serializedName: "properties.displayName",
|
|
8183
8438
|
type: {
|
|
8184
8439
|
name: "String",
|
|
8185
8440
|
},
|
|
8186
|
-
},
|
|
8441
|
+
},
|
|
8442
|
+
enrollmentAccountId: {
|
|
8187
8443
|
serializedName: "properties.enrollmentAccountId",
|
|
8188
8444
|
readOnly: true,
|
|
8189
8445
|
type: {
|
|
8190
8446
|
name: "String",
|
|
8191
8447
|
},
|
|
8192
|
-
},
|
|
8448
|
+
},
|
|
8449
|
+
enrollmentAccountDisplayName: {
|
|
8193
8450
|
serializedName: "properties.enrollmentAccountDisplayName",
|
|
8194
8451
|
readOnly: true,
|
|
8195
8452
|
type: {
|
|
8196
8453
|
name: "String",
|
|
8197
8454
|
},
|
|
8198
|
-
},
|
|
8455
|
+
},
|
|
8456
|
+
invoiceSectionId: {
|
|
8199
8457
|
serializedName: "properties.invoiceSectionId",
|
|
8200
8458
|
type: {
|
|
8201
8459
|
name: "String",
|
|
8202
8460
|
},
|
|
8203
|
-
},
|
|
8461
|
+
},
|
|
8462
|
+
invoiceSectionDisplayName: {
|
|
8204
8463
|
serializedName: "properties.invoiceSectionDisplayName",
|
|
8205
8464
|
readOnly: true,
|
|
8206
8465
|
type: {
|
|
8207
8466
|
name: "String",
|
|
8208
8467
|
},
|
|
8209
|
-
},
|
|
8468
|
+
},
|
|
8469
|
+
invoiceSectionName: {
|
|
8210
8470
|
serializedName: "properties.invoiceSectionName",
|
|
8211
8471
|
readOnly: true,
|
|
8212
8472
|
type: {
|
|
8213
8473
|
name: "String",
|
|
8214
8474
|
},
|
|
8215
|
-
},
|
|
8475
|
+
},
|
|
8476
|
+
lastMonthCharges: {
|
|
8216
8477
|
serializedName: "properties.lastMonthCharges",
|
|
8217
8478
|
type: {
|
|
8218
8479
|
name: "Composite",
|
|
8219
8480
|
className: "Amount",
|
|
8220
8481
|
},
|
|
8221
|
-
},
|
|
8482
|
+
},
|
|
8483
|
+
monthToDateCharges: {
|
|
8222
8484
|
serializedName: "properties.monthToDateCharges",
|
|
8223
8485
|
type: {
|
|
8224
8486
|
name: "Composite",
|
|
8225
8487
|
className: "Amount",
|
|
8226
8488
|
},
|
|
8227
|
-
},
|
|
8489
|
+
},
|
|
8490
|
+
nextBillingCycleDetails: {
|
|
8228
8491
|
serializedName: "properties.nextBillingCycleDetails",
|
|
8229
8492
|
type: {
|
|
8230
8493
|
name: "Composite",
|
|
8231
8494
|
className: "NextBillingCycleDetails",
|
|
8232
8495
|
},
|
|
8233
|
-
},
|
|
8496
|
+
},
|
|
8497
|
+
offerId: {
|
|
8234
8498
|
serializedName: "properties.offerId",
|
|
8235
8499
|
readOnly: true,
|
|
8236
8500
|
type: {
|
|
8237
8501
|
name: "String",
|
|
8238
8502
|
},
|
|
8239
|
-
},
|
|
8503
|
+
},
|
|
8504
|
+
productCategory: {
|
|
8240
8505
|
serializedName: "properties.productCategory",
|
|
8241
8506
|
readOnly: true,
|
|
8242
8507
|
type: {
|
|
8243
8508
|
name: "String",
|
|
8244
8509
|
},
|
|
8245
|
-
},
|
|
8510
|
+
},
|
|
8511
|
+
productType: {
|
|
8246
8512
|
serializedName: "properties.productType",
|
|
8247
8513
|
readOnly: true,
|
|
8248
8514
|
type: {
|
|
8249
8515
|
name: "String",
|
|
8250
8516
|
},
|
|
8251
|
-
},
|
|
8517
|
+
},
|
|
8518
|
+
productTypeId: {
|
|
8252
8519
|
serializedName: "properties.productTypeId",
|
|
8253
8520
|
type: {
|
|
8254
8521
|
name: "String",
|
|
8255
8522
|
},
|
|
8256
|
-
},
|
|
8523
|
+
},
|
|
8524
|
+
purchaseDate: {
|
|
8257
8525
|
serializedName: "properties.purchaseDate",
|
|
8258
8526
|
readOnly: true,
|
|
8259
8527
|
type: {
|
|
8260
8528
|
name: "DateTime",
|
|
8261
8529
|
},
|
|
8262
|
-
},
|
|
8530
|
+
},
|
|
8531
|
+
quantity: {
|
|
8263
8532
|
serializedName: "properties.quantity",
|
|
8264
8533
|
type: {
|
|
8265
8534
|
name: "Number",
|
|
8266
8535
|
},
|
|
8267
|
-
},
|
|
8536
|
+
},
|
|
8537
|
+
reseller: {
|
|
8268
8538
|
serializedName: "properties.reseller",
|
|
8269
8539
|
type: {
|
|
8270
8540
|
name: "Composite",
|
|
8271
8541
|
className: "Reseller",
|
|
8272
8542
|
},
|
|
8273
|
-
},
|
|
8543
|
+
},
|
|
8544
|
+
renewalTermDetails: {
|
|
8274
8545
|
serializedName: "properties.renewalTermDetails",
|
|
8275
8546
|
type: {
|
|
8276
8547
|
name: "Composite",
|
|
8277
8548
|
className: "RenewalTermDetails",
|
|
8278
8549
|
},
|
|
8279
|
-
},
|
|
8550
|
+
},
|
|
8551
|
+
skuId: {
|
|
8280
8552
|
serializedName: "properties.skuId",
|
|
8281
8553
|
type: {
|
|
8282
8554
|
name: "String",
|
|
8283
8555
|
},
|
|
8284
|
-
},
|
|
8556
|
+
},
|
|
8557
|
+
skuDescription: {
|
|
8285
8558
|
serializedName: "properties.skuDescription",
|
|
8286
8559
|
readOnly: true,
|
|
8287
8560
|
type: {
|
|
8288
8561
|
name: "String",
|
|
8289
8562
|
},
|
|
8290
|
-
},
|
|
8563
|
+
},
|
|
8564
|
+
systemOverrides: {
|
|
8291
8565
|
serializedName: "properties.systemOverrides",
|
|
8292
8566
|
type: {
|
|
8293
8567
|
name: "Composite",
|
|
8294
8568
|
className: "SystemOverrides",
|
|
8295
8569
|
},
|
|
8296
|
-
},
|
|
8570
|
+
},
|
|
8571
|
+
resourceUri: {
|
|
8297
8572
|
serializedName: "properties.resourceUri",
|
|
8298
8573
|
readOnly: true,
|
|
8299
8574
|
type: {
|
|
8300
8575
|
name: "String",
|
|
8301
8576
|
},
|
|
8302
|
-
},
|
|
8577
|
+
},
|
|
8578
|
+
termDuration: {
|
|
8303
8579
|
serializedName: "properties.termDuration",
|
|
8304
8580
|
type: {
|
|
8305
8581
|
name: "String",
|
|
8306
8582
|
},
|
|
8307
|
-
},
|
|
8583
|
+
},
|
|
8584
|
+
termStartDate: {
|
|
8308
8585
|
serializedName: "properties.termStartDate",
|
|
8309
8586
|
readOnly: true,
|
|
8310
8587
|
type: {
|
|
8311
8588
|
name: "DateTime",
|
|
8312
8589
|
},
|
|
8313
|
-
},
|
|
8590
|
+
},
|
|
8591
|
+
termEndDate: {
|
|
8314
8592
|
serializedName: "properties.termEndDate",
|
|
8315
8593
|
readOnly: true,
|
|
8316
8594
|
type: {
|
|
8317
8595
|
name: "DateTime",
|
|
8318
8596
|
},
|
|
8319
|
-
},
|
|
8597
|
+
},
|
|
8598
|
+
provisioningTenantId: {
|
|
8320
8599
|
serializedName: "properties.provisioningTenantId",
|
|
8321
8600
|
type: {
|
|
8322
8601
|
name: "String",
|
|
8323
8602
|
},
|
|
8324
|
-
},
|
|
8603
|
+
},
|
|
8604
|
+
status: {
|
|
8325
8605
|
serializedName: "properties.status",
|
|
8326
8606
|
readOnly: true,
|
|
8327
8607
|
type: {
|
|
8328
8608
|
name: "String",
|
|
8329
8609
|
},
|
|
8330
|
-
},
|
|
8610
|
+
},
|
|
8611
|
+
operationStatus: {
|
|
8331
8612
|
serializedName: "properties.operationStatus",
|
|
8332
8613
|
readOnly: true,
|
|
8333
8614
|
type: {
|
|
8334
8615
|
name: "String",
|
|
8335
8616
|
},
|
|
8336
|
-
},
|
|
8617
|
+
},
|
|
8618
|
+
provisioningState: {
|
|
8337
8619
|
serializedName: "properties.provisioningState",
|
|
8338
8620
|
readOnly: true,
|
|
8339
8621
|
type: {
|
|
8340
8622
|
name: "String",
|
|
8341
8623
|
},
|
|
8342
|
-
},
|
|
8624
|
+
},
|
|
8625
|
+
subscriptionId: {
|
|
8343
8626
|
serializedName: "properties.subscriptionId",
|
|
8344
8627
|
readOnly: true,
|
|
8345
8628
|
type: {
|
|
8346
8629
|
name: "String",
|
|
8347
8630
|
},
|
|
8348
|
-
},
|
|
8631
|
+
},
|
|
8632
|
+
suspensionReasons: {
|
|
8349
8633
|
serializedName: "properties.suspensionReasons",
|
|
8350
8634
|
readOnly: true,
|
|
8351
8635
|
type: {
|
|
@@ -8356,7 +8640,8 @@ exports.BillingSubscription = {
|
|
|
8356
8640
|
},
|
|
8357
8641
|
},
|
|
8358
8642
|
},
|
|
8359
|
-
},
|
|
8643
|
+
},
|
|
8644
|
+
suspensionReasonDetails: {
|
|
8360
8645
|
serializedName: "properties.suspensionReasonDetails",
|
|
8361
8646
|
readOnly: true,
|
|
8362
8647
|
type: {
|
|
@@ -8368,260 +8653,306 @@ exports.BillingSubscription = {
|
|
|
8368
8653
|
},
|
|
8369
8654
|
},
|
|
8370
8655
|
},
|
|
8371
|
-
},
|
|
8656
|
+
},
|
|
8657
|
+
enrollmentAccountStartDate: {
|
|
8372
8658
|
serializedName: "properties.enrollmentAccountSubscriptionDetails.enrollmentAccountStartDate",
|
|
8373
8659
|
readOnly: true,
|
|
8374
8660
|
type: {
|
|
8375
8661
|
name: "DateTime",
|
|
8376
8662
|
},
|
|
8377
|
-
},
|
|
8663
|
+
},
|
|
8664
|
+
subscriptionEnrollmentAccountStatus: {
|
|
8378
8665
|
serializedName: "properties.enrollmentAccountSubscriptionDetails.subscriptionEnrollmentAccountStatus",
|
|
8379
8666
|
readOnly: true,
|
|
8380
8667
|
type: {
|
|
8381
8668
|
name: "String",
|
|
8382
8669
|
},
|
|
8383
|
-
}
|
|
8670
|
+
},
|
|
8671
|
+
},
|
|
8384
8672
|
},
|
|
8385
8673
|
};
|
|
8386
8674
|
exports.BillingSubscriptionAlias = {
|
|
8387
8675
|
type: {
|
|
8388
8676
|
name: "Composite",
|
|
8389
8677
|
className: "BillingSubscriptionAlias",
|
|
8390
|
-
modelProperties:
|
|
8678
|
+
modelProperties: {
|
|
8679
|
+
...exports.ProxyResourceWithTags.type.modelProperties,
|
|
8680
|
+
autoRenew: {
|
|
8391
8681
|
serializedName: "properties.autoRenew",
|
|
8392
8682
|
type: {
|
|
8393
8683
|
name: "String",
|
|
8394
8684
|
},
|
|
8395
|
-
},
|
|
8685
|
+
},
|
|
8686
|
+
beneficiaryTenantId: {
|
|
8396
8687
|
serializedName: "properties.beneficiaryTenantId",
|
|
8397
8688
|
type: {
|
|
8398
8689
|
name: "String",
|
|
8399
8690
|
},
|
|
8400
|
-
},
|
|
8691
|
+
},
|
|
8692
|
+
beneficiary: {
|
|
8401
8693
|
serializedName: "properties.beneficiary",
|
|
8402
8694
|
type: {
|
|
8403
8695
|
name: "Composite",
|
|
8404
8696
|
className: "Beneficiary",
|
|
8405
8697
|
},
|
|
8406
|
-
},
|
|
8698
|
+
},
|
|
8699
|
+
billingFrequency: {
|
|
8407
8700
|
serializedName: "properties.billingFrequency",
|
|
8408
8701
|
type: {
|
|
8409
8702
|
name: "String",
|
|
8410
8703
|
},
|
|
8411
|
-
},
|
|
8704
|
+
},
|
|
8705
|
+
billingProfileId: {
|
|
8412
8706
|
serializedName: "properties.billingProfileId",
|
|
8413
8707
|
type: {
|
|
8414
8708
|
name: "String",
|
|
8415
8709
|
},
|
|
8416
|
-
},
|
|
8710
|
+
},
|
|
8711
|
+
billingPolicies: {
|
|
8417
8712
|
serializedName: "properties.billingPolicies",
|
|
8418
8713
|
readOnly: true,
|
|
8419
8714
|
type: {
|
|
8420
8715
|
name: "Dictionary",
|
|
8421
8716
|
value: { type: { name: "String" } },
|
|
8422
8717
|
},
|
|
8423
|
-
},
|
|
8718
|
+
},
|
|
8719
|
+
billingProfileDisplayName: {
|
|
8424
8720
|
serializedName: "properties.billingProfileDisplayName",
|
|
8425
8721
|
readOnly: true,
|
|
8426
8722
|
type: {
|
|
8427
8723
|
name: "String",
|
|
8428
8724
|
},
|
|
8429
|
-
},
|
|
8725
|
+
},
|
|
8726
|
+
billingProfileName: {
|
|
8430
8727
|
serializedName: "properties.billingProfileName",
|
|
8431
8728
|
readOnly: true,
|
|
8432
8729
|
type: {
|
|
8433
8730
|
name: "String",
|
|
8434
8731
|
},
|
|
8435
|
-
},
|
|
8732
|
+
},
|
|
8733
|
+
consumptionCostCenter: {
|
|
8436
8734
|
serializedName: "properties.consumptionCostCenter",
|
|
8437
8735
|
type: {
|
|
8438
8736
|
name: "String",
|
|
8439
8737
|
},
|
|
8440
|
-
},
|
|
8738
|
+
},
|
|
8739
|
+
customerId: {
|
|
8441
8740
|
serializedName: "properties.customerId",
|
|
8442
8741
|
type: {
|
|
8443
8742
|
name: "String",
|
|
8444
8743
|
},
|
|
8445
|
-
},
|
|
8744
|
+
},
|
|
8745
|
+
customerDisplayName: {
|
|
8446
8746
|
serializedName: "properties.customerDisplayName",
|
|
8447
8747
|
readOnly: true,
|
|
8448
8748
|
type: {
|
|
8449
8749
|
name: "String",
|
|
8450
8750
|
},
|
|
8451
|
-
},
|
|
8751
|
+
},
|
|
8752
|
+
customerName: {
|
|
8452
8753
|
serializedName: "properties.customerName",
|
|
8453
8754
|
readOnly: true,
|
|
8454
8755
|
type: {
|
|
8455
8756
|
name: "String",
|
|
8456
8757
|
},
|
|
8457
|
-
},
|
|
8758
|
+
},
|
|
8759
|
+
displayName: {
|
|
8458
8760
|
serializedName: "properties.displayName",
|
|
8459
8761
|
type: {
|
|
8460
8762
|
name: "String",
|
|
8461
8763
|
},
|
|
8462
|
-
},
|
|
8764
|
+
},
|
|
8765
|
+
enrollmentAccountId: {
|
|
8463
8766
|
serializedName: "properties.enrollmentAccountId",
|
|
8464
8767
|
readOnly: true,
|
|
8465
8768
|
type: {
|
|
8466
8769
|
name: "String",
|
|
8467
8770
|
},
|
|
8468
|
-
},
|
|
8771
|
+
},
|
|
8772
|
+
enrollmentAccountDisplayName: {
|
|
8469
8773
|
serializedName: "properties.enrollmentAccountDisplayName",
|
|
8470
8774
|
readOnly: true,
|
|
8471
8775
|
type: {
|
|
8472
8776
|
name: "String",
|
|
8473
8777
|
},
|
|
8474
|
-
},
|
|
8778
|
+
},
|
|
8779
|
+
invoiceSectionId: {
|
|
8475
8780
|
serializedName: "properties.invoiceSectionId",
|
|
8476
8781
|
type: {
|
|
8477
8782
|
name: "String",
|
|
8478
8783
|
},
|
|
8479
|
-
},
|
|
8784
|
+
},
|
|
8785
|
+
invoiceSectionDisplayName: {
|
|
8480
8786
|
serializedName: "properties.invoiceSectionDisplayName",
|
|
8481
8787
|
readOnly: true,
|
|
8482
8788
|
type: {
|
|
8483
8789
|
name: "String",
|
|
8484
8790
|
},
|
|
8485
|
-
},
|
|
8791
|
+
},
|
|
8792
|
+
invoiceSectionName: {
|
|
8486
8793
|
serializedName: "properties.invoiceSectionName",
|
|
8487
8794
|
readOnly: true,
|
|
8488
8795
|
type: {
|
|
8489
8796
|
name: "String",
|
|
8490
8797
|
},
|
|
8491
|
-
},
|
|
8798
|
+
},
|
|
8799
|
+
lastMonthCharges: {
|
|
8492
8800
|
serializedName: "properties.lastMonthCharges",
|
|
8493
8801
|
type: {
|
|
8494
8802
|
name: "Composite",
|
|
8495
8803
|
className: "Amount",
|
|
8496
8804
|
},
|
|
8497
|
-
},
|
|
8805
|
+
},
|
|
8806
|
+
monthToDateCharges: {
|
|
8498
8807
|
serializedName: "properties.monthToDateCharges",
|
|
8499
8808
|
type: {
|
|
8500
8809
|
name: "Composite",
|
|
8501
8810
|
className: "Amount",
|
|
8502
8811
|
},
|
|
8503
|
-
},
|
|
8812
|
+
},
|
|
8813
|
+
nextBillingCycleDetails: {
|
|
8504
8814
|
serializedName: "properties.nextBillingCycleDetails",
|
|
8505
8815
|
type: {
|
|
8506
8816
|
name: "Composite",
|
|
8507
8817
|
className: "NextBillingCycleDetails",
|
|
8508
8818
|
},
|
|
8509
|
-
},
|
|
8819
|
+
},
|
|
8820
|
+
offerId: {
|
|
8510
8821
|
serializedName: "properties.offerId",
|
|
8511
8822
|
readOnly: true,
|
|
8512
8823
|
type: {
|
|
8513
8824
|
name: "String",
|
|
8514
8825
|
},
|
|
8515
|
-
},
|
|
8826
|
+
},
|
|
8827
|
+
productCategory: {
|
|
8516
8828
|
serializedName: "properties.productCategory",
|
|
8517
8829
|
readOnly: true,
|
|
8518
8830
|
type: {
|
|
8519
8831
|
name: "String",
|
|
8520
8832
|
},
|
|
8521
|
-
},
|
|
8833
|
+
},
|
|
8834
|
+
productType: {
|
|
8522
8835
|
serializedName: "properties.productType",
|
|
8523
8836
|
readOnly: true,
|
|
8524
8837
|
type: {
|
|
8525
8838
|
name: "String",
|
|
8526
8839
|
},
|
|
8527
|
-
},
|
|
8840
|
+
},
|
|
8841
|
+
productTypeId: {
|
|
8528
8842
|
serializedName: "properties.productTypeId",
|
|
8529
8843
|
type: {
|
|
8530
8844
|
name: "String",
|
|
8531
8845
|
},
|
|
8532
|
-
},
|
|
8846
|
+
},
|
|
8847
|
+
purchaseDate: {
|
|
8533
8848
|
serializedName: "properties.purchaseDate",
|
|
8534
8849
|
readOnly: true,
|
|
8535
8850
|
type: {
|
|
8536
8851
|
name: "DateTime",
|
|
8537
8852
|
},
|
|
8538
|
-
},
|
|
8853
|
+
},
|
|
8854
|
+
quantity: {
|
|
8539
8855
|
serializedName: "properties.quantity",
|
|
8540
8856
|
type: {
|
|
8541
8857
|
name: "Number",
|
|
8542
8858
|
},
|
|
8543
|
-
},
|
|
8859
|
+
},
|
|
8860
|
+
reseller: {
|
|
8544
8861
|
serializedName: "properties.reseller",
|
|
8545
8862
|
type: {
|
|
8546
8863
|
name: "Composite",
|
|
8547
8864
|
className: "Reseller",
|
|
8548
8865
|
},
|
|
8549
|
-
},
|
|
8866
|
+
},
|
|
8867
|
+
renewalTermDetails: {
|
|
8550
8868
|
serializedName: "properties.renewalTermDetails",
|
|
8551
8869
|
type: {
|
|
8552
8870
|
name: "Composite",
|
|
8553
8871
|
className: "RenewalTermDetails",
|
|
8554
8872
|
},
|
|
8555
|
-
},
|
|
8873
|
+
},
|
|
8874
|
+
skuId: {
|
|
8556
8875
|
serializedName: "properties.skuId",
|
|
8557
8876
|
type: {
|
|
8558
8877
|
name: "String",
|
|
8559
8878
|
},
|
|
8560
|
-
},
|
|
8879
|
+
},
|
|
8880
|
+
skuDescription: {
|
|
8561
8881
|
serializedName: "properties.skuDescription",
|
|
8562
8882
|
readOnly: true,
|
|
8563
8883
|
type: {
|
|
8564
8884
|
name: "String",
|
|
8565
8885
|
},
|
|
8566
|
-
},
|
|
8886
|
+
},
|
|
8887
|
+
systemOverrides: {
|
|
8567
8888
|
serializedName: "properties.systemOverrides",
|
|
8568
8889
|
type: {
|
|
8569
8890
|
name: "Composite",
|
|
8570
8891
|
className: "SystemOverrides",
|
|
8571
8892
|
},
|
|
8572
|
-
},
|
|
8893
|
+
},
|
|
8894
|
+
resourceUri: {
|
|
8573
8895
|
serializedName: "properties.resourceUri",
|
|
8574
8896
|
readOnly: true,
|
|
8575
8897
|
type: {
|
|
8576
8898
|
name: "String",
|
|
8577
8899
|
},
|
|
8578
|
-
},
|
|
8900
|
+
},
|
|
8901
|
+
termDuration: {
|
|
8579
8902
|
serializedName: "properties.termDuration",
|
|
8580
8903
|
type: {
|
|
8581
8904
|
name: "String",
|
|
8582
8905
|
},
|
|
8583
|
-
},
|
|
8906
|
+
},
|
|
8907
|
+
termStartDate: {
|
|
8584
8908
|
serializedName: "properties.termStartDate",
|
|
8585
8909
|
readOnly: true,
|
|
8586
8910
|
type: {
|
|
8587
8911
|
name: "DateTime",
|
|
8588
8912
|
},
|
|
8589
|
-
},
|
|
8913
|
+
},
|
|
8914
|
+
termEndDate: {
|
|
8590
8915
|
serializedName: "properties.termEndDate",
|
|
8591
8916
|
readOnly: true,
|
|
8592
8917
|
type: {
|
|
8593
8918
|
name: "DateTime",
|
|
8594
8919
|
},
|
|
8595
|
-
},
|
|
8920
|
+
},
|
|
8921
|
+
provisioningTenantId: {
|
|
8596
8922
|
serializedName: "properties.provisioningTenantId",
|
|
8597
8923
|
type: {
|
|
8598
8924
|
name: "String",
|
|
8599
8925
|
},
|
|
8600
|
-
},
|
|
8926
|
+
},
|
|
8927
|
+
status: {
|
|
8601
8928
|
serializedName: "properties.status",
|
|
8602
8929
|
readOnly: true,
|
|
8603
8930
|
type: {
|
|
8604
8931
|
name: "String",
|
|
8605
8932
|
},
|
|
8606
|
-
},
|
|
8933
|
+
},
|
|
8934
|
+
operationStatus: {
|
|
8607
8935
|
serializedName: "properties.operationStatus",
|
|
8608
8936
|
readOnly: true,
|
|
8609
8937
|
type: {
|
|
8610
8938
|
name: "String",
|
|
8611
8939
|
},
|
|
8612
|
-
},
|
|
8940
|
+
},
|
|
8941
|
+
provisioningState: {
|
|
8613
8942
|
serializedName: "properties.provisioningState",
|
|
8614
8943
|
readOnly: true,
|
|
8615
8944
|
type: {
|
|
8616
8945
|
name: "String",
|
|
8617
8946
|
},
|
|
8618
|
-
},
|
|
8947
|
+
},
|
|
8948
|
+
subscriptionId: {
|
|
8619
8949
|
serializedName: "properties.subscriptionId",
|
|
8620
8950
|
readOnly: true,
|
|
8621
8951
|
type: {
|
|
8622
8952
|
name: "String",
|
|
8623
8953
|
},
|
|
8624
|
-
},
|
|
8954
|
+
},
|
|
8955
|
+
suspensionReasons: {
|
|
8625
8956
|
serializedName: "properties.suspensionReasons",
|
|
8626
8957
|
readOnly: true,
|
|
8627
8958
|
type: {
|
|
@@ -8632,7 +8963,8 @@ exports.BillingSubscriptionAlias = {
|
|
|
8632
8963
|
},
|
|
8633
8964
|
},
|
|
8634
8965
|
},
|
|
8635
|
-
},
|
|
8966
|
+
},
|
|
8967
|
+
suspensionReasonDetails: {
|
|
8636
8968
|
serializedName: "properties.suspensionReasonDetails",
|
|
8637
8969
|
readOnly: true,
|
|
8638
8970
|
type: {
|
|
@@ -8644,266 +8976,313 @@ exports.BillingSubscriptionAlias = {
|
|
|
8644
8976
|
},
|
|
8645
8977
|
},
|
|
8646
8978
|
},
|
|
8647
|
-
},
|
|
8979
|
+
},
|
|
8980
|
+
enrollmentAccountStartDate: {
|
|
8648
8981
|
serializedName: "properties.enrollmentAccountSubscriptionDetails.enrollmentAccountStartDate",
|
|
8649
8982
|
readOnly: true,
|
|
8650
8983
|
type: {
|
|
8651
8984
|
name: "DateTime",
|
|
8652
8985
|
},
|
|
8653
|
-
},
|
|
8986
|
+
},
|
|
8987
|
+
subscriptionEnrollmentAccountStatus: {
|
|
8654
8988
|
serializedName: "properties.enrollmentAccountSubscriptionDetails.subscriptionEnrollmentAccountStatus",
|
|
8655
8989
|
readOnly: true,
|
|
8656
8990
|
type: {
|
|
8657
8991
|
name: "String",
|
|
8658
8992
|
},
|
|
8659
|
-
},
|
|
8993
|
+
},
|
|
8994
|
+
billingSubscriptionId: {
|
|
8660
8995
|
serializedName: "properties.billingSubscriptionId",
|
|
8661
8996
|
readOnly: true,
|
|
8662
8997
|
type: {
|
|
8663
8998
|
name: "String",
|
|
8664
8999
|
},
|
|
8665
|
-
}
|
|
9000
|
+
},
|
|
9001
|
+
},
|
|
8666
9002
|
},
|
|
8667
9003
|
};
|
|
8668
9004
|
exports.BillingSubscriptionPatch = {
|
|
8669
9005
|
type: {
|
|
8670
9006
|
name: "Composite",
|
|
8671
9007
|
className: "BillingSubscriptionPatch",
|
|
8672
|
-
modelProperties:
|
|
9008
|
+
modelProperties: {
|
|
9009
|
+
...exports.ProxyResourceWithTags.type.modelProperties,
|
|
9010
|
+
autoRenew: {
|
|
8673
9011
|
serializedName: "properties.autoRenew",
|
|
8674
9012
|
type: {
|
|
8675
9013
|
name: "String",
|
|
8676
9014
|
},
|
|
8677
|
-
},
|
|
9015
|
+
},
|
|
9016
|
+
beneficiaryTenantId: {
|
|
8678
9017
|
serializedName: "properties.beneficiaryTenantId",
|
|
8679
9018
|
type: {
|
|
8680
9019
|
name: "String",
|
|
8681
9020
|
},
|
|
8682
|
-
},
|
|
9021
|
+
},
|
|
9022
|
+
beneficiary: {
|
|
8683
9023
|
serializedName: "properties.beneficiary",
|
|
8684
9024
|
type: {
|
|
8685
9025
|
name: "Composite",
|
|
8686
9026
|
className: "Beneficiary",
|
|
8687
9027
|
},
|
|
8688
|
-
},
|
|
9028
|
+
},
|
|
9029
|
+
billingFrequency: {
|
|
8689
9030
|
serializedName: "properties.billingFrequency",
|
|
8690
9031
|
type: {
|
|
8691
9032
|
name: "String",
|
|
8692
9033
|
},
|
|
8693
|
-
},
|
|
9034
|
+
},
|
|
9035
|
+
billingProfileId: {
|
|
8694
9036
|
serializedName: "properties.billingProfileId",
|
|
8695
9037
|
type: {
|
|
8696
9038
|
name: "String",
|
|
8697
9039
|
},
|
|
8698
|
-
},
|
|
9040
|
+
},
|
|
9041
|
+
billingPolicies: {
|
|
8699
9042
|
serializedName: "properties.billingPolicies",
|
|
8700
9043
|
readOnly: true,
|
|
8701
9044
|
type: {
|
|
8702
9045
|
name: "Dictionary",
|
|
8703
9046
|
value: { type: { name: "String" } },
|
|
8704
9047
|
},
|
|
8705
|
-
},
|
|
9048
|
+
},
|
|
9049
|
+
billingProfileDisplayName: {
|
|
8706
9050
|
serializedName: "properties.billingProfileDisplayName",
|
|
8707
9051
|
readOnly: true,
|
|
8708
9052
|
type: {
|
|
8709
9053
|
name: "String",
|
|
8710
9054
|
},
|
|
8711
|
-
},
|
|
9055
|
+
},
|
|
9056
|
+
billingProfileName: {
|
|
8712
9057
|
serializedName: "properties.billingProfileName",
|
|
8713
9058
|
readOnly: true,
|
|
8714
9059
|
type: {
|
|
8715
9060
|
name: "String",
|
|
8716
9061
|
},
|
|
8717
|
-
},
|
|
9062
|
+
},
|
|
9063
|
+
consumptionCostCenter: {
|
|
8718
9064
|
serializedName: "properties.consumptionCostCenter",
|
|
8719
9065
|
type: {
|
|
8720
9066
|
name: "String",
|
|
8721
9067
|
},
|
|
8722
|
-
},
|
|
9068
|
+
},
|
|
9069
|
+
customerId: {
|
|
8723
9070
|
serializedName: "properties.customerId",
|
|
8724
9071
|
type: {
|
|
8725
9072
|
name: "String",
|
|
8726
9073
|
},
|
|
8727
|
-
},
|
|
9074
|
+
},
|
|
9075
|
+
customerDisplayName: {
|
|
8728
9076
|
serializedName: "properties.customerDisplayName",
|
|
8729
9077
|
readOnly: true,
|
|
8730
9078
|
type: {
|
|
8731
9079
|
name: "String",
|
|
8732
9080
|
},
|
|
8733
|
-
},
|
|
9081
|
+
},
|
|
9082
|
+
customerName: {
|
|
8734
9083
|
serializedName: "properties.customerName",
|
|
8735
9084
|
readOnly: true,
|
|
8736
9085
|
type: {
|
|
8737
9086
|
name: "String",
|
|
8738
9087
|
},
|
|
8739
|
-
},
|
|
9088
|
+
},
|
|
9089
|
+
displayName: {
|
|
8740
9090
|
serializedName: "properties.displayName",
|
|
8741
9091
|
type: {
|
|
8742
9092
|
name: "String",
|
|
8743
9093
|
},
|
|
8744
|
-
},
|
|
9094
|
+
},
|
|
9095
|
+
enrollmentAccountId: {
|
|
8745
9096
|
serializedName: "properties.enrollmentAccountId",
|
|
8746
9097
|
readOnly: true,
|
|
8747
9098
|
type: {
|
|
8748
9099
|
name: "String",
|
|
8749
9100
|
},
|
|
8750
|
-
},
|
|
9101
|
+
},
|
|
9102
|
+
enrollmentAccountDisplayName: {
|
|
8751
9103
|
serializedName: "properties.enrollmentAccountDisplayName",
|
|
8752
9104
|
readOnly: true,
|
|
8753
9105
|
type: {
|
|
8754
9106
|
name: "String",
|
|
8755
9107
|
},
|
|
8756
|
-
},
|
|
9108
|
+
},
|
|
9109
|
+
invoiceSectionId: {
|
|
8757
9110
|
serializedName: "properties.invoiceSectionId",
|
|
8758
9111
|
type: {
|
|
8759
9112
|
name: "String",
|
|
8760
9113
|
},
|
|
8761
|
-
},
|
|
9114
|
+
},
|
|
9115
|
+
invoiceSectionDisplayName: {
|
|
8762
9116
|
serializedName: "properties.invoiceSectionDisplayName",
|
|
8763
9117
|
readOnly: true,
|
|
8764
9118
|
type: {
|
|
8765
9119
|
name: "String",
|
|
8766
9120
|
},
|
|
8767
|
-
},
|
|
9121
|
+
},
|
|
9122
|
+
invoiceSectionName: {
|
|
8768
9123
|
serializedName: "properties.invoiceSectionName",
|
|
8769
9124
|
readOnly: true,
|
|
8770
9125
|
type: {
|
|
8771
9126
|
name: "String",
|
|
8772
9127
|
},
|
|
8773
|
-
},
|
|
9128
|
+
},
|
|
9129
|
+
lastMonthCharges: {
|
|
8774
9130
|
serializedName: "properties.lastMonthCharges",
|
|
8775
9131
|
type: {
|
|
8776
9132
|
name: "Composite",
|
|
8777
9133
|
className: "Amount",
|
|
8778
9134
|
},
|
|
8779
|
-
},
|
|
9135
|
+
},
|
|
9136
|
+
monthToDateCharges: {
|
|
8780
9137
|
serializedName: "properties.monthToDateCharges",
|
|
8781
9138
|
type: {
|
|
8782
9139
|
name: "Composite",
|
|
8783
9140
|
className: "Amount",
|
|
8784
9141
|
},
|
|
8785
|
-
},
|
|
9142
|
+
},
|
|
9143
|
+
nextBillingCycleDetails: {
|
|
8786
9144
|
serializedName: "properties.nextBillingCycleDetails",
|
|
8787
9145
|
type: {
|
|
8788
9146
|
name: "Composite",
|
|
8789
9147
|
className: "NextBillingCycleDetails",
|
|
8790
9148
|
},
|
|
8791
|
-
},
|
|
9149
|
+
},
|
|
9150
|
+
offerId: {
|
|
8792
9151
|
serializedName: "properties.offerId",
|
|
8793
9152
|
readOnly: true,
|
|
8794
9153
|
type: {
|
|
8795
9154
|
name: "String",
|
|
8796
9155
|
},
|
|
8797
|
-
},
|
|
9156
|
+
},
|
|
9157
|
+
productCategory: {
|
|
8798
9158
|
serializedName: "properties.productCategory",
|
|
8799
9159
|
readOnly: true,
|
|
8800
9160
|
type: {
|
|
8801
9161
|
name: "String",
|
|
8802
9162
|
},
|
|
8803
|
-
},
|
|
9163
|
+
},
|
|
9164
|
+
productType: {
|
|
8804
9165
|
serializedName: "properties.productType",
|
|
8805
9166
|
readOnly: true,
|
|
8806
9167
|
type: {
|
|
8807
9168
|
name: "String",
|
|
8808
9169
|
},
|
|
8809
|
-
},
|
|
9170
|
+
},
|
|
9171
|
+
productTypeId: {
|
|
8810
9172
|
serializedName: "properties.productTypeId",
|
|
8811
9173
|
type: {
|
|
8812
9174
|
name: "String",
|
|
8813
9175
|
},
|
|
8814
|
-
},
|
|
9176
|
+
},
|
|
9177
|
+
purchaseDate: {
|
|
8815
9178
|
serializedName: "properties.purchaseDate",
|
|
8816
9179
|
readOnly: true,
|
|
8817
9180
|
type: {
|
|
8818
9181
|
name: "DateTime",
|
|
8819
9182
|
},
|
|
8820
|
-
},
|
|
9183
|
+
},
|
|
9184
|
+
quantity: {
|
|
8821
9185
|
serializedName: "properties.quantity",
|
|
8822
9186
|
type: {
|
|
8823
9187
|
name: "Number",
|
|
8824
9188
|
},
|
|
8825
|
-
},
|
|
9189
|
+
},
|
|
9190
|
+
reseller: {
|
|
8826
9191
|
serializedName: "properties.reseller",
|
|
8827
9192
|
type: {
|
|
8828
9193
|
name: "Composite",
|
|
8829
9194
|
className: "Reseller",
|
|
8830
9195
|
},
|
|
8831
|
-
},
|
|
9196
|
+
},
|
|
9197
|
+
renewalTermDetails: {
|
|
8832
9198
|
serializedName: "properties.renewalTermDetails",
|
|
8833
9199
|
type: {
|
|
8834
9200
|
name: "Composite",
|
|
8835
9201
|
className: "RenewalTermDetails",
|
|
8836
9202
|
},
|
|
8837
|
-
},
|
|
9203
|
+
},
|
|
9204
|
+
skuId: {
|
|
8838
9205
|
serializedName: "properties.skuId",
|
|
8839
9206
|
type: {
|
|
8840
9207
|
name: "String",
|
|
8841
9208
|
},
|
|
8842
|
-
},
|
|
9209
|
+
},
|
|
9210
|
+
skuDescription: {
|
|
8843
9211
|
serializedName: "properties.skuDescription",
|
|
8844
9212
|
readOnly: true,
|
|
8845
9213
|
type: {
|
|
8846
9214
|
name: "String",
|
|
8847
9215
|
},
|
|
8848
|
-
},
|
|
9216
|
+
},
|
|
9217
|
+
systemOverrides: {
|
|
8849
9218
|
serializedName: "properties.systemOverrides",
|
|
8850
9219
|
type: {
|
|
8851
9220
|
name: "Composite",
|
|
8852
9221
|
className: "SystemOverrides",
|
|
8853
9222
|
},
|
|
8854
|
-
},
|
|
9223
|
+
},
|
|
9224
|
+
resourceUri: {
|
|
8855
9225
|
serializedName: "properties.resourceUri",
|
|
8856
9226
|
readOnly: true,
|
|
8857
9227
|
type: {
|
|
8858
9228
|
name: "String",
|
|
8859
9229
|
},
|
|
8860
|
-
},
|
|
9230
|
+
},
|
|
9231
|
+
termDuration: {
|
|
8861
9232
|
serializedName: "properties.termDuration",
|
|
8862
9233
|
type: {
|
|
8863
9234
|
name: "String",
|
|
8864
9235
|
},
|
|
8865
|
-
},
|
|
9236
|
+
},
|
|
9237
|
+
termStartDate: {
|
|
8866
9238
|
serializedName: "properties.termStartDate",
|
|
8867
9239
|
readOnly: true,
|
|
8868
9240
|
type: {
|
|
8869
9241
|
name: "DateTime",
|
|
8870
9242
|
},
|
|
8871
|
-
},
|
|
9243
|
+
},
|
|
9244
|
+
termEndDate: {
|
|
8872
9245
|
serializedName: "properties.termEndDate",
|
|
8873
9246
|
readOnly: true,
|
|
8874
9247
|
type: {
|
|
8875
9248
|
name: "DateTime",
|
|
8876
9249
|
},
|
|
8877
|
-
},
|
|
9250
|
+
},
|
|
9251
|
+
provisioningTenantId: {
|
|
8878
9252
|
serializedName: "properties.provisioningTenantId",
|
|
8879
9253
|
type: {
|
|
8880
9254
|
name: "String",
|
|
8881
9255
|
},
|
|
8882
|
-
},
|
|
9256
|
+
},
|
|
9257
|
+
status: {
|
|
8883
9258
|
serializedName: "properties.status",
|
|
8884
9259
|
readOnly: true,
|
|
8885
9260
|
type: {
|
|
8886
9261
|
name: "String",
|
|
8887
9262
|
},
|
|
8888
|
-
},
|
|
9263
|
+
},
|
|
9264
|
+
operationStatus: {
|
|
8889
9265
|
serializedName: "properties.operationStatus",
|
|
8890
9266
|
readOnly: true,
|
|
8891
9267
|
type: {
|
|
8892
9268
|
name: "String",
|
|
8893
9269
|
},
|
|
8894
|
-
},
|
|
9270
|
+
},
|
|
9271
|
+
provisioningState: {
|
|
8895
9272
|
serializedName: "properties.provisioningState",
|
|
8896
9273
|
readOnly: true,
|
|
8897
9274
|
type: {
|
|
8898
9275
|
name: "String",
|
|
8899
9276
|
},
|
|
8900
|
-
},
|
|
9277
|
+
},
|
|
9278
|
+
subscriptionId: {
|
|
8901
9279
|
serializedName: "properties.subscriptionId",
|
|
8902
9280
|
readOnly: true,
|
|
8903
9281
|
type: {
|
|
8904
9282
|
name: "String",
|
|
8905
9283
|
},
|
|
8906
|
-
},
|
|
9284
|
+
},
|
|
9285
|
+
suspensionReasons: {
|
|
8907
9286
|
serializedName: "properties.suspensionReasons",
|
|
8908
9287
|
readOnly: true,
|
|
8909
9288
|
type: {
|
|
@@ -8914,7 +9293,8 @@ exports.BillingSubscriptionPatch = {
|
|
|
8914
9293
|
},
|
|
8915
9294
|
},
|
|
8916
9295
|
},
|
|
8917
|
-
},
|
|
9296
|
+
},
|
|
9297
|
+
suspensionReasonDetails: {
|
|
8918
9298
|
serializedName: "properties.suspensionReasonDetails",
|
|
8919
9299
|
readOnly: true,
|
|
8920
9300
|
type: {
|
|
@@ -8926,121 +9306,146 @@ exports.BillingSubscriptionPatch = {
|
|
|
8926
9306
|
},
|
|
8927
9307
|
},
|
|
8928
9308
|
},
|
|
8929
|
-
},
|
|
9309
|
+
},
|
|
9310
|
+
enrollmentAccountStartDate: {
|
|
8930
9311
|
serializedName: "properties.enrollmentAccountSubscriptionDetails.enrollmentAccountStartDate",
|
|
8931
9312
|
readOnly: true,
|
|
8932
9313
|
type: {
|
|
8933
9314
|
name: "DateTime",
|
|
8934
9315
|
},
|
|
8935
|
-
},
|
|
9316
|
+
},
|
|
9317
|
+
subscriptionEnrollmentAccountStatus: {
|
|
8936
9318
|
serializedName: "properties.enrollmentAccountSubscriptionDetails.subscriptionEnrollmentAccountStatus",
|
|
8937
9319
|
readOnly: true,
|
|
8938
9320
|
type: {
|
|
8939
9321
|
name: "String",
|
|
8940
9322
|
},
|
|
8941
|
-
}
|
|
9323
|
+
},
|
|
9324
|
+
},
|
|
8942
9325
|
},
|
|
8943
9326
|
};
|
|
8944
9327
|
exports.Customer = {
|
|
8945
9328
|
type: {
|
|
8946
9329
|
name: "Composite",
|
|
8947
9330
|
className: "Customer",
|
|
8948
|
-
modelProperties:
|
|
9331
|
+
modelProperties: {
|
|
9332
|
+
...exports.ProxyResourceWithTags.type.modelProperties,
|
|
9333
|
+
properties: {
|
|
8949
9334
|
serializedName: "properties",
|
|
8950
9335
|
type: {
|
|
8951
9336
|
name: "Composite",
|
|
8952
9337
|
className: "CustomerProperties",
|
|
8953
9338
|
},
|
|
8954
|
-
}
|
|
9339
|
+
},
|
|
9340
|
+
},
|
|
8955
9341
|
},
|
|
8956
9342
|
};
|
|
8957
9343
|
exports.Department = {
|
|
8958
9344
|
type: {
|
|
8959
9345
|
name: "Composite",
|
|
8960
9346
|
className: "Department",
|
|
8961
|
-
modelProperties:
|
|
9347
|
+
modelProperties: {
|
|
9348
|
+
...exports.ProxyResourceWithTags.type.modelProperties,
|
|
9349
|
+
properties: {
|
|
8962
9350
|
serializedName: "properties",
|
|
8963
9351
|
type: {
|
|
8964
9352
|
name: "Composite",
|
|
8965
9353
|
className: "DepartmentProperties",
|
|
8966
9354
|
},
|
|
8967
|
-
}
|
|
9355
|
+
},
|
|
9356
|
+
},
|
|
8968
9357
|
},
|
|
8969
9358
|
};
|
|
8970
9359
|
exports.EnrollmentAccount = {
|
|
8971
9360
|
type: {
|
|
8972
9361
|
name: "Composite",
|
|
8973
9362
|
className: "EnrollmentAccount",
|
|
8974
|
-
modelProperties:
|
|
9363
|
+
modelProperties: {
|
|
9364
|
+
...exports.ProxyResourceWithTags.type.modelProperties,
|
|
9365
|
+
properties: {
|
|
8975
9366
|
serializedName: "properties",
|
|
8976
9367
|
type: {
|
|
8977
9368
|
name: "Composite",
|
|
8978
9369
|
className: "EnrollmentAccountProperties",
|
|
8979
9370
|
},
|
|
8980
|
-
}
|
|
9371
|
+
},
|
|
9372
|
+
},
|
|
8981
9373
|
},
|
|
8982
9374
|
};
|
|
8983
9375
|
exports.Invoice = {
|
|
8984
9376
|
type: {
|
|
8985
9377
|
name: "Composite",
|
|
8986
9378
|
className: "Invoice",
|
|
8987
|
-
modelProperties:
|
|
9379
|
+
modelProperties: {
|
|
9380
|
+
...exports.ProxyResourceWithTags.type.modelProperties,
|
|
9381
|
+
properties: {
|
|
8988
9382
|
serializedName: "properties",
|
|
8989
9383
|
type: {
|
|
8990
9384
|
name: "Composite",
|
|
8991
9385
|
className: "InvoiceProperties",
|
|
8992
9386
|
},
|
|
8993
|
-
}
|
|
9387
|
+
},
|
|
9388
|
+
},
|
|
8994
9389
|
},
|
|
8995
9390
|
};
|
|
8996
9391
|
exports.InvoiceSection = {
|
|
8997
9392
|
type: {
|
|
8998
9393
|
name: "Composite",
|
|
8999
9394
|
className: "InvoiceSection",
|
|
9000
|
-
modelProperties:
|
|
9395
|
+
modelProperties: {
|
|
9396
|
+
...exports.ProxyResourceWithTags.type.modelProperties,
|
|
9397
|
+
properties: {
|
|
9001
9398
|
serializedName: "properties",
|
|
9002
9399
|
type: {
|
|
9003
9400
|
name: "Composite",
|
|
9004
9401
|
className: "InvoiceSectionProperties",
|
|
9005
9402
|
},
|
|
9006
|
-
}
|
|
9403
|
+
},
|
|
9404
|
+
},
|
|
9007
9405
|
},
|
|
9008
9406
|
};
|
|
9009
9407
|
exports.PaymentMethodLink = {
|
|
9010
9408
|
type: {
|
|
9011
9409
|
name: "Composite",
|
|
9012
9410
|
className: "PaymentMethodLink",
|
|
9013
|
-
modelProperties:
|
|
9411
|
+
modelProperties: {
|
|
9412
|
+
...exports.ProxyResourceWithTags.type.modelProperties,
|
|
9413
|
+
accountHolderName: {
|
|
9014
9414
|
serializedName: "properties.accountHolderName",
|
|
9015
9415
|
readOnly: true,
|
|
9016
9416
|
type: {
|
|
9017
9417
|
name: "String",
|
|
9018
9418
|
},
|
|
9019
|
-
},
|
|
9419
|
+
},
|
|
9420
|
+
displayName: {
|
|
9020
9421
|
serializedName: "properties.displayName",
|
|
9021
9422
|
readOnly: true,
|
|
9022
9423
|
type: {
|
|
9023
9424
|
name: "String",
|
|
9024
9425
|
},
|
|
9025
|
-
},
|
|
9426
|
+
},
|
|
9427
|
+
expiration: {
|
|
9026
9428
|
serializedName: "properties.expiration",
|
|
9027
9429
|
readOnly: true,
|
|
9028
9430
|
type: {
|
|
9029
9431
|
name: "String",
|
|
9030
9432
|
},
|
|
9031
|
-
},
|
|
9433
|
+
},
|
|
9434
|
+
family: {
|
|
9032
9435
|
serializedName: "properties.family",
|
|
9033
9436
|
readOnly: true,
|
|
9034
9437
|
type: {
|
|
9035
9438
|
name: "String",
|
|
9036
9439
|
},
|
|
9037
|
-
},
|
|
9440
|
+
},
|
|
9441
|
+
lastFourDigits: {
|
|
9038
9442
|
serializedName: "properties.lastFourDigits",
|
|
9039
9443
|
readOnly: true,
|
|
9040
9444
|
type: {
|
|
9041
9445
|
name: "String",
|
|
9042
9446
|
},
|
|
9043
|
-
},
|
|
9447
|
+
},
|
|
9448
|
+
logos: {
|
|
9044
9449
|
serializedName: "properties.logos",
|
|
9045
9450
|
readOnly: true,
|
|
9046
9451
|
type: {
|
|
@@ -9052,72 +9457,85 @@ exports.PaymentMethodLink = {
|
|
|
9052
9457
|
},
|
|
9053
9458
|
},
|
|
9054
9459
|
},
|
|
9055
|
-
},
|
|
9460
|
+
},
|
|
9461
|
+
paymentMethod: {
|
|
9056
9462
|
serializedName: "properties.paymentMethod",
|
|
9057
9463
|
type: {
|
|
9058
9464
|
name: "Composite",
|
|
9059
9465
|
className: "PaymentMethodProperties",
|
|
9060
9466
|
},
|
|
9061
|
-
},
|
|
9467
|
+
},
|
|
9468
|
+
paymentMethodId: {
|
|
9062
9469
|
serializedName: "properties.paymentMethodId",
|
|
9063
9470
|
type: {
|
|
9064
9471
|
name: "String",
|
|
9065
9472
|
},
|
|
9066
|
-
},
|
|
9473
|
+
},
|
|
9474
|
+
paymentMethodType: {
|
|
9067
9475
|
serializedName: "properties.paymentMethodType",
|
|
9068
9476
|
readOnly: true,
|
|
9069
9477
|
type: {
|
|
9070
9478
|
name: "String",
|
|
9071
9479
|
},
|
|
9072
|
-
},
|
|
9480
|
+
},
|
|
9481
|
+
status: {
|
|
9073
9482
|
serializedName: "properties.status",
|
|
9074
9483
|
readOnly: true,
|
|
9075
9484
|
type: {
|
|
9076
9485
|
name: "String",
|
|
9077
9486
|
},
|
|
9078
|
-
}
|
|
9487
|
+
},
|
|
9488
|
+
},
|
|
9079
9489
|
},
|
|
9080
9490
|
};
|
|
9081
9491
|
exports.PaymentMethod = {
|
|
9082
9492
|
type: {
|
|
9083
9493
|
name: "Composite",
|
|
9084
9494
|
className: "PaymentMethod",
|
|
9085
|
-
modelProperties:
|
|
9495
|
+
modelProperties: {
|
|
9496
|
+
...exports.ProxyResourceWithTags.type.modelProperties,
|
|
9497
|
+
idPropertiesId: {
|
|
9086
9498
|
serializedName: "properties.id",
|
|
9087
9499
|
readOnly: true,
|
|
9088
9500
|
type: {
|
|
9089
9501
|
name: "String",
|
|
9090
9502
|
},
|
|
9091
|
-
},
|
|
9503
|
+
},
|
|
9504
|
+
accountHolderName: {
|
|
9092
9505
|
serializedName: "properties.accountHolderName",
|
|
9093
9506
|
readOnly: true,
|
|
9094
9507
|
type: {
|
|
9095
9508
|
name: "String",
|
|
9096
9509
|
},
|
|
9097
|
-
},
|
|
9510
|
+
},
|
|
9511
|
+
displayName: {
|
|
9098
9512
|
serializedName: "properties.displayName",
|
|
9099
9513
|
readOnly: true,
|
|
9100
9514
|
type: {
|
|
9101
9515
|
name: "String",
|
|
9102
9516
|
},
|
|
9103
|
-
},
|
|
9517
|
+
},
|
|
9518
|
+
expiration: {
|
|
9104
9519
|
serializedName: "properties.expiration",
|
|
9105
9520
|
readOnly: true,
|
|
9106
9521
|
type: {
|
|
9107
9522
|
name: "String",
|
|
9108
9523
|
},
|
|
9109
|
-
},
|
|
9524
|
+
},
|
|
9525
|
+
family: {
|
|
9110
9526
|
serializedName: "properties.family",
|
|
9111
9527
|
type: {
|
|
9112
9528
|
name: "String",
|
|
9113
9529
|
},
|
|
9114
|
-
},
|
|
9530
|
+
},
|
|
9531
|
+
lastFourDigits: {
|
|
9115
9532
|
serializedName: "properties.lastFourDigits",
|
|
9116
9533
|
readOnly: true,
|
|
9117
9534
|
type: {
|
|
9118
9535
|
name: "String",
|
|
9119
9536
|
},
|
|
9120
|
-
},
|
|
9537
|
+
},
|
|
9538
|
+
logos: {
|
|
9121
9539
|
serializedName: "properties.logos",
|
|
9122
9540
|
type: {
|
|
9123
9541
|
name: "Sequence",
|
|
@@ -9128,146 +9546,177 @@ exports.PaymentMethod = {
|
|
|
9128
9546
|
},
|
|
9129
9547
|
},
|
|
9130
9548
|
},
|
|
9131
|
-
},
|
|
9549
|
+
},
|
|
9550
|
+
paymentMethodType: {
|
|
9132
9551
|
serializedName: "properties.paymentMethodType",
|
|
9133
9552
|
readOnly: true,
|
|
9134
9553
|
type: {
|
|
9135
9554
|
name: "String",
|
|
9136
9555
|
},
|
|
9137
|
-
},
|
|
9556
|
+
},
|
|
9557
|
+
status: {
|
|
9138
9558
|
serializedName: "properties.status",
|
|
9139
9559
|
type: {
|
|
9140
9560
|
name: "String",
|
|
9141
9561
|
},
|
|
9142
|
-
}
|
|
9562
|
+
},
|
|
9563
|
+
},
|
|
9143
9564
|
},
|
|
9144
9565
|
};
|
|
9145
9566
|
exports.CustomerPolicy = {
|
|
9146
9567
|
type: {
|
|
9147
9568
|
name: "Composite",
|
|
9148
9569
|
className: "CustomerPolicy",
|
|
9149
|
-
modelProperties:
|
|
9570
|
+
modelProperties: {
|
|
9571
|
+
...exports.ProxyResourceWithTags.type.modelProperties,
|
|
9572
|
+
properties: {
|
|
9150
9573
|
serializedName: "properties",
|
|
9151
9574
|
type: {
|
|
9152
9575
|
name: "Composite",
|
|
9153
9576
|
className: "CustomerPolicyProperties",
|
|
9154
9577
|
},
|
|
9155
|
-
}
|
|
9578
|
+
},
|
|
9579
|
+
},
|
|
9156
9580
|
},
|
|
9157
9581
|
};
|
|
9158
9582
|
exports.BillingProfilePolicy = {
|
|
9159
9583
|
type: {
|
|
9160
9584
|
name: "Composite",
|
|
9161
9585
|
className: "BillingProfilePolicy",
|
|
9162
|
-
modelProperties:
|
|
9586
|
+
modelProperties: {
|
|
9587
|
+
...exports.ProxyResourceWithTags.type.modelProperties,
|
|
9588
|
+
properties: {
|
|
9163
9589
|
serializedName: "properties",
|
|
9164
9590
|
type: {
|
|
9165
9591
|
name: "Composite",
|
|
9166
9592
|
className: "BillingProfilePolicyProperties",
|
|
9167
9593
|
},
|
|
9168
|
-
}
|
|
9594
|
+
},
|
|
9595
|
+
},
|
|
9169
9596
|
},
|
|
9170
9597
|
};
|
|
9171
9598
|
exports.BillingAccountPolicy = {
|
|
9172
9599
|
type: {
|
|
9173
9600
|
name: "Composite",
|
|
9174
9601
|
className: "BillingAccountPolicy",
|
|
9175
|
-
modelProperties:
|
|
9602
|
+
modelProperties: {
|
|
9603
|
+
...exports.ProxyResourceWithTags.type.modelProperties,
|
|
9604
|
+
properties: {
|
|
9176
9605
|
serializedName: "properties",
|
|
9177
9606
|
type: {
|
|
9178
9607
|
name: "Composite",
|
|
9179
9608
|
className: "BillingAccountPolicyProperties",
|
|
9180
9609
|
},
|
|
9181
|
-
}
|
|
9610
|
+
},
|
|
9611
|
+
},
|
|
9182
9612
|
},
|
|
9183
9613
|
};
|
|
9184
9614
|
exports.SubscriptionPolicy = {
|
|
9185
9615
|
type: {
|
|
9186
9616
|
name: "Composite",
|
|
9187
9617
|
className: "SubscriptionPolicy",
|
|
9188
|
-
modelProperties:
|
|
9618
|
+
modelProperties: {
|
|
9619
|
+
...exports.ProxyResourceWithTags.type.modelProperties,
|
|
9620
|
+
properties: {
|
|
9189
9621
|
serializedName: "properties",
|
|
9190
9622
|
type: {
|
|
9191
9623
|
name: "Composite",
|
|
9192
9624
|
className: "SubscriptionPolicyProperties",
|
|
9193
9625
|
},
|
|
9194
|
-
}
|
|
9626
|
+
},
|
|
9627
|
+
},
|
|
9195
9628
|
},
|
|
9196
9629
|
};
|
|
9197
9630
|
exports.Product = {
|
|
9198
9631
|
type: {
|
|
9199
9632
|
name: "Composite",
|
|
9200
9633
|
className: "Product",
|
|
9201
|
-
modelProperties:
|
|
9634
|
+
modelProperties: {
|
|
9635
|
+
...exports.ProxyResourceWithTags.type.modelProperties,
|
|
9636
|
+
properties: {
|
|
9202
9637
|
serializedName: "properties",
|
|
9203
9638
|
type: {
|
|
9204
9639
|
name: "Composite",
|
|
9205
9640
|
className: "ProductProperties",
|
|
9206
9641
|
},
|
|
9207
|
-
}
|
|
9642
|
+
},
|
|
9643
|
+
},
|
|
9208
9644
|
},
|
|
9209
9645
|
};
|
|
9210
9646
|
exports.ProductPatch = {
|
|
9211
9647
|
type: {
|
|
9212
9648
|
name: "Composite",
|
|
9213
9649
|
className: "ProductPatch",
|
|
9214
|
-
modelProperties:
|
|
9650
|
+
modelProperties: {
|
|
9651
|
+
...exports.ProxyResourceWithTags.type.modelProperties,
|
|
9652
|
+
properties: {
|
|
9215
9653
|
serializedName: "properties",
|
|
9216
9654
|
type: {
|
|
9217
9655
|
name: "Composite",
|
|
9218
9656
|
className: "ProductProperties",
|
|
9219
9657
|
},
|
|
9220
|
-
}
|
|
9658
|
+
},
|
|
9659
|
+
},
|
|
9221
9660
|
},
|
|
9222
9661
|
};
|
|
9223
9662
|
exports.Transaction = {
|
|
9224
9663
|
type: {
|
|
9225
9664
|
name: "Composite",
|
|
9226
9665
|
className: "Transaction",
|
|
9227
|
-
modelProperties:
|
|
9666
|
+
modelProperties: {
|
|
9667
|
+
...exports.ProxyResourceWithTags.type.modelProperties,
|
|
9668
|
+
properties: {
|
|
9228
9669
|
serializedName: "properties",
|
|
9229
9670
|
type: {
|
|
9230
9671
|
name: "Composite",
|
|
9231
9672
|
className: "TransactionProperties",
|
|
9232
9673
|
},
|
|
9233
|
-
}
|
|
9674
|
+
},
|
|
9675
|
+
},
|
|
9234
9676
|
},
|
|
9235
9677
|
};
|
|
9236
9678
|
exports.TransferDetails = {
|
|
9237
9679
|
type: {
|
|
9238
9680
|
name: "Composite",
|
|
9239
9681
|
className: "TransferDetails",
|
|
9240
|
-
modelProperties:
|
|
9682
|
+
modelProperties: {
|
|
9683
|
+
...exports.ProxyResourceWithTags.type.modelProperties,
|
|
9684
|
+
expirationTime: {
|
|
9241
9685
|
serializedName: "properties.expirationTime",
|
|
9242
9686
|
readOnly: true,
|
|
9243
9687
|
type: {
|
|
9244
9688
|
name: "DateTime",
|
|
9245
9689
|
},
|
|
9246
|
-
},
|
|
9690
|
+
},
|
|
9691
|
+
transferStatus: {
|
|
9247
9692
|
serializedName: "properties.transferStatus",
|
|
9248
9693
|
readOnly: true,
|
|
9249
9694
|
type: {
|
|
9250
9695
|
name: "String",
|
|
9251
9696
|
},
|
|
9252
|
-
},
|
|
9697
|
+
},
|
|
9698
|
+
recipientEmailId: {
|
|
9253
9699
|
serializedName: "properties.recipientEmailId",
|
|
9254
9700
|
readOnly: true,
|
|
9255
9701
|
type: {
|
|
9256
9702
|
name: "String",
|
|
9257
9703
|
},
|
|
9258
|
-
},
|
|
9704
|
+
},
|
|
9705
|
+
initiatorEmailId: {
|
|
9259
9706
|
serializedName: "properties.initiatorEmailId",
|
|
9260
9707
|
readOnly: true,
|
|
9261
9708
|
type: {
|
|
9262
9709
|
name: "String",
|
|
9263
9710
|
},
|
|
9264
|
-
},
|
|
9711
|
+
},
|
|
9712
|
+
canceledBy: {
|
|
9265
9713
|
serializedName: "properties.canceledBy",
|
|
9266
9714
|
readOnly: true,
|
|
9267
9715
|
type: {
|
|
9268
9716
|
name: "String",
|
|
9269
9717
|
},
|
|
9270
|
-
},
|
|
9718
|
+
},
|
|
9719
|
+
detailedTransferStatus: {
|
|
9271
9720
|
serializedName: "properties.detailedTransferStatus",
|
|
9272
9721
|
readOnly: true,
|
|
9273
9722
|
type: {
|
|
@@ -9279,62 +9728,73 @@ exports.TransferDetails = {
|
|
|
9279
9728
|
},
|
|
9280
9729
|
},
|
|
9281
9730
|
},
|
|
9282
|
-
}
|
|
9731
|
+
},
|
|
9732
|
+
},
|
|
9283
9733
|
},
|
|
9284
9734
|
};
|
|
9285
9735
|
exports.PartnerTransferDetails = {
|
|
9286
9736
|
type: {
|
|
9287
9737
|
name: "Composite",
|
|
9288
9738
|
className: "PartnerTransferDetails",
|
|
9289
|
-
modelProperties:
|
|
9739
|
+
modelProperties: {
|
|
9740
|
+
...exports.ProxyResourceWithTags.type.modelProperties,
|
|
9741
|
+
expirationTime: {
|
|
9290
9742
|
serializedName: "properties.expirationTime",
|
|
9291
9743
|
readOnly: true,
|
|
9292
9744
|
type: {
|
|
9293
9745
|
name: "DateTime",
|
|
9294
9746
|
},
|
|
9295
|
-
},
|
|
9747
|
+
},
|
|
9748
|
+
transferStatus: {
|
|
9296
9749
|
serializedName: "properties.transferStatus",
|
|
9297
9750
|
readOnly: true,
|
|
9298
9751
|
type: {
|
|
9299
9752
|
name: "String",
|
|
9300
9753
|
},
|
|
9301
|
-
},
|
|
9754
|
+
},
|
|
9755
|
+
recipientEmailId: {
|
|
9302
9756
|
serializedName: "properties.recipientEmailId",
|
|
9303
9757
|
readOnly: true,
|
|
9304
9758
|
type: {
|
|
9305
9759
|
name: "String",
|
|
9306
9760
|
},
|
|
9307
|
-
},
|
|
9761
|
+
},
|
|
9762
|
+
initiatorCustomerType: {
|
|
9308
9763
|
serializedName: "properties.initiatorCustomerType",
|
|
9309
9764
|
readOnly: true,
|
|
9310
9765
|
type: {
|
|
9311
9766
|
name: "String",
|
|
9312
9767
|
},
|
|
9313
|
-
},
|
|
9768
|
+
},
|
|
9769
|
+
initiatorEmailId: {
|
|
9314
9770
|
serializedName: "properties.initiatorEmailId",
|
|
9315
9771
|
readOnly: true,
|
|
9316
9772
|
type: {
|
|
9317
9773
|
name: "String",
|
|
9318
9774
|
},
|
|
9319
|
-
},
|
|
9775
|
+
},
|
|
9776
|
+
resellerId: {
|
|
9320
9777
|
serializedName: "properties.resellerId",
|
|
9321
9778
|
readOnly: true,
|
|
9322
9779
|
type: {
|
|
9323
9780
|
name: "String",
|
|
9324
9781
|
},
|
|
9325
|
-
},
|
|
9782
|
+
},
|
|
9783
|
+
resellerName: {
|
|
9326
9784
|
serializedName: "properties.resellerName",
|
|
9327
9785
|
readOnly: true,
|
|
9328
9786
|
type: {
|
|
9329
9787
|
name: "String",
|
|
9330
9788
|
},
|
|
9331
|
-
},
|
|
9789
|
+
},
|
|
9790
|
+
canceledBy: {
|
|
9332
9791
|
serializedName: "properties.canceledBy",
|
|
9333
9792
|
readOnly: true,
|
|
9334
9793
|
type: {
|
|
9335
9794
|
name: "String",
|
|
9336
9795
|
},
|
|
9337
|
-
},
|
|
9796
|
+
},
|
|
9797
|
+
detailedTransferStatus: {
|
|
9338
9798
|
serializedName: "properties.detailedTransferStatus",
|
|
9339
9799
|
readOnly: true,
|
|
9340
9800
|
type: {
|
|
@@ -9346,20 +9806,24 @@ exports.PartnerTransferDetails = {
|
|
|
9346
9806
|
},
|
|
9347
9807
|
},
|
|
9348
9808
|
},
|
|
9349
|
-
}
|
|
9809
|
+
},
|
|
9810
|
+
},
|
|
9350
9811
|
},
|
|
9351
9812
|
};
|
|
9352
9813
|
exports.RecipientTransferDetails = {
|
|
9353
9814
|
type: {
|
|
9354
9815
|
name: "Composite",
|
|
9355
9816
|
className: "RecipientTransferDetails",
|
|
9356
|
-
modelProperties:
|
|
9817
|
+
modelProperties: {
|
|
9818
|
+
...exports.ProxyResourceWithTags.type.modelProperties,
|
|
9819
|
+
expirationTime: {
|
|
9357
9820
|
serializedName: "properties.expirationTime",
|
|
9358
9821
|
readOnly: true,
|
|
9359
9822
|
type: {
|
|
9360
9823
|
name: "DateTime",
|
|
9361
9824
|
},
|
|
9362
|
-
},
|
|
9825
|
+
},
|
|
9826
|
+
allowedProductType: {
|
|
9363
9827
|
serializedName: "properties.allowedProductType",
|
|
9364
9828
|
readOnly: true,
|
|
9365
9829
|
type: {
|
|
@@ -9370,49 +9834,57 @@ exports.RecipientTransferDetails = {
|
|
|
9370
9834
|
},
|
|
9371
9835
|
},
|
|
9372
9836
|
},
|
|
9373
|
-
},
|
|
9837
|
+
},
|
|
9838
|
+
transferStatus: {
|
|
9374
9839
|
serializedName: "properties.transferStatus",
|
|
9375
9840
|
readOnly: true,
|
|
9376
9841
|
type: {
|
|
9377
9842
|
name: "String",
|
|
9378
9843
|
},
|
|
9379
|
-
},
|
|
9844
|
+
},
|
|
9845
|
+
recipientEmailId: {
|
|
9380
9846
|
serializedName: "properties.recipientEmailId",
|
|
9381
9847
|
readOnly: true,
|
|
9382
9848
|
type: {
|
|
9383
9849
|
name: "String",
|
|
9384
9850
|
},
|
|
9385
|
-
},
|
|
9851
|
+
},
|
|
9852
|
+
initiatorEmailId: {
|
|
9386
9853
|
serializedName: "properties.initiatorEmailId",
|
|
9387
9854
|
readOnly: true,
|
|
9388
9855
|
type: {
|
|
9389
9856
|
name: "String",
|
|
9390
9857
|
},
|
|
9391
|
-
},
|
|
9858
|
+
},
|
|
9859
|
+
resellerId: {
|
|
9392
9860
|
serializedName: "properties.resellerId",
|
|
9393
9861
|
readOnly: true,
|
|
9394
9862
|
type: {
|
|
9395
9863
|
name: "String",
|
|
9396
9864
|
},
|
|
9397
|
-
},
|
|
9865
|
+
},
|
|
9866
|
+
resellerName: {
|
|
9398
9867
|
serializedName: "properties.resellerName",
|
|
9399
9868
|
readOnly: true,
|
|
9400
9869
|
type: {
|
|
9401
9870
|
name: "String",
|
|
9402
9871
|
},
|
|
9403
|
-
},
|
|
9872
|
+
},
|
|
9873
|
+
initiatorCustomerType: {
|
|
9404
9874
|
serializedName: "properties.initiatorCustomerType",
|
|
9405
9875
|
readOnly: true,
|
|
9406
9876
|
type: {
|
|
9407
9877
|
name: "String",
|
|
9408
9878
|
},
|
|
9409
|
-
},
|
|
9879
|
+
},
|
|
9880
|
+
canceledBy: {
|
|
9410
9881
|
serializedName: "properties.canceledBy",
|
|
9411
9882
|
readOnly: true,
|
|
9412
9883
|
type: {
|
|
9413
9884
|
name: "String",
|
|
9414
9885
|
},
|
|
9415
|
-
},
|
|
9886
|
+
},
|
|
9887
|
+
detailedTransferStatus: {
|
|
9416
9888
|
serializedName: "properties.detailedTransferStatus",
|
|
9417
9889
|
readOnly: true,
|
|
9418
9890
|
type: {
|
|
@@ -9424,13 +9896,15 @@ exports.RecipientTransferDetails = {
|
|
|
9424
9896
|
},
|
|
9425
9897
|
},
|
|
9426
9898
|
},
|
|
9427
|
-
},
|
|
9899
|
+
},
|
|
9900
|
+
customerTenantId: {
|
|
9428
9901
|
serializedName: "properties.customerTenantId",
|
|
9429
9902
|
readOnly: true,
|
|
9430
9903
|
type: {
|
|
9431
9904
|
name: "String",
|
|
9432
9905
|
},
|
|
9433
|
-
},
|
|
9906
|
+
},
|
|
9907
|
+
supportedAccounts: {
|
|
9434
9908
|
serializedName: "properties.supportedAccounts",
|
|
9435
9909
|
readOnly: true,
|
|
9436
9910
|
type: {
|
|
@@ -9441,7 +9915,8 @@ exports.RecipientTransferDetails = {
|
|
|
9441
9915
|
},
|
|
9442
9916
|
},
|
|
9443
9917
|
},
|
|
9444
|
-
}
|
|
9918
|
+
},
|
|
9919
|
+
},
|
|
9445
9920
|
},
|
|
9446
9921
|
};
|
|
9447
9922
|
exports.AssociatedTenantsDeleteHeaders = {
|