@azure/arm-resourceconnector 1.0.0-alpha.20241118.1 → 1.0.0-alpha.20250220.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (263) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/LICENSE +4 -4
  3. package/README.md +26 -17
  4. package/dist/browser/index.d.ts +5 -0
  5. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  6. package/{dist-esm/src → dist/browser}/index.js +4 -4
  7. package/dist/browser/index.js.map +1 -0
  8. package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +1 -1
  9. package/{dist-esm/src → dist/browser}/lroImpl.js +0 -7
  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/appliances.d.ts +3 -3
  16. package/dist/browser/operations/appliances.d.ts.map +1 -0
  17. package/{dist-esm/src → dist/browser}/operations/appliances.js +79 -87
  18. package/dist/browser/operations/appliances.js.map +1 -0
  19. package/dist/browser/operations/index.d.ts +2 -0
  20. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  21. package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +1 -1
  22. package/dist/browser/operations/index.js.map +1 -0
  23. package/{dist-esm/src → dist/browser}/operationsInterfaces/appliances.d.ts +1 -1
  24. package/dist/browser/operationsInterfaces/appliances.d.ts.map +1 -0
  25. package/dist/browser/operationsInterfaces/appliances.js.map +1 -0
  26. package/dist/browser/operationsInterfaces/index.d.ts +2 -0
  27. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  28. package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +1 -1
  29. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  30. package/dist/browser/package.json +3 -0
  31. package/dist/browser/pagingHelper.js.map +1 -0
  32. package/{dist-esm/src → dist/browser}/resourceConnectorManagementClient.d.ts +2 -2
  33. package/dist/browser/resourceConnectorManagementClient.d.ts.map +1 -0
  34. package/{dist-esm/src → dist/browser}/resourceConnectorManagementClient.js +15 -18
  35. package/dist/browser/resourceConnectorManagementClient.js.map +1 -0
  36. package/dist/commonjs/index.d.ts +5 -0
  37. package/dist/commonjs/index.d.ts.map +1 -0
  38. package/dist/commonjs/index.js +19 -0
  39. package/dist/commonjs/index.js.map +1 -0
  40. package/dist/commonjs/lroImpl.d.ts +11 -0
  41. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  42. package/dist/commonjs/lroImpl.js +17 -0
  43. package/dist/commonjs/lroImpl.js.map +1 -0
  44. package/{types/arm-resourceconnector.d.ts → dist/commonjs/models/index.d.ts} +715 -911
  45. package/dist/commonjs/models/index.d.ts.map +1 -0
  46. package/dist/commonjs/models/index.js +135 -0
  47. package/dist/commonjs/models/index.js.map +1 -0
  48. package/dist/commonjs/models/mappers.d.ts +28 -0
  49. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  50. package/dist/commonjs/models/mappers.js +774 -0
  51. package/dist/commonjs/models/mappers.js.map +1 -0
  52. package/dist/commonjs/models/parameters.d.ts +13 -0
  53. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  54. package/dist/commonjs/models/parameters.js +127 -0
  55. package/dist/commonjs/models/parameters.js.map +1 -0
  56. package/dist/commonjs/operations/appliances.d.ts +149 -0
  57. package/dist/commonjs/operations/appliances.d.ts.map +1 -0
  58. package/dist/commonjs/operations/appliances.js +715 -0
  59. package/dist/commonjs/operations/appliances.js.map +1 -0
  60. package/dist/commonjs/operations/index.d.ts +2 -0
  61. package/dist/commonjs/operations/index.d.ts.map +1 -0
  62. package/dist/commonjs/operations/index.js +12 -0
  63. package/dist/commonjs/operations/index.js.map +1 -0
  64. package/dist/commonjs/operationsInterfaces/appliances.d.ts +98 -0
  65. package/dist/commonjs/operationsInterfaces/appliances.d.ts.map +1 -0
  66. package/dist/commonjs/operationsInterfaces/appliances.js +10 -0
  67. package/dist/commonjs/operationsInterfaces/appliances.js.map +1 -0
  68. package/dist/commonjs/operationsInterfaces/index.d.ts +2 -0
  69. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  70. package/dist/commonjs/operationsInterfaces/index.js +12 -0
  71. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  72. package/dist/commonjs/package.json +3 -0
  73. package/dist/commonjs/pagingHelper.d.ts +13 -0
  74. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  75. package/dist/commonjs/pagingHelper.js +36 -0
  76. package/dist/commonjs/pagingHelper.js.map +1 -0
  77. package/dist/commonjs/resourceConnectorManagementClient.d.ts +21 -0
  78. package/dist/commonjs/resourceConnectorManagementClient.d.ts.map +1 -0
  79. package/dist/commonjs/resourceConnectorManagementClient.js +100 -0
  80. package/dist/commonjs/resourceConnectorManagementClient.js.map +1 -0
  81. package/{types → dist/commonjs}/tsdoc-metadata.json +1 -1
  82. package/dist/esm/index.d.ts +5 -0
  83. package/dist/esm/index.d.ts.map +1 -0
  84. package/{src/index.ts → dist/esm/index.js} +5 -5
  85. package/dist/esm/index.js.map +1 -0
  86. package/dist/esm/lroImpl.d.ts +11 -0
  87. package/dist/esm/lroImpl.d.ts.map +1 -0
  88. package/dist/esm/lroImpl.js +14 -0
  89. package/dist/esm/lroImpl.js.map +1 -0
  90. package/dist/esm/models/index.d.ts +715 -0
  91. package/dist/esm/models/index.d.ts.map +1 -0
  92. package/dist/esm/models/index.js +132 -0
  93. package/dist/esm/models/index.js.map +1 -0
  94. package/dist/esm/models/mappers.d.ts +28 -0
  95. package/dist/esm/models/mappers.d.ts.map +1 -0
  96. package/dist/esm/models/mappers.js +771 -0
  97. package/dist/esm/models/mappers.js.map +1 -0
  98. package/dist/esm/models/parameters.d.ts +13 -0
  99. package/dist/esm/models/parameters.d.ts.map +1 -0
  100. package/dist/esm/models/parameters.js +124 -0
  101. package/dist/esm/models/parameters.js.map +1 -0
  102. package/dist/esm/operations/appliances.d.ts +149 -0
  103. package/dist/esm/operations/appliances.d.ts.map +1 -0
  104. package/dist/esm/operations/appliances.js +711 -0
  105. package/dist/esm/operations/appliances.js.map +1 -0
  106. package/dist/esm/operations/index.d.ts +2 -0
  107. package/dist/esm/operations/index.d.ts.map +1 -0
  108. package/dist/esm/operations/index.js +9 -0
  109. package/dist/esm/operations/index.js.map +1 -0
  110. package/dist/esm/operationsInterfaces/appliances.d.ts +98 -0
  111. package/dist/esm/operationsInterfaces/appliances.d.ts.map +1 -0
  112. package/{src/operations/index.ts → dist/esm/operationsInterfaces/appliances.js} +2 -2
  113. package/dist/esm/operationsInterfaces/appliances.js.map +1 -0
  114. package/dist/esm/operationsInterfaces/index.d.ts +2 -0
  115. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  116. package/dist/esm/operationsInterfaces/index.js +9 -0
  117. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  118. package/dist/esm/package.json +3 -0
  119. package/dist/esm/pagingHelper.d.ts +13 -0
  120. package/dist/esm/pagingHelper.d.ts.map +1 -0
  121. package/dist/esm/pagingHelper.js +32 -0
  122. package/dist/esm/pagingHelper.js.map +1 -0
  123. package/dist/esm/resourceConnectorManagementClient.d.ts +21 -0
  124. package/dist/esm/resourceConnectorManagementClient.d.ts.map +1 -0
  125. package/dist/esm/resourceConnectorManagementClient.js +95 -0
  126. package/dist/esm/resourceConnectorManagementClient.js.map +1 -0
  127. package/dist/react-native/index.d.ts +5 -0
  128. package/dist/react-native/index.d.ts.map +1 -0
  129. package/dist/react-native/index.js +13 -0
  130. package/dist/react-native/index.js.map +1 -0
  131. package/dist/react-native/lroImpl.d.ts +11 -0
  132. package/dist/react-native/lroImpl.d.ts.map +1 -0
  133. package/dist/react-native/lroImpl.js +14 -0
  134. package/dist/react-native/lroImpl.js.map +1 -0
  135. package/dist/react-native/models/index.d.ts +715 -0
  136. package/dist/react-native/models/index.d.ts.map +1 -0
  137. package/dist/react-native/models/index.js +132 -0
  138. package/dist/react-native/models/index.js.map +1 -0
  139. package/dist/react-native/models/mappers.d.ts +28 -0
  140. package/dist/react-native/models/mappers.d.ts.map +1 -0
  141. package/dist/react-native/models/mappers.js +771 -0
  142. package/dist/react-native/models/mappers.js.map +1 -0
  143. package/dist/react-native/models/parameters.d.ts +13 -0
  144. package/dist/react-native/models/parameters.d.ts.map +1 -0
  145. package/dist/react-native/models/parameters.js +124 -0
  146. package/dist/react-native/models/parameters.js.map +1 -0
  147. package/dist/react-native/operations/appliances.d.ts +149 -0
  148. package/dist/react-native/operations/appliances.d.ts.map +1 -0
  149. package/dist/react-native/operations/appliances.js +711 -0
  150. package/dist/react-native/operations/appliances.js.map +1 -0
  151. package/dist/react-native/operations/index.d.ts +2 -0
  152. package/dist/react-native/operations/index.d.ts.map +1 -0
  153. package/dist/react-native/operations/index.js +9 -0
  154. package/dist/react-native/operations/index.js.map +1 -0
  155. package/dist/react-native/operationsInterfaces/appliances.d.ts +98 -0
  156. package/dist/react-native/operationsInterfaces/appliances.d.ts.map +1 -0
  157. package/{src/operationsInterfaces/index.ts → dist/react-native/operationsInterfaces/appliances.js} +2 -2
  158. package/dist/react-native/operationsInterfaces/appliances.js.map +1 -0
  159. package/dist/react-native/operationsInterfaces/index.d.ts +2 -0
  160. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  161. package/dist/react-native/operationsInterfaces/index.js +9 -0
  162. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  163. package/dist/react-native/package.json +3 -0
  164. package/dist/react-native/pagingHelper.d.ts +13 -0
  165. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  166. package/dist/react-native/pagingHelper.js +32 -0
  167. package/dist/react-native/pagingHelper.js.map +1 -0
  168. package/dist/react-native/resourceConnectorManagementClient.d.ts +21 -0
  169. package/dist/react-native/resourceConnectorManagementClient.d.ts.map +1 -0
  170. package/dist/react-native/resourceConnectorManagementClient.js +95 -0
  171. package/dist/react-native/resourceConnectorManagementClient.js.map +1 -0
  172. package/package.json +68 -37
  173. package/dist/index.js +0 -1942
  174. package/dist/index.js.map +0 -1
  175. package/dist/index.min.js +0 -1
  176. package/dist/index.min.js.map +0 -1
  177. package/dist-esm/samples-dev/appliancesCreateOrUpdateSample.d.ts +0 -2
  178. package/dist-esm/samples-dev/appliancesCreateOrUpdateSample.d.ts.map +0 -1
  179. package/dist-esm/samples-dev/appliancesCreateOrUpdateSample.js +0 -44
  180. package/dist-esm/samples-dev/appliancesCreateOrUpdateSample.js.map +0 -1
  181. package/dist-esm/samples-dev/appliancesDeleteSample.d.ts +0 -2
  182. package/dist-esm/samples-dev/appliancesDeleteSample.d.ts.map +0 -1
  183. package/dist-esm/samples-dev/appliancesDeleteSample.js +0 -39
  184. package/dist-esm/samples-dev/appliancesDeleteSample.js.map +0 -1
  185. package/dist-esm/samples-dev/appliancesGetSample.d.ts +0 -2
  186. package/dist-esm/samples-dev/appliancesGetSample.d.ts.map +0 -1
  187. package/dist-esm/samples-dev/appliancesGetSample.js +0 -39
  188. package/dist-esm/samples-dev/appliancesGetSample.js.map +0 -1
  189. package/dist-esm/samples-dev/appliancesGetTelemetryConfigSample.d.ts +0 -2
  190. package/dist-esm/samples-dev/appliancesGetTelemetryConfigSample.d.ts.map +0 -1
  191. package/dist-esm/samples-dev/appliancesGetTelemetryConfigSample.js +0 -37
  192. package/dist-esm/samples-dev/appliancesGetTelemetryConfigSample.js.map +0 -1
  193. package/dist-esm/samples-dev/appliancesGetUpgradeGraphSample.d.ts +0 -2
  194. package/dist-esm/samples-dev/appliancesGetUpgradeGraphSample.d.ts.map +0 -1
  195. package/dist-esm/samples-dev/appliancesGetUpgradeGraphSample.js +0 -40
  196. package/dist-esm/samples-dev/appliancesGetUpgradeGraphSample.js.map +0 -1
  197. package/dist-esm/samples-dev/appliancesListByResourceGroupSample.d.ts +0 -2
  198. package/dist-esm/samples-dev/appliancesListByResourceGroupSample.d.ts.map +0 -1
  199. package/dist-esm/samples-dev/appliancesListByResourceGroupSample.js +0 -54
  200. package/dist-esm/samples-dev/appliancesListByResourceGroupSample.js.map +0 -1
  201. package/dist-esm/samples-dev/appliancesListBySubscriptionSample.d.ts +0 -2
  202. package/dist-esm/samples-dev/appliancesListBySubscriptionSample.d.ts.map +0 -1
  203. package/dist-esm/samples-dev/appliancesListBySubscriptionSample.js +0 -53
  204. package/dist-esm/samples-dev/appliancesListBySubscriptionSample.js.map +0 -1
  205. package/dist-esm/samples-dev/appliancesListClusterUserCredentialSample.d.ts +0 -2
  206. package/dist-esm/samples-dev/appliancesListClusterUserCredentialSample.d.ts.map +0 -1
  207. package/dist-esm/samples-dev/appliancesListClusterUserCredentialSample.js +0 -39
  208. package/dist-esm/samples-dev/appliancesListClusterUserCredentialSample.js.map +0 -1
  209. package/dist-esm/samples-dev/appliancesListKeysSample.d.ts +0 -2
  210. package/dist-esm/samples-dev/appliancesListKeysSample.d.ts.map +0 -1
  211. package/dist-esm/samples-dev/appliancesListKeysSample.js +0 -39
  212. package/dist-esm/samples-dev/appliancesListKeysSample.js.map +0 -1
  213. package/dist-esm/samples-dev/appliancesListOperationsSample.d.ts +0 -2
  214. package/dist-esm/samples-dev/appliancesListOperationsSample.d.ts.map +0 -1
  215. package/dist-esm/samples-dev/appliancesListOperationsSample.js +0 -51
  216. package/dist-esm/samples-dev/appliancesListOperationsSample.js.map +0 -1
  217. package/dist-esm/samples-dev/appliancesUpdateSample.d.ts +0 -2
  218. package/dist-esm/samples-dev/appliancesUpdateSample.d.ts.map +0 -1
  219. package/dist-esm/samples-dev/appliancesUpdateSample.js +0 -41
  220. package/dist-esm/samples-dev/appliancesUpdateSample.js.map +0 -1
  221. package/dist-esm/src/index.d.ts +0 -5
  222. package/dist-esm/src/index.js.map +0 -1
  223. package/dist-esm/src/lroImpl.js.map +0 -1
  224. package/dist-esm/src/models/index.js.map +0 -1
  225. package/dist-esm/src/models/mappers.js.map +0 -1
  226. package/dist-esm/src/models/parameters.js.map +0 -1
  227. package/dist-esm/src/operations/appliances.d.ts.map +0 -1
  228. package/dist-esm/src/operations/appliances.js.map +0 -1
  229. package/dist-esm/src/operations/index.d.ts +0 -2
  230. package/dist-esm/src/operations/index.js.map +0 -1
  231. package/dist-esm/src/operationsInterfaces/appliances.d.ts.map +0 -1
  232. package/dist-esm/src/operationsInterfaces/appliances.js.map +0 -1
  233. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -2
  234. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  235. package/dist-esm/src/pagingHelper.js.map +0 -1
  236. package/dist-esm/src/resourceConnectorManagementClient.d.ts.map +0 -1
  237. package/dist-esm/src/resourceConnectorManagementClient.js.map +0 -1
  238. package/dist-esm/test/resourceconnnector__operations_test.spec.d.ts +0 -4
  239. package/dist-esm/test/resourceconnnector__operations_test.spec.d.ts.map +0 -1
  240. package/dist-esm/test/resourceconnnector__operations_test.spec.js +0 -117
  241. package/dist-esm/test/resourceconnnector__operations_test.spec.js.map +0 -1
  242. package/src/lroImpl.ts +0 -42
  243. package/src/models/index.ts +0 -786
  244. package/src/models/mappers.ts +0 -811
  245. package/src/models/parameters.ts +0 -145
  246. package/src/operations/appliances.ts +0 -916
  247. package/src/operationsInterfaces/appliances.ts +0 -181
  248. package/src/pagingHelper.ts +0 -39
  249. package/src/resourceConnectorManagementClient.ts +0 -156
  250. package/tsconfig.json +0 -33
  251. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  252. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  253. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  254. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  255. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  256. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  257. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  258. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  259. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  260. /package/{dist-esm/src → dist/browser}/operationsInterfaces/appliances.js +0 -0
  261. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  262. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  263. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * 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 */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const ApplianceOperationsList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ApplianceOperationsList\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ApplianceOperation\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ApplianceOperation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ApplianceOperation\",\n modelProperties: {\n isDataAction: {\n serializedName: \"isDataAction\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n origin: {\n serializedName: \"origin\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"display.description\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"display.operation\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n provider: {\n serializedName: \"display.provider\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"display.resource\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\"\n }\n }\n }\n }\n};\n\nexport const ErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\"\n }\n }\n }\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n info: {\n serializedName: \"info\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n }\n }\n};\n\nexport const ApplianceListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ApplianceListResult\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Appliance\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Identity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Identity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AppliancePropertiesInfrastructureConfig: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AppliancePropertiesInfrastructureConfig\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n }\n }\n }\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\"\n }\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\"\n }\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const ApplianceGetTelemetryConfigResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ApplianceGetTelemetryConfigResult\",\n modelProperties: {\n telemetryInstrumentationKey: {\n serializedName: \"telemetryInstrumentationKey\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PatchableAppliance: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PatchableAppliance\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const ApplianceListCredentialResults: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ApplianceListCredentialResults\",\n modelProperties: {\n hybridConnectionConfig: {\n serializedName: \"hybridConnectionConfig\",\n type: {\n name: \"Composite\",\n className: \"HybridConnectionConfig\"\n }\n },\n kubeconfigs: {\n serializedName: \"kubeconfigs\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ApplianceCredentialKubeconfig\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const HybridConnectionConfig: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HybridConnectionConfig\",\n modelProperties: {\n expirationTime: {\n serializedName: \"expirationTime\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n hybridConnectionName: {\n serializedName: \"hybridConnectionName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n relay: {\n serializedName: \"relay\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n token: {\n serializedName: \"token\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ApplianceCredentialKubeconfig: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ApplianceCredentialKubeconfig\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ApplianceListKeysResults: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ApplianceListKeysResults\",\n modelProperties: {\n artifactProfiles: {\n serializedName: \"artifactProfiles\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"Composite\", className: \"ArtifactProfile\" } }\n }\n },\n kubeconfigs: {\n serializedName: \"kubeconfigs\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ApplianceCredentialKubeconfig\"\n }\n }\n }\n },\n sshKeys: {\n serializedName: \"sshKeys\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"Composite\", className: \"SSHKey\" } }\n }\n }\n }\n }\n};\n\nexport const ArtifactProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArtifactProfile\",\n modelProperties: {\n endpoint: {\n serializedName: \"endpoint\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SSHKey: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SSHKey\",\n modelProperties: {\n certificate: {\n serializedName: \"certificate\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n creationTimeStamp: {\n serializedName: \"creationTimeStamp\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n expirationTimeStamp: {\n serializedName: \"expirationTimeStamp\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n privateKey: {\n serializedName: \"privateKey\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n publicKey: {\n serializedName: \"publicKey\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UpgradeGraph: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UpgradeGraph\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"UpgradeGraphProperties\"\n }\n }\n }\n }\n};\n\nexport const UpgradeGraphProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UpgradeGraphProperties\",\n modelProperties: {\n applianceVersion: {\n serializedName: \"applianceVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n supportedVersions: {\n serializedName: \"supportedVersions\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SupportedVersion\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const SupportedVersion: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SupportedVersion\",\n modelProperties: {\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Composite\",\n className: \"SupportedVersionMetadata\"\n }\n },\n version: {\n serializedName: \"version\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SupportedVersionMetadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SupportedVersionMetadata\",\n modelProperties: {\n catalogVersion: {\n serializedName: \"catalogVersion\",\n type: {\n name: \"Composite\",\n className: \"SupportedVersionCatalogVersion\"\n }\n }\n }\n }\n};\n\nexport const SupportedVersionCatalogVersion: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SupportedVersionCatalogVersion\",\n modelProperties: {\n data: {\n serializedName: \"data\",\n type: {\n name: \"Composite\",\n className: \"SupportedVersionCatalogVersionData\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n namespace: {\n serializedName: \"namespace\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SupportedVersionCatalogVersionData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SupportedVersionCatalogVersionData\",\n modelProperties: {\n audience: {\n serializedName: \"audience\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n catalog: {\n serializedName: \"catalog\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n offer: {\n serializedName: \"offer\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"version\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Appliance: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Appliance\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\"\n }\n },\n distro: {\n defaultValue: \"AKSEdge\",\n serializedName: \"properties.distro\",\n type: {\n name: \"String\"\n }\n },\n infrastructureConfig: {\n serializedName: \"properties.infrastructureConfig\",\n type: {\n name: \"Composite\",\n className: \"AppliancePropertiesInfrastructureConfig\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n publicKey: {\n serializedName: \"properties.publicKey\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"properties.version\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n"]}
