@azure/arm-privatedns 3.3.1-alpha.20250218.1 → 3.3.1-alpha.20250220.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (363) hide show
  1. package/README.md +21 -12
  2. package/dist/browser/index.d.ts +5 -0
  3. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  4. package/{dist-esm/src → dist/browser}/index.js +4 -4
  5. package/dist/browser/index.js.map +1 -0
  6. package/dist/browser/lroImpl.js.map +1 -0
  7. package/dist/browser/models/index.js.map +1 -0
  8. package/dist/browser/models/mappers.js.map +1 -0
  9. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  10. package/dist/browser/models/parameters.js.map +1 -0
  11. package/dist/browser/operations/index.d.ts +4 -0
  12. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  13. package/{dist-esm/src → dist/browser}/operations/index.js +3 -3
  14. package/dist/browser/operations/index.js.map +1 -0
  15. package/{dist-esm/src → dist/browser}/operations/privateZones.d.ts +3 -3
  16. package/dist/browser/operations/privateZones.d.ts.map +1 -0
  17. package/{dist-esm/src → dist/browser}/operations/privateZones.js +113 -125
  18. package/dist/browser/operations/privateZones.js.map +1 -0
  19. package/{dist-esm/src → dist/browser}/operations/recordSets.d.ts +3 -3
  20. package/dist/browser/operations/recordSets.d.ts.map +1 -0
  21. package/{dist-esm/src → dist/browser}/operations/recordSets.js +3 -3
  22. package/dist/browser/operations/recordSets.js.map +1 -0
  23. package/{dist-esm/src → dist/browser}/operations/virtualNetworkLinks.d.ts +3 -3
  24. package/dist/browser/operations/virtualNetworkLinks.d.ts.map +1 -0
  25. package/{dist-esm/src → dist/browser}/operations/virtualNetworkLinks.js +127 -139
  26. package/dist/browser/operations/virtualNetworkLinks.js.map +1 -0
  27. package/dist/browser/operationsInterfaces/index.d.ts +4 -0
  28. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  29. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.js +3 -3
  30. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  31. package/{dist-esm/src → dist/browser}/operationsInterfaces/privateZones.d.ts +1 -1
  32. package/dist/browser/operationsInterfaces/privateZones.d.ts.map +1 -0
  33. package/dist/browser/operationsInterfaces/privateZones.js.map +1 -0
  34. package/{dist-esm/src → dist/browser}/operationsInterfaces/recordSets.d.ts +1 -1
  35. package/dist/browser/operationsInterfaces/recordSets.d.ts.map +1 -0
  36. package/dist/browser/operationsInterfaces/recordSets.js.map +1 -0
  37. package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualNetworkLinks.d.ts +1 -1
  38. package/dist/browser/operationsInterfaces/virtualNetworkLinks.d.ts.map +1 -0
  39. package/dist/browser/operationsInterfaces/virtualNetworkLinks.js.map +1 -0
  40. package/dist/browser/package.json +3 -0
  41. package/dist/browser/pagingHelper.js.map +1 -0
  42. package/{dist-esm/src → dist/browser}/privateDnsManagementClient.d.ts +2 -2
  43. package/dist/browser/privateDnsManagementClient.d.ts.map +1 -0
  44. package/{dist-esm/src → dist/browser}/privateDnsManagementClient.js +15 -18
  45. package/dist/browser/privateDnsManagementClient.js.map +1 -0
  46. package/dist/commonjs/index.d.ts +5 -0
  47. package/dist/commonjs/index.d.ts.map +1 -0
  48. package/dist/commonjs/index.js +19 -0
  49. package/dist/commonjs/index.js.map +1 -0
  50. package/dist/commonjs/lroImpl.d.ts +11 -0
  51. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  52. package/dist/commonjs/lroImpl.js +17 -0
  53. package/dist/commonjs/lroImpl.js.map +1 -0
  54. package/dist/commonjs/models/index.d.ts +483 -0
  55. package/dist/commonjs/models/index.d.ts.map +1 -0
  56. package/dist/commonjs/models/index.js +43 -0
  57. package/dist/commonjs/models/index.js.map +1 -0
  58. package/dist/commonjs/models/mappers.d.ts +22 -0
  59. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  60. package/dist/commonjs/models/mappers.js +603 -0
  61. package/dist/commonjs/models/mappers.js.map +1 -0
  62. package/dist/commonjs/models/parameters.d.ts +20 -0
  63. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  64. package/dist/commonjs/models/parameters.js +177 -0
  65. package/dist/commonjs/models/parameters.js.map +1 -0
  66. package/dist/commonjs/operations/index.d.ts +4 -0
  67. package/dist/commonjs/operations/index.d.ts.map +1 -0
  68. package/dist/commonjs/operations/index.js +14 -0
  69. package/dist/commonjs/operations/index.js.map +1 -0
  70. package/dist/commonjs/operations/privateZones.d.ts +114 -0
  71. package/dist/commonjs/operations/privateZones.d.ts.map +1 -0
  72. package/dist/commonjs/operations/privateZones.js +551 -0
  73. package/dist/commonjs/operations/privateZones.js.map +1 -0
  74. package/dist/commonjs/operations/recordSets.d.ts +105 -0
  75. package/dist/commonjs/operations/recordSets.d.ts.map +1 -0
  76. package/dist/commonjs/operations/recordSets.js +472 -0
  77. package/dist/commonjs/operations/recordSets.js.map +1 -0
  78. package/dist/commonjs/operations/virtualNetworkLinks.d.ts +103 -0
  79. package/dist/commonjs/operations/virtualNetworkLinks.d.ts.map +1 -0
  80. package/dist/commonjs/operations/virtualNetworkLinks.js +470 -0
  81. package/dist/commonjs/operations/virtualNetworkLinks.js.map +1 -0
  82. package/dist/commonjs/operationsInterfaces/index.d.ts +4 -0
  83. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  84. package/dist/commonjs/operationsInterfaces/index.js +14 -0
  85. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  86. package/dist/commonjs/operationsInterfaces/privateZones.d.ts +78 -0
  87. package/dist/commonjs/operationsInterfaces/privateZones.d.ts.map +1 -0
  88. package/dist/commonjs/operationsInterfaces/privateZones.js +10 -0
  89. package/dist/commonjs/operationsInterfaces/privateZones.js.map +1 -0
  90. package/dist/commonjs/operationsInterfaces/recordSets.d.ts +61 -0
  91. package/dist/commonjs/operationsInterfaces/recordSets.d.ts.map +1 -0
  92. package/dist/commonjs/operationsInterfaces/recordSets.js +10 -0
  93. package/dist/commonjs/operationsInterfaces/recordSets.js.map +1 -0
  94. package/dist/commonjs/operationsInterfaces/virtualNetworkLinks.d.ts +78 -0
  95. package/dist/commonjs/operationsInterfaces/virtualNetworkLinks.d.ts.map +1 -0
  96. package/dist/commonjs/operationsInterfaces/virtualNetworkLinks.js +10 -0
  97. package/dist/commonjs/operationsInterfaces/virtualNetworkLinks.js.map +1 -0
  98. package/dist/commonjs/package.json +3 -0
  99. package/dist/commonjs/pagingHelper.d.ts +13 -0
  100. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  101. package/dist/commonjs/pagingHelper.js +36 -0
  102. package/dist/commonjs/pagingHelper.js.map +1 -0
  103. package/dist/commonjs/privateDnsManagementClient.d.ts +23 -0
  104. package/dist/commonjs/privateDnsManagementClient.d.ts.map +1 -0
  105. package/dist/commonjs/privateDnsManagementClient.js +105 -0
  106. package/dist/commonjs/privateDnsManagementClient.js.map +1 -0
  107. package/{types → dist/commonjs}/tsdoc-metadata.json +1 -1
  108. package/dist/esm/index.d.ts +5 -0
  109. package/dist/esm/index.d.ts.map +1 -0
  110. package/{src/index.ts → dist/esm/index.js} +5 -5
  111. package/dist/esm/index.js.map +1 -0
  112. package/dist/esm/lroImpl.d.ts +11 -0
  113. package/dist/esm/lroImpl.d.ts.map +1 -0
  114. package/dist/esm/lroImpl.js +14 -0
  115. package/dist/esm/lroImpl.js.map +1 -0
  116. package/dist/esm/models/index.d.ts +483 -0
  117. package/dist/esm/models/index.d.ts.map +1 -0
  118. package/dist/esm/models/index.js +40 -0
  119. package/dist/esm/models/index.js.map +1 -0
  120. package/dist/esm/models/mappers.d.ts +22 -0
  121. package/dist/esm/models/mappers.d.ts.map +1 -0
  122. package/dist/esm/models/mappers.js +600 -0
  123. package/dist/esm/models/mappers.js.map +1 -0
  124. package/dist/esm/models/parameters.d.ts +20 -0
  125. package/dist/esm/models/parameters.d.ts.map +1 -0
  126. package/dist/esm/models/parameters.js +174 -0
  127. package/dist/esm/models/parameters.js.map +1 -0
  128. package/dist/esm/operations/index.d.ts +4 -0
  129. package/dist/esm/operations/index.d.ts.map +1 -0
  130. package/dist/esm/operations/index.js +11 -0
  131. package/dist/esm/operations/index.js.map +1 -0
  132. package/dist/esm/operations/privateZones.d.ts +114 -0
  133. package/dist/esm/operations/privateZones.d.ts.map +1 -0
  134. package/dist/esm/operations/privateZones.js +547 -0
  135. package/dist/esm/operations/privateZones.js.map +1 -0
  136. package/dist/esm/operations/recordSets.d.ts +105 -0
  137. package/dist/esm/operations/recordSets.d.ts.map +1 -0
  138. package/dist/esm/operations/recordSets.js +468 -0
  139. package/dist/esm/operations/recordSets.js.map +1 -0
  140. package/dist/esm/operations/virtualNetworkLinks.d.ts +103 -0
  141. package/dist/esm/operations/virtualNetworkLinks.d.ts.map +1 -0
  142. package/dist/esm/operations/virtualNetworkLinks.js +466 -0
  143. package/dist/esm/operations/virtualNetworkLinks.js.map +1 -0
  144. package/dist/esm/operationsInterfaces/index.d.ts +4 -0
  145. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  146. package/dist/esm/operationsInterfaces/index.js +11 -0
  147. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  148. package/dist/esm/operationsInterfaces/privateZones.d.ts +78 -0
  149. package/dist/esm/operationsInterfaces/privateZones.d.ts.map +1 -0
  150. package/{src/operations/index.ts → dist/esm/operationsInterfaces/privateZones.js} +2 -4
  151. package/dist/esm/operationsInterfaces/privateZones.js.map +1 -0
  152. package/dist/esm/operationsInterfaces/recordSets.d.ts +61 -0
  153. package/dist/esm/operationsInterfaces/recordSets.d.ts.map +1 -0
  154. package/dist/esm/operationsInterfaces/recordSets.js +9 -0
  155. package/dist/esm/operationsInterfaces/recordSets.js.map +1 -0
  156. package/dist/esm/operationsInterfaces/virtualNetworkLinks.d.ts +78 -0
  157. package/dist/esm/operationsInterfaces/virtualNetworkLinks.d.ts.map +1 -0
  158. package/dist/esm/operationsInterfaces/virtualNetworkLinks.js +9 -0
  159. package/dist/esm/operationsInterfaces/virtualNetworkLinks.js.map +1 -0
  160. package/dist/esm/package.json +3 -0
  161. package/dist/esm/pagingHelper.d.ts +13 -0
  162. package/dist/esm/pagingHelper.d.ts.map +1 -0
  163. package/dist/esm/pagingHelper.js +32 -0
  164. package/dist/esm/pagingHelper.js.map +1 -0
  165. package/dist/esm/privateDnsManagementClient.d.ts +23 -0
  166. package/dist/esm/privateDnsManagementClient.d.ts.map +1 -0
  167. package/dist/esm/privateDnsManagementClient.js +100 -0
  168. package/dist/esm/privateDnsManagementClient.js.map +1 -0
  169. package/dist/react-native/index.d.ts +5 -0
  170. package/dist/react-native/index.d.ts.map +1 -0
  171. package/dist/react-native/index.js +13 -0
  172. package/dist/react-native/index.js.map +1 -0
  173. package/dist/react-native/lroImpl.d.ts +11 -0
  174. package/dist/react-native/lroImpl.d.ts.map +1 -0
  175. package/dist/react-native/lroImpl.js +14 -0
  176. package/dist/react-native/lroImpl.js.map +1 -0
  177. package/dist/react-native/models/index.d.ts +483 -0
  178. package/dist/react-native/models/index.d.ts.map +1 -0
  179. package/dist/react-native/models/index.js +40 -0
  180. package/dist/react-native/models/index.js.map +1 -0
  181. package/dist/react-native/models/mappers.d.ts +22 -0
  182. package/dist/react-native/models/mappers.d.ts.map +1 -0
  183. package/dist/react-native/models/mappers.js +600 -0
  184. package/dist/react-native/models/mappers.js.map +1 -0
  185. package/dist/react-native/models/parameters.d.ts +20 -0
  186. package/dist/react-native/models/parameters.d.ts.map +1 -0
  187. package/dist/react-native/models/parameters.js +174 -0
  188. package/dist/react-native/models/parameters.js.map +1 -0
  189. package/dist/react-native/operations/index.d.ts +4 -0
  190. package/dist/react-native/operations/index.d.ts.map +1 -0
  191. package/dist/react-native/operations/index.js +11 -0
  192. package/dist/react-native/operations/index.js.map +1 -0
  193. package/dist/react-native/operations/privateZones.d.ts +114 -0
  194. package/dist/react-native/operations/privateZones.d.ts.map +1 -0
  195. package/dist/react-native/operations/privateZones.js +547 -0
  196. package/dist/react-native/operations/privateZones.js.map +1 -0
  197. package/dist/react-native/operations/recordSets.d.ts +105 -0
  198. package/dist/react-native/operations/recordSets.d.ts.map +1 -0
  199. package/dist/react-native/operations/recordSets.js +468 -0
  200. package/dist/react-native/operations/recordSets.js.map +1 -0
  201. package/dist/react-native/operations/virtualNetworkLinks.d.ts +103 -0
  202. package/dist/react-native/operations/virtualNetworkLinks.d.ts.map +1 -0
  203. package/dist/react-native/operations/virtualNetworkLinks.js +466 -0
  204. package/dist/react-native/operations/virtualNetworkLinks.js.map +1 -0
  205. package/dist/react-native/operationsInterfaces/index.d.ts +4 -0
  206. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  207. package/dist/react-native/operationsInterfaces/index.js +11 -0
  208. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  209. package/dist/react-native/operationsInterfaces/privateZones.d.ts +78 -0
  210. package/dist/react-native/operationsInterfaces/privateZones.d.ts.map +1 -0
  211. package/dist/react-native/operationsInterfaces/privateZones.js +9 -0
  212. package/dist/react-native/operationsInterfaces/privateZones.js.map +1 -0
  213. package/dist/react-native/operationsInterfaces/recordSets.d.ts +61 -0
  214. package/dist/react-native/operationsInterfaces/recordSets.d.ts.map +1 -0
  215. package/dist/react-native/operationsInterfaces/recordSets.js +9 -0
  216. package/dist/react-native/operationsInterfaces/recordSets.js.map +1 -0
  217. package/dist/react-native/operationsInterfaces/virtualNetworkLinks.d.ts +78 -0
  218. package/dist/react-native/operationsInterfaces/virtualNetworkLinks.d.ts.map +1 -0
  219. package/dist/react-native/operationsInterfaces/virtualNetworkLinks.js +9 -0
  220. package/dist/react-native/operationsInterfaces/virtualNetworkLinks.js.map +1 -0
  221. package/dist/react-native/package.json +3 -0
  222. package/dist/react-native/pagingHelper.d.ts +13 -0
  223. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  224. package/dist/react-native/pagingHelper.js +32 -0
  225. package/dist/react-native/pagingHelper.js.map +1 -0
  226. package/dist/react-native/privateDnsManagementClient.d.ts +23 -0
  227. package/dist/react-native/privateDnsManagementClient.d.ts.map +1 -0
  228. package/dist/react-native/privateDnsManagementClient.js +100 -0
  229. package/dist/react-native/privateDnsManagementClient.js.map +1 -0
  230. package/package.json +66 -36
  231. package/dist/index.js +0 -2499
  232. package/dist/index.js.map +0 -1
  233. package/dist/index.min.js +0 -1
  234. package/dist/index.min.js.map +0 -1
  235. package/dist-esm/samples-dev/privateZonesCreateOrUpdateSample.d.ts +0 -2
  236. package/dist-esm/samples-dev/privateZonesCreateOrUpdateSample.d.ts.map +0 -1
  237. package/dist-esm/samples-dev/privateZonesCreateOrUpdateSample.js +0 -33
  238. package/dist-esm/samples-dev/privateZonesCreateOrUpdateSample.js.map +0 -1
  239. package/dist-esm/samples-dev/privateZonesDeleteSample.d.ts +0 -2
  240. package/dist-esm/samples-dev/privateZonesDeleteSample.d.ts.map +0 -1
  241. package/dist-esm/samples-dev/privateZonesDeleteSample.js +0 -36
  242. package/dist-esm/samples-dev/privateZonesDeleteSample.js.map +0 -1
  243. package/dist-esm/samples-dev/privateZonesGetSample.d.ts +0 -2
  244. package/dist-esm/samples-dev/privateZonesGetSample.d.ts.map +0 -1
  245. package/dist-esm/samples-dev/privateZonesGetSample.js +0 -36
  246. package/dist-esm/samples-dev/privateZonesGetSample.js.map +0 -1
  247. package/dist-esm/samples-dev/privateZonesListByResourceGroupSample.d.ts +0 -2
  248. package/dist-esm/samples-dev/privateZonesListByResourceGroupSample.d.ts.map +0 -1
  249. package/dist-esm/samples-dev/privateZonesListByResourceGroupSample.js +0 -51
  250. package/dist-esm/samples-dev/privateZonesListByResourceGroupSample.js.map +0 -1
  251. package/dist-esm/samples-dev/privateZonesListSample.d.ts +0 -2
  252. package/dist-esm/samples-dev/privateZonesListSample.d.ts.map +0 -1
  253. package/dist-esm/samples-dev/privateZonesListSample.js +0 -50
  254. package/dist-esm/samples-dev/privateZonesListSample.js.map +0 -1
  255. package/dist-esm/samples-dev/privateZonesUpdateSample.d.ts +0 -2
  256. package/dist-esm/samples-dev/privateZonesUpdateSample.d.ts.map +0 -1
  257. package/dist-esm/samples-dev/privateZonesUpdateSample.js +0 -30
  258. package/dist-esm/samples-dev/privateZonesUpdateSample.js.map +0 -1
  259. package/dist-esm/samples-dev/recordSetsCreateOrUpdateSample.d.ts +0 -2
  260. package/dist-esm/samples-dev/recordSetsCreateOrUpdateSample.d.ts.map +0 -1
  261. package/dist-esm/samples-dev/recordSetsCreateOrUpdateSample.js +0 -219
  262. package/dist-esm/samples-dev/recordSetsCreateOrUpdateSample.js.map +0 -1
  263. package/dist-esm/samples-dev/recordSetsDeleteSample.d.ts +0 -2
  264. package/dist-esm/samples-dev/recordSetsDeleteSample.d.ts.map +0 -1
  265. package/dist-esm/samples-dev/recordSetsDeleteSample.js +0 -158
  266. package/dist-esm/samples-dev/recordSetsDeleteSample.js.map +0 -1
  267. package/dist-esm/samples-dev/recordSetsGetSample.d.ts +0 -2
  268. package/dist-esm/samples-dev/recordSetsGetSample.d.ts.map +0 -1
  269. package/dist-esm/samples-dev/recordSetsGetSample.js +0 -178
  270. package/dist-esm/samples-dev/recordSetsGetSample.js.map +0 -1
  271. package/dist-esm/samples-dev/recordSetsListByTypeSample.d.ts +0 -2
  272. package/dist-esm/samples-dev/recordSetsListByTypeSample.d.ts.map +0 -1
  273. package/dist-esm/samples-dev/recordSetsListByTypeSample.js +0 -298
  274. package/dist-esm/samples-dev/recordSetsListByTypeSample.js.map +0 -1
  275. package/dist-esm/samples-dev/recordSetsListSample.d.ts +0 -2
  276. package/dist-esm/samples-dev/recordSetsListSample.d.ts.map +0 -1
  277. package/dist-esm/samples-dev/recordSetsListSample.js +0 -52
  278. package/dist-esm/samples-dev/recordSetsListSample.js.map +0 -1
  279. package/dist-esm/samples-dev/recordSetsUpdateSample.d.ts +0 -2
  280. package/dist-esm/samples-dev/recordSetsUpdateSample.d.ts.map +0 -1
  281. package/dist-esm/samples-dev/recordSetsUpdateSample.js +0 -179
  282. package/dist-esm/samples-dev/recordSetsUpdateSample.js.map +0 -1
  283. package/dist-esm/samples-dev/virtualNetworkLinksCreateOrUpdateSample.d.ts +0 -2
  284. package/dist-esm/samples-dev/virtualNetworkLinksCreateOrUpdateSample.d.ts.map +0 -1
  285. package/dist-esm/samples-dev/virtualNetworkLinksCreateOrUpdateSample.js +0 -38
  286. package/dist-esm/samples-dev/virtualNetworkLinksCreateOrUpdateSample.js.map +0 -1
  287. package/dist-esm/samples-dev/virtualNetworkLinksDeleteSample.d.ts +0 -2
  288. package/dist-esm/samples-dev/virtualNetworkLinksDeleteSample.d.ts.map +0 -1
  289. package/dist-esm/samples-dev/virtualNetworkLinksDeleteSample.js +0 -37
  290. package/dist-esm/samples-dev/virtualNetworkLinksDeleteSample.js.map +0 -1
  291. package/dist-esm/samples-dev/virtualNetworkLinksGetSample.d.ts +0 -2
  292. package/dist-esm/samples-dev/virtualNetworkLinksGetSample.d.ts.map +0 -1
  293. package/dist-esm/samples-dev/virtualNetworkLinksGetSample.js +0 -37
  294. package/dist-esm/samples-dev/virtualNetworkLinksGetSample.js.map +0 -1
  295. package/dist-esm/samples-dev/virtualNetworkLinksListSample.d.ts +0 -2
  296. package/dist-esm/samples-dev/virtualNetworkLinksListSample.d.ts.map +0 -1
  297. package/dist-esm/samples-dev/virtualNetworkLinksListSample.js +0 -52
  298. package/dist-esm/samples-dev/virtualNetworkLinksListSample.js.map +0 -1
  299. package/dist-esm/samples-dev/virtualNetworkLinksUpdateSample.d.ts +0 -2
  300. package/dist-esm/samples-dev/virtualNetworkLinksUpdateSample.d.ts.map +0 -1
  301. package/dist-esm/samples-dev/virtualNetworkLinksUpdateSample.js +0 -35
  302. package/dist-esm/samples-dev/virtualNetworkLinksUpdateSample.js.map +0 -1
  303. package/dist-esm/src/index.d.ts +0 -5
  304. package/dist-esm/src/index.js.map +0 -1
  305. package/dist-esm/src/lroImpl.js.map +0 -1
  306. package/dist-esm/src/models/index.js.map +0 -1
  307. package/dist-esm/src/models/mappers.js.map +0 -1
  308. package/dist-esm/src/models/parameters.js.map +0 -1
  309. package/dist-esm/src/operations/index.d.ts +0 -4
  310. package/dist-esm/src/operations/index.js.map +0 -1
  311. package/dist-esm/src/operations/privateZones.d.ts.map +0 -1
  312. package/dist-esm/src/operations/privateZones.js.map +0 -1
  313. package/dist-esm/src/operations/recordSets.d.ts.map +0 -1
  314. package/dist-esm/src/operations/recordSets.js.map +0 -1
  315. package/dist-esm/src/operations/virtualNetworkLinks.d.ts.map +0 -1
  316. package/dist-esm/src/operations/virtualNetworkLinks.js.map +0 -1
  317. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -4
  318. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  319. package/dist-esm/src/operationsInterfaces/privateZones.d.ts.map +0 -1
  320. package/dist-esm/src/operationsInterfaces/privateZones.js.map +0 -1
  321. package/dist-esm/src/operationsInterfaces/recordSets.d.ts.map +0 -1
  322. package/dist-esm/src/operationsInterfaces/recordSets.js.map +0 -1
  323. package/dist-esm/src/operationsInterfaces/virtualNetworkLinks.d.ts.map +0 -1
  324. package/dist-esm/src/operationsInterfaces/virtualNetworkLinks.js.map +0 -1
  325. package/dist-esm/src/pagingHelper.js.map +0 -1
  326. package/dist-esm/src/privateDnsManagementClient.d.ts.map +0 -1
  327. package/dist-esm/src/privateDnsManagementClient.js.map +0 -1
  328. package/dist-esm/test/privatedns_operations_test.spec.d.ts +0 -4
  329. package/dist-esm/test/privatedns_operations_test.spec.d.ts.map +0 -1
  330. package/dist-esm/test/privatedns_operations_test.spec.js +0 -112
  331. package/dist-esm/test/privatedns_operations_test.spec.js.map +0 -1
  332. package/src/lroImpl.ts +0 -38
  333. package/src/models/index.ts +0 -576
  334. package/src/models/mappers.ts +0 -663
  335. package/src/models/parameters.ts +0 -201
  336. package/src/operations/privateZones.ts +0 -720
  337. package/src/operations/recordSets.ts +0 -617
  338. package/src/operations/virtualNetworkLinks.ts +0 -654
  339. package/src/operationsInterfaces/index.ts +0 -11
  340. package/src/operationsInterfaces/privateZones.ts +0 -145
  341. package/src/operationsInterfaces/recordSets.ts +0 -117
  342. package/src/operationsInterfaces/virtualNetworkLinks.ts +0 -150
  343. package/src/pagingHelper.ts +0 -39
  344. package/src/privateDnsManagementClient.ts +0 -154
  345. package/tsconfig.json +0 -33
  346. package/types/arm-privatedns.d.ts +0 -794
  347. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  348. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  349. /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
  350. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  351. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  352. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  353. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  354. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  355. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  356. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  357. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  358. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateZones.js +0 -0
  359. /package/{dist-esm/src → dist/browser}/operationsInterfaces/recordSets.js +0 -0
  360. /package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualNetworkLinks.js +0 -0
  361. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  362. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  363. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
