@azure/arm-powerbidedicated 4.0.2-alpha.20250218.1 → 4.0.2-alpha.20250219.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 (363) hide show
  1. package/README.md +21 -12
  2. package/dist/browser/index.d.ts +5 -0
  3. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  4. package/{dist-esm/src → dist/browser}/index.js +4 -4
  5. package/dist/browser/index.js.map +1 -0
  6. package/dist/browser/lroImpl.js +25 -0
  7. package/dist/browser/lroImpl.js.map +1 -0
  8. package/dist/browser/models/index.js.map +1 -0
  9. package/dist/browser/models/mappers.js.map +1 -0
  10. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  11. package/dist/browser/models/parameters.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/operations/autoScaleVCores.d.ts +3 -3
  13. package/dist/browser/operations/autoScaleVCores.d.ts.map +1 -0
  14. package/{dist-esm/src → dist/browser}/operations/autoScaleVCores.js +2 -2
  15. package/dist/browser/operations/autoScaleVCores.js.map +1 -0
  16. package/{dist-esm/src → dist/browser}/operations/capacities.d.ts +3 -3
  17. package/dist/browser/operations/capacities.d.ts.map +1 -0
  18. package/{dist-esm/src → dist/browser}/operations/capacities.js +169 -189
  19. package/dist/browser/operations/capacities.js.map +1 -0
  20. package/dist/browser/operations/index.d.ts +4 -0
  21. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  22. package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +3 -3
  23. package/dist/browser/operations/index.js.map +1 -0
  24. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  25. package/dist/browser/operations/operations.d.ts.map +1 -0
  26. package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
  27. package/dist/browser/operations/operations.js.map +1 -0
  28. package/{dist-esm/src → dist/browser}/operationsInterfaces/autoScaleVCores.d.ts +1 -1
  29. package/dist/browser/operationsInterfaces/autoScaleVCores.d.ts.map +1 -0
  30. package/dist/browser/operationsInterfaces/autoScaleVCores.js.map +1 -0
  31. package/{dist-esm/src → dist/browser}/operationsInterfaces/capacities.d.ts +1 -1
  32. package/dist/browser/operationsInterfaces/capacities.d.ts.map +1 -0
  33. package/dist/browser/operationsInterfaces/capacities.js.map +1 -0
  34. package/dist/browser/operationsInterfaces/index.d.ts +4 -0
  35. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  36. package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +3 -3
  37. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  38. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  39. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  40. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  41. package/dist/browser/package.json +3 -0
  42. package/dist/browser/pagingHelper.js.map +1 -0
  43. package/{dist-esm/src → dist/browser}/powerBIDedicated.d.ts +2 -2
  44. package/dist/browser/powerBIDedicated.d.ts.map +1 -0
  45. package/{dist-esm/src → dist/browser}/powerBIDedicated.js +15 -18
  46. package/dist/browser/powerBIDedicated.js.map +1 -0
  47. package/dist/commonjs/index.d.ts +5 -0
  48. package/dist/commonjs/index.d.ts.map +1 -0
  49. package/dist/commonjs/index.js +19 -0
  50. package/dist/commonjs/index.js.map +1 -0
  51. package/dist/commonjs/lroImpl.d.ts +16 -0
  52. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  53. package/dist/commonjs/lroImpl.js +29 -0
  54. package/dist/commonjs/lroImpl.js.map +1 -0
  55. package/dist/commonjs/models/index.d.ts +541 -0
  56. package/dist/commonjs/models/index.d.ts.map +1 -0
  57. package/dist/commonjs/models/index.js +109 -0
  58. package/dist/commonjs/models/index.js.map +1 -0
  59. package/dist/commonjs/models/mappers.d.ts +27 -0
  60. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  61. package/dist/commonjs/models/mappers.js +635 -0
  62. package/dist/commonjs/models/mappers.js.map +1 -0
  63. package/dist/commonjs/models/parameters.d.ts +17 -0
  64. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  65. package/dist/commonjs/models/parameters.js +152 -0
  66. package/dist/commonjs/models/parameters.js.map +1 -0
  67. package/dist/commonjs/operations/autoScaleVCores.d.ts +81 -0
  68. package/dist/commonjs/operations/autoScaleVCores.d.ts.map +1 -0
  69. package/dist/commonjs/operations/autoScaleVCores.js +313 -0
  70. package/dist/commonjs/operations/autoScaleVCores.js.map +1 -0
  71. package/dist/commonjs/operations/capacities.d.ts +169 -0
  72. package/dist/commonjs/operations/capacities.d.ts.map +1 -0
  73. package/dist/commonjs/operations/capacities.js +695 -0
  74. package/dist/commonjs/operations/capacities.js.map +1 -0
  75. package/dist/commonjs/operations/index.d.ts +4 -0
  76. package/dist/commonjs/operations/index.d.ts.map +1 -0
  77. package/dist/commonjs/operations/index.js +14 -0
  78. package/dist/commonjs/operations/index.js.map +1 -0
  79. package/dist/commonjs/operations/operations.d.ts +32 -0
  80. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  81. package/dist/commonjs/operations/operations.js +137 -0
  82. package/dist/commonjs/operations/operations.js.map +1 -0
  83. package/dist/commonjs/operationsInterfaces/autoScaleVCores.d.ts +57 -0
  84. package/dist/commonjs/operationsInterfaces/autoScaleVCores.d.ts.map +1 -0
  85. package/dist/commonjs/operationsInterfaces/autoScaleVCores.js +10 -0
  86. package/dist/commonjs/operationsInterfaces/autoScaleVCores.js.map +1 -0
  87. package/dist/commonjs/operationsInterfaces/capacities.d.ts +145 -0
  88. package/dist/commonjs/operationsInterfaces/capacities.d.ts.map +1 -0
  89. package/dist/commonjs/operationsInterfaces/capacities.js +10 -0
  90. package/dist/commonjs/operationsInterfaces/capacities.js.map +1 -0
  91. package/dist/commonjs/operationsInterfaces/index.d.ts +4 -0
  92. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  93. package/dist/commonjs/operationsInterfaces/index.js +14 -0
  94. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  95. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  96. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  97. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  98. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  99. package/dist/commonjs/package.json +3 -0
  100. package/dist/commonjs/pagingHelper.d.ts +13 -0
  101. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  102. package/dist/commonjs/pagingHelper.js +36 -0
  103. package/dist/commonjs/pagingHelper.js.map +1 -0
  104. package/dist/commonjs/powerBIDedicated.d.ts +23 -0
  105. package/dist/commonjs/powerBIDedicated.d.ts.map +1 -0
  106. package/dist/commonjs/powerBIDedicated.js +105 -0
  107. package/dist/commonjs/powerBIDedicated.js.map +1 -0
  108. package/{types → dist/commonjs}/tsdoc-metadata.json +1 -1
  109. package/dist/esm/index.d.ts +5 -0
  110. package/dist/esm/index.d.ts.map +1 -0
  111. package/{src/index.ts → dist/esm/index.js} +5 -5
  112. package/dist/esm/index.js.map +1 -0
  113. package/dist/esm/lroImpl.d.ts +16 -0
  114. package/dist/esm/lroImpl.d.ts.map +1 -0
  115. package/dist/esm/lroImpl.js +25 -0
  116. package/dist/esm/lroImpl.js.map +1 -0
  117. package/dist/esm/models/index.d.ts +541 -0
  118. package/dist/esm/models/index.d.ts.map +1 -0
  119. package/dist/esm/models/index.js +106 -0
  120. package/dist/esm/models/index.js.map +1 -0
  121. package/dist/esm/models/mappers.d.ts +27 -0
  122. package/dist/esm/models/mappers.d.ts.map +1 -0
  123. package/dist/esm/models/mappers.js +632 -0
  124. package/dist/esm/models/mappers.js.map +1 -0
  125. package/dist/esm/models/parameters.d.ts +17 -0
  126. package/dist/esm/models/parameters.d.ts.map +1 -0
  127. package/dist/esm/models/parameters.js +149 -0
  128. package/dist/esm/models/parameters.js.map +1 -0
  129. package/dist/esm/operations/autoScaleVCores.d.ts +81 -0
  130. package/dist/esm/operations/autoScaleVCores.d.ts.map +1 -0
  131. package/dist/esm/operations/autoScaleVCores.js +309 -0
  132. package/dist/esm/operations/autoScaleVCores.js.map +1 -0
  133. package/dist/esm/operations/capacities.d.ts +169 -0
  134. package/dist/esm/operations/capacities.d.ts.map +1 -0
  135. package/dist/esm/operations/capacities.js +691 -0
  136. package/dist/esm/operations/capacities.js.map +1 -0
  137. package/dist/esm/operations/index.d.ts +4 -0
  138. package/dist/esm/operations/index.d.ts.map +1 -0
  139. package/dist/esm/operations/index.js +11 -0
  140. package/dist/esm/operations/index.js.map +1 -0
  141. package/dist/esm/operations/operations.d.ts +32 -0
  142. package/dist/esm/operations/operations.d.ts.map +1 -0
  143. package/dist/esm/operations/operations.js +133 -0
  144. package/dist/esm/operations/operations.js.map +1 -0
  145. package/dist/esm/operationsInterfaces/autoScaleVCores.d.ts +57 -0
  146. package/dist/esm/operationsInterfaces/autoScaleVCores.d.ts.map +1 -0
  147. package/{src/operations/index.ts → dist/esm/operationsInterfaces/autoScaleVCores.js} +2 -4
  148. package/dist/esm/operationsInterfaces/autoScaleVCores.js.map +1 -0
  149. package/dist/esm/operationsInterfaces/capacities.d.ts +145 -0
  150. package/dist/esm/operationsInterfaces/capacities.d.ts.map +1 -0
  151. package/dist/esm/operationsInterfaces/capacities.js +9 -0
  152. package/dist/esm/operationsInterfaces/capacities.js.map +1 -0
  153. package/dist/esm/operationsInterfaces/index.d.ts +4 -0
  154. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  155. package/dist/esm/operationsInterfaces/index.js +11 -0
  156. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  157. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  158. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  159. package/dist/esm/operationsInterfaces/operations.js +9 -0
  160. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  161. package/dist/esm/package.json +3 -0
  162. package/dist/esm/pagingHelper.d.ts +13 -0
  163. package/dist/esm/pagingHelper.d.ts.map +1 -0
  164. package/dist/esm/pagingHelper.js +32 -0
  165. package/dist/esm/pagingHelper.js.map +1 -0
  166. package/dist/esm/powerBIDedicated.d.ts +23 -0
  167. package/dist/esm/powerBIDedicated.d.ts.map +1 -0
  168. package/dist/esm/powerBIDedicated.js +100 -0
  169. package/dist/esm/powerBIDedicated.js.map +1 -0
  170. package/dist/react-native/index.d.ts +5 -0
  171. package/dist/react-native/index.d.ts.map +1 -0
  172. package/dist/react-native/index.js +13 -0
  173. package/dist/react-native/index.js.map +1 -0
  174. package/dist/react-native/lroImpl.d.ts +16 -0
  175. package/dist/react-native/lroImpl.d.ts.map +1 -0
  176. package/dist/react-native/lroImpl.js +25 -0
  177. package/dist/react-native/lroImpl.js.map +1 -0
  178. package/dist/react-native/models/index.d.ts +541 -0
  179. package/dist/react-native/models/index.d.ts.map +1 -0
  180. package/dist/react-native/models/index.js +106 -0
  181. package/dist/react-native/models/index.js.map +1 -0
  182. package/dist/react-native/models/mappers.d.ts +27 -0
  183. package/dist/react-native/models/mappers.d.ts.map +1 -0
  184. package/dist/react-native/models/mappers.js +632 -0
  185. package/dist/react-native/models/mappers.js.map +1 -0
  186. package/dist/react-native/models/parameters.d.ts +17 -0
  187. package/dist/react-native/models/parameters.d.ts.map +1 -0
  188. package/dist/react-native/models/parameters.js +149 -0
  189. package/dist/react-native/models/parameters.js.map +1 -0
  190. package/dist/react-native/operations/autoScaleVCores.d.ts +81 -0
  191. package/dist/react-native/operations/autoScaleVCores.d.ts.map +1 -0
  192. package/dist/react-native/operations/autoScaleVCores.js +309 -0
  193. package/dist/react-native/operations/autoScaleVCores.js.map +1 -0
  194. package/dist/react-native/operations/capacities.d.ts +169 -0
  195. package/dist/react-native/operations/capacities.d.ts.map +1 -0
  196. package/dist/react-native/operations/capacities.js +691 -0
  197. package/dist/react-native/operations/capacities.js.map +1 -0
  198. package/dist/react-native/operations/index.d.ts +4 -0
  199. package/dist/react-native/operations/index.d.ts.map +1 -0
  200. package/dist/react-native/operations/index.js +11 -0
  201. package/dist/react-native/operations/index.js.map +1 -0
  202. package/dist/react-native/operations/operations.d.ts +32 -0
  203. package/dist/react-native/operations/operations.d.ts.map +1 -0
  204. package/dist/react-native/operations/operations.js +133 -0
  205. package/dist/react-native/operations/operations.js.map +1 -0
  206. package/dist/react-native/operationsInterfaces/autoScaleVCores.d.ts +57 -0
  207. package/dist/react-native/operationsInterfaces/autoScaleVCores.d.ts.map +1 -0
  208. package/dist/react-native/operationsInterfaces/autoScaleVCores.js +9 -0
  209. package/dist/react-native/operationsInterfaces/autoScaleVCores.js.map +1 -0
  210. package/dist/react-native/operationsInterfaces/capacities.d.ts +145 -0
  211. package/dist/react-native/operationsInterfaces/capacities.d.ts.map +1 -0
  212. package/dist/react-native/operationsInterfaces/capacities.js +9 -0
  213. package/dist/react-native/operationsInterfaces/capacities.js.map +1 -0
  214. package/dist/react-native/operationsInterfaces/index.d.ts +4 -0
  215. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  216. package/dist/react-native/operationsInterfaces/index.js +11 -0
  217. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  218. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  219. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  220. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  221. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  222. package/dist/react-native/package.json +3 -0
  223. package/dist/react-native/pagingHelper.d.ts +13 -0
  224. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  225. package/dist/react-native/pagingHelper.js +32 -0
  226. package/dist/react-native/pagingHelper.js.map +1 -0
  227. package/dist/react-native/powerBIDedicated.d.ts +23 -0
  228. package/dist/react-native/powerBIDedicated.d.ts.map +1 -0
  229. package/dist/react-native/powerBIDedicated.js +100 -0
  230. package/dist/react-native/powerBIDedicated.js.map +1 -0
  231. package/package.json +70 -41
  232. package/dist/index.js +0 -2244
  233. package/dist/index.js.map +0 -1
  234. package/dist/index.min.js +0 -1
  235. package/dist/index.min.js.map +0 -1
  236. package/dist-esm/samples-dev/autoScaleVCoresCreateSample.d.ts +0 -2
  237. package/dist-esm/samples-dev/autoScaleVCoresCreateSample.d.ts.map +0 -1
  238. package/dist-esm/samples-dev/autoScaleVCoresCreateSample.js +0 -36
  239. package/dist-esm/samples-dev/autoScaleVCoresCreateSample.js.map +0 -1
  240. package/dist-esm/samples-dev/autoScaleVCoresDeleteSample.d.ts +0 -2
  241. package/dist-esm/samples-dev/autoScaleVCoresDeleteSample.d.ts.map +0 -1
  242. package/dist-esm/samples-dev/autoScaleVCoresDeleteSample.js +0 -36
  243. package/dist-esm/samples-dev/autoScaleVCoresDeleteSample.js.map +0 -1
  244. package/dist-esm/samples-dev/autoScaleVCoresGetSample.d.ts +0 -2
  245. package/dist-esm/samples-dev/autoScaleVCoresGetSample.d.ts.map +0 -1
  246. package/dist-esm/samples-dev/autoScaleVCoresGetSample.js +0 -36
  247. package/dist-esm/samples-dev/autoScaleVCoresGetSample.js.map +0 -1
  248. package/dist-esm/samples-dev/autoScaleVCoresListByResourceGroupSample.d.ts +0 -2
  249. package/dist-esm/samples-dev/autoScaleVCoresListByResourceGroupSample.d.ts.map +0 -1
  250. package/dist-esm/samples-dev/autoScaleVCoresListByResourceGroupSample.js +0 -51
  251. package/dist-esm/samples-dev/autoScaleVCoresListByResourceGroupSample.js.map +0 -1
  252. package/dist-esm/samples-dev/autoScaleVCoresListBySubscriptionSample.d.ts +0 -2
  253. package/dist-esm/samples-dev/autoScaleVCoresListBySubscriptionSample.d.ts.map +0 -1
  254. package/dist-esm/samples-dev/autoScaleVCoresListBySubscriptionSample.js +0 -50
  255. package/dist-esm/samples-dev/autoScaleVCoresListBySubscriptionSample.js.map +0 -1
  256. package/dist-esm/samples-dev/autoScaleVCoresUpdateSample.d.ts +0 -2
  257. package/dist-esm/samples-dev/autoScaleVCoresUpdateSample.d.ts.map +0 -1
  258. package/dist-esm/samples-dev/autoScaleVCoresUpdateSample.js +0 -34
  259. package/dist-esm/samples-dev/autoScaleVCoresUpdateSample.js.map +0 -1
  260. package/dist-esm/samples-dev/capacitiesCheckNameAvailabilitySample.d.ts +0 -2
  261. package/dist-esm/samples-dev/capacitiesCheckNameAvailabilitySample.d.ts.map +0 -1
  262. package/dist-esm/samples-dev/capacitiesCheckNameAvailabilitySample.js +0 -32
  263. package/dist-esm/samples-dev/capacitiesCheckNameAvailabilitySample.js.map +0 -1
  264. package/dist-esm/samples-dev/capacitiesCreateSample.d.ts +0 -2
  265. package/dist-esm/samples-dev/capacitiesCreateSample.d.ts.map +0 -1
  266. package/dist-esm/samples-dev/capacitiesCreateSample.js +0 -37
  267. package/dist-esm/samples-dev/capacitiesCreateSample.js.map +0 -1
  268. package/dist-esm/samples-dev/capacitiesDeleteSample.d.ts +0 -2
  269. package/dist-esm/samples-dev/capacitiesDeleteSample.d.ts.map +0 -1
  270. package/dist-esm/samples-dev/capacitiesDeleteSample.js +0 -36
  271. package/dist-esm/samples-dev/capacitiesDeleteSample.js.map +0 -1
  272. package/dist-esm/samples-dev/capacitiesGetDetailsSample.d.ts +0 -2
  273. package/dist-esm/samples-dev/capacitiesGetDetailsSample.d.ts.map +0 -1
  274. package/dist-esm/samples-dev/capacitiesGetDetailsSample.js +0 -36
  275. package/dist-esm/samples-dev/capacitiesGetDetailsSample.js.map +0 -1
  276. package/dist-esm/samples-dev/capacitiesListByResourceGroupSample.d.ts +0 -2
  277. package/dist-esm/samples-dev/capacitiesListByResourceGroupSample.d.ts.map +0 -1
  278. package/dist-esm/samples-dev/capacitiesListByResourceGroupSample.js +0 -51
  279. package/dist-esm/samples-dev/capacitiesListByResourceGroupSample.js.map +0 -1
  280. package/dist-esm/samples-dev/capacitiesListSample.d.ts +0 -2
  281. package/dist-esm/samples-dev/capacitiesListSample.d.ts.map +0 -1
  282. package/dist-esm/samples-dev/capacitiesListSample.js +0 -50
  283. package/dist-esm/samples-dev/capacitiesListSample.js.map +0 -1
  284. package/dist-esm/samples-dev/capacitiesListSkusForCapacitySample.d.ts +0 -2
  285. package/dist-esm/samples-dev/capacitiesListSkusForCapacitySample.d.ts.map +0 -1
  286. package/dist-esm/samples-dev/capacitiesListSkusForCapacitySample.js +0 -36
  287. package/dist-esm/samples-dev/capacitiesListSkusForCapacitySample.js.map +0 -1
  288. package/dist-esm/samples-dev/capacitiesListSkusSample.d.ts +0 -2
  289. package/dist-esm/samples-dev/capacitiesListSkusSample.d.ts.map +0 -1
  290. package/dist-esm/samples-dev/capacitiesListSkusSample.js +0 -34
  291. package/dist-esm/samples-dev/capacitiesListSkusSample.js.map +0 -1
  292. package/dist-esm/samples-dev/capacitiesResumeSample.d.ts +0 -2
  293. package/dist-esm/samples-dev/capacitiesResumeSample.d.ts.map +0 -1
  294. package/dist-esm/samples-dev/capacitiesResumeSample.js +0 -36
  295. package/dist-esm/samples-dev/capacitiesResumeSample.js.map +0 -1
  296. package/dist-esm/samples-dev/capacitiesSuspendSample.d.ts +0 -2
  297. package/dist-esm/samples-dev/capacitiesSuspendSample.d.ts.map +0 -1
  298. package/dist-esm/samples-dev/capacitiesSuspendSample.js +0 -36
  299. package/dist-esm/samples-dev/capacitiesSuspendSample.js.map +0 -1
  300. package/dist-esm/samples-dev/capacitiesUpdateSample.d.ts +0 -2
  301. package/dist-esm/samples-dev/capacitiesUpdateSample.d.ts.map +0 -1
  302. package/dist-esm/samples-dev/capacitiesUpdateSample.js +0 -59
  303. package/dist-esm/samples-dev/capacitiesUpdateSample.js.map +0 -1
  304. package/dist-esm/src/index.d.ts +0 -5
  305. package/dist-esm/src/index.js.map +0 -1
  306. package/dist-esm/src/lroImpl.js +0 -29
  307. package/dist-esm/src/lroImpl.js.map +0 -1
  308. package/dist-esm/src/models/index.js.map +0 -1
  309. package/dist-esm/src/models/mappers.js.map +0 -1
  310. package/dist-esm/src/models/parameters.js.map +0 -1
  311. package/dist-esm/src/operations/autoScaleVCores.d.ts.map +0 -1
  312. package/dist-esm/src/operations/autoScaleVCores.js.map +0 -1
  313. package/dist-esm/src/operations/capacities.d.ts.map +0 -1
  314. package/dist-esm/src/operations/capacities.js.map +0 -1
  315. package/dist-esm/src/operations/index.d.ts +0 -4
  316. package/dist-esm/src/operations/index.js.map +0 -1
  317. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  318. package/dist-esm/src/operations/operations.js.map +0 -1
  319. package/dist-esm/src/operationsInterfaces/autoScaleVCores.d.ts.map +0 -1
  320. package/dist-esm/src/operationsInterfaces/autoScaleVCores.js.map +0 -1
  321. package/dist-esm/src/operationsInterfaces/capacities.d.ts.map +0 -1
  322. package/dist-esm/src/operationsInterfaces/capacities.js.map +0 -1
  323. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -4
  324. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  325. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  326. package/dist-esm/src/pagingHelper.js.map +0 -1
  327. package/dist-esm/src/powerBIDedicated.d.ts.map +0 -1
  328. package/dist-esm/src/powerBIDedicated.js.map +0 -1
  329. package/dist-esm/test/sampleTest.d.ts +0 -2
  330. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  331. package/dist-esm/test/sampleTest.js +0 -42
  332. package/dist-esm/test/sampleTest.js.map +0 -1
  333. package/src/lroImpl.ts +0 -34
  334. package/src/models/index.ts +0 -624
  335. package/src/models/mappers.ts +0 -679
  336. package/src/models/parameters.ts +0 -175
  337. package/src/operations/autoScaleVCores.ts +0 -379
  338. package/src/operations/capacities.ts +0 -956
  339. package/src/operations/operations.ts +0 -149
  340. package/src/operationsInterfaces/autoScaleVCores.ts +0 -101
  341. package/src/operationsInterfaces/capacities.ts +0 -248
  342. package/src/operationsInterfaces/index.ts +0 -11
  343. package/src/operationsInterfaces/operations.ts +0 -22
  344. package/src/pagingHelper.ts +0 -39
  345. package/src/powerBIDedicated.ts +0 -153
  346. package/tsconfig.json +0 -33
  347. package/types/arm-powerbidedicated.d.ts +0 -854
  348. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  349. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  350. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  351. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  352. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  353. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  354. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  355. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  356. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  357. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  358. /package/{dist-esm/src → dist/browser}/operationsInterfaces/autoScaleVCores.js +0 -0
  359. /package/{dist-esm/src → dist/browser}/operationsInterfaces/capacities.js +0 -0
  360. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  361. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  362. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  363. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
