@azure/arm-dnsresolver 1.2.0 → 2.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (461) hide show
  1. package/README.md +1 -1
  2. package/dist/browser/dnsResolverManagementClient.d.ts +9 -9
  3. package/dist/browser/dnsResolverManagementClient.d.ts.map +1 -1
  4. package/dist/browser/dnsResolverManagementClient.js +36 -24
  5. package/dist/browser/dnsResolverManagementClient.js.map +1 -1
  6. package/dist/browser/index.d.ts.map +1 -1
  7. package/dist/browser/index.js +4 -7
  8. package/dist/browser/index.js.map +1 -1
  9. package/dist/browser/lroImpl.d.ts +1 -1
  10. package/dist/browser/lroImpl.d.ts.map +1 -1
  11. package/dist/browser/lroImpl.js +9 -10
  12. package/dist/browser/lroImpl.js.map +1 -1
  13. package/dist/browser/models/index.d.ts +658 -517
  14. package/dist/browser/models/index.d.ts.map +1 -1
  15. package/dist/browser/models/index.js +32 -31
  16. package/dist/browser/models/index.js.map +1 -1
  17. package/dist/browser/models/mappers.d.ts +48 -29
  18. package/dist/browser/models/mappers.d.ts.map +1 -1
  19. package/dist/browser/models/mappers.js +927 -405
  20. package/dist/browser/models/mappers.js.map +1 -1
  21. package/dist/browser/models/parameters.d.ts +13 -14
  22. package/dist/browser/models/parameters.d.ts.map +1 -1
  23. package/dist/browser/models/parameters.js +90 -109
  24. package/dist/browser/models/parameters.js.map +1 -1
  25. package/dist/browser/operations/dnsForwardingRulesets.d.ts +38 -38
  26. package/dist/browser/operations/dnsForwardingRulesets.d.ts.map +1 -1
  27. package/dist/browser/operations/dnsForwardingRulesets.js +210 -260
  28. package/dist/browser/operations/dnsForwardingRulesets.js.map +1 -1
  29. package/dist/browser/operations/dnsResolverDomainLists.d.ts +32 -32
  30. package/dist/browser/operations/dnsResolverDomainLists.d.ts.map +1 -1
  31. package/dist/browser/operations/dnsResolverDomainLists.js +200 -227
  32. package/dist/browser/operations/dnsResolverDomainLists.js.map +1 -1
  33. package/dist/browser/operations/dnsResolverPolicies.d.ts +38 -38
  34. package/dist/browser/operations/dnsResolverPolicies.d.ts.map +1 -1
  35. package/dist/browser/operations/dnsResolverPolicies.js +212 -262
  36. package/dist/browser/operations/dnsResolverPolicies.js.map +1 -1
  37. package/dist/browser/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts +21 -21
  38. package/dist/browser/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +1 -1
  39. package/dist/browser/operations/dnsResolverPolicyVirtualNetworkLinks.js +134 -142
  40. package/dist/browser/operations/dnsResolverPolicyVirtualNetworkLinks.js.map +1 -1
  41. package/dist/browser/operations/dnsResolvers.d.ts +38 -38
  42. package/dist/browser/operations/dnsResolvers.d.ts.map +1 -1
  43. package/dist/browser/operations/dnsResolvers.js +210 -260
  44. package/dist/browser/operations/dnsResolvers.js.map +1 -1
  45. package/dist/browser/operations/dnsSecurityRules.d.ts +20 -20
  46. package/dist/browser/operations/dnsSecurityRules.d.ts.map +1 -1
  47. package/dist/browser/operations/dnsSecurityRules.js +133 -141
  48. package/dist/browser/operations/dnsSecurityRules.js.map +1 -1
  49. package/dist/browser/operations/forwardingRules.d.ts +17 -17
  50. package/dist/browser/operations/forwardingRules.d.ts.map +1 -1
  51. package/dist/browser/operations/forwardingRules.js +88 -114
  52. package/dist/browser/operations/forwardingRules.js.map +1 -1
  53. package/dist/browser/operations/inboundEndpoints.d.ts +20 -20
  54. package/dist/browser/operations/inboundEndpoints.d.ts.map +1 -1
  55. package/dist/browser/operations/inboundEndpoints.js +129 -137
  56. package/dist/browser/operations/inboundEndpoints.js.map +1 -1
  57. package/dist/browser/operations/index.d.ts +5 -5
  58. package/dist/browser/operations/index.d.ts.map +1 -1
  59. package/dist/browser/operations/index.js +9 -12
  60. package/dist/browser/operations/index.js.map +1 -1
  61. package/dist/browser/operations/outboundEndpoints.d.ts +20 -20
  62. package/dist/browser/operations/outboundEndpoints.d.ts.map +1 -1
  63. package/dist/browser/operations/outboundEndpoints.js +129 -137
  64. package/dist/browser/operations/outboundEndpoints.js.map +1 -1
  65. package/dist/browser/operations/virtualNetworkLinks.d.ts +20 -20
  66. package/dist/browser/operations/virtualNetworkLinks.d.ts.map +1 -1
  67. package/dist/browser/operations/virtualNetworkLinks.js +134 -142
  68. package/dist/browser/operations/virtualNetworkLinks.js.map +1 -1
  69. package/dist/browser/operationsInterfaces/dnsForwardingRulesets.d.ts +15 -15
  70. package/dist/browser/operationsInterfaces/dnsForwardingRulesets.d.ts.map +1 -1
  71. package/dist/browser/operationsInterfaces/dnsForwardingRulesets.js +2 -7
  72. package/dist/browser/operationsInterfaces/dnsForwardingRulesets.js.map +1 -1
  73. package/dist/browser/operationsInterfaces/dnsResolverDomainLists.d.ts +12 -12
  74. package/dist/browser/operationsInterfaces/dnsResolverDomainLists.d.ts.map +1 -1
  75. package/dist/browser/operationsInterfaces/dnsResolverDomainLists.js +2 -7
  76. package/dist/browser/operationsInterfaces/dnsResolverDomainLists.js.map +1 -1
  77. package/dist/browser/operationsInterfaces/dnsResolverPolicies.d.ts +15 -15
  78. package/dist/browser/operationsInterfaces/dnsResolverPolicies.d.ts.map +1 -1
  79. package/dist/browser/operationsInterfaces/dnsResolverPolicies.js +2 -7
  80. package/dist/browser/operationsInterfaces/dnsResolverPolicies.js.map +1 -1
  81. package/dist/browser/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts +12 -12
  82. package/dist/browser/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +1 -1
  83. package/dist/browser/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js +2 -7
  84. package/dist/browser/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js.map +1 -1
  85. package/dist/browser/operationsInterfaces/dnsResolvers.d.ts +15 -15
  86. package/dist/browser/operationsInterfaces/dnsResolvers.d.ts.map +1 -1
  87. package/dist/browser/operationsInterfaces/dnsResolvers.js +2 -7
  88. package/dist/browser/operationsInterfaces/dnsResolvers.js.map +1 -1
  89. package/dist/browser/operationsInterfaces/dnsSecurityRules.d.ts +11 -11
  90. package/dist/browser/operationsInterfaces/dnsSecurityRules.d.ts.map +1 -1
  91. package/dist/browser/operationsInterfaces/dnsSecurityRules.js +2 -7
  92. package/dist/browser/operationsInterfaces/dnsSecurityRules.js.map +1 -1
  93. package/dist/browser/operationsInterfaces/forwardingRules.d.ts +10 -10
  94. package/dist/browser/operationsInterfaces/forwardingRules.d.ts.map +1 -1
  95. package/dist/browser/operationsInterfaces/forwardingRules.js +2 -7
  96. package/dist/browser/operationsInterfaces/forwardingRules.js.map +1 -1
  97. package/dist/browser/operationsInterfaces/inboundEndpoints.d.ts +11 -11
  98. package/dist/browser/operationsInterfaces/inboundEndpoints.d.ts.map +1 -1
  99. package/dist/browser/operationsInterfaces/inboundEndpoints.js +2 -7
  100. package/dist/browser/operationsInterfaces/inboundEndpoints.js.map +1 -1
  101. package/dist/browser/operationsInterfaces/index.d.ts +5 -5
  102. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
  103. package/dist/browser/operationsInterfaces/index.js +9 -12
  104. package/dist/browser/operationsInterfaces/index.js.map +1 -1
  105. package/dist/browser/operationsInterfaces/outboundEndpoints.d.ts +11 -11
  106. package/dist/browser/operationsInterfaces/outboundEndpoints.d.ts.map +1 -1
  107. package/dist/browser/operationsInterfaces/outboundEndpoints.js +2 -7
  108. package/dist/browser/operationsInterfaces/outboundEndpoints.js.map +1 -1
  109. package/dist/browser/operationsInterfaces/virtualNetworkLinks.d.ts +11 -11
  110. package/dist/browser/operationsInterfaces/virtualNetworkLinks.d.ts.map +1 -1
  111. package/dist/browser/operationsInterfaces/virtualNetworkLinks.js +2 -7
  112. package/dist/browser/operationsInterfaces/virtualNetworkLinks.js.map +1 -1
  113. package/dist/browser/pagingHelper.d.ts.map +1 -1
  114. package/dist/browser/pagingHelper.js +4 -11
  115. package/dist/browser/pagingHelper.js.map +1 -1
  116. package/dist/commonjs/dnsResolverManagementClient.d.ts +9 -9
  117. package/dist/commonjs/dnsResolverManagementClient.d.ts.map +1 -1
  118. package/dist/commonjs/dnsResolverManagementClient.js +35 -23
  119. package/dist/commonjs/dnsResolverManagementClient.js.map +1 -1
  120. package/dist/commonjs/index.d.ts.map +1 -1
  121. package/dist/commonjs/index.js +4 -7
  122. package/dist/commonjs/index.js.map +1 -1
  123. package/dist/commonjs/lroImpl.d.ts +1 -1
  124. package/dist/commonjs/lroImpl.d.ts.map +1 -1
  125. package/dist/commonjs/lroImpl.js +9 -10
  126. package/dist/commonjs/lroImpl.js.map +1 -1
  127. package/dist/commonjs/models/index.d.ts +658 -517
  128. package/dist/commonjs/models/index.d.ts.map +1 -1
  129. package/dist/commonjs/models/index.js +33 -32
  130. package/dist/commonjs/models/index.js.map +1 -1
  131. package/dist/commonjs/models/mappers.d.ts +48 -29
  132. package/dist/commonjs/models/mappers.d.ts.map +1 -1
  133. package/dist/commonjs/models/mappers.js +929 -407
  134. package/dist/commonjs/models/mappers.js.map +1 -1
  135. package/dist/commonjs/models/parameters.d.ts +13 -14
  136. package/dist/commonjs/models/parameters.d.ts.map +1 -1
  137. package/dist/commonjs/models/parameters.js +90 -109
  138. package/dist/commonjs/models/parameters.js.map +1 -1
  139. package/dist/commonjs/operations/dnsForwardingRulesets.d.ts +38 -38
  140. package/dist/commonjs/operations/dnsForwardingRulesets.d.ts.map +1 -1
  141. package/dist/commonjs/operations/dnsForwardingRulesets.js +209 -258
  142. package/dist/commonjs/operations/dnsForwardingRulesets.js.map +1 -1
  143. package/dist/commonjs/operations/dnsResolverDomainLists.d.ts +32 -32
  144. package/dist/commonjs/operations/dnsResolverDomainLists.d.ts.map +1 -1
  145. package/dist/commonjs/operations/dnsResolverDomainLists.js +199 -225
  146. package/dist/commonjs/operations/dnsResolverDomainLists.js.map +1 -1
  147. package/dist/commonjs/operations/dnsResolverPolicies.d.ts +38 -38
  148. package/dist/commonjs/operations/dnsResolverPolicies.d.ts.map +1 -1
  149. package/dist/commonjs/operations/dnsResolverPolicies.js +211 -260
  150. package/dist/commonjs/operations/dnsResolverPolicies.js.map +1 -1
  151. package/dist/commonjs/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts +21 -21
  152. package/dist/commonjs/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +1 -1
  153. package/dist/commonjs/operations/dnsResolverPolicyVirtualNetworkLinks.js +133 -140
  154. package/dist/commonjs/operations/dnsResolverPolicyVirtualNetworkLinks.js.map +1 -1
  155. package/dist/commonjs/operations/dnsResolvers.d.ts +38 -38
  156. package/dist/commonjs/operations/dnsResolvers.d.ts.map +1 -1
  157. package/dist/commonjs/operations/dnsResolvers.js +209 -258
  158. package/dist/commonjs/operations/dnsResolvers.js.map +1 -1
  159. package/dist/commonjs/operations/dnsSecurityRules.d.ts +20 -20
  160. package/dist/commonjs/operations/dnsSecurityRules.d.ts.map +1 -1
  161. package/dist/commonjs/operations/dnsSecurityRules.js +132 -139
  162. package/dist/commonjs/operations/dnsSecurityRules.js.map +1 -1
  163. package/dist/commonjs/operations/forwardingRules.d.ts +17 -17
  164. package/dist/commonjs/operations/forwardingRules.d.ts.map +1 -1
  165. package/dist/commonjs/operations/forwardingRules.js +88 -113
  166. package/dist/commonjs/operations/forwardingRules.js.map +1 -1
  167. package/dist/commonjs/operations/inboundEndpoints.d.ts +20 -20
  168. package/dist/commonjs/operations/inboundEndpoints.d.ts.map +1 -1
  169. package/dist/commonjs/operations/inboundEndpoints.js +128 -135
  170. package/dist/commonjs/operations/inboundEndpoints.js.map +1 -1
  171. package/dist/commonjs/operations/index.d.ts +5 -5
  172. package/dist/commonjs/operations/index.d.ts.map +1 -1
  173. package/dist/commonjs/operations/index.js +9 -12
  174. package/dist/commonjs/operations/index.js.map +1 -1
  175. package/dist/commonjs/operations/outboundEndpoints.d.ts +20 -20
  176. package/dist/commonjs/operations/outboundEndpoints.d.ts.map +1 -1
  177. package/dist/commonjs/operations/outboundEndpoints.js +128 -135
  178. package/dist/commonjs/operations/outboundEndpoints.js.map +1 -1
  179. package/dist/commonjs/operations/virtualNetworkLinks.d.ts +20 -20
  180. package/dist/commonjs/operations/virtualNetworkLinks.d.ts.map +1 -1
  181. package/dist/commonjs/operations/virtualNetworkLinks.js +133 -140
  182. package/dist/commonjs/operations/virtualNetworkLinks.js.map +1 -1
  183. package/dist/commonjs/operationsInterfaces/dnsForwardingRulesets.d.ts +15 -15
  184. package/dist/commonjs/operationsInterfaces/dnsForwardingRulesets.d.ts.map +1 -1
  185. package/dist/commonjs/operationsInterfaces/dnsForwardingRulesets.js +2 -7
  186. package/dist/commonjs/operationsInterfaces/dnsForwardingRulesets.js.map +1 -1
  187. package/dist/commonjs/operationsInterfaces/dnsResolverDomainLists.d.ts +12 -12
  188. package/dist/commonjs/operationsInterfaces/dnsResolverDomainLists.d.ts.map +1 -1
  189. package/dist/commonjs/operationsInterfaces/dnsResolverDomainLists.js +2 -7
  190. package/dist/commonjs/operationsInterfaces/dnsResolverDomainLists.js.map +1 -1
  191. package/dist/commonjs/operationsInterfaces/dnsResolverPolicies.d.ts +15 -15
  192. package/dist/commonjs/operationsInterfaces/dnsResolverPolicies.d.ts.map +1 -1
  193. package/dist/commonjs/operationsInterfaces/dnsResolverPolicies.js +2 -7
  194. package/dist/commonjs/operationsInterfaces/dnsResolverPolicies.js.map +1 -1
  195. package/dist/commonjs/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts +12 -12
  196. package/dist/commonjs/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +1 -1
  197. package/dist/commonjs/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js +2 -7
  198. package/dist/commonjs/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js.map +1 -1
  199. package/dist/commonjs/operationsInterfaces/dnsResolvers.d.ts +15 -15
  200. package/dist/commonjs/operationsInterfaces/dnsResolvers.d.ts.map +1 -1
  201. package/dist/commonjs/operationsInterfaces/dnsResolvers.js +2 -7
  202. package/dist/commonjs/operationsInterfaces/dnsResolvers.js.map +1 -1
  203. package/dist/commonjs/operationsInterfaces/dnsSecurityRules.d.ts +11 -11
  204. package/dist/commonjs/operationsInterfaces/dnsSecurityRules.d.ts.map +1 -1
  205. package/dist/commonjs/operationsInterfaces/dnsSecurityRules.js +2 -7
  206. package/dist/commonjs/operationsInterfaces/dnsSecurityRules.js.map +1 -1
  207. package/dist/commonjs/operationsInterfaces/forwardingRules.d.ts +10 -10
  208. package/dist/commonjs/operationsInterfaces/forwardingRules.d.ts.map +1 -1
  209. package/dist/commonjs/operationsInterfaces/forwardingRules.js +2 -7
  210. package/dist/commonjs/operationsInterfaces/forwardingRules.js.map +1 -1
  211. package/dist/commonjs/operationsInterfaces/inboundEndpoints.d.ts +11 -11
  212. package/dist/commonjs/operationsInterfaces/inboundEndpoints.d.ts.map +1 -1
  213. package/dist/commonjs/operationsInterfaces/inboundEndpoints.js +2 -7
  214. package/dist/commonjs/operationsInterfaces/inboundEndpoints.js.map +1 -1
  215. package/dist/commonjs/operationsInterfaces/index.d.ts +5 -5
  216. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
  217. package/dist/commonjs/operationsInterfaces/index.js +9 -12
  218. package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
  219. package/dist/commonjs/operationsInterfaces/outboundEndpoints.d.ts +11 -11
  220. package/dist/commonjs/operationsInterfaces/outboundEndpoints.d.ts.map +1 -1
  221. package/dist/commonjs/operationsInterfaces/outboundEndpoints.js +2 -7
  222. package/dist/commonjs/operationsInterfaces/outboundEndpoints.js.map +1 -1
  223. package/dist/commonjs/operationsInterfaces/virtualNetworkLinks.d.ts +11 -11
  224. package/dist/commonjs/operationsInterfaces/virtualNetworkLinks.d.ts.map +1 -1
  225. package/dist/commonjs/operationsInterfaces/virtualNetworkLinks.js +2 -7
  226. package/dist/commonjs/operationsInterfaces/virtualNetworkLinks.js.map +1 -1
  227. package/dist/commonjs/pagingHelper.d.ts.map +1 -1
  228. package/dist/commonjs/pagingHelper.js +4 -11
  229. package/dist/commonjs/pagingHelper.js.map +1 -1
  230. package/dist/commonjs/tsdoc-metadata.json +11 -11
  231. package/dist/esm/dnsResolverManagementClient.d.ts +9 -9
  232. package/dist/esm/dnsResolverManagementClient.d.ts.map +1 -1
  233. package/dist/esm/dnsResolverManagementClient.js +36 -24
  234. package/dist/esm/dnsResolverManagementClient.js.map +1 -1
  235. package/dist/esm/index.d.ts.map +1 -1
  236. package/dist/esm/index.js +4 -7
  237. package/dist/esm/index.js.map +1 -1
  238. package/dist/esm/lroImpl.d.ts +1 -1
  239. package/dist/esm/lroImpl.d.ts.map +1 -1
  240. package/dist/esm/lroImpl.js +9 -10
  241. package/dist/esm/lroImpl.js.map +1 -1
  242. package/dist/esm/models/index.d.ts +658 -517
  243. package/dist/esm/models/index.d.ts.map +1 -1
  244. package/dist/esm/models/index.js +32 -31
  245. package/dist/esm/models/index.js.map +1 -1
  246. package/dist/esm/models/mappers.d.ts +48 -29
  247. package/dist/esm/models/mappers.d.ts.map +1 -1
  248. package/dist/esm/models/mappers.js +927 -405
  249. package/dist/esm/models/mappers.js.map +1 -1
  250. package/dist/esm/models/parameters.d.ts +13 -14
  251. package/dist/esm/models/parameters.d.ts.map +1 -1
  252. package/dist/esm/models/parameters.js +90 -109
  253. package/dist/esm/models/parameters.js.map +1 -1
  254. package/dist/esm/operations/dnsForwardingRulesets.d.ts +38 -38
  255. package/dist/esm/operations/dnsForwardingRulesets.d.ts.map +1 -1
  256. package/dist/esm/operations/dnsForwardingRulesets.js +210 -260
  257. package/dist/esm/operations/dnsForwardingRulesets.js.map +1 -1
  258. package/dist/esm/operations/dnsResolverDomainLists.d.ts +32 -32
  259. package/dist/esm/operations/dnsResolverDomainLists.d.ts.map +1 -1
  260. package/dist/esm/operations/dnsResolverDomainLists.js +200 -227
  261. package/dist/esm/operations/dnsResolverDomainLists.js.map +1 -1
  262. package/dist/esm/operations/dnsResolverPolicies.d.ts +38 -38
  263. package/dist/esm/operations/dnsResolverPolicies.d.ts.map +1 -1
  264. package/dist/esm/operations/dnsResolverPolicies.js +212 -262
  265. package/dist/esm/operations/dnsResolverPolicies.js.map +1 -1
  266. package/dist/esm/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts +21 -21
  267. package/dist/esm/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +1 -1
  268. package/dist/esm/operations/dnsResolverPolicyVirtualNetworkLinks.js +134 -142
  269. package/dist/esm/operations/dnsResolverPolicyVirtualNetworkLinks.js.map +1 -1
  270. package/dist/esm/operations/dnsResolvers.d.ts +38 -38
  271. package/dist/esm/operations/dnsResolvers.d.ts.map +1 -1
  272. package/dist/esm/operations/dnsResolvers.js +210 -260
  273. package/dist/esm/operations/dnsResolvers.js.map +1 -1
  274. package/dist/esm/operations/dnsSecurityRules.d.ts +20 -20
  275. package/dist/esm/operations/dnsSecurityRules.d.ts.map +1 -1
  276. package/dist/esm/operations/dnsSecurityRules.js +133 -141
  277. package/dist/esm/operations/dnsSecurityRules.js.map +1 -1
  278. package/dist/esm/operations/forwardingRules.d.ts +17 -17
  279. package/dist/esm/operations/forwardingRules.d.ts.map +1 -1
  280. package/dist/esm/operations/forwardingRules.js +88 -114
  281. package/dist/esm/operations/forwardingRules.js.map +1 -1
  282. package/dist/esm/operations/inboundEndpoints.d.ts +20 -20
  283. package/dist/esm/operations/inboundEndpoints.d.ts.map +1 -1
  284. package/dist/esm/operations/inboundEndpoints.js +129 -137
  285. package/dist/esm/operations/inboundEndpoints.js.map +1 -1
  286. package/dist/esm/operations/index.d.ts +5 -5
  287. package/dist/esm/operations/index.d.ts.map +1 -1
  288. package/dist/esm/operations/index.js +9 -12
  289. package/dist/esm/operations/index.js.map +1 -1
  290. package/dist/esm/operations/outboundEndpoints.d.ts +20 -20
  291. package/dist/esm/operations/outboundEndpoints.d.ts.map +1 -1
  292. package/dist/esm/operations/outboundEndpoints.js +129 -137
  293. package/dist/esm/operations/outboundEndpoints.js.map +1 -1
  294. package/dist/esm/operations/virtualNetworkLinks.d.ts +20 -20
  295. package/dist/esm/operations/virtualNetworkLinks.d.ts.map +1 -1
  296. package/dist/esm/operations/virtualNetworkLinks.js +134 -142
  297. package/dist/esm/operations/virtualNetworkLinks.js.map +1 -1
  298. package/dist/esm/operationsInterfaces/dnsForwardingRulesets.d.ts +15 -15
  299. package/dist/esm/operationsInterfaces/dnsForwardingRulesets.d.ts.map +1 -1
  300. package/dist/esm/operationsInterfaces/dnsForwardingRulesets.js +2 -7
  301. package/dist/esm/operationsInterfaces/dnsForwardingRulesets.js.map +1 -1
  302. package/dist/esm/operationsInterfaces/dnsResolverDomainLists.d.ts +12 -12
  303. package/dist/esm/operationsInterfaces/dnsResolverDomainLists.d.ts.map +1 -1
  304. package/dist/esm/operationsInterfaces/dnsResolverDomainLists.js +2 -7
  305. package/dist/esm/operationsInterfaces/dnsResolverDomainLists.js.map +1 -1
  306. package/dist/esm/operationsInterfaces/dnsResolverPolicies.d.ts +15 -15
  307. package/dist/esm/operationsInterfaces/dnsResolverPolicies.d.ts.map +1 -1
  308. package/dist/esm/operationsInterfaces/dnsResolverPolicies.js +2 -7
  309. package/dist/esm/operationsInterfaces/dnsResolverPolicies.js.map +1 -1
  310. package/dist/esm/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts +12 -12
  311. package/dist/esm/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +1 -1
  312. package/dist/esm/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js +2 -7
  313. package/dist/esm/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js.map +1 -1
  314. package/dist/esm/operationsInterfaces/dnsResolvers.d.ts +15 -15
  315. package/dist/esm/operationsInterfaces/dnsResolvers.d.ts.map +1 -1
  316. package/dist/esm/operationsInterfaces/dnsResolvers.js +2 -7
  317. package/dist/esm/operationsInterfaces/dnsResolvers.js.map +1 -1
  318. package/dist/esm/operationsInterfaces/dnsSecurityRules.d.ts +11 -11
  319. package/dist/esm/operationsInterfaces/dnsSecurityRules.d.ts.map +1 -1
  320. package/dist/esm/operationsInterfaces/dnsSecurityRules.js +2 -7
  321. package/dist/esm/operationsInterfaces/dnsSecurityRules.js.map +1 -1
  322. package/dist/esm/operationsInterfaces/forwardingRules.d.ts +10 -10
  323. package/dist/esm/operationsInterfaces/forwardingRules.d.ts.map +1 -1
  324. package/dist/esm/operationsInterfaces/forwardingRules.js +2 -7
  325. package/dist/esm/operationsInterfaces/forwardingRules.js.map +1 -1
  326. package/dist/esm/operationsInterfaces/inboundEndpoints.d.ts +11 -11
  327. package/dist/esm/operationsInterfaces/inboundEndpoints.d.ts.map +1 -1
  328. package/dist/esm/operationsInterfaces/inboundEndpoints.js +2 -7
  329. package/dist/esm/operationsInterfaces/inboundEndpoints.js.map +1 -1
  330. package/dist/esm/operationsInterfaces/index.d.ts +5 -5
  331. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
  332. package/dist/esm/operationsInterfaces/index.js +9 -12
  333. package/dist/esm/operationsInterfaces/index.js.map +1 -1
  334. package/dist/esm/operationsInterfaces/outboundEndpoints.d.ts +11 -11
  335. package/dist/esm/operationsInterfaces/outboundEndpoints.d.ts.map +1 -1
  336. package/dist/esm/operationsInterfaces/outboundEndpoints.js +2 -7
  337. package/dist/esm/operationsInterfaces/outboundEndpoints.js.map +1 -1
  338. package/dist/esm/operationsInterfaces/virtualNetworkLinks.d.ts +11 -11
  339. package/dist/esm/operationsInterfaces/virtualNetworkLinks.d.ts.map +1 -1
  340. package/dist/esm/operationsInterfaces/virtualNetworkLinks.js +2 -7
  341. package/dist/esm/operationsInterfaces/virtualNetworkLinks.js.map +1 -1
  342. package/dist/esm/pagingHelper.d.ts.map +1 -1
  343. package/dist/esm/pagingHelper.js +4 -11
  344. package/dist/esm/pagingHelper.js.map +1 -1
  345. package/dist/react-native/dnsResolverManagementClient.d.ts +9 -9
  346. package/dist/react-native/dnsResolverManagementClient.d.ts.map +1 -1
  347. package/dist/react-native/dnsResolverManagementClient.js +36 -24
  348. package/dist/react-native/dnsResolverManagementClient.js.map +1 -1
  349. package/dist/react-native/index.d.ts.map +1 -1
  350. package/dist/react-native/index.js +4 -7
  351. package/dist/react-native/index.js.map +1 -1
  352. package/dist/react-native/lroImpl.d.ts +1 -1
  353. package/dist/react-native/lroImpl.d.ts.map +1 -1
  354. package/dist/react-native/lroImpl.js +9 -10
  355. package/dist/react-native/lroImpl.js.map +1 -1
  356. package/dist/react-native/models/index.d.ts +658 -517
  357. package/dist/react-native/models/index.d.ts.map +1 -1
  358. package/dist/react-native/models/index.js +32 -31
  359. package/dist/react-native/models/index.js.map +1 -1
  360. package/dist/react-native/models/mappers.d.ts +48 -29
  361. package/dist/react-native/models/mappers.d.ts.map +1 -1
  362. package/dist/react-native/models/mappers.js +927 -405
  363. package/dist/react-native/models/mappers.js.map +1 -1
  364. package/dist/react-native/models/parameters.d.ts +13 -14
  365. package/dist/react-native/models/parameters.d.ts.map +1 -1
  366. package/dist/react-native/models/parameters.js +90 -109
  367. package/dist/react-native/models/parameters.js.map +1 -1
  368. package/dist/react-native/operations/dnsForwardingRulesets.d.ts +38 -38
  369. package/dist/react-native/operations/dnsForwardingRulesets.d.ts.map +1 -1
  370. package/dist/react-native/operations/dnsForwardingRulesets.js +210 -260
  371. package/dist/react-native/operations/dnsForwardingRulesets.js.map +1 -1
  372. package/dist/react-native/operations/dnsResolverDomainLists.d.ts +32 -32
  373. package/dist/react-native/operations/dnsResolverDomainLists.d.ts.map +1 -1
  374. package/dist/react-native/operations/dnsResolverDomainLists.js +200 -227
  375. package/dist/react-native/operations/dnsResolverDomainLists.js.map +1 -1
  376. package/dist/react-native/operations/dnsResolverPolicies.d.ts +38 -38
  377. package/dist/react-native/operations/dnsResolverPolicies.d.ts.map +1 -1
  378. package/dist/react-native/operations/dnsResolverPolicies.js +212 -262
  379. package/dist/react-native/operations/dnsResolverPolicies.js.map +1 -1
  380. package/dist/react-native/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts +21 -21
  381. package/dist/react-native/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +1 -1
  382. package/dist/react-native/operations/dnsResolverPolicyVirtualNetworkLinks.js +134 -142
  383. package/dist/react-native/operations/dnsResolverPolicyVirtualNetworkLinks.js.map +1 -1
  384. package/dist/react-native/operations/dnsResolvers.d.ts +38 -38
  385. package/dist/react-native/operations/dnsResolvers.d.ts.map +1 -1
  386. package/dist/react-native/operations/dnsResolvers.js +210 -260
  387. package/dist/react-native/operations/dnsResolvers.js.map +1 -1
  388. package/dist/react-native/operations/dnsSecurityRules.d.ts +20 -20
  389. package/dist/react-native/operations/dnsSecurityRules.d.ts.map +1 -1
  390. package/dist/react-native/operations/dnsSecurityRules.js +133 -141
  391. package/dist/react-native/operations/dnsSecurityRules.js.map +1 -1
  392. package/dist/react-native/operations/forwardingRules.d.ts +17 -17
  393. package/dist/react-native/operations/forwardingRules.d.ts.map +1 -1
  394. package/dist/react-native/operations/forwardingRules.js +88 -114
  395. package/dist/react-native/operations/forwardingRules.js.map +1 -1
  396. package/dist/react-native/operations/inboundEndpoints.d.ts +20 -20
  397. package/dist/react-native/operations/inboundEndpoints.d.ts.map +1 -1
  398. package/dist/react-native/operations/inboundEndpoints.js +129 -137
  399. package/dist/react-native/operations/inboundEndpoints.js.map +1 -1
  400. package/dist/react-native/operations/index.d.ts +5 -5
  401. package/dist/react-native/operations/index.d.ts.map +1 -1
  402. package/dist/react-native/operations/index.js +9 -12
  403. package/dist/react-native/operations/index.js.map +1 -1
  404. package/dist/react-native/operations/outboundEndpoints.d.ts +20 -20
  405. package/dist/react-native/operations/outboundEndpoints.d.ts.map +1 -1
  406. package/dist/react-native/operations/outboundEndpoints.js +129 -137
  407. package/dist/react-native/operations/outboundEndpoints.js.map +1 -1
  408. package/dist/react-native/operations/virtualNetworkLinks.d.ts +20 -20
  409. package/dist/react-native/operations/virtualNetworkLinks.d.ts.map +1 -1
  410. package/dist/react-native/operations/virtualNetworkLinks.js +134 -142
  411. package/dist/react-native/operations/virtualNetworkLinks.js.map +1 -1
  412. package/dist/react-native/operationsInterfaces/dnsForwardingRulesets.d.ts +15 -15
  413. package/dist/react-native/operationsInterfaces/dnsForwardingRulesets.d.ts.map +1 -1
  414. package/dist/react-native/operationsInterfaces/dnsForwardingRulesets.js +2 -7
  415. package/dist/react-native/operationsInterfaces/dnsForwardingRulesets.js.map +1 -1
  416. package/dist/react-native/operationsInterfaces/dnsResolverDomainLists.d.ts +12 -12
  417. package/dist/react-native/operationsInterfaces/dnsResolverDomainLists.d.ts.map +1 -1
  418. package/dist/react-native/operationsInterfaces/dnsResolverDomainLists.js +2 -7
  419. package/dist/react-native/operationsInterfaces/dnsResolverDomainLists.js.map +1 -1
  420. package/dist/react-native/operationsInterfaces/dnsResolverPolicies.d.ts +15 -15
  421. package/dist/react-native/operationsInterfaces/dnsResolverPolicies.d.ts.map +1 -1
  422. package/dist/react-native/operationsInterfaces/dnsResolverPolicies.js +2 -7
  423. package/dist/react-native/operationsInterfaces/dnsResolverPolicies.js.map +1 -1
  424. package/dist/react-native/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts +12 -12
  425. package/dist/react-native/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +1 -1
  426. package/dist/react-native/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js +2 -7
  427. package/dist/react-native/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js.map +1 -1
  428. package/dist/react-native/operationsInterfaces/dnsResolvers.d.ts +15 -15
  429. package/dist/react-native/operationsInterfaces/dnsResolvers.d.ts.map +1 -1
  430. package/dist/react-native/operationsInterfaces/dnsResolvers.js +2 -7
  431. package/dist/react-native/operationsInterfaces/dnsResolvers.js.map +1 -1
  432. package/dist/react-native/operationsInterfaces/dnsSecurityRules.d.ts +11 -11
  433. package/dist/react-native/operationsInterfaces/dnsSecurityRules.d.ts.map +1 -1
  434. package/dist/react-native/operationsInterfaces/dnsSecurityRules.js +2 -7
  435. package/dist/react-native/operationsInterfaces/dnsSecurityRules.js.map +1 -1
  436. package/dist/react-native/operationsInterfaces/forwardingRules.d.ts +10 -10
  437. package/dist/react-native/operationsInterfaces/forwardingRules.d.ts.map +1 -1
  438. package/dist/react-native/operationsInterfaces/forwardingRules.js +2 -7
  439. package/dist/react-native/operationsInterfaces/forwardingRules.js.map +1 -1
  440. package/dist/react-native/operationsInterfaces/inboundEndpoints.d.ts +11 -11
  441. package/dist/react-native/operationsInterfaces/inboundEndpoints.d.ts.map +1 -1
  442. package/dist/react-native/operationsInterfaces/inboundEndpoints.js +2 -7
  443. package/dist/react-native/operationsInterfaces/inboundEndpoints.js.map +1 -1
  444. package/dist/react-native/operationsInterfaces/index.d.ts +5 -5
  445. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
  446. package/dist/react-native/operationsInterfaces/index.js +9 -12
  447. package/dist/react-native/operationsInterfaces/index.js.map +1 -1
  448. package/dist/react-native/operationsInterfaces/outboundEndpoints.d.ts +11 -11
  449. package/dist/react-native/operationsInterfaces/outboundEndpoints.d.ts.map +1 -1
  450. package/dist/react-native/operationsInterfaces/outboundEndpoints.js +2 -7
  451. package/dist/react-native/operationsInterfaces/outboundEndpoints.js.map +1 -1
  452. package/dist/react-native/operationsInterfaces/virtualNetworkLinks.d.ts +11 -11
  453. package/dist/react-native/operationsInterfaces/virtualNetworkLinks.d.ts.map +1 -1
  454. package/dist/react-native/operationsInterfaces/virtualNetworkLinks.js +2 -7
  455. package/dist/react-native/operationsInterfaces/virtualNetworkLinks.js.map +1 -1
  456. package/dist/react-native/pagingHelper.d.ts.map +1 -1
  457. package/dist/react-native/pagingHelper.js +4 -11
  458. package/dist/react-native/pagingHelper.js.map +1 -1
  459. package/package.json +39 -37
  460. package/CHANGELOG.md +0 -240
  461. package/review/arm-dnsresolver.api.md +0 -1272
