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

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 (843) hide show
  1. package/CHANGELOG.md +111 -0
  2. package/LICENSE +3 -3
  3. package/README.md +24 -18
  4. package/dist/browser/dnsResolverManagementClient.d.ts +29 -0
  5. package/dist/browser/dnsResolverManagementClient.d.ts.map +1 -0
  6. package/dist/browser/dnsResolverManagementClient.js +107 -0
  7. package/dist/browser/dnsResolverManagementClient.js.map +1 -0
  8. package/dist/browser/index.d.ts +5 -0
  9. package/dist/browser/index.d.ts.map +1 -0
  10. package/dist/browser/index.js +13 -0
  11. package/dist/browser/index.js.map +1 -0
  12. package/dist/browser/lroImpl.d.ts.map +1 -0
  13. package/dist/browser/lroImpl.js.map +1 -0
  14. package/dist/browser/models/index.d.ts +1351 -0
  15. package/dist/browser/models/index.d.ts.map +1 -0
  16. package/dist/browser/models/index.js +86 -0
  17. package/dist/browser/models/index.js.map +1 -0
  18. package/dist/browser/models/mappers.d.ts +58 -0
  19. package/dist/browser/models/mappers.d.ts.map +1 -0
  20. package/dist/browser/models/mappers.js +1414 -0
  21. package/dist/browser/models/mappers.js.map +1 -0
  22. package/dist/browser/models/parameters.d.ts +45 -0
  23. package/dist/browser/models/parameters.d.ts.map +1 -0
  24. package/dist/browser/models/parameters.js +343 -0
  25. package/dist/browser/models/parameters.js.map +1 -0
  26. package/dist/browser/operations/dnsForwardingRulesets.d.ts +133 -0
  27. package/dist/browser/operations/dnsForwardingRulesets.d.ts.map +1 -0
  28. package/dist/browser/operations/dnsForwardingRulesets.js +676 -0
  29. package/dist/browser/operations/dnsForwardingRulesets.js.map +1 -0
  30. package/dist/browser/operations/dnsResolverDomainLists.d.ts +123 -0
  31. package/dist/browser/operations/dnsResolverDomainLists.d.ts.map +1 -0
  32. package/dist/browser/operations/dnsResolverDomainLists.js +653 -0
  33. package/dist/browser/operations/dnsResolverDomainLists.js.map +1 -0
  34. package/dist/browser/operations/dnsResolverPolicies.d.ts +131 -0
  35. package/dist/browser/operations/dnsResolverPolicies.d.ts.map +1 -0
  36. package/dist/browser/operations/dnsResolverPolicies.js +672 -0
  37. package/dist/browser/operations/dnsResolverPolicies.js.map +1 -0
  38. package/dist/browser/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts +106 -0
  39. package/dist/browser/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +1 -0
  40. package/dist/browser/operations/dnsResolverPolicyVirtualNetworkLinks.js +482 -0
  41. package/dist/browser/operations/dnsResolverPolicyVirtualNetworkLinks.js.map +1 -0
  42. package/dist/browser/operations/dnsResolvers.d.ts +131 -0
  43. package/dist/browser/operations/dnsResolvers.d.ts.map +1 -0
  44. package/dist/browser/operations/dnsResolvers.js +664 -0
  45. package/dist/browser/operations/dnsResolvers.js.map +1 -0
  46. package/dist/browser/operations/dnsSecurityRules.d.ts +99 -0
  47. package/dist/browser/operations/dnsSecurityRules.d.ts.map +1 -0
  48. package/dist/browser/operations/dnsSecurityRules.js +475 -0
  49. package/dist/browser/operations/dnsSecurityRules.js.map +1 -0
  50. package/dist/browser/operations/forwardingRules.d.ts +72 -0
  51. package/dist/browser/operations/forwardingRules.d.ts.map +1 -0
  52. package/dist/browser/operations/forwardingRules.js +317 -0
  53. package/dist/browser/operations/forwardingRules.js.map +1 -0
  54. package/dist/browser/operations/inboundEndpoints.d.ts +99 -0
  55. package/dist/browser/operations/inboundEndpoints.d.ts.map +1 -0
  56. package/dist/browser/operations/inboundEndpoints.js +462 -0
  57. package/dist/browser/operations/inboundEndpoints.js.map +1 -0
  58. package/dist/browser/operations/index.d.ts +11 -0
  59. package/dist/browser/operations/index.d.ts.map +1 -0
  60. package/dist/browser/operations/index.js +18 -0
  61. package/dist/browser/operations/index.js.map +1 -0
  62. package/dist/browser/operations/outboundEndpoints.d.ts +99 -0
  63. package/dist/browser/operations/outboundEndpoints.d.ts.map +1 -0
  64. package/dist/browser/operations/outboundEndpoints.js +462 -0
  65. package/dist/browser/operations/outboundEndpoints.js.map +1 -0
  66. package/dist/browser/operations/virtualNetworkLinks.d.ts +101 -0
  67. package/dist/browser/operations/virtualNetworkLinks.d.ts.map +1 -0
  68. package/dist/browser/operations/virtualNetworkLinks.js +469 -0
  69. package/dist/browser/operations/virtualNetworkLinks.js.map +1 -0
  70. package/dist/browser/operationsInterfaces/dnsForwardingRulesets.d.ts +80 -0
  71. package/dist/browser/operationsInterfaces/dnsForwardingRulesets.d.ts.map +1 -0
  72. package/dist/browser/operationsInterfaces/dnsForwardingRulesets.js.map +1 -0
  73. package/dist/browser/operationsInterfaces/dnsResolverDomainLists.d.ts +87 -0
  74. package/dist/browser/operationsInterfaces/dnsResolverDomainLists.d.ts.map +1 -0
  75. package/dist/browser/operationsInterfaces/dnsResolverDomainLists.js.map +1 -0
  76. package/dist/browser/operationsInterfaces/dnsResolverPolicies.d.ts +78 -0
  77. package/dist/browser/operationsInterfaces/dnsResolverPolicies.d.ts.map +1 -0
  78. package/dist/browser/operationsInterfaces/dnsResolverPolicies.js.map +1 -0
  79. package/dist/browser/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts +81 -0
  80. package/dist/browser/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +1 -0
  81. package/dist/browser/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js.map +1 -0
  82. package/dist/browser/operationsInterfaces/dnsResolvers.d.ts +78 -0
  83. package/dist/browser/operationsInterfaces/dnsResolvers.d.ts.map +1 -0
  84. package/dist/browser/operationsInterfaces/dnsResolvers.js.map +1 -0
  85. package/dist/browser/operationsInterfaces/dnsSecurityRules.d.ts +74 -0
  86. package/dist/browser/operationsInterfaces/dnsSecurityRules.d.ts.map +1 -0
  87. package/dist/browser/operationsInterfaces/dnsSecurityRules.js.map +1 -0
  88. package/dist/browser/operationsInterfaces/forwardingRules.d.ts +47 -0
  89. package/dist/browser/operationsInterfaces/forwardingRules.d.ts.map +1 -0
  90. package/dist/browser/operationsInterfaces/forwardingRules.js.map +1 -0
  91. package/dist/browser/operationsInterfaces/inboundEndpoints.d.ts +74 -0
  92. package/dist/browser/operationsInterfaces/inboundEndpoints.d.ts.map +1 -0
  93. package/dist/browser/operationsInterfaces/inboundEndpoints.js.map +1 -0
  94. package/dist/browser/operationsInterfaces/index.d.ts +11 -0
  95. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  96. package/dist/browser/operationsInterfaces/index.js +18 -0
  97. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  98. package/dist/browser/operationsInterfaces/outboundEndpoints.d.ts +74 -0
  99. package/dist/browser/operationsInterfaces/outboundEndpoints.d.ts.map +1 -0
  100. package/dist/browser/operationsInterfaces/outboundEndpoints.js.map +1 -0
  101. package/dist/browser/operationsInterfaces/virtualNetworkLinks.d.ts +76 -0
  102. package/dist/browser/operationsInterfaces/virtualNetworkLinks.d.ts.map +1 -0
  103. package/dist/browser/operationsInterfaces/virtualNetworkLinks.js.map +1 -0
  104. package/dist/browser/package.json +3 -0
  105. package/dist/browser/pagingHelper.js.map +1 -0
  106. package/dist/commonjs/dnsResolverManagementClient.d.ts +29 -0
  107. package/dist/commonjs/dnsResolverManagementClient.d.ts.map +1 -0
  108. package/dist/commonjs/dnsResolverManagementClient.js +112 -0
  109. package/dist/commonjs/dnsResolverManagementClient.js.map +1 -0
  110. package/dist/commonjs/index.d.ts +5 -0
  111. package/dist/commonjs/index.d.ts.map +1 -0
  112. package/dist/commonjs/index.js +19 -0
  113. package/dist/commonjs/index.js.map +1 -0
  114. package/dist/commonjs/lroImpl.d.ts +11 -0
  115. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  116. package/dist/commonjs/lroImpl.js +24 -0
  117. package/dist/commonjs/lroImpl.js.map +1 -0
  118. package/dist/commonjs/models/index.d.ts +1351 -0
  119. package/dist/commonjs/models/index.d.ts.map +1 -0
  120. package/dist/commonjs/models/index.js +89 -0
  121. package/dist/commonjs/models/index.js.map +1 -0
  122. package/dist/commonjs/models/mappers.d.ts +58 -0
  123. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  124. package/dist/commonjs/models/mappers.js +1418 -0
  125. package/dist/commonjs/models/mappers.js.map +1 -0
  126. package/dist/commonjs/models/parameters.d.ts +45 -0
  127. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  128. package/dist/commonjs/models/parameters.js +346 -0
  129. package/dist/commonjs/models/parameters.js.map +1 -0
  130. package/dist/commonjs/operations/dnsForwardingRulesets.d.ts +133 -0
  131. package/dist/commonjs/operations/dnsForwardingRulesets.d.ts.map +1 -0
  132. package/dist/commonjs/operations/dnsForwardingRulesets.js +680 -0
  133. package/dist/commonjs/operations/dnsForwardingRulesets.js.map +1 -0
  134. package/dist/commonjs/operations/dnsResolverDomainLists.d.ts +123 -0
  135. package/dist/commonjs/operations/dnsResolverDomainLists.d.ts.map +1 -0
  136. package/dist/commonjs/operations/dnsResolverDomainLists.js +657 -0
  137. package/dist/commonjs/operations/dnsResolverDomainLists.js.map +1 -0
  138. package/dist/commonjs/operations/dnsResolverPolicies.d.ts +131 -0
  139. package/dist/commonjs/operations/dnsResolverPolicies.d.ts.map +1 -0
  140. package/dist/commonjs/operations/dnsResolverPolicies.js +676 -0
  141. package/dist/commonjs/operations/dnsResolverPolicies.js.map +1 -0
  142. package/dist/commonjs/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts +106 -0
  143. package/dist/commonjs/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +1 -0
  144. package/dist/commonjs/operations/dnsResolverPolicyVirtualNetworkLinks.js +486 -0
  145. package/dist/commonjs/operations/dnsResolverPolicyVirtualNetworkLinks.js.map +1 -0
  146. package/dist/commonjs/operations/dnsResolvers.d.ts +131 -0
  147. package/dist/commonjs/operations/dnsResolvers.d.ts.map +1 -0
  148. package/dist/commonjs/operations/dnsResolvers.js +668 -0
  149. package/dist/commonjs/operations/dnsResolvers.js.map +1 -0
  150. package/dist/commonjs/operations/dnsSecurityRules.d.ts +99 -0
  151. package/dist/commonjs/operations/dnsSecurityRules.d.ts.map +1 -0
  152. package/dist/commonjs/operations/dnsSecurityRules.js +479 -0
  153. package/dist/commonjs/operations/dnsSecurityRules.js.map +1 -0
  154. package/dist/commonjs/operations/forwardingRules.d.ts +72 -0
  155. package/dist/commonjs/operations/forwardingRules.d.ts.map +1 -0
  156. package/dist/commonjs/operations/forwardingRules.js +321 -0
  157. package/dist/commonjs/operations/forwardingRules.js.map +1 -0
  158. package/dist/commonjs/operations/inboundEndpoints.d.ts +99 -0
  159. package/dist/commonjs/operations/inboundEndpoints.d.ts.map +1 -0
  160. package/dist/commonjs/operations/inboundEndpoints.js +466 -0
  161. package/dist/commonjs/operations/inboundEndpoints.js.map +1 -0
  162. package/dist/commonjs/operations/index.d.ts +11 -0
  163. package/dist/commonjs/operations/index.d.ts.map +1 -0
  164. package/dist/commonjs/operations/index.js +21 -0
  165. package/dist/commonjs/operations/index.js.map +1 -0
  166. package/dist/commonjs/operations/outboundEndpoints.d.ts +99 -0
  167. package/dist/commonjs/operations/outboundEndpoints.d.ts.map +1 -0
  168. package/dist/commonjs/operations/outboundEndpoints.js +466 -0
  169. package/dist/commonjs/operations/outboundEndpoints.js.map +1 -0
  170. package/dist/commonjs/operations/virtualNetworkLinks.d.ts +101 -0
  171. package/dist/commonjs/operations/virtualNetworkLinks.d.ts.map +1 -0
  172. package/dist/commonjs/operations/virtualNetworkLinks.js +473 -0
  173. package/dist/commonjs/operations/virtualNetworkLinks.js.map +1 -0
  174. package/dist/commonjs/operationsInterfaces/dnsForwardingRulesets.d.ts +80 -0
  175. package/dist/commonjs/operationsInterfaces/dnsForwardingRulesets.d.ts.map +1 -0
  176. package/dist/commonjs/operationsInterfaces/dnsForwardingRulesets.js +10 -0
  177. package/dist/commonjs/operationsInterfaces/dnsForwardingRulesets.js.map +1 -0
  178. package/dist/commonjs/operationsInterfaces/dnsResolverDomainLists.d.ts +87 -0
  179. package/dist/commonjs/operationsInterfaces/dnsResolverDomainLists.d.ts.map +1 -0
  180. package/dist/commonjs/operationsInterfaces/dnsResolverDomainLists.js +10 -0
  181. package/dist/commonjs/operationsInterfaces/dnsResolverDomainLists.js.map +1 -0
  182. package/dist/commonjs/operationsInterfaces/dnsResolverPolicies.d.ts +78 -0
  183. package/dist/commonjs/operationsInterfaces/dnsResolverPolicies.d.ts.map +1 -0
  184. package/dist/commonjs/operationsInterfaces/dnsResolverPolicies.js +10 -0
  185. package/dist/commonjs/operationsInterfaces/dnsResolverPolicies.js.map +1 -0
  186. package/dist/commonjs/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts +81 -0
  187. package/dist/commonjs/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +1 -0
  188. package/dist/commonjs/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js +10 -0
  189. package/dist/commonjs/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js.map +1 -0
  190. package/dist/commonjs/operationsInterfaces/dnsResolvers.d.ts +78 -0
  191. package/dist/commonjs/operationsInterfaces/dnsResolvers.d.ts.map +1 -0
  192. package/dist/commonjs/operationsInterfaces/dnsResolvers.js +10 -0
  193. package/dist/commonjs/operationsInterfaces/dnsResolvers.js.map +1 -0
  194. package/dist/commonjs/operationsInterfaces/dnsSecurityRules.d.ts +74 -0
  195. package/dist/commonjs/operationsInterfaces/dnsSecurityRules.d.ts.map +1 -0
  196. package/dist/commonjs/operationsInterfaces/dnsSecurityRules.js +10 -0
  197. package/dist/commonjs/operationsInterfaces/dnsSecurityRules.js.map +1 -0
  198. package/dist/commonjs/operationsInterfaces/forwardingRules.d.ts +47 -0
  199. package/dist/commonjs/operationsInterfaces/forwardingRules.d.ts.map +1 -0
  200. package/dist/commonjs/operationsInterfaces/forwardingRules.js +10 -0
  201. package/dist/commonjs/operationsInterfaces/forwardingRules.js.map +1 -0
  202. package/dist/commonjs/operationsInterfaces/inboundEndpoints.d.ts +74 -0
  203. package/dist/commonjs/operationsInterfaces/inboundEndpoints.d.ts.map +1 -0
  204. package/dist/commonjs/operationsInterfaces/inboundEndpoints.js +10 -0
  205. package/dist/commonjs/operationsInterfaces/inboundEndpoints.js.map +1 -0
  206. package/dist/commonjs/operationsInterfaces/index.d.ts +11 -0
  207. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  208. package/dist/commonjs/operationsInterfaces/index.js +21 -0
  209. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  210. package/dist/commonjs/operationsInterfaces/outboundEndpoints.d.ts +74 -0
  211. package/dist/commonjs/operationsInterfaces/outboundEndpoints.d.ts.map +1 -0
  212. package/dist/commonjs/operationsInterfaces/outboundEndpoints.js +10 -0
  213. package/dist/commonjs/operationsInterfaces/outboundEndpoints.js.map +1 -0
  214. package/dist/commonjs/operationsInterfaces/virtualNetworkLinks.d.ts +76 -0
  215. package/dist/commonjs/operationsInterfaces/virtualNetworkLinks.d.ts.map +1 -0
  216. package/dist/commonjs/operationsInterfaces/virtualNetworkLinks.js +10 -0
  217. package/dist/commonjs/operationsInterfaces/virtualNetworkLinks.js.map +1 -0
  218. package/dist/commonjs/package.json +3 -0
  219. package/dist/commonjs/pagingHelper.d.ts +13 -0
  220. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  221. package/dist/commonjs/pagingHelper.js +36 -0
  222. package/dist/commonjs/pagingHelper.js.map +1 -0
  223. package/dist/commonjs/tsdoc-metadata.json +11 -0
  224. package/dist/esm/dnsResolverManagementClient.d.ts +29 -0
  225. package/dist/esm/dnsResolverManagementClient.d.ts.map +1 -0
  226. package/dist/esm/dnsResolverManagementClient.js +107 -0
  227. package/dist/esm/dnsResolverManagementClient.js.map +1 -0
  228. package/dist/esm/index.d.ts +5 -0
  229. package/dist/esm/index.d.ts.map +1 -0
  230. package/dist/esm/index.js +13 -0
  231. package/dist/esm/index.js.map +1 -0
  232. package/dist/esm/lroImpl.d.ts +11 -0
  233. package/dist/esm/lroImpl.d.ts.map +1 -0
  234. package/dist/esm/lroImpl.js +21 -0
  235. package/dist/esm/lroImpl.js.map +1 -0
  236. package/dist/esm/models/index.d.ts +1351 -0
  237. package/dist/esm/models/index.d.ts.map +1 -0
  238. package/dist/esm/models/index.js +86 -0
  239. package/dist/esm/models/index.js.map +1 -0
  240. package/dist/esm/models/mappers.d.ts +58 -0
  241. package/dist/esm/models/mappers.d.ts.map +1 -0
  242. package/dist/esm/models/mappers.js +1414 -0
  243. package/dist/esm/models/mappers.js.map +1 -0
  244. package/dist/esm/models/parameters.d.ts +45 -0
  245. package/dist/esm/models/parameters.d.ts.map +1 -0
  246. package/dist/esm/models/parameters.js +343 -0
  247. package/dist/esm/models/parameters.js.map +1 -0
  248. package/dist/esm/operations/dnsForwardingRulesets.d.ts +133 -0
  249. package/dist/esm/operations/dnsForwardingRulesets.d.ts.map +1 -0
  250. package/dist/esm/operations/dnsForwardingRulesets.js +676 -0
  251. package/dist/esm/operations/dnsForwardingRulesets.js.map +1 -0
  252. package/dist/esm/operations/dnsResolverDomainLists.d.ts +123 -0
  253. package/dist/esm/operations/dnsResolverDomainLists.d.ts.map +1 -0
  254. package/dist/esm/operations/dnsResolverDomainLists.js +653 -0
  255. package/dist/esm/operations/dnsResolverDomainLists.js.map +1 -0
  256. package/dist/esm/operations/dnsResolverPolicies.d.ts +131 -0
  257. package/dist/esm/operations/dnsResolverPolicies.d.ts.map +1 -0
  258. package/dist/esm/operations/dnsResolverPolicies.js +672 -0
  259. package/dist/esm/operations/dnsResolverPolicies.js.map +1 -0
  260. package/dist/esm/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts +106 -0
  261. package/dist/esm/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +1 -0
  262. package/dist/esm/operations/dnsResolverPolicyVirtualNetworkLinks.js +482 -0
  263. package/dist/esm/operations/dnsResolverPolicyVirtualNetworkLinks.js.map +1 -0
  264. package/dist/esm/operations/dnsResolvers.d.ts +131 -0
  265. package/dist/esm/operations/dnsResolvers.d.ts.map +1 -0
  266. package/dist/esm/operations/dnsResolvers.js +664 -0
  267. package/dist/esm/operations/dnsResolvers.js.map +1 -0
  268. package/dist/esm/operations/dnsSecurityRules.d.ts +99 -0
  269. package/dist/esm/operations/dnsSecurityRules.d.ts.map +1 -0
  270. package/dist/esm/operations/dnsSecurityRules.js +475 -0
  271. package/dist/esm/operations/dnsSecurityRules.js.map +1 -0
  272. package/dist/esm/operations/forwardingRules.d.ts +72 -0
  273. package/dist/esm/operations/forwardingRules.d.ts.map +1 -0
  274. package/dist/esm/operations/forwardingRules.js +317 -0
  275. package/dist/esm/operations/forwardingRules.js.map +1 -0
  276. package/dist/esm/operations/inboundEndpoints.d.ts +99 -0
  277. package/dist/esm/operations/inboundEndpoints.d.ts.map +1 -0
  278. package/dist/esm/operations/inboundEndpoints.js +462 -0
  279. package/dist/esm/operations/inboundEndpoints.js.map +1 -0
  280. package/dist/esm/operations/index.d.ts +11 -0
  281. package/dist/esm/operations/index.d.ts.map +1 -0
  282. package/dist/esm/operations/index.js +18 -0
  283. package/dist/esm/operations/index.js.map +1 -0
  284. package/dist/esm/operations/outboundEndpoints.d.ts +99 -0
  285. package/dist/esm/operations/outboundEndpoints.d.ts.map +1 -0
  286. package/dist/esm/operations/outboundEndpoints.js +462 -0
  287. package/dist/esm/operations/outboundEndpoints.js.map +1 -0
  288. package/dist/esm/operations/virtualNetworkLinks.d.ts +101 -0
  289. package/dist/esm/operations/virtualNetworkLinks.d.ts.map +1 -0
  290. package/dist/esm/operations/virtualNetworkLinks.js +469 -0
  291. package/dist/esm/operations/virtualNetworkLinks.js.map +1 -0
  292. package/dist/esm/operationsInterfaces/dnsForwardingRulesets.d.ts +80 -0
  293. package/dist/esm/operationsInterfaces/dnsForwardingRulesets.d.ts.map +1 -0
  294. package/dist/esm/operationsInterfaces/dnsForwardingRulesets.js +9 -0
  295. package/dist/esm/operationsInterfaces/dnsForwardingRulesets.js.map +1 -0
  296. package/dist/esm/operationsInterfaces/dnsResolverDomainLists.d.ts +87 -0
  297. package/dist/esm/operationsInterfaces/dnsResolverDomainLists.d.ts.map +1 -0
  298. package/dist/esm/operationsInterfaces/dnsResolverDomainLists.js +9 -0
  299. package/dist/esm/operationsInterfaces/dnsResolverDomainLists.js.map +1 -0
  300. package/dist/esm/operationsInterfaces/dnsResolverPolicies.d.ts +78 -0
  301. package/dist/esm/operationsInterfaces/dnsResolverPolicies.d.ts.map +1 -0
  302. package/dist/esm/operationsInterfaces/dnsResolverPolicies.js +9 -0
  303. package/dist/esm/operationsInterfaces/dnsResolverPolicies.js.map +1 -0
  304. package/dist/esm/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts +81 -0
  305. package/dist/esm/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +1 -0
  306. package/dist/esm/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js +9 -0
  307. package/dist/esm/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js.map +1 -0
  308. package/dist/esm/operationsInterfaces/dnsResolvers.d.ts +78 -0
  309. package/dist/esm/operationsInterfaces/dnsResolvers.d.ts.map +1 -0
  310. package/dist/esm/operationsInterfaces/dnsResolvers.js +9 -0
  311. package/dist/esm/operationsInterfaces/dnsResolvers.js.map +1 -0
  312. package/dist/esm/operationsInterfaces/dnsSecurityRules.d.ts +74 -0
  313. package/dist/esm/operationsInterfaces/dnsSecurityRules.d.ts.map +1 -0
  314. package/dist/esm/operationsInterfaces/dnsSecurityRules.js +9 -0
  315. package/dist/esm/operationsInterfaces/dnsSecurityRules.js.map +1 -0
  316. package/dist/esm/operationsInterfaces/forwardingRules.d.ts +47 -0
  317. package/dist/esm/operationsInterfaces/forwardingRules.d.ts.map +1 -0
  318. package/dist/esm/operationsInterfaces/forwardingRules.js +9 -0
  319. package/dist/esm/operationsInterfaces/forwardingRules.js.map +1 -0
  320. package/dist/esm/operationsInterfaces/inboundEndpoints.d.ts +74 -0
  321. package/dist/esm/operationsInterfaces/inboundEndpoints.d.ts.map +1 -0
  322. package/dist/esm/operationsInterfaces/inboundEndpoints.js +9 -0
  323. package/dist/esm/operationsInterfaces/inboundEndpoints.js.map +1 -0
  324. package/dist/esm/operationsInterfaces/index.d.ts +11 -0
  325. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  326. package/dist/esm/operationsInterfaces/index.js +18 -0
  327. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  328. package/dist/esm/operationsInterfaces/outboundEndpoints.d.ts +74 -0
  329. package/dist/esm/operationsInterfaces/outboundEndpoints.d.ts.map +1 -0
  330. package/dist/esm/operationsInterfaces/outboundEndpoints.js +9 -0
  331. package/dist/esm/operationsInterfaces/outboundEndpoints.js.map +1 -0
  332. package/dist/esm/operationsInterfaces/virtualNetworkLinks.d.ts +76 -0
  333. package/dist/esm/operationsInterfaces/virtualNetworkLinks.d.ts.map +1 -0
  334. package/dist/esm/operationsInterfaces/virtualNetworkLinks.js +9 -0
  335. package/dist/esm/operationsInterfaces/virtualNetworkLinks.js.map +1 -0
  336. package/dist/esm/package.json +3 -0
  337. package/dist/esm/pagingHelper.d.ts +13 -0
  338. package/dist/esm/pagingHelper.d.ts.map +1 -0
  339. package/dist/esm/pagingHelper.js +32 -0
  340. package/dist/esm/pagingHelper.js.map +1 -0
  341. package/dist/react-native/dnsResolverManagementClient.d.ts +29 -0
  342. package/dist/react-native/dnsResolverManagementClient.d.ts.map +1 -0
  343. package/dist/react-native/dnsResolverManagementClient.js +107 -0
  344. package/dist/react-native/dnsResolverManagementClient.js.map +1 -0
  345. package/dist/react-native/index.d.ts +5 -0
  346. package/dist/react-native/index.d.ts.map +1 -0
  347. package/dist/react-native/index.js +13 -0
  348. package/dist/react-native/index.js.map +1 -0
  349. package/dist/react-native/lroImpl.d.ts +11 -0
  350. package/dist/react-native/lroImpl.d.ts.map +1 -0
  351. package/dist/react-native/lroImpl.js +21 -0
  352. package/dist/react-native/lroImpl.js.map +1 -0
  353. package/dist/react-native/models/index.d.ts +1351 -0
  354. package/dist/react-native/models/index.d.ts.map +1 -0
  355. package/dist/react-native/models/index.js +86 -0
  356. package/dist/react-native/models/index.js.map +1 -0
  357. package/dist/react-native/models/mappers.d.ts +58 -0
  358. package/dist/react-native/models/mappers.d.ts.map +1 -0
  359. package/dist/react-native/models/mappers.js +1414 -0
  360. package/dist/react-native/models/mappers.js.map +1 -0
  361. package/dist/react-native/models/parameters.d.ts +45 -0
  362. package/dist/react-native/models/parameters.d.ts.map +1 -0
  363. package/dist/react-native/models/parameters.js +343 -0
  364. package/dist/react-native/models/parameters.js.map +1 -0
  365. package/dist/react-native/operations/dnsForwardingRulesets.d.ts +133 -0
  366. package/dist/react-native/operations/dnsForwardingRulesets.d.ts.map +1 -0
  367. package/dist/react-native/operations/dnsForwardingRulesets.js +676 -0
  368. package/dist/react-native/operations/dnsForwardingRulesets.js.map +1 -0
  369. package/dist/react-native/operations/dnsResolverDomainLists.d.ts +123 -0
  370. package/dist/react-native/operations/dnsResolverDomainLists.d.ts.map +1 -0
  371. package/dist/react-native/operations/dnsResolverDomainLists.js +653 -0
  372. package/dist/react-native/operations/dnsResolverDomainLists.js.map +1 -0
  373. package/dist/react-native/operations/dnsResolverPolicies.d.ts +131 -0
  374. package/dist/react-native/operations/dnsResolverPolicies.d.ts.map +1 -0
  375. package/dist/react-native/operations/dnsResolverPolicies.js +672 -0
  376. package/dist/react-native/operations/dnsResolverPolicies.js.map +1 -0
  377. package/dist/react-native/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts +106 -0
  378. package/dist/react-native/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +1 -0
  379. package/dist/react-native/operations/dnsResolverPolicyVirtualNetworkLinks.js +482 -0
  380. package/dist/react-native/operations/dnsResolverPolicyVirtualNetworkLinks.js.map +1 -0
  381. package/dist/react-native/operations/dnsResolvers.d.ts +131 -0
  382. package/dist/react-native/operations/dnsResolvers.d.ts.map +1 -0
  383. package/dist/react-native/operations/dnsResolvers.js +664 -0
  384. package/dist/react-native/operations/dnsResolvers.js.map +1 -0
  385. package/dist/react-native/operations/dnsSecurityRules.d.ts +99 -0
  386. package/dist/react-native/operations/dnsSecurityRules.d.ts.map +1 -0
  387. package/dist/react-native/operations/dnsSecurityRules.js +475 -0
  388. package/dist/react-native/operations/dnsSecurityRules.js.map +1 -0
  389. package/dist/react-native/operations/forwardingRules.d.ts +72 -0
  390. package/dist/react-native/operations/forwardingRules.d.ts.map +1 -0
  391. package/dist/react-native/operations/forwardingRules.js +317 -0
  392. package/dist/react-native/operations/forwardingRules.js.map +1 -0
  393. package/dist/react-native/operations/inboundEndpoints.d.ts +99 -0
  394. package/dist/react-native/operations/inboundEndpoints.d.ts.map +1 -0
  395. package/dist/react-native/operations/inboundEndpoints.js +462 -0
  396. package/dist/react-native/operations/inboundEndpoints.js.map +1 -0
  397. package/dist/react-native/operations/index.d.ts +11 -0
  398. package/dist/react-native/operations/index.d.ts.map +1 -0
  399. package/dist/react-native/operations/index.js +18 -0
  400. package/dist/react-native/operations/index.js.map +1 -0
  401. package/dist/react-native/operations/outboundEndpoints.d.ts +99 -0
  402. package/dist/react-native/operations/outboundEndpoints.d.ts.map +1 -0
  403. package/dist/react-native/operations/outboundEndpoints.js +462 -0
  404. package/dist/react-native/operations/outboundEndpoints.js.map +1 -0
  405. package/dist/react-native/operations/virtualNetworkLinks.d.ts +101 -0
  406. package/dist/react-native/operations/virtualNetworkLinks.d.ts.map +1 -0
  407. package/dist/react-native/operations/virtualNetworkLinks.js +469 -0
  408. package/dist/react-native/operations/virtualNetworkLinks.js.map +1 -0
  409. package/dist/react-native/operationsInterfaces/dnsForwardingRulesets.d.ts +80 -0
  410. package/dist/react-native/operationsInterfaces/dnsForwardingRulesets.d.ts.map +1 -0
  411. package/dist/react-native/operationsInterfaces/dnsForwardingRulesets.js +9 -0
  412. package/dist/react-native/operationsInterfaces/dnsForwardingRulesets.js.map +1 -0
  413. package/dist/react-native/operationsInterfaces/dnsResolverDomainLists.d.ts +87 -0
  414. package/dist/react-native/operationsInterfaces/dnsResolverDomainLists.d.ts.map +1 -0
  415. package/dist/react-native/operationsInterfaces/dnsResolverDomainLists.js +9 -0
  416. package/dist/react-native/operationsInterfaces/dnsResolverDomainLists.js.map +1 -0
  417. package/dist/react-native/operationsInterfaces/dnsResolverPolicies.d.ts +78 -0
  418. package/dist/react-native/operationsInterfaces/dnsResolverPolicies.d.ts.map +1 -0
  419. package/dist/react-native/operationsInterfaces/dnsResolverPolicies.js +9 -0
  420. package/dist/react-native/operationsInterfaces/dnsResolverPolicies.js.map +1 -0
  421. package/dist/react-native/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts +81 -0
  422. package/dist/react-native/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +1 -0
  423. package/dist/react-native/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js +9 -0
  424. package/dist/react-native/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js.map +1 -0
  425. package/dist/react-native/operationsInterfaces/dnsResolvers.d.ts +78 -0
  426. package/dist/react-native/operationsInterfaces/dnsResolvers.d.ts.map +1 -0
  427. package/dist/react-native/operationsInterfaces/dnsResolvers.js +9 -0
  428. package/dist/react-native/operationsInterfaces/dnsResolvers.js.map +1 -0
  429. package/dist/react-native/operationsInterfaces/dnsSecurityRules.d.ts +74 -0
  430. package/dist/react-native/operationsInterfaces/dnsSecurityRules.d.ts.map +1 -0
  431. package/dist/react-native/operationsInterfaces/dnsSecurityRules.js +9 -0
  432. package/dist/react-native/operationsInterfaces/dnsSecurityRules.js.map +1 -0
  433. package/dist/react-native/operationsInterfaces/forwardingRules.d.ts +47 -0
  434. package/dist/react-native/operationsInterfaces/forwardingRules.d.ts.map +1 -0
  435. package/dist/react-native/operationsInterfaces/forwardingRules.js +9 -0
  436. package/dist/react-native/operationsInterfaces/forwardingRules.js.map +1 -0
  437. package/dist/react-native/operationsInterfaces/inboundEndpoints.d.ts +74 -0
  438. package/dist/react-native/operationsInterfaces/inboundEndpoints.d.ts.map +1 -0
  439. package/dist/react-native/operationsInterfaces/inboundEndpoints.js +9 -0
  440. package/dist/react-native/operationsInterfaces/inboundEndpoints.js.map +1 -0
  441. package/dist/react-native/operationsInterfaces/index.d.ts +11 -0
  442. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  443. package/dist/react-native/operationsInterfaces/index.js +18 -0
  444. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  445. package/dist/react-native/operationsInterfaces/outboundEndpoints.d.ts +74 -0
  446. package/dist/react-native/operationsInterfaces/outboundEndpoints.d.ts.map +1 -0
  447. package/dist/react-native/operationsInterfaces/outboundEndpoints.js +9 -0
  448. package/dist/react-native/operationsInterfaces/outboundEndpoints.js.map +1 -0
  449. package/dist/react-native/operationsInterfaces/virtualNetworkLinks.d.ts +76 -0
  450. package/dist/react-native/operationsInterfaces/virtualNetworkLinks.d.ts.map +1 -0
  451. package/dist/react-native/operationsInterfaces/virtualNetworkLinks.js +9 -0
  452. package/dist/react-native/operationsInterfaces/virtualNetworkLinks.js.map +1 -0
  453. package/dist/react-native/package.json +3 -0
  454. package/dist/react-native/pagingHelper.d.ts +13 -0
  455. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  456. package/dist/react-native/pagingHelper.js +32 -0
  457. package/dist/react-native/pagingHelper.js.map +1 -0
  458. package/package.json +77 -59
  459. package/review/arm-dnsresolver.api.md +35 -9
  460. package/dist/index.js +0 -7326
  461. package/dist/index.js.map +0 -1
  462. package/dist/index.min.js +0 -1
  463. package/dist/index.min.js.map +0 -1
  464. package/dist-esm/samples-dev/dnsForwardingRulesetsCreateOrUpdateSample.d.ts +0 -2
  465. package/dist-esm/samples-dev/dnsForwardingRulesetsCreateOrUpdateSample.d.ts.map +0 -1
  466. package/dist-esm/samples-dev/dnsForwardingRulesetsCreateOrUpdateSample.js +0 -51
  467. package/dist-esm/samples-dev/dnsForwardingRulesetsCreateOrUpdateSample.js.map +0 -1
  468. package/dist-esm/samples-dev/dnsForwardingRulesetsDeleteSample.d.ts +0 -2
  469. package/dist-esm/samples-dev/dnsForwardingRulesetsDeleteSample.d.ts.map +0 -1
  470. package/dist-esm/samples-dev/dnsForwardingRulesetsDeleteSample.js +0 -39
  471. package/dist-esm/samples-dev/dnsForwardingRulesetsDeleteSample.js.map +0 -1
  472. package/dist-esm/samples-dev/dnsForwardingRulesetsGetSample.d.ts +0 -2
  473. package/dist-esm/samples-dev/dnsForwardingRulesetsGetSample.d.ts.map +0 -1
  474. package/dist-esm/samples-dev/dnsForwardingRulesetsGetSample.js +0 -39
  475. package/dist-esm/samples-dev/dnsForwardingRulesetsGetSample.js.map +0 -1
  476. package/dist-esm/samples-dev/dnsForwardingRulesetsListByResourceGroupSample.d.ts +0 -2
  477. package/dist-esm/samples-dev/dnsForwardingRulesetsListByResourceGroupSample.d.ts.map +0 -1
  478. package/dist-esm/samples-dev/dnsForwardingRulesetsListByResourceGroupSample.js +0 -54
  479. package/dist-esm/samples-dev/dnsForwardingRulesetsListByResourceGroupSample.js.map +0 -1
  480. package/dist-esm/samples-dev/dnsForwardingRulesetsListByVirtualNetworkSample.d.ts +0 -2
  481. package/dist-esm/samples-dev/dnsForwardingRulesetsListByVirtualNetworkSample.d.ts.map +0 -1
  482. package/dist-esm/samples-dev/dnsForwardingRulesetsListByVirtualNetworkSample.js +0 -55
  483. package/dist-esm/samples-dev/dnsForwardingRulesetsListByVirtualNetworkSample.js.map +0 -1
  484. package/dist-esm/samples-dev/dnsForwardingRulesetsListSample.d.ts +0 -2
  485. package/dist-esm/samples-dev/dnsForwardingRulesetsListSample.d.ts.map +0 -1
  486. package/dist-esm/samples-dev/dnsForwardingRulesetsListSample.js +0 -53
  487. package/dist-esm/samples-dev/dnsForwardingRulesetsListSample.js.map +0 -1
  488. package/dist-esm/samples-dev/dnsForwardingRulesetsUpdateSample.d.ts +0 -2
  489. package/dist-esm/samples-dev/dnsForwardingRulesetsUpdateSample.d.ts.map +0 -1
  490. package/dist-esm/samples-dev/dnsForwardingRulesetsUpdateSample.js +0 -40
  491. package/dist-esm/samples-dev/dnsForwardingRulesetsUpdateSample.js.map +0 -1
  492. package/dist-esm/samples-dev/dnsResolverDomainListsCreateOrUpdateSample.d.ts +0 -2
  493. package/dist-esm/samples-dev/dnsResolverDomainListsCreateOrUpdateSample.d.ts.map +0 -1
  494. package/dist-esm/samples-dev/dnsResolverDomainListsCreateOrUpdateSample.js +0 -44
  495. package/dist-esm/samples-dev/dnsResolverDomainListsCreateOrUpdateSample.js.map +0 -1
  496. package/dist-esm/samples-dev/dnsResolverDomainListsDeleteSample.d.ts +0 -2
  497. package/dist-esm/samples-dev/dnsResolverDomainListsDeleteSample.d.ts.map +0 -1
  498. package/dist-esm/samples-dev/dnsResolverDomainListsDeleteSample.js +0 -39
  499. package/dist-esm/samples-dev/dnsResolverDomainListsDeleteSample.js.map +0 -1
  500. package/dist-esm/samples-dev/dnsResolverDomainListsGetSample.d.ts +0 -2
  501. package/dist-esm/samples-dev/dnsResolverDomainListsGetSample.d.ts.map +0 -1
  502. package/dist-esm/samples-dev/dnsResolverDomainListsGetSample.js +0 -39
  503. package/dist-esm/samples-dev/dnsResolverDomainListsGetSample.js.map +0 -1
  504. package/dist-esm/samples-dev/dnsResolverDomainListsListByResourceGroupSample.d.ts +0 -2
  505. package/dist-esm/samples-dev/dnsResolverDomainListsListByResourceGroupSample.d.ts.map +0 -1
  506. package/dist-esm/samples-dev/dnsResolverDomainListsListByResourceGroupSample.js +0 -54
  507. package/dist-esm/samples-dev/dnsResolverDomainListsListByResourceGroupSample.js.map +0 -1
  508. package/dist-esm/samples-dev/dnsResolverDomainListsListSample.d.ts +0 -2
  509. package/dist-esm/samples-dev/dnsResolverDomainListsListSample.d.ts.map +0 -1
  510. package/dist-esm/samples-dev/dnsResolverDomainListsListSample.js +0 -53
  511. package/dist-esm/samples-dev/dnsResolverDomainListsListSample.js.map +0 -1
  512. package/dist-esm/samples-dev/dnsResolverDomainListsUpdateSample.d.ts +0 -2
  513. package/dist-esm/samples-dev/dnsResolverDomainListsUpdateSample.d.ts.map +0 -1
  514. package/dist-esm/samples-dev/dnsResolverDomainListsUpdateSample.js +0 -43
  515. package/dist-esm/samples-dev/dnsResolverDomainListsUpdateSample.js.map +0 -1
  516. package/dist-esm/samples-dev/dnsResolverPoliciesCreateOrUpdateSample.d.ts +0 -2
  517. package/dist-esm/samples-dev/dnsResolverPoliciesCreateOrUpdateSample.d.ts.map +0 -1
  518. package/dist-esm/samples-dev/dnsResolverPoliciesCreateOrUpdateSample.js +0 -43
  519. package/dist-esm/samples-dev/dnsResolverPoliciesCreateOrUpdateSample.js.map +0 -1
  520. package/dist-esm/samples-dev/dnsResolverPoliciesDeleteSample.d.ts +0 -2
  521. package/dist-esm/samples-dev/dnsResolverPoliciesDeleteSample.d.ts.map +0 -1
  522. package/dist-esm/samples-dev/dnsResolverPoliciesDeleteSample.js +0 -39
  523. package/dist-esm/samples-dev/dnsResolverPoliciesDeleteSample.js.map +0 -1
  524. package/dist-esm/samples-dev/dnsResolverPoliciesGetSample.d.ts +0 -2
  525. package/dist-esm/samples-dev/dnsResolverPoliciesGetSample.d.ts.map +0 -1
  526. package/dist-esm/samples-dev/dnsResolverPoliciesGetSample.js +0 -39
  527. package/dist-esm/samples-dev/dnsResolverPoliciesGetSample.js.map +0 -1
  528. package/dist-esm/samples-dev/dnsResolverPoliciesListByResourceGroupSample.d.ts +0 -2
  529. package/dist-esm/samples-dev/dnsResolverPoliciesListByResourceGroupSample.d.ts.map +0 -1
  530. package/dist-esm/samples-dev/dnsResolverPoliciesListByResourceGroupSample.js +0 -54
  531. package/dist-esm/samples-dev/dnsResolverPoliciesListByResourceGroupSample.js.map +0 -1
  532. package/dist-esm/samples-dev/dnsResolverPoliciesListByVirtualNetworkSample.d.ts +0 -2
  533. package/dist-esm/samples-dev/dnsResolverPoliciesListByVirtualNetworkSample.d.ts.map +0 -1
  534. package/dist-esm/samples-dev/dnsResolverPoliciesListByVirtualNetworkSample.js +0 -55
  535. package/dist-esm/samples-dev/dnsResolverPoliciesListByVirtualNetworkSample.js.map +0 -1
  536. package/dist-esm/samples-dev/dnsResolverPoliciesListSample.d.ts +0 -2
  537. package/dist-esm/samples-dev/dnsResolverPoliciesListSample.d.ts.map +0 -1
  538. package/dist-esm/samples-dev/dnsResolverPoliciesListSample.js +0 -53
  539. package/dist-esm/samples-dev/dnsResolverPoliciesListSample.js.map +0 -1
  540. package/dist-esm/samples-dev/dnsResolverPoliciesUpdateSample.d.ts +0 -2
  541. package/dist-esm/samples-dev/dnsResolverPoliciesUpdateSample.d.ts.map +0 -1
  542. package/dist-esm/samples-dev/dnsResolverPoliciesUpdateSample.js +0 -40
  543. package/dist-esm/samples-dev/dnsResolverPoliciesUpdateSample.js.map +0 -1
  544. package/dist-esm/samples-dev/dnsResolverPolicyVirtualNetworkLinksCreateOrUpdateSample.d.ts +0 -2
  545. package/dist-esm/samples-dev/dnsResolverPolicyVirtualNetworkLinksCreateOrUpdateSample.d.ts.map +0 -1
  546. package/dist-esm/samples-dev/dnsResolverPolicyVirtualNetworkLinksCreateOrUpdateSample.js +0 -47
  547. package/dist-esm/samples-dev/dnsResolverPolicyVirtualNetworkLinksCreateOrUpdateSample.js.map +0 -1
  548. package/dist-esm/samples-dev/dnsResolverPolicyVirtualNetworkLinksDeleteSample.d.ts +0 -2
  549. package/dist-esm/samples-dev/dnsResolverPolicyVirtualNetworkLinksDeleteSample.d.ts.map +0 -1
  550. package/dist-esm/samples-dev/dnsResolverPolicyVirtualNetworkLinksDeleteSample.js +0 -40
  551. package/dist-esm/samples-dev/dnsResolverPolicyVirtualNetworkLinksDeleteSample.js.map +0 -1
  552. package/dist-esm/samples-dev/dnsResolverPolicyVirtualNetworkLinksGetSample.d.ts +0 -2
  553. package/dist-esm/samples-dev/dnsResolverPolicyVirtualNetworkLinksGetSample.d.ts.map +0 -1
  554. package/dist-esm/samples-dev/dnsResolverPolicyVirtualNetworkLinksGetSample.js +0 -40
  555. package/dist-esm/samples-dev/dnsResolverPolicyVirtualNetworkLinksGetSample.js.map +0 -1
  556. package/dist-esm/samples-dev/dnsResolverPolicyVirtualNetworkLinksListSample.d.ts +0 -2
  557. package/dist-esm/samples-dev/dnsResolverPolicyVirtualNetworkLinksListSample.d.ts.map +0 -1
  558. package/dist-esm/samples-dev/dnsResolverPolicyVirtualNetworkLinksListSample.js +0 -55
  559. package/dist-esm/samples-dev/dnsResolverPolicyVirtualNetworkLinksListSample.js.map +0 -1
  560. package/dist-esm/samples-dev/dnsResolverPolicyVirtualNetworkLinksUpdateSample.d.ts +0 -2
  561. package/dist-esm/samples-dev/dnsResolverPolicyVirtualNetworkLinksUpdateSample.d.ts.map +0 -1
  562. package/dist-esm/samples-dev/dnsResolverPolicyVirtualNetworkLinksUpdateSample.js +0 -43
  563. package/dist-esm/samples-dev/dnsResolverPolicyVirtualNetworkLinksUpdateSample.js.map +0 -1
  564. package/dist-esm/samples-dev/dnsResolversCreateOrUpdateSample.d.ts +0 -2
  565. package/dist-esm/samples-dev/dnsResolversCreateOrUpdateSample.d.ts.map +0 -1
  566. package/dist-esm/samples-dev/dnsResolversCreateOrUpdateSample.js +0 -46
  567. package/dist-esm/samples-dev/dnsResolversCreateOrUpdateSample.js.map +0 -1
  568. package/dist-esm/samples-dev/dnsResolversDeleteSample.d.ts +0 -2
  569. package/dist-esm/samples-dev/dnsResolversDeleteSample.d.ts.map +0 -1
  570. package/dist-esm/samples-dev/dnsResolversDeleteSample.js +0 -39
  571. package/dist-esm/samples-dev/dnsResolversDeleteSample.js.map +0 -1
  572. package/dist-esm/samples-dev/dnsResolversGetSample.d.ts +0 -2
  573. package/dist-esm/samples-dev/dnsResolversGetSample.d.ts.map +0 -1
  574. package/dist-esm/samples-dev/dnsResolversGetSample.js +0 -39
  575. package/dist-esm/samples-dev/dnsResolversGetSample.js.map +0 -1
  576. package/dist-esm/samples-dev/dnsResolversListByResourceGroupSample.d.ts +0 -2
  577. package/dist-esm/samples-dev/dnsResolversListByResourceGroupSample.d.ts.map +0 -1
  578. package/dist-esm/samples-dev/dnsResolversListByResourceGroupSample.js +0 -54
  579. package/dist-esm/samples-dev/dnsResolversListByResourceGroupSample.js.map +0 -1
  580. package/dist-esm/samples-dev/dnsResolversListByVirtualNetworkSample.d.ts +0 -2
  581. package/dist-esm/samples-dev/dnsResolversListByVirtualNetworkSample.d.ts.map +0 -1
  582. package/dist-esm/samples-dev/dnsResolversListByVirtualNetworkSample.js +0 -55
  583. package/dist-esm/samples-dev/dnsResolversListByVirtualNetworkSample.js.map +0 -1
  584. package/dist-esm/samples-dev/dnsResolversListSample.d.ts +0 -2
  585. package/dist-esm/samples-dev/dnsResolversListSample.d.ts.map +0 -1
  586. package/dist-esm/samples-dev/dnsResolversListSample.js +0 -53
  587. package/dist-esm/samples-dev/dnsResolversListSample.js.map +0 -1
  588. package/dist-esm/samples-dev/dnsResolversUpdateSample.d.ts +0 -2
  589. package/dist-esm/samples-dev/dnsResolversUpdateSample.d.ts.map +0 -1
  590. package/dist-esm/samples-dev/dnsResolversUpdateSample.js +0 -40
  591. package/dist-esm/samples-dev/dnsResolversUpdateSample.js.map +0 -1
  592. package/dist-esm/samples-dev/dnsSecurityRulesCreateOrUpdateSample.d.ts +0 -2
  593. package/dist-esm/samples-dev/dnsSecurityRulesCreateOrUpdateSample.d.ts.map +0 -1
  594. package/dist-esm/samples-dev/dnsSecurityRulesCreateOrUpdateSample.js +0 -52
  595. package/dist-esm/samples-dev/dnsSecurityRulesCreateOrUpdateSample.js.map +0 -1
  596. package/dist-esm/samples-dev/dnsSecurityRulesDeleteSample.d.ts +0 -2
  597. package/dist-esm/samples-dev/dnsSecurityRulesDeleteSample.d.ts.map +0 -1
  598. package/dist-esm/samples-dev/dnsSecurityRulesDeleteSample.js +0 -40
  599. package/dist-esm/samples-dev/dnsSecurityRulesDeleteSample.js.map +0 -1
  600. package/dist-esm/samples-dev/dnsSecurityRulesGetSample.d.ts +0 -2
  601. package/dist-esm/samples-dev/dnsSecurityRulesGetSample.d.ts.map +0 -1
  602. package/dist-esm/samples-dev/dnsSecurityRulesGetSample.js +0 -40
  603. package/dist-esm/samples-dev/dnsSecurityRulesGetSample.js.map +0 -1
  604. package/dist-esm/samples-dev/dnsSecurityRulesListSample.d.ts +0 -2
  605. package/dist-esm/samples-dev/dnsSecurityRulesListSample.d.ts.map +0 -1
  606. package/dist-esm/samples-dev/dnsSecurityRulesListSample.js +0 -55
  607. package/dist-esm/samples-dev/dnsSecurityRulesListSample.js.map +0 -1
  608. package/dist-esm/samples-dev/dnsSecurityRulesUpdateSample.d.ts +0 -2
  609. package/dist-esm/samples-dev/dnsSecurityRulesUpdateSample.d.ts.map +0 -1
  610. package/dist-esm/samples-dev/dnsSecurityRulesUpdateSample.js +0 -44
  611. package/dist-esm/samples-dev/dnsSecurityRulesUpdateSample.js.map +0 -1
  612. package/dist-esm/samples-dev/forwardingRulesCreateOrUpdateSample.d.ts +0 -2
  613. package/dist-esm/samples-dev/forwardingRulesCreateOrUpdateSample.d.ts.map +0 -1
  614. package/dist-esm/samples-dev/forwardingRulesCreateOrUpdateSample.js +0 -49
  615. package/dist-esm/samples-dev/forwardingRulesCreateOrUpdateSample.js.map +0 -1
  616. package/dist-esm/samples-dev/forwardingRulesDeleteSample.d.ts +0 -2
  617. package/dist-esm/samples-dev/forwardingRulesDeleteSample.d.ts.map +0 -1
  618. package/dist-esm/samples-dev/forwardingRulesDeleteSample.js +0 -40
  619. package/dist-esm/samples-dev/forwardingRulesDeleteSample.js.map +0 -1
  620. package/dist-esm/samples-dev/forwardingRulesGetSample.d.ts +0 -2
  621. package/dist-esm/samples-dev/forwardingRulesGetSample.d.ts.map +0 -1
  622. package/dist-esm/samples-dev/forwardingRulesGetSample.js +0 -40
  623. package/dist-esm/samples-dev/forwardingRulesGetSample.js.map +0 -1
  624. package/dist-esm/samples-dev/forwardingRulesListSample.d.ts +0 -2
  625. package/dist-esm/samples-dev/forwardingRulesListSample.d.ts.map +0 -1
  626. package/dist-esm/samples-dev/forwardingRulesListSample.js +0 -55
  627. package/dist-esm/samples-dev/forwardingRulesListSample.js.map +0 -1
  628. package/dist-esm/samples-dev/forwardingRulesUpdateSample.d.ts +0 -2
  629. package/dist-esm/samples-dev/forwardingRulesUpdateSample.d.ts.map +0 -1
  630. package/dist-esm/samples-dev/forwardingRulesUpdateSample.js +0 -44
  631. package/dist-esm/samples-dev/forwardingRulesUpdateSample.js.map +0 -1
  632. package/dist-esm/samples-dev/inboundEndpointsCreateOrUpdateSample.d.ts +0 -2
  633. package/dist-esm/samples-dev/inboundEndpointsCreateOrUpdateSample.d.ts.map +0 -1
  634. package/dist-esm/samples-dev/inboundEndpointsCreateOrUpdateSample.js +0 -52
  635. package/dist-esm/samples-dev/inboundEndpointsCreateOrUpdateSample.js.map +0 -1
  636. package/dist-esm/samples-dev/inboundEndpointsDeleteSample.d.ts +0 -2
  637. package/dist-esm/samples-dev/inboundEndpointsDeleteSample.d.ts.map +0 -1
  638. package/dist-esm/samples-dev/inboundEndpointsDeleteSample.js +0 -40
  639. package/dist-esm/samples-dev/inboundEndpointsDeleteSample.js.map +0 -1
  640. package/dist-esm/samples-dev/inboundEndpointsGetSample.d.ts +0 -2
  641. package/dist-esm/samples-dev/inboundEndpointsGetSample.d.ts.map +0 -1
  642. package/dist-esm/samples-dev/inboundEndpointsGetSample.js +0 -40
  643. package/dist-esm/samples-dev/inboundEndpointsGetSample.js.map +0 -1
  644. package/dist-esm/samples-dev/inboundEndpointsListSample.d.ts +0 -2
  645. package/dist-esm/samples-dev/inboundEndpointsListSample.d.ts.map +0 -1
  646. package/dist-esm/samples-dev/inboundEndpointsListSample.js +0 -55
  647. package/dist-esm/samples-dev/inboundEndpointsListSample.js.map +0 -1
  648. package/dist-esm/samples-dev/inboundEndpointsUpdateSample.d.ts +0 -2
  649. package/dist-esm/samples-dev/inboundEndpointsUpdateSample.d.ts.map +0 -1
  650. package/dist-esm/samples-dev/inboundEndpointsUpdateSample.js +0 -41
  651. package/dist-esm/samples-dev/inboundEndpointsUpdateSample.js.map +0 -1
  652. package/dist-esm/samples-dev/outboundEndpointsCreateOrUpdateSample.d.ts +0 -2
  653. package/dist-esm/samples-dev/outboundEndpointsCreateOrUpdateSample.d.ts.map +0 -1
  654. package/dist-esm/samples-dev/outboundEndpointsCreateOrUpdateSample.js +0 -47
  655. package/dist-esm/samples-dev/outboundEndpointsCreateOrUpdateSample.js.map +0 -1
  656. package/dist-esm/samples-dev/outboundEndpointsDeleteSample.d.ts +0 -2
  657. package/dist-esm/samples-dev/outboundEndpointsDeleteSample.d.ts.map +0 -1
  658. package/dist-esm/samples-dev/outboundEndpointsDeleteSample.js +0 -40
  659. package/dist-esm/samples-dev/outboundEndpointsDeleteSample.js.map +0 -1
  660. package/dist-esm/samples-dev/outboundEndpointsGetSample.d.ts +0 -2
  661. package/dist-esm/samples-dev/outboundEndpointsGetSample.d.ts.map +0 -1
  662. package/dist-esm/samples-dev/outboundEndpointsGetSample.js +0 -40
  663. package/dist-esm/samples-dev/outboundEndpointsGetSample.js.map +0 -1
  664. package/dist-esm/samples-dev/outboundEndpointsListSample.d.ts +0 -2
  665. package/dist-esm/samples-dev/outboundEndpointsListSample.d.ts.map +0 -1
  666. package/dist-esm/samples-dev/outboundEndpointsListSample.js +0 -55
  667. package/dist-esm/samples-dev/outboundEndpointsListSample.js.map +0 -1
  668. package/dist-esm/samples-dev/outboundEndpointsUpdateSample.d.ts +0 -2
  669. package/dist-esm/samples-dev/outboundEndpointsUpdateSample.d.ts.map +0 -1
  670. package/dist-esm/samples-dev/outboundEndpointsUpdateSample.js +0 -41
  671. package/dist-esm/samples-dev/outboundEndpointsUpdateSample.js.map +0 -1
  672. package/dist-esm/samples-dev/virtualNetworkLinksCreateOrUpdateSample.d.ts +0 -2
  673. package/dist-esm/samples-dev/virtualNetworkLinksCreateOrUpdateSample.d.ts.map +0 -1
  674. package/dist-esm/samples-dev/virtualNetworkLinksCreateOrUpdateSample.js +0 -46
  675. package/dist-esm/samples-dev/virtualNetworkLinksCreateOrUpdateSample.js.map +0 -1
  676. package/dist-esm/samples-dev/virtualNetworkLinksDeleteSample.d.ts +0 -2
  677. package/dist-esm/samples-dev/virtualNetworkLinksDeleteSample.d.ts.map +0 -1
  678. package/dist-esm/samples-dev/virtualNetworkLinksDeleteSample.js +0 -40
  679. package/dist-esm/samples-dev/virtualNetworkLinksDeleteSample.js.map +0 -1
  680. package/dist-esm/samples-dev/virtualNetworkLinksGetSample.d.ts +0 -2
  681. package/dist-esm/samples-dev/virtualNetworkLinksGetSample.d.ts.map +0 -1
  682. package/dist-esm/samples-dev/virtualNetworkLinksGetSample.js +0 -40
  683. package/dist-esm/samples-dev/virtualNetworkLinksGetSample.js.map +0 -1
  684. package/dist-esm/samples-dev/virtualNetworkLinksListSample.d.ts +0 -2
  685. package/dist-esm/samples-dev/virtualNetworkLinksListSample.d.ts.map +0 -1
  686. package/dist-esm/samples-dev/virtualNetworkLinksListSample.js +0 -55
  687. package/dist-esm/samples-dev/virtualNetworkLinksListSample.js.map +0 -1
  688. package/dist-esm/samples-dev/virtualNetworkLinksUpdateSample.d.ts +0 -2
  689. package/dist-esm/samples-dev/virtualNetworkLinksUpdateSample.d.ts.map +0 -1
  690. package/dist-esm/samples-dev/virtualNetworkLinksUpdateSample.js +0 -43
  691. package/dist-esm/samples-dev/virtualNetworkLinksUpdateSample.js.map +0 -1
  692. package/dist-esm/src/dnsResolverManagementClient.d.ts +0 -29
  693. package/dist-esm/src/dnsResolverManagementClient.d.ts.map +0 -1
  694. package/dist-esm/src/dnsResolverManagementClient.js +0 -110
  695. package/dist-esm/src/dnsResolverManagementClient.js.map +0 -1
  696. package/dist-esm/src/index.d.ts +0 -5
  697. package/dist-esm/src/index.d.ts.map +0 -1
  698. package/dist-esm/src/index.js +0 -13
  699. package/dist-esm/src/index.js.map +0 -1
  700. package/dist-esm/src/lroImpl.d.ts.map +0 -1
  701. package/dist-esm/src/lroImpl.js.map +0 -1
  702. package/dist-esm/src/models/index.d.ts +0 -1321
  703. package/dist-esm/src/models/index.d.ts.map +0 -1
  704. package/dist-esm/src/models/index.js +0 -84
  705. package/dist-esm/src/models/index.js.map +0 -1
  706. package/dist-esm/src/models/mappers.d.ts +0 -56
  707. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  708. package/dist-esm/src/models/mappers.js +0 -1379
  709. package/dist-esm/src/models/mappers.js.map +0 -1
  710. package/dist-esm/src/models/parameters.d.ts +0 -44
  711. package/dist-esm/src/models/parameters.d.ts.map +0 -1
  712. package/dist-esm/src/models/parameters.js +0 -339
  713. package/dist-esm/src/models/parameters.js.map +0 -1
  714. package/dist-esm/src/operations/dnsForwardingRulesets.d.ts +0 -133
  715. package/dist-esm/src/operations/dnsForwardingRulesets.d.ts.map +0 -1
  716. package/dist-esm/src/operations/dnsForwardingRulesets.js +0 -688
  717. package/dist-esm/src/operations/dnsForwardingRulesets.js.map +0 -1
  718. package/dist-esm/src/operations/dnsResolverDomainLists.d.ts +0 -107
  719. package/dist-esm/src/operations/dnsResolverDomainLists.d.ts.map +0 -1
  720. package/dist-esm/src/operations/dnsResolverDomainLists.js +0 -570
  721. package/dist-esm/src/operations/dnsResolverDomainLists.js.map +0 -1
  722. package/dist-esm/src/operations/dnsResolverPolicies.d.ts +0 -131
  723. package/dist-esm/src/operations/dnsResolverPolicies.d.ts.map +0 -1
  724. package/dist-esm/src/operations/dnsResolverPolicies.js +0 -684
  725. package/dist-esm/src/operations/dnsResolverPolicies.js.map +0 -1
  726. package/dist-esm/src/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts +0 -106
  727. package/dist-esm/src/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +0 -1
  728. package/dist-esm/src/operations/dnsResolverPolicyVirtualNetworkLinks.js +0 -494
  729. package/dist-esm/src/operations/dnsResolverPolicyVirtualNetworkLinks.js.map +0 -1
  730. package/dist-esm/src/operations/dnsResolvers.d.ts +0 -131
  731. package/dist-esm/src/operations/dnsResolvers.d.ts.map +0 -1
  732. package/dist-esm/src/operations/dnsResolvers.js +0 -676
  733. package/dist-esm/src/operations/dnsResolvers.js.map +0 -1
  734. package/dist-esm/src/operations/dnsSecurityRules.d.ts +0 -99
  735. package/dist-esm/src/operations/dnsSecurityRules.d.ts.map +0 -1
  736. package/dist-esm/src/operations/dnsSecurityRules.js +0 -487
  737. package/dist-esm/src/operations/dnsSecurityRules.js.map +0 -1
  738. package/dist-esm/src/operations/forwardingRules.d.ts +0 -72
  739. package/dist-esm/src/operations/forwardingRules.d.ts.map +0 -1
  740. package/dist-esm/src/operations/forwardingRules.js +0 -317
  741. package/dist-esm/src/operations/forwardingRules.js.map +0 -1
  742. package/dist-esm/src/operations/inboundEndpoints.d.ts +0 -99
  743. package/dist-esm/src/operations/inboundEndpoints.d.ts.map +0 -1
  744. package/dist-esm/src/operations/inboundEndpoints.js +0 -474
  745. package/dist-esm/src/operations/inboundEndpoints.js.map +0 -1
  746. package/dist-esm/src/operations/index.d.ts +0 -11
  747. package/dist-esm/src/operations/index.d.ts.map +0 -1
  748. package/dist-esm/src/operations/index.js +0 -18
  749. package/dist-esm/src/operations/index.js.map +0 -1
  750. package/dist-esm/src/operations/outboundEndpoints.d.ts +0 -99
  751. package/dist-esm/src/operations/outboundEndpoints.d.ts.map +0 -1
  752. package/dist-esm/src/operations/outboundEndpoints.js +0 -474
  753. package/dist-esm/src/operations/outboundEndpoints.js.map +0 -1
  754. package/dist-esm/src/operations/virtualNetworkLinks.d.ts +0 -101
  755. package/dist-esm/src/operations/virtualNetworkLinks.d.ts.map +0 -1
  756. package/dist-esm/src/operations/virtualNetworkLinks.js +0 -481
  757. package/dist-esm/src/operations/virtualNetworkLinks.js.map +0 -1
  758. package/dist-esm/src/operationsInterfaces/dnsForwardingRulesets.d.ts +0 -80
  759. package/dist-esm/src/operationsInterfaces/dnsForwardingRulesets.d.ts.map +0 -1
  760. package/dist-esm/src/operationsInterfaces/dnsForwardingRulesets.js.map +0 -1
  761. package/dist-esm/src/operationsInterfaces/dnsResolverDomainLists.d.ts +0 -71
  762. package/dist-esm/src/operationsInterfaces/dnsResolverDomainLists.d.ts.map +0 -1
  763. package/dist-esm/src/operationsInterfaces/dnsResolverDomainLists.js.map +0 -1
  764. package/dist-esm/src/operationsInterfaces/dnsResolverPolicies.d.ts +0 -78
  765. package/dist-esm/src/operationsInterfaces/dnsResolverPolicies.d.ts.map +0 -1
  766. package/dist-esm/src/operationsInterfaces/dnsResolverPolicies.js.map +0 -1
  767. package/dist-esm/src/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts +0 -81
  768. package/dist-esm/src/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +0 -1
  769. package/dist-esm/src/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js.map +0 -1
  770. package/dist-esm/src/operationsInterfaces/dnsResolvers.d.ts +0 -78
  771. package/dist-esm/src/operationsInterfaces/dnsResolvers.d.ts.map +0 -1
  772. package/dist-esm/src/operationsInterfaces/dnsResolvers.js.map +0 -1
  773. package/dist-esm/src/operationsInterfaces/dnsSecurityRules.d.ts +0 -74
  774. package/dist-esm/src/operationsInterfaces/dnsSecurityRules.d.ts.map +0 -1
  775. package/dist-esm/src/operationsInterfaces/dnsSecurityRules.js.map +0 -1
  776. package/dist-esm/src/operationsInterfaces/forwardingRules.d.ts +0 -47
  777. package/dist-esm/src/operationsInterfaces/forwardingRules.d.ts.map +0 -1
  778. package/dist-esm/src/operationsInterfaces/forwardingRules.js.map +0 -1
  779. package/dist-esm/src/operationsInterfaces/inboundEndpoints.d.ts +0 -74
  780. package/dist-esm/src/operationsInterfaces/inboundEndpoints.d.ts.map +0 -1
  781. package/dist-esm/src/operationsInterfaces/inboundEndpoints.js.map +0 -1
  782. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -11
  783. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  784. package/dist-esm/src/operationsInterfaces/index.js +0 -18
  785. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  786. package/dist-esm/src/operationsInterfaces/outboundEndpoints.d.ts +0 -74
  787. package/dist-esm/src/operationsInterfaces/outboundEndpoints.d.ts.map +0 -1
  788. package/dist-esm/src/operationsInterfaces/outboundEndpoints.js.map +0 -1
  789. package/dist-esm/src/operationsInterfaces/virtualNetworkLinks.d.ts +0 -76
  790. package/dist-esm/src/operationsInterfaces/virtualNetworkLinks.d.ts.map +0 -1
  791. package/dist-esm/src/operationsInterfaces/virtualNetworkLinks.js.map +0 -1
  792. package/dist-esm/src/pagingHelper.js.map +0 -1
  793. package/dist-esm/test/dnsresolver_examples.spec.d.ts +0 -4
  794. package/dist-esm/test/dnsresolver_examples.spec.d.ts.map +0 -1
  795. package/dist-esm/test/dnsresolver_examples.spec.js +0 -115
  796. package/dist-esm/test/dnsresolver_examples.spec.js.map +0 -1
  797. package/src/dnsResolverManagementClient.ts +0 -182
  798. package/src/index.ts +0 -13
  799. package/src/lroImpl.ts +0 -42
  800. package/src/models/index.ts +0 -1583
  801. package/src/models/mappers.ts +0 -1508
  802. package/src/models/parameters.ts +0 -407
  803. package/src/operations/dnsForwardingRulesets.ts +0 -893
  804. package/src/operations/dnsResolverDomainLists.ts +0 -741
  805. package/src/operations/dnsResolverPolicies.ts +0 -898
  806. package/src/operations/dnsResolverPolicyVirtualNetworkLinks.ts +0 -686
  807. package/src/operations/dnsResolvers.ts +0 -881
  808. package/src/operations/dnsSecurityRules.ts +0 -677
  809. package/src/operations/forwardingRules.ts +0 -414
  810. package/src/operations/inboundEndpoints.ts +0 -651
  811. package/src/operations/index.ts +0 -18
  812. package/src/operations/outboundEndpoints.ts +0 -651
  813. package/src/operations/virtualNetworkLinks.ts +0 -662
  814. package/src/operationsInterfaces/dnsForwardingRulesets.ts +0 -154
  815. package/src/operationsInterfaces/dnsResolverDomainLists.ts +0 -145
  816. package/src/operationsInterfaces/dnsResolverPolicies.ts +0 -158
  817. package/src/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.ts +0 -160
  818. package/src/operationsInterfaces/dnsResolvers.ts +0 -152
  819. package/src/operationsInterfaces/dnsSecurityRules.ts +0 -153
  820. package/src/operationsInterfaces/forwardingRules.ts +0 -93
  821. package/src/operationsInterfaces/inboundEndpoints.ts +0 -147
  822. package/src/operationsInterfaces/index.ts +0 -18
  823. package/src/operationsInterfaces/outboundEndpoints.ts +0 -147
  824. package/src/operationsInterfaces/virtualNetworkLinks.ts +0 -149
  825. package/src/pagingHelper.ts +0 -39
  826. package/tsconfig.json +0 -33
  827. package/types/arm-dnsresolver.d.ts +0 -2277
  828. package/types/tsdoc-metadata.json +0 -11
  829. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  830. /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
  831. /package/{dist-esm/src → dist/browser}/operationsInterfaces/dnsForwardingRulesets.js +0 -0
  832. /package/{dist-esm/src → dist/browser}/operationsInterfaces/dnsResolverDomainLists.js +0 -0
  833. /package/{dist-esm/src → dist/browser}/operationsInterfaces/dnsResolverPolicies.js +0 -0
  834. /package/{dist-esm/src → dist/browser}/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js +0 -0
  835. /package/{dist-esm/src → dist/browser}/operationsInterfaces/dnsResolvers.js +0 -0
  836. /package/{dist-esm/src → dist/browser}/operationsInterfaces/dnsSecurityRules.js +0 -0
  837. /package/{dist-esm/src → dist/browser}/operationsInterfaces/forwardingRules.js +0 -0
  838. /package/{dist-esm/src → dist/browser}/operationsInterfaces/inboundEndpoints.js +0 -0
  839. /package/{dist-esm/src → dist/browser}/operationsInterfaces/outboundEndpoints.js +0 -0
  840. /package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualNetworkLinks.js +0 -0
  841. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  842. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  843. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,86 @@
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
+ /** Known values of {@link DnsResolverState} that the service accepts. */
9
+ export var KnownDnsResolverState;
10
+ (function (KnownDnsResolverState) {
11
+ /** Connected */
12
+ KnownDnsResolverState["Connected"] = "Connected";
13
+ /** Disconnected */
14
+ KnownDnsResolverState["Disconnected"] = "Disconnected";
15
+ })(KnownDnsResolverState || (KnownDnsResolverState = {}));
16
+ /** Known values of {@link ProvisioningState} that the service accepts. */
17
+ export var KnownProvisioningState;
18
+ (function (KnownProvisioningState) {
19
+ /** Creating */
20
+ KnownProvisioningState["Creating"] = "Creating";
21
+ /** Updating */
22
+ KnownProvisioningState["Updating"] = "Updating";
23
+ /** Deleting */
24
+ KnownProvisioningState["Deleting"] = "Deleting";
25
+ /** Succeeded */
26
+ KnownProvisioningState["Succeeded"] = "Succeeded";
27
+ /** Failed */
28
+ KnownProvisioningState["Failed"] = "Failed";
29
+ /** Canceled */
30
+ KnownProvisioningState["Canceled"] = "Canceled";
31
+ })(KnownProvisioningState || (KnownProvisioningState = {}));
32
+ /** Known values of {@link CreatedByType} that the service accepts. */
33
+ export var KnownCreatedByType;
34
+ (function (KnownCreatedByType) {
35
+ /** User */
36
+ KnownCreatedByType["User"] = "User";
37
+ /** Application */
38
+ KnownCreatedByType["Application"] = "Application";
39
+ /** ManagedIdentity */
40
+ KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
41
+ /** Key */
42
+ KnownCreatedByType["Key"] = "Key";
43
+ })(KnownCreatedByType || (KnownCreatedByType = {}));
44
+ /** Known values of {@link IpAllocationMethod} that the service accepts. */
45
+ export var KnownIpAllocationMethod;
46
+ (function (KnownIpAllocationMethod) {
47
+ /** Static */
48
+ KnownIpAllocationMethod["Static"] = "Static";
49
+ /** Dynamic */
50
+ KnownIpAllocationMethod["Dynamic"] = "Dynamic";
51
+ })(KnownIpAllocationMethod || (KnownIpAllocationMethod = {}));
52
+ /** Known values of {@link ForwardingRuleState} that the service accepts. */
53
+ export var KnownForwardingRuleState;
54
+ (function (KnownForwardingRuleState) {
55
+ /** Enabled */
56
+ KnownForwardingRuleState["Enabled"] = "Enabled";
57
+ /** Disabled */
58
+ KnownForwardingRuleState["Disabled"] = "Disabled";
59
+ })(KnownForwardingRuleState || (KnownForwardingRuleState = {}));
60
+ /** Known values of {@link ActionType} that the service accepts. */
61
+ export var KnownActionType;
62
+ (function (KnownActionType) {
63
+ /** Allow */
64
+ KnownActionType["Allow"] = "Allow";
65
+ /** Alert */
66
+ KnownActionType["Alert"] = "Alert";
67
+ /** Block */
68
+ KnownActionType["Block"] = "Block";
69
+ })(KnownActionType || (KnownActionType = {}));
70
+ /** Known values of {@link DnsSecurityRuleState} that the service accepts. */
71
+ export var KnownDnsSecurityRuleState;
72
+ (function (KnownDnsSecurityRuleState) {
73
+ /** Enabled */
74
+ KnownDnsSecurityRuleState["Enabled"] = "Enabled";
75
+ /** Disabled */
76
+ KnownDnsSecurityRuleState["Disabled"] = "Disabled";
77
+ })(KnownDnsSecurityRuleState || (KnownDnsSecurityRuleState = {}));
78
+ /** Known values of {@link Action} that the service accepts. */
79
+ export var KnownAction;
80
+ (function (KnownAction) {
81
+ /** Upload */
82
+ KnownAction["Upload"] = "Upload";
83
+ /** Download */
84
+ KnownAction["Download"] = "Download";
85
+ })(KnownAction || (KnownAction = {}));
86
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAynBH,yEAAyE;AACzE,MAAM,CAAN,IAAY,qBAKX;AALD,WAAY,qBAAqB;IAC/B,gBAAgB;IAChB,gDAAuB,CAAA;IACvB,mBAAmB;IACnB,sDAA6B,CAAA;AAC/B,CAAC,EALW,qBAAqB,KAArB,qBAAqB,QAKhC;AAYD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAaX;AAbD,WAAY,sBAAsB;IAChC,eAAe;IACf,+CAAqB,CAAA;IACrB,eAAe;IACf,+CAAqB,CAAA;IACrB,eAAe;IACf,+CAAqB,CAAA;IACrB,gBAAgB;IAChB,iDAAuB,CAAA;IACvB,aAAa;IACb,2CAAiB,CAAA;IACjB,eAAe;IACf,+CAAqB,CAAA;AACvB,CAAC,EAbW,sBAAsB,KAAtB,sBAAsB,QAajC;AAgBD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B;AAcD,2EAA2E;AAC3E,MAAM,CAAN,IAAY,uBAKX;AALD,WAAY,uBAAuB;IACjC,aAAa;IACb,4CAAiB,CAAA;IACjB,cAAc;IACd,8CAAmB,CAAA;AACrB,CAAC,EALW,uBAAuB,KAAvB,uBAAuB,QAKlC;AAYD,4EAA4E;AAC5E,MAAM,CAAN,IAAY,wBAKX;AALD,WAAY,wBAAwB;IAClC,cAAc;IACd,+CAAmB,CAAA;IACnB,eAAe;IACf,iDAAqB,CAAA;AACvB,CAAC,EALW,wBAAwB,KAAxB,wBAAwB,QAKnC;AAYD,mEAAmE;AACnE,MAAM,CAAN,IAAY,eAOX;AAPD,WAAY,eAAe;IACzB,YAAY;IACZ,kCAAe,CAAA;IACf,YAAY;IACZ,kCAAe,CAAA;IACf,YAAY;IACZ,kCAAe,CAAA;AACjB,CAAC,EAPW,eAAe,KAAf,eAAe,QAO1B;AAaD,6EAA6E;AAC7E,MAAM,CAAN,IAAY,yBAKX;AALD,WAAY,yBAAyB;IACnC,cAAc;IACd,gDAAmB,CAAA;IACnB,eAAe;IACf,kDAAqB,CAAA;AACvB,CAAC,EALW,yBAAyB,KAAzB,yBAAyB,QAKpC;AAYD,+DAA+D;AAC/D,MAAM,CAAN,IAAY,WAKX;AALD,WAAY,WAAW;IACrB,aAAa;IACb,gCAAiB,CAAA;IACjB,eAAe;IACf,oCAAqB,CAAA;AACvB,CAAC,EALW,WAAW,KAAX,WAAW,QAKtB","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** Reference to another ARM resource. */\nexport interface SubResource {\n /** Resource ID. */\n id: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** An error message */\nexport interface CloudError {\n /** The error message body */\n error?: CloudErrorBody;\n}\n\n/** The body of an error message */\nexport interface CloudErrorBody {\n /** The error code */\n code?: string;\n /** A description of what caused the error */\n message?: string;\n /** The target resource of the error message */\n target?: string;\n /** Extra error information */\n details?: CloudErrorBody[];\n}\n\n/** Describes a DNS resolver for PATCH operation. */\nexport interface DnsResolverPatch {\n /** Tags for DNS Resolver. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The response to an enumeration operation on DNS resolvers. */\nexport interface DnsResolverListResult {\n /** Enumeration of the DNS resolvers. */\n value?: DnsResolver[];\n /**\n * The continuation token for the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** IP configuration. */\nexport interface IpConfiguration {\n /** The reference to the subnet bound to the IP configuration. */\n subnet: SubResource;\n /** Private IP address of the IP configuration. */\n privateIpAddress?: string;\n /** Private IP address allocation method. */\n privateIpAllocationMethod?: IpAllocationMethod;\n}\n\n/** Describes an inbound endpoint for a DNS resolver for PATCH operation. */\nexport interface InboundEndpointPatch {\n /** Tags for inbound endpoint. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The response to an enumeration operation on inbound endpoints for a DNS resolver. */\nexport interface InboundEndpointListResult {\n /** Enumeration of the inbound endpoints for a DNS resolver. */\n value?: InboundEndpoint[];\n /**\n * The continuation token for the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Describes an outbound endpoint for a DNS resolver for PATCH operation. */\nexport interface OutboundEndpointPatch {\n /** Tags for outbound endpoint. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The response to an enumeration operation on outbound endpoints for a DNS resolver. */\nexport interface OutboundEndpointListResult {\n /** Enumeration of the outbound endpoints for a DNS resolver. */\n value?: OutboundEndpoint[];\n /**\n * The continuation token for the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Describes a DNS forwarding ruleset PATCH operation. */\nexport interface DnsForwardingRulesetPatch {\n /** The reference to the DNS resolver outbound endpoints that are used to route DNS queries matching the forwarding rules in the ruleset to the target DNS servers. */\n dnsResolverOutboundEndpoints?: SubResource[];\n /** Tags for DNS Resolver. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The response to an enumeration operation on DNS forwarding rulesets. */\nexport interface DnsForwardingRulesetListResult {\n /** Enumeration of the DNS forwarding rulesets. */\n value?: DnsForwardingRuleset[];\n /**\n * The continuation token for the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Describes a server to forward the DNS queries to. */\nexport interface TargetDnsServer {\n /** DNS server IP address. */\n ipAddress: string;\n /** DNS server port. */\n port?: number;\n}\n\n/** Describes a forwarding rule for PATCH operation. */\nexport interface ForwardingRulePatch {\n /** DNS servers to forward the DNS query to. */\n targetDnsServers?: TargetDnsServer[];\n /** Metadata attached to the forwarding rule. */\n metadata?: { [propertyName: string]: string };\n /** The state of forwarding rule. */\n forwardingRuleState?: ForwardingRuleState;\n}\n\n/** The response to an enumeration operation on forwarding rules within a DNS forwarding ruleset. */\nexport interface ForwardingRuleListResult {\n /** Enumeration of the forwarding rules. */\n value?: ForwardingRule[];\n /**\n * The continuation token for the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Describes a virtual network link for PATCH operation. */\nexport interface VirtualNetworkLinkPatch {\n /** Metadata attached to the virtual network link. */\n metadata?: { [propertyName: string]: string };\n}\n\n/** The response to an enumeration operation on virtual network links. */\nexport interface VirtualNetworkLinkListResult {\n /** Enumeration of the virtual network links. */\n value?: VirtualNetworkLink[];\n /**\n * The continuation token for the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The response to an enumeration operation on sub-resources. */\nexport interface SubResourceListResult {\n /** Enumeration of the sub-resources. */\n value?: SubResource[];\n /**\n * The continuation token for the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The response to an enumeration operation on Virtual Network DNS Forwarding Ruleset. */\nexport interface VirtualNetworkDnsForwardingRulesetListResult {\n /** Enumeration of the Virtual Network DNS Forwarding Ruleset. */\n value?: VirtualNetworkDnsForwardingRuleset[];\n /**\n * The continuation token for the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Reference to DNS forwarding ruleset and associated virtual network link. */\nexport interface VirtualNetworkDnsForwardingRuleset {\n /** DNS Forwarding Ruleset Resource ID. */\n id?: string;\n /** The reference to the virtual network link. */\n virtualNetworkLink?: SubResource;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** Describes a DNS resolver policy for PATCH operation. */\nexport interface DnsResolverPolicyPatch {\n /** Tags for DNS resolver policy. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The response to an enumeration operation on DNS resolver policies. */\nexport interface DnsResolverPolicyListResult {\n /** Enumeration of the DNS resolver policies. */\n value?: DnsResolverPolicy[];\n /**\n * The continuation token for the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The action to take on DNS requests that match the DNS security rule. */\nexport interface DnsSecurityRuleAction {\n /** The type of action to take. */\n actionType?: ActionType;\n}\n\n/** Describes a DNS security rule for PATCH operation. */\nexport interface DnsSecurityRulePatch {\n /** Tags for DNS security rule. */\n tags?: { [propertyName: string]: string };\n /** The action to take on DNS requests that match the DNS security rule. */\n action?: DnsSecurityRuleAction;\n /** DNS resolver policy domains lists that the DNS security rule applies to. */\n dnsResolverDomainLists?: SubResource[];\n /** The state of DNS security rule. */\n dnsSecurityRuleState?: DnsSecurityRuleState;\n /** The priority of the DNS security rule. */\n priority?: number;\n}\n\n/** The response to an enumeration operation on DNS security rules within a DNS resolver policy. */\nexport interface DnsSecurityRuleListResult {\n /** Enumeration of the DNS security rules. */\n value?: DnsSecurityRule[];\n /**\n * The continuation token for the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Describes a DNS resolver policy virtual network link for PATCH operation. */\nexport interface DnsResolverPolicyVirtualNetworkLinkPatch {\n /** Tags for the DNS resolver policy virtual network link. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The response to an enumeration operation on DNS resolver policy virtual network links. */\nexport interface DnsResolverPolicyVirtualNetworkLinkListResult {\n /** Enumeration of the DNS resolver policy virtual network links. */\n value?: DnsResolverPolicyVirtualNetworkLink[];\n /**\n * The continuation token for the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Describes a DNS resolver domain list for PATCH operation. */\nexport interface DnsResolverDomainListPatch {\n /** Tags for DNS resolver domain list. */\n tags?: { [propertyName: string]: string };\n /** The domains in the domain list. */\n domains?: string[];\n}\n\n/** The response to an enumeration operation on DNS resolver domain lists. */\nexport interface DnsResolverDomainListResult {\n /** Enumeration of the DNS resolver domain lists. */\n value?: DnsResolverDomainList[];\n /**\n * The continuation token for the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Describes a DNS resolver domain list for bulk UPLOAD or DOWNLOAD operations. */\nexport interface DnsResolverDomainListBulk {\n /** The storage account blob file URL to be used in the bulk upload or download request of DNS resolver domain list. */\n storageUrl: string;\n /** The action to take in the request, Upload or Download. */\n action: Action;\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** Describes a DNS resolver. */\nexport interface DnsResolver extends TrackedResource {\n /**\n * ETag of the DNS resolver.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /** The reference to the virtual network. This cannot be changed after creation. */\n virtualNetwork: SubResource;\n /**\n * The current status of the DNS resolver. This is a read-only property and any attempt to set this value will be ignored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dnsResolverState?: DnsResolverState;\n /**\n * The current provisioning state of the DNS resolver. This is a read-only property and any attempt to set this value will be ignored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The resourceGuid property of the DNS resolver resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceGuid?: string;\n}\n\n/** Describes an inbound endpoint for a DNS resolver. */\nexport interface InboundEndpoint extends TrackedResource {\n /**\n * ETag of the inbound endpoint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /** IP configurations for the inbound endpoint. */\n ipConfigurations: IpConfiguration[];\n /**\n * The current provisioning state of the inbound endpoint. This is a read-only property and any attempt to set this value will be ignored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The resourceGuid property of the inbound endpoint resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceGuid?: string;\n}\n\n/** Describes an outbound endpoint for a DNS resolver. */\nexport interface OutboundEndpoint extends TrackedResource {\n /**\n * ETag of the outbound endpoint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /** The reference to the subnet used for the outbound endpoint. */\n subnet: SubResource;\n /**\n * The current provisioning state of the outbound endpoint. This is a read-only property and any attempt to set this value will be ignored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The resourceGuid property of the outbound endpoint resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceGuid?: string;\n}\n\n/** Describes a DNS forwarding ruleset. */\nexport interface DnsForwardingRuleset extends TrackedResource {\n /**\n * ETag of the DNS forwarding ruleset.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /** The reference to the DNS resolver outbound endpoints that are used to route DNS queries matching the forwarding rules in the ruleset to the target DNS servers. */\n dnsResolverOutboundEndpoints: SubResource[];\n /**\n * The current provisioning state of the DNS forwarding ruleset. This is a read-only property and any attempt to set this value will be ignored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The resourceGuid for the DNS forwarding ruleset.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceGuid?: string;\n}\n\n/** Describes a DNS resolver policy. */\nexport interface DnsResolverPolicy extends TrackedResource {\n /**\n * ETag of the DNS resolver policy.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /**\n * The current provisioning state of the DNS resolver policy. This is a read-only property and any attempt to set this value will be ignored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The resourceGuid property of the DNS resolver policy resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceGuid?: string;\n}\n\n/** Describes a DNS security rule. */\nexport interface DnsSecurityRule extends TrackedResource {\n /**\n * ETag of the DNS security rule.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /** The priority of the DNS security rule. */\n priority: number;\n /** The action to take on DNS requests that match the DNS security rule. */\n action: DnsSecurityRuleAction;\n /** DNS resolver policy domains lists that the DNS security rule applies to. */\n dnsResolverDomainLists: SubResource[];\n /** The state of DNS security rule. */\n dnsSecurityRuleState?: DnsSecurityRuleState;\n /**\n * The current provisioning state of the DNS security rule. This is a read-only property and any attempt to set this value will be ignored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** Describes a DNS resolver policy virtual network link. */\nexport interface DnsResolverPolicyVirtualNetworkLink extends TrackedResource {\n /**\n * ETag of the DNS resolver policy virtual network link.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /** The reference to the virtual network. This cannot be changed after creation. */\n virtualNetwork: SubResource;\n /**\n * The current provisioning state of the DNS resolver policy virtual network link. This is a read-only property and any attempt to set this value will be ignored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** Describes a DNS resolver domain list. */\nexport interface DnsResolverDomainList extends TrackedResource {\n /**\n * ETag of the DNS resolver domain list.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /** The domains in the domain list. Will be null if user is using large domain list. */\n domains?: string[];\n /**\n * The URL for bulk upload or download for domain lists containing larger set of domains. This will be populated if domains is empty or null.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly domainsUrl?: string;\n /**\n * The current provisioning state of the DNS resolver domain list. This is a read-only property and any attempt to set this value will be ignored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The resourceGuid property of the DNS resolver domain list resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceGuid?: string;\n}\n\n/** Describes a forwarding rule within a DNS forwarding ruleset. */\nexport interface ForwardingRule extends ProxyResource {\n /**\n * ETag of the forwarding rule.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /** The domain name for the forwarding rule. */\n domainName: string;\n /** DNS servers to forward the DNS query to. */\n targetDnsServers: TargetDnsServer[];\n /** Metadata attached to the forwarding rule. */\n metadata?: { [propertyName: string]: string };\n /** The state of forwarding rule. */\n forwardingRuleState?: ForwardingRuleState;\n /**\n * The current provisioning state of the forwarding rule. This is a read-only property and any attempt to set this value will be ignored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** Describes a virtual network link. */\nexport interface VirtualNetworkLink extends ProxyResource {\n /**\n * ETag of the virtual network link.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /** The reference to the virtual network. This cannot be changed after creation. */\n virtualNetwork: SubResource;\n /** Metadata attached to the virtual network link. */\n metadata?: { [propertyName: string]: string };\n /**\n * The current provisioning state of the virtual network link. This is a read-only property and any attempt to set this value will be ignored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** Defines headers for DnsResolverPolicies_update operation. */\nexport interface DnsResolverPoliciesUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for DnsResolverPolicies_delete operation. */\nexport interface DnsResolverPoliciesDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for DnsSecurityRules_update operation. */\nexport interface DnsSecurityRulesUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for DnsSecurityRules_delete operation. */\nexport interface DnsSecurityRulesDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for DnsResolverPolicyVirtualNetworkLinks_update operation. */\nexport interface DnsResolverPolicyVirtualNetworkLinksUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for DnsResolverPolicyVirtualNetworkLinks_delete operation. */\nexport interface DnsResolverPolicyVirtualNetworkLinksDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for DnsResolverDomainLists_update operation. */\nexport interface DnsResolverDomainListsUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for DnsResolverDomainLists_delete operation. */\nexport interface DnsResolverDomainListsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for DnsResolverDomainLists_bulk operation. */\nexport interface DnsResolverDomainListsBulkHeaders {\n location?: string;\n}\n\n/** Known values of {@link DnsResolverState} that the service accepts. */\nexport enum KnownDnsResolverState {\n /** Connected */\n Connected = \"Connected\",\n /** Disconnected */\n Disconnected = \"Disconnected\",\n}\n\n/**\n * Defines values for DnsResolverState. \\\n * {@link KnownDnsResolverState} can be used interchangeably with DnsResolverState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Connected** \\\n * **Disconnected**\n */\nexport type DnsResolverState = string;\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n}\n\n/**\n * Defines values for ProvisioningState. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled**\n */\nexport type ProvisioningState = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link IpAllocationMethod} that the service accepts. */\nexport enum KnownIpAllocationMethod {\n /** Static */\n Static = \"Static\",\n /** Dynamic */\n Dynamic = \"Dynamic\",\n}\n\n/**\n * Defines values for IpAllocationMethod. \\\n * {@link KnownIpAllocationMethod} can be used interchangeably with IpAllocationMethod,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Static** \\\n * **Dynamic**\n */\nexport type IpAllocationMethod = string;\n\n/** Known values of {@link ForwardingRuleState} that the service accepts. */\nexport enum KnownForwardingRuleState {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for ForwardingRuleState. \\\n * {@link KnownForwardingRuleState} can be used interchangeably with ForwardingRuleState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type ForwardingRuleState = string;\n\n/** Known values of {@link ActionType} that the service accepts. */\nexport enum KnownActionType {\n /** Allow */\n Allow = \"Allow\",\n /** Alert */\n Alert = \"Alert\",\n /** Block */\n Block = \"Block\",\n}\n\n/**\n * Defines values for ActionType. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Allow** \\\n * **Alert** \\\n * **Block**\n */\nexport type ActionType = string;\n\n/** Known values of {@link DnsSecurityRuleState} that the service accepts. */\nexport enum KnownDnsSecurityRuleState {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for DnsSecurityRuleState. \\\n * {@link KnownDnsSecurityRuleState} can be used interchangeably with DnsSecurityRuleState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type DnsSecurityRuleState = string;\n\n/** Known values of {@link Action} that the service accepts. */\nexport enum KnownAction {\n /** Upload */\n Upload = \"Upload\",\n /** Download */\n Download = \"Download\",\n}\n\n/**\n * Defines values for Action. \\\n * {@link KnownAction} can be used interchangeably with Action,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Upload** \\\n * **Download**\n */\nexport type Action = string;\n\n/** Optional parameters. */\nexport interface DnsResolversCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */\n ifNoneMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DnsResolversCreateOrUpdateResponse = DnsResolver;\n\n/** Optional parameters. */\nexport interface DnsResolversUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type DnsResolversUpdateResponse = DnsResolver;\n\n/** Optional parameters. */\nexport interface DnsResolversDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface DnsResolversGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DnsResolversGetResponse = DnsResolver;\n\n/** Optional parameters. */\nexport interface DnsResolversListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of results to return. If not specified, returns up to 100 results. */\n top?: number;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type DnsResolversListByResourceGroupResponse = DnsResolverListResult;\n\n/** Optional parameters. */\nexport interface DnsResolversListOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of results to return. If not specified, returns up to 100 results. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type DnsResolversListResponse = DnsResolverListResult;\n\n/** Optional parameters. */\nexport interface DnsResolversListByVirtualNetworkOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of results to return. If not specified, returns up to 100 results. */\n top?: number;\n}\n\n/** Contains response data for the listByVirtualNetwork operation. */\nexport type DnsResolversListByVirtualNetworkResponse = SubResourceListResult;\n\n/** Optional parameters. */\nexport interface DnsResolversListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type DnsResolversListByResourceGroupNextResponse = DnsResolverListResult;\n\n/** Optional parameters. */\nexport interface DnsResolversListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type DnsResolversListNextResponse = DnsResolverListResult;\n\n/** Optional parameters. */\nexport interface DnsResolversListByVirtualNetworkNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByVirtualNetworkNext operation. */\nexport type DnsResolversListByVirtualNetworkNextResponse =\n SubResourceListResult;\n\n/** Optional parameters. */\nexport interface InboundEndpointsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */\n ifNoneMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type InboundEndpointsCreateOrUpdateResponse = InboundEndpoint;\n\n/** Optional parameters. */\nexport interface InboundEndpointsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type InboundEndpointsUpdateResponse = InboundEndpoint;\n\n/** Optional parameters. */\nexport interface InboundEndpointsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface InboundEndpointsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type InboundEndpointsGetResponse = InboundEndpoint;\n\n/** Optional parameters. */\nexport interface InboundEndpointsListOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of results to return. If not specified, returns up to 100 results. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type InboundEndpointsListResponse = InboundEndpointListResult;\n\n/** Optional parameters. */\nexport interface InboundEndpointsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type InboundEndpointsListNextResponse = InboundEndpointListResult;\n\n/** Optional parameters. */\nexport interface OutboundEndpointsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */\n ifNoneMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type OutboundEndpointsCreateOrUpdateResponse = OutboundEndpoint;\n\n/** Optional parameters. */\nexport interface OutboundEndpointsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type OutboundEndpointsUpdateResponse = OutboundEndpoint;\n\n/** Optional parameters. */\nexport interface OutboundEndpointsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface OutboundEndpointsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type OutboundEndpointsGetResponse = OutboundEndpoint;\n\n/** Optional parameters. */\nexport interface OutboundEndpointsListOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of results to return. If not specified, returns up to 100 results. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type OutboundEndpointsListResponse = OutboundEndpointListResult;\n\n/** Optional parameters. */\nexport interface OutboundEndpointsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OutboundEndpointsListNextResponse = OutboundEndpointListResult;\n\n/** Optional parameters. */\nexport interface DnsForwardingRulesetsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */\n ifNoneMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DnsForwardingRulesetsCreateOrUpdateResponse = DnsForwardingRuleset;\n\n/** Optional parameters. */\nexport interface DnsForwardingRulesetsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type DnsForwardingRulesetsUpdateResponse = DnsForwardingRuleset;\n\n/** Optional parameters. */\nexport interface DnsForwardingRulesetsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface DnsForwardingRulesetsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DnsForwardingRulesetsGetResponse = DnsForwardingRuleset;\n\n/** Optional parameters. */\nexport interface DnsForwardingRulesetsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of results to return. If not specified, returns up to 100 results. */\n top?: number;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type DnsForwardingRulesetsListByResourceGroupResponse =\n DnsForwardingRulesetListResult;\n\n/** Optional parameters. */\nexport interface DnsForwardingRulesetsListOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of results to return. If not specified, returns up to 100 results. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type DnsForwardingRulesetsListResponse = DnsForwardingRulesetListResult;\n\n/** Optional parameters. */\nexport interface DnsForwardingRulesetsListByVirtualNetworkOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of results to return. If not specified, returns up to 100 results. */\n top?: number;\n}\n\n/** Contains response data for the listByVirtualNetwork operation. */\nexport type DnsForwardingRulesetsListByVirtualNetworkResponse =\n VirtualNetworkDnsForwardingRulesetListResult;\n\n/** Optional parameters. */\nexport interface DnsForwardingRulesetsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type DnsForwardingRulesetsListByResourceGroupNextResponse =\n DnsForwardingRulesetListResult;\n\n/** Optional parameters. */\nexport interface DnsForwardingRulesetsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type DnsForwardingRulesetsListNextResponse =\n DnsForwardingRulesetListResult;\n\n/** Optional parameters. */\nexport interface DnsForwardingRulesetsListByVirtualNetworkNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByVirtualNetworkNext operation. */\nexport type DnsForwardingRulesetsListByVirtualNetworkNextResponse =\n VirtualNetworkDnsForwardingRulesetListResult;\n\n/** Optional parameters. */\nexport interface ForwardingRulesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */\n ifNoneMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ForwardingRulesCreateOrUpdateResponse = ForwardingRule;\n\n/** Optional parameters. */\nexport interface ForwardingRulesUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type ForwardingRulesUpdateResponse = ForwardingRule;\n\n/** Optional parameters. */\nexport interface ForwardingRulesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n}\n\n/** Optional parameters. */\nexport interface ForwardingRulesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ForwardingRulesGetResponse = ForwardingRule;\n\n/** Optional parameters. */\nexport interface ForwardingRulesListOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of results to return. If not specified, returns up to 100 results. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type ForwardingRulesListResponse = ForwardingRuleListResult;\n\n/** Optional parameters. */\nexport interface ForwardingRulesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ForwardingRulesListNextResponse = ForwardingRuleListResult;\n\n/** Optional parameters. */\nexport interface VirtualNetworkLinksCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */\n ifNoneMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type VirtualNetworkLinksCreateOrUpdateResponse = VirtualNetworkLink;\n\n/** Optional parameters. */\nexport interface VirtualNetworkLinksUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type VirtualNetworkLinksUpdateResponse = VirtualNetworkLink;\n\n/** Optional parameters. */\nexport interface VirtualNetworkLinksDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface VirtualNetworkLinksGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type VirtualNetworkLinksGetResponse = VirtualNetworkLink;\n\n/** Optional parameters. */\nexport interface VirtualNetworkLinksListOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of results to return. If not specified, returns up to 100 results. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type VirtualNetworkLinksListResponse = VirtualNetworkLinkListResult;\n\n/** Optional parameters. */\nexport interface VirtualNetworkLinksListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type VirtualNetworkLinksListNextResponse = VirtualNetworkLinkListResult;\n\n/** Optional parameters. */\nexport interface DnsResolverPoliciesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */\n ifNoneMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DnsResolverPoliciesCreateOrUpdateResponse = DnsResolverPolicy;\n\n/** Optional parameters. */\nexport interface DnsResolverPoliciesUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type DnsResolverPoliciesUpdateResponse = DnsResolverPolicy;\n\n/** Optional parameters. */\nexport interface DnsResolverPoliciesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type DnsResolverPoliciesDeleteResponse =\n DnsResolverPoliciesDeleteHeaders;\n\n/** Optional parameters. */\nexport interface DnsResolverPoliciesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DnsResolverPoliciesGetResponse = DnsResolverPolicy;\n\n/** Optional parameters. */\nexport interface DnsResolverPoliciesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of results to return. If not specified, returns up to 100 results. */\n top?: number;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type DnsResolverPoliciesListByResourceGroupResponse =\n DnsResolverPolicyListResult;\n\n/** Optional parameters. */\nexport interface DnsResolverPoliciesListOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of results to return. If not specified, returns up to 100 results. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type DnsResolverPoliciesListResponse = DnsResolverPolicyListResult;\n\n/** Optional parameters. */\nexport interface DnsResolverPoliciesListByVirtualNetworkOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByVirtualNetwork operation. */\nexport type DnsResolverPoliciesListByVirtualNetworkResponse =\n SubResourceListResult;\n\n/** Optional parameters. */\nexport interface DnsResolverPoliciesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type DnsResolverPoliciesListByResourceGroupNextResponse =\n DnsResolverPolicyListResult;\n\n/** Optional parameters. */\nexport interface DnsResolverPoliciesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type DnsResolverPoliciesListNextResponse = DnsResolverPolicyListResult;\n\n/** Optional parameters. */\nexport interface DnsResolverPoliciesListByVirtualNetworkNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByVirtualNetworkNext operation. */\nexport type DnsResolverPoliciesListByVirtualNetworkNextResponse =\n SubResourceListResult;\n\n/** Optional parameters. */\nexport interface DnsSecurityRulesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */\n ifNoneMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DnsSecurityRulesCreateOrUpdateResponse = DnsSecurityRule;\n\n/** Optional parameters. */\nexport interface DnsSecurityRulesUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type DnsSecurityRulesUpdateResponse = DnsSecurityRule;\n\n/** Optional parameters. */\nexport interface DnsSecurityRulesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type DnsSecurityRulesDeleteResponse = DnsSecurityRulesDeleteHeaders;\n\n/** Optional parameters. */\nexport interface DnsSecurityRulesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DnsSecurityRulesGetResponse = DnsSecurityRule;\n\n/** Optional parameters. */\nexport interface DnsSecurityRulesListOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of results to return. If not specified, returns up to 100 results. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type DnsSecurityRulesListResponse = DnsSecurityRuleListResult;\n\n/** Optional parameters. */\nexport interface DnsSecurityRulesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type DnsSecurityRulesListNextResponse = DnsSecurityRuleListResult;\n\n/** Optional parameters. */\nexport interface DnsResolverPolicyVirtualNetworkLinksCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */\n ifNoneMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DnsResolverPolicyVirtualNetworkLinksCreateOrUpdateResponse =\n DnsResolverPolicyVirtualNetworkLink;\n\n/** Optional parameters. */\nexport interface DnsResolverPolicyVirtualNetworkLinksUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type DnsResolverPolicyVirtualNetworkLinksUpdateResponse =\n DnsResolverPolicyVirtualNetworkLink;\n\n/** Optional parameters. */\nexport interface DnsResolverPolicyVirtualNetworkLinksDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type DnsResolverPolicyVirtualNetworkLinksDeleteResponse =\n DnsResolverPolicyVirtualNetworkLinksDeleteHeaders;\n\n/** Optional parameters. */\nexport interface DnsResolverPolicyVirtualNetworkLinksGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DnsResolverPolicyVirtualNetworkLinksGetResponse =\n DnsResolverPolicyVirtualNetworkLink;\n\n/** Optional parameters. */\nexport interface DnsResolverPolicyVirtualNetworkLinksListOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of results to return. If not specified, returns up to 100 results. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type DnsResolverPolicyVirtualNetworkLinksListResponse =\n DnsResolverPolicyVirtualNetworkLinkListResult;\n\n/** Optional parameters. */\nexport interface DnsResolverPolicyVirtualNetworkLinksListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type DnsResolverPolicyVirtualNetworkLinksListNextResponse =\n DnsResolverPolicyVirtualNetworkLinkListResult;\n\n/** Optional parameters. */\nexport interface DnsResolverDomainListsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */\n ifNoneMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DnsResolverDomainListsCreateOrUpdateResponse =\n DnsResolverDomainList;\n\n/** Optional parameters. */\nexport interface DnsResolverDomainListsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type DnsResolverDomainListsUpdateResponse = DnsResolverDomainList;\n\n/** Optional parameters. */\nexport interface DnsResolverDomainListsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type DnsResolverDomainListsDeleteResponse =\n DnsResolverDomainListsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface DnsResolverDomainListsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DnsResolverDomainListsGetResponse = DnsResolverDomainList;\n\n/** Optional parameters. */\nexport interface DnsResolverDomainListsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of results to return. If not specified, returns up to 100 results. */\n top?: number;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type DnsResolverDomainListsListByResourceGroupResponse =\n DnsResolverDomainListResult;\n\n/** Optional parameters. */\nexport interface DnsResolverDomainListsListOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of results to return. If not specified, returns up to 100 results. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type DnsResolverDomainListsListResponse = DnsResolverDomainListResult;\n\n/** Optional parameters. */\nexport interface DnsResolverDomainListsBulkOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */\n ifNoneMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the bulk operation. */\nexport type DnsResolverDomainListsBulkResponse = DnsResolverDomainList;\n\n/** Optional parameters. */\nexport interface DnsResolverDomainListsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type DnsResolverDomainListsListByResourceGroupNextResponse =\n DnsResolverDomainListResult;\n\n/** Optional parameters. */\nexport interface DnsResolverDomainListsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type DnsResolverDomainListsListNextResponse =\n DnsResolverDomainListResult;\n\n/** Optional parameters. */\nexport interface DnsResolverManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
@@ -0,0 +1,58 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ export declare const SubResource: coreClient.CompositeMapper;
3
+ export declare const Resource: coreClient.CompositeMapper;
4
+ export declare const SystemData: coreClient.CompositeMapper;
5
+ export declare const CloudError: coreClient.CompositeMapper;
6
+ export declare const CloudErrorBody: coreClient.CompositeMapper;
7
+ export declare const DnsResolverPatch: coreClient.CompositeMapper;
8
+ export declare const DnsResolverListResult: coreClient.CompositeMapper;
9
+ export declare const IpConfiguration: coreClient.CompositeMapper;
10
+ export declare const InboundEndpointPatch: coreClient.CompositeMapper;
11
+ export declare const InboundEndpointListResult: coreClient.CompositeMapper;
12
+ export declare const OutboundEndpointPatch: coreClient.CompositeMapper;
13
+ export declare const OutboundEndpointListResult: coreClient.CompositeMapper;
14
+ export declare const DnsForwardingRulesetPatch: coreClient.CompositeMapper;
15
+ export declare const DnsForwardingRulesetListResult: coreClient.CompositeMapper;
16
+ export declare const TargetDnsServer: coreClient.CompositeMapper;
17
+ export declare const ForwardingRulePatch: coreClient.CompositeMapper;
18
+ export declare const ForwardingRuleListResult: coreClient.CompositeMapper;
19
+ export declare const VirtualNetworkLinkPatch: coreClient.CompositeMapper;
20
+ export declare const VirtualNetworkLinkListResult: coreClient.CompositeMapper;
21
+ export declare const SubResourceListResult: coreClient.CompositeMapper;
22
+ export declare const VirtualNetworkDnsForwardingRulesetListResult: coreClient.CompositeMapper;
23
+ export declare const VirtualNetworkDnsForwardingRuleset: coreClient.CompositeMapper;
24
+ export declare const ErrorResponse: coreClient.CompositeMapper;
25
+ export declare const ErrorDetail: coreClient.CompositeMapper;
26
+ export declare const ErrorAdditionalInfo: coreClient.CompositeMapper;
27
+ export declare const DnsResolverPolicyPatch: coreClient.CompositeMapper;
28
+ export declare const DnsResolverPolicyListResult: coreClient.CompositeMapper;
29
+ export declare const DnsSecurityRuleAction: coreClient.CompositeMapper;
30
+ export declare const DnsSecurityRulePatch: coreClient.CompositeMapper;
31
+ export declare const DnsSecurityRuleListResult: coreClient.CompositeMapper;
32
+ export declare const DnsResolverPolicyVirtualNetworkLinkPatch: coreClient.CompositeMapper;
33
+ export declare const DnsResolverPolicyVirtualNetworkLinkListResult: coreClient.CompositeMapper;
34
+ export declare const DnsResolverDomainListPatch: coreClient.CompositeMapper;
35
+ export declare const DnsResolverDomainListResult: coreClient.CompositeMapper;
36
+ export declare const DnsResolverDomainListBulk: coreClient.CompositeMapper;
37
+ export declare const TrackedResource: coreClient.CompositeMapper;
38
+ export declare const ProxyResource: coreClient.CompositeMapper;
39
+ export declare const DnsResolver: coreClient.CompositeMapper;
40
+ export declare const InboundEndpoint: coreClient.CompositeMapper;
41
+ export declare const OutboundEndpoint: coreClient.CompositeMapper;
42
+ export declare const DnsForwardingRuleset: coreClient.CompositeMapper;
43
+ export declare const DnsResolverPolicy: coreClient.CompositeMapper;
44
+ export declare const DnsSecurityRule: coreClient.CompositeMapper;
45
+ export declare const DnsResolverPolicyVirtualNetworkLink: coreClient.CompositeMapper;
46
+ export declare const DnsResolverDomainList: coreClient.CompositeMapper;
47
+ export declare const ForwardingRule: coreClient.CompositeMapper;
48
+ export declare const VirtualNetworkLink: coreClient.CompositeMapper;
49
+ export declare const DnsResolverPoliciesUpdateHeaders: coreClient.CompositeMapper;
50
+ export declare const DnsResolverPoliciesDeleteHeaders: coreClient.CompositeMapper;
51
+ export declare const DnsSecurityRulesUpdateHeaders: coreClient.CompositeMapper;
52
+ export declare const DnsSecurityRulesDeleteHeaders: coreClient.CompositeMapper;
53
+ export declare const DnsResolverPolicyVirtualNetworkLinksUpdateHeaders: coreClient.CompositeMapper;
54
+ export declare const DnsResolverPolicyVirtualNetworkLinksDeleteHeaders: coreClient.CompositeMapper;
55
+ export declare const DnsResolverDomainListsUpdateHeaders: coreClient.CompositeMapper;
56
+ export declare const DnsResolverDomainListsDeleteHeaders: coreClient.CompositeMapper;
57
+ export declare const DnsResolverDomainListsBulkHeaders: coreClient.CompositeMapper;
58
+ //# sourceMappingURL=mappers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAcpC,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eAmCjC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eA2CnC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eAcnC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eAqCvC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eAczC,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eA0B9C,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eA2BxC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eAc7C,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eA0BlD,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eAc9C,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,UAAU,CAAC,eA0BnD,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eA0BlD,CAAC;AAEF,eAAO,MAAM,8BAA8B,EAAE,UAAU,CAAC,eA0BvD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAqBxC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAgC5C,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,UAAU,CAAC,eA0BjD,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,UAAU,CAAC,eAchD,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,UAAU,CAAC,eA0BrD,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eA0B9C,CAAC;AAEF,eAAO,MAAM,4CAA4C,EAAE,UAAU,CAAC,eA2BnE,CAAC;AAEJ,eAAO,MAAM,kCAAkC,EAAE,UAAU,CAAC,eAoB3D,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eActC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAsDpC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAsB5C,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAc/C,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,UAAU,CAAC,eA0BpD,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eAa9C,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eA6C7C,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eA0BlD,CAAC;AAEF,eAAO,MAAM,wCAAwC,EAAE,UAAU,CAAC,eAe/D,CAAC;AAEJ,eAAO,MAAM,6CAA6C,EAAE,UAAU,CAAC,eA2BpE,CAAC;AAEJ,eAAO,MAAM,0BAA0B,EAAE,UAAU,CAAC,eAyBnD,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,UAAU,CAAC,eA0BpD,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eAqBlD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAsBxC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eAQtC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eA2CpC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eA0CxC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eAoCzC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eA0C7C,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eA6B1C,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAuDxC,CAAC;AAEF,eAAO,MAAM,mCAAmC,EAAE,UAAU,CAAC,eA6B5D,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eA+C9C,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eAuDvC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eAoC3C,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,UAAU,CAAC,eAazD,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,UAAU,CAAC,eAazD,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,UAAU,CAAC,eAatD,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,UAAU,CAAC,eAatD,CAAC;AAEF,eAAO,MAAM,iDAAiD,EAAE,UAAU,CAAC,eAcxE,CAAC;AAEJ,eAAO,MAAM,iDAAiD,EAAE,UAAU,CAAC,eAcxE,CAAC;AAEJ,eAAO,MAAM,mCAAmC,EAAE,UAAU,CAAC,eAa5D,CAAC;AAEF,eAAO,MAAM,mCAAmC,EAAE,UAAU,CAAC,eAa5D,CAAC;AAEF,eAAO,MAAM,iCAAiC,EAAE,UAAU,CAAC,eAa1D,CAAC"}