@azure/arm-commerce 4.0.0-alpha.20250110.1 → 4.0.0-alpha.20250114.1

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.
Files changed (245) hide show
  1. package/dist/browser/index.d.ts +5 -0
  2. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  3. package/{dist-esm/src → dist/browser}/index.js +4 -4
  4. package/dist/browser/index.js.map +1 -0
  5. package/dist/browser/models/index.js.map +1 -0
  6. package/dist/browser/models/mappers.js.map +1 -0
  7. package/dist/browser/models/parameters.js.map +1 -0
  8. package/dist/browser/operations/index.d.ts +3 -0
  9. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  10. package/{dist-esm/src → dist/browser}/operations/index.js +2 -2
  11. package/dist/browser/operations/index.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/operations/rateCard.d.ts +3 -3
  13. package/dist/browser/operations/rateCard.d.ts.map +1 -0
  14. package/{dist-esm/src → dist/browser}/operations/rateCard.js +2 -2
  15. package/dist/browser/operations/rateCard.js.map +1 -0
  16. package/{dist-esm/src → dist/browser}/operations/usageAggregates.d.ts +3 -3
  17. package/dist/browser/operations/usageAggregates.d.ts.map +1 -0
  18. package/{dist-esm/src → dist/browser}/operations/usageAggregates.js +3 -3
  19. package/dist/browser/operations/usageAggregates.js.map +1 -0
  20. package/dist/browser/operationsInterfaces/index.d.ts +3 -0
  21. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  22. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.js +2 -2
  23. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  24. package/{dist-esm/src → dist/browser}/operationsInterfaces/rateCard.d.ts +1 -1
  25. package/dist/browser/operationsInterfaces/rateCard.d.ts.map +1 -0
  26. package/dist/browser/operationsInterfaces/rateCard.js.map +1 -0
  27. package/{dist-esm/src → dist/browser}/operationsInterfaces/usageAggregates.d.ts +1 -1
  28. package/dist/browser/operationsInterfaces/usageAggregates.d.ts.map +1 -0
  29. package/dist/browser/operationsInterfaces/usageAggregates.js.map +1 -0
  30. package/dist/browser/package.json +3 -0
  31. package/dist/browser/pagingHelper.js.map +1 -0
  32. package/{dist-esm/src → dist/browser}/usageManagementClient.d.ts +2 -2
  33. package/dist/browser/usageManagementClient.d.ts.map +1 -0
  34. package/{dist-esm/src → dist/browser}/usageManagementClient.js +15 -18
  35. package/dist/browser/usageManagementClient.js.map +1 -0
  36. package/dist/commonjs/index.d.ts +5 -0
  37. package/dist/commonjs/index.d.ts.map +1 -0
  38. package/dist/commonjs/index.js +19 -0
  39. package/dist/commonjs/index.js.map +1 -0
  40. package/{types/arm-commerce.d.ts → dist/commonjs/models/index.d.ts} +178 -258
  41. package/dist/commonjs/models/index.d.ts.map +1 -0
  42. package/dist/commonjs/models/index.js +10 -0
  43. package/dist/commonjs/models/index.js.map +1 -0
  44. package/dist/commonjs/models/mappers.d.ts +19 -0
  45. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  46. package/dist/commonjs/models/mappers.js +436 -0
  47. package/dist/commonjs/models/mappers.js.map +1 -0
  48. package/dist/commonjs/models/parameters.d.ts +13 -0
  49. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  50. package/dist/commonjs/models/parameters.js +124 -0
  51. package/dist/commonjs/models/parameters.js.map +1 -0
  52. package/dist/commonjs/operations/index.d.ts +3 -0
  53. package/dist/commonjs/operations/index.d.ts.map +1 -0
  54. package/dist/commonjs/operations/index.js +13 -0
  55. package/dist/commonjs/operations/index.js.map +1 -0
  56. package/dist/commonjs/operations/rateCard.d.ts +27 -0
  57. package/dist/commonjs/operations/rateCard.d.ts.map +1 -0
  58. package/dist/commonjs/operations/rateCard.js +60 -0
  59. package/dist/commonjs/operations/rateCard.js.map +1 -0
  60. package/dist/commonjs/operations/usageAggregates.d.ts +38 -0
  61. package/dist/commonjs/operations/usageAggregates.d.ts.map +1 -0
  62. package/dist/commonjs/operations/usageAggregates.js +162 -0
  63. package/dist/commonjs/operations/usageAggregates.js.map +1 -0
  64. package/dist/commonjs/operationsInterfaces/index.d.ts +3 -0
  65. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  66. package/dist/commonjs/operationsInterfaces/index.js +13 -0
  67. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  68. package/dist/commonjs/operationsInterfaces/rateCard.d.ts +19 -0
  69. package/dist/commonjs/operationsInterfaces/rateCard.d.ts.map +1 -0
  70. package/dist/commonjs/operationsInterfaces/rateCard.js +10 -0
  71. package/dist/commonjs/operationsInterfaces/rateCard.js.map +1 -0
  72. package/dist/commonjs/operationsInterfaces/usageAggregates.d.ts +13 -0
  73. package/dist/commonjs/operationsInterfaces/usageAggregates.d.ts.map +1 -0
  74. package/dist/commonjs/operationsInterfaces/usageAggregates.js +10 -0
  75. package/dist/commonjs/operationsInterfaces/usageAggregates.js.map +1 -0
  76. package/dist/commonjs/package.json +3 -0
  77. package/dist/commonjs/pagingHelper.d.ts +13 -0
  78. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  79. package/dist/commonjs/pagingHelper.js +36 -0
  80. package/dist/commonjs/pagingHelper.js.map +1 -0
  81. package/{types → dist/commonjs}/tsdoc-metadata.json +1 -1
  82. package/dist/commonjs/usageManagementClient.d.ts +22 -0
  83. package/dist/commonjs/usageManagementClient.d.ts.map +1 -0
  84. package/dist/commonjs/usageManagementClient.js +104 -0
  85. package/dist/commonjs/usageManagementClient.js.map +1 -0
  86. package/dist/esm/index.d.ts +5 -0
  87. package/dist/esm/index.d.ts.map +1 -0
  88. package/{src/index.ts → dist/esm/index.js} +5 -5
  89. package/dist/esm/index.js.map +1 -0
  90. package/dist/esm/models/index.d.ts +178 -0
  91. package/dist/esm/models/index.d.ts.map +1 -0
  92. package/{src/operations/index.ts → dist/esm/models/index.js} +2 -3
  93. package/dist/esm/models/index.js.map +1 -0
  94. package/dist/esm/models/mappers.d.ts +19 -0
  95. package/dist/esm/models/mappers.d.ts.map +1 -0
  96. package/dist/esm/models/mappers.js +433 -0
  97. package/dist/esm/models/mappers.js.map +1 -0
  98. package/dist/esm/models/parameters.d.ts +13 -0
  99. package/dist/esm/models/parameters.d.ts.map +1 -0
  100. package/dist/esm/models/parameters.js +121 -0
  101. package/dist/esm/models/parameters.js.map +1 -0
  102. package/dist/esm/operations/index.d.ts +3 -0
  103. package/dist/esm/operations/index.d.ts.map +1 -0
  104. package/dist/esm/operations/index.js +10 -0
  105. package/dist/esm/operations/index.js.map +1 -0
  106. package/dist/esm/operations/rateCard.d.ts +27 -0
  107. package/dist/esm/operations/rateCard.d.ts.map +1 -0
  108. package/dist/esm/operations/rateCard.js +55 -0
  109. package/dist/esm/operations/rateCard.js.map +1 -0
  110. package/dist/esm/operations/usageAggregates.d.ts +38 -0
  111. package/dist/esm/operations/usageAggregates.d.ts.map +1 -0
  112. package/dist/esm/operations/usageAggregates.js +158 -0
  113. package/dist/esm/operations/usageAggregates.js.map +1 -0
  114. package/dist/esm/operationsInterfaces/index.d.ts +3 -0
  115. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  116. package/dist/esm/operationsInterfaces/index.js +10 -0
  117. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  118. package/dist/esm/operationsInterfaces/rateCard.d.ts +19 -0
  119. package/dist/esm/operationsInterfaces/rateCard.d.ts.map +1 -0
  120. package/dist/esm/operationsInterfaces/rateCard.js +9 -0
  121. package/dist/esm/operationsInterfaces/rateCard.js.map +1 -0
  122. package/dist/esm/operationsInterfaces/usageAggregates.d.ts +13 -0
  123. package/dist/esm/operationsInterfaces/usageAggregates.d.ts.map +1 -0
  124. package/dist/esm/operationsInterfaces/usageAggregates.js +9 -0
  125. package/dist/esm/operationsInterfaces/usageAggregates.js.map +1 -0
  126. package/dist/esm/package.json +3 -0
  127. package/dist/esm/pagingHelper.d.ts +13 -0
  128. package/dist/esm/pagingHelper.d.ts.map +1 -0
  129. package/dist/esm/pagingHelper.js +32 -0
  130. package/dist/esm/pagingHelper.js.map +1 -0
  131. package/dist/esm/usageManagementClient.d.ts +22 -0
  132. package/dist/esm/usageManagementClient.d.ts.map +1 -0
  133. package/dist/esm/usageManagementClient.js +99 -0
  134. package/dist/esm/usageManagementClient.js.map +1 -0
  135. package/dist/react-native/index.d.ts +5 -0
  136. package/dist/react-native/index.d.ts.map +1 -0
  137. package/dist/react-native/index.js +13 -0
  138. package/dist/react-native/index.js.map +1 -0
  139. package/dist/react-native/models/index.d.ts +178 -0
  140. package/dist/react-native/models/index.d.ts.map +1 -0
  141. package/dist/react-native/models/index.js +9 -0
  142. package/dist/react-native/models/index.js.map +1 -0
  143. package/dist/react-native/models/mappers.d.ts +19 -0
  144. package/dist/react-native/models/mappers.d.ts.map +1 -0
  145. package/dist/react-native/models/mappers.js +433 -0
  146. package/dist/react-native/models/mappers.js.map +1 -0
  147. package/dist/react-native/models/parameters.d.ts +13 -0
  148. package/dist/react-native/models/parameters.d.ts.map +1 -0
  149. package/dist/react-native/models/parameters.js +121 -0
  150. package/dist/react-native/models/parameters.js.map +1 -0
  151. package/dist/react-native/operations/index.d.ts +3 -0
  152. package/dist/react-native/operations/index.d.ts.map +1 -0
  153. package/dist/react-native/operations/index.js +10 -0
  154. package/dist/react-native/operations/index.js.map +1 -0
  155. package/dist/react-native/operations/rateCard.d.ts +27 -0
  156. package/dist/react-native/operations/rateCard.d.ts.map +1 -0
  157. package/dist/react-native/operations/rateCard.js +55 -0
  158. package/dist/react-native/operations/rateCard.js.map +1 -0
  159. package/dist/react-native/operations/usageAggregates.d.ts +38 -0
  160. package/dist/react-native/operations/usageAggregates.d.ts.map +1 -0
  161. package/dist/react-native/operations/usageAggregates.js +158 -0
  162. package/dist/react-native/operations/usageAggregates.js.map +1 -0
  163. package/dist/react-native/operationsInterfaces/index.d.ts +3 -0
  164. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  165. package/dist/react-native/operationsInterfaces/index.js +10 -0
  166. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  167. package/dist/react-native/operationsInterfaces/rateCard.d.ts +19 -0
  168. package/dist/react-native/operationsInterfaces/rateCard.d.ts.map +1 -0
  169. package/dist/react-native/operationsInterfaces/rateCard.js +9 -0
  170. package/dist/react-native/operationsInterfaces/rateCard.js.map +1 -0
  171. package/dist/react-native/operationsInterfaces/usageAggregates.d.ts +13 -0
  172. package/dist/react-native/operationsInterfaces/usageAggregates.d.ts.map +1 -0
  173. package/dist/react-native/operationsInterfaces/usageAggregates.js +9 -0
  174. package/dist/react-native/operationsInterfaces/usageAggregates.js.map +1 -0
  175. package/dist/react-native/package.json +3 -0
  176. package/dist/react-native/pagingHelper.d.ts +13 -0
  177. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  178. package/dist/react-native/pagingHelper.js +32 -0
  179. package/dist/react-native/pagingHelper.js.map +1 -0
  180. package/dist/react-native/usageManagementClient.d.ts +22 -0
  181. package/dist/react-native/usageManagementClient.d.ts.map +1 -0
  182. package/dist/react-native/usageManagementClient.js +99 -0
  183. package/dist/react-native/usageManagementClient.js.map +1 -0
  184. package/package.json +58 -28
  185. package/dist/index.js +0 -936
  186. package/dist/index.js.map +0 -1
  187. package/dist/index.min.js +0 -1
  188. package/dist/index.min.js.map +0 -1
  189. package/dist-esm/samples-dev/getRateCard.d.ts +0 -2
  190. package/dist-esm/samples-dev/getRateCard.d.ts.map +0 -1
  191. package/dist-esm/samples-dev/getRateCard.js +0 -30
  192. package/dist-esm/samples-dev/getRateCard.js.map +0 -1
  193. package/dist-esm/samples-dev/rateCardGetSample.d.ts +0 -2
  194. package/dist-esm/samples-dev/rateCardGetSample.d.ts.map +0 -1
  195. package/dist-esm/samples-dev/rateCardGetSample.js +0 -30
  196. package/dist-esm/samples-dev/rateCardGetSample.js.map +0 -1
  197. package/dist-esm/src/index.d.ts +0 -5
  198. package/dist-esm/src/index.js.map +0 -1
  199. package/dist-esm/src/models/index.js.map +0 -1
  200. package/dist-esm/src/models/mappers.js.map +0 -1
  201. package/dist-esm/src/models/parameters.js.map +0 -1
  202. package/dist-esm/src/operations/index.d.ts +0 -3
  203. package/dist-esm/src/operations/index.js.map +0 -1
  204. package/dist-esm/src/operations/rateCard.d.ts.map +0 -1
  205. package/dist-esm/src/operations/rateCard.js.map +0 -1
  206. package/dist-esm/src/operations/usageAggregates.d.ts.map +0 -1
  207. package/dist-esm/src/operations/usageAggregates.js.map +0 -1
  208. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -3
  209. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  210. package/dist-esm/src/operationsInterfaces/rateCard.d.ts.map +0 -1
  211. package/dist-esm/src/operationsInterfaces/rateCard.js.map +0 -1
  212. package/dist-esm/src/operationsInterfaces/usageAggregates.d.ts.map +0 -1
  213. package/dist-esm/src/operationsInterfaces/usageAggregates.js.map +0 -1
  214. package/dist-esm/src/pagingHelper.js.map +0 -1
  215. package/dist-esm/src/usageManagementClient.d.ts.map +0 -1
  216. package/dist-esm/src/usageManagementClient.js.map +0 -1
  217. package/dist-esm/test/commerce_examples.d.ts +0 -4
  218. package/dist-esm/test/commerce_examples.d.ts.map +0 -1
  219. package/dist-esm/test/commerce_examples.js +0 -60
  220. package/dist-esm/test/commerce_examples.js.map +0 -1
  221. package/src/models/index.ts +0 -211
  222. package/src/models/mappers.ts +0 -460
  223. package/src/models/parameters.ts +0 -137
  224. package/src/operations/rateCard.ts +0 -69
  225. package/src/operations/usageAggregates.ts +0 -206
  226. package/src/operationsInterfaces/index.ts +0 -10
  227. package/src/operationsInterfaces/rateCard.ts +0 -30
  228. package/src/operationsInterfaces/usageAggregates.ts +0 -26
  229. package/src/pagingHelper.ts +0 -39
  230. package/src/usageManagementClient.ts +0 -143
  231. package/tsconfig.json +0 -33
  232. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  233. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  234. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  235. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  236. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  237. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  238. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  239. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  240. /package/{dist-esm/src → dist/browser}/models/parameters.js +0 -0
  241. /package/{dist-esm/src → dist/browser}/operationsInterfaces/rateCard.js +0 -0
  242. /package/{dist-esm/src → dist/browser}/operationsInterfaces/usageAggregates.js +0 -0
  243. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  244. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  245. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,4CAA4C;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AACnE,cAAc,iCAAiC,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/// <reference lib=\"esnext.asynciterable\" />\nexport { getContinuationToken } from \"./pagingHelper.js\";\nexport * from \"./models/index.js\";\nexport { UsageManagementClient } from \"./usageManagementClient.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