@@ -1,6 +1,6 @@
1
- import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { SimplePollerLike, OperationState } from "@azure/core-lro";
3
- import { DnsSecurityRule, DnsSecurityRulesListOptionalParams, DnsSecurityRulesCreateOrUpdateOptionalParams, DnsSecurityRulesCreateOrUpdateResponse, DnsSecurityRulePatch, DnsSecurityRulesUpdateOptionalParams, DnsSecurityRulesUpdateResponse, DnsSecurityRulesDeleteOptionalParams, DnsSecurityRulesDeleteResponse, DnsSecurityRulesGetOptionalParams, DnsSecurityRulesGetResponse } from "../models/index.js";
1
+ import type { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import type { SimplePollerLike, OperationState } from "@azure/core-lro";
3
+ import type { DnsSecurityRule, DnsSecurityRulesListOptionalParams, DnsSecurityRulesGetOptionalParams, DnsSecurityRulesGetResponse, DnsSecurityRulesCreateOrUpdateOptionalParams, DnsSecurityRulesCreateOrUpdateResponse, DnsSecurityRulePatch, DnsSecurityRulesUpdateOptionalParams, DnsSecurityRulesUpdateResponse, DnsSecurityRulesDeleteOptionalParams, DnsSecurityRulesDeleteResponse } from "../models/index.js";
4
4
  /** Interface representing a DnsSecurityRules. */
5
5
  export interface DnsSecurityRules {
6
6
  /**
@@ -10,6 +10,14 @@ export interface DnsSecurityRules {
10
10
  * @param options The options parameters.
11
11
  */
12
12
  list(resourceGroupName: string, dnsResolverPolicyName: string, options?: DnsSecurityRulesListOptionalParams): PagedAsyncIterableIterator<DnsSecurityRule>;
13
+ /**
14
+ * Gets properties of a DNS security rule for a DNS resolver policy.
15
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
16
+ * @param dnsResolverPolicyName The name of the DNS resolver policy.
17
+ * @param dnsSecurityRuleName The name of the DNS security rule.
18
+ * @param options The options parameters.
19
+ */
20
+ get(resourceGroupName: string, dnsResolverPolicyName: string, dnsSecurityRuleName: string, options?: DnsSecurityRulesGetOptionalParams): Promise<DnsSecurityRulesGetResponse>;
13
21
  /**
14
22
  * Creates or updates a DNS security rule for a DNS resolver policy.
15
23
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
@@ -62,13 +70,5 @@ export interface DnsSecurityRules {
62
70
  * @param options The options parameters.
63
71
  */
64
72
  beginDeleteAndWait(resourceGroupName: string, dnsResolverPolicyName: string, dnsSecurityRuleName: string, options?: DnsSecurityRulesDeleteOptionalParams): Promise<DnsSecurityRulesDeleteResponse>;
65
- /**
66
- * Gets properties of a DNS security rule for a DNS resolver policy.
67
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
68
- * @param dnsResolverPolicyName The name of the DNS resolver policy.
69
- * @param dnsSecurityRuleName The name of the DNS security rule.
70
- * @param options The options parameters.
71
- */
72
- get(resourceGroupName: string, dnsResolverPolicyName: string, dnsSecurityRuleName: string, options?: DnsSecurityRulesGetOptionalParams): Promise<DnsSecurityRulesGetResponse>;
73
73
  }
74
74
  //# sourceMappingURL=dnsSecurityRules.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"dnsSecurityRules.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/dnsSecurityRules.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,eAAe,EACf,kCAAkC,EAClC,4CAA4C,EAC5C,sCAAsC,EACtC,oBAAoB,EACpB,oCAAoC,EACpC,8BAA8B,EAC9B,oCAAoC,EACpC,8BAA8B,EAC9B,iCAAiC,EACjC,2BAA2B,EAC5B,MAAM,oBAAoB,CAAC;AAG5B,iDAAiD;AACjD,MAAM,WAAW,gBAAgB;IAC/B;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,qBAAqB,EAAE,MAAM,EAC7B,OAAO,CAAC,EAAE,kCAAkC,GAC3C,0BAA0B,CAAC,eAAe,CAAC,CAAC;IAC/C;;;;;;;OAOG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,qBAAqB,EAAE,MAAM,EAC7B,mBAAmB,EAAE,MAAM,EAC3B,UAAU,EAAE,eAAe,EAC3B,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,sCAAsC,CAAC,EACtD,sCAAsC,CACvC,CACF,CAAC;IACF;;;;;;;OAOG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,qBAAqB,EAAE,MAAM,EAC7B,mBAAmB,EAAE,MAAM,EAC3B,UAAU,EAAE,eAAe,EAC3B,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,sCAAsC,CAAC,CAAC;IACnD;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,qBAAqB,EAAE,MAAM,EAC7B,mBAAmB,EAAE,MAAM,EAC3B,UAAU,EAAE,oBAAoB,EAChC,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,8BAA8B,CAAC,EAC9C,8BAA8B,CAC/B,CACF,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,qBAAqB,EAAE,MAAM,EAC7B,mBAAmB,EAAE,MAAM,EAC3B,UAAU,EAAE,oBAAoB,EAChC,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC,CAAC;IAC3C;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,qBAAqB,EAAE,MAAM,EAC7B,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,8BAA8B,CAAC,EAC9C,8BAA8B,CAC/B,CACF,CAAC;IACF;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,qBAAqB,EAAE,MAAM,EAC7B,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC,CAAC;IAC3C;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,qBAAqB,EAAE,MAAM,EAC7B,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC,CAAC;CACzC"}
1
+ {"version":3,"file":"dnsSecurityRules.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/dnsSecurityRules.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AACrE,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACxE,OAAO,KAAK,EACV,eAAe,EACf,kCAAkC,EAClC,iCAAiC,EACjC,2BAA2B,EAC3B,4CAA4C,EAC5C,sCAAsC,EACtC,oBAAoB,EACpB,oCAAoC,EACpC,8BAA8B,EAC9B,oCAAoC,EACpC,8BAA8B,EAC/B,MAAM,oBAAoB,CAAC;AAG5B,iDAAiD;AACjD,MAAM,WAAW,gBAAgB;IAC/B;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,qBAAqB,EAAE,MAAM,EAC7B,OAAO,CAAC,EAAE,kCAAkC,GAC3C,0BAA0B,CAAC,eAAe,CAAC,CAAC;IAC/C;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,qBAAqB,EAAE,MAAM,EAC7B,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC,CAAC;IACxC;;;;;;;OAOG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,qBAAqB,EAAE,MAAM,EAC7B,mBAAmB,EAAE,MAAM,EAC3B,UAAU,EAAE,eAAe,EAC3B,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,sCAAsC,CAAC,EACtD,sCAAsC,CACvC,CACF,CAAC;IACF;;;;;;;OAOG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,qBAAqB,EAAE,MAAM,EAC7B,mBAAmB,EAAE,MAAM,EAC3B,UAAU,EAAE,eAAe,EAC3B,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,sCAAsC,CAAC,CAAC;IACnD;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,qBAAqB,EAAE,MAAM,EAC7B,mBAAmB,EAAE,MAAM,EAC3B,UAAU,EAAE,oBAAoB,EAChC,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CACR,gBAAgB,CAAC,cAAc,CAAC,8BAA8B,CAAC,EAAE,8BAA8B,CAAC,CACjG,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,qBAAqB,EAAE,MAAM,EAC7B,mBAAmB,EAAE,MAAM,EAC3B,UAAU,EAAE,oBAAoB,EAChC,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC,CAAC;IAC3C;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,qBAAqB,EAAE,MAAM,EAC7B,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CACR,gBAAgB,CAAC,cAAc,CAAC,8BAA8B,CAAC,EAAE,8BAA8B,CAAC,CACjG,CAAC;IACF;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,qBAAqB,EAAE,MAAM,EAC7B,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC,CAAC;CAC5C"}
@@ -1,9 +1,4 @@
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
- */
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
8
3
  export {};
9
4
  //# sourceMappingURL=dnsSecurityRules.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"dnsSecurityRules.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/dnsSecurityRules.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n DnsSecurityRule,\n DnsSecurityRulesListOptionalParams,\n DnsSecurityRulesCreateOrUpdateOptionalParams,\n DnsSecurityRulesCreateOrUpdateResponse,\n DnsSecurityRulePatch,\n DnsSecurityRulesUpdateOptionalParams,\n DnsSecurityRulesUpdateResponse,\n DnsSecurityRulesDeleteOptionalParams,\n DnsSecurityRulesDeleteResponse,\n DnsSecurityRulesGetOptionalParams,\n DnsSecurityRulesGetResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a DnsSecurityRules. */\nexport interface DnsSecurityRules {\n /**\n * Lists DNS security rules for a DNS resolver policy.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsResolverPolicyName The name of the DNS resolver policy.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n dnsResolverPolicyName: string,\n options?: DnsSecurityRulesListOptionalParams,\n ): PagedAsyncIterableIterator<DnsSecurityRule>;\n /**\n * Creates or updates a DNS security rule for a DNS resolver policy.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsResolverPolicyName The name of the DNS resolver policy.\n * @param dnsSecurityRuleName The name of the DNS security rule.\n * @param parameters Parameters supplied to the CreateOrUpdate operation.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n dnsResolverPolicyName: string,\n dnsSecurityRuleName: string,\n parameters: DnsSecurityRule,\n options?: DnsSecurityRulesCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DnsSecurityRulesCreateOrUpdateResponse>,\n DnsSecurityRulesCreateOrUpdateResponse\n >\n >;\n /**\n * Creates or updates a DNS security rule for a DNS resolver policy.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsResolverPolicyName The name of the DNS resolver policy.\n * @param dnsSecurityRuleName The name of the DNS security rule.\n * @param parameters Parameters supplied to the CreateOrUpdate operation.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n dnsResolverPolicyName: string,\n dnsSecurityRuleName: string,\n parameters: DnsSecurityRule,\n options?: DnsSecurityRulesCreateOrUpdateOptionalParams,\n ): Promise<DnsSecurityRulesCreateOrUpdateResponse>;\n /**\n * Updates a DNS security rule.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsResolverPolicyName The name of the DNS resolver policy.\n * @param dnsSecurityRuleName The name of the DNS security rule.\n * @param parameters Parameters supplied to the Update operation.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n dnsResolverPolicyName: string,\n dnsSecurityRuleName: string,\n parameters: DnsSecurityRulePatch,\n options?: DnsSecurityRulesUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DnsSecurityRulesUpdateResponse>,\n DnsSecurityRulesUpdateResponse\n >\n >;\n /**\n * Updates a DNS security rule.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsResolverPolicyName The name of the DNS resolver policy.\n * @param dnsSecurityRuleName The name of the DNS security rule.\n * @param parameters Parameters supplied to the Update operation.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n dnsResolverPolicyName: string,\n dnsSecurityRuleName: string,\n parameters: DnsSecurityRulePatch,\n options?: DnsSecurityRulesUpdateOptionalParams,\n ): Promise<DnsSecurityRulesUpdateResponse>;\n /**\n * Deletes a DNS security rule for a DNS resolver policy. WARNING: This operation cannot be undone.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsResolverPolicyName The name of the DNS resolver policy.\n * @param dnsSecurityRuleName The name of the DNS security rule.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n dnsResolverPolicyName: string,\n dnsSecurityRuleName: string,\n options?: DnsSecurityRulesDeleteOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DnsSecurityRulesDeleteResponse>,\n DnsSecurityRulesDeleteResponse\n >\n >;\n /**\n * Deletes a DNS security rule for a DNS resolver policy. WARNING: This operation cannot be undone.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsResolverPolicyName The name of the DNS resolver policy.\n * @param dnsSecurityRuleName The name of the DNS security rule.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n dnsResolverPolicyName: string,\n dnsSecurityRuleName: string,\n options?: DnsSecurityRulesDeleteOptionalParams,\n ): Promise<DnsSecurityRulesDeleteResponse>;\n /**\n * Gets properties of a DNS security rule for a DNS resolver policy.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsResolverPolicyName The name of the DNS resolver policy.\n * @param dnsSecurityRuleName The name of the DNS security rule.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n dnsResolverPolicyName: string,\n dnsSecurityRuleName: string,\n options?: DnsSecurityRulesGetOptionalParams,\n ): Promise<DnsSecurityRulesGetResponse>;\n}\n"]}
1
+ {"version":3,"file":"dnsSecurityRules.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/dnsSecurityRules.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// 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\nimport type { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport type { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport type {\n DnsSecurityRule,\n DnsSecurityRulesListOptionalParams,\n DnsSecurityRulesGetOptionalParams,\n DnsSecurityRulesGetResponse,\n DnsSecurityRulesCreateOrUpdateOptionalParams,\n DnsSecurityRulesCreateOrUpdateResponse,\n DnsSecurityRulePatch,\n DnsSecurityRulesUpdateOptionalParams,\n DnsSecurityRulesUpdateResponse,\n DnsSecurityRulesDeleteOptionalParams,\n DnsSecurityRulesDeleteResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a DnsSecurityRules. */\nexport interface DnsSecurityRules {\n /**\n * Lists DNS security rules for a DNS resolver policy.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsResolverPolicyName The name of the DNS resolver policy.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n dnsResolverPolicyName: string,\n options?: DnsSecurityRulesListOptionalParams,\n ): PagedAsyncIterableIterator<DnsSecurityRule>;\n /**\n * Gets properties of a DNS security rule for a DNS resolver policy.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsResolverPolicyName The name of the DNS resolver policy.\n * @param dnsSecurityRuleName The name of the DNS security rule.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n dnsResolverPolicyName: string,\n dnsSecurityRuleName: string,\n options?: DnsSecurityRulesGetOptionalParams,\n ): Promise<DnsSecurityRulesGetResponse>;\n /**\n * Creates or updates a DNS security rule for a DNS resolver policy.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsResolverPolicyName The name of the DNS resolver policy.\n * @param dnsSecurityRuleName The name of the DNS security rule.\n * @param parameters Parameters supplied to the CreateOrUpdate operation.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n dnsResolverPolicyName: string,\n dnsSecurityRuleName: string,\n parameters: DnsSecurityRule,\n options?: DnsSecurityRulesCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DnsSecurityRulesCreateOrUpdateResponse>,\n DnsSecurityRulesCreateOrUpdateResponse\n >\n >;\n /**\n * Creates or updates a DNS security rule for a DNS resolver policy.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsResolverPolicyName The name of the DNS resolver policy.\n * @param dnsSecurityRuleName The name of the DNS security rule.\n * @param parameters Parameters supplied to the CreateOrUpdate operation.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n dnsResolverPolicyName: string,\n dnsSecurityRuleName: string,\n parameters: DnsSecurityRule,\n options?: DnsSecurityRulesCreateOrUpdateOptionalParams,\n ): Promise<DnsSecurityRulesCreateOrUpdateResponse>;\n /**\n * Updates a DNS security rule.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsResolverPolicyName The name of the DNS resolver policy.\n * @param dnsSecurityRuleName The name of the DNS security rule.\n * @param parameters Parameters supplied to the Update operation.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n dnsResolverPolicyName: string,\n dnsSecurityRuleName: string,\n parameters: DnsSecurityRulePatch,\n options?: DnsSecurityRulesUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<DnsSecurityRulesUpdateResponse>, DnsSecurityRulesUpdateResponse>\n >;\n /**\n * Updates a DNS security rule.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsResolverPolicyName The name of the DNS resolver policy.\n * @param dnsSecurityRuleName The name of the DNS security rule.\n * @param parameters Parameters supplied to the Update operation.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n dnsResolverPolicyName: string,\n dnsSecurityRuleName: string,\n parameters: DnsSecurityRulePatch,\n options?: DnsSecurityRulesUpdateOptionalParams,\n ): Promise<DnsSecurityRulesUpdateResponse>;\n /**\n * Deletes a DNS security rule for a DNS resolver policy. WARNING: This operation cannot be undone.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsResolverPolicyName The name of the DNS resolver policy.\n * @param dnsSecurityRuleName The name of the DNS security rule.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n dnsResolverPolicyName: string,\n dnsSecurityRuleName: string,\n options?: DnsSecurityRulesDeleteOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<DnsSecurityRulesDeleteResponse>, DnsSecurityRulesDeleteResponse>\n >;\n /**\n * Deletes a DNS security rule for a DNS resolver policy. WARNING: This operation cannot be undone.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsResolverPolicyName The name of the DNS resolver policy.\n * @param dnsSecurityRuleName The name of the DNS security rule.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n dnsResolverPolicyName: string,\n dnsSecurityRuleName: string,\n options?: DnsSecurityRulesDeleteOptionalParams,\n ): Promise<DnsSecurityRulesDeleteResponse>;\n}\n"]}
@@ -1,5 +1,5 @@
1
- import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { ForwardingRule, ForwardingRulesListOptionalParams, ForwardingRulesCreateOrUpdateOptionalParams, ForwardingRulesCreateOrUpdateResponse, ForwardingRulePatch, ForwardingRulesUpdateOptionalParams, ForwardingRulesUpdateResponse, ForwardingRulesDeleteOptionalParams, ForwardingRulesGetOptionalParams, ForwardingRulesGetResponse } from "../models/index.js";
1
+ import type { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import type { ForwardingRule, ForwardingRulesListOptionalParams, ForwardingRulesGetOptionalParams, ForwardingRulesGetResponse, ForwardingRulesCreateOrUpdateOptionalParams, ForwardingRulesCreateOrUpdateResponse, ForwardingRulePatch, ForwardingRulesUpdateOptionalParams, ForwardingRulesUpdateResponse, ForwardingRulesDeleteOptionalParams } from "../models/index.js";
3
3
  /** Interface representing a ForwardingRules. */
4
4
  export interface ForwardingRules {
5
5
  /**
@@ -9,6 +9,14 @@ export interface ForwardingRules {
9
9
  * @param options The options parameters.
10
10
  */
11
11
  list(resourceGroupName: string, dnsForwardingRulesetName: string, options?: ForwardingRulesListOptionalParams): PagedAsyncIterableIterator<ForwardingRule>;
12
+ /**
13
+ * Gets properties of a forwarding rule in a DNS forwarding ruleset.
14
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
15
+ * @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.
16
+ * @param forwardingRuleName The name of the forwarding rule.
17
+ * @param options The options parameters.
18
+ */
19
+ get(resourceGroupName: string, dnsForwardingRulesetName: string, forwardingRuleName: string, options?: ForwardingRulesGetOptionalParams): Promise<ForwardingRulesGetResponse>;
12
20
  /**
13
21
  * Creates or updates a forwarding rule in a DNS forwarding ruleset.
14
22
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
@@ -35,13 +43,5 @@ export interface ForwardingRules {
35
43
  * @param options The options parameters.
36
44
  */
37
45
  delete(resourceGroupName: string, dnsForwardingRulesetName: string, forwardingRuleName: string, options?: ForwardingRulesDeleteOptionalParams): Promise<void>;
38
- /**
39
- * Gets properties of a forwarding rule in a DNS forwarding ruleset.
40
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
41
- * @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.
42
- * @param forwardingRuleName The name of the forwarding rule.
43
- * @param options The options parameters.
44
- */
45
- get(resourceGroupName: string, dnsForwardingRulesetName: string, forwardingRuleName: string, options?: ForwardingRulesGetOptionalParams): Promise<ForwardingRulesGetResponse>;
46
46
  }
47
47
  //# sourceMappingURL=forwardingRules.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"forwardingRules.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/forwardingRules.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,cAAc,EACd,iCAAiC,EACjC,2CAA2C,EAC3C,qCAAqC,EACrC,mBAAmB,EACnB,mCAAmC,EACnC,6BAA6B,EAC7B,mCAAmC,EACnC,gCAAgC,EAChC,0BAA0B,EAC3B,MAAM,oBAAoB,CAAC;AAG5B,gDAAgD;AAChD,MAAM,WAAW,eAAe;IAC9B;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,EAChC,OAAO,CAAC,EAAE,iCAAiC,GAC1C,0BAA0B,CAAC,cAAc,CAAC,CAAC;IAC9C;;;;;;;OAOG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,EAChC,kBAAkB,EAAE,MAAM,EAC1B,UAAU,EAAE,cAAc,EAC1B,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC,CAAC;IAClD;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,EAChC,kBAAkB,EAAE,MAAM,EAC1B,UAAU,EAAE,mBAAmB,EAC/B,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,6BAA6B,CAAC,CAAC;IAC1C;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,EAChC,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,EAChC,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC,CAAC;CACxC"}
1
+ {"version":3,"file":"forwardingRules.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/forwardingRules.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AACrE,OAAO,KAAK,EACV,cAAc,EACd,iCAAiC,EACjC,gCAAgC,EAChC,0BAA0B,EAC1B,2CAA2C,EAC3C,qCAAqC,EACrC,mBAAmB,EACnB,mCAAmC,EACnC,6BAA6B,EAC7B,mCAAmC,EACpC,MAAM,oBAAoB,CAAC;AAG5B,gDAAgD;AAChD,MAAM,WAAW,eAAe;IAC9B;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,EAChC,OAAO,CAAC,EAAE,iCAAiC,GAC1C,0BAA0B,CAAC,cAAc,CAAC,CAAC;IAC9C;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,EAChC,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC,CAAC;IACvC;;;;;;;OAOG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,EAChC,kBAAkB,EAAE,MAAM,EAC1B,UAAU,EAAE,cAAc,EAC1B,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC,CAAC;IAClD;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,EAChC,kBAAkB,EAAE,MAAM,EAC1B,UAAU,EAAE,mBAAmB,EAC/B,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,6BAA6B,CAAC,CAAC;IAC1C;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,EAChC,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
@@ -1,9 +1,4 @@
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
- */
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
8
3
  export {};
9
4
  //# sourceMappingURL=forwardingRules.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"forwardingRules.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/forwardingRules.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n ForwardingRule,\n ForwardingRulesListOptionalParams,\n ForwardingRulesCreateOrUpdateOptionalParams,\n ForwardingRulesCreateOrUpdateResponse,\n ForwardingRulePatch,\n ForwardingRulesUpdateOptionalParams,\n ForwardingRulesUpdateResponse,\n ForwardingRulesDeleteOptionalParams,\n ForwardingRulesGetOptionalParams,\n ForwardingRulesGetResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a ForwardingRules. */\nexport interface ForwardingRules {\n /**\n * Lists forwarding rules in a DNS forwarding ruleset.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n dnsForwardingRulesetName: string,\n options?: ForwardingRulesListOptionalParams,\n ): PagedAsyncIterableIterator<ForwardingRule>;\n /**\n * Creates or updates a forwarding rule in a DNS forwarding ruleset.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.\n * @param forwardingRuleName The name of the forwarding rule.\n * @param parameters Parameters supplied to the CreateOrUpdate operation.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n dnsForwardingRulesetName: string,\n forwardingRuleName: string,\n parameters: ForwardingRule,\n options?: ForwardingRulesCreateOrUpdateOptionalParams,\n ): Promise<ForwardingRulesCreateOrUpdateResponse>;\n /**\n * Updates a forwarding rule in a DNS forwarding ruleset.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.\n * @param forwardingRuleName The name of the forwarding rule.\n * @param parameters Parameters supplied to the Update operation.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n dnsForwardingRulesetName: string,\n forwardingRuleName: string,\n parameters: ForwardingRulePatch,\n options?: ForwardingRulesUpdateOptionalParams,\n ): Promise<ForwardingRulesUpdateResponse>;\n /**\n * Deletes a forwarding rule in a DNS forwarding ruleset. WARNING: This operation cannot be undone.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.\n * @param forwardingRuleName The name of the forwarding rule.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n dnsForwardingRulesetName: string,\n forwardingRuleName: string,\n options?: ForwardingRulesDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Gets properties of a forwarding rule in a DNS forwarding ruleset.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.\n * @param forwardingRuleName The name of the forwarding rule.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n dnsForwardingRulesetName: string,\n forwardingRuleName: string,\n options?: ForwardingRulesGetOptionalParams,\n ): Promise<ForwardingRulesGetResponse>;\n}\n"]}
1
+ {"version":3,"file":"forwardingRules.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/forwardingRules.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// 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\nimport type { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport type {\n ForwardingRule,\n ForwardingRulesListOptionalParams,\n ForwardingRulesGetOptionalParams,\n ForwardingRulesGetResponse,\n ForwardingRulesCreateOrUpdateOptionalParams,\n ForwardingRulesCreateOrUpdateResponse,\n ForwardingRulePatch,\n ForwardingRulesUpdateOptionalParams,\n ForwardingRulesUpdateResponse,\n ForwardingRulesDeleteOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a ForwardingRules. */\nexport interface ForwardingRules {\n /**\n * Lists forwarding rules in a DNS forwarding ruleset.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n dnsForwardingRulesetName: string,\n options?: ForwardingRulesListOptionalParams,\n ): PagedAsyncIterableIterator<ForwardingRule>;\n /**\n * Gets properties of a forwarding rule in a DNS forwarding ruleset.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.\n * @param forwardingRuleName The name of the forwarding rule.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n dnsForwardingRulesetName: string,\n forwardingRuleName: string,\n options?: ForwardingRulesGetOptionalParams,\n ): Promise<ForwardingRulesGetResponse>;\n /**\n * Creates or updates a forwarding rule in a DNS forwarding ruleset.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.\n * @param forwardingRuleName The name of the forwarding rule.\n * @param parameters Parameters supplied to the CreateOrUpdate operation.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n dnsForwardingRulesetName: string,\n forwardingRuleName: string,\n parameters: ForwardingRule,\n options?: ForwardingRulesCreateOrUpdateOptionalParams,\n ): Promise<ForwardingRulesCreateOrUpdateResponse>;\n /**\n * Updates a forwarding rule in a DNS forwarding ruleset.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.\n * @param forwardingRuleName The name of the forwarding rule.\n * @param parameters Parameters supplied to the Update operation.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n dnsForwardingRulesetName: string,\n forwardingRuleName: string,\n parameters: ForwardingRulePatch,\n options?: ForwardingRulesUpdateOptionalParams,\n ): Promise<ForwardingRulesUpdateResponse>;\n /**\n * Deletes a forwarding rule in a DNS forwarding ruleset. WARNING: This operation cannot be undone.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.\n * @param forwardingRuleName The name of the forwarding rule.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n dnsForwardingRulesetName: string,\n forwardingRuleName: string,\n options?: ForwardingRulesDeleteOptionalParams,\n ): Promise<void>;\n}\n"]}
@@ -1,6 +1,6 @@
1
- import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { SimplePollerLike, OperationState } from "@azure/core-lro";
3
- import { InboundEndpoint, InboundEndpointsListOptionalParams, InboundEndpointsCreateOrUpdateOptionalParams, InboundEndpointsCreateOrUpdateResponse, InboundEndpointPatch, InboundEndpointsUpdateOptionalParams, InboundEndpointsUpdateResponse, InboundEndpointsDeleteOptionalParams, InboundEndpointsGetOptionalParams, InboundEndpointsGetResponse } from "../models/index.js";
1
+ import type { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import type { SimplePollerLike, OperationState } from "@azure/core-lro";
3
+ import type { InboundEndpoint, InboundEndpointsListOptionalParams, InboundEndpointsGetOptionalParams, InboundEndpointsGetResponse, InboundEndpointsCreateOrUpdateOptionalParams, InboundEndpointsCreateOrUpdateResponse, InboundEndpointPatch, InboundEndpointsUpdateOptionalParams, InboundEndpointsUpdateResponse, InboundEndpointsDeleteOptionalParams } from "../models/index.js";
4
4
  /** Interface representing a InboundEndpoints. */
5
5
  export interface InboundEndpoints {
6
6
  /**
@@ -10,6 +10,14 @@ export interface InboundEndpoints {
10
10
  * @param options The options parameters.
11
11
  */
12
12
  list(resourceGroupName: string, dnsResolverName: string, options?: InboundEndpointsListOptionalParams): PagedAsyncIterableIterator<InboundEndpoint>;
13
+ /**
14
+ * Gets properties of an inbound endpoint for a DNS resolver.
15
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
16
+ * @param dnsResolverName The name of the DNS resolver.
17
+ * @param inboundEndpointName The name of the inbound endpoint for the DNS resolver.
18
+ * @param options The options parameters.
19
+ */
20
+ get(resourceGroupName: string, dnsResolverName: string, inboundEndpointName: string, options?: InboundEndpointsGetOptionalParams): Promise<InboundEndpointsGetResponse>;
13
21
  /**
14
22
  * Creates or updates an inbound endpoint for a DNS resolver.
15
23
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
@@ -62,13 +70,5 @@ export interface InboundEndpoints {
62
70
  * @param options The options parameters.
63
71
  */
64
72
  beginDeleteAndWait(resourceGroupName: string, dnsResolverName: string, inboundEndpointName: string, options?: InboundEndpointsDeleteOptionalParams): Promise<void>;
65
- /**
66
- * Gets properties of an inbound endpoint for a DNS resolver.
67
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
68
- * @param dnsResolverName The name of the DNS resolver.
69
- * @param inboundEndpointName The name of the inbound endpoint for the DNS resolver.
70
- * @param options The options parameters.
71
- */
72
- get(resourceGroupName: string, dnsResolverName: string, inboundEndpointName: string, options?: InboundEndpointsGetOptionalParams): Promise<InboundEndpointsGetResponse>;
73
73
  }
74
74
  //# sourceMappingURL=inboundEndpoints.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"inboundEndpoints.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/inboundEndpoints.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,eAAe,EACf,kCAAkC,EAClC,4CAA4C,EAC5C,sCAAsC,EACtC,oBAAoB,EACpB,oCAAoC,EACpC,8BAA8B,EAC9B,oCAAoC,EACpC,iCAAiC,EACjC,2BAA2B,EAC5B,MAAM,oBAAoB,CAAC;AAG5B,iDAAiD;AACjD,MAAM,WAAW,gBAAgB;IAC/B;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,0BAA0B,CAAC,eAAe,CAAC,CAAC;IAC/C;;;;;;;OAOG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,mBAAmB,EAAE,MAAM,EAC3B,UAAU,EAAE,eAAe,EAC3B,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,sCAAsC,CAAC,EACtD,sCAAsC,CACvC,CACF,CAAC;IACF;;;;;;;OAOG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,mBAAmB,EAAE,MAAM,EAC3B,UAAU,EAAE,eAAe,EAC3B,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,sCAAsC,CAAC,CAAC;IACnD;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,mBAAmB,EAAE,MAAM,EAC3B,UAAU,EAAE,oBAAoB,EAChC,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,8BAA8B,CAAC,EAC9C,8BAA8B,CAC/B,CACF,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,mBAAmB,EAAE,MAAM,EAC3B,UAAU,EAAE,oBAAoB,EAChC,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC,CAAC;IAC3C;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC,CAAC;CACzC"}
1
+ {"version":3,"file":"inboundEndpoints.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/inboundEndpoints.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AACrE,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACxE,OAAO,KAAK,EACV,eAAe,EACf,kCAAkC,EAClC,iCAAiC,EACjC,2BAA2B,EAC3B,4CAA4C,EAC5C,sCAAsC,EACtC,oBAAoB,EACpB,oCAAoC,EACpC,8BAA8B,EAC9B,oCAAoC,EACrC,MAAM,oBAAoB,CAAC;AAG5B,iDAAiD;AACjD,MAAM,WAAW,gBAAgB;IAC/B;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,0BAA0B,CAAC,eAAe,CAAC,CAAC;IAC/C;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC,CAAC;IACxC;;;;;;;OAOG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,mBAAmB,EAAE,MAAM,EAC3B,UAAU,EAAE,eAAe,EAC3B,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,sCAAsC,CAAC,EACtD,sCAAsC,CACvC,CACF,CAAC;IACF;;;;;;;OAOG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,mBAAmB,EAAE,MAAM,EAC3B,UAAU,EAAE,eAAe,EAC3B,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,sCAAsC,CAAC,CAAC;IACnD;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,mBAAmB,EAAE,MAAM,EAC3B,UAAU,EAAE,oBAAoB,EAChC,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CACR,gBAAgB,CAAC,cAAc,CAAC,8BAA8B,CAAC,EAAE,8BAA8B,CAAC,CACjG,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,mBAAmB,EAAE,MAAM,EAC3B,UAAU,EAAE,oBAAoB,EAChC,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC,CAAC;IAC3C;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
@@ -1,9 +1,4 @@
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
- */
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
8
3
  export {};
9
4
  //# sourceMappingURL=inboundEndpoints.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"inboundEndpoints.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/inboundEndpoints.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n InboundEndpoint,\n InboundEndpointsListOptionalParams,\n InboundEndpointsCreateOrUpdateOptionalParams,\n InboundEndpointsCreateOrUpdateResponse,\n InboundEndpointPatch,\n InboundEndpointsUpdateOptionalParams,\n InboundEndpointsUpdateResponse,\n InboundEndpointsDeleteOptionalParams,\n InboundEndpointsGetOptionalParams,\n InboundEndpointsGetResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a InboundEndpoints. */\nexport interface InboundEndpoints {\n /**\n * Lists inbound endpoints for a DNS resolver.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsResolverName The name of the DNS resolver.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n dnsResolverName: string,\n options?: InboundEndpointsListOptionalParams,\n ): PagedAsyncIterableIterator<InboundEndpoint>;\n /**\n * Creates or updates an inbound endpoint for a DNS resolver.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsResolverName The name of the DNS resolver.\n * @param inboundEndpointName The name of the inbound endpoint for the DNS resolver.\n * @param parameters Parameters supplied to the CreateOrUpdate operation.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n dnsResolverName: string,\n inboundEndpointName: string,\n parameters: InboundEndpoint,\n options?: InboundEndpointsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<InboundEndpointsCreateOrUpdateResponse>,\n InboundEndpointsCreateOrUpdateResponse\n >\n >;\n /**\n * Creates or updates an inbound endpoint for a DNS resolver.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsResolverName The name of the DNS resolver.\n * @param inboundEndpointName The name of the inbound endpoint for the DNS resolver.\n * @param parameters Parameters supplied to the CreateOrUpdate operation.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n dnsResolverName: string,\n inboundEndpointName: string,\n parameters: InboundEndpoint,\n options?: InboundEndpointsCreateOrUpdateOptionalParams,\n ): Promise<InboundEndpointsCreateOrUpdateResponse>;\n /**\n * Updates an inbound endpoint for a DNS resolver.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsResolverName The name of the DNS resolver.\n * @param inboundEndpointName The name of the inbound endpoint for the DNS resolver.\n * @param parameters Parameters supplied to the Update operation.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n dnsResolverName: string,\n inboundEndpointName: string,\n parameters: InboundEndpointPatch,\n options?: InboundEndpointsUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<InboundEndpointsUpdateResponse>,\n InboundEndpointsUpdateResponse\n >\n >;\n /**\n * Updates an inbound endpoint for a DNS resolver.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsResolverName The name of the DNS resolver.\n * @param inboundEndpointName The name of the inbound endpoint for the DNS resolver.\n * @param parameters Parameters supplied to the Update operation.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n dnsResolverName: string,\n inboundEndpointName: string,\n parameters: InboundEndpointPatch,\n options?: InboundEndpointsUpdateOptionalParams,\n ): Promise<InboundEndpointsUpdateResponse>;\n /**\n * Deletes an inbound endpoint for a DNS resolver. WARNING: This operation cannot be undone.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsResolverName The name of the DNS resolver.\n * @param inboundEndpointName The name of the inbound endpoint for the DNS resolver.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n dnsResolverName: string,\n inboundEndpointName: string,\n options?: InboundEndpointsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes an inbound endpoint for a DNS resolver. WARNING: This operation cannot be undone.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsResolverName The name of the DNS resolver.\n * @param inboundEndpointName The name of the inbound endpoint for the DNS resolver.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n dnsResolverName: string,\n inboundEndpointName: string,\n options?: InboundEndpointsDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Gets properties of an inbound endpoint for a DNS resolver.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsResolverName The name of the DNS resolver.\n * @param inboundEndpointName The name of the inbound endpoint for the DNS resolver.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n dnsResolverName: string,\n inboundEndpointName: string,\n options?: InboundEndpointsGetOptionalParams,\n ): Promise<InboundEndpointsGetResponse>;\n}\n"]}
1
+ {"version":3,"file":"inboundEndpoints.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/inboundEndpoints.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// 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\nimport type { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport type { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport type {\n InboundEndpoint,\n InboundEndpointsListOptionalParams,\n InboundEndpointsGetOptionalParams,\n InboundEndpointsGetResponse,\n InboundEndpointsCreateOrUpdateOptionalParams,\n InboundEndpointsCreateOrUpdateResponse,\n InboundEndpointPatch,\n InboundEndpointsUpdateOptionalParams,\n InboundEndpointsUpdateResponse,\n InboundEndpointsDeleteOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a InboundEndpoints. */\nexport interface InboundEndpoints {\n /**\n * Lists inbound endpoints for a DNS resolver.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsResolverName The name of the DNS resolver.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n dnsResolverName: string,\n options?: InboundEndpointsListOptionalParams,\n ): PagedAsyncIterableIterator<InboundEndpoint>;\n /**\n * Gets properties of an inbound endpoint for a DNS resolver.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsResolverName The name of the DNS resolver.\n * @param inboundEndpointName The name of the inbound endpoint for the DNS resolver.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n dnsResolverName: string,\n inboundEndpointName: string,\n options?: InboundEndpointsGetOptionalParams,\n ): Promise<InboundEndpointsGetResponse>;\n /**\n * Creates or updates an inbound endpoint for a DNS resolver.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsResolverName The name of the DNS resolver.\n * @param inboundEndpointName The name of the inbound endpoint for the DNS resolver.\n * @param parameters Parameters supplied to the CreateOrUpdate operation.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n dnsResolverName: string,\n inboundEndpointName: string,\n parameters: InboundEndpoint,\n options?: InboundEndpointsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<InboundEndpointsCreateOrUpdateResponse>,\n InboundEndpointsCreateOrUpdateResponse\n >\n >;\n /**\n * Creates or updates an inbound endpoint for a DNS resolver.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsResolverName The name of the DNS resolver.\n * @param inboundEndpointName The name of the inbound endpoint for the DNS resolver.\n * @param parameters Parameters supplied to the CreateOrUpdate operation.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n dnsResolverName: string,\n inboundEndpointName: string,\n parameters: InboundEndpoint,\n options?: InboundEndpointsCreateOrUpdateOptionalParams,\n ): Promise<InboundEndpointsCreateOrUpdateResponse>;\n /**\n * Updates an inbound endpoint for a DNS resolver.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsResolverName The name of the DNS resolver.\n * @param inboundEndpointName The name of the inbound endpoint for the DNS resolver.\n * @param parameters Parameters supplied to the Update operation.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n dnsResolverName: string,\n inboundEndpointName: string,\n parameters: InboundEndpointPatch,\n options?: InboundEndpointsUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<InboundEndpointsUpdateResponse>, InboundEndpointsUpdateResponse>\n >;\n /**\n * Updates an inbound endpoint for a DNS resolver.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsResolverName The name of the DNS resolver.\n * @param inboundEndpointName The name of the inbound endpoint for the DNS resolver.\n * @param parameters Parameters supplied to the Update operation.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n dnsResolverName: string,\n inboundEndpointName: string,\n parameters: InboundEndpointPatch,\n options?: InboundEndpointsUpdateOptionalParams,\n ): Promise<InboundEndpointsUpdateResponse>;\n /**\n * Deletes an inbound endpoint for a DNS resolver. WARNING: This operation cannot be undone.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsResolverName The name of the DNS resolver.\n * @param inboundEndpointName The name of the inbound endpoint for the DNS resolver.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n dnsResolverName: string,\n inboundEndpointName: string,\n options?: InboundEndpointsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes an inbound endpoint for a DNS resolver. WARNING: This operation cannot be undone.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsResolverName The name of the DNS resolver.\n * @param inboundEndpointName The name of the inbound endpoint for the DNS resolver.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n dnsResolverName: string,\n inboundEndpointName: string,\n options?: InboundEndpointsDeleteOptionalParams,\n ): Promise<void>;\n}\n"]}
@@ -1,11 +1,11 @@
1
- export * from "./dnsResolvers.js";
2
- export * from "./inboundEndpoints.js";
3
- export * from "./outboundEndpoints.js";
4
1
  export * from "./dnsForwardingRulesets.js";
2
+ export * from "./dnsResolverDomainLists.js";
3
+ export * from "./dnsResolverPolicies.js";
4
+ export * from "./dnsResolvers.js";
5
5
  export * from "./forwardingRules.js";
6
6
  export * from "./virtualNetworkLinks.js";
7
- export * from "./dnsResolverPolicies.js";
8
7
  export * from "./dnsSecurityRules.js";
9
8
  export * from "./dnsResolverPolicyVirtualNetworkLinks.js";
10
- export * from "./dnsResolverDomainLists.js";
9
+ export * from "./inboundEndpoints.js";
10
+ export * from "./outboundEndpoints.js";
11
11
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,2CAA2C,CAAC;AAC1D,cAAc,6BAA6B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAMA,cAAc,4BAA4B,CAAC;AAC3C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,2CAA2C,CAAC;AAC1D,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC"}
@@ -1,18 +1,15 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- export * from "./dnsResolvers.js";
9
- export * from "./inboundEndpoints.js";
10
- export * from "./outboundEndpoints.js";
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ // Code generated by Microsoft (R) AutoRest Code Generator.
4
+ // Changes may cause incorrect behavior and will be lost if the code is regenerated.
11
5
  export * from "./dnsForwardingRulesets.js";
6
+ export * from "./dnsResolverDomainLists.js";
7
+ export * from "./dnsResolverPolicies.js";
8
+ export * from "./dnsResolvers.js";
12
9
  export * from "./forwardingRules.js";
13
10
  export * from "./virtualNetworkLinks.js";
14
- export * from "./dnsResolverPolicies.js";
15
11
  export * from "./dnsSecurityRules.js";
16
12
  export * from "./dnsResolverPolicyVirtualNetworkLinks.js";
17
- export * from "./dnsResolverDomainLists.js";
13
+ export * from "./inboundEndpoints.js";
14
+ export * from "./outboundEndpoints.js";
18
15
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,2CAA2C,CAAC;AAC1D,cAAc,6BAA6B,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./dnsResolvers.js\";\nexport * from \"./inboundEndpoints.js\";\nexport * from \"./outboundEndpoints.js\";\nexport * from \"./dnsForwardingRulesets.js\";\nexport * from \"./forwardingRules.js\";\nexport * from \"./virtualNetworkLinks.js\";\nexport * from \"./dnsResolverPolicies.js\";\nexport * from \"./dnsSecurityRules.js\";\nexport * from \"./dnsResolverPolicyVirtualNetworkLinks.js\";\nexport * from \"./dnsResolverDomainLists.js\";\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,2DAA2D;AAC3D,oFAAoF;AAEpF,cAAc,4BAA4B,CAAC;AAC3C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,2CAA2C,CAAC;AAC1D,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC","sourcesContent":["// 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\nexport * from \"./dnsForwardingRulesets.js\";\nexport * from \"./dnsResolverDomainLists.js\";\nexport * from \"./dnsResolverPolicies.js\";\nexport * from \"./dnsResolvers.js\";\nexport * from \"./forwardingRules.js\";\nexport * from \"./virtualNetworkLinks.js\";\nexport * from \"./dnsSecurityRules.js\";\nexport * from \"./dnsResolverPolicyVirtualNetworkLinks.js\";\nexport * from \"./inboundEndpoints.js\";\nexport * from \"./outboundEndpoints.js\";\n"]}
@@ -1,6 +1,6 @@
1
- import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { SimplePollerLike, OperationState } from "@azure/core-lro";
3
- import { OutboundEndpoint, OutboundEndpointsListOptionalParams, OutboundEndpointsCreateOrUpdateOptionalParams, OutboundEndpointsCreateOrUpdateResponse, OutboundEndpointPatch, OutboundEndpointsUpdateOptionalParams, OutboundEndpointsUpdateResponse, OutboundEndpointsDeleteOptionalParams, OutboundEndpointsGetOptionalParams, OutboundEndpointsGetResponse } from "../models/index.js";
1
+ import type { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import type { SimplePollerLike, OperationState } from "@azure/core-lro";
3
+ import type { OutboundEndpoint, OutboundEndpointsListOptionalParams, OutboundEndpointsGetOptionalParams, OutboundEndpointsGetResponse, OutboundEndpointsCreateOrUpdateOptionalParams, OutboundEndpointsCreateOrUpdateResponse, OutboundEndpointPatch, OutboundEndpointsUpdateOptionalParams, OutboundEndpointsUpdateResponse, OutboundEndpointsDeleteOptionalParams } from "../models/index.js";
4
4
  /** Interface representing a OutboundEndpoints. */
5
5
  export interface OutboundEndpoints {
6
6
  /**
@@ -10,6 +10,14 @@ export interface OutboundEndpoints {
10
10
  * @param options The options parameters.
11
11
  */
12
12
  list(resourceGroupName: string, dnsResolverName: string, options?: OutboundEndpointsListOptionalParams): PagedAsyncIterableIterator<OutboundEndpoint>;
13
+ /**
14
+ * Gets properties of an outbound endpoint for a DNS resolver.
15
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
16
+ * @param dnsResolverName The name of the DNS resolver.
17
+ * @param outboundEndpointName The name of the outbound endpoint for the DNS resolver.
18
+ * @param options The options parameters.
19
+ */
20
+ get(resourceGroupName: string, dnsResolverName: string, outboundEndpointName: string, options?: OutboundEndpointsGetOptionalParams): Promise<OutboundEndpointsGetResponse>;
13
21
  /**
14
22
  * Creates or updates an outbound endpoint for a DNS resolver.
15
23
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
@@ -62,13 +70,5 @@ export interface OutboundEndpoints {
62
70
  * @param options The options parameters.
63
71
  */
64
72
  beginDeleteAndWait(resourceGroupName: string, dnsResolverName: string, outboundEndpointName: string, options?: OutboundEndpointsDeleteOptionalParams): Promise<void>;
65
- /**
66
- * Gets properties of an outbound endpoint for a DNS resolver.
67
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
68
- * @param dnsResolverName The name of the DNS resolver.
69
- * @param outboundEndpointName The name of the outbound endpoint for the DNS resolver.
70
- * @param options The options parameters.
71
- */
72
- get(resourceGroupName: string, dnsResolverName: string, outboundEndpointName: string, options?: OutboundEndpointsGetOptionalParams): Promise<OutboundEndpointsGetResponse>;
73
73
  }
74
74
  //# sourceMappingURL=outboundEndpoints.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"outboundEndpoints.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/outboundEndpoints.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,gBAAgB,EAChB,mCAAmC,EACnC,6CAA6C,EAC7C,uCAAuC,EACvC,qBAAqB,EACrB,qCAAqC,EACrC,+BAA+B,EAC/B,qCAAqC,EACrC,kCAAkC,EAClC,4BAA4B,EAC7B,MAAM,oBAAoB,CAAC;AAG5B,kDAAkD;AAClD,MAAM,WAAW,iBAAiB;IAChC;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,mCAAmC,GAC5C,0BAA0B,CAAC,gBAAgB,CAAC,CAAC;IAChD;;;;;;;OAOG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,oBAAoB,EAAE,MAAM,EAC5B,UAAU,EAAE,gBAAgB,EAC5B,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,uCAAuC,CAAC,EACvD,uCAAuC,CACxC,CACF,CAAC;IACF;;;;;;;OAOG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,oBAAoB,EAAE,MAAM,EAC5B,UAAU,EAAE,gBAAgB,EAC5B,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CAAC,uCAAuC,CAAC,CAAC;IACpD;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,oBAAoB,EAAE,MAAM,EAC5B,UAAU,EAAE,qBAAqB,EACjC,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,+BAA+B,CAAC,EAC/C,+BAA+B,CAChC,CACF,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,oBAAoB,EAAE,MAAM,EAC5B,UAAU,EAAE,qBAAqB,EACjC,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC,CAAC;IAC5C;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,oBAAoB,EAAE,MAAM,EAC5B,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,oBAAoB,EAAE,MAAM,EAC5B,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,oBAAoB,EAAE,MAAM,EAC5B,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;CAC1C"}
1
+ {"version":3,"file":"outboundEndpoints.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/outboundEndpoints.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AACrE,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACxE,OAAO,KAAK,EACV,gBAAgB,EAChB,mCAAmC,EACnC,kCAAkC,EAClC,4BAA4B,EAC5B,6CAA6C,EAC7C,uCAAuC,EACvC,qBAAqB,EACrB,qCAAqC,EACrC,+BAA+B,EAC/B,qCAAqC,EACtC,MAAM,oBAAoB,CAAC;AAG5B,kDAAkD;AAClD,MAAM,WAAW,iBAAiB;IAChC;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,mCAAmC,GAC5C,0BAA0B,CAAC,gBAAgB,CAAC,CAAC;IAChD;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,oBAAoB,EAAE,MAAM,EAC5B,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;IACzC;;;;;;;OAOG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,oBAAoB,EAAE,MAAM,EAC5B,UAAU,EAAE,gBAAgB,EAC5B,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,uCAAuC,CAAC,EACvD,uCAAuC,CACxC,CACF,CAAC;IACF;;;;;;;OAOG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,oBAAoB,EAAE,MAAM,EAC5B,UAAU,EAAE,gBAAgB,EAC5B,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CAAC,uCAAuC,CAAC,CAAC;IACpD;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,oBAAoB,EAAE,MAAM,EAC5B,UAAU,EAAE,qBAAqB,EACjC,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,+BAA+B,CAAC,EAC/C,+BAA+B,CAChC,CACF,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,oBAAoB,EAAE,MAAM,EAC5B,UAAU,EAAE,qBAAqB,EACjC,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC,CAAC;IAC5C;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,oBAAoB,EAAE,MAAM,EAC5B,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,oBAAoB,EAAE,MAAM,EAC5B,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
@@ -1,9 +1,4 @@
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
- */
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
8
3
  export {};
9
4
  //# sourceMappingURL=outboundEndpoints.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"outboundEndpoints.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/outboundEndpoints.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n OutboundEndpoint,\n OutboundEndpointsListOptionalParams,\n OutboundEndpointsCreateOrUpdateOptionalParams,\n OutboundEndpointsCreateOrUpdateResponse,\n OutboundEndpointPatch,\n OutboundEndpointsUpdateOptionalParams,\n OutboundEndpointsUpdateResponse,\n OutboundEndpointsDeleteOptionalParams,\n OutboundEndpointsGetOptionalParams,\n OutboundEndpointsGetResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a OutboundEndpoints. */\nexport interface OutboundEndpoints {\n /**\n * Lists outbound endpoints for a DNS resolver.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsResolverName The name of the DNS resolver.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n dnsResolverName: string,\n options?: OutboundEndpointsListOptionalParams,\n ): PagedAsyncIterableIterator<OutboundEndpoint>;\n /**\n * Creates or updates an outbound endpoint for a DNS resolver.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsResolverName The name of the DNS resolver.\n * @param outboundEndpointName The name of the outbound endpoint for the DNS resolver.\n * @param parameters Parameters supplied to the CreateOrUpdate operation.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n dnsResolverName: string,\n outboundEndpointName: string,\n parameters: OutboundEndpoint,\n options?: OutboundEndpointsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<OutboundEndpointsCreateOrUpdateResponse>,\n OutboundEndpointsCreateOrUpdateResponse\n >\n >;\n /**\n * Creates or updates an outbound endpoint for a DNS resolver.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsResolverName The name of the DNS resolver.\n * @param outboundEndpointName The name of the outbound endpoint for the DNS resolver.\n * @param parameters Parameters supplied to the CreateOrUpdate operation.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n dnsResolverName: string,\n outboundEndpointName: string,\n parameters: OutboundEndpoint,\n options?: OutboundEndpointsCreateOrUpdateOptionalParams,\n ): Promise<OutboundEndpointsCreateOrUpdateResponse>;\n /**\n * Updates an outbound endpoint for a DNS resolver.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsResolverName The name of the DNS resolver.\n * @param outboundEndpointName The name of the outbound endpoint for the DNS resolver.\n * @param parameters Parameters supplied to the Update operation.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n dnsResolverName: string,\n outboundEndpointName: string,\n parameters: OutboundEndpointPatch,\n options?: OutboundEndpointsUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<OutboundEndpointsUpdateResponse>,\n OutboundEndpointsUpdateResponse\n >\n >;\n /**\n * Updates an outbound endpoint for a DNS resolver.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsResolverName The name of the DNS resolver.\n * @param outboundEndpointName The name of the outbound endpoint for the DNS resolver.\n * @param parameters Parameters supplied to the Update operation.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n dnsResolverName: string,\n outboundEndpointName: string,\n parameters: OutboundEndpointPatch,\n options?: OutboundEndpointsUpdateOptionalParams,\n ): Promise<OutboundEndpointsUpdateResponse>;\n /**\n * Deletes an outbound endpoint for a DNS resolver. WARNING: This operation cannot be undone.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsResolverName The name of the DNS resolver.\n * @param outboundEndpointName The name of the outbound endpoint for the DNS resolver.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n dnsResolverName: string,\n outboundEndpointName: string,\n options?: OutboundEndpointsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes an outbound endpoint for a DNS resolver. WARNING: This operation cannot be undone.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsResolverName The name of the DNS resolver.\n * @param outboundEndpointName The name of the outbound endpoint for the DNS resolver.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n dnsResolverName: string,\n outboundEndpointName: string,\n options?: OutboundEndpointsDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Gets properties of an outbound endpoint for a DNS resolver.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsResolverName The name of the DNS resolver.\n * @param outboundEndpointName The name of the outbound endpoint for the DNS resolver.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n dnsResolverName: string,\n outboundEndpointName: string,\n options?: OutboundEndpointsGetOptionalParams,\n ): Promise<OutboundEndpointsGetResponse>;\n}\n"]}
1
+ {"version":3,"file":"outboundEndpoints.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/outboundEndpoints.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// 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\nimport type { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport type { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport type {\n OutboundEndpoint,\n OutboundEndpointsListOptionalParams,\n OutboundEndpointsGetOptionalParams,\n OutboundEndpointsGetResponse,\n OutboundEndpointsCreateOrUpdateOptionalParams,\n OutboundEndpointsCreateOrUpdateResponse,\n OutboundEndpointPatch,\n OutboundEndpointsUpdateOptionalParams,\n OutboundEndpointsUpdateResponse,\n OutboundEndpointsDeleteOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a OutboundEndpoints. */\nexport interface OutboundEndpoints {\n /**\n * Lists outbound endpoints for a DNS resolver.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsResolverName The name of the DNS resolver.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n dnsResolverName: string,\n options?: OutboundEndpointsListOptionalParams,\n ): PagedAsyncIterableIterator<OutboundEndpoint>;\n /**\n * Gets properties of an outbound endpoint for a DNS resolver.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsResolverName The name of the DNS resolver.\n * @param outboundEndpointName The name of the outbound endpoint for the DNS resolver.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n dnsResolverName: string,\n outboundEndpointName: string,\n options?: OutboundEndpointsGetOptionalParams,\n ): Promise<OutboundEndpointsGetResponse>;\n /**\n * Creates or updates an outbound endpoint for a DNS resolver.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsResolverName The name of the DNS resolver.\n * @param outboundEndpointName The name of the outbound endpoint for the DNS resolver.\n * @param parameters Parameters supplied to the CreateOrUpdate operation.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n dnsResolverName: string,\n outboundEndpointName: string,\n parameters: OutboundEndpoint,\n options?: OutboundEndpointsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<OutboundEndpointsCreateOrUpdateResponse>,\n OutboundEndpointsCreateOrUpdateResponse\n >\n >;\n /**\n * Creates or updates an outbound endpoint for a DNS resolver.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsResolverName The name of the DNS resolver.\n * @param outboundEndpointName The name of the outbound endpoint for the DNS resolver.\n * @param parameters Parameters supplied to the CreateOrUpdate operation.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n dnsResolverName: string,\n outboundEndpointName: string,\n parameters: OutboundEndpoint,\n options?: OutboundEndpointsCreateOrUpdateOptionalParams,\n ): Promise<OutboundEndpointsCreateOrUpdateResponse>;\n /**\n * Updates an outbound endpoint for a DNS resolver.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsResolverName The name of the DNS resolver.\n * @param outboundEndpointName The name of the outbound endpoint for the DNS resolver.\n * @param parameters Parameters supplied to the Update operation.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n dnsResolverName: string,\n outboundEndpointName: string,\n parameters: OutboundEndpointPatch,\n options?: OutboundEndpointsUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<OutboundEndpointsUpdateResponse>,\n OutboundEndpointsUpdateResponse\n >\n >;\n /**\n * Updates an outbound endpoint for a DNS resolver.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsResolverName The name of the DNS resolver.\n * @param outboundEndpointName The name of the outbound endpoint for the DNS resolver.\n * @param parameters Parameters supplied to the Update operation.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n dnsResolverName: string,\n outboundEndpointName: string,\n parameters: OutboundEndpointPatch,\n options?: OutboundEndpointsUpdateOptionalParams,\n ): Promise<OutboundEndpointsUpdateResponse>;\n /**\n * Deletes an outbound endpoint for a DNS resolver. WARNING: This operation cannot be undone.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsResolverName The name of the DNS resolver.\n * @param outboundEndpointName The name of the outbound endpoint for the DNS resolver.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n dnsResolverName: string,\n outboundEndpointName: string,\n options?: OutboundEndpointsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes an outbound endpoint for a DNS resolver. WARNING: This operation cannot be undone.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsResolverName The name of the DNS resolver.\n * @param outboundEndpointName The name of the outbound endpoint for the DNS resolver.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n dnsResolverName: string,\n outboundEndpointName: string,\n options?: OutboundEndpointsDeleteOptionalParams,\n ): Promise<void>;\n}\n"]}
@@ -1,6 +1,6 @@
1
- import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { SimplePollerLike, OperationState } from "@azure/core-lro";
3
- import { VirtualNetworkLink, VirtualNetworkLinksListOptionalParams, VirtualNetworkLinksCreateOrUpdateOptionalParams, VirtualNetworkLinksCreateOrUpdateResponse, VirtualNetworkLinkPatch, VirtualNetworkLinksUpdateOptionalParams, VirtualNetworkLinksUpdateResponse, VirtualNetworkLinksDeleteOptionalParams, VirtualNetworkLinksGetOptionalParams, VirtualNetworkLinksGetResponse } from "../models/index.js";
1
+ import type { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import type { SimplePollerLike, OperationState } from "@azure/core-lro";
3
+ import type { VirtualNetworkLink, VirtualNetworkLinksListOptionalParams, VirtualNetworkLinksGetOptionalParams, VirtualNetworkLinksGetResponse, VirtualNetworkLinksCreateOrUpdateOptionalParams, VirtualNetworkLinksCreateOrUpdateResponse, VirtualNetworkLinkPatch, VirtualNetworkLinksUpdateOptionalParams, VirtualNetworkLinksUpdateResponse, VirtualNetworkLinksDeleteOptionalParams } from "../models/index.js";
4
4
  /** Interface representing a VirtualNetworkLinks. */
5
5
  export interface VirtualNetworkLinks {
6
6
  /**
@@ -10,6 +10,14 @@ export interface VirtualNetworkLinks {
10
10
  * @param options The options parameters.
11
11
  */
12
12
  list(resourceGroupName: string, dnsForwardingRulesetName: string, options?: VirtualNetworkLinksListOptionalParams): PagedAsyncIterableIterator<VirtualNetworkLink>;
13
+ /**
14
+ * Gets properties of a virtual network link to a DNS forwarding ruleset.
15
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
16
+ * @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.
17
+ * @param virtualNetworkLinkName The name of the virtual network link.
18
+ * @param options The options parameters.
19
+ */
20
+ get(resourceGroupName: string, dnsForwardingRulesetName: string, virtualNetworkLinkName: string, options?: VirtualNetworkLinksGetOptionalParams): Promise<VirtualNetworkLinksGetResponse>;
13
21
  /**
14
22
  * Creates or updates a virtual network link to a DNS forwarding ruleset.
15
23
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
@@ -64,13 +72,5 @@ export interface VirtualNetworkLinks {
64
72
  * @param options The options parameters.
65
73
  */
66
74
  beginDeleteAndWait(resourceGroupName: string, dnsForwardingRulesetName: string, virtualNetworkLinkName: string, options?: VirtualNetworkLinksDeleteOptionalParams): Promise<void>;
67
- /**
68
- * Gets properties of a virtual network link to a DNS forwarding ruleset.
69
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
70
- * @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.
71
- * @param virtualNetworkLinkName The name of the virtual network link.
72
- * @param options The options parameters.
73
- */
74
- get(resourceGroupName: string, dnsForwardingRulesetName: string, virtualNetworkLinkName: string, options?: VirtualNetworkLinksGetOptionalParams): Promise<VirtualNetworkLinksGetResponse>;
75
75
  }
76
76
  //# sourceMappingURL=virtualNetworkLinks.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"virtualNetworkLinks.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/virtualNetworkLinks.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,kBAAkB,EAClB,qCAAqC,EACrC,+CAA+C,EAC/C,yCAAyC,EACzC,uBAAuB,EACvB,uCAAuC,EACvC,iCAAiC,EACjC,uCAAuC,EACvC,oCAAoC,EACpC,8BAA8B,EAC/B,MAAM,oBAAoB,CAAC;AAG5B,oDAAoD;AACpD,MAAM,WAAW,mBAAmB;IAClC;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,EAChC,OAAO,CAAC,EAAE,qCAAqC,GAC9C,0BAA0B,CAAC,kBAAkB,CAAC,CAAC;IAClD;;;;;;;OAOG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,EAChC,sBAAsB,EAAE,MAAM,EAC9B,UAAU,EAAE,kBAAkB,EAC9B,OAAO,CAAC,EAAE,+CAA+C,GACxD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,yCAAyC,CAAC,EACzD,yCAAyC,CAC1C,CACF,CAAC;IACF;;;;;;;OAOG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,EAChC,sBAAsB,EAAE,MAAM,EAC9B,UAAU,EAAE,kBAAkB,EAC9B,OAAO,CAAC,EAAE,+CAA+C,GACxD,OAAO,CAAC,yCAAyC,CAAC,CAAC;IACtD;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,EAChC,sBAAsB,EAAE,MAAM,EAC9B,UAAU,EAAE,uBAAuB,EACnC,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,iCAAiC,CAAC,EACjD,iCAAiC,CAClC,CACF,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,EAChC,sBAAsB,EAAE,MAAM,EAC9B,UAAU,EAAE,uBAAuB,EACnC,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC,CAAC;IAC9C;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,EAChC,sBAAsB,EAAE,MAAM,EAC9B,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,EAChC,sBAAsB,EAAE,MAAM,EAC9B,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,EAChC,sBAAsB,EAAE,MAAM,EAC9B,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC,CAAC;CAC5C"}
1
+ {"version":3,"file":"virtualNetworkLinks.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/virtualNetworkLinks.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AACrE,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACxE,OAAO,KAAK,EACV,kBAAkB,EAClB,qCAAqC,EACrC,oCAAoC,EACpC,8BAA8B,EAC9B,+CAA+C,EAC/C,yCAAyC,EACzC,uBAAuB,EACvB,uCAAuC,EACvC,iCAAiC,EACjC,uCAAuC,EACxC,MAAM,oBAAoB,CAAC;AAG5B,oDAAoD;AACpD,MAAM,WAAW,mBAAmB;IAClC;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,EAChC,OAAO,CAAC,EAAE,qCAAqC,GAC9C,0BAA0B,CAAC,kBAAkB,CAAC,CAAC;IAClD;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,EAChC,sBAAsB,EAAE,MAAM,EAC9B,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC,CAAC;IAC3C;;;;;;;OAOG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,EAChC,sBAAsB,EAAE,MAAM,EAC9B,UAAU,EAAE,kBAAkB,EAC9B,OAAO,CAAC,EAAE,+CAA+C,GACxD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,yCAAyC,CAAC,EACzD,yCAAyC,CAC1C,CACF,CAAC;IACF;;;;;;;OAOG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,EAChC,sBAAsB,EAAE,MAAM,EAC9B,UAAU,EAAE,kBAAkB,EAC9B,OAAO,CAAC,EAAE,+CAA+C,GACxD,OAAO,CAAC,yCAAyC,CAAC,CAAC;IACtD;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,EAChC,sBAAsB,EAAE,MAAM,EAC9B,UAAU,EAAE,uBAAuB,EACnC,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,iCAAiC,CAAC,EACjD,iCAAiC,CAClC,CACF,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,EAChC,sBAAsB,EAAE,MAAM,EAC9B,UAAU,EAAE,uBAAuB,EACnC,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC,CAAC;IAC9C;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,EAChC,sBAAsB,EAAE,MAAM,EAC9B,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,EAChC,sBAAsB,EAAE,MAAM,EAC9B,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
@@ -1,9 +1,4 @@
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
- */
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
8
3
  export {};
9
4
  //# sourceMappingURL=virtualNetworkLinks.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"virtualNetworkLinks.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/virtualNetworkLinks.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n VirtualNetworkLink,\n VirtualNetworkLinksListOptionalParams,\n VirtualNetworkLinksCreateOrUpdateOptionalParams,\n VirtualNetworkLinksCreateOrUpdateResponse,\n VirtualNetworkLinkPatch,\n VirtualNetworkLinksUpdateOptionalParams,\n VirtualNetworkLinksUpdateResponse,\n VirtualNetworkLinksDeleteOptionalParams,\n VirtualNetworkLinksGetOptionalParams,\n VirtualNetworkLinksGetResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a VirtualNetworkLinks. */\nexport interface VirtualNetworkLinks {\n /**\n * Lists virtual network links to a DNS forwarding ruleset.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n dnsForwardingRulesetName: string,\n options?: VirtualNetworkLinksListOptionalParams,\n ): PagedAsyncIterableIterator<VirtualNetworkLink>;\n /**\n * Creates or updates a virtual network link to a DNS forwarding ruleset.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.\n * @param virtualNetworkLinkName The name of the virtual network link.\n * @param parameters Parameters supplied to the CreateOrUpdate operation.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n dnsForwardingRulesetName: string,\n virtualNetworkLinkName: string,\n parameters: VirtualNetworkLink,\n options?: VirtualNetworkLinksCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<VirtualNetworkLinksCreateOrUpdateResponse>,\n VirtualNetworkLinksCreateOrUpdateResponse\n >\n >;\n /**\n * Creates or updates a virtual network link to a DNS forwarding ruleset.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.\n * @param virtualNetworkLinkName The name of the virtual network link.\n * @param parameters Parameters supplied to the CreateOrUpdate operation.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n dnsForwardingRulesetName: string,\n virtualNetworkLinkName: string,\n parameters: VirtualNetworkLink,\n options?: VirtualNetworkLinksCreateOrUpdateOptionalParams,\n ): Promise<VirtualNetworkLinksCreateOrUpdateResponse>;\n /**\n * Updates a virtual network link to a DNS forwarding ruleset.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.\n * @param virtualNetworkLinkName The name of the virtual network link.\n * @param parameters Parameters supplied to the Update operation.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n dnsForwardingRulesetName: string,\n virtualNetworkLinkName: string,\n parameters: VirtualNetworkLinkPatch,\n options?: VirtualNetworkLinksUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<VirtualNetworkLinksUpdateResponse>,\n VirtualNetworkLinksUpdateResponse\n >\n >;\n /**\n * Updates a virtual network link to a DNS forwarding ruleset.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.\n * @param virtualNetworkLinkName The name of the virtual network link.\n * @param parameters Parameters supplied to the Update operation.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n dnsForwardingRulesetName: string,\n virtualNetworkLinkName: string,\n parameters: VirtualNetworkLinkPatch,\n options?: VirtualNetworkLinksUpdateOptionalParams,\n ): Promise<VirtualNetworkLinksUpdateResponse>;\n /**\n * Deletes a virtual network link to a DNS forwarding ruleset. WARNING: This operation cannot be\n * undone.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.\n * @param virtualNetworkLinkName The name of the virtual network link.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n dnsForwardingRulesetName: string,\n virtualNetworkLinkName: string,\n options?: VirtualNetworkLinksDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes a virtual network link to a DNS forwarding ruleset. WARNING: This operation cannot be\n * undone.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.\n * @param virtualNetworkLinkName The name of the virtual network link.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n dnsForwardingRulesetName: string,\n virtualNetworkLinkName: string,\n options?: VirtualNetworkLinksDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Gets properties of a virtual network link to a DNS forwarding ruleset.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.\n * @param virtualNetworkLinkName The name of the virtual network link.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n dnsForwardingRulesetName: string,\n virtualNetworkLinkName: string,\n options?: VirtualNetworkLinksGetOptionalParams,\n ): Promise<VirtualNetworkLinksGetResponse>;\n}\n"]}
1
+ {"version":3,"file":"virtualNetworkLinks.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/virtualNetworkLinks.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// 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\nimport type { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport type { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport type {\n VirtualNetworkLink,\n VirtualNetworkLinksListOptionalParams,\n VirtualNetworkLinksGetOptionalParams,\n VirtualNetworkLinksGetResponse,\n VirtualNetworkLinksCreateOrUpdateOptionalParams,\n VirtualNetworkLinksCreateOrUpdateResponse,\n VirtualNetworkLinkPatch,\n VirtualNetworkLinksUpdateOptionalParams,\n VirtualNetworkLinksUpdateResponse,\n VirtualNetworkLinksDeleteOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a VirtualNetworkLinks. */\nexport interface VirtualNetworkLinks {\n /**\n * Lists virtual network links to a DNS forwarding ruleset.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n dnsForwardingRulesetName: string,\n options?: VirtualNetworkLinksListOptionalParams,\n ): PagedAsyncIterableIterator<VirtualNetworkLink>;\n /**\n * Gets properties of a virtual network link to a DNS forwarding ruleset.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.\n * @param virtualNetworkLinkName The name of the virtual network link.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n dnsForwardingRulesetName: string,\n virtualNetworkLinkName: string,\n options?: VirtualNetworkLinksGetOptionalParams,\n ): Promise<VirtualNetworkLinksGetResponse>;\n /**\n * Creates or updates a virtual network link to a DNS forwarding ruleset.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.\n * @param virtualNetworkLinkName The name of the virtual network link.\n * @param parameters Parameters supplied to the CreateOrUpdate operation.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n dnsForwardingRulesetName: string,\n virtualNetworkLinkName: string,\n parameters: VirtualNetworkLink,\n options?: VirtualNetworkLinksCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<VirtualNetworkLinksCreateOrUpdateResponse>,\n VirtualNetworkLinksCreateOrUpdateResponse\n >\n >;\n /**\n * Creates or updates a virtual network link to a DNS forwarding ruleset.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.\n * @param virtualNetworkLinkName The name of the virtual network link.\n * @param parameters Parameters supplied to the CreateOrUpdate operation.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n dnsForwardingRulesetName: string,\n virtualNetworkLinkName: string,\n parameters: VirtualNetworkLink,\n options?: VirtualNetworkLinksCreateOrUpdateOptionalParams,\n ): Promise<VirtualNetworkLinksCreateOrUpdateResponse>;\n /**\n * Updates a virtual network link to a DNS forwarding ruleset.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.\n * @param virtualNetworkLinkName The name of the virtual network link.\n * @param parameters Parameters supplied to the Update operation.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n dnsForwardingRulesetName: string,\n virtualNetworkLinkName: string,\n parameters: VirtualNetworkLinkPatch,\n options?: VirtualNetworkLinksUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<VirtualNetworkLinksUpdateResponse>,\n VirtualNetworkLinksUpdateResponse\n >\n >;\n /**\n * Updates a virtual network link to a DNS forwarding ruleset.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.\n * @param virtualNetworkLinkName The name of the virtual network link.\n * @param parameters Parameters supplied to the Update operation.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n dnsForwardingRulesetName: string,\n virtualNetworkLinkName: string,\n parameters: VirtualNetworkLinkPatch,\n options?: VirtualNetworkLinksUpdateOptionalParams,\n ): Promise<VirtualNetworkLinksUpdateResponse>;\n /**\n * Deletes a virtual network link to a DNS forwarding ruleset. WARNING: This operation cannot be\n * undone.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.\n * @param virtualNetworkLinkName The name of the virtual network link.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n dnsForwardingRulesetName: string,\n virtualNetworkLinkName: string,\n options?: VirtualNetworkLinksDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes a virtual network link to a DNS forwarding ruleset. WARNING: This operation cannot be\n * undone.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.\n * @param virtualNetworkLinkName The name of the virtual network link.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n dnsForwardingRulesetName: string,\n virtualNetworkLinkName: string,\n options?: VirtualNetworkLinksDeleteOptionalParams,\n ): Promise<void>;\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"pagingHelper.d.ts","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAQA,MAAM,WAAW,QAAQ;IACvB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAID;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAKtE;AAED,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,OAAO,EACb,iBAAiB,EAAE,MAAM,GAAG,SAAS,GACpC,IAAI,CAON"}
1
+ {"version":3,"file":"pagingHelper.d.ts","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAMA,MAAM,WAAW,QAAQ;IACvB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAID;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAKtE;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,GAAG,SAAS,GAAG,IAAI,CAO/F"}
@@ -1,10 +1,5 @@
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
- */
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
8
3
  const pageMap = new WeakMap();
9
4
  /**
10
5
  * Given the last `.value` produced by the `byPage` iterator,
@@ -14,18 +9,16 @@ const pageMap = new WeakMap();
14
9
  * @returns The continuation token that can be passed into byPage() during future calls.
15
10
  */
16
11
  export function getContinuationToken(page) {
17
- var _a;
18
12
  if (typeof page !== "object" || page === null) {
19
13
  return undefined;
20
14
  }
21
- return (_a = pageMap.get(page)) === null || _a === void 0 ? void 0 : _a.continuationToken;
15
+ return pageMap.get(page)?.continuationToken;
22
16
  }
23
17
  export function setContinuationToken(page, continuationToken) {
24
- var _a;
25
18
  if (typeof page !== "object" || page === null || !continuationToken) {
26
19
  return;
27
20
  }
28
- const pageInfo = (_a = pageMap.get(page)) !== null && _a !== void 0 ? _a : {};
21
+ const pageInfo = pageMap.get(page) ?? {};
29
22
  pageInfo.continuationToken = continuationToken;
30
23
  pageMap.set(page, pageInfo);
31
24
  }