@azure/arm-resourceconnector 1.0.0-alpha.20250620.1 → 1.0.0-alpha.20250718.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.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sdk-type": "mgmt",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "A generated SDK for ResourceConnectorManagementClient.",
6
- "version": "1.0.0-alpha.20250620.1",
6
+ "version": "1.0.0-alpha.20250718.1",
7
7
  "engines": {
8
8
  "node": ">=20.0.0"
9
9
  },
@@ -1,448 +1,448 @@
1
- ## API Report File for "@azure/arm-resourceconnector"
2
-
3
- > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
-
5
- ```ts
6
-
7
- import * as coreAuth from '@azure/core-auth';
8
- import * as coreClient from '@azure/core-client';
9
- import { OperationState } from '@azure/core-lro';
10
- import { PagedAsyncIterableIterator } from '@azure/core-paging';
11
- import { SimplePollerLike } from '@azure/core-lro';
12
-
13
- // @public
14
- export type AccessProfileType = string;
15
-
16
- // @public
17
- export interface Appliance extends TrackedResource {
18
- distro?: Distro;
19
- identity?: Identity;
20
- infrastructureConfig?: AppliancePropertiesInfrastructureConfig;
21
- readonly provisioningState?: string;
22
- publicKey?: string;
23
- readonly status?: Status;
24
- version?: string;
25
- }
26
-
27
- // @public
28
- export interface ApplianceCredentialKubeconfig {
29
- readonly name?: AccessProfileType;
30
- readonly value?: string;
31
- }
32
-
33
- // @public
34
- export interface ApplianceGetTelemetryConfigResult {
35
- readonly telemetryInstrumentationKey?: string;
36
- }
37
-
38
- // @public
39
- export interface ApplianceListCredentialResults {
40
- readonly hybridConnectionConfig?: HybridConnectionConfig;
41
- readonly kubeconfigs?: ApplianceCredentialKubeconfig[];
42
- }
43
-
44
- // @public
45
- export interface ApplianceListKeysResults {
46
- readonly artifactProfiles?: {
47
- [propertyName: string]: ArtifactProfile;
48
- };
49
- readonly kubeconfigs?: ApplianceCredentialKubeconfig[];
50
- readonly sshKeys?: {
51
- [propertyName: string]: SSHKey;
52
- };
53
- }
54
-
55
- // @public
56
- export interface ApplianceListResult {
57
- readonly nextLink?: string;
58
- readonly value?: Appliance[];
59
- }
60
-
61
- // @public
62
- export interface ApplianceOperation {
63
- readonly description?: string;
64
- readonly isDataAction?: boolean;
65
- readonly name?: string;
66
- readonly operation?: string;
67
- readonly origin?: string;
68
- readonly provider?: string;
69
- readonly resource?: string;
70
- }
71
-
72
- // @public
73
- export interface ApplianceOperationsList {
74
- nextLink?: string;
75
- value: ApplianceOperation[];
76
- }
77
-
78
- // @public
79
- export interface AppliancePropertiesInfrastructureConfig {
80
- provider?: Provider;
81
- }
82
-
83
- // @public
84
- export interface Appliances {
85
- beginCreateOrUpdate(resourceGroupName: string, resourceName: string, parameters: Appliance, options?: AppliancesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AppliancesCreateOrUpdateResponse>, AppliancesCreateOrUpdateResponse>>;
86
- beginCreateOrUpdateAndWait(resourceGroupName: string, resourceName: string, parameters: Appliance, options?: AppliancesCreateOrUpdateOptionalParams): Promise<AppliancesCreateOrUpdateResponse>;
87
- beginDelete(resourceGroupName: string, resourceName: string, options?: AppliancesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
88
- beginDeleteAndWait(resourceGroupName: string, resourceName: string, options?: AppliancesDeleteOptionalParams): Promise<void>;
89
- get(resourceGroupName: string, resourceName: string, options?: AppliancesGetOptionalParams): Promise<AppliancesGetResponse>;
90
- getTelemetryConfig(options?: AppliancesGetTelemetryConfigOptionalParams): Promise<AppliancesGetTelemetryConfigResponse>;
91
- getUpgradeGraph(resourceGroupName: string, resourceName: string, upgradeGraph: string, options?: AppliancesGetUpgradeGraphOptionalParams): Promise<AppliancesGetUpgradeGraphResponse>;
92
- listByResourceGroup(resourceGroupName: string, options?: AppliancesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Appliance>;
93
- listBySubscription(options?: AppliancesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Appliance>;
94
- listClusterUserCredential(resourceGroupName: string, resourceName: string, options?: AppliancesListClusterUserCredentialOptionalParams): Promise<AppliancesListClusterUserCredentialResponse>;
95
- listKeys(resourceGroupName: string, resourceName: string, options?: AppliancesListKeysOptionalParams): Promise<AppliancesListKeysResponse>;
96
- listOperations(options?: AppliancesListOperationsOptionalParams): PagedAsyncIterableIterator<ApplianceOperation>;
97
- update(resourceGroupName: string, resourceName: string, options?: AppliancesUpdateOptionalParams): Promise<AppliancesUpdateResponse>;
98
- }
99
-
100
- // @public
101
- export interface AppliancesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
102
- resumeFrom?: string;
103
- updateIntervalInMs?: number;
104
- }
105
-
106
- // @public
107
- export type AppliancesCreateOrUpdateResponse = Appliance;
108
-
109
- // @public
110
- export interface AppliancesDeleteOptionalParams extends coreClient.OperationOptions {
111
- resumeFrom?: string;
112
- updateIntervalInMs?: number;
113
- }
114
-
115
- // @public
116
- export interface AppliancesGetOptionalParams extends coreClient.OperationOptions {
117
- }
118
-
119
- // @public
120
- export type AppliancesGetResponse = Appliance;
121
-
122
- // @public
123
- export interface AppliancesGetTelemetryConfigOptionalParams extends coreClient.OperationOptions {
124
- }
125
-
126
- // @public
127
- export type AppliancesGetTelemetryConfigResponse = ApplianceGetTelemetryConfigResult;
128
-
129
- // @public
130
- export interface AppliancesGetUpgradeGraphOptionalParams extends coreClient.OperationOptions {
131
- }
132
-
133
- // @public
134
- export type AppliancesGetUpgradeGraphResponse = UpgradeGraph;
135
-
136
- // @public
137
- export interface AppliancesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
138
- }
139
-
140
- // @public
141
- export type AppliancesListByResourceGroupNextResponse = ApplianceListResult;
142
-
143
- // @public
144
- export interface AppliancesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
145
- }
146
-
147
- // @public
148
- export type AppliancesListByResourceGroupResponse = ApplianceListResult;
149
-
150
- // @public
151
- export interface AppliancesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
152
- }
153
-
154
- // @public
155
- export type AppliancesListBySubscriptionNextResponse = ApplianceListResult;
156
-
157
- // @public
158
- export interface AppliancesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
159
- }
160
-
161
- // @public
162
- export type AppliancesListBySubscriptionResponse = ApplianceListResult;
163
-
164
- // @public
165
- export interface AppliancesListClusterUserCredentialOptionalParams extends coreClient.OperationOptions {
166
- }
167
-
168
- // @public
169
- export type AppliancesListClusterUserCredentialResponse = ApplianceListCredentialResults;
170
-
171
- // @public
172
- export interface AppliancesListKeysOptionalParams extends coreClient.OperationOptions {
173
- }
174
-
175
- // @public
176
- export type AppliancesListKeysResponse = ApplianceListKeysResults;
177
-
178
- // @public
179
- export interface AppliancesListOperationsNextOptionalParams extends coreClient.OperationOptions {
180
- }
181
-
182
- // @public
183
- export type AppliancesListOperationsNextResponse = ApplianceOperationsList;
184
-
185
- // @public
186
- export interface AppliancesListOperationsOptionalParams extends coreClient.OperationOptions {
187
- }
188
-
189
- // @public
190
- export type AppliancesListOperationsResponse = ApplianceOperationsList;
191
-
192
- // @public
193
- export interface AppliancesUpdateOptionalParams extends coreClient.OperationOptions {
194
- tags?: {
195
- [propertyName: string]: string;
196
- };
197
- }
198
-
199
- // @public
200
- export type AppliancesUpdateResponse = Appliance;
201
-
202
- // @public
203
- export interface ArtifactProfile {
204
- readonly endpoint?: string;
205
- }
206
-
207
- // @public
208
- export type ArtifactType = string;
209
-
210
- // @public
211
- export type CreatedByType = string;
212
-
213
- // @public
214
- export type Distro = string;
215
-
216
- // @public
217
- export interface ErrorAdditionalInfo {
218
- readonly info?: Record<string, unknown>;
219
- readonly type?: string;
220
- }
221
-
222
- // @public
223
- export interface ErrorDetail {
224
- readonly additionalInfo?: ErrorAdditionalInfo[];
225
- readonly code?: string;
226
- readonly details?: ErrorDetail[];
227
- readonly message?: string;
228
- readonly target?: string;
229
- }
230
-
231
- // @public
232
- export interface ErrorResponse {
233
- error?: ErrorDetail;
234
- }
235
-
236
- // @public
237
- export function getContinuationToken(page: unknown): string | undefined;
238
-
239
- // @public
240
- export interface HybridConnectionConfig {
241
- readonly expirationTime?: number;
242
- readonly hybridConnectionName?: string;
243
- readonly relay?: string;
244
- readonly token?: string;
245
- }
246
-
247
- // @public
248
- export interface Identity {
249
- readonly principalId?: string;
250
- readonly tenantId?: string;
251
- type?: ResourceIdentityType;
252
- }
253
-
254
- // @public
255
- export enum KnownAccessProfileType {
256
- ClusterCustomerUser = "clusterCustomerUser",
257
- ClusterUser = "clusterUser"
258
- }
259
-
260
- // @public
261
- export enum KnownArtifactType {
262
- LogsArtifactType = "LogsArtifactType"
263
- }
264
-
265
- // @public
266
- export enum KnownCreatedByType {
267
- Application = "Application",
268
- Key = "Key",
269
- ManagedIdentity = "ManagedIdentity",
270
- User = "User"
271
- }
272
-
273
- // @public
274
- export enum KnownDistro {
275
- AKSEdge = "AKSEdge"
276
- }
277
-
278
- // @public
279
- export enum KnownProvider {
280
- HCI = "HCI",
281
- KubeVirt = "KubeVirt",
282
- OpenStack = "OpenStack",
283
- Scvmm = "SCVMM",
284
- VMWare = "VMWare"
285
- }
286
-
287
- // @public
288
- export enum KnownResourceIdentityType {
289
- None = "None",
290
- SystemAssigned = "SystemAssigned"
291
- }
292
-
293
- // @public
294
- export enum KnownSSHKeyType {
295
- LogsKey = "LogsKey",
296
- ManagementCAKey = "ManagementCAKey",
297
- ScopedAccessKey = "ScopedAccessKey",
298
- SSHCustomerUser = "SSHCustomerUser"
299
- }
300
-
301
- // @public
302
- export enum KnownStatus {
303
- Connected = "Connected",
304
- Connecting = "Connecting",
305
- ImageDeprovisioning = "ImageDeprovisioning",
306
- ImageDownloaded = "ImageDownloaded",
307
- ImageDownloading = "ImageDownloading",
308
- ImagePending = "ImagePending",
309
- ImageProvisioned = "ImageProvisioned",
310
- ImageProvisioning = "ImageProvisioning",
311
- ImageUnknown = "ImageUnknown",
312
- None = "None",
313
- Offline = "Offline",
314
- PostUpgrade = "PostUpgrade",
315
- PreparingForUpgrade = "PreparingForUpgrade",
316
- PreUpgrade = "PreUpgrade",
317
- Running = "Running",
318
- UpdatingCapi = "UpdatingCAPI",
319
- UpdatingCloudOperator = "UpdatingCloudOperator",
320
- UpdatingCluster = "UpdatingCluster",
321
- UpgradeClusterExtensionFailedToDelete = "UpgradeClusterExtensionFailedToDelete",
322
- UpgradeComplete = "UpgradeComplete",
323
- UpgradeFailed = "UpgradeFailed",
324
- UpgradePrerequisitesCompleted = "UpgradePrerequisitesCompleted",
325
- UpgradingKvaio = "UpgradingKVAIO",
326
- Validating = "Validating",
327
- WaitingForCloudOperator = "WaitingForCloudOperator",
328
- WaitingForHeartbeat = "WaitingForHeartbeat",
329
- WaitingForKvaio = "WaitingForKVAIO"
330
- }
331
-
332
- // @public
333
- export interface PatchableAppliance {
334
- tags?: {
335
- [propertyName: string]: string;
336
- };
337
- }
338
-
339
- // @public
340
- export type Provider = string;
341
-
342
- // @public
343
- export interface Resource {
344
- readonly id?: string;
345
- readonly name?: string;
346
- readonly systemData?: SystemData;
347
- readonly type?: string;
348
- }
349
-
350
- // @public (undocumented)
351
- export class ResourceConnectorManagementClient extends coreClient.ServiceClient {
352
- // (undocumented)
353
- $host: string;
354
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ResourceConnectorManagementClientOptionalParams);
355
- constructor(credentials: coreAuth.TokenCredential, options?: ResourceConnectorManagementClientOptionalParams);
356
- // (undocumented)
357
- apiVersion: string;
358
- // (undocumented)
359
- appliances: Appliances;
360
- // (undocumented)
361
- subscriptionId?: string;
362
- }
363
-
364
- // @public
365
- export interface ResourceConnectorManagementClientOptionalParams extends coreClient.ServiceClientOptions {
366
- $host?: string;
367
- apiVersion?: string;
368
- endpoint?: string;
369
- }
370
-
371
- // @public
372
- export type ResourceIdentityType = string;
373
-
374
- // @public
375
- export interface SSHKey {
376
- readonly certificate?: string;
377
- readonly creationTimeStamp?: number;
378
- readonly expirationTimeStamp?: number;
379
- readonly privateKey?: string;
380
- readonly publicKey?: string;
381
- }
382
-
383
- // @public
384
- export type SSHKeyType = string;
385
-
386
- // @public
387
- export type Status = string;
388
-
389
- // @public
390
- export interface SupportedVersion {
391
- readonly metadata?: SupportedVersionMetadata;
392
- readonly version?: string;
393
- }
394
-
395
- // @public
396
- export interface SupportedVersionCatalogVersion {
397
- readonly data?: SupportedVersionCatalogVersionData;
398
- readonly name?: string;
399
- readonly namespace?: string;
400
- }
401
-
402
- // @public
403
- export interface SupportedVersionCatalogVersionData {
404
- readonly audience?: string;
405
- readonly catalog?: string;
406
- readonly offer?: string;
407
- readonly version?: string;
408
- }
409
-
410
- // @public
411
- export interface SupportedVersionMetadata {
412
- readonly catalogVersion?: SupportedVersionCatalogVersion;
413
- }
414
-
415
- // @public
416
- export interface SystemData {
417
- createdAt?: Date;
418
- createdBy?: string;
419
- createdByType?: CreatedByType;
420
- lastModifiedAt?: Date;
421
- lastModifiedBy?: string;
422
- lastModifiedByType?: CreatedByType;
423
- }
424
-
425
- // @public
426
- export interface TrackedResource extends Resource {
427
- location: string;
428
- tags?: {
429
- [propertyName: string]: string;
430
- };
431
- }
432
-
433
- // @public
434
- export interface UpgradeGraph {
435
- readonly id?: string;
436
- readonly name?: string;
437
- properties?: UpgradeGraphProperties;
438
- }
439
-
440
- // @public
441
- export interface UpgradeGraphProperties {
442
- readonly applianceVersion?: string;
443
- readonly supportedVersions?: SupportedVersion[];
444
- }
445
-
446
- // (No @packageDocumentation comment for this package)
447
-
448
- ```
1
+ ## API Report File for "@azure/arm-resourceconnector"
2
+
3
+ > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
+
5
+ ```ts
6
+
7
+ import * as coreAuth from '@azure/core-auth';
8
+ import * as coreClient from '@azure/core-client';
9
+ import { OperationState } from '@azure/core-lro';
10
+ import { PagedAsyncIterableIterator } from '@azure/core-paging';
11
+ import { SimplePollerLike } from '@azure/core-lro';
12
+
13
+ // @public
14
+ export type AccessProfileType = string;
15
+
16
+ // @public
17
+ export interface Appliance extends TrackedResource {
18
+ distro?: Distro;
19
+ identity?: Identity;
20
+ infrastructureConfig?: AppliancePropertiesInfrastructureConfig;
21
+ readonly provisioningState?: string;
22
+ publicKey?: string;
23
+ readonly status?: Status;
24
+ version?: string;
25
+ }
26
+
27
+ // @public
28
+ export interface ApplianceCredentialKubeconfig {
29
+ readonly name?: AccessProfileType;
30
+ readonly value?: string;
31
+ }
32
+
33
+ // @public
34
+ export interface ApplianceGetTelemetryConfigResult {
35
+ readonly telemetryInstrumentationKey?: string;
36
+ }
37
+
38
+ // @public
39
+ export interface ApplianceListCredentialResults {
40
+ readonly hybridConnectionConfig?: HybridConnectionConfig;
41
+ readonly kubeconfigs?: ApplianceCredentialKubeconfig[];
42
+ }
43
+
44
+ // @public
45
+ export interface ApplianceListKeysResults {
46
+ readonly artifactProfiles?: {
47
+ [propertyName: string]: ArtifactProfile;
48
+ };
49
+ readonly kubeconfigs?: ApplianceCredentialKubeconfig[];
50
+ readonly sshKeys?: {
51
+ [propertyName: string]: SSHKey;
52
+ };
53
+ }
54
+
55
+ // @public
56
+ export interface ApplianceListResult {
57
+ readonly nextLink?: string;
58
+ readonly value?: Appliance[];
59
+ }
60
+
61
+ // @public
62
+ export interface ApplianceOperation {
63
+ readonly description?: string;
64
+ readonly isDataAction?: boolean;
65
+ readonly name?: string;
66
+ readonly operation?: string;
67
+ readonly origin?: string;
68
+ readonly provider?: string;
69
+ readonly resource?: string;
70
+ }
71
+
72
+ // @public
73
+ export interface ApplianceOperationsList {
74
+ nextLink?: string;
75
+ value: ApplianceOperation[];
76
+ }
77
+
78
+ // @public
79
+ export interface AppliancePropertiesInfrastructureConfig {
80
+ provider?: Provider;
81
+ }
82
+
83
+ // @public
84
+ export interface Appliances {
85
+ beginCreateOrUpdate(resourceGroupName: string, resourceName: string, parameters: Appliance, options?: AppliancesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AppliancesCreateOrUpdateResponse>, AppliancesCreateOrUpdateResponse>>;
86
+ beginCreateOrUpdateAndWait(resourceGroupName: string, resourceName: string, parameters: Appliance, options?: AppliancesCreateOrUpdateOptionalParams): Promise<AppliancesCreateOrUpdateResponse>;
87
+ beginDelete(resourceGroupName: string, resourceName: string, options?: AppliancesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
88
+ beginDeleteAndWait(resourceGroupName: string, resourceName: string, options?: AppliancesDeleteOptionalParams): Promise<void>;
89
+ get(resourceGroupName: string, resourceName: string, options?: AppliancesGetOptionalParams): Promise<AppliancesGetResponse>;
90
+ getTelemetryConfig(options?: AppliancesGetTelemetryConfigOptionalParams): Promise<AppliancesGetTelemetryConfigResponse>;
91
+ getUpgradeGraph(resourceGroupName: string, resourceName: string, upgradeGraph: string, options?: AppliancesGetUpgradeGraphOptionalParams): Promise<AppliancesGetUpgradeGraphResponse>;
92
+ listByResourceGroup(resourceGroupName: string, options?: AppliancesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Appliance>;
93
+ listBySubscription(options?: AppliancesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Appliance>;
94
+ listClusterUserCredential(resourceGroupName: string, resourceName: string, options?: AppliancesListClusterUserCredentialOptionalParams): Promise<AppliancesListClusterUserCredentialResponse>;
95
+ listKeys(resourceGroupName: string, resourceName: string, options?: AppliancesListKeysOptionalParams): Promise<AppliancesListKeysResponse>;
96
+ listOperations(options?: AppliancesListOperationsOptionalParams): PagedAsyncIterableIterator<ApplianceOperation>;
97
+ update(resourceGroupName: string, resourceName: string, options?: AppliancesUpdateOptionalParams): Promise<AppliancesUpdateResponse>;
98
+ }
99
+
100
+ // @public
101
+ export interface AppliancesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
102
+ resumeFrom?: string;
103
+ updateIntervalInMs?: number;
104
+ }
105
+
106
+ // @public
107
+ export type AppliancesCreateOrUpdateResponse = Appliance;
108
+
109
+ // @public
110
+ export interface AppliancesDeleteOptionalParams extends coreClient.OperationOptions {
111
+ resumeFrom?: string;
112
+ updateIntervalInMs?: number;
113
+ }
114
+
115
+ // @public
116
+ export interface AppliancesGetOptionalParams extends coreClient.OperationOptions {
117
+ }
118
+
119
+ // @public
120
+ export type AppliancesGetResponse = Appliance;
121
+
122
+ // @public
123
+ export interface AppliancesGetTelemetryConfigOptionalParams extends coreClient.OperationOptions {
124
+ }
125
+
126
+ // @public
127
+ export type AppliancesGetTelemetryConfigResponse = ApplianceGetTelemetryConfigResult;
128
+
129
+ // @public
130
+ export interface AppliancesGetUpgradeGraphOptionalParams extends coreClient.OperationOptions {
131
+ }
132
+
133
+ // @public
134
+ export type AppliancesGetUpgradeGraphResponse = UpgradeGraph;
135
+
136
+ // @public
137
+ export interface AppliancesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
138
+ }
139
+
140
+ // @public
141
+ export type AppliancesListByResourceGroupNextResponse = ApplianceListResult;
142
+
143
+ // @public
144
+ export interface AppliancesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
145
+ }
146
+
147
+ // @public
148
+ export type AppliancesListByResourceGroupResponse = ApplianceListResult;
149
+
150
+ // @public
151
+ export interface AppliancesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
152
+ }
153
+
154
+ // @public
155
+ export type AppliancesListBySubscriptionNextResponse = ApplianceListResult;
156
+
157
+ // @public
158
+ export interface AppliancesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
159
+ }
160
+
161
+ // @public
162
+ export type AppliancesListBySubscriptionResponse = ApplianceListResult;
163
+
164
+ // @public
165
+ export interface AppliancesListClusterUserCredentialOptionalParams extends coreClient.OperationOptions {
166
+ }
167
+
168
+ // @public
169
+ export type AppliancesListClusterUserCredentialResponse = ApplianceListCredentialResults;
170
+
171
+ // @public
172
+ export interface AppliancesListKeysOptionalParams extends coreClient.OperationOptions {
173
+ }
174
+
175
+ // @public
176
+ export type AppliancesListKeysResponse = ApplianceListKeysResults;
177
+
178
+ // @public
179
+ export interface AppliancesListOperationsNextOptionalParams extends coreClient.OperationOptions {
180
+ }
181
+
182
+ // @public
183
+ export type AppliancesListOperationsNextResponse = ApplianceOperationsList;
184
+
185
+ // @public
186
+ export interface AppliancesListOperationsOptionalParams extends coreClient.OperationOptions {
187
+ }
188
+
189
+ // @public
190
+ export type AppliancesListOperationsResponse = ApplianceOperationsList;
191
+
192
+ // @public
193
+ export interface AppliancesUpdateOptionalParams extends coreClient.OperationOptions {
194
+ tags?: {
195
+ [propertyName: string]: string;
196
+ };
197
+ }
198
+
199
+ // @public
200
+ export type AppliancesUpdateResponse = Appliance;
201
+
202
+ // @public
203
+ export interface ArtifactProfile {
204
+ readonly endpoint?: string;
205
+ }
206
+
207
+ // @public
208
+ export type ArtifactType = string;
209
+
210
+ // @public
211
+ export type CreatedByType = string;
212
+
213
+ // @public
214
+ export type Distro = string;
215
+
216
+ // @public
217
+ export interface ErrorAdditionalInfo {
218
+ readonly info?: Record<string, unknown>;
219
+ readonly type?: string;
220
+ }
221
+
222
+ // @public
223
+ export interface ErrorDetail {
224
+ readonly additionalInfo?: ErrorAdditionalInfo[];
225
+ readonly code?: string;
226
+ readonly details?: ErrorDetail[];
227
+ readonly message?: string;
228
+ readonly target?: string;
229
+ }
230
+
231
+ // @public
232
+ export interface ErrorResponse {
233
+ error?: ErrorDetail;
234
+ }
235
+
236
+ // @public
237
+ export function getContinuationToken(page: unknown): string | undefined;
238
+
239
+ // @public
240
+ export interface HybridConnectionConfig {
241
+ readonly expirationTime?: number;
242
+ readonly hybridConnectionName?: string;
243
+ readonly relay?: string;
244
+ readonly token?: string;
245
+ }
246
+
247
+ // @public
248
+ export interface Identity {
249
+ readonly principalId?: string;
250
+ readonly tenantId?: string;
251
+ type?: ResourceIdentityType;
252
+ }
253
+
254
+ // @public
255
+ export enum KnownAccessProfileType {
256
+ ClusterCustomerUser = "clusterCustomerUser",
257
+ ClusterUser = "clusterUser"
258
+ }
259
+
260
+ // @public
261
+ export enum KnownArtifactType {
262
+ LogsArtifactType = "LogsArtifactType"
263
+ }
264
+
265
+ // @public
266
+ export enum KnownCreatedByType {
267
+ Application = "Application",
268
+ Key = "Key",
269
+ ManagedIdentity = "ManagedIdentity",
270
+ User = "User"
271
+ }
272
+
273
+ // @public
274
+ export enum KnownDistro {
275
+ AKSEdge = "AKSEdge"
276
+ }
277
+
278
+ // @public
279
+ export enum KnownProvider {
280
+ HCI = "HCI",
281
+ KubeVirt = "KubeVirt",
282
+ OpenStack = "OpenStack",
283
+ Scvmm = "SCVMM",
284
+ VMWare = "VMWare"
285
+ }
286
+
287
+ // @public
288
+ export enum KnownResourceIdentityType {
289
+ None = "None",
290
+ SystemAssigned = "SystemAssigned"
291
+ }
292
+
293
+ // @public
294
+ export enum KnownSSHKeyType {
295
+ LogsKey = "LogsKey",
296
+ ManagementCAKey = "ManagementCAKey",
297
+ ScopedAccessKey = "ScopedAccessKey",
298
+ SSHCustomerUser = "SSHCustomerUser"
299
+ }
300
+
301
+ // @public
302
+ export enum KnownStatus {
303
+ Connected = "Connected",
304
+ Connecting = "Connecting",
305
+ ImageDeprovisioning = "ImageDeprovisioning",
306
+ ImageDownloaded = "ImageDownloaded",
307
+ ImageDownloading = "ImageDownloading",
308
+ ImagePending = "ImagePending",
309
+ ImageProvisioned = "ImageProvisioned",
310
+ ImageProvisioning = "ImageProvisioning",
311
+ ImageUnknown = "ImageUnknown",
312
+ None = "None",
313
+ Offline = "Offline",
314
+ PostUpgrade = "PostUpgrade",
315
+ PreparingForUpgrade = "PreparingForUpgrade",
316
+ PreUpgrade = "PreUpgrade",
317
+ Running = "Running",
318
+ UpdatingCapi = "UpdatingCAPI",
319
+ UpdatingCloudOperator = "UpdatingCloudOperator",
320
+ UpdatingCluster = "UpdatingCluster",
321
+ UpgradeClusterExtensionFailedToDelete = "UpgradeClusterExtensionFailedToDelete",
322
+ UpgradeComplete = "UpgradeComplete",
323
+ UpgradeFailed = "UpgradeFailed",
324
+ UpgradePrerequisitesCompleted = "UpgradePrerequisitesCompleted",
325
+ UpgradingKvaio = "UpgradingKVAIO",
326
+ Validating = "Validating",
327
+ WaitingForCloudOperator = "WaitingForCloudOperator",
328
+ WaitingForHeartbeat = "WaitingForHeartbeat",
329
+ WaitingForKvaio = "WaitingForKVAIO"
330
+ }
331
+
332
+ // @public
333
+ export interface PatchableAppliance {
334
+ tags?: {
335
+ [propertyName: string]: string;
336
+ };
337
+ }
338
+
339
+ // @public
340
+ export type Provider = string;
341
+
342
+ // @public
343
+ export interface Resource {
344
+ readonly id?: string;
345
+ readonly name?: string;
346
+ readonly systemData?: SystemData;
347
+ readonly type?: string;
348
+ }
349
+
350
+ // @public (undocumented)
351
+ export class ResourceConnectorManagementClient extends coreClient.ServiceClient {
352
+ // (undocumented)
353
+ $host: string;
354
+ constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ResourceConnectorManagementClientOptionalParams);
355
+ constructor(credentials: coreAuth.TokenCredential, options?: ResourceConnectorManagementClientOptionalParams);
356
+ // (undocumented)
357
+ apiVersion: string;
358
+ // (undocumented)
359
+ appliances: Appliances;
360
+ // (undocumented)
361
+ subscriptionId?: string;
362
+ }
363
+
364
+ // @public
365
+ export interface ResourceConnectorManagementClientOptionalParams extends coreClient.ServiceClientOptions {
366
+ $host?: string;
367
+ apiVersion?: string;
368
+ endpoint?: string;
369
+ }
370
+
371
+ // @public
372
+ export type ResourceIdentityType = string;
373
+
374
+ // @public
375
+ export interface SSHKey {
376
+ readonly certificate?: string;
377
+ readonly creationTimeStamp?: number;
378
+ readonly expirationTimeStamp?: number;
379
+ readonly privateKey?: string;
380
+ readonly publicKey?: string;
381
+ }
382
+
383
+ // @public
384
+ export type SSHKeyType = string;
385
+
386
+ // @public
387
+ export type Status = string;
388
+
389
+ // @public
390
+ export interface SupportedVersion {
391
+ readonly metadata?: SupportedVersionMetadata;
392
+ readonly version?: string;
393
+ }
394
+
395
+ // @public
396
+ export interface SupportedVersionCatalogVersion {
397
+ readonly data?: SupportedVersionCatalogVersionData;
398
+ readonly name?: string;
399
+ readonly namespace?: string;
400
+ }
401
+
402
+ // @public
403
+ export interface SupportedVersionCatalogVersionData {
404
+ readonly audience?: string;
405
+ readonly catalog?: string;
406
+ readonly offer?: string;
407
+ readonly version?: string;
408
+ }
409
+
410
+ // @public
411
+ export interface SupportedVersionMetadata {
412
+ readonly catalogVersion?: SupportedVersionCatalogVersion;
413
+ }
414
+
415
+ // @public
416
+ export interface SystemData {
417
+ createdAt?: Date;
418
+ createdBy?: string;
419
+ createdByType?: CreatedByType;
420
+ lastModifiedAt?: Date;
421
+ lastModifiedBy?: string;
422
+ lastModifiedByType?: CreatedByType;
423
+ }
424
+
425
+ // @public
426
+ export interface TrackedResource extends Resource {
427
+ location: string;
428
+ tags?: {
429
+ [propertyName: string]: string;
430
+ };
431
+ }
432
+
433
+ // @public
434
+ export interface UpgradeGraph {
435
+ readonly id?: string;
436
+ readonly name?: string;
437
+ properties?: UpgradeGraphProperties;
438
+ }
439
+
440
+ // @public
441
+ export interface UpgradeGraphProperties {
442
+ readonly applianceVersion?: string;
443
+ readonly supportedVersions?: SupportedVersion[];
444
+ }
445
+
446
+ // (No @packageDocumentation comment for this package)
447
+
448
+ ```