@azure/arm-sqlvirtualmachine 5.0.0-beta.8 → 5.0.0-beta.9

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 (462) hide show
  1. package/CHANGELOG.md +12 -2
  2. package/LICENSE +4 -4
  3. package/README.md +26 -17
  4. package/dist/browser/index.d.ts +5 -0
  5. package/dist/browser/index.d.ts.map +1 -0
  6. package/{dist-esm/src → dist/browser}/index.js +4 -4
  7. package/dist/browser/index.js.map +1 -0
  8. package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +1 -1
  9. package/dist/browser/lroImpl.js +18 -0
  10. package/dist/browser/lroImpl.js.map +1 -0
  11. package/dist/browser/models/index.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/models/mappers.js +91 -43
  13. package/dist/browser/models/mappers.js.map +1 -0
  14. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  15. package/dist/browser/models/parameters.js.map +1 -0
  16. package/{dist-esm/src → dist/browser}/operations/availabilityGroupListeners.d.ts +3 -3
  17. package/dist/browser/operations/availabilityGroupListeners.d.ts.map +1 -0
  18. package/{dist-esm/src → dist/browser}/operations/availabilityGroupListeners.js +122 -142
  19. package/dist/browser/operations/availabilityGroupListeners.js.map +1 -0
  20. package/dist/browser/operations/index.d.ts +6 -0
  21. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  22. package/dist/browser/operations/index.js +13 -0
  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 +26 -48
  27. package/dist/browser/operations/operations.js.map +1 -0
  28. package/{dist-esm/src → dist/browser}/operations/sqlVirtualMachineGroups.d.ts +3 -3
  29. package/dist/browser/operations/sqlVirtualMachineGroups.d.ts.map +1 -0
  30. package/{dist-esm/src → dist/browser}/operations/sqlVirtualMachineGroups.js +185 -226
  31. package/dist/browser/operations/sqlVirtualMachineGroups.js.map +1 -0
  32. package/{dist-esm/src → dist/browser}/operations/sqlVirtualMachineTroubleshoot.d.ts +3 -3
  33. package/dist/browser/operations/sqlVirtualMachineTroubleshoot.d.ts.map +1 -0
  34. package/{dist-esm/src → dist/browser}/operations/sqlVirtualMachineTroubleshoot.js +46 -45
  35. package/dist/browser/operations/sqlVirtualMachineTroubleshoot.js.map +1 -0
  36. package/{dist-esm/src → dist/browser}/operations/sqlVirtualMachines.d.ts +3 -3
  37. package/dist/browser/operations/sqlVirtualMachines.d.ts.map +1 -0
  38. package/{dist-esm/src → dist/browser}/operations/sqlVirtualMachines.js +281 -342
  39. package/dist/browser/operations/sqlVirtualMachines.js.map +1 -0
  40. package/{dist-esm/src → dist/browser}/operationsInterfaces/availabilityGroupListeners.d.ts +1 -1
  41. package/dist/browser/operationsInterfaces/availabilityGroupListeners.d.ts.map +1 -0
  42. package/dist/browser/operationsInterfaces/availabilityGroupListeners.js.map +1 -0
  43. package/dist/browser/operationsInterfaces/index.d.ts +6 -0
  44. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  45. package/dist/browser/operationsInterfaces/index.js +13 -0
  46. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  47. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  48. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  49. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  50. package/{dist-esm/src → dist/browser}/operationsInterfaces/sqlVirtualMachineGroups.d.ts +1 -1
  51. package/dist/browser/operationsInterfaces/sqlVirtualMachineGroups.d.ts.map +1 -0
  52. package/dist/browser/operationsInterfaces/sqlVirtualMachineGroups.js.map +1 -0
  53. package/{dist-esm/src → dist/browser}/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts +1 -1
  54. package/dist/browser/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts.map +1 -0
  55. package/dist/browser/operationsInterfaces/sqlVirtualMachineTroubleshoot.js.map +1 -0
  56. package/{dist-esm/src → dist/browser}/operationsInterfaces/sqlVirtualMachines.d.ts +1 -1
  57. package/dist/browser/operationsInterfaces/sqlVirtualMachines.d.ts.map +1 -0
  58. package/dist/browser/operationsInterfaces/sqlVirtualMachines.js.map +1 -0
  59. package/dist/browser/package.json +3 -0
  60. package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
  61. package/dist/browser/pagingHelper.js.map +1 -0
  62. package/{dist-esm/src → dist/browser}/sqlVirtualMachineManagementClient.d.ts +2 -2
  63. package/dist/browser/sqlVirtualMachineManagementClient.d.ts.map +1 -0
  64. package/{dist-esm/src → dist/browser}/sqlVirtualMachineManagementClient.js +34 -24
  65. package/dist/browser/sqlVirtualMachineManagementClient.js.map +1 -0
  66. package/dist/commonjs/index.d.ts +5 -0
  67. package/dist/commonjs/index.d.ts.map +1 -0
  68. package/dist/commonjs/index.js +19 -0
  69. package/dist/commonjs/index.js.map +1 -0
  70. package/dist/commonjs/lroImpl.d.ts +11 -0
  71. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  72. package/dist/commonjs/lroImpl.js +21 -0
  73. package/dist/commonjs/lroImpl.js.map +1 -0
  74. package/{types/arm-sqlvirtualmachine.d.ts → dist/commonjs/models/index.d.ts} +1292 -1761
  75. package/dist/commonjs/models/index.d.ts.map +1 -0
  76. package/dist/commonjs/models/index.js +229 -0
  77. package/dist/commonjs/models/index.js.map +1 -0
  78. package/dist/commonjs/models/mappers.d.ts +53 -0
  79. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  80. package/dist/commonjs/models/mappers.js +1757 -0
  81. package/dist/commonjs/models/mappers.js.map +1 -0
  82. package/dist/commonjs/models/parameters.d.ts +19 -0
  83. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  84. package/dist/commonjs/models/parameters.js +155 -0
  85. package/dist/commonjs/models/parameters.js.map +1 -0
  86. package/dist/commonjs/operations/availabilityGroupListeners.d.ts +89 -0
  87. package/dist/commonjs/operations/availabilityGroupListeners.d.ts.map +1 -0
  88. package/dist/commonjs/operations/availabilityGroupListeners.js +372 -0
  89. package/dist/commonjs/operations/availabilityGroupListeners.js.map +1 -0
  90. package/dist/commonjs/operations/index.d.ts +6 -0
  91. package/dist/commonjs/operations/index.d.ts.map +1 -0
  92. package/dist/commonjs/operations/index.js +16 -0
  93. package/dist/commonjs/operations/index.js.map +1 -0
  94. package/dist/commonjs/operations/operations.d.ts +32 -0
  95. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  96. package/dist/commonjs/operations/operations.js +121 -0
  97. package/dist/commonjs/operations/operations.js.map +1 -0
  98. package/dist/commonjs/operations/sqlVirtualMachineGroups.d.ts +117 -0
  99. package/dist/commonjs/operations/sqlVirtualMachineGroups.d.ts.map +1 -0
  100. package/dist/commonjs/operations/sqlVirtualMachineGroups.js +540 -0
  101. package/dist/commonjs/operations/sqlVirtualMachineGroups.js.map +1 -0
  102. package/dist/commonjs/operations/sqlVirtualMachineTroubleshoot.d.ts +32 -0
  103. package/dist/commonjs/operations/sqlVirtualMachineTroubleshoot.d.ts.map +1 -0
  104. package/dist/commonjs/operations/sqlVirtualMachineTroubleshoot.js +124 -0
  105. package/dist/commonjs/operations/sqlVirtualMachineTroubleshoot.js.map +1 -0
  106. package/dist/commonjs/operations/sqlVirtualMachines.d.ts +176 -0
  107. package/dist/commonjs/operations/sqlVirtualMachines.d.ts.map +1 -0
  108. package/dist/commonjs/operations/sqlVirtualMachines.js +802 -0
  109. package/dist/commonjs/operations/sqlVirtualMachines.js.map +1 -0
  110. package/dist/commonjs/operationsInterfaces/availabilityGroupListeners.d.ts +62 -0
  111. package/dist/commonjs/operationsInterfaces/availabilityGroupListeners.d.ts.map +1 -0
  112. package/dist/commonjs/operationsInterfaces/availabilityGroupListeners.js +10 -0
  113. package/dist/commonjs/operationsInterfaces/availabilityGroupListeners.js.map +1 -0
  114. package/dist/commonjs/operationsInterfaces/index.d.ts +6 -0
  115. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  116. package/dist/commonjs/operationsInterfaces/index.js +16 -0
  117. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  118. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  119. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  120. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  121. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  122. package/dist/commonjs/operationsInterfaces/sqlVirtualMachineGroups.d.ts +79 -0
  123. package/dist/commonjs/operationsInterfaces/sqlVirtualMachineGroups.d.ts.map +1 -0
  124. package/dist/commonjs/operationsInterfaces/sqlVirtualMachineGroups.js +10 -0
  125. package/dist/commonjs/operationsInterfaces/sqlVirtualMachineGroups.js.map +1 -0
  126. package/dist/commonjs/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts +24 -0
  127. package/dist/commonjs/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts.map +1 -0
  128. package/dist/commonjs/operationsInterfaces/sqlVirtualMachineTroubleshoot.js +10 -0
  129. package/dist/commonjs/operationsInterfaces/sqlVirtualMachineTroubleshoot.js.map +1 -0
  130. package/dist/commonjs/operationsInterfaces/sqlVirtualMachines.d.ts +119 -0
  131. package/dist/commonjs/operationsInterfaces/sqlVirtualMachines.d.ts.map +1 -0
  132. package/dist/commonjs/operationsInterfaces/sqlVirtualMachines.js +10 -0
  133. package/dist/commonjs/operationsInterfaces/sqlVirtualMachines.js.map +1 -0
  134. package/dist/commonjs/package.json +3 -0
  135. package/dist/commonjs/pagingHelper.d.ts +13 -0
  136. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  137. package/dist/commonjs/pagingHelper.js +34 -0
  138. package/dist/commonjs/pagingHelper.js.map +1 -0
  139. package/dist/commonjs/sqlVirtualMachineManagementClient.d.ts +24 -0
  140. package/dist/commonjs/sqlVirtualMachineManagementClient.d.ts.map +1 -0
  141. package/dist/commonjs/sqlVirtualMachineManagementClient.js +119 -0
  142. package/dist/commonjs/sqlVirtualMachineManagementClient.js.map +1 -0
  143. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  144. package/dist/esm/index.d.ts +5 -0
  145. package/dist/esm/index.d.ts.map +1 -0
  146. package/{src/index.ts → dist/esm/index.js} +5 -5
  147. package/dist/esm/index.js.map +1 -0
  148. package/dist/esm/lroImpl.d.ts +11 -0
  149. package/dist/esm/lroImpl.d.ts.map +1 -0
  150. package/dist/esm/lroImpl.js +18 -0
  151. package/dist/esm/lroImpl.js.map +1 -0
  152. package/dist/esm/models/index.d.ts +1292 -0
  153. package/dist/esm/models/index.d.ts.map +1 -0
  154. package/dist/esm/models/index.js +226 -0
  155. package/dist/esm/models/index.js.map +1 -0
  156. package/dist/esm/models/mappers.d.ts +53 -0
  157. package/dist/esm/models/mappers.d.ts.map +1 -0
  158. package/dist/esm/models/mappers.js +1753 -0
  159. package/dist/esm/models/mappers.js.map +1 -0
  160. package/dist/esm/models/parameters.d.ts +19 -0
  161. package/dist/esm/models/parameters.d.ts.map +1 -0
  162. package/dist/esm/models/parameters.js +152 -0
  163. package/dist/esm/models/parameters.js.map +1 -0
  164. package/dist/esm/operations/availabilityGroupListeners.d.ts +89 -0
  165. package/dist/esm/operations/availabilityGroupListeners.d.ts.map +1 -0
  166. package/dist/esm/operations/availabilityGroupListeners.js +367 -0
  167. package/dist/esm/operations/availabilityGroupListeners.js.map +1 -0
  168. package/dist/esm/operations/index.d.ts +6 -0
  169. package/dist/esm/operations/index.d.ts.map +1 -0
  170. package/dist/esm/operations/index.js +13 -0
  171. package/dist/esm/operations/index.js.map +1 -0
  172. package/dist/esm/operations/operations.d.ts +32 -0
  173. package/dist/esm/operations/operations.d.ts.map +1 -0
  174. package/dist/esm/operations/operations.js +116 -0
  175. package/dist/esm/operations/operations.js.map +1 -0
  176. package/dist/esm/operations/sqlVirtualMachineGroups.d.ts +117 -0
  177. package/dist/esm/operations/sqlVirtualMachineGroups.d.ts.map +1 -0
  178. package/dist/esm/operations/sqlVirtualMachineGroups.js +535 -0
  179. package/dist/esm/operations/sqlVirtualMachineGroups.js.map +1 -0
  180. package/dist/esm/operations/sqlVirtualMachineTroubleshoot.d.ts +32 -0
  181. package/dist/esm/operations/sqlVirtualMachineTroubleshoot.d.ts.map +1 -0
  182. package/dist/esm/operations/sqlVirtualMachineTroubleshoot.js +119 -0
  183. package/dist/esm/operations/sqlVirtualMachineTroubleshoot.js.map +1 -0
  184. package/dist/esm/operations/sqlVirtualMachines.d.ts +176 -0
  185. package/dist/esm/operations/sqlVirtualMachines.d.ts.map +1 -0
  186. package/dist/esm/operations/sqlVirtualMachines.js +797 -0
  187. package/dist/esm/operations/sqlVirtualMachines.js.map +1 -0
  188. package/dist/esm/operationsInterfaces/availabilityGroupListeners.d.ts +62 -0
  189. package/dist/esm/operationsInterfaces/availabilityGroupListeners.d.ts.map +1 -0
  190. package/dist/esm/operationsInterfaces/availabilityGroupListeners.js +9 -0
  191. package/dist/esm/operationsInterfaces/availabilityGroupListeners.js.map +1 -0
  192. package/dist/esm/operationsInterfaces/index.d.ts +6 -0
  193. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  194. package/dist/esm/operationsInterfaces/index.js +13 -0
  195. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  196. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  197. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  198. package/dist/esm/operationsInterfaces/operations.js +9 -0
  199. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  200. package/dist/esm/operationsInterfaces/sqlVirtualMachineGroups.d.ts +79 -0
  201. package/dist/esm/operationsInterfaces/sqlVirtualMachineGroups.d.ts.map +1 -0
  202. package/dist/esm/operationsInterfaces/sqlVirtualMachineGroups.js +9 -0
  203. package/dist/esm/operationsInterfaces/sqlVirtualMachineGroups.js.map +1 -0
  204. package/dist/esm/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts +24 -0
  205. package/dist/esm/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts.map +1 -0
  206. package/dist/esm/operationsInterfaces/sqlVirtualMachineTroubleshoot.js +9 -0
  207. package/dist/esm/operationsInterfaces/sqlVirtualMachineTroubleshoot.js.map +1 -0
  208. package/dist/esm/operationsInterfaces/sqlVirtualMachines.d.ts +119 -0
  209. package/dist/esm/operationsInterfaces/sqlVirtualMachines.d.ts.map +1 -0
  210. package/dist/esm/operationsInterfaces/sqlVirtualMachines.js +9 -0
  211. package/dist/esm/operationsInterfaces/sqlVirtualMachines.js.map +1 -0
  212. package/dist/esm/package.json +3 -0
  213. package/dist/esm/pagingHelper.d.ts +13 -0
  214. package/dist/esm/pagingHelper.d.ts.map +1 -0
  215. package/dist/esm/pagingHelper.js +30 -0
  216. package/dist/esm/pagingHelper.js.map +1 -0
  217. package/dist/esm/sqlVirtualMachineManagementClient.d.ts +24 -0
  218. package/dist/esm/sqlVirtualMachineManagementClient.d.ts.map +1 -0
  219. package/dist/esm/sqlVirtualMachineManagementClient.js +114 -0
  220. package/dist/esm/sqlVirtualMachineManagementClient.js.map +1 -0
  221. package/dist/react-native/index.d.ts +5 -0
  222. package/dist/react-native/index.d.ts.map +1 -0
  223. package/dist/react-native/index.js +13 -0
  224. package/dist/react-native/index.js.map +1 -0
  225. package/dist/react-native/lroImpl.d.ts +11 -0
  226. package/dist/react-native/lroImpl.d.ts.map +1 -0
  227. package/dist/react-native/lroImpl.js +18 -0
  228. package/dist/react-native/lroImpl.js.map +1 -0
  229. package/dist/react-native/models/index.d.ts +1292 -0
  230. package/dist/react-native/models/index.d.ts.map +1 -0
  231. package/dist/react-native/models/index.js +226 -0
  232. package/dist/react-native/models/index.js.map +1 -0
  233. package/dist/react-native/models/mappers.d.ts +53 -0
  234. package/dist/react-native/models/mappers.d.ts.map +1 -0
  235. package/dist/react-native/models/mappers.js +1753 -0
  236. package/dist/react-native/models/mappers.js.map +1 -0
  237. package/dist/react-native/models/parameters.d.ts +19 -0
  238. package/dist/react-native/models/parameters.d.ts.map +1 -0
  239. package/dist/react-native/models/parameters.js +152 -0
  240. package/dist/react-native/models/parameters.js.map +1 -0
  241. package/dist/react-native/operations/availabilityGroupListeners.d.ts +89 -0
  242. package/dist/react-native/operations/availabilityGroupListeners.d.ts.map +1 -0
  243. package/dist/react-native/operations/availabilityGroupListeners.js +367 -0
  244. package/dist/react-native/operations/availabilityGroupListeners.js.map +1 -0
  245. package/dist/react-native/operations/index.d.ts +6 -0
  246. package/dist/react-native/operations/index.d.ts.map +1 -0
  247. package/dist/react-native/operations/index.js +13 -0
  248. package/dist/react-native/operations/index.js.map +1 -0
  249. package/dist/react-native/operations/operations.d.ts +32 -0
  250. package/dist/react-native/operations/operations.d.ts.map +1 -0
  251. package/dist/react-native/operations/operations.js +116 -0
  252. package/dist/react-native/operations/operations.js.map +1 -0
  253. package/dist/react-native/operations/sqlVirtualMachineGroups.d.ts +117 -0
  254. package/dist/react-native/operations/sqlVirtualMachineGroups.d.ts.map +1 -0
  255. package/dist/react-native/operations/sqlVirtualMachineGroups.js +535 -0
  256. package/dist/react-native/operations/sqlVirtualMachineGroups.js.map +1 -0
  257. package/dist/react-native/operations/sqlVirtualMachineTroubleshoot.d.ts +32 -0
  258. package/dist/react-native/operations/sqlVirtualMachineTroubleshoot.d.ts.map +1 -0
  259. package/dist/react-native/operations/sqlVirtualMachineTroubleshoot.js +119 -0
  260. package/dist/react-native/operations/sqlVirtualMachineTroubleshoot.js.map +1 -0
  261. package/dist/react-native/operations/sqlVirtualMachines.d.ts +176 -0
  262. package/dist/react-native/operations/sqlVirtualMachines.d.ts.map +1 -0
  263. package/dist/react-native/operations/sqlVirtualMachines.js +797 -0
  264. package/dist/react-native/operations/sqlVirtualMachines.js.map +1 -0
  265. package/dist/react-native/operationsInterfaces/availabilityGroupListeners.d.ts +62 -0
  266. package/dist/react-native/operationsInterfaces/availabilityGroupListeners.d.ts.map +1 -0
  267. package/dist/react-native/operationsInterfaces/availabilityGroupListeners.js +9 -0
  268. package/dist/react-native/operationsInterfaces/availabilityGroupListeners.js.map +1 -0
  269. package/dist/react-native/operationsInterfaces/index.d.ts +6 -0
  270. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  271. package/dist/react-native/operationsInterfaces/index.js +13 -0
  272. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  273. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  274. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  275. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  276. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  277. package/dist/react-native/operationsInterfaces/sqlVirtualMachineGroups.d.ts +79 -0
  278. package/dist/react-native/operationsInterfaces/sqlVirtualMachineGroups.d.ts.map +1 -0
  279. package/dist/react-native/operationsInterfaces/sqlVirtualMachineGroups.js +9 -0
  280. package/dist/react-native/operationsInterfaces/sqlVirtualMachineGroups.js.map +1 -0
  281. package/dist/react-native/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts +24 -0
  282. package/dist/react-native/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts.map +1 -0
  283. package/dist/react-native/operationsInterfaces/sqlVirtualMachineTroubleshoot.js +9 -0
  284. package/dist/react-native/operationsInterfaces/sqlVirtualMachineTroubleshoot.js.map +1 -0
  285. package/dist/react-native/operationsInterfaces/sqlVirtualMachines.d.ts +119 -0
  286. package/dist/react-native/operationsInterfaces/sqlVirtualMachines.d.ts.map +1 -0
  287. package/dist/react-native/operationsInterfaces/sqlVirtualMachines.js +9 -0
  288. package/dist/react-native/operationsInterfaces/sqlVirtualMachines.js.map +1 -0
  289. package/dist/react-native/package.json +3 -0
  290. package/dist/react-native/pagingHelper.d.ts +13 -0
  291. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  292. package/dist/react-native/pagingHelper.js +30 -0
  293. package/dist/react-native/pagingHelper.js.map +1 -0
  294. package/dist/react-native/sqlVirtualMachineManagementClient.d.ts +24 -0
  295. package/dist/react-native/sqlVirtualMachineManagementClient.d.ts.map +1 -0
  296. package/dist/react-native/sqlVirtualMachineManagementClient.js +114 -0
  297. package/dist/react-native/sqlVirtualMachineManagementClient.js.map +1 -0
  298. package/package.json +82 -71
  299. package/dist/index.js +0 -4367
  300. package/dist/index.js.map +0 -1
  301. package/dist/index.min.js +0 -1
  302. package/dist/index.min.js.map +0 -1
  303. package/dist-esm/samples-dev/availabilityGroupListenersCreateOrUpdateSample.d.ts +0 -2
  304. package/dist-esm/samples-dev/availabilityGroupListenersCreateOrUpdateSample.d.ts.map +0 -1
  305. package/dist-esm/samples-dev/availabilityGroupListenersCreateOrUpdateSample.js +0 -98
  306. package/dist-esm/samples-dev/availabilityGroupListenersCreateOrUpdateSample.js.map +0 -1
  307. package/dist-esm/samples-dev/availabilityGroupListenersDeleteSample.d.ts +0 -2
  308. package/dist-esm/samples-dev/availabilityGroupListenersDeleteSample.d.ts.map +0 -1
  309. package/dist-esm/samples-dev/availabilityGroupListenersDeleteSample.js +0 -40
  310. package/dist-esm/samples-dev/availabilityGroupListenersDeleteSample.js.map +0 -1
  311. package/dist-esm/samples-dev/availabilityGroupListenersGetSample.d.ts +0 -2
  312. package/dist-esm/samples-dev/availabilityGroupListenersGetSample.d.ts.map +0 -1
  313. package/dist-esm/samples-dev/availabilityGroupListenersGetSample.js +0 -40
  314. package/dist-esm/samples-dev/availabilityGroupListenersGetSample.js.map +0 -1
  315. package/dist-esm/samples-dev/availabilityGroupListenersListByGroupSample.d.ts +0 -2
  316. package/dist-esm/samples-dev/availabilityGroupListenersListByGroupSample.d.ts.map +0 -1
  317. package/dist-esm/samples-dev/availabilityGroupListenersListByGroupSample.js +0 -60
  318. package/dist-esm/samples-dev/availabilityGroupListenersListByGroupSample.js.map +0 -1
  319. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  320. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  321. package/dist-esm/samples-dev/operationsListSample.js +0 -58
  322. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  323. package/dist-esm/samples-dev/sqlVirtualMachineGroupsCreateOrUpdateSample.d.ts +0 -2
  324. package/dist-esm/samples-dev/sqlVirtualMachineGroupsCreateOrUpdateSample.d.ts.map +0 -1
  325. package/dist-esm/samples-dev/sqlVirtualMachineGroupsCreateOrUpdateSample.js +0 -55
  326. package/dist-esm/samples-dev/sqlVirtualMachineGroupsCreateOrUpdateSample.js.map +0 -1
  327. package/dist-esm/samples-dev/sqlVirtualMachineGroupsDeleteSample.d.ts +0 -2
  328. package/dist-esm/samples-dev/sqlVirtualMachineGroupsDeleteSample.d.ts.map +0 -1
  329. package/dist-esm/samples-dev/sqlVirtualMachineGroupsDeleteSample.js +0 -39
  330. package/dist-esm/samples-dev/sqlVirtualMachineGroupsDeleteSample.js.map +0 -1
  331. package/dist-esm/samples-dev/sqlVirtualMachineGroupsGetSample.d.ts +0 -2
  332. package/dist-esm/samples-dev/sqlVirtualMachineGroupsGetSample.d.ts.map +0 -1
  333. package/dist-esm/samples-dev/sqlVirtualMachineGroupsGetSample.js +0 -39
  334. package/dist-esm/samples-dev/sqlVirtualMachineGroupsGetSample.js.map +0 -1
  335. package/dist-esm/samples-dev/sqlVirtualMachineGroupsListByResourceGroupSample.d.ts +0 -2
  336. package/dist-esm/samples-dev/sqlVirtualMachineGroupsListByResourceGroupSample.d.ts.map +0 -1
  337. package/dist-esm/samples-dev/sqlVirtualMachineGroupsListByResourceGroupSample.js +0 -59
  338. package/dist-esm/samples-dev/sqlVirtualMachineGroupsListByResourceGroupSample.js.map +0 -1
  339. package/dist-esm/samples-dev/sqlVirtualMachineGroupsListSample.d.ts +0 -2
  340. package/dist-esm/samples-dev/sqlVirtualMachineGroupsListSample.d.ts.map +0 -1
  341. package/dist-esm/samples-dev/sqlVirtualMachineGroupsListSample.js +0 -58
  342. package/dist-esm/samples-dev/sqlVirtualMachineGroupsListSample.js.map +0 -1
  343. package/dist-esm/samples-dev/sqlVirtualMachineGroupsUpdateSample.d.ts +0 -2
  344. package/dist-esm/samples-dev/sqlVirtualMachineGroupsUpdateSample.d.ts.map +0 -1
  345. package/dist-esm/samples-dev/sqlVirtualMachineGroupsUpdateSample.js +0 -40
  346. package/dist-esm/samples-dev/sqlVirtualMachineGroupsUpdateSample.js.map +0 -1
  347. package/dist-esm/samples-dev/sqlVirtualMachineTroubleshootSample.d.ts +0 -2
  348. package/dist-esm/samples-dev/sqlVirtualMachineTroubleshootSample.d.ts.map +0 -1
  349. package/dist-esm/samples-dev/sqlVirtualMachineTroubleshootSample.js +0 -45
  350. package/dist-esm/samples-dev/sqlVirtualMachineTroubleshootSample.js.map +0 -1
  351. package/dist-esm/samples-dev/sqlVirtualMachinesCreateOrUpdateSample.d.ts +0 -2
  352. package/dist-esm/samples-dev/sqlVirtualMachinesCreateOrUpdateSample.d.ts.map +0 -1
  353. package/dist-esm/samples-dev/sqlVirtualMachinesCreateOrUpdateSample.js +0 -290
  354. package/dist-esm/samples-dev/sqlVirtualMachinesCreateOrUpdateSample.js.map +0 -1
  355. package/dist-esm/samples-dev/sqlVirtualMachinesDeleteSample.d.ts +0 -2
  356. package/dist-esm/samples-dev/sqlVirtualMachinesDeleteSample.d.ts.map +0 -1
  357. package/dist-esm/samples-dev/sqlVirtualMachinesDeleteSample.js +0 -39
  358. package/dist-esm/samples-dev/sqlVirtualMachinesDeleteSample.js.map +0 -1
  359. package/dist-esm/samples-dev/sqlVirtualMachinesGetSample.d.ts +0 -2
  360. package/dist-esm/samples-dev/sqlVirtualMachinesGetSample.d.ts.map +0 -1
  361. package/dist-esm/samples-dev/sqlVirtualMachinesGetSample.js +0 -39
  362. package/dist-esm/samples-dev/sqlVirtualMachinesGetSample.js.map +0 -1
  363. package/dist-esm/samples-dev/sqlVirtualMachinesListByResourceGroupSample.d.ts +0 -2
  364. package/dist-esm/samples-dev/sqlVirtualMachinesListByResourceGroupSample.d.ts.map +0 -1
  365. package/dist-esm/samples-dev/sqlVirtualMachinesListByResourceGroupSample.js +0 -59
  366. package/dist-esm/samples-dev/sqlVirtualMachinesListByResourceGroupSample.js.map +0 -1
  367. package/dist-esm/samples-dev/sqlVirtualMachinesListBySqlVMGroupSample.d.ts +0 -2
  368. package/dist-esm/samples-dev/sqlVirtualMachinesListBySqlVMGroupSample.d.ts.map +0 -1
  369. package/dist-esm/samples-dev/sqlVirtualMachinesListBySqlVMGroupSample.js +0 -60
  370. package/dist-esm/samples-dev/sqlVirtualMachinesListBySqlVMGroupSample.js.map +0 -1
  371. package/dist-esm/samples-dev/sqlVirtualMachinesListSample.d.ts +0 -2
  372. package/dist-esm/samples-dev/sqlVirtualMachinesListSample.d.ts.map +0 -1
  373. package/dist-esm/samples-dev/sqlVirtualMachinesListSample.js +0 -58
  374. package/dist-esm/samples-dev/sqlVirtualMachinesListSample.js.map +0 -1
  375. package/dist-esm/samples-dev/sqlVirtualMachinesRedeploySample.d.ts +0 -2
  376. package/dist-esm/samples-dev/sqlVirtualMachinesRedeploySample.d.ts.map +0 -1
  377. package/dist-esm/samples-dev/sqlVirtualMachinesRedeploySample.js +0 -39
  378. package/dist-esm/samples-dev/sqlVirtualMachinesRedeploySample.js.map +0 -1
  379. package/dist-esm/samples-dev/sqlVirtualMachinesStartAssessmentSample.d.ts +0 -2
  380. package/dist-esm/samples-dev/sqlVirtualMachinesStartAssessmentSample.d.ts.map +0 -1
  381. package/dist-esm/samples-dev/sqlVirtualMachinesStartAssessmentSample.js +0 -39
  382. package/dist-esm/samples-dev/sqlVirtualMachinesStartAssessmentSample.js.map +0 -1
  383. package/dist-esm/samples-dev/sqlVirtualMachinesUpdateSample.d.ts +0 -2
  384. package/dist-esm/samples-dev/sqlVirtualMachinesUpdateSample.d.ts.map +0 -1
  385. package/dist-esm/samples-dev/sqlVirtualMachinesUpdateSample.js +0 -40
  386. package/dist-esm/samples-dev/sqlVirtualMachinesUpdateSample.js.map +0 -1
  387. package/dist-esm/src/index.d.ts +0 -6
  388. package/dist-esm/src/index.d.ts.map +0 -1
  389. package/dist-esm/src/index.js.map +0 -1
  390. package/dist-esm/src/lroImpl.js +0 -21
  391. package/dist-esm/src/lroImpl.js.map +0 -1
  392. package/dist-esm/src/models/index.js.map +0 -1
  393. package/dist-esm/src/models/mappers.js.map +0 -1
  394. package/dist-esm/src/models/parameters.js.map +0 -1
  395. package/dist-esm/src/operations/availabilityGroupListeners.d.ts.map +0 -1
  396. package/dist-esm/src/operations/availabilityGroupListeners.js.map +0 -1
  397. package/dist-esm/src/operations/index.d.ts +0 -6
  398. package/dist-esm/src/operations/index.js +0 -13
  399. package/dist-esm/src/operations/index.js.map +0 -1
  400. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  401. package/dist-esm/src/operations/operations.js.map +0 -1
  402. package/dist-esm/src/operations/sqlVirtualMachineGroups.d.ts.map +0 -1
  403. package/dist-esm/src/operations/sqlVirtualMachineGroups.js.map +0 -1
  404. package/dist-esm/src/operations/sqlVirtualMachineTroubleshoot.d.ts.map +0 -1
  405. package/dist-esm/src/operations/sqlVirtualMachineTroubleshoot.js.map +0 -1
  406. package/dist-esm/src/operations/sqlVirtualMachines.d.ts.map +0 -1
  407. package/dist-esm/src/operations/sqlVirtualMachines.js.map +0 -1
  408. package/dist-esm/src/operationsInterfaces/availabilityGroupListeners.d.ts.map +0 -1
  409. package/dist-esm/src/operationsInterfaces/availabilityGroupListeners.js.map +0 -1
  410. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -6
  411. package/dist-esm/src/operationsInterfaces/index.js +0 -13
  412. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  413. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  414. package/dist-esm/src/operationsInterfaces/sqlVirtualMachineGroups.d.ts.map +0 -1
  415. package/dist-esm/src/operationsInterfaces/sqlVirtualMachineGroups.js.map +0 -1
  416. package/dist-esm/src/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts.map +0 -1
  417. package/dist-esm/src/operationsInterfaces/sqlVirtualMachineTroubleshoot.js.map +0 -1
  418. package/dist-esm/src/operationsInterfaces/sqlVirtualMachines.d.ts.map +0 -1
  419. package/dist-esm/src/operationsInterfaces/sqlVirtualMachines.js.map +0 -1
  420. package/dist-esm/src/pagingHelper.js.map +0 -1
  421. package/dist-esm/src/sqlVirtualMachineManagementClient.d.ts.map +0 -1
  422. package/dist-esm/src/sqlVirtualMachineManagementClient.js.map +0 -1
  423. package/dist-esm/test/sqlvirtualmachine_operations_test.spec.d.ts +0 -4
  424. package/dist-esm/test/sqlvirtualmachine_operations_test.spec.d.ts.map +0 -1
  425. package/dist-esm/test/sqlvirtualmachine_operations_test.spec.js +0 -78
  426. package/dist-esm/test/sqlvirtualmachine_operations_test.spec.js.map +0 -1
  427. package/rollup.config.js +0 -122
  428. package/src/lroImpl.ts +0 -42
  429. package/src/models/index.ts +0 -1470
  430. package/src/models/mappers.ts +0 -1805
  431. package/src/models/parameters.ts +0 -183
  432. package/src/operations/availabilityGroupListeners.ts +0 -527
  433. package/src/operations/index.ts +0 -13
  434. package/src/operations/operations.ts +0 -149
  435. package/src/operations/sqlVirtualMachineGroups.ts +0 -737
  436. package/src/operations/sqlVirtualMachineTroubleshoot.ts +0 -172
  437. package/src/operations/sqlVirtualMachines.ts +0 -1115
  438. package/src/operationsInterfaces/availabilityGroupListeners.ts +0 -115
  439. package/src/operationsInterfaces/index.ts +0 -13
  440. package/src/operationsInterfaces/operations.ts +0 -22
  441. package/src/operationsInterfaces/sqlVirtualMachineGroups.ts +0 -147
  442. package/src/operationsInterfaces/sqlVirtualMachineTroubleshoot.ts +0 -51
  443. package/src/operationsInterfaces/sqlVirtualMachines.ts +0 -210
  444. package/src/pagingHelper.ts +0 -39
  445. package/src/sqlVirtualMachineManagementClient.ts +0 -162
  446. package/tsconfig.json +0 -33
  447. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  448. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  449. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  450. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  451. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  452. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  453. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  454. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  455. /package/{dist-esm/src → dist/browser}/operationsInterfaces/availabilityGroupListeners.js +0 -0
  456. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  457. /package/{dist-esm/src → dist/browser}/operationsInterfaces/sqlVirtualMachineGroups.js +0 -0
  458. /package/{dist-esm/src → dist/browser}/operationsInterfaces/sqlVirtualMachineTroubleshoot.js +0 -0
  459. /package/{dist-esm/src → dist/browser}/operationsInterfaces/sqlVirtualMachines.js +0 -0
  460. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  461. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  462. /package/review/{arm-sqlvirtualmachine.api.md → arm-sqlvirtualmachine-node.api.md} +0 -0
