@azure/arm-dns 5.2.0-beta.1 → 5.2.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (409) hide show
  1. package/CHANGELOG.md +11 -1
  2. package/LICENSE +4 -4
  3. package/README.md +26 -17
  4. package/{dist-esm/src → dist/browser}/dnsManagementClient.d.ts +2 -2
  5. package/dist/browser/dnsManagementClient.d.ts.map +1 -0
  6. package/{dist-esm/src → dist/browser}/dnsManagementClient.js +33 -24
  7. package/dist/browser/dnsManagementClient.js.map +1 -0
  8. package/dist/browser/index.d.ts +5 -0
  9. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  10. package/{dist-esm/src → dist/browser}/index.js +4 -4
  11. package/dist/browser/index.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +1 -1
  13. package/dist/browser/lroImpl.js +18 -0
  14. package/dist/browser/lroImpl.js.map +1 -0
  15. package/dist/browser/models/index.js.map +1 -0
  16. package/{dist-esm/src → dist/browser}/models/mappers.js +23 -11
  17. package/dist/browser/models/mappers.js.map +1 -0
  18. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  19. package/dist/browser/models/parameters.js.map +1 -0
  20. package/{dist-esm/src → dist/browser}/operations/dnsResourceReferenceOperations.d.ts +3 -3
  21. package/dist/browser/operations/dnsResourceReferenceOperations.d.ts.map +1 -0
  22. package/{dist-esm/src → dist/browser}/operations/dnsResourceReferenceOperations.js +3 -2
  23. package/dist/browser/operations/dnsResourceReferenceOperations.js.map +1 -0
  24. package/{dist-esm/src → dist/browser}/operations/dnssecConfigs.d.ts +3 -3
  25. package/dist/browser/operations/dnssecConfigs.d.ts.map +1 -0
  26. package/{dist-esm/src → dist/browser}/operations/dnssecConfigs.js +109 -124
  27. package/dist/browser/operations/dnssecConfigs.js.map +1 -0
  28. package/dist/browser/operations/index.d.ts +5 -0
  29. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  30. package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +4 -4
  31. package/dist/browser/operations/index.js.map +1 -0
  32. package/{dist-esm/src → dist/browser}/operations/recordSets.d.ts +3 -3
  33. package/dist/browser/operations/recordSets.d.ts.map +1 -0
  34. package/{dist-esm/src → dist/browser}/operations/recordSets.js +70 -121
  35. package/dist/browser/operations/recordSets.js.map +1 -0
  36. package/{dist-esm/src → dist/browser}/operations/zones.d.ts +3 -3
  37. package/dist/browser/operations/zones.d.ts.map +1 -0
  38. package/{dist-esm/src → dist/browser}/operations/zones.js +90 -123
  39. package/dist/browser/operations/zones.js.map +1 -0
  40. package/{dist-esm/src → dist/browser}/operationsInterfaces/dnsResourceReferenceOperations.d.ts +1 -1
  41. package/dist/browser/operationsInterfaces/dnsResourceReferenceOperations.d.ts.map +1 -0
  42. package/dist/browser/operationsInterfaces/dnsResourceReferenceOperations.js.map +1 -0
  43. package/{dist-esm/src → dist/browser}/operationsInterfaces/dnssecConfigs.d.ts +1 -1
  44. package/dist/browser/operationsInterfaces/dnssecConfigs.d.ts.map +1 -0
  45. package/dist/browser/operationsInterfaces/dnssecConfigs.js.map +1 -0
  46. package/dist/browser/operationsInterfaces/index.d.ts +5 -0
  47. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  48. package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +4 -4
  49. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  50. package/{dist-esm/src → dist/browser}/operationsInterfaces/recordSets.d.ts +1 -1
  51. package/dist/browser/operationsInterfaces/recordSets.d.ts.map +1 -0
  52. package/dist/browser/operationsInterfaces/recordSets.js.map +1 -0
  53. package/{dist-esm/src → dist/browser}/operationsInterfaces/zones.d.ts +1 -1
  54. package/dist/browser/operationsInterfaces/zones.d.ts.map +1 -0
  55. package/dist/browser/operationsInterfaces/zones.js.map +1 -0
  56. package/dist/browser/package.json +3 -0
  57. package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
  58. package/dist/browser/pagingHelper.js.map +1 -0
  59. package/dist/commonjs/dnsManagementClient.d.ts +23 -0
  60. package/dist/commonjs/dnsManagementClient.d.ts.map +1 -0
  61. package/dist/commonjs/dnsManagementClient.js +118 -0
  62. package/dist/commonjs/dnsManagementClient.js.map +1 -0
  63. package/dist/commonjs/index.d.ts +5 -0
  64. package/dist/commonjs/index.d.ts.map +1 -0
  65. package/dist/commonjs/index.js +19 -0
  66. package/dist/commonjs/index.js.map +1 -0
  67. package/dist/commonjs/lroImpl.d.ts +11 -0
  68. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  69. package/dist/commonjs/lroImpl.js +21 -0
  70. package/dist/commonjs/lroImpl.js.map +1 -0
  71. package/{types/arm-dns.d.ts → dist/commonjs/models/index.d.ts} +639 -932
  72. package/dist/commonjs/models/index.d.ts.map +1 -0
  73. package/dist/commonjs/models/index.js +23 -0
  74. package/dist/commonjs/models/index.js.map +1 -0
  75. package/dist/commonjs/models/mappers.d.ts +36 -0
  76. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  77. package/dist/commonjs/models/mappers.js +1180 -0
  78. package/dist/commonjs/models/mappers.js.map +1 -0
  79. package/dist/commonjs/models/parameters.d.ts +21 -0
  80. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  81. package/dist/commonjs/models/parameters.js +201 -0
  82. package/dist/commonjs/models/parameters.js.map +1 -0
  83. package/dist/commonjs/operations/dnsResourceReferenceOperations.d.ts +19 -0
  84. package/dist/commonjs/operations/dnsResourceReferenceOperations.d.ts.map +1 -0
  85. package/dist/commonjs/operations/dnsResourceReferenceOperations.js +55 -0
  86. package/dist/commonjs/operations/dnsResourceReferenceOperations.js.map +1 -0
  87. package/dist/commonjs/operations/dnssecConfigs.d.ts +74 -0
  88. package/dist/commonjs/operations/dnssecConfigs.d.ts.map +1 -0
  89. package/dist/commonjs/operations/dnssecConfigs.js +338 -0
  90. package/dist/commonjs/operations/dnssecConfigs.js.map +1 -0
  91. package/dist/commonjs/operations/index.d.ts +5 -0
  92. package/dist/commonjs/operations/index.d.ts.map +1 -0
  93. package/dist/commonjs/operations/index.js +15 -0
  94. package/dist/commonjs/operations/index.js.map +1 -0
  95. package/dist/commonjs/operations/recordSets.d.ts +129 -0
  96. package/dist/commonjs/operations/recordSets.d.ts.map +1 -0
  97. package/dist/commonjs/operations/recordSets.js +550 -0
  98. package/dist/commonjs/operations/recordSets.js.map +1 -0
  99. package/dist/commonjs/operations/zones.d.ts +93 -0
  100. package/dist/commonjs/operations/zones.d.ts.map +1 -0
  101. package/dist/commonjs/operations/zones.js +417 -0
  102. package/dist/commonjs/operations/zones.js.map +1 -0
  103. package/dist/commonjs/operationsInterfaces/dnsResourceReferenceOperations.d.ts +11 -0
  104. package/dist/commonjs/operationsInterfaces/dnsResourceReferenceOperations.d.ts.map +1 -0
  105. package/dist/commonjs/operationsInterfaces/dnsResourceReferenceOperations.js +10 -0
  106. package/dist/commonjs/operationsInterfaces/dnsResourceReferenceOperations.js.map +1 -0
  107. package/dist/commonjs/operationsInterfaces/dnssecConfigs.d.ts +49 -0
  108. package/dist/commonjs/operationsInterfaces/dnssecConfigs.d.ts.map +1 -0
  109. package/dist/commonjs/operationsInterfaces/dnssecConfigs.js +10 -0
  110. package/dist/commonjs/operationsInterfaces/dnssecConfigs.js.map +1 -0
  111. package/dist/commonjs/operationsInterfaces/index.d.ts +5 -0
  112. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  113. package/dist/commonjs/operationsInterfaces/index.js +15 -0
  114. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  115. package/dist/commonjs/operationsInterfaces/recordSets.d.ts +68 -0
  116. package/dist/commonjs/operationsInterfaces/recordSets.d.ts.map +1 -0
  117. package/dist/commonjs/operationsInterfaces/recordSets.js +10 -0
  118. package/dist/commonjs/operationsInterfaces/recordSets.js.map +1 -0
  119. package/dist/commonjs/operationsInterfaces/zones.d.ts +57 -0
  120. package/dist/commonjs/operationsInterfaces/zones.d.ts.map +1 -0
  121. package/dist/commonjs/operationsInterfaces/zones.js +10 -0
  122. package/dist/commonjs/operationsInterfaces/zones.js.map +1 -0
  123. package/dist/commonjs/package.json +3 -0
  124. package/dist/commonjs/pagingHelper.d.ts +13 -0
  125. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  126. package/dist/commonjs/pagingHelper.js +34 -0
  127. package/dist/commonjs/pagingHelper.js.map +1 -0
  128. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  129. package/dist/esm/dnsManagementClient.d.ts +23 -0
  130. package/dist/esm/dnsManagementClient.d.ts.map +1 -0
  131. package/dist/esm/dnsManagementClient.js +113 -0
  132. package/dist/esm/dnsManagementClient.js.map +1 -0
  133. package/dist/esm/index.d.ts +5 -0
  134. package/dist/esm/index.d.ts.map +1 -0
  135. package/{src/index.ts → dist/esm/index.js} +5 -5
  136. package/dist/esm/index.js.map +1 -0
  137. package/dist/esm/lroImpl.d.ts +11 -0
  138. package/dist/esm/lroImpl.d.ts.map +1 -0
  139. package/dist/esm/lroImpl.js +18 -0
  140. package/dist/esm/lroImpl.js.map +1 -0
  141. package/dist/esm/models/index.d.ts +639 -0
  142. package/dist/esm/models/index.d.ts.map +1 -0
  143. package/dist/esm/models/index.js +20 -0
  144. package/dist/esm/models/index.js.map +1 -0
  145. package/dist/esm/models/mappers.d.ts +36 -0
  146. package/dist/esm/models/mappers.d.ts.map +1 -0
  147. package/dist/esm/models/mappers.js +1177 -0
  148. package/dist/esm/models/mappers.js.map +1 -0
  149. package/dist/esm/models/parameters.d.ts +21 -0
  150. package/dist/esm/models/parameters.d.ts.map +1 -0
  151. package/dist/esm/models/parameters.js +198 -0
  152. package/dist/esm/models/parameters.js.map +1 -0
  153. package/dist/esm/operations/dnsResourceReferenceOperations.d.ts +19 -0
  154. package/dist/esm/operations/dnsResourceReferenceOperations.d.ts.map +1 -0
  155. package/dist/esm/operations/dnsResourceReferenceOperations.js +50 -0
  156. package/dist/esm/operations/dnsResourceReferenceOperations.js.map +1 -0
  157. package/dist/esm/operations/dnssecConfigs.d.ts +74 -0
  158. package/dist/esm/operations/dnssecConfigs.d.ts.map +1 -0
  159. package/dist/esm/operations/dnssecConfigs.js +333 -0
  160. package/dist/esm/operations/dnssecConfigs.js.map +1 -0
  161. package/dist/esm/operations/index.d.ts +5 -0
  162. package/dist/esm/operations/index.d.ts.map +1 -0
  163. package/dist/esm/operations/index.js +12 -0
  164. package/dist/esm/operations/index.js.map +1 -0
  165. package/dist/esm/operations/recordSets.d.ts +129 -0
  166. package/dist/esm/operations/recordSets.d.ts.map +1 -0
  167. package/dist/esm/operations/recordSets.js +545 -0
  168. package/dist/esm/operations/recordSets.js.map +1 -0
  169. package/dist/esm/operations/zones.d.ts +93 -0
  170. package/dist/esm/operations/zones.d.ts.map +1 -0
  171. package/dist/esm/operations/zones.js +412 -0
  172. package/dist/esm/operations/zones.js.map +1 -0
  173. package/dist/esm/operationsInterfaces/dnsResourceReferenceOperations.d.ts +11 -0
  174. package/dist/esm/operationsInterfaces/dnsResourceReferenceOperations.d.ts.map +1 -0
  175. package/dist/esm/operationsInterfaces/dnsResourceReferenceOperations.js +9 -0
  176. package/dist/esm/operationsInterfaces/dnsResourceReferenceOperations.js.map +1 -0
  177. package/dist/esm/operationsInterfaces/dnssecConfigs.d.ts +49 -0
  178. package/dist/esm/operationsInterfaces/dnssecConfigs.d.ts.map +1 -0
  179. package/dist/esm/operationsInterfaces/dnssecConfigs.js +9 -0
  180. package/dist/esm/operationsInterfaces/dnssecConfigs.js.map +1 -0
  181. package/dist/esm/operationsInterfaces/index.d.ts +5 -0
  182. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  183. package/dist/esm/operationsInterfaces/index.js +12 -0
  184. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  185. package/dist/esm/operationsInterfaces/recordSets.d.ts +68 -0
  186. package/dist/esm/operationsInterfaces/recordSets.d.ts.map +1 -0
  187. package/dist/esm/operationsInterfaces/recordSets.js +9 -0
  188. package/dist/esm/operationsInterfaces/recordSets.js.map +1 -0
  189. package/dist/esm/operationsInterfaces/zones.d.ts +57 -0
  190. package/dist/esm/operationsInterfaces/zones.d.ts.map +1 -0
  191. package/dist/esm/operationsInterfaces/zones.js +9 -0
  192. package/dist/esm/operationsInterfaces/zones.js.map +1 -0
  193. package/dist/esm/package.json +3 -0
  194. package/dist/esm/pagingHelper.d.ts +13 -0
  195. package/dist/esm/pagingHelper.d.ts.map +1 -0
  196. package/dist/esm/pagingHelper.js +30 -0
  197. package/dist/esm/pagingHelper.js.map +1 -0
  198. package/dist/react-native/dnsManagementClient.d.ts +23 -0
  199. package/dist/react-native/dnsManagementClient.d.ts.map +1 -0
  200. package/dist/react-native/dnsManagementClient.js +113 -0
  201. package/dist/react-native/dnsManagementClient.js.map +1 -0
  202. package/dist/react-native/index.d.ts +5 -0
  203. package/dist/react-native/index.d.ts.map +1 -0
  204. package/dist/react-native/index.js +13 -0
  205. package/dist/react-native/index.js.map +1 -0
  206. package/dist/react-native/lroImpl.d.ts +11 -0
  207. package/dist/react-native/lroImpl.d.ts.map +1 -0
  208. package/dist/react-native/lroImpl.js +18 -0
  209. package/dist/react-native/lroImpl.js.map +1 -0
  210. package/dist/react-native/models/index.d.ts +639 -0
  211. package/dist/react-native/models/index.d.ts.map +1 -0
  212. package/dist/react-native/models/index.js +20 -0
  213. package/dist/react-native/models/index.js.map +1 -0
  214. package/dist/react-native/models/mappers.d.ts +36 -0
  215. package/dist/react-native/models/mappers.d.ts.map +1 -0
  216. package/dist/react-native/models/mappers.js +1177 -0
  217. package/dist/react-native/models/mappers.js.map +1 -0
  218. package/dist/react-native/models/parameters.d.ts +21 -0
  219. package/dist/react-native/models/parameters.d.ts.map +1 -0
  220. package/dist/react-native/models/parameters.js +198 -0
  221. package/dist/react-native/models/parameters.js.map +1 -0
  222. package/dist/react-native/operations/dnsResourceReferenceOperations.d.ts +19 -0
  223. package/dist/react-native/operations/dnsResourceReferenceOperations.d.ts.map +1 -0
  224. package/dist/react-native/operations/dnsResourceReferenceOperations.js +50 -0
  225. package/dist/react-native/operations/dnsResourceReferenceOperations.js.map +1 -0
  226. package/dist/react-native/operations/dnssecConfigs.d.ts +74 -0
  227. package/dist/react-native/operations/dnssecConfigs.d.ts.map +1 -0
  228. package/dist/react-native/operations/dnssecConfigs.js +333 -0
  229. package/dist/react-native/operations/dnssecConfigs.js.map +1 -0
  230. package/dist/react-native/operations/index.d.ts +5 -0
  231. package/dist/react-native/operations/index.d.ts.map +1 -0
  232. package/dist/react-native/operations/index.js +12 -0
  233. package/dist/react-native/operations/index.js.map +1 -0
  234. package/dist/react-native/operations/recordSets.d.ts +129 -0
  235. package/dist/react-native/operations/recordSets.d.ts.map +1 -0
  236. package/dist/react-native/operations/recordSets.js +545 -0
  237. package/dist/react-native/operations/recordSets.js.map +1 -0
  238. package/dist/react-native/operations/zones.d.ts +93 -0
  239. package/dist/react-native/operations/zones.d.ts.map +1 -0
  240. package/dist/react-native/operations/zones.js +412 -0
  241. package/dist/react-native/operations/zones.js.map +1 -0
  242. package/dist/react-native/operationsInterfaces/dnsResourceReferenceOperations.d.ts +11 -0
  243. package/dist/react-native/operationsInterfaces/dnsResourceReferenceOperations.d.ts.map +1 -0
  244. package/dist/react-native/operationsInterfaces/dnsResourceReferenceOperations.js +9 -0
  245. package/dist/react-native/operationsInterfaces/dnsResourceReferenceOperations.js.map +1 -0
  246. package/dist/react-native/operationsInterfaces/dnssecConfigs.d.ts +49 -0
  247. package/dist/react-native/operationsInterfaces/dnssecConfigs.d.ts.map +1 -0
  248. package/dist/react-native/operationsInterfaces/dnssecConfigs.js +9 -0
  249. package/dist/react-native/operationsInterfaces/dnssecConfigs.js.map +1 -0
  250. package/dist/react-native/operationsInterfaces/index.d.ts +5 -0
  251. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  252. package/dist/react-native/operationsInterfaces/index.js +12 -0
  253. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  254. package/dist/react-native/operationsInterfaces/recordSets.d.ts +68 -0
  255. package/dist/react-native/operationsInterfaces/recordSets.d.ts.map +1 -0
  256. package/dist/react-native/operationsInterfaces/recordSets.js +9 -0
  257. package/dist/react-native/operationsInterfaces/recordSets.js.map +1 -0
  258. package/dist/react-native/operationsInterfaces/zones.d.ts +57 -0
  259. package/dist/react-native/operationsInterfaces/zones.d.ts.map +1 -0
  260. package/dist/react-native/operationsInterfaces/zones.js +9 -0
  261. package/dist/react-native/operationsInterfaces/zones.js.map +1 -0
  262. package/dist/react-native/package.json +3 -0
  263. package/dist/react-native/pagingHelper.d.ts +13 -0
  264. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  265. package/dist/react-native/pagingHelper.js +30 -0
  266. package/dist/react-native/pagingHelper.js.map +1 -0
  267. package/package.json +87 -70
  268. package/dist/index.js +0 -3020
  269. package/dist/index.js.map +0 -1
  270. package/dist/index.min.js +0 -1
  271. package/dist/index.min.js.map +0 -1
  272. package/dist-esm/samples-dev/dnsResourceReferenceGetByTargetResourcesSample.d.ts +0 -2
  273. package/dist-esm/samples-dev/dnsResourceReferenceGetByTargetResourcesSample.d.ts.map +0 -1
  274. package/dist-esm/samples-dev/dnsResourceReferenceGetByTargetResourcesSample.js +0 -43
  275. package/dist-esm/samples-dev/dnsResourceReferenceGetByTargetResourcesSample.js.map +0 -1
  276. package/dist-esm/samples-dev/dnssecConfigsCreateOrUpdateSample.d.ts +0 -2
  277. package/dist-esm/samples-dev/dnssecConfigsCreateOrUpdateSample.d.ts.map +0 -1
  278. package/dist-esm/samples-dev/dnssecConfigsCreateOrUpdateSample.js +0 -38
  279. package/dist-esm/samples-dev/dnssecConfigsCreateOrUpdateSample.js.map +0 -1
  280. package/dist-esm/samples-dev/dnssecConfigsDeleteSample.d.ts +0 -2
  281. package/dist-esm/samples-dev/dnssecConfigsDeleteSample.d.ts.map +0 -1
  282. package/dist-esm/samples-dev/dnssecConfigsDeleteSample.js +0 -38
  283. package/dist-esm/samples-dev/dnssecConfigsDeleteSample.js.map +0 -1
  284. package/dist-esm/samples-dev/dnssecConfigsGetSample.d.ts +0 -2
  285. package/dist-esm/samples-dev/dnssecConfigsGetSample.d.ts.map +0 -1
  286. package/dist-esm/samples-dev/dnssecConfigsGetSample.js +0 -38
  287. package/dist-esm/samples-dev/dnssecConfigsGetSample.js.map +0 -1
  288. package/dist-esm/samples-dev/dnssecConfigsListByDnsZoneSample.d.ts +0 -2
  289. package/dist-esm/samples-dev/dnssecConfigsListByDnsZoneSample.d.ts.map +0 -1
  290. package/dist-esm/samples-dev/dnssecConfigsListByDnsZoneSample.js +0 -54
  291. package/dist-esm/samples-dev/dnssecConfigsListByDnsZoneSample.js.map +0 -1
  292. package/dist-esm/samples-dev/recordSetsCreateOrUpdateSample.d.ts +0 -2
  293. package/dist-esm/samples-dev/recordSetsCreateOrUpdateSample.d.ts.map +0 -1
  294. package/dist-esm/samples-dev/recordSetsCreateOrUpdateSample.js +0 -432
  295. package/dist-esm/samples-dev/recordSetsCreateOrUpdateSample.js.map +0 -1
  296. package/dist-esm/samples-dev/recordSetsDeleteSample.d.ts +0 -2
  297. package/dist-esm/samples-dev/recordSetsDeleteSample.d.ts.map +0 -1
  298. package/dist-esm/samples-dev/recordSetsDeleteSample.js +0 -260
  299. package/dist-esm/samples-dev/recordSetsDeleteSample.js.map +0 -1
  300. package/dist-esm/samples-dev/recordSetsGetSample.d.ts +0 -2
  301. package/dist-esm/samples-dev/recordSetsGetSample.d.ts.map +0 -1
  302. package/dist-esm/samples-dev/recordSetsGetSample.js +0 -280
  303. package/dist-esm/samples-dev/recordSetsGetSample.js.map +0 -1
  304. package/dist-esm/samples-dev/recordSetsListAllByDnsZoneSample.d.ts +0 -2
  305. package/dist-esm/samples-dev/recordSetsListAllByDnsZoneSample.d.ts.map +0 -1
  306. package/dist-esm/samples-dev/recordSetsListAllByDnsZoneSample.js +0 -54
  307. package/dist-esm/samples-dev/recordSetsListAllByDnsZoneSample.js.map +0 -1
  308. package/dist-esm/samples-dev/recordSetsListByDnsZoneSample.d.ts +0 -2
  309. package/dist-esm/samples-dev/recordSetsListByDnsZoneSample.d.ts.map +0 -1
  310. package/dist-esm/samples-dev/recordSetsListByDnsZoneSample.js +0 -54
  311. package/dist-esm/samples-dev/recordSetsListByDnsZoneSample.js.map +0 -1
  312. package/dist-esm/samples-dev/recordSetsListByTypeSample.d.ts +0 -2
  313. package/dist-esm/samples-dev/recordSetsListByTypeSample.d.ts.map +0 -1
  314. package/dist-esm/samples-dev/recordSetsListByTypeSample.js +0 -475
  315. package/dist-esm/samples-dev/recordSetsListByTypeSample.js.map +0 -1
  316. package/dist-esm/samples-dev/recordSetsUpdateSample.d.ts +0 -2
  317. package/dist-esm/samples-dev/recordSetsUpdateSample.d.ts.map +0 -1
  318. package/dist-esm/samples-dev/recordSetsUpdateSample.js +0 -293
  319. package/dist-esm/samples-dev/recordSetsUpdateSample.js.map +0 -1
  320. package/dist-esm/samples-dev/zonesCreateOrUpdateSample.d.ts +0 -2
  321. package/dist-esm/samples-dev/zonesCreateOrUpdateSample.d.ts.map +0 -1
  322. package/dist-esm/samples-dev/zonesCreateOrUpdateSample.js +0 -39
  323. package/dist-esm/samples-dev/zonesCreateOrUpdateSample.js.map +0 -1
  324. package/dist-esm/samples-dev/zonesDeleteSample.d.ts +0 -2
  325. package/dist-esm/samples-dev/zonesDeleteSample.d.ts.map +0 -1
  326. package/dist-esm/samples-dev/zonesDeleteSample.js +0 -38
  327. package/dist-esm/samples-dev/zonesDeleteSample.js.map +0 -1
  328. package/dist-esm/samples-dev/zonesGetSample.d.ts +0 -2
  329. package/dist-esm/samples-dev/zonesGetSample.d.ts.map +0 -1
  330. package/dist-esm/samples-dev/zonesGetSample.js +0 -38
  331. package/dist-esm/samples-dev/zonesGetSample.js.map +0 -1
  332. package/dist-esm/samples-dev/zonesListByResourceGroupSample.d.ts +0 -2
  333. package/dist-esm/samples-dev/zonesListByResourceGroupSample.d.ts.map +0 -1
  334. package/dist-esm/samples-dev/zonesListByResourceGroupSample.js +0 -53
  335. package/dist-esm/samples-dev/zonesListByResourceGroupSample.js.map +0 -1
  336. package/dist-esm/samples-dev/zonesListSample.d.ts +0 -2
  337. package/dist-esm/samples-dev/zonesListSample.d.ts.map +0 -1
  338. package/dist-esm/samples-dev/zonesListSample.js +0 -52
  339. package/dist-esm/samples-dev/zonesListSample.js.map +0 -1
  340. package/dist-esm/samples-dev/zonesUpdateSample.d.ts +0 -2
  341. package/dist-esm/samples-dev/zonesUpdateSample.d.ts.map +0 -1
  342. package/dist-esm/samples-dev/zonesUpdateSample.js +0 -39
  343. package/dist-esm/samples-dev/zonesUpdateSample.js.map +0 -1
  344. package/dist-esm/src/dnsManagementClient.d.ts.map +0 -1
  345. package/dist-esm/src/dnsManagementClient.js.map +0 -1
  346. package/dist-esm/src/index.d.ts +0 -5
  347. package/dist-esm/src/index.js.map +0 -1
  348. package/dist-esm/src/lroImpl.js +0 -21
  349. package/dist-esm/src/lroImpl.js.map +0 -1
  350. package/dist-esm/src/models/index.js.map +0 -1
  351. package/dist-esm/src/models/mappers.js.map +0 -1
  352. package/dist-esm/src/models/parameters.js.map +0 -1
  353. package/dist-esm/src/operations/dnsResourceReferenceOperations.d.ts.map +0 -1
  354. package/dist-esm/src/operations/dnsResourceReferenceOperations.js.map +0 -1
  355. package/dist-esm/src/operations/dnssecConfigs.d.ts.map +0 -1
  356. package/dist-esm/src/operations/dnssecConfigs.js.map +0 -1
  357. package/dist-esm/src/operations/index.d.ts +0 -5
  358. package/dist-esm/src/operations/index.js.map +0 -1
  359. package/dist-esm/src/operations/recordSets.d.ts.map +0 -1
  360. package/dist-esm/src/operations/recordSets.js.map +0 -1
  361. package/dist-esm/src/operations/zones.d.ts.map +0 -1
  362. package/dist-esm/src/operations/zones.js.map +0 -1
  363. package/dist-esm/src/operationsInterfaces/dnsResourceReferenceOperations.d.ts.map +0 -1
  364. package/dist-esm/src/operationsInterfaces/dnsResourceReferenceOperations.js.map +0 -1
  365. package/dist-esm/src/operationsInterfaces/dnssecConfigs.d.ts.map +0 -1
  366. package/dist-esm/src/operationsInterfaces/dnssecConfigs.js.map +0 -1
  367. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -5
  368. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  369. package/dist-esm/src/operationsInterfaces/recordSets.d.ts.map +0 -1
  370. package/dist-esm/src/operationsInterfaces/recordSets.js.map +0 -1
  371. package/dist-esm/src/operationsInterfaces/zones.d.ts.map +0 -1
  372. package/dist-esm/src/operationsInterfaces/zones.js.map +0 -1
  373. package/dist-esm/src/pagingHelper.js.map +0 -1
  374. package/dist-esm/test/dns_operations_test.spec.d.ts +0 -4
  375. package/dist-esm/test/dns_operations_test.spec.d.ts.map +0 -1
  376. package/dist-esm/test/dns_operations_test.spec.js +0 -114
  377. package/dist-esm/test/dns_operations_test.spec.js.map +0 -1
  378. package/src/dnsManagementClient.ts +0 -158
  379. package/src/lroImpl.ts +0 -42
  380. package/src/models/index.ts +0 -746
  381. package/src/models/mappers.ts +0 -1212
  382. package/src/models/parameters.ts +0 -227
  383. package/src/operations/dnsResourceReferenceOperations.ts +0 -69
  384. package/src/operations/dnssecConfigs.ts +0 -468
  385. package/src/operations/index.ts +0 -12
  386. package/src/operations/recordSets.ts +0 -787
  387. package/src/operations/zones.ts +0 -545
  388. package/src/operationsInterfaces/dnsResourceReferenceOperations.ts +0 -26
  389. package/src/operationsInterfaces/dnssecConfigs.ts +0 -95
  390. package/src/operationsInterfaces/index.ts +0 -12
  391. package/src/operationsInterfaces/recordSets.ts +0 -129
  392. package/src/operationsInterfaces/zones.ts +0 -103
  393. package/src/pagingHelper.ts +0 -39
  394. package/tsconfig.json +0 -33
  395. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  396. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  397. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  398. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  399. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  400. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  401. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  402. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  403. /package/{dist-esm/src → dist/browser}/operationsInterfaces/dnsResourceReferenceOperations.js +0 -0
  404. /package/{dist-esm/src → dist/browser}/operationsInterfaces/dnssecConfigs.js +0 -0
  405. /package/{dist-esm/src → dist/browser}/operationsInterfaces/recordSets.js +0 -0
  406. /package/{dist-esm/src → dist/browser}/operationsInterfaces/zones.js +0 -0
  407. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  408. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  409. /package/review/{arm-dns.api.md → arm-dns-node.api.md} +0 -0
