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