@@ -0,0 +1,797 @@
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
+ import { setContinuationToken } from "../pagingHelper.js";
9
+ import * as coreClient from "@azure/core-client";
10
+ import * as Mappers from "../models/mappers.js";
11
+ import * as Parameters from "../models/parameters.js";
12
+ import { createHttpPoller } from "@azure/core-lro";
13
+ import { createLroSpec } from "../lroImpl.js";
14
+ /// <reference lib="esnext.asynciterable" />
15
+ /** Class containing SqlVirtualMachines operations. */
16
+ export class SqlVirtualMachinesImpl {
17
+ client;
18
+ /**
19
+ * Initialize a new instance of the class SqlVirtualMachines class.
20
+ * @param client Reference to the service client
21
+ */
22
+ constructor(client) {
23
+ this.client = client;
24
+ }
25
+ /**
26
+ * Gets the list of sql virtual machines in a SQL virtual machine group.
27
+ * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
28
+ * value from the Azure Resource Manager API or the portal.
29
+ * @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
30
+ * @param options The options parameters.
31
+ */
32
+ listBySqlVmGroup(resourceGroupName, sqlVirtualMachineGroupName, options) {
33
+ const iter = this.listBySqlVmGroupPagingAll(resourceGroupName, sqlVirtualMachineGroupName, options);
34
+ return {
35
+ next() {
36
+ return iter.next();
37
+ },
38
+ [Symbol.asyncIterator]() {
39
+ return this;
40
+ },
41
+ byPage: (settings) => {
42
+ if (settings?.maxPageSize) {
43
+ throw new Error("maxPageSize is not supported by this operation.");
44
+ }
45
+ return this.listBySqlVmGroupPagingPage(resourceGroupName, sqlVirtualMachineGroupName, options, settings);
46
+ }
47
+ };
48
+ }
49
+ async *listBySqlVmGroupPagingPage(resourceGroupName, sqlVirtualMachineGroupName, options, settings) {
50
+ let result;
51
+ let continuationToken = settings?.continuationToken;
52
+ if (!continuationToken) {
53
+ result = await this._listBySqlVmGroup(resourceGroupName, sqlVirtualMachineGroupName, options);
54
+ let page = result.value || [];
55
+ continuationToken = result.nextLink;
56
+ setContinuationToken(page, continuationToken);
57
+ yield page;
58
+ }
59
+ while (continuationToken) {
60
+ result = await this._listBySqlVmGroupNext(resourceGroupName, sqlVirtualMachineGroupName, continuationToken, options);
61
+ continuationToken = result.nextLink;
62
+ let page = result.value || [];
63
+ setContinuationToken(page, continuationToken);
64
+ yield page;
65
+ }
66
+ }
67
+ async *listBySqlVmGroupPagingAll(resourceGroupName, sqlVirtualMachineGroupName, options) {
68
+ for await (const page of this.listBySqlVmGroupPagingPage(resourceGroupName, sqlVirtualMachineGroupName, options)) {
69
+ yield* page;
70
+ }
71
+ }
72
+ /**
73
+ * Gets all SQL virtual machines in a subscription.
74
+ * @param options The options parameters.
75
+ */
76
+ list(options) {
77
+ const iter = this.listPagingAll(options);
78
+ return {
79
+ next() {
80
+ return iter.next();
81
+ },
82
+ [Symbol.asyncIterator]() {
83
+ return this;
84
+ },
85
+ byPage: (settings) => {
86
+ if (settings?.maxPageSize) {
87
+ throw new Error("maxPageSize is not supported by this operation.");
88
+ }
89
+ return this.listPagingPage(options, settings);
90
+ }
91
+ };
92
+ }
93
+ async *listPagingPage(options, settings) {
94
+ let result;
95
+ let continuationToken = settings?.continuationToken;
96
+ if (!continuationToken) {
97
+ result = await this._list(options);
98
+ let page = result.value || [];
99
+ continuationToken = result.nextLink;
100
+ setContinuationToken(page, continuationToken);
101
+ yield page;
102
+ }
103
+ while (continuationToken) {
104
+ result = await this._listNext(continuationToken, options);
105
+ continuationToken = result.nextLink;
106
+ let page = result.value || [];
107
+ setContinuationToken(page, continuationToken);
108
+ yield page;
109
+ }
110
+ }
111
+ async *listPagingAll(options) {
112
+ for await (const page of this.listPagingPage(options)) {
113
+ yield* page;
114
+ }
115
+ }
116
+ /**
117
+ * Gets all SQL virtual machines in a resource group.
118
+ * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
119
+ * value from the Azure Resource Manager API or the portal.
120
+ * @param options The options parameters.
121
+ */
122
+ listByResourceGroup(resourceGroupName, options) {
123
+ const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);
124
+ return {
125
+ next() {
126
+ return iter.next();
127
+ },
128
+ [Symbol.asyncIterator]() {
129
+ return this;
130
+ },
131
+ byPage: (settings) => {
132
+ if (settings?.maxPageSize) {
133
+ throw new Error("maxPageSize is not supported by this operation.");
134
+ }
135
+ return this.listByResourceGroupPagingPage(resourceGroupName, options, settings);
136
+ }
137
+ };
138
+ }
139
+ async *listByResourceGroupPagingPage(resourceGroupName, options, settings) {
140
+ let result;
141
+ let continuationToken = settings?.continuationToken;
142
+ if (!continuationToken) {
143
+ result = await this._listByResourceGroup(resourceGroupName, options);
144
+ let page = result.value || [];
145
+ continuationToken = result.nextLink;
146
+ setContinuationToken(page, continuationToken);
147
+ yield page;
148
+ }
149
+ while (continuationToken) {
150
+ result = await this._listByResourceGroupNext(resourceGroupName, continuationToken, options);
151
+ continuationToken = result.nextLink;
152
+ let page = result.value || [];
153
+ setContinuationToken(page, continuationToken);
154
+ yield page;
155
+ }
156
+ }
157
+ async *listByResourceGroupPagingAll(resourceGroupName, options) {
158
+ for await (const page of this.listByResourceGroupPagingPage(resourceGroupName, options)) {
159
+ yield* page;
160
+ }
161
+ }
162
+ /**
163
+ * Gets the list of sql virtual machines in a SQL virtual machine group.
164
+ * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
165
+ * value from the Azure Resource Manager API or the portal.
166
+ * @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
167
+ * @param options The options parameters.
168
+ */
169
+ _listBySqlVmGroup(resourceGroupName, sqlVirtualMachineGroupName, options) {
170
+ return this.client.sendOperationRequest({ resourceGroupName, sqlVirtualMachineGroupName, options }, listBySqlVmGroupOperationSpec);
171
+ }
172
+ /**
173
+ * Gets all SQL virtual machines in a subscription.
174
+ * @param options The options parameters.
175
+ */
176
+ _list(options) {
177
+ return this.client.sendOperationRequest({ options }, listOperationSpec);
178
+ }
179
+ /**
180
+ * Gets a SQL virtual machine.
181
+ * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
182
+ * value from the Azure Resource Manager API or the portal.
183
+ * @param sqlVirtualMachineName Name of the SQL virtual machine.
184
+ * @param options The options parameters.
185
+ */
186
+ get(resourceGroupName, sqlVirtualMachineName, options) {
187
+ return this.client.sendOperationRequest({ resourceGroupName, sqlVirtualMachineName, options }, getOperationSpec);
188
+ }
189
+ /**
190
+ * Creates or updates a SQL virtual machine.
191
+ * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
192
+ * value from the Azure Resource Manager API or the portal.
193
+ * @param sqlVirtualMachineName Name of the SQL virtual machine.
194
+ * @param parameters The SQL virtual machine.
195
+ * @param options The options parameters.
196
+ */
197
+ async beginCreateOrUpdate(resourceGroupName, sqlVirtualMachineName, parameters, options) {
198
+ const directSendOperation = async (args, spec) => {
199
+ return this.client.sendOperationRequest(args, spec);
200
+ };
201
+ const sendOperationFn = async (args, spec) => {
202
+ let currentRawResponse = undefined;
203
+ const providedCallback = args.options?.onResponse;
204
+ const callback = (rawResponse, flatResponse) => {
205
+ currentRawResponse = rawResponse;
206
+ providedCallback?.(rawResponse, flatResponse);
207
+ };
208
+ const updatedArgs = {
209
+ ...args,
210
+ options: {
211
+ ...args.options,
212
+ onResponse: callback
213
+ }
214
+ };
215
+ const flatResponse = await directSendOperation(updatedArgs, spec);
216
+ return {
217
+ flatResponse,
218
+ rawResponse: {
219
+ statusCode: currentRawResponse.status,
220
+ body: currentRawResponse.parsedBody,
221
+ headers: currentRawResponse.headers.toJSON()
222
+ }
223
+ };
224
+ };
225
+ const lro = createLroSpec({
226
+ sendOperationFn,
227
+ args: { resourceGroupName, sqlVirtualMachineName, parameters, options },
228
+ spec: createOrUpdateOperationSpec
229
+ });
230
+ const poller = await createHttpPoller(lro, {
231
+ restoreFrom: options?.resumeFrom,
232
+ intervalInMs: options?.updateIntervalInMs,
233
+ resourceLocationConfig: "azure-async-operation"
234
+ });
235
+ await poller.poll();
236
+ return poller;
237
+ }
238
+ /**
239
+ * Creates or updates a SQL virtual machine.
240
+ * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
241
+ * value from the Azure Resource Manager API or the portal.
242
+ * @param sqlVirtualMachineName Name of the SQL virtual machine.
243
+ * @param parameters The SQL virtual machine.
244
+ * @param options The options parameters.
245
+ */
246
+ async beginCreateOrUpdateAndWait(resourceGroupName, sqlVirtualMachineName, parameters, options) {
247
+ const poller = await this.beginCreateOrUpdate(resourceGroupName, sqlVirtualMachineName, parameters, options);
248
+ return poller.pollUntilDone();
249
+ }
250
+ /**
251
+ * Deletes a SQL virtual machine.
252
+ * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
253
+ * value from the Azure Resource Manager API or the portal.
254
+ * @param sqlVirtualMachineName Name of the SQL virtual machine.
255
+ * @param options The options parameters.
256
+ */
257
+ async beginDelete(resourceGroupName, sqlVirtualMachineName, options) {
258
+ const directSendOperation = async (args, spec) => {
259
+ return this.client.sendOperationRequest(args, spec);
260
+ };
261
+ const sendOperationFn = async (args, spec) => {
262
+ let currentRawResponse = undefined;
263
+ const providedCallback = args.options?.onResponse;
264
+ const callback = (rawResponse, flatResponse) => {
265
+ currentRawResponse = rawResponse;
266
+ providedCallback?.(rawResponse, flatResponse);
267
+ };
268
+ const updatedArgs = {
269
+ ...args,
270
+ options: {
271
+ ...args.options,
272
+ onResponse: callback
273
+ }
274
+ };
275
+ const flatResponse = await directSendOperation(updatedArgs, spec);
276
+ return {
277
+ flatResponse,
278
+ rawResponse: {
279
+ statusCode: currentRawResponse.status,
280
+ body: currentRawResponse.parsedBody,
281
+ headers: currentRawResponse.headers.toJSON()
282
+ }
283
+ };
284
+ };
285
+ const lro = createLroSpec({
286
+ sendOperationFn,
287
+ args: { resourceGroupName, sqlVirtualMachineName, options },
288
+ spec: deleteOperationSpec
289
+ });
290
+ const poller = await createHttpPoller(lro, {
291
+ restoreFrom: options?.resumeFrom,
292
+ intervalInMs: options?.updateIntervalInMs,
293
+ resourceLocationConfig: "location"
294
+ });
295
+ await poller.poll();
296
+ return poller;
297
+ }
298
+ /**
299
+ * Deletes a SQL virtual machine.
300
+ * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
301
+ * value from the Azure Resource Manager API or the portal.
302
+ * @param sqlVirtualMachineName Name of the SQL virtual machine.
303
+ * @param options The options parameters.
304
+ */
305
+ async beginDeleteAndWait(resourceGroupName, sqlVirtualMachineName, options) {
306
+ const poller = await this.beginDelete(resourceGroupName, sqlVirtualMachineName, options);
307
+ return poller.pollUntilDone();
308
+ }
309
+ /**
310
+ * Updates a SQL virtual machine.
311
+ * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
312
+ * value from the Azure Resource Manager API or the portal.
313
+ * @param sqlVirtualMachineName Name of the SQL virtual machine.
314
+ * @param parameters The SQL virtual machine.
315
+ * @param options The options parameters.
316
+ */
317
+ async beginUpdate(resourceGroupName, sqlVirtualMachineName, parameters, options) {
318
+ const directSendOperation = async (args, spec) => {
319
+ return this.client.sendOperationRequest(args, spec);
320
+ };
321
+ const sendOperationFn = async (args, spec) => {
322
+ let currentRawResponse = undefined;
323
+ const providedCallback = args.options?.onResponse;
324
+ const callback = (rawResponse, flatResponse) => {
325
+ currentRawResponse = rawResponse;
326
+ providedCallback?.(rawResponse, flatResponse);
327
+ };
328
+ const updatedArgs = {
329
+ ...args,
330
+ options: {
331
+ ...args.options,
332
+ onResponse: callback
333
+ }
334
+ };
335
+ const flatResponse = await directSendOperation(updatedArgs, spec);
336
+ return {
337
+ flatResponse,
338
+ rawResponse: {
339
+ statusCode: currentRawResponse.status,
340
+ body: currentRawResponse.parsedBody,
341
+ headers: currentRawResponse.headers.toJSON()
342
+ }
343
+ };
344
+ };
345
+ const lro = createLroSpec({
346
+ sendOperationFn,
347
+ args: { resourceGroupName, sqlVirtualMachineName, parameters, options },
348
+ spec: updateOperationSpec
349
+ });
350
+ const poller = await createHttpPoller(lro, {
351
+ restoreFrom: options?.resumeFrom,
352
+ intervalInMs: options?.updateIntervalInMs,
353
+ resourceLocationConfig: "azure-async-operation"
354
+ });
355
+ await poller.poll();
356
+ return poller;
357
+ }
358
+ /**
359
+ * Updates a SQL virtual machine.
360
+ * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
361
+ * value from the Azure Resource Manager API or the portal.
362
+ * @param sqlVirtualMachineName Name of the SQL virtual machine.
363
+ * @param parameters The SQL virtual machine.
364
+ * @param options The options parameters.
365
+ */
366
+ async beginUpdateAndWait(resourceGroupName, sqlVirtualMachineName, parameters, options) {
367
+ const poller = await this.beginUpdate(resourceGroupName, sqlVirtualMachineName, parameters, options);
368
+ return poller.pollUntilDone();
369
+ }
370
+ /**
371
+ * Gets all SQL virtual machines in a resource group.
372
+ * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
373
+ * value from the Azure Resource Manager API or the portal.
374
+ * @param options The options parameters.
375
+ */
376
+ _listByResourceGroup(resourceGroupName, options) {
377
+ return this.client.sendOperationRequest({ resourceGroupName, options }, listByResourceGroupOperationSpec);
378
+ }
379
+ /**
380
+ * Starts SQL best practices Assessment on SQL virtual machine.
381
+ * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
382
+ * value from the Azure Resource Manager API or the portal.
383
+ * @param sqlVirtualMachineName Name of the SQL virtual machine.
384
+ * @param options The options parameters.
385
+ */
386
+ async beginStartAssessment(resourceGroupName, sqlVirtualMachineName, options) {
387
+ const directSendOperation = async (args, spec) => {
388
+ return this.client.sendOperationRequest(args, spec);
389
+ };
390
+ const sendOperationFn = async (args, spec) => {
391
+ let currentRawResponse = undefined;
392
+ const providedCallback = args.options?.onResponse;
393
+ const callback = (rawResponse, flatResponse) => {
394
+ currentRawResponse = rawResponse;
395
+ providedCallback?.(rawResponse, flatResponse);
396
+ };
397
+ const updatedArgs = {
398
+ ...args,
399
+ options: {
400
+ ...args.options,
401
+ onResponse: callback
402
+ }
403
+ };
404
+ const flatResponse = await directSendOperation(updatedArgs, spec);
405
+ return {
406
+ flatResponse,
407
+ rawResponse: {
408
+ statusCode: currentRawResponse.status,
409
+ body: currentRawResponse.parsedBody,
410
+ headers: currentRawResponse.headers.toJSON()
411
+ }
412
+ };
413
+ };
414
+ const lro = createLroSpec({
415
+ sendOperationFn,
416
+ args: { resourceGroupName, sqlVirtualMachineName, options },
417
+ spec: startAssessmentOperationSpec
418
+ });
419
+ const poller = await createHttpPoller(lro, {
420
+ restoreFrom: options?.resumeFrom,
421
+ intervalInMs: options?.updateIntervalInMs,
422
+ resourceLocationConfig: "location"
423
+ });
424
+ await poller.poll();
425
+ return poller;
426
+ }
427
+ /**
428
+ * Starts SQL best practices Assessment on SQL virtual machine.
429
+ * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
430
+ * value from the Azure Resource Manager API or the portal.
431
+ * @param sqlVirtualMachineName Name of the SQL virtual machine.
432
+ * @param options The options parameters.
433
+ */
434
+ async beginStartAssessmentAndWait(resourceGroupName, sqlVirtualMachineName, options) {
435
+ const poller = await this.beginStartAssessment(resourceGroupName, sqlVirtualMachineName, options);
436
+ return poller.pollUntilDone();
437
+ }
438
+ /**
439
+ * Uninstalls and reinstalls the SQL IaaS Extension.
440
+ * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
441
+ * value from the Azure Resource Manager API or the portal.
442
+ * @param sqlVirtualMachineName Name of the SQL virtual machine.
443
+ * @param options The options parameters.
444
+ */
445
+ async beginRedeploy(resourceGroupName, sqlVirtualMachineName, options) {
446
+ const directSendOperation = async (args, spec) => {
447
+ return this.client.sendOperationRequest(args, spec);
448
+ };
449
+ const sendOperationFn = async (args, spec) => {
450
+ let currentRawResponse = undefined;
451
+ const providedCallback = args.options?.onResponse;
452
+ const callback = (rawResponse, flatResponse) => {
453
+ currentRawResponse = rawResponse;
454
+ providedCallback?.(rawResponse, flatResponse);
455
+ };
456
+ const updatedArgs = {
457
+ ...args,
458
+ options: {
459
+ ...args.options,
460
+ onResponse: callback
461
+ }
462
+ };
463
+ const flatResponse = await directSendOperation(updatedArgs, spec);
464
+ return {
465
+ flatResponse,
466
+ rawResponse: {
467
+ statusCode: currentRawResponse.status,
468
+ body: currentRawResponse.parsedBody,
469
+ headers: currentRawResponse.headers.toJSON()
470
+ }
471
+ };
472
+ };
473
+ const lro = createLroSpec({
474
+ sendOperationFn,
475
+ args: { resourceGroupName, sqlVirtualMachineName, options },
476
+ spec: redeployOperationSpec
477
+ });
478
+ const poller = await createHttpPoller(lro, {
479
+ restoreFrom: options?.resumeFrom,
480
+ intervalInMs: options?.updateIntervalInMs,
481
+ resourceLocationConfig: "location"
482
+ });
483
+ await poller.poll();
484
+ return poller;
485
+ }
486
+ /**
487
+ * Uninstalls and reinstalls the SQL IaaS Extension.
488
+ * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
489
+ * value from the Azure Resource Manager API or the portal.
490
+ * @param sqlVirtualMachineName Name of the SQL virtual machine.
491
+ * @param options The options parameters.
492
+ */
493
+ async beginRedeployAndWait(resourceGroupName, sqlVirtualMachineName, options) {
494
+ const poller = await this.beginRedeploy(resourceGroupName, sqlVirtualMachineName, options);
495
+ return poller.pollUntilDone();
496
+ }
497
+ /**
498
+ * ListBySqlVmGroupNext
499
+ * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
500
+ * value from the Azure Resource Manager API or the portal.
501
+ * @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
502
+ * @param nextLink The nextLink from the previous successful call to the ListBySqlVmGroup method.
503
+ * @param options The options parameters.
504
+ */
505
+ _listBySqlVmGroupNext(resourceGroupName, sqlVirtualMachineGroupName, nextLink, options) {
506
+ return this.client.sendOperationRequest({ resourceGroupName, sqlVirtualMachineGroupName, nextLink, options }, listBySqlVmGroupNextOperationSpec);
507
+ }
508
+ /**
509
+ * ListNext
510
+ * @param nextLink The nextLink from the previous successful call to the List method.
511
+ * @param options The options parameters.
512
+ */
513
+ _listNext(nextLink, options) {
514
+ return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);
515
+ }
516
+ /**
517
+ * ListByResourceGroupNext
518
+ * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
519
+ * value from the Azure Resource Manager API or the portal.
520
+ * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
521
+ * @param options The options parameters.
522
+ */
523
+ _listByResourceGroupNext(resourceGroupName, nextLink, options) {
524
+ return this.client.sendOperationRequest({ resourceGroupName, nextLink, options }, listByResourceGroupNextOperationSpec);
525
+ }
526
+ }
527
+ // Operation Specifications
528
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
529
+ const listBySqlVmGroupOperationSpec = {
530
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups/{sqlVirtualMachineGroupName}/sqlVirtualMachines",
531
+ httpMethod: "GET",
532
+ responses: {
533
+ 200: {
534
+ bodyMapper: Mappers.SqlVirtualMachineListResult
535
+ },
536
+ default: {
537
+ bodyMapper: Mappers.ErrorResponse
538
+ }
539
+ },
540
+ queryParameters: [Parameters.apiVersion],
541
+ urlParameters: [
542
+ Parameters.$host,
543
+ Parameters.resourceGroupName,
544
+ Parameters.sqlVirtualMachineGroupName,
545
+ Parameters.subscriptionId
546
+ ],
547
+ headerParameters: [Parameters.accept],
548
+ serializer
549
+ };
550
+ const listOperationSpec = {
551
+ path: "/subscriptions/{subscriptionId}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachines",
552
+ httpMethod: "GET",
553
+ responses: {
554
+ 200: {
555
+ bodyMapper: Mappers.SqlVirtualMachineListResult
556
+ },
557
+ default: {
558
+ bodyMapper: Mappers.ErrorResponse
559
+ }
560
+ },
561
+ queryParameters: [Parameters.apiVersion],
562
+ urlParameters: [Parameters.$host, Parameters.subscriptionId],
563
+ headerParameters: [Parameters.accept],
564
+ serializer
565
+ };
566
+ const getOperationSpec = {
567
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachines/{sqlVirtualMachineName}",
568
+ httpMethod: "GET",
569
+ responses: {
570
+ 200: {
571
+ bodyMapper: Mappers.SqlVirtualMachine
572
+ },
573
+ default: {
574
+ bodyMapper: Mappers.ErrorResponse
575
+ }
576
+ },
577
+ queryParameters: [Parameters.expand, Parameters.apiVersion],
578
+ urlParameters: [
579
+ Parameters.$host,
580
+ Parameters.resourceGroupName,
581
+ Parameters.subscriptionId,
582
+ Parameters.sqlVirtualMachineName
583
+ ],
584
+ headerParameters: [Parameters.accept],
585
+ serializer
586
+ };
587
+ const createOrUpdateOperationSpec = {
588
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachines/{sqlVirtualMachineName}",
589
+ httpMethod: "PUT",
590
+ responses: {
591
+ 200: {
592
+ bodyMapper: Mappers.SqlVirtualMachine
593
+ },
594
+ 201: {
595
+ bodyMapper: Mappers.SqlVirtualMachine
596
+ },
597
+ 202: {
598
+ bodyMapper: Mappers.SqlVirtualMachine
599
+ },
600
+ 204: {
601
+ bodyMapper: Mappers.SqlVirtualMachine
602
+ },
603
+ default: {
604
+ bodyMapper: Mappers.ErrorResponse
605
+ }
606
+ },
607
+ requestBody: Parameters.parameters3,
608
+ queryParameters: [Parameters.apiVersion],
609
+ urlParameters: [
610
+ Parameters.$host,
611
+ Parameters.resourceGroupName,
612
+ Parameters.subscriptionId,
613
+ Parameters.sqlVirtualMachineName
614
+ ],
615
+ headerParameters: [Parameters.accept, Parameters.contentType],
616
+ mediaType: "json",
617
+ serializer
618
+ };
619
+ const deleteOperationSpec = {
620
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachines/{sqlVirtualMachineName}",
621
+ httpMethod: "DELETE",
622
+ responses: {
623
+ 200: {},
624
+ 201: {},
625
+ 202: {},
626
+ 204: {},
627
+ default: {
628
+ bodyMapper: Mappers.ErrorResponse
629
+ }
630
+ },
631
+ queryParameters: [Parameters.apiVersion],
632
+ urlParameters: [
633
+ Parameters.$host,
634
+ Parameters.resourceGroupName,
635
+ Parameters.subscriptionId,
636
+ Parameters.sqlVirtualMachineName
637
+ ],
638
+ headerParameters: [Parameters.accept],
639
+ serializer
640
+ };
641
+ const updateOperationSpec = {
642
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachines/{sqlVirtualMachineName}",
643
+ httpMethod: "PATCH",
644
+ responses: {
645
+ 200: {
646
+ bodyMapper: Mappers.SqlVirtualMachine
647
+ },
648
+ 201: {
649
+ bodyMapper: Mappers.SqlVirtualMachine
650
+ },
651
+ 202: {
652
+ bodyMapper: Mappers.SqlVirtualMachine
653
+ },
654
+ 204: {
655
+ bodyMapper: Mappers.SqlVirtualMachine
656
+ },
657
+ default: {
658
+ bodyMapper: Mappers.ErrorResponse
659
+ }
660
+ },
661
+ requestBody: Parameters.parameters4,
662
+ queryParameters: [Parameters.apiVersion],
663
+ urlParameters: [
664
+ Parameters.$host,
665
+ Parameters.resourceGroupName,
666
+ Parameters.subscriptionId,
667
+ Parameters.sqlVirtualMachineName
668
+ ],
669
+ headerParameters: [Parameters.accept, Parameters.contentType],
670
+ mediaType: "json",
671
+ serializer
672
+ };
673
+ const listByResourceGroupOperationSpec = {
674
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachines",
675
+ httpMethod: "GET",
676
+ responses: {
677
+ 200: {
678
+ bodyMapper: Mappers.SqlVirtualMachineListResult
679
+ },
680
+ default: {
681
+ bodyMapper: Mappers.ErrorResponse
682
+ }
683
+ },
684
+ queryParameters: [Parameters.apiVersion],
685
+ urlParameters: [
686
+ Parameters.$host,
687
+ Parameters.resourceGroupName,
688
+ Parameters.subscriptionId
689
+ ],
690
+ headerParameters: [Parameters.accept],
691
+ serializer
692
+ };
693
+ const startAssessmentOperationSpec = {
694
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachines/{sqlVirtualMachineName}/startAssessment",
695
+ httpMethod: "POST",
696
+ responses: {
697
+ 200: {},
698
+ 201: {},
699
+ 202: {},
700
+ 204: {},
701
+ default: {
702
+ bodyMapper: Mappers.ErrorResponse
703
+ }
704
+ },
705
+ queryParameters: [Parameters.apiVersion],
706
+ urlParameters: [
707
+ Parameters.$host,
708
+ Parameters.resourceGroupName,
709
+ Parameters.subscriptionId,
710
+ Parameters.sqlVirtualMachineName
711
+ ],
712
+ headerParameters: [Parameters.accept],
713
+ serializer
714
+ };
715
+ const redeployOperationSpec = {
716
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachines/{sqlVirtualMachineName}/redeploy",
717
+ httpMethod: "POST",
718
+ responses: {
719
+ 200: {},
720
+ 201: {},
721
+ 202: {},
722
+ 204: {},
723
+ default: {
724
+ bodyMapper: Mappers.ErrorResponse
725
+ }
726
+ },
727
+ queryParameters: [Parameters.apiVersion],
728
+ urlParameters: [
729
+ Parameters.$host,
730
+ Parameters.resourceGroupName,
731
+ Parameters.subscriptionId,
732
+ Parameters.sqlVirtualMachineName
733
+ ],
734
+ headerParameters: [Parameters.accept],
735
+ serializer
736
+ };
737
+ const listBySqlVmGroupNextOperationSpec = {
738
+ path: "{nextLink}",
739
+ httpMethod: "GET",
740
+ responses: {
741
+ 200: {
742
+ bodyMapper: Mappers.SqlVirtualMachineListResult
743
+ },
744
+ default: {
745
+ bodyMapper: Mappers.ErrorResponse
746
+ }
747
+ },
748
+ urlParameters: [
749
+ Parameters.$host,
750
+ Parameters.resourceGroupName,
751
+ Parameters.sqlVirtualMachineGroupName,
752
+ Parameters.subscriptionId,
753
+ Parameters.nextLink
754
+ ],
755
+ headerParameters: [Parameters.accept],
756
+ serializer
757
+ };
758
+ const listNextOperationSpec = {
759
+ path: "{nextLink}",
760
+ httpMethod: "GET",
761
+ responses: {
762
+ 200: {
763
+ bodyMapper: Mappers.SqlVirtualMachineListResult
764
+ },
765
+ default: {
766
+ bodyMapper: Mappers.ErrorResponse
767
+ }
768
+ },
769
+ urlParameters: [
770
+ Parameters.$host,
771
+ Parameters.subscriptionId,
772
+ Parameters.nextLink
773
+ ],
774
+ headerParameters: [Parameters.accept],
775
+ serializer
776
+ };
777
+ const listByResourceGroupNextOperationSpec = {
778
+ path: "{nextLink}",
779
+ httpMethod: "GET",
780
+ responses: {
781
+ 200: {
782
+ bodyMapper: Mappers.SqlVirtualMachineListResult
783
+ },
784
+ default: {
785
+ bodyMapper: Mappers.ErrorResponse
786
+ }
787
+ },
788
+ urlParameters: [
789
+ Parameters.$host,
790
+ Parameters.resourceGroupName,
791
+ Parameters.subscriptionId,
792
+ Parameters.nextLink
793
+ ],
794
+ headerParameters: [Parameters.accept],
795
+ serializer
796
+ };
797
+ //# sourceMappingURL=sqlVirtualMachines.js.map