@azure/arm-domainservices 4.1.1-alpha.20250123.1 → 4.1.1-alpha.20250127.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (385) hide show
  1. package/{dist-esm/src → dist/browser}/domainServicesResourceProvider.d.ts +2 -2
  2. package/dist/browser/domainServicesResourceProvider.d.ts.map +1 -0
  3. package/{dist-esm/src → dist/browser}/domainServicesResourceProvider.js +15 -18
  4. package/dist/browser/domainServicesResourceProvider.js.map +1 -0
  5. package/dist/browser/index.d.ts +5 -0
  6. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  7. package/{dist-esm/src → dist/browser}/index.js +4 -4
  8. package/dist/browser/index.js.map +1 -0
  9. package/dist/browser/lroImpl.js +25 -0
  10. package/dist/browser/lroImpl.js.map +1 -0
  11. package/dist/browser/models/index.js.map +1 -0
  12. package/dist/browser/models/mappers.js.map +1 -0
  13. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  14. package/dist/browser/models/parameters.js.map +1 -0
  15. package/{dist-esm/src → dist/browser}/operations/domainServiceOperations.d.ts +3 -3
  16. package/dist/browser/operations/domainServiceOperations.d.ts.map +1 -0
  17. package/{dist-esm/src → dist/browser}/operations/domainServiceOperations.js +3 -3
  18. package/dist/browser/operations/domainServiceOperations.js.map +1 -0
  19. package/{dist-esm/src → dist/browser}/operations/domainServices.d.ts +3 -3
  20. package/dist/browser/operations/domainServices.d.ts.map +1 -0
  21. package/{dist-esm/src → dist/browser}/operations/domainServices.js +101 -113
  22. package/dist/browser/operations/domainServices.js.map +1 -0
  23. package/dist/browser/operations/index.d.ts +5 -0
  24. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  25. package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +4 -4
  26. package/dist/browser/operations/index.js.map +1 -0
  27. package/{dist-esm/src → dist/browser}/operations/ouContainerOperationGrp.d.ts +3 -3
  28. package/dist/browser/operations/ouContainerOperationGrp.d.ts.map +1 -0
  29. package/{dist-esm/src → dist/browser}/operations/ouContainerOperationGrp.js +113 -125
  30. package/dist/browser/operations/ouContainerOperationGrp.js.map +1 -0
  31. package/{dist-esm/src → dist/browser}/operations/ouContainerOperations.d.ts +3 -3
  32. package/dist/browser/operations/ouContainerOperations.d.ts.map +1 -0
  33. package/{dist-esm/src → dist/browser}/operations/ouContainerOperations.js +3 -3
  34. package/dist/browser/operations/ouContainerOperations.js.map +1 -0
  35. package/{dist-esm/src → dist/browser}/operationsInterfaces/domainServiceOperations.d.ts +1 -1
  36. package/dist/browser/operationsInterfaces/domainServiceOperations.d.ts.map +1 -0
  37. package/dist/browser/operationsInterfaces/domainServiceOperations.js.map +1 -0
  38. package/{dist-esm/src → dist/browser}/operationsInterfaces/domainServices.d.ts +1 -1
  39. package/dist/browser/operationsInterfaces/domainServices.d.ts.map +1 -0
  40. package/dist/browser/operationsInterfaces/domainServices.js.map +1 -0
  41. package/dist/browser/operationsInterfaces/index.d.ts +5 -0
  42. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  43. package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +4 -4
  44. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  45. package/{dist-esm/src → dist/browser}/operationsInterfaces/ouContainerOperationGrp.d.ts +1 -1
  46. package/dist/browser/operationsInterfaces/ouContainerOperationGrp.d.ts.map +1 -0
  47. package/dist/browser/operationsInterfaces/ouContainerOperationGrp.js.map +1 -0
  48. package/{dist-esm/src → dist/browser}/operationsInterfaces/ouContainerOperations.d.ts +1 -1
  49. package/dist/browser/operationsInterfaces/ouContainerOperations.d.ts.map +1 -0
  50. package/dist/browser/operationsInterfaces/ouContainerOperations.js.map +1 -0
  51. package/dist/browser/package.json +3 -0
  52. package/dist/browser/pagingHelper.js.map +1 -0
  53. package/dist/commonjs/domainServicesResourceProvider.d.ts +24 -0
  54. package/dist/commonjs/domainServicesResourceProvider.d.ts.map +1 -0
  55. package/dist/commonjs/domainServicesResourceProvider.js +106 -0
  56. package/dist/commonjs/domainServicesResourceProvider.js.map +1 -0
  57. package/dist/commonjs/index.d.ts +5 -0
  58. package/dist/commonjs/index.d.ts.map +1 -0
  59. package/dist/commonjs/index.js +19 -0
  60. package/dist/commonjs/index.js.map +1 -0
  61. package/dist/commonjs/lroImpl.d.ts +16 -0
  62. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  63. package/dist/commonjs/lroImpl.js +29 -0
  64. package/dist/commonjs/lroImpl.js.map +1 -0
  65. package/{types/arm-domainservices.d.ts → dist/commonjs/models/index.d.ts} +802 -1107
  66. package/dist/commonjs/models/index.d.ts.map +1 -0
  67. package/dist/commonjs/models/index.js +135 -0
  68. package/dist/commonjs/models/index.js.map +1 -0
  69. package/dist/commonjs/models/mappers.d.ts +27 -0
  70. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  71. package/dist/commonjs/models/mappers.js +1018 -0
  72. package/dist/commonjs/models/mappers.js.map +1 -0
  73. package/dist/commonjs/models/parameters.d.ts +13 -0
  74. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  75. package/dist/commonjs/models/parameters.js +120 -0
  76. package/dist/commonjs/models/parameters.js.map +1 -0
  77. package/dist/commonjs/operations/domainServiceOperations.d.ts +32 -0
  78. package/dist/commonjs/operations/domainServiceOperations.d.ts.map +1 -0
  79. package/dist/commonjs/operations/domainServiceOperations.js +138 -0
  80. package/dist/commonjs/operations/domainServiceOperations.js.map +1 -0
  81. package/dist/commonjs/operations/domainServices.d.ts +127 -0
  82. package/dist/commonjs/operations/domainServices.d.ts.map +1 -0
  83. package/dist/commonjs/operations/domainServices.js +545 -0
  84. package/dist/commonjs/operations/domainServices.js.map +1 -0
  85. package/dist/commonjs/operations/index.d.ts +5 -0
  86. package/dist/commonjs/operations/index.d.ts.map +1 -0
  87. package/dist/commonjs/operations/index.js +15 -0
  88. package/dist/commonjs/operations/index.js.map +1 -0
  89. package/dist/commonjs/operations/ouContainerOperationGrp.d.ts +111 -0
  90. package/dist/commonjs/operations/ouContainerOperationGrp.d.ts.map +1 -0
  91. package/dist/commonjs/operations/ouContainerOperationGrp.js +453 -0
  92. package/dist/commonjs/operations/ouContainerOperationGrp.js.map +1 -0
  93. package/dist/commonjs/operations/ouContainerOperations.d.ts +32 -0
  94. package/dist/commonjs/operations/ouContainerOperations.d.ts.map +1 -0
  95. package/dist/commonjs/operations/ouContainerOperations.js +138 -0
  96. package/dist/commonjs/operations/ouContainerOperations.js.map +1 -0
  97. package/dist/commonjs/operationsInterfaces/domainServiceOperations.d.ts +11 -0
  98. package/dist/commonjs/operationsInterfaces/domainServiceOperations.d.ts.map +1 -0
  99. package/dist/commonjs/operationsInterfaces/domainServiceOperations.js +10 -0
  100. package/dist/commonjs/operationsInterfaces/domainServiceOperations.js.map +1 -0
  101. package/dist/commonjs/operationsInterfaces/domainServices.d.ts +87 -0
  102. package/dist/commonjs/operationsInterfaces/domainServices.d.ts.map +1 -0
  103. package/dist/commonjs/operationsInterfaces/domainServices.js +10 -0
  104. package/dist/commonjs/operationsInterfaces/domainServices.js.map +1 -0
  105. package/dist/commonjs/operationsInterfaces/index.d.ts +5 -0
  106. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  107. package/dist/commonjs/operationsInterfaces/index.js +15 -0
  108. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  109. package/dist/commonjs/operationsInterfaces/ouContainerOperationGrp.d.ts +84 -0
  110. package/dist/commonjs/operationsInterfaces/ouContainerOperationGrp.d.ts.map +1 -0
  111. package/dist/commonjs/operationsInterfaces/ouContainerOperationGrp.js +10 -0
  112. package/dist/commonjs/operationsInterfaces/ouContainerOperationGrp.js.map +1 -0
  113. package/dist/commonjs/operationsInterfaces/ouContainerOperations.d.ts +11 -0
  114. package/dist/commonjs/operationsInterfaces/ouContainerOperations.d.ts.map +1 -0
  115. package/dist/commonjs/operationsInterfaces/ouContainerOperations.js +10 -0
  116. package/dist/commonjs/operationsInterfaces/ouContainerOperations.js.map +1 -0
  117. package/dist/commonjs/package.json +3 -0
  118. package/dist/commonjs/pagingHelper.d.ts +13 -0
  119. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  120. package/dist/commonjs/pagingHelper.js +36 -0
  121. package/dist/commonjs/pagingHelper.js.map +1 -0
  122. package/dist/esm/domainServicesResourceProvider.d.ts +24 -0
  123. package/dist/esm/domainServicesResourceProvider.d.ts.map +1 -0
  124. package/dist/esm/domainServicesResourceProvider.js +101 -0
  125. package/dist/esm/domainServicesResourceProvider.js.map +1 -0
  126. package/dist/esm/index.d.ts +5 -0
  127. package/dist/esm/index.d.ts.map +1 -0
  128. package/{src/index.ts → dist/esm/index.js} +5 -5
  129. package/dist/esm/index.js.map +1 -0
  130. package/dist/esm/lroImpl.d.ts +16 -0
  131. package/dist/esm/lroImpl.d.ts.map +1 -0
  132. package/dist/esm/lroImpl.js +25 -0
  133. package/dist/esm/lroImpl.js.map +1 -0
  134. package/dist/esm/models/index.d.ts +802 -0
  135. package/dist/esm/models/index.d.ts.map +1 -0
  136. package/dist/esm/models/index.js +132 -0
  137. package/dist/esm/models/index.js.map +1 -0
  138. package/dist/esm/models/mappers.d.ts +27 -0
  139. package/dist/esm/models/mappers.d.ts.map +1 -0
  140. package/dist/esm/models/mappers.js +1015 -0
  141. package/dist/esm/models/mappers.js.map +1 -0
  142. package/dist/esm/models/parameters.d.ts +13 -0
  143. package/dist/esm/models/parameters.d.ts.map +1 -0
  144. package/dist/esm/models/parameters.js +117 -0
  145. package/dist/esm/models/parameters.js.map +1 -0
  146. package/dist/esm/operations/domainServiceOperations.d.ts +32 -0
  147. package/dist/esm/operations/domainServiceOperations.d.ts.map +1 -0
  148. package/dist/esm/operations/domainServiceOperations.js +134 -0
  149. package/dist/esm/operations/domainServiceOperations.js.map +1 -0
  150. package/dist/esm/operations/domainServices.d.ts +127 -0
  151. package/dist/esm/operations/domainServices.d.ts.map +1 -0
  152. package/dist/esm/operations/domainServices.js +541 -0
  153. package/dist/esm/operations/domainServices.js.map +1 -0
  154. package/dist/esm/operations/index.d.ts +5 -0
  155. package/dist/esm/operations/index.d.ts.map +1 -0
  156. package/dist/esm/operations/index.js +12 -0
  157. package/dist/esm/operations/index.js.map +1 -0
  158. package/dist/esm/operations/ouContainerOperationGrp.d.ts +111 -0
  159. package/dist/esm/operations/ouContainerOperationGrp.d.ts.map +1 -0
  160. package/dist/esm/operations/ouContainerOperationGrp.js +449 -0
  161. package/dist/esm/operations/ouContainerOperationGrp.js.map +1 -0
  162. package/dist/esm/operations/ouContainerOperations.d.ts +32 -0
  163. package/dist/esm/operations/ouContainerOperations.d.ts.map +1 -0
  164. package/dist/esm/operations/ouContainerOperations.js +134 -0
  165. package/dist/esm/operations/ouContainerOperations.js.map +1 -0
  166. package/dist/esm/operationsInterfaces/domainServiceOperations.d.ts +11 -0
  167. package/dist/esm/operationsInterfaces/domainServiceOperations.d.ts.map +1 -0
  168. package/dist/esm/operationsInterfaces/domainServiceOperations.js +9 -0
  169. package/dist/esm/operationsInterfaces/domainServiceOperations.js.map +1 -0
  170. package/dist/esm/operationsInterfaces/domainServices.d.ts +87 -0
  171. package/dist/esm/operationsInterfaces/domainServices.d.ts.map +1 -0
  172. package/dist/esm/operationsInterfaces/domainServices.js +9 -0
  173. package/dist/esm/operationsInterfaces/domainServices.js.map +1 -0
  174. package/dist/esm/operationsInterfaces/index.d.ts +5 -0
  175. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  176. package/dist/esm/operationsInterfaces/index.js +12 -0
  177. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  178. package/dist/esm/operationsInterfaces/ouContainerOperationGrp.d.ts +84 -0
  179. package/dist/esm/operationsInterfaces/ouContainerOperationGrp.d.ts.map +1 -0
  180. package/dist/esm/operationsInterfaces/ouContainerOperationGrp.js +9 -0
  181. package/dist/esm/operationsInterfaces/ouContainerOperationGrp.js.map +1 -0
  182. package/dist/esm/operationsInterfaces/ouContainerOperations.d.ts +11 -0
  183. package/dist/esm/operationsInterfaces/ouContainerOperations.d.ts.map +1 -0
  184. package/dist/esm/operationsInterfaces/ouContainerOperations.js +9 -0
  185. package/dist/esm/operationsInterfaces/ouContainerOperations.js.map +1 -0
  186. package/dist/esm/package.json +3 -0
  187. package/dist/esm/pagingHelper.d.ts +13 -0
  188. package/dist/esm/pagingHelper.d.ts.map +1 -0
  189. package/dist/esm/pagingHelper.js +32 -0
  190. package/dist/esm/pagingHelper.js.map +1 -0
  191. package/dist/react-native/domainServicesResourceProvider.d.ts +24 -0
  192. package/dist/react-native/domainServicesResourceProvider.d.ts.map +1 -0
  193. package/dist/react-native/domainServicesResourceProvider.js +101 -0
  194. package/dist/react-native/domainServicesResourceProvider.js.map +1 -0
  195. package/dist/react-native/index.d.ts +5 -0
  196. package/dist/react-native/index.d.ts.map +1 -0
  197. package/dist/react-native/index.js +13 -0
  198. package/dist/react-native/index.js.map +1 -0
  199. package/dist/react-native/lroImpl.d.ts +16 -0
  200. package/dist/react-native/lroImpl.d.ts.map +1 -0
  201. package/dist/react-native/lroImpl.js +25 -0
  202. package/dist/react-native/lroImpl.js.map +1 -0
  203. package/dist/react-native/models/index.d.ts +802 -0
  204. package/dist/react-native/models/index.d.ts.map +1 -0
  205. package/dist/react-native/models/index.js +132 -0
  206. package/dist/react-native/models/index.js.map +1 -0
  207. package/dist/react-native/models/mappers.d.ts +27 -0
  208. package/dist/react-native/models/mappers.d.ts.map +1 -0
  209. package/dist/react-native/models/mappers.js +1015 -0
  210. package/dist/react-native/models/mappers.js.map +1 -0
  211. package/dist/react-native/models/parameters.d.ts +13 -0
  212. package/dist/react-native/models/parameters.d.ts.map +1 -0
  213. package/dist/react-native/models/parameters.js +117 -0
  214. package/dist/react-native/models/parameters.js.map +1 -0
  215. package/dist/react-native/operations/domainServiceOperations.d.ts +32 -0
  216. package/dist/react-native/operations/domainServiceOperations.d.ts.map +1 -0
  217. package/dist/react-native/operations/domainServiceOperations.js +134 -0
  218. package/dist/react-native/operations/domainServiceOperations.js.map +1 -0
  219. package/dist/react-native/operations/domainServices.d.ts +127 -0
  220. package/dist/react-native/operations/domainServices.d.ts.map +1 -0
  221. package/dist/react-native/operations/domainServices.js +541 -0
  222. package/dist/react-native/operations/domainServices.js.map +1 -0
  223. package/dist/react-native/operations/index.d.ts +5 -0
  224. package/dist/react-native/operations/index.d.ts.map +1 -0
  225. package/dist/react-native/operations/index.js +12 -0
  226. package/dist/react-native/operations/index.js.map +1 -0
  227. package/dist/react-native/operations/ouContainerOperationGrp.d.ts +111 -0
  228. package/dist/react-native/operations/ouContainerOperationGrp.d.ts.map +1 -0
  229. package/dist/react-native/operations/ouContainerOperationGrp.js +449 -0
  230. package/dist/react-native/operations/ouContainerOperationGrp.js.map +1 -0
  231. package/dist/react-native/operations/ouContainerOperations.d.ts +32 -0
  232. package/dist/react-native/operations/ouContainerOperations.d.ts.map +1 -0
  233. package/dist/react-native/operations/ouContainerOperations.js +134 -0
  234. package/dist/react-native/operations/ouContainerOperations.js.map +1 -0
  235. package/dist/react-native/operationsInterfaces/domainServiceOperations.d.ts +11 -0
  236. package/dist/react-native/operationsInterfaces/domainServiceOperations.d.ts.map +1 -0
  237. package/dist/react-native/operationsInterfaces/domainServiceOperations.js +9 -0
  238. package/dist/react-native/operationsInterfaces/domainServiceOperations.js.map +1 -0
  239. package/dist/react-native/operationsInterfaces/domainServices.d.ts +87 -0
  240. package/dist/react-native/operationsInterfaces/domainServices.d.ts.map +1 -0
  241. package/dist/react-native/operationsInterfaces/domainServices.js +9 -0
  242. package/dist/react-native/operationsInterfaces/domainServices.js.map +1 -0
  243. package/dist/react-native/operationsInterfaces/index.d.ts +5 -0
  244. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  245. package/dist/react-native/operationsInterfaces/index.js +12 -0
  246. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  247. package/dist/react-native/operationsInterfaces/ouContainerOperationGrp.d.ts +84 -0
  248. package/dist/react-native/operationsInterfaces/ouContainerOperationGrp.d.ts.map +1 -0
  249. package/dist/react-native/operationsInterfaces/ouContainerOperationGrp.js +9 -0
  250. package/dist/react-native/operationsInterfaces/ouContainerOperationGrp.js.map +1 -0
  251. package/dist/react-native/operationsInterfaces/ouContainerOperations.d.ts +11 -0
  252. package/dist/react-native/operationsInterfaces/ouContainerOperations.d.ts.map +1 -0
  253. package/dist/react-native/operationsInterfaces/ouContainerOperations.js +9 -0
  254. package/dist/react-native/operationsInterfaces/ouContainerOperations.js.map +1 -0
  255. package/dist/react-native/package.json +3 -0
  256. package/dist/react-native/pagingHelper.d.ts +13 -0
  257. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  258. package/dist/react-native/pagingHelper.js +32 -0
  259. package/dist/react-native/pagingHelper.js.map +1 -0
  260. package/package.json +65 -35
  261. package/dist/index.js +0 -2742
  262. package/dist/index.js.map +0 -1
  263. package/dist/index.min.js +0 -1
  264. package/dist/index.min.js.map +0 -1
  265. package/dist-esm/samples-dev/domainServiceOperationsListSample.d.ts +0 -2
  266. package/dist-esm/samples-dev/domainServiceOperationsListSample.d.ts.map +0 -1
  267. package/dist-esm/samples-dev/domainServiceOperationsListSample.js +0 -45
  268. package/dist-esm/samples-dev/domainServiceOperationsListSample.js.map +0 -1
  269. package/dist-esm/samples-dev/domainServicesCreateOrUpdateSample.d.ts +0 -2
  270. package/dist-esm/samples-dev/domainServicesCreateOrUpdateSample.d.ts.map +0 -1
  271. package/dist-esm/samples-dev/domainServicesCreateOrUpdateSample.js +0 -57
  272. package/dist-esm/samples-dev/domainServicesCreateOrUpdateSample.js.map +0 -1
  273. package/dist-esm/samples-dev/domainServicesDeleteSample.d.ts +0 -2
  274. package/dist-esm/samples-dev/domainServicesDeleteSample.d.ts.map +0 -1
  275. package/dist-esm/samples-dev/domainServicesDeleteSample.js +0 -31
  276. package/dist-esm/samples-dev/domainServicesDeleteSample.js.map +0 -1
  277. package/dist-esm/samples-dev/domainServicesGetSample.d.ts +0 -2
  278. package/dist-esm/samples-dev/domainServicesGetSample.d.ts.map +0 -1
  279. package/dist-esm/samples-dev/domainServicesGetSample.js +0 -31
  280. package/dist-esm/samples-dev/domainServicesGetSample.js.map +0 -1
  281. package/dist-esm/samples-dev/domainServicesListByResourceGroupSample.d.ts +0 -2
  282. package/dist-esm/samples-dev/domainServicesListByResourceGroupSample.d.ts.map +0 -1
  283. package/dist-esm/samples-dev/domainServicesListByResourceGroupSample.js +0 -46
  284. package/dist-esm/samples-dev/domainServicesListByResourceGroupSample.js.map +0 -1
  285. package/dist-esm/samples-dev/domainServicesListSample.d.ts +0 -2
  286. package/dist-esm/samples-dev/domainServicesListSample.d.ts.map +0 -1
  287. package/dist-esm/samples-dev/domainServicesListSample.js +0 -45
  288. package/dist-esm/samples-dev/domainServicesListSample.js.map +0 -1
  289. package/dist-esm/samples-dev/domainServicesUpdateSample.d.ts +0 -2
  290. package/dist-esm/samples-dev/domainServicesUpdateSample.d.ts.map +0 -1
  291. package/dist-esm/samples-dev/domainServicesUpdateSample.js +0 -71
  292. package/dist-esm/samples-dev/domainServicesUpdateSample.js.map +0 -1
  293. package/dist-esm/samples-dev/ouContainerCreateSample.d.ts +0 -2
  294. package/dist-esm/samples-dev/ouContainerCreateSample.d.ts.map +0 -1
  295. package/dist-esm/samples-dev/ouContainerCreateSample.js +0 -37
  296. package/dist-esm/samples-dev/ouContainerCreateSample.js.map +0 -1
  297. package/dist-esm/samples-dev/ouContainerDeleteSample.d.ts +0 -2
  298. package/dist-esm/samples-dev/ouContainerDeleteSample.d.ts.map +0 -1
  299. package/dist-esm/samples-dev/ouContainerDeleteSample.js +0 -32
  300. package/dist-esm/samples-dev/ouContainerDeleteSample.js.map +0 -1
  301. package/dist-esm/samples-dev/ouContainerGetSample.d.ts +0 -2
  302. package/dist-esm/samples-dev/ouContainerGetSample.d.ts.map +0 -1
  303. package/dist-esm/samples-dev/ouContainerGetSample.js +0 -32
  304. package/dist-esm/samples-dev/ouContainerGetSample.js.map +0 -1
  305. package/dist-esm/samples-dev/ouContainerListSample.d.ts +0 -2
  306. package/dist-esm/samples-dev/ouContainerListSample.d.ts.map +0 -1
  307. package/dist-esm/samples-dev/ouContainerListSample.js +0 -47
  308. package/dist-esm/samples-dev/ouContainerListSample.js.map +0 -1
  309. package/dist-esm/samples-dev/ouContainerOperationsListSample.d.ts +0 -2
  310. package/dist-esm/samples-dev/ouContainerOperationsListSample.d.ts.map +0 -1
  311. package/dist-esm/samples-dev/ouContainerOperationsListSample.js +0 -45
  312. package/dist-esm/samples-dev/ouContainerOperationsListSample.js.map +0 -1
  313. package/dist-esm/samples-dev/ouContainerUpdateSample.d.ts +0 -2
  314. package/dist-esm/samples-dev/ouContainerUpdateSample.d.ts.map +0 -1
  315. package/dist-esm/samples-dev/ouContainerUpdateSample.js +0 -37
  316. package/dist-esm/samples-dev/ouContainerUpdateSample.js.map +0 -1
  317. package/dist-esm/src/domainServicesResourceProvider.d.ts.map +0 -1
  318. package/dist-esm/src/domainServicesResourceProvider.js.map +0 -1
  319. package/dist-esm/src/index.d.ts +0 -5
  320. package/dist-esm/src/index.js.map +0 -1
  321. package/dist-esm/src/lroImpl.js +0 -29
  322. package/dist-esm/src/lroImpl.js.map +0 -1
  323. package/dist-esm/src/models/index.js.map +0 -1
  324. package/dist-esm/src/models/mappers.js.map +0 -1
  325. package/dist-esm/src/models/parameters.js.map +0 -1
  326. package/dist-esm/src/operations/domainServiceOperations.d.ts.map +0 -1
  327. package/dist-esm/src/operations/domainServiceOperations.js.map +0 -1
  328. package/dist-esm/src/operations/domainServices.d.ts.map +0 -1
  329. package/dist-esm/src/operations/domainServices.js.map +0 -1
  330. package/dist-esm/src/operations/index.d.ts +0 -5
  331. package/dist-esm/src/operations/index.js.map +0 -1
  332. package/dist-esm/src/operations/ouContainerOperationGrp.d.ts.map +0 -1
  333. package/dist-esm/src/operations/ouContainerOperationGrp.js.map +0 -1
  334. package/dist-esm/src/operations/ouContainerOperations.d.ts.map +0 -1
  335. package/dist-esm/src/operations/ouContainerOperations.js.map +0 -1
  336. package/dist-esm/src/operationsInterfaces/domainServiceOperations.d.ts.map +0 -1
  337. package/dist-esm/src/operationsInterfaces/domainServiceOperations.js.map +0 -1
  338. package/dist-esm/src/operationsInterfaces/domainServices.d.ts.map +0 -1
  339. package/dist-esm/src/operationsInterfaces/domainServices.js.map +0 -1
  340. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -5
  341. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  342. package/dist-esm/src/operationsInterfaces/ouContainerOperationGrp.d.ts.map +0 -1
  343. package/dist-esm/src/operationsInterfaces/ouContainerOperationGrp.js.map +0 -1
  344. package/dist-esm/src/operationsInterfaces/ouContainerOperations.d.ts.map +0 -1
  345. package/dist-esm/src/operationsInterfaces/ouContainerOperations.js.map +0 -1
  346. package/dist-esm/src/pagingHelper.js.map +0 -1
  347. package/dist-esm/test/sampleTest.d.ts +0 -2
  348. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  349. package/dist-esm/test/sampleTest.js +0 -42
  350. package/dist-esm/test/sampleTest.js.map +0 -1
  351. package/src/domainServicesResourceProvider.ts +0 -157
  352. package/src/lroImpl.ts +0 -34
  353. package/src/models/index.ts +0 -902
  354. package/src/models/mappers.ts +0 -1069
  355. package/src/models/parameters.ts +0 -136
  356. package/src/operations/domainServiceOperations.ts +0 -150
  357. package/src/operations/domainServices.ts +0 -725
  358. package/src/operations/index.ts +0 -12
  359. package/src/operations/ouContainerOperationGrp.ts +0 -648
  360. package/src/operations/ouContainerOperations.ts +0 -150
  361. package/src/operationsInterfaces/domainServiceOperations.ts +0 -25
  362. package/src/operationsInterfaces/domainServices.ts +0 -154
  363. package/src/operationsInterfaces/index.ts +0 -12
  364. package/src/operationsInterfaces/ouContainerOperationGrp.ts +0 -157
  365. package/src/operationsInterfaces/ouContainerOperations.ts +0 -25
  366. package/src/pagingHelper.ts +0 -39
  367. package/tsconfig.json +0 -33
  368. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  369. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  370. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  371. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  372. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  373. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  374. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  375. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  376. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  377. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  378. /package/{dist-esm/src → dist/browser}/operationsInterfaces/domainServiceOperations.js +0 -0
  379. /package/{dist-esm/src → dist/browser}/operationsInterfaces/domainServices.js +0 -0
  380. /package/{dist-esm/src → dist/browser}/operationsInterfaces/ouContainerOperationGrp.js +0 -0
  381. /package/{dist-esm/src → dist/browser}/operationsInterfaces/ouContainerOperations.js +0 -0
  382. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  383. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  384. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  385. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -1,1107 +1,802 @@