@@ -0,0 +1,178 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ export type OfferTermInfoAutoGeneratedUnion = OfferTermInfoAutoGenerated | MonetaryCredit | MonetaryCommitment | RecurringCharge;
3
+ /** The Get UsageAggregates operation response. */
4
+ export interface UsageAggregationListResult {
5
+ /** Gets or sets details for the requested aggregation. */
6
+ value?: UsageAggregation[];
7
+ /** Gets or sets the link to the next set of results. */
8
+ nextLink?: string;
9
+ }
10
+ /** Describes the usageAggregation. */
11
+ export interface UsageAggregation {
12
+ /** Unique Id for the usage aggregate. */
13
+ id?: string;
14
+ /** Name of the usage aggregate. */
15
+ name?: string;
16
+ /** Type of the resource being returned. */
17
+ type?: string;
18
+ /** The subscription identifier for the Azure user. */
19
+ subscriptionId?: string;
20
+ /** Unique ID for the resource that was consumed (aka ResourceID). */
21
+ meterId?: string;
22
+ /** UTC start time for the usage bucket to which this usage aggregate belongs. */
23
+ usageStartTime?: Date;
24
+ /** UTC end time for the usage bucket to which this usage aggregate belongs. */
25
+ usageEndTime?: Date;
26
+ /** The amount of the resource consumption that occurred in this time frame. */
27
+ quantity?: number;
28
+ /** The unit in which the usage for this resource is being counted, e.g. Hours, GB. */
29
+ unit?: string;
30
+ /** Friendly name of the resource being consumed. */
31
+ meterName?: string;
32
+ /** Category of the consumed resource. */
33
+ meterCategory?: string;
34
+ /** Sub-category of the consumed resource. */
35
+ meterSubCategory?: string;
36
+ /** Region of the meterId used for billing purposes */
37
+ meterRegion?: string;
38
+ /** Key-value pairs of instance details (legacy format). */
39
+ infoFields?: InfoField;
40
+ /** Key-value pairs of instance details represented as a string. */
41
+ instanceData?: string;
42
+ }
43
+ /** Key-value pairs of instance details in the legacy format. */
44
+ export interface InfoField {
45
+ /** Identifies the name of the instance provisioned by the user. */
46
+ project?: string;
47
+ }
48
+ /** Describes the format of Error response. */
49
+ export interface ErrorResponse {
50
+ /** Error code */
51
+ code?: string;
52
+ /** Error message indicating why the operation failed. */
53
+ message?: string;
54
+ }
55
+ /** Price and Metadata information for resources */
56
+ export interface ResourceRateCardInfo {
57
+ /** The currency in which the rates are provided. */
58
+ currency?: string;
59
+ /** The culture in which the resource information is localized. */
60
+ locale?: string;
61
+ /** All rates are pretax, so this will always be returned as 'false'. */
62
+ isTaxIncluded?: boolean;
63
+ /** A list of offer terms. */
64
+ offerTerms?: OfferTermInfoAutoGeneratedUnion[];
65
+ /** A list of meters. */
66
+ meters?: MeterInfo[];
67
+ }
68
+ /** Describes the offer term. */
69
+ export interface OfferTermInfoAutoGenerated {
70
+ /** Polymorphic discriminator, which specifies the different types this object can be */
71
+ name: "Monetary Credit" | "Monetary Commitment" | "Recurring Charge";
72
+ /** Indicates the date from which the offer term is effective. */
73
+ effectiveDate?: Date;
74
+ }
75
+ /** Detailed information about the meter. */
76
+ export interface MeterInfo {
77
+ /** The unique identifier of the resource. */
78
+ meterId?: string;
79
+ /** The name of the meter, within the given meter category */
80
+ meterName?: string;
81
+ /** The category of the meter, e.g., 'Cloud services', 'Networking', etc.. */
82
+ meterCategory?: string;
83
+ /** The subcategory of the meter, e.g., 'A6 Cloud services', 'ExpressRoute (IXP)', etc.. */
84
+ meterSubCategory?: string;
85
+ /** The unit in which the meter consumption is charged, e.g., 'Hours', 'GB', etc. */
86
+ unit?: string;
87
+ /** Provides additional meter data. 'Third Party' indicates a meter with no discount. Blanks indicate First Party. */
88
+ meterTags?: string[];
89
+ /** The region in which the Azure service is available. */
90
+ meterRegion?: string;
91
+ /** The list of key/value pairs for the meter rates, in the format 'key':'value' where key = the meter quantity, and value = the corresponding price */
92
+ meterRates?: {
93
+ [propertyName: string]: number;
94
+ };
95
+ /** Indicates the date from which the meter rate is effective. */
96
+ effectiveDate?: Date;
97
+ /** The resource quantity that is included in the offer at no cost. Consumption beyond this quantity will be charged. */
98
+ includedQuantity?: number;
99
+ }
100
+ /** Parameters that are used in the odata $filter query parameter for providing RateCard information. */
101
+ export interface RateCardQueryParameters {
102
+ /** The Offer ID parameter consists of the 'MS-AZR-' prefix, plus the Offer ID number (e.g., MS-AZR-0026P). See https://azure.microsoft.com/en-us/support/legal/offer-details/ for more information on the list of available Offer IDs, country/region availability, and billing currency. */
103
+ offerDurableId: string;
104
+ /** The currency in which the rates need to be provided. */
105
+ currency: string;
106
+ /** The culture in which the resource metadata needs to be localized. */
107
+ locale: string;
108
+ /** 2 letter ISO code where the offer was purchased. */
109
+ regionInfo: string;
110
+ }
111
+ /** Indicates that this is a monetary credit offer. */
112
+ export interface MonetaryCredit extends OfferTermInfoAutoGenerated {
113
+ /** Polymorphic discriminator, which specifies the different types this object can be */
114
+ name: "Monetary Credit";
115
+ /** The amount of credit provided under the terms of the given offer level. */
116
+ credit?: number;
117
+ /** An array of meter ids that are excluded from the given offer terms. */
118
+ excludedMeterIds?: string[];
119
+ }
120
+ /** Indicates that a monetary commitment is required for this offer */
121
+ export interface MonetaryCommitment extends OfferTermInfoAutoGenerated {
122
+ /** Polymorphic discriminator, which specifies the different types this object can be */
123
+ name: "Monetary Commitment";
124
+ /** The list of key/value pairs for the tiered meter rates, in the format 'key':'value' where key = price, and value = the corresponding discount percentage. This field is used only by offer terms of type 'Monetary Commitment'. */
125
+ tieredDiscount?: {
126
+ [propertyName: string]: number;
127
+ };
128
+ /** An array of meter ids that are excluded from the given offer terms. */
129
+ excludedMeterIds?: string[];
130
+ }
131
+ /** Indicates a recurring charge is present for this offer. */
132
+ export interface RecurringCharge extends OfferTermInfoAutoGenerated {
133
+ /** Polymorphic discriminator, which specifies the different types this object can be */
134
+ name: "Recurring Charge";
135
+ /** The amount of recurring charge as per the offer term. */
136
+ recurringCharge?: number;
137
+ }
138
+ /** Defines values for AggregationGranularity. */
139
+ export type AggregationGranularity = "Daily" | "Hourly";
140
+ /** Defines values for OfferTermInfo. */
141
+ export type OfferTermInfo = "Recurring Charge" | "Monetary Commitment" | "Monetary Credit";
142
+ /** Optional parameters. */
143
+ export interface UsageAggregatesListOptionalParams extends coreClient.OperationOptions {
144
+ /** `True` returns usage data in instance-level detail, `false` causes server-side aggregation with fewer details. For example, if you have 3 website instances, by default you will get 3 line items for website consumption. If you specify showDetails = false, the data will be aggregated as a single line item for website consumption within the time period (for the given subscriptionId, meterId, usageStartTime and usageEndTime). */
145
+ showDetails?: boolean;
146
+ /** `Daily` (default) returns the data in daily granularity, `Hourly` returns the data in hourly granularity. */
147
+ aggregationGranularity?: AggregationGranularity;
148
+ /** Used when a continuation token string is provided in the response body of the previous call, enabling paging through a large result set. If not present, the data is retrieved from the beginning of the day/hour (based on the granularity) passed in. */
149
+ continuationToken?: string;
150
+ }
151
+ /** Contains response data for the list operation. */
152
+ export type UsageAggregatesListResponse = UsageAggregationListResult;
153
+ /** Optional parameters. */
154
+ export interface UsageAggregatesListNextOptionalParams extends coreClient.OperationOptions {
155
+ /** `True` returns usage data in instance-level detail, `false` causes server-side aggregation with fewer details. For example, if you have 3 website instances, by default you will get 3 line items for website consumption. If you specify showDetails = false, the data will be aggregated as a single line item for website consumption within the time period (for the given subscriptionId, meterId, usageStartTime and usageEndTime). */
156
+ showDetails?: boolean;
157
+ /** `Daily` (default) returns the data in daily granularity, `Hourly` returns the data in hourly granularity. */
158
+ aggregationGranularity?: AggregationGranularity;
159
+ /** Used when a continuation token string is provided in the response body of the previous call, enabling paging through a large result set. If not present, the data is retrieved from the beginning of the day/hour (based on the granularity) passed in. */
160
+ continuationToken?: string;
161
+ }
162
+ /** Contains response data for the listNext operation. */
163
+ export type UsageAggregatesListNextResponse = UsageAggregationListResult;
164
+ /** Optional parameters. */
165
+ export interface RateCardGetOptionalParams extends coreClient.OperationOptions {
166
+ }
167
+ /** Contains response data for the get operation. */
168
+ export type RateCardGetResponse = ResourceRateCardInfo;
169
+ /** Optional parameters. */
170
+ export interface UsageManagementClientOptionalParams extends coreClient.ServiceClientOptions {
171
+ /** server parameter */
172
+ $host?: string;
173
+ /** Api Version */
174
+ apiVersion?: string;
175
+ /** Overrides client endpoint. */
176
+ endpoint?: string;
177
+ }
178
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport type OfferTermInfoAutoGeneratedUnion =\n | OfferTermInfoAutoGenerated\n | MonetaryCredit\n | MonetaryCommitment\n | RecurringCharge;\n\n/** The Get UsageAggregates operation response. */\nexport interface UsageAggregationListResult {\n /** Gets or sets details for the requested aggregation. */\n value?: UsageAggregation[];\n /** Gets or sets the link to the next set of results. */\n nextLink?: string;\n}\n\n/** Describes the usageAggregation. */\nexport interface UsageAggregation {\n /** Unique Id for the usage aggregate. */\n id?: string;\n /** Name of the usage aggregate. */\n name?: string;\n /** Type of the resource being returned. */\n type?: string;\n /** The subscription identifier for the Azure user. */\n subscriptionId?: string;\n /** Unique ID for the resource that was consumed (aka ResourceID). */\n meterId?: string;\n /** UTC start time for the usage bucket to which this usage aggregate belongs. */\n usageStartTime?: Date;\n /** UTC end time for the usage bucket to which this usage aggregate belongs. */\n usageEndTime?: Date;\n /** The amount of the resource consumption that occurred in this time frame. */\n quantity?: number;\n /** The unit in which the usage for this resource is being counted, e.g. Hours, GB. */\n unit?: string;\n /** Friendly name of the resource being consumed. */\n meterName?: string;\n /** Category of the consumed resource. */\n meterCategory?: string;\n /** Sub-category of the consumed resource. */\n meterSubCategory?: string;\n /** Region of the meterId used for billing purposes */\n meterRegion?: string;\n /** Key-value pairs of instance details (legacy format). */\n infoFields?: InfoField;\n /** Key-value pairs of instance details represented as a string. */\n instanceData?: string;\n}\n\n/** Key-value pairs of instance details in the legacy format. */\nexport interface InfoField {\n /** Identifies the name of the instance provisioned by the user. */\n project?: string;\n}\n\n/** Describes the format of Error response. */\nexport interface ErrorResponse {\n /** Error code */\n code?: string;\n /** Error message indicating why the operation failed. */\n message?: string;\n}\n\n/** Price and Metadata information for resources */\nexport interface ResourceRateCardInfo {\n /** The currency in which the rates are provided. */\n currency?: string;\n /** The culture in which the resource information is localized. */\n locale?: string;\n /** All rates are pretax, so this will always be returned as 'false'. */\n isTaxIncluded?: boolean;\n /** A list of offer terms. */\n offerTerms?: OfferTermInfoAutoGeneratedUnion[];\n /** A list of meters. */\n meters?: MeterInfo[];\n}\n\n/** Describes the offer term. */\nexport interface OfferTermInfoAutoGenerated {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n name: \"Monetary Credit\" | \"Monetary Commitment\" | \"Recurring Charge\";\n /** Indicates the date from which the offer term is effective. */\n effectiveDate?: Date;\n}\n\n/** Detailed information about the meter. */\nexport interface MeterInfo {\n /** The unique identifier of the resource. */\n meterId?: string;\n /** The name of the meter, within the given meter category */\n meterName?: string;\n /** The category of the meter, e.g., 'Cloud services', 'Networking', etc.. */\n meterCategory?: string;\n /** The subcategory of the meter, e.g., 'A6 Cloud services', 'ExpressRoute (IXP)', etc.. */\n meterSubCategory?: string;\n /** The unit in which the meter consumption is charged, e.g., 'Hours', 'GB', etc. */\n unit?: string;\n /** Provides additional meter data. 'Third Party' indicates a meter with no discount. Blanks indicate First Party. */\n meterTags?: string[];\n /** The region in which the Azure service is available. */\n meterRegion?: string;\n /** The list of key/value pairs for the meter rates, in the format 'key':'value' where key = the meter quantity, and value = the corresponding price */\n meterRates?: { [propertyName: string]: number };\n /** Indicates the date from which the meter rate is effective. */\n effectiveDate?: Date;\n /** The resource quantity that is included in the offer at no cost. Consumption beyond this quantity will be charged. */\n includedQuantity?: number;\n}\n\n/** Parameters that are used in the odata $filter query parameter for providing RateCard information. */\nexport interface RateCardQueryParameters {\n /** The Offer ID parameter consists of the 'MS-AZR-' prefix, plus the Offer ID number (e.g., MS-AZR-0026P). See https://azure.microsoft.com/en-us/support/legal/offer-details/ for more information on the list of available Offer IDs, country/region availability, and billing currency. */\n offerDurableId: string;\n /** The currency in which the rates need to be provided. */\n currency: string;\n /** The culture in which the resource metadata needs to be localized. */\n locale: string;\n /** 2 letter ISO code where the offer was purchased. */\n regionInfo: string;\n}\n\n/** Indicates that this is a monetary credit offer. */\nexport interface MonetaryCredit extends OfferTermInfoAutoGenerated {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n name: \"Monetary Credit\";\n /** The amount of credit provided under the terms of the given offer level. */\n credit?: number;\n /** An array of meter ids that are excluded from the given offer terms. */\n excludedMeterIds?: string[];\n}\n\n/** Indicates that a monetary commitment is required for this offer */\nexport interface MonetaryCommitment extends OfferTermInfoAutoGenerated {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n name: \"Monetary Commitment\";\n /** The list of key/value pairs for the tiered meter rates, in the format 'key':'value' where key = price, and value = the corresponding discount percentage. This field is used only by offer terms of type 'Monetary Commitment'. */\n tieredDiscount?: { [propertyName: string]: number };\n /** An array of meter ids that are excluded from the given offer terms. */\n excludedMeterIds?: string[];\n}\n\n/** Indicates a recurring charge is present for this offer. */\nexport interface RecurringCharge extends OfferTermInfoAutoGenerated {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n name: \"Recurring Charge\";\n /** The amount of recurring charge as per the offer term. */\n recurringCharge?: number;\n}\n\n/** Defines values for AggregationGranularity. */\nexport type AggregationGranularity = \"Daily\" | \"Hourly\";\n/** Defines values for OfferTermInfo. */\nexport type OfferTermInfo =\n | \"Recurring Charge\"\n | \"Monetary Commitment\"\n | \"Monetary Credit\";\n\n/** Optional parameters. */\nexport interface UsageAggregatesListOptionalParams\n extends coreClient.OperationOptions {\n /** `True` returns usage data in instance-level detail, `false` causes server-side aggregation with fewer details. For example, if you have 3 website instances, by default you will get 3 line items for website consumption. If you specify showDetails = false, the data will be aggregated as a single line item for website consumption within the time period (for the given subscriptionId, meterId, usageStartTime and usageEndTime). */\n showDetails?: boolean;\n /** `Daily` (default) returns the data in daily granularity, `Hourly` returns the data in hourly granularity. */\n aggregationGranularity?: AggregationGranularity;\n /** Used when a continuation token string is provided in the response body of the previous call, enabling paging through a large result set. If not present, the data is retrieved from the beginning of the day/hour (based on the granularity) passed in. */\n continuationToken?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type UsageAggregatesListResponse = UsageAggregationListResult;\n\n/** Optional parameters. */\nexport interface UsageAggregatesListNextOptionalParams\n extends coreClient.OperationOptions {\n /** `True` returns usage data in instance-level detail, `false` causes server-side aggregation with fewer details. For example, if you have 3 website instances, by default you will get 3 line items for website consumption. If you specify showDetails = false, the data will be aggregated as a single line item for website consumption within the time period (for the given subscriptionId, meterId, usageStartTime and usageEndTime). */\n showDetails?: boolean;\n /** `Daily` (default) returns the data in daily granularity, `Hourly` returns the data in hourly granularity. */\n aggregationGranularity?: AggregationGranularity;\n /** Used when a continuation token string is provided in the response body of the previous call, enabling paging through a large result set. If not present, the data is retrieved from the beginning of the day/hour (based on the granularity) passed in. */\n continuationToken?: string;\n}\n\n/** Contains response data for the listNext operation. */\nexport type UsageAggregatesListNextResponse = UsageAggregationListResult;\n\n/** Optional parameters. */\nexport interface RateCardGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type RateCardGetResponse = ResourceRateCardInfo;\n\n/** Optional parameters. */\nexport interface UsageManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
@@ -0,0 +1,19 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ export declare const UsageAggregationListResult: coreClient.CompositeMapper;
3
+ export declare const UsageAggregation: coreClient.CompositeMapper;
4
+ export declare const InfoField: coreClient.CompositeMapper;
5
+ export declare const ErrorResponse: coreClient.CompositeMapper;
6
+ export declare const ResourceRateCardInfo: coreClient.CompositeMapper;
7
+ export declare const OfferTermInfoAutoGenerated: coreClient.CompositeMapper;
8
+ export declare const MeterInfo: coreClient.CompositeMapper;
9
+ export declare const RateCardQueryParameters: coreClient.CompositeMapper;
10
+ export declare const MonetaryCredit: coreClient.CompositeMapper;
11
+ export declare const MonetaryCommitment: coreClient.CompositeMapper;
12
+ export declare const RecurringCharge: coreClient.CompositeMapper;
13
+ export declare let discriminators: {
14
+ OfferTermInfoAutoGenerated: coreClient.CompositeMapper;
15
+ "OfferTermInfoAutoGenerated.Monetary Credit": coreClient.CompositeMapper;
16
+ "OfferTermInfoAutoGenerated.Monetary Commitment": coreClient.CompositeMapper;
17
+ "OfferTermInfoAutoGenerated.Recurring Charge": coreClient.CompositeMapper;
18
+ };
19
+ //# sourceMappingURL=mappers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,0BAA0B,EAAE,UAAU,CAAC,eAyBnD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eAkGzC,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eAalC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eAmBtC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eAiD7C,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,UAAU,CAAC,eA8BnD,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eAyElC,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,UAAU,CAAC,eAsChD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eA6BvC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eA8B3C,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAkBxC,CAAC;AAEF,eAAO,IAAI,cAAc;;;;;CAKxB,CAAC"}