@azure/arm-hybridkubernetes 3.0.0-alpha.20250619.1 → 3.0.0-alpha.20250717.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 ConnectedKubernetesClient.",
6
- "version": "3.0.0-alpha.20250619.1",
6
+ "version": "3.0.0-alpha.20250717.1",
7
7
  "engines": {
8
8
  "node": ">=20.0.0"
9
9
  },
@@ -1,458 +1,458 @@
1
- ## API Report File for "@azure/arm-hybridkubernetes"
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 type * as coreAuth from '@azure/core-auth';
8
- import * as coreClient from '@azure/core-client';
9
- import type { OperationState } from '@azure/core-lro';
10
- import type { PagedAsyncIterableIterator } from '@azure/core-paging';
11
- import type { SimplePollerLike } from '@azure/core-lro';
12
-
13
- // @public
14
- export interface AadProfile {
15
- adminGroupObjectIDs?: string[];
16
- enableAzureRbac?: boolean;
17
- tenantID?: string;
18
- }
19
-
20
- // @public
21
- export interface AgentError {
22
- readonly component?: string;
23
- readonly message?: string;
24
- readonly severity?: string;
25
- readonly time?: Date;
26
- }
27
-
28
- // @public
29
- export interface ArcAgentProfile {
30
- agentAutoUpgrade?: AutoUpgradeOptions;
31
- agentErrors?: AgentError[];
32
- readonly agentState?: string;
33
- desiredAgentVersion?: string;
34
- systemComponents?: SystemComponent[];
35
- }
36
-
37
- // @public (undocumented)
38
- export interface ArcAgentryConfigurations {
39
- feature?: string;
40
- protectedSettings?: {
41
- [propertyName: string]: string;
42
- };
43
- settings?: {
44
- [propertyName: string]: string;
45
- };
46
- }
47
-
48
- // @public
49
- export type AuthenticationMethod = string;
50
-
51
- // @public
52
- export type AutoUpgradeOptions = string;
53
-
54
- // @public
55
- export type AzureHybridBenefit = string;
56
-
57
- // @public
58
- export interface ConnectedCluster extends TrackedResource {
59
- identity: ConnectedClusterIdentity;
60
- kind?: ConnectedClusterKind;
61
- properties: ConnectedClusterProperties;
62
- readonly systemData?: SystemData;
63
- }
64
-
65
- // @public
66
- export interface ConnectedClusterCreateOrReplaceOptionalParams extends coreClient.OperationOptions {
67
- resumeFrom?: string;
68
- updateIntervalInMs?: number;
69
- }
70
-
71
- // @public
72
- export type ConnectedClusterCreateOrReplaceResponse = ConnectedCluster;
73
-
74
- // @public
75
- export interface ConnectedClusterDeleteOptionalParams extends coreClient.OperationOptions {
76
- resumeFrom?: string;
77
- updateIntervalInMs?: number;
78
- }
79
-
80
- // @public
81
- export interface ConnectedClusterGetOptionalParams extends coreClient.OperationOptions {
82
- }
83
-
84
- // @public
85
- export type ConnectedClusterGetResponse = ConnectedCluster;
86
-
87
- // @public
88
- export interface ConnectedClusterIdentity {
89
- readonly principalId?: string;
90
- readonly tenantId?: string;
91
- type: ResourceIdentityType;
92
- }
93
-
94
- // @public
95
- export type ConnectedClusterKind = string;
96
-
97
- // @public
98
- export interface ConnectedClusterList {
99
- nextLink?: string;
100
- value?: ConnectedCluster[];
101
- }
102
-
103
- // @public
104
- export interface ConnectedClusterListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
105
- }
106
-
107
- // @public
108
- export type ConnectedClusterListByResourceGroupNextResponse = ConnectedClusterList;
109
-
110
- // @public
111
- export interface ConnectedClusterListByResourceGroupOptionalParams extends coreClient.OperationOptions {
112
- }
113
-
114
- // @public
115
- export type ConnectedClusterListByResourceGroupResponse = ConnectedClusterList;
116
-
117
- // @public
118
- export interface ConnectedClusterListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
119
- }
120
-
121
- // @public
122
- export type ConnectedClusterListBySubscriptionNextResponse = ConnectedClusterList;
123
-
124
- // @public
125
- export interface ConnectedClusterListBySubscriptionOptionalParams extends coreClient.OperationOptions {
126
- }
127
-
128
- // @public
129
- export type ConnectedClusterListBySubscriptionResponse = ConnectedClusterList;
130
-
131
- // @public
132
- export interface ConnectedClusterListClusterUserCredentialOptionalParams extends coreClient.OperationOptions {
133
- }
134
-
135
- // @public
136
- export type ConnectedClusterListClusterUserCredentialResponse = CredentialResults;
137
-
138
- // @public
139
- export interface ConnectedClusterOperations {
140
- beginCreateOrReplace(resourceGroupName: string, clusterName: string, connectedCluster: ConnectedCluster, options?: ConnectedClusterCreateOrReplaceOptionalParams): Promise<SimplePollerLike<OperationState<ConnectedClusterCreateOrReplaceResponse>, ConnectedClusterCreateOrReplaceResponse>>;
141
- beginCreateOrReplaceAndWait(resourceGroupName: string, clusterName: string, connectedCluster: ConnectedCluster, options?: ConnectedClusterCreateOrReplaceOptionalParams): Promise<ConnectedClusterCreateOrReplaceResponse>;
142
- beginDelete(resourceGroupName: string, clusterName: string, options?: ConnectedClusterDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
143
- beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: ConnectedClusterDeleteOptionalParams): Promise<void>;
144
- get(resourceGroupName: string, clusterName: string, options?: ConnectedClusterGetOptionalParams): Promise<ConnectedClusterGetResponse>;
145
- listByResourceGroup(resourceGroupName: string, options?: ConnectedClusterListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ConnectedCluster>;
146
- listBySubscription(options?: ConnectedClusterListBySubscriptionOptionalParams): PagedAsyncIterableIterator<ConnectedCluster>;
147
- listClusterUserCredential(resourceGroupName: string, clusterName: string, properties: ListClusterUserCredentialProperties, options?: ConnectedClusterListClusterUserCredentialOptionalParams): Promise<ConnectedClusterListClusterUserCredentialResponse>;
148
- update(resourceGroupName: string, clusterName: string, connectedClusterPatch: ConnectedClusterPatch, options?: ConnectedClusterUpdateOptionalParams): Promise<ConnectedClusterUpdateResponse>;
149
- }
150
-
151
- // @public
152
- export interface ConnectedClusterPatch {
153
- properties?: ConnectedClusterPatchProperties;
154
- tags?: {
155
- [propertyName: string]: string;
156
- };
157
- }
158
-
159
- // @public
160
- export interface ConnectedClusterPatchProperties {
161
- azureHybridBenefit?: AzureHybridBenefit;
162
- distribution?: string;
163
- distributionVersion?: string;
164
- }
165
-
166
- // @public
167
- export interface ConnectedClusterProperties {
168
- aadProfile?: AadProfile;
169
- agentPublicKeyCertificate: string;
170
- readonly agentVersion?: string;
171
- arcAgentProfile?: ArcAgentProfile;
172
- arcAgentryConfigurations?: ArcAgentryConfigurations[];
173
- azureHybridBenefit?: AzureHybridBenefit;
174
- readonly connectivityStatus?: ConnectivityStatus;
175
- distribution?: string;
176
- distributionVersion?: string;
177
- gateway?: Gateway;
178
- infrastructure?: string;
179
- readonly kubernetesVersion?: string;
180
- readonly lastConnectivityTime?: Date;
181
- readonly managedIdentityCertificateExpirationTime?: Date;
182
- readonly miscellaneousProperties?: {
183
- [propertyName: string]: string;
184
- };
185
- readonly offering?: string;
186
- oidcIssuerProfile?: OidcIssuerProfile;
187
- privateLinkScopeResourceId?: string;
188
- privateLinkState?: PrivateLinkState;
189
- provisioningState?: ProvisioningState;
190
- securityProfile?: SecurityProfile;
191
- readonly totalCoreCount?: number;
192
- readonly totalNodeCount?: number;
193
- }
194
-
195
- // @public
196
- export interface ConnectedClusterUpdateOptionalParams extends coreClient.OperationOptions {
197
- }
198
-
199
- // @public
200
- export type ConnectedClusterUpdateResponse = ConnectedCluster;
201
-
202
- // @public (undocumented)
203
- export class ConnectedKubernetesClient extends coreClient.ServiceClient {
204
- // (undocumented)
205
- $host: string;
206
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ConnectedKubernetesClientOptionalParams);
207
- constructor(credentials: coreAuth.TokenCredential, options?: ConnectedKubernetesClientOptionalParams);
208
- // (undocumented)
209
- apiVersion: string;
210
- // (undocumented)
211
- connectedClusterOperations: ConnectedClusterOperations;
212
- // (undocumented)
213
- operations: Operations;
214
- // (undocumented)
215
- subscriptionId?: string;
216
- }
217
-
218
- // @public
219
- export interface ConnectedKubernetesClientOptionalParams extends coreClient.ServiceClientOptions {
220
- $host?: string;
221
- apiVersion?: string;
222
- endpoint?: string;
223
- }
224
-
225
- // @public
226
- export type ConnectivityStatus = string;
227
-
228
- // @public
229
- export type CreatedByType = string;
230
-
231
- // @public
232
- export interface CredentialResult {
233
- readonly name?: string;
234
- readonly value?: Uint8Array;
235
- }
236
-
237
- // @public
238
- export interface CredentialResults {
239
- readonly hybridConnectionConfig?: HybridConnectionConfig;
240
- readonly kubeconfigs?: CredentialResult[];
241
- }
242
-
243
- // @public
244
- export interface ErrorAdditionalInfo {
245
- readonly info?: Record<string, unknown>;
246
- readonly type?: string;
247
- }
248
-
249
- // @public
250
- export interface ErrorDetail {
251
- readonly additionalInfo?: ErrorAdditionalInfo[];
252
- readonly code?: string;
253
- readonly details?: ErrorDetail[];
254
- readonly message?: string;
255
- readonly target?: string;
256
- }
257
-
258
- // @public
259
- export interface ErrorResponse {
260
- error?: ErrorDetail;
261
- }
262
-
263
- // @public (undocumented)
264
- export interface Gateway {
265
- enabled?: boolean;
266
- resourceId?: string;
267
- }
268
-
269
- // @public
270
- export function getContinuationToken(page: unknown): string | undefined;
271
-
272
- // @public
273
- export interface HybridConnectionConfig {
274
- readonly expirationTime?: number;
275
- readonly hybridConnectionName?: string;
276
- readonly relay?: string;
277
- readonly relayTid?: string;
278
- readonly relayType?: string;
279
- readonly token?: string;
280
- }
281
-
282
- // @public
283
- export enum KnownAuthenticationMethod {
284
- AAD = "AAD",
285
- Token = "Token"
286
- }
287
-
288
- // @public
289
- export enum KnownAutoUpgradeOptions {
290
- Disabled = "Disabled",
291
- Enabled = "Enabled"
292
- }
293
-
294
- // @public
295
- export enum KnownAzureHybridBenefit {
296
- False = "False",
297
- NotApplicable = "NotApplicable",
298
- True = "True"
299
- }
300
-
301
- // @public
302
- export enum KnownConnectedClusterKind {
303
- AWS = "AWS",
304
- ProvisionedCluster = "ProvisionedCluster"
305
- }
306
-
307
- // @public
308
- export enum KnownConnectivityStatus {
309
- AgentNotInstalled = "AgentNotInstalled",
310
- Connected = "Connected",
311
- Connecting = "Connecting",
312
- Expired = "Expired",
313
- Offline = "Offline"
314
- }
315
-
316
- // @public
317
- export enum KnownCreatedByType {
318
- Application = "Application",
319
- Key = "Key",
320
- ManagedIdentity = "ManagedIdentity",
321
- User = "User"
322
- }
323
-
324
- // @public
325
- export enum KnownLastModifiedByType {
326
- Application = "Application",
327
- Key = "Key",
328
- ManagedIdentity = "ManagedIdentity",
329
- User = "User"
330
- }
331
-
332
- // @public
333
- export enum KnownPrivateLinkState {
334
- Disabled = "Disabled",
335
- Enabled = "Enabled"
336
- }
337
-
338
- // @public
339
- export enum KnownProvisioningState {
340
- Accepted = "Accepted",
341
- Canceled = "Canceled",
342
- Deleting = "Deleting",
343
- Failed = "Failed",
344
- Provisioning = "Provisioning",
345
- Succeeded = "Succeeded",
346
- Updating = "Updating"
347
- }
348
-
349
- // @public
350
- export type LastModifiedByType = string;
351
-
352
- // @public (undocumented)
353
- export interface ListClusterUserCredentialProperties {
354
- authenticationMethod: AuthenticationMethod;
355
- clientProxy: boolean;
356
- }
357
-
358
- // @public
359
- export interface OidcIssuerProfile {
360
- enabled?: boolean;
361
- readonly issuerUrl?: string;
362
- selfHostedIssuerUrl?: string;
363
- }
364
-
365
- // @public
366
- export interface Operation {
367
- readonly display?: OperationDisplay;
368
- readonly name?: string;
369
- }
370
-
371
- // @public
372
- export interface OperationDisplay {
373
- description?: string;
374
- operation?: string;
375
- provider?: string;
376
- resource?: string;
377
- }
378
-
379
- // @public
380
- export interface OperationList {
381
- nextLink?: string;
382
- readonly value?: Operation[];
383
- }
384
-
385
- // @public
386
- export interface Operations {
387
- list(options?: OperationsGetOptionalParams): PagedAsyncIterableIterator<Operation>;
388
- }
389
-
390
- // @public
391
- export interface OperationsGetNextOptionalParams extends coreClient.OperationOptions {
392
- }
393
-
394
- // @public
395
- export type OperationsGetNextResponse = OperationList;
396
-
397
- // @public
398
- export interface OperationsGetOptionalParams extends coreClient.OperationOptions {
399
- }
400
-
401
- // @public
402
- export type OperationsGetResponse = OperationList;
403
-
404
- // @public
405
- export type PrivateLinkState = string;
406
-
407
- // @public
408
- export type ProvisioningState = string;
409
-
410
- // @public
411
- export interface Resource {
412
- readonly id?: string;
413
- readonly name?: string;
414
- readonly type?: string;
415
- }
416
-
417
- // @public
418
- export type ResourceIdentityType = "None" | "SystemAssigned";
419
-
420
- // @public
421
- export interface SecurityProfile {
422
- workloadIdentity?: SecurityProfileWorkloadIdentity;
423
- }
424
-
425
- // @public
426
- export interface SecurityProfileWorkloadIdentity {
427
- enabled?: boolean;
428
- }
429
-
430
- // @public
431
- export interface SystemComponent {
432
- readonly currentVersion?: string;
433
- majorVersion?: number;
434
- type?: string;
435
- userSpecifiedVersion?: string;
436
- }
437
-
438
- // @public
439
- export interface SystemData {
440
- createdAt?: Date;
441
- createdBy?: string;
442
- createdByType?: CreatedByType;
443
- lastModifiedAt?: Date;
444
- lastModifiedBy?: string;
445
- lastModifiedByType?: LastModifiedByType;
446
- }
447
-
448
- // @public
449
- export interface TrackedResource extends Resource {
450
- location: string;
451
- tags?: {
452
- [propertyName: string]: string;
453
- };
454
- }
455
-
456
- // (No @packageDocumentation comment for this package)
457
-
458
- ```
1
+ ## API Report File for "@azure/arm-hybridkubernetes"
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 type * as coreAuth from '@azure/core-auth';
8
+ import * as coreClient from '@azure/core-client';
9
+ import type { OperationState } from '@azure/core-lro';
10
+ import type { PagedAsyncIterableIterator } from '@azure/core-paging';
11
+ import type { SimplePollerLike } from '@azure/core-lro';
12
+
13
+ // @public
14
+ export interface AadProfile {
15
+ adminGroupObjectIDs?: string[];
16
+ enableAzureRbac?: boolean;
17
+ tenantID?: string;
18
+ }
19
+
20
+ // @public
21
+ export interface AgentError {
22
+ readonly component?: string;
23
+ readonly message?: string;
24
+ readonly severity?: string;
25
+ readonly time?: Date;
26
+ }
27
+
28
+ // @public
29
+ export interface ArcAgentProfile {
30
+ agentAutoUpgrade?: AutoUpgradeOptions;
31
+ agentErrors?: AgentError[];
32
+ readonly agentState?: string;
33
+ desiredAgentVersion?: string;
34
+ systemComponents?: SystemComponent[];
35
+ }
36
+
37
+ // @public (undocumented)
38
+ export interface ArcAgentryConfigurations {
39
+ feature?: string;
40
+ protectedSettings?: {
41
+ [propertyName: string]: string;
42
+ };
43
+ settings?: {
44
+ [propertyName: string]: string;
45
+ };
46
+ }
47
+
48
+ // @public
49
+ export type AuthenticationMethod = string;
50
+
51
+ // @public
52
+ export type AutoUpgradeOptions = string;
53
+
54
+ // @public
55
+ export type AzureHybridBenefit = string;
56
+
57
+ // @public
58
+ export interface ConnectedCluster extends TrackedResource {
59
+ identity: ConnectedClusterIdentity;
60
+ kind?: ConnectedClusterKind;
61
+ properties: ConnectedClusterProperties;
62
+ readonly systemData?: SystemData;
63
+ }
64
+
65
+ // @public
66
+ export interface ConnectedClusterCreateOrReplaceOptionalParams extends coreClient.OperationOptions {
67
+ resumeFrom?: string;
68
+ updateIntervalInMs?: number;
69
+ }
70
+
71
+ // @public
72
+ export type ConnectedClusterCreateOrReplaceResponse = ConnectedCluster;
73
+
74
+ // @public
75
+ export interface ConnectedClusterDeleteOptionalParams extends coreClient.OperationOptions {
76
+ resumeFrom?: string;
77
+ updateIntervalInMs?: number;
78
+ }
79
+
80
+ // @public
81
+ export interface ConnectedClusterGetOptionalParams extends coreClient.OperationOptions {
82
+ }
83
+
84
+ // @public
85
+ export type ConnectedClusterGetResponse = ConnectedCluster;
86
+
87
+ // @public
88
+ export interface ConnectedClusterIdentity {
89
+ readonly principalId?: string;
90
+ readonly tenantId?: string;
91
+ type: ResourceIdentityType;
92
+ }
93
+
94
+ // @public
95
+ export type ConnectedClusterKind = string;
96
+
97
+ // @public
98
+ export interface ConnectedClusterList {
99
+ nextLink?: string;
100
+ value?: ConnectedCluster[];
101
+ }
102
+
103
+ // @public
104
+ export interface ConnectedClusterListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
105
+ }
106
+
107
+ // @public
108
+ export type ConnectedClusterListByResourceGroupNextResponse = ConnectedClusterList;
109
+
110
+ // @public
111
+ export interface ConnectedClusterListByResourceGroupOptionalParams extends coreClient.OperationOptions {
112
+ }
113
+
114
+ // @public
115
+ export type ConnectedClusterListByResourceGroupResponse = ConnectedClusterList;
116
+
117
+ // @public
118
+ export interface ConnectedClusterListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
119
+ }
120
+
121
+ // @public
122
+ export type ConnectedClusterListBySubscriptionNextResponse = ConnectedClusterList;
123
+
124
+ // @public
125
+ export interface ConnectedClusterListBySubscriptionOptionalParams extends coreClient.OperationOptions {
126
+ }
127
+
128
+ // @public
129
+ export type ConnectedClusterListBySubscriptionResponse = ConnectedClusterList;
130
+
131
+ // @public
132
+ export interface ConnectedClusterListClusterUserCredentialOptionalParams extends coreClient.OperationOptions {
133
+ }
134
+
135
+ // @public
136
+ export type ConnectedClusterListClusterUserCredentialResponse = CredentialResults;
137
+
138
+ // @public
139
+ export interface ConnectedClusterOperations {
140
+ beginCreateOrReplace(resourceGroupName: string, clusterName: string, connectedCluster: ConnectedCluster, options?: ConnectedClusterCreateOrReplaceOptionalParams): Promise<SimplePollerLike<OperationState<ConnectedClusterCreateOrReplaceResponse>, ConnectedClusterCreateOrReplaceResponse>>;
141
+ beginCreateOrReplaceAndWait(resourceGroupName: string, clusterName: string, connectedCluster: ConnectedCluster, options?: ConnectedClusterCreateOrReplaceOptionalParams): Promise<ConnectedClusterCreateOrReplaceResponse>;
142
+ beginDelete(resourceGroupName: string, clusterName: string, options?: ConnectedClusterDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
143
+ beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: ConnectedClusterDeleteOptionalParams): Promise<void>;
144
+ get(resourceGroupName: string, clusterName: string, options?: ConnectedClusterGetOptionalParams): Promise<ConnectedClusterGetResponse>;
145
+ listByResourceGroup(resourceGroupName: string, options?: ConnectedClusterListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ConnectedCluster>;
146
+ listBySubscription(options?: ConnectedClusterListBySubscriptionOptionalParams): PagedAsyncIterableIterator<ConnectedCluster>;
147
+ listClusterUserCredential(resourceGroupName: string, clusterName: string, properties: ListClusterUserCredentialProperties, options?: ConnectedClusterListClusterUserCredentialOptionalParams): Promise<ConnectedClusterListClusterUserCredentialResponse>;
148
+ update(resourceGroupName: string, clusterName: string, connectedClusterPatch: ConnectedClusterPatch, options?: ConnectedClusterUpdateOptionalParams): Promise<ConnectedClusterUpdateResponse>;
149
+ }
150
+
151
+ // @public
152
+ export interface ConnectedClusterPatch {
153
+ properties?: ConnectedClusterPatchProperties;
154
+ tags?: {
155
+ [propertyName: string]: string;
156
+ };
157
+ }
158
+
159
+ // @public
160
+ export interface ConnectedClusterPatchProperties {
161
+ azureHybridBenefit?: AzureHybridBenefit;
162
+ distribution?: string;
163
+ distributionVersion?: string;
164
+ }
165
+
166
+ // @public
167
+ export interface ConnectedClusterProperties {
168
+ aadProfile?: AadProfile;
169
+ agentPublicKeyCertificate: string;
170
+ readonly agentVersion?: string;
171
+ arcAgentProfile?: ArcAgentProfile;
172
+ arcAgentryConfigurations?: ArcAgentryConfigurations[];
173
+ azureHybridBenefit?: AzureHybridBenefit;
174
+ readonly connectivityStatus?: ConnectivityStatus;
175
+ distribution?: string;
176
+ distributionVersion?: string;
177
+ gateway?: Gateway;
178
+ infrastructure?: string;
179
+ readonly kubernetesVersion?: string;
180
+ readonly lastConnectivityTime?: Date;
181
+ readonly managedIdentityCertificateExpirationTime?: Date;
182
+ readonly miscellaneousProperties?: {
183
+ [propertyName: string]: string;
184
+ };
185
+ readonly offering?: string;
186
+ oidcIssuerProfile?: OidcIssuerProfile;
187
+ privateLinkScopeResourceId?: string;
188
+ privateLinkState?: PrivateLinkState;
189
+ provisioningState?: ProvisioningState;
190
+ securityProfile?: SecurityProfile;
191
+ readonly totalCoreCount?: number;
192
+ readonly totalNodeCount?: number;
193
+ }
194
+
195
+ // @public
196
+ export interface ConnectedClusterUpdateOptionalParams extends coreClient.OperationOptions {
197
+ }
198
+
199
+ // @public
200
+ export type ConnectedClusterUpdateResponse = ConnectedCluster;
201
+
202
+ // @public (undocumented)
203
+ export class ConnectedKubernetesClient extends coreClient.ServiceClient {
204
+ // (undocumented)
205
+ $host: string;
206
+ constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ConnectedKubernetesClientOptionalParams);
207
+ constructor(credentials: coreAuth.TokenCredential, options?: ConnectedKubernetesClientOptionalParams);
208
+ // (undocumented)
209
+ apiVersion: string;
210
+ // (undocumented)
211
+ connectedClusterOperations: ConnectedClusterOperations;
212
+ // (undocumented)
213
+ operations: Operations;
214
+ // (undocumented)
215
+ subscriptionId?: string;
216
+ }
217
+
218
+ // @public
219
+ export interface ConnectedKubernetesClientOptionalParams extends coreClient.ServiceClientOptions {
220
+ $host?: string;
221
+ apiVersion?: string;
222
+ endpoint?: string;
223
+ }
224
+
225
+ // @public
226
+ export type ConnectivityStatus = string;
227
+
228
+ // @public
229
+ export type CreatedByType = string;
230
+
231
+ // @public
232
+ export interface CredentialResult {
233
+ readonly name?: string;
234
+ readonly value?: Uint8Array;
235
+ }
236
+
237
+ // @public
238
+ export interface CredentialResults {
239
+ readonly hybridConnectionConfig?: HybridConnectionConfig;
240
+ readonly kubeconfigs?: CredentialResult[];
241
+ }
242
+
243
+ // @public
244
+ export interface ErrorAdditionalInfo {
245
+ readonly info?: Record<string, unknown>;
246
+ readonly type?: string;
247
+ }
248
+
249
+ // @public
250
+ export interface ErrorDetail {
251
+ readonly additionalInfo?: ErrorAdditionalInfo[];
252
+ readonly code?: string;
253
+ readonly details?: ErrorDetail[];
254
+ readonly message?: string;
255
+ readonly target?: string;
256
+ }
257
+
258
+ // @public
259
+ export interface ErrorResponse {
260
+ error?: ErrorDetail;
261
+ }
262
+
263
+ // @public (undocumented)
264
+ export interface Gateway {
265
+ enabled?: boolean;
266
+ resourceId?: string;
267
+ }
268
+
269
+ // @public
270
+ export function getContinuationToken(page: unknown): string | undefined;
271
+
272
+ // @public
273
+ export interface HybridConnectionConfig {
274
+ readonly expirationTime?: number;
275
+ readonly hybridConnectionName?: string;
276
+ readonly relay?: string;
277
+ readonly relayTid?: string;
278
+ readonly relayType?: string;
279
+ readonly token?: string;
280
+ }
281
+
282
+ // @public
283
+ export enum KnownAuthenticationMethod {
284
+ AAD = "AAD",
285
+ Token = "Token"
286
+ }
287
+
288
+ // @public
289
+ export enum KnownAutoUpgradeOptions {
290
+ Disabled = "Disabled",
291
+ Enabled = "Enabled"
292
+ }
293
+
294
+ // @public
295
+ export enum KnownAzureHybridBenefit {
296
+ False = "False",
297
+ NotApplicable = "NotApplicable",
298
+ True = "True"
299
+ }
300
+
301
+ // @public
302
+ export enum KnownConnectedClusterKind {
303
+ AWS = "AWS",
304
+ ProvisionedCluster = "ProvisionedCluster"
305
+ }
306
+
307
+ // @public
308
+ export enum KnownConnectivityStatus {
309
+ AgentNotInstalled = "AgentNotInstalled",
310
+ Connected = "Connected",
311
+ Connecting = "Connecting",
312
+ Expired = "Expired",
313
+ Offline = "Offline"
314
+ }
315
+
316
+ // @public
317
+ export enum KnownCreatedByType {
318
+ Application = "Application",
319
+ Key = "Key",
320
+ ManagedIdentity = "ManagedIdentity",
321
+ User = "User"
322
+ }
323
+
324
+ // @public
325
+ export enum KnownLastModifiedByType {
326
+ Application = "Application",
327
+ Key = "Key",
328
+ ManagedIdentity = "ManagedIdentity",
329
+ User = "User"
330
+ }
331
+
332
+ // @public
333
+ export enum KnownPrivateLinkState {
334
+ Disabled = "Disabled",
335
+ Enabled = "Enabled"
336
+ }
337
+
338
+ // @public
339
+ export enum KnownProvisioningState {
340
+ Accepted = "Accepted",
341
+ Canceled = "Canceled",
342
+ Deleting = "Deleting",
343
+ Failed = "Failed",
344
+ Provisioning = "Provisioning",
345
+ Succeeded = "Succeeded",
346
+ Updating = "Updating"
347
+ }
348
+
349
+ // @public
350
+ export type LastModifiedByType = string;
351
+
352
+ // @public (undocumented)
353
+ export interface ListClusterUserCredentialProperties {
354
+ authenticationMethod: AuthenticationMethod;
355
+ clientProxy: boolean;
356
+ }
357
+
358
+ // @public
359
+ export interface OidcIssuerProfile {
360
+ enabled?: boolean;
361
+ readonly issuerUrl?: string;
362
+ selfHostedIssuerUrl?: string;
363
+ }
364
+
365
+ // @public
366
+ export interface Operation {
367
+ readonly display?: OperationDisplay;
368
+ readonly name?: string;
369
+ }
370
+
371
+ // @public
372
+ export interface OperationDisplay {
373
+ description?: string;
374
+ operation?: string;
375
+ provider?: string;
376
+ resource?: string;
377
+ }
378
+
379
+ // @public
380
+ export interface OperationList {
381
+ nextLink?: string;
382
+ readonly value?: Operation[];
383
+ }
384
+
385
+ // @public
386
+ export interface Operations {
387
+ list(options?: OperationsGetOptionalParams): PagedAsyncIterableIterator<Operation>;
388
+ }
389
+
390
+ // @public
391
+ export interface OperationsGetNextOptionalParams extends coreClient.OperationOptions {
392
+ }
393
+
394
+ // @public
395
+ export type OperationsGetNextResponse = OperationList;
396
+
397
+ // @public
398
+ export interface OperationsGetOptionalParams extends coreClient.OperationOptions {
399
+ }
400
+
401
+ // @public
402
+ export type OperationsGetResponse = OperationList;
403
+
404
+ // @public
405
+ export type PrivateLinkState = string;
406
+
407
+ // @public
408
+ export type ProvisioningState = string;
409
+
410
+ // @public
411
+ export interface Resource {
412
+ readonly id?: string;
413
+ readonly name?: string;
414
+ readonly type?: string;
415
+ }
416
+
417
+ // @public
418
+ export type ResourceIdentityType = "None" | "SystemAssigned";
419
+
420
+ // @public
421
+ export interface SecurityProfile {
422
+ workloadIdentity?: SecurityProfileWorkloadIdentity;
423
+ }
424
+
425
+ // @public
426
+ export interface SecurityProfileWorkloadIdentity {
427
+ enabled?: boolean;
428
+ }
429
+
430
+ // @public
431
+ export interface SystemComponent {
432
+ readonly currentVersion?: string;
433
+ majorVersion?: number;
434
+ type?: string;
435
+ userSpecifiedVersion?: string;
436
+ }
437
+
438
+ // @public
439
+ export interface SystemData {
440
+ createdAt?: Date;
441
+ createdBy?: string;
442
+ createdByType?: CreatedByType;
443
+ lastModifiedAt?: Date;
444
+ lastModifiedBy?: string;
445
+ lastModifiedByType?: LastModifiedByType;
446
+ }
447
+
448
+ // @public
449
+ export interface TrackedResource extends Resource {
450
+ location: string;
451
+ tags?: {
452
+ [propertyName: string]: string;
453
+ };
454
+ }
455
+
456
+ // (No @packageDocumentation comment for this package)
457
+
458
+ ```