1
- import * as coreAuth from '@azure/core-auth';
2
- import * as coreClient from '@azure/core-client';
3
- import { PagedAsyncIterableIterator } from '@azure/core-paging';
4
- import { PollerLike } from '@azure/core-lro';
5
- import { PollOperationState } from '@azure/core-lro';
6
-
7
- /** An error response from the Domain Services. */
8
- export declare interface CloudError {
9
- /** An error response from the Domain Services. */
10
- error?: CloudErrorBody;
11
- }
12
-
13
- /** An error response from the Domain Services. */
14
- export declare interface CloudErrorBody {
15
- /** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */
16
- code?: string;
17
- /** A message describing the error, intended to be suitable for display in a user interface. */
18
- message?: string;
19
- /** The target of the particular error. For example, the name of the property in error. */
20
- target?: string;
21
- /** A list of additional details about the error. */
22
- details?: CloudErrorBody[];
23
- }
24
-
25
- /** Configuration Diagnostics */
26
- export declare interface ConfigDiagnostics {
27
- /** Last domain configuration diagnostics DateTime */
28
- lastExecuted?: Date;
29
- /** List of Configuration Diagnostics validator results. */
30
- validatorResults?: ConfigDiagnosticsValidatorResult[];
31
- }
32
-
33
- /** Config Diagnostics validator result data */
34
- export declare interface ConfigDiagnosticsValidatorResult {
35
- /** Validator identifier */
36
- validatorId?: string;
37
- /** Replica set location and subnet name */
38
- replicaSetSubnetDisplayName?: string;
39
- /** Status for individual validator after running diagnostics. */
40
- status?: Status;
41
- /** List of resource config validation issues. */
42
- issues?: ConfigDiagnosticsValidatorResultIssue[];
43
- }
44
-
45
- /** Specific issue for a particular config diagnostics validator */
46
- export declare interface ConfigDiagnosticsValidatorResultIssue {
47
- /** Validation issue identifier. */
48
- id?: string;
49
- /** List of domain resource property name or values used to compose a rich description. */
50
- descriptionParams?: string[];
51
- }
52
-
53
- /** Container Account Description */
54
- export declare interface ContainerAccount {
55
- /** The account name */
56
- accountName?: string;
57
- /** The account spn */
58
- spn?: string;
59
- /** The account password */
60
- password?: string;
61
- }
62
-
63
- /**
64
- * Defines values for CreatedByType. \
65
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
66
- * this enum contains the known values that the service supports.
67
- * ### Known values supported by the service
68
- * **User** \
69
- * **Application** \
70
- * **ManagedIdentity** \
71
- * **Key**
72
- */
73
- export declare type CreatedByType = string;
74
-
75
- /** Domain Security Settings */
76
- export declare interface DomainSecuritySettings {
77
- /** A flag to determine whether or not NtlmV1 is enabled or disabled. */
78
- ntlmV1?: NtlmV1;
79
- /** A flag to determine whether or not TlsV1 is enabled or disabled. */
80
- tlsV1?: TlsV1;
81
- /** A flag to determine whether or not SyncNtlmPasswords is enabled or disabled. */
82
- syncNtlmPasswords?: SyncNtlmPasswords;
83
- /** A flag to determine whether or not SyncKerberosPasswords is enabled or disabled. */
84
- syncKerberosPasswords?: SyncKerberosPasswords;
85
- /** A flag to determine whether or not SyncOnPremPasswords is enabled or disabled. */
86
- syncOnPremPasswords?: SyncOnPremPasswords;
87
- /** A flag to determine whether or not KerberosRc4Encryption is enabled or disabled. */
88
- kerberosRc4Encryption?: KerberosRc4Encryption;
89
- /** A flag to determine whether or not KerberosArmoring is enabled or disabled. */
90
- kerberosArmoring?: KerberosArmoring;
91
- }
92
-
93
- /** Domain service. */
94
- export declare interface DomainService extends Resource {
95
- /**
96
- * Data Model Version
97
- * NOTE: This property will not be serialized. It can only be populated by the server.
98
- */
99
- readonly version?: number;
100
- /**
101
- * Azure Active Directory Tenant Id
102
- * NOTE: This property will not be serialized. It can only be populated by the server.
103
- */
104
- readonly tenantId?: string;
105
- /** The name of the Azure domain that the user would like to deploy Domain Services to. */
106
- domainName?: string;
107
- /**
108
- * Deployment Id
109
- * NOTE: This property will not be serialized. It can only be populated by the server.
110
- */
111
- readonly deploymentId?: string;
112
- /**
113
- * SyncOwner ReplicaSet Id
114
- * NOTE: This property will not be serialized. It can only be populated by the server.
115
- */
116
- readonly syncOwner?: string;
117
- /** List of ReplicaSets */
118
- replicaSets?: ReplicaSet[];
119
- /** Secure LDAP Settings */
120
- ldapsSettings?: LdapsSettings;
121
- /** Resource Forest Settings */
122
- resourceForestSettings?: ResourceForestSettings;
123
- /** DomainSecurity Settings */
124
- domainSecuritySettings?: DomainSecuritySettings;
125
- /** Domain Configuration Type */
126
- domainConfigurationType?: string;
127
- /** Sku Type */
128
- sku?: string;
129
- /** Enabled or Disabled flag to turn on Group-based filtered sync */
130
- filteredSync?: FilteredSync;
131
- /** Notification Settings */
132
- notificationSettings?: NotificationSettings;
133
- /**
134
- * Migration Properties
135
- * NOTE: This property will not be serialized. It can only be populated by the server.
136
- */
137
- readonly migrationProperties?: MigrationProperties;
138
- /**
139
- * the current deployment or provisioning state, which only appears in the response.
140
- * NOTE: This property will not be serialized. It can only be populated by the server.
141
- */
142
- readonly provisioningState?: string;
143
- /** Configuration diagnostics data containing latest execution from client. */
144
- configDiagnostics?: ConfigDiagnostics;
145
- }
146
-
147
- /** The response from the List Domain Services operation. */
148
- export declare interface DomainServiceListResult {
149
- /** the list of domain services. */
150
- value?: DomainService[];
151
- /**
152
- * The continuation token for the next page of results.
153
- * NOTE: This property will not be serialized. It can only be populated by the server.
154
- */
155
- readonly nextLink?: string;
156
- }
157
-
158
- /** Interface representing a DomainServiceOperations. */
159
- export declare interface DomainServiceOperations {
160
- /**
161
- * Lists all the available Domain Services operations.
162
- * @param options The options parameters.
163
- */
164
- list(options?: DomainServiceOperationsListOptionalParams): PagedAsyncIterableIterator<OperationEntity>;
165
- }
166
-
167
- /** Optional parameters. */
168
- export declare interface DomainServiceOperationsListNextOptionalParams extends coreClient.OperationOptions {
169
- }
170
-
171
- /** Contains response data for the listNext operation. */
172
- export declare type DomainServiceOperationsListNextResponse = OperationEntityListResult;
173
-
174
- /** Optional parameters. */
175
- export declare interface DomainServiceOperationsListOptionalParams extends coreClient.OperationOptions {
176
- }
177
-
178
- /** Contains response data for the list operation. */
179
- export declare type DomainServiceOperationsListResponse = OperationEntityListResult;
180
-
181
- /** Interface representing a DomainServices. */
182
- export declare interface DomainServices {
183
- /**
184
- * The List Domain Services in Subscription operation lists all the domain services available under the
185
- * given subscription (and across all resource groups within that subscription).
186
- * @param options The options parameters.
187
- */
188
- list(options?: DomainServicesListOptionalParams): PagedAsyncIterableIterator<DomainService>;
189
- /**
190
- * The List Domain Services in Resource Group operation lists all the domain services available under
191
- * the given resource group.
192
- * @param resourceGroupName The name of the resource group within the user's subscription. The name is
193
- * case insensitive.
194
- * @param options The options parameters.
195
- */
196
- listByResourceGroup(resourceGroupName: string, options?: DomainServicesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<DomainService>;
197
- /**
198
- * The Create Domain Service operation creates a new domain service with the specified parameters. If
199
- * the specific service already exists, then any patchable properties will be updated and any immutable
200
- * properties will remain unchanged.
201
- * @param resourceGroupName The name of the resource group within the user's subscription. The name is
202
- * case insensitive.
203
- * @param domainServiceName The name of the domain service.
204
- * @param domainService Properties supplied to the Create or Update a Domain Service operation.
205
- * @param options The options parameters.
206
- */
207
- beginCreateOrUpdate(resourceGroupName: string, domainServiceName: string, domainService: DomainService, options?: DomainServicesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<DomainServicesCreateOrUpdateResponse>, DomainServicesCreateOrUpdateResponse>>;
208
- /**
209
- * The Create Domain Service operation creates a new domain service with the specified parameters. If
210
- * the specific service already exists, then any patchable properties will be updated and any immutable
211
- * properties will remain unchanged.
212
- * @param resourceGroupName The name of the resource group within the user's subscription. The name is
213
- * case insensitive.
214
- * @param domainServiceName The name of the domain service.
215
- * @param domainService Properties supplied to the Create or Update a Domain Service operation.
216
- * @param options The options parameters.
217
- */
218
- beginCreateOrUpdateAndWait(resourceGroupName: string, domainServiceName: string, domainService: DomainService, options?: DomainServicesCreateOrUpdateOptionalParams): Promise<DomainServicesCreateOrUpdateResponse>;
219
- /**
220
- * The Get Domain Service operation retrieves a json representation of the Domain Service.
221
- * @param resourceGroupName The name of the resource group within the user's subscription. The name is
222
- * case insensitive.
223
- * @param domainServiceName The name of the domain service.
224
- * @param options The options parameters.
225
- */
226
- get(resourceGroupName: string, domainServiceName: string, options?: DomainServicesGetOptionalParams): Promise<DomainServicesGetResponse>;
227
- /**
228
- * The Delete Domain Service operation deletes an existing Domain Service.
229
- * @param resourceGroupName The name of the resource group within the user's subscription. The name is
230
- * case insensitive.
231
- * @param domainServiceName The name of the domain service.
232
- * @param options The options parameters.
233
- */
234
- beginDelete(resourceGroupName: string, domainServiceName: string, options?: DomainServicesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
235
- /**
236
- * The Delete Domain Service operation deletes an existing Domain Service.
237
- * @param resourceGroupName The name of the resource group within the user's subscription. The name is
238
- * case insensitive.
239
- * @param domainServiceName The name of the domain service.
240
- * @param options The options parameters.
241
- */
242
- beginDeleteAndWait(resourceGroupName: string, domainServiceName: string, options?: DomainServicesDeleteOptionalParams): Promise<void>;
243
- /**
244
- * The Update Domain Service operation can be used to update the existing deployment. The update call
245
- * only supports the properties listed in the PATCH body.
246
- * @param resourceGroupName The name of the resource group within the user's subscription. The name is
247
- * case insensitive.
248
- * @param domainServiceName The name of the domain service.
249
- * @param domainService Properties supplied to the Update a Domain Service operation.
250
- * @param options The options parameters.
251
- */
252
- beginUpdate(resourceGroupName: string, domainServiceName: string, domainService: DomainService, options?: DomainServicesUpdateOptionalParams): Promise<PollerLike<PollOperationState<DomainServicesUpdateResponse>, DomainServicesUpdateResponse>>;
253
- /**
254
- * The Update Domain Service operation can be used to update the existing deployment. The update call
255
- * only supports the properties listed in the PATCH body.
256
- * @param resourceGroupName The name of the resource group within the user's subscription. The name is
257
- * case insensitive.
258
- * @param domainServiceName The name of the domain service.
259
- * @param domainService Properties supplied to the Update a Domain Service operation.
260
- * @param options The options parameters.
261
- */
262
- beginUpdateAndWait(resourceGroupName: string, domainServiceName: string, domainService: DomainService, options?: DomainServicesUpdateOptionalParams): Promise<DomainServicesUpdateResponse>;
263
- }
264
-
265
- /** Optional parameters. */
266
- export declare interface DomainServicesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
267
- /** Delay to wait until next poll, in milliseconds. */
268
- updateIntervalInMs?: number;
269
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
270
- resumeFrom?: string;
271
- }
272
-
273
- /** Contains response data for the createOrUpdate operation. */
274
- export declare type DomainServicesCreateOrUpdateResponse = DomainService;
275
-
276
- /** Optional parameters. */
277
- export declare interface DomainServicesDeleteOptionalParams extends coreClient.OperationOptions {
278
- /** Delay to wait until next poll, in milliseconds. */
279
- updateIntervalInMs?: number;
280
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
281
- resumeFrom?: string;
282
- }
283
-
284
- /** Optional parameters. */
285
- export declare interface DomainServicesGetOptionalParams extends coreClient.OperationOptions {
286
- }
287
-
288
- /** Contains response data for the get operation. */
289
- export declare type DomainServicesGetResponse = DomainService;
290
-
291
- /** Optional parameters. */
292
- export declare interface DomainServicesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
293
- }
294
-
295
- /** Contains response data for the listByResourceGroupNext operation. */
296
- export declare type DomainServicesListByResourceGroupNextResponse = DomainServiceListResult;
297
-
298
- /** Optional parameters. */
299
- export declare interface DomainServicesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
300
- }
301
-
302
- /** Contains response data for the listByResourceGroup operation. */
303
- export declare type DomainServicesListByResourceGroupResponse = DomainServiceListResult;
304
-
305
- /** Optional parameters. */
306
- export declare interface DomainServicesListNextOptionalParams extends coreClient.OperationOptions {
307
- }
308
-
309
- /** Contains response data for the listNext operation. */
310
- export declare type DomainServicesListNextResponse = DomainServiceListResult;
311
-
312
- /** Optional parameters. */
313
- export declare interface DomainServicesListOptionalParams extends coreClient.OperationOptions {
314
- }
315
-
316
- /** Contains response data for the list operation. */
317
- export declare type DomainServicesListResponse = DomainServiceListResult;
318
-
319
- export declare class DomainServicesResourceProvider extends coreClient.ServiceClient {
320
- $host: string;
321
- apiVersion: string;
322
- subscriptionId: string;
323
- /**
324
- * Initializes a new instance of the DomainServicesResourceProvider class.
325
- * @param credentials Subscription credentials which uniquely identify client subscription.
326
- * @param subscriptionId Gets subscription credentials which uniquely identify the Microsoft Azure
327
- * subscription. The subscription ID forms part of the URI for every service call.
328
- * @param options The parameter options
329
- */
330
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: DomainServicesResourceProviderOptionalParams);
331
- /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
332
- private addCustomApiVersionPolicy;
333
- domainServiceOperations: DomainServiceOperations;
334
- domainServices: DomainServices;
335
- ouContainerOperations: OuContainerOperations;
336
- ouContainerOperationGrp: OuContainerOperationGrp;
337
- }
338
-
339
- /** Optional parameters. */
340
- export declare interface DomainServicesResourceProviderOptionalParams extends coreClient.ServiceClientOptions {
341
- /** server parameter */
342
- $host?: string;
343
- /** Api Version */
344
- apiVersion?: string;
345
- /** Overrides client endpoint. */
346
- endpoint?: string;
347
- }
348
-
349
- /** Optional parameters. */
350
- export declare interface DomainServicesUpdateOptionalParams extends coreClient.OperationOptions {
351
- /** Delay to wait until next poll, in milliseconds. */
352
- updateIntervalInMs?: number;
353
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
354
- resumeFrom?: string;
355
- }
356
-
357
- /** Contains response data for the update operation. */
358
- export declare type DomainServicesUpdateResponse = DomainService;
359
-
360
- /**
361
- * Defines values for ExternalAccess. \
362
- * {@link KnownExternalAccess} can be used interchangeably with ExternalAccess,
363
- * this enum contains the known values that the service supports.
364
- * ### Known values supported by the service
365
- * **Enabled** \
366
- * **Disabled**
367
- */
368
- export declare type ExternalAccess = string;
369
-
370
- /**
371
- * Defines values for FilteredSync. \
372
- * {@link KnownFilteredSync} can be used interchangeably with FilteredSync,
373
- * this enum contains the known values that the service supports.
374
- * ### Known values supported by the service
375
- * **Enabled** \
376
- * **Disabled**
377
- */
378
- export declare type FilteredSync = string;
379
-
380
- /** Forest Trust Setting */
381
- export declare interface ForestTrust {
382
- /** Trusted Domain FQDN */
383
- trustedDomainFqdn?: string;
384
- /** Trust Direction */
385
- trustDirection?: string;
386
- /** Friendly Name */
387
- friendlyName?: string;
388
- /** Remote Dns ips */
389
- remoteDnsIps?: string;
390
- /** Trust Password */
391
- trustPassword?: string;
392
- }
393
-
394
- /**
395
- * Given a result page from a pageable operation, returns a
396
- * continuation token that can be used to begin paging from
397
- * that point later.
398
- * @param page A result object from calling .byPage() on a paged operation.
399
- * @returns The continuation token that can be passed into byPage().
400
- */
401
- export declare function getContinuationToken(page: unknown): string | undefined;
402
-
403
- /** Health Alert Description */
404
- export declare interface HealthAlert {
405
- /**
406
- * Health Alert Id
407
- * NOTE: This property will not be serialized. It can only be populated by the server.
408
- */
409
- readonly id?: string;
410
- /**
411
- * Health Alert Name
412
- * NOTE: This property will not be serialized. It can only be populated by the server.
413
- */
414
- readonly name?: string;
415
- /**
416
- * Health Alert Issue
417
- * NOTE: This property will not be serialized. It can only be populated by the server.
418
- */
419
- readonly issue?: string;
420
- /**
421
- * Health Alert Severity
422
- * NOTE: This property will not be serialized. It can only be populated by the server.
423
- */
424
- readonly severity?: string;
425
- /**
426
- * Health Alert Raised DateTime
427
- * NOTE: This property will not be serialized. It can only be populated by the server.
428
- */
429
- readonly raised?: Date;
430
- /**
431
- * Health Alert Last Detected DateTime
432
- * NOTE: This property will not be serialized. It can only be populated by the server.
433
- */
434
- readonly lastDetected?: Date;
435
- /**
436
- * Health Alert TSG Link
437
- * NOTE: This property will not be serialized. It can only be populated by the server.
438
- */
439
- readonly resolutionUri?: string;
440
- }
441
-
442
- /** Health Monitor Description */
443
- export declare interface HealthMonitor {
444
- /**
445
- * Health Monitor Id
446
- * NOTE: This property will not be serialized. It can only be populated by the server.
447
- */
448
- readonly id?: string;
449
- /**
450
- * Health Monitor Name
451
- * NOTE: This property will not be serialized. It can only be populated by the server.
452
- */
453
- readonly name?: string;
454
- /**
455
- * Health Monitor Details
456
- * NOTE: This property will not be serialized. It can only be populated by the server.
457
- */
458
- readonly details?: string;
459
- }
460
-
461
- /**
462
- * Defines values for KerberosArmoring. \
463
- * {@link KnownKerberosArmoring} can be used interchangeably with KerberosArmoring,
464
- * this enum contains the known values that the service supports.
465
- * ### Known values supported by the service
466
- * **Enabled** \
467
- * **Disabled**
468
- */
469
- export declare type KerberosArmoring = string;
470
-
471
- /**
472
- * Defines values for KerberosRc4Encryption. \
473
- * {@link KnownKerberosRc4Encryption} can be used interchangeably with KerberosRc4Encryption,
474
- * this enum contains the known values that the service supports.
475
- * ### Known values supported by the service
476
- * **Enabled** \
477
- * **Disabled**
478
- */
479
- export declare type KerberosRc4Encryption = string;
480
-
481
- /** Known values of {@link CreatedByType} that the service accepts. */
482
- export declare enum KnownCreatedByType {
483
- /** User */
484
- User = "User",
485
- /** Application */
486
- Application = "Application",
487
- /** ManagedIdentity */
488
- ManagedIdentity = "ManagedIdentity",
489
- /** Key */
490
- Key = "Key"
491
- }
492
-
493
- /** Known values of {@link ExternalAccess} that the service accepts. */
494
- export declare enum KnownExternalAccess {
495
- /** Enabled */
496
- Enabled = "Enabled",
497
- /** Disabled */
498
- Disabled = "Disabled"
499
- }
500
-
501
- /** Known values of {@link FilteredSync} that the service accepts. */
502
- export declare enum KnownFilteredSync {
503
- /** Enabled */
504
- Enabled = "Enabled",
505
- /** Disabled */
506
- Disabled = "Disabled"
507
- }
508
-
509
- /** Known values of {@link KerberosArmoring} that the service accepts. */
510
- export declare enum KnownKerberosArmoring {
511
- /** Enabled */
512
- Enabled = "Enabled",
513
- /** Disabled */
514
- Disabled = "Disabled"
515
- }
516
-
517
- /** Known values of {@link KerberosRc4Encryption} that the service accepts. */
518
- export declare enum KnownKerberosRc4Encryption {
519
- /** Enabled */
520
- Enabled = "Enabled",
521
- /** Disabled */
522
- Disabled = "Disabled"
523
- }
524
-
525
- /** Known values of {@link Ldaps} that the service accepts. */
526
- export declare enum KnownLdaps {
527
- /** Enabled */
528
- Enabled = "Enabled",
529
- /** Disabled */
530
- Disabled = "Disabled"
531
- }
532
-
533
- /** Known values of {@link NotifyDcAdmins} that the service accepts. */
534
- export declare enum KnownNotifyDcAdmins {
535
- /** Enabled */
536
- Enabled = "Enabled",
537
- /** Disabled */
538
- Disabled = "Disabled"
539
- }
540
-
541
- /** Known values of {@link NotifyGlobalAdmins} that the service accepts. */
542
- export declare enum KnownNotifyGlobalAdmins {
543
- /** Enabled */
544
- Enabled = "Enabled",
545
- /** Disabled */
546
- Disabled = "Disabled"
547
- }
548
-
549
- /** Known values of {@link NtlmV1} that the service accepts. */
550
- export declare enum KnownNtlmV1 {
551
- /** Enabled */
552
- Enabled = "Enabled",
553
- /** Disabled */
554
- Disabled = "Disabled"
555
- }
556
-
557
- /** Known values of {@link Status} that the service accepts. */
558
- export declare enum KnownStatus {
559
- /** None */
560
- None = "None",
561
- /** Running */
562
- Running = "Running",
563
- /** OK */
564
- OK = "OK",
565
- /** Failure */
566
- Failure = "Failure",
567
- /** Warning */
568
- Warning = "Warning",
569
- /** Skipped */
570
- Skipped = "Skipped"
571
- }
572
-
573
- /** Known values of {@link SyncKerberosPasswords} that the service accepts. */
574
- export declare enum KnownSyncKerberosPasswords {
575
- /** Enabled */
576
- Enabled = "Enabled",
577
- /** Disabled */
578
- Disabled = "Disabled"
579
- }
580
-
581
- /** Known values of {@link SyncNtlmPasswords} that the service accepts. */
582
- export declare enum KnownSyncNtlmPasswords {
583
- /** Enabled */
584
- Enabled = "Enabled",
585
- /** Disabled */
586
- Disabled = "Disabled"
587
- }
588
-
589
- /** Known values of {@link SyncOnPremPasswords} that the service accepts. */
590
- export declare enum KnownSyncOnPremPasswords {
591
- /** Enabled */
592
- Enabled = "Enabled",
593
- /** Disabled */
594
- Disabled = "Disabled"
595
- }
596
-
597
- /** Known values of {@link TlsV1} that the service accepts. */
598
- export declare enum KnownTlsV1 {
599
- /** Enabled */
600
- Enabled = "Enabled",
601
- /** Disabled */
602
- Disabled = "Disabled"
603
- }
604
-
605
- /**
606
- * Defines values for Ldaps. \
607
- * {@link KnownLdaps} can be used interchangeably with Ldaps,
608
- * this enum contains the known values that the service supports.
609
- * ### Known values supported by the service
610
- * **Enabled** \
611
- * **Disabled**
612
- */
613
- export declare type Ldaps = string;
614
-
615
- /** Secure LDAP Settings */
616
- export declare interface LdapsSettings {
617
- /** A flag to determine whether or not Secure LDAP is enabled or disabled. */
618
- ldaps?: Ldaps;
619
- /** The certificate required to configure Secure LDAP. The parameter passed here should be a base64encoded representation of the certificate pfx file. */
620
- pfxCertificate?: string;
621
- /** The password to decrypt the provided Secure LDAP certificate pfx file. */
622
- pfxCertificatePassword?: string;
623
- /**
624
- * Public certificate used to configure secure ldap.
625
- * NOTE: This property will not be serialized. It can only be populated by the server.
626
- */
627
- readonly publicCertificate?: string;
628
- /**
629
- * Thumbprint of configure ldaps certificate.
630
- * NOTE: This property will not be serialized. It can only be populated by the server.
631
- */
632
- readonly certificateThumbprint?: string;
633
- /**
634
- * NotAfter DateTime of configure ldaps certificate.
635
- * NOTE: This property will not be serialized. It can only be populated by the server.
636
- */
637
- readonly certificateNotAfter?: Date;
638
- /** A flag to determine whether or not Secure LDAP access over the internet is enabled or disabled. */
639
- externalAccess?: ExternalAccess;
640
- }
641
-
642
- /** Migration Progress */
643
- export declare interface MigrationProgress {
644
- /** Completion Percentage */
645
- completionPercentage?: number;
646
- /** Progress Message */
647
- progressMessage?: string;
648
- }
649
-
650
- /** Migration Properties */
651
- export declare interface MigrationProperties {
652
- /**
653
- * Old Subnet Id
654
- * NOTE: This property will not be serialized. It can only be populated by the server.
655
- */
656
- readonly oldSubnetId?: string;
657
- /**
658
- * Old Vnet Site Id
659
- * NOTE: This property will not be serialized. It can only be populated by the server.
660
- */
661
- readonly oldVnetSiteId?: string;
662
- /**
663
- * Migration Progress
664
- * NOTE: This property will not be serialized. It can only be populated by the server.
665
- */
666
- readonly migrationProgress?: MigrationProgress;
667
- }
668
-
669
- /** Settings for notification */
670
- export declare interface NotificationSettings {
671
- /** Should global admins be notified */
672
- notifyGlobalAdmins?: NotifyGlobalAdmins;
673
- /** Should domain controller admins be notified */
674
- notifyDcAdmins?: NotifyDcAdmins;
675
- /** The list of additional recipients */
676
- additionalRecipients?: string[];
677
- }
678
-
679
- /**
680
- * Defines values for NotifyDcAdmins. \
681
- * {@link KnownNotifyDcAdmins} can be used interchangeably with NotifyDcAdmins,
682
- * this enum contains the known values that the service supports.
683
- * ### Known values supported by the service
684
- * **Enabled** \
685
- * **Disabled**
686
- */
687
- export declare type NotifyDcAdmins = string;
688
-
689
- /**
690
- * Defines values for NotifyGlobalAdmins. \
691
- * {@link KnownNotifyGlobalAdmins} can be used interchangeably with NotifyGlobalAdmins,
692
- * this enum contains the known values that the service supports.
693
- * ### Known values supported by the service
694
- * **Enabled** \
695
- * **Disabled**
696
- */
697
- export declare type NotifyGlobalAdmins = string;
698
-
699
- /**
700
- * Defines values for NtlmV1. \
701
- * {@link KnownNtlmV1} can be used interchangeably with NtlmV1,
702
- * this enum contains the known values that the service supports.
703
- * ### Known values supported by the service
704
- * **Enabled** \
705
- * **Disabled**
706
- */
707
- export declare type NtlmV1 = string;
708
-
709
- /** The operation supported by Domain Services. */
710
- export declare interface OperationDisplayInfo {
711
- /** The description of the operation. */
712
- description?: string;
713
- /** The action that users can perform, based on their permission level. */
714
- operation?: string;
715
- /** Service provider: Domain Services. */
716
- provider?: string;
717
- /** Resource on which the operation is performed. */
718
- resource?: string;
719
- }
720
-
721
- /** The operation supported by Domain Services. */
722
- export declare interface OperationEntity {
723
- /** Operation name: {provider}/{resource}/{operation}. */
724
- name?: string;
725
- /** The operation supported by Domain Services. */
726
- display?: OperationDisplayInfo;
727
- /** The origin of the operation. */
728
- origin?: string;
729
- }
730
-
731
- /** The list of domain service operation response. */
732
- export declare interface OperationEntityListResult {
733
- /** The list of operations. */
734
- value?: OperationEntity[];
735
- /**
736
- * The continuation token for the next page of results.
737
- * NOTE: This property will not be serialized. It can only be populated by the server.
738
- */
739
- readonly nextLink?: string;
740
- }
741
-
742
- /** Resource for OuContainer. */
743
- export declare interface OuContainer extends Resource {
744
- /**
745
- * Azure Active Directory tenant id
746
- * NOTE: This property will not be serialized. It can only be populated by the server.
747
- */
748
- readonly tenantId?: string;
749
- /**
750
- * The domain name of Domain Services.
751
- * NOTE: This property will not be serialized. It can only be populated by the server.
752
- */
753
- readonly domainName?: string;
754
- /**
755
- * The Deployment id
756
- * NOTE: This property will not be serialized. It can only be populated by the server.
757
- */
758
- readonly deploymentId?: string;
759
- /**
760
- * The OuContainer name
761
- * NOTE: This property will not be serialized. It can only be populated by the server.
762
- */
763
- readonly containerId?: string;
764
- /** The list of container accounts */
765
- accounts?: ContainerAccount[];
766
- /**
767
- * Status of OuContainer instance
768
- * NOTE: This property will not be serialized. It can only be populated by the server.
769
- */
770
- readonly serviceStatus?: string;
771
- /**
772
- * Distinguished Name of OuContainer instance
773
- * NOTE: This property will not be serialized. It can only be populated by the server.
774
- */
775
- readonly distinguishedName?: string;
776
- /**
777
- * The current deployment or provisioning state, which only appears in the response.
778
- * NOTE: This property will not be serialized. It can only be populated by the server.
779
- */
780
- readonly provisioningState?: string;
781
- }
782
-
783
- /** Optional parameters. */
784
- export declare interface OuContainerCreateOptionalParams extends coreClient.OperationOptions {
785
- /** Delay to wait until next poll, in milliseconds. */
786
- updateIntervalInMs?: number;
787
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
788
- resumeFrom?: string;
789
- }
790
-
791
- /** Contains response data for the create operation. */
792
- export declare type OuContainerCreateResponse = OuContainer;
793
-
794
- /** Optional parameters. */
795
- export declare interface OuContainerDeleteOptionalParams extends coreClient.OperationOptions {
796
- /** Delay to wait until next poll, in milliseconds. */
797
- updateIntervalInMs?: number;
798
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
799
- resumeFrom?: string;
800
- }
801
-
802
- /** Optional parameters. */
803
- export declare interface OuContainerGetOptionalParams extends coreClient.OperationOptions {
804
- }
805
-
806
- /** Contains response data for the get operation. */
807
- export declare type OuContainerGetResponse = OuContainer;
808
-
809
- /** Optional parameters. */
810
- export declare interface OuContainerListNextOptionalParams extends coreClient.OperationOptions {
811
- }
812
-
813
- /** Contains response data for the listNext operation. */
814
- export declare type OuContainerListNextResponse = OuContainerListResult;
815
-
816
- /** Optional parameters. */
817
- export declare interface OuContainerListOptionalParams extends coreClient.OperationOptions {
818
- }
819
-
820
- /** Contains response data for the list operation. */
821
- export declare type OuContainerListResponse = OuContainerListResult;
822
-
823
- /** The response from the List OuContainer operation. */
824
- export declare interface OuContainerListResult {
825
- /** The list of OuContainer. */
826
- value?: OuContainer[];
827
- /**
828
- * The continuation token for the next page of results.
829
- * NOTE: This property will not be serialized. It can only be populated by the server.
830
- */
831
- readonly nextLink?: string;
832
- }
833
-
834
- /** Interface representing a OuContainerOperationGrp. */
835
- export declare interface OuContainerOperationGrp {
836
- /**
837
- * The List of OuContainers in DomainService instance.
838
- * @param resourceGroupName The name of the resource group within the user's subscription. The name is
839
- * case insensitive.
840
- * @param domainServiceName The name of the domain service.
841
- * @param options The options parameters.
842
- */
843
- list(resourceGroupName: string, domainServiceName: string, options?: OuContainerListOptionalParams): PagedAsyncIterableIterator<OuContainer>;
844
- /**
845
- * Get OuContainer in DomainService instance.
846
- * @param resourceGroupName The name of the resource group within the user's subscription. The name is
847
- * case insensitive.
848
- * @param domainServiceName The name of the domain service.
849
- * @param ouContainerName The name of the OuContainer.
850
- * @param options The options parameters.
851
- */
852
- get(resourceGroupName: string, domainServiceName: string, ouContainerName: string, options?: OuContainerGetOptionalParams): Promise<OuContainerGetResponse>;
853
- /**
854
- * The Create OuContainer operation creates a new OuContainer under the specified Domain Service
855
- * instance.
856
- * @param resourceGroupName The name of the resource group within the user's subscription. The name is
857
- * case insensitive.
858
- * @param domainServiceName The name of the domain service.
859
- * @param ouContainerName The name of the OuContainer.
860
- * @param containerAccount Container Account Description.
861
- * @param options The options parameters.
862
- */
863
- beginCreate(resourceGroupName: string, domainServiceName: string, ouContainerName: string, containerAccount: ContainerAccount, options?: OuContainerCreateOptionalParams): Promise<PollerLike<PollOperationState<OuContainerCreateResponse>, OuContainerCreateResponse>>;
864
- /**
865
- * The Create OuContainer operation creates a new OuContainer under the specified Domain Service
866
- * instance.
867
- * @param resourceGroupName The name of the resource group within the user's subscription. The name is
868
- * case insensitive.
869
- * @param domainServiceName The name of the domain service.
870
- * @param ouContainerName The name of the OuContainer.
871
- * @param containerAccount Container Account Description.
872
- * @param options The options parameters.
873
- */
874
- beginCreateAndWait(resourceGroupName: string, domainServiceName: string, ouContainerName: string, containerAccount: ContainerAccount, options?: OuContainerCreateOptionalParams): Promise<OuContainerCreateResponse>;
875
- /**
876
- * The Delete OuContainer operation deletes specified OuContainer.
877
- * @param resourceGroupName The name of the resource group within the user's subscription. The name is
878
- * case insensitive.
879
- * @param domainServiceName The name of the domain service.
880
- * @param ouContainerName The name of the OuContainer.
881
- * @param options The options parameters.
882
- */
883
- beginDelete(resourceGroupName: string, domainServiceName: string, ouContainerName: string, options?: OuContainerDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
884
- /**
885
- * The Delete OuContainer operation deletes specified OuContainer.
886
- * @param resourceGroupName The name of the resource group within the user's subscription. The name is
887
- * case insensitive.
888
- * @param domainServiceName The name of the domain service.
889
- * @param ouContainerName The name of the OuContainer.
890
- * @param options The options parameters.
891
- */
892
- beginDeleteAndWait(resourceGroupName: string, domainServiceName: string, ouContainerName: string, options?: OuContainerDeleteOptionalParams): Promise<void>;
893
- /**
894
- * The Update OuContainer operation can be used to update the existing OuContainers.
895
- * @param resourceGroupName The name of the resource group within the user's subscription. The name is
896
- * case insensitive.
897
- * @param domainServiceName The name of the domain service.
898
- * @param ouContainerName The name of the OuContainer.
899
- * @param containerAccount Container Account Description.
900
- * @param options The options parameters.
901
- */
902
- beginUpdate(resourceGroupName: string, domainServiceName: string, ouContainerName: string, containerAccount: ContainerAccount, options?: OuContainerUpdateOptionalParams): Promise<PollerLike<PollOperationState<OuContainerUpdateResponse>, OuContainerUpdateResponse>>;
903
- /**
904
- * The Update OuContainer operation can be used to update the existing OuContainers.
905
- * @param resourceGroupName The name of the resource group within the user's subscription. The name is
906
- * case insensitive.
907
- * @param domainServiceName The name of the domain service.
908
- * @param ouContainerName The name of the OuContainer.
909
- * @param containerAccount Container Account Description.
910
- * @param options The options parameters.
911
- */
912
- beginUpdateAndWait(resourceGroupName: string, domainServiceName: string, ouContainerName: string, containerAccount: ContainerAccount, options?: OuContainerUpdateOptionalParams): Promise<OuContainerUpdateResponse>;
913
- }
914
-
915
- /** Interface representing a OuContainerOperations. */
916
- export declare interface OuContainerOperations {
917
- /**
918
- * Lists all the available OuContainer operations.
919
- * @param options The options parameters.
920
- */
921
- list(options?: OuContainerOperationsListOptionalParams): PagedAsyncIterableIterator<OperationEntity>;
922
- }
923
-
924
- /** Optional parameters. */
925
- export declare interface OuContainerOperationsListNextOptionalParams extends coreClient.OperationOptions {
926
- }
927
-
928
- /** Contains response data for the listNext operation. */
929
- export declare type OuContainerOperationsListNextResponse = OperationEntityListResult;
930
-
931
- /** Optional parameters. */
932
- export declare interface OuContainerOperationsListOptionalParams extends coreClient.OperationOptions {
933
- }
934
-
935
- /** Contains response data for the list operation. */
936
- export declare type OuContainerOperationsListResponse = OperationEntityListResult;
937
-
938
- /** Optional parameters. */
939
- export declare interface OuContainerUpdateOptionalParams extends coreClient.OperationOptions {
940
- /** Delay to wait until next poll, in milliseconds. */
941
- updateIntervalInMs?: number;
942
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
943
- resumeFrom?: string;
944
- }
945
-
946
- /** Contains response data for the update operation. */
947
- export declare type OuContainerUpdateResponse = OuContainer;
948
-
949
- /** Replica Set Definition */
950
- export declare interface ReplicaSet {
951
- /**
952
- * ReplicaSet Id
953
- * NOTE: This property will not be serialized. It can only be populated by the server.
954
- */
955
- readonly replicaSetId?: string;
956
- /** Virtual network location */
957
- location?: string;
958
- /**
959
- * Virtual network site id
960
- * NOTE: This property will not be serialized. It can only be populated by the server.
961
- */
962
- readonly vnetSiteId?: string;
963
- /** The name of the virtual network that Domain Services will be deployed on. The id of the subnet that Domain Services will be deployed on. /virtualNetwork/vnetName/subnets/subnetName. */
964
- subnetId?: string;
965
- /**
966
- * List of Domain Controller IP Address
967
- * NOTE: This property will not be serialized. It can only be populated by the server.
968
- */
969
- readonly domainControllerIpAddress?: string[];
970
- /**
971
- * External access ip address.
972
- * NOTE: This property will not be serialized. It can only be populated by the server.
973
- */
974
- readonly externalAccessIpAddress?: string;
975
- /**
976
- * Status of Domain Service instance
977
- * NOTE: This property will not be serialized. It can only be populated by the server.
978
- */
979
- readonly serviceStatus?: string;
980
- /**
981
- * Last domain evaluation run DateTime
982
- * NOTE: This property will not be serialized. It can only be populated by the server.
983
- */
984
- readonly healthLastEvaluated?: Date;
985
- /**
986
- * List of Domain Health Monitors
987
- * NOTE: This property will not be serialized. It can only be populated by the server.
988
- */
989
- readonly healthMonitors?: HealthMonitor[];
990
- /**
991
- * List of Domain Health Alerts
992
- * NOTE: This property will not be serialized. It can only be populated by the server.
993
- */
994
- readonly healthAlerts?: HealthAlert[];
995
- }
996
-
997
- /** The Resource model definition. */
998
- export declare interface Resource {
999
- /**
1000
- * Resource Id
1001
- * NOTE: This property will not be serialized. It can only be populated by the server.
1002
- */
1003
- readonly id?: string;
1004
- /**
1005
- * Resource name
1006
- * NOTE: This property will not be serialized. It can only be populated by the server.
1007
- */
1008
- readonly name?: string;
1009
- /**
1010
- * Resource type
1011
- * NOTE: This property will not be serialized. It can only be populated by the server.
1012
- */
1013
- readonly type?: string;
1014
- /** Resource location */
1015
- location?: string;
1016
- /** Resource tags */
1017
- tags?: {
1018
- [propertyName: string]: string;
1019
- };
1020
- /** Resource etag */
1021
- etag?: string;
1022
- /**
1023
- * The system meta data relating to this resource.
1024
- * NOTE: This property will not be serialized. It can only be populated by the server.
1025
- */
1026
- readonly systemData?: SystemData;
1027
- }
1028
-
1029
- /** Settings for Resource Forest */
1030
- export declare interface ResourceForestSettings {
1031
- /** List of settings for Resource Forest */
1032
- settings?: ForestTrust[];
1033
- /** Resource Forest */
1034
- resourceForest?: string;
1035
- }
1036
-
1037
- /**
1038
- * Defines values for Status. \
1039
- * {@link KnownStatus} can be used interchangeably with Status,
1040
- * this enum contains the known values that the service supports.
1041
- * ### Known values supported by the service
1042
- * **None** \
1043
- * **Running** \
1044
- * **OK** \
1045
- * **Failure** \
1046
- * **Warning** \
1047
- * **Skipped**
1048
- */
1049
- export declare type Status = string;
1050
-
1051
- /**
1052
- * Defines values for SyncKerberosPasswords. \
1053
- * {@link KnownSyncKerberosPasswords} can be used interchangeably with SyncKerberosPasswords,
1054
- * this enum contains the known values that the service supports.
1055
- * ### Known values supported by the service
1056
- * **Enabled** \
1057
- * **Disabled**
1058
- */
1059
- export declare type SyncKerberosPasswords = string;
1060
-
1061
- /**
1062
- * Defines values for SyncNtlmPasswords. \
1063
- * {@link KnownSyncNtlmPasswords} can be used interchangeably with SyncNtlmPasswords,
1064
- * this enum contains the known values that the service supports.
1065
- * ### Known values supported by the service
1066
- * **Enabled** \
1067
- * **Disabled**
1068
- */
1069
- export declare type SyncNtlmPasswords = string;
1070
-
1071
- /**
1072
- * Defines values for SyncOnPremPasswords. \
1073
- * {@link KnownSyncOnPremPasswords} can be used interchangeably with SyncOnPremPasswords,
1074
- * this enum contains the known values that the service supports.
1075
- * ### Known values supported by the service
1076
- * **Enabled** \
1077
- * **Disabled**
1078
- */
1079
- export declare type SyncOnPremPasswords = string;
1080
-
1081
- /** Metadata pertaining to creation and last modification of the resource. */
1082
- export declare interface SystemData {
1083
- /** The identity that created the resource. */
1084
- createdBy?: string;
1085
- /** The type of identity that created the resource. */
1086
- createdByType?: CreatedByType;
1087
- /** The timestamp of resource creation (UTC). */
1088
- createdAt?: Date;
1089
- /** The identity that last modified the resource. */
1090
- lastModifiedBy?: string;
1091
- /** The type of identity that last modified the resource. */
1092
- lastModifiedByType?: CreatedByType;
1093
- /** The timestamp of resource last modification (UTC) */
1094
- lastModifiedAt?: Date;
1095
- }
1096
-
1097
- /**
1098
- * Defines values for TlsV1. \
1099
- * {@link KnownTlsV1} can be used interchangeably with TlsV1,
1100
- * this enum contains the known values that the service supports.
1101
- * ### Known values supported by the service
1102
- * **Enabled** \
1103
- * **Disabled**
1104
- */
1105
- export declare type TlsV1 = string;
1106
-
1107
- export { }
1
+ import * as coreClient from "@azure/core-client";
2
+ /** The list of domain service operation response. */
3
+ export interface OperationEntityListResult {
4
+ /** The list of operations. */
5
+ value?: OperationEntity[];
6
+ /**
7
+ * The continuation token for the next page of results.
8
+ * NOTE: This property will not be serialized. It can only be populated by the server.
9
+ */
10
+ readonly nextLink?: string;
11
+ }
12
+ /** The operation supported by Domain Services. */
13
+ export interface OperationEntity {
14
+ /** Operation name: {provider}/{resource}/{operation}. */
15
+ name?: string;
16
+ /** The operation supported by Domain Services. */
17
+ display?: OperationDisplayInfo;
18
+ /** The origin of the operation. */
19
+ origin?: string;
20
+ }
21
+ /** The operation supported by Domain Services. */
22
+ export interface OperationDisplayInfo {
23
+ /** The description of the operation. */
24
+ description?: string;
25
+ /** The action that users can perform, based on their permission level. */
26
+ operation?: string;
27
+ /** Service provider: Domain Services. */
28
+ provider?: string;
29
+ /** Resource on which the operation is performed. */
30
+ resource?: string;
31
+ }
32
+ /** An error response from the Domain Services. */
33
+ export interface CloudError {
34
+ /** An error response from the Domain Services. */
35
+ error?: CloudErrorBody;
36
+ }
37
+ /** An error response from the Domain Services. */
38
+ export interface CloudErrorBody {
39
+ /** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */
40
+ code?: string;
41
+ /** A message describing the error, intended to be suitable for display in a user interface. */
42
+ message?: string;
43
+ /** The target of the particular error. For example, the name of the property in error. */
44
+ target?: string;
45
+ /** A list of additional details about the error. */
46
+ details?: CloudErrorBody[];
47
+ }
48
+ /** The response from the List Domain Services operation. */
49
+ export interface DomainServiceListResult {
50
+ /** the list of domain services. */
51
+ value?: DomainService[];
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
+ /** Replica Set Definition */
59
+ export interface ReplicaSet {
60
+ /**
61
+ * ReplicaSet Id
62
+ * NOTE: This property will not be serialized. It can only be populated by the server.
63
+ */
64
+ readonly replicaSetId?: string;
65
+ /** Virtual network location */
66
+ location?: string;
67
+ /**
68
+ * Virtual network site id
69
+ * NOTE: This property will not be serialized. It can only be populated by the server.
70
+ */
71
+ readonly vnetSiteId?: string;
72
+ /** The name of the virtual network that Domain Services will be deployed on. The id of the subnet that Domain Services will be deployed on. /virtualNetwork/vnetName/subnets/subnetName. */
73
+ subnetId?: string;
74
+ /**
75
+ * List of Domain Controller IP Address
76
+ * NOTE: This property will not be serialized. It can only be populated by the server.
77
+ */
78
+ readonly domainControllerIpAddress?: string[];
79
+ /**
80
+ * External access ip address.
81
+ * NOTE: This property will not be serialized. It can only be populated by the server.
82
+ */
83
+ readonly externalAccessIpAddress?: string;
84
+ /**
85
+ * Status of Domain Service instance
86
+ * NOTE: This property will not be serialized. It can only be populated by the server.
87
+ */
88
+ readonly serviceStatus?: string;
89
+ /**
90
+ * Last domain evaluation run DateTime
91
+ * NOTE: This property will not be serialized. It can only be populated by the server.
92
+ */
93
+ readonly healthLastEvaluated?: Date;
94
+ /**
95
+ * List of Domain Health Monitors
96
+ * NOTE: This property will not be serialized. It can only be populated by the server.
97
+ */
98
+ readonly healthMonitors?: HealthMonitor[];
99
+ /**
100
+ * List of Domain Health Alerts
101
+ * NOTE: This property will not be serialized. It can only be populated by the server.
102
+ */
103
+ readonly healthAlerts?: HealthAlert[];
104
+ }
105
+ /** Health Monitor Description */
106
+ export interface HealthMonitor {
107
+ /**
108
+ * Health Monitor Id
109
+ * NOTE: This property will not be serialized. It can only be populated by the server.
110
+ */
111
+ readonly id?: string;
112
+ /**
113
+ * Health Monitor Name
114
+ * NOTE: This property will not be serialized. It can only be populated by the server.
115
+ */
116
+ readonly name?: string;
117
+ /**
118
+ * Health Monitor Details
119
+ * NOTE: This property will not be serialized. It can only be populated by the server.
120
+ */
121
+ readonly details?: string;
122
+ }
123
+ /** Health Alert Description */
124
+ export interface HealthAlert {
125
+ /**
126
+ * Health Alert Id
127
+ * NOTE: This property will not be serialized. It can only be populated by the server.
128
+ */
129
+ readonly id?: string;
130
+ /**
131
+ * Health Alert Name
132
+ * NOTE: This property will not be serialized. It can only be populated by the server.
133
+ */
134
+ readonly name?: string;
135
+ /**
136
+ * Health Alert Issue
137
+ * NOTE: This property will not be serialized. It can only be populated by the server.
138
+ */
139
+ readonly issue?: string;
140
+ /**
141
+ * Health Alert Severity
142
+ * NOTE: This property will not be serialized. It can only be populated by the server.
143
+ */
144
+ readonly severity?: string;
145
+ /**
146
+ * Health Alert Raised DateTime
147
+ * NOTE: This property will not be serialized. It can only be populated by the server.
148
+ */
149
+ readonly raised?: Date;
150
+ /**
151
+ * Health Alert Last Detected DateTime
152
+ * NOTE: This property will not be serialized. It can only be populated by the server.
153
+ */
154
+ readonly lastDetected?: Date;
155
+ /**
156
+ * Health Alert TSG Link
157
+ * NOTE: This property will not be serialized. It can only be populated by the server.
158
+ */
159
+ readonly resolutionUri?: string;
160
+ }
161
+ /** Secure LDAP Settings */
162
+ export interface LdapsSettings {
163
+ /** A flag to determine whether or not Secure LDAP is enabled or disabled. */
164
+ ldaps?: Ldaps;
165
+ /** The certificate required to configure Secure LDAP. The parameter passed here should be a base64encoded representation of the certificate pfx file. */
166
+ pfxCertificate?: string;
167
+ /** The password to decrypt the provided Secure LDAP certificate pfx file. */
168
+ pfxCertificatePassword?: string;
169
+ /**
170
+ * Public certificate used to configure secure ldap.
171
+ * NOTE: This property will not be serialized. It can only be populated by the server.
172
+ */
173
+ readonly publicCertificate?: string;
174
+ /**
175
+ * Thumbprint of configure ldaps certificate.
176
+ * NOTE: This property will not be serialized. It can only be populated by the server.
177
+ */
178
+ readonly certificateThumbprint?: string;
179
+ /**
180
+ * NotAfter DateTime of configure ldaps certificate.
181
+ * NOTE: This property will not be serialized. It can only be populated by the server.
182
+ */
183
+ readonly certificateNotAfter?: Date;
184
+ /** A flag to determine whether or not Secure LDAP access over the internet is enabled or disabled. */
185
+ externalAccess?: ExternalAccess;
186
+ }
187
+ /** Settings for Resource Forest */
188
+ export interface ResourceForestSettings {
189
+ /** List of settings for Resource Forest */
190
+ settings?: ForestTrust[];
191
+ /** Resource Forest */
192
+ resourceForest?: string;
193
+ }
194
+ /** Forest Trust Setting */
195
+ export interface ForestTrust {
196
+ /** Trusted Domain FQDN */
197
+ trustedDomainFqdn?: string;
198
+ /** Trust Direction */
199
+ trustDirection?: string;
200
+ /** Friendly Name */
201
+ friendlyName?: string;
202
+ /** Remote Dns ips */
203
+ remoteDnsIps?: string;
204
+ /** Trust Password */
205
+ trustPassword?: string;
206
+ }
207
+ /** Domain Security Settings */
208
+ export interface DomainSecuritySettings {
209
+ /** A flag to determine whether or not NtlmV1 is enabled or disabled. */
210
+ ntlmV1?: NtlmV1;
211
+ /** A flag to determine whether or not TlsV1 is enabled or disabled. */
212
+ tlsV1?: TlsV1;
213
+ /** A flag to determine whether or not SyncNtlmPasswords is enabled or disabled. */
214
+ syncNtlmPasswords?: SyncNtlmPasswords;
215
+ /** A flag to determine whether or not SyncKerberosPasswords is enabled or disabled. */
216
+ syncKerberosPasswords?: SyncKerberosPasswords;
217
+ /** A flag to determine whether or not SyncOnPremPasswords is enabled or disabled. */
218
+ syncOnPremPasswords?: SyncOnPremPasswords;
219
+ /** A flag to determine whether or not KerberosRc4Encryption is enabled or disabled. */
220
+ kerberosRc4Encryption?: KerberosRc4Encryption;
221
+ /** A flag to determine whether or not KerberosArmoring is enabled or disabled. */
222
+ kerberosArmoring?: KerberosArmoring;
223
+ }
224
+ /** Settings for notification */
225
+ export interface NotificationSettings {
226
+ /** Should global admins be notified */
227
+ notifyGlobalAdmins?: NotifyGlobalAdmins;
228
+ /** Should domain controller admins be notified */
229
+ notifyDcAdmins?: NotifyDcAdmins;
230
+ /** The list of additional recipients */
231
+ additionalRecipients?: string[];
232
+ }
233
+ /** Migration Properties */
234
+ export interface MigrationProperties {
235
+ /**
236
+ * Old Subnet Id
237
+ * NOTE: This property will not be serialized. It can only be populated by the server.
238
+ */
239
+ readonly oldSubnetId?: string;
240
+ /**
241
+ * Old Vnet Site Id
242
+ * NOTE: This property will not be serialized. It can only be populated by the server.
243
+ */
244
+ readonly oldVnetSiteId?: string;
245
+ /**
246
+ * Migration Progress
247
+ * NOTE: This property will not be serialized. It can only be populated by the server.
248
+ */
249
+ readonly migrationProgress?: MigrationProgress;
250
+ }
251
+ /** Migration Progress */
252
+ export interface MigrationProgress {
253
+ /** Completion Percentage */
254
+ completionPercentage?: number;
255
+ /** Progress Message */
256
+ progressMessage?: string;
257
+ }
258
+ /** Configuration Diagnostics */
259
+ export interface ConfigDiagnostics {
260
+ /** Last domain configuration diagnostics DateTime */
261
+ lastExecuted?: Date;
262
+ /** List of Configuration Diagnostics validator results. */
263
+ validatorResults?: ConfigDiagnosticsValidatorResult[];
264
+ }
265
+ /** Config Diagnostics validator result data */
266
+ export interface ConfigDiagnosticsValidatorResult {
267
+ /** Validator identifier */
268
+ validatorId?: string;
269
+ /** Replica set location and subnet name */
270
+ replicaSetSubnetDisplayName?: string;
271
+ /** Status for individual validator after running diagnostics. */
272
+ status?: Status;
273
+ /** List of resource config validation issues. */
274
+ issues?: ConfigDiagnosticsValidatorResultIssue[];
275
+ }
276
+ /** Specific issue for a particular config diagnostics validator */
277
+ export interface ConfigDiagnosticsValidatorResultIssue {
278
+ /** Validation issue identifier. */
279
+ id?: string;
280
+ /** List of domain resource property name or values used to compose a rich description. */
281
+ descriptionParams?: string[];
282
+ }
283
+ /** The Resource model definition. */
284
+ export interface Resource {
285
+ /**
286
+ * Resource Id
287
+ * NOTE: This property will not be serialized. It can only be populated by the server.
288
+ */
289
+ readonly id?: string;
290
+ /**
291
+ * Resource name
292
+ * NOTE: This property will not be serialized. It can only be populated by the server.
293
+ */
294
+ readonly name?: string;
295
+ /**
296
+ * Resource type
297
+ * NOTE: This property will not be serialized. It can only be populated by the server.
298
+ */
299
+ readonly type?: string;
300
+ /** Resource location */
301
+ location?: string;
302
+ /** Resource tags */
303
+ tags?: {
304
+ [propertyName: string]: string;
305
+ };
306
+ /** Resource etag */
307
+ etag?: string;
308
+ /**
309
+ * The system meta data relating to this resource.
310
+ * NOTE: This property will not be serialized. It can only be populated by the server.
311
+ */
312
+ readonly systemData?: SystemData;
313
+ }
314
+ /** Metadata pertaining to creation and last modification of the resource. */
315
+ export interface SystemData {
316
+ /** The identity that created the resource. */
317
+ createdBy?: string;
318
+ /** The type of identity that created the resource. */
319
+ createdByType?: CreatedByType;
320
+ /** The timestamp of resource creation (UTC). */
321
+ createdAt?: Date;
322
+ /** The identity that last modified the resource. */
323
+ lastModifiedBy?: string;
324
+ /** The type of identity that last modified the resource. */
325
+ lastModifiedByType?: CreatedByType;
326
+ /** The timestamp of resource last modification (UTC) */
327
+ lastModifiedAt?: Date;
328
+ }
329
+ /** The response from the List OuContainer operation. */
330
+ export interface OuContainerListResult {
331
+ /** The list of OuContainer. */
332
+ value?: OuContainer[];
333
+ /**
334
+ * The continuation token for the next page of results.
335
+ * NOTE: This property will not be serialized. It can only be populated by the server.
336
+ */
337
+ readonly nextLink?: string;
338
+ }
339
+ /** Container Account Description */
340
+ export interface ContainerAccount {
341
+ /** The account name */
342
+ accountName?: string;
343
+ /** The account spn */
344
+ spn?: string;
345
+ /** The account password */
346
+ password?: string;
347
+ }
348
+ /** Domain service. */
349
+ export interface DomainService extends Resource {
350
+ /**
351
+ * Data Model Version
352
+ * NOTE: This property will not be serialized. It can only be populated by the server.
353
+ */
354
+ readonly version?: number;
355
+ /**
356
+ * Azure Active Directory Tenant Id
357
+ * NOTE: This property will not be serialized. It can only be populated by the server.
358
+ */
359
+ readonly tenantId?: string;
360
+ /** The name of the Azure domain that the user would like to deploy Domain Services to. */
361
+ domainName?: string;
362
+ /**
363
+ * Deployment Id
364
+ * NOTE: This property will not be serialized. It can only be populated by the server.
365
+ */
366
+ readonly deploymentId?: string;
367
+ /**
368
+ * SyncOwner ReplicaSet Id
369
+ * NOTE: This property will not be serialized. It can only be populated by the server.
370
+ */
371
+ readonly syncOwner?: string;
372
+ /** List of ReplicaSets */
373
+ replicaSets?: ReplicaSet[];
374
+ /** Secure LDAP Settings */
375
+ ldapsSettings?: LdapsSettings;
376
+ /** Resource Forest Settings */
377
+ resourceForestSettings?: ResourceForestSettings;
378
+ /** DomainSecurity Settings */
379
+ domainSecuritySettings?: DomainSecuritySettings;
380
+ /** Domain Configuration Type */
381
+ domainConfigurationType?: string;
382
+ /** Sku Type */
383
+ sku?: string;
384
+ /** Enabled or Disabled flag to turn on Group-based filtered sync */
385
+ filteredSync?: FilteredSync;
386
+ /** Notification Settings */
387
+ notificationSettings?: NotificationSettings;
388
+ /**
389
+ * Migration Properties
390
+ * NOTE: This property will not be serialized. It can only be populated by the server.
391
+ */
392
+ readonly migrationProperties?: MigrationProperties;
393
+ /**
394
+ * the current deployment or provisioning state, which only appears in the response.
395
+ * NOTE: This property will not be serialized. It can only be populated by the server.
396
+ */
397
+ readonly provisioningState?: string;
398
+ /** Configuration diagnostics data containing latest execution from client. */
399
+ configDiagnostics?: ConfigDiagnostics;
400
+ }
401
+ /** Resource for OuContainer. */
402
+ export interface OuContainer extends Resource {
403
+ /**
404
+ * Azure Active Directory tenant id
405
+ * NOTE: This property will not be serialized. It can only be populated by the server.
406
+ */
407
+ readonly tenantId?: string;
408
+ /**
409
+ * The domain name of Domain Services.
410
+ * NOTE: This property will not be serialized. It can only be populated by the server.
411
+ */
412
+ readonly domainName?: string;
413
+ /**
414
+ * The Deployment id
415
+ * NOTE: This property will not be serialized. It can only be populated by the server.
416
+ */
417
+ readonly deploymentId?: string;
418
+ /**
419
+ * The OuContainer name
420
+ * NOTE: This property will not be serialized. It can only be populated by the server.
421
+ */
422
+ readonly containerId?: string;
423
+ /** The list of container accounts */
424
+ accounts?: ContainerAccount[];
425
+ /**
426
+ * Status of OuContainer instance
427
+ * NOTE: This property will not be serialized. It can only be populated by the server.
428
+ */
429
+ readonly serviceStatus?: string;
430
+ /**
431
+ * Distinguished Name of OuContainer instance
432
+ * NOTE: This property will not be serialized. It can only be populated by the server.
433
+ */
434
+ readonly distinguishedName?: string;
435
+ /**
436
+ * The current deployment or provisioning state, which only appears in the response.
437
+ * NOTE: This property will not be serialized. It can only be populated by the server.
438
+ */
439
+ readonly provisioningState?: string;
440
+ }
441
+ /** Known values of {@link Ldaps} that the service accepts. */
442
+ export declare enum KnownLdaps {
443
+ /** Enabled */
444
+ Enabled = "Enabled",
445
+ /** Disabled */
446
+ Disabled = "Disabled"
447
+ }
448
+ /**
449
+ * Defines values for Ldaps. \
450
+ * {@link KnownLdaps} can be used interchangeably with Ldaps,
451
+ * this enum contains the known values that the service supports.
452
+ * ### Known values supported by the service
453
+ * **Enabled** \
454
+ * **Disabled**
455
+ */
456
+ export type Ldaps = string;
457
+ /** Known values of {@link ExternalAccess} that the service accepts. */
458
+ export declare enum KnownExternalAccess {
459
+ /** Enabled */
460
+ Enabled = "Enabled",
461
+ /** Disabled */
462
+ Disabled = "Disabled"
463
+ }
464
+ /**
465
+ * Defines values for ExternalAccess. \
466
+ * {@link KnownExternalAccess} can be used interchangeably with ExternalAccess,
467
+ * this enum contains the known values that the service supports.
468
+ * ### Known values supported by the service
469
+ * **Enabled** \
470
+ * **Disabled**
471
+ */
472
+ export type ExternalAccess = string;
473
+ /** Known values of {@link NtlmV1} that the service accepts. */
474
+ export declare enum KnownNtlmV1 {
475
+ /** Enabled */
476
+ Enabled = "Enabled",
477
+ /** Disabled */
478
+ Disabled = "Disabled"
479
+ }
480
+ /**
481
+ * Defines values for NtlmV1. \
482
+ * {@link KnownNtlmV1} can be used interchangeably with NtlmV1,
483
+ * this enum contains the known values that the service supports.
484
+ * ### Known values supported by the service
485
+ * **Enabled** \
486
+ * **Disabled**
487
+ */
488
+ export type NtlmV1 = string;
489
+ /** Known values of {@link TlsV1} that the service accepts. */
490
+ export declare enum KnownTlsV1 {
491
+ /** Enabled */
492
+ Enabled = "Enabled",
493
+ /** Disabled */
494
+ Disabled = "Disabled"
495
+ }
496
+ /**
497
+ * Defines values for TlsV1. \
498
+ * {@link KnownTlsV1} can be used interchangeably with TlsV1,
499
+ * this enum contains the known values that the service supports.
500
+ * ### Known values supported by the service
501
+ * **Enabled** \
502
+ * **Disabled**
503
+ */
504
+ export type TlsV1 = string;
505
+ /** Known values of {@link SyncNtlmPasswords} that the service accepts. */
506
+ export declare enum KnownSyncNtlmPasswords {
507
+ /** Enabled */
508
+ Enabled = "Enabled",
509
+ /** Disabled */
510
+ Disabled = "Disabled"
511
+ }
512
+ /**
513
+ * Defines values for SyncNtlmPasswords. \
514
+ * {@link KnownSyncNtlmPasswords} can be used interchangeably with SyncNtlmPasswords,
515
+ * this enum contains the known values that the service supports.
516
+ * ### Known values supported by the service
517
+ * **Enabled** \
518
+ * **Disabled**
519
+ */
520
+ export type SyncNtlmPasswords = string;
521
+ /** Known values of {@link SyncKerberosPasswords} that the service accepts. */
522
+ export declare enum KnownSyncKerberosPasswords {
523
+ /** Enabled */
524
+ Enabled = "Enabled",
525
+ /** Disabled */
526
+ Disabled = "Disabled"
527
+ }
528
+ /**
529
+ * Defines values for SyncKerberosPasswords. \
530
+ * {@link KnownSyncKerberosPasswords} can be used interchangeably with SyncKerberosPasswords,
531
+ * this enum contains the known values that the service supports.
532
+ * ### Known values supported by the service
533
+ * **Enabled** \
534
+ * **Disabled**
535
+ */
536
+ export type SyncKerberosPasswords = string;
537
+ /** Known values of {@link SyncOnPremPasswords} that the service accepts. */
538
+ export declare enum KnownSyncOnPremPasswords {
539
+ /** Enabled */
540
+ Enabled = "Enabled",
541
+ /** Disabled */
542
+ Disabled = "Disabled"
543
+ }
544
+ /**
545
+ * Defines values for SyncOnPremPasswords. \
546
+ * {@link KnownSyncOnPremPasswords} can be used interchangeably with SyncOnPremPasswords,
547
+ * this enum contains the known values that the service supports.
548
+ * ### Known values supported by the service
549
+ * **Enabled** \
550
+ * **Disabled**
551
+ */
552
+ export type SyncOnPremPasswords = string;
553
+ /** Known values of {@link KerberosRc4Encryption} that the service accepts. */
554
+ export declare enum KnownKerberosRc4Encryption {
555
+ /** Enabled */
556
+ Enabled = "Enabled",
557
+ /** Disabled */
558
+ Disabled = "Disabled"
559
+ }
560
+ /**
561
+ * Defines values for KerberosRc4Encryption. \
562
+ * {@link KnownKerberosRc4Encryption} can be used interchangeably with KerberosRc4Encryption,
563
+ * this enum contains the known values that the service supports.
564
+ * ### Known values supported by the service
565
+ * **Enabled** \
566
+ * **Disabled**
567
+ */
568
+ export type KerberosRc4Encryption = string;
569
+ /** Known values of {@link KerberosArmoring} that the service accepts. */
570
+ export declare enum KnownKerberosArmoring {
571
+ /** Enabled */
572
+ Enabled = "Enabled",
573
+ /** Disabled */
574
+ Disabled = "Disabled"
575
+ }
576
+ /**
577
+ * Defines values for KerberosArmoring. \
578
+ * {@link KnownKerberosArmoring} can be used interchangeably with KerberosArmoring,
579
+ * this enum contains the known values that the service supports.
580
+ * ### Known values supported by the service
581
+ * **Enabled** \
582
+ * **Disabled**
583
+ */
584
+ export type KerberosArmoring = string;
585
+ /** Known values of {@link FilteredSync} that the service accepts. */
586
+ export declare enum KnownFilteredSync {
587
+ /** Enabled */
588
+ Enabled = "Enabled",
589
+ /** Disabled */
590
+ Disabled = "Disabled"
591
+ }
592
+ /**
593
+ * Defines values for FilteredSync. \
594
+ * {@link KnownFilteredSync} can be used interchangeably with FilteredSync,
595
+ * this enum contains the known values that the service supports.
596
+ * ### Known values supported by the service
597
+ * **Enabled** \
598
+ * **Disabled**
599
+ */
600
+ export type FilteredSync = string;
601
+ /** Known values of {@link NotifyGlobalAdmins} that the service accepts. */
602
+ export declare enum KnownNotifyGlobalAdmins {
603
+ /** Enabled */
604
+ Enabled = "Enabled",
605
+ /** Disabled */
606
+ Disabled = "Disabled"
607
+ }
608
+ /**
609
+ * Defines values for NotifyGlobalAdmins. \
610
+ * {@link KnownNotifyGlobalAdmins} can be used interchangeably with NotifyGlobalAdmins,
611
+ * this enum contains the known values that the service supports.
612
+ * ### Known values supported by the service
613
+ * **Enabled** \
614
+ * **Disabled**
615
+ */
616
+ export type NotifyGlobalAdmins = string;
617
+ /** Known values of {@link NotifyDcAdmins} that the service accepts. */
618
+ export declare enum KnownNotifyDcAdmins {
619
+ /** Enabled */
620
+ Enabled = "Enabled",
621
+ /** Disabled */
622
+ Disabled = "Disabled"
623
+ }
624
+ /**
625
+ * Defines values for NotifyDcAdmins. \
626
+ * {@link KnownNotifyDcAdmins} can be used interchangeably with NotifyDcAdmins,
627
+ * this enum contains the known values that the service supports.
628
+ * ### Known values supported by the service
629
+ * **Enabled** \
630
+ * **Disabled**
631
+ */
632
+ export type NotifyDcAdmins = string;
633
+ /** Known values of {@link Status} that the service accepts. */
634
+ export declare enum KnownStatus {
635
+ /** None */
636
+ None = "None",
637
+ /** Running */
638
+ Running = "Running",
639
+ /** OK */
640
+ OK = "OK",
641
+ /** Failure */
642
+ Failure = "Failure",
643
+ /** Warning */
644
+ Warning = "Warning",
645
+ /** Skipped */
646
+ Skipped = "Skipped"
647
+ }
648
+ /**
649
+ * Defines values for Status. \
650
+ * {@link KnownStatus} can be used interchangeably with Status,
651
+ * this enum contains the known values that the service supports.
652
+ * ### Known values supported by the service
653
+ * **None** \
654
+ * **Running** \
655
+ * **OK** \
656
+ * **Failure** \
657
+ * **Warning** \
658
+ * **Skipped**
659
+ */
660
+ export type Status = string;
661
+ /** Known values of {@link CreatedByType} that the service accepts. */
662
+ export declare enum KnownCreatedByType {
663
+ /** User */
664
+ User = "User",
665
+ /** Application */
666
+ Application = "Application",
667
+ /** ManagedIdentity */
668
+ ManagedIdentity = "ManagedIdentity",
669
+ /** Key */
670
+ Key = "Key"
671
+ }
672
+ /**
673
+ * Defines values for CreatedByType. \
674
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
675
+ * this enum contains the known values that the service supports.
676
+ * ### Known values supported by the service
677
+ * **User** \
678
+ * **Application** \
679
+ * **ManagedIdentity** \
680
+ * **Key**
681
+ */
682
+ export type CreatedByType = string;
683
+ /** Optional parameters. */
684
+ export interface DomainServiceOperationsListOptionalParams extends coreClient.OperationOptions {
685
+ }
686
+ /** Contains response data for the list operation. */
687
+ export type DomainServiceOperationsListResponse = OperationEntityListResult;
688
+ /** Optional parameters. */
689
+ export interface DomainServiceOperationsListNextOptionalParams extends coreClient.OperationOptions {
690
+ }
691
+ /** Contains response data for the listNext operation. */
692
+ export type DomainServiceOperationsListNextResponse = OperationEntityListResult;
693
+ /** Optional parameters. */
694
+ export interface DomainServicesListOptionalParams extends coreClient.OperationOptions {
695
+ }
696
+ /** Contains response data for the list operation. */
697
+ export type DomainServicesListResponse = DomainServiceListResult;
698
+ /** Optional parameters. */
699
+ export interface DomainServicesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
700
+ }
701
+ /** Contains response data for the listByResourceGroup operation. */
702
+ export type DomainServicesListByResourceGroupResponse = DomainServiceListResult;
703
+ /** Optional parameters. */
704
+ export interface DomainServicesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
705
+ /** Delay to wait until next poll, in milliseconds. */
706
+ updateIntervalInMs?: number;
707
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
708
+ resumeFrom?: string;
709
+ }
710
+ /** Contains response data for the createOrUpdate operation. */
711
+ export type DomainServicesCreateOrUpdateResponse = DomainService;
712
+ /** Optional parameters. */
713
+ export interface DomainServicesGetOptionalParams extends coreClient.OperationOptions {
714
+ }
715
+ /** Contains response data for the get operation. */
716
+ export type DomainServicesGetResponse = DomainService;
717
+ /** Optional parameters. */
718
+ export interface DomainServicesDeleteOptionalParams extends coreClient.OperationOptions {
719
+ /** Delay to wait until next poll, in milliseconds. */
720
+ updateIntervalInMs?: number;
721
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
722
+ resumeFrom?: string;
723
+ }
724
+ /** Optional parameters. */
725
+ export interface DomainServicesUpdateOptionalParams extends coreClient.OperationOptions {
726
+ /** Delay to wait until next poll, in milliseconds. */
727
+ updateIntervalInMs?: number;
728
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
729
+ resumeFrom?: string;
730
+ }
731
+ /** Contains response data for the update operation. */
732
+ export type DomainServicesUpdateResponse = DomainService;
733
+ /** Optional parameters. */
734
+ export interface DomainServicesListNextOptionalParams extends coreClient.OperationOptions {
735
+ }
736
+ /** Contains response data for the listNext operation. */
737
+ export type DomainServicesListNextResponse = DomainServiceListResult;
738
+ /** Optional parameters. */
739
+ export interface DomainServicesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
740
+ }
741
+ /** Contains response data for the listByResourceGroupNext operation. */
742
+ export type DomainServicesListByResourceGroupNextResponse = DomainServiceListResult;
743
+ /** Optional parameters. */
744
+ export interface OuContainerOperationsListOptionalParams extends coreClient.OperationOptions {
745
+ }
746
+ /** Contains response data for the list operation. */
747
+ export type OuContainerOperationsListResponse = OperationEntityListResult;
748
+ /** Optional parameters. */
749
+ export interface OuContainerOperationsListNextOptionalParams extends coreClient.OperationOptions {
750
+ }
751
+ /** Contains response data for the listNext operation. */
752
+ export type OuContainerOperationsListNextResponse = OperationEntityListResult;
753
+ /** Optional parameters. */
754
+ export interface OuContainerListOptionalParams extends coreClient.OperationOptions {
755
+ }
756
+ /** Contains response data for the list operation. */
757
+ export type OuContainerListResponse = OuContainerListResult;
758
+ /** Optional parameters. */
759
+ export interface OuContainerGetOptionalParams extends coreClient.OperationOptions {
760
+ }
761
+ /** Contains response data for the get operation. */
762
+ export type OuContainerGetResponse = OuContainer;
763
+ /** Optional parameters. */
764
+ export interface OuContainerCreateOptionalParams extends coreClient.OperationOptions {
765
+ /** Delay to wait until next poll, in milliseconds. */
766
+ updateIntervalInMs?: number;
767
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
768
+ resumeFrom?: string;
769
+ }
770
+ /** Contains response data for the create operation. */
771
+ export type OuContainerCreateResponse = OuContainer;
772
+ /** Optional parameters. */
773
+ export interface OuContainerDeleteOptionalParams extends coreClient.OperationOptions {
774
+ /** Delay to wait until next poll, in milliseconds. */
775
+ updateIntervalInMs?: number;
776
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
777
+ resumeFrom?: string;
778
+ }
779
+ /** Optional parameters. */
780
+ export interface OuContainerUpdateOptionalParams extends coreClient.OperationOptions {
781
+ /** Delay to wait until next poll, in milliseconds. */
782
+ updateIntervalInMs?: number;
783
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
784
+ resumeFrom?: string;
785
+ }
786
+ /** Contains response data for the update operation. */
787
+ export type OuContainerUpdateResponse = OuContainer;
788
+ /** Optional parameters. */
789
+ export interface OuContainerListNextOptionalParams extends coreClient.OperationOptions {
790
+ }
791
+ /** Contains response data for the listNext operation. */
792
+ export type OuContainerListNextResponse = OuContainerListResult;
793
+ /** Optional parameters. */
794
+ export interface DomainServicesResourceProviderOptionalParams extends coreClient.ServiceClientOptions {
795
+ /** server parameter */
796
+ $host?: string;
797
+ /** Api Version */
798
+ apiVersion?: string;
799
+ /** Overrides client endpoint. */
800
+ endpoint?: string;
801
+ }
802
+ //# sourceMappingURL=index.d.ts.map