@@ -1,794 +0,0 @@
1
- import * as coreAuth from '@azure/core-auth';
2
- import * as coreClient from '@azure/core-client';
3
- import { OperationState } from '@azure/core-lro';
4
- import { PagedAsyncIterableIterator } from '@azure/core-paging';
5
- import { SimplePollerLike } from '@azure/core-lro';
6
-
7
- /** An AAAA record. */
8
- export declare interface AaaaRecord {
9
- /** The IPv6 address of this AAAA record. */
10
- ipv6Address?: string;
11
- }
12
-
13
- /** An A record. */
14
- export declare interface ARecord {
15
- /** The IPv4 address of this A record. */
16
- ipv4Address?: string;
17
- }
18
-
19
- /** An error response from the service. */
20
- export declare interface CloudError {
21
- /** Cloud error body. */
22
- error?: CloudErrorBody;
23
- }
24
-
25
- /** An error response from the service. */
26
- export declare interface CloudErrorBody {
27
- /** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */
28
- code?: string;
29
- /** A message describing the error, intended to be suitable for display in a user interface. */
30
- message?: string;
31
- /** The target of the particular error. For example, the name of the property in error. */
32
- target?: string;
33
- /** A list of additional details about the error. */
34
- details?: CloudErrorBody[];
35
- }
36
-
37
- /** A CNAME record. */
38
- export declare interface CnameRecord {
39
- /** The canonical name for this CNAME record. */
40
- cname?: string;
41
- }
42
-
43
- /**
44
- * Given the last `.value` produced by the `byPage` iterator,
45
- * returns a continuation token that can be used to begin paging from
46
- * that point later.
47
- * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
48
- * @returns The continuation token that can be passed into byPage() during future calls.
49
- */
50
- export declare function getContinuationToken(page: unknown): string | undefined;
51
-
52
- /** Known values of {@link ProvisioningState} that the service accepts. */
53
- export declare enum KnownProvisioningState {
54
- /** Creating */
55
- Creating = "Creating",
56
- /** Updating */
57
- Updating = "Updating",
58
- /** Deleting */
59
- Deleting = "Deleting",
60
- /** Succeeded */
61
- Succeeded = "Succeeded",
62
- /** Failed */
63
- Failed = "Failed",
64
- /** Canceled */
65
- Canceled = "Canceled"
66
- }
67
-
68
- /** Known values of {@link ResolutionPolicy} that the service accepts. */
69
- export declare enum KnownResolutionPolicy {
70
- /** Default */
71
- Default = "Default",
72
- /** NxDomainRedirect */
73
- NxDomainRedirect = "NxDomainRedirect"
74
- }
75
-
76
- /** Known values of {@link VirtualNetworkLinkState} that the service accepts. */
77
- export declare enum KnownVirtualNetworkLinkState {
78
- /** InProgress */
79
- InProgress = "InProgress",
80
- /** Completed */
81
- Completed = "Completed"
82
- }
83
-
84
- /** An MX record. */
85
- export declare interface MxRecord {
86
- /** The preference value for this MX record. */
87
- preference?: number;
88
- /** The domain name of the mail host for this MX record. */
89
- exchange?: string;
90
- }
91
-
92
- export declare class PrivateDnsManagementClient extends coreClient.ServiceClient {
93
- $host: string;
94
- apiVersion: string;
95
- subscriptionId: string;
96
- /**
97
- * Initializes a new instance of the PrivateDnsManagementClient class.
98
- * @param credentials Subscription credentials which uniquely identify client subscription.
99
- * @param subscriptionId Gets subscription credentials which uniquely identify Microsoft Azure
100
- * subscription. The subscription ID forms part of the URI for every service call.
101
- * @param options The parameter options
102
- */
103
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: PrivateDnsManagementClientOptionalParams);
104
- /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
105
- private addCustomApiVersionPolicy;
106
- privateZones: PrivateZones;
107
- virtualNetworkLinks: VirtualNetworkLinks;
108
- recordSets: RecordSets;
109
- }
110
-
111
- /** Optional parameters. */
112
- export declare interface PrivateDnsManagementClientOptionalParams extends coreClient.ServiceClientOptions {
113
- /** server parameter */
114
- $host?: string;
115
- /** Api Version */
116
- apiVersion?: string;
117
- /** Overrides client endpoint. */
118
- endpoint?: string;
119
- }
120
-
121
- /** Describes a Private DNS zone. */
122
- export declare interface PrivateZone extends TrackedResource {
123
- /** The ETag of the zone. */
124
- etag?: string;
125
- /**
126
- * The maximum number of record sets that can be created in this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored.
127
- * NOTE: This property will not be serialized. It can only be populated by the server.
128
- */
129
- readonly maxNumberOfRecordSets?: number;
130
- /**
131
- * The current number of record sets in this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored.
132
- * NOTE: This property will not be serialized. It can only be populated by the server.
133
- */
134
- readonly numberOfRecordSets?: number;
135
- /**
136
- * The maximum number of virtual networks that can be linked to this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored.
137
- * NOTE: This property will not be serialized. It can only be populated by the server.
138
- */
139
- readonly maxNumberOfVirtualNetworkLinks?: number;
140
- /**
141
- * The current number of virtual networks that are linked to this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored.
142
- * NOTE: This property will not be serialized. It can only be populated by the server.
143
- */
144
- readonly numberOfVirtualNetworkLinks?: number;
145
- /**
146
- * The maximum number of virtual networks that can be linked to this Private DNS zone with registration enabled. This is a read-only property and any attempt to set this value will be ignored.
147
- * NOTE: This property will not be serialized. It can only be populated by the server.
148
- */
149
- readonly maxNumberOfVirtualNetworkLinksWithRegistration?: number;
150
- /**
151
- * The current number of virtual networks that are linked to this Private DNS zone with registration enabled. This is a read-only property and any attempt to set this value will be ignored.
152
- * NOTE: This property will not be serialized. It can only be populated by the server.
153
- */
154
- readonly numberOfVirtualNetworkLinksWithRegistration?: number;
155
- /**
156
- * The provisioning state of the resource. This is a read-only property and any attempt to set this value will be ignored.
157
- * NOTE: This property will not be serialized. It can only be populated by the server.
158
- */
159
- readonly provisioningState?: ProvisioningState;
160
- /**
161
- * Private zone internal Id
162
- * NOTE: This property will not be serialized. It can only be populated by the server.
163
- */
164
- readonly internalId?: string;
165
- }
166
-
167
- /** The response to a Private DNS zone list operation. */
168
- export declare interface PrivateZoneListResult {
169
- /** Information about the Private DNS zones. */
170
- value?: PrivateZone[];
171
- /**
172
- * The continuation token for the next page of results.
173
- * NOTE: This property will not be serialized. It can only be populated by the server.
174
- */
175
- readonly nextLink?: string;
176
- }
177
-
178
- /** Interface representing a PrivateZones. */
179
- export declare interface PrivateZones {
180
- /**
181
- * Lists the Private DNS zones in all resource groups in a subscription.
182
- * @param options The options parameters.
183
- */
184
- list(options?: PrivateZonesListOptionalParams): PagedAsyncIterableIterator<PrivateZone>;
185
- /**
186
- * Lists the Private DNS zones within a resource group.
187
- * @param resourceGroupName The name of the resource group.
188
- * @param options The options parameters.
189
- */
190
- listByResourceGroup(resourceGroupName: string, options?: PrivateZonesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<PrivateZone>;
191
- /**
192
- * Creates or updates a Private DNS zone. Does not modify Links to virtual networks or DNS records
193
- * within the zone.
194
- * @param resourceGroupName The name of the resource group.
195
- * @param privateZoneName The name of the Private DNS zone (without a terminating dot).
196
- * @param parameters Parameters supplied to the CreateOrUpdate operation.
197
- * @param options The options parameters.
198
- */
199
- beginCreateOrUpdate(resourceGroupName: string, privateZoneName: string, parameters: PrivateZone, options?: PrivateZonesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateZonesCreateOrUpdateResponse>, PrivateZonesCreateOrUpdateResponse>>;
200
- /**
201
- * Creates or updates a Private DNS zone. Does not modify Links to virtual networks or DNS records
202
- * within the zone.
203
- * @param resourceGroupName The name of the resource group.
204
- * @param privateZoneName The name of the Private DNS zone (without a terminating dot).
205
- * @param parameters Parameters supplied to the CreateOrUpdate operation.
206
- * @param options The options parameters.
207
- */
208
- beginCreateOrUpdateAndWait(resourceGroupName: string, privateZoneName: string, parameters: PrivateZone, options?: PrivateZonesCreateOrUpdateOptionalParams): Promise<PrivateZonesCreateOrUpdateResponse>;
209
- /**
210
- * Updates a Private DNS zone. Does not modify virtual network links or DNS records within the zone.
211
- * @param resourceGroupName The name of the resource group.
212
- * @param privateZoneName The name of the Private DNS zone (without a terminating dot).
213
- * @param parameters Parameters supplied to the Update operation.
214
- * @param options The options parameters.
215
- */
216
- beginUpdate(resourceGroupName: string, privateZoneName: string, parameters: PrivateZone, options?: PrivateZonesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateZonesUpdateResponse>, PrivateZonesUpdateResponse>>;
217
- /**
218
- * Updates a Private DNS zone. Does not modify virtual network links or DNS records within the zone.
219
- * @param resourceGroupName The name of the resource group.
220
- * @param privateZoneName The name of the Private DNS zone (without a terminating dot).
221
- * @param parameters Parameters supplied to the Update operation.
222
- * @param options The options parameters.
223
- */
224
- beginUpdateAndWait(resourceGroupName: string, privateZoneName: string, parameters: PrivateZone, options?: PrivateZonesUpdateOptionalParams): Promise<PrivateZonesUpdateResponse>;
225
- /**
226
- * Deletes a Private DNS zone. WARNING: All DNS records in the zone will also be deleted. This
227
- * operation cannot be undone. Private DNS zone cannot be deleted unless all virtual network links to
228
- * it are removed.
229
- * @param resourceGroupName The name of the resource group.
230
- * @param privateZoneName The name of the Private DNS zone (without a terminating dot).
231
- * @param options The options parameters.
232
- */
233
- beginDelete(resourceGroupName: string, privateZoneName: string, options?: PrivateZonesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
234
- /**
235
- * Deletes a Private DNS zone. WARNING: All DNS records in the zone will also be deleted. This
236
- * operation cannot be undone. Private DNS zone cannot be deleted unless all virtual network links to
237
- * it are removed.
238
- * @param resourceGroupName The name of the resource group.
239
- * @param privateZoneName The name of the Private DNS zone (without a terminating dot).
240
- * @param options The options parameters.
241
- */
242
- beginDeleteAndWait(resourceGroupName: string, privateZoneName: string, options?: PrivateZonesDeleteOptionalParams): Promise<void>;
243
- /**
244
- * Gets a Private DNS zone. Retrieves the zone properties, but not the virtual networks links or the
245
- * record sets within the zone.
246
- * @param resourceGroupName The name of the resource group.
247
- * @param privateZoneName The name of the Private DNS zone (without a terminating dot).
248
- * @param options The options parameters.
249
- */
250
- get(resourceGroupName: string, privateZoneName: string, options?: PrivateZonesGetOptionalParams): Promise<PrivateZonesGetResponse>;
251
- }
252
-
253
- /** Optional parameters. */
254
- export declare interface PrivateZonesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
255
- /** The ETag of the Private DNS zone. Omit this value to always overwrite the current zone. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */
256
- ifMatch?: string;
257
- /** Set to '*' to allow a new Private DNS zone to be created, but to prevent updating an existing zone. Other values will be ignored. */
258
- ifNoneMatch?: string;
259
- /** Delay to wait until next poll, in milliseconds. */
260
- updateIntervalInMs?: number;
261
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
262
- resumeFrom?: string;
263
- }
264
-
265
- /** Contains response data for the createOrUpdate operation. */
266
- export declare type PrivateZonesCreateOrUpdateResponse = PrivateZone;
267
-
268
- /** Optional parameters. */
269
- export declare interface PrivateZonesDeleteOptionalParams extends coreClient.OperationOptions {
270
- /** The ETag of the Private DNS zone. Omit this value to always delete the current zone. Specify the last-seen ETag value to prevent accidentally deleting any concurrent changes. */
271
- ifMatch?: string;
272
- /** Delay to wait until next poll, in milliseconds. */
273
- updateIntervalInMs?: number;
274
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
275
- resumeFrom?: string;
276
- }
277
-
278
- /** Optional parameters. */
279
- export declare interface PrivateZonesGetOptionalParams extends coreClient.OperationOptions {
280
- }
281
-
282
- /** Contains response data for the get operation. */
283
- export declare type PrivateZonesGetResponse = PrivateZone;
284
-
285
- /** Optional parameters. */
286
- export declare interface PrivateZonesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
287
- }
288
-
289
- /** Contains response data for the listByResourceGroupNext operation. */
290
- export declare type PrivateZonesListByResourceGroupNextResponse = PrivateZoneListResult;
291
-
292
- /** Optional parameters. */
293
- export declare interface PrivateZonesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
294
- /** The maximum number of record sets to return. If not specified, returns up to 100 record sets. */
295
- top?: number;
296
- }
297
-
298
- /** Contains response data for the listByResourceGroup operation. */
299
- export declare type PrivateZonesListByResourceGroupResponse = PrivateZoneListResult;
300
-
301
- /** Optional parameters. */
302
- export declare interface PrivateZonesListNextOptionalParams extends coreClient.OperationOptions {
303
- }
304
-
305
- /** Contains response data for the listNext operation. */
306
- export declare type PrivateZonesListNextResponse = PrivateZoneListResult;
307
-
308
- /** Optional parameters. */
309
- export declare interface PrivateZonesListOptionalParams extends coreClient.OperationOptions {
310
- /** The maximum number of Private DNS zones to return. If not specified, returns up to 100 zones. */
311
- top?: number;
312
- }
313
-
314
- /** Contains response data for the list operation. */
315
- export declare type PrivateZonesListResponse = PrivateZoneListResult;
316
-
317
- /** Optional parameters. */
318
- export declare interface PrivateZonesUpdateOptionalParams extends coreClient.OperationOptions {
319
- /** The ETag of the Private DNS zone. Omit this value to always overwrite the current zone. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */
320
- ifMatch?: string;
321
- /** Delay to wait until next poll, in milliseconds. */
322
- updateIntervalInMs?: number;
323
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
324
- resumeFrom?: string;
325
- }
326
-
327
- /** Contains response data for the update operation. */
328
- export declare type PrivateZonesUpdateResponse = PrivateZone;
329
-
330
- /**
331
- * Defines values for ProvisioningState. \
332
- * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
333
- * this enum contains the known values that the service supports.
334
- * ### Known values supported by the service
335
- * **Creating** \
336
- * **Updating** \
337
- * **Deleting** \
338
- * **Succeeded** \
339
- * **Failed** \
340
- * **Canceled**
341
- */
342
- export declare type ProvisioningState = string;
343
-
344
- /** The resource model definition for an ARM proxy resource. */
345
- export declare interface ProxyResource extends Resource {
346
- }
347
-
348
- /** A PTR record. */
349
- export declare interface PtrRecord {
350
- /** The PTR target domain name for this PTR record. */
351
- ptrdname?: string;
352
- }
353
-
354
- /** Describes a DNS record set (a collection of DNS records with the same name and type) in a Private DNS zone. */
355
- export declare interface RecordSet extends ProxyResource {
356
- /** The ETag of the record set. */
357
- etag?: string;
358
- /** The metadata attached to the record set. */
359
- metadata?: {
360
- [propertyName: string]: string;
361
- };
362
- /** The TTL (time-to-live) of the records in the record set. */
363
- ttl?: number;
364
- /**
365
- * Fully qualified domain name of the record set.
366
- * NOTE: This property will not be serialized. It can only be populated by the server.
367
- */
368
- readonly fqdn?: string;
369
- /**
370
- * Is the record set auto-registered in the Private DNS zone through a virtual network link?
371
- * NOTE: This property will not be serialized. It can only be populated by the server.
372
- */
373
- readonly isAutoRegistered?: boolean;
374
- /** The list of A records in the record set. */
375
- aRecords?: ARecord[];
376
- /** The list of AAAA records in the record set. */
377
- aaaaRecords?: AaaaRecord[];
378
- /** The CNAME record in the record set. */
379
- cnameRecord?: CnameRecord;
380
- /** The list of MX records in the record set. */
381
- mxRecords?: MxRecord[];
382
- /** The list of PTR records in the record set. */
383
- ptrRecords?: PtrRecord[];
384
- /** The SOA record in the record set. */
385
- soaRecord?: SoaRecord;
386
- /** The list of SRV records in the record set. */
387
- srvRecords?: SrvRecord[];
388
- /** The list of TXT records in the record set. */
389
- txtRecords?: TxtRecord[];
390
- }
391
-
392
- /** The response to a record set list operation. */
393
- export declare interface RecordSetListResult {
394
- /** Information about the record sets in the response. */
395
- value?: RecordSet[];
396
- /**
397
- * The continuation token for the next page of results.
398
- * NOTE: This property will not be serialized. It can only be populated by the server.
399
- */
400
- readonly nextLink?: string;
401
- }
402
-
403
- /** Interface representing a RecordSets. */
404
- export declare interface RecordSets {
405
- /**
406
- * Lists the record sets of a specified type in a Private DNS zone.
407
- * @param resourceGroupName The name of the resource group.
408
- * @param privateZoneName The name of the Private DNS zone (without a terminating dot).
409
- * @param recordType The type of record sets to enumerate.
410
- * @param options The options parameters.
411
- */
412
- listByType(resourceGroupName: string, privateZoneName: string, recordType: RecordType, options?: RecordSetsListByTypeOptionalParams): PagedAsyncIterableIterator<RecordSet>;
413
- /**
414
- * Lists all record sets in a Private DNS zone.
415
- * @param resourceGroupName The name of the resource group.
416
- * @param privateZoneName The name of the Private DNS zone (without a terminating dot).
417
- * @param options The options parameters.
418
- */
419
- list(resourceGroupName: string, privateZoneName: string, options?: RecordSetsListOptionalParams): PagedAsyncIterableIterator<RecordSet>;
420
- /**
421
- * Creates or updates a record set within a Private DNS zone.
422
- * @param resourceGroupName The name of the resource group.
423
- * @param privateZoneName The name of the Private DNS zone (without a terminating dot).
424
- * @param recordType The type of DNS record in this record set. Record sets of type SOA can be updated
425
- * but not created (they are created when the Private DNS zone is created).
426
- * @param relativeRecordSetName The name of the record set, relative to the name of the zone.
427
- * @param parameters Parameters supplied to the CreateOrUpdate operation.
428
- * @param options The options parameters.
429
- */
430
- createOrUpdate(resourceGroupName: string, privateZoneName: string, recordType: RecordType, relativeRecordSetName: string, parameters: RecordSet, options?: RecordSetsCreateOrUpdateOptionalParams): Promise<RecordSetsCreateOrUpdateResponse>;
431
- /**
432
- * Updates a record set within a Private DNS zone.
433
- * @param resourceGroupName The name of the resource group.
434
- * @param privateZoneName The name of the Private DNS zone (without a terminating dot).
435
- * @param recordType The type of DNS record in this record set.
436
- * @param relativeRecordSetName The name of the record set, relative to the name of the zone.
437
- * @param parameters Parameters supplied to the Update operation.
438
- * @param options The options parameters.
439
- */
440
- update(resourceGroupName: string, privateZoneName: string, recordType: RecordType, relativeRecordSetName: string, parameters: RecordSet, options?: RecordSetsUpdateOptionalParams): Promise<RecordSetsUpdateResponse>;
441
- /**
442
- * Deletes a record set from a Private DNS zone. This operation cannot be undone.
443
- * @param resourceGroupName The name of the resource group.
444
- * @param privateZoneName The name of the Private DNS zone (without a terminating dot).
445
- * @param recordType The type of DNS record in this record set. Record sets of type SOA cannot be
446
- * deleted (they are deleted when the Private DNS zone is deleted).
447
- * @param relativeRecordSetName The name of the record set, relative to the name of the zone.
448
- * @param options The options parameters.
449
- */
450
- delete(resourceGroupName: string, privateZoneName: string, recordType: RecordType, relativeRecordSetName: string, options?: RecordSetsDeleteOptionalParams): Promise<void>;
451
- /**
452
- * Gets a record set.
453
- * @param resourceGroupName The name of the resource group.
454
- * @param privateZoneName The name of the Private DNS zone (without a terminating dot).
455
- * @param recordType The type of DNS record in this record set.
456
- * @param relativeRecordSetName The name of the record set, relative to the name of the zone.
457
- * @param options The options parameters.
458
- */
459
- get(resourceGroupName: string, privateZoneName: string, recordType: RecordType, relativeRecordSetName: string, options?: RecordSetsGetOptionalParams): Promise<RecordSetsGetResponse>;
460
- }
461
-
462
- /** Optional parameters. */
463
- export declare interface RecordSetsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
464
- /** The ETag of the record set. Omit this value to always overwrite the current record set. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */
465
- ifMatch?: string;
466
- /** Set to '*' to allow a new record set to be created, but to prevent updating an existing record set. Other values will be ignored. */
467
- ifNoneMatch?: string;
468
- }
469
-
470
- /** Contains response data for the createOrUpdate operation. */
471
- export declare type RecordSetsCreateOrUpdateResponse = RecordSet;
472
-
473
- /** Optional parameters. */
474
- export declare interface RecordSetsDeleteOptionalParams extends coreClient.OperationOptions {
475
- /** The ETag of the record set. Omit this value to always delete the current record set. Specify the last-seen ETag value to prevent accidentally deleting any concurrent changes. */
476
- ifMatch?: string;
477
- }
478
-
479
- /** Optional parameters. */
480
- export declare interface RecordSetsGetOptionalParams extends coreClient.OperationOptions {
481
- }
482
-
483
- /** Contains response data for the get operation. */
484
- export declare type RecordSetsGetResponse = RecordSet;
485
-
486
- /** Optional parameters. */
487
- export declare interface RecordSetsListByTypeNextOptionalParams extends coreClient.OperationOptions {
488
- }
489
-
490
- /** Contains response data for the listByTypeNext operation. */
491
- export declare type RecordSetsListByTypeNextResponse = RecordSetListResult;
492
-
493
- /** Optional parameters. */
494
- export declare interface RecordSetsListByTypeOptionalParams extends coreClient.OperationOptions {
495
- /** The maximum number of record sets to return. If not specified, returns up to 100 record sets. */
496
- top?: number;
497
- /** The suffix label of the record set name to be used to filter the record set enumeration. If this parameter is specified, the returned enumeration will only contain records that end with ".<recordsetnamesuffix>". */
498
- recordsetnamesuffix?: string;
499
- }
500
-
501
- /** Contains response data for the listByType operation. */
502
- export declare type RecordSetsListByTypeResponse = RecordSetListResult;
503
-
504
- /** Optional parameters. */
505
- export declare interface RecordSetsListNextOptionalParams extends coreClient.OperationOptions {
506
- }
507
-
508
- /** Contains response data for the listNext operation. */
509
- export declare type RecordSetsListNextResponse = RecordSetListResult;
510
-
511
- /** Optional parameters. */
512
- export declare interface RecordSetsListOptionalParams extends coreClient.OperationOptions {
513
- /** The maximum number of record sets to return. If not specified, returns up to 100 record sets. */
514
- top?: number;
515
- /** The suffix label of the record set name to be used to filter the record set enumeration. If this parameter is specified, the returned enumeration will only contain records that end with ".<recordsetnamesuffix>". */
516
- recordsetnamesuffix?: string;
517
- }
518
-
519
- /** Contains response data for the list operation. */
520
- export declare type RecordSetsListResponse = RecordSetListResult;
521
-
522
- /** Optional parameters. */
523
- export declare interface RecordSetsUpdateOptionalParams extends coreClient.OperationOptions {
524
- /** The ETag of the record set. Omit this value to always overwrite the current record set. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
525
- ifMatch?: string;
526
- }
527
-
528
- /** Contains response data for the update operation. */
529
- export declare type RecordSetsUpdateResponse = RecordSet;
530
-
531
- /** Defines values for RecordType. */
532
- export declare type RecordType = "A" | "AAAA" | "CNAME" | "MX" | "PTR" | "SOA" | "SRV" | "TXT";
533
-
534
- /**
535
- * Defines values for ResolutionPolicy. \
536
- * {@link KnownResolutionPolicy} can be used interchangeably with ResolutionPolicy,
537
- * this enum contains the known values that the service supports.
538
- * ### Known values supported by the service
539
- * **Default** \
540
- * **NxDomainRedirect**
541
- */
542
- export declare type ResolutionPolicy = string;
543
-
544
- /** The core properties of ARM resources */
545
- export declare interface Resource {
546
- /**
547
- * Fully qualified resource Id for the resource. Example - '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateDnsZoneName}'.
548
- * NOTE: This property will not be serialized. It can only be populated by the server.
549
- */
550
- readonly id?: string;
551
- /**
552
- * The name of the resource
553
- * NOTE: This property will not be serialized. It can only be populated by the server.
554
- */
555
- readonly name?: string;
556
- /**
557
- * The type of the resource. Example - 'Microsoft.Network/privateDnsZones'.
558
- * NOTE: This property will not be serialized. It can only be populated by the server.
559
- */
560
- readonly type?: string;
561
- }
562
-
563
- /** An SOA record. */
564
- export declare interface SoaRecord {
565
- /** The domain name of the authoritative name server for this SOA record. */
566
- host?: string;
567
- /** The email contact for this SOA record. */
568
- email?: string;
569
- /** The serial number for this SOA record. */
570
- serialNumber?: number;
571
- /** The refresh value for this SOA record. */
572
- refreshTime?: number;
573
- /** The retry time for this SOA record. */
574
- retryTime?: number;
575
- /** The expire time for this SOA record. */
576
- expireTime?: number;
577
- /** The minimum value for this SOA record. By convention this is used to determine the negative caching duration. */
578
- minimumTtl?: number;
579
- }
580
-
581
- /** An SRV record. */
582
- export declare interface SrvRecord {
583
- /** The priority value for this SRV record. */
584
- priority?: number;
585
- /** The weight value for this SRV record. */
586
- weight?: number;
587
- /** The port value for this SRV record. */
588
- port?: number;
589
- /** The target domain name for this SRV record. */
590
- target?: string;
591
- }
592
-
593
- /** Reference to another subresource. */
594
- export declare interface SubResource {
595
- /** Resource ID. */
596
- id?: string;
597
- }
598
-
599
- /** The resource model definition for a ARM tracked top level resource */
600
- export declare interface TrackedResource extends Resource {
601
- /** Resource tags. */
602
- tags?: {
603
- [propertyName: string]: string;
604
- };
605
- /** The Azure Region where the resource lives */
606
- location?: string;
607
- }
608
-
609
- /** A TXT record. */
610
- export declare interface TxtRecord {
611
- /** The text value of this TXT record. */
612
- value?: string[];
613
- }
614
-
615
- /** Describes a link to virtual network for a Private DNS zone. */
616
- export declare interface VirtualNetworkLink extends TrackedResource {
617
- /** The ETag of the virtual network link. */
618
- etag?: string;
619
- /** The reference of the virtual network. */
620
- virtualNetwork?: SubResource;
621
- /** Is auto-registration of virtual machine records in the virtual network in the Private DNS zone enabled? */
622
- registrationEnabled?: boolean;
623
- /** The resolution policy on the virtual network link. Only applicable for virtual network links to privatelink zones, and for A,AAAA,CNAME queries. When set to 'NxDomainRedirect', Azure DNS resolver falls back to public resolution if private dns query resolution results in non-existent domain response. */
624
- resolutionPolicy?: ResolutionPolicy;
625
- /**
626
- * The status of the virtual network link to the Private DNS zone. Possible values are 'InProgress' and 'Done'. This is a read-only property and any attempt to set this value will be ignored.
627
- * NOTE: This property will not be serialized. It can only be populated by the server.
628
- */
629
- readonly virtualNetworkLinkState?: VirtualNetworkLinkState;
630
- /**
631
- * The provisioning state of the resource. This is a read-only property and any attempt to set this value will be ignored.
632
- * NOTE: This property will not be serialized. It can only be populated by the server.
633
- */
634
- readonly provisioningState?: ProvisioningState;
635
- }
636
-
637
- /** The response to a list virtual network link to Private DNS zone operation. */
638
- export declare interface VirtualNetworkLinkListResult {
639
- /** Information about the virtual network links to the Private DNS zones. */
640
- value?: VirtualNetworkLink[];
641
- /**
642
- * The continuation token for the next page of results.
643
- * NOTE: This property will not be serialized. It can only be populated by the server.
644
- */
645
- readonly nextLink?: string;
646
- }
647
-
648
- /** Interface representing a VirtualNetworkLinks. */
649
- export declare interface VirtualNetworkLinks {
650
- /**
651
- * Lists the virtual network links to the specified Private DNS zone.
652
- * @param resourceGroupName The name of the resource group.
653
- * @param privateZoneName The name of the Private DNS zone (without a terminating dot).
654
- * @param options The options parameters.
655
- */
656
- list(resourceGroupName: string, privateZoneName: string, options?: VirtualNetworkLinksListOptionalParams): PagedAsyncIterableIterator<VirtualNetworkLink>;
657
- /**
658
- * Creates or updates a virtual network link to the specified Private DNS zone.
659
- * @param resourceGroupName The name of the resource group.
660
- * @param privateZoneName The name of the Private DNS zone (without a terminating dot).
661
- * @param virtualNetworkLinkName The name of the virtual network link.
662
- * @param parameters Parameters supplied to the CreateOrUpdate operation.
663
- * @param options The options parameters.
664
- */
665
- beginCreateOrUpdate(resourceGroupName: string, privateZoneName: string, virtualNetworkLinkName: string, parameters: VirtualNetworkLink, options?: VirtualNetworkLinksCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualNetworkLinksCreateOrUpdateResponse>, VirtualNetworkLinksCreateOrUpdateResponse>>;
666
- /**
667
- * Creates or updates a virtual network link to the specified Private DNS zone.
668
- * @param resourceGroupName The name of the resource group.
669
- * @param privateZoneName The name of the Private DNS zone (without a terminating dot).
670
- * @param virtualNetworkLinkName The name of the virtual network link.
671
- * @param parameters Parameters supplied to the CreateOrUpdate operation.
672
- * @param options The options parameters.
673
- */
674
- beginCreateOrUpdateAndWait(resourceGroupName: string, privateZoneName: string, virtualNetworkLinkName: string, parameters: VirtualNetworkLink, options?: VirtualNetworkLinksCreateOrUpdateOptionalParams): Promise<VirtualNetworkLinksCreateOrUpdateResponse>;
675
- /**
676
- * Updates a virtual network link to the specified Private DNS zone.
677
- * @param resourceGroupName The name of the resource group.
678
- * @param privateZoneName The name of the Private DNS zone (without a terminating dot).
679
- * @param virtualNetworkLinkName The name of the virtual network link.
680
- * @param parameters Parameters supplied to the Update operation.
681
- * @param options The options parameters.
682
- */
683
- beginUpdate(resourceGroupName: string, privateZoneName: string, virtualNetworkLinkName: string, parameters: VirtualNetworkLink, options?: VirtualNetworkLinksUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualNetworkLinksUpdateResponse>, VirtualNetworkLinksUpdateResponse>>;
684
- /**
685
- * Updates a virtual network link to the specified Private DNS zone.
686
- * @param resourceGroupName The name of the resource group.
687
- * @param privateZoneName The name of the Private DNS zone (without a terminating dot).
688
- * @param virtualNetworkLinkName The name of the virtual network link.
689
- * @param parameters Parameters supplied to the Update operation.
690
- * @param options The options parameters.
691
- */
692
- beginUpdateAndWait(resourceGroupName: string, privateZoneName: string, virtualNetworkLinkName: string, parameters: VirtualNetworkLink, options?: VirtualNetworkLinksUpdateOptionalParams): Promise<VirtualNetworkLinksUpdateResponse>;
693
- /**
694
- * Deletes a virtual network link to the specified Private DNS zone. WARNING: In case of a registration
695
- * virtual network, all auto-registered DNS records in the zone for the virtual network will also be
696
- * deleted. This operation cannot be undone.
697
- * @param resourceGroupName The name of the resource group.
698
- * @param privateZoneName The name of the Private DNS zone (without a terminating dot).
699
- * @param virtualNetworkLinkName The name of the virtual network link.
700
- * @param options The options parameters.
701
- */
702
- beginDelete(resourceGroupName: string, privateZoneName: string, virtualNetworkLinkName: string, options?: VirtualNetworkLinksDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
703
- /**
704
- * Deletes a virtual network link to the specified Private DNS zone. WARNING: In case of a registration
705
- * virtual network, all auto-registered DNS records in the zone for the virtual network will also be
706
- * deleted. This operation cannot be undone.
707
- * @param resourceGroupName The name of the resource group.
708
- * @param privateZoneName The name of the Private DNS zone (without a terminating dot).
709
- * @param virtualNetworkLinkName The name of the virtual network link.
710
- * @param options The options parameters.
711
- */
712
- beginDeleteAndWait(resourceGroupName: string, privateZoneName: string, virtualNetworkLinkName: string, options?: VirtualNetworkLinksDeleteOptionalParams): Promise<void>;
713
- /**
714
- * Gets a virtual network link to the specified Private DNS zone.
715
- * @param resourceGroupName The name of the resource group.
716
- * @param privateZoneName The name of the Private DNS zone (without a terminating dot).
717
- * @param virtualNetworkLinkName The name of the virtual network link.
718
- * @param options The options parameters.
719
- */
720
- get(resourceGroupName: string, privateZoneName: string, virtualNetworkLinkName: string, options?: VirtualNetworkLinksGetOptionalParams): Promise<VirtualNetworkLinksGetResponse>;
721
- }
722
-
723
- /** Optional parameters. */
724
- export declare interface VirtualNetworkLinksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
725
- /** The ETag of the virtual network link to the Private DNS zone. Omit this value to always overwrite the current virtual network link. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */
726
- ifMatch?: string;
727
- /** Set to '*' to allow a new virtual network link to the Private DNS zone to be created, but to prevent updating an existing link. Other values will be ignored. */
728
- ifNoneMatch?: string;
729
- /** Delay to wait until next poll, in milliseconds. */
730
- updateIntervalInMs?: number;
731
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
732
- resumeFrom?: string;
733
- }
734
-
735
- /** Contains response data for the createOrUpdate operation. */
736
- export declare type VirtualNetworkLinksCreateOrUpdateResponse = VirtualNetworkLink;
737
-
738
- /** Optional parameters. */
739
- export declare interface VirtualNetworkLinksDeleteOptionalParams extends coreClient.OperationOptions {
740
- /** The ETag of the virtual network link to the Private DNS zone. Omit this value to always delete the current zone. Specify the last-seen ETag value to prevent accidentally deleting any concurrent changes. */
741
- ifMatch?: string;
742
- /** Delay to wait until next poll, in milliseconds. */
743
- updateIntervalInMs?: number;
744
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
745
- resumeFrom?: string;
746
- }
747
-
748
- /** Optional parameters. */
749
- export declare interface VirtualNetworkLinksGetOptionalParams extends coreClient.OperationOptions {
750
- }
751
-
752
- /** Contains response data for the get operation. */
753
- export declare type VirtualNetworkLinksGetResponse = VirtualNetworkLink;
754
-
755
- /** Optional parameters. */
756
- export declare interface VirtualNetworkLinksListNextOptionalParams extends coreClient.OperationOptions {
757
- }
758
-
759
- /** Contains response data for the listNext operation. */
760
- export declare type VirtualNetworkLinksListNextResponse = VirtualNetworkLinkListResult;
761
-
762
- /** Optional parameters. */
763
- export declare interface VirtualNetworkLinksListOptionalParams extends coreClient.OperationOptions {
764
- /** The maximum number of virtual network links to return. If not specified, returns up to 100 virtual network links. */
765
- top?: number;
766
- }
767
-
768
- /** Contains response data for the list operation. */
769
- export declare type VirtualNetworkLinksListResponse = VirtualNetworkLinkListResult;
770
-
771
- /**
772
- * Defines values for VirtualNetworkLinkState. \
773
- * {@link KnownVirtualNetworkLinkState} can be used interchangeably with VirtualNetworkLinkState,
774
- * this enum contains the known values that the service supports.
775
- * ### Known values supported by the service
776
- * **InProgress** \
777
- * **Completed**
778
- */
779
- export declare type VirtualNetworkLinkState = string;
780
-
781
- /** Optional parameters. */
782
- export declare interface VirtualNetworkLinksUpdateOptionalParams extends coreClient.OperationOptions {
783
- /** The ETag of the virtual network link to the Private DNS zone. Omit this value to always overwrite the current virtual network link. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */
784
- ifMatch?: string;
785
- /** Delay to wait until next poll, in milliseconds. */
786
- updateIntervalInMs?: number;
787
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
788
- resumeFrom?: string;
789
- }
790
-
791
- /** Contains response data for the update operation. */
792
- export declare type VirtualNetworkLinksUpdateResponse = VirtualNetworkLink;
793
-
794
- export { }