@@ -0,0 +1,13 @@
1
+ import { 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 subscriptionId: OperationURLParameter;
6
+ export declare const resourceGroupName: OperationURLParameter;
7
+ export declare const resourceName: OperationURLParameter;
8
+ export declare const contentType: OperationParameter;
9
+ export declare const parameters: OperationParameter;
10
+ export declare const tags: OperationParameter;
11
+ export declare const upgradeGraph: OperationURLParameter;
12
+ export declare const nextLink: OperationURLParameter;
13
+ //# sourceMappingURL=parameters.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAM5B,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAY5B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAa/B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,qBAgB1B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,kBAGxB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,kBAGlB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,qBAS1B,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC"}
@@ -0,0 +1,124 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ import { Appliance as ApplianceMapper, PatchableAppliance as PatchableApplianceMapper } from "../models/mappers.js";
9
+ export const accept = {
10
+ parameterPath: "accept",
11
+ mapper: {
12
+ defaultValue: "application/json",
13
+ isConstant: true,
14
+ serializedName: "Accept",
15
+ type: {
16
+ name: "String"
17
+ }
18
+ }
19
+ };
20
+ export const $host = {
21
+ parameterPath: "$host",
22
+ mapper: {
23
+ serializedName: "$host",
24
+ required: true,
25
+ type: {
26
+ name: "String"
27
+ }
28
+ },
29
+ skipEncoding: true
30
+ };
31
+ export const apiVersion = {
32
+ parameterPath: "apiVersion",
33
+ mapper: {
34
+ defaultValue: "2022-10-27",
35
+ isConstant: true,
36
+ serializedName: "api-version",
37
+ type: {
38
+ name: "String"
39
+ }
40
+ }
41
+ };
42
+ export const subscriptionId = {
43
+ parameterPath: "subscriptionId",
44
+ mapper: {
45
+ constraints: {
46
+ MinLength: 1
47
+ },
48
+ serializedName: "subscriptionId",
49
+ required: true,
50
+ type: {
51
+ name: "String"
52
+ }
53
+ }
54
+ };
55
+ export const resourceGroupName = {
56
+ parameterPath: "resourceGroupName",
57
+ mapper: {
58
+ constraints: {
59
+ MaxLength: 90,
60
+ MinLength: 1
61
+ },
62
+ serializedName: "resourceGroupName",
63
+ required: true,
64
+ type: {
65
+ name: "String"
66
+ }
67
+ }
68
+ };
69
+ export const resourceName = {
70
+ parameterPath: "resourceName",
71
+ mapper: {
72
+ constraints: {
73
+ Pattern: new RegExp("^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$"),
74
+ MaxLength: 63,
75
+ MinLength: 1
76
+ },
77
+ serializedName: "resourceName",
78
+ required: true,
79
+ type: {
80
+ name: "String"
81
+ }
82
+ }
83
+ };
84
+ export const contentType = {
85
+ parameterPath: ["options", "contentType"],
86
+ mapper: {
87
+ defaultValue: "application/json",
88
+ isConstant: true,
89
+ serializedName: "Content-Type",
90
+ type: {
91
+ name: "String"
92
+ }
93
+ }
94
+ };
95
+ export const parameters = {
96
+ parameterPath: "parameters",
97
+ mapper: ApplianceMapper
98
+ };
99
+ export const tags = {
100
+ parameterPath: ["options", "tags"],
101
+ mapper: PatchableApplianceMapper
102
+ };
103
+ export const upgradeGraph = {
104
+ parameterPath: "upgradeGraph",
105
+ mapper: {
106
+ serializedName: "upgradeGraph",
107
+ required: true,
108
+ type: {
109
+ name: "String"
110
+ }
111
+ }
112
+ };
113
+ export const nextLink = {
114
+ parameterPath: "nextLink",
115
+ mapper: {
116
+ serializedName: "nextLink",
117
+ required: true,
118
+ type: {
119
+ name: "String"
120
+ }
121
+ },
122
+ skipEncoding: true
123
+ };
124
+ //# 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":["/*\n * 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 */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport {\n Appliance as ApplianceMapper,\n PatchableAppliance as PatchableApplianceMapper\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: \"2022-10-27\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n constraints: {\n MinLength: 1\n },\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n MaxLength: 90,\n MinLength: 1\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourceName: OperationURLParameter = {\n parameterPath: \"resourceName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\n \"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$\"\n ),\n MaxLength: 63,\n MinLength: 1\n },\n serializedName: \"resourceName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\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 parameters: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: ApplianceMapper\n};\n\nexport const tags: OperationParameter = {\n parameterPath: [\"options\", \"tags\"],\n mapper: PatchableApplianceMapper\n};\n\nexport const upgradeGraph: OperationURLParameter = {\n parameterPath: \"upgradeGraph\",\n mapper: {\n serializedName: \"upgradeGraph\",\n required: true,\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"]}
@@ -0,0 +1,149 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { Appliances } from "../operationsInterfaces/index.js";
3
+ import { ResourceConnectorManagementClient } from "../resourceConnectorManagementClient.js";
4
+ import { SimplePollerLike, OperationState } from "@azure/core-lro";
5
+ import { ApplianceOperation, AppliancesListOperationsOptionalParams, Appliance, AppliancesListBySubscriptionOptionalParams, AppliancesListByResourceGroupOptionalParams, AppliancesGetTelemetryConfigOptionalParams, AppliancesGetTelemetryConfigResponse, AppliancesGetOptionalParams, AppliancesGetResponse, AppliancesCreateOrUpdateOptionalParams, AppliancesCreateOrUpdateResponse, AppliancesDeleteOptionalParams, AppliancesUpdateOptionalParams, AppliancesUpdateResponse, AppliancesListClusterUserCredentialOptionalParams, AppliancesListClusterUserCredentialResponse, AppliancesListKeysOptionalParams, AppliancesListKeysResponse, AppliancesGetUpgradeGraphOptionalParams, AppliancesGetUpgradeGraphResponse } from "../models/index.js";
6
+ /** Class containing Appliances operations. */
7
+ export declare class AppliancesImpl implements Appliances {
8
+ private readonly client;
9
+ /**
10
+ * Initialize a new instance of the class Appliances class.
11
+ * @param client Reference to the service client
12
+ */
13
+ constructor(client: ResourceConnectorManagementClient);
14
+ /**
15
+ * Lists all available Appliances operations.
16
+ * @param options The options parameters.
17
+ */
18
+ listOperations(options?: AppliancesListOperationsOptionalParams): PagedAsyncIterableIterator<ApplianceOperation>;
19
+ private listOperationsPagingPage;
20
+ private listOperationsPagingAll;
21
+ /**
22
+ * Gets a list of Appliances in the specified subscription. The operation returns properties of each
23
+ * Appliance
24
+ * @param options The options parameters.
25
+ */
26
+ listBySubscription(options?: AppliancesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Appliance>;
27
+ private listBySubscriptionPagingPage;
28
+ private listBySubscriptionPagingAll;
29
+ /**
30
+ * Gets a list of Appliances in the specified subscription and resource group. The operation returns
31
+ * properties of each Appliance.
32
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
33
+ * @param options The options parameters.
34
+ */
35
+ listByResourceGroup(resourceGroupName: string, options?: AppliancesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Appliance>;
36
+ private listByResourceGroupPagingPage;
37
+ private listByResourceGroupPagingAll;
38
+ /**
39
+ * Lists all available Appliances operations.
40
+ * @param options The options parameters.
41
+ */
42
+ private _listOperations;
43
+ /**
44
+ * Gets a list of Appliances in the specified subscription. The operation returns properties of each
45
+ * Appliance
46
+ * @param options The options parameters.
47
+ */
48
+ private _listBySubscription;
49
+ /**
50
+ * Gets the telemetry config.
51
+ * @param options The options parameters.
52
+ */
53
+ getTelemetryConfig(options?: AppliancesGetTelemetryConfigOptionalParams): Promise<AppliancesGetTelemetryConfigResponse>;
54
+ /**
55
+ * Gets a list of Appliances in the specified subscription and resource group. The operation returns
56
+ * properties of each Appliance.
57
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
58
+ * @param options The options parameters.
59
+ */
60
+ private _listByResourceGroup;
61
+ /**
62
+ * Gets the details of an Appliance with a specified resource group and name.
63
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
64
+ * @param resourceName Appliances name.
65
+ * @param options The options parameters.
66
+ */
67
+ get(resourceGroupName: string, resourceName: string, options?: AppliancesGetOptionalParams): Promise<AppliancesGetResponse>;
68
+ /**
69
+ * Creates or updates an Appliance in the specified Subscription and Resource Group.
70
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
71
+ * @param resourceName Appliances name.
72
+ * @param parameters Parameters supplied to create or update an Appliance.
73
+ * @param options The options parameters.
74
+ */
75
+ beginCreateOrUpdate(resourceGroupName: string, resourceName: string, parameters: Appliance, options?: AppliancesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AppliancesCreateOrUpdateResponse>, AppliancesCreateOrUpdateResponse>>;
76
+ /**
77
+ * Creates or updates an Appliance in the specified Subscription and Resource Group.
78
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
79
+ * @param resourceName Appliances name.
80
+ * @param parameters Parameters supplied to create or update an Appliance.
81
+ * @param options The options parameters.
82
+ */
83
+ beginCreateOrUpdateAndWait(resourceGroupName: string, resourceName: string, parameters: Appliance, options?: AppliancesCreateOrUpdateOptionalParams): Promise<AppliancesCreateOrUpdateResponse>;
84
+ /**
85
+ * Deletes an Appliance with the specified Resource Name, Resource Group, and Subscription Id.
86
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
87
+ * @param resourceName Appliances name.
88
+ * @param options The options parameters.
89
+ */
90
+ beginDelete(resourceGroupName: string, resourceName: string, options?: AppliancesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
91
+ /**
92
+ * Deletes an Appliance with the specified Resource Name, Resource Group, and Subscription Id.
93
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
94
+ * @param resourceName Appliances name.
95
+ * @param options The options parameters.
96
+ */
97
+ beginDeleteAndWait(resourceGroupName: string, resourceName: string, options?: AppliancesDeleteOptionalParams): Promise<void>;
98
+ /**
99
+ * Updates an Appliance with the specified Resource Name in the specified Resource Group and
100
+ * Subscription.
101
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
102
+ * @param resourceName Appliances name.
103
+ * @param options The options parameters.
104
+ */
105
+ update(resourceGroupName: string, resourceName: string, options?: AppliancesUpdateOptionalParams): Promise<AppliancesUpdateResponse>;
106
+ /**
107
+ * Returns the cluster user credentials for the dedicated appliance.
108
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
109
+ * @param resourceName Appliances name.
110
+ * @param options The options parameters.
111
+ */
112
+ listClusterUserCredential(resourceGroupName: string, resourceName: string, options?: AppliancesListClusterUserCredentialOptionalParams): Promise<AppliancesListClusterUserCredentialResponse>;
113
+ /**
114
+ * Returns the cluster customer credentials for the dedicated appliance.
115
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
116
+ * @param resourceName Appliances name.
117
+ * @param options The options parameters.
118
+ */
119
+ listKeys(resourceGroupName: string, resourceName: string, options?: AppliancesListKeysOptionalParams): Promise<AppliancesListKeysResponse>;
120
+ /**
121
+ * Gets the upgrade graph of an Appliance with a specified resource group and name and specific release
122
+ * train.
123
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
124
+ * @param resourceName Appliances name.
125
+ * @param upgradeGraph Upgrade graph version, ex - stable
126
+ * @param options The options parameters.
127
+ */
128
+ getUpgradeGraph(resourceGroupName: string, resourceName: string, upgradeGraph: string, options?: AppliancesGetUpgradeGraphOptionalParams): Promise<AppliancesGetUpgradeGraphResponse>;
129
+ /**
130
+ * ListOperationsNext
131
+ * @param nextLink The nextLink from the previous successful call to the ListOperations method.
132
+ * @param options The options parameters.
133
+ */
134
+ private _listOperationsNext;
135
+ /**
136
+ * ListBySubscriptionNext
137
+ * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.
138
+ * @param options The options parameters.
139
+ */
140
+ private _listBySubscriptionNext;
141
+ /**
142
+ * ListByResourceGroupNext
143
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
144
+ * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
145
+ * @param options The options parameters.
146
+ */
147
+ private _listByResourceGroupNext;
148
+ }
149
+ //# sourceMappingURL=appliances.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"appliances.d.ts","sourceRoot":"","sources":["../../../src/operations/appliances.ts"],"names":[],"mappings":"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"}