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

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 (936) hide show
  1. package/README.md +11 -11
  2. package/dist/browser/api/dnsForwardingRulesets/index.d.ts +3 -0
  3. package/dist/browser/api/dnsForwardingRulesets/index.js +4 -0
  4. package/dist/browser/api/dnsForwardingRulesets/index.js.map +1 -0
  5. package/dist/browser/api/dnsForwardingRulesets/operations.d.ts +35 -0
  6. package/dist/browser/api/dnsForwardingRulesets/operations.js +258 -0
  7. package/dist/browser/api/dnsForwardingRulesets/operations.js.map +1 -0
  8. package/dist/browser/api/dnsForwardingRulesets/options.d.ts +43 -0
  9. package/dist/browser/api/dnsForwardingRulesets/options.js +4 -0
  10. package/dist/browser/api/dnsForwardingRulesets/options.js.map +1 -0
  11. package/dist/browser/api/dnsResolverDomainLists/index.d.ts +3 -0
  12. package/dist/browser/api/dnsResolverDomainLists/index.js +4 -0
  13. package/dist/browser/api/dnsResolverDomainLists/index.js.map +1 -0
  14. package/dist/browser/api/dnsResolverDomainLists/operations.d.ts +35 -0
  15. package/dist/browser/api/dnsResolverDomainLists/operations.js +266 -0
  16. package/dist/browser/api/dnsResolverDomainLists/operations.js.map +1 -0
  17. package/dist/browser/api/dnsResolverDomainLists/options.d.ts +47 -0
  18. package/dist/browser/api/dnsResolverDomainLists/options.js +4 -0
  19. package/dist/browser/api/dnsResolverDomainLists/options.js.map +1 -0
  20. package/dist/browser/api/dnsResolverManagementContext.d.ts +22 -0
  21. package/dist/browser/api/dnsResolverManagementContext.js +26 -0
  22. package/dist/browser/api/dnsResolverManagementContext.js.map +1 -0
  23. package/dist/browser/api/dnsResolverPolicies/index.d.ts +3 -0
  24. package/dist/browser/api/dnsResolverPolicies/index.js +4 -0
  25. package/dist/browser/api/dnsResolverPolicies/index.js.map +1 -0
  26. package/dist/browser/api/dnsResolverPolicies/operations.d.ts +35 -0
  27. package/dist/browser/api/dnsResolverPolicies/operations.js +257 -0
  28. package/dist/browser/api/dnsResolverPolicies/operations.js.map +1 -0
  29. package/dist/browser/api/dnsResolverPolicies/options.d.ts +41 -0
  30. package/dist/browser/api/dnsResolverPolicies/options.js +4 -0
  31. package/dist/browser/api/dnsResolverPolicies/options.js.map +1 -0
  32. package/dist/browser/api/dnsResolverPolicyVirtualNetworkLinks/index.d.ts +3 -0
  33. package/dist/browser/api/dnsResolverPolicyVirtualNetworkLinks/index.js +4 -0
  34. package/dist/browser/api/dnsResolverPolicyVirtualNetworkLinks/index.js.map +1 -0
  35. package/dist/browser/api/dnsResolverPolicyVirtualNetworkLinks/operations.d.ts +27 -0
  36. package/dist/browser/api/dnsResolverPolicyVirtualNetworkLinks/operations.js +201 -0
  37. package/dist/browser/api/dnsResolverPolicyVirtualNetworkLinks/operations.js.map +1 -0
  38. package/dist/browser/api/dnsResolverPolicyVirtualNetworkLinks/options.d.ts +33 -0
  39. package/dist/browser/api/dnsResolverPolicyVirtualNetworkLinks/options.js +4 -0
  40. package/dist/browser/api/dnsResolverPolicyVirtualNetworkLinks/options.js.map +1 -0
  41. package/dist/browser/api/dnsResolvers/index.d.ts +3 -0
  42. package/dist/browser/api/dnsResolvers/index.js +4 -0
  43. package/dist/browser/api/dnsResolvers/index.js.map +1 -0
  44. package/dist/browser/api/dnsResolvers/operations.d.ts +35 -0
  45. package/dist/browser/api/dnsResolvers/operations.js +258 -0
  46. package/dist/browser/api/dnsResolvers/operations.js.map +1 -0
  47. package/dist/browser/api/dnsResolvers/options.d.ts +43 -0
  48. package/dist/browser/api/dnsResolvers/options.js +4 -0
  49. package/dist/browser/api/dnsResolvers/options.js.map +1 -0
  50. package/dist/browser/api/dnsSecurityRules/index.d.ts +3 -0
  51. package/dist/browser/api/dnsSecurityRules/index.js +4 -0
  52. package/dist/browser/api/dnsSecurityRules/index.js.map +1 -0
  53. package/dist/browser/api/dnsSecurityRules/operations.d.ts +27 -0
  54. package/dist/browser/api/dnsSecurityRules/operations.js +197 -0
  55. package/dist/browser/api/dnsSecurityRules/operations.js.map +1 -0
  56. package/dist/browser/api/dnsSecurityRules/options.d.ts +33 -0
  57. package/dist/browser/api/dnsSecurityRules/options.js +4 -0
  58. package/dist/browser/api/dnsSecurityRules/options.js.map +1 -0
  59. package/dist/browser/api/forwardingRules/index.d.ts +3 -0
  60. package/dist/browser/api/forwardingRules/index.js +4 -0
  61. package/dist/browser/api/forwardingRules/index.js.map +1 -0
  62. package/dist/browser/api/forwardingRules/operations.d.ts +26 -0
  63. package/dist/browser/api/forwardingRules/operations.js +181 -0
  64. package/dist/browser/api/forwardingRules/operations.js.map +1 -0
  65. package/dist/browser/api/forwardingRules/options.d.ts +27 -0
  66. package/dist/browser/api/forwardingRules/options.js +4 -0
  67. package/dist/browser/api/forwardingRules/options.js.map +1 -0
  68. package/dist/browser/api/inboundEndpoints/index.d.ts +3 -0
  69. package/dist/browser/api/inboundEndpoints/index.js +4 -0
  70. package/dist/browser/api/inboundEndpoints/index.js.map +1 -0
  71. package/dist/browser/api/inboundEndpoints/operations.d.ts +27 -0
  72. package/dist/browser/api/inboundEndpoints/operations.js +197 -0
  73. package/dist/browser/api/inboundEndpoints/operations.js.map +1 -0
  74. package/dist/browser/api/inboundEndpoints/options.d.ts +33 -0
  75. package/dist/browser/api/inboundEndpoints/options.js +4 -0
  76. package/dist/browser/api/inboundEndpoints/options.js.map +1 -0
  77. package/dist/browser/api/index.d.ts +3 -0
  78. package/dist/browser/api/index.js +4 -0
  79. package/dist/browser/api/index.js.map +1 -0
  80. package/dist/browser/api/outboundEndpoints/index.d.ts +3 -0
  81. package/dist/browser/api/outboundEndpoints/index.js +4 -0
  82. package/dist/browser/api/outboundEndpoints/index.js.map +1 -0
  83. package/dist/browser/api/outboundEndpoints/operations.d.ts +27 -0
  84. package/dist/browser/api/outboundEndpoints/operations.js +197 -0
  85. package/dist/browser/api/outboundEndpoints/operations.js.map +1 -0
  86. package/dist/browser/api/outboundEndpoints/options.d.ts +33 -0
  87. package/dist/browser/api/outboundEndpoints/options.js +4 -0
  88. package/dist/browser/api/outboundEndpoints/options.js.map +1 -0
  89. package/dist/browser/api/virtualNetworkLinks/index.d.ts +3 -0
  90. package/dist/browser/api/virtualNetworkLinks/index.js +4 -0
  91. package/dist/browser/api/virtualNetworkLinks/index.js.map +1 -0
  92. package/dist/browser/api/virtualNetworkLinks/operations.d.ts +27 -0
  93. package/dist/browser/api/virtualNetworkLinks/operations.js +197 -0
  94. package/dist/browser/api/virtualNetworkLinks/operations.js.map +1 -0
  95. package/dist/browser/api/virtualNetworkLinks/options.d.ts +33 -0
  96. package/dist/browser/api/virtualNetworkLinks/options.js +4 -0
  97. package/dist/browser/api/virtualNetworkLinks/options.js.map +1 -0
  98. package/dist/browser/classic/dnsForwardingRulesets/index.d.ts +37 -0
  99. package/dist/browser/classic/dnsForwardingRulesets/index.js +45 -0
  100. package/dist/browser/classic/dnsForwardingRulesets/index.js.map +1 -0
  101. package/dist/browser/classic/dnsResolverDomainLists/index.d.ts +41 -0
  102. package/dist/browser/classic/dnsResolverDomainLists/index.js +53 -0
  103. package/dist/browser/classic/dnsResolverDomainLists/index.js.map +1 -0
  104. package/dist/browser/classic/dnsResolverPolicies/index.d.ts +37 -0
  105. package/dist/browser/classic/dnsResolverPolicies/index.js +45 -0
  106. package/dist/browser/classic/dnsResolverPolicies/index.js.map +1 -0
  107. package/dist/browser/classic/dnsResolverPolicyVirtualNetworkLinks/index.d.ts +33 -0
  108. package/dist/browser/classic/dnsResolverPolicyVirtualNetworkLinks/index.js +43 -0
  109. package/dist/browser/classic/dnsResolverPolicyVirtualNetworkLinks/index.js.map +1 -0
  110. package/dist/browser/classic/dnsResolvers/index.d.ts +37 -0
  111. package/dist/browser/classic/dnsResolvers/index.js +45 -0
  112. package/dist/browser/classic/dnsResolvers/index.js.map +1 -0
  113. package/dist/browser/classic/dnsSecurityRules/index.d.ts +33 -0
  114. package/dist/browser/classic/dnsSecurityRules/index.js +43 -0
  115. package/dist/browser/classic/dnsSecurityRules/index.js.map +1 -0
  116. package/dist/browser/classic/forwardingRules/index.d.ts +19 -0
  117. package/dist/browser/classic/forwardingRules/index.js +18 -0
  118. package/dist/browser/classic/forwardingRules/index.js.map +1 -0
  119. package/dist/browser/classic/inboundEndpoints/index.d.ts +33 -0
  120. package/dist/browser/classic/inboundEndpoints/index.js +43 -0
  121. package/dist/browser/classic/inboundEndpoints/index.js.map +1 -0
  122. package/dist/browser/classic/index.d.ts +11 -0
  123. package/dist/browser/classic/index.js +4 -0
  124. package/dist/browser/classic/index.js.map +1 -0
  125. package/dist/browser/classic/outboundEndpoints/index.d.ts +33 -0
  126. package/dist/browser/classic/outboundEndpoints/index.js +43 -0
  127. package/dist/browser/classic/outboundEndpoints/index.js.map +1 -0
  128. package/dist/browser/classic/virtualNetworkLinks/index.d.ts +33 -0
  129. package/dist/browser/classic/virtualNetworkLinks/index.js +43 -0
  130. package/dist/browser/classic/virtualNetworkLinks/index.js.map +1 -0
  131. package/dist/browser/dnsResolverManagementClient.d.ts +40 -27
  132. package/dist/browser/dnsResolverManagementClient.js +51 -109
  133. package/dist/browser/dnsResolverManagementClient.js.map +1 -1
  134. package/dist/browser/index.d.ts +24 -3
  135. package/dist/browser/index.js +5 -6
  136. package/dist/browser/index.js.map +1 -1
  137. package/dist/browser/logger.d.ts +2 -0
  138. package/dist/browser/logger.js +5 -0
  139. package/dist/browser/logger.js.map +1 -0
  140. package/dist/browser/models/index.d.ts +2 -1491
  141. package/dist/browser/models/index.js +1 -84
  142. package/dist/browser/models/index.js.map +1 -1
  143. package/dist/browser/models/models.d.ts +900 -0
  144. package/dist/browser/models/models.js +1125 -0
  145. package/dist/browser/models/models.js.map +1 -0
  146. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  147. package/dist/browser/restorePollerHelpers.js +177 -0
  148. package/dist/browser/restorePollerHelpers.js.map +1 -0
  149. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  150. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  151. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  152. package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
  153. package/dist/browser/static-helpers/pagingHelpers.js +143 -0
  154. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  155. package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
  156. package/dist/browser/static-helpers/pollingHelpers.js +95 -0
  157. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  158. package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  159. package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
  160. package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  161. package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
  162. package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
  163. package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
  164. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  165. package/dist/browser/static-helpers/urlTemplate.js +200 -0
  166. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  167. package/dist/commonjs/api/dnsForwardingRulesets/index.d.ts +3 -0
  168. package/dist/commonjs/api/dnsForwardingRulesets/index.js +40 -0
  169. package/dist/commonjs/api/dnsForwardingRulesets/index.js.map +7 -0
  170. package/dist/commonjs/api/dnsForwardingRulesets/operations.d.ts +35 -0
  171. package/dist/commonjs/api/dnsForwardingRulesets/operations.js +367 -0
  172. package/dist/commonjs/api/dnsForwardingRulesets/operations.js.map +7 -0
  173. package/dist/commonjs/api/dnsForwardingRulesets/options.d.ts +43 -0
  174. package/dist/commonjs/api/dnsForwardingRulesets/options.js +16 -0
  175. package/dist/commonjs/api/dnsForwardingRulesets/options.js.map +7 -0
  176. package/dist/commonjs/api/dnsResolverDomainLists/index.d.ts +3 -0
  177. package/dist/commonjs/api/dnsResolverDomainLists/index.js +40 -0
  178. package/dist/commonjs/api/dnsResolverDomainLists/index.js.map +7 -0
  179. package/dist/commonjs/api/dnsResolverDomainLists/operations.d.ts +35 -0
  180. package/dist/commonjs/api/dnsResolverDomainLists/operations.js +369 -0
  181. package/dist/commonjs/api/dnsResolverDomainLists/operations.js.map +7 -0
  182. package/dist/commonjs/api/dnsResolverDomainLists/options.d.ts +47 -0
  183. package/dist/commonjs/api/dnsResolverDomainLists/options.js +16 -0
  184. package/dist/commonjs/api/dnsResolverDomainLists/options.js.map +7 -0
  185. package/dist/commonjs/api/dnsResolverManagementContext.d.ts +22 -0
  186. package/dist/commonjs/api/dnsResolverManagementContext.js +47 -0
  187. package/dist/commonjs/api/dnsResolverManagementContext.js.map +7 -0
  188. package/dist/commonjs/api/dnsResolverPolicies/index.d.ts +3 -0
  189. package/dist/commonjs/api/dnsResolverPolicies/index.js +40 -0
  190. package/dist/commonjs/api/dnsResolverPolicies/index.js.map +7 -0
  191. package/dist/commonjs/api/dnsResolverPolicies/operations.d.ts +35 -0
  192. package/dist/commonjs/api/dnsResolverPolicies/operations.js +360 -0
  193. package/dist/commonjs/api/dnsResolverPolicies/operations.js.map +7 -0
  194. package/dist/commonjs/api/dnsResolverPolicies/options.d.ts +41 -0
  195. package/dist/commonjs/api/dnsResolverPolicies/options.js +16 -0
  196. package/dist/commonjs/api/dnsResolverPolicies/options.js.map +7 -0
  197. package/dist/commonjs/api/dnsResolverPolicyVirtualNetworkLinks/index.d.ts +3 -0
  198. package/dist/commonjs/api/dnsResolverPolicyVirtualNetworkLinks/index.js +36 -0
  199. package/dist/commonjs/api/dnsResolverPolicyVirtualNetworkLinks/index.js.map +7 -0
  200. package/dist/commonjs/api/dnsResolverPolicyVirtualNetworkLinks/operations.d.ts +27 -0
  201. package/dist/commonjs/api/dnsResolverPolicyVirtualNetworkLinks/operations.js +300 -0
  202. package/dist/commonjs/api/dnsResolverPolicyVirtualNetworkLinks/operations.js.map +7 -0
  203. package/dist/commonjs/api/dnsResolverPolicyVirtualNetworkLinks/options.d.ts +33 -0
  204. package/dist/commonjs/api/dnsResolverPolicyVirtualNetworkLinks/options.js +16 -0
  205. package/dist/commonjs/api/dnsResolverPolicyVirtualNetworkLinks/options.js.map +7 -0
  206. package/dist/commonjs/api/dnsResolvers/index.d.ts +3 -0
  207. package/dist/commonjs/api/dnsResolvers/index.js +40 -0
  208. package/dist/commonjs/api/dnsResolvers/index.js.map +7 -0
  209. package/dist/commonjs/api/dnsResolvers/operations.d.ts +35 -0
  210. package/dist/commonjs/api/dnsResolvers/operations.js +361 -0
  211. package/dist/commonjs/api/dnsResolvers/operations.js.map +7 -0
  212. package/dist/commonjs/api/dnsResolvers/options.d.ts +43 -0
  213. package/dist/commonjs/api/dnsResolvers/options.js +16 -0
  214. package/dist/commonjs/api/dnsResolvers/options.js.map +7 -0
  215. package/dist/commonjs/api/dnsSecurityRules/index.d.ts +3 -0
  216. package/dist/commonjs/api/dnsSecurityRules/index.js +36 -0
  217. package/dist/commonjs/api/dnsSecurityRules/index.js.map +7 -0
  218. package/dist/commonjs/api/dnsSecurityRules/operations.d.ts +27 -0
  219. package/dist/commonjs/api/dnsSecurityRules/operations.js +290 -0
  220. package/dist/commonjs/api/dnsSecurityRules/operations.js.map +7 -0
  221. package/dist/commonjs/api/dnsSecurityRules/options.d.ts +33 -0
  222. package/dist/commonjs/api/dnsSecurityRules/options.js +16 -0
  223. package/dist/commonjs/api/dnsSecurityRules/options.js.map +7 -0
  224. package/dist/commonjs/api/forwardingRules/index.d.ts +3 -0
  225. package/dist/commonjs/api/forwardingRules/index.js +36 -0
  226. package/dist/commonjs/api/forwardingRules/index.js.map +7 -0
  227. package/dist/commonjs/api/forwardingRules/operations.d.ts +26 -0
  228. package/dist/commonjs/api/forwardingRules/operations.js +280 -0
  229. package/dist/commonjs/api/forwardingRules/operations.js.map +7 -0
  230. package/dist/commonjs/api/forwardingRules/options.d.ts +27 -0
  231. package/dist/commonjs/api/forwardingRules/options.js +16 -0
  232. package/dist/commonjs/api/forwardingRules/options.js.map +7 -0
  233. package/dist/commonjs/api/inboundEndpoints/index.d.ts +3 -0
  234. package/dist/commonjs/api/inboundEndpoints/index.js +36 -0
  235. package/dist/commonjs/api/inboundEndpoints/index.js.map +7 -0
  236. package/dist/commonjs/api/inboundEndpoints/operations.d.ts +27 -0
  237. package/dist/commonjs/api/inboundEndpoints/operations.js +290 -0
  238. package/dist/commonjs/api/inboundEndpoints/operations.js.map +7 -0
  239. package/dist/commonjs/api/inboundEndpoints/options.d.ts +33 -0
  240. package/dist/commonjs/api/inboundEndpoints/options.js +16 -0
  241. package/dist/commonjs/api/inboundEndpoints/options.js.map +7 -0
  242. package/dist/commonjs/api/index.d.ts +3 -0
  243. package/dist/commonjs/api/index.js +28 -0
  244. package/dist/commonjs/api/index.js.map +7 -0
  245. package/dist/commonjs/api/outboundEndpoints/index.d.ts +3 -0
  246. package/dist/commonjs/api/outboundEndpoints/index.js +36 -0
  247. package/dist/commonjs/api/outboundEndpoints/index.js.map +7 -0
  248. package/dist/commonjs/api/outboundEndpoints/operations.d.ts +27 -0
  249. package/dist/commonjs/api/outboundEndpoints/operations.js +290 -0
  250. package/dist/commonjs/api/outboundEndpoints/operations.js.map +7 -0
  251. package/dist/commonjs/api/outboundEndpoints/options.d.ts +33 -0
  252. package/dist/commonjs/api/outboundEndpoints/options.js +16 -0
  253. package/dist/commonjs/api/outboundEndpoints/options.js.map +7 -0
  254. package/dist/commonjs/api/virtualNetworkLinks/index.d.ts +3 -0
  255. package/dist/commonjs/api/virtualNetworkLinks/index.js +36 -0
  256. package/dist/commonjs/api/virtualNetworkLinks/index.js.map +7 -0
  257. package/dist/commonjs/api/virtualNetworkLinks/operations.d.ts +27 -0
  258. package/dist/commonjs/api/virtualNetworkLinks/operations.js +296 -0
  259. package/dist/commonjs/api/virtualNetworkLinks/operations.js.map +7 -0
  260. package/dist/commonjs/api/virtualNetworkLinks/options.d.ts +33 -0
  261. package/dist/commonjs/api/virtualNetworkLinks/options.js +16 -0
  262. package/dist/commonjs/api/virtualNetworkLinks/options.js.map +7 -0
  263. package/dist/commonjs/classic/dnsForwardingRulesets/index.d.ts +37 -0
  264. package/dist/commonjs/classic/dnsForwardingRulesets/index.js +93 -0
  265. package/dist/commonjs/classic/dnsForwardingRulesets/index.js.map +7 -0
  266. package/dist/commonjs/classic/dnsResolverDomainLists/index.d.ts +41 -0
  267. package/dist/commonjs/classic/dnsResolverDomainLists/index.js +107 -0
  268. package/dist/commonjs/classic/dnsResolverDomainLists/index.js.map +7 -0
  269. package/dist/commonjs/classic/dnsResolverPolicies/index.d.ts +37 -0
  270. package/dist/commonjs/classic/dnsResolverPolicies/index.js +81 -0
  271. package/dist/commonjs/classic/dnsResolverPolicies/index.js.map +7 -0
  272. package/dist/commonjs/classic/dnsResolverPolicyVirtualNetworkLinks/index.d.ts +33 -0
  273. package/dist/commonjs/classic/dnsResolverPolicyVirtualNetworkLinks/index.js +133 -0
  274. package/dist/commonjs/classic/dnsResolverPolicyVirtualNetworkLinks/index.js.map +7 -0
  275. package/dist/commonjs/classic/dnsResolvers/index.d.ts +37 -0
  276. package/dist/commonjs/classic/dnsResolvers/index.js +75 -0
  277. package/dist/commonjs/classic/dnsResolvers/index.js.map +7 -0
  278. package/dist/commonjs/classic/dnsSecurityRules/index.d.ts +33 -0
  279. package/dist/commonjs/classic/dnsSecurityRules/index.js +121 -0
  280. package/dist/commonjs/classic/dnsSecurityRules/index.js.map +7 -0
  281. package/dist/commonjs/classic/forwardingRules/index.d.ts +19 -0
  282. package/dist/commonjs/classic/forwardingRules/index.js +56 -0
  283. package/dist/commonjs/classic/forwardingRules/index.js.map +7 -0
  284. package/dist/commonjs/classic/inboundEndpoints/index.d.ts +33 -0
  285. package/dist/commonjs/classic/inboundEndpoints/index.js +114 -0
  286. package/dist/commonjs/classic/inboundEndpoints/index.js.map +7 -0
  287. package/dist/commonjs/classic/index.d.ts +11 -0
  288. package/dist/commonjs/classic/index.js +16 -0
  289. package/dist/commonjs/classic/index.js.map +7 -0
  290. package/dist/commonjs/classic/outboundEndpoints/index.d.ts +33 -0
  291. package/dist/commonjs/classic/outboundEndpoints/index.js +121 -0
  292. package/dist/commonjs/classic/outboundEndpoints/index.js.map +7 -0
  293. package/dist/commonjs/classic/virtualNetworkLinks/index.d.ts +33 -0
  294. package/dist/commonjs/classic/virtualNetworkLinks/index.js +127 -0
  295. package/dist/commonjs/classic/virtualNetworkLinks/index.js.map +7 -0
  296. package/dist/commonjs/dnsResolverManagementClient.d.ts +40 -27
  297. package/dist/commonjs/dnsResolverManagementClient.js +84 -123
  298. package/dist/commonjs/dnsResolverManagementClient.js.map +7 -1
  299. package/dist/commonjs/index.d.ts +24 -3
  300. package/dist/commonjs/index.js +60 -16
  301. package/dist/commonjs/index.js.map +7 -1
  302. package/dist/commonjs/logger.d.ts +2 -0
  303. package/dist/commonjs/logger.js +29 -0
  304. package/dist/commonjs/logger.js.map +7 -0
  305. package/dist/commonjs/models/index.d.ts +2 -1491
  306. package/dist/commonjs/models/index.js +46 -90
  307. package/dist/commonjs/models/index.js.map +7 -1
  308. package/dist/commonjs/models/models.d.ts +900 -0
  309. package/dist/commonjs/models/models.js +1307 -0
  310. package/dist/commonjs/models/models.js.map +7 -0
  311. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  312. package/dist/commonjs/restorePollerHelpers.js +190 -0
  313. package/dist/commonjs/restorePollerHelpers.js.map +7 -0
  314. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  315. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
  316. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
  317. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
  318. package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
  319. package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
  320. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
  321. package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
  322. package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
  323. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  324. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
  325. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
  326. package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
  327. package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
  328. package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
  329. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  330. package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
  331. package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
  332. package/dist/commonjs/tsdoc-metadata.json +1 -1
  333. package/dist/esm/api/dnsForwardingRulesets/index.d.ts +3 -0
  334. package/dist/esm/api/dnsForwardingRulesets/index.js +4 -0
  335. package/dist/esm/api/dnsForwardingRulesets/index.js.map +1 -0
  336. package/dist/esm/api/dnsForwardingRulesets/operations.d.ts +35 -0
  337. package/dist/esm/api/dnsForwardingRulesets/operations.js +258 -0
  338. package/dist/esm/api/dnsForwardingRulesets/operations.js.map +1 -0
  339. package/dist/esm/api/dnsForwardingRulesets/options.d.ts +43 -0
  340. package/dist/esm/api/dnsForwardingRulesets/options.js +4 -0
  341. package/dist/esm/api/dnsForwardingRulesets/options.js.map +1 -0
  342. package/dist/esm/api/dnsResolverDomainLists/index.d.ts +3 -0
  343. package/dist/esm/api/dnsResolverDomainLists/index.js +4 -0
  344. package/dist/esm/api/dnsResolverDomainLists/index.js.map +1 -0
  345. package/dist/esm/api/dnsResolverDomainLists/operations.d.ts +35 -0
  346. package/dist/esm/api/dnsResolverDomainLists/operations.js +266 -0
  347. package/dist/esm/api/dnsResolverDomainLists/operations.js.map +1 -0
  348. package/dist/esm/api/dnsResolverDomainLists/options.d.ts +47 -0
  349. package/dist/esm/api/dnsResolverDomainLists/options.js +4 -0
  350. package/dist/esm/api/dnsResolverDomainLists/options.js.map +1 -0
  351. package/dist/esm/api/dnsResolverManagementContext.d.ts +22 -0
  352. package/dist/esm/api/dnsResolverManagementContext.js +26 -0
  353. package/dist/esm/api/dnsResolverManagementContext.js.map +1 -0
  354. package/dist/esm/api/dnsResolverPolicies/index.d.ts +3 -0
  355. package/dist/esm/api/dnsResolverPolicies/index.js +4 -0
  356. package/dist/esm/api/dnsResolverPolicies/index.js.map +1 -0
  357. package/dist/esm/api/dnsResolverPolicies/operations.d.ts +35 -0
  358. package/dist/esm/api/dnsResolverPolicies/operations.js +257 -0
  359. package/dist/esm/api/dnsResolverPolicies/operations.js.map +1 -0
  360. package/dist/esm/api/dnsResolverPolicies/options.d.ts +41 -0
  361. package/dist/esm/api/dnsResolverPolicies/options.js +4 -0
  362. package/dist/esm/api/dnsResolverPolicies/options.js.map +1 -0
  363. package/dist/esm/api/dnsResolverPolicyVirtualNetworkLinks/index.d.ts +3 -0
  364. package/dist/esm/api/dnsResolverPolicyVirtualNetworkLinks/index.js +4 -0
  365. package/dist/esm/api/dnsResolverPolicyVirtualNetworkLinks/index.js.map +1 -0
  366. package/dist/esm/api/dnsResolverPolicyVirtualNetworkLinks/operations.d.ts +27 -0
  367. package/dist/esm/api/dnsResolverPolicyVirtualNetworkLinks/operations.js +201 -0
  368. package/dist/esm/api/dnsResolverPolicyVirtualNetworkLinks/operations.js.map +1 -0
  369. package/dist/esm/api/dnsResolverPolicyVirtualNetworkLinks/options.d.ts +33 -0
  370. package/dist/esm/api/dnsResolverPolicyVirtualNetworkLinks/options.js +4 -0
  371. package/dist/esm/api/dnsResolverPolicyVirtualNetworkLinks/options.js.map +1 -0
  372. package/dist/esm/api/dnsResolvers/index.d.ts +3 -0
  373. package/dist/esm/api/dnsResolvers/index.js +4 -0
  374. package/dist/esm/api/dnsResolvers/index.js.map +1 -0
  375. package/dist/esm/api/dnsResolvers/operations.d.ts +35 -0
  376. package/dist/esm/api/dnsResolvers/operations.js +258 -0
  377. package/dist/esm/api/dnsResolvers/operations.js.map +1 -0
  378. package/dist/esm/api/dnsResolvers/options.d.ts +43 -0
  379. package/dist/esm/api/dnsResolvers/options.js +4 -0
  380. package/dist/esm/api/dnsResolvers/options.js.map +1 -0
  381. package/dist/esm/api/dnsSecurityRules/index.d.ts +3 -0
  382. package/dist/esm/api/dnsSecurityRules/index.js +4 -0
  383. package/dist/esm/api/dnsSecurityRules/index.js.map +1 -0
  384. package/dist/esm/api/dnsSecurityRules/operations.d.ts +27 -0
  385. package/dist/esm/api/dnsSecurityRules/operations.js +197 -0
  386. package/dist/esm/api/dnsSecurityRules/operations.js.map +1 -0
  387. package/dist/esm/api/dnsSecurityRules/options.d.ts +33 -0
  388. package/dist/esm/api/dnsSecurityRules/options.js +4 -0
  389. package/dist/esm/api/dnsSecurityRules/options.js.map +1 -0
  390. package/dist/esm/api/forwardingRules/index.d.ts +3 -0
  391. package/dist/esm/api/forwardingRules/index.js +4 -0
  392. package/dist/esm/api/forwardingRules/index.js.map +1 -0
  393. package/dist/esm/api/forwardingRules/operations.d.ts +26 -0
  394. package/dist/esm/api/forwardingRules/operations.js +181 -0
  395. package/dist/esm/api/forwardingRules/operations.js.map +1 -0
  396. package/dist/esm/api/forwardingRules/options.d.ts +27 -0
  397. package/dist/esm/api/forwardingRules/options.js +4 -0
  398. package/dist/esm/api/forwardingRules/options.js.map +1 -0
  399. package/dist/esm/api/inboundEndpoints/index.d.ts +3 -0
  400. package/dist/esm/api/inboundEndpoints/index.js +4 -0
  401. package/dist/esm/api/inboundEndpoints/index.js.map +1 -0
  402. package/dist/esm/api/inboundEndpoints/operations.d.ts +27 -0
  403. package/dist/esm/api/inboundEndpoints/operations.js +197 -0
  404. package/dist/esm/api/inboundEndpoints/operations.js.map +1 -0
  405. package/dist/esm/api/inboundEndpoints/options.d.ts +33 -0
  406. package/dist/esm/api/inboundEndpoints/options.js +4 -0
  407. package/dist/esm/api/inboundEndpoints/options.js.map +1 -0
  408. package/dist/esm/api/index.d.ts +3 -0
  409. package/dist/esm/api/index.js +4 -0
  410. package/dist/esm/api/index.js.map +1 -0
  411. package/dist/esm/api/outboundEndpoints/index.d.ts +3 -0
  412. package/dist/esm/api/outboundEndpoints/index.js +4 -0
  413. package/dist/esm/api/outboundEndpoints/index.js.map +1 -0
  414. package/dist/esm/api/outboundEndpoints/operations.d.ts +27 -0
  415. package/dist/esm/api/outboundEndpoints/operations.js +197 -0
  416. package/dist/esm/api/outboundEndpoints/operations.js.map +1 -0
  417. package/dist/esm/api/outboundEndpoints/options.d.ts +33 -0
  418. package/dist/esm/api/outboundEndpoints/options.js +4 -0
  419. package/dist/esm/api/outboundEndpoints/options.js.map +1 -0
  420. package/dist/esm/api/virtualNetworkLinks/index.d.ts +3 -0
  421. package/dist/esm/api/virtualNetworkLinks/index.js +4 -0
  422. package/dist/esm/api/virtualNetworkLinks/index.js.map +1 -0
  423. package/dist/esm/api/virtualNetworkLinks/operations.d.ts +27 -0
  424. package/dist/esm/api/virtualNetworkLinks/operations.js +197 -0
  425. package/dist/esm/api/virtualNetworkLinks/operations.js.map +1 -0
  426. package/dist/esm/api/virtualNetworkLinks/options.d.ts +33 -0
  427. package/dist/esm/api/virtualNetworkLinks/options.js +4 -0
  428. package/dist/esm/api/virtualNetworkLinks/options.js.map +1 -0
  429. package/dist/esm/classic/dnsForwardingRulesets/index.d.ts +37 -0
  430. package/dist/esm/classic/dnsForwardingRulesets/index.js +45 -0
  431. package/dist/esm/classic/dnsForwardingRulesets/index.js.map +1 -0
  432. package/dist/esm/classic/dnsResolverDomainLists/index.d.ts +41 -0
  433. package/dist/esm/classic/dnsResolverDomainLists/index.js +53 -0
  434. package/dist/esm/classic/dnsResolverDomainLists/index.js.map +1 -0
  435. package/dist/esm/classic/dnsResolverPolicies/index.d.ts +37 -0
  436. package/dist/esm/classic/dnsResolverPolicies/index.js +45 -0
  437. package/dist/esm/classic/dnsResolverPolicies/index.js.map +1 -0
  438. package/dist/esm/classic/dnsResolverPolicyVirtualNetworkLinks/index.d.ts +33 -0
  439. package/dist/esm/classic/dnsResolverPolicyVirtualNetworkLinks/index.js +43 -0
  440. package/dist/esm/classic/dnsResolverPolicyVirtualNetworkLinks/index.js.map +1 -0
  441. package/dist/esm/classic/dnsResolvers/index.d.ts +37 -0
  442. package/dist/esm/classic/dnsResolvers/index.js +45 -0
  443. package/dist/esm/classic/dnsResolvers/index.js.map +1 -0
  444. package/dist/esm/classic/dnsSecurityRules/index.d.ts +33 -0
  445. package/dist/esm/classic/dnsSecurityRules/index.js +43 -0
  446. package/dist/esm/classic/dnsSecurityRules/index.js.map +1 -0
  447. package/dist/esm/classic/forwardingRules/index.d.ts +19 -0
  448. package/dist/esm/classic/forwardingRules/index.js +18 -0
  449. package/dist/esm/classic/forwardingRules/index.js.map +1 -0
  450. package/dist/esm/classic/inboundEndpoints/index.d.ts +33 -0
  451. package/dist/esm/classic/inboundEndpoints/index.js +43 -0
  452. package/dist/esm/classic/inboundEndpoints/index.js.map +1 -0
  453. package/dist/esm/classic/index.d.ts +11 -0
  454. package/dist/esm/classic/index.js +4 -0
  455. package/dist/esm/classic/index.js.map +1 -0
  456. package/dist/esm/classic/outboundEndpoints/index.d.ts +33 -0
  457. package/dist/esm/classic/outboundEndpoints/index.js +43 -0
  458. package/dist/esm/classic/outboundEndpoints/index.js.map +1 -0
  459. package/dist/esm/classic/virtualNetworkLinks/index.d.ts +33 -0
  460. package/dist/esm/classic/virtualNetworkLinks/index.js +43 -0
  461. package/dist/esm/classic/virtualNetworkLinks/index.js.map +1 -0
  462. package/dist/esm/dnsResolverManagementClient.d.ts +40 -27
  463. package/dist/esm/dnsResolverManagementClient.js +51 -109
  464. package/dist/esm/dnsResolverManagementClient.js.map +1 -1
  465. package/dist/esm/index.d.ts +24 -3
  466. package/dist/esm/index.js +5 -6
  467. package/dist/esm/index.js.map +1 -1
  468. package/dist/esm/logger.d.ts +2 -0
  469. package/dist/esm/logger.js +5 -0
  470. package/dist/esm/logger.js.map +1 -0
  471. package/dist/esm/models/index.d.ts +2 -1491
  472. package/dist/esm/models/index.js +1 -84
  473. package/dist/esm/models/index.js.map +1 -1
  474. package/dist/esm/models/models.d.ts +900 -0
  475. package/dist/esm/models/models.js +1125 -0
  476. package/dist/esm/models/models.js.map +1 -0
  477. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  478. package/dist/esm/restorePollerHelpers.js +177 -0
  479. package/dist/esm/restorePollerHelpers.js.map +1 -0
  480. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  481. package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
  482. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
  483. package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
  484. package/dist/esm/static-helpers/pagingHelpers.js +143 -0
  485. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  486. package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
  487. package/dist/esm/static-helpers/pollingHelpers.js +95 -0
  488. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  489. package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  490. package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
  491. package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  492. package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
  493. package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
  494. package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
  495. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  496. package/dist/esm/static-helpers/urlTemplate.js +200 -0
  497. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  498. package/package.json +256 -96
  499. package/dist/browser/dnsResolverManagementClient.d.ts.map +0 -1
  500. package/dist/browser/index.d.ts.map +0 -1
  501. package/dist/browser/lroImpl.d.ts +0 -11
  502. package/dist/browser/lroImpl.d.ts.map +0 -1
  503. package/dist/browser/lroImpl.js +0 -20
  504. package/dist/browser/lroImpl.js.map +0 -1
  505. package/dist/browser/models/index.d.ts.map +0 -1
  506. package/dist/browser/models/mappers.d.ts +0 -77
  507. package/dist/browser/models/mappers.d.ts.map +0 -1
  508. package/dist/browser/models/mappers.js +0 -1936
  509. package/dist/browser/models/mappers.js.map +0 -1
  510. package/dist/browser/models/parameters.d.ts +0 -44
  511. package/dist/browser/models/parameters.d.ts.map +0 -1
  512. package/dist/browser/models/parameters.js +0 -324
  513. package/dist/browser/models/parameters.js.map +0 -1
  514. package/dist/browser/operations/dnsForwardingRulesets.d.ts +0 -133
  515. package/dist/browser/operations/dnsForwardingRulesets.d.ts.map +0 -1
  516. package/dist/browser/operations/dnsForwardingRulesets.js +0 -626
  517. package/dist/browser/operations/dnsForwardingRulesets.js.map +0 -1
  518. package/dist/browser/operations/dnsResolverDomainLists.d.ts +0 -123
  519. package/dist/browser/operations/dnsResolverDomainLists.d.ts.map +0 -1
  520. package/dist/browser/operations/dnsResolverDomainLists.js +0 -626
  521. package/dist/browser/operations/dnsResolverDomainLists.js.map +0 -1
  522. package/dist/browser/operations/dnsResolverPolicies.d.ts +0 -131
  523. package/dist/browser/operations/dnsResolverPolicies.d.ts.map +0 -1
  524. package/dist/browser/operations/dnsResolverPolicies.js +0 -622
  525. package/dist/browser/operations/dnsResolverPolicies.js.map +0 -1
  526. package/dist/browser/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts +0 -106
  527. package/dist/browser/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +0 -1
  528. package/dist/browser/operations/dnsResolverPolicyVirtualNetworkLinks.js +0 -474
  529. package/dist/browser/operations/dnsResolverPolicyVirtualNetworkLinks.js.map +0 -1
  530. package/dist/browser/operations/dnsResolvers.d.ts +0 -131
  531. package/dist/browser/operations/dnsResolvers.d.ts.map +0 -1
  532. package/dist/browser/operations/dnsResolvers.js +0 -614
  533. package/dist/browser/operations/dnsResolvers.js.map +0 -1
  534. package/dist/browser/operations/dnsSecurityRules.d.ts +0 -99
  535. package/dist/browser/operations/dnsSecurityRules.d.ts.map +0 -1
  536. package/dist/browser/operations/dnsSecurityRules.js +0 -467
  537. package/dist/browser/operations/dnsSecurityRules.js.map +0 -1
  538. package/dist/browser/operations/forwardingRules.d.ts +0 -72
  539. package/dist/browser/operations/forwardingRules.d.ts.map +0 -1
  540. package/dist/browser/operations/forwardingRules.js +0 -291
  541. package/dist/browser/operations/forwardingRules.js.map +0 -1
  542. package/dist/browser/operations/inboundEndpoints.d.ts +0 -99
  543. package/dist/browser/operations/inboundEndpoints.d.ts.map +0 -1
  544. package/dist/browser/operations/inboundEndpoints.js +0 -454
  545. package/dist/browser/operations/inboundEndpoints.js.map +0 -1
  546. package/dist/browser/operations/index.d.ts +0 -11
  547. package/dist/browser/operations/index.d.ts.map +0 -1
  548. package/dist/browser/operations/index.js +0 -15
  549. package/dist/browser/operations/index.js.map +0 -1
  550. package/dist/browser/operations/outboundEndpoints.d.ts +0 -99
  551. package/dist/browser/operations/outboundEndpoints.d.ts.map +0 -1
  552. package/dist/browser/operations/outboundEndpoints.js +0 -454
  553. package/dist/browser/operations/outboundEndpoints.js.map +0 -1
  554. package/dist/browser/operations/virtualNetworkLinks.d.ts +0 -101
  555. package/dist/browser/operations/virtualNetworkLinks.d.ts.map +0 -1
  556. package/dist/browser/operations/virtualNetworkLinks.js +0 -461
  557. package/dist/browser/operations/virtualNetworkLinks.js.map +0 -1
  558. package/dist/browser/operationsInterfaces/dnsForwardingRulesets.d.ts +0 -80
  559. package/dist/browser/operationsInterfaces/dnsForwardingRulesets.d.ts.map +0 -1
  560. package/dist/browser/operationsInterfaces/dnsForwardingRulesets.js +0 -4
  561. package/dist/browser/operationsInterfaces/dnsForwardingRulesets.js.map +0 -1
  562. package/dist/browser/operationsInterfaces/dnsResolverDomainLists.d.ts +0 -87
  563. package/dist/browser/operationsInterfaces/dnsResolverDomainLists.d.ts.map +0 -1
  564. package/dist/browser/operationsInterfaces/dnsResolverDomainLists.js +0 -4
  565. package/dist/browser/operationsInterfaces/dnsResolverDomainLists.js.map +0 -1
  566. package/dist/browser/operationsInterfaces/dnsResolverPolicies.d.ts +0 -78
  567. package/dist/browser/operationsInterfaces/dnsResolverPolicies.d.ts.map +0 -1
  568. package/dist/browser/operationsInterfaces/dnsResolverPolicies.js +0 -4
  569. package/dist/browser/operationsInterfaces/dnsResolverPolicies.js.map +0 -1
  570. package/dist/browser/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts +0 -81
  571. package/dist/browser/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +0 -1
  572. package/dist/browser/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js +0 -4
  573. package/dist/browser/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js.map +0 -1
  574. package/dist/browser/operationsInterfaces/dnsResolvers.d.ts +0 -78
  575. package/dist/browser/operationsInterfaces/dnsResolvers.d.ts.map +0 -1
  576. package/dist/browser/operationsInterfaces/dnsResolvers.js +0 -4
  577. package/dist/browser/operationsInterfaces/dnsResolvers.js.map +0 -1
  578. package/dist/browser/operationsInterfaces/dnsSecurityRules.d.ts +0 -74
  579. package/dist/browser/operationsInterfaces/dnsSecurityRules.d.ts.map +0 -1
  580. package/dist/browser/operationsInterfaces/dnsSecurityRules.js +0 -4
  581. package/dist/browser/operationsInterfaces/dnsSecurityRules.js.map +0 -1
  582. package/dist/browser/operationsInterfaces/forwardingRules.d.ts +0 -47
  583. package/dist/browser/operationsInterfaces/forwardingRules.d.ts.map +0 -1
  584. package/dist/browser/operationsInterfaces/forwardingRules.js +0 -4
  585. package/dist/browser/operationsInterfaces/forwardingRules.js.map +0 -1
  586. package/dist/browser/operationsInterfaces/inboundEndpoints.d.ts +0 -74
  587. package/dist/browser/operationsInterfaces/inboundEndpoints.d.ts.map +0 -1
  588. package/dist/browser/operationsInterfaces/inboundEndpoints.js +0 -4
  589. package/dist/browser/operationsInterfaces/inboundEndpoints.js.map +0 -1
  590. package/dist/browser/operationsInterfaces/index.d.ts +0 -11
  591. package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
  592. package/dist/browser/operationsInterfaces/index.js +0 -15
  593. package/dist/browser/operationsInterfaces/index.js.map +0 -1
  594. package/dist/browser/operationsInterfaces/outboundEndpoints.d.ts +0 -74
  595. package/dist/browser/operationsInterfaces/outboundEndpoints.d.ts.map +0 -1
  596. package/dist/browser/operationsInterfaces/outboundEndpoints.js +0 -4
  597. package/dist/browser/operationsInterfaces/outboundEndpoints.js.map +0 -1
  598. package/dist/browser/operationsInterfaces/virtualNetworkLinks.d.ts +0 -76
  599. package/dist/browser/operationsInterfaces/virtualNetworkLinks.d.ts.map +0 -1
  600. package/dist/browser/operationsInterfaces/virtualNetworkLinks.js +0 -4
  601. package/dist/browser/operationsInterfaces/virtualNetworkLinks.js.map +0 -1
  602. package/dist/browser/pagingHelper.d.ts +0 -13
  603. package/dist/browser/pagingHelper.d.ts.map +0 -1
  604. package/dist/browser/pagingHelper.js +0 -25
  605. package/dist/browser/pagingHelper.js.map +0 -1
  606. package/dist/commonjs/dnsResolverManagementClient.d.ts.map +0 -1
  607. package/dist/commonjs/index.d.ts.map +0 -1
  608. package/dist/commonjs/lroImpl.d.ts +0 -11
  609. package/dist/commonjs/lroImpl.d.ts.map +0 -1
  610. package/dist/commonjs/lroImpl.js +0 -23
  611. package/dist/commonjs/lroImpl.js.map +0 -1
  612. package/dist/commonjs/models/index.d.ts.map +0 -1
  613. package/dist/commonjs/models/mappers.d.ts +0 -77
  614. package/dist/commonjs/models/mappers.d.ts.map +0 -1
  615. package/dist/commonjs/models/mappers.js +0 -1940
  616. package/dist/commonjs/models/mappers.js.map +0 -1
  617. package/dist/commonjs/models/parameters.d.ts +0 -44
  618. package/dist/commonjs/models/parameters.d.ts.map +0 -1
  619. package/dist/commonjs/models/parameters.js +0 -327
  620. package/dist/commonjs/models/parameters.js.map +0 -1
  621. package/dist/commonjs/operations/dnsForwardingRulesets.d.ts +0 -133
  622. package/dist/commonjs/operations/dnsForwardingRulesets.d.ts.map +0 -1
  623. package/dist/commonjs/operations/dnsForwardingRulesets.js +0 -631
  624. package/dist/commonjs/operations/dnsForwardingRulesets.js.map +0 -1
  625. package/dist/commonjs/operations/dnsResolverDomainLists.d.ts +0 -123
  626. package/dist/commonjs/operations/dnsResolverDomainLists.d.ts.map +0 -1
  627. package/dist/commonjs/operations/dnsResolverDomainLists.js +0 -631
  628. package/dist/commonjs/operations/dnsResolverDomainLists.js.map +0 -1
  629. package/dist/commonjs/operations/dnsResolverPolicies.d.ts +0 -131
  630. package/dist/commonjs/operations/dnsResolverPolicies.d.ts.map +0 -1
  631. package/dist/commonjs/operations/dnsResolverPolicies.js +0 -627
  632. package/dist/commonjs/operations/dnsResolverPolicies.js.map +0 -1
  633. package/dist/commonjs/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts +0 -106
  634. package/dist/commonjs/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +0 -1
  635. package/dist/commonjs/operations/dnsResolverPolicyVirtualNetworkLinks.js +0 -479
  636. package/dist/commonjs/operations/dnsResolverPolicyVirtualNetworkLinks.js.map +0 -1
  637. package/dist/commonjs/operations/dnsResolvers.d.ts +0 -131
  638. package/dist/commonjs/operations/dnsResolvers.d.ts.map +0 -1
  639. package/dist/commonjs/operations/dnsResolvers.js +0 -619
  640. package/dist/commonjs/operations/dnsResolvers.js.map +0 -1
  641. package/dist/commonjs/operations/dnsSecurityRules.d.ts +0 -99
  642. package/dist/commonjs/operations/dnsSecurityRules.d.ts.map +0 -1
  643. package/dist/commonjs/operations/dnsSecurityRules.js +0 -472
  644. package/dist/commonjs/operations/dnsSecurityRules.js.map +0 -1
  645. package/dist/commonjs/operations/forwardingRules.d.ts +0 -72
  646. package/dist/commonjs/operations/forwardingRules.d.ts.map +0 -1
  647. package/dist/commonjs/operations/forwardingRules.js +0 -296
  648. package/dist/commonjs/operations/forwardingRules.js.map +0 -1
  649. package/dist/commonjs/operations/inboundEndpoints.d.ts +0 -99
  650. package/dist/commonjs/operations/inboundEndpoints.d.ts.map +0 -1
  651. package/dist/commonjs/operations/inboundEndpoints.js +0 -459
  652. package/dist/commonjs/operations/inboundEndpoints.js.map +0 -1
  653. package/dist/commonjs/operations/index.d.ts +0 -11
  654. package/dist/commonjs/operations/index.d.ts.map +0 -1
  655. package/dist/commonjs/operations/index.js +0 -18
  656. package/dist/commonjs/operations/index.js.map +0 -1
  657. package/dist/commonjs/operations/outboundEndpoints.d.ts +0 -99
  658. package/dist/commonjs/operations/outboundEndpoints.d.ts.map +0 -1
  659. package/dist/commonjs/operations/outboundEndpoints.js +0 -459
  660. package/dist/commonjs/operations/outboundEndpoints.js.map +0 -1
  661. package/dist/commonjs/operations/virtualNetworkLinks.d.ts +0 -101
  662. package/dist/commonjs/operations/virtualNetworkLinks.d.ts.map +0 -1
  663. package/dist/commonjs/operations/virtualNetworkLinks.js +0 -466
  664. package/dist/commonjs/operations/virtualNetworkLinks.js.map +0 -1
  665. package/dist/commonjs/operationsInterfaces/dnsForwardingRulesets.d.ts +0 -80
  666. package/dist/commonjs/operationsInterfaces/dnsForwardingRulesets.d.ts.map +0 -1
  667. package/dist/commonjs/operationsInterfaces/dnsForwardingRulesets.js +0 -5
  668. package/dist/commonjs/operationsInterfaces/dnsForwardingRulesets.js.map +0 -1
  669. package/dist/commonjs/operationsInterfaces/dnsResolverDomainLists.d.ts +0 -87
  670. package/dist/commonjs/operationsInterfaces/dnsResolverDomainLists.d.ts.map +0 -1
  671. package/dist/commonjs/operationsInterfaces/dnsResolverDomainLists.js +0 -5
  672. package/dist/commonjs/operationsInterfaces/dnsResolverDomainLists.js.map +0 -1
  673. package/dist/commonjs/operationsInterfaces/dnsResolverPolicies.d.ts +0 -78
  674. package/dist/commonjs/operationsInterfaces/dnsResolverPolicies.d.ts.map +0 -1
  675. package/dist/commonjs/operationsInterfaces/dnsResolverPolicies.js +0 -5
  676. package/dist/commonjs/operationsInterfaces/dnsResolverPolicies.js.map +0 -1
  677. package/dist/commonjs/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts +0 -81
  678. package/dist/commonjs/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +0 -1
  679. package/dist/commonjs/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js +0 -5
  680. package/dist/commonjs/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js.map +0 -1
  681. package/dist/commonjs/operationsInterfaces/dnsResolvers.d.ts +0 -78
  682. package/dist/commonjs/operationsInterfaces/dnsResolvers.d.ts.map +0 -1
  683. package/dist/commonjs/operationsInterfaces/dnsResolvers.js +0 -5
  684. package/dist/commonjs/operationsInterfaces/dnsResolvers.js.map +0 -1
  685. package/dist/commonjs/operationsInterfaces/dnsSecurityRules.d.ts +0 -74
  686. package/dist/commonjs/operationsInterfaces/dnsSecurityRules.d.ts.map +0 -1
  687. package/dist/commonjs/operationsInterfaces/dnsSecurityRules.js +0 -5
  688. package/dist/commonjs/operationsInterfaces/dnsSecurityRules.js.map +0 -1
  689. package/dist/commonjs/operationsInterfaces/forwardingRules.d.ts +0 -47
  690. package/dist/commonjs/operationsInterfaces/forwardingRules.d.ts.map +0 -1
  691. package/dist/commonjs/operationsInterfaces/forwardingRules.js +0 -5
  692. package/dist/commonjs/operationsInterfaces/forwardingRules.js.map +0 -1
  693. package/dist/commonjs/operationsInterfaces/inboundEndpoints.d.ts +0 -74
  694. package/dist/commonjs/operationsInterfaces/inboundEndpoints.d.ts.map +0 -1
  695. package/dist/commonjs/operationsInterfaces/inboundEndpoints.js +0 -5
  696. package/dist/commonjs/operationsInterfaces/inboundEndpoints.js.map +0 -1
  697. package/dist/commonjs/operationsInterfaces/index.d.ts +0 -11
  698. package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
  699. package/dist/commonjs/operationsInterfaces/index.js +0 -18
  700. package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
  701. package/dist/commonjs/operationsInterfaces/outboundEndpoints.d.ts +0 -74
  702. package/dist/commonjs/operationsInterfaces/outboundEndpoints.d.ts.map +0 -1
  703. package/dist/commonjs/operationsInterfaces/outboundEndpoints.js +0 -5
  704. package/dist/commonjs/operationsInterfaces/outboundEndpoints.js.map +0 -1
  705. package/dist/commonjs/operationsInterfaces/virtualNetworkLinks.d.ts +0 -76
  706. package/dist/commonjs/operationsInterfaces/virtualNetworkLinks.d.ts.map +0 -1
  707. package/dist/commonjs/operationsInterfaces/virtualNetworkLinks.js +0 -5
  708. package/dist/commonjs/operationsInterfaces/virtualNetworkLinks.js.map +0 -1
  709. package/dist/commonjs/pagingHelper.d.ts +0 -13
  710. package/dist/commonjs/pagingHelper.d.ts.map +0 -1
  711. package/dist/commonjs/pagingHelper.js +0 -29
  712. package/dist/commonjs/pagingHelper.js.map +0 -1
  713. package/dist/esm/dnsResolverManagementClient.d.ts.map +0 -1
  714. package/dist/esm/index.d.ts.map +0 -1
  715. package/dist/esm/lroImpl.d.ts +0 -11
  716. package/dist/esm/lroImpl.d.ts.map +0 -1
  717. package/dist/esm/lroImpl.js +0 -20
  718. package/dist/esm/lroImpl.js.map +0 -1
  719. package/dist/esm/models/index.d.ts.map +0 -1
  720. package/dist/esm/models/mappers.d.ts +0 -77
  721. package/dist/esm/models/mappers.d.ts.map +0 -1
  722. package/dist/esm/models/mappers.js +0 -1936
  723. package/dist/esm/models/mappers.js.map +0 -1
  724. package/dist/esm/models/parameters.d.ts +0 -44
  725. package/dist/esm/models/parameters.d.ts.map +0 -1
  726. package/dist/esm/models/parameters.js +0 -324
  727. package/dist/esm/models/parameters.js.map +0 -1
  728. package/dist/esm/operations/dnsForwardingRulesets.d.ts +0 -133
  729. package/dist/esm/operations/dnsForwardingRulesets.d.ts.map +0 -1
  730. package/dist/esm/operations/dnsForwardingRulesets.js +0 -626
  731. package/dist/esm/operations/dnsForwardingRulesets.js.map +0 -1
  732. package/dist/esm/operations/dnsResolverDomainLists.d.ts +0 -123
  733. package/dist/esm/operations/dnsResolverDomainLists.d.ts.map +0 -1
  734. package/dist/esm/operations/dnsResolverDomainLists.js +0 -626
  735. package/dist/esm/operations/dnsResolverDomainLists.js.map +0 -1
  736. package/dist/esm/operations/dnsResolverPolicies.d.ts +0 -131
  737. package/dist/esm/operations/dnsResolverPolicies.d.ts.map +0 -1
  738. package/dist/esm/operations/dnsResolverPolicies.js +0 -622
  739. package/dist/esm/operations/dnsResolverPolicies.js.map +0 -1
  740. package/dist/esm/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts +0 -106
  741. package/dist/esm/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +0 -1
  742. package/dist/esm/operations/dnsResolverPolicyVirtualNetworkLinks.js +0 -474
  743. package/dist/esm/operations/dnsResolverPolicyVirtualNetworkLinks.js.map +0 -1
  744. package/dist/esm/operations/dnsResolvers.d.ts +0 -131
  745. package/dist/esm/operations/dnsResolvers.d.ts.map +0 -1
  746. package/dist/esm/operations/dnsResolvers.js +0 -614
  747. package/dist/esm/operations/dnsResolvers.js.map +0 -1
  748. package/dist/esm/operations/dnsSecurityRules.d.ts +0 -99
  749. package/dist/esm/operations/dnsSecurityRules.d.ts.map +0 -1
  750. package/dist/esm/operations/dnsSecurityRules.js +0 -467
  751. package/dist/esm/operations/dnsSecurityRules.js.map +0 -1
  752. package/dist/esm/operations/forwardingRules.d.ts +0 -72
  753. package/dist/esm/operations/forwardingRules.d.ts.map +0 -1
  754. package/dist/esm/operations/forwardingRules.js +0 -291
  755. package/dist/esm/operations/forwardingRules.js.map +0 -1
  756. package/dist/esm/operations/inboundEndpoints.d.ts +0 -99
  757. package/dist/esm/operations/inboundEndpoints.d.ts.map +0 -1
  758. package/dist/esm/operations/inboundEndpoints.js +0 -454
  759. package/dist/esm/operations/inboundEndpoints.js.map +0 -1
  760. package/dist/esm/operations/index.d.ts +0 -11
  761. package/dist/esm/operations/index.d.ts.map +0 -1
  762. package/dist/esm/operations/index.js +0 -15
  763. package/dist/esm/operations/index.js.map +0 -1
  764. package/dist/esm/operations/outboundEndpoints.d.ts +0 -99
  765. package/dist/esm/operations/outboundEndpoints.d.ts.map +0 -1
  766. package/dist/esm/operations/outboundEndpoints.js +0 -454
  767. package/dist/esm/operations/outboundEndpoints.js.map +0 -1
  768. package/dist/esm/operations/virtualNetworkLinks.d.ts +0 -101
  769. package/dist/esm/operations/virtualNetworkLinks.d.ts.map +0 -1
  770. package/dist/esm/operations/virtualNetworkLinks.js +0 -461
  771. package/dist/esm/operations/virtualNetworkLinks.js.map +0 -1
  772. package/dist/esm/operationsInterfaces/dnsForwardingRulesets.d.ts +0 -80
  773. package/dist/esm/operationsInterfaces/dnsForwardingRulesets.d.ts.map +0 -1
  774. package/dist/esm/operationsInterfaces/dnsForwardingRulesets.js +0 -4
  775. package/dist/esm/operationsInterfaces/dnsForwardingRulesets.js.map +0 -1
  776. package/dist/esm/operationsInterfaces/dnsResolverDomainLists.d.ts +0 -87
  777. package/dist/esm/operationsInterfaces/dnsResolverDomainLists.d.ts.map +0 -1
  778. package/dist/esm/operationsInterfaces/dnsResolverDomainLists.js +0 -4
  779. package/dist/esm/operationsInterfaces/dnsResolverDomainLists.js.map +0 -1
  780. package/dist/esm/operationsInterfaces/dnsResolverPolicies.d.ts +0 -78
  781. package/dist/esm/operationsInterfaces/dnsResolverPolicies.d.ts.map +0 -1
  782. package/dist/esm/operationsInterfaces/dnsResolverPolicies.js +0 -4
  783. package/dist/esm/operationsInterfaces/dnsResolverPolicies.js.map +0 -1
  784. package/dist/esm/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts +0 -81
  785. package/dist/esm/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +0 -1
  786. package/dist/esm/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js +0 -4
  787. package/dist/esm/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js.map +0 -1
  788. package/dist/esm/operationsInterfaces/dnsResolvers.d.ts +0 -78
  789. package/dist/esm/operationsInterfaces/dnsResolvers.d.ts.map +0 -1
  790. package/dist/esm/operationsInterfaces/dnsResolvers.js +0 -4
  791. package/dist/esm/operationsInterfaces/dnsResolvers.js.map +0 -1
  792. package/dist/esm/operationsInterfaces/dnsSecurityRules.d.ts +0 -74
  793. package/dist/esm/operationsInterfaces/dnsSecurityRules.d.ts.map +0 -1
  794. package/dist/esm/operationsInterfaces/dnsSecurityRules.js +0 -4
  795. package/dist/esm/operationsInterfaces/dnsSecurityRules.js.map +0 -1
  796. package/dist/esm/operationsInterfaces/forwardingRules.d.ts +0 -47
  797. package/dist/esm/operationsInterfaces/forwardingRules.d.ts.map +0 -1
  798. package/dist/esm/operationsInterfaces/forwardingRules.js +0 -4
  799. package/dist/esm/operationsInterfaces/forwardingRules.js.map +0 -1
  800. package/dist/esm/operationsInterfaces/inboundEndpoints.d.ts +0 -74
  801. package/dist/esm/operationsInterfaces/inboundEndpoints.d.ts.map +0 -1
  802. package/dist/esm/operationsInterfaces/inboundEndpoints.js +0 -4
  803. package/dist/esm/operationsInterfaces/inboundEndpoints.js.map +0 -1
  804. package/dist/esm/operationsInterfaces/index.d.ts +0 -11
  805. package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
  806. package/dist/esm/operationsInterfaces/index.js +0 -15
  807. package/dist/esm/operationsInterfaces/index.js.map +0 -1
  808. package/dist/esm/operationsInterfaces/outboundEndpoints.d.ts +0 -74
  809. package/dist/esm/operationsInterfaces/outboundEndpoints.d.ts.map +0 -1
  810. package/dist/esm/operationsInterfaces/outboundEndpoints.js +0 -4
  811. package/dist/esm/operationsInterfaces/outboundEndpoints.js.map +0 -1
  812. package/dist/esm/operationsInterfaces/virtualNetworkLinks.d.ts +0 -76
  813. package/dist/esm/operationsInterfaces/virtualNetworkLinks.d.ts.map +0 -1
  814. package/dist/esm/operationsInterfaces/virtualNetworkLinks.js +0 -4
  815. package/dist/esm/operationsInterfaces/virtualNetworkLinks.js.map +0 -1
  816. package/dist/esm/pagingHelper.d.ts +0 -13
  817. package/dist/esm/pagingHelper.d.ts.map +0 -1
  818. package/dist/esm/pagingHelper.js +0 -25
  819. package/dist/esm/pagingHelper.js.map +0 -1
  820. package/dist/react-native/dnsResolverManagementClient.d.ts +0 -29
  821. package/dist/react-native/dnsResolverManagementClient.d.ts.map +0 -1
  822. package/dist/react-native/dnsResolverManagementClient.js +0 -119
  823. package/dist/react-native/dnsResolverManagementClient.js.map +0 -1
  824. package/dist/react-native/index.d.ts +0 -5
  825. package/dist/react-native/index.d.ts.map +0 -1
  826. package/dist/react-native/index.js +0 -10
  827. package/dist/react-native/index.js.map +0 -1
  828. package/dist/react-native/lroImpl.d.ts +0 -11
  829. package/dist/react-native/lroImpl.d.ts.map +0 -1
  830. package/dist/react-native/lroImpl.js +0 -20
  831. package/dist/react-native/lroImpl.js.map +0 -1
  832. package/dist/react-native/models/index.d.ts +0 -1492
  833. package/dist/react-native/models/index.d.ts.map +0 -1
  834. package/dist/react-native/models/index.js +0 -87
  835. package/dist/react-native/models/index.js.map +0 -1
  836. package/dist/react-native/models/mappers.d.ts +0 -77
  837. package/dist/react-native/models/mappers.d.ts.map +0 -1
  838. package/dist/react-native/models/mappers.js +0 -1936
  839. package/dist/react-native/models/mappers.js.map +0 -1
  840. package/dist/react-native/models/parameters.d.ts +0 -44
  841. package/dist/react-native/models/parameters.d.ts.map +0 -1
  842. package/dist/react-native/models/parameters.js +0 -324
  843. package/dist/react-native/models/parameters.js.map +0 -1
  844. package/dist/react-native/operations/dnsForwardingRulesets.d.ts +0 -133
  845. package/dist/react-native/operations/dnsForwardingRulesets.d.ts.map +0 -1
  846. package/dist/react-native/operations/dnsForwardingRulesets.js +0 -626
  847. package/dist/react-native/operations/dnsForwardingRulesets.js.map +0 -1
  848. package/dist/react-native/operations/dnsResolverDomainLists.d.ts +0 -123
  849. package/dist/react-native/operations/dnsResolverDomainLists.d.ts.map +0 -1
  850. package/dist/react-native/operations/dnsResolverDomainLists.js +0 -626
  851. package/dist/react-native/operations/dnsResolverDomainLists.js.map +0 -1
  852. package/dist/react-native/operations/dnsResolverPolicies.d.ts +0 -131
  853. package/dist/react-native/operations/dnsResolverPolicies.d.ts.map +0 -1
  854. package/dist/react-native/operations/dnsResolverPolicies.js +0 -622
  855. package/dist/react-native/operations/dnsResolverPolicies.js.map +0 -1
  856. package/dist/react-native/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts +0 -106
  857. package/dist/react-native/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +0 -1
  858. package/dist/react-native/operations/dnsResolverPolicyVirtualNetworkLinks.js +0 -474
  859. package/dist/react-native/operations/dnsResolverPolicyVirtualNetworkLinks.js.map +0 -1
  860. package/dist/react-native/operations/dnsResolvers.d.ts +0 -131
  861. package/dist/react-native/operations/dnsResolvers.d.ts.map +0 -1
  862. package/dist/react-native/operations/dnsResolvers.js +0 -614
  863. package/dist/react-native/operations/dnsResolvers.js.map +0 -1
  864. package/dist/react-native/operations/dnsSecurityRules.d.ts +0 -99
  865. package/dist/react-native/operations/dnsSecurityRules.d.ts.map +0 -1
  866. package/dist/react-native/operations/dnsSecurityRules.js +0 -467
  867. package/dist/react-native/operations/dnsSecurityRules.js.map +0 -1
  868. package/dist/react-native/operations/forwardingRules.d.ts +0 -72
  869. package/dist/react-native/operations/forwardingRules.d.ts.map +0 -1
  870. package/dist/react-native/operations/forwardingRules.js +0 -291
  871. package/dist/react-native/operations/forwardingRules.js.map +0 -1
  872. package/dist/react-native/operations/inboundEndpoints.d.ts +0 -99
  873. package/dist/react-native/operations/inboundEndpoints.d.ts.map +0 -1
  874. package/dist/react-native/operations/inboundEndpoints.js +0 -454
  875. package/dist/react-native/operations/inboundEndpoints.js.map +0 -1
  876. package/dist/react-native/operations/index.d.ts +0 -11
  877. package/dist/react-native/operations/index.d.ts.map +0 -1
  878. package/dist/react-native/operations/index.js +0 -15
  879. package/dist/react-native/operations/index.js.map +0 -1
  880. package/dist/react-native/operations/outboundEndpoints.d.ts +0 -99
  881. package/dist/react-native/operations/outboundEndpoints.d.ts.map +0 -1
  882. package/dist/react-native/operations/outboundEndpoints.js +0 -454
  883. package/dist/react-native/operations/outboundEndpoints.js.map +0 -1
  884. package/dist/react-native/operations/virtualNetworkLinks.d.ts +0 -101
  885. package/dist/react-native/operations/virtualNetworkLinks.d.ts.map +0 -1
  886. package/dist/react-native/operations/virtualNetworkLinks.js +0 -461
  887. package/dist/react-native/operations/virtualNetworkLinks.js.map +0 -1
  888. package/dist/react-native/operationsInterfaces/dnsForwardingRulesets.d.ts +0 -80
  889. package/dist/react-native/operationsInterfaces/dnsForwardingRulesets.d.ts.map +0 -1
  890. package/dist/react-native/operationsInterfaces/dnsForwardingRulesets.js +0 -4
  891. package/dist/react-native/operationsInterfaces/dnsForwardingRulesets.js.map +0 -1
  892. package/dist/react-native/operationsInterfaces/dnsResolverDomainLists.d.ts +0 -87
  893. package/dist/react-native/operationsInterfaces/dnsResolverDomainLists.d.ts.map +0 -1
  894. package/dist/react-native/operationsInterfaces/dnsResolverDomainLists.js +0 -4
  895. package/dist/react-native/operationsInterfaces/dnsResolverDomainLists.js.map +0 -1
  896. package/dist/react-native/operationsInterfaces/dnsResolverPolicies.d.ts +0 -78
  897. package/dist/react-native/operationsInterfaces/dnsResolverPolicies.d.ts.map +0 -1
  898. package/dist/react-native/operationsInterfaces/dnsResolverPolicies.js +0 -4
  899. package/dist/react-native/operationsInterfaces/dnsResolverPolicies.js.map +0 -1
  900. package/dist/react-native/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts +0 -81
  901. package/dist/react-native/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +0 -1
  902. package/dist/react-native/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js +0 -4
  903. package/dist/react-native/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js.map +0 -1
  904. package/dist/react-native/operationsInterfaces/dnsResolvers.d.ts +0 -78
  905. package/dist/react-native/operationsInterfaces/dnsResolvers.d.ts.map +0 -1
  906. package/dist/react-native/operationsInterfaces/dnsResolvers.js +0 -4
  907. package/dist/react-native/operationsInterfaces/dnsResolvers.js.map +0 -1
  908. package/dist/react-native/operationsInterfaces/dnsSecurityRules.d.ts +0 -74
  909. package/dist/react-native/operationsInterfaces/dnsSecurityRules.d.ts.map +0 -1
  910. package/dist/react-native/operationsInterfaces/dnsSecurityRules.js +0 -4
  911. package/dist/react-native/operationsInterfaces/dnsSecurityRules.js.map +0 -1
  912. package/dist/react-native/operationsInterfaces/forwardingRules.d.ts +0 -47
  913. package/dist/react-native/operationsInterfaces/forwardingRules.d.ts.map +0 -1
  914. package/dist/react-native/operationsInterfaces/forwardingRules.js +0 -4
  915. package/dist/react-native/operationsInterfaces/forwardingRules.js.map +0 -1
  916. package/dist/react-native/operationsInterfaces/inboundEndpoints.d.ts +0 -74
  917. package/dist/react-native/operationsInterfaces/inboundEndpoints.d.ts.map +0 -1
  918. package/dist/react-native/operationsInterfaces/inboundEndpoints.js +0 -4
  919. package/dist/react-native/operationsInterfaces/inboundEndpoints.js.map +0 -1
  920. package/dist/react-native/operationsInterfaces/index.d.ts +0 -11
  921. package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
  922. package/dist/react-native/operationsInterfaces/index.js +0 -15
  923. package/dist/react-native/operationsInterfaces/index.js.map +0 -1
  924. package/dist/react-native/operationsInterfaces/outboundEndpoints.d.ts +0 -74
  925. package/dist/react-native/operationsInterfaces/outboundEndpoints.d.ts.map +0 -1
  926. package/dist/react-native/operationsInterfaces/outboundEndpoints.js +0 -4
  927. package/dist/react-native/operationsInterfaces/outboundEndpoints.js.map +0 -1
  928. package/dist/react-native/operationsInterfaces/virtualNetworkLinks.d.ts +0 -76
  929. package/dist/react-native/operationsInterfaces/virtualNetworkLinks.d.ts.map +0 -1
  930. package/dist/react-native/operationsInterfaces/virtualNetworkLinks.js +0 -4
  931. package/dist/react-native/operationsInterfaces/virtualNetworkLinks.js.map +0 -1
  932. package/dist/react-native/package.json +0 -3
  933. package/dist/react-native/pagingHelper.d.ts +0 -13
  934. package/dist/react-native/pagingHelper.d.ts.map +0 -1
  935. package/dist/react-native/pagingHelper.js +0 -25
  936. package/dist/react-native/pagingHelper.js.map +0 -1