@@ -1,624 +0,0 @@
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
-
9
- import * as coreClient from "@azure/core-client";
10
-
11
- /** Represents the SKU name and Azure pricing tier for PowerBI Dedicated capacity resource. */
12
- export interface CapacitySku {
13
- /** Name of the SKU level. */
14
- name: string;
15
- /** The name of the Azure pricing tier to which the SKU applies. */
16
- tier?: CapacitySkuTier;
17
- }
18
-
19
- /** An object that represents a set of mutable Dedicated capacity resource properties. */
20
- export interface DedicatedCapacityMutableProperties {
21
- /** A collection of Dedicated capacity administrators */
22
- administration?: DedicatedCapacityAdministrators;
23
- /** Specifies the generation of the Power BI Embedded capacity. If no value is specified, the default value 'Gen2' is used. [Learn More](https://docs.microsoft.com/power-bi/developer/embedded/power-bi-embedded-generation-2) */
24
- mode?: Mode;
25
- }
26
-
27
- /** An array of administrator user identities */
28
- export interface DedicatedCapacityAdministrators {
29
- /** An array of administrator user identities. */
30
- members?: string[];
31
- }
32
-
33
- /** Represents an instance of an PowerBI Dedicated resource. */
34
- export interface Resource {
35
- /**
36
- * An identifier that represents the PowerBI Dedicated resource.
37
- * NOTE: This property will not be serialized. It can only be populated by the server.
38
- */
39
- readonly id?: string;
40
- /**
41
- * The name of the PowerBI Dedicated resource.
42
- * NOTE: This property will not be serialized. It can only be populated by the server.
43
- */
44
- readonly name?: string;
45
- /**
46
- * The type of the PowerBI Dedicated resource.
47
- * NOTE: This property will not be serialized. It can only be populated by the server.
48
- */
49
- readonly type?: string;
50
- /** Location of the PowerBI Dedicated resource. */
51
- location: string;
52
- /** Key-value pairs of additional resource provisioning properties. */
53
- tags?: { [propertyName: string]: string };
54
- /** Metadata pertaining to creation and last modification of the resource. */
55
- systemData?: SystemData;
56
- }
57
-
58
- /** Metadata pertaining to creation and last modification of the resource. */
59
- export interface SystemData {
60
- /** An identifier for the identity that created the resource */
61
- createdBy?: string;
62
- /** The type of identity that created the resource */
63
- createdByType?: IdentityType;
64
- /** The timestamp of resource creation (UTC) */
65
- createdAt?: Date;
66
- /** An identifier for the identity that last modified the resource */
67
- lastModifiedBy?: string;
68
- /** The type of identity that last modified the resource */
69
- lastModifiedByType?: IdentityType;
70
- /** The timestamp of resource last modification (UTC) */
71
- lastModifiedAt?: Date;
72
- }
73
-
74
- /** Describes the format of Error response. */
75
- export interface ErrorResponse {
76
- /** The error object */
77
- error?: ErrorResponseError;
78
- }
79
-
80
- /** The error object */
81
- export interface ErrorResponseError {
82
- /** Error code */
83
- code?: string;
84
- /** Error message indicating why the operation failed. */
85
- message?: string;
86
- }
87
-
88
- /** Provision request specification */
89
- export interface DedicatedCapacityUpdateParameters {
90
- /** The SKU of the Dedicated capacity resource. */
91
- sku?: CapacitySku;
92
- /** Key-value pairs of additional provisioning properties. */
93
- tags?: { [propertyName: string]: string };
94
- /** A collection of Dedicated capacity administrators */
95
- administration?: DedicatedCapacityAdministrators;
96
- /** Specifies the generation of the Power BI Embedded capacity. If no value is specified, the default value 'Gen2' is used. [Learn More](https://docs.microsoft.com/power-bi/developer/embedded/power-bi-embedded-generation-2) */
97
- mode?: Mode;
98
- }
99
-
100
- /** An array of Dedicated capacities resources. */
101
- export interface DedicatedCapacities {
102
- /** An array of Dedicated capacities resources. */
103
- value: DedicatedCapacity[];
104
- }
105
-
106
- /** An object that represents enumerating SKUs for new resources */
107
- export interface SkuEnumerationForNewResourceResult {
108
- /** The collection of available SKUs for new resources */
109
- value?: CapacitySku[];
110
- }
111
-
112
- /** An object that represents enumerating SKUs for existing resources */
113
- export interface SkuEnumerationForExistingResourceResult {
114
- /** The collection of available SKUs for existing resources */
115
- value?: SkuDetailsForExistingResource[];
116
- }
117
-
118
- /** An object that represents SKU details for existing resources */
119
- export interface SkuDetailsForExistingResource {
120
- /** The SKU in SKU details for existing resources. */
121
- sku?: CapacitySku;
122
- }
123
-
124
- /** Result listing capacities. It contains a list of operations and a URL link to get the next set of results. */
125
- export interface OperationListResult {
126
- /**
127
- * List of capacities supported by the Microsoft.PowerBIDedicated resource provider.
128
- * NOTE: This property will not be serialized. It can only be populated by the server.
129
- */
130
- readonly value?: Operation[];
131
- /**
132
- * URL to get the next set of operation list results if there are any.
133
- * NOTE: This property will not be serialized. It can only be populated by the server.
134
- */
135
- readonly nextLink?: string;
136
- }
137
-
138
- /** Capacities REST API operation. */
139
- export interface Operation {
140
- /**
141
- * Operation name: {provider}/{resource}/{operation}.
142
- * NOTE: This property will not be serialized. It can only be populated by the server.
143
- */
144
- readonly name?: string;
145
- /** The object that represents the operation. */
146
- display?: OperationDisplay;
147
- }
148
-
149
- /** The object that represents the operation. */
150
- export interface OperationDisplay {
151
- /**
152
- * Service provider: Microsoft.PowerBIDedicated.
153
- * NOTE: This property will not be serialized. It can only be populated by the server.
154
- */
155
- readonly provider?: string;
156
- /**
157
- * Resource on which the operation is performed: capacity, etc.
158
- * NOTE: This property will not be serialized. It can only be populated by the server.
159
- */
160
- readonly resource?: string;
161
- /**
162
- * Operation type: create, update, delete, etc.
163
- * NOTE: This property will not be serialized. It can only be populated by the server.
164
- */
165
- readonly operation?: string;
166
- }
167
-
168
- /** Details of capacity name request body. */
169
- export interface CheckCapacityNameAvailabilityParameters {
170
- /** Name for checking availability. */
171
- name?: string;
172
- /** The resource type of PowerBI dedicated. */
173
- type?: string;
174
- }
175
-
176
- /** The checking result of capacity name availability. */
177
- export interface CheckCapacityNameAvailabilityResult {
178
- /** Indicator of availability of the capacity name. */
179
- nameAvailable?: boolean;
180
- /** The reason of unavailability. */
181
- reason?: string;
182
- /** The detailed message of the request unavailability. */
183
- message?: string;
184
- }
185
-
186
- /** Represents the SKU name and Azure pricing tier for auto scale v-core resource. */
187
- export interface AutoScaleVCoreSku {
188
- /** Name of the SKU level. */
189
- name: string;
190
- /** The name of the Azure pricing tier to which the SKU applies. */
191
- tier?: VCoreSkuTier;
192
- /** The capacity of an auto scale v-core resource. */
193
- capacity?: number;
194
- }
195
-
196
- /** An object that represents a set of mutable auto scale v-core resource properties. */
197
- export interface AutoScaleVCoreMutableProperties {
198
- /** The maximum capacity of an auto scale v-core resource. */
199
- capacityLimit?: number;
200
- }
201
-
202
- /** Update request specification */
203
- export interface AutoScaleVCoreUpdateParameters {
204
- /** The SKU of the auto scale v-core resource. */
205
- sku?: AutoScaleVCoreSku;
206
- /** Key-value pairs of additional provisioning properties. */
207
- tags?: { [propertyName: string]: string };
208
- /** The maximum capacity of an auto scale v-core resource. */
209
- capacityLimit?: number;
210
- }
211
-
212
- /** An array of auto scale v-core resources. */
213
- export interface AutoScaleVCoreListResult {
214
- /** An array of auto scale v-core resources. */
215
- value: AutoScaleVCore[];
216
- }
217
-
218
- /** Properties of Dedicated Capacity resource. */
219
- export interface DedicatedCapacityProperties
220
- extends DedicatedCapacityMutableProperties {
221
- /**
222
- * The current state of PowerBI Dedicated resource. The state is to indicate more states outside of resource provisioning.
223
- * NOTE: This property will not be serialized. It can only be populated by the server.
224
- */
225
- readonly state?: State;
226
- /**
227
- * The current deployment state of PowerBI Dedicated resource. The provisioningState is to indicate states for resource provisioning.
228
- * NOTE: This property will not be serialized. It can only be populated by the server.
229
- */
230
- readonly provisioningState?: CapacityProvisioningState;
231
- }
232
-
233
- /** Represents an instance of a Dedicated Capacity resource. */
234
- export interface DedicatedCapacity extends Resource {
235
- /** The SKU of the PowerBI Dedicated capacity resource. */
236
- sku: CapacitySku;
237
- /** A collection of Dedicated capacity administrators */
238
- administration?: DedicatedCapacityAdministrators;
239
- /** Specifies the generation of the Power BI Embedded capacity. If no value is specified, the default value 'Gen2' is used. [Learn More](https://docs.microsoft.com/power-bi/developer/embedded/power-bi-embedded-generation-2) */
240
- mode?: Mode;
241
- /**
242
- * The current state of PowerBI Dedicated resource. The state is to indicate more states outside of resource provisioning.
243
- * NOTE: This property will not be serialized. It can only be populated by the server.
244
- */
245
- readonly state?: State;
246
- /**
247
- * The current deployment state of PowerBI Dedicated resource. The provisioningState is to indicate states for resource provisioning.
248
- * NOTE: This property will not be serialized. It can only be populated by the server.
249
- */
250
- readonly provisioningState?: CapacityProvisioningState;
251
- }
252
-
253
- /** Represents an instance of an auto scale v-core resource. */
254
- export interface AutoScaleVCore extends Resource {
255
- /** The SKU of the auto scale v-core resource. */
256
- sku: AutoScaleVCoreSku;
257
- /** The maximum capacity of an auto scale v-core resource. */
258
- capacityLimit?: number;
259
- /** The object ID of the capacity resource associated with the auto scale v-core resource. */
260
- capacityObjectId?: string;
261
- /**
262
- * The current deployment state of an auto scale v-core resource. The provisioningState is to indicate states for resource provisioning.
263
- * NOTE: This property will not be serialized. It can only be populated by the server.
264
- */
265
- readonly provisioningState?: VCoreProvisioningState;
266
- }
267
-
268
- /** Properties of an auto scale v-core resource. */
269
- export interface AutoScaleVCoreProperties
270
- extends AutoScaleVCoreMutableProperties {
271
- /** The object ID of the capacity resource associated with the auto scale v-core resource. */
272
- capacityObjectId?: string;
273
- /**
274
- * The current deployment state of an auto scale v-core resource. The provisioningState is to indicate states for resource provisioning.
275
- * NOTE: This property will not be serialized. It can only be populated by the server.
276
- */
277
- readonly provisioningState?: VCoreProvisioningState;
278
- }
279
-
280
- /** Known values of {@link CapacitySkuTier} that the service accepts. */
281
- export enum KnownCapacitySkuTier {
282
- /** PbieAzure */
283
- PbieAzure = "PBIE_Azure",
284
- /** Premium */
285
- Premium = "Premium",
286
- /** AutoPremiumHost */
287
- AutoPremiumHost = "AutoPremiumHost"
288
- }
289
-
290
- /**
291
- * Defines values for CapacitySkuTier. \
292
- * {@link KnownCapacitySkuTier} can be used interchangeably with CapacitySkuTier,
293
- * this enum contains the known values that the service supports.
294
- * ### Known values supported by the service
295
- * **PBIE_Azure** \
296
- * **Premium** \
297
- * **AutoPremiumHost**
298
- */
299
- export type CapacitySkuTier = string;
300
-
301
- /** Known values of {@link State} that the service accepts. */
302
- export enum KnownState {
303
- /** Deleting */
304
- Deleting = "Deleting",
305
- /** Succeeded */
306
- Succeeded = "Succeeded",
307
- /** Failed */
308
- Failed = "Failed",
309
- /** Paused */
310
- Paused = "Paused",
311
- /** Suspended */
312
- Suspended = "Suspended",
313
- /** Provisioning */
314
- Provisioning = "Provisioning",
315
- /** Updating */
316
- Updating = "Updating",
317
- /** Suspending */
318
- Suspending = "Suspending",
319
- /** Pausing */
320
- Pausing = "Pausing",
321
- /** Resuming */
322
- Resuming = "Resuming",
323
- /** Preparing */
324
- Preparing = "Preparing",
325
- /** Scaling */
326
- Scaling = "Scaling"
327
- }
328
-
329
- /**
330
- * Defines values for State. \
331
- * {@link KnownState} can be used interchangeably with State,
332
- * this enum contains the known values that the service supports.
333
- * ### Known values supported by the service
334
- * **Deleting** \
335
- * **Succeeded** \
336
- * **Failed** \
337
- * **Paused** \
338
- * **Suspended** \
339
- * **Provisioning** \
340
- * **Updating** \
341
- * **Suspending** \
342
- * **Pausing** \
343
- * **Resuming** \
344
- * **Preparing** \
345
- * **Scaling**
346
- */
347
- export type State = string;
348
-
349
- /** Known values of {@link CapacityProvisioningState} that the service accepts. */
350
- export enum KnownCapacityProvisioningState {
351
- /** Deleting */
352
- Deleting = "Deleting",
353
- /** Succeeded */
354
- Succeeded = "Succeeded",
355
- /** Failed */
356
- Failed = "Failed",
357
- /** Paused */
358
- Paused = "Paused",
359
- /** Suspended */
360
- Suspended = "Suspended",
361
- /** Provisioning */
362
- Provisioning = "Provisioning",
363
- /** Updating */
364
- Updating = "Updating",
365
- /** Suspending */
366
- Suspending = "Suspending",
367
- /** Pausing */
368
- Pausing = "Pausing",
369
- /** Resuming */
370
- Resuming = "Resuming",
371
- /** Preparing */
372
- Preparing = "Preparing",
373
- /** Scaling */
374
- Scaling = "Scaling"
375
- }
376
-
377
- /**
378
- * Defines values for CapacityProvisioningState. \
379
- * {@link KnownCapacityProvisioningState} can be used interchangeably with CapacityProvisioningState,
380
- * this enum contains the known values that the service supports.
381
- * ### Known values supported by the service
382
- * **Deleting** \
383
- * **Succeeded** \
384
- * **Failed** \
385
- * **Paused** \
386
- * **Suspended** \
387
- * **Provisioning** \
388
- * **Updating** \
389
- * **Suspending** \
390
- * **Pausing** \
391
- * **Resuming** \
392
- * **Preparing** \
393
- * **Scaling**
394
- */
395
- export type CapacityProvisioningState = string;
396
-
397
- /** Known values of {@link Mode} that the service accepts. */
398
- export enum KnownMode {
399
- /** Gen1 */
400
- Gen1 = "Gen1",
401
- /** Gen2 */
402
- Gen2 = "Gen2"
403
- }
404
-
405
- /**
406
- * Defines values for Mode. \
407
- * {@link KnownMode} can be used interchangeably with Mode,
408
- * this enum contains the known values that the service supports.
409
- * ### Known values supported by the service
410
- * **Gen1** \
411
- * **Gen2**
412
- */
413
- export type Mode = string;
414
-
415
- /** Known values of {@link IdentityType} that the service accepts. */
416
- export enum KnownIdentityType {
417
- /** User */
418
- User = "User",
419
- /** Application */
420
- Application = "Application",
421
- /** ManagedIdentity */
422
- ManagedIdentity = "ManagedIdentity",
423
- /** Key */
424
- Key = "Key"
425
- }
426
-
427
- /**
428
- * Defines values for IdentityType. \
429
- * {@link KnownIdentityType} can be used interchangeably with IdentityType,
430
- * this enum contains the known values that the service supports.
431
- * ### Known values supported by the service
432
- * **User** \
433
- * **Application** \
434
- * **ManagedIdentity** \
435
- * **Key**
436
- */
437
- export type IdentityType = string;
438
-
439
- /** Known values of {@link VCoreSkuTier} that the service accepts. */
440
- export enum KnownVCoreSkuTier {
441
- /** AutoScale */
442
- AutoScale = "AutoScale"
443
- }
444
-
445
- /**
446
- * Defines values for VCoreSkuTier. \
447
- * {@link KnownVCoreSkuTier} can be used interchangeably with VCoreSkuTier,
448
- * this enum contains the known values that the service supports.
449
- * ### Known values supported by the service
450
- * **AutoScale**
451
- */
452
- export type VCoreSkuTier = string;
453
-
454
- /** Known values of {@link VCoreProvisioningState} that the service accepts. */
455
- export enum KnownVCoreProvisioningState {
456
- /** Succeeded */
457
- Succeeded = "Succeeded"
458
- }
459
-
460
- /**
461
- * Defines values for VCoreProvisioningState. \
462
- * {@link KnownVCoreProvisioningState} can be used interchangeably with VCoreProvisioningState,
463
- * this enum contains the known values that the service supports.
464
- * ### Known values supported by the service
465
- * **Succeeded**
466
- */
467
- export type VCoreProvisioningState = string;
468
-
469
- /** Optional parameters. */
470
- export interface CapacitiesGetDetailsOptionalParams
471
- extends coreClient.OperationOptions {}
472
-
473
- /** Contains response data for the getDetails operation. */
474
- export type CapacitiesGetDetailsResponse = DedicatedCapacity;
475
-
476
- /** Optional parameters. */
477
- export interface CapacitiesCreateOptionalParams
478
- extends coreClient.OperationOptions {
479
- /** Delay to wait until next poll, in milliseconds. */
480
- updateIntervalInMs?: number;
481
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
482
- resumeFrom?: string;
483
- }
484
-
485
- /** Contains response data for the create operation. */
486
- export type CapacitiesCreateResponse = DedicatedCapacity;
487
-
488
- /** Optional parameters. */
489
- export interface CapacitiesDeleteOptionalParams
490
- extends coreClient.OperationOptions {
491
- /** Delay to wait until next poll, in milliseconds. */
492
- updateIntervalInMs?: number;
493
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
494
- resumeFrom?: string;
495
- }
496
-
497
- /** Optional parameters. */
498
- export interface CapacitiesUpdateOptionalParams
499
- extends coreClient.OperationOptions {
500
- /** Delay to wait until next poll, in milliseconds. */
501
- updateIntervalInMs?: number;
502
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
503
- resumeFrom?: string;
504
- }
505
-
506
- /** Contains response data for the update operation. */
507
- export type CapacitiesUpdateResponse = DedicatedCapacity;
508
-
509
- /** Optional parameters. */
510
- export interface CapacitiesSuspendOptionalParams
511
- extends coreClient.OperationOptions {
512
- /** Delay to wait until next poll, in milliseconds. */
513
- updateIntervalInMs?: number;
514
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
515
- resumeFrom?: string;
516
- }
517
-
518
- /** Optional parameters. */
519
- export interface CapacitiesResumeOptionalParams
520
- extends coreClient.OperationOptions {
521
- /** Delay to wait until next poll, in milliseconds. */
522
- updateIntervalInMs?: number;
523
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
524
- resumeFrom?: string;
525
- }
526
-
527
- /** Optional parameters. */
528
- export interface CapacitiesListByResourceGroupOptionalParams
529
- extends coreClient.OperationOptions {}
530
-
531
- /** Contains response data for the listByResourceGroup operation. */
532
- export type CapacitiesListByResourceGroupResponse = DedicatedCapacities;
533
-
534
- /** Optional parameters. */
535
- export interface CapacitiesListOptionalParams
536
- extends coreClient.OperationOptions {}
537
-
538
- /** Contains response data for the list operation. */
539
- export type CapacitiesListResponse = DedicatedCapacities;
540
-
541
- /** Optional parameters. */
542
- export interface CapacitiesListSkusOptionalParams
543
- extends coreClient.OperationOptions {}
544
-
545
- /** Contains response data for the listSkus operation. */
546
- export type CapacitiesListSkusResponse = SkuEnumerationForNewResourceResult;
547
-
548
- /** Optional parameters. */
549
- export interface CapacitiesListSkusForCapacityOptionalParams
550
- extends coreClient.OperationOptions {}
551
-
552
- /** Contains response data for the listSkusForCapacity operation. */
553
- export type CapacitiesListSkusForCapacityResponse = SkuEnumerationForExistingResourceResult;
554
-
555
- /** Optional parameters. */
556
- export interface CapacitiesCheckNameAvailabilityOptionalParams
557
- extends coreClient.OperationOptions {}
558
-
559
- /** Contains response data for the checkNameAvailability operation. */
560
- export type CapacitiesCheckNameAvailabilityResponse = CheckCapacityNameAvailabilityResult;
561
-
562
- /** Optional parameters. */
563
- export interface OperationsListOptionalParams
564
- extends coreClient.OperationOptions {}
565
-
566
- /** Contains response data for the list operation. */
567
- export type OperationsListResponse = OperationListResult;
568
-
569
- /** Optional parameters. */
570
- export interface OperationsListNextOptionalParams
571
- extends coreClient.OperationOptions {}
572
-
573
- /** Contains response data for the listNext operation. */
574
- export type OperationsListNextResponse = OperationListResult;
575
-
576
- /** Optional parameters. */
577
- export interface AutoScaleVCoresGetOptionalParams
578
- extends coreClient.OperationOptions {}
579
-
580
- /** Contains response data for the get operation. */
581
- export type AutoScaleVCoresGetResponse = AutoScaleVCore;
582
-
583
- /** Optional parameters. */
584
- export interface AutoScaleVCoresCreateOptionalParams
585
- extends coreClient.OperationOptions {}
586
-
587
- /** Contains response data for the create operation. */
588
- export type AutoScaleVCoresCreateResponse = AutoScaleVCore;
589
-
590
- /** Optional parameters. */
591
- export interface AutoScaleVCoresDeleteOptionalParams
592
- extends coreClient.OperationOptions {}
593
-
594
- /** Optional parameters. */
595
- export interface AutoScaleVCoresUpdateOptionalParams
596
- extends coreClient.OperationOptions {}
597
-
598
- /** Contains response data for the update operation. */
599
- export type AutoScaleVCoresUpdateResponse = AutoScaleVCore;
600
-
601
- /** Optional parameters. */
602
- export interface AutoScaleVCoresListByResourceGroupOptionalParams
603
- extends coreClient.OperationOptions {}
604
-
605
- /** Contains response data for the listByResourceGroup operation. */
606
- export type AutoScaleVCoresListByResourceGroupResponse = AutoScaleVCoreListResult;
607
-
608
- /** Optional parameters. */
609
- export interface AutoScaleVCoresListBySubscriptionOptionalParams
610
- extends coreClient.OperationOptions {}
611
-
612
- /** Contains response data for the listBySubscription operation. */
613
- export type AutoScaleVCoresListBySubscriptionResponse = AutoScaleVCoreListResult;
614
-
615
- /** Optional parameters. */
616
- export interface PowerBIDedicatedOptionalParams
617
- extends coreClient.ServiceClientOptions {
618
- /** server parameter */
619
- $host?: string;
620
- /** Api Version */
621
- apiVersion?: string;
622
- /** Overrides client endpoint. */
623
- endpoint?: string;
624
- }