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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (461) hide show
  1. package/README.md +1 -1
  2. package/dist/browser/dnsResolverManagementClient.d.ts +9 -9
  3. package/dist/browser/dnsResolverManagementClient.d.ts.map +1 -1
  4. package/dist/browser/dnsResolverManagementClient.js +36 -24
  5. package/dist/browser/dnsResolverManagementClient.js.map +1 -1
  6. package/dist/browser/index.d.ts.map +1 -1
  7. package/dist/browser/index.js +4 -7
  8. package/dist/browser/index.js.map +1 -1
  9. package/dist/browser/lroImpl.d.ts +1 -1
  10. package/dist/browser/lroImpl.d.ts.map +1 -1
  11. package/dist/browser/lroImpl.js +9 -10
  12. package/dist/browser/lroImpl.js.map +1 -1
  13. package/dist/browser/models/index.d.ts +658 -517
  14. package/dist/browser/models/index.d.ts.map +1 -1
  15. package/dist/browser/models/index.js +32 -31
  16. package/dist/browser/models/index.js.map +1 -1
  17. package/dist/browser/models/mappers.d.ts +48 -29
  18. package/dist/browser/models/mappers.d.ts.map +1 -1
  19. package/dist/browser/models/mappers.js +927 -405
  20. package/dist/browser/models/mappers.js.map +1 -1
  21. package/dist/browser/models/parameters.d.ts +13 -14
  22. package/dist/browser/models/parameters.d.ts.map +1 -1
  23. package/dist/browser/models/parameters.js +90 -109
  24. package/dist/browser/models/parameters.js.map +1 -1
  25. package/dist/browser/operations/dnsForwardingRulesets.d.ts +38 -38
  26. package/dist/browser/operations/dnsForwardingRulesets.d.ts.map +1 -1
  27. package/dist/browser/operations/dnsForwardingRulesets.js +210 -260
  28. package/dist/browser/operations/dnsForwardingRulesets.js.map +1 -1
  29. package/dist/browser/operations/dnsResolverDomainLists.d.ts +32 -32
  30. package/dist/browser/operations/dnsResolverDomainLists.d.ts.map +1 -1
  31. package/dist/browser/operations/dnsResolverDomainLists.js +200 -227
  32. package/dist/browser/operations/dnsResolverDomainLists.js.map +1 -1
  33. package/dist/browser/operations/dnsResolverPolicies.d.ts +38 -38
  34. package/dist/browser/operations/dnsResolverPolicies.d.ts.map +1 -1
  35. package/dist/browser/operations/dnsResolverPolicies.js +212 -262
  36. package/dist/browser/operations/dnsResolverPolicies.js.map +1 -1
  37. package/dist/browser/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts +21 -21
  38. package/dist/browser/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +1 -1
  39. package/dist/browser/operations/dnsResolverPolicyVirtualNetworkLinks.js +134 -142
  40. package/dist/browser/operations/dnsResolverPolicyVirtualNetworkLinks.js.map +1 -1
  41. package/dist/browser/operations/dnsResolvers.d.ts +38 -38
  42. package/dist/browser/operations/dnsResolvers.d.ts.map +1 -1
  43. package/dist/browser/operations/dnsResolvers.js +210 -260
  44. package/dist/browser/operations/dnsResolvers.js.map +1 -1
  45. package/dist/browser/operations/dnsSecurityRules.d.ts +20 -20
  46. package/dist/browser/operations/dnsSecurityRules.d.ts.map +1 -1
  47. package/dist/browser/operations/dnsSecurityRules.js +133 -141
  48. package/dist/browser/operations/dnsSecurityRules.js.map +1 -1
  49. package/dist/browser/operations/forwardingRules.d.ts +17 -17
  50. package/dist/browser/operations/forwardingRules.d.ts.map +1 -1
  51. package/dist/browser/operations/forwardingRules.js +88 -114
  52. package/dist/browser/operations/forwardingRules.js.map +1 -1
  53. package/dist/browser/operations/inboundEndpoints.d.ts +20 -20
  54. package/dist/browser/operations/inboundEndpoints.d.ts.map +1 -1
  55. package/dist/browser/operations/inboundEndpoints.js +129 -137
  56. package/dist/browser/operations/inboundEndpoints.js.map +1 -1
  57. package/dist/browser/operations/index.d.ts +5 -5
  58. package/dist/browser/operations/index.d.ts.map +1 -1
  59. package/dist/browser/operations/index.js +9 -12
  60. package/dist/browser/operations/index.js.map +1 -1
  61. package/dist/browser/operations/outboundEndpoints.d.ts +20 -20
  62. package/dist/browser/operations/outboundEndpoints.d.ts.map +1 -1
  63. package/dist/browser/operations/outboundEndpoints.js +129 -137
  64. package/dist/browser/operations/outboundEndpoints.js.map +1 -1
  65. package/dist/browser/operations/virtualNetworkLinks.d.ts +20 -20
  66. package/dist/browser/operations/virtualNetworkLinks.d.ts.map +1 -1
  67. package/dist/browser/operations/virtualNetworkLinks.js +134 -142
  68. package/dist/browser/operations/virtualNetworkLinks.js.map +1 -1
  69. package/dist/browser/operationsInterfaces/dnsForwardingRulesets.d.ts +15 -15
  70. package/dist/browser/operationsInterfaces/dnsForwardingRulesets.d.ts.map +1 -1
  71. package/dist/browser/operationsInterfaces/dnsForwardingRulesets.js +2 -7
  72. package/dist/browser/operationsInterfaces/dnsForwardingRulesets.js.map +1 -1
  73. package/dist/browser/operationsInterfaces/dnsResolverDomainLists.d.ts +12 -12
  74. package/dist/browser/operationsInterfaces/dnsResolverDomainLists.d.ts.map +1 -1
  75. package/dist/browser/operationsInterfaces/dnsResolverDomainLists.js +2 -7
  76. package/dist/browser/operationsInterfaces/dnsResolverDomainLists.js.map +1 -1
  77. package/dist/browser/operationsInterfaces/dnsResolverPolicies.d.ts +15 -15
  78. package/dist/browser/operationsInterfaces/dnsResolverPolicies.d.ts.map +1 -1
  79. package/dist/browser/operationsInterfaces/dnsResolverPolicies.js +2 -7
  80. package/dist/browser/operationsInterfaces/dnsResolverPolicies.js.map +1 -1
  81. package/dist/browser/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts +12 -12
  82. package/dist/browser/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +1 -1
  83. package/dist/browser/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js +2 -7
  84. package/dist/browser/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js.map +1 -1
  85. package/dist/browser/operationsInterfaces/dnsResolvers.d.ts +15 -15
  86. package/dist/browser/operationsInterfaces/dnsResolvers.d.ts.map +1 -1
  87. package/dist/browser/operationsInterfaces/dnsResolvers.js +2 -7
  88. package/dist/browser/operationsInterfaces/dnsResolvers.js.map +1 -1
  89. package/dist/browser/operationsInterfaces/dnsSecurityRules.d.ts +11 -11
  90. package/dist/browser/operationsInterfaces/dnsSecurityRules.d.ts.map +1 -1
  91. package/dist/browser/operationsInterfaces/dnsSecurityRules.js +2 -7
  92. package/dist/browser/operationsInterfaces/dnsSecurityRules.js.map +1 -1
  93. package/dist/browser/operationsInterfaces/forwardingRules.d.ts +10 -10
  94. package/dist/browser/operationsInterfaces/forwardingRules.d.ts.map +1 -1
  95. package/dist/browser/operationsInterfaces/forwardingRules.js +2 -7
  96. package/dist/browser/operationsInterfaces/forwardingRules.js.map +1 -1
  97. package/dist/browser/operationsInterfaces/inboundEndpoints.d.ts +11 -11
  98. package/dist/browser/operationsInterfaces/inboundEndpoints.d.ts.map +1 -1
  99. package/dist/browser/operationsInterfaces/inboundEndpoints.js +2 -7
  100. package/dist/browser/operationsInterfaces/inboundEndpoints.js.map +1 -1
  101. package/dist/browser/operationsInterfaces/index.d.ts +5 -5
  102. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
  103. package/dist/browser/operationsInterfaces/index.js +9 -12
  104. package/dist/browser/operationsInterfaces/index.js.map +1 -1
  105. package/dist/browser/operationsInterfaces/outboundEndpoints.d.ts +11 -11
  106. package/dist/browser/operationsInterfaces/outboundEndpoints.d.ts.map +1 -1
  107. package/dist/browser/operationsInterfaces/outboundEndpoints.js +2 -7
  108. package/dist/browser/operationsInterfaces/outboundEndpoints.js.map +1 -1
  109. package/dist/browser/operationsInterfaces/virtualNetworkLinks.d.ts +11 -11
  110. package/dist/browser/operationsInterfaces/virtualNetworkLinks.d.ts.map +1 -1
  111. package/dist/browser/operationsInterfaces/virtualNetworkLinks.js +2 -7
  112. package/dist/browser/operationsInterfaces/virtualNetworkLinks.js.map +1 -1
  113. package/dist/browser/pagingHelper.d.ts.map +1 -1
  114. package/dist/browser/pagingHelper.js +4 -11
  115. package/dist/browser/pagingHelper.js.map +1 -1
  116. package/dist/commonjs/dnsResolverManagementClient.d.ts +9 -9
  117. package/dist/commonjs/dnsResolverManagementClient.d.ts.map +1 -1
  118. package/dist/commonjs/dnsResolverManagementClient.js +35 -23
  119. package/dist/commonjs/dnsResolverManagementClient.js.map +1 -1
  120. package/dist/commonjs/index.d.ts.map +1 -1
  121. package/dist/commonjs/index.js +4 -7
  122. package/dist/commonjs/index.js.map +1 -1
  123. package/dist/commonjs/lroImpl.d.ts +1 -1
  124. package/dist/commonjs/lroImpl.d.ts.map +1 -1
  125. package/dist/commonjs/lroImpl.js +9 -10
  126. package/dist/commonjs/lroImpl.js.map +1 -1
  127. package/dist/commonjs/models/index.d.ts +658 -517
  128. package/dist/commonjs/models/index.d.ts.map +1 -1
  129. package/dist/commonjs/models/index.js +33 -32
  130. package/dist/commonjs/models/index.js.map +1 -1
  131. package/dist/commonjs/models/mappers.d.ts +48 -29
  132. package/dist/commonjs/models/mappers.d.ts.map +1 -1
  133. package/dist/commonjs/models/mappers.js +929 -407
  134. package/dist/commonjs/models/mappers.js.map +1 -1
  135. package/dist/commonjs/models/parameters.d.ts +13 -14
  136. package/dist/commonjs/models/parameters.d.ts.map +1 -1
  137. package/dist/commonjs/models/parameters.js +90 -109
  138. package/dist/commonjs/models/parameters.js.map +1 -1
  139. package/dist/commonjs/operations/dnsForwardingRulesets.d.ts +38 -38
  140. package/dist/commonjs/operations/dnsForwardingRulesets.d.ts.map +1 -1
  141. package/dist/commonjs/operations/dnsForwardingRulesets.js +209 -258
  142. package/dist/commonjs/operations/dnsForwardingRulesets.js.map +1 -1
  143. package/dist/commonjs/operations/dnsResolverDomainLists.d.ts +32 -32
  144. package/dist/commonjs/operations/dnsResolverDomainLists.d.ts.map +1 -1
  145. package/dist/commonjs/operations/dnsResolverDomainLists.js +199 -225
  146. package/dist/commonjs/operations/dnsResolverDomainLists.js.map +1 -1
  147. package/dist/commonjs/operations/dnsResolverPolicies.d.ts +38 -38
  148. package/dist/commonjs/operations/dnsResolverPolicies.d.ts.map +1 -1
  149. package/dist/commonjs/operations/dnsResolverPolicies.js +211 -260
  150. package/dist/commonjs/operations/dnsResolverPolicies.js.map +1 -1
  151. package/dist/commonjs/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts +21 -21
  152. package/dist/commonjs/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +1 -1
  153. package/dist/commonjs/operations/dnsResolverPolicyVirtualNetworkLinks.js +133 -140
  154. package/dist/commonjs/operations/dnsResolverPolicyVirtualNetworkLinks.js.map +1 -1
  155. package/dist/commonjs/operations/dnsResolvers.d.ts +38 -38
  156. package/dist/commonjs/operations/dnsResolvers.d.ts.map +1 -1
  157. package/dist/commonjs/operations/dnsResolvers.js +209 -258
  158. package/dist/commonjs/operations/dnsResolvers.js.map +1 -1
  159. package/dist/commonjs/operations/dnsSecurityRules.d.ts +20 -20
  160. package/dist/commonjs/operations/dnsSecurityRules.d.ts.map +1 -1
  161. package/dist/commonjs/operations/dnsSecurityRules.js +132 -139
  162. package/dist/commonjs/operations/dnsSecurityRules.js.map +1 -1
  163. package/dist/commonjs/operations/forwardingRules.d.ts +17 -17
  164. package/dist/commonjs/operations/forwardingRules.d.ts.map +1 -1
  165. package/dist/commonjs/operations/forwardingRules.js +88 -113
  166. package/dist/commonjs/operations/forwardingRules.js.map +1 -1
  167. package/dist/commonjs/operations/inboundEndpoints.d.ts +20 -20
  168. package/dist/commonjs/operations/inboundEndpoints.d.ts.map +1 -1
  169. package/dist/commonjs/operations/inboundEndpoints.js +128 -135
  170. package/dist/commonjs/operations/inboundEndpoints.js.map +1 -1
  171. package/dist/commonjs/operations/index.d.ts +5 -5
  172. package/dist/commonjs/operations/index.d.ts.map +1 -1
  173. package/dist/commonjs/operations/index.js +9 -12
  174. package/dist/commonjs/operations/index.js.map +1 -1
  175. package/dist/commonjs/operations/outboundEndpoints.d.ts +20 -20
  176. package/dist/commonjs/operations/outboundEndpoints.d.ts.map +1 -1
  177. package/dist/commonjs/operations/outboundEndpoints.js +128 -135
  178. package/dist/commonjs/operations/outboundEndpoints.js.map +1 -1
  179. package/dist/commonjs/operations/virtualNetworkLinks.d.ts +20 -20
  180. package/dist/commonjs/operations/virtualNetworkLinks.d.ts.map +1 -1
  181. package/dist/commonjs/operations/virtualNetworkLinks.js +133 -140
  182. package/dist/commonjs/operations/virtualNetworkLinks.js.map +1 -1
  183. package/dist/commonjs/operationsInterfaces/dnsForwardingRulesets.d.ts +15 -15
  184. package/dist/commonjs/operationsInterfaces/dnsForwardingRulesets.d.ts.map +1 -1
  185. package/dist/commonjs/operationsInterfaces/dnsForwardingRulesets.js +2 -7
  186. package/dist/commonjs/operationsInterfaces/dnsForwardingRulesets.js.map +1 -1
  187. package/dist/commonjs/operationsInterfaces/dnsResolverDomainLists.d.ts +12 -12
  188. package/dist/commonjs/operationsInterfaces/dnsResolverDomainLists.d.ts.map +1 -1
  189. package/dist/commonjs/operationsInterfaces/dnsResolverDomainLists.js +2 -7
  190. package/dist/commonjs/operationsInterfaces/dnsResolverDomainLists.js.map +1 -1
  191. package/dist/commonjs/operationsInterfaces/dnsResolverPolicies.d.ts +15 -15
  192. package/dist/commonjs/operationsInterfaces/dnsResolverPolicies.d.ts.map +1 -1
  193. package/dist/commonjs/operationsInterfaces/dnsResolverPolicies.js +2 -7
  194. package/dist/commonjs/operationsInterfaces/dnsResolverPolicies.js.map +1 -1
  195. package/dist/commonjs/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts +12 -12
  196. package/dist/commonjs/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +1 -1
  197. package/dist/commonjs/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js +2 -7
  198. package/dist/commonjs/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js.map +1 -1
  199. package/dist/commonjs/operationsInterfaces/dnsResolvers.d.ts +15 -15
  200. package/dist/commonjs/operationsInterfaces/dnsResolvers.d.ts.map +1 -1
  201. package/dist/commonjs/operationsInterfaces/dnsResolvers.js +2 -7
  202. package/dist/commonjs/operationsInterfaces/dnsResolvers.js.map +1 -1
  203. package/dist/commonjs/operationsInterfaces/dnsSecurityRules.d.ts +11 -11
  204. package/dist/commonjs/operationsInterfaces/dnsSecurityRules.d.ts.map +1 -1
  205. package/dist/commonjs/operationsInterfaces/dnsSecurityRules.js +2 -7
  206. package/dist/commonjs/operationsInterfaces/dnsSecurityRules.js.map +1 -1
  207. package/dist/commonjs/operationsInterfaces/forwardingRules.d.ts +10 -10
  208. package/dist/commonjs/operationsInterfaces/forwardingRules.d.ts.map +1 -1
  209. package/dist/commonjs/operationsInterfaces/forwardingRules.js +2 -7
  210. package/dist/commonjs/operationsInterfaces/forwardingRules.js.map +1 -1
  211. package/dist/commonjs/operationsInterfaces/inboundEndpoints.d.ts +11 -11
  212. package/dist/commonjs/operationsInterfaces/inboundEndpoints.d.ts.map +1 -1
  213. package/dist/commonjs/operationsInterfaces/inboundEndpoints.js +2 -7
  214. package/dist/commonjs/operationsInterfaces/inboundEndpoints.js.map +1 -1
  215. package/dist/commonjs/operationsInterfaces/index.d.ts +5 -5
  216. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
  217. package/dist/commonjs/operationsInterfaces/index.js +9 -12
  218. package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
  219. package/dist/commonjs/operationsInterfaces/outboundEndpoints.d.ts +11 -11
  220. package/dist/commonjs/operationsInterfaces/outboundEndpoints.d.ts.map +1 -1
  221. package/dist/commonjs/operationsInterfaces/outboundEndpoints.js +2 -7
  222. package/dist/commonjs/operationsInterfaces/outboundEndpoints.js.map +1 -1
  223. package/dist/commonjs/operationsInterfaces/virtualNetworkLinks.d.ts +11 -11
  224. package/dist/commonjs/operationsInterfaces/virtualNetworkLinks.d.ts.map +1 -1
  225. package/dist/commonjs/operationsInterfaces/virtualNetworkLinks.js +2 -7
  226. package/dist/commonjs/operationsInterfaces/virtualNetworkLinks.js.map +1 -1
  227. package/dist/commonjs/pagingHelper.d.ts.map +1 -1
  228. package/dist/commonjs/pagingHelper.js +4 -11
  229. package/dist/commonjs/pagingHelper.js.map +1 -1
  230. package/dist/commonjs/tsdoc-metadata.json +11 -11
  231. package/dist/esm/dnsResolverManagementClient.d.ts +9 -9
  232. package/dist/esm/dnsResolverManagementClient.d.ts.map +1 -1
  233. package/dist/esm/dnsResolverManagementClient.js +36 -24
  234. package/dist/esm/dnsResolverManagementClient.js.map +1 -1
  235. package/dist/esm/index.d.ts.map +1 -1
  236. package/dist/esm/index.js +4 -7
  237. package/dist/esm/index.js.map +1 -1
  238. package/dist/esm/lroImpl.d.ts +1 -1
  239. package/dist/esm/lroImpl.d.ts.map +1 -1
  240. package/dist/esm/lroImpl.js +9 -10
  241. package/dist/esm/lroImpl.js.map +1 -1
  242. package/dist/esm/models/index.d.ts +658 -517
  243. package/dist/esm/models/index.d.ts.map +1 -1
  244. package/dist/esm/models/index.js +32 -31
  245. package/dist/esm/models/index.js.map +1 -1
  246. package/dist/esm/models/mappers.d.ts +48 -29
  247. package/dist/esm/models/mappers.d.ts.map +1 -1
  248. package/dist/esm/models/mappers.js +927 -405
  249. package/dist/esm/models/mappers.js.map +1 -1
  250. package/dist/esm/models/parameters.d.ts +13 -14
  251. package/dist/esm/models/parameters.d.ts.map +1 -1
  252. package/dist/esm/models/parameters.js +90 -109
  253. package/dist/esm/models/parameters.js.map +1 -1
  254. package/dist/esm/operations/dnsForwardingRulesets.d.ts +38 -38
  255. package/dist/esm/operations/dnsForwardingRulesets.d.ts.map +1 -1
  256. package/dist/esm/operations/dnsForwardingRulesets.js +210 -260
  257. package/dist/esm/operations/dnsForwardingRulesets.js.map +1 -1
  258. package/dist/esm/operations/dnsResolverDomainLists.d.ts +32 -32
  259. package/dist/esm/operations/dnsResolverDomainLists.d.ts.map +1 -1
  260. package/dist/esm/operations/dnsResolverDomainLists.js +200 -227
  261. package/dist/esm/operations/dnsResolverDomainLists.js.map +1 -1
  262. package/dist/esm/operations/dnsResolverPolicies.d.ts +38 -38
  263. package/dist/esm/operations/dnsResolverPolicies.d.ts.map +1 -1
  264. package/dist/esm/operations/dnsResolverPolicies.js +212 -262
  265. package/dist/esm/operations/dnsResolverPolicies.js.map +1 -1
  266. package/dist/esm/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts +21 -21
  267. package/dist/esm/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +1 -1
  268. package/dist/esm/operations/dnsResolverPolicyVirtualNetworkLinks.js +134 -142
  269. package/dist/esm/operations/dnsResolverPolicyVirtualNetworkLinks.js.map +1 -1
  270. package/dist/esm/operations/dnsResolvers.d.ts +38 -38
  271. package/dist/esm/operations/dnsResolvers.d.ts.map +1 -1
  272. package/dist/esm/operations/dnsResolvers.js +210 -260
  273. package/dist/esm/operations/dnsResolvers.js.map +1 -1
  274. package/dist/esm/operations/dnsSecurityRules.d.ts +20 -20
  275. package/dist/esm/operations/dnsSecurityRules.d.ts.map +1 -1
  276. package/dist/esm/operations/dnsSecurityRules.js +133 -141
  277. package/dist/esm/operations/dnsSecurityRules.js.map +1 -1
  278. package/dist/esm/operations/forwardingRules.d.ts +17 -17
  279. package/dist/esm/operations/forwardingRules.d.ts.map +1 -1
  280. package/dist/esm/operations/forwardingRules.js +88 -114
  281. package/dist/esm/operations/forwardingRules.js.map +1 -1
  282. package/dist/esm/operations/inboundEndpoints.d.ts +20 -20
  283. package/dist/esm/operations/inboundEndpoints.d.ts.map +1 -1
  284. package/dist/esm/operations/inboundEndpoints.js +129 -137
  285. package/dist/esm/operations/inboundEndpoints.js.map +1 -1
  286. package/dist/esm/operations/index.d.ts +5 -5
  287. package/dist/esm/operations/index.d.ts.map +1 -1
  288. package/dist/esm/operations/index.js +9 -12
  289. package/dist/esm/operations/index.js.map +1 -1
  290. package/dist/esm/operations/outboundEndpoints.d.ts +20 -20
  291. package/dist/esm/operations/outboundEndpoints.d.ts.map +1 -1
  292. package/dist/esm/operations/outboundEndpoints.js +129 -137
  293. package/dist/esm/operations/outboundEndpoints.js.map +1 -1
  294. package/dist/esm/operations/virtualNetworkLinks.d.ts +20 -20
  295. package/dist/esm/operations/virtualNetworkLinks.d.ts.map +1 -1
  296. package/dist/esm/operations/virtualNetworkLinks.js +134 -142
  297. package/dist/esm/operations/virtualNetworkLinks.js.map +1 -1
  298. package/dist/esm/operationsInterfaces/dnsForwardingRulesets.d.ts +15 -15
  299. package/dist/esm/operationsInterfaces/dnsForwardingRulesets.d.ts.map +1 -1
  300. package/dist/esm/operationsInterfaces/dnsForwardingRulesets.js +2 -7
  301. package/dist/esm/operationsInterfaces/dnsForwardingRulesets.js.map +1 -1
  302. package/dist/esm/operationsInterfaces/dnsResolverDomainLists.d.ts +12 -12
  303. package/dist/esm/operationsInterfaces/dnsResolverDomainLists.d.ts.map +1 -1
  304. package/dist/esm/operationsInterfaces/dnsResolverDomainLists.js +2 -7
  305. package/dist/esm/operationsInterfaces/dnsResolverDomainLists.js.map +1 -1
  306. package/dist/esm/operationsInterfaces/dnsResolverPolicies.d.ts +15 -15
  307. package/dist/esm/operationsInterfaces/dnsResolverPolicies.d.ts.map +1 -1
  308. package/dist/esm/operationsInterfaces/dnsResolverPolicies.js +2 -7
  309. package/dist/esm/operationsInterfaces/dnsResolverPolicies.js.map +1 -1
  310. package/dist/esm/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts +12 -12
  311. package/dist/esm/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +1 -1
  312. package/dist/esm/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js +2 -7
  313. package/dist/esm/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js.map +1 -1
  314. package/dist/esm/operationsInterfaces/dnsResolvers.d.ts +15 -15
  315. package/dist/esm/operationsInterfaces/dnsResolvers.d.ts.map +1 -1
  316. package/dist/esm/operationsInterfaces/dnsResolvers.js +2 -7
  317. package/dist/esm/operationsInterfaces/dnsResolvers.js.map +1 -1
  318. package/dist/esm/operationsInterfaces/dnsSecurityRules.d.ts +11 -11
  319. package/dist/esm/operationsInterfaces/dnsSecurityRules.d.ts.map +1 -1
  320. package/dist/esm/operationsInterfaces/dnsSecurityRules.js +2 -7
  321. package/dist/esm/operationsInterfaces/dnsSecurityRules.js.map +1 -1
  322. package/dist/esm/operationsInterfaces/forwardingRules.d.ts +10 -10
  323. package/dist/esm/operationsInterfaces/forwardingRules.d.ts.map +1 -1
  324. package/dist/esm/operationsInterfaces/forwardingRules.js +2 -7
  325. package/dist/esm/operationsInterfaces/forwardingRules.js.map +1 -1
  326. package/dist/esm/operationsInterfaces/inboundEndpoints.d.ts +11 -11
  327. package/dist/esm/operationsInterfaces/inboundEndpoints.d.ts.map +1 -1
  328. package/dist/esm/operationsInterfaces/inboundEndpoints.js +2 -7
  329. package/dist/esm/operationsInterfaces/inboundEndpoints.js.map +1 -1
  330. package/dist/esm/operationsInterfaces/index.d.ts +5 -5
  331. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
  332. package/dist/esm/operationsInterfaces/index.js +9 -12
  333. package/dist/esm/operationsInterfaces/index.js.map +1 -1
  334. package/dist/esm/operationsInterfaces/outboundEndpoints.d.ts +11 -11
  335. package/dist/esm/operationsInterfaces/outboundEndpoints.d.ts.map +1 -1
  336. package/dist/esm/operationsInterfaces/outboundEndpoints.js +2 -7
  337. package/dist/esm/operationsInterfaces/outboundEndpoints.js.map +1 -1
  338. package/dist/esm/operationsInterfaces/virtualNetworkLinks.d.ts +11 -11
  339. package/dist/esm/operationsInterfaces/virtualNetworkLinks.d.ts.map +1 -1
  340. package/dist/esm/operationsInterfaces/virtualNetworkLinks.js +2 -7
  341. package/dist/esm/operationsInterfaces/virtualNetworkLinks.js.map +1 -1
  342. package/dist/esm/pagingHelper.d.ts.map +1 -1
  343. package/dist/esm/pagingHelper.js +4 -11
  344. package/dist/esm/pagingHelper.js.map +1 -1
  345. package/dist/react-native/dnsResolverManagementClient.d.ts +9 -9
  346. package/dist/react-native/dnsResolverManagementClient.d.ts.map +1 -1
  347. package/dist/react-native/dnsResolverManagementClient.js +36 -24
  348. package/dist/react-native/dnsResolverManagementClient.js.map +1 -1
  349. package/dist/react-native/index.d.ts.map +1 -1
  350. package/dist/react-native/index.js +4 -7
  351. package/dist/react-native/index.js.map +1 -1
  352. package/dist/react-native/lroImpl.d.ts +1 -1
  353. package/dist/react-native/lroImpl.d.ts.map +1 -1
  354. package/dist/react-native/lroImpl.js +9 -10
  355. package/dist/react-native/lroImpl.js.map +1 -1
  356. package/dist/react-native/models/index.d.ts +658 -517
  357. package/dist/react-native/models/index.d.ts.map +1 -1
  358. package/dist/react-native/models/index.js +32 -31
  359. package/dist/react-native/models/index.js.map +1 -1
  360. package/dist/react-native/models/mappers.d.ts +48 -29
  361. package/dist/react-native/models/mappers.d.ts.map +1 -1
  362. package/dist/react-native/models/mappers.js +927 -405
  363. package/dist/react-native/models/mappers.js.map +1 -1
  364. package/dist/react-native/models/parameters.d.ts +13 -14
  365. package/dist/react-native/models/parameters.d.ts.map +1 -1
  366. package/dist/react-native/models/parameters.js +90 -109
  367. package/dist/react-native/models/parameters.js.map +1 -1
  368. package/dist/react-native/operations/dnsForwardingRulesets.d.ts +38 -38
  369. package/dist/react-native/operations/dnsForwardingRulesets.d.ts.map +1 -1
  370. package/dist/react-native/operations/dnsForwardingRulesets.js +210 -260
  371. package/dist/react-native/operations/dnsForwardingRulesets.js.map +1 -1
  372. package/dist/react-native/operations/dnsResolverDomainLists.d.ts +32 -32
  373. package/dist/react-native/operations/dnsResolverDomainLists.d.ts.map +1 -1
  374. package/dist/react-native/operations/dnsResolverDomainLists.js +200 -227
  375. package/dist/react-native/operations/dnsResolverDomainLists.js.map +1 -1
  376. package/dist/react-native/operations/dnsResolverPolicies.d.ts +38 -38
  377. package/dist/react-native/operations/dnsResolverPolicies.d.ts.map +1 -1
  378. package/dist/react-native/operations/dnsResolverPolicies.js +212 -262
  379. package/dist/react-native/operations/dnsResolverPolicies.js.map +1 -1
  380. package/dist/react-native/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts +21 -21
  381. package/dist/react-native/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +1 -1
  382. package/dist/react-native/operations/dnsResolverPolicyVirtualNetworkLinks.js +134 -142
  383. package/dist/react-native/operations/dnsResolverPolicyVirtualNetworkLinks.js.map +1 -1
  384. package/dist/react-native/operations/dnsResolvers.d.ts +38 -38
  385. package/dist/react-native/operations/dnsResolvers.d.ts.map +1 -1
  386. package/dist/react-native/operations/dnsResolvers.js +210 -260
  387. package/dist/react-native/operations/dnsResolvers.js.map +1 -1
  388. package/dist/react-native/operations/dnsSecurityRules.d.ts +20 -20
  389. package/dist/react-native/operations/dnsSecurityRules.d.ts.map +1 -1
  390. package/dist/react-native/operations/dnsSecurityRules.js +133 -141
  391. package/dist/react-native/operations/dnsSecurityRules.js.map +1 -1
  392. package/dist/react-native/operations/forwardingRules.d.ts +17 -17
  393. package/dist/react-native/operations/forwardingRules.d.ts.map +1 -1
  394. package/dist/react-native/operations/forwardingRules.js +88 -114
  395. package/dist/react-native/operations/forwardingRules.js.map +1 -1
  396. package/dist/react-native/operations/inboundEndpoints.d.ts +20 -20
  397. package/dist/react-native/operations/inboundEndpoints.d.ts.map +1 -1
  398. package/dist/react-native/operations/inboundEndpoints.js +129 -137
  399. package/dist/react-native/operations/inboundEndpoints.js.map +1 -1
  400. package/dist/react-native/operations/index.d.ts +5 -5
  401. package/dist/react-native/operations/index.d.ts.map +1 -1
  402. package/dist/react-native/operations/index.js +9 -12
  403. package/dist/react-native/operations/index.js.map +1 -1
  404. package/dist/react-native/operations/outboundEndpoints.d.ts +20 -20
  405. package/dist/react-native/operations/outboundEndpoints.d.ts.map +1 -1
  406. package/dist/react-native/operations/outboundEndpoints.js +129 -137
  407. package/dist/react-native/operations/outboundEndpoints.js.map +1 -1
  408. package/dist/react-native/operations/virtualNetworkLinks.d.ts +20 -20
  409. package/dist/react-native/operations/virtualNetworkLinks.d.ts.map +1 -1
  410. package/dist/react-native/operations/virtualNetworkLinks.js +134 -142
  411. package/dist/react-native/operations/virtualNetworkLinks.js.map +1 -1
  412. package/dist/react-native/operationsInterfaces/dnsForwardingRulesets.d.ts +15 -15
  413. package/dist/react-native/operationsInterfaces/dnsForwardingRulesets.d.ts.map +1 -1
  414. package/dist/react-native/operationsInterfaces/dnsForwardingRulesets.js +2 -7
  415. package/dist/react-native/operationsInterfaces/dnsForwardingRulesets.js.map +1 -1
  416. package/dist/react-native/operationsInterfaces/dnsResolverDomainLists.d.ts +12 -12
  417. package/dist/react-native/operationsInterfaces/dnsResolverDomainLists.d.ts.map +1 -1
  418. package/dist/react-native/operationsInterfaces/dnsResolverDomainLists.js +2 -7
  419. package/dist/react-native/operationsInterfaces/dnsResolverDomainLists.js.map +1 -1
  420. package/dist/react-native/operationsInterfaces/dnsResolverPolicies.d.ts +15 -15
  421. package/dist/react-native/operationsInterfaces/dnsResolverPolicies.d.ts.map +1 -1
  422. package/dist/react-native/operationsInterfaces/dnsResolverPolicies.js +2 -7
  423. package/dist/react-native/operationsInterfaces/dnsResolverPolicies.js.map +1 -1
  424. package/dist/react-native/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts +12 -12
  425. package/dist/react-native/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +1 -1
  426. package/dist/react-native/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js +2 -7
  427. package/dist/react-native/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js.map +1 -1
  428. package/dist/react-native/operationsInterfaces/dnsResolvers.d.ts +15 -15
  429. package/dist/react-native/operationsInterfaces/dnsResolvers.d.ts.map +1 -1
  430. package/dist/react-native/operationsInterfaces/dnsResolvers.js +2 -7
  431. package/dist/react-native/operationsInterfaces/dnsResolvers.js.map +1 -1
  432. package/dist/react-native/operationsInterfaces/dnsSecurityRules.d.ts +11 -11
  433. package/dist/react-native/operationsInterfaces/dnsSecurityRules.d.ts.map +1 -1
  434. package/dist/react-native/operationsInterfaces/dnsSecurityRules.js +2 -7
  435. package/dist/react-native/operationsInterfaces/dnsSecurityRules.js.map +1 -1
  436. package/dist/react-native/operationsInterfaces/forwardingRules.d.ts +10 -10
  437. package/dist/react-native/operationsInterfaces/forwardingRules.d.ts.map +1 -1
  438. package/dist/react-native/operationsInterfaces/forwardingRules.js +2 -7
  439. package/dist/react-native/operationsInterfaces/forwardingRules.js.map +1 -1
  440. package/dist/react-native/operationsInterfaces/inboundEndpoints.d.ts +11 -11
  441. package/dist/react-native/operationsInterfaces/inboundEndpoints.d.ts.map +1 -1
  442. package/dist/react-native/operationsInterfaces/inboundEndpoints.js +2 -7
  443. package/dist/react-native/operationsInterfaces/inboundEndpoints.js.map +1 -1
  444. package/dist/react-native/operationsInterfaces/index.d.ts +5 -5
  445. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
  446. package/dist/react-native/operationsInterfaces/index.js +9 -12
  447. package/dist/react-native/operationsInterfaces/index.js.map +1 -1
  448. package/dist/react-native/operationsInterfaces/outboundEndpoints.d.ts +11 -11
  449. package/dist/react-native/operationsInterfaces/outboundEndpoints.d.ts.map +1 -1
  450. package/dist/react-native/operationsInterfaces/outboundEndpoints.js +2 -7
  451. package/dist/react-native/operationsInterfaces/outboundEndpoints.js.map +1 -1
  452. package/dist/react-native/operationsInterfaces/virtualNetworkLinks.d.ts +11 -11
  453. package/dist/react-native/operationsInterfaces/virtualNetworkLinks.d.ts.map +1 -1
  454. package/dist/react-native/operationsInterfaces/virtualNetworkLinks.js +2 -7
  455. package/dist/react-native/operationsInterfaces/virtualNetworkLinks.js.map +1 -1
  456. package/dist/react-native/pagingHelper.d.ts.map +1 -1
  457. package/dist/react-native/pagingHelper.js +4 -11
  458. package/dist/react-native/pagingHelper.js.map +1 -1
  459. package/package.json +39 -37
  460. package/CHANGELOG.md +0 -240
  461. package/review/arm-dnsresolver.api.md +0 -1272
