@azure/arm-domainregistration 1.0.0-alpha.20251120.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (248) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +115 -0
  3. package/dist/browser/domainRegistrationManagementClient.d.ts +24 -0
  4. package/dist/browser/domainRegistrationManagementClient.d.ts.map +1 -0
  5. package/dist/browser/domainRegistrationManagementClient.js +103 -0
  6. package/dist/browser/domainRegistrationManagementClient.js.map +1 -0
  7. package/dist/browser/index.d.ts +5 -0
  8. package/dist/browser/index.d.ts.map +1 -0
  9. package/dist/browser/index.js +10 -0
  10. package/dist/browser/index.js.map +1 -0
  11. package/dist/browser/lroImpl.d.ts +11 -0
  12. package/dist/browser/lroImpl.d.ts.map +1 -0
  13. package/dist/browser/lroImpl.js +20 -0
  14. package/dist/browser/lroImpl.js.map +1 -0
  15. package/dist/browser/models/index.d.ts +3096 -0
  16. package/dist/browser/models/index.d.ts.map +1 -0
  17. package/dist/browser/models/index.js +219 -0
  18. package/dist/browser/models/index.js.map +1 -0
  19. package/dist/browser/models/mappers.d.ts +147 -0
  20. package/dist/browser/models/mappers.d.ts.map +1 -0
  21. package/dist/browser/models/mappers.js +6638 -0
  22. package/dist/browser/models/mappers.js.map +1 -0
  23. package/dist/browser/models/parameters.d.ts +19 -0
  24. package/dist/browser/models/parameters.d.ts.map +1 -0
  25. package/dist/browser/models/parameters.js +150 -0
  26. package/dist/browser/models/parameters.js.map +1 -0
  27. package/dist/browser/operations/domainRegistrationProvider.d.ts +34 -0
  28. package/dist/browser/operations/domainRegistrationProvider.d.ts.map +1 -0
  29. package/dist/browser/operations/domainRegistrationProvider.js +113 -0
  30. package/dist/browser/operations/domainRegistrationProvider.js.map +1 -0
  31. package/dist/browser/operations/domains.d.ts +199 -0
  32. package/dist/browser/operations/domains.d.ts.map +1 -0
  33. package/dist/browser/operations/domains.js +859 -0
  34. package/dist/browser/operations/domains.js.map +1 -0
  35. package/dist/browser/operations/index.d.ts +4 -0
  36. package/dist/browser/operations/index.d.ts.map +1 -0
  37. package/dist/browser/operations/index.js +8 -0
  38. package/dist/browser/operations/index.js.map +1 -0
  39. package/dist/browser/operations/topLevelDomains.d.ts +62 -0
  40. package/dist/browser/operations/topLevelDomains.d.ts.map +1 -0
  41. package/dist/browser/operations/topLevelDomains.js +239 -0
  42. package/dist/browser/operations/topLevelDomains.js.map +1 -0
  43. package/dist/browser/operationsInterfaces/domainRegistrationProvider.d.ts +12 -0
  44. package/dist/browser/operationsInterfaces/domainRegistrationProvider.d.ts.map +1 -0
  45. package/dist/browser/operationsInterfaces/domainRegistrationProvider.js +4 -0
  46. package/dist/browser/operationsInterfaces/domainRegistrationProvider.js.map +1 -0
  47. package/dist/browser/operationsInterfaces/domains.d.ts +130 -0
  48. package/dist/browser/operationsInterfaces/domains.d.ts.map +1 -0
  49. package/dist/browser/operationsInterfaces/domains.js +4 -0
  50. package/dist/browser/operationsInterfaces/domains.js.map +1 -0
  51. package/dist/browser/operationsInterfaces/index.d.ts +4 -0
  52. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  53. package/dist/browser/operationsInterfaces/index.js +8 -0
  54. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  55. package/dist/browser/operationsInterfaces/topLevelDomains.d.ts +24 -0
  56. package/dist/browser/operationsInterfaces/topLevelDomains.d.ts.map +1 -0
  57. package/dist/browser/operationsInterfaces/topLevelDomains.js +4 -0
  58. package/dist/browser/operationsInterfaces/topLevelDomains.js.map +1 -0
  59. package/dist/browser/package.json +3 -0
  60. package/dist/browser/pagingHelper.d.ts +13 -0
  61. package/dist/browser/pagingHelper.d.ts.map +1 -0
  62. package/dist/browser/pagingHelper.js +25 -0
  63. package/dist/browser/pagingHelper.js.map +1 -0
  64. package/dist/commonjs/domainRegistrationManagementClient.d.ts +24 -0
  65. package/dist/commonjs/domainRegistrationManagementClient.d.ts.map +1 -0
  66. package/dist/commonjs/domainRegistrationManagementClient.js +108 -0
  67. package/dist/commonjs/domainRegistrationManagementClient.js.map +1 -0
  68. package/dist/commonjs/index.d.ts +5 -0
  69. package/dist/commonjs/index.d.ts.map +1 -0
  70. package/dist/commonjs/index.js +16 -0
  71. package/dist/commonjs/index.js.map +1 -0
  72. package/dist/commonjs/lroImpl.d.ts +11 -0
  73. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  74. package/dist/commonjs/lroImpl.js +23 -0
  75. package/dist/commonjs/lroImpl.js.map +1 -0
  76. package/dist/commonjs/models/index.d.ts +3096 -0
  77. package/dist/commonjs/models/index.d.ts.map +1 -0
  78. package/dist/commonjs/models/index.js +222 -0
  79. package/dist/commonjs/models/index.js.map +1 -0
  80. package/dist/commonjs/models/mappers.d.ts +147 -0
  81. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  82. package/dist/commonjs/models/mappers.js +6643 -0
  83. package/dist/commonjs/models/mappers.js.map +1 -0
  84. package/dist/commonjs/models/parameters.d.ts +19 -0
  85. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  86. package/dist/commonjs/models/parameters.js +153 -0
  87. package/dist/commonjs/models/parameters.js.map +1 -0
  88. package/dist/commonjs/operations/domainRegistrationProvider.d.ts +34 -0
  89. package/dist/commonjs/operations/domainRegistrationProvider.d.ts.map +1 -0
  90. package/dist/commonjs/operations/domainRegistrationProvider.js +118 -0
  91. package/dist/commonjs/operations/domainRegistrationProvider.js.map +1 -0
  92. package/dist/commonjs/operations/domains.d.ts +199 -0
  93. package/dist/commonjs/operations/domains.d.ts.map +1 -0
  94. package/dist/commonjs/operations/domains.js +864 -0
  95. package/dist/commonjs/operations/domains.js.map +1 -0
  96. package/dist/commonjs/operations/index.d.ts +4 -0
  97. package/dist/commonjs/operations/index.d.ts.map +1 -0
  98. package/dist/commonjs/operations/index.js +11 -0
  99. package/dist/commonjs/operations/index.js.map +1 -0
  100. package/dist/commonjs/operations/topLevelDomains.d.ts +62 -0
  101. package/dist/commonjs/operations/topLevelDomains.d.ts.map +1 -0
  102. package/dist/commonjs/operations/topLevelDomains.js +244 -0
  103. package/dist/commonjs/operations/topLevelDomains.js.map +1 -0
  104. package/dist/commonjs/operationsInterfaces/domainRegistrationProvider.d.ts +12 -0
  105. package/dist/commonjs/operationsInterfaces/domainRegistrationProvider.d.ts.map +1 -0
  106. package/dist/commonjs/operationsInterfaces/domainRegistrationProvider.js +5 -0
  107. package/dist/commonjs/operationsInterfaces/domainRegistrationProvider.js.map +1 -0
  108. package/dist/commonjs/operationsInterfaces/domains.d.ts +130 -0
  109. package/dist/commonjs/operationsInterfaces/domains.d.ts.map +1 -0
  110. package/dist/commonjs/operationsInterfaces/domains.js +5 -0
  111. package/dist/commonjs/operationsInterfaces/domains.js.map +1 -0
  112. package/dist/commonjs/operationsInterfaces/index.d.ts +4 -0
  113. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  114. package/dist/commonjs/operationsInterfaces/index.js +11 -0
  115. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  116. package/dist/commonjs/operationsInterfaces/topLevelDomains.d.ts +24 -0
  117. package/dist/commonjs/operationsInterfaces/topLevelDomains.d.ts.map +1 -0
  118. package/dist/commonjs/operationsInterfaces/topLevelDomains.js +5 -0
  119. package/dist/commonjs/operationsInterfaces/topLevelDomains.js.map +1 -0
  120. package/dist/commonjs/package.json +3 -0
  121. package/dist/commonjs/pagingHelper.d.ts +13 -0
  122. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  123. package/dist/commonjs/pagingHelper.js +29 -0
  124. package/dist/commonjs/pagingHelper.js.map +1 -0
  125. package/dist/commonjs/tsdoc-metadata.json +11 -0
  126. package/dist/esm/domainRegistrationManagementClient.d.ts +24 -0
  127. package/dist/esm/domainRegistrationManagementClient.d.ts.map +1 -0
  128. package/dist/esm/domainRegistrationManagementClient.js +103 -0
  129. package/dist/esm/domainRegistrationManagementClient.js.map +1 -0
  130. package/dist/esm/index.d.ts +5 -0
  131. package/dist/esm/index.d.ts.map +1 -0
  132. package/dist/esm/index.js +10 -0
  133. package/dist/esm/index.js.map +1 -0
  134. package/dist/esm/lroImpl.d.ts +11 -0
  135. package/dist/esm/lroImpl.d.ts.map +1 -0
  136. package/dist/esm/lroImpl.js +20 -0
  137. package/dist/esm/lroImpl.js.map +1 -0
  138. package/dist/esm/models/index.d.ts +3096 -0
  139. package/dist/esm/models/index.d.ts.map +1 -0
  140. package/dist/esm/models/index.js +219 -0
  141. package/dist/esm/models/index.js.map +1 -0
  142. package/dist/esm/models/mappers.d.ts +147 -0
  143. package/dist/esm/models/mappers.d.ts.map +1 -0
  144. package/dist/esm/models/mappers.js +6638 -0
  145. package/dist/esm/models/mappers.js.map +1 -0
  146. package/dist/esm/models/parameters.d.ts +19 -0
  147. package/dist/esm/models/parameters.d.ts.map +1 -0
  148. package/dist/esm/models/parameters.js +150 -0
  149. package/dist/esm/models/parameters.js.map +1 -0
  150. package/dist/esm/operations/domainRegistrationProvider.d.ts +34 -0
  151. package/dist/esm/operations/domainRegistrationProvider.d.ts.map +1 -0
  152. package/dist/esm/operations/domainRegistrationProvider.js +113 -0
  153. package/dist/esm/operations/domainRegistrationProvider.js.map +1 -0
  154. package/dist/esm/operations/domains.d.ts +199 -0
  155. package/dist/esm/operations/domains.d.ts.map +1 -0
  156. package/dist/esm/operations/domains.js +859 -0
  157. package/dist/esm/operations/domains.js.map +1 -0
  158. package/dist/esm/operations/index.d.ts +4 -0
  159. package/dist/esm/operations/index.d.ts.map +1 -0
  160. package/dist/esm/operations/index.js +8 -0
  161. package/dist/esm/operations/index.js.map +1 -0
  162. package/dist/esm/operations/topLevelDomains.d.ts +62 -0
  163. package/dist/esm/operations/topLevelDomains.d.ts.map +1 -0
  164. package/dist/esm/operations/topLevelDomains.js +239 -0
  165. package/dist/esm/operations/topLevelDomains.js.map +1 -0
  166. package/dist/esm/operationsInterfaces/domainRegistrationProvider.d.ts +12 -0
  167. package/dist/esm/operationsInterfaces/domainRegistrationProvider.d.ts.map +1 -0
  168. package/dist/esm/operationsInterfaces/domainRegistrationProvider.js +4 -0
  169. package/dist/esm/operationsInterfaces/domainRegistrationProvider.js.map +1 -0
  170. package/dist/esm/operationsInterfaces/domains.d.ts +130 -0
  171. package/dist/esm/operationsInterfaces/domains.d.ts.map +1 -0
  172. package/dist/esm/operationsInterfaces/domains.js +4 -0
  173. package/dist/esm/operationsInterfaces/domains.js.map +1 -0
  174. package/dist/esm/operationsInterfaces/index.d.ts +4 -0
  175. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  176. package/dist/esm/operationsInterfaces/index.js +8 -0
  177. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  178. package/dist/esm/operationsInterfaces/topLevelDomains.d.ts +24 -0
  179. package/dist/esm/operationsInterfaces/topLevelDomains.d.ts.map +1 -0
  180. package/dist/esm/operationsInterfaces/topLevelDomains.js +4 -0
  181. package/dist/esm/operationsInterfaces/topLevelDomains.js.map +1 -0
  182. package/dist/esm/package.json +3 -0
  183. package/dist/esm/pagingHelper.d.ts +13 -0
  184. package/dist/esm/pagingHelper.d.ts.map +1 -0
  185. package/dist/esm/pagingHelper.js +25 -0
  186. package/dist/esm/pagingHelper.js.map +1 -0
  187. package/dist/react-native/domainRegistrationManagementClient.d.ts +24 -0
  188. package/dist/react-native/domainRegistrationManagementClient.d.ts.map +1 -0
  189. package/dist/react-native/domainRegistrationManagementClient.js +103 -0
  190. package/dist/react-native/domainRegistrationManagementClient.js.map +1 -0
  191. package/dist/react-native/index.d.ts +5 -0
  192. package/dist/react-native/index.d.ts.map +1 -0
  193. package/dist/react-native/index.js +10 -0
  194. package/dist/react-native/index.js.map +1 -0
  195. package/dist/react-native/lroImpl.d.ts +11 -0
  196. package/dist/react-native/lroImpl.d.ts.map +1 -0
  197. package/dist/react-native/lroImpl.js +20 -0
  198. package/dist/react-native/lroImpl.js.map +1 -0
  199. package/dist/react-native/models/index.d.ts +3096 -0
  200. package/dist/react-native/models/index.d.ts.map +1 -0
  201. package/dist/react-native/models/index.js +219 -0
  202. package/dist/react-native/models/index.js.map +1 -0
  203. package/dist/react-native/models/mappers.d.ts +147 -0
  204. package/dist/react-native/models/mappers.d.ts.map +1 -0
  205. package/dist/react-native/models/mappers.js +6638 -0
  206. package/dist/react-native/models/mappers.js.map +1 -0
  207. package/dist/react-native/models/parameters.d.ts +19 -0
  208. package/dist/react-native/models/parameters.d.ts.map +1 -0
  209. package/dist/react-native/models/parameters.js +150 -0
  210. package/dist/react-native/models/parameters.js.map +1 -0
  211. package/dist/react-native/operations/domainRegistrationProvider.d.ts +34 -0
  212. package/dist/react-native/operations/domainRegistrationProvider.d.ts.map +1 -0
  213. package/dist/react-native/operations/domainRegistrationProvider.js +113 -0
  214. package/dist/react-native/operations/domainRegistrationProvider.js.map +1 -0
  215. package/dist/react-native/operations/domains.d.ts +199 -0
  216. package/dist/react-native/operations/domains.d.ts.map +1 -0
  217. package/dist/react-native/operations/domains.js +859 -0
  218. package/dist/react-native/operations/domains.js.map +1 -0
  219. package/dist/react-native/operations/index.d.ts +4 -0
  220. package/dist/react-native/operations/index.d.ts.map +1 -0
  221. package/dist/react-native/operations/index.js +8 -0
  222. package/dist/react-native/operations/index.js.map +1 -0
  223. package/dist/react-native/operations/topLevelDomains.d.ts +62 -0
  224. package/dist/react-native/operations/topLevelDomains.d.ts.map +1 -0
  225. package/dist/react-native/operations/topLevelDomains.js +239 -0
  226. package/dist/react-native/operations/topLevelDomains.js.map +1 -0
  227. package/dist/react-native/operationsInterfaces/domainRegistrationProvider.d.ts +12 -0
  228. package/dist/react-native/operationsInterfaces/domainRegistrationProvider.d.ts.map +1 -0
  229. package/dist/react-native/operationsInterfaces/domainRegistrationProvider.js +4 -0
  230. package/dist/react-native/operationsInterfaces/domainRegistrationProvider.js.map +1 -0
  231. package/dist/react-native/operationsInterfaces/domains.d.ts +130 -0
  232. package/dist/react-native/operationsInterfaces/domains.d.ts.map +1 -0
  233. package/dist/react-native/operationsInterfaces/domains.js +4 -0
  234. package/dist/react-native/operationsInterfaces/domains.js.map +1 -0
  235. package/dist/react-native/operationsInterfaces/index.d.ts +4 -0
  236. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  237. package/dist/react-native/operationsInterfaces/index.js +8 -0
  238. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  239. package/dist/react-native/operationsInterfaces/topLevelDomains.d.ts +24 -0
  240. package/dist/react-native/operationsInterfaces/topLevelDomains.d.ts.map +1 -0
  241. package/dist/react-native/operationsInterfaces/topLevelDomains.js +4 -0
  242. package/dist/react-native/operationsInterfaces/topLevelDomains.js.map +1 -0
  243. package/dist/react-native/package.json +3 -0
  244. package/dist/react-native/pagingHelper.d.ts +13 -0
  245. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  246. package/dist/react-native/pagingHelper.js +25 -0
  247. package/dist/react-native/pagingHelper.js.map +1 -0
  248. package/package.json +135 -0