@@ -1,746 +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
- /** Represents the DNSSEC configuration. */
12
- export interface DnssecConfig {
13
- /**
14
- * The ID of the DNSSEC configuration.
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 DNSSEC configuration.
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 DNSSEC configuration.
25
- * NOTE: This property will not be serialized. It can only be populated by the server.
26
- */
27
- readonly type?: string;
28
- /** The etag of the DNSSEC configuration. */
29
- etag?: string;
30
- /**
31
- * Metadata pertaining to creation and last modification of the resource.
32
- * NOTE: This property will not be serialized. It can only be populated by the server.
33
- */
34
- readonly systemData?: SystemData;
35
- /**
36
- * Provisioning State of the DNSSEC configuration.
37
- * NOTE: This property will not be serialized. It can only be populated by the server.
38
- */
39
- readonly provisioningState?: string;
40
- /**
41
- * The list of signing keys.
42
- * NOTE: This property will not be serialized. It can only be populated by the server.
43
- */
44
- readonly signingKeys?: SigningKey[];
45
- }
46
-
47
- /** Represents the signing key. */
48
- export interface SigningKey {
49
- /**
50
- * The delegation signer information.
51
- * NOTE: This property will not be serialized. It can only be populated by the server.
52
- */
53
- readonly delegationSignerInfo?: DelegationSignerInfo[];
54
- /**
55
- * The flags specifies how the key is used.
56
- * NOTE: This property will not be serialized. It can only be populated by the server.
57
- */
58
- readonly flags?: number;
59
- /**
60
- * The key tag value of the DNSKEY Resource Record.
61
- * NOTE: This property will not be serialized. It can only be populated by the server.
62
- */
63
- readonly keyTag?: number;
64
- /**
65
- * The protocol value. The value is always 3.
66
- * NOTE: This property will not be serialized. It can only be populated by the server.
67
- */
68
- readonly protocol?: number;
69
- /**
70
- * The public key, represented as a Base64 encoding.
71
- * NOTE: This property will not be serialized. It can only be populated by the server.
72
- */
73
- readonly publicKey?: string;
74
- /**
75
- * The security algorithm type represents the standard security algorithm number of the DNSKEY Resource Record. See: https://www.iana.org/assignments/dns-sec-alg-numbers/dns-sec-alg-numbers.xhtml
76
- * NOTE: This property will not be serialized. It can only be populated by the server.
77
- */
78
- readonly securityAlgorithmType?: number;
79
- }
80
-
81
- /** The delegation signer information. */
82
- export interface DelegationSignerInfo {
83
- /**
84
- * The digest algorithm type represents the standard digest algorithm number used to construct the digest. See: https://www.iana.org/assignments/ds-rr-types/ds-rr-types.xhtml
85
- * NOTE: This property will not be serialized. It can only be populated by the server.
86
- */
87
- readonly digestAlgorithmType?: number;
88
- /**
89
- * The digest value is a cryptographic hash value of the referenced DNSKEY Resource Record.
90
- * NOTE: This property will not be serialized. It can only be populated by the server.
91
- */
92
- readonly digestValue?: string;
93
- /**
94
- * The record represents a delegation signer (DS) record.
95
- * NOTE: This property will not be serialized. It can only be populated by the server.
96
- */
97
- readonly record?: string;
98
- }
99
-
100
- /** Metadata pertaining to creation and last modification of the resource. */
101
- export interface SystemData {
102
- /** The identity that created the resource. */
103
- createdBy?: string;
104
- /** The type of identity that created the resource. */
105
- createdByType?: CreatedByType;
106
- /** The timestamp of resource creation (UTC). */
107
- createdAt?: Date;
108
- /** The identity that last modified the resource. */
109
- lastModifiedBy?: string;
110
- /** The type of identity that last modified the resource. */
111
- lastModifiedByType?: CreatedByType;
112
- /** The timestamp of resource last modification (UTC) */
113
- lastModifiedAt?: Date;
114
- }
115
-
116
- /** An error response from the service. */
117
- export interface CloudError {
118
- /** Cloud error body. */
119
- error?: CloudErrorBody;
120
- }
121
-
122
- /** An error response from the service. */
123
- export interface CloudErrorBody {
124
- /** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */
125
- code?: string;
126
- /** A message describing the error, intended to be suitable for display in a user interface. */
127
- message?: string;
128
- /** The target of the particular error. For example, the name of the property in error. */
129
- target?: string;
130
- /** A list of additional details about the error. */
131
- details?: CloudErrorBody[];
132
- }
133
-
134
- /** The response to a List DNSSEC configurations operation. */
135
- export interface DnssecConfigListResult {
136
- /** Information about the DNSSEC configurations in the response. */
137
- value?: DnssecConfig[];
138
- /**
139
- * The continuation token for the next page of results.
140
- * NOTE: This property will not be serialized. It can only be populated by the server.
141
- */
142
- readonly nextLink?: string;
143
- }
144
-
145
- /** Describes a DNS record set (a collection of DNS records with the same name and type). */
146
- export interface RecordSet {
147
- /**
148
- * The ID of the record set.
149
- * NOTE: This property will not be serialized. It can only be populated by the server.
150
- */
151
- readonly id?: string;
152
- /**
153
- * The name of the record set.
154
- * NOTE: This property will not be serialized. It can only be populated by the server.
155
- */
156
- readonly name?: string;
157
- /**
158
- * The type of the record set.
159
- * NOTE: This property will not be serialized. It can only be populated by the server.
160
- */
161
- readonly type?: string;
162
- /** The etag of the record set. */
163
- etag?: string;
164
- /** The metadata attached to the record set. */
165
- metadata?: { [propertyName: string]: string };
166
- /** The TTL (time-to-live) of the records in the record set. */
167
- ttl?: number;
168
- /**
169
- * Fully qualified domain name of the record set.
170
- * NOTE: This property will not be serialized. It can only be populated by the server.
171
- */
172
- readonly fqdn?: string;
173
- /**
174
- * provisioning State of the record set.
175
- * NOTE: This property will not be serialized. It can only be populated by the server.
176
- */
177
- readonly provisioningState?: string;
178
- /** A reference to an azure resource from where the dns resource value is taken. */
179
- targetResource?: SubResource;
180
- /** A reference to an azure traffic manager profile resource from where the dns resource value is taken. */
181
- trafficManagementProfile?: SubResource;
182
- /** The list of A records in the record set. */
183
- aRecords?: ARecord[];
184
- /** The list of AAAA records in the record set. */
185
- aaaaRecords?: AaaaRecord[];
186
- /** The list of MX records in the record set. */
187
- mxRecords?: MxRecord[];
188
- /** The list of NS records in the record set. */
189
- nsRecords?: NsRecord[];
190
- /** The list of PTR records in the record set. */
191
- ptrRecords?: PtrRecord[];
192
- /** The list of SRV records in the record set. */
193
- srvRecords?: SrvRecord[];
194
- /** The list of TXT records in the record set. */
195
- txtRecords?: TxtRecord[];
196
- /** The CNAME record in the record set. */
197
- cnameRecord?: CnameRecord;
198
- /** The SOA record in the record set. */
199
- soaRecord?: SoaRecord;
200
- /** The list of CAA records in the record set. */
201
- caaRecords?: CaaRecord[];
202
- /** The list of DS records in the record set. */
203
- dsRecords?: DsRecord[];
204
- /** The list of TLSA records in the record set. */
205
- tlsaRecords?: TlsaRecord[];
206
- /** The list of NAPTR records in the record set. */
207
- naptrRecords?: NaptrRecord[];
208
- }
209
-
210
- /** A reference to a another resource */
211
- export interface SubResource {
212
- /** Resource Id. */
213
- id?: string;
214
- }
215
-
216
- /** An A record. */
217
- export interface ARecord {
218
- /** The IPv4 address of this A record. */
219
- ipv4Address?: string;
220
- }
221
-
222
- /** An AAAA record. */
223
- export interface AaaaRecord {
224
- /** The IPv6 address of this AAAA record. */
225
- ipv6Address?: string;
226
- }
227
-
228
- /** An MX record. */
229
- export interface MxRecord {
230
- /** The preference value for this MX record. */
231
- preference?: number;
232
- /** The domain name of the mail host for this MX record. */
233
- exchange?: string;
234
- }
235
-
236
- /** An NS record. */
237
- export interface NsRecord {
238
- /** The name server name for this NS record. */
239
- nsdname?: string;
240
- }
241
-
242
- /** A PTR record. */
243
- export interface PtrRecord {
244
- /** The PTR target domain name for this PTR record. */
245
- ptrdname?: string;
246
- }
247
-
248
- /** An SRV record. */
249
- export interface SrvRecord {
250
- /** The priority value for this SRV record. */
251
- priority?: number;
252
- /** The weight value for this SRV record. */
253
- weight?: number;
254
- /** The port value for this SRV record. */
255
- port?: number;
256
- /** The target domain name for this SRV record. */
257
- target?: string;
258
- }
259
-
260
- /** A TXT record. */
261
- export interface TxtRecord {
262
- /** The text value of this TXT record. */
263
- value?: string[];
264
- }
265
-
266
- /** A CNAME record. */
267
- export interface CnameRecord {
268
- /** The canonical name for this CNAME record. */
269
- cname?: string;
270
- }
271
-
272
- /** An SOA record. */
273
- export interface SoaRecord {
274
- /** The domain name of the authoritative name server for this SOA record. */
275
- host?: string;
276
- /** The email contact for this SOA record. */
277
- email?: string;
278
- /** The serial number for this SOA record. */
279
- serialNumber?: number;
280
- /** The refresh value for this SOA record. */
281
- refreshTime?: number;
282
- /** The retry time for this SOA record. */
283
- retryTime?: number;
284
- /** The expire time for this SOA record. */
285
- expireTime?: number;
286
- /** The minimum value for this SOA record. By convention this is used to determine the negative caching duration. */
287
- minimumTtl?: number;
288
- }
289
-
290
- /** A CAA record. */
291
- export interface CaaRecord {
292
- /** The flags for this CAA record as an integer between 0 and 255. */
293
- flags?: number;
294
- /** The tag for this CAA record. */
295
- tag?: string;
296
- /** The value for this CAA record. */
297
- value?: string;
298
- }
299
-
300
- /** A DS record. For more information about the DS record format, see RFC 4034: https://www.rfc-editor.org/rfc/rfc4034 */
301
- export interface DsRecord {
302
- /** The key tag value is used to determine which DNSKEY Resource Record is used for signature verification. */
303
- keyTag?: number;
304
- /** The security algorithm type represents the standard security algorithm number of the DNSKEY Resource Record. See: https://www.iana.org/assignments/dns-sec-alg-numbers/dns-sec-alg-numbers.xhtml */
305
- algorithm?: number;
306
- /** The digest entity. */
307
- digest?: Digest;
308
- }
309
-
310
- /** A digest. */
311
- export interface Digest {
312
- /** The digest algorithm type represents the standard digest algorithm number used to construct the digest. See: https://www.iana.org/assignments/ds-rr-types/ds-rr-types.xhtml */
313
- algorithmType?: number;
314
- /** The digest value is a cryptographic hash value of the referenced DNSKEY Resource Record. */
315
- value?: string;
316
- }
317
-
318
- /** A TLSA record. For more information about the TLSA record format, see RFC 6698: https://www.rfc-editor.org/rfc/rfc6698 */
319
- export interface TlsaRecord {
320
- /** The usage specifies the provided association that will be used to match the certificate presented in the TLS handshake. */
321
- usage?: number;
322
- /** The selector specifies which part of the TLS certificate presented by the server will be matched against the association data. */
323
- selector?: number;
324
- /** The matching type specifies how the certificate association is presented. */
325
- matchingType?: number;
326
- /** This specifies the certificate association data to be matched. */
327
- certAssociationData?: string;
328
- }
329
-
330
- /** A NAPTR record. For more information about the NAPTR record format, see RFC 3403: https://www.rfc-editor.org/rfc/rfc3403 */
331
- export interface NaptrRecord {
332
- /** The order in which the NAPTR records MUST be processed in order to accurately represent the ordered list of rules. The ordering is from lowest to highest. Valid values: 0-65535. */
333
- order?: number;
334
- /** The preference specifies the order in which NAPTR records with equal 'order' values should be processed, low numbers being processed before high numbers. Valid values: 0-65535. */
335
- preference?: number;
336
- /** The flags specific to DDDS applications. Values currently defined in RFC 3404 are uppercase and lowercase letters "A", "P", "S", and "U", and the empty string, "". Enclose Flags in quotation marks. */
337
- flags?: string;
338
- /** The services specific to DDDS applications. Enclose Services in quotation marks. */
339
- services?: string;
340
- /** The regular expression that the DDDS application uses to convert an input value into an output value. For example: an IP phone system might use a regular expression to convert a phone number that is entered by a user into a SIP URI. Enclose the regular expression in quotation marks. Specify either a value for 'regexp' or a value for 'replacement'. */
341
- regexp?: string;
342
- /** The replacement is a fully qualified domain name (FQDN) of the next domain name that you want the DDDS application to submit a DNS query for. The DDDS application replaces the input value with the value specified for replacement. Specify either a value for 'regexp' or a value for 'replacement'. If you specify a value for 'regexp', specify a dot (.) for 'replacement'. */
343
- replacement?: string;
344
- }
345
-
346
- /** The response to a record set List operation. */
347
- export interface RecordSetListResult {
348
- /** Information about the record sets in the response. */
349
- value?: RecordSet[];
350
- /**
351
- * The continuation token for the next page of results.
352
- * NOTE: This property will not be serialized. It can only be populated by the server.
353
- */
354
- readonly nextLink?: string;
355
- }
356
-
357
- /** Common properties of an Azure Resource Manager resource */
358
- export interface Resource {
359
- /**
360
- * Resource ID.
361
- * NOTE: This property will not be serialized. It can only be populated by the server.
362
- */
363
- readonly id?: string;
364
- /**
365
- * Resource name.
366
- * NOTE: This property will not be serialized. It can only be populated by the server.
367
- */
368
- readonly name?: string;
369
- /**
370
- * Resource type.
371
- * NOTE: This property will not be serialized. It can only be populated by the server.
372
- */
373
- readonly type?: string;
374
- /** Resource location. */
375
- location: string;
376
- /** Resource tags. */
377
- tags?: { [propertyName: string]: string };
378
- }
379
-
380
- /** Describes a request to update a DNS zone. */
381
- export interface ZoneUpdate {
382
- /** Resource tags. */
383
- tags?: { [propertyName: string]: string };
384
- }
385
-
386
- /** The response to a Zone List or ListAll operation. */
387
- export interface ZoneListResult {
388
- /** Information about the DNS zones. */
389
- value?: Zone[];
390
- /**
391
- * The continuation token for the next page of results.
392
- * NOTE: This property will not be serialized. It can only be populated by the server.
393
- */
394
- readonly nextLink?: string;
395
- }
396
-
397
- /** Represents the properties of the Dns Resource Reference Request. */
398
- export interface DnsResourceReferenceRequest {
399
- /** A list of references to azure resources for which referencing dns records need to be queried. */
400
- targetResources?: SubResource[];
401
- }
402
-
403
- /** Represents the properties of the Dns Resource Reference Result. */
404
- export interface DnsResourceReferenceResult {
405
- /** The result of dns resource reference request. A list of dns resource references for each of the azure resource in the request */
406
- dnsResourceReferences?: DnsResourceReference[];
407
- }
408
-
409
- /** Represents a single Azure resource and its referencing DNS records. */
410
- export interface DnsResourceReference {
411
- /** A list of dns Records */
412
- dnsResources?: SubResource[];
413
- /** A reference to an azure resource from where the dns resource value is taken. */
414
- targetResource?: SubResource;
415
- }
416
-
417
- /** Parameters supplied to update a record set. */
418
- export interface RecordSetUpdateParameters {
419
- /** Specifies information about the record set being updated. */
420
- recordSet?: RecordSet;
421
- }
422
-
423
- /** Describes a DNS zone. */
424
- export interface Zone extends Resource {
425
- /** The etag of the zone. */
426
- etag?: string;
427
- /**
428
- * Metadata pertaining to creation and last modification of the resource.
429
- * NOTE: This property will not be serialized. It can only be populated by the server.
430
- */
431
- readonly systemData?: SystemData;
432
- /**
433
- * The maximum number of record sets that can be created in this DNS zone. This is a read-only property and any attempt to set this value will be ignored.
434
- * NOTE: This property will not be serialized. It can only be populated by the server.
435
- */
436
- readonly maxNumberOfRecordSets?: number;
437
- /**
438
- * The maximum number of records per record set that can be created in this DNS zone. This is a read-only property and any attempt to set this value will be ignored.
439
- * NOTE: This property will not be serialized. It can only be populated by the server.
440
- */
441
- readonly maxNumberOfRecordsPerRecordSet?: number;
442
- /**
443
- * The current number of record sets in this DNS zone. This is a read-only property and any attempt to set this value will be ignored.
444
- * NOTE: This property will not be serialized. It can only be populated by the server.
445
- */
446
- readonly numberOfRecordSets?: number;
447
- /**
448
- * The name servers for this DNS zone. This is a read-only property and any attempt to set this value will be ignored.
449
- * NOTE: This property will not be serialized. It can only be populated by the server.
450
- */
451
- readonly nameServers?: string[];
452
- /** The type of this DNS zone (Public or Private). */
453
- zoneType?: ZoneType;
454
- /** A list of references to virtual networks that register hostnames in this DNS zone. This is a only when ZoneType is Private. */
455
- registrationVirtualNetworks?: SubResource[];
456
- /** A list of references to virtual networks that resolve records in this DNS zone. This is a only when ZoneType is Private. */
457
- resolutionVirtualNetworks?: SubResource[];
458
- /**
459
- * The list of signing keys.
460
- * NOTE: This property will not be serialized. It can only be populated by the server.
461
- */
462
- readonly signingKeys?: SigningKey[];
463
- }
464
-
465
- /** Defines headers for DnssecConfigs_delete operation. */
466
- export interface DnssecConfigsDeleteHeaders {
467
- /** Location URI to poll for result */
468
- location?: string;
469
- }
470
-
471
- /** Defines headers for Zones_delete operation. */
472
- export interface ZonesDeleteHeaders {
473
- /** Location URI to poll for result */
474
- location?: string;
475
- }
476
-
477
- /** Known values of {@link CreatedByType} that the service accepts. */
478
- export enum KnownCreatedByType {
479
- /** User */
480
- User = "User",
481
- /** Application */
482
- Application = "Application",
483
- /** ManagedIdentity */
484
- ManagedIdentity = "ManagedIdentity",
485
- /** Key */
486
- Key = "Key",
487
- }
488
-
489
- /**
490
- * Defines values for CreatedByType. \
491
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
492
- * this enum contains the known values that the service supports.
493
- * ### Known values supported by the service
494
- * **User** \
495
- * **Application** \
496
- * **ManagedIdentity** \
497
- * **Key**
498
- */
499
- export type CreatedByType = string;
500
- /** Defines values for RecordType. */
501
- export type RecordType =
502
- | "A"
503
- | "AAAA"
504
- | "CAA"
505
- | "CNAME"
506
- | "MX"
507
- | "NS"
508
- | "PTR"
509
- | "SOA"
510
- | "SRV"
511
- | "TXT"
512
- | "TLSA"
513
- | "DS"
514
- | "NAPTR";
515
- /** Defines values for ZoneType. */
516
- export type ZoneType = "Public" | "Private";
517
-
518
- /** Optional parameters. */
519
- export interface DnssecConfigsCreateOrUpdateOptionalParams
520
- extends coreClient.OperationOptions {
521
- /** The etag of the DNSSEC configuration. Omit this value to always overwrite the DNSSEC configuration. Specify the last-seen etag value to prevent accidentally overwriting any concurrent changes. */
522
- ifMatch?: string;
523
- /** Set to '*' to allow this DNSSEC configuration to be created, but to prevent updating existing DNSSEC configuration. Other values will be ignored. */
524
- ifNoneMatch?: string;
525
- /** Delay to wait until next poll, in milliseconds. */
526
- updateIntervalInMs?: number;
527
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
528
- resumeFrom?: string;
529
- }
530
-
531
- /** Contains response data for the createOrUpdate operation. */
532
- export type DnssecConfigsCreateOrUpdateResponse = DnssecConfig;
533
-
534
- /** Optional parameters. */
535
- export interface DnssecConfigsDeleteOptionalParams
536
- extends coreClient.OperationOptions {
537
- /** The etag of this DNSSEC configuration. Omit this value to always delete the DNSSEC configuration. Specify the last-seen etag value to prevent accidentally deleting any concurrent changes. */
538
- ifMatch?: string;
539
- /** Delay to wait until next poll, in milliseconds. */
540
- updateIntervalInMs?: number;
541
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
542
- resumeFrom?: string;
543
- }
544
-
545
- /** Optional parameters. */
546
- export interface DnssecConfigsGetOptionalParams
547
- extends coreClient.OperationOptions {}
548
-
549
- /** Contains response data for the get operation. */
550
- export type DnssecConfigsGetResponse = DnssecConfig;
551
-
552
- /** Optional parameters. */
553
- export interface DnssecConfigsListByDnsZoneOptionalParams
554
- extends coreClient.OperationOptions {}
555
-
556
- /** Contains response data for the listByDnsZone operation. */
557
- export type DnssecConfigsListByDnsZoneResponse = DnssecConfigListResult;
558
-
559
- /** Optional parameters. */
560
- export interface DnssecConfigsListByDnsZoneNextOptionalParams
561
- extends coreClient.OperationOptions {}
562
-
563
- /** Contains response data for the listByDnsZoneNext operation. */
564
- export type DnssecConfigsListByDnsZoneNextResponse = DnssecConfigListResult;
565
-
566
- /** Optional parameters. */
567
- export interface RecordSetsUpdateOptionalParams
568
- extends coreClient.OperationOptions {
569
- /** 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. */
570
- ifMatch?: string;
571
- }
572
-
573
- /** Contains response data for the update operation. */
574
- export type RecordSetsUpdateResponse = RecordSet;
575
-
576
- /** Optional parameters. */
577
- export interface RecordSetsCreateOrUpdateOptionalParams
578
- extends coreClient.OperationOptions {
579
- /** 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. */
580
- ifMatch?: string;
581
- /** Set to '*' to allow a new record set to be created, but to prevent updating an existing record set. Other values will be ignored. */
582
- ifNoneMatch?: string;
583
- }
584
-
585
- /** Contains response data for the createOrUpdate operation. */
586
- export type RecordSetsCreateOrUpdateResponse = RecordSet;
587
-
588
- /** Optional parameters. */
589
- export interface RecordSetsDeleteOptionalParams
590
- extends coreClient.OperationOptions {
591
- /** 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. */
592
- ifMatch?: string;
593
- }
594
-
595
- /** Optional parameters. */
596
- export interface RecordSetsGetOptionalParams
597
- extends coreClient.OperationOptions {}
598
-
599
- /** Contains response data for the get operation. */
600
- export type RecordSetsGetResponse = RecordSet;
601
-
602
- /** Optional parameters. */
603
- export interface RecordSetsListByTypeOptionalParams
604
- extends coreClient.OperationOptions {
605
- /** The maximum number of record sets to return. If not specified, returns up to 100 record sets. */
606
- top?: number;
607
- /** The suffix label of the record set name that has to be used to filter the record set enumerations. If this parameter is specified, Enumeration will return only records that end with .<recordSetNameSuffix> */
608
- recordsetnamesuffix?: string;
609
- }
610
-
611
- /** Contains response data for the listByType operation. */
612
- export type RecordSetsListByTypeResponse = RecordSetListResult;
613
-
614
- /** Optional parameters. */
615
- export interface RecordSetsListByDnsZoneOptionalParams
616
- extends coreClient.OperationOptions {
617
- /** The maximum number of record sets to return. If not specified, returns up to 100 record sets. */
618
- top?: number;
619
- /** The suffix label of the record set name that has to be used to filter the record set enumerations. If this parameter is specified, Enumeration will return only records that end with .<recordSetNameSuffix> */
620
- recordsetnamesuffix?: string;
621
- }
622
-
623
- /** Contains response data for the listByDnsZone operation. */
624
- export type RecordSetsListByDnsZoneResponse = RecordSetListResult;
625
-
626
- /** Optional parameters. */
627
- export interface RecordSetsListAllByDnsZoneOptionalParams
628
- extends coreClient.OperationOptions {
629
- /** The maximum number of record sets to return. If not specified, returns up to 100 record sets. */
630
- top?: number;
631
- /** The suffix label of the record set name that has to be used to filter the record set enumerations. If this parameter is specified, Enumeration will return only records that end with .<recordSetNameSuffix> */
632
- recordSetNameSuffix?: string;
633
- }
634
-
635
- /** Contains response data for the listAllByDnsZone operation. */
636
- export type RecordSetsListAllByDnsZoneResponse = RecordSetListResult;
637
-
638
- /** Optional parameters. */
639
- export interface RecordSetsListByTypeNextOptionalParams
640
- extends coreClient.OperationOptions {}
641
-
642
- /** Contains response data for the listByTypeNext operation. */
643
- export type RecordSetsListByTypeNextResponse = RecordSetListResult;
644
-
645
- /** Optional parameters. */
646
- export interface RecordSetsListByDnsZoneNextOptionalParams
647
- extends coreClient.OperationOptions {}
648
-
649
- /** Contains response data for the listByDnsZoneNext operation. */
650
- export type RecordSetsListByDnsZoneNextResponse = RecordSetListResult;
651
-
652
- /** Optional parameters. */
653
- export interface RecordSetsListAllByDnsZoneNextOptionalParams
654
- extends coreClient.OperationOptions {}
655
-
656
- /** Contains response data for the listAllByDnsZoneNext operation. */
657
- export type RecordSetsListAllByDnsZoneNextResponse = RecordSetListResult;
658
-
659
- /** Optional parameters. */
660
- export interface ZonesCreateOrUpdateOptionalParams
661
- extends coreClient.OperationOptions {
662
- /** The etag of the DNS zone. Omit this value to always overwrite the current zone. Specify the last-seen etag value to prevent accidentally overwriting any concurrent changes. */
663
- ifMatch?: string;
664
- /** Set to '*' to allow a new DNS zone to be created, but to prevent updating an existing zone. Other values will be ignored. */
665
- ifNoneMatch?: string;
666
- }
667
-
668
- /** Contains response data for the createOrUpdate operation. */
669
- export type ZonesCreateOrUpdateResponse = Zone;
670
-
671
- /** Optional parameters. */
672
- export interface ZonesDeleteOptionalParams extends coreClient.OperationOptions {
673
- /** The etag of the DNS zone. Omit this value to always delete the current zone. Specify the last-seen etag value to prevent accidentally deleting any concurrent changes. */
674
- ifMatch?: string;
675
- /** Delay to wait until next poll, in milliseconds. */
676
- updateIntervalInMs?: number;
677
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
678
- resumeFrom?: string;
679
- }
680
-
681
- /** Optional parameters. */
682
- export interface ZonesGetOptionalParams extends coreClient.OperationOptions {}
683
-
684
- /** Contains response data for the get operation. */
685
- export type ZonesGetResponse = Zone;
686
-
687
- /** Optional parameters. */
688
- export interface ZonesUpdateOptionalParams extends coreClient.OperationOptions {
689
- /** The etag of the DNS zone. Omit this value to always overwrite the current zone. Specify the last-seen etag value to prevent accidentally overwriting any concurrent changes. */
690
- ifMatch?: string;
691
- }
692
-
693
- /** Contains response data for the update operation. */
694
- export type ZonesUpdateResponse = Zone;
695
-
696
- /** Optional parameters. */
697
- export interface ZonesListByResourceGroupOptionalParams
698
- extends coreClient.OperationOptions {
699
- /** The maximum number of record sets to return. If not specified, returns up to 100 record sets. */
700
- top?: number;
701
- }
702
-
703
- /** Contains response data for the listByResourceGroup operation. */
704
- export type ZonesListByResourceGroupResponse = ZoneListResult;
705
-
706
- /** Optional parameters. */
707
- export interface ZonesListOptionalParams extends coreClient.OperationOptions {
708
- /** The maximum number of DNS zones to return. If not specified, returns up to 100 zones. */
709
- top?: number;
710
- }
711
-
712
- /** Contains response data for the list operation. */
713
- export type ZonesListResponse = ZoneListResult;
714
-
715
- /** Optional parameters. */
716
- export interface ZonesListByResourceGroupNextOptionalParams
717
- extends coreClient.OperationOptions {}
718
-
719
- /** Contains response data for the listByResourceGroupNext operation. */
720
- export type ZonesListByResourceGroupNextResponse = ZoneListResult;
721
-
722
- /** Optional parameters. */
723
- export interface ZonesListNextOptionalParams
724
- extends coreClient.OperationOptions {}
725
-
726
- /** Contains response data for the listNext operation. */
727
- export type ZonesListNextResponse = ZoneListResult;
728
-
729
- /** Optional parameters. */
730
- export interface DnsResourceReferenceGetByTargetResourcesOptionalParams
731
- extends coreClient.OperationOptions {}
732
-
733
- /** Contains response data for the getByTargetResources operation. */
734
- export type DnsResourceReferenceGetByTargetResourcesResponse =
735
- DnsResourceReferenceResult;
736
-
737
- /** Optional parameters. */
738
- export interface DnsManagementClientOptionalParams
739
- extends coreClient.ServiceClientOptions {
740
- /** server parameter */
741
- $host?: string;
742
- /** Api Version */
743
- apiVersion?: string;
744
- /** Overrides client endpoint. */
745
- endpoint?: string;
746
- }