@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 @@
1
+ {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const LoadBalancerConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LoadBalancerConfiguration\",\n modelProperties: {\n privateIpAddress: {\n serializedName: \"privateIpAddress\",\n type: {\n name: \"Composite\",\n className: \"PrivateIPAddress\"\n }\n },\n publicIpAddressResourceId: {\n serializedName: \"publicIpAddressResourceId\",\n type: {\n name: \"String\"\n }\n },\n loadBalancerResourceId: {\n serializedName: \"loadBalancerResourceId\",\n type: {\n name: \"String\"\n }\n },\n probePort: {\n serializedName: \"probePort\",\n type: {\n name: \"Number\"\n }\n },\n sqlVirtualMachineInstances: {\n serializedName: \"sqlVirtualMachineInstances\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PrivateIPAddress: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateIPAddress\",\n modelProperties: {\n ipAddress: {\n serializedName: \"ipAddress\",\n type: {\n name: \"String\"\n }\n },\n subnetResourceId: {\n serializedName: \"subnetResourceId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MultiSubnetIpConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MultiSubnetIpConfiguration\",\n modelProperties: {\n privateIpAddress: {\n serializedName: \"privateIpAddress\",\n type: {\n name: \"Composite\",\n className: \"PrivateIPAddress\"\n }\n },\n sqlVirtualMachineInstance: {\n serializedName: \"sqlVirtualMachineInstance\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AgConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgConfiguration\",\n modelProperties: {\n replicas: {\n serializedName: \"replicas\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AgReplica\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AgReplica: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgReplica\",\n modelProperties: {\n sqlVirtualMachineInstanceId: {\n serializedName: \"sqlVirtualMachineInstanceId\",\n type: {\n name: \"String\"\n }\n },\n role: {\n serializedName: \"role\",\n type: {\n name: \"String\"\n }\n },\n commit: {\n serializedName: \"commit\",\n type: {\n name: \"String\"\n }\n },\n failover: {\n serializedName: \"failover\",\n type: {\n name: \"String\"\n }\n },\n readableSecondary: {\n serializedName: \"readableSecondary\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\"\n }\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\"\n }\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\"\n }\n }\n }\n }\n};\n\nexport const ErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\"\n }\n }\n }\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n info: {\n serializedName: \"info\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n }\n }\n};\n\nexport const AvailabilityGroupListenerListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AvailabilityGroupListenerListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AvailabilityGroupListener\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Operation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n },\n origin: {\n serializedName: \"origin\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Dictionary\", value: { type: { name: \"any\" } } }\n }\n }\n }\n }\n }\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const WsfcDomainProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WsfcDomainProfile\",\n modelProperties: {\n domainFqdn: {\n serializedName: \"domainFqdn\",\n type: {\n name: \"String\"\n }\n },\n ouPath: {\n serializedName: \"ouPath\",\n type: {\n name: \"String\"\n }\n },\n clusterBootstrapAccount: {\n serializedName: \"clusterBootstrapAccount\",\n type: {\n name: \"String\"\n }\n },\n clusterOperatorAccount: {\n serializedName: \"clusterOperatorAccount\",\n type: {\n name: \"String\"\n }\n },\n sqlServiceAccount: {\n serializedName: \"sqlServiceAccount\",\n type: {\n name: \"String\"\n }\n },\n fileShareWitnessPath: {\n serializedName: \"fileShareWitnessPath\",\n type: {\n name: \"String\"\n }\n },\n storageAccountUrl: {\n serializedName: \"storageAccountUrl\",\n type: {\n name: \"String\"\n }\n },\n storageAccountPrimaryKey: {\n serializedName: \"storageAccountPrimaryKey\",\n type: {\n name: \"String\"\n }\n },\n clusterSubnetType: {\n serializedName: \"clusterSubnetType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SqlVirtualMachineGroupUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlVirtualMachineGroupUpdate\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const SqlVirtualMachineGroupListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlVirtualMachineGroupListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SqlVirtualMachineGroup\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SqlVirtualMachineListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlVirtualMachineListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SqlVirtualMachine\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ResourceIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceIdentity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"Uuid\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"Uuid\"\n }\n }\n }\n }\n};\n\nexport const WsfcDomainCredentials: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WsfcDomainCredentials\",\n modelProperties: {\n clusterBootstrapAccountPassword: {\n serializedName: \"clusterBootstrapAccountPassword\",\n type: {\n name: \"String\"\n }\n },\n clusterOperatorAccountPassword: {\n serializedName: \"clusterOperatorAccountPassword\",\n type: {\n name: \"String\"\n }\n },\n sqlServiceAccountPassword: {\n serializedName: \"sqlServiceAccountPassword\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AutoPatchingSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutoPatchingSettings\",\n modelProperties: {\n enable: {\n serializedName: \"enable\",\n type: {\n name: \"Boolean\"\n }\n },\n dayOfWeek: {\n serializedName: \"dayOfWeek\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Everyday\",\n \"Monday\",\n \"Tuesday\",\n \"Wednesday\",\n \"Thursday\",\n \"Friday\",\n \"Saturday\",\n \"Sunday\"\n ]\n }\n },\n maintenanceWindowStartingHour: {\n serializedName: \"maintenanceWindowStartingHour\",\n type: {\n name: \"Number\"\n }\n },\n maintenanceWindowDuration: {\n serializedName: \"maintenanceWindowDuration\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const AutoBackupSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutoBackupSettings\",\n modelProperties: {\n enable: {\n serializedName: \"enable\",\n type: {\n name: \"Boolean\"\n }\n },\n enableEncryption: {\n serializedName: \"enableEncryption\",\n type: {\n name: \"Boolean\"\n }\n },\n retentionPeriod: {\n serializedName: \"retentionPeriod\",\n type: {\n name: \"Number\"\n }\n },\n storageAccountUrl: {\n serializedName: \"storageAccountUrl\",\n type: {\n name: \"String\"\n }\n },\n storageContainerName: {\n serializedName: \"storageContainerName\",\n type: {\n name: \"String\"\n }\n },\n storageAccessKey: {\n serializedName: \"storageAccessKey\",\n type: {\n name: \"String\"\n }\n },\n password: {\n serializedName: \"password\",\n type: {\n name: \"String\"\n }\n },\n backupSystemDbs: {\n serializedName: \"backupSystemDbs\",\n type: {\n name: \"Boolean\"\n }\n },\n backupScheduleType: {\n serializedName: \"backupScheduleType\",\n type: {\n name: \"String\"\n }\n },\n fullBackupFrequency: {\n serializedName: \"fullBackupFrequency\",\n type: {\n name: \"String\"\n }\n },\n daysOfWeek: {\n serializedName: \"daysOfWeek\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n fullBackupStartTime: {\n serializedName: \"fullBackupStartTime\",\n type: {\n name: \"Number\"\n }\n },\n fullBackupWindowHours: {\n serializedName: \"fullBackupWindowHours\",\n type: {\n name: \"Number\"\n }\n },\n logBackupFrequency: {\n serializedName: \"logBackupFrequency\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const KeyVaultCredentialSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KeyVaultCredentialSettings\",\n modelProperties: {\n enable: {\n serializedName: \"enable\",\n type: {\n name: \"Boolean\"\n }\n },\n credentialName: {\n serializedName: \"credentialName\",\n type: {\n name: \"String\"\n }\n },\n azureKeyVaultUrl: {\n serializedName: \"azureKeyVaultUrl\",\n type: {\n name: \"String\"\n }\n },\n servicePrincipalName: {\n serializedName: \"servicePrincipalName\",\n type: {\n name: \"String\"\n }\n },\n servicePrincipalSecret: {\n serializedName: \"servicePrincipalSecret\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServerConfigurationsManagementSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServerConfigurationsManagementSettings\",\n modelProperties: {\n sqlConnectivityUpdateSettings: {\n serializedName: \"sqlConnectivityUpdateSettings\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectivityUpdateSettings\"\n }\n },\n sqlWorkloadTypeUpdateSettings: {\n serializedName: \"sqlWorkloadTypeUpdateSettings\",\n type: {\n name: \"Composite\",\n className: \"SqlWorkloadTypeUpdateSettings\"\n }\n },\n sqlStorageUpdateSettings: {\n serializedName: \"sqlStorageUpdateSettings\",\n type: {\n name: \"Composite\",\n className: \"SqlStorageUpdateSettings\"\n }\n },\n additionalFeaturesServerConfigurations: {\n serializedName: \"additionalFeaturesServerConfigurations\",\n type: {\n name: \"Composite\",\n className: \"AdditionalFeaturesServerConfigurations\"\n }\n },\n sqlInstanceSettings: {\n serializedName: \"sqlInstanceSettings\",\n type: {\n name: \"Composite\",\n className: \"SQLInstanceSettings\"\n }\n },\n azureAdAuthenticationSettings: {\n serializedName: \"azureAdAuthenticationSettings\",\n type: {\n name: \"Composite\",\n className: \"AADAuthenticationSettings\"\n }\n }\n }\n }\n};\n\nexport const SqlConnectivityUpdateSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlConnectivityUpdateSettings\",\n modelProperties: {\n connectivityType: {\n serializedName: \"connectivityType\",\n type: {\n name: \"String\"\n }\n },\n port: {\n serializedName: \"port\",\n type: {\n name: \"Number\"\n }\n },\n sqlAuthUpdateUserName: {\n serializedName: \"sqlAuthUpdateUserName\",\n type: {\n name: \"String\"\n }\n },\n sqlAuthUpdatePassword: {\n serializedName: \"sqlAuthUpdatePassword\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SqlWorkloadTypeUpdateSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlWorkloadTypeUpdateSettings\",\n modelProperties: {\n sqlWorkloadType: {\n serializedName: \"sqlWorkloadType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SqlStorageUpdateSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlStorageUpdateSettings\",\n modelProperties: {\n diskCount: {\n serializedName: \"diskCount\",\n type: {\n name: \"Number\"\n }\n },\n startingDeviceId: {\n serializedName: \"startingDeviceId\",\n type: {\n name: \"Number\"\n }\n },\n diskConfigurationType: {\n serializedName: \"diskConfigurationType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AdditionalFeaturesServerConfigurations: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AdditionalFeaturesServerConfigurations\",\n modelProperties: {\n isRServicesEnabled: {\n serializedName: \"isRServicesEnabled\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const SQLInstanceSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SQLInstanceSettings\",\n modelProperties: {\n collation: {\n serializedName: \"collation\",\n type: {\n name: \"String\"\n }\n },\n maxDop: {\n serializedName: \"maxDop\",\n type: {\n name: \"Number\"\n }\n },\n isOptimizeForAdHocWorkloadsEnabled: {\n serializedName: \"isOptimizeForAdHocWorkloadsEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n minServerMemoryMB: {\n serializedName: \"minServerMemoryMB\",\n type: {\n name: \"Number\"\n }\n },\n maxServerMemoryMB: {\n serializedName: \"maxServerMemoryMB\",\n type: {\n name: \"Number\"\n }\n },\n isLpimEnabled: {\n serializedName: \"isLpimEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n isIfiEnabled: {\n serializedName: \"isIfiEnabled\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const AADAuthenticationSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AADAuthenticationSettings\",\n modelProperties: {\n clientId: {\n serializedName: \"clientId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StorageConfigurationSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageConfigurationSettings\",\n modelProperties: {\n sqlDataSettings: {\n serializedName: \"sqlDataSettings\",\n type: {\n name: \"Composite\",\n className: \"SQLStorageSettings\"\n }\n },\n sqlLogSettings: {\n serializedName: \"sqlLogSettings\",\n type: {\n name: \"Composite\",\n className: \"SQLStorageSettings\"\n }\n },\n sqlTempDbSettings: {\n serializedName: \"sqlTempDbSettings\",\n type: {\n name: \"Composite\",\n className: \"SQLTempDbSettings\"\n }\n },\n sqlSystemDbOnDataDisk: {\n serializedName: \"sqlSystemDbOnDataDisk\",\n type: {\n name: \"Boolean\"\n }\n },\n diskConfigurationType: {\n serializedName: \"diskConfigurationType\",\n type: {\n name: \"String\"\n }\n },\n storageWorkloadType: {\n serializedName: \"storageWorkloadType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SQLStorageSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SQLStorageSettings\",\n modelProperties: {\n luns: {\n serializedName: \"luns\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Number\"\n }\n }\n }\n },\n defaultFilePath: {\n serializedName: \"defaultFilePath\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SQLTempDbSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SQLTempDbSettings\",\n modelProperties: {\n dataFileSize: {\n serializedName: \"dataFileSize\",\n type: {\n name: \"Number\"\n }\n },\n dataGrowth: {\n serializedName: \"dataGrowth\",\n type: {\n name: \"Number\"\n }\n },\n logFileSize: {\n serializedName: \"logFileSize\",\n type: {\n name: \"Number\"\n }\n },\n logGrowth: {\n serializedName: \"logGrowth\",\n type: {\n name: \"Number\"\n }\n },\n dataFileCount: {\n serializedName: \"dataFileCount\",\n type: {\n name: \"Number\"\n }\n },\n persistFolder: {\n serializedName: \"persistFolder\",\n type: {\n name: \"Boolean\"\n }\n },\n persistFolderPath: {\n serializedName: \"persistFolderPath\",\n type: {\n name: \"String\"\n }\n },\n luns: {\n serializedName: \"luns\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Number\"\n }\n }\n }\n },\n defaultFilePath: {\n serializedName: \"defaultFilePath\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TroubleshootingStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TroubleshootingStatus\",\n modelProperties: {\n rootCause: {\n serializedName: \"rootCause\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n lastTriggerTimeUtc: {\n serializedName: \"lastTriggerTimeUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n startTimeUtc: {\n serializedName: \"startTimeUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n endTimeUtc: {\n serializedName: \"endTimeUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n troubleshootingScenario: {\n serializedName: \"troubleshootingScenario\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"TroubleshootingAdditionalProperties\"\n }\n }\n }\n }\n};\n\nexport const TroubleshootingAdditionalProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TroubleshootingAdditionalProperties\",\n modelProperties: {\n unhealthyReplicaInfo: {\n serializedName: \"unhealthyReplicaInfo\",\n type: {\n name: \"Composite\",\n className: \"UnhealthyReplicaInfo\"\n }\n }\n }\n }\n};\n\nexport const UnhealthyReplicaInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UnhealthyReplicaInfo\",\n modelProperties: {\n availabilityGroupName: {\n serializedName: \"availabilityGroupName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AssessmentSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AssessmentSettings\",\n modelProperties: {\n enable: {\n serializedName: \"enable\",\n type: {\n name: \"Boolean\"\n }\n },\n runImmediately: {\n serializedName: \"runImmediately\",\n type: {\n name: \"Boolean\"\n }\n },\n schedule: {\n serializedName: \"schedule\",\n type: {\n name: \"Composite\",\n className: \"Schedule\"\n }\n }\n }\n }\n};\n\nexport const Schedule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Schedule\",\n modelProperties: {\n enable: {\n serializedName: \"enable\",\n type: {\n name: \"Boolean\"\n }\n },\n weeklyInterval: {\n serializedName: \"weeklyInterval\",\n type: {\n name: \"Number\"\n }\n },\n monthlyOccurrence: {\n serializedName: \"monthlyOccurrence\",\n type: {\n name: \"Number\"\n }\n },\n dayOfWeek: {\n serializedName: \"dayOfWeek\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Monday\",\n \"Tuesday\",\n \"Wednesday\",\n \"Thursday\",\n \"Friday\",\n \"Saturday\",\n \"Sunday\"\n ]\n }\n },\n startTime: {\n serializedName: \"startTime\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SqlVirtualMachineUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlVirtualMachineUpdate\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const SqlVmTroubleshooting: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlVmTroubleshooting\",\n modelProperties: {\n startTimeUtc: {\n serializedName: \"startTimeUtc\",\n type: {\n name: \"DateTime\"\n }\n },\n endTimeUtc: {\n serializedName: \"endTimeUtc\",\n type: {\n name: \"DateTime\"\n }\n },\n troubleshootingScenario: {\n serializedName: \"troubleshootingScenario\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"TroubleshootingAdditionalProperties\"\n }\n },\n virtualMachineResourceId: {\n serializedName: \"virtualMachineResourceId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties\n }\n }\n};\n\nexport const TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const AvailabilityGroupListener: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AvailabilityGroupListener\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n availabilityGroupName: {\n serializedName: \"properties.availabilityGroupName\",\n type: {\n name: \"String\"\n }\n },\n loadBalancerConfigurations: {\n serializedName: \"properties.loadBalancerConfigurations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LoadBalancerConfiguration\"\n }\n }\n }\n },\n multiSubnetIpConfigurations: {\n serializedName: \"properties.multiSubnetIpConfigurations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MultiSubnetIpConfiguration\"\n }\n }\n }\n },\n createDefaultAvailabilityGroupIfNotExist: {\n serializedName: \"properties.createDefaultAvailabilityGroupIfNotExist\",\n type: {\n name: \"Boolean\"\n }\n },\n port: {\n serializedName: \"properties.port\",\n type: {\n name: \"Number\"\n }\n },\n availabilityGroupConfiguration: {\n serializedName: \"properties.availabilityGroupConfiguration\",\n type: {\n name: \"Composite\",\n className: \"AgConfiguration\"\n }\n }\n }\n }\n};\n\nexport const SqlVirtualMachineGroup: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlVirtualMachineGroup\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sqlImageOffer: {\n serializedName: \"properties.sqlImageOffer\",\n type: {\n name: \"String\"\n }\n },\n sqlImageSku: {\n serializedName: \"properties.sqlImageSku\",\n type: {\n name: \"String\"\n }\n },\n scaleType: {\n serializedName: \"properties.scaleType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n clusterManagerType: {\n serializedName: \"properties.clusterManagerType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n clusterConfiguration: {\n serializedName: \"properties.clusterConfiguration\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n wsfcDomainProfile: {\n serializedName: \"properties.wsfcDomainProfile\",\n type: {\n name: \"Composite\",\n className: \"WsfcDomainProfile\"\n }\n }\n }\n }\n};\n\nexport const SqlVirtualMachine: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlVirtualMachine\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ResourceIdentity\"\n }\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\n virtualMachineResourceId: {\n serializedName: \"properties.virtualMachineResourceId\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sqlImageOffer: {\n serializedName: \"properties.sqlImageOffer\",\n type: {\n name: \"String\"\n }\n },\n sqlServerLicenseType: {\n serializedName: \"properties.sqlServerLicenseType\",\n type: {\n name: \"String\"\n }\n },\n sqlManagement: {\n serializedName: \"properties.sqlManagement\",\n type: {\n name: \"String\"\n }\n },\n leastPrivilegeMode: {\n defaultValue: \"NotSet\",\n serializedName: \"properties.leastPrivilegeMode\",\n type: {\n name: \"String\"\n }\n },\n sqlImageSku: {\n serializedName: \"properties.sqlImageSku\",\n type: {\n name: \"String\"\n }\n },\n sqlVirtualMachineGroupResourceId: {\n serializedName: \"properties.sqlVirtualMachineGroupResourceId\",\n type: {\n name: \"String\"\n }\n },\n wsfcDomainCredentials: {\n serializedName: \"properties.wsfcDomainCredentials\",\n type: {\n name: \"Composite\",\n className: \"WsfcDomainCredentials\"\n }\n },\n wsfcStaticIp: {\n serializedName: \"properties.wsfcStaticIp\",\n type: {\n name: \"String\"\n }\n },\n autoPatchingSettings: {\n serializedName: \"properties.autoPatchingSettings\",\n type: {\n name: \"Composite\",\n className: \"AutoPatchingSettings\"\n }\n },\n autoBackupSettings: {\n serializedName: \"properties.autoBackupSettings\",\n type: {\n name: \"Composite\",\n className: \"AutoBackupSettings\"\n }\n },\n keyVaultCredentialSettings: {\n serializedName: \"properties.keyVaultCredentialSettings\",\n type: {\n name: \"Composite\",\n className: \"KeyVaultCredentialSettings\"\n }\n },\n serverConfigurationsManagementSettings: {\n serializedName: \"properties.serverConfigurationsManagementSettings\",\n type: {\n name: \"Composite\",\n className: \"ServerConfigurationsManagementSettings\"\n }\n },\n storageConfigurationSettings: {\n serializedName: \"properties.storageConfigurationSettings\",\n type: {\n name: \"Composite\",\n className: \"StorageConfigurationSettings\"\n }\n },\n troubleshootingStatus: {\n serializedName: \"properties.troubleshootingStatus\",\n type: {\n name: \"Composite\",\n className: \"TroubleshootingStatus\"\n }\n },\n assessmentSettings: {\n serializedName: \"properties.assessmentSettings\",\n type: {\n name: \"Composite\",\n className: \"AssessmentSettings\"\n }\n },\n enableAutomaticUpgrade: {\n defaultValue: false,\n serializedName: \"properties.enableAutomaticUpgrade\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const AvailabilityGroupListenersDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AvailabilityGroupListenersDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SqlVirtualMachineGroupsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlVirtualMachineGroupsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SqlVirtualMachinesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlVirtualMachinesDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SqlVirtualMachinesStartAssessmentHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlVirtualMachinesStartAssessmentHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SqlVirtualMachinesRedeployHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlVirtualMachinesRedeployHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SqlVirtualMachineTroubleshootTroubleshootHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlVirtualMachineTroubleshootTroubleshootHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n"]}
@@ -0,0 +1,19 @@
1
+ import { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
2
+ export declare const accept: OperationParameter;
3
+ export declare const $host: OperationURLParameter;
4
+ export declare const resourceGroupName: OperationURLParameter;
5
+ export declare const sqlVirtualMachineGroupName: OperationURLParameter;
6
+ export declare const availabilityGroupListenerName: OperationURLParameter;
7
+ export declare const expand: OperationQueryParameter;
8
+ export declare const subscriptionId: OperationURLParameter;
9
+ export declare const apiVersion: OperationQueryParameter;
10
+ export declare const contentType: OperationParameter;
11
+ export declare const parameters: OperationParameter;
12
+ export declare const nextLink: OperationURLParameter;
13
+ export declare const parameters1: OperationParameter;
14
+ export declare const parameters2: OperationParameter;
15
+ export declare const sqlVirtualMachineName: OperationURLParameter;
16
+ export declare const parameters3: OperationParameter;
17
+ export declare const parameters4: OperationParameter;
18
+ export declare const parameters5: OperationParameter;
19
+ //# sourceMappingURL=parameters.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAU5B,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAS/B,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,qBASxC,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,qBAS3C,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,uBAQpB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAS5B,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,kBAGxB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,qBAgBnC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC"}
@@ -0,0 +1,155 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.parameters5 = exports.parameters4 = exports.parameters3 = exports.sqlVirtualMachineName = exports.parameters2 = exports.parameters1 = exports.nextLink = exports.parameters = exports.contentType = exports.apiVersion = exports.subscriptionId = exports.expand = exports.availabilityGroupListenerName = exports.sqlVirtualMachineGroupName = exports.resourceGroupName = exports.$host = exports.accept = void 0;
11
+ const mappers_js_1 = require("../models/mappers.js");
12
+ exports.accept = {
13
+ parameterPath: "accept",
14
+ mapper: {
15
+ defaultValue: "application/json",
16
+ isConstant: true,
17
+ serializedName: "Accept",
18
+ type: {
19
+ name: "String"
20
+ }
21
+ }
22
+ };
23
+ exports.$host = {
24
+ parameterPath: "$host",
25
+ mapper: {
26
+ serializedName: "$host",
27
+ required: true,
28
+ type: {
29
+ name: "String"
30
+ }
31
+ },
32
+ skipEncoding: true
33
+ };
34
+ exports.resourceGroupName = {
35
+ parameterPath: "resourceGroupName",
36
+ mapper: {
37
+ serializedName: "resourceGroupName",
38
+ required: true,
39
+ type: {
40
+ name: "String"
41
+ }
42
+ }
43
+ };
44
+ exports.sqlVirtualMachineGroupName = {
45
+ parameterPath: "sqlVirtualMachineGroupName",
46
+ mapper: {
47
+ serializedName: "sqlVirtualMachineGroupName",
48
+ required: true,
49
+ type: {
50
+ name: "String"
51
+ }
52
+ }
53
+ };
54
+ exports.availabilityGroupListenerName = {
55
+ parameterPath: "availabilityGroupListenerName",
56
+ mapper: {
57
+ serializedName: "availabilityGroupListenerName",
58
+ required: true,
59
+ type: {
60
+ name: "String"
61
+ }
62
+ }
63
+ };
64
+ exports.expand = {
65
+ parameterPath: ["options", "expand"],
66
+ mapper: {
67
+ serializedName: "$expand",
68
+ type: {
69
+ name: "String"
70
+ }
71
+ }
72
+ };
73
+ exports.subscriptionId = {
74
+ parameterPath: "subscriptionId",
75
+ mapper: {
76
+ serializedName: "subscriptionId",
77
+ required: true,
78
+ type: {
79
+ name: "String"
80
+ }
81
+ }
82
+ };
83
+ exports.apiVersion = {
84
+ parameterPath: "apiVersion",
85
+ mapper: {
86
+ defaultValue: "2022-08-01-preview",
87
+ isConstant: true,
88
+ serializedName: "api-version",
89
+ type: {
90
+ name: "String"
91
+ }
92
+ }
93
+ };
94
+ exports.contentType = {
95
+ parameterPath: ["options", "contentType"],
96
+ mapper: {
97
+ defaultValue: "application/json",
98
+ isConstant: true,
99
+ serializedName: "Content-Type",
100
+ type: {
101
+ name: "String"
102
+ }
103
+ }
104
+ };
105
+ exports.parameters = {
106
+ parameterPath: "parameters",
107
+ mapper: mappers_js_1.AvailabilityGroupListener
108
+ };
109
+ exports.nextLink = {
110
+ parameterPath: "nextLink",
111
+ mapper: {
112
+ serializedName: "nextLink",
113
+ required: true,
114
+ type: {
115
+ name: "String"
116
+ }
117
+ },
118
+ skipEncoding: true
119
+ };
120
+ exports.parameters1 = {
121
+ parameterPath: "parameters",
122
+ mapper: mappers_js_1.SqlVirtualMachineGroup
123
+ };
124
+ exports.parameters2 = {
125
+ parameterPath: "parameters",
126
+ mapper: mappers_js_1.SqlVirtualMachineGroupUpdate
127
+ };
128
+ exports.sqlVirtualMachineName = {
129
+ parameterPath: "sqlVirtualMachineName",
130
+ mapper: {
131
+ constraints: {
132
+ Pattern: new RegExp("^((?!_)[^\\\\/\"'\\[\\]:|<>+=;,?*@&]{1,64}(?<![.-]))$"),
133
+ MaxLength: 64,
134
+ MinLength: 1
135
+ },
136
+ serializedName: "sqlVirtualMachineName",
137
+ required: true,
138
+ type: {
139
+ name: "String"
140
+ }
141
+ }
142
+ };
143
+ exports.parameters3 = {
144
+ parameterPath: "parameters",
145
+ mapper: mappers_js_1.SqlVirtualMachine
146
+ };
147
+ exports.parameters4 = {
148
+ parameterPath: "parameters",
149
+ mapper: mappers_js_1.SqlVirtualMachineUpdate
150
+ };
151
+ exports.parameters5 = {
152
+ parameterPath: "parameters",
153
+ mapper: mappers_js_1.SqlVmTroubleshooting
154
+ };
155
+ //# sourceMappingURL=parameters.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport {\n AvailabilityGroupListener as AvailabilityGroupListenerMapper,\n SqlVirtualMachineGroup as SqlVirtualMachineGroupMapper,\n SqlVirtualMachineGroupUpdate as SqlVirtualMachineGroupUpdateMapper,\n SqlVirtualMachine as SqlVirtualMachineMapper,\n SqlVirtualMachineUpdate as SqlVirtualMachineUpdateMapper,\n SqlVmTroubleshooting as SqlVmTroubleshootingMapper\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const sqlVirtualMachineGroupName: OperationURLParameter = {\n parameterPath: \"sqlVirtualMachineGroupName\",\n mapper: {\n serializedName: \"sqlVirtualMachineGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const availabilityGroupListenerName: OperationURLParameter = {\n parameterPath: \"availabilityGroupListenerName\",\n mapper: {\n serializedName: \"availabilityGroupListenerName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const expand: OperationQueryParameter = {\n parameterPath: [\"options\", \"expand\"],\n mapper: {\n serializedName: \"$expand\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2022-08-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: AvailabilityGroupListenerMapper\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const parameters1: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: SqlVirtualMachineGroupMapper\n};\n\nexport const parameters2: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: SqlVirtualMachineGroupUpdateMapper\n};\n\nexport const sqlVirtualMachineName: OperationURLParameter = {\n parameterPath: \"sqlVirtualMachineName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\n \"^((?!_)[^\\\\\\\\/\\\"'\\\\[\\\\]:|<>+=;,?*@&]{1,64}(?<![.-]))$\"\n ),\n MaxLength: 64,\n MinLength: 1\n },\n serializedName: \"sqlVirtualMachineName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters3: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: SqlVirtualMachineMapper\n};\n\nexport const parameters4: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: SqlVirtualMachineUpdateMapper\n};\n\nexport const parameters5: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: SqlVmTroubleshootingMapper\n};\n"]}
@@ -0,0 +1,89 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { AvailabilityGroupListeners } from "../operationsInterfaces/index.js";
3
+ import { SqlVirtualMachineManagementClient } from "../sqlVirtualMachineManagementClient.js";
4
+ import { SimplePollerLike, OperationState } from "@azure/core-lro";
5
+ import { AvailabilityGroupListener, AvailabilityGroupListenersListByGroupOptionalParams, AvailabilityGroupListenersGetOptionalParams, AvailabilityGroupListenersGetResponse, AvailabilityGroupListenersCreateOrUpdateOptionalParams, AvailabilityGroupListenersCreateOrUpdateResponse, AvailabilityGroupListenersDeleteOptionalParams } from "../models/index.js";
6
+ /** Class containing AvailabilityGroupListeners operations. */
7
+ export declare class AvailabilityGroupListenersImpl implements AvailabilityGroupListeners {
8
+ private readonly client;
9
+ /**
10
+ * Initialize a new instance of the class AvailabilityGroupListeners class.
11
+ * @param client Reference to the service client
12
+ */
13
+ constructor(client: SqlVirtualMachineManagementClient);
14
+ /**
15
+ * Lists all availability group listeners in a SQL virtual machine group.
16
+ * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
17
+ * value from the Azure Resource Manager API or the portal.
18
+ * @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
19
+ * @param options The options parameters.
20
+ */
21
+ listByGroup(resourceGroupName: string, sqlVirtualMachineGroupName: string, options?: AvailabilityGroupListenersListByGroupOptionalParams): PagedAsyncIterableIterator<AvailabilityGroupListener>;
22
+ private listByGroupPagingPage;
23
+ private listByGroupPagingAll;
24
+ /**
25
+ * Gets an availability group listener.
26
+ * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
27
+ * value from the Azure Resource Manager API or the portal.
28
+ * @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
29
+ * @param availabilityGroupListenerName Name of the availability group listener.
30
+ * @param options The options parameters.
31
+ */
32
+ get(resourceGroupName: string, sqlVirtualMachineGroupName: string, availabilityGroupListenerName: string, options?: AvailabilityGroupListenersGetOptionalParams): Promise<AvailabilityGroupListenersGetResponse>;
33
+ /**
34
+ * Creates or updates an availability group listener.
35
+ * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
36
+ * value from the Azure Resource Manager API or the portal.
37
+ * @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
38
+ * @param availabilityGroupListenerName Name of the availability group listener.
39
+ * @param parameters The availability group listener.
40
+ * @param options The options parameters.
41
+ */
42
+ beginCreateOrUpdate(resourceGroupName: string, sqlVirtualMachineGroupName: string, availabilityGroupListenerName: string, parameters: AvailabilityGroupListener, options?: AvailabilityGroupListenersCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AvailabilityGroupListenersCreateOrUpdateResponse>, AvailabilityGroupListenersCreateOrUpdateResponse>>;
43
+ /**
44
+ * Creates or updates an availability group listener.
45
+ * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
46
+ * value from the Azure Resource Manager API or the portal.
47
+ * @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
48
+ * @param availabilityGroupListenerName Name of the availability group listener.
49
+ * @param parameters The availability group listener.
50
+ * @param options The options parameters.
51
+ */
52
+ beginCreateOrUpdateAndWait(resourceGroupName: string, sqlVirtualMachineGroupName: string, availabilityGroupListenerName: string, parameters: AvailabilityGroupListener, options?: AvailabilityGroupListenersCreateOrUpdateOptionalParams): Promise<AvailabilityGroupListenersCreateOrUpdateResponse>;
53
+ /**
54
+ * Deletes an availability group listener.
55
+ * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
56
+ * value from the Azure Resource Manager API or the portal.
57
+ * @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
58
+ * @param availabilityGroupListenerName Name of the availability group listener.
59
+ * @param options The options parameters.
60
+ */
61
+ beginDelete(resourceGroupName: string, sqlVirtualMachineGroupName: string, availabilityGroupListenerName: string, options?: AvailabilityGroupListenersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
62
+ /**
63
+ * Deletes an availability group listener.
64
+ * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
65
+ * value from the Azure Resource Manager API or the portal.
66
+ * @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
67
+ * @param availabilityGroupListenerName Name of the availability group listener.
68
+ * @param options The options parameters.
69
+ */
70
+ beginDeleteAndWait(resourceGroupName: string, sqlVirtualMachineGroupName: string, availabilityGroupListenerName: string, options?: AvailabilityGroupListenersDeleteOptionalParams): Promise<void>;
71
+ /**
72
+ * Lists all availability group listeners in a SQL virtual machine group.
73
+ * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
74
+ * value from the Azure Resource Manager API or the portal.
75
+ * @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
76
+ * @param options The options parameters.
77
+ */
78
+ private _listByGroup;
79
+ /**
80
+ * ListByGroupNext
81
+ * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
82
+ * value from the Azure Resource Manager API or the portal.
83
+ * @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
84
+ * @param nextLink The nextLink from the previous successful call to the ListByGroup method.
85
+ * @param options The options parameters.
86
+ */
87
+ private _listByGroupNext;
88
+ }
89
+ //# sourceMappingURL=availabilityGroupListeners.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"availabilityGroupListeners.d.ts","sourceRoot":"","sources":["../../../src/operations/availabilityGroupListeners.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAI9E,OAAO,EAAE,iCAAiC,EAAE,MAAM,yCAAyC,CAAC;AAC5F,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,yBAAyB,EAEzB,mDAAmD,EAEnD,2CAA2C,EAC3C,qCAAqC,EACrC,sDAAsD,EACtD,gDAAgD,EAChD,8CAA8C,EAE/C,MAAM,oBAAoB,CAAC;AAG5B,8DAA8D;AAC9D,qBAAa,8BACX,YAAW,0BAA0B;IACrC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAoC;IAE3D;;;OAGG;gBACS,MAAM,EAAE,iCAAiC;IAIrD;;;;;;OAMG;IACI,WAAW,CAChB,iBAAiB,EAAE,MAAM,EACzB,0BAA0B,EAAE,MAAM,EAClC,OAAO,CAAC,EAAE,mDAAmD,GAC5D,0BAA0B,CAAC,yBAAyB,CAAC;YA2BzC,qBAAqB;YAiCrB,oBAAoB;IAcnC;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,0BAA0B,EAAE,MAAM,EAClC,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC;IAYjD;;;;;;;;OAQG;IACG,mBAAmB,CACvB,iBAAiB,EAAE,MAAM,EACzB,0BAA0B,EAAE,MAAM,EAClC,6BAA6B,EAAE,MAAM,EACrC,UAAU,EAAE,yBAAyB,EACrC,OAAO,CAAC,EAAE,sDAAsD,GAC/D,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,gDAAgD,CAAC,EAChE,gDAAgD,CACjD,CACF;IA+DD;;;;;;;;OAQG;IACG,0BAA0B,CAC9B,iBAAiB,EAAE,MAAM,EACzB,0BAA0B,EAAE,MAAM,EAClC,6BAA6B,EAAE,MAAM,EACrC,UAAU,EAAE,yBAAyB,EACrC,OAAO,CAAC,EAAE,sDAAsD,GAC/D,OAAO,CAAC,gDAAgD,CAAC;IAW5D;;;;;;;OAOG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,0BAA0B,EAAE,MAAM,EAClC,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IA2DxD;;;;;;;OAOG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,0BAA0B,EAAE,MAAM,EAClC,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,IAAI,CAAC;IAUhB;;;;;;OAMG;IACH,OAAO,CAAC,YAAY;IAWpB;;;;;;;OAOG;IACH,OAAO,CAAC,gBAAgB;CAWzB"}