@azure/arm-resourceconnector 1.0.0-alpha.20241118.1 → 1.0.0-alpha.20250219.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
@@ -1,911 +1,715 @@
1
- import * as coreAuth from '@azure/core-auth';
2
- import * as coreClient from '@azure/core-client';
3
- import { OperationState } from '@azure/core-lro';
4
- import { PagedAsyncIterableIterator } from '@azure/core-paging';
5
- import { SimplePollerLike } from '@azure/core-lro';
6
-
7
- /**
8
- * Defines values for AccessProfileType. \
9
- * {@link KnownAccessProfileType} can be used interchangeably with AccessProfileType,
10
- * this enum contains the known values that the service supports.
11
- * ### Known values supported by the service
12
- * **clusterUser** \
13
- * **clusterCustomerUser**
14
- */
15
- export declare type AccessProfileType = string;
16
-
17
- /** Appliances definition. */
18
- export declare interface Appliance extends TrackedResource {
19
- /** Identity for the resource. */
20
- identity?: Identity;
21
- /** Represents a supported Fabric/Infra. (AKSEdge etc...). */
22
- distro?: Distro;
23
- /** Contains infrastructure information about the Appliance */
24
- infrastructureConfig?: AppliancePropertiesInfrastructureConfig;
25
- /**
26
- * The current deployment or provisioning state, which only appears in the response.
27
- * NOTE: This property will not be serialized. It can only be populated by the server.
28
- */
29
- readonly provisioningState?: string;
30
- /** Certificates pair used to download MSI certificate from HIS. Can only be set once. */
31
- publicKey?: string;
32
- /**
33
- * Appliance’s health and state of connection to on-prem
34
- * NOTE: This property will not be serialized. It can only be populated by the server.
35
- */
36
- readonly status?: Status;
37
- /** Version of the Appliance */
38
- version?: string;
39
- }
40
-
41
- /** Cluster User Credential appliance. */
42
- export declare interface ApplianceCredentialKubeconfig {
43
- /**
44
- * Name which contains the role of the kubeconfig.
45
- * NOTE: This property will not be serialized. It can only be populated by the server.
46
- */
47
- readonly name?: AccessProfileType;
48
- /**
49
- * Contains the kubeconfig value.
50
- * NOTE: This property will not be serialized. It can only be populated by the server.
51
- */
52
- readonly value?: string;
53
- }
54
-
55
- /** The Get Telemetry Config Result appliance. */
56
- export declare interface ApplianceGetTelemetryConfigResult {
57
- /**
58
- * Telemetry instrumentation key.
59
- * NOTE: This property will not be serialized. It can only be populated by the server.
60
- */
61
- readonly telemetryInstrumentationKey?: string;
62
- }
63
-
64
- /** The List Cluster User Credential appliance. */
65
- export declare interface ApplianceListCredentialResults {
66
- /**
67
- * Contains the REP (rendezvous endpoint) and “Listener” access token from notification service (NS).
68
- * NOTE: This property will not be serialized. It can only be populated by the server.
69
- */
70
- readonly hybridConnectionConfig?: HybridConnectionConfig;
71
- /**
72
- * The list of appliance kubeconfigs.
73
- * NOTE: This property will not be serialized. It can only be populated by the server.
74
- */
75
- readonly kubeconfigs?: ApplianceCredentialKubeconfig[];
76
- }
77
-
78
- /** The List Cluster Keys Results appliance. */
79
- export declare interface ApplianceListKeysResults {
80
- /**
81
- * Map of artifacts that contains a list of ArtifactProfile used to upload artifacts such as logs.
82
- * NOTE: This property will not be serialized. It can only be populated by the server.
83
- */
84
- readonly artifactProfiles?: {
85
- [propertyName: string]: ArtifactProfile;
86
- };
87
- /**
88
- * The list of appliance kubeconfigs.
89
- * NOTE: This property will not be serialized. It can only be populated by the server.
90
- */
91
- readonly kubeconfigs?: ApplianceCredentialKubeconfig[];
92
- /**
93
- * Map of Customer User Public, Private SSH Keys and Certificate when available.
94
- * NOTE: This property will not be serialized. It can only be populated by the server.
95
- */
96
- readonly sshKeys?: {
97
- [propertyName: string]: SSHKey;
98
- };
99
- }
100
-
101
- /** The List Appliances operation response. */
102
- export declare interface ApplianceListResult {
103
- /**
104
- * The URL to use for getting the next set of results.
105
- * NOTE: This property will not be serialized. It can only be populated by the server.
106
- */
107
- readonly nextLink?: string;
108
- /**
109
- * The list of Appliances.
110
- * NOTE: This property will not be serialized. It can only be populated by the server.
111
- */
112
- readonly value?: Appliance[];
113
- }
114
-
115
- /** Appliances operation. */
116
- export declare interface ApplianceOperation {
117
- /**
118
- * Is this Operation a data plane operation
119
- * NOTE: This property will not be serialized. It can only be populated by the server.
120
- */
121
- readonly isDataAction?: boolean;
122
- /**
123
- * The name of the compute operation.
124
- * NOTE: This property will not be serialized. It can only be populated by the server.
125
- */
126
- readonly name?: string;
127
- /**
128
- * The origin of the compute operation.
129
- * NOTE: This property will not be serialized. It can only be populated by the server.
130
- */
131
- readonly origin?: string;
132
- /**
133
- * The description of the operation.
134
- * NOTE: This property will not be serialized. It can only be populated by the server.
135
- */
136
- readonly description?: string;
137
- /**
138
- * The display name of the compute operation.
139
- * NOTE: This property will not be serialized. It can only be populated by the server.
140
- */
141
- readonly operation?: string;
142
- /**
143
- * The resource provider for the operation.
144
- * NOTE: This property will not be serialized. It can only be populated by the server.
145
- */
146
- readonly provider?: string;
147
- /**
148
- * The display name of the resource the operation applies to.
149
- * NOTE: This property will not be serialized. It can only be populated by the server.
150
- */
151
- readonly resource?: string;
152
- }
153
-
154
- /** Lists of Appliances operations. */
155
- export declare interface ApplianceOperationsList {
156
- /** Next page of operations. */
157
- nextLink?: string;
158
- /** Array of applianceOperation */
159
- value: ApplianceOperation[];
160
- }
161
-
162
- /** Contains infrastructure information about the Appliance */
163
- export declare interface AppliancePropertiesInfrastructureConfig {
164
- /** Information about the connected appliance. */
165
- provider?: Provider;
166
- }
167
-
168
- /** Interface representing a Appliances. */
169
- export declare interface Appliances {
170
- /**
171
- * Lists all available Appliances operations.
172
- * @param options The options parameters.
173
- */
174
- listOperations(options?: AppliancesListOperationsOptionalParams): PagedAsyncIterableIterator<ApplianceOperation>;
175
- /**
176
- * Gets a list of Appliances in the specified subscription. The operation returns properties of each
177
- * Appliance
178
- * @param options The options parameters.
179
- */
180
- listBySubscription(options?: AppliancesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Appliance>;
181
- /**
182
- * Gets a list of Appliances in the specified subscription and resource group. The operation returns
183
- * properties of each Appliance.
184
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
185
- * @param options The options parameters.
186
- */
187
- listByResourceGroup(resourceGroupName: string, options?: AppliancesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Appliance>;
188
- /**
189
- * Gets the telemetry config.
190
- * @param options The options parameters.
191
- */
192
- getTelemetryConfig(options?: AppliancesGetTelemetryConfigOptionalParams): Promise<AppliancesGetTelemetryConfigResponse>;
193
- /**
194
- * Gets the details of an Appliance with a specified resource group and name.
195
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
196
- * @param resourceName Appliances name.
197
- * @param options The options parameters.
198
- */
199
- get(resourceGroupName: string, resourceName: string, options?: AppliancesGetOptionalParams): Promise<AppliancesGetResponse>;
200
- /**
201
- * Creates or updates an Appliance in the specified Subscription and Resource Group.
202
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
203
- * @param resourceName Appliances name.
204
- * @param parameters Parameters supplied to create or update an Appliance.
205
- * @param options The options parameters.
206
- */
207
- beginCreateOrUpdate(resourceGroupName: string, resourceName: string, parameters: Appliance, options?: AppliancesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AppliancesCreateOrUpdateResponse>, AppliancesCreateOrUpdateResponse>>;
208
- /**
209
- * Creates or updates an Appliance in the specified Subscription and Resource Group.
210
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
211
- * @param resourceName Appliances name.
212
- * @param parameters Parameters supplied to create or update an Appliance.
213
- * @param options The options parameters.
214
- */
215
- beginCreateOrUpdateAndWait(resourceGroupName: string, resourceName: string, parameters: Appliance, options?: AppliancesCreateOrUpdateOptionalParams): Promise<AppliancesCreateOrUpdateResponse>;
216
- /**
217
- * Deletes an Appliance with the specified Resource Name, Resource Group, and Subscription Id.
218
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
219
- * @param resourceName Appliances name.
220
- * @param options The options parameters.
221
- */
222
- beginDelete(resourceGroupName: string, resourceName: string, options?: AppliancesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
223
- /**
224
- * Deletes an Appliance with the specified Resource Name, Resource Group, and Subscription Id.
225
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
226
- * @param resourceName Appliances name.
227
- * @param options The options parameters.
228
- */
229
- beginDeleteAndWait(resourceGroupName: string, resourceName: string, options?: AppliancesDeleteOptionalParams): Promise<void>;
230
- /**
231
- * Updates an Appliance with the specified Resource Name in the specified Resource Group and
232
- * Subscription.
233
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
234
- * @param resourceName Appliances name.
235
- * @param options The options parameters.
236
- */
237
- update(resourceGroupName: string, resourceName: string, options?: AppliancesUpdateOptionalParams): Promise<AppliancesUpdateResponse>;
238
- /**
239
- * Returns the cluster user credentials for the dedicated appliance.
240
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
241
- * @param resourceName Appliances name.
242
- * @param options The options parameters.
243
- */
244
- listClusterUserCredential(resourceGroupName: string, resourceName: string, options?: AppliancesListClusterUserCredentialOptionalParams): Promise<AppliancesListClusterUserCredentialResponse>;
245
- /**
246
- * Returns the cluster customer credentials for the dedicated appliance.
247
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
248
- * @param resourceName Appliances name.
249
- * @param options The options parameters.
250
- */
251
- listKeys(resourceGroupName: string, resourceName: string, options?: AppliancesListKeysOptionalParams): Promise<AppliancesListKeysResponse>;
252
- /**
253
- * Gets the upgrade graph of an Appliance with a specified resource group and name and specific release
254
- * train.
255
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
256
- * @param resourceName Appliances name.
257
- * @param upgradeGraph Upgrade graph version, ex - stable
258
- * @param options The options parameters.
259
- */
260
- getUpgradeGraph(resourceGroupName: string, resourceName: string, upgradeGraph: string, options?: AppliancesGetUpgradeGraphOptionalParams): Promise<AppliancesGetUpgradeGraphResponse>;
261
- }
262
-
263
- /** Optional parameters. */
264
- export declare interface AppliancesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
265
- /** Delay to wait until next poll, in milliseconds. */
266
- updateIntervalInMs?: number;
267
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
268
- resumeFrom?: string;
269
- }
270
-
271
- /** Contains response data for the createOrUpdate operation. */
272
- export declare type AppliancesCreateOrUpdateResponse = Appliance;
273
-
274
- /** Optional parameters. */
275
- export declare interface AppliancesDeleteOptionalParams extends coreClient.OperationOptions {
276
- /** Delay to wait until next poll, in milliseconds. */
277
- updateIntervalInMs?: number;
278
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
279
- resumeFrom?: string;
280
- }
281
-
282
- /** Optional parameters. */
283
- export declare interface AppliancesGetOptionalParams extends coreClient.OperationOptions {
284
- }
285
-
286
- /** Contains response data for the get operation. */
287
- export declare type AppliancesGetResponse = Appliance;
288
-
289
- /** Optional parameters. */
290
- export declare interface AppliancesGetTelemetryConfigOptionalParams extends coreClient.OperationOptions {
291
- }
292
-
293
- /** Contains response data for the getTelemetryConfig operation. */
294
- export declare type AppliancesGetTelemetryConfigResponse = ApplianceGetTelemetryConfigResult;
295
-
296
- /** Optional parameters. */
297
- export declare interface AppliancesGetUpgradeGraphOptionalParams extends coreClient.OperationOptions {
298
- }
299
-
300
- /** Contains response data for the getUpgradeGraph operation. */
301
- export declare type AppliancesGetUpgradeGraphResponse = UpgradeGraph;
302
-
303
- /** Optional parameters. */
304
- export declare interface AppliancesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
305
- }
306
-
307
- /** Contains response data for the listByResourceGroupNext operation. */
308
- export declare type AppliancesListByResourceGroupNextResponse = ApplianceListResult;
309
-
310
- /** Optional parameters. */
311
- export declare interface AppliancesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
312
- }
313
-
314
- /** Contains response data for the listByResourceGroup operation. */
315
- export declare type AppliancesListByResourceGroupResponse = ApplianceListResult;
316
-
317
- /** Optional parameters. */
318
- export declare interface AppliancesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
319
- }
320
-
321
- /** Contains response data for the listBySubscriptionNext operation. */
322
- export declare type AppliancesListBySubscriptionNextResponse = ApplianceListResult;
323
-
324
- /** Optional parameters. */
325
- export declare interface AppliancesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
326
- }
327
-
328
- /** Contains response data for the listBySubscription operation. */
329
- export declare type AppliancesListBySubscriptionResponse = ApplianceListResult;
330
-
331
- /** Optional parameters. */
332
- export declare interface AppliancesListClusterUserCredentialOptionalParams extends coreClient.OperationOptions {
333
- }
334
-
335
- /** Contains response data for the listClusterUserCredential operation. */
336
- export declare type AppliancesListClusterUserCredentialResponse = ApplianceListCredentialResults;
337
-
338
- /** Optional parameters. */
339
- export declare interface AppliancesListKeysOptionalParams extends coreClient.OperationOptions {
340
- }
341
-
342
- /** Contains response data for the listKeys operation. */
343
- export declare type AppliancesListKeysResponse = ApplianceListKeysResults;
344
-
345
- /** Optional parameters. */
346
- export declare interface AppliancesListOperationsNextOptionalParams extends coreClient.OperationOptions {
347
- }
348
-
349
- /** Contains response data for the listOperationsNext operation. */
350
- export declare type AppliancesListOperationsNextResponse = ApplianceOperationsList;
351
-
352
- /** Optional parameters. */
353
- export declare interface AppliancesListOperationsOptionalParams extends coreClient.OperationOptions {
354
- }
355
-
356
- /** Contains response data for the listOperations operation. */
357
- export declare type AppliancesListOperationsResponse = ApplianceOperationsList;
358
-
359
- /** Optional parameters. */
360
- export declare interface AppliancesUpdateOptionalParams extends coreClient.OperationOptions {
361
- /** Resource tags */
362
- tags?: {
363
- [propertyName: string]: string;
364
- };
365
- }
366
-
367
- /** Contains response data for the update operation. */
368
- export declare type AppliancesUpdateResponse = Appliance;
369
-
370
- /** Appliance ArtifactProfile definition. */
371
- export declare interface ArtifactProfile {
372
- /**
373
- * Endpoint is the URL to upload artifacts to.
374
- * NOTE: This property will not be serialized. It can only be populated by the server.
375
- */
376
- readonly endpoint?: string;
377
- }
378
-
379
- /**
380
- * Defines values for ArtifactType. \
381
- * {@link KnownArtifactType} can be used interchangeably with ArtifactType,
382
- * this enum contains the known values that the service supports.
383
- * ### Known values supported by the service
384
- * **LogsArtifactType**
385
- */
386
- export declare type ArtifactType = string;
387
-
388
- /**
389
- * Defines values for CreatedByType. \
390
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
391
- * this enum contains the known values that the service supports.
392
- * ### Known values supported by the service
393
- * **User** \
394
- * **Application** \
395
- * **ManagedIdentity** \
396
- * **Key**
397
- */
398
- export declare type CreatedByType = string;
399
-
400
- /**
401
- * Defines values for Distro. \
402
- * {@link KnownDistro} can be used interchangeably with Distro,
403
- * this enum contains the known values that the service supports.
404
- * ### Known values supported by the service
405
- * **AKSEdge**
406
- */
407
- export declare type Distro = string;
408
-
409
- /** The resource management error additional info. */
410
- export declare interface ErrorAdditionalInfo {
411
- /**
412
- * The additional info type.
413
- * NOTE: This property will not be serialized. It can only be populated by the server.
414
- */
415
- readonly type?: string;
416
- /**
417
- * The additional info.
418
- * NOTE: This property will not be serialized. It can only be populated by the server.
419
- */
420
- readonly info?: Record<string, unknown>;
421
- }
422
-
423
- /** The error detail. */
424
- export declare interface ErrorDetail {
425
- /**
426
- * The error code.
427
- * NOTE: This property will not be serialized. It can only be populated by the server.
428
- */
429
- readonly code?: string;
430
- /**
431
- * The error message.
432
- * NOTE: This property will not be serialized. It can only be populated by the server.
433
- */
434
- readonly message?: string;
435
- /**
436
- * The error target.
437
- * NOTE: This property will not be serialized. It can only be populated by the server.
438
- */
439
- readonly target?: string;
440
- /**
441
- * The error details.
442
- * NOTE: This property will not be serialized. It can only be populated by the server.
443
- */
444
- readonly details?: ErrorDetail[];
445
- /**
446
- * The error additional info.
447
- * NOTE: This property will not be serialized. It can only be populated by the server.
448
- */
449
- readonly additionalInfo?: ErrorAdditionalInfo[];
450
- }
451
-
452
- /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
453
- export declare interface ErrorResponse {
454
- /** The error object. */
455
- error?: ErrorDetail;
456
- }
457
-
458
- /**
459
- * Given the last `.value` produced by the `byPage` iterator,
460
- * returns a continuation token that can be used to begin paging from
461
- * that point later.
462
- * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
463
- * @returns The continuation token that can be passed into byPage() during future calls.
464
- */
465
- export declare function getContinuationToken(page: unknown): string | undefined;
466
-
467
- /** Contains the REP (rendezvous endpoint) and “Listener” access token from notification service (NS). */
468
- export declare interface HybridConnectionConfig {
469
- /**
470
- * Timestamp when this token will be expired.
471
- * NOTE: This property will not be serialized. It can only be populated by the server.
472
- */
473
- readonly expirationTime?: number;
474
- /**
475
- * Name of the connection
476
- * NOTE: This property will not be serialized. It can only be populated by the server.
477
- */
478
- readonly hybridConnectionName?: string;
479
- /**
480
- * Name of the notification service.
481
- * NOTE: This property will not be serialized. It can only be populated by the server.
482
- */
483
- readonly relay?: string;
484
- /**
485
- * Listener access token
486
- * NOTE: This property will not be serialized. It can only be populated by the server.
487
- */
488
- readonly token?: string;
489
- }
490
-
491
- /** Identity for the resource. */
492
- export declare interface Identity {
493
- /**
494
- * The principal ID of resource identity.
495
- * NOTE: This property will not be serialized. It can only be populated by the server.
496
- */
497
- readonly principalId?: string;
498
- /**
499
- * The tenant ID of resource.
500
- * NOTE: This property will not be serialized. It can only be populated by the server.
501
- */
502
- readonly tenantId?: string;
503
- /** The identity type. */
504
- type?: ResourceIdentityType;
505
- }
506
-
507
- /** Known values of {@link AccessProfileType} that the service accepts. */
508
- export declare enum KnownAccessProfileType {
509
- /** ClusterUser */
510
- ClusterUser = "clusterUser",
511
- /** ClusterCustomerUser */
512
- ClusterCustomerUser = "clusterCustomerUser"
513
- }
514
-
515
- /** Known values of {@link ArtifactType} that the service accepts. */
516
- export declare enum KnownArtifactType {
517
- /** LogsArtifactType */
518
- LogsArtifactType = "LogsArtifactType"
519
- }
520
-
521
- /** Known values of {@link CreatedByType} that the service accepts. */
522
- export declare enum KnownCreatedByType {
523
- /** User */
524
- User = "User",
525
- /** Application */
526
- Application = "Application",
527
- /** ManagedIdentity */
528
- ManagedIdentity = "ManagedIdentity",
529
- /** Key */
530
- Key = "Key"
531
- }
532
-
533
- /** Known values of {@link Distro} that the service accepts. */
534
- export declare enum KnownDistro {
535
- /** AKSEdge */
536
- AKSEdge = "AKSEdge"
537
- }
538
-
539
- /** Known values of {@link Provider} that the service accepts. */
540
- export declare enum KnownProvider {
541
- /** VMWare */
542
- VMWare = "VMWare",
543
- /** HCI */
544
- HCI = "HCI",
545
- /** Scvmm */
546
- Scvmm = "SCVMM",
547
- /** KubeVirt */
548
- KubeVirt = "KubeVirt",
549
- /** OpenStack */
550
- OpenStack = "OpenStack"
551
- }
552
-
553
- /** Known values of {@link ResourceIdentityType} that the service accepts. */
554
- export declare enum KnownResourceIdentityType {
555
- /** SystemAssigned */
556
- SystemAssigned = "SystemAssigned",
557
- /** None */
558
- None = "None"
559
- }
560
-
561
- /** Known values of {@link SSHKeyType} that the service accepts. */
562
- export declare enum KnownSSHKeyType {
563
- /** SSHCustomerUser */
564
- SSHCustomerUser = "SSHCustomerUser",
565
- /** ManagementCAKey */
566
- ManagementCAKey = "ManagementCAKey",
567
- /** LogsKey */
568
- LogsKey = "LogsKey",
569
- /** ScopedAccessKey */
570
- ScopedAccessKey = "ScopedAccessKey"
571
- }
572
-
573
- /** Known values of {@link Status} that the service accepts. */
574
- export declare enum KnownStatus {
575
- /** WaitingForHeartbeat */
576
- WaitingForHeartbeat = "WaitingForHeartbeat",
577
- /** Validating */
578
- Validating = "Validating",
579
- /** Connecting */
580
- Connecting = "Connecting",
581
- /** Connected */
582
- Connected = "Connected",
583
- /** Running */
584
- Running = "Running",
585
- /** PreparingForUpgrade */
586
- PreparingForUpgrade = "PreparingForUpgrade",
587
- /** UpgradePrerequisitesCompleted */
588
- UpgradePrerequisitesCompleted = "UpgradePrerequisitesCompleted",
589
- /** PreUpgrade */
590
- PreUpgrade = "PreUpgrade",
591
- /** UpgradingKvaio */
592
- UpgradingKvaio = "UpgradingKVAIO",
593
- /** WaitingForKvaio */
594
- WaitingForKvaio = "WaitingForKVAIO",
595
- /** ImagePending */
596
- ImagePending = "ImagePending",
597
- /** ImageProvisioning */
598
- ImageProvisioning = "ImageProvisioning",
599
- /** ImageProvisioned */
600
- ImageProvisioned = "ImageProvisioned",
601
- /** ImageDownloading */
602
- ImageDownloading = "ImageDownloading",
603
- /** ImageDownloaded */
604
- ImageDownloaded = "ImageDownloaded",
605
- /** ImageDeprovisioning */
606
- ImageDeprovisioning = "ImageDeprovisioning",
607
- /** ImageUnknown */
608
- ImageUnknown = "ImageUnknown",
609
- /** UpdatingCloudOperator */
610
- UpdatingCloudOperator = "UpdatingCloudOperator",
611
- /** WaitingForCloudOperator */
612
- WaitingForCloudOperator = "WaitingForCloudOperator",
613
- /** UpdatingCapi */
614
- UpdatingCapi = "UpdatingCAPI",
615
- /** UpdatingCluster */
616
- UpdatingCluster = "UpdatingCluster",
617
- /** PostUpgrade */
618
- PostUpgrade = "PostUpgrade",
619
- /** UpgradeComplete */
620
- UpgradeComplete = "UpgradeComplete",
621
- /** UpgradeClusterExtensionFailedToDelete */
622
- UpgradeClusterExtensionFailedToDelete = "UpgradeClusterExtensionFailedToDelete",
623
- /** UpgradeFailed */
624
- UpgradeFailed = "UpgradeFailed",
625
- /** Offline */
626
- Offline = "Offline",
627
- /** None */
628
- None = "None"
629
- }
630
-
631
- /** The Appliances patchable resource definition. */
632
- export declare interface PatchableAppliance {
633
- /** Resource tags */
634
- tags?: {
635
- [propertyName: string]: string;
636
- };
637
- }
638
-
639
- /**
640
- * Defines values for Provider. \
641
- * {@link KnownProvider} can be used interchangeably with Provider,
642
- * this enum contains the known values that the service supports.
643
- * ### Known values supported by the service
644
- * **VMWare** \
645
- * **HCI** \
646
- * **SCVMM** \
647
- * **KubeVirt** \
648
- * **OpenStack**
649
- */
650
- export declare type Provider = string;
651
-
652
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
653
- export declare interface Resource {
654
- /**
655
- * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
656
- * NOTE: This property will not be serialized. It can only be populated by the server.
657
- */
658
- readonly id?: string;
659
- /**
660
- * The name of the resource
661
- * NOTE: This property will not be serialized. It can only be populated by the server.
662
- */
663
- readonly name?: string;
664
- /**
665
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
666
- * NOTE: This property will not be serialized. It can only be populated by the server.
667
- */
668
- readonly type?: string;
669
- /**
670
- * Azure Resource Manager metadata containing createdBy and modifiedBy information.
671
- * NOTE: This property will not be serialized. It can only be populated by the server.
672
- */
673
- readonly systemData?: SystemData;
674
- }
675
-
676
- export declare class ResourceConnectorManagementClient extends coreClient.ServiceClient {
677
- $host: string;
678
- apiVersion: string;
679
- subscriptionId?: string;
680
- /**
681
- * Initializes a new instance of the ResourceConnectorManagementClient class.
682
- * @param credentials Subscription credentials which uniquely identify client subscription.
683
- * @param subscriptionId The ID of the target subscription.
684
- * @param options The parameter options
685
- */
686
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ResourceConnectorManagementClientOptionalParams);
687
- constructor(credentials: coreAuth.TokenCredential, options?: ResourceConnectorManagementClientOptionalParams);
688
- /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
689
- private addCustomApiVersionPolicy;
690
- appliances: Appliances;
691
- }
692
-
693
- /** Optional parameters. */
694
- export declare interface ResourceConnectorManagementClientOptionalParams extends coreClient.ServiceClientOptions {
695
- /** server parameter */
696
- $host?: string;
697
- /** Api Version */
698
- apiVersion?: string;
699
- /** Overrides client endpoint. */
700
- endpoint?: string;
701
- }
702
-
703
- /**
704
- * Defines values for ResourceIdentityType. \
705
- * {@link KnownResourceIdentityType} can be used interchangeably with ResourceIdentityType,
706
- * this enum contains the known values that the service supports.
707
- * ### Known values supported by the service
708
- * **SystemAssigned** \
709
- * **None**
710
- */
711
- export declare type ResourceIdentityType = string;
712
-
713
- /** Appliance SSHKey definition. */
714
- export declare interface SSHKey {
715
- /**
716
- * Certificate associated with the public key if the key is signed.
717
- * NOTE: This property will not be serialized. It can only be populated by the server.
718
- */
719
- readonly certificate?: string;
720
- /**
721
- * Certificate creation timestamp (Unix).
722
- * NOTE: This property will not be serialized. It can only be populated by the server.
723
- */
724
- readonly creationTimeStamp?: number;
725
- /**
726
- * Certificate expiration timestamp (Unix).
727
- * NOTE: This property will not be serialized. It can only be populated by the server.
728
- */
729
- readonly expirationTimeStamp?: number;
730
- /**
731
- * Private Key.
732
- * NOTE: This property will not be serialized. It can only be populated by the server.
733
- */
734
- readonly privateKey?: string;
735
- /**
736
- * Public Key.
737
- * NOTE: This property will not be serialized. It can only be populated by the server.
738
- */
739
- readonly publicKey?: string;
740
- }
741
-
742
- /**
743
- * Defines values for SSHKeyType. \
744
- * {@link KnownSSHKeyType} can be used interchangeably with SSHKeyType,
745
- * this enum contains the known values that the service supports.
746
- * ### Known values supported by the service
747
- * **SSHCustomerUser** \
748
- * **ManagementCAKey** \
749
- * **LogsKey** \
750
- * **ScopedAccessKey**
751
- */
752
- export declare type SSHKeyType = string;
753
-
754
- /**
755
- * Defines values for Status. \
756
- * {@link KnownStatus} can be used interchangeably with Status,
757
- * this enum contains the known values that the service supports.
758
- * ### Known values supported by the service
759
- * **WaitingForHeartbeat** \
760
- * **Validating** \
761
- * **Connecting** \
762
- * **Connected** \
763
- * **Running** \
764
- * **PreparingForUpgrade** \
765
- * **UpgradePrerequisitesCompleted** \
766
- * **PreUpgrade** \
767
- * **UpgradingKVAIO** \
768
- * **WaitingForKVAIO** \
769
- * **ImagePending** \
770
- * **ImageProvisioning** \
771
- * **ImageProvisioned** \
772
- * **ImageDownloading** \
773
- * **ImageDownloaded** \
774
- * **ImageDeprovisioning** \
775
- * **ImageUnknown** \
776
- * **UpdatingCloudOperator** \
777
- * **WaitingForCloudOperator** \
778
- * **UpdatingCAPI** \
779
- * **UpdatingCluster** \
780
- * **PostUpgrade** \
781
- * **UpgradeComplete** \
782
- * **UpgradeClusterExtensionFailedToDelete** \
783
- * **UpgradeFailed** \
784
- * **Offline** \
785
- * **None**
786
- */
787
- export declare type Status = string;
788
-
789
- /** The SupportedVersion object for appliance. */
790
- export declare interface SupportedVersion {
791
- /**
792
- * This is the metadata of the supported newer version.
793
- * NOTE: This property will not be serialized. It can only be populated by the server.
794
- */
795
- readonly metadata?: SupportedVersionMetadata;
796
- /**
797
- * The newer version available for upgrade.
798
- * NOTE: This property will not be serialized. It can only be populated by the server.
799
- */
800
- readonly version?: string;
801
- }
802
-
803
- /** The SupportedVersionCatalogVersion object for appliance. */
804
- export declare interface SupportedVersionCatalogVersion {
805
- /**
806
- * The newer supported version catalog version data.
807
- * NOTE: This property will not be serialized. It can only be populated by the server.
808
- */
809
- readonly data?: SupportedVersionCatalogVersionData;
810
- /**
811
- * The catalog version name for the version available for upgrade.
812
- * NOTE: This property will not be serialized. It can only be populated by the server.
813
- */
814
- readonly name?: string;
815
- /**
816
- * The catalog version namespace for the version available for upgrade.
817
- * NOTE: This property will not be serialized. It can only be populated by the server.
818
- */
819
- readonly namespace?: string;
820
- }
821
-
822
- /** The SupportedVersionCatalogVersionData object for appliance. */
823
- export declare interface SupportedVersionCatalogVersionData {
824
- /**
825
- * The image audience name for the version available for upgrade.
826
- * NOTE: This property will not be serialized. It can only be populated by the server.
827
- */
828
- readonly audience?: string;
829
- /**
830
- * The image catalog name for the version available for upgrade.
831
- * NOTE: This property will not be serialized. It can only be populated by the server.
832
- */
833
- readonly catalog?: string;
834
- /**
835
- * The image offer name for the version available for upgrade.
836
- * NOTE: This property will not be serialized. It can only be populated by the server.
837
- */
838
- readonly offer?: string;
839
- /**
840
- * The image version for the version available for upgrade.
841
- * NOTE: This property will not be serialized. It can only be populated by the server.
842
- */
843
- readonly version?: string;
844
- }
845
-
846
- /** The SupportedVersionMetadata object for appliance. */
847
- export declare interface SupportedVersionMetadata {
848
- /**
849
- * The newer supported version catalog version.
850
- * NOTE: This property will not be serialized. It can only be populated by the server.
851
- */
852
- readonly catalogVersion?: SupportedVersionCatalogVersion;
853
- }
854
-
855
- /** Metadata pertaining to creation and last modification of the resource. */
856
- export declare interface SystemData {
857
- /** The identity that created the resource. */
858
- createdBy?: string;
859
- /** The type of identity that created the resource. */
860
- createdByType?: CreatedByType;
861
- /** The timestamp of resource creation (UTC). */
862
- createdAt?: Date;
863
- /** The identity that last modified the resource. */
864
- lastModifiedBy?: string;
865
- /** The type of identity that last modified the resource. */
866
- lastModifiedByType?: CreatedByType;
867
- /** The timestamp of resource last modification (UTC) */
868
- lastModifiedAt?: Date;
869
- }
870
-
871
- /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
872
- export declare interface TrackedResource extends Resource {
873
- /** Resource tags. */
874
- tags?: {
875
- [propertyName: string]: string;
876
- };
877
- /** The geo-location where the resource lives */
878
- location: string;
879
- }
880
-
881
- /** The Upgrade Graph for appliance. */
882
- export declare interface UpgradeGraph {
883
- /**
884
- * The appliance resource path
885
- * NOTE: This property will not be serialized. It can only be populated by the server.
886
- */
887
- readonly id?: string;
888
- /**
889
- * The release train name.
890
- * NOTE: This property will not be serialized. It can only be populated by the server.
891
- */
892
- readonly name?: string;
893
- /** The properties of supported version */
894
- properties?: UpgradeGraphProperties;
895
- }
896
-
897
- /** The Upgrade Graph Properties for appliance. */
898
- export declare interface UpgradeGraphProperties {
899
- /**
900
- * The current appliance version
901
- * NOTE: This property will not be serialized. It can only be populated by the server.
902
- */
903
- readonly applianceVersion?: string;
904
- /**
905
- * This contains the current version and supported upgrade versions.
906
- * NOTE: This property will not be serialized. It can only be populated by the server.
907
- */
908
- readonly supportedVersions?: SupportedVersion[];
909
- }
910
-
911
- export { }
1
+ import * as coreClient from "@azure/core-client";
2
+ /** Lists of Appliances operations. */
3
+ export interface ApplianceOperationsList {
4
+ /** Next page of operations. */
5
+ nextLink?: string;
6
+ /** Array of applianceOperation */
7
+ value: ApplianceOperation[];
8
+ }
9
+ /** Appliances operation. */
10
+ export interface ApplianceOperation {
11
+ /**
12
+ * Is this Operation a data plane operation
13
+ * NOTE: This property will not be serialized. It can only be populated by the server.
14
+ */
15
+ readonly isDataAction?: boolean;
16
+ /**
17
+ * The name of the compute operation.
18
+ * NOTE: This property will not be serialized. It can only be populated by the server.
19
+ */
20
+ readonly name?: string;
21
+ /**
22
+ * The origin of the compute operation.
23
+ * NOTE: This property will not be serialized. It can only be populated by the server.
24
+ */
25
+ readonly origin?: string;
26
+ /**
27
+ * The description of the operation.
28
+ * NOTE: This property will not be serialized. It can only be populated by the server.
29
+ */
30
+ readonly description?: string;
31
+ /**
32
+ * The display name of the compute operation.
33
+ * NOTE: This property will not be serialized. It can only be populated by the server.
34
+ */
35
+ readonly operation?: string;
36
+ /**
37
+ * The resource provider for the operation.
38
+ * NOTE: This property will not be serialized. It can only be populated by the server.
39
+ */
40
+ readonly provider?: string;
41
+ /**
42
+ * The display name of the resource the operation applies to.
43
+ * NOTE: This property will not be serialized. It can only be populated by the server.
44
+ */
45
+ readonly resource?: string;
46
+ }
47
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
48
+ export interface ErrorResponse {
49
+ /** The error object. */
50
+ error?: ErrorDetail;
51
+ }
52
+ /** The error detail. */
53
+ export interface ErrorDetail {
54
+ /**
55
+ * The error code.
56
+ * NOTE: This property will not be serialized. It can only be populated by the server.
57
+ */
58
+ readonly code?: string;
59
+ /**
60
+ * The error message.
61
+ * NOTE: This property will not be serialized. It can only be populated by the server.
62
+ */
63
+ readonly message?: string;
64
+ /**
65
+ * The error target.
66
+ * NOTE: This property will not be serialized. It can only be populated by the server.
67
+ */
68
+ readonly target?: string;
69
+ /**
70
+ * The error details.
71
+ * NOTE: This property will not be serialized. It can only be populated by the server.
72
+ */
73
+ readonly details?: ErrorDetail[];
74
+ /**
75
+ * The error additional info.
76
+ * NOTE: This property will not be serialized. It can only be populated by the server.
77
+ */
78
+ readonly additionalInfo?: ErrorAdditionalInfo[];
79
+ }
80
+ /** The resource management error additional info. */
81
+ export interface ErrorAdditionalInfo {
82
+ /**
83
+ * The additional info type.
84
+ * NOTE: This property will not be serialized. It can only be populated by the server.
85
+ */
86
+ readonly type?: string;
87
+ /**
88
+ * The additional info.
89
+ * NOTE: This property will not be serialized. It can only be populated by the server.
90
+ */
91
+ readonly info?: Record<string, unknown>;
92
+ }
93
+ /** The List Appliances operation response. */
94
+ export interface ApplianceListResult {
95
+ /**
96
+ * The URL to use for getting the next set of results.
97
+ * NOTE: This property will not be serialized. It can only be populated by the server.
98
+ */
99
+ readonly nextLink?: string;
100
+ /**
101
+ * The list of Appliances.
102
+ * NOTE: This property will not be serialized. It can only be populated by the server.
103
+ */
104
+ readonly value?: Appliance[];
105
+ }
106
+ /** Identity for the resource. */
107
+ export interface Identity {
108
+ /**
109
+ * The principal ID of resource identity.
110
+ * NOTE: This property will not be serialized. It can only be populated by the server.
111
+ */
112
+ readonly principalId?: string;
113
+ /**
114
+ * The tenant ID of resource.
115
+ * NOTE: This property will not be serialized. It can only be populated by the server.
116
+ */
117
+ readonly tenantId?: string;
118
+ /** The identity type. */
119
+ type?: ResourceIdentityType;
120
+ }
121
+ /** Contains infrastructure information about the Appliance */
122
+ export interface AppliancePropertiesInfrastructureConfig {
123
+ /** Information about the connected appliance. */
124
+ provider?: Provider;
125
+ }
126
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
127
+ export interface Resource {
128
+ /**
129
+ * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
130
+ * NOTE: This property will not be serialized. It can only be populated by the server.
131
+ */
132
+ readonly id?: string;
133
+ /**
134
+ * The name of the resource
135
+ * NOTE: This property will not be serialized. It can only be populated by the server.
136
+ */
137
+ readonly name?: string;
138
+ /**
139
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
140
+ * NOTE: This property will not be serialized. It can only be populated by the server.
141
+ */
142
+ readonly type?: string;
143
+ /**
144
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
145
+ * NOTE: This property will not be serialized. It can only be populated by the server.
146
+ */
147
+ readonly systemData?: SystemData;
148
+ }
149
+ /** Metadata pertaining to creation and last modification of the resource. */
150
+ export interface SystemData {
151
+ /** The identity that created the resource. */
152
+ createdBy?: string;
153
+ /** The type of identity that created the resource. */
154
+ createdByType?: CreatedByType;
155
+ /** The timestamp of resource creation (UTC). */
156
+ createdAt?: Date;
157
+ /** The identity that last modified the resource. */
158
+ lastModifiedBy?: string;
159
+ /** The type of identity that last modified the resource. */
160
+ lastModifiedByType?: CreatedByType;
161
+ /** The timestamp of resource last modification (UTC) */
162
+ lastModifiedAt?: Date;
163
+ }
164
+ /** The Get Telemetry Config Result appliance. */
165
+ export interface ApplianceGetTelemetryConfigResult {
166
+ /**
167
+ * Telemetry instrumentation key.
168
+ * NOTE: This property will not be serialized. It can only be populated by the server.
169
+ */
170
+ readonly telemetryInstrumentationKey?: string;
171
+ }
172
+ /** The Appliances patchable resource definition. */
173
+ export interface PatchableAppliance {
174
+ /** Resource tags */
175
+ tags?: {
176
+ [propertyName: string]: string;
177
+ };
178
+ }
179
+ /** The List Cluster User Credential appliance. */
180
+ export interface ApplianceListCredentialResults {
181
+ /**
182
+ * Contains the REP (rendezvous endpoint) and “Listener” access token from notification service (NS).
183
+ * NOTE: This property will not be serialized. It can only be populated by the server.
184
+ */
185
+ readonly hybridConnectionConfig?: HybridConnectionConfig;
186
+ /**
187
+ * The list of appliance kubeconfigs.
188
+ * NOTE: This property will not be serialized. It can only be populated by the server.
189
+ */
190
+ readonly kubeconfigs?: ApplianceCredentialKubeconfig[];
191
+ }
192
+ /** Contains the REP (rendezvous endpoint) and “Listener” access token from notification service (NS). */
193
+ export interface HybridConnectionConfig {
194
+ /**
195
+ * Timestamp when this token will be expired.
196
+ * NOTE: This property will not be serialized. It can only be populated by the server.
197
+ */
198
+ readonly expirationTime?: number;
199
+ /**
200
+ * Name of the connection
201
+ * NOTE: This property will not be serialized. It can only be populated by the server.
202
+ */
203
+ readonly hybridConnectionName?: string;
204
+ /**
205
+ * Name of the notification service.
206
+ * NOTE: This property will not be serialized. It can only be populated by the server.
207
+ */
208
+ readonly relay?: string;
209
+ /**
210
+ * Listener access token
211
+ * NOTE: This property will not be serialized. It can only be populated by the server.
212
+ */
213
+ readonly token?: string;
214
+ }
215
+ /** Cluster User Credential appliance. */
216
+ export interface ApplianceCredentialKubeconfig {
217
+ /**
218
+ * Name which contains the role of the kubeconfig.
219
+ * NOTE: This property will not be serialized. It can only be populated by the server.
220
+ */
221
+ readonly name?: AccessProfileType;
222
+ /**
223
+ * Contains the kubeconfig value.
224
+ * NOTE: This property will not be serialized. It can only be populated by the server.
225
+ */
226
+ readonly value?: string;
227
+ }
228
+ /** The List Cluster Keys Results appliance. */
229
+ export interface ApplianceListKeysResults {
230
+ /**
231
+ * Map of artifacts that contains a list of ArtifactProfile used to upload artifacts such as logs.
232
+ * NOTE: This property will not be serialized. It can only be populated by the server.
233
+ */
234
+ readonly artifactProfiles?: {
235
+ [propertyName: string]: ArtifactProfile;
236
+ };
237
+ /**
238
+ * The list of appliance kubeconfigs.
239
+ * NOTE: This property will not be serialized. It can only be populated by the server.
240
+ */
241
+ readonly kubeconfigs?: ApplianceCredentialKubeconfig[];
242
+ /**
243
+ * Map of Customer User Public, Private SSH Keys and Certificate when available.
244
+ * NOTE: This property will not be serialized. It can only be populated by the server.
245
+ */
246
+ readonly sshKeys?: {
247
+ [propertyName: string]: SSHKey;
248
+ };
249
+ }
250
+ /** Appliance ArtifactProfile definition. */
251
+ export interface ArtifactProfile {
252
+ /**
253
+ * Endpoint is the URL to upload artifacts to.
254
+ * NOTE: This property will not be serialized. It can only be populated by the server.
255
+ */
256
+ readonly endpoint?: string;
257
+ }
258
+ /** Appliance SSHKey definition. */
259
+ export interface SSHKey {
260
+ /**
261
+ * Certificate associated with the public key if the key is signed.
262
+ * NOTE: This property will not be serialized. It can only be populated by the server.
263
+ */
264
+ readonly certificate?: string;
265
+ /**
266
+ * Certificate creation timestamp (Unix).
267
+ * NOTE: This property will not be serialized. It can only be populated by the server.
268
+ */
269
+ readonly creationTimeStamp?: number;
270
+ /**
271
+ * Certificate expiration timestamp (Unix).
272
+ * NOTE: This property will not be serialized. It can only be populated by the server.
273
+ */
274
+ readonly expirationTimeStamp?: number;
275
+ /**
276
+ * Private Key.
277
+ * NOTE: This property will not be serialized. It can only be populated by the server.
278
+ */
279
+ readonly privateKey?: string;
280
+ /**
281
+ * Public Key.
282
+ * NOTE: This property will not be serialized. It can only be populated by the server.
283
+ */
284
+ readonly publicKey?: string;
285
+ }
286
+ /** The Upgrade Graph for appliance. */
287
+ export interface UpgradeGraph {
288
+ /**
289
+ * The appliance resource path
290
+ * NOTE: This property will not be serialized. It can only be populated by the server.
291
+ */
292
+ readonly id?: string;
293
+ /**
294
+ * The release train name.
295
+ * NOTE: This property will not be serialized. It can only be populated by the server.
296
+ */
297
+ readonly name?: string;
298
+ /** The properties of supported version */
299
+ properties?: UpgradeGraphProperties;
300
+ }
301
+ /** The Upgrade Graph Properties for appliance. */
302
+ export interface UpgradeGraphProperties {
303
+ /**
304
+ * The current appliance version
305
+ * NOTE: This property will not be serialized. It can only be populated by the server.
306
+ */
307
+ readonly applianceVersion?: string;
308
+ /**
309
+ * This contains the current version and supported upgrade versions.
310
+ * NOTE: This property will not be serialized. It can only be populated by the server.
311
+ */
312
+ readonly supportedVersions?: SupportedVersion[];
313
+ }
314
+ /** The SupportedVersion object for appliance. */
315
+ export interface SupportedVersion {
316
+ /**
317
+ * This is the metadata of the supported newer version.
318
+ * NOTE: This property will not be serialized. It can only be populated by the server.
319
+ */
320
+ readonly metadata?: SupportedVersionMetadata;
321
+ /**
322
+ * The newer version available for upgrade.
323
+ * NOTE: This property will not be serialized. It can only be populated by the server.
324
+ */
325
+ readonly version?: string;
326
+ }
327
+ /** The SupportedVersionMetadata object for appliance. */
328
+ export interface SupportedVersionMetadata {
329
+ /**
330
+ * The newer supported version catalog version.
331
+ * NOTE: This property will not be serialized. It can only be populated by the server.
332
+ */
333
+ readonly catalogVersion?: SupportedVersionCatalogVersion;
334
+ }
335
+ /** The SupportedVersionCatalogVersion object for appliance. */
336
+ export interface SupportedVersionCatalogVersion {
337
+ /**
338
+ * The newer supported version catalog version data.
339
+ * NOTE: This property will not be serialized. It can only be populated by the server.
340
+ */
341
+ readonly data?: SupportedVersionCatalogVersionData;
342
+ /**
343
+ * The catalog version name for the version available for upgrade.
344
+ * NOTE: This property will not be serialized. It can only be populated by the server.
345
+ */
346
+ readonly name?: string;
347
+ /**
348
+ * The catalog version namespace for the version available for upgrade.
349
+ * NOTE: This property will not be serialized. It can only be populated by the server.
350
+ */
351
+ readonly namespace?: string;
352
+ }
353
+ /** The SupportedVersionCatalogVersionData object for appliance. */
354
+ export interface SupportedVersionCatalogVersionData {
355
+ /**
356
+ * The image audience name for the version available for upgrade.
357
+ * NOTE: This property will not be serialized. It can only be populated by the server.
358
+ */
359
+ readonly audience?: string;
360
+ /**
361
+ * The image catalog name for the version available for upgrade.
362
+ * NOTE: This property will not be serialized. It can only be populated by the server.
363
+ */
364
+ readonly catalog?: string;
365
+ /**
366
+ * The image offer name for the version available for upgrade.
367
+ * NOTE: This property will not be serialized. It can only be populated by the server.
368
+ */
369
+ readonly offer?: string;
370
+ /**
371
+ * The image version for the version available for upgrade.
372
+ * NOTE: This property will not be serialized. It can only be populated by the server.
373
+ */
374
+ readonly version?: string;
375
+ }
376
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
377
+ export interface TrackedResource extends Resource {
378
+ /** Resource tags. */
379
+ tags?: {
380
+ [propertyName: string]: string;
381
+ };
382
+ /** The geo-location where the resource lives */
383
+ location: string;
384
+ }
385
+ /** Appliances definition. */
386
+ export interface Appliance extends TrackedResource {
387
+ /** Identity for the resource. */
388
+ identity?: Identity;
389
+ /** Represents a supported Fabric/Infra. (AKSEdge etc...). */
390
+ distro?: Distro;
391
+ /** Contains infrastructure information about the Appliance */
392
+ infrastructureConfig?: AppliancePropertiesInfrastructureConfig;
393
+ /**
394
+ * The current deployment or provisioning state, which only appears in the response.
395
+ * NOTE: This property will not be serialized. It can only be populated by the server.
396
+ */
397
+ readonly provisioningState?: string;
398
+ /** Certificates pair used to download MSI certificate from HIS. Can only be set once. */
399
+ publicKey?: string;
400
+ /**
401
+ * Appliance’s health and state of connection to on-prem
402
+ * NOTE: This property will not be serialized. It can only be populated by the server.
403
+ */
404
+ readonly status?: Status;
405
+ /** Version of the Appliance */
406
+ version?: string;
407
+ }
408
+ /** Known values of {@link ResourceIdentityType} that the service accepts. */
409
+ export declare enum KnownResourceIdentityType {
410
+ /** SystemAssigned */
411
+ SystemAssigned = "SystemAssigned",
412
+ /** None */
413
+ None = "None"
414
+ }
415
+ /**
416
+ * Defines values for ResourceIdentityType. \
417
+ * {@link KnownResourceIdentityType} can be used interchangeably with ResourceIdentityType,
418
+ * this enum contains the known values that the service supports.
419
+ * ### Known values supported by the service
420
+ * **SystemAssigned** \
421
+ * **None**
422
+ */
423
+ export type ResourceIdentityType = string;
424
+ /** Known values of {@link Distro} that the service accepts. */
425
+ export declare enum KnownDistro {
426
+ /** AKSEdge */
427
+ AKSEdge = "AKSEdge"
428
+ }
429
+ /**
430
+ * Defines values for Distro. \
431
+ * {@link KnownDistro} can be used interchangeably with Distro,
432
+ * this enum contains the known values that the service supports.
433
+ * ### Known values supported by the service
434
+ * **AKSEdge**
435
+ */
436
+ export type Distro = string;
437
+ /** Known values of {@link Provider} that the service accepts. */
438
+ export declare enum KnownProvider {
439
+ /** VMWare */
440
+ VMWare = "VMWare",
441
+ /** HCI */
442
+ HCI = "HCI",
443
+ /** Scvmm */
444
+ Scvmm = "SCVMM",
445
+ /** KubeVirt */
446
+ KubeVirt = "KubeVirt",
447
+ /** OpenStack */
448
+ OpenStack = "OpenStack"
449
+ }
450
+ /**
451
+ * Defines values for Provider. \
452
+ * {@link KnownProvider} can be used interchangeably with Provider,
453
+ * this enum contains the known values that the service supports.
454
+ * ### Known values supported by the service
455
+ * **VMWare** \
456
+ * **HCI** \
457
+ * **SCVMM** \
458
+ * **KubeVirt** \
459
+ * **OpenStack**
460
+ */
461
+ export type Provider = string;
462
+ /** Known values of {@link Status} that the service accepts. */
463
+ export declare enum KnownStatus {
464
+ /** WaitingForHeartbeat */
465
+ WaitingForHeartbeat = "WaitingForHeartbeat",
466
+ /** Validating */
467
+ Validating = "Validating",
468
+ /** Connecting */
469
+ Connecting = "Connecting",
470
+ /** Connected */
471
+ Connected = "Connected",
472
+ /** Running */
473
+ Running = "Running",
474
+ /** PreparingForUpgrade */
475
+ PreparingForUpgrade = "PreparingForUpgrade",
476
+ /** UpgradePrerequisitesCompleted */
477
+ UpgradePrerequisitesCompleted = "UpgradePrerequisitesCompleted",
478
+ /** PreUpgrade */
479
+ PreUpgrade = "PreUpgrade",
480
+ /** UpgradingKvaio */
481
+ UpgradingKvaio = "UpgradingKVAIO",
482
+ /** WaitingForKvaio */
483
+ WaitingForKvaio = "WaitingForKVAIO",
484
+ /** ImagePending */
485
+ ImagePending = "ImagePending",
486
+ /** ImageProvisioning */
487
+ ImageProvisioning = "ImageProvisioning",
488
+ /** ImageProvisioned */
489
+ ImageProvisioned = "ImageProvisioned",
490
+ /** ImageDownloading */
491
+ ImageDownloading = "ImageDownloading",
492
+ /** ImageDownloaded */
493
+ ImageDownloaded = "ImageDownloaded",
494
+ /** ImageDeprovisioning */
495
+ ImageDeprovisioning = "ImageDeprovisioning",
496
+ /** ImageUnknown */
497
+ ImageUnknown = "ImageUnknown",
498
+ /** UpdatingCloudOperator */
499
+ UpdatingCloudOperator = "UpdatingCloudOperator",
500
+ /** WaitingForCloudOperator */
501
+ WaitingForCloudOperator = "WaitingForCloudOperator",
502
+ /** UpdatingCapi */
503
+ UpdatingCapi = "UpdatingCAPI",
504
+ /** UpdatingCluster */
505
+ UpdatingCluster = "UpdatingCluster",
506
+ /** PostUpgrade */
507
+ PostUpgrade = "PostUpgrade",
508
+ /** UpgradeComplete */
509
+ UpgradeComplete = "UpgradeComplete",
510
+ /** UpgradeClusterExtensionFailedToDelete */
511
+ UpgradeClusterExtensionFailedToDelete = "UpgradeClusterExtensionFailedToDelete",
512
+ /** UpgradeFailed */
513
+ UpgradeFailed = "UpgradeFailed",
514
+ /** Offline */
515
+ Offline = "Offline",
516
+ /** None */
517
+ None = "None"
518
+ }
519
+ /**
520
+ * Defines values for Status. \
521
+ * {@link KnownStatus} can be used interchangeably with Status,
522
+ * this enum contains the known values that the service supports.
523
+ * ### Known values supported by the service
524
+ * **WaitingForHeartbeat** \
525
+ * **Validating** \
526
+ * **Connecting** \
527
+ * **Connected** \
528
+ * **Running** \
529
+ * **PreparingForUpgrade** \
530
+ * **UpgradePrerequisitesCompleted** \
531
+ * **PreUpgrade** \
532
+ * **UpgradingKVAIO** \
533
+ * **WaitingForKVAIO** \
534
+ * **ImagePending** \
535
+ * **ImageProvisioning** \
536
+ * **ImageProvisioned** \
537
+ * **ImageDownloading** \
538
+ * **ImageDownloaded** \
539
+ * **ImageDeprovisioning** \
540
+ * **ImageUnknown** \
541
+ * **UpdatingCloudOperator** \
542
+ * **WaitingForCloudOperator** \
543
+ * **UpdatingCAPI** \
544
+ * **UpdatingCluster** \
545
+ * **PostUpgrade** \
546
+ * **UpgradeComplete** \
547
+ * **UpgradeClusterExtensionFailedToDelete** \
548
+ * **UpgradeFailed** \
549
+ * **Offline** \
550
+ * **None**
551
+ */
552
+ export type Status = string;
553
+ /** Known values of {@link CreatedByType} that the service accepts. */
554
+ export declare enum KnownCreatedByType {
555
+ /** User */
556
+ User = "User",
557
+ /** Application */
558
+ Application = "Application",
559
+ /** ManagedIdentity */
560
+ ManagedIdentity = "ManagedIdentity",
561
+ /** Key */
562
+ Key = "Key"
563
+ }
564
+ /**
565
+ * Defines values for CreatedByType. \
566
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
567
+ * this enum contains the known values that the service supports.
568
+ * ### Known values supported by the service
569
+ * **User** \
570
+ * **Application** \
571
+ * **ManagedIdentity** \
572
+ * **Key**
573
+ */
574
+ export type CreatedByType = string;
575
+ /** Known values of {@link AccessProfileType} that the service accepts. */
576
+ export declare enum KnownAccessProfileType {
577
+ /** ClusterUser */
578
+ ClusterUser = "clusterUser",
579
+ /** ClusterCustomerUser */
580
+ ClusterCustomerUser = "clusterCustomerUser"
581
+ }
582
+ /**
583
+ * Defines values for AccessProfileType. \
584
+ * {@link KnownAccessProfileType} can be used interchangeably with AccessProfileType,
585
+ * this enum contains the known values that the service supports.
586
+ * ### Known values supported by the service
587
+ * **clusterUser** \
588
+ * **clusterCustomerUser**
589
+ */
590
+ export type AccessProfileType = string;
591
+ /** Known values of {@link ArtifactType} that the service accepts. */
592
+ export declare enum KnownArtifactType {
593
+ /** LogsArtifactType */
594
+ LogsArtifactType = "LogsArtifactType"
595
+ }
596
+ /**
597
+ * Defines values for ArtifactType. \
598
+ * {@link KnownArtifactType} can be used interchangeably with ArtifactType,
599
+ * this enum contains the known values that the service supports.
600
+ * ### Known values supported by the service
601
+ * **LogsArtifactType**
602
+ */
603
+ export type ArtifactType = string;
604
+ /** Known values of {@link SSHKeyType} that the service accepts. */
605
+ export declare enum KnownSSHKeyType {
606
+ /** SSHCustomerUser */
607
+ SSHCustomerUser = "SSHCustomerUser",
608
+ /** ManagementCAKey */
609
+ ManagementCAKey = "ManagementCAKey",
610
+ /** LogsKey */
611
+ LogsKey = "LogsKey",
612
+ /** ScopedAccessKey */
613
+ ScopedAccessKey = "ScopedAccessKey"
614
+ }
615
+ /**
616
+ * Defines values for SSHKeyType. \
617
+ * {@link KnownSSHKeyType} can be used interchangeably with SSHKeyType,
618
+ * this enum contains the known values that the service supports.
619
+ * ### Known values supported by the service
620
+ * **SSHCustomerUser** \
621
+ * **ManagementCAKey** \
622
+ * **LogsKey** \
623
+ * **ScopedAccessKey**
624
+ */
625
+ export type SSHKeyType = string;
626
+ /** Optional parameters. */
627
+ export interface AppliancesListOperationsOptionalParams extends coreClient.OperationOptions {
628
+ }
629
+ /** Contains response data for the listOperations operation. */
630
+ export type AppliancesListOperationsResponse = ApplianceOperationsList;
631
+ /** Optional parameters. */
632
+ export interface AppliancesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
633
+ }
634
+ /** Contains response data for the listBySubscription operation. */
635
+ export type AppliancesListBySubscriptionResponse = ApplianceListResult;
636
+ /** Optional parameters. */
637
+ export interface AppliancesGetTelemetryConfigOptionalParams extends coreClient.OperationOptions {
638
+ }
639
+ /** Contains response data for the getTelemetryConfig operation. */
640
+ export type AppliancesGetTelemetryConfigResponse = ApplianceGetTelemetryConfigResult;
641
+ /** Optional parameters. */
642
+ export interface AppliancesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
643
+ }
644
+ /** Contains response data for the listByResourceGroup operation. */
645
+ export type AppliancesListByResourceGroupResponse = ApplianceListResult;
646
+ /** Optional parameters. */
647
+ export interface AppliancesGetOptionalParams extends coreClient.OperationOptions {
648
+ }
649
+ /** Contains response data for the get operation. */
650
+ export type AppliancesGetResponse = Appliance;
651
+ /** Optional parameters. */
652
+ export interface AppliancesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
653
+ /** Delay to wait until next poll, in milliseconds. */
654
+ updateIntervalInMs?: number;
655
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
656
+ resumeFrom?: string;
657
+ }
658
+ /** Contains response data for the createOrUpdate operation. */
659
+ export type AppliancesCreateOrUpdateResponse = Appliance;
660
+ /** Optional parameters. */
661
+ export interface AppliancesDeleteOptionalParams extends coreClient.OperationOptions {
662
+ /** Delay to wait until next poll, in milliseconds. */
663
+ updateIntervalInMs?: number;
664
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
665
+ resumeFrom?: string;
666
+ }
667
+ /** Optional parameters. */
668
+ export interface AppliancesUpdateOptionalParams extends coreClient.OperationOptions {
669
+ /** Resource tags */
670
+ tags?: {
671
+ [propertyName: string]: string;
672
+ };
673
+ }
674
+ /** Contains response data for the update operation. */
675
+ export type AppliancesUpdateResponse = Appliance;
676
+ /** Optional parameters. */
677
+ export interface AppliancesListClusterUserCredentialOptionalParams extends coreClient.OperationOptions {
678
+ }
679
+ /** Contains response data for the listClusterUserCredential operation. */
680
+ export type AppliancesListClusterUserCredentialResponse = ApplianceListCredentialResults;
681
+ /** Optional parameters. */
682
+ export interface AppliancesListKeysOptionalParams extends coreClient.OperationOptions {
683
+ }
684
+ /** Contains response data for the listKeys operation. */
685
+ export type AppliancesListKeysResponse = ApplianceListKeysResults;
686
+ /** Optional parameters. */
687
+ export interface AppliancesGetUpgradeGraphOptionalParams extends coreClient.OperationOptions {
688
+ }
689
+ /** Contains response data for the getUpgradeGraph operation. */
690
+ export type AppliancesGetUpgradeGraphResponse = UpgradeGraph;
691
+ /** Optional parameters. */
692
+ export interface AppliancesListOperationsNextOptionalParams extends coreClient.OperationOptions {
693
+ }
694
+ /** Contains response data for the listOperationsNext operation. */
695
+ export type AppliancesListOperationsNextResponse = ApplianceOperationsList;
696
+ /** Optional parameters. */
697
+ export interface AppliancesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
698
+ }
699
+ /** Contains response data for the listBySubscriptionNext operation. */
700
+ export type AppliancesListBySubscriptionNextResponse = ApplianceListResult;
701
+ /** Optional parameters. */
702
+ export interface AppliancesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
703
+ }
704
+ /** Contains response data for the listByResourceGroupNext operation. */
705
+ export type AppliancesListByResourceGroupNextResponse = ApplianceListResult;
706
+ /** Optional parameters. */
707
+ export interface ResourceConnectorManagementClientOptionalParams extends coreClient.ServiceClientOptions {
708
+ /** server parameter */
709
+ $host?: string;
710
+ /** Api Version */
711
+ apiVersion?: string;
712
+ /** Overrides client endpoint. */
713
+ endpoint?: string;
714
+ }
715
+ //# sourceMappingURL=index.d.ts.map