@@ -1,1492 +0,0 @@
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
- }
9
- /** Reference to another ARM resource. */
10
- export interface SubResource {
11
- /** Resource ID. */
12
- id: string;
13
- }
14
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
15
- export interface Resource {
16
- /**
17
- * Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
18
- * NOTE: This property will not be serialized. It can only be populated by the server.
19
- */
20
- readonly id?: string;
21
- /**
22
- * The name of the resource
23
- * NOTE: This property will not be serialized. It can only be populated by the server.
24
- */
25
- readonly name?: string;
26
- /**
27
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
28
- * NOTE: This property will not be serialized. It can only be populated by the server.
29
- */
30
- readonly type?: string;
31
- /**
32
- * Azure Resource Manager metadata containing createdBy and modifiedBy information.
33
- * NOTE: This property will not be serialized. It can only be populated by the server.
34
- */
35
- readonly systemData?: SystemData;
36
- }
37
- /** Metadata pertaining to creation and last modification of the resource. */
38
- export interface SystemData {
39
- /** The identity that created the resource. */
40
- createdBy?: string;
41
- /** The type of identity that created the resource. */
42
- createdByType?: CreatedByType;
43
- /** The timestamp of resource creation (UTC). */
44
- createdAt?: Date;
45
- /** The identity that last modified the resource. */
46
- lastModifiedBy?: string;
47
- /** The type of identity that last modified the resource. */
48
- lastModifiedByType?: CreatedByType;
49
- /** The timestamp of resource last modification (UTC) */
50
- lastModifiedAt?: Date;
51
- }
52
- /** An error message */
53
- export interface CloudError {
54
- /** The error message body */
55
- error?: CloudErrorBody;
56
- }
57
- /** The body of an error message */
58
- export interface CloudErrorBody {
59
- /** The error code */
60
- code?: string;
61
- /** A description of what caused the error */
62
- message?: string;
63
- /** The target resource of the error message */
64
- target?: string;
65
- /** Extra error information */
66
- details?: CloudErrorBody[];
67
- }
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;
74
- }
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 {
82
- /**
83
- * The error code.
84
- * NOTE: This property will not be serialized. It can only be populated by the server.
85
- */
86
- readonly code?: string;
87
- /**
88
- * The error message.
89
- * NOTE: This property will not be serialized. It can only be populated by the server.
90
- */
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[];
107
- }
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
- /**
116
- * The additional info.
117
- * NOTE: This property will not be serialized. It can only be populated by the server.
118
- */
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;
134
- }
135
- /** Describes a DNS forwarding ruleset PATCH operation. */
136
- export interface DnsForwardingRulesetPatch {
137
- /** 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. */
138
- dnsResolverOutboundEndpoints?: SubResource[];
139
- /** Tags for DNS Resolver. */
140
- tags?: {
141
- [propertyName: string]: string;
142
- };
143
- }
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;
150
- }
151
- /** Describes a server to forward the DNS queries to. */
152
- export interface TargetDnsServer {
153
- /** DNS server IP address. */
154
- ipAddress: string;
155
- /** DNS server port. */
156
- port?: number;
157
- }
158
- /** Describes a forwarding rule for PATCH operation. */
159
- export interface ForwardingRulePatch {
160
- /** DNS servers to forward the DNS query to. */
161
- targetDnsServers?: TargetDnsServer[];
162
- /** Metadata attached to the forwarding rule. */
163
- metadata?: {
164
- [propertyName: string]: string;
165
- };
166
- /** The state of forwarding rule. */
167
- forwardingRuleState?: ForwardingRuleState;
168
- }
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;
175
- }
176
- /** Describes a virtual network link for PATCH operation. */
177
- export interface VirtualNetworkLinkPatch {
178
- /** Metadata attached to the virtual network link. */
179
- metadata?: {
180
- [propertyName: string]: string;
181
- };
182
- }
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[];
191
- }
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;
198
- }
199
- /** Describes a DNS resolver policy for PATCH operation. */
200
- export interface DnsResolverPolicyPatch {
201
- /** Tags for DNS resolver policy. */
202
- tags?: {
203
- [propertyName: string]: string;
204
- };
205
- }
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;
212
- }
213
- /** The action to take on DNS requests that match the DNS security rule. */
214
- export interface DnsSecurityRuleAction {
215
- /** The type of action to take. */
216
- actionType?: ActionType;
217
- }
218
- /** Describes a DNS security rule for PATCH operation. */
219
- export interface DnsSecurityRulePatch {
220
- /** Tags for DNS security rule. */
221
- tags?: {
222
- [propertyName: string]: string;
223
- };
224
- /** The action to take on DNS requests that match the DNS security rule. */
225
- action?: DnsSecurityRuleAction;
226
- /** DNS resolver policy domains lists that the DNS security rule applies to. */
227
- dnsResolverDomainLists?: SubResource[];
228
- /** Managed domain lists that the DNS security rule applies to. */
229
- managedDomainLists?: ManagedDomainList[];
230
- /** The state of DNS security rule. */
231
- dnsSecurityRuleState?: DnsSecurityRuleState;
232
- /** The priority of the DNS security rule. */
233
- priority?: number;
234
- }
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;
241
- }
242
- /** Describes a DNS resolver policy virtual network link for PATCH operation. */
243
- export interface DnsResolverPolicyVirtualNetworkLinkPatch {
244
- /** Tags for the DNS resolver policy virtual network link. */
245
- tags?: {
246
- [propertyName: string]: string;
247
- };
248
- }
249
- /** Describes a DNS resolver for PATCH operation. */
250
- export interface DnsResolverPatch {
251
- /** Tags for DNS Resolver. */
252
- tags?: {
253
- [propertyName: string]: string;
254
- };
255
- }
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. */
275
- tags?: {
276
- [propertyName: string]: string;
277
- };
278
- }
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;
285
- }
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;
313
- }
314
- /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
315
- export interface TrackedResource extends Resource {
316
- /** Resource tags. */
317
- tags?: {
318
- [propertyName: string]: string;
319
- };
320
- /** The geo-location where the resource lives */
321
- location: string;
322
- }
323
- /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
324
- export interface ProxyResource extends Resource {
325
- }
326
- /** Describes a DNS forwarding ruleset. */
327
- export interface DnsForwardingRuleset extends TrackedResource {
328
- /**
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.")
330
- * NOTE: This property will not be serialized. It can only be populated by the server.
331
- */
332
- readonly etag?: string;
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[];
335
- /**
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.
337
- * NOTE: This property will not be serialized. It can only be populated by the server.
338
- */
339
- readonly provisioningState?: ProvisioningState;
340
- /**
341
- * The resourceGuid for the DNS forwarding ruleset.
342
- * NOTE: This property will not be serialized. It can only be populated by the server.
343
- */
344
- readonly resourceGuid?: string;
345
- }
346
- /** Describes a DNS resolver domain list. */
347
- export interface DnsResolverDomainList extends TrackedResource {
348
- /**
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.")
350
- * NOTE: This property will not be serialized. It can only be populated by the server.
351
- */
352
- readonly etag?: string;
353
- /** The domains in the domain list. Will be null if user is using large domain list. */
354
- domains?: string[];
355
- /**
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.
357
- * NOTE: This property will not be serialized. It can only be populated by the server.
358
- */
359
- readonly domainsUrl?: string;
360
- /**
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.
362
- * NOTE: This property will not be serialized. It can only be populated by the server.
363
- */
364
- readonly provisioningState?: ProvisioningState;
365
- /**
366
- * The resourceGuid property of the DNS resolver domain list resource.
367
- * NOTE: This property will not be serialized. It can only be populated by the server.
368
- */
369
- readonly resourceGuid?: string;
370
- }
371
- /** Describes a DNS resolver policy. */
372
- export interface DnsResolverPolicy extends TrackedResource {
373
- /**
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.")
375
- * NOTE: This property will not be serialized. It can only be populated by the server.
376
- */
377
- readonly etag?: string;
378
- /**
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.
380
- * NOTE: This property will not be serialized. It can only be populated by the server.
381
- */
382
- readonly provisioningState?: ProvisioningState;
383
- /**
384
- * The resourceGuid property of the DNS resolver policy resource.
385
- * NOTE: This property will not be serialized. It can only be populated by the server.
386
- */
387
- readonly resourceGuid?: string;
388
- }
389
- /** Describes a DNS resolver. */
390
- export interface DnsResolver extends TrackedResource {
391
- /**
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.")
393
- * NOTE: This property will not be serialized. It can only be populated by the server.
394
- */
395
- readonly etag?: string;
396
- /** The reference to the virtual network. This cannot be changed after creation. */
397
- virtualNetwork: SubResource;
398
- /**
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.
405
- * NOTE: This property will not be serialized. It can only be populated by the server.
406
- */
407
- readonly provisioningState?: ProvisioningState;
408
- /**
409
- * The resourceGuid property of the DNS resolver resource.
410
- * NOTE: This property will not be serialized. It can only be populated by the server.
411
- */
412
- readonly resourceGuid?: string;
413
- }
414
- /** Describes a DNS security rule. */
415
- export interface DnsSecurityRule extends TrackedResource {
416
- /**
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.")
418
- * NOTE: This property will not be serialized. It can only be populated by the server.
419
- */
420
- readonly etag?: string;
421
- /** The priority of the DNS security rule. */
422
- priority: number;
423
- /** The action to take on DNS requests that match the DNS security rule. */
424
- action: DnsSecurityRuleAction;
425
- /** DNS resolver policy domains lists that the DNS security rule applies to. */
426
- dnsResolverDomainLists?: SubResource[];
427
- /** Managed domain lists that the DNS security rule applies to. */
428
- managedDomainLists?: ManagedDomainList[];
429
- /** The state of DNS security rule. */
430
- dnsSecurityRuleState?: DnsSecurityRuleState;
431
- /**
432
- * The current provisioning state of the DNS security rule. This is a read-only property and any attempt to set this value will be ignored.
433
- * NOTE: This property will not be serialized. It can only be populated by the server.
434
- */
435
- readonly provisioningState?: ProvisioningState;
436
- }
437
- /** Describes a DNS resolver policy virtual network link. */
438
- export interface DnsResolverPolicyVirtualNetworkLink extends TrackedResource {
439
- /**
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.")
441
- * NOTE: This property will not be serialized. It can only be populated by the server.
442
- */
443
- readonly etag?: string;
444
- /** The reference to the virtual network. This cannot be changed after creation. */
445
- virtualNetwork: SubResource;
446
- /**
447
- * The current provisioning state of the DNS resolver policy virtual network link. This is a read-only property and any attempt to set this value will be ignored.
448
- * NOTE: This property will not be serialized. It can only be populated by the server.
449
- */
450
- readonly provisioningState?: ProvisioningState;
451
- }
452
- /** Describes an inbound endpoint for a DNS resolver. */
453
- export interface InboundEndpoint extends TrackedResource {
454
- /**
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.")
456
- * NOTE: This property will not be serialized. It can only be populated by the server.
457
- */
458
- readonly etag?: string;
459
- /** IP configurations for the inbound endpoint. */
460
- ipConfigurations: IpConfiguration[];
461
- /**
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.
463
- * NOTE: This property will not be serialized. It can only be populated by the server.
464
- */
465
- readonly provisioningState?: ProvisioningState;
466
- /**
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.
483
- * NOTE: This property will not be serialized. It can only be populated by the server.
484
- */
485
- readonly provisioningState?: ProvisioningState;
486
- /**
487
- * The resourceGuid property of the outbound endpoint resource.
488
- * NOTE: This property will not be serialized. It can only be populated by the server.
489
- */
490
- readonly resourceGuid?: string;
491
- }
492
- /** Describes a forwarding rule within a DNS forwarding ruleset. */
493
- export interface ForwardingRule extends ProxyResource {
494
- /**
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.")
496
- * NOTE: This property will not be serialized. It can only be populated by the server.
497
- */
498
- readonly etag?: string;
499
- /** The domain name for the forwarding rule. */
500
- domainName: string;
501
- /** DNS servers to forward the DNS query to. */
502
- targetDnsServers: TargetDnsServer[];
503
- /** Metadata attached to the forwarding rule. */
504
- metadata?: {
505
- [propertyName: string]: string;
506
- };
507
- /** The state of forwarding rule. */
508
- forwardingRuleState?: ForwardingRuleState;
509
- /**
510
- * The current provisioning state of the forwarding rule. This is a read-only property and any attempt to set this value will be ignored.
511
- * NOTE: This property will not be serialized. It can only be populated by the server.
512
- */
513
- readonly provisioningState?: ProvisioningState;
514
- }
515
- /** Describes a virtual network link. */
516
- export interface VirtualNetworkLink extends ProxyResource {
517
- /**
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.")
519
- * NOTE: This property will not be serialized. It can only be populated by the server.
520
- */
521
- readonly etag?: string;
522
- /** The reference to the virtual network. This cannot be changed after creation. */
523
- virtualNetwork: SubResource;
524
- /** Metadata attached to the virtual network link. */
525
- metadata?: {
526
- [propertyName: string]: string;
527
- };
528
- /**
529
- * The current provisioning state of the virtual network link. This is a read-only property and any attempt to set this value will be ignored.
530
- * NOTE: This property will not be serialized. It can only be populated by the server.
531
- */
532
- readonly provisioningState?: ProvisioningState;
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
- }
590
- /** Defines headers for DnsResolverPolicies_update operation. */
591
- export interface DnsResolverPoliciesUpdateHeaders {
592
- /** The Location header contains the URL where the status of the long running operation can be checked. */
593
- location?: string;
594
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
595
- retryAfter?: number;
596
- }
597
- /** Defines headers for DnsResolverPolicies_delete operation. */
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. */
649
- location?: string;
650
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
651
- retryAfter?: number;
652
- }
653
- /** Defines headers for DnsSecurityRules_update operation. */
654
- export interface DnsSecurityRulesUpdateHeaders {
655
- /** The Location header contains the URL where the status of the long running operation can be checked. */
656
- location?: string;
657
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
658
- retryAfter?: number;
659
- }
660
- /** Defines headers for DnsSecurityRules_delete operation. */
661
- export interface DnsSecurityRulesDeleteHeaders {
662
- /** The Location header contains the URL where the status of the long running operation can be checked. */
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;
673
- }
674
- /** Defines headers for DnsResolverPolicyVirtualNetworkLinks_update operation. */
675
- export interface DnsResolverPolicyVirtualNetworkLinksUpdateHeaders {
676
- /** The Location header contains the URL where the status of the long running operation can be checked. */
677
- location?: string;
678
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
679
- retryAfter?: number;
680
- }
681
- /** Defines headers for DnsResolverPolicyVirtualNetworkLinks_delete operation. */
682
- export interface DnsResolverPolicyVirtualNetworkLinksDeleteHeaders {
683
- /** The Location header contains the URL where the status of the long running operation can be checked. */
684
- location?: string;
685
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
686
- retryAfter?: number;
687
- }
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. */
691
- location?: string;
692
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
693
- retryAfter?: number;
694
- }
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. */
698
- location?: string;
699
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
700
- retryAfter?: number;
701
- }
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. */
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;
729
- }
730
- /** Known values of {@link ProvisioningState} that the service accepts. */
731
- export declare enum KnownProvisioningState {
732
- /** Creating */
733
- Creating = "Creating",
734
- /** Updating */
735
- Updating = "Updating",
736
- /** Deleting */
737
- Deleting = "Deleting",
738
- /** Succeeded */
739
- Succeeded = "Succeeded",
740
- /** Failed */
741
- Failed = "Failed",
742
- /** Canceled */
743
- Canceled = "Canceled"
744
- }
745
- /**
746
- * Defines values for ProvisioningState. \
747
- * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
748
- * this enum contains the known values that the service supports.
749
- * ### Known values supported by the service
750
- * **Creating** \
751
- * **Updating** \
752
- * **Deleting** \
753
- * **Succeeded** \
754
- * **Failed** \
755
- * **Canceled**
756
- */
757
- export type ProvisioningState = string;
758
- /** Known values of {@link CreatedByType} that the service accepts. */
759
- export declare enum KnownCreatedByType {
760
- /** User */
761
- User = "User",
762
- /** Application */
763
- Application = "Application",
764
- /** ManagedIdentity */
765
- ManagedIdentity = "ManagedIdentity",
766
- /** Key */
767
- Key = "Key"
768
- }
769
- /**
770
- * Defines values for CreatedByType. \
771
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
772
- * this enum contains the known values that the service supports.
773
- * ### Known values supported by the service
774
- * **User** \
775
- * **Application** \
776
- * **ManagedIdentity** \
777
- * **Key**
778
- */
779
- export type CreatedByType = string;
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"
786
- }
787
- /**
788
- * Defines values for DnsResolverState. \
789
- * {@link KnownDnsResolverState} can be used interchangeably with DnsResolverState,
790
- * this enum contains the known values that the service supports.
791
- * ### Known values supported by the service
792
- * **Connected** \
793
- * **Disconnected**
794
- */
795
- export type DnsResolverState = string;
796
- /** Known values of {@link ForwardingRuleState} that the service accepts. */
797
- export declare enum KnownForwardingRuleState {
798
- /** Enabled */
799
- Enabled = "Enabled",
800
- /** Disabled */
801
- Disabled = "Disabled"
802
- }
803
- /**
804
- * Defines values for ForwardingRuleState. \
805
- * {@link KnownForwardingRuleState} can be used interchangeably with ForwardingRuleState,
806
- * this enum contains the known values that the service supports.
807
- * ### Known values supported by the service
808
- * **Enabled** \
809
- * **Disabled**
810
- */
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;
828
- /** Known values of {@link ActionType} that the service accepts. */
829
- export declare enum KnownActionType {
830
- /** Allow */
831
- Allow = "Allow",
832
- /** Alert */
833
- Alert = "Alert",
834
- /** Block */
835
- Block = "Block"
836
- }
837
- /**
838
- * Defines values for ActionType. \
839
- * {@link KnownActionType} can be used interchangeably with ActionType,
840
- * this enum contains the known values that the service supports.
841
- * ### Known values supported by the service
842
- * **Allow** \
843
- * **Alert** \
844
- * **Block**
845
- */
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;
860
- /** Known values of {@link DnsSecurityRuleState} that the service accepts. */
861
- export declare enum KnownDnsSecurityRuleState {
862
- /** Enabled */
863
- Enabled = "Enabled",
864
- /** Disabled */
865
- Disabled = "Disabled"
866
- }
867
- /**
868
- * Defines values for DnsSecurityRuleState. \
869
- * {@link KnownDnsSecurityRuleState} can be used interchangeably with DnsSecurityRuleState,
870
- * this enum contains the known values that the service supports.
871
- * ### Known values supported by the service
872
- * **Enabled** \
873
- * **Disabled**
874
- */
875
- export type DnsSecurityRuleState = string;
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"
882
- }
883
- /**
884
- * Defines values for IpAllocationMethod. \
885
- * {@link KnownIpAllocationMethod} can be used interchangeably with IpAllocationMethod,
886
- * this enum contains the known values that the service supports.
887
- * ### Known values supported by the service
888
- * **Static** \
889
- * **Dynamic**
890
- */
891
- export type IpAllocationMethod = string;
892
- /** Optional parameters. */
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 {
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. */
914
- ifMatch?: string;
915
- /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */
916
- ifNoneMatch?: string;
917
- /** Delay to wait until next poll, in milliseconds. */
918
- updateIntervalInMs?: number;
919
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
920
- resumeFrom?: string;
921
- }
922
- /** Contains response data for the createOrUpdate operation. */
923
- export type DnsForwardingRulesetsCreateOrUpdateResponse = DnsForwardingRuleset;
924
- /** Optional parameters. */
925
- export interface DnsForwardingRulesetsUpdateOptionalParams extends coreClient.OperationOptions {
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. */
927
- ifMatch?: string;
928
- /** Delay to wait until next poll, in milliseconds. */
929
- updateIntervalInMs?: number;
930
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
931
- resumeFrom?: string;
932
- }
933
- /** Contains response data for the update operation. */
934
- export type DnsForwardingRulesetsUpdateResponse = DnsForwardingRuleset;
935
- /** Optional parameters. */
936
- export interface DnsForwardingRulesetsDeleteOptionalParams extends coreClient.OperationOptions {
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. */
938
- ifMatch?: string;
939
- /** Delay to wait until next poll, in milliseconds. */
940
- updateIntervalInMs?: number;
941
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
942
- resumeFrom?: string;
943
- }
944
- /** Optional parameters. */
945
- export interface DnsForwardingRulesetsListByVirtualNetworkOptionalParams extends coreClient.OperationOptions {
946
- /** The maximum number of results to return. If not specified, returns up to 100 results. */
947
- top?: number;
948
- }
949
- /** Contains response data for the listByVirtualNetwork operation. */
950
- export type DnsForwardingRulesetsListByVirtualNetworkResponse = VirtualNetworkDnsForwardingRulesetListResult;
951
- /** Optional parameters. */
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 {
968
- /** The maximum number of results to return. If not specified, returns up to 100 results. */
969
- top?: number;
970
- }
971
- /** Contains response data for the list operation. */
972
- export type DnsResolverDomainListsListResponse = DnsResolverDomainListResult;
973
- /** Optional parameters. */
974
- export interface DnsResolverDomainListsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
975
- /** The maximum number of results to return. If not specified, returns up to 100 results. */
976
- top?: number;
977
- }
978
- /** Contains response data for the listByResourceGroup operation. */
979
- export type DnsResolverDomainListsListByResourceGroupResponse = DnsResolverDomainListResult;
980
- /** Optional parameters. */
981
- export interface DnsResolverDomainListsGetOptionalParams extends coreClient.OperationOptions {
982
- }
983
- /** Contains response data for the get operation. */
984
- export type DnsResolverDomainListsGetResponse = DnsResolverDomainList;
985
- /** Optional parameters. */
986
- export interface DnsResolverDomainListsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
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. */
988
- ifMatch?: string;
989
- /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */
990
- ifNoneMatch?: string;
991
- /** Delay to wait until next poll, in milliseconds. */
992
- updateIntervalInMs?: number;
993
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
994
- resumeFrom?: string;
995
- }
996
- /** Contains response data for the createOrUpdate operation. */
997
- export type DnsResolverDomainListsCreateOrUpdateResponse = DnsResolverDomainList;
998
- /** Optional parameters. */
999
- export interface DnsResolverDomainListsUpdateOptionalParams extends coreClient.OperationOptions {
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. */
1001
- ifMatch?: string;
1002
- /** Delay to wait until next poll, in milliseconds. */
1003
- updateIntervalInMs?: number;
1004
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1005
- resumeFrom?: string;
1006
- }
1007
- /** Contains response data for the update operation. */
1008
- export type DnsResolverDomainListsUpdateResponse = DnsResolverDomainList;
1009
- /** Optional parameters. */
1010
- export interface DnsResolverDomainListsDeleteOptionalParams extends coreClient.OperationOptions {
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. */
1012
- ifMatch?: string;
1013
- /** Delay to wait until next poll, in milliseconds. */
1014
- updateIntervalInMs?: number;
1015
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1016
- resumeFrom?: string;
1017
- }
1018
- /** Contains response data for the delete operation. */
1019
- export type DnsResolverDomainListsDeleteResponse = DnsResolverDomainListsDeleteHeaders;
1020
- /** Optional parameters. */
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;
1030
- }
1031
- /** Contains response data for the bulk operation. */
1032
- export type DnsResolverDomainListsBulkResponse = DnsResolverDomainList;
1033
- /** Optional parameters. */
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 {
1045
- /** The maximum number of results to return. If not specified, returns up to 100 results. */
1046
- top?: number;
1047
- }
1048
- /** Contains response data for the list operation. */
1049
- export type DnsResolverPoliciesListResponse = DnsResolverPolicyListResult;
1050
- /** Optional parameters. */
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;
1054
- }
1055
- /** Contains response data for the listByResourceGroup operation. */
1056
- export type DnsResolverPoliciesListByResourceGroupResponse = DnsResolverPolicyListResult;
1057
- /** Optional parameters. */
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 {
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. */
1065
- ifMatch?: string;
1066
- /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */
1067
- ifNoneMatch?: string;
1068
- /** Delay to wait until next poll, in milliseconds. */
1069
- updateIntervalInMs?: number;
1070
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1071
- resumeFrom?: string;
1072
- }
1073
- /** Contains response data for the createOrUpdate operation. */
1074
- export type DnsResolverPoliciesCreateOrUpdateResponse = DnsResolverPolicy;
1075
- /** Optional parameters. */
1076
- export interface DnsResolverPoliciesUpdateOptionalParams extends coreClient.OperationOptions {
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. */
1078
- ifMatch?: string;
1079
- /** Delay to wait until next poll, in milliseconds. */
1080
- updateIntervalInMs?: number;
1081
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1082
- resumeFrom?: string;
1083
- }
1084
- /** Contains response data for the update operation. */
1085
- export type DnsResolverPoliciesUpdateResponse = DnsResolverPolicy;
1086
- /** Optional parameters. */
1087
- export interface DnsResolverPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
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. */
1089
- ifMatch?: string;
1090
- /** Delay to wait until next poll, in milliseconds. */
1091
- updateIntervalInMs?: number;
1092
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1093
- resumeFrom?: string;
1094
- }
1095
- /** Contains response data for the delete operation. */
1096
- export type DnsResolverPoliciesDeleteResponse = DnsResolverPoliciesDeleteHeaders;
1097
- /** Optional parameters. */
1098
- export interface DnsResolverPoliciesListByVirtualNetworkOptionalParams extends coreClient.OperationOptions {
1099
- }
1100
- /** Contains response data for the listByVirtualNetwork operation. */
1101
- export type DnsResolverPoliciesListByVirtualNetworkResponse = SubResourceListResult;
1102
- /** Optional parameters. */
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 {
1119
- /** The maximum number of results to return. If not specified, returns up to 100 results. */
1120
- top?: number;
1121
- }
1122
- /** Contains response data for the list operation. */
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;
1131
- /** Optional parameters. */
1132
- export interface DnsResolversGetOptionalParams extends coreClient.OperationOptions {
1133
- }
1134
- /** Contains response data for the get operation. */
1135
- export type DnsResolversGetResponse = DnsResolver;
1136
- /** Optional parameters. */
1137
- export interface DnsResolversCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
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. */
1139
- ifMatch?: string;
1140
- /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */
1141
- ifNoneMatch?: string;
1142
- /** Delay to wait until next poll, in milliseconds. */
1143
- updateIntervalInMs?: number;
1144
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1145
- resumeFrom?: string;
1146
- }
1147
- /** Contains response data for the createOrUpdate operation. */
1148
- export type DnsResolversCreateOrUpdateResponse = DnsResolver;
1149
- /** Optional parameters. */
1150
- export interface DnsResolversUpdateOptionalParams extends coreClient.OperationOptions {
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. */
1152
- ifMatch?: string;
1153
- /** Delay to wait until next poll, in milliseconds. */
1154
- updateIntervalInMs?: number;
1155
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1156
- resumeFrom?: string;
1157
- }
1158
- /** Contains response data for the update operation. */
1159
- export type DnsResolversUpdateResponse = DnsResolver;
1160
- /** Optional parameters. */
1161
- export interface DnsResolversDeleteOptionalParams extends coreClient.OperationOptions {
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. */
1163
- ifMatch?: string;
1164
- /** Delay to wait until next poll, in milliseconds. */
1165
- updateIntervalInMs?: number;
1166
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1167
- resumeFrom?: string;
1168
- }
1169
- /** Optional parameters. */
1170
- export interface DnsResolversListByVirtualNetworkOptionalParams extends coreClient.OperationOptions {
1171
- /** The maximum number of results to return. If not specified, returns up to 100 results. */
1172
- top?: number;
1173
- }
1174
- /** Contains response data for the listByVirtualNetwork operation. */
1175
- export type DnsResolversListByVirtualNetworkResponse = SubResourceListResult;
1176
- /** Optional parameters. */
1177
- export interface DnsResolversListNextOptionalParams extends coreClient.OperationOptions {
1178
- }
1179
- /** Contains response data for the listNext operation. */
1180
- export type DnsResolversListNextResponse = DnsResolverListResult;
1181
- /** Optional parameters. */
1182
- export interface DnsResolversListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1183
- }
1184
- /** Contains response data for the listByResourceGroupNext operation. */
1185
- export type DnsResolversListByResourceGroupNextResponse = DnsResolverListResult;
1186
- /** Optional parameters. */
1187
- export interface DnsResolversListByVirtualNetworkNextOptionalParams extends coreClient.OperationOptions {
1188
- }
1189
- /** Contains response data for the listByVirtualNetworkNext operation. */
1190
- export type DnsResolversListByVirtualNetworkNextResponse = SubResourceListResult;
1191
- /** Optional parameters. */
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;
1195
- }
1196
- /** Contains response data for the list operation. */
1197
- export type ForwardingRulesListResponse = ForwardingRuleListResult;
1198
- /** Optional parameters. */
1199
- export interface ForwardingRulesGetOptionalParams extends coreClient.OperationOptions {
1200
- }
1201
- /** Contains response data for the get operation. */
1202
- export type ForwardingRulesGetResponse = ForwardingRule;
1203
- /** Optional parameters. */
1204
- export interface ForwardingRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
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. */
1206
- ifMatch?: string;
1207
- /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */
1208
- ifNoneMatch?: string;
1209
- }
1210
- /** Contains response data for the createOrUpdate operation. */
1211
- export type ForwardingRulesCreateOrUpdateResponse = ForwardingRule;
1212
- /** Optional parameters. */
1213
- export interface ForwardingRulesUpdateOptionalParams extends coreClient.OperationOptions {
1214
- /** 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. */
1215
- ifMatch?: string;
1216
- }
1217
- /** Contains response data for the update operation. */
1218
- export type ForwardingRulesUpdateResponse = ForwardingRule;
1219
- /** Optional parameters. */
1220
- export interface ForwardingRulesDeleteOptionalParams extends coreClient.OperationOptions {
1221
- /** 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. */
1222
- ifMatch?: string;
1223
- }
1224
- /** Optional parameters. */
1225
- export interface ForwardingRulesListNextOptionalParams extends coreClient.OperationOptions {
1226
- }
1227
- /** Contains response data for the listNext operation. */
1228
- export type ForwardingRulesListNextResponse = ForwardingRuleListResult;
1229
- /** Optional parameters. */
1230
- export interface VirtualNetworkLinksListOptionalParams extends coreClient.OperationOptions {
1231
- /** The maximum number of results to return. If not specified, returns up to 100 results. */
1232
- top?: number;
1233
- }
1234
- /** Contains response data for the list operation. */
1235
- export type VirtualNetworkLinksListResponse = VirtualNetworkLinkListResult;
1236
- /** Optional parameters. */
1237
- export interface VirtualNetworkLinksGetOptionalParams extends coreClient.OperationOptions {
1238
- }
1239
- /** Contains response data for the get operation. */
1240
- export type VirtualNetworkLinksGetResponse = VirtualNetworkLink;
1241
- /** Optional parameters. */
1242
- export interface VirtualNetworkLinksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
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. */
1244
- ifMatch?: string;
1245
- /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */
1246
- ifNoneMatch?: string;
1247
- /** Delay to wait until next poll, in milliseconds. */
1248
- updateIntervalInMs?: number;
1249
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1250
- resumeFrom?: string;
1251
- }
1252
- /** Contains response data for the createOrUpdate operation. */
1253
- export type VirtualNetworkLinksCreateOrUpdateResponse = VirtualNetworkLink;
1254
- /** Optional parameters. */
1255
- export interface VirtualNetworkLinksUpdateOptionalParams extends coreClient.OperationOptions {
1256
- /** 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. */
1257
- ifMatch?: string;
1258
- /** Delay to wait until next poll, in milliseconds. */
1259
- updateIntervalInMs?: number;
1260
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1261
- resumeFrom?: string;
1262
- }
1263
- /** Contains response data for the update operation. */
1264
- export type VirtualNetworkLinksUpdateResponse = VirtualNetworkLink;
1265
- /** Optional parameters. */
1266
- export interface VirtualNetworkLinksDeleteOptionalParams extends coreClient.OperationOptions {
1267
- /** 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
- ifMatch?: string;
1269
- /** Delay to wait until next poll, in milliseconds. */
1270
- updateIntervalInMs?: number;
1271
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1272
- resumeFrom?: string;
1273
- }
1274
- /** Optional parameters. */
1275
- export interface VirtualNetworkLinksListNextOptionalParams extends coreClient.OperationOptions {
1276
- }
1277
- /** Contains response data for the listNext operation. */
1278
- export type VirtualNetworkLinksListNextResponse = VirtualNetworkLinkListResult;
1279
- /** Optional parameters. */
1280
- export interface DnsSecurityRulesListOptionalParams extends coreClient.OperationOptions {
1281
- /** The maximum number of results to return. If not specified, returns up to 100 results. */
1282
- top?: number;
1283
- }
1284
- /** Contains response data for the list operation. */
1285
- export type DnsSecurityRulesListResponse = DnsSecurityRuleListResult;
1286
- /** Optional parameters. */
1287
- export interface DnsSecurityRulesGetOptionalParams extends coreClient.OperationOptions {
1288
- }
1289
- /** Contains response data for the get operation. */
1290
- export type DnsSecurityRulesGetResponse = DnsSecurityRule;
1291
- /** Optional parameters. */
1292
- export interface DnsSecurityRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
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. */
1294
- ifMatch?: string;
1295
- /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */
1296
- ifNoneMatch?: string;
1297
- /** Delay to wait until next poll, in milliseconds. */
1298
- updateIntervalInMs?: number;
1299
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1300
- resumeFrom?: string;
1301
- }
1302
- /** Contains response data for the createOrUpdate operation. */
1303
- export type DnsSecurityRulesCreateOrUpdateResponse = DnsSecurityRule;
1304
- /** Optional parameters. */
1305
- export interface DnsSecurityRulesUpdateOptionalParams extends coreClient.OperationOptions {
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. */
1307
- ifMatch?: string;
1308
- /** Delay to wait until next poll, in milliseconds. */
1309
- updateIntervalInMs?: number;
1310
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1311
- resumeFrom?: string;
1312
- }
1313
- /** Contains response data for the update operation. */
1314
- export type DnsSecurityRulesUpdateResponse = DnsSecurityRule;
1315
- /** Optional parameters. */
1316
- export interface DnsSecurityRulesDeleteOptionalParams extends coreClient.OperationOptions {
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. */
1318
- ifMatch?: string;
1319
- /** Delay to wait until next poll, in milliseconds. */
1320
- updateIntervalInMs?: number;
1321
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1322
- resumeFrom?: string;
1323
- }
1324
- /** Contains response data for the delete operation. */
1325
- export type DnsSecurityRulesDeleteResponse = DnsSecurityRulesDeleteHeaders;
1326
- /** Optional parameters. */
1327
- export interface DnsSecurityRulesListNextOptionalParams extends coreClient.OperationOptions {
1328
- }
1329
- /** Contains response data for the listNext operation. */
1330
- export type DnsSecurityRulesListNextResponse = DnsSecurityRuleListResult;
1331
- /** Optional parameters. */
1332
- export interface DnsResolverPolicyVirtualNetworkLinksListOptionalParams extends coreClient.OperationOptions {
1333
- /** The maximum number of results to return. If not specified, returns up to 100 results. */
1334
- top?: number;
1335
- }
1336
- /** Contains response data for the list operation. */
1337
- export type DnsResolverPolicyVirtualNetworkLinksListResponse = DnsResolverPolicyVirtualNetworkLinkListResult;
1338
- /** Optional parameters. */
1339
- export interface DnsResolverPolicyVirtualNetworkLinksGetOptionalParams extends coreClient.OperationOptions {
1340
- }
1341
- /** Contains response data for the get operation. */
1342
- export type DnsResolverPolicyVirtualNetworkLinksGetResponse = DnsResolverPolicyVirtualNetworkLink;
1343
- /** Optional parameters. */
1344
- export interface DnsResolverPolicyVirtualNetworkLinksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
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. */
1346
- ifMatch?: string;
1347
- /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */
1348
- ifNoneMatch?: string;
1349
- /** Delay to wait until next poll, in milliseconds. */
1350
- updateIntervalInMs?: number;
1351
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1352
- resumeFrom?: string;
1353
- }
1354
- /** Contains response data for the createOrUpdate operation. */
1355
- export type DnsResolverPolicyVirtualNetworkLinksCreateOrUpdateResponse = DnsResolverPolicyVirtualNetworkLink;
1356
- /** Optional parameters. */
1357
- export interface DnsResolverPolicyVirtualNetworkLinksUpdateOptionalParams extends coreClient.OperationOptions {
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. */
1359
- ifMatch?: string;
1360
- /** Delay to wait until next poll, in milliseconds. */
1361
- updateIntervalInMs?: number;
1362
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1363
- resumeFrom?: string;
1364
- }
1365
- /** Contains response data for the update operation. */
1366
- export type DnsResolverPolicyVirtualNetworkLinksUpdateResponse = DnsResolverPolicyVirtualNetworkLink;
1367
- /** Optional parameters. */
1368
- export interface DnsResolverPolicyVirtualNetworkLinksDeleteOptionalParams extends coreClient.OperationOptions {
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. */
1370
- ifMatch?: string;
1371
- /** Delay to wait until next poll, in milliseconds. */
1372
- updateIntervalInMs?: number;
1373
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1374
- resumeFrom?: string;
1375
- }
1376
- /** Contains response data for the delete operation. */
1377
- export type DnsResolverPolicyVirtualNetworkLinksDeleteResponse = DnsResolverPolicyVirtualNetworkLinksDeleteHeaders;
1378
- /** Optional parameters. */
1379
- export interface DnsResolverPolicyVirtualNetworkLinksListNextOptionalParams extends coreClient.OperationOptions {
1380
- }
1381
- /** Contains response data for the listNext operation. */
1382
- export type DnsResolverPolicyVirtualNetworkLinksListNextResponse = DnsResolverPolicyVirtualNetworkLinkListResult;
1383
- /** Optional parameters. */
1384
- export interface InboundEndpointsListOptionalParams extends coreClient.OperationOptions {
1385
- /** The maximum number of results to return. If not specified, returns up to 100 results. */
1386
- top?: number;
1387
- }
1388
- /** Contains response data for the list operation. */
1389
- export type InboundEndpointsListResponse = InboundEndpointListResult;
1390
- /** Optional parameters. */
1391
- export interface InboundEndpointsGetOptionalParams extends coreClient.OperationOptions {
1392
- }
1393
- /** Contains response data for the get operation. */
1394
- export type InboundEndpointsGetResponse = InboundEndpoint;
1395
- /** Optional parameters. */
1396
- export interface InboundEndpointsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
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. */
1398
- ifMatch?: string;
1399
- /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */
1400
- ifNoneMatch?: string;
1401
- /** Delay to wait until next poll, in milliseconds. */
1402
- updateIntervalInMs?: number;
1403
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1404
- resumeFrom?: string;
1405
- }
1406
- /** Contains response data for the createOrUpdate operation. */
1407
- export type InboundEndpointsCreateOrUpdateResponse = InboundEndpoint;
1408
- /** Optional parameters. */
1409
- export interface InboundEndpointsUpdateOptionalParams extends coreClient.OperationOptions {
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. */
1411
- ifMatch?: string;
1412
- /** Delay to wait until next poll, in milliseconds. */
1413
- updateIntervalInMs?: number;
1414
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1415
- resumeFrom?: string;
1416
- }
1417
- /** Contains response data for the update operation. */
1418
- export type InboundEndpointsUpdateResponse = InboundEndpoint;
1419
- /** Optional parameters. */
1420
- export interface InboundEndpointsDeleteOptionalParams extends coreClient.OperationOptions {
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. */
1422
- ifMatch?: string;
1423
- /** Delay to wait until next poll, in milliseconds. */
1424
- updateIntervalInMs?: number;
1425
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1426
- resumeFrom?: string;
1427
- }
1428
- /** Optional parameters. */
1429
- export interface InboundEndpointsListNextOptionalParams extends coreClient.OperationOptions {
1430
- }
1431
- /** Contains response data for the listNext operation. */
1432
- export type InboundEndpointsListNextResponse = InboundEndpointListResult;
1433
- /** Optional parameters. */
1434
- export interface OutboundEndpointsListOptionalParams extends coreClient.OperationOptions {
1435
- /** The maximum number of results to return. If not specified, returns up to 100 results. */
1436
- top?: number;
1437
- }
1438
- /** Contains response data for the list operation. */
1439
- export type OutboundEndpointsListResponse = OutboundEndpointListResult;
1440
- /** Optional parameters. */
1441
- export interface OutboundEndpointsGetOptionalParams extends coreClient.OperationOptions {
1442
- }
1443
- /** Contains response data for the get operation. */
1444
- export type OutboundEndpointsGetResponse = OutboundEndpoint;
1445
- /** Optional parameters. */
1446
- export interface OutboundEndpointsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
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. */
1448
- ifMatch?: string;
1449
- /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */
1450
- ifNoneMatch?: string;
1451
- /** Delay to wait until next poll, in milliseconds. */
1452
- updateIntervalInMs?: number;
1453
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1454
- resumeFrom?: string;
1455
- }
1456
- /** Contains response data for the createOrUpdate operation. */
1457
- export type OutboundEndpointsCreateOrUpdateResponse = OutboundEndpoint;
1458
- /** Optional parameters. */
1459
- export interface OutboundEndpointsUpdateOptionalParams extends coreClient.OperationOptions {
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. */
1461
- ifMatch?: string;
1462
- /** Delay to wait until next poll, in milliseconds. */
1463
- updateIntervalInMs?: number;
1464
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1465
- resumeFrom?: string;
1466
- }
1467
- /** Contains response data for the update operation. */
1468
- export type OutboundEndpointsUpdateResponse = OutboundEndpoint;
1469
- /** Optional parameters. */
1470
- export interface OutboundEndpointsDeleteOptionalParams extends coreClient.OperationOptions {
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. */
1472
- ifMatch?: string;
1473
- /** Delay to wait until next poll, in milliseconds. */
1474
- updateIntervalInMs?: number;
1475
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1476
- resumeFrom?: string;
1477
- }
1478
- /** Optional parameters. */
1479
- export interface OutboundEndpointsListNextOptionalParams extends coreClient.OperationOptions {
1480
- }
1481
- /** Contains response data for the listNext operation. */
1482
- export type OutboundEndpointsListNextResponse = OutboundEndpointListResult;
1483
- /** Optional parameters. */
1484
- export interface DnsResolverManagementClientOptionalParams extends coreClient.ServiceClientOptions {
1485
- /** server parameter */
1486
- $host?: string;
1487
- /** Api Version */
1488
- apiVersion?: string;
1489
- /** Overrides client endpoint. */
1490
- endpoint?: string;
1491
- }
1492
- //# sourceMappingURL=index.d.ts.map