@@ -1,4 +1,11 @@
1
- import * as coreClient from "@azure/core-client";
1
+ import type * as coreClient from "@azure/core-client";
2
+ /** The response of a DnsForwardingRuleset list operation. */
3
+ export interface DnsForwardingRulesetListResult {
4
+ /** The DnsForwardingRuleset items on this page */
5
+ value: DnsForwardingRuleset[];
6
+ /** The link to the next page of items */
7
+ nextLink?: string;
8
+ }
2
9
  /** Reference to another ARM resource. */
3
10
  export interface SubResource {
4
11
  /** Resource ID. */
@@ -58,65 +65,72 @@ export interface CloudErrorBody {
58
65
  /** Extra error information */
59
66
  details?: CloudErrorBody[];
60
67
  }
61
- /** Describes a DNS resolver for PATCH operation. */
62
- export interface DnsResolverPatch {
63
- /** Tags for DNS Resolver. */
64
- tags?: {
65
- [propertyName: string]: string;
66
- };
68
+ /** The response of a DnsResolverDomainList list operation. */
69
+ export interface DnsResolverDomainListResult {
70
+ /** The DnsResolverDomainList items on this page */
71
+ value: DnsResolverDomainList[];
72
+ /** The link to the next page of items */
73
+ nextLink?: string;
67
74
  }
68
- /** The response to an enumeration operation on DNS resolvers. */
69
- export interface DnsResolverListResult {
70
- /** Enumeration of the DNS resolvers. */
71
- value?: DnsResolver[];
75
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
76
+ export interface ErrorResponse {
77
+ /** The error object. */
78
+ error?: ErrorDetail;
79
+ }
80
+ /** The error detail. */
81
+ export interface ErrorDetail {
72
82
  /**
73
- * The continuation token for the next page of results.
83
+ * The error code.
74
84
  * NOTE: This property will not be serialized. It can only be populated by the server.
75
85
  */
76
- readonly nextLink?: string;
77
- }
78
- /** IP configuration. */
79
- export interface IpConfiguration {
80
- /** The reference to the subnet bound to the IP configuration. */
81
- subnet: SubResource;
82
- /** Private IP address of the IP configuration. */
83
- privateIpAddress?: string;
84
- /** Private IP address allocation method. */
85
- privateIpAllocationMethod?: IpAllocationMethod;
86
- }
87
- /** Describes an inbound endpoint for a DNS resolver for PATCH operation. */
88
- export interface InboundEndpointPatch {
89
- /** Tags for inbound endpoint. */
90
- tags?: {
91
- [propertyName: string]: string;
92
- };
93
- }
94
- /** The response to an enumeration operation on inbound endpoints for a DNS resolver. */
95
- export interface InboundEndpointListResult {
96
- /** Enumeration of the inbound endpoints for a DNS resolver. */
97
- value?: InboundEndpoint[];
86
+ readonly code?: string;
98
87
  /**
99
- * The continuation token for the next page of results.
88
+ * The error message.
100
89
  * NOTE: This property will not be serialized. It can only be populated by the server.
101
90
  */
102
- readonly nextLink?: string;
103
- }
104
- /** Describes an outbound endpoint for a DNS resolver for PATCH operation. */
105
- export interface OutboundEndpointPatch {
106
- /** Tags for outbound endpoint. */
107
- tags?: {
108
- [propertyName: string]: string;
109
- };
91
+ readonly message?: string;
92
+ /**
93
+ * The error target.
94
+ * NOTE: This property will not be serialized. It can only be populated by the server.
95
+ */
96
+ readonly target?: string;
97
+ /**
98
+ * The error details.
99
+ * NOTE: This property will not be serialized. It can only be populated by the server.
100
+ */
101
+ readonly details?: ErrorDetail[];
102
+ /**
103
+ * The error additional info.
104
+ * NOTE: This property will not be serialized. It can only be populated by the server.
105
+ */
106
+ readonly additionalInfo?: ErrorAdditionalInfo[];
110
107
  }
111
- /** The response to an enumeration operation on outbound endpoints for a DNS resolver. */
112
- export interface OutboundEndpointListResult {
113
- /** Enumeration of the outbound endpoints for a DNS resolver. */
114
- value?: OutboundEndpoint[];
108
+ /** The resource management error additional info. */
109
+ export interface ErrorAdditionalInfo {
110
+ /**
111
+ * The additional info type.
112
+ * NOTE: This property will not be serialized. It can only be populated by the server.
113
+ */
114
+ readonly type?: string;
115
115
  /**
116
- * The continuation token for the next page of results.
116
+ * The additional info.
117
117
  * NOTE: This property will not be serialized. It can only be populated by the server.
118
118
  */
119
- readonly nextLink?: string;
119
+ readonly info?: Record<string, unknown>;
120
+ }
121
+ /** The response of a DnsResolverPolicy list operation. */
122
+ export interface DnsResolverPolicyListResult {
123
+ /** The DnsResolverPolicy items on this page */
124
+ value: DnsResolverPolicy[];
125
+ /** The link to the next page of items */
126
+ nextLink?: string;
127
+ }
128
+ /** The response of a DnsResolver list operation. */
129
+ export interface DnsResolverListResult {
130
+ /** The DnsResolver items on this page */
131
+ value: DnsResolver[];
132
+ /** The link to the next page of items */
133
+ nextLink?: string;
120
134
  }
121
135
  /** Describes a DNS forwarding ruleset PATCH operation. */
122
136
  export interface DnsForwardingRulesetPatch {
@@ -127,15 +141,12 @@ export interface DnsForwardingRulesetPatch {
127
141
  [propertyName: string]: string;
128
142
  };
129
143
  }
130
- /** The response to an enumeration operation on DNS forwarding rulesets. */
131
- export interface DnsForwardingRulesetListResult {
132
- /** Enumeration of the DNS forwarding rulesets. */
133
- value?: DnsForwardingRuleset[];
134
- /**
135
- * The continuation token for the next page of results.
136
- * NOTE: This property will not be serialized. It can only be populated by the server.
137
- */
138
- readonly nextLink?: string;
144
+ /** The response of a ForwardingRule list operation. */
145
+ export interface ForwardingRuleListResult {
146
+ /** The ForwardingRule items on this page */
147
+ value: ForwardingRule[];
148
+ /** The link to the next page of items */
149
+ nextLink?: string;
139
150
  }
140
151
  /** Describes a server to forward the DNS queries to. */
141
152
  export interface TargetDnsServer {
@@ -155,15 +166,12 @@ export interface ForwardingRulePatch {
155
166
  /** The state of forwarding rule. */
156
167
  forwardingRuleState?: ForwardingRuleState;
157
168
  }
158
- /** The response to an enumeration operation on forwarding rules within a DNS forwarding ruleset. */
159
- export interface ForwardingRuleListResult {
160
- /** Enumeration of the forwarding rules. */
161
- value?: ForwardingRule[];
162
- /**
163
- * The continuation token for the next page of results.
164
- * NOTE: This property will not be serialized. It can only be populated by the server.
165
- */
166
- readonly nextLink?: string;
169
+ /** The response of a VirtualNetworkLink list operation. */
170
+ export interface VirtualNetworkLinkListResult {
171
+ /** The VirtualNetworkLink items on this page */
172
+ value: VirtualNetworkLink[];
173
+ /** The link to the next page of items */
174
+ nextLink?: string;
167
175
  }
168
176
  /** Describes a virtual network link for PATCH operation. */
169
177
  export interface VirtualNetworkLinkPatch {
@@ -172,88 +180,21 @@ export interface VirtualNetworkLinkPatch {
172
180
  [propertyName: string]: string;
173
181
  };
174
182
  }
175
- /** The response to an enumeration operation on virtual network links. */
176
- export interface VirtualNetworkLinkListResult {
177
- /** Enumeration of the virtual network links. */
178
- value?: VirtualNetworkLink[];
179
- /**
180
- * The continuation token for the next page of results.
181
- * NOTE: This property will not be serialized. It can only be populated by the server.
182
- */
183
- readonly nextLink?: string;
184
- }
185
- /** The response to an enumeration operation on sub-resources. */
186
- export interface SubResourceListResult {
187
- /** Enumeration of the sub-resources. */
188
- value?: SubResource[];
189
- /**
190
- * The continuation token for the next page of results.
191
- * NOTE: This property will not be serialized. It can only be populated by the server.
192
- */
193
- readonly nextLink?: string;
194
- }
195
- /** The response to an enumeration operation on Virtual Network DNS Forwarding Ruleset. */
196
- export interface VirtualNetworkDnsForwardingRulesetListResult {
197
- /** Enumeration of the Virtual Network DNS Forwarding Ruleset. */
198
- value?: VirtualNetworkDnsForwardingRuleset[];
199
- /**
200
- * The continuation token for the next page of results.
201
- * NOTE: This property will not be serialized. It can only be populated by the server.
202
- */
203
- readonly nextLink?: string;
204
- }
205
- /** Reference to DNS forwarding ruleset and associated virtual network link. */
206
- export interface VirtualNetworkDnsForwardingRuleset {
207
- /** DNS Forwarding Ruleset Resource ID. */
208
- id?: string;
209
- /** The reference to the virtual network link. */
210
- virtualNetworkLink?: SubResource;
211
- }
212
- /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
213
- export interface ErrorResponse {
214
- /** The error object. */
215
- error?: ErrorDetail;
216
- }
217
- /** The error detail. */
218
- export interface ErrorDetail {
219
- /**
220
- * The error code.
221
- * NOTE: This property will not be serialized. It can only be populated by the server.
222
- */
223
- readonly code?: string;
224
- /**
225
- * The error message.
226
- * NOTE: This property will not be serialized. It can only be populated by the server.
227
- */
228
- readonly message?: string;
229
- /**
230
- * The error target.
231
- * NOTE: This property will not be serialized. It can only be populated by the server.
232
- */
233
- readonly target?: string;
234
- /**
235
- * The error details.
236
- * NOTE: This property will not be serialized. It can only be populated by the server.
237
- */
238
- readonly details?: ErrorDetail[];
239
- /**
240
- * The error additional info.
241
- * NOTE: This property will not be serialized. It can only be populated by the server.
242
- */
243
- readonly additionalInfo?: ErrorAdditionalInfo[];
183
+ /** Describes a DNS resolver domain list for PATCH operation. */
184
+ export interface DnsResolverDomainListPatch {
185
+ /** Tags for DNS resolver domain list. */
186
+ tags?: {
187
+ [propertyName: string]: string;
188
+ };
189
+ /** The domains in the domain list. */
190
+ domains?: string[];
244
191
  }
245
- /** The resource management error additional info. */
246
- export interface ErrorAdditionalInfo {
247
- /**
248
- * The additional info type.
249
- * NOTE: This property will not be serialized. It can only be populated by the server.
250
- */
251
- readonly type?: string;
252
- /**
253
- * The additional info.
254
- * NOTE: This property will not be serialized. It can only be populated by the server.
255
- */
256
- readonly info?: Record<string, unknown>;
192
+ /** Describes a DNS resolver domain list for bulk UPLOAD or DOWNLOAD operations. */
193
+ export interface DnsResolverDomainListBulk {
194
+ /** The storage account blob file URL to be used in the bulk upload or download request of DNS resolver domain list. */
195
+ storageUrl: string;
196
+ /** The action to take in the request, Upload or Download. */
197
+ action: Action;
257
198
  }
258
199
  /** Describes a DNS resolver policy for PATCH operation. */
259
200
  export interface DnsResolverPolicyPatch {
@@ -262,15 +203,12 @@ export interface DnsResolverPolicyPatch {
262
203
  [propertyName: string]: string;
263
204
  };
264
205
  }
265
- /** The response to an enumeration operation on DNS resolver policies. */
266
- export interface DnsResolverPolicyListResult {
267
- /** Enumeration of the DNS resolver policies. */
268
- value?: DnsResolverPolicy[];
269
- /**
270
- * The continuation token for the next page of results.
271
- * NOTE: This property will not be serialized. It can only be populated by the server.
272
- */
273
- readonly nextLink?: string;
206
+ /** The response of a DnsSecurityRule list operation. */
207
+ export interface DnsSecurityRuleListResult {
208
+ /** The DnsSecurityRule items on this page */
209
+ value: DnsSecurityRule[];
210
+ /** The link to the next page of items */
211
+ nextLink?: string;
274
212
  }
275
213
  /** The action to take on DNS requests that match the DNS security rule. */
276
214
  export interface DnsSecurityRuleAction {
@@ -287,20 +225,19 @@ export interface DnsSecurityRulePatch {
287
225
  action?: DnsSecurityRuleAction;
288
226
  /** DNS resolver policy domains lists that the DNS security rule applies to. */
289
227
  dnsResolverDomainLists?: SubResource[];
228
+ /** Managed domain lists that the DNS security rule applies to. */
229
+ managedDomainLists?: ManagedDomainList[];
290
230
  /** The state of DNS security rule. */
291
231
  dnsSecurityRuleState?: DnsSecurityRuleState;
292
232
  /** The priority of the DNS security rule. */
293
233
  priority?: number;
294
234
  }
295
- /** The response to an enumeration operation on DNS security rules within a DNS resolver policy. */
296
- export interface DnsSecurityRuleListResult {
297
- /** Enumeration of the DNS security rules. */
298
- value?: DnsSecurityRule[];
299
- /**
300
- * The continuation token for the next page of results.
301
- * NOTE: This property will not be serialized. It can only be populated by the server.
302
- */
303
- readonly nextLink?: string;
235
+ /** The response of a DnsResolverPolicyVirtualNetworkLink list operation. */
236
+ export interface DnsResolverPolicyVirtualNetworkLinkListResult {
237
+ /** The DnsResolverPolicyVirtualNetworkLink items on this page */
238
+ value: DnsResolverPolicyVirtualNetworkLink[];
239
+ /** The link to the next page of items */
240
+ nextLink?: string;
304
241
  }
305
242
  /** Describes a DNS resolver policy virtual network link for PATCH operation. */
306
243
  export interface DnsResolverPolicyVirtualNetworkLinkPatch {
@@ -309,41 +246,70 @@ export interface DnsResolverPolicyVirtualNetworkLinkPatch {
309
246
  [propertyName: string]: string;
310
247
  };
311
248
  }
312
- /** The response to an enumeration operation on DNS resolver policy virtual network links. */
313
- export interface DnsResolverPolicyVirtualNetworkLinkListResult {
314
- /** Enumeration of the DNS resolver policy virtual network links. */
315
- value?: DnsResolverPolicyVirtualNetworkLink[];
316
- /**
317
- * The continuation token for the next page of results.
318
- * NOTE: This property will not be serialized. It can only be populated by the server.
319
- */
320
- readonly nextLink?: string;
249
+ /** Describes a DNS resolver for PATCH operation. */
250
+ export interface DnsResolverPatch {
251
+ /** Tags for DNS Resolver. */
252
+ tags?: {
253
+ [propertyName: string]: string;
254
+ };
321
255
  }
322
- /** Describes a DNS resolver domain list for PATCH operation. */
323
- export interface DnsResolverDomainListPatch {
324
- /** Tags for DNS resolver domain list. */
256
+ /** The response of a InboundEndpoint list operation. */
257
+ export interface InboundEndpointListResult {
258
+ /** The InboundEndpoint items on this page */
259
+ value: InboundEndpoint[];
260
+ /** The link to the next page of items */
261
+ nextLink?: string;
262
+ }
263
+ /** IP configuration. */
264
+ export interface IpConfiguration {
265
+ /** The reference to the subnet bound to the IP configuration. */
266
+ subnet: SubResource;
267
+ /** Private IP address of the IP configuration. */
268
+ privateIpAddress?: string;
269
+ /** Private IP address allocation method. */
270
+ privateIpAllocationMethod?: IpAllocationMethod;
271
+ }
272
+ /** Describes an inbound endpoint for a DNS resolver for PATCH operation. */
273
+ export interface InboundEndpointPatch {
274
+ /** Tags for inbound endpoint. */
325
275
  tags?: {
326
276
  [propertyName: string]: string;
327
277
  };
328
- /** The domains in the domain list. */
329
- domains?: string[];
330
278
  }
331
- /** The response to an enumeration operation on DNS resolver domain lists. */
332
- export interface DnsResolverDomainListResult {
333
- /** Enumeration of the DNS resolver domain lists. */
334
- value?: DnsResolverDomainList[];
335
- /**
336
- * The continuation token for the next page of results.
337
- * NOTE: This property will not be serialized. It can only be populated by the server.
338
- */
339
- readonly nextLink?: string;
279
+ /** The response of a OutboundEndpoint list operation. */
280
+ export interface OutboundEndpointListResult {
281
+ /** The OutboundEndpoint items on this page */
282
+ value: OutboundEndpoint[];
283
+ /** The link to the next page of items */
284
+ nextLink?: string;
340
285
  }
341
- /** Describes a DNS resolver domain list for bulk UPLOAD or DOWNLOAD operations. */
342
- export interface DnsResolverDomainListBulk {
343
- /** The storage account blob file URL to be used in the bulk upload or download request of DNS resolver domain list. */
344
- storageUrl: string;
345
- /** The action to take in the request, Upload or Download. */
346
- action: Action;
286
+ /** Describes an outbound endpoint for a DNS resolver for PATCH operation. */
287
+ export interface OutboundEndpointPatch {
288
+ /** Tags for outbound endpoint. */
289
+ tags?: {
290
+ [propertyName: string]: string;
291
+ };
292
+ }
293
+ /** The response to an enumeration operation on Virtual Network DNS Forwarding Ruleset. */
294
+ export interface VirtualNetworkDnsForwardingRulesetListResult {
295
+ /** The VirtualNetworkDnsForwardingRuleset items on this page */
296
+ value: VirtualNetworkDnsForwardingRuleset[];
297
+ /** The link to the next page of items */
298
+ nextLink?: string;
299
+ }
300
+ /** Reference to DNS forwarding ruleset and associated virtual network link. */
301
+ export interface VirtualNetworkDnsForwardingRuleset {
302
+ /** DNS Forwarding Ruleset Resource ID. */
303
+ id?: string;
304
+ /** The reference to the virtual network link. */
305
+ virtualNetworkLink?: SubResource;
306
+ }
307
+ /** The response to an enumeration operation on sub-resources. */
308
+ export interface SubResourceListResult {
309
+ /** The SubResource items on this page */
310
+ value: SubResource[];
311
+ /** The link to the next page of items */
312
+ nextLink?: string;
347
313
  }
348
314
  /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
349
315
  export interface TrackedResource extends Resource {
@@ -357,105 +323,90 @@ export interface TrackedResource extends Resource {
357
323
  /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
358
324
  export interface ProxyResource extends Resource {
359
325
  }
360
- /** Describes a DNS resolver. */
361
- export interface DnsResolver extends TrackedResource {
326
+ /** Describes a DNS forwarding ruleset. */
327
+ export interface DnsForwardingRuleset extends TrackedResource {
362
328
  /**
363
- * ETag of the DNS resolver.
329
+ * "If etag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.")
364
330
  * NOTE: This property will not be serialized. It can only be populated by the server.
365
331
  */
366
332
  readonly etag?: string;
367
- /** The reference to the virtual network. This cannot be changed after creation. */
368
- virtualNetwork: SubResource;
369
- /**
370
- * The current status of the DNS resolver. This is a read-only property and any attempt to set this value will be ignored.
371
- * NOTE: This property will not be serialized. It can only be populated by the server.
372
- */
373
- readonly dnsResolverState?: DnsResolverState;
333
+ /** 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. */
334
+ dnsResolverOutboundEndpoints: SubResource[];
374
335
  /**
375
- * The current provisioning state of the DNS resolver. This is a read-only property and any attempt to set this value will be ignored.
336
+ * 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.
376
337
  * NOTE: This property will not be serialized. It can only be populated by the server.
377
338
  */
378
339
  readonly provisioningState?: ProvisioningState;
379
340
  /**
380
- * The resourceGuid property of the DNS resolver resource.
341
+ * The resourceGuid for the DNS forwarding ruleset.
381
342
  * NOTE: This property will not be serialized. It can only be populated by the server.
382
343
  */
383
344
  readonly resourceGuid?: string;
384
345
  }
385
- /** Describes an inbound endpoint for a DNS resolver. */
386
- export interface InboundEndpoint extends TrackedResource {
346
+ /** Describes a DNS resolver domain list. */
347
+ export interface DnsResolverDomainList extends TrackedResource {
387
348
  /**
388
- * ETag of the inbound endpoint.
349
+ * "If etag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.")
389
350
  * NOTE: This property will not be serialized. It can only be populated by the server.
390
351
  */
391
352
  readonly etag?: string;
392
- /** IP configurations for the inbound endpoint. */
393
- ipConfigurations: IpConfiguration[];
394
- /**
395
- * The current provisioning state of the inbound endpoint. This is a read-only property and any attempt to set this value will be ignored.
396
- * NOTE: This property will not be serialized. It can only be populated by the server.
397
- */
398
- readonly provisioningState?: ProvisioningState;
399
- /**
400
- * The resourceGuid property of the inbound endpoint resource.
401
- * NOTE: This property will not be serialized. It can only be populated by the server.
402
- */
403
- readonly resourceGuid?: string;
404
- }
405
- /** Describes an outbound endpoint for a DNS resolver. */
406
- export interface OutboundEndpoint extends TrackedResource {
353
+ /** The domains in the domain list. Will be null if user is using large domain list. */
354
+ domains?: string[];
407
355
  /**
408
- * ETag of the outbound endpoint.
356
+ * 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.
409
357
  * NOTE: This property will not be serialized. It can only be populated by the server.
410
358
  */
411
- readonly etag?: string;
412
- /** The reference to the subnet used for the outbound endpoint. */
413
- subnet: SubResource;
359
+ readonly domainsUrl?: string;
414
360
  /**
415
- * The current provisioning state of the outbound endpoint. This is a read-only property and any attempt to set this value will be ignored.
361
+ * 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.
416
362
  * NOTE: This property will not be serialized. It can only be populated by the server.
417
363
  */
418
364
  readonly provisioningState?: ProvisioningState;
419
365
  /**
420
- * The resourceGuid property of the outbound endpoint resource.
366
+ * The resourceGuid property of the DNS resolver domain list resource.
421
367
  * NOTE: This property will not be serialized. It can only be populated by the server.
422
368
  */
423
369
  readonly resourceGuid?: string;
424
370
  }
425
- /** Describes a DNS forwarding ruleset. */
426
- export interface DnsForwardingRuleset extends TrackedResource {
371
+ /** Describes a DNS resolver policy. */
372
+ export interface DnsResolverPolicy extends TrackedResource {
427
373
  /**
428
- * ETag of the DNS forwarding ruleset.
374
+ * "If etag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.")
429
375
  * NOTE: This property will not be serialized. It can only be populated by the server.
430
376
  */
431
377
  readonly etag?: string;
432
- /** 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. */
433
- dnsResolverOutboundEndpoints: SubResource[];
434
378
  /**
435
- * 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.
379
+ * 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.
436
380
  * NOTE: This property will not be serialized. It can only be populated by the server.
437
381
  */
438
382
  readonly provisioningState?: ProvisioningState;
439
383
  /**
440
- * The resourceGuid for the DNS forwarding ruleset.
384
+ * The resourceGuid property of the DNS resolver policy resource.
441
385
  * NOTE: This property will not be serialized. It can only be populated by the server.
442
386
  */
443
387
  readonly resourceGuid?: string;
444
388
  }
445
- /** Describes a DNS resolver policy. */
446
- export interface DnsResolverPolicy extends TrackedResource {
389
+ /** Describes a DNS resolver. */
390
+ export interface DnsResolver extends TrackedResource {
447
391
  /**
448
- * ETag of the DNS resolver policy.
392
+ * "If etag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.")
449
393
  * NOTE: This property will not be serialized. It can only be populated by the server.
450
394
  */
451
395
  readonly etag?: string;
396
+ /** The reference to the virtual network. This cannot be changed after creation. */
397
+ virtualNetwork: SubResource;
452
398
  /**
453
- * 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.
399
+ * The current status of the DNS resolver. This is a read-only property and any attempt to set this value will be ignored.
400
+ * NOTE: This property will not be serialized. It can only be populated by the server.
401
+ */
402
+ readonly dnsResolverState?: DnsResolverState;
403
+ /**
404
+ * The current provisioning state of the DNS resolver. This is a read-only property and any attempt to set this value will be ignored.
454
405
  * NOTE: This property will not be serialized. It can only be populated by the server.
455
406
  */
456
407
  readonly provisioningState?: ProvisioningState;
457
408
  /**
458
- * The resourceGuid property of the DNS resolver policy resource.
409
+ * The resourceGuid property of the DNS resolver resource.
459
410
  * NOTE: This property will not be serialized. It can only be populated by the server.
460
411
  */
461
412
  readonly resourceGuid?: string;
@@ -463,7 +414,7 @@ export interface DnsResolverPolicy extends TrackedResource {
463
414
  /** Describes a DNS security rule. */
464
415
  export interface DnsSecurityRule extends TrackedResource {
465
416
  /**
466
- * ETag of the DNS security rule.
417
+ * "If etag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.")
467
418
  * NOTE: This property will not be serialized. It can only be populated by the server.
468
419
  */
469
420
  readonly etag?: string;
@@ -472,7 +423,9 @@ export interface DnsSecurityRule extends TrackedResource {
472
423
  /** The action to take on DNS requests that match the DNS security rule. */
473
424
  action: DnsSecurityRuleAction;
474
425
  /** DNS resolver policy domains lists that the DNS security rule applies to. */
475
- dnsResolverDomainLists: SubResource[];
426
+ dnsResolverDomainLists?: SubResource[];
427
+ /** Managed domain lists that the DNS security rule applies to. */
428
+ managedDomainLists?: ManagedDomainList[];
476
429
  /** The state of DNS security rule. */
477
430
  dnsSecurityRuleState?: DnsSecurityRuleState;
478
431
  /**
@@ -484,7 +437,7 @@ export interface DnsSecurityRule extends TrackedResource {
484
437
  /** Describes a DNS resolver policy virtual network link. */
485
438
  export interface DnsResolverPolicyVirtualNetworkLink extends TrackedResource {
486
439
  /**
487
- * ETag of the DNS resolver policy virtual network link.
440
+ * "If etag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.")
488
441
  * NOTE: This property will not be serialized. It can only be populated by the server.
489
442
  */
490
443
  readonly etag?: string;
@@ -496,27 +449,42 @@ export interface DnsResolverPolicyVirtualNetworkLink extends TrackedResource {
496
449
  */
497
450
  readonly provisioningState?: ProvisioningState;
498
451
  }
499
- /** Describes a DNS resolver domain list. */
500
- export interface DnsResolverDomainList extends TrackedResource {
452
+ /** Describes an inbound endpoint for a DNS resolver. */
453
+ export interface InboundEndpoint extends TrackedResource {
501
454
  /**
502
- * ETag of the DNS resolver domain list.
455
+ * "If etag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.")
503
456
  * NOTE: This property will not be serialized. It can only be populated by the server.
504
457
  */
505
458
  readonly etag?: string;
506
- /** The domains in the domain list. Will be null if user is using large domain list. */
507
- domains?: string[];
459
+ /** IP configurations for the inbound endpoint. */
460
+ ipConfigurations: IpConfiguration[];
508
461
  /**
509
- * 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.
462
+ * The current provisioning state of the inbound endpoint. This is a read-only property and any attempt to set this value will be ignored.
510
463
  * NOTE: This property will not be serialized. It can only be populated by the server.
511
464
  */
512
- readonly domainsUrl?: string;
465
+ readonly provisioningState?: ProvisioningState;
513
466
  /**
514
- * 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.
467
+ * The resourceGuid property of the inbound endpoint resource.
468
+ * NOTE: This property will not be serialized. It can only be populated by the server.
469
+ */
470
+ readonly resourceGuid?: string;
471
+ }
472
+ /** Describes an outbound endpoint for a DNS resolver. */
473
+ export interface OutboundEndpoint extends TrackedResource {
474
+ /**
475
+ * "If etag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.")
476
+ * NOTE: This property will not be serialized. It can only be populated by the server.
477
+ */
478
+ readonly etag?: string;
479
+ /** The reference to the subnet used for the outbound endpoint. */
480
+ subnet: SubResource;
481
+ /**
482
+ * The current provisioning state of the outbound endpoint. This is a read-only property and any attempt to set this value will be ignored.
515
483
  * NOTE: This property will not be serialized. It can only be populated by the server.
516
484
  */
517
485
  readonly provisioningState?: ProvisioningState;
518
486
  /**
519
- * The resourceGuid property of the DNS resolver domain list resource.
487
+ * The resourceGuid property of the outbound endpoint resource.
520
488
  * NOTE: This property will not be serialized. It can only be populated by the server.
521
489
  */
522
490
  readonly resourceGuid?: string;
@@ -524,7 +492,7 @@ export interface DnsResolverDomainList extends TrackedResource {
524
492
  /** Describes a forwarding rule within a DNS forwarding ruleset. */
525
493
  export interface ForwardingRule extends ProxyResource {
526
494
  /**
527
- * ETag of the forwarding rule.
495
+ * "If etag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.")
528
496
  * NOTE: This property will not be serialized. It can only be populated by the server.
529
497
  */
530
498
  readonly etag?: string;
@@ -547,7 +515,7 @@ export interface ForwardingRule extends ProxyResource {
547
515
  /** Describes a virtual network link. */
548
516
  export interface VirtualNetworkLink extends ProxyResource {
549
517
  /**
550
- * ETag of the virtual network link.
518
+ * "If etag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.")
551
519
  * NOTE: This property will not be serialized. It can only be populated by the server.
552
520
  */
553
521
  readonly etag?: string;
@@ -563,58 +531,202 @@ export interface VirtualNetworkLink extends ProxyResource {
563
531
  */
564
532
  readonly provisioningState?: ProvisioningState;
565
533
  }
534
+ /** Defines headers for DnsForwardingRulesets_createOrUpdate operation. */
535
+ export interface DnsForwardingRulesetsCreateOrUpdateHeaders {
536
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
537
+ location?: string;
538
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
539
+ retryAfter?: number;
540
+ }
541
+ /** Defines headers for DnsForwardingRulesets_update operation. */
542
+ export interface DnsForwardingRulesetsUpdateHeaders {
543
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
544
+ location?: string;
545
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
546
+ retryAfter?: number;
547
+ }
548
+ /** Defines headers for DnsForwardingRulesets_delete operation. */
549
+ export interface DnsForwardingRulesetsDeleteHeaders {
550
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
551
+ location?: string;
552
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
553
+ retryAfter?: number;
554
+ }
555
+ /** Defines headers for DnsResolverDomainLists_createOrUpdate operation. */
556
+ export interface DnsResolverDomainListsCreateOrUpdateHeaders {
557
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
558
+ location?: string;
559
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
560
+ retryAfter?: number;
561
+ }
562
+ /** Defines headers for DnsResolverDomainLists_update operation. */
563
+ export interface DnsResolverDomainListsUpdateHeaders {
564
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
565
+ location?: string;
566
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
567
+ retryAfter?: number;
568
+ }
569
+ /** Defines headers for DnsResolverDomainLists_delete operation. */
570
+ export interface DnsResolverDomainListsDeleteHeaders {
571
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
572
+ location?: string;
573
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
574
+ retryAfter?: number;
575
+ }
576
+ /** Defines headers for DnsResolverDomainLists_bulk operation. */
577
+ export interface DnsResolverDomainListsBulkHeaders {
578
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
579
+ location?: string;
580
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
581
+ retryAfter?: number;
582
+ }
583
+ /** Defines headers for DnsResolverPolicies_createOrUpdate operation. */
584
+ export interface DnsResolverPoliciesCreateOrUpdateHeaders {
585
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
586
+ location?: string;
587
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
588
+ retryAfter?: number;
589
+ }
566
590
  /** Defines headers for DnsResolverPolicies_update operation. */
567
591
  export interface DnsResolverPoliciesUpdateHeaders {
592
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
568
593
  location?: string;
594
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
595
+ retryAfter?: number;
569
596
  }
570
597
  /** Defines headers for DnsResolverPolicies_delete operation. */
571
598
  export interface DnsResolverPoliciesDeleteHeaders {
599
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
600
+ location?: string;
601
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
602
+ retryAfter?: number;
603
+ }
604
+ /** Defines headers for DnsResolvers_createOrUpdate operation. */
605
+ export interface DnsResolversCreateOrUpdateHeaders {
606
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
607
+ location?: string;
608
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
609
+ retryAfter?: number;
610
+ }
611
+ /** Defines headers for DnsResolvers_update operation. */
612
+ export interface DnsResolversUpdateHeaders {
613
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
614
+ location?: string;
615
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
616
+ retryAfter?: number;
617
+ }
618
+ /** Defines headers for DnsResolvers_delete operation. */
619
+ export interface DnsResolversDeleteHeaders {
620
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
621
+ location?: string;
622
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
623
+ retryAfter?: number;
624
+ }
625
+ /** Defines headers for VirtualNetworkLinks_createOrUpdate operation. */
626
+ export interface VirtualNetworkLinksCreateOrUpdateHeaders {
627
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
628
+ location?: string;
629
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
630
+ retryAfter?: number;
631
+ }
632
+ /** Defines headers for VirtualNetworkLinks_update operation. */
633
+ export interface VirtualNetworkLinksUpdateHeaders {
634
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
635
+ location?: string;
636
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
637
+ retryAfter?: number;
638
+ }
639
+ /** Defines headers for VirtualNetworkLinks_delete operation. */
640
+ export interface VirtualNetworkLinksDeleteHeaders {
641
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
642
+ location?: string;
643
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
644
+ retryAfter?: number;
645
+ }
646
+ /** Defines headers for DnsSecurityRules_createOrUpdate operation. */
647
+ export interface DnsSecurityRulesCreateOrUpdateHeaders {
648
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
572
649
  location?: string;
650
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
651
+ retryAfter?: number;
573
652
  }
574
653
  /** Defines headers for DnsSecurityRules_update operation. */
575
654
  export interface DnsSecurityRulesUpdateHeaders {
655
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
576
656
  location?: string;
657
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
658
+ retryAfter?: number;
577
659
  }
578
660
  /** Defines headers for DnsSecurityRules_delete operation. */
579
661
  export interface DnsSecurityRulesDeleteHeaders {
662
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
580
663
  location?: string;
664
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
665
+ retryAfter?: number;
666
+ }
667
+ /** Defines headers for DnsResolverPolicyVirtualNetworkLinks_createOrUpdate operation. */
668
+ export interface DnsResolverPolicyVirtualNetworkLinksCreateOrUpdateHeaders {
669
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
670
+ location?: string;
671
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
672
+ retryAfter?: number;
581
673
  }
582
674
  /** Defines headers for DnsResolverPolicyVirtualNetworkLinks_update operation. */
583
675
  export interface DnsResolverPolicyVirtualNetworkLinksUpdateHeaders {
676
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
584
677
  location?: string;
678
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
679
+ retryAfter?: number;
585
680
  }
586
681
  /** Defines headers for DnsResolverPolicyVirtualNetworkLinks_delete operation. */
587
682
  export interface DnsResolverPolicyVirtualNetworkLinksDeleteHeaders {
683
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
588
684
  location?: string;
685
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
686
+ retryAfter?: number;
589
687
  }
590
- /** Defines headers for DnsResolverDomainLists_update operation. */
591
- export interface DnsResolverDomainListsUpdateHeaders {
688
+ /** Defines headers for InboundEndpoints_createOrUpdate operation. */
689
+ export interface InboundEndpointsCreateOrUpdateHeaders {
690
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
592
691
  location?: string;
692
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
693
+ retryAfter?: number;
593
694
  }
594
- /** Defines headers for DnsResolverDomainLists_delete operation. */
595
- export interface DnsResolverDomainListsDeleteHeaders {
695
+ /** Defines headers for InboundEndpoints_update operation. */
696
+ export interface InboundEndpointsUpdateHeaders {
697
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
596
698
  location?: string;
699
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
700
+ retryAfter?: number;
597
701
  }
598
- /** Defines headers for DnsResolverDomainLists_bulk operation. */
599
- export interface DnsResolverDomainListsBulkHeaders {
702
+ /** Defines headers for InboundEndpoints_delete operation. */
703
+ export interface InboundEndpointsDeleteHeaders {
704
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
600
705
  location?: string;
706
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
707
+ retryAfter?: number;
708
+ }
709
+ /** Defines headers for OutboundEndpoints_createOrUpdate operation. */
710
+ export interface OutboundEndpointsCreateOrUpdateHeaders {
711
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
712
+ location?: string;
713
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
714
+ retryAfter?: number;
715
+ }
716
+ /** Defines headers for OutboundEndpoints_update operation. */
717
+ export interface OutboundEndpointsUpdateHeaders {
718
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
719
+ location?: string;
720
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
721
+ retryAfter?: number;
722
+ }
723
+ /** Defines headers for OutboundEndpoints_delete operation. */
724
+ export interface OutboundEndpointsDeleteHeaders {
725
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
726
+ location?: string;
727
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
728
+ retryAfter?: number;
601
729
  }
602
- /** Known values of {@link DnsResolverState} that the service accepts. */
603
- export declare enum KnownDnsResolverState {
604
- /** Connected */
605
- Connected = "Connected",
606
- /** Disconnected */
607
- Disconnected = "Disconnected"
608
- }
609
- /**
610
- * Defines values for DnsResolverState. \
611
- * {@link KnownDnsResolverState} can be used interchangeably with DnsResolverState,
612
- * this enum contains the known values that the service supports.
613
- * ### Known values supported by the service
614
- * **Connected** \
615
- * **Disconnected**
616
- */
617
- export type DnsResolverState = string;
618
730
  /** Known values of {@link ProvisioningState} that the service accepts. */
619
731
  export declare enum KnownProvisioningState {
620
732
  /** Creating */
@@ -665,22 +777,22 @@ export declare enum KnownCreatedByType {
665
777
  * **Key**
666
778
  */
667
779
  export type CreatedByType = string;
668
- /** Known values of {@link IpAllocationMethod} that the service accepts. */
669
- export declare enum KnownIpAllocationMethod {
670
- /** Static */
671
- Static = "Static",
672
- /** Dynamic */
673
- Dynamic = "Dynamic"
780
+ /** Known values of {@link DnsResolverState} that the service accepts. */
781
+ export declare enum KnownDnsResolverState {
782
+ /** Connected */
783
+ Connected = "Connected",
784
+ /** Disconnected */
785
+ Disconnected = "Disconnected"
674
786
  }
675
787
  /**
676
- * Defines values for IpAllocationMethod. \
677
- * {@link KnownIpAllocationMethod} can be used interchangeably with IpAllocationMethod,
788
+ * Defines values for DnsResolverState. \
789
+ * {@link KnownDnsResolverState} can be used interchangeably with DnsResolverState,
678
790
  * this enum contains the known values that the service supports.
679
791
  * ### Known values supported by the service
680
- * **Static** \
681
- * **Dynamic**
792
+ * **Connected** \
793
+ * **Disconnected**
682
794
  */
683
- export type IpAllocationMethod = string;
795
+ export type DnsResolverState = string;
684
796
  /** Known values of {@link ForwardingRuleState} that the service accepts. */
685
797
  export declare enum KnownForwardingRuleState {
686
798
  /** Enabled */
@@ -697,6 +809,22 @@ export declare enum KnownForwardingRuleState {
697
809
  * **Disabled**
698
810
  */
699
811
  export type ForwardingRuleState = string;
812
+ /** Known values of {@link Action} that the service accepts. */
813
+ export declare enum KnownAction {
814
+ /** Upload */
815
+ Upload = "Upload",
816
+ /** Download */
817
+ Download = "Download"
818
+ }
819
+ /**
820
+ * Defines values for Action. \
821
+ * {@link KnownAction} can be used interchangeably with Action,
822
+ * this enum contains the known values that the service supports.
823
+ * ### Known values supported by the service
824
+ * **Upload** \
825
+ * **Download**
826
+ */
827
+ export type Action = string;
700
828
  /** Known values of {@link ActionType} that the service accepts. */
701
829
  export declare enum KnownActionType {
702
830
  /** Allow */
@@ -716,6 +844,19 @@ export declare enum KnownActionType {
716
844
  * **Block**
717
845
  */
718
846
  export type ActionType = string;
847
+ /** Known values of {@link ManagedDomainList} that the service accepts. */
848
+ export declare enum KnownManagedDomainList {
849
+ /** Domain list managed by Azure DNS Threat Intelligence. */
850
+ AzureDnsThreatIntel = "AzureDnsThreatIntel"
851
+ }
852
+ /**
853
+ * Defines values for ManagedDomainList. \
854
+ * {@link KnownManagedDomainList} can be used interchangeably with ManagedDomainList,
855
+ * this enum contains the known values that the service supports.
856
+ * ### Known values supported by the service
857
+ * **AzureDnsThreatIntel**: Domain list managed by Azure DNS Threat Intelligence.
858
+ */
859
+ export type ManagedDomainList = string;
719
860
  /** Known values of {@link DnsSecurityRuleState} that the service accepts. */
720
861
  export declare enum KnownDnsSecurityRuleState {
721
862
  /** Enabled */
@@ -732,24 +873,43 @@ export declare enum KnownDnsSecurityRuleState {
732
873
  * **Disabled**
733
874
  */
734
875
  export type DnsSecurityRuleState = string;
735
- /** Known values of {@link Action} that the service accepts. */
736
- export declare enum KnownAction {
737
- /** Upload */
738
- Upload = "Upload",
739
- /** Download */
740
- Download = "Download"
876
+ /** Known values of {@link IpAllocationMethod} that the service accepts. */
877
+ export declare enum KnownIpAllocationMethod {
878
+ /** Static */
879
+ Static = "Static",
880
+ /** Dynamic */
881
+ Dynamic = "Dynamic"
741
882
  }
742
883
  /**
743
- * Defines values for Action. \
744
- * {@link KnownAction} can be used interchangeably with Action,
884
+ * Defines values for IpAllocationMethod. \
885
+ * {@link KnownIpAllocationMethod} can be used interchangeably with IpAllocationMethod,
745
886
  * this enum contains the known values that the service supports.
746
887
  * ### Known values supported by the service
747
- * **Upload** \
748
- * **Download**
888
+ * **Static** \
889
+ * **Dynamic**
749
890
  */
750
- export type Action = string;
891
+ export type IpAllocationMethod = string;
751
892
  /** Optional parameters. */
752
- export interface DnsResolversCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
893
+ export interface DnsForwardingRulesetsListOptionalParams extends coreClient.OperationOptions {
894
+ /** The maximum number of results to return. If not specified, returns up to 100 results. */
895
+ top?: number;
896
+ }
897
+ /** Contains response data for the list operation. */
898
+ export type DnsForwardingRulesetsListResponse = DnsForwardingRulesetListResult;
899
+ /** Optional parameters. */
900
+ export interface DnsForwardingRulesetsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
901
+ /** The maximum number of results to return. If not specified, returns up to 100 results. */
902
+ top?: number;
903
+ }
904
+ /** Contains response data for the listByResourceGroup operation. */
905
+ export type DnsForwardingRulesetsListByResourceGroupResponse = DnsForwardingRulesetListResult;
906
+ /** Optional parameters. */
907
+ export interface DnsForwardingRulesetsGetOptionalParams extends coreClient.OperationOptions {
908
+ }
909
+ /** Contains response data for the get operation. */
910
+ export type DnsForwardingRulesetsGetResponse = DnsForwardingRuleset;
911
+ /** Optional parameters. */
912
+ export interface DnsForwardingRulesetsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
753
913
  /** 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. */
754
914
  ifMatch?: string;
755
915
  /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */
@@ -760,9 +920,9 @@ export interface DnsResolversCreateOrUpdateOptionalParams extends coreClient.Ope
760
920
  resumeFrom?: string;
761
921
  }
762
922
  /** Contains response data for the createOrUpdate operation. */
763
- export type DnsResolversCreateOrUpdateResponse = DnsResolver;
923
+ export type DnsForwardingRulesetsCreateOrUpdateResponse = DnsForwardingRuleset;
764
924
  /** Optional parameters. */
765
- export interface DnsResolversUpdateOptionalParams extends coreClient.OperationOptions {
925
+ export interface DnsForwardingRulesetsUpdateOptionalParams extends coreClient.OperationOptions {
766
926
  /** 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. */
767
927
  ifMatch?: string;
768
928
  /** Delay to wait until next poll, in milliseconds. */
@@ -771,9 +931,9 @@ export interface DnsResolversUpdateOptionalParams extends coreClient.OperationOp
771
931
  resumeFrom?: string;
772
932
  }
773
933
  /** Contains response data for the update operation. */
774
- export type DnsResolversUpdateResponse = DnsResolver;
934
+ export type DnsForwardingRulesetsUpdateResponse = DnsForwardingRuleset;
775
935
  /** Optional parameters. */
776
- export interface DnsResolversDeleteOptionalParams extends coreClient.OperationOptions {
936
+ export interface DnsForwardingRulesetsDeleteOptionalParams extends coreClient.OperationOptions {
777
937
  /** 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. */
778
938
  ifMatch?: string;
779
939
  /** Delay to wait until next poll, in milliseconds. */
@@ -782,48 +942,48 @@ export interface DnsResolversDeleteOptionalParams extends coreClient.OperationOp
782
942
  resumeFrom?: string;
783
943
  }
784
944
  /** Optional parameters. */
785
- export interface DnsResolversGetOptionalParams extends coreClient.OperationOptions {
786
- }
787
- /** Contains response data for the get operation. */
788
- export type DnsResolversGetResponse = DnsResolver;
789
- /** Optional parameters. */
790
- export interface DnsResolversListByResourceGroupOptionalParams extends coreClient.OperationOptions {
945
+ export interface DnsForwardingRulesetsListByVirtualNetworkOptionalParams extends coreClient.OperationOptions {
791
946
  /** The maximum number of results to return. If not specified, returns up to 100 results. */
792
947
  top?: number;
793
948
  }
794
- /** Contains response data for the listByResourceGroup operation. */
795
- export type DnsResolversListByResourceGroupResponse = DnsResolverListResult;
949
+ /** Contains response data for the listByVirtualNetwork operation. */
950
+ export type DnsForwardingRulesetsListByVirtualNetworkResponse = VirtualNetworkDnsForwardingRulesetListResult;
796
951
  /** Optional parameters. */
797
- export interface DnsResolversListOptionalParams extends coreClient.OperationOptions {
952
+ export interface DnsForwardingRulesetsListNextOptionalParams extends coreClient.OperationOptions {
953
+ }
954
+ /** Contains response data for the listNext operation. */
955
+ export type DnsForwardingRulesetsListNextResponse = DnsForwardingRulesetListResult;
956
+ /** Optional parameters. */
957
+ export interface DnsForwardingRulesetsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
958
+ }
959
+ /** Contains response data for the listByResourceGroupNext operation. */
960
+ export type DnsForwardingRulesetsListByResourceGroupNextResponse = DnsForwardingRulesetListResult;
961
+ /** Optional parameters. */
962
+ export interface DnsForwardingRulesetsListByVirtualNetworkNextOptionalParams extends coreClient.OperationOptions {
963
+ }
964
+ /** Contains response data for the listByVirtualNetworkNext operation. */
965
+ export type DnsForwardingRulesetsListByVirtualNetworkNextResponse = VirtualNetworkDnsForwardingRulesetListResult;
966
+ /** Optional parameters. */
967
+ export interface DnsResolverDomainListsListOptionalParams extends coreClient.OperationOptions {
798
968
  /** The maximum number of results to return. If not specified, returns up to 100 results. */
799
969
  top?: number;
800
970
  }
801
971
  /** Contains response data for the list operation. */
802
- export type DnsResolversListResponse = DnsResolverListResult;
972
+ export type DnsResolverDomainListsListResponse = DnsResolverDomainListResult;
803
973
  /** Optional parameters. */
804
- export interface DnsResolversListByVirtualNetworkOptionalParams extends coreClient.OperationOptions {
974
+ export interface DnsResolverDomainListsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
805
975
  /** The maximum number of results to return. If not specified, returns up to 100 results. */
806
976
  top?: number;
807
977
  }
808
- /** Contains response data for the listByVirtualNetwork operation. */
809
- export type DnsResolversListByVirtualNetworkResponse = SubResourceListResult;
810
- /** Optional parameters. */
811
- export interface DnsResolversListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
812
- }
813
- /** Contains response data for the listByResourceGroupNext operation. */
814
- export type DnsResolversListByResourceGroupNextResponse = DnsResolverListResult;
815
- /** Optional parameters. */
816
- export interface DnsResolversListNextOptionalParams extends coreClient.OperationOptions {
817
- }
818
- /** Contains response data for the listNext operation. */
819
- export type DnsResolversListNextResponse = DnsResolverListResult;
978
+ /** Contains response data for the listByResourceGroup operation. */
979
+ export type DnsResolverDomainListsListByResourceGroupResponse = DnsResolverDomainListResult;
820
980
  /** Optional parameters. */
821
- export interface DnsResolversListByVirtualNetworkNextOptionalParams extends coreClient.OperationOptions {
981
+ export interface DnsResolverDomainListsGetOptionalParams extends coreClient.OperationOptions {
822
982
  }
823
- /** Contains response data for the listByVirtualNetworkNext operation. */
824
- export type DnsResolversListByVirtualNetworkNextResponse = SubResourceListResult;
983
+ /** Contains response data for the get operation. */
984
+ export type DnsResolverDomainListsGetResponse = DnsResolverDomainList;
825
985
  /** Optional parameters. */
826
- export interface InboundEndpointsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
986
+ export interface DnsResolverDomainListsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
827
987
  /** 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. */
828
988
  ifMatch?: string;
829
989
  /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */
@@ -834,9 +994,9 @@ export interface InboundEndpointsCreateOrUpdateOptionalParams extends coreClient
834
994
  resumeFrom?: string;
835
995
  }
836
996
  /** Contains response data for the createOrUpdate operation. */
837
- export type InboundEndpointsCreateOrUpdateResponse = InboundEndpoint;
997
+ export type DnsResolverDomainListsCreateOrUpdateResponse = DnsResolverDomainList;
838
998
  /** Optional parameters. */
839
- export interface InboundEndpointsUpdateOptionalParams extends coreClient.OperationOptions {
999
+ export interface DnsResolverDomainListsUpdateOptionalParams extends coreClient.OperationOptions {
840
1000
  /** 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. */
841
1001
  ifMatch?: string;
842
1002
  /** Delay to wait until next poll, in milliseconds. */
@@ -845,9 +1005,9 @@ export interface InboundEndpointsUpdateOptionalParams extends coreClient.Operati
845
1005
  resumeFrom?: string;
846
1006
  }
847
1007
  /** Contains response data for the update operation. */
848
- export type InboundEndpointsUpdateResponse = InboundEndpoint;
1008
+ export type DnsResolverDomainListsUpdateResponse = DnsResolverDomainList;
849
1009
  /** Optional parameters. */
850
- export interface InboundEndpointsDeleteOptionalParams extends coreClient.OperationOptions {
1010
+ export interface DnsResolverDomainListsDeleteOptionalParams extends coreClient.OperationOptions {
851
1011
  /** 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. */
852
1012
  ifMatch?: string;
853
1013
  /** Delay to wait until next poll, in milliseconds. */
@@ -855,25 +1015,52 @@ export interface InboundEndpointsDeleteOptionalParams extends coreClient.Operati
855
1015
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
856
1016
  resumeFrom?: string;
857
1017
  }
1018
+ /** Contains response data for the delete operation. */
1019
+ export type DnsResolverDomainListsDeleteResponse = DnsResolverDomainListsDeleteHeaders;
858
1020
  /** Optional parameters. */
859
- export interface InboundEndpointsGetOptionalParams extends coreClient.OperationOptions {
1021
+ export interface DnsResolverDomainListsBulkOptionalParams extends coreClient.OperationOptions {
1022
+ /** 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. */
1023
+ ifMatch?: string;
1024
+ /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */
1025
+ ifNoneMatch?: string;
1026
+ /** Delay to wait until next poll, in milliseconds. */
1027
+ updateIntervalInMs?: number;
1028
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1029
+ resumeFrom?: string;
860
1030
  }
861
- /** Contains response data for the get operation. */
862
- export type InboundEndpointsGetResponse = InboundEndpoint;
1031
+ /** Contains response data for the bulk operation. */
1032
+ export type DnsResolverDomainListsBulkResponse = DnsResolverDomainList;
863
1033
  /** Optional parameters. */
864
- export interface InboundEndpointsListOptionalParams extends coreClient.OperationOptions {
1034
+ export interface DnsResolverDomainListsListNextOptionalParams extends coreClient.OperationOptions {
1035
+ }
1036
+ /** Contains response data for the listNext operation. */
1037
+ export type DnsResolverDomainListsListNextResponse = DnsResolverDomainListResult;
1038
+ /** Optional parameters. */
1039
+ export interface DnsResolverDomainListsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1040
+ }
1041
+ /** Contains response data for the listByResourceGroupNext operation. */
1042
+ export type DnsResolverDomainListsListByResourceGroupNextResponse = DnsResolverDomainListResult;
1043
+ /** Optional parameters. */
1044
+ export interface DnsResolverPoliciesListOptionalParams extends coreClient.OperationOptions {
865
1045
  /** The maximum number of results to return. If not specified, returns up to 100 results. */
866
1046
  top?: number;
867
1047
  }
868
1048
  /** Contains response data for the list operation. */
869
- export type InboundEndpointsListResponse = InboundEndpointListResult;
1049
+ export type DnsResolverPoliciesListResponse = DnsResolverPolicyListResult;
870
1050
  /** Optional parameters. */
871
- export interface InboundEndpointsListNextOptionalParams extends coreClient.OperationOptions {
1051
+ export interface DnsResolverPoliciesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1052
+ /** The maximum number of results to return. If not specified, returns up to 100 results. */
1053
+ top?: number;
872
1054
  }
873
- /** Contains response data for the listNext operation. */
874
- export type InboundEndpointsListNextResponse = InboundEndpointListResult;
1055
+ /** Contains response data for the listByResourceGroup operation. */
1056
+ export type DnsResolverPoliciesListByResourceGroupResponse = DnsResolverPolicyListResult;
875
1057
  /** Optional parameters. */
876
- export interface OutboundEndpointsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1058
+ export interface DnsResolverPoliciesGetOptionalParams extends coreClient.OperationOptions {
1059
+ }
1060
+ /** Contains response data for the get operation. */
1061
+ export type DnsResolverPoliciesGetResponse = DnsResolverPolicy;
1062
+ /** Optional parameters. */
1063
+ export interface DnsResolverPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
877
1064
  /** 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. */
878
1065
  ifMatch?: string;
879
1066
  /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */
@@ -884,9 +1071,9 @@ export interface OutboundEndpointsCreateOrUpdateOptionalParams extends coreClien
884
1071
  resumeFrom?: string;
885
1072
  }
886
1073
  /** Contains response data for the createOrUpdate operation. */
887
- export type OutboundEndpointsCreateOrUpdateResponse = OutboundEndpoint;
1074
+ export type DnsResolverPoliciesCreateOrUpdateResponse = DnsResolverPolicy;
888
1075
  /** Optional parameters. */
889
- export interface OutboundEndpointsUpdateOptionalParams extends coreClient.OperationOptions {
1076
+ export interface DnsResolverPoliciesUpdateOptionalParams extends coreClient.OperationOptions {
890
1077
  /** 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. */
891
1078
  ifMatch?: string;
892
1079
  /** Delay to wait until next poll, in milliseconds. */
@@ -895,9 +1082,9 @@ export interface OutboundEndpointsUpdateOptionalParams extends coreClient.Operat
895
1082
  resumeFrom?: string;
896
1083
  }
897
1084
  /** Contains response data for the update operation. */
898
- export type OutboundEndpointsUpdateResponse = OutboundEndpoint;
1085
+ export type DnsResolverPoliciesUpdateResponse = DnsResolverPolicy;
899
1086
  /** Optional parameters. */
900
- export interface OutboundEndpointsDeleteOptionalParams extends coreClient.OperationOptions {
1087
+ export interface DnsResolverPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
901
1088
  /** 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. */
902
1089
  ifMatch?: string;
903
1090
  /** Delay to wait until next poll, in milliseconds. */
@@ -905,25 +1092,49 @@ export interface OutboundEndpointsDeleteOptionalParams extends coreClient.Operat
905
1092
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
906
1093
  resumeFrom?: string;
907
1094
  }
1095
+ /** Contains response data for the delete operation. */
1096
+ export type DnsResolverPoliciesDeleteResponse = DnsResolverPoliciesDeleteHeaders;
908
1097
  /** Optional parameters. */
909
- export interface OutboundEndpointsGetOptionalParams extends coreClient.OperationOptions {
1098
+ export interface DnsResolverPoliciesListByVirtualNetworkOptionalParams extends coreClient.OperationOptions {
910
1099
  }
911
- /** Contains response data for the get operation. */
912
- export type OutboundEndpointsGetResponse = OutboundEndpoint;
1100
+ /** Contains response data for the listByVirtualNetwork operation. */
1101
+ export type DnsResolverPoliciesListByVirtualNetworkResponse = SubResourceListResult;
913
1102
  /** Optional parameters. */
914
- export interface OutboundEndpointsListOptionalParams extends coreClient.OperationOptions {
1103
+ export interface DnsResolverPoliciesListNextOptionalParams extends coreClient.OperationOptions {
1104
+ }
1105
+ /** Contains response data for the listNext operation. */
1106
+ export type DnsResolverPoliciesListNextResponse = DnsResolverPolicyListResult;
1107
+ /** Optional parameters. */
1108
+ export interface DnsResolverPoliciesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1109
+ }
1110
+ /** Contains response data for the listByResourceGroupNext operation. */
1111
+ export type DnsResolverPoliciesListByResourceGroupNextResponse = DnsResolverPolicyListResult;
1112
+ /** Optional parameters. */
1113
+ export interface DnsResolverPoliciesListByVirtualNetworkNextOptionalParams extends coreClient.OperationOptions {
1114
+ }
1115
+ /** Contains response data for the listByVirtualNetworkNext operation. */
1116
+ export type DnsResolverPoliciesListByVirtualNetworkNextResponse = SubResourceListResult;
1117
+ /** Optional parameters. */
1118
+ export interface DnsResolversListOptionalParams extends coreClient.OperationOptions {
915
1119
  /** The maximum number of results to return. If not specified, returns up to 100 results. */
916
1120
  top?: number;
917
1121
  }
918
1122
  /** Contains response data for the list operation. */
919
- export type OutboundEndpointsListResponse = OutboundEndpointListResult;
1123
+ export type DnsResolversListResponse = DnsResolverListResult;
1124
+ /** Optional parameters. */
1125
+ export interface DnsResolversListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1126
+ /** The maximum number of results to return. If not specified, returns up to 100 results. */
1127
+ top?: number;
1128
+ }
1129
+ /** Contains response data for the listByResourceGroup operation. */
1130
+ export type DnsResolversListByResourceGroupResponse = DnsResolverListResult;
920
1131
  /** Optional parameters. */
921
- export interface OutboundEndpointsListNextOptionalParams extends coreClient.OperationOptions {
1132
+ export interface DnsResolversGetOptionalParams extends coreClient.OperationOptions {
922
1133
  }
923
- /** Contains response data for the listNext operation. */
924
- export type OutboundEndpointsListNextResponse = OutboundEndpointListResult;
1134
+ /** Contains response data for the get operation. */
1135
+ export type DnsResolversGetResponse = DnsResolver;
925
1136
  /** Optional parameters. */
926
- export interface DnsForwardingRulesetsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1137
+ export interface DnsResolversCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
927
1138
  /** 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. */
928
1139
  ifMatch?: string;
929
1140
  /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */
@@ -934,9 +1145,9 @@ export interface DnsForwardingRulesetsCreateOrUpdateOptionalParams extends coreC
934
1145
  resumeFrom?: string;
935
1146
  }
936
1147
  /** Contains response data for the createOrUpdate operation. */
937
- export type DnsForwardingRulesetsCreateOrUpdateResponse = DnsForwardingRuleset;
1148
+ export type DnsResolversCreateOrUpdateResponse = DnsResolver;
938
1149
  /** Optional parameters. */
939
- export interface DnsForwardingRulesetsUpdateOptionalParams extends coreClient.OperationOptions {
1150
+ export interface DnsResolversUpdateOptionalParams extends coreClient.OperationOptions {
940
1151
  /** 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. */
941
1152
  ifMatch?: string;
942
1153
  /** Delay to wait until next poll, in milliseconds. */
@@ -945,9 +1156,9 @@ export interface DnsForwardingRulesetsUpdateOptionalParams extends coreClient.Op
945
1156
  resumeFrom?: string;
946
1157
  }
947
1158
  /** Contains response data for the update operation. */
948
- export type DnsForwardingRulesetsUpdateResponse = DnsForwardingRuleset;
1159
+ export type DnsResolversUpdateResponse = DnsResolver;
949
1160
  /** Optional parameters. */
950
- export interface DnsForwardingRulesetsDeleteOptionalParams extends coreClient.OperationOptions {
1161
+ export interface DnsResolversDeleteOptionalParams extends coreClient.OperationOptions {
951
1162
  /** 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. */
952
1163
  ifMatch?: string;
953
1164
  /** Delay to wait until next poll, in milliseconds. */
@@ -956,46 +1167,39 @@ export interface DnsForwardingRulesetsDeleteOptionalParams extends coreClient.Op
956
1167
  resumeFrom?: string;
957
1168
  }
958
1169
  /** Optional parameters. */
959
- export interface DnsForwardingRulesetsGetOptionalParams extends coreClient.OperationOptions {
960
- }
961
- /** Contains response data for the get operation. */
962
- export type DnsForwardingRulesetsGetResponse = DnsForwardingRuleset;
963
- /** Optional parameters. */
964
- export interface DnsForwardingRulesetsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1170
+ export interface DnsResolversListByVirtualNetworkOptionalParams extends coreClient.OperationOptions {
965
1171
  /** The maximum number of results to return. If not specified, returns up to 100 results. */
966
1172
  top?: number;
967
1173
  }
968
- /** Contains response data for the listByResourceGroup operation. */
969
- export type DnsForwardingRulesetsListByResourceGroupResponse = DnsForwardingRulesetListResult;
1174
+ /** Contains response data for the listByVirtualNetwork operation. */
1175
+ export type DnsResolversListByVirtualNetworkResponse = SubResourceListResult;
970
1176
  /** Optional parameters. */
971
- export interface DnsForwardingRulesetsListOptionalParams extends coreClient.OperationOptions {
972
- /** The maximum number of results to return. If not specified, returns up to 100 results. */
973
- top?: number;
1177
+ export interface DnsResolversListNextOptionalParams extends coreClient.OperationOptions {
974
1178
  }
975
- /** Contains response data for the list operation. */
976
- export type DnsForwardingRulesetsListResponse = DnsForwardingRulesetListResult;
1179
+ /** Contains response data for the listNext operation. */
1180
+ export type DnsResolversListNextResponse = DnsResolverListResult;
977
1181
  /** Optional parameters. */
978
- export interface DnsForwardingRulesetsListByVirtualNetworkOptionalParams extends coreClient.OperationOptions {
979
- /** The maximum number of results to return. If not specified, returns up to 100 results. */
980
- top?: number;
1182
+ export interface DnsResolversListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
981
1183
  }
982
- /** Contains response data for the listByVirtualNetwork operation. */
983
- export type DnsForwardingRulesetsListByVirtualNetworkResponse = VirtualNetworkDnsForwardingRulesetListResult;
1184
+ /** Contains response data for the listByResourceGroupNext operation. */
1185
+ export type DnsResolversListByResourceGroupNextResponse = DnsResolverListResult;
984
1186
  /** Optional parameters. */
985
- export interface DnsForwardingRulesetsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1187
+ export interface DnsResolversListByVirtualNetworkNextOptionalParams extends coreClient.OperationOptions {
986
1188
  }
987
- /** Contains response data for the listByResourceGroupNext operation. */
988
- export type DnsForwardingRulesetsListByResourceGroupNextResponse = DnsForwardingRulesetListResult;
1189
+ /** Contains response data for the listByVirtualNetworkNext operation. */
1190
+ export type DnsResolversListByVirtualNetworkNextResponse = SubResourceListResult;
989
1191
  /** Optional parameters. */
990
- export interface DnsForwardingRulesetsListNextOptionalParams extends coreClient.OperationOptions {
1192
+ export interface ForwardingRulesListOptionalParams extends coreClient.OperationOptions {
1193
+ /** The maximum number of results to return. If not specified, returns up to 100 results. */
1194
+ top?: number;
991
1195
  }
992
- /** Contains response data for the listNext operation. */
993
- export type DnsForwardingRulesetsListNextResponse = DnsForwardingRulesetListResult;
1196
+ /** Contains response data for the list operation. */
1197
+ export type ForwardingRulesListResponse = ForwardingRuleListResult;
994
1198
  /** Optional parameters. */
995
- export interface DnsForwardingRulesetsListByVirtualNetworkNextOptionalParams extends coreClient.OperationOptions {
1199
+ export interface ForwardingRulesGetOptionalParams extends coreClient.OperationOptions {
996
1200
  }
997
- /** Contains response data for the listByVirtualNetworkNext operation. */
998
- export type DnsForwardingRulesetsListByVirtualNetworkNextResponse = VirtualNetworkDnsForwardingRulesetListResult;
1201
+ /** Contains response data for the get operation. */
1202
+ export type ForwardingRulesGetResponse = ForwardingRule;
999
1203
  /** Optional parameters. */
1000
1204
  export interface ForwardingRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1001
1205
  /** 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. */
@@ -1018,22 +1222,22 @@ export interface ForwardingRulesDeleteOptionalParams extends coreClient.Operatio
1018
1222
  ifMatch?: string;
1019
1223
  }
1020
1224
  /** Optional parameters. */
1021
- export interface ForwardingRulesGetOptionalParams extends coreClient.OperationOptions {
1225
+ export interface ForwardingRulesListNextOptionalParams extends coreClient.OperationOptions {
1022
1226
  }
1023
- /** Contains response data for the get operation. */
1024
- export type ForwardingRulesGetResponse = ForwardingRule;
1227
+ /** Contains response data for the listNext operation. */
1228
+ export type ForwardingRulesListNextResponse = ForwardingRuleListResult;
1025
1229
  /** Optional parameters. */
1026
- export interface ForwardingRulesListOptionalParams extends coreClient.OperationOptions {
1230
+ export interface VirtualNetworkLinksListOptionalParams extends coreClient.OperationOptions {
1027
1231
  /** The maximum number of results to return. If not specified, returns up to 100 results. */
1028
1232
  top?: number;
1029
1233
  }
1030
1234
  /** Contains response data for the list operation. */
1031
- export type ForwardingRulesListResponse = ForwardingRuleListResult;
1235
+ export type VirtualNetworkLinksListResponse = VirtualNetworkLinkListResult;
1032
1236
  /** Optional parameters. */
1033
- export interface ForwardingRulesListNextOptionalParams extends coreClient.OperationOptions {
1237
+ export interface VirtualNetworkLinksGetOptionalParams extends coreClient.OperationOptions {
1034
1238
  }
1035
- /** Contains response data for the listNext operation. */
1036
- export type ForwardingRulesListNextResponse = ForwardingRuleListResult;
1239
+ /** Contains response data for the get operation. */
1240
+ export type VirtualNetworkLinksGetResponse = VirtualNetworkLink;
1037
1241
  /** Optional parameters. */
1038
1242
  export interface VirtualNetworkLinksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1039
1243
  /** 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. */
@@ -1068,24 +1272,24 @@ export interface VirtualNetworkLinksDeleteOptionalParams extends coreClient.Oper
1068
1272
  resumeFrom?: string;
1069
1273
  }
1070
1274
  /** Optional parameters. */
1071
- export interface VirtualNetworkLinksGetOptionalParams extends coreClient.OperationOptions {
1275
+ export interface VirtualNetworkLinksListNextOptionalParams extends coreClient.OperationOptions {
1072
1276
  }
1073
- /** Contains response data for the get operation. */
1074
- export type VirtualNetworkLinksGetResponse = VirtualNetworkLink;
1277
+ /** Contains response data for the listNext operation. */
1278
+ export type VirtualNetworkLinksListNextResponse = VirtualNetworkLinkListResult;
1075
1279
  /** Optional parameters. */
1076
- export interface VirtualNetworkLinksListOptionalParams extends coreClient.OperationOptions {
1280
+ export interface DnsSecurityRulesListOptionalParams extends coreClient.OperationOptions {
1077
1281
  /** The maximum number of results to return. If not specified, returns up to 100 results. */
1078
1282
  top?: number;
1079
1283
  }
1080
1284
  /** Contains response data for the list operation. */
1081
- export type VirtualNetworkLinksListResponse = VirtualNetworkLinkListResult;
1285
+ export type DnsSecurityRulesListResponse = DnsSecurityRuleListResult;
1082
1286
  /** Optional parameters. */
1083
- export interface VirtualNetworkLinksListNextOptionalParams extends coreClient.OperationOptions {
1287
+ export interface DnsSecurityRulesGetOptionalParams extends coreClient.OperationOptions {
1084
1288
  }
1085
- /** Contains response data for the listNext operation. */
1086
- export type VirtualNetworkLinksListNextResponse = VirtualNetworkLinkListResult;
1289
+ /** Contains response data for the get operation. */
1290
+ export type DnsSecurityRulesGetResponse = DnsSecurityRule;
1087
1291
  /** Optional parameters. */
1088
- export interface DnsResolverPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1292
+ export interface DnsSecurityRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1089
1293
  /** 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. */
1090
1294
  ifMatch?: string;
1091
1295
  /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */
@@ -1096,9 +1300,9 @@ export interface DnsResolverPoliciesCreateOrUpdateOptionalParams extends coreCli
1096
1300
  resumeFrom?: string;
1097
1301
  }
1098
1302
  /** Contains response data for the createOrUpdate operation. */
1099
- export type DnsResolverPoliciesCreateOrUpdateResponse = DnsResolverPolicy;
1303
+ export type DnsSecurityRulesCreateOrUpdateResponse = DnsSecurityRule;
1100
1304
  /** Optional parameters. */
1101
- export interface DnsResolverPoliciesUpdateOptionalParams extends coreClient.OperationOptions {
1305
+ export interface DnsSecurityRulesUpdateOptionalParams extends coreClient.OperationOptions {
1102
1306
  /** 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. */
1103
1307
  ifMatch?: string;
1104
1308
  /** Delay to wait until next poll, in milliseconds. */
@@ -1107,9 +1311,9 @@ export interface DnsResolverPoliciesUpdateOptionalParams extends coreClient.Oper
1107
1311
  resumeFrom?: string;
1108
1312
  }
1109
1313
  /** Contains response data for the update operation. */
1110
- export type DnsResolverPoliciesUpdateResponse = DnsResolverPolicy;
1314
+ export type DnsSecurityRulesUpdateResponse = DnsSecurityRule;
1111
1315
  /** Optional parameters. */
1112
- export interface DnsResolverPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
1316
+ export interface DnsSecurityRulesDeleteOptionalParams extends coreClient.OperationOptions {
1113
1317
  /** 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. */
1114
1318
  ifMatch?: string;
1115
1319
  /** Delay to wait until next poll, in milliseconds. */
@@ -1118,48 +1322,26 @@ export interface DnsResolverPoliciesDeleteOptionalParams extends coreClient.Oper
1118
1322
  resumeFrom?: string;
1119
1323
  }
1120
1324
  /** Contains response data for the delete operation. */
1121
- export type DnsResolverPoliciesDeleteResponse = DnsResolverPoliciesDeleteHeaders;
1122
- /** Optional parameters. */
1123
- export interface DnsResolverPoliciesGetOptionalParams extends coreClient.OperationOptions {
1124
- }
1125
- /** Contains response data for the get operation. */
1126
- export type DnsResolverPoliciesGetResponse = DnsResolverPolicy;
1325
+ export type DnsSecurityRulesDeleteResponse = DnsSecurityRulesDeleteHeaders;
1127
1326
  /** Optional parameters. */
1128
- export interface DnsResolverPoliciesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1129
- /** The maximum number of results to return. If not specified, returns up to 100 results. */
1130
- top?: number;
1327
+ export interface DnsSecurityRulesListNextOptionalParams extends coreClient.OperationOptions {
1131
1328
  }
1132
- /** Contains response data for the listByResourceGroup operation. */
1133
- export type DnsResolverPoliciesListByResourceGroupResponse = DnsResolverPolicyListResult;
1329
+ /** Contains response data for the listNext operation. */
1330
+ export type DnsSecurityRulesListNextResponse = DnsSecurityRuleListResult;
1134
1331
  /** Optional parameters. */
1135
- export interface DnsResolverPoliciesListOptionalParams extends coreClient.OperationOptions {
1332
+ export interface DnsResolverPolicyVirtualNetworkLinksListOptionalParams extends coreClient.OperationOptions {
1136
1333
  /** The maximum number of results to return. If not specified, returns up to 100 results. */
1137
1334
  top?: number;
1138
1335
  }
1139
1336
  /** Contains response data for the list operation. */
1140
- export type DnsResolverPoliciesListResponse = DnsResolverPolicyListResult;
1141
- /** Optional parameters. */
1142
- export interface DnsResolverPoliciesListByVirtualNetworkOptionalParams extends coreClient.OperationOptions {
1143
- }
1144
- /** Contains response data for the listByVirtualNetwork operation. */
1145
- export type DnsResolverPoliciesListByVirtualNetworkResponse = SubResourceListResult;
1146
- /** Optional parameters. */
1147
- export interface DnsResolverPoliciesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1148
- }
1149
- /** Contains response data for the listByResourceGroupNext operation. */
1150
- export type DnsResolverPoliciesListByResourceGroupNextResponse = DnsResolverPolicyListResult;
1151
- /** Optional parameters. */
1152
- export interface DnsResolverPoliciesListNextOptionalParams extends coreClient.OperationOptions {
1153
- }
1154
- /** Contains response data for the listNext operation. */
1155
- export type DnsResolverPoliciesListNextResponse = DnsResolverPolicyListResult;
1337
+ export type DnsResolverPolicyVirtualNetworkLinksListResponse = DnsResolverPolicyVirtualNetworkLinkListResult;
1156
1338
  /** Optional parameters. */
1157
- export interface DnsResolverPoliciesListByVirtualNetworkNextOptionalParams extends coreClient.OperationOptions {
1339
+ export interface DnsResolverPolicyVirtualNetworkLinksGetOptionalParams extends coreClient.OperationOptions {
1158
1340
  }
1159
- /** Contains response data for the listByVirtualNetworkNext operation. */
1160
- export type DnsResolverPoliciesListByVirtualNetworkNextResponse = SubResourceListResult;
1341
+ /** Contains response data for the get operation. */
1342
+ export type DnsResolverPolicyVirtualNetworkLinksGetResponse = DnsResolverPolicyVirtualNetworkLink;
1161
1343
  /** Optional parameters. */
1162
- export interface DnsSecurityRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1344
+ export interface DnsResolverPolicyVirtualNetworkLinksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1163
1345
  /** 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. */
1164
1346
  ifMatch?: string;
1165
1347
  /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */
@@ -1170,9 +1352,9 @@ export interface DnsSecurityRulesCreateOrUpdateOptionalParams extends coreClient
1170
1352
  resumeFrom?: string;
1171
1353
  }
1172
1354
  /** Contains response data for the createOrUpdate operation. */
1173
- export type DnsSecurityRulesCreateOrUpdateResponse = DnsSecurityRule;
1355
+ export type DnsResolverPolicyVirtualNetworkLinksCreateOrUpdateResponse = DnsResolverPolicyVirtualNetworkLink;
1174
1356
  /** Optional parameters. */
1175
- export interface DnsSecurityRulesUpdateOptionalParams extends coreClient.OperationOptions {
1357
+ export interface DnsResolverPolicyVirtualNetworkLinksUpdateOptionalParams extends coreClient.OperationOptions {
1176
1358
  /** 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. */
1177
1359
  ifMatch?: string;
1178
1360
  /** Delay to wait until next poll, in milliseconds. */
@@ -1181,9 +1363,9 @@ export interface DnsSecurityRulesUpdateOptionalParams extends coreClient.Operati
1181
1363
  resumeFrom?: string;
1182
1364
  }
1183
1365
  /** Contains response data for the update operation. */
1184
- export type DnsSecurityRulesUpdateResponse = DnsSecurityRule;
1366
+ export type DnsResolverPolicyVirtualNetworkLinksUpdateResponse = DnsResolverPolicyVirtualNetworkLink;
1185
1367
  /** Optional parameters. */
1186
- export interface DnsSecurityRulesDeleteOptionalParams extends coreClient.OperationOptions {
1368
+ export interface DnsResolverPolicyVirtualNetworkLinksDeleteOptionalParams extends coreClient.OperationOptions {
1187
1369
  /** 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. */
1188
1370
  ifMatch?: string;
1189
1371
  /** Delay to wait until next poll, in milliseconds. */
@@ -1192,26 +1374,26 @@ export interface DnsSecurityRulesDeleteOptionalParams extends coreClient.Operati
1192
1374
  resumeFrom?: string;
1193
1375
  }
1194
1376
  /** Contains response data for the delete operation. */
1195
- export type DnsSecurityRulesDeleteResponse = DnsSecurityRulesDeleteHeaders;
1377
+ export type DnsResolverPolicyVirtualNetworkLinksDeleteResponse = DnsResolverPolicyVirtualNetworkLinksDeleteHeaders;
1196
1378
  /** Optional parameters. */
1197
- export interface DnsSecurityRulesGetOptionalParams extends coreClient.OperationOptions {
1379
+ export interface DnsResolverPolicyVirtualNetworkLinksListNextOptionalParams extends coreClient.OperationOptions {
1198
1380
  }
1199
- /** Contains response data for the get operation. */
1200
- export type DnsSecurityRulesGetResponse = DnsSecurityRule;
1381
+ /** Contains response data for the listNext operation. */
1382
+ export type DnsResolverPolicyVirtualNetworkLinksListNextResponse = DnsResolverPolicyVirtualNetworkLinkListResult;
1201
1383
  /** Optional parameters. */
1202
- export interface DnsSecurityRulesListOptionalParams extends coreClient.OperationOptions {
1384
+ export interface InboundEndpointsListOptionalParams extends coreClient.OperationOptions {
1203
1385
  /** The maximum number of results to return. If not specified, returns up to 100 results. */
1204
1386
  top?: number;
1205
1387
  }
1206
1388
  /** Contains response data for the list operation. */
1207
- export type DnsSecurityRulesListResponse = DnsSecurityRuleListResult;
1389
+ export type InboundEndpointsListResponse = InboundEndpointListResult;
1208
1390
  /** Optional parameters. */
1209
- export interface DnsSecurityRulesListNextOptionalParams extends coreClient.OperationOptions {
1391
+ export interface InboundEndpointsGetOptionalParams extends coreClient.OperationOptions {
1210
1392
  }
1211
- /** Contains response data for the listNext operation. */
1212
- export type DnsSecurityRulesListNextResponse = DnsSecurityRuleListResult;
1393
+ /** Contains response data for the get operation. */
1394
+ export type InboundEndpointsGetResponse = InboundEndpoint;
1213
1395
  /** Optional parameters. */
1214
- export interface DnsResolverPolicyVirtualNetworkLinksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1396
+ export interface InboundEndpointsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1215
1397
  /** 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. */
1216
1398
  ifMatch?: string;
1217
1399
  /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */
@@ -1222,9 +1404,9 @@ export interface DnsResolverPolicyVirtualNetworkLinksCreateOrUpdateOptionalParam
1222
1404
  resumeFrom?: string;
1223
1405
  }
1224
1406
  /** Contains response data for the createOrUpdate operation. */
1225
- export type DnsResolverPolicyVirtualNetworkLinksCreateOrUpdateResponse = DnsResolverPolicyVirtualNetworkLink;
1407
+ export type InboundEndpointsCreateOrUpdateResponse = InboundEndpoint;
1226
1408
  /** Optional parameters. */
1227
- export interface DnsResolverPolicyVirtualNetworkLinksUpdateOptionalParams extends coreClient.OperationOptions {
1409
+ export interface InboundEndpointsUpdateOptionalParams extends coreClient.OperationOptions {
1228
1410
  /** 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. */
1229
1411
  ifMatch?: string;
1230
1412
  /** Delay to wait until next poll, in milliseconds. */
@@ -1233,9 +1415,9 @@ export interface DnsResolverPolicyVirtualNetworkLinksUpdateOptionalParams extend
1233
1415
  resumeFrom?: string;
1234
1416
  }
1235
1417
  /** Contains response data for the update operation. */
1236
- export type DnsResolverPolicyVirtualNetworkLinksUpdateResponse = DnsResolverPolicyVirtualNetworkLink;
1418
+ export type InboundEndpointsUpdateResponse = InboundEndpoint;
1237
1419
  /** Optional parameters. */
1238
- export interface DnsResolverPolicyVirtualNetworkLinksDeleteOptionalParams extends coreClient.OperationOptions {
1420
+ export interface InboundEndpointsDeleteOptionalParams extends coreClient.OperationOptions {
1239
1421
  /** 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. */
1240
1422
  ifMatch?: string;
1241
1423
  /** Delay to wait until next poll, in milliseconds. */
@@ -1243,27 +1425,25 @@ export interface DnsResolverPolicyVirtualNetworkLinksDeleteOptionalParams extend
1243
1425
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1244
1426
  resumeFrom?: string;
1245
1427
  }
1246
- /** Contains response data for the delete operation. */
1247
- export type DnsResolverPolicyVirtualNetworkLinksDeleteResponse = DnsResolverPolicyVirtualNetworkLinksDeleteHeaders;
1248
1428
  /** Optional parameters. */
1249
- export interface DnsResolverPolicyVirtualNetworkLinksGetOptionalParams extends coreClient.OperationOptions {
1429
+ export interface InboundEndpointsListNextOptionalParams extends coreClient.OperationOptions {
1250
1430
  }
1251
- /** Contains response data for the get operation. */
1252
- export type DnsResolverPolicyVirtualNetworkLinksGetResponse = DnsResolverPolicyVirtualNetworkLink;
1431
+ /** Contains response data for the listNext operation. */
1432
+ export type InboundEndpointsListNextResponse = InboundEndpointListResult;
1253
1433
  /** Optional parameters. */
1254
- export interface DnsResolverPolicyVirtualNetworkLinksListOptionalParams extends coreClient.OperationOptions {
1434
+ export interface OutboundEndpointsListOptionalParams extends coreClient.OperationOptions {
1255
1435
  /** The maximum number of results to return. If not specified, returns up to 100 results. */
1256
1436
  top?: number;
1257
1437
  }
1258
1438
  /** Contains response data for the list operation. */
1259
- export type DnsResolverPolicyVirtualNetworkLinksListResponse = DnsResolverPolicyVirtualNetworkLinkListResult;
1439
+ export type OutboundEndpointsListResponse = OutboundEndpointListResult;
1260
1440
  /** Optional parameters. */
1261
- export interface DnsResolverPolicyVirtualNetworkLinksListNextOptionalParams extends coreClient.OperationOptions {
1441
+ export interface OutboundEndpointsGetOptionalParams extends coreClient.OperationOptions {
1262
1442
  }
1263
- /** Contains response data for the listNext operation. */
1264
- export type DnsResolverPolicyVirtualNetworkLinksListNextResponse = DnsResolverPolicyVirtualNetworkLinkListResult;
1443
+ /** Contains response data for the get operation. */
1444
+ export type OutboundEndpointsGetResponse = OutboundEndpoint;
1265
1445
  /** Optional parameters. */
1266
- export interface DnsResolverDomainListsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1446
+ export interface OutboundEndpointsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1267
1447
  /** 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. */
1268
1448
  ifMatch?: string;
1269
1449
  /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */
@@ -1274,9 +1454,9 @@ export interface DnsResolverDomainListsCreateOrUpdateOptionalParams extends core
1274
1454
  resumeFrom?: string;
1275
1455
  }
1276
1456
  /** Contains response data for the createOrUpdate operation. */
1277
- export type DnsResolverDomainListsCreateOrUpdateResponse = DnsResolverDomainList;
1457
+ export type OutboundEndpointsCreateOrUpdateResponse = OutboundEndpoint;
1278
1458
  /** Optional parameters. */
1279
- export interface DnsResolverDomainListsUpdateOptionalParams extends coreClient.OperationOptions {
1459
+ export interface OutboundEndpointsUpdateOptionalParams extends coreClient.OperationOptions {
1280
1460
  /** 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. */
1281
1461
  ifMatch?: string;
1282
1462
  /** Delay to wait until next poll, in milliseconds. */
@@ -1285,60 +1465,21 @@ export interface DnsResolverDomainListsUpdateOptionalParams extends coreClient.O
1285
1465
  resumeFrom?: string;
1286
1466
  }
1287
1467
  /** Contains response data for the update operation. */
1288
- export type DnsResolverDomainListsUpdateResponse = DnsResolverDomainList;
1289
- /** Optional parameters. */
1290
- export interface DnsResolverDomainListsDeleteOptionalParams extends coreClient.OperationOptions {
1291
- /** 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. */
1292
- ifMatch?: string;
1293
- /** Delay to wait until next poll, in milliseconds. */
1294
- updateIntervalInMs?: number;
1295
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1296
- resumeFrom?: string;
1297
- }
1298
- /** Contains response data for the delete operation. */
1299
- export type DnsResolverDomainListsDeleteResponse = DnsResolverDomainListsDeleteHeaders;
1300
- /** Optional parameters. */
1301
- export interface DnsResolverDomainListsGetOptionalParams extends coreClient.OperationOptions {
1302
- }
1303
- /** Contains response data for the get operation. */
1304
- export type DnsResolverDomainListsGetResponse = DnsResolverDomainList;
1305
- /** Optional parameters. */
1306
- export interface DnsResolverDomainListsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1307
- /** The maximum number of results to return. If not specified, returns up to 100 results. */
1308
- top?: number;
1309
- }
1310
- /** Contains response data for the listByResourceGroup operation. */
1311
- export type DnsResolverDomainListsListByResourceGroupResponse = DnsResolverDomainListResult;
1312
- /** Optional parameters. */
1313
- export interface DnsResolverDomainListsListOptionalParams extends coreClient.OperationOptions {
1314
- /** The maximum number of results to return. If not specified, returns up to 100 results. */
1315
- top?: number;
1316
- }
1317
- /** Contains response data for the list operation. */
1318
- export type DnsResolverDomainListsListResponse = DnsResolverDomainListResult;
1468
+ export type OutboundEndpointsUpdateResponse = OutboundEndpoint;
1319
1469
  /** Optional parameters. */
1320
- export interface DnsResolverDomainListsBulkOptionalParams extends coreClient.OperationOptions {
1470
+ export interface OutboundEndpointsDeleteOptionalParams extends coreClient.OperationOptions {
1321
1471
  /** 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. */
1322
1472
  ifMatch?: string;
1323
- /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */
1324
- ifNoneMatch?: string;
1325
1473
  /** Delay to wait until next poll, in milliseconds. */
1326
1474
  updateIntervalInMs?: number;
1327
1475
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1328
1476
  resumeFrom?: string;
1329
1477
  }
1330
- /** Contains response data for the bulk operation. */
1331
- export type DnsResolverDomainListsBulkResponse = DnsResolverDomainList;
1332
- /** Optional parameters. */
1333
- export interface DnsResolverDomainListsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1334
- }
1335
- /** Contains response data for the listByResourceGroupNext operation. */
1336
- export type DnsResolverDomainListsListByResourceGroupNextResponse = DnsResolverDomainListResult;
1337
1478
  /** Optional parameters. */
1338
- export interface DnsResolverDomainListsListNextOptionalParams extends coreClient.OperationOptions {
1479
+ export interface OutboundEndpointsListNextOptionalParams extends coreClient.OperationOptions {
1339
1480
  }
1340
1481
  /** Contains response data for the listNext operation. */
1341
- export type DnsResolverDomainListsListNextResponse = DnsResolverDomainListResult;
1482
+ export type OutboundEndpointsListNextResponse = OutboundEndpointListResult;
1342
1483
  /** Optional parameters. */
1343
1484
  export interface DnsResolverManagementClientOptionalParams extends coreClient.ServiceClientOptions {
1344
1485
  /** server parameter */