@azure/arm-domainservices 4.1.1-alpha.20250124.1 → 4.1.1-alpha.20250128.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
@@ -0,0 +1,802 @@
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