@@ -0,0 +1,19 @@
1
+ import type { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
2
+ export declare const accept: OperationParameter;
3
+ export declare const $host: OperationURLParameter;
4
+ export declare const apiVersion: OperationQueryParameter;
5
+ export declare const nextLink: OperationURLParameter;
6
+ export declare const contentType: OperationParameter;
7
+ export declare const identifier: OperationParameter;
8
+ export declare const subscriptionId: OperationURLParameter;
9
+ export declare const parameters: OperationParameter;
10
+ export declare const resourceGroupName: OperationURLParameter;
11
+ export declare const domainName: OperationURLParameter;
12
+ export declare const domain: OperationParameter;
13
+ export declare const domainName1: OperationURLParameter;
14
+ export declare const forceHardDeleteDomain: OperationQueryParameter;
15
+ export declare const domain1: OperationParameter;
16
+ export declare const name: OperationURLParameter;
17
+ export declare const domainOwnershipIdentifier: OperationParameter;
18
+ export declare const agreementOption: OperationParameter;
19
+ //# sourceMappingURL=parameters.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EACV,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAU5B,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,kBAGxB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAS5B,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,kBAGxB,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAc/B,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,qBASxB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,kBAGpB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,qBAYzB,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,uBAQnC,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,kBAGrB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,qBASlB,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,kBAGvC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,kBAG7B,CAAC"}
@@ -0,0 +1,153 @@
1
+ "use strict";
2
+ // Copyright (c) Microsoft Corporation.
3
+ // Licensed under the MIT License.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.agreementOption = exports.domainOwnershipIdentifier = exports.name = exports.domain1 = exports.forceHardDeleteDomain = exports.domainName1 = exports.domain = exports.domainName = exports.resourceGroupName = exports.parameters = exports.subscriptionId = exports.identifier = exports.contentType = exports.nextLink = exports.apiVersion = exports.$host = exports.accept = void 0;
6
+ const mappers_js_1 = require("../models/mappers.js");
7
+ exports.accept = {
8
+ parameterPath: "accept",
9
+ mapper: {
10
+ defaultValue: "application/json",
11
+ isConstant: true,
12
+ serializedName: "Accept",
13
+ type: {
14
+ name: "String",
15
+ },
16
+ },
17
+ };
18
+ exports.$host = {
19
+ parameterPath: "$host",
20
+ mapper: {
21
+ serializedName: "$host",
22
+ required: true,
23
+ type: {
24
+ name: "String",
25
+ },
26
+ },
27
+ skipEncoding: true,
28
+ };
29
+ exports.apiVersion = {
30
+ parameterPath: "apiVersion",
31
+ mapper: {
32
+ defaultValue: "2024-11-01",
33
+ isConstant: true,
34
+ serializedName: "api-version",
35
+ type: {
36
+ name: "String",
37
+ },
38
+ },
39
+ };
40
+ exports.nextLink = {
41
+ parameterPath: "nextLink",
42
+ mapper: {
43
+ serializedName: "nextLink",
44
+ required: true,
45
+ type: {
46
+ name: "String",
47
+ },
48
+ },
49
+ skipEncoding: true,
50
+ };
51
+ exports.contentType = {
52
+ parameterPath: ["options", "contentType"],
53
+ mapper: {
54
+ defaultValue: "application/json",
55
+ isConstant: true,
56
+ serializedName: "Content-Type",
57
+ type: {
58
+ name: "String",
59
+ },
60
+ },
61
+ };
62
+ exports.identifier = {
63
+ parameterPath: "identifier",
64
+ mapper: mappers_js_1.NameIdentifier,
65
+ };
66
+ exports.subscriptionId = {
67
+ parameterPath: "subscriptionId",
68
+ mapper: {
69
+ serializedName: "subscriptionId",
70
+ required: true,
71
+ type: {
72
+ name: "String",
73
+ },
74
+ },
75
+ };
76
+ exports.parameters = {
77
+ parameterPath: "parameters",
78
+ mapper: mappers_js_1.DomainRecommendationSearchParameters,
79
+ };
80
+ exports.resourceGroupName = {
81
+ parameterPath: "resourceGroupName",
82
+ mapper: {
83
+ constraints: {
84
+ Pattern: new RegExp("^[-\\w\\._\\(\\)]+[^\\.]$"),
85
+ MaxLength: 90,
86
+ MinLength: 1,
87
+ },
88
+ serializedName: "resourceGroupName",
89
+ required: true,
90
+ type: {
91
+ name: "String",
92
+ },
93
+ },
94
+ };
95
+ exports.domainName = {
96
+ parameterPath: "domainName",
97
+ mapper: {
98
+ serializedName: "domainName",
99
+ required: true,
100
+ type: {
101
+ name: "String",
102
+ },
103
+ },
104
+ };
105
+ exports.domain = {
106
+ parameterPath: "domain",
107
+ mapper: mappers_js_1.Domain,
108
+ };
109
+ exports.domainName1 = {
110
+ parameterPath: "domainName",
111
+ mapper: {
112
+ constraints: {
113
+ Pattern: new RegExp("[a-zA-Z0-9][a-zA-Z0-9\\.-]+"),
114
+ },
115
+ serializedName: "domainName",
116
+ required: true,
117
+ type: {
118
+ name: "String",
119
+ },
120
+ },
121
+ };
122
+ exports.forceHardDeleteDomain = {
123
+ parameterPath: ["options", "forceHardDeleteDomain"],
124
+ mapper: {
125
+ serializedName: "forceHardDeleteDomain",
126
+ type: {
127
+ name: "Boolean",
128
+ },
129
+ },
130
+ };
131
+ exports.domain1 = {
132
+ parameterPath: "domain",
133
+ mapper: mappers_js_1.DomainPatchResource,
134
+ };
135
+ exports.name = {
136
+ parameterPath: "name",
137
+ mapper: {
138
+ serializedName: "name",
139
+ required: true,
140
+ type: {
141
+ name: "String",
142
+ },
143
+ },
144
+ };
145
+ exports.domainOwnershipIdentifier = {
146
+ parameterPath: "domainOwnershipIdentifier",
147
+ mapper: mappers_js_1.DomainOwnershipIdentifier,
148
+ };
149
+ exports.agreementOption = {
150
+ parameterPath: "agreementOption",
151
+ mapper: mappers_js_1.TopLevelDomainAgreementOption,
152
+ };
153
+ //# sourceMappingURL=parameters.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter,\n} from \"@azure/core-client\";\nimport {\n NameIdentifier as NameIdentifierMapper,\n DomainRecommendationSearchParameters as DomainRecommendationSearchParametersMapper,\n Domain as DomainMapper,\n DomainPatchResource as DomainPatchResourceMapper,\n DomainOwnershipIdentifier as DomainOwnershipIdentifierMapper,\n TopLevelDomainAgreementOption as TopLevelDomainAgreementOptionMapper,\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2024-11-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const identifier: OperationParameter = {\n parameterPath: \"identifier\",\n mapper: NameIdentifierMapper,\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const parameters: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: DomainRecommendationSearchParametersMapper,\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[-\\\\w\\\\._\\\\(\\\\)]+[^\\\\.]$\"),\n MaxLength: 90,\n MinLength: 1,\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const domainName: OperationURLParameter = {\n parameterPath: \"domainName\",\n mapper: {\n serializedName: \"domainName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const domain: OperationParameter = {\n parameterPath: \"domain\",\n mapper: DomainMapper,\n};\n\nexport const domainName1: OperationURLParameter = {\n parameterPath: \"domainName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"[a-zA-Z0-9][a-zA-Z0-9\\\\.-]+\"),\n },\n serializedName: \"domainName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const forceHardDeleteDomain: OperationQueryParameter = {\n parameterPath: [\"options\", \"forceHardDeleteDomain\"],\n mapper: {\n serializedName: \"forceHardDeleteDomain\",\n type: {\n name: \"Boolean\",\n },\n },\n};\n\nexport const domain1: OperationParameter = {\n parameterPath: \"domain\",\n mapper: DomainPatchResourceMapper,\n};\n\nexport const name: OperationURLParameter = {\n parameterPath: \"name\",\n mapper: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const domainOwnershipIdentifier: OperationParameter = {\n parameterPath: \"domainOwnershipIdentifier\",\n mapper: DomainOwnershipIdentifierMapper,\n};\n\nexport const agreementOption: OperationParameter = {\n parameterPath: \"agreementOption\",\n mapper: TopLevelDomainAgreementOptionMapper,\n};\n"]}
@@ -0,0 +1,34 @@
1
+ import type { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import type { DomainRegistrationProvider } from "../operationsInterfaces/index.js";
3
+ import type { DomainRegistrationManagementClient } from "../domainRegistrationManagementClient.js";
4
+ import type { CsmOperationDescription, DomainRegistrationProviderListOperationsOptionalParams } from "../models/index.js";
5
+ /** Class containing DomainRegistrationProvider operations. */
6
+ export declare class DomainRegistrationProviderImpl implements DomainRegistrationProvider {
7
+ private readonly client;
8
+ /**
9
+ * Initialize a new instance of the class DomainRegistrationProvider class.
10
+ * @param client Reference to the service client
11
+ */
12
+ constructor(client: DomainRegistrationManagementClient);
13
+ /**
14
+ * Description for Implements Csm operations Api to exposes the list of available Csm Apis under the
15
+ * resource provider
16
+ * @param options The options parameters.
17
+ */
18
+ listOperations(options?: DomainRegistrationProviderListOperationsOptionalParams): PagedAsyncIterableIterator<CsmOperationDescription>;
19
+ private listOperationsPagingPage;
20
+ private listOperationsPagingAll;
21
+ /**
22
+ * Description for Implements Csm operations Api to exposes the list of available Csm Apis under the
23
+ * resource provider
24
+ * @param options The options parameters.
25
+ */
26
+ private _listOperations;
27
+ /**
28
+ * ListOperationsNext
29
+ * @param nextLink The nextLink from the previous successful call to the ListOperations method.
30
+ * @param options The options parameters.
31
+ */
32
+ private _listOperationsNext;
33
+ }
34
+ //# sourceMappingURL=domainRegistrationProvider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"domainRegistrationProvider.d.ts","sourceRoot":"","sources":["../../../src/operations/domainRegistrationProvider.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAEnF,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAInF,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,0CAA0C,CAAC;AACnG,OAAO,KAAK,EACV,uBAAuB,EAEvB,sDAAsD,EAGvD,MAAM,oBAAoB,CAAC;AAG5B,8DAA8D;AAC9D,qBAAa,8BAA+B,YAAW,0BAA0B;IAC/E,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAqC;IAE5D;;;OAGG;gBACS,MAAM,EAAE,kCAAkC;IAItD;;;;OAIG;IACI,cAAc,CACnB,OAAO,CAAC,EAAE,sDAAsD,GAC/D,0BAA0B,CAAC,uBAAuB,CAAC;YAkBvC,wBAAwB;YAsBxB,uBAAuB;IAQtC;;;;OAIG;IACH,OAAO,CAAC,eAAe;IAMvB;;;;OAIG;IACH,OAAO,CAAC,mBAAmB;CAM5B"}
@@ -0,0 +1,118 @@
1
+ "use strict";
2
+ // Copyright (c) Microsoft Corporation.
3
+ // Licensed under the MIT License.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.DomainRegistrationProviderImpl = void 0;
6
+ const tslib_1 = require("tslib");
7
+ const pagingHelper_js_1 = require("../pagingHelper.js");
8
+ const coreClient = tslib_1.__importStar(require("@azure/core-client"));
9
+ const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
10
+ const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
11
+ /// <reference lib="esnext.asynciterable" />
12
+ /** Class containing DomainRegistrationProvider operations. */
13
+ class DomainRegistrationProviderImpl {
14
+ client;
15
+ /**
16
+ * Initialize a new instance of the class DomainRegistrationProvider class.
17
+ * @param client Reference to the service client
18
+ */
19
+ constructor(client) {
20
+ this.client = client;
21
+ }
22
+ /**
23
+ * Description for Implements Csm operations Api to exposes the list of available Csm Apis under the
24
+ * resource provider
25
+ * @param options The options parameters.
26
+ */
27
+ listOperations(options) {
28
+ const iter = this.listOperationsPagingAll(options);
29
+ return {
30
+ next() {
31
+ return iter.next();
32
+ },
33
+ [Symbol.asyncIterator]() {
34
+ return this;
35
+ },
36
+ byPage: (settings) => {
37
+ if (settings?.maxPageSize) {
38
+ throw new Error("maxPageSize is not supported by this operation.");
39
+ }
40
+ return this.listOperationsPagingPage(options, settings);
41
+ },
42
+ };
43
+ }
44
+ async *listOperationsPagingPage(options, settings) {
45
+ let result;
46
+ let continuationToken = settings?.continuationToken;
47
+ if (!continuationToken) {
48
+ result = await this._listOperations(options);
49
+ const page = result.value || [];
50
+ continuationToken = result.nextLink;
51
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
52
+ yield page;
53
+ }
54
+ while (continuationToken) {
55
+ result = await this._listOperationsNext(continuationToken, options);
56
+ continuationToken = result.nextLink;
57
+ const page = result.value || [];
58
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
59
+ yield page;
60
+ }
61
+ }
62
+ async *listOperationsPagingAll(options) {
63
+ for await (const page of this.listOperationsPagingPage(options)) {
64
+ yield* page;
65
+ }
66
+ }
67
+ /**
68
+ * Description for Implements Csm operations Api to exposes the list of available Csm Apis under the
69
+ * resource provider
70
+ * @param options The options parameters.
71
+ */
72
+ _listOperations(options) {
73
+ return this.client.sendOperationRequest({ options }, listOperationsOperationSpec);
74
+ }
75
+ /**
76
+ * ListOperationsNext
77
+ * @param nextLink The nextLink from the previous successful call to the ListOperations method.
78
+ * @param options The options parameters.
79
+ */
80
+ _listOperationsNext(nextLink, options) {
81
+ return this.client.sendOperationRequest({ nextLink, options }, listOperationsNextOperationSpec);
82
+ }
83
+ }
84
+ exports.DomainRegistrationProviderImpl = DomainRegistrationProviderImpl;
85
+ // Operation Specifications
86
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
87
+ const listOperationsOperationSpec = {
88
+ path: "/providers/Microsoft.DomainRegistration/operations",
89
+ httpMethod: "GET",
90
+ responses: {
91
+ 200: {
92
+ bodyMapper: Mappers.CsmOperationCollection,
93
+ },
94
+ default: {
95
+ bodyMapper: Mappers.DefaultErrorResponse,
96
+ },
97
+ },
98
+ queryParameters: [Parameters.apiVersion],
99
+ urlParameters: [Parameters.$host],
100
+ headerParameters: [Parameters.accept],
101
+ serializer,
102
+ };
103
+ const listOperationsNextOperationSpec = {
104
+ path: "{nextLink}",
105
+ httpMethod: "GET",
106
+ responses: {
107
+ 200: {
108
+ bodyMapper: Mappers.CsmOperationCollection,
109
+ },
110
+ default: {
111
+ bodyMapper: Mappers.DefaultErrorResponse,
112
+ },
113
+ },
114
+ urlParameters: [Parameters.$host, Parameters.nextLink],
115
+ headerParameters: [Parameters.accept],
116
+ serializer,
117
+ };
118
+ //# sourceMappingURL=domainRegistrationProvider.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"domainRegistrationProvider.js","sourceRoot":"","sources":["../../../src/operations/domainRegistrationProvider.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport type { DomainRegistrationProvider } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport type { DomainRegistrationManagementClient } from \"../domainRegistrationManagementClient.js\";\nimport type {\n CsmOperationDescription,\n DomainRegistrationProviderListOperationsNextOptionalParams,\n DomainRegistrationProviderListOperationsOptionalParams,\n DomainRegistrationProviderListOperationsResponse,\n DomainRegistrationProviderListOperationsNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing DomainRegistrationProvider operations. */\nexport class DomainRegistrationProviderImpl implements DomainRegistrationProvider {\n private readonly client: DomainRegistrationManagementClient;\n\n /**\n * Initialize a new instance of the class DomainRegistrationProvider class.\n * @param client Reference to the service client\n */\n constructor(client: DomainRegistrationManagementClient) {\n this.client = client;\n }\n\n /**\n * Description for Implements Csm operations Api to exposes the list of available Csm Apis under the\n * resource provider\n * @param options The options parameters.\n */\n public listOperations(\n options?: DomainRegistrationProviderListOperationsOptionalParams,\n ): PagedAsyncIterableIterator<CsmOperationDescription> {\n const iter = this.listOperationsPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listOperationsPagingPage(options, settings);\n },\n };\n }\n\n private async *listOperationsPagingPage(\n options?: DomainRegistrationProviderListOperationsOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<CsmOperationDescription[]> {\n let result: DomainRegistrationProviderListOperationsResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listOperations(options);\n const page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listOperationsNext(continuationToken, options);\n continuationToken = result.nextLink;\n const page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listOperationsPagingAll(\n options?: DomainRegistrationProviderListOperationsOptionalParams,\n ): AsyncIterableIterator<CsmOperationDescription> {\n for await (const page of this.listOperationsPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Description for Implements Csm operations Api to exposes the list of available Csm Apis under the\n * resource provider\n * @param options The options parameters.\n */\n private _listOperations(\n options?: DomainRegistrationProviderListOperationsOptionalParams,\n ): Promise<DomainRegistrationProviderListOperationsResponse> {\n return this.client.sendOperationRequest({ options }, listOperationsOperationSpec);\n }\n\n /**\n * ListOperationsNext\n * @param nextLink The nextLink from the previous successful call to the ListOperations method.\n * @param options The options parameters.\n */\n private _listOperationsNext(\n nextLink: string,\n options?: DomainRegistrationProviderListOperationsNextOptionalParams,\n ): Promise<DomainRegistrationProviderListOperationsNextResponse> {\n return this.client.sendOperationRequest({ nextLink, options }, listOperationsNextOperationSpec);\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationsOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.DomainRegistration/operations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CsmOperationCollection,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listOperationsNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CsmOperationCollection,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n urlParameters: [Parameters.$host, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
@@ -0,0 +1,199 @@
1
+ import type { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import type { Domains } from "../operationsInterfaces/index.js";
3
+ import type { DomainRegistrationManagementClient } from "../domainRegistrationManagementClient.js";
4
+ import type { SimplePollerLike, OperationState } from "@azure/core-lro";
5
+ import type { Domain, DomainsListOptionalParams, NameIdentifier, DomainRecommendationSearchParameters, DomainsListRecommendationsOptionalParams, DomainsListByResourceGroupOptionalParams, DomainOwnershipIdentifier, DomainsListOwnershipIdentifiersOptionalParams, DomainsCheckAvailabilityOptionalParams, DomainsCheckAvailabilityResponse, DomainsGetControlCenterSsoRequestOptionalParams, DomainsGetControlCenterSsoRequestResponse, DomainsGetOptionalParams, DomainsGetResponse, DomainsCreateOrUpdateOptionalParams, DomainsCreateOrUpdateResponse, DomainsDeleteOptionalParams, DomainPatchResource, DomainsUpdateOptionalParams, DomainsUpdateResponse, DomainsGetOwnershipIdentifierOptionalParams, DomainsGetOwnershipIdentifierResponse, DomainsCreateOrUpdateOwnershipIdentifierOptionalParams, DomainsCreateOrUpdateOwnershipIdentifierResponse, DomainsDeleteOwnershipIdentifierOptionalParams, DomainsUpdateOwnershipIdentifierOptionalParams, DomainsUpdateOwnershipIdentifierResponse, DomainsRenewOptionalParams, DomainsTransferOutOptionalParams, DomainsTransferOutResponse } from "../models/index.js";
6
+ /** Class containing Domains operations. */
7
+ export declare class DomainsImpl implements Domains {
8
+ private readonly client;
9
+ /**
10
+ * Initialize a new instance of the class Domains class.
11
+ * @param client Reference to the service client
12
+ */
13
+ constructor(client: DomainRegistrationManagementClient);
14
+ /**
15
+ * Description for Get all domains in a subscription.
16
+ * @param options The options parameters.
17
+ */
18
+ list(options?: DomainsListOptionalParams): PagedAsyncIterableIterator<Domain>;
19
+ private listPagingPage;
20
+ private listPagingAll;
21
+ /**
22
+ * Description for Get domain name recommendations based on keywords.
23
+ * @param parameters Search parameters for domain name recommendations.
24
+ * @param options The options parameters.
25
+ */
26
+ listRecommendations(parameters: DomainRecommendationSearchParameters, options?: DomainsListRecommendationsOptionalParams): PagedAsyncIterableIterator<NameIdentifier>;
27
+ private listRecommendationsPagingPage;
28
+ private listRecommendationsPagingAll;
29
+ /**
30
+ * Description for Get all domains in a resource group.
31
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
32
+ * @param options The options parameters.
33
+ */
34
+ listByResourceGroup(resourceGroupName: string, options?: DomainsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Domain>;
35
+ private listByResourceGroupPagingPage;
36
+ private listByResourceGroupPagingAll;
37
+ /**
38
+ * Description for Lists domain ownership identifiers.
39
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
40
+ * @param domainName Name of domain.
41
+ * @param options The options parameters.
42
+ */
43
+ listOwnershipIdentifiers(resourceGroupName: string, domainName: string, options?: DomainsListOwnershipIdentifiersOptionalParams): PagedAsyncIterableIterator<DomainOwnershipIdentifier>;
44
+ private listOwnershipIdentifiersPagingPage;
45
+ private listOwnershipIdentifiersPagingAll;
46
+ /**
47
+ * Description for Check if a domain is available for registration.
48
+ * @param identifier Name of the domain.
49
+ * @param options The options parameters.
50
+ */
51
+ checkAvailability(identifier: NameIdentifier, options?: DomainsCheckAvailabilityOptionalParams): Promise<DomainsCheckAvailabilityResponse>;
52
+ /**
53
+ * Description for Get all domains in a subscription.
54
+ * @param options The options parameters.
55
+ */
56
+ private _list;
57
+ /**
58
+ * Description for Generate a single sign-on request for the domain management portal.
59
+ * @param options The options parameters.
60
+ */
61
+ getControlCenterSsoRequest(options?: DomainsGetControlCenterSsoRequestOptionalParams): Promise<DomainsGetControlCenterSsoRequestResponse>;
62
+ /**
63
+ * Description for Get domain name recommendations based on keywords.
64
+ * @param parameters Search parameters for domain name recommendations.
65
+ * @param options The options parameters.
66
+ */
67
+ private _listRecommendations;
68
+ /**
69
+ * Description for Get all domains in a resource group.
70
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
71
+ * @param options The options parameters.
72
+ */
73
+ private _listByResourceGroup;
74
+ /**
75
+ * Description for Get a domain.
76
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
77
+ * @param domainName Name of the domain.
78
+ * @param options The options parameters.
79
+ */
80
+ get(resourceGroupName: string, domainName: string, options?: DomainsGetOptionalParams): Promise<DomainsGetResponse>;
81
+ /**
82
+ * Description for Creates or updates a domain.
83
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
84
+ * @param domainName Name of the domain.
85
+ * @param domain Domain registration information.
86
+ * @param options The options parameters.
87
+ */
88
+ beginCreateOrUpdate(resourceGroupName: string, domainName: string, domain: Domain, options?: DomainsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DomainsCreateOrUpdateResponse>, DomainsCreateOrUpdateResponse>>;
89
+ /**
90
+ * Description for Creates or updates a domain.
91
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
92
+ * @param domainName Name of the domain.
93
+ * @param domain Domain registration information.
94
+ * @param options The options parameters.
95
+ */
96
+ beginCreateOrUpdateAndWait(resourceGroupName: string, domainName: string, domain: Domain, options?: DomainsCreateOrUpdateOptionalParams): Promise<DomainsCreateOrUpdateResponse>;
97
+ /**
98
+ * Description for Delete a domain.
99
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
100
+ * @param domainName Name of the domain.
101
+ * @param options The options parameters.
102
+ */
103
+ delete(resourceGroupName: string, domainName: string, options?: DomainsDeleteOptionalParams): Promise<void>;
104
+ /**
105
+ * Description for Creates or updates a domain.
106
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
107
+ * @param domainName Name of the domain.
108
+ * @param domain Domain registration information.
109
+ * @param options The options parameters.
110
+ */
111
+ update(resourceGroupName: string, domainName: string, domain: DomainPatchResource, options?: DomainsUpdateOptionalParams): Promise<DomainsUpdateResponse>;
112
+ /**
113
+ * Description for Lists domain ownership identifiers.
114
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
115
+ * @param domainName Name of domain.
116
+ * @param options The options parameters.
117
+ */
118
+ private _listOwnershipIdentifiers;
119
+ /**
120
+ * Description for Get ownership identifier for domain
121
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
122
+ * @param domainName Name of domain.
123
+ * @param name Name of identifier.
124
+ * @param options The options parameters.
125
+ */
126
+ getOwnershipIdentifier(resourceGroupName: string, domainName: string, name: string, options?: DomainsGetOwnershipIdentifierOptionalParams): Promise<DomainsGetOwnershipIdentifierResponse>;
127
+ /**
128
+ * Description for Creates an ownership identifier for a domain or updates identifier details for an
129
+ * existing identifier
130
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
131
+ * @param domainName Name of domain.
132
+ * @param name Name of identifier.
133
+ * @param domainOwnershipIdentifier A JSON representation of the domain ownership properties.
134
+ * @param options The options parameters.
135
+ */
136
+ createOrUpdateOwnershipIdentifier(resourceGroupName: string, domainName: string, name: string, domainOwnershipIdentifier: DomainOwnershipIdentifier, options?: DomainsCreateOrUpdateOwnershipIdentifierOptionalParams): Promise<DomainsCreateOrUpdateOwnershipIdentifierResponse>;
137
+ /**
138
+ * Description for Delete ownership identifier for domain
139
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
140
+ * @param domainName Name of domain.
141
+ * @param name Name of identifier.
142
+ * @param options The options parameters.
143
+ */
144
+ deleteOwnershipIdentifier(resourceGroupName: string, domainName: string, name: string, options?: DomainsDeleteOwnershipIdentifierOptionalParams): Promise<void>;
145
+ /**
146
+ * Description for Creates an ownership identifier for a domain or updates identifier details for an
147
+ * existing identifier
148
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
149
+ * @param domainName Name of domain.
150
+ * @param name Name of identifier.
151
+ * @param domainOwnershipIdentifier A JSON representation of the domain ownership properties.
152
+ * @param options The options parameters.
153
+ */
154
+ updateOwnershipIdentifier(resourceGroupName: string, domainName: string, name: string, domainOwnershipIdentifier: DomainOwnershipIdentifier, options?: DomainsUpdateOwnershipIdentifierOptionalParams): Promise<DomainsUpdateOwnershipIdentifierResponse>;
155
+ /**
156
+ * Description for Renew a domain.
157
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
158
+ * @param domainName Name of the domain.
159
+ * @param options The options parameters.
160
+ */
161
+ renew(resourceGroupName: string, domainName: string, options?: DomainsRenewOptionalParams): Promise<void>;
162
+ /**
163
+ * Transfer out domain to another registrar
164
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
165
+ * @param domainName Name of domain.
166
+ * @param options The options parameters.
167
+ */
168
+ transferOut(resourceGroupName: string, domainName: string, options?: DomainsTransferOutOptionalParams): Promise<DomainsTransferOutResponse>;
169
+ /**
170
+ * ListNext
171
+ * @param nextLink The nextLink from the previous successful call to the List method.
172
+ * @param options The options parameters.
173
+ */
174
+ private _listNext;
175
+ /**
176
+ * ListRecommendationsNext
177
+ * @param parameters Search parameters for domain name recommendations.
178
+ * @param nextLink The nextLink from the previous successful call to the ListRecommendations method.
179
+ * @param options The options parameters.
180
+ */
181
+ private _listRecommendationsNext;
182
+ /**
183
+ * ListByResourceGroupNext
184
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
185
+ * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
186
+ * @param options The options parameters.
187
+ */
188
+ private _listByResourceGroupNext;
189
+ /**
190
+ * ListOwnershipIdentifiersNext
191
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
192
+ * @param domainName Name of domain.
193
+ * @param nextLink The nextLink from the previous successful call to the ListOwnershipIdentifiers
194
+ * method.
195
+ * @param options The options parameters.
196
+ */
197
+ private _listOwnershipIdentifiersNext;
198
+ }
199
+ //# sourceMappingURL=domains.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"domains.d.ts","sourceRoot":"","sources":["../../../src/operations/domains.ts"],"names":[],"mappings":"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"}