@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
package/src/lroImpl.ts DELETED
@@ -1,38 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- import { AbortSignalLike } from "@azure/abort-controller";
9
- import { LongRunningOperation, LroResponse } from "@azure/core-lro";
10
-
11
- export function createLroSpec<T>(inputs: {
12
- sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;
13
- args: Record<string, unknown>;
14
- spec: {
15
- readonly requestBody?: unknown;
16
- readonly path?: string;
17
- readonly httpMethod: string;
18
- } & Record<string, any>;
19
- }): LongRunningOperation<T> {
20
- const { args, spec, sendOperationFn } = inputs;
21
- return {
22
- requestMethod: spec.httpMethod,
23
- requestPath: spec.path!,
24
- sendInitialRequest: () => sendOperationFn(args, spec),
25
- sendPollRequest: (
26
- path: string,
27
- options?: { abortSignal?: AbortSignalLike },
28
- ) => {
29
- const { requestBody, ...restSpec } = spec;
30
- return sendOperationFn(args, {
31
- ...restSpec,
32
- httpMethod: "GET",
33
- path,
34
- abortSignal: options?.abortSignal,
35
- });
36
- },
37
- };
38
- }
@@ -1,576 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- import * as coreClient from "@azure/core-client";
10
-
11
- /** The core properties of ARM resources */
12
- export interface Resource {
13
- /**
14
- * Fully qualified resource Id for the resource. Example - '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateDnsZoneName}'.
15
- * NOTE: This property will not be serialized. It can only be populated by the server.
16
- */
17
- readonly id?: string;
18
- /**
19
- * The name of the resource
20
- * NOTE: This property will not be serialized. It can only be populated by the server.
21
- */
22
- readonly name?: string;
23
- /**
24
- * The type of the resource. Example - 'Microsoft.Network/privateDnsZones'.
25
- * NOTE: This property will not be serialized. It can only be populated by the server.
26
- */
27
- readonly type?: string;
28
- }
29
-
30
- /** An error response from the service. */
31
- export interface CloudError {
32
- /** Cloud error body. */
33
- error?: CloudErrorBody;
34
- }
35
-
36
- /** An error response from the service. */
37
- export interface CloudErrorBody {
38
- /** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */
39
- code?: string;
40
- /** A message describing the error, intended to be suitable for display in a user interface. */
41
- message?: string;
42
- /** The target of the particular error. For example, the name of the property in error. */
43
- target?: string;
44
- /** A list of additional details about the error. */
45
- details?: CloudErrorBody[];
46
- }
47
-
48
- /** The response to a Private DNS zone list operation. */
49
- export interface PrivateZoneListResult {
50
- /** Information about the Private DNS zones. */
51
- value?: PrivateZone[];
52
- /**
53
- * The continuation token for the next page of results.
54
- * NOTE: This property will not be serialized. It can only be populated by the server.
55
- */
56
- readonly nextLink?: string;
57
- }
58
-
59
- /** Reference to another subresource. */
60
- export interface SubResource {
61
- /** Resource ID. */
62
- id?: string;
63
- }
64
-
65
- /** The response to a list virtual network link to Private DNS zone operation. */
66
- export interface VirtualNetworkLinkListResult {
67
- /** Information about the virtual network links to the Private DNS zones. */
68
- value?: VirtualNetworkLink[];
69
- /**
70
- * The continuation token for the next page of results.
71
- * NOTE: This property will not be serialized. It can only be populated by the server.
72
- */
73
- readonly nextLink?: string;
74
- }
75
-
76
- /** An A record. */
77
- export interface ARecord {
78
- /** The IPv4 address of this A record. */
79
- ipv4Address?: string;
80
- }
81
-
82
- /** An AAAA record. */
83
- export interface AaaaRecord {
84
- /** The IPv6 address of this AAAA record. */
85
- ipv6Address?: string;
86
- }
87
-
88
- /** A CNAME record. */
89
- export interface CnameRecord {
90
- /** The canonical name for this CNAME record. */
91
- cname?: string;
92
- }
93
-
94
- /** An MX record. */
95
- export interface MxRecord {
96
- /** The preference value for this MX record. */
97
- preference?: number;
98
- /** The domain name of the mail host for this MX record. */
99
- exchange?: string;
100
- }
101
-
102
- /** A PTR record. */
103
- export interface PtrRecord {
104
- /** The PTR target domain name for this PTR record. */
105
- ptrdname?: string;
106
- }
107
-
108
- /** An SOA record. */
109
- export interface SoaRecord {
110
- /** The domain name of the authoritative name server for this SOA record. */
111
- host?: string;
112
- /** The email contact for this SOA record. */
113
- email?: string;
114
- /** The serial number for this SOA record. */
115
- serialNumber?: number;
116
- /** The refresh value for this SOA record. */
117
- refreshTime?: number;
118
- /** The retry time for this SOA record. */
119
- retryTime?: number;
120
- /** The expire time for this SOA record. */
121
- expireTime?: number;
122
- /** The minimum value for this SOA record. By convention this is used to determine the negative caching duration. */
123
- minimumTtl?: number;
124
- }
125
-
126
- /** An SRV record. */
127
- export interface SrvRecord {
128
- /** The priority value for this SRV record. */
129
- priority?: number;
130
- /** The weight value for this SRV record. */
131
- weight?: number;
132
- /** The port value for this SRV record. */
133
- port?: number;
134
- /** The target domain name for this SRV record. */
135
- target?: string;
136
- }
137
-
138
- /** A TXT record. */
139
- export interface TxtRecord {
140
- /** The text value of this TXT record. */
141
- value?: string[];
142
- }
143
-
144
- /** The response to a record set list operation. */
145
- export interface RecordSetListResult {
146
- /** Information about the record sets in the response. */
147
- value?: RecordSet[];
148
- /**
149
- * The continuation token for the next page of results.
150
- * NOTE: This property will not be serialized. It can only be populated by the server.
151
- */
152
- readonly nextLink?: string;
153
- }
154
-
155
- /** The resource model definition for a ARM tracked top level resource */
156
- export interface TrackedResource extends Resource {
157
- /** Resource tags. */
158
- tags?: { [propertyName: string]: string };
159
- /** The Azure Region where the resource lives */
160
- location?: string;
161
- }
162
-
163
- /** The resource model definition for an ARM proxy resource. */
164
- export interface ProxyResource extends Resource {}
165
-
166
- /** Describes a Private DNS zone. */
167
- export interface PrivateZone extends TrackedResource {
168
- /** The ETag of the zone. */
169
- etag?: string;
170
- /**
171
- * 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.
172
- * NOTE: This property will not be serialized. It can only be populated by the server.
173
- */
174
- readonly maxNumberOfRecordSets?: number;
175
- /**
176
- * 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.
177
- * NOTE: This property will not be serialized. It can only be populated by the server.
178
- */
179
- readonly numberOfRecordSets?: number;
180
- /**
181
- * 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.
182
- * NOTE: This property will not be serialized. It can only be populated by the server.
183
- */
184
- readonly maxNumberOfVirtualNetworkLinks?: number;
185
- /**
186
- * 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.
187
- * NOTE: This property will not be serialized. It can only be populated by the server.
188
- */
189
- readonly numberOfVirtualNetworkLinks?: number;
190
- /**
191
- * 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.
192
- * NOTE: This property will not be serialized. It can only be populated by the server.
193
- */
194
- readonly maxNumberOfVirtualNetworkLinksWithRegistration?: number;
195
- /**
196
- * 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.
197
- * NOTE: This property will not be serialized. It can only be populated by the server.
198
- */
199
- readonly numberOfVirtualNetworkLinksWithRegistration?: number;
200
- /**
201
- * The provisioning state of the resource. This is a read-only property and any attempt to set this value will be ignored.
202
- * NOTE: This property will not be serialized. It can only be populated by the server.
203
- */
204
- readonly provisioningState?: ProvisioningState;
205
- /**
206
- * Private zone internal Id
207
- * NOTE: This property will not be serialized. It can only be populated by the server.
208
- */
209
- readonly internalId?: string;
210
- }
211
-
212
- /** Describes a link to virtual network for a Private DNS zone. */
213
- export interface VirtualNetworkLink extends TrackedResource {
214
- /** The ETag of the virtual network link. */
215
- etag?: string;
216
- /** The reference of the virtual network. */
217
- virtualNetwork?: SubResource;
218
- /** Is auto-registration of virtual machine records in the virtual network in the Private DNS zone enabled? */
219
- registrationEnabled?: boolean;
220
- /** 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. */
221
- resolutionPolicy?: ResolutionPolicy;
222
- /**
223
- * 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.
224
- * NOTE: This property will not be serialized. It can only be populated by the server.
225
- */
226
- readonly virtualNetworkLinkState?: VirtualNetworkLinkState;
227
- /**
228
- * The provisioning state of the resource. This is a read-only property and any attempt to set this value will be ignored.
229
- * NOTE: This property will not be serialized. It can only be populated by the server.
230
- */
231
- readonly provisioningState?: ProvisioningState;
232
- }
233
-
234
- /** Describes a DNS record set (a collection of DNS records with the same name and type) in a Private DNS zone. */
235
- export interface RecordSet extends ProxyResource {
236
- /** The ETag of the record set. */
237
- etag?: string;
238
- /** The metadata attached to the record set. */
239
- metadata?: { [propertyName: string]: string };
240
- /** The TTL (time-to-live) of the records in the record set. */
241
- ttl?: number;
242
- /**
243
- * Fully qualified domain name of the record set.
244
- * NOTE: This property will not be serialized. It can only be populated by the server.
245
- */
246
- readonly fqdn?: string;
247
- /**
248
- * Is the record set auto-registered in the Private DNS zone through a virtual network link?
249
- * NOTE: This property will not be serialized. It can only be populated by the server.
250
- */
251
- readonly isAutoRegistered?: boolean;
252
- /** The list of A records in the record set. */
253
- aRecords?: ARecord[];
254
- /** The list of AAAA records in the record set. */
255
- aaaaRecords?: AaaaRecord[];
256
- /** The CNAME record in the record set. */
257
- cnameRecord?: CnameRecord;
258
- /** The list of MX records in the record set. */
259
- mxRecords?: MxRecord[];
260
- /** The list of PTR records in the record set. */
261
- ptrRecords?: PtrRecord[];
262
- /** The SOA record in the record set. */
263
- soaRecord?: SoaRecord;
264
- /** The list of SRV records in the record set. */
265
- srvRecords?: SrvRecord[];
266
- /** The list of TXT records in the record set. */
267
- txtRecords?: TxtRecord[];
268
- }
269
-
270
- /** Known values of {@link ProvisioningState} that the service accepts. */
271
- export enum KnownProvisioningState {
272
- /** Creating */
273
- Creating = "Creating",
274
- /** Updating */
275
- Updating = "Updating",
276
- /** Deleting */
277
- Deleting = "Deleting",
278
- /** Succeeded */
279
- Succeeded = "Succeeded",
280
- /** Failed */
281
- Failed = "Failed",
282
- /** Canceled */
283
- Canceled = "Canceled",
284
- }
285
-
286
- /**
287
- * Defines values for ProvisioningState. \
288
- * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
289
- * this enum contains the known values that the service supports.
290
- * ### Known values supported by the service
291
- * **Creating** \
292
- * **Updating** \
293
- * **Deleting** \
294
- * **Succeeded** \
295
- * **Failed** \
296
- * **Canceled**
297
- */
298
- export type ProvisioningState = string;
299
-
300
- /** Known values of {@link ResolutionPolicy} that the service accepts. */
301
- export enum KnownResolutionPolicy {
302
- /** Default */
303
- Default = "Default",
304
- /** NxDomainRedirect */
305
- NxDomainRedirect = "NxDomainRedirect",
306
- }
307
-
308
- /**
309
- * Defines values for ResolutionPolicy. \
310
- * {@link KnownResolutionPolicy} can be used interchangeably with ResolutionPolicy,
311
- * this enum contains the known values that the service supports.
312
- * ### Known values supported by the service
313
- * **Default** \
314
- * **NxDomainRedirect**
315
- */
316
- export type ResolutionPolicy = string;
317
-
318
- /** Known values of {@link VirtualNetworkLinkState} that the service accepts. */
319
- export enum KnownVirtualNetworkLinkState {
320
- /** InProgress */
321
- InProgress = "InProgress",
322
- /** Completed */
323
- Completed = "Completed",
324
- }
325
-
326
- /**
327
- * Defines values for VirtualNetworkLinkState. \
328
- * {@link KnownVirtualNetworkLinkState} can be used interchangeably with VirtualNetworkLinkState,
329
- * this enum contains the known values that the service supports.
330
- * ### Known values supported by the service
331
- * **InProgress** \
332
- * **Completed**
333
- */
334
- export type VirtualNetworkLinkState = string;
335
- /** Defines values for RecordType. */
336
- export type RecordType =
337
- | "A"
338
- | "AAAA"
339
- | "CNAME"
340
- | "MX"
341
- | "PTR"
342
- | "SOA"
343
- | "SRV"
344
- | "TXT";
345
-
346
- /** Optional parameters. */
347
- export interface PrivateZonesCreateOrUpdateOptionalParams
348
- extends coreClient.OperationOptions {
349
- /** 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. */
350
- ifMatch?: string;
351
- /** Set to '*' to allow a new Private DNS zone to be created, but to prevent updating an existing zone. Other values will be ignored. */
352
- ifNoneMatch?: string;
353
- /** Delay to wait until next poll, in milliseconds. */
354
- updateIntervalInMs?: number;
355
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
356
- resumeFrom?: string;
357
- }
358
-
359
- /** Contains response data for the createOrUpdate operation. */
360
- export type PrivateZonesCreateOrUpdateResponse = PrivateZone;
361
-
362
- /** Optional parameters. */
363
- export interface PrivateZonesUpdateOptionalParams
364
- extends coreClient.OperationOptions {
365
- /** 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. */
366
- ifMatch?: string;
367
- /** Delay to wait until next poll, in milliseconds. */
368
- updateIntervalInMs?: number;
369
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
370
- resumeFrom?: string;
371
- }
372
-
373
- /** Contains response data for the update operation. */
374
- export type PrivateZonesUpdateResponse = PrivateZone;
375
-
376
- /** Optional parameters. */
377
- export interface PrivateZonesDeleteOptionalParams
378
- extends coreClient.OperationOptions {
379
- /** 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. */
380
- ifMatch?: string;
381
- /** Delay to wait until next poll, in milliseconds. */
382
- updateIntervalInMs?: number;
383
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
384
- resumeFrom?: string;
385
- }
386
-
387
- /** Optional parameters. */
388
- export interface PrivateZonesGetOptionalParams
389
- extends coreClient.OperationOptions {}
390
-
391
- /** Contains response data for the get operation. */
392
- export type PrivateZonesGetResponse = PrivateZone;
393
-
394
- /** Optional parameters. */
395
- export interface PrivateZonesListOptionalParams
396
- extends coreClient.OperationOptions {
397
- /** The maximum number of Private DNS zones to return. If not specified, returns up to 100 zones. */
398
- top?: number;
399
- }
400
-
401
- /** Contains response data for the list operation. */
402
- export type PrivateZonesListResponse = PrivateZoneListResult;
403
-
404
- /** Optional parameters. */
405
- export interface PrivateZonesListByResourceGroupOptionalParams
406
- extends coreClient.OperationOptions {
407
- /** The maximum number of record sets to return. If not specified, returns up to 100 record sets. */
408
- top?: number;
409
- }
410
-
411
- /** Contains response data for the listByResourceGroup operation. */
412
- export type PrivateZonesListByResourceGroupResponse = PrivateZoneListResult;
413
-
414
- /** Optional parameters. */
415
- export interface PrivateZonesListNextOptionalParams
416
- extends coreClient.OperationOptions {}
417
-
418
- /** Contains response data for the listNext operation. */
419
- export type PrivateZonesListNextResponse = PrivateZoneListResult;
420
-
421
- /** Optional parameters. */
422
- export interface PrivateZonesListByResourceGroupNextOptionalParams
423
- extends coreClient.OperationOptions {}
424
-
425
- /** Contains response data for the listByResourceGroupNext operation. */
426
- export type PrivateZonesListByResourceGroupNextResponse = PrivateZoneListResult;
427
-
428
- /** Optional parameters. */
429
- export interface VirtualNetworkLinksCreateOrUpdateOptionalParams
430
- extends coreClient.OperationOptions {
431
- /** 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. */
432
- ifMatch?: string;
433
- /** 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. */
434
- ifNoneMatch?: string;
435
- /** Delay to wait until next poll, in milliseconds. */
436
- updateIntervalInMs?: number;
437
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
438
- resumeFrom?: string;
439
- }
440
-
441
- /** Contains response data for the createOrUpdate operation. */
442
- export type VirtualNetworkLinksCreateOrUpdateResponse = VirtualNetworkLink;
443
-
444
- /** Optional parameters. */
445
- export interface VirtualNetworkLinksUpdateOptionalParams
446
- extends coreClient.OperationOptions {
447
- /** 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. */
448
- ifMatch?: string;
449
- /** Delay to wait until next poll, in milliseconds. */
450
- updateIntervalInMs?: number;
451
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
452
- resumeFrom?: string;
453
- }
454
-
455
- /** Contains response data for the update operation. */
456
- export type VirtualNetworkLinksUpdateResponse = VirtualNetworkLink;
457
-
458
- /** Optional parameters. */
459
- export interface VirtualNetworkLinksDeleteOptionalParams
460
- extends coreClient.OperationOptions {
461
- /** 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. */
462
- ifMatch?: string;
463
- /** Delay to wait until next poll, in milliseconds. */
464
- updateIntervalInMs?: number;
465
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
466
- resumeFrom?: string;
467
- }
468
-
469
- /** Optional parameters. */
470
- export interface VirtualNetworkLinksGetOptionalParams
471
- extends coreClient.OperationOptions {}
472
-
473
- /** Contains response data for the get operation. */
474
- export type VirtualNetworkLinksGetResponse = VirtualNetworkLink;
475
-
476
- /** Optional parameters. */
477
- export interface VirtualNetworkLinksListOptionalParams
478
- extends coreClient.OperationOptions {
479
- /** The maximum number of virtual network links to return. If not specified, returns up to 100 virtual network links. */
480
- top?: number;
481
- }
482
-
483
- /** Contains response data for the list operation. */
484
- export type VirtualNetworkLinksListResponse = VirtualNetworkLinkListResult;
485
-
486
- /** Optional parameters. */
487
- export interface VirtualNetworkLinksListNextOptionalParams
488
- extends coreClient.OperationOptions {}
489
-
490
- /** Contains response data for the listNext operation. */
491
- export type VirtualNetworkLinksListNextResponse = VirtualNetworkLinkListResult;
492
-
493
- /** Optional parameters. */
494
- export interface RecordSetsCreateOrUpdateOptionalParams
495
- extends coreClient.OperationOptions {
496
- /** 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. */
497
- ifMatch?: string;
498
- /** Set to '*' to allow a new record set to be created, but to prevent updating an existing record set. Other values will be ignored. */
499
- ifNoneMatch?: string;
500
- }
501
-
502
- /** Contains response data for the createOrUpdate operation. */
503
- export type RecordSetsCreateOrUpdateResponse = RecordSet;
504
-
505
- /** Optional parameters. */
506
- export interface RecordSetsUpdateOptionalParams
507
- extends coreClient.OperationOptions {
508
- /** 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. */
509
- ifMatch?: string;
510
- }
511
-
512
- /** Contains response data for the update operation. */
513
- export type RecordSetsUpdateResponse = RecordSet;
514
-
515
- /** Optional parameters. */
516
- export interface RecordSetsDeleteOptionalParams
517
- extends coreClient.OperationOptions {
518
- /** 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. */
519
- ifMatch?: string;
520
- }
521
-
522
- /** Optional parameters. */
523
- export interface RecordSetsGetOptionalParams
524
- extends coreClient.OperationOptions {}
525
-
526
- /** Contains response data for the get operation. */
527
- export type RecordSetsGetResponse = RecordSet;
528
-
529
- /** Optional parameters. */
530
- export interface RecordSetsListByTypeOptionalParams
531
- extends coreClient.OperationOptions {
532
- /** The maximum number of record sets to return. If not specified, returns up to 100 record sets. */
533
- top?: number;
534
- /** 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>". */
535
- recordsetnamesuffix?: string;
536
- }
537
-
538
- /** Contains response data for the listByType operation. */
539
- export type RecordSetsListByTypeResponse = RecordSetListResult;
540
-
541
- /** Optional parameters. */
542
- export interface RecordSetsListOptionalParams
543
- extends coreClient.OperationOptions {
544
- /** The maximum number of record sets to return. If not specified, returns up to 100 record sets. */
545
- top?: number;
546
- /** 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>". */
547
- recordsetnamesuffix?: string;
548
- }
549
-
550
- /** Contains response data for the list operation. */
551
- export type RecordSetsListResponse = RecordSetListResult;
552
-
553
- /** Optional parameters. */
554
- export interface RecordSetsListByTypeNextOptionalParams
555
- extends coreClient.OperationOptions {}
556
-
557
- /** Contains response data for the listByTypeNext operation. */
558
- export type RecordSetsListByTypeNextResponse = RecordSetListResult;
559
-
560
- /** Optional parameters. */
561
- export interface RecordSetsListNextOptionalParams
562
- extends coreClient.OperationOptions {}
563
-
564
- /** Contains response data for the listNext operation. */
565
- export type RecordSetsListNextResponse = RecordSetListResult;
566
-
567
- /** Optional parameters. */
568
- export interface PrivateDnsManagementClientOptionalParams
569
- extends coreClient.ServiceClientOptions {
570
- /** server parameter */
571
- $host?: string;
572
- /** Api Version */
573
- apiVersion?: string;
574
- /** Overrides client endpoint. */
575
- endpoint?: string;
576
- }