@azure/arm-iotoperations 1.0.0-alpha.20250617.1 → 1.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.
@@ -1,1362 +1,1362 @@
1
- ## API Report File for "@azure/arm-iotoperations"
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 { AbortSignalLike } from '@azure/abort-controller';
8
- import { ClientOptions } from '@azure-rest/core-client';
9
- import { OperationOptions } from '@azure-rest/core-client';
10
- import { OperationState } from '@azure/core-lro';
11
- import { PathUncheckedResponse } from '@azure-rest/core-client';
12
- import { Pipeline } from '@azure/core-rest-pipeline';
13
- import { PollerLike } from '@azure/core-lro';
14
- import { TokenCredential } from '@azure/core-auth';
15
-
16
- // @public
17
- export type ActionType = string;
18
-
19
- // @public
20
- export interface AdvancedSettings {
21
- clients?: ClientConfig;
22
- encryptInternalTraffic?: OperationalMode;
23
- internalCerts?: CertManagerCertOptions;
24
- }
25
-
26
- // @public
27
- export interface AuthorizationConfig {
28
- cache?: OperationalMode;
29
- rules?: AuthorizationRule[];
30
- }
31
-
32
- // @public
33
- export interface AuthorizationRule {
34
- brokerResources: BrokerResourceRule[];
35
- principals: PrincipalDefinition;
36
- stateStoreResources?: StateStoreResourceRule[];
37
- }
38
-
39
- // @public
40
- export interface BackendChain {
41
- partitions: number;
42
- redundancyFactor: number;
43
- workers?: number;
44
- }
45
-
46
- // @public
47
- export interface BatchingConfiguration {
48
- latencySeconds?: number;
49
- maxMessages?: number;
50
- }
51
-
52
- // @public
53
- export interface BrokerAuthenticationCreateOrUpdateOptionalParams extends OperationOptions {
54
- updateIntervalInMs?: number;
55
- }
56
-
57
- // @public
58
- export interface BrokerAuthenticationDeleteOptionalParams extends OperationOptions {
59
- updateIntervalInMs?: number;
60
- }
61
-
62
- // @public
63
- export interface BrokerAuthenticationGetOptionalParams extends OperationOptions {
64
- }
65
-
66
- // @public
67
- export interface BrokerAuthenticationListByResourceGroupOptionalParams extends OperationOptions {
68
- }
69
-
70
- // @public
71
- export type BrokerAuthenticationMethod = string;
72
-
73
- // @public
74
- export interface BrokerAuthenticationOperations {
75
- createOrUpdate: (resourceGroupName: string, instanceName: string, brokerName: string, authenticationName: string, resource: BrokerAuthenticationResource, options?: BrokerAuthenticationCreateOrUpdateOptionalParams) => PollerLike<OperationState<BrokerAuthenticationResource>, BrokerAuthenticationResource>;
76
- delete: (resourceGroupName: string, instanceName: string, brokerName: string, authenticationName: string, options?: BrokerAuthenticationDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
77
- get: (resourceGroupName: string, instanceName: string, brokerName: string, authenticationName: string, options?: BrokerAuthenticationGetOptionalParams) => Promise<BrokerAuthenticationResource>;
78
- listByResourceGroup: (resourceGroupName: string, instanceName: string, brokerName: string, options?: BrokerAuthenticationListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<BrokerAuthenticationResource>;
79
- }
80
-
81
- // @public
82
- export interface BrokerAuthenticationProperties {
83
- authenticationMethods: BrokerAuthenticatorMethods[];
84
- readonly provisioningState?: ProvisioningState;
85
- }
86
-
87
- // @public
88
- export interface BrokerAuthenticationResource extends ProxyResource {
89
- extendedLocation: ExtendedLocation;
90
- properties?: BrokerAuthenticationProperties;
91
- }
92
-
93
- // @public
94
- export interface BrokerAuthenticatorCustomAuth {
95
- x509: X509ManualCertificate;
96
- }
97
-
98
- // @public
99
- export interface BrokerAuthenticatorMethodCustom {
100
- auth?: BrokerAuthenticatorCustomAuth;
101
- caCertConfigMap?: string;
102
- endpoint: string;
103
- headers?: Record<string, string>;
104
- }
105
-
106
- // @public
107
- export interface BrokerAuthenticatorMethods {
108
- customSettings?: BrokerAuthenticatorMethodCustom;
109
- method: BrokerAuthenticationMethod;
110
- serviceAccountTokenSettings?: BrokerAuthenticatorMethodSat;
111
- x509Settings?: BrokerAuthenticatorMethodX509;
112
- }
113
-
114
- // @public
115
- export interface BrokerAuthenticatorMethodSat {
116
- audiences: string[];
117
- }
118
-
119
- // @public
120
- export interface BrokerAuthenticatorMethodX509 {
121
- authorizationAttributes?: Record<string, BrokerAuthenticatorMethodX509Attributes>;
122
- trustedClientCaCert?: string;
123
- }
124
-
125
- // @public
126
- export interface BrokerAuthenticatorMethodX509Attributes {
127
- attributes: Record<string, string>;
128
- subject: string;
129
- }
130
-
131
- // @public
132
- export interface BrokerAuthorizationCreateOrUpdateOptionalParams extends OperationOptions {
133
- updateIntervalInMs?: number;
134
- }
135
-
136
- // @public
137
- export interface BrokerAuthorizationDeleteOptionalParams extends OperationOptions {
138
- updateIntervalInMs?: number;
139
- }
140
-
141
- // @public
142
- export interface BrokerAuthorizationGetOptionalParams extends OperationOptions {
143
- }
144
-
145
- // @public
146
- export interface BrokerAuthorizationListByResourceGroupOptionalParams extends OperationOptions {
147
- }
148
-
149
- // @public
150
- export interface BrokerAuthorizationOperations {
151
- createOrUpdate: (resourceGroupName: string, instanceName: string, brokerName: string, authorizationName: string, resource: BrokerAuthorizationResource, options?: BrokerAuthorizationCreateOrUpdateOptionalParams) => PollerLike<OperationState<BrokerAuthorizationResource>, BrokerAuthorizationResource>;
152
- delete: (resourceGroupName: string, instanceName: string, brokerName: string, authorizationName: string, options?: BrokerAuthorizationDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
153
- get: (resourceGroupName: string, instanceName: string, brokerName: string, authorizationName: string, options?: BrokerAuthorizationGetOptionalParams) => Promise<BrokerAuthorizationResource>;
154
- listByResourceGroup: (resourceGroupName: string, instanceName: string, brokerName: string, options?: BrokerAuthorizationListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<BrokerAuthorizationResource>;
155
- }
156
-
157
- // @public
158
- export interface BrokerAuthorizationProperties {
159
- authorizationPolicies: AuthorizationConfig;
160
- readonly provisioningState?: ProvisioningState;
161
- }
162
-
163
- // @public
164
- export interface BrokerAuthorizationResource extends ProxyResource {
165
- extendedLocation: ExtendedLocation;
166
- properties?: BrokerAuthorizationProperties;
167
- }
168
-
169
- // @public
170
- export interface BrokerCreateOrUpdateOptionalParams extends OperationOptions {
171
- updateIntervalInMs?: number;
172
- }
173
-
174
- // @public
175
- export interface BrokerDeleteOptionalParams extends OperationOptions {
176
- updateIntervalInMs?: number;
177
- }
178
-
179
- // @public
180
- export interface BrokerDiagnostics {
181
- logs?: DiagnosticsLogs;
182
- metrics?: Metrics;
183
- selfCheck?: SelfCheck;
184
- traces?: Traces;
185
- }
186
-
187
- // @public
188
- export interface BrokerGetOptionalParams extends OperationOptions {
189
- }
190
-
191
- // @public
192
- export interface BrokerListByResourceGroupOptionalParams extends OperationOptions {
193
- }
194
-
195
- // @public
196
- export interface BrokerListenerCreateOrUpdateOptionalParams extends OperationOptions {
197
- updateIntervalInMs?: number;
198
- }
199
-
200
- // @public
201
- export interface BrokerListenerDeleteOptionalParams extends OperationOptions {
202
- updateIntervalInMs?: number;
203
- }
204
-
205
- // @public
206
- export interface BrokerListenerGetOptionalParams extends OperationOptions {
207
- }
208
-
209
- // @public
210
- export interface BrokerListenerListByResourceGroupOptionalParams extends OperationOptions {
211
- }
212
-
213
- // @public
214
- export interface BrokerListenerOperations {
215
- createOrUpdate: (resourceGroupName: string, instanceName: string, brokerName: string, listenerName: string, resource: BrokerListenerResource, options?: BrokerListenerCreateOrUpdateOptionalParams) => PollerLike<OperationState<BrokerListenerResource>, BrokerListenerResource>;
216
- delete: (resourceGroupName: string, instanceName: string, brokerName: string, listenerName: string, options?: BrokerListenerDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
217
- get: (resourceGroupName: string, instanceName: string, brokerName: string, listenerName: string, options?: BrokerListenerGetOptionalParams) => Promise<BrokerListenerResource>;
218
- listByResourceGroup: (resourceGroupName: string, instanceName: string, brokerName: string, options?: BrokerListenerListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<BrokerListenerResource>;
219
- }
220
-
221
- // @public
222
- export interface BrokerListenerProperties {
223
- ports: ListenerPort[];
224
- readonly provisioningState?: ProvisioningState;
225
- serviceName?: string;
226
- serviceType?: ServiceType;
227
- }
228
-
229
- // @public
230
- export interface BrokerListenerResource extends ProxyResource {
231
- extendedLocation: ExtendedLocation;
232
- properties?: BrokerListenerProperties;
233
- }
234
-
235
- // @public
236
- export type BrokerMemoryProfile = string;
237
-
238
- // @public
239
- export interface BrokerOperations {
240
- createOrUpdate: (resourceGroupName: string, instanceName: string, brokerName: string, resource: BrokerResource, options?: BrokerCreateOrUpdateOptionalParams) => PollerLike<OperationState<BrokerResource>, BrokerResource>;
241
- delete: (resourceGroupName: string, instanceName: string, brokerName: string, options?: BrokerDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
242
- get: (resourceGroupName: string, instanceName: string, brokerName: string, options?: BrokerGetOptionalParams) => Promise<BrokerResource>;
243
- listByResourceGroup: (resourceGroupName: string, instanceName: string, options?: BrokerListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<BrokerResource>;
244
- }
245
-
246
- // @public
247
- export interface BrokerProperties {
248
- advanced?: AdvancedSettings;
249
- cardinality?: Cardinality;
250
- diagnostics?: BrokerDiagnostics;
251
- diskBackedMessageBuffer?: DiskBackedMessageBuffer;
252
- generateResourceLimits?: GenerateResourceLimits;
253
- memoryProfile?: BrokerMemoryProfile;
254
- readonly provisioningState?: ProvisioningState;
255
- }
256
-
257
- // @public
258
- export type BrokerProtocolType = string;
259
-
260
- // @public
261
- export interface BrokerResource extends ProxyResource {
262
- extendedLocation: ExtendedLocation;
263
- properties?: BrokerProperties;
264
- }
265
-
266
- // @public
267
- export type BrokerResourceDefinitionMethods = string;
268
-
269
- // @public
270
- export interface BrokerResourceRule {
271
- clientIds?: string[];
272
- method: BrokerResourceDefinitionMethods;
273
- topics?: string[];
274
- }
275
-
276
- // @public
277
- export interface Cardinality {
278
- backendChain: BackendChain;
279
- frontend: Frontend;
280
- }
281
-
282
- // @public
283
- export interface CertManagerCertificateSpec {
284
- duration?: string;
285
- issuerRef: CertManagerIssuerRef;
286
- privateKey?: CertManagerPrivateKey;
287
- renewBefore?: string;
288
- san?: SanForCert;
289
- secretName?: string;
290
- }
291
-
292
- // @public
293
- export interface CertManagerCertOptions {
294
- duration: string;
295
- privateKey: CertManagerPrivateKey;
296
- renewBefore: string;
297
- }
298
-
299
- // @public
300
- export type CertManagerIssuerKind = string;
301
-
302
- // @public
303
- export interface CertManagerIssuerRef {
304
- group: string;
305
- kind: CertManagerIssuerKind;
306
- name: string;
307
- }
308
-
309
- // @public
310
- export interface CertManagerPrivateKey {
311
- algorithm: PrivateKeyAlgorithm;
312
- rotationPolicy: PrivateKeyRotationPolicy;
313
- }
314
-
315
- // @public
316
- export interface ClientConfig {
317
- maxKeepAliveSeconds?: number;
318
- maxMessageExpirySeconds?: number;
319
- maxPacketSizeBytes?: number;
320
- maxReceiveMaximum?: number;
321
- maxSessionExpirySeconds?: number;
322
- subscriberQueueLimit?: SubscriberQueueLimit;
323
- }
324
-
325
- // @public
326
- export type CloudEventAttributeType = string;
327
-
328
- // @public
329
- export type ContinuablePage<TElement, TPage = TElement[]> = TPage & {
330
- continuationToken?: string;
331
- };
332
-
333
- // @public
334
- export type CreatedByType = string;
335
-
336
- // @public
337
- export type DataExplorerAuthMethod = string;
338
-
339
- // @public
340
- export interface DataflowBuiltInTransformationDataset {
341
- description?: string;
342
- expression?: string;
343
- inputs: string[];
344
- key: string;
345
- schemaRef?: string;
346
- }
347
-
348
- // @public
349
- export interface DataflowBuiltInTransformationFilter {
350
- description?: string;
351
- expression: string;
352
- inputs: string[];
353
- type?: FilterType;
354
- }
355
-
356
- // @public
357
- export interface DataflowBuiltInTransformationMap {
358
- description?: string;
359
- expression?: string;
360
- inputs: string[];
361
- output: string;
362
- type?: DataflowMappingType;
363
- }
364
-
365
- // @public
366
- export interface DataflowBuiltInTransformationSettings {
367
- datasets?: DataflowBuiltInTransformationDataset[];
368
- filter?: DataflowBuiltInTransformationFilter[];
369
- map?: DataflowBuiltInTransformationMap[];
370
- schemaRef?: string;
371
- serializationFormat?: TransformationSerializationFormat;
372
- }
373
-
374
- // @public
375
- export interface DataflowCreateOrUpdateOptionalParams extends OperationOptions {
376
- updateIntervalInMs?: number;
377
- }
378
-
379
- // @public
380
- export interface DataflowDeleteOptionalParams extends OperationOptions {
381
- updateIntervalInMs?: number;
382
- }
383
-
384
- // @public
385
- export interface DataflowDestinationOperationSettings {
386
- dataDestination: string;
387
- endpointRef: string;
388
- }
389
-
390
- // @public
391
- export interface DataflowEndpointAuthenticationAccessToken {
392
- secretRef: string;
393
- }
394
-
395
- // @public
396
- export interface DataflowEndpointAuthenticationSasl {
397
- saslType: DataflowEndpointAuthenticationSaslType;
398
- secretRef: string;
399
- }
400
-
401
- // @public
402
- export type DataflowEndpointAuthenticationSaslType = string;
403
-
404
- // @public
405
- export interface DataflowEndpointAuthenticationServiceAccountToken {
406
- audience: string;
407
- }
408
-
409
- // @public
410
- export interface DataflowEndpointAuthenticationSystemAssignedManagedIdentity {
411
- audience?: string;
412
- }
413
-
414
- // @public
415
- export interface DataflowEndpointAuthenticationUserAssignedManagedIdentity {
416
- clientId: string;
417
- scope?: string;
418
- tenantId: string;
419
- }
420
-
421
- // @public
422
- export interface DataflowEndpointAuthenticationX509 {
423
- secretRef: string;
424
- }
425
-
426
- // @public
427
- export interface DataflowEndpointCreateOrUpdateOptionalParams extends OperationOptions {
428
- updateIntervalInMs?: number;
429
- }
430
-
431
- // @public
432
- export interface DataflowEndpointDataExplorer {
433
- authentication: DataflowEndpointDataExplorerAuthentication;
434
- batching?: BatchingConfiguration;
435
- database: string;
436
- host: string;
437
- }
438
-
439
- // @public
440
- export interface DataflowEndpointDataExplorerAuthentication {
441
- method: DataExplorerAuthMethod;
442
- systemAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationSystemAssignedManagedIdentity;
443
- userAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationUserAssignedManagedIdentity;
444
- }
445
-
446
- // @public
447
- export interface DataflowEndpointDataLakeStorage {
448
- authentication: DataflowEndpointDataLakeStorageAuthentication;
449
- batching?: BatchingConfiguration;
450
- host: string;
451
- }
452
-
453
- // @public
454
- export interface DataflowEndpointDataLakeStorageAuthentication {
455
- accessTokenSettings?: DataflowEndpointAuthenticationAccessToken;
456
- method: DataLakeStorageAuthMethod;
457
- systemAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationSystemAssignedManagedIdentity;
458
- userAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationUserAssignedManagedIdentity;
459
- }
460
-
461
- // @public
462
- export interface DataflowEndpointDeleteOptionalParams extends OperationOptions {
463
- updateIntervalInMs?: number;
464
- }
465
-
466
- // @public
467
- export interface DataflowEndpointFabricOneLake {
468
- authentication: DataflowEndpointFabricOneLakeAuthentication;
469
- batching?: BatchingConfiguration;
470
- host: string;
471
- names: DataflowEndpointFabricOneLakeNames;
472
- oneLakePathType: DataflowEndpointFabricPathType;
473
- }
474
-
475
- // @public
476
- export interface DataflowEndpointFabricOneLakeAuthentication {
477
- method: FabricOneLakeAuthMethod;
478
- systemAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationSystemAssignedManagedIdentity;
479
- userAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationUserAssignedManagedIdentity;
480
- }
481
-
482
- // @public
483
- export interface DataflowEndpointFabricOneLakeNames {
484
- lakehouseName: string;
485
- workspaceName: string;
486
- }
487
-
488
- // @public
489
- export type DataflowEndpointFabricPathType = string;
490
-
491
- // @public
492
- export interface DataflowEndpointGetOptionalParams extends OperationOptions {
493
- }
494
-
495
- // @public
496
- export interface DataflowEndpointKafka {
497
- authentication: DataflowEndpointKafkaAuthentication;
498
- batching?: DataflowEndpointKafkaBatching;
499
- cloudEventAttributes?: CloudEventAttributeType;
500
- compression?: DataflowEndpointKafkaCompression;
501
- consumerGroupId?: string;
502
- copyMqttProperties?: OperationalMode;
503
- host: string;
504
- kafkaAcks?: DataflowEndpointKafkaAcks;
505
- partitionStrategy?: DataflowEndpointKafkaPartitionStrategy;
506
- tls?: TlsProperties;
507
- }
508
-
509
- // @public
510
- export type DataflowEndpointKafkaAcks = string;
511
-
512
- // @public
513
- export interface DataflowEndpointKafkaAuthentication {
514
- method: KafkaAuthMethod;
515
- saslSettings?: DataflowEndpointAuthenticationSasl;
516
- systemAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationSystemAssignedManagedIdentity;
517
- userAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationUserAssignedManagedIdentity;
518
- x509CertificateSettings?: DataflowEndpointAuthenticationX509;
519
- }
520
-
521
- // @public
522
- export interface DataflowEndpointKafkaBatching {
523
- latencyMs?: number;
524
- maxBytes?: number;
525
- maxMessages?: number;
526
- mode?: OperationalMode;
527
- }
528
-
529
- // @public
530
- export type DataflowEndpointKafkaCompression = string;
531
-
532
- // @public
533
- export type DataflowEndpointKafkaPartitionStrategy = string;
534
-
535
- // @public
536
- export interface DataflowEndpointListByResourceGroupOptionalParams extends OperationOptions {
537
- }
538
-
539
- // @public
540
- export interface DataflowEndpointLocalStorage {
541
- persistentVolumeClaimRef: string;
542
- }
543
-
544
- // @public
545
- export interface DataflowEndpointMqtt {
546
- authentication: DataflowEndpointMqttAuthentication;
547
- clientIdPrefix?: string;
548
- cloudEventAttributes?: CloudEventAttributeType;
549
- host?: string;
550
- keepAliveSeconds?: number;
551
- maxInflightMessages?: number;
552
- protocol?: BrokerProtocolType;
553
- qos?: number;
554
- retain?: MqttRetainType;
555
- sessionExpirySeconds?: number;
556
- tls?: TlsProperties;
557
- }
558
-
559
- // @public
560
- export interface DataflowEndpointMqttAuthentication {
561
- method: MqttAuthMethod;
562
- serviceAccountTokenSettings?: DataflowEndpointAuthenticationServiceAccountToken;
563
- systemAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationSystemAssignedManagedIdentity;
564
- userAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationUserAssignedManagedIdentity;
565
- x509CertificateSettings?: DataflowEndpointAuthenticationX509;
566
- }
567
-
568
- // @public
569
- export interface DataflowEndpointOperations {
570
- createOrUpdate: (resourceGroupName: string, instanceName: string, dataflowEndpointName: string, resource: DataflowEndpointResource, options?: DataflowEndpointCreateOrUpdateOptionalParams) => PollerLike<OperationState<DataflowEndpointResource>, DataflowEndpointResource>;
571
- delete: (resourceGroupName: string, instanceName: string, dataflowEndpointName: string, options?: DataflowEndpointDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
572
- get: (resourceGroupName: string, instanceName: string, dataflowEndpointName: string, options?: DataflowEndpointGetOptionalParams) => Promise<DataflowEndpointResource>;
573
- listByResourceGroup: (resourceGroupName: string, instanceName: string, options?: DataflowEndpointListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<DataflowEndpointResource>;
574
- }
575
-
576
- // @public
577
- export interface DataflowEndpointProperties {
578
- dataExplorerSettings?: DataflowEndpointDataExplorer;
579
- dataLakeStorageSettings?: DataflowEndpointDataLakeStorage;
580
- endpointType: EndpointType;
581
- fabricOneLakeSettings?: DataflowEndpointFabricOneLake;
582
- kafkaSettings?: DataflowEndpointKafka;
583
- localStorageSettings?: DataflowEndpointLocalStorage;
584
- mqttSettings?: DataflowEndpointMqtt;
585
- readonly provisioningState?: ProvisioningState;
586
- }
587
-
588
- // @public
589
- export interface DataflowEndpointResource extends ProxyResource {
590
- extendedLocation: ExtendedLocation;
591
- properties?: DataflowEndpointProperties;
592
- }
593
-
594
- // @public
595
- export interface DataflowGetOptionalParams extends OperationOptions {
596
- }
597
-
598
- // @public
599
- export interface DataflowListByResourceGroupOptionalParams extends OperationOptions {
600
- }
601
-
602
- // @public
603
- export type DataflowMappingType = string;
604
-
605
- // @public
606
- export interface DataflowOperation {
607
- builtInTransformationSettings?: DataflowBuiltInTransformationSettings;
608
- destinationSettings?: DataflowDestinationOperationSettings;
609
- name?: string;
610
- operationType: OperationType;
611
- sourceSettings?: DataflowSourceOperationSettings;
612
- }
613
-
614
- // @public
615
- export interface DataflowOperations {
616
- createOrUpdate: (resourceGroupName: string, instanceName: string, dataflowProfileName: string, dataflowName: string, resource: DataflowResource, options?: DataflowCreateOrUpdateOptionalParams) => PollerLike<OperationState<DataflowResource>, DataflowResource>;
617
- delete: (resourceGroupName: string, instanceName: string, dataflowProfileName: string, dataflowName: string, options?: DataflowDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
618
- get: (resourceGroupName: string, instanceName: string, dataflowProfileName: string, dataflowName: string, options?: DataflowGetOptionalParams) => Promise<DataflowResource>;
619
- listByResourceGroup: (resourceGroupName: string, instanceName: string, dataflowProfileName: string, options?: DataflowListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<DataflowResource>;
620
- }
621
-
622
- // @public
623
- export interface DataflowProfileCreateOrUpdateOptionalParams extends OperationOptions {
624
- updateIntervalInMs?: number;
625
- }
626
-
627
- // @public
628
- export interface DataflowProfileDeleteOptionalParams extends OperationOptions {
629
- updateIntervalInMs?: number;
630
- }
631
-
632
- // @public
633
- export interface DataflowProfileGetOptionalParams extends OperationOptions {
634
- }
635
-
636
- // @public
637
- export interface DataflowProfileListByResourceGroupOptionalParams extends OperationOptions {
638
- }
639
-
640
- // @public
641
- export interface DataflowProfileOperations {
642
- createOrUpdate: (resourceGroupName: string, instanceName: string, dataflowProfileName: string, resource: DataflowProfileResource, options?: DataflowProfileCreateOrUpdateOptionalParams) => PollerLike<OperationState<DataflowProfileResource>, DataflowProfileResource>;
643
- delete: (resourceGroupName: string, instanceName: string, dataflowProfileName: string, options?: DataflowProfileDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
644
- get: (resourceGroupName: string, instanceName: string, dataflowProfileName: string, options?: DataflowProfileGetOptionalParams) => Promise<DataflowProfileResource>;
645
- listByResourceGroup: (resourceGroupName: string, instanceName: string, options?: DataflowProfileListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<DataflowProfileResource>;
646
- }
647
-
648
- // @public
649
- export interface DataflowProfileProperties {
650
- diagnostics?: ProfileDiagnostics;
651
- instanceCount?: number;
652
- readonly provisioningState?: ProvisioningState;
653
- }
654
-
655
- // @public
656
- export interface DataflowProfileResource extends ProxyResource {
657
- extendedLocation: ExtendedLocation;
658
- properties?: DataflowProfileProperties;
659
- }
660
-
661
- // @public
662
- export interface DataflowProperties {
663
- mode?: OperationalMode;
664
- operations: DataflowOperation[];
665
- readonly provisioningState?: ProvisioningState;
666
- }
667
-
668
- // @public
669
- export interface DataflowResource extends ProxyResource {
670
- extendedLocation: ExtendedLocation;
671
- properties?: DataflowProperties;
672
- }
673
-
674
- // @public
675
- export interface DataflowSourceOperationSettings {
676
- assetRef?: string;
677
- dataSources: string[];
678
- endpointRef: string;
679
- schemaRef?: string;
680
- serializationFormat?: SourceSerializationFormat;
681
- }
682
-
683
- // @public
684
- export type DataLakeStorageAuthMethod = string;
685
-
686
- // @public
687
- export interface DiagnosticsLogs {
688
- level?: string;
689
- }
690
-
691
- // @public
692
- export interface DiskBackedMessageBuffer {
693
- ephemeralVolumeClaimSpec?: VolumeClaimSpec;
694
- maxSize: string;
695
- persistentVolumeClaimSpec?: VolumeClaimSpec;
696
- }
697
-
698
- // @public
699
- export type EndpointType = string;
700
-
701
- // @public
702
- export interface ExtendedLocation {
703
- name: string;
704
- type: ExtendedLocationType;
705
- }
706
-
707
- // @public
708
- export type ExtendedLocationType = string;
709
-
710
- // @public
711
- export type FabricOneLakeAuthMethod = string;
712
-
713
- // @public
714
- export type FilterType = string;
715
-
716
- // @public
717
- export interface Frontend {
718
- replicas: number;
719
- workers?: number;
720
- }
721
-
722
- // @public
723
- export interface GenerateResourceLimits {
724
- cpu?: OperationalMode;
725
- }
726
-
727
- // @public
728
- export interface InstanceCreateOrUpdateOptionalParams extends OperationOptions {
729
- updateIntervalInMs?: number;
730
- }
731
-
732
- // @public
733
- export interface InstanceDeleteOptionalParams extends OperationOptions {
734
- updateIntervalInMs?: number;
735
- }
736
-
737
- // @public
738
- export interface InstanceGetOptionalParams extends OperationOptions {
739
- }
740
-
741
- // @public
742
- export interface InstanceListByResourceGroupOptionalParams extends OperationOptions {
743
- }
744
-
745
- // @public
746
- export interface InstanceListBySubscriptionOptionalParams extends OperationOptions {
747
- }
748
-
749
- // @public
750
- export interface InstanceOperations {
751
- createOrUpdate: (resourceGroupName: string, instanceName: string, resource: InstanceResource, options?: InstanceCreateOrUpdateOptionalParams) => PollerLike<OperationState<InstanceResource>, InstanceResource>;
752
- delete: (resourceGroupName: string, instanceName: string, options?: InstanceDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
753
- get: (resourceGroupName: string, instanceName: string, options?: InstanceGetOptionalParams) => Promise<InstanceResource>;
754
- listByResourceGroup: (resourceGroupName: string, options?: InstanceListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<InstanceResource>;
755
- listBySubscription: (options?: InstanceListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<InstanceResource>;
756
- update: (resourceGroupName: string, instanceName: string, properties: InstancePatchModel, options?: InstanceUpdateOptionalParams) => Promise<InstanceResource>;
757
- }
758
-
759
- // @public
760
- export interface InstancePatchModel {
761
- identity?: ManagedServiceIdentity;
762
- tags?: Record<string, string>;
763
- }
764
-
765
- // @public
766
- export interface InstanceProperties {
767
- description?: string;
768
- readonly provisioningState?: ProvisioningState;
769
- schemaRegistryRef: SchemaRegistryRef;
770
- readonly version?: string;
771
- }
772
-
773
- // @public
774
- export interface InstanceResource extends TrackedResource {
775
- extendedLocation: ExtendedLocation;
776
- identity?: ManagedServiceIdentity;
777
- properties?: InstanceProperties;
778
- }
779
-
780
- // @public
781
- export interface InstanceUpdateOptionalParams extends OperationOptions {
782
- }
783
-
784
- // @public (undocumented)
785
- export class IoTOperationsClient {
786
- constructor(credential: TokenCredential, subscriptionId: string, options?: IoTOperationsClientOptionalParams);
787
- readonly broker: BrokerOperations;
788
- readonly brokerAuthentication: BrokerAuthenticationOperations;
789
- readonly brokerAuthorization: BrokerAuthorizationOperations;
790
- readonly brokerListener: BrokerListenerOperations;
791
- readonly dataflow: DataflowOperations;
792
- readonly dataflowEndpoint: DataflowEndpointOperations;
793
- readonly dataflowProfile: DataflowProfileOperations;
794
- readonly instance: InstanceOperations;
795
- readonly operations: OperationsOperations;
796
- readonly pipeline: Pipeline;
797
- }
798
-
799
- // @public
800
- export interface IoTOperationsClientOptionalParams extends ClientOptions {
801
- apiVersion?: string;
802
- }
803
-
804
- // @public
805
- export type KafkaAuthMethod = string;
806
-
807
- // @public
808
- export enum KnownActionType {
809
- Internal = "Internal"
810
- }
811
-
812
- // @public
813
- export enum KnownBrokerAuthenticationMethod {
814
- Custom = "Custom",
815
- ServiceAccountToken = "ServiceAccountToken",
816
- X509 = "X509"
817
- }
818
-
819
- // @public
820
- export enum KnownBrokerMemoryProfile {
821
- High = "High",
822
- Low = "Low",
823
- Medium = "Medium",
824
- Tiny = "Tiny"
825
- }
826
-
827
- // @public
828
- export enum KnownBrokerProtocolType {
829
- Mqtt = "Mqtt",
830
- WebSockets = "WebSockets"
831
- }
832
-
833
- // @public
834
- export enum KnownBrokerResourceDefinitionMethods {
835
- Connect = "Connect",
836
- Publish = "Publish",
837
- Subscribe = "Subscribe"
838
- }
839
-
840
- // @public
841
- export enum KnownCertManagerIssuerKind {
842
- ClusterIssuer = "ClusterIssuer",
843
- Issuer = "Issuer"
844
- }
845
-
846
- // @public
847
- export enum KnownCloudEventAttributeType {
848
- CreateOrRemap = "CreateOrRemap",
849
- Propagate = "Propagate"
850
- }
851
-
852
- // @public
853
- export enum KnownCreatedByType {
854
- Application = "Application",
855
- Key = "Key",
856
- ManagedIdentity = "ManagedIdentity",
857
- User = "User"
858
- }
859
-
860
- // @public
861
- export enum KnownDataExplorerAuthMethod {
862
- SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
863
- UserAssignedManagedIdentity = "UserAssignedManagedIdentity"
864
- }
865
-
866
- // @public
867
- export enum KnownDataflowEndpointAuthenticationSaslType {
868
- Plain = "Plain",
869
- ScramSha256 = "ScramSha256",
870
- ScramSha512 = "ScramSha512"
871
- }
872
-
873
- // @public
874
- export enum KnownDataflowEndpointFabricPathType {
875
- Files = "Files",
876
- Tables = "Tables"
877
- }
878
-
879
- // @public
880
- export enum KnownDataflowEndpointKafkaAcks {
881
- All = "All",
882
- One = "One",
883
- Zero = "Zero"
884
- }
885
-
886
- // @public
887
- export enum KnownDataflowEndpointKafkaCompression {
888
- Gzip = "Gzip",
889
- Lz4 = "Lz4",
890
- None = "None",
891
- Snappy = "Snappy"
892
- }
893
-
894
- // @public
895
- export enum KnownDataflowEndpointKafkaPartitionStrategy {
896
- Default = "Default",
897
- Property = "Property",
898
- Static = "Static",
899
- Topic = "Topic"
900
- }
901
-
902
- // @public
903
- export enum KnownDataflowMappingType {
904
- BuiltInFunction = "BuiltInFunction",
905
- Compute = "Compute",
906
- NewProperties = "NewProperties",
907
- PassThrough = "PassThrough",
908
- Rename = "Rename"
909
- }
910
-
911
- // @public
912
- export enum KnownDataLakeStorageAuthMethod {
913
- AccessToken = "AccessToken",
914
- SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
915
- UserAssignedManagedIdentity = "UserAssignedManagedIdentity"
916
- }
917
-
918
- // @public
919
- export enum KnownEndpointType {
920
- DataExplorer = "DataExplorer",
921
- DataLakeStorage = "DataLakeStorage",
922
- FabricOneLake = "FabricOneLake",
923
- Kafka = "Kafka",
924
- LocalStorage = "LocalStorage",
925
- Mqtt = "Mqtt"
926
- }
927
-
928
- // @public
929
- export enum KnownExtendedLocationType {
930
- CustomLocation = "CustomLocation"
931
- }
932
-
933
- // @public
934
- export enum KnownFabricOneLakeAuthMethod {
935
- SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
936
- UserAssignedManagedIdentity = "UserAssignedManagedIdentity"
937
- }
938
-
939
- // @public
940
- export enum KnownFilterType {
941
- Filter = "Filter"
942
- }
943
-
944
- // @public
945
- export enum KnownKafkaAuthMethod {
946
- Anonymous = "Anonymous",
947
- Sasl = "Sasl",
948
- SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
949
- UserAssignedManagedIdentity = "UserAssignedManagedIdentity",
950
- X509Certificate = "X509Certificate"
951
- }
952
-
953
- // @public
954
- export enum KnownManagedServiceIdentityType {
955
- None = "None",
956
- SystemAssigned = "SystemAssigned",
957
- SystemAssignedUserAssigned = "SystemAssigned,UserAssigned",
958
- UserAssigned = "UserAssigned"
959
- }
960
-
961
- // @public
962
- export enum KnownMqttAuthMethod {
963
- Anonymous = "Anonymous",
964
- ServiceAccountToken = "ServiceAccountToken",
965
- SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
966
- UserAssignedManagedIdentity = "UserAssignedManagedIdentity",
967
- X509Certificate = "X509Certificate"
968
- }
969
-
970
- // @public
971
- export enum KnownMqttRetainType {
972
- Keep = "Keep",
973
- Never = "Never"
974
- }
975
-
976
- // @public
977
- export enum KnownOperationalMode {
978
- Disabled = "Disabled",
979
- Enabled = "Enabled"
980
- }
981
-
982
- // @public
983
- export enum KnownOperationType {
984
- BuiltInTransformation = "BuiltInTransformation",
985
- Destination = "Destination",
986
- Source = "Source"
987
- }
988
-
989
- // @public
990
- export enum KnownOperatorValues {
991
- DoesNotExist = "DoesNotExist",
992
- Exists = "Exists",
993
- In = "In",
994
- NotIn = "NotIn"
995
- }
996
-
997
- // @public
998
- export enum KnownOrigin {
999
- System = "system",
1000
- User = "user",
1001
- UserSystem = "user,system"
1002
- }
1003
-
1004
- // @public
1005
- export enum KnownPrivateKeyAlgorithm {
1006
- Ec256 = "Ec256",
1007
- Ec384 = "Ec384",
1008
- Ec521 = "Ec521",
1009
- Ed25519 = "Ed25519",
1010
- Rsa2048 = "Rsa2048",
1011
- Rsa4096 = "Rsa4096",
1012
- Rsa8192 = "Rsa8192"
1013
- }
1014
-
1015
- // @public
1016
- export enum KnownPrivateKeyRotationPolicy {
1017
- Always = "Always",
1018
- Never = "Never"
1019
- }
1020
-
1021
- // @public
1022
- export enum KnownProvisioningState {
1023
- Accepted = "Accepted",
1024
- Canceled = "Canceled",
1025
- Deleting = "Deleting",
1026
- Failed = "Failed",
1027
- Provisioning = "Provisioning",
1028
- Succeeded = "Succeeded",
1029
- Updating = "Updating"
1030
- }
1031
-
1032
- // @public
1033
- export enum KnownServiceType {
1034
- ClusterIp = "ClusterIp",
1035
- LoadBalancer = "LoadBalancer",
1036
- NodePort = "NodePort"
1037
- }
1038
-
1039
- // @public
1040
- export enum KnownSourceSerializationFormat {
1041
- Json = "Json"
1042
- }
1043
-
1044
- // @public
1045
- export enum KnownStateStoreResourceDefinitionMethods {
1046
- Read = "Read",
1047
- ReadWrite = "ReadWrite",
1048
- Write = "Write"
1049
- }
1050
-
1051
- // @public
1052
- export enum KnownStateStoreResourceKeyTypes {
1053
- Binary = "Binary",
1054
- Pattern = "Pattern",
1055
- String = "String"
1056
- }
1057
-
1058
- // @public
1059
- export enum KnownSubscriberMessageDropStrategy {
1060
- DropOldest = "DropOldest",
1061
- None = "None"
1062
- }
1063
-
1064
- // @public
1065
- export enum KnownTlsCertMethodMode {
1066
- Automatic = "Automatic",
1067
- Manual = "Manual"
1068
- }
1069
-
1070
- // @public
1071
- export enum KnownTransformationSerializationFormat {
1072
- Delta = "Delta",
1073
- Json = "Json",
1074
- Parquet = "Parquet"
1075
- }
1076
-
1077
- // @public
1078
- export enum KnownVersions {
1079
- "V2024-11-01" = "2024-11-01"
1080
- }
1081
-
1082
- // @public
1083
- export interface KubernetesReference {
1084
- apiGroup?: string;
1085
- kind: string;
1086
- name: string;
1087
- namespace?: string;
1088
- }
1089
-
1090
- // @public
1091
- export interface ListenerPort {
1092
- authenticationRef?: string;
1093
- authorizationRef?: string;
1094
- nodePort?: number;
1095
- port: number;
1096
- protocol?: BrokerProtocolType;
1097
- tls?: TlsCertMethod;
1098
- }
1099
-
1100
- // @public
1101
- export interface LocalKubernetesReference {
1102
- apiGroup?: string;
1103
- kind: string;
1104
- name: string;
1105
- }
1106
-
1107
- // @public
1108
- export interface ManagedServiceIdentity {
1109
- readonly principalId?: string;
1110
- readonly tenantId?: string;
1111
- type: ManagedServiceIdentityType;
1112
- userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;
1113
- }
1114
-
1115
- // @public
1116
- export type ManagedServiceIdentityType = string;
1117
-
1118
- // @public
1119
- export interface Metrics {
1120
- prometheusPort?: number;
1121
- }
1122
-
1123
- // @public
1124
- export type MqttAuthMethod = string;
1125
-
1126
- // @public
1127
- export type MqttRetainType = string;
1128
-
1129
- // @public
1130
- export interface Operation {
1131
- actionType?: ActionType;
1132
- readonly display?: OperationDisplay;
1133
- readonly isDataAction?: boolean;
1134
- readonly name?: string;
1135
- readonly origin?: Origin;
1136
- }
1137
-
1138
- // @public
1139
- export type OperationalMode = string;
1140
-
1141
- // @public
1142
- export interface OperationDisplay {
1143
- readonly description?: string;
1144
- readonly operation?: string;
1145
- readonly provider?: string;
1146
- readonly resource?: string;
1147
- }
1148
-
1149
- // @public
1150
- export interface OperationsListOptionalParams extends OperationOptions {
1151
- }
1152
-
1153
- // @public
1154
- export interface OperationsOperations {
1155
- list: (options?: OperationsListOptionalParams) => PagedAsyncIterableIterator<Operation>;
1156
- }
1157
-
1158
- // @public
1159
- export type OperationType = string;
1160
-
1161
- // @public
1162
- export type OperatorValues = string;
1163
-
1164
- // @public
1165
- export type Origin = string;
1166
-
1167
- // @public
1168
- export interface PagedAsyncIterableIterator<TElement, TPage = TElement[], TPageSettings extends PageSettings = PageSettings> {
1169
- [Symbol.asyncIterator](): PagedAsyncIterableIterator<TElement, TPage, TPageSettings>;
1170
- byPage: (settings?: TPageSettings) => AsyncIterableIterator<ContinuablePage<TElement, TPage>>;
1171
- next(): Promise<IteratorResult<TElement>>;
1172
- }
1173
-
1174
- // @public
1175
- export interface PageSettings {
1176
- continuationToken?: string;
1177
- }
1178
-
1179
- // @public
1180
- export interface PrincipalDefinition {
1181
- attributes?: Record<string, string>[];
1182
- clientIds?: string[];
1183
- usernames?: string[];
1184
- }
1185
-
1186
- // @public
1187
- export type PrivateKeyAlgorithm = string;
1188
-
1189
- // @public
1190
- export type PrivateKeyRotationPolicy = string;
1191
-
1192
- // @public
1193
- export interface ProfileDiagnostics {
1194
- logs?: DiagnosticsLogs;
1195
- metrics?: Metrics;
1196
- }
1197
-
1198
- // @public
1199
- export type ProvisioningState = string;
1200
-
1201
- // @public
1202
- export interface ProxyResource extends Resource {
1203
- }
1204
-
1205
- // @public
1206
- export interface Resource {
1207
- readonly id?: string;
1208
- readonly name?: string;
1209
- readonly systemData?: SystemData;
1210
- readonly type?: string;
1211
- }
1212
-
1213
- // @public
1214
- export function restorePoller<TResponse extends PathUncheckedResponse, TResult>(client: IoTOperationsClient, serializedState: string, sourceOperation: (...args: any[]) => PollerLike<OperationState<TResult>, TResult>, options?: RestorePollerOptions<TResult>): PollerLike<OperationState<TResult>, TResult>;
1215
-
1216
- // @public (undocumented)
1217
- export interface RestorePollerOptions<TResult, TResponse extends PathUncheckedResponse = PathUncheckedResponse> extends OperationOptions {
1218
- abortSignal?: AbortSignalLike;
1219
- processResponseBody?: (result: TResponse) => Promise<TResult>;
1220
- updateIntervalInMs?: number;
1221
- }
1222
-
1223
- // @public
1224
- export interface SanForCert {
1225
- dns: string[];
1226
- ip: string[];
1227
- }
1228
-
1229
- // @public
1230
- export interface SchemaRegistryRef {
1231
- resourceId: string;
1232
- }
1233
-
1234
- // @public
1235
- export interface SelfCheck {
1236
- intervalSeconds?: number;
1237
- mode?: OperationalMode;
1238
- timeoutSeconds?: number;
1239
- }
1240
-
1241
- // @public
1242
- export interface SelfTracing {
1243
- intervalSeconds?: number;
1244
- mode?: OperationalMode;
1245
- }
1246
-
1247
- // @public
1248
- export type ServiceType = string;
1249
-
1250
- // @public
1251
- export type SourceSerializationFormat = string;
1252
-
1253
- // @public
1254
- export type StateStoreResourceDefinitionMethods = string;
1255
-
1256
- // @public
1257
- export type StateStoreResourceKeyTypes = string;
1258
-
1259
- // @public
1260
- export interface StateStoreResourceRule {
1261
- keys: string[];
1262
- keyType: StateStoreResourceKeyTypes;
1263
- method: StateStoreResourceDefinitionMethods;
1264
- }
1265
-
1266
- // @public
1267
- export type SubscriberMessageDropStrategy = string;
1268
-
1269
- // @public
1270
- export interface SubscriberQueueLimit {
1271
- length?: number;
1272
- strategy?: SubscriberMessageDropStrategy;
1273
- }
1274
-
1275
- // @public
1276
- export interface SystemData {
1277
- createdAt?: Date;
1278
- createdBy?: string;
1279
- createdByType?: CreatedByType;
1280
- lastModifiedAt?: Date;
1281
- lastModifiedBy?: string;
1282
- lastModifiedByType?: CreatedByType;
1283
- }
1284
-
1285
- // @public
1286
- export interface TlsCertMethod {
1287
- certManagerCertificateSpec?: CertManagerCertificateSpec;
1288
- manual?: X509ManualCertificate;
1289
- mode: TlsCertMethodMode;
1290
- }
1291
-
1292
- // @public
1293
- export type TlsCertMethodMode = string;
1294
-
1295
- // @public
1296
- export interface TlsProperties {
1297
- mode?: OperationalMode;
1298
- trustedCaCertificateConfigMapRef?: string;
1299
- }
1300
-
1301
- // @public
1302
- export interface Traces {
1303
- cacheSizeMegabytes?: number;
1304
- mode?: OperationalMode;
1305
- selfTracing?: SelfTracing;
1306
- spanChannelCapacity?: number;
1307
- }
1308
-
1309
- // @public
1310
- export interface TrackedResource extends Resource {
1311
- location: string;
1312
- tags?: Record<string, string>;
1313
- }
1314
-
1315
- // @public
1316
- export type TransformationSerializationFormat = string;
1317
-
1318
- // @public
1319
- export interface UserAssignedIdentity {
1320
- readonly clientId?: string;
1321
- readonly principalId?: string;
1322
- }
1323
-
1324
- // @public
1325
- export interface VolumeClaimResourceRequirements {
1326
- limits?: Record<string, string>;
1327
- requests?: Record<string, string>;
1328
- }
1329
-
1330
- // @public
1331
- export interface VolumeClaimSpec {
1332
- accessModes?: string[];
1333
- dataSource?: LocalKubernetesReference;
1334
- dataSourceRef?: KubernetesReference;
1335
- resources?: VolumeClaimResourceRequirements;
1336
- selector?: VolumeClaimSpecSelector;
1337
- storageClassName?: string;
1338
- volumeMode?: string;
1339
- volumeName?: string;
1340
- }
1341
-
1342
- // @public
1343
- export interface VolumeClaimSpecSelector {
1344
- matchExpressions?: VolumeClaimSpecSelectorMatchExpressions[];
1345
- matchLabels?: Record<string, string>;
1346
- }
1347
-
1348
- // @public
1349
- export interface VolumeClaimSpecSelectorMatchExpressions {
1350
- key: string;
1351
- operator: OperatorValues;
1352
- values?: string[];
1353
- }
1354
-
1355
- // @public
1356
- export interface X509ManualCertificate {
1357
- secretRef: string;
1358
- }
1359
-
1360
- // (No @packageDocumentation comment for this package)
1361
-
1362
- ```
1
+ ## API Report File for "@azure/arm-iotoperations"
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 { AbortSignalLike } from '@azure/abort-controller';
8
+ import { ClientOptions } from '@azure-rest/core-client';
9
+ import { OperationOptions } from '@azure-rest/core-client';
10
+ import { OperationState } from '@azure/core-lro';
11
+ import { PathUncheckedResponse } from '@azure-rest/core-client';
12
+ import { Pipeline } from '@azure/core-rest-pipeline';
13
+ import { PollerLike } from '@azure/core-lro';
14
+ import { TokenCredential } from '@azure/core-auth';
15
+
16
+ // @public
17
+ export type ActionType = string;
18
+
19
+ // @public
20
+ export interface AdvancedSettings {
21
+ clients?: ClientConfig;
22
+ encryptInternalTraffic?: OperationalMode;
23
+ internalCerts?: CertManagerCertOptions;
24
+ }
25
+
26
+ // @public
27
+ export interface AuthorizationConfig {
28
+ cache?: OperationalMode;
29
+ rules?: AuthorizationRule[];
30
+ }
31
+
32
+ // @public
33
+ export interface AuthorizationRule {
34
+ brokerResources: BrokerResourceRule[];
35
+ principals: PrincipalDefinition;
36
+ stateStoreResources?: StateStoreResourceRule[];
37
+ }
38
+
39
+ // @public
40
+ export interface BackendChain {
41
+ partitions: number;
42
+ redundancyFactor: number;
43
+ workers?: number;
44
+ }
45
+
46
+ // @public
47
+ export interface BatchingConfiguration {
48
+ latencySeconds?: number;
49
+ maxMessages?: number;
50
+ }
51
+
52
+ // @public
53
+ export interface BrokerAuthenticationCreateOrUpdateOptionalParams extends OperationOptions {
54
+ updateIntervalInMs?: number;
55
+ }
56
+
57
+ // @public
58
+ export interface BrokerAuthenticationDeleteOptionalParams extends OperationOptions {
59
+ updateIntervalInMs?: number;
60
+ }
61
+
62
+ // @public
63
+ export interface BrokerAuthenticationGetOptionalParams extends OperationOptions {
64
+ }
65
+
66
+ // @public
67
+ export interface BrokerAuthenticationListByResourceGroupOptionalParams extends OperationOptions {
68
+ }
69
+
70
+ // @public
71
+ export type BrokerAuthenticationMethod = string;
72
+
73
+ // @public
74
+ export interface BrokerAuthenticationOperations {
75
+ createOrUpdate: (resourceGroupName: string, instanceName: string, brokerName: string, authenticationName: string, resource: BrokerAuthenticationResource, options?: BrokerAuthenticationCreateOrUpdateOptionalParams) => PollerLike<OperationState<BrokerAuthenticationResource>, BrokerAuthenticationResource>;
76
+ delete: (resourceGroupName: string, instanceName: string, brokerName: string, authenticationName: string, options?: BrokerAuthenticationDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
77
+ get: (resourceGroupName: string, instanceName: string, brokerName: string, authenticationName: string, options?: BrokerAuthenticationGetOptionalParams) => Promise<BrokerAuthenticationResource>;
78
+ listByResourceGroup: (resourceGroupName: string, instanceName: string, brokerName: string, options?: BrokerAuthenticationListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<BrokerAuthenticationResource>;
79
+ }
80
+
81
+ // @public
82
+ export interface BrokerAuthenticationProperties {
83
+ authenticationMethods: BrokerAuthenticatorMethods[];
84
+ readonly provisioningState?: ProvisioningState;
85
+ }
86
+
87
+ // @public
88
+ export interface BrokerAuthenticationResource extends ProxyResource {
89
+ extendedLocation: ExtendedLocation;
90
+ properties?: BrokerAuthenticationProperties;
91
+ }
92
+
93
+ // @public
94
+ export interface BrokerAuthenticatorCustomAuth {
95
+ x509: X509ManualCertificate;
96
+ }
97
+
98
+ // @public
99
+ export interface BrokerAuthenticatorMethodCustom {
100
+ auth?: BrokerAuthenticatorCustomAuth;
101
+ caCertConfigMap?: string;
102
+ endpoint: string;
103
+ headers?: Record<string, string>;
104
+ }
105
+
106
+ // @public
107
+ export interface BrokerAuthenticatorMethods {
108
+ customSettings?: BrokerAuthenticatorMethodCustom;
109
+ method: BrokerAuthenticationMethod;
110
+ serviceAccountTokenSettings?: BrokerAuthenticatorMethodSat;
111
+ x509Settings?: BrokerAuthenticatorMethodX509;
112
+ }
113
+
114
+ // @public
115
+ export interface BrokerAuthenticatorMethodSat {
116
+ audiences: string[];
117
+ }
118
+
119
+ // @public
120
+ export interface BrokerAuthenticatorMethodX509 {
121
+ authorizationAttributes?: Record<string, BrokerAuthenticatorMethodX509Attributes>;
122
+ trustedClientCaCert?: string;
123
+ }
124
+
125
+ // @public
126
+ export interface BrokerAuthenticatorMethodX509Attributes {
127
+ attributes: Record<string, string>;
128
+ subject: string;
129
+ }
130
+
131
+ // @public
132
+ export interface BrokerAuthorizationCreateOrUpdateOptionalParams extends OperationOptions {
133
+ updateIntervalInMs?: number;
134
+ }
135
+
136
+ // @public
137
+ export interface BrokerAuthorizationDeleteOptionalParams extends OperationOptions {
138
+ updateIntervalInMs?: number;
139
+ }
140
+
141
+ // @public
142
+ export interface BrokerAuthorizationGetOptionalParams extends OperationOptions {
143
+ }
144
+
145
+ // @public
146
+ export interface BrokerAuthorizationListByResourceGroupOptionalParams extends OperationOptions {
147
+ }
148
+
149
+ // @public
150
+ export interface BrokerAuthorizationOperations {
151
+ createOrUpdate: (resourceGroupName: string, instanceName: string, brokerName: string, authorizationName: string, resource: BrokerAuthorizationResource, options?: BrokerAuthorizationCreateOrUpdateOptionalParams) => PollerLike<OperationState<BrokerAuthorizationResource>, BrokerAuthorizationResource>;
152
+ delete: (resourceGroupName: string, instanceName: string, brokerName: string, authorizationName: string, options?: BrokerAuthorizationDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
153
+ get: (resourceGroupName: string, instanceName: string, brokerName: string, authorizationName: string, options?: BrokerAuthorizationGetOptionalParams) => Promise<BrokerAuthorizationResource>;
154
+ listByResourceGroup: (resourceGroupName: string, instanceName: string, brokerName: string, options?: BrokerAuthorizationListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<BrokerAuthorizationResource>;
155
+ }
156
+
157
+ // @public
158
+ export interface BrokerAuthorizationProperties {
159
+ authorizationPolicies: AuthorizationConfig;
160
+ readonly provisioningState?: ProvisioningState;
161
+ }
162
+
163
+ // @public
164
+ export interface BrokerAuthorizationResource extends ProxyResource {
165
+ extendedLocation: ExtendedLocation;
166
+ properties?: BrokerAuthorizationProperties;
167
+ }
168
+
169
+ // @public
170
+ export interface BrokerCreateOrUpdateOptionalParams extends OperationOptions {
171
+ updateIntervalInMs?: number;
172
+ }
173
+
174
+ // @public
175
+ export interface BrokerDeleteOptionalParams extends OperationOptions {
176
+ updateIntervalInMs?: number;
177
+ }
178
+
179
+ // @public
180
+ export interface BrokerDiagnostics {
181
+ logs?: DiagnosticsLogs;
182
+ metrics?: Metrics;
183
+ selfCheck?: SelfCheck;
184
+ traces?: Traces;
185
+ }
186
+
187
+ // @public
188
+ export interface BrokerGetOptionalParams extends OperationOptions {
189
+ }
190
+
191
+ // @public
192
+ export interface BrokerListByResourceGroupOptionalParams extends OperationOptions {
193
+ }
194
+
195
+ // @public
196
+ export interface BrokerListenerCreateOrUpdateOptionalParams extends OperationOptions {
197
+ updateIntervalInMs?: number;
198
+ }
199
+
200
+ // @public
201
+ export interface BrokerListenerDeleteOptionalParams extends OperationOptions {
202
+ updateIntervalInMs?: number;
203
+ }
204
+
205
+ // @public
206
+ export interface BrokerListenerGetOptionalParams extends OperationOptions {
207
+ }
208
+
209
+ // @public
210
+ export interface BrokerListenerListByResourceGroupOptionalParams extends OperationOptions {
211
+ }
212
+
213
+ // @public
214
+ export interface BrokerListenerOperations {
215
+ createOrUpdate: (resourceGroupName: string, instanceName: string, brokerName: string, listenerName: string, resource: BrokerListenerResource, options?: BrokerListenerCreateOrUpdateOptionalParams) => PollerLike<OperationState<BrokerListenerResource>, BrokerListenerResource>;
216
+ delete: (resourceGroupName: string, instanceName: string, brokerName: string, listenerName: string, options?: BrokerListenerDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
217
+ get: (resourceGroupName: string, instanceName: string, brokerName: string, listenerName: string, options?: BrokerListenerGetOptionalParams) => Promise<BrokerListenerResource>;
218
+ listByResourceGroup: (resourceGroupName: string, instanceName: string, brokerName: string, options?: BrokerListenerListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<BrokerListenerResource>;
219
+ }
220
+
221
+ // @public
222
+ export interface BrokerListenerProperties {
223
+ ports: ListenerPort[];
224
+ readonly provisioningState?: ProvisioningState;
225
+ serviceName?: string;
226
+ serviceType?: ServiceType;
227
+ }
228
+
229
+ // @public
230
+ export interface BrokerListenerResource extends ProxyResource {
231
+ extendedLocation: ExtendedLocation;
232
+ properties?: BrokerListenerProperties;
233
+ }
234
+
235
+ // @public
236
+ export type BrokerMemoryProfile = string;
237
+
238
+ // @public
239
+ export interface BrokerOperations {
240
+ createOrUpdate: (resourceGroupName: string, instanceName: string, brokerName: string, resource: BrokerResource, options?: BrokerCreateOrUpdateOptionalParams) => PollerLike<OperationState<BrokerResource>, BrokerResource>;
241
+ delete: (resourceGroupName: string, instanceName: string, brokerName: string, options?: BrokerDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
242
+ get: (resourceGroupName: string, instanceName: string, brokerName: string, options?: BrokerGetOptionalParams) => Promise<BrokerResource>;
243
+ listByResourceGroup: (resourceGroupName: string, instanceName: string, options?: BrokerListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<BrokerResource>;
244
+ }
245
+
246
+ // @public
247
+ export interface BrokerProperties {
248
+ advanced?: AdvancedSettings;
249
+ cardinality?: Cardinality;
250
+ diagnostics?: BrokerDiagnostics;
251
+ diskBackedMessageBuffer?: DiskBackedMessageBuffer;
252
+ generateResourceLimits?: GenerateResourceLimits;
253
+ memoryProfile?: BrokerMemoryProfile;
254
+ readonly provisioningState?: ProvisioningState;
255
+ }
256
+
257
+ // @public
258
+ export type BrokerProtocolType = string;
259
+
260
+ // @public
261
+ export interface BrokerResource extends ProxyResource {
262
+ extendedLocation: ExtendedLocation;
263
+ properties?: BrokerProperties;
264
+ }
265
+
266
+ // @public
267
+ export type BrokerResourceDefinitionMethods = string;
268
+
269
+ // @public
270
+ export interface BrokerResourceRule {
271
+ clientIds?: string[];
272
+ method: BrokerResourceDefinitionMethods;
273
+ topics?: string[];
274
+ }
275
+
276
+ // @public
277
+ export interface Cardinality {
278
+ backendChain: BackendChain;
279
+ frontend: Frontend;
280
+ }
281
+
282
+ // @public
283
+ export interface CertManagerCertificateSpec {
284
+ duration?: string;
285
+ issuerRef: CertManagerIssuerRef;
286
+ privateKey?: CertManagerPrivateKey;
287
+ renewBefore?: string;
288
+ san?: SanForCert;
289
+ secretName?: string;
290
+ }
291
+
292
+ // @public
293
+ export interface CertManagerCertOptions {
294
+ duration: string;
295
+ privateKey: CertManagerPrivateKey;
296
+ renewBefore: string;
297
+ }
298
+
299
+ // @public
300
+ export type CertManagerIssuerKind = string;
301
+
302
+ // @public
303
+ export interface CertManagerIssuerRef {
304
+ group: string;
305
+ kind: CertManagerIssuerKind;
306
+ name: string;
307
+ }
308
+
309
+ // @public
310
+ export interface CertManagerPrivateKey {
311
+ algorithm: PrivateKeyAlgorithm;
312
+ rotationPolicy: PrivateKeyRotationPolicy;
313
+ }
314
+
315
+ // @public
316
+ export interface ClientConfig {
317
+ maxKeepAliveSeconds?: number;
318
+ maxMessageExpirySeconds?: number;
319
+ maxPacketSizeBytes?: number;
320
+ maxReceiveMaximum?: number;
321
+ maxSessionExpirySeconds?: number;
322
+ subscriberQueueLimit?: SubscriberQueueLimit;
323
+ }
324
+
325
+ // @public
326
+ export type CloudEventAttributeType = string;
327
+
328
+ // @public
329
+ export type ContinuablePage<TElement, TPage = TElement[]> = TPage & {
330
+ continuationToken?: string;
331
+ };
332
+
333
+ // @public
334
+ export type CreatedByType = string;
335
+
336
+ // @public
337
+ export type DataExplorerAuthMethod = string;
338
+
339
+ // @public
340
+ export interface DataflowBuiltInTransformationDataset {
341
+ description?: string;
342
+ expression?: string;
343
+ inputs: string[];
344
+ key: string;
345
+ schemaRef?: string;
346
+ }
347
+
348
+ // @public
349
+ export interface DataflowBuiltInTransformationFilter {
350
+ description?: string;
351
+ expression: string;
352
+ inputs: string[];
353
+ type?: FilterType;
354
+ }
355
+
356
+ // @public
357
+ export interface DataflowBuiltInTransformationMap {
358
+ description?: string;
359
+ expression?: string;
360
+ inputs: string[];
361
+ output: string;
362
+ type?: DataflowMappingType;
363
+ }
364
+
365
+ // @public
366
+ export interface DataflowBuiltInTransformationSettings {
367
+ datasets?: DataflowBuiltInTransformationDataset[];
368
+ filter?: DataflowBuiltInTransformationFilter[];
369
+ map?: DataflowBuiltInTransformationMap[];
370
+ schemaRef?: string;
371
+ serializationFormat?: TransformationSerializationFormat;
372
+ }
373
+
374
+ // @public
375
+ export interface DataflowCreateOrUpdateOptionalParams extends OperationOptions {
376
+ updateIntervalInMs?: number;
377
+ }
378
+
379
+ // @public
380
+ export interface DataflowDeleteOptionalParams extends OperationOptions {
381
+ updateIntervalInMs?: number;
382
+ }
383
+
384
+ // @public
385
+ export interface DataflowDestinationOperationSettings {
386
+ dataDestination: string;
387
+ endpointRef: string;
388
+ }
389
+
390
+ // @public
391
+ export interface DataflowEndpointAuthenticationAccessToken {
392
+ secretRef: string;
393
+ }
394
+
395
+ // @public
396
+ export interface DataflowEndpointAuthenticationSasl {
397
+ saslType: DataflowEndpointAuthenticationSaslType;
398
+ secretRef: string;
399
+ }
400
+
401
+ // @public
402
+ export type DataflowEndpointAuthenticationSaslType = string;
403
+
404
+ // @public
405
+ export interface DataflowEndpointAuthenticationServiceAccountToken {
406
+ audience: string;
407
+ }
408
+
409
+ // @public
410
+ export interface DataflowEndpointAuthenticationSystemAssignedManagedIdentity {
411
+ audience?: string;
412
+ }
413
+
414
+ // @public
415
+ export interface DataflowEndpointAuthenticationUserAssignedManagedIdentity {
416
+ clientId: string;
417
+ scope?: string;
418
+ tenantId: string;
419
+ }
420
+
421
+ // @public
422
+ export interface DataflowEndpointAuthenticationX509 {
423
+ secretRef: string;
424
+ }
425
+
426
+ // @public
427
+ export interface DataflowEndpointCreateOrUpdateOptionalParams extends OperationOptions {
428
+ updateIntervalInMs?: number;
429
+ }
430
+
431
+ // @public
432
+ export interface DataflowEndpointDataExplorer {
433
+ authentication: DataflowEndpointDataExplorerAuthentication;
434
+ batching?: BatchingConfiguration;
435
+ database: string;
436
+ host: string;
437
+ }
438
+
439
+ // @public
440
+ export interface DataflowEndpointDataExplorerAuthentication {
441
+ method: DataExplorerAuthMethod;
442
+ systemAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationSystemAssignedManagedIdentity;
443
+ userAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationUserAssignedManagedIdentity;
444
+ }
445
+
446
+ // @public
447
+ export interface DataflowEndpointDataLakeStorage {
448
+ authentication: DataflowEndpointDataLakeStorageAuthentication;
449
+ batching?: BatchingConfiguration;
450
+ host: string;
451
+ }
452
+
453
+ // @public
454
+ export interface DataflowEndpointDataLakeStorageAuthentication {
455
+ accessTokenSettings?: DataflowEndpointAuthenticationAccessToken;
456
+ method: DataLakeStorageAuthMethod;
457
+ systemAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationSystemAssignedManagedIdentity;
458
+ userAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationUserAssignedManagedIdentity;
459
+ }
460
+
461
+ // @public
462
+ export interface DataflowEndpointDeleteOptionalParams extends OperationOptions {
463
+ updateIntervalInMs?: number;
464
+ }
465
+
466
+ // @public
467
+ export interface DataflowEndpointFabricOneLake {
468
+ authentication: DataflowEndpointFabricOneLakeAuthentication;
469
+ batching?: BatchingConfiguration;
470
+ host: string;
471
+ names: DataflowEndpointFabricOneLakeNames;
472
+ oneLakePathType: DataflowEndpointFabricPathType;
473
+ }
474
+
475
+ // @public
476
+ export interface DataflowEndpointFabricOneLakeAuthentication {
477
+ method: FabricOneLakeAuthMethod;
478
+ systemAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationSystemAssignedManagedIdentity;
479
+ userAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationUserAssignedManagedIdentity;
480
+ }
481
+
482
+ // @public
483
+ export interface DataflowEndpointFabricOneLakeNames {
484
+ lakehouseName: string;
485
+ workspaceName: string;
486
+ }
487
+
488
+ // @public
489
+ export type DataflowEndpointFabricPathType = string;
490
+
491
+ // @public
492
+ export interface DataflowEndpointGetOptionalParams extends OperationOptions {
493
+ }
494
+
495
+ // @public
496
+ export interface DataflowEndpointKafka {
497
+ authentication: DataflowEndpointKafkaAuthentication;
498
+ batching?: DataflowEndpointKafkaBatching;
499
+ cloudEventAttributes?: CloudEventAttributeType;
500
+ compression?: DataflowEndpointKafkaCompression;
501
+ consumerGroupId?: string;
502
+ copyMqttProperties?: OperationalMode;
503
+ host: string;
504
+ kafkaAcks?: DataflowEndpointKafkaAcks;
505
+ partitionStrategy?: DataflowEndpointKafkaPartitionStrategy;
506
+ tls?: TlsProperties;
507
+ }
508
+
509
+ // @public
510
+ export type DataflowEndpointKafkaAcks = string;
511
+
512
+ // @public
513
+ export interface DataflowEndpointKafkaAuthentication {
514
+ method: KafkaAuthMethod;
515
+ saslSettings?: DataflowEndpointAuthenticationSasl;
516
+ systemAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationSystemAssignedManagedIdentity;
517
+ userAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationUserAssignedManagedIdentity;
518
+ x509CertificateSettings?: DataflowEndpointAuthenticationX509;
519
+ }
520
+
521
+ // @public
522
+ export interface DataflowEndpointKafkaBatching {
523
+ latencyMs?: number;
524
+ maxBytes?: number;
525
+ maxMessages?: number;
526
+ mode?: OperationalMode;
527
+ }
528
+
529
+ // @public
530
+ export type DataflowEndpointKafkaCompression = string;
531
+
532
+ // @public
533
+ export type DataflowEndpointKafkaPartitionStrategy = string;
534
+
535
+ // @public
536
+ export interface DataflowEndpointListByResourceGroupOptionalParams extends OperationOptions {
537
+ }
538
+
539
+ // @public
540
+ export interface DataflowEndpointLocalStorage {
541
+ persistentVolumeClaimRef: string;
542
+ }
543
+
544
+ // @public
545
+ export interface DataflowEndpointMqtt {
546
+ authentication: DataflowEndpointMqttAuthentication;
547
+ clientIdPrefix?: string;
548
+ cloudEventAttributes?: CloudEventAttributeType;
549
+ host?: string;
550
+ keepAliveSeconds?: number;
551
+ maxInflightMessages?: number;
552
+ protocol?: BrokerProtocolType;
553
+ qos?: number;
554
+ retain?: MqttRetainType;
555
+ sessionExpirySeconds?: number;
556
+ tls?: TlsProperties;
557
+ }
558
+
559
+ // @public
560
+ export interface DataflowEndpointMqttAuthentication {
561
+ method: MqttAuthMethod;
562
+ serviceAccountTokenSettings?: DataflowEndpointAuthenticationServiceAccountToken;
563
+ systemAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationSystemAssignedManagedIdentity;
564
+ userAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationUserAssignedManagedIdentity;
565
+ x509CertificateSettings?: DataflowEndpointAuthenticationX509;
566
+ }
567
+
568
+ // @public
569
+ export interface DataflowEndpointOperations {
570
+ createOrUpdate: (resourceGroupName: string, instanceName: string, dataflowEndpointName: string, resource: DataflowEndpointResource, options?: DataflowEndpointCreateOrUpdateOptionalParams) => PollerLike<OperationState<DataflowEndpointResource>, DataflowEndpointResource>;
571
+ delete: (resourceGroupName: string, instanceName: string, dataflowEndpointName: string, options?: DataflowEndpointDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
572
+ get: (resourceGroupName: string, instanceName: string, dataflowEndpointName: string, options?: DataflowEndpointGetOptionalParams) => Promise<DataflowEndpointResource>;
573
+ listByResourceGroup: (resourceGroupName: string, instanceName: string, options?: DataflowEndpointListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<DataflowEndpointResource>;
574
+ }
575
+
576
+ // @public
577
+ export interface DataflowEndpointProperties {
578
+ dataExplorerSettings?: DataflowEndpointDataExplorer;
579
+ dataLakeStorageSettings?: DataflowEndpointDataLakeStorage;
580
+ endpointType: EndpointType;
581
+ fabricOneLakeSettings?: DataflowEndpointFabricOneLake;
582
+ kafkaSettings?: DataflowEndpointKafka;
583
+ localStorageSettings?: DataflowEndpointLocalStorage;
584
+ mqttSettings?: DataflowEndpointMqtt;
585
+ readonly provisioningState?: ProvisioningState;
586
+ }
587
+
588
+ // @public
589
+ export interface DataflowEndpointResource extends ProxyResource {
590
+ extendedLocation: ExtendedLocation;
591
+ properties?: DataflowEndpointProperties;
592
+ }
593
+
594
+ // @public
595
+ export interface DataflowGetOptionalParams extends OperationOptions {
596
+ }
597
+
598
+ // @public
599
+ export interface DataflowListByResourceGroupOptionalParams extends OperationOptions {
600
+ }
601
+
602
+ // @public
603
+ export type DataflowMappingType = string;
604
+
605
+ // @public
606
+ export interface DataflowOperation {
607
+ builtInTransformationSettings?: DataflowBuiltInTransformationSettings;
608
+ destinationSettings?: DataflowDestinationOperationSettings;
609
+ name?: string;
610
+ operationType: OperationType;
611
+ sourceSettings?: DataflowSourceOperationSettings;
612
+ }
613
+
614
+ // @public
615
+ export interface DataflowOperations {
616
+ createOrUpdate: (resourceGroupName: string, instanceName: string, dataflowProfileName: string, dataflowName: string, resource: DataflowResource, options?: DataflowCreateOrUpdateOptionalParams) => PollerLike<OperationState<DataflowResource>, DataflowResource>;
617
+ delete: (resourceGroupName: string, instanceName: string, dataflowProfileName: string, dataflowName: string, options?: DataflowDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
618
+ get: (resourceGroupName: string, instanceName: string, dataflowProfileName: string, dataflowName: string, options?: DataflowGetOptionalParams) => Promise<DataflowResource>;
619
+ listByResourceGroup: (resourceGroupName: string, instanceName: string, dataflowProfileName: string, options?: DataflowListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<DataflowResource>;
620
+ }
621
+
622
+ // @public
623
+ export interface DataflowProfileCreateOrUpdateOptionalParams extends OperationOptions {
624
+ updateIntervalInMs?: number;
625
+ }
626
+
627
+ // @public
628
+ export interface DataflowProfileDeleteOptionalParams extends OperationOptions {
629
+ updateIntervalInMs?: number;
630
+ }
631
+
632
+ // @public
633
+ export interface DataflowProfileGetOptionalParams extends OperationOptions {
634
+ }
635
+
636
+ // @public
637
+ export interface DataflowProfileListByResourceGroupOptionalParams extends OperationOptions {
638
+ }
639
+
640
+ // @public
641
+ export interface DataflowProfileOperations {
642
+ createOrUpdate: (resourceGroupName: string, instanceName: string, dataflowProfileName: string, resource: DataflowProfileResource, options?: DataflowProfileCreateOrUpdateOptionalParams) => PollerLike<OperationState<DataflowProfileResource>, DataflowProfileResource>;
643
+ delete: (resourceGroupName: string, instanceName: string, dataflowProfileName: string, options?: DataflowProfileDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
644
+ get: (resourceGroupName: string, instanceName: string, dataflowProfileName: string, options?: DataflowProfileGetOptionalParams) => Promise<DataflowProfileResource>;
645
+ listByResourceGroup: (resourceGroupName: string, instanceName: string, options?: DataflowProfileListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<DataflowProfileResource>;
646
+ }
647
+
648
+ // @public
649
+ export interface DataflowProfileProperties {
650
+ diagnostics?: ProfileDiagnostics;
651
+ instanceCount?: number;
652
+ readonly provisioningState?: ProvisioningState;
653
+ }
654
+
655
+ // @public
656
+ export interface DataflowProfileResource extends ProxyResource {
657
+ extendedLocation: ExtendedLocation;
658
+ properties?: DataflowProfileProperties;
659
+ }
660
+
661
+ // @public
662
+ export interface DataflowProperties {
663
+ mode?: OperationalMode;
664
+ operations: DataflowOperation[];
665
+ readonly provisioningState?: ProvisioningState;
666
+ }
667
+
668
+ // @public
669
+ export interface DataflowResource extends ProxyResource {
670
+ extendedLocation: ExtendedLocation;
671
+ properties?: DataflowProperties;
672
+ }
673
+
674
+ // @public
675
+ export interface DataflowSourceOperationSettings {
676
+ assetRef?: string;
677
+ dataSources: string[];
678
+ endpointRef: string;
679
+ schemaRef?: string;
680
+ serializationFormat?: SourceSerializationFormat;
681
+ }
682
+
683
+ // @public
684
+ export type DataLakeStorageAuthMethod = string;
685
+
686
+ // @public
687
+ export interface DiagnosticsLogs {
688
+ level?: string;
689
+ }
690
+
691
+ // @public
692
+ export interface DiskBackedMessageBuffer {
693
+ ephemeralVolumeClaimSpec?: VolumeClaimSpec;
694
+ maxSize: string;
695
+ persistentVolumeClaimSpec?: VolumeClaimSpec;
696
+ }
697
+
698
+ // @public
699
+ export type EndpointType = string;
700
+
701
+ // @public
702
+ export interface ExtendedLocation {
703
+ name: string;
704
+ type: ExtendedLocationType;
705
+ }
706
+
707
+ // @public
708
+ export type ExtendedLocationType = string;
709
+
710
+ // @public
711
+ export type FabricOneLakeAuthMethod = string;
712
+
713
+ // @public
714
+ export type FilterType = string;
715
+
716
+ // @public
717
+ export interface Frontend {
718
+ replicas: number;
719
+ workers?: number;
720
+ }
721
+
722
+ // @public
723
+ export interface GenerateResourceLimits {
724
+ cpu?: OperationalMode;
725
+ }
726
+
727
+ // @public
728
+ export interface InstanceCreateOrUpdateOptionalParams extends OperationOptions {
729
+ updateIntervalInMs?: number;
730
+ }
731
+
732
+ // @public
733
+ export interface InstanceDeleteOptionalParams extends OperationOptions {
734
+ updateIntervalInMs?: number;
735
+ }
736
+
737
+ // @public
738
+ export interface InstanceGetOptionalParams extends OperationOptions {
739
+ }
740
+
741
+ // @public
742
+ export interface InstanceListByResourceGroupOptionalParams extends OperationOptions {
743
+ }
744
+
745
+ // @public
746
+ export interface InstanceListBySubscriptionOptionalParams extends OperationOptions {
747
+ }
748
+
749
+ // @public
750
+ export interface InstanceOperations {
751
+ createOrUpdate: (resourceGroupName: string, instanceName: string, resource: InstanceResource, options?: InstanceCreateOrUpdateOptionalParams) => PollerLike<OperationState<InstanceResource>, InstanceResource>;
752
+ delete: (resourceGroupName: string, instanceName: string, options?: InstanceDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
753
+ get: (resourceGroupName: string, instanceName: string, options?: InstanceGetOptionalParams) => Promise<InstanceResource>;
754
+ listByResourceGroup: (resourceGroupName: string, options?: InstanceListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<InstanceResource>;
755
+ listBySubscription: (options?: InstanceListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<InstanceResource>;
756
+ update: (resourceGroupName: string, instanceName: string, properties: InstancePatchModel, options?: InstanceUpdateOptionalParams) => Promise<InstanceResource>;
757
+ }
758
+
759
+ // @public
760
+ export interface InstancePatchModel {
761
+ identity?: ManagedServiceIdentity;
762
+ tags?: Record<string, string>;
763
+ }
764
+
765
+ // @public
766
+ export interface InstanceProperties {
767
+ description?: string;
768
+ readonly provisioningState?: ProvisioningState;
769
+ schemaRegistryRef: SchemaRegistryRef;
770
+ readonly version?: string;
771
+ }
772
+
773
+ // @public
774
+ export interface InstanceResource extends TrackedResource {
775
+ extendedLocation: ExtendedLocation;
776
+ identity?: ManagedServiceIdentity;
777
+ properties?: InstanceProperties;
778
+ }
779
+
780
+ // @public
781
+ export interface InstanceUpdateOptionalParams extends OperationOptions {
782
+ }
783
+
784
+ // @public (undocumented)
785
+ export class IoTOperationsClient {
786
+ constructor(credential: TokenCredential, subscriptionId: string, options?: IoTOperationsClientOptionalParams);
787
+ readonly broker: BrokerOperations;
788
+ readonly brokerAuthentication: BrokerAuthenticationOperations;
789
+ readonly brokerAuthorization: BrokerAuthorizationOperations;
790
+ readonly brokerListener: BrokerListenerOperations;
791
+ readonly dataflow: DataflowOperations;
792
+ readonly dataflowEndpoint: DataflowEndpointOperations;
793
+ readonly dataflowProfile: DataflowProfileOperations;
794
+ readonly instance: InstanceOperations;
795
+ readonly operations: OperationsOperations;
796
+ readonly pipeline: Pipeline;
797
+ }
798
+
799
+ // @public
800
+ export interface IoTOperationsClientOptionalParams extends ClientOptions {
801
+ apiVersion?: string;
802
+ }
803
+
804
+ // @public
805
+ export type KafkaAuthMethod = string;
806
+
807
+ // @public
808
+ export enum KnownActionType {
809
+ Internal = "Internal"
810
+ }
811
+
812
+ // @public
813
+ export enum KnownBrokerAuthenticationMethod {
814
+ Custom = "Custom",
815
+ ServiceAccountToken = "ServiceAccountToken",
816
+ X509 = "X509"
817
+ }
818
+
819
+ // @public
820
+ export enum KnownBrokerMemoryProfile {
821
+ High = "High",
822
+ Low = "Low",
823
+ Medium = "Medium",
824
+ Tiny = "Tiny"
825
+ }
826
+
827
+ // @public
828
+ export enum KnownBrokerProtocolType {
829
+ Mqtt = "Mqtt",
830
+ WebSockets = "WebSockets"
831
+ }
832
+
833
+ // @public
834
+ export enum KnownBrokerResourceDefinitionMethods {
835
+ Connect = "Connect",
836
+ Publish = "Publish",
837
+ Subscribe = "Subscribe"
838
+ }
839
+
840
+ // @public
841
+ export enum KnownCertManagerIssuerKind {
842
+ ClusterIssuer = "ClusterIssuer",
843
+ Issuer = "Issuer"
844
+ }
845
+
846
+ // @public
847
+ export enum KnownCloudEventAttributeType {
848
+ CreateOrRemap = "CreateOrRemap",
849
+ Propagate = "Propagate"
850
+ }
851
+
852
+ // @public
853
+ export enum KnownCreatedByType {
854
+ Application = "Application",
855
+ Key = "Key",
856
+ ManagedIdentity = "ManagedIdentity",
857
+ User = "User"
858
+ }
859
+
860
+ // @public
861
+ export enum KnownDataExplorerAuthMethod {
862
+ SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
863
+ UserAssignedManagedIdentity = "UserAssignedManagedIdentity"
864
+ }
865
+
866
+ // @public
867
+ export enum KnownDataflowEndpointAuthenticationSaslType {
868
+ Plain = "Plain",
869
+ ScramSha256 = "ScramSha256",
870
+ ScramSha512 = "ScramSha512"
871
+ }
872
+
873
+ // @public
874
+ export enum KnownDataflowEndpointFabricPathType {
875
+ Files = "Files",
876
+ Tables = "Tables"
877
+ }
878
+
879
+ // @public
880
+ export enum KnownDataflowEndpointKafkaAcks {
881
+ All = "All",
882
+ One = "One",
883
+ Zero = "Zero"
884
+ }
885
+
886
+ // @public
887
+ export enum KnownDataflowEndpointKafkaCompression {
888
+ Gzip = "Gzip",
889
+ Lz4 = "Lz4",
890
+ None = "None",
891
+ Snappy = "Snappy"
892
+ }
893
+
894
+ // @public
895
+ export enum KnownDataflowEndpointKafkaPartitionStrategy {
896
+ Default = "Default",
897
+ Property = "Property",
898
+ Static = "Static",
899
+ Topic = "Topic"
900
+ }
901
+
902
+ // @public
903
+ export enum KnownDataflowMappingType {
904
+ BuiltInFunction = "BuiltInFunction",
905
+ Compute = "Compute",
906
+ NewProperties = "NewProperties",
907
+ PassThrough = "PassThrough",
908
+ Rename = "Rename"
909
+ }
910
+
911
+ // @public
912
+ export enum KnownDataLakeStorageAuthMethod {
913
+ AccessToken = "AccessToken",
914
+ SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
915
+ UserAssignedManagedIdentity = "UserAssignedManagedIdentity"
916
+ }
917
+
918
+ // @public
919
+ export enum KnownEndpointType {
920
+ DataExplorer = "DataExplorer",
921
+ DataLakeStorage = "DataLakeStorage",
922
+ FabricOneLake = "FabricOneLake",
923
+ Kafka = "Kafka",
924
+ LocalStorage = "LocalStorage",
925
+ Mqtt = "Mqtt"
926
+ }
927
+
928
+ // @public
929
+ export enum KnownExtendedLocationType {
930
+ CustomLocation = "CustomLocation"
931
+ }
932
+
933
+ // @public
934
+ export enum KnownFabricOneLakeAuthMethod {
935
+ SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
936
+ UserAssignedManagedIdentity = "UserAssignedManagedIdentity"
937
+ }
938
+
939
+ // @public
940
+ export enum KnownFilterType {
941
+ Filter = "Filter"
942
+ }
943
+
944
+ // @public
945
+ export enum KnownKafkaAuthMethod {
946
+ Anonymous = "Anonymous",
947
+ Sasl = "Sasl",
948
+ SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
949
+ UserAssignedManagedIdentity = "UserAssignedManagedIdentity",
950
+ X509Certificate = "X509Certificate"
951
+ }
952
+
953
+ // @public
954
+ export enum KnownManagedServiceIdentityType {
955
+ None = "None",
956
+ SystemAssigned = "SystemAssigned",
957
+ SystemAssignedUserAssigned = "SystemAssigned,UserAssigned",
958
+ UserAssigned = "UserAssigned"
959
+ }
960
+
961
+ // @public
962
+ export enum KnownMqttAuthMethod {
963
+ Anonymous = "Anonymous",
964
+ ServiceAccountToken = "ServiceAccountToken",
965
+ SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
966
+ UserAssignedManagedIdentity = "UserAssignedManagedIdentity",
967
+ X509Certificate = "X509Certificate"
968
+ }
969
+
970
+ // @public
971
+ export enum KnownMqttRetainType {
972
+ Keep = "Keep",
973
+ Never = "Never"
974
+ }
975
+
976
+ // @public
977
+ export enum KnownOperationalMode {
978
+ Disabled = "Disabled",
979
+ Enabled = "Enabled"
980
+ }
981
+
982
+ // @public
983
+ export enum KnownOperationType {
984
+ BuiltInTransformation = "BuiltInTransformation",
985
+ Destination = "Destination",
986
+ Source = "Source"
987
+ }
988
+
989
+ // @public
990
+ export enum KnownOperatorValues {
991
+ DoesNotExist = "DoesNotExist",
992
+ Exists = "Exists",
993
+ In = "In",
994
+ NotIn = "NotIn"
995
+ }
996
+
997
+ // @public
998
+ export enum KnownOrigin {
999
+ System = "system",
1000
+ User = "user",
1001
+ UserSystem = "user,system"
1002
+ }
1003
+
1004
+ // @public
1005
+ export enum KnownPrivateKeyAlgorithm {
1006
+ Ec256 = "Ec256",
1007
+ Ec384 = "Ec384",
1008
+ Ec521 = "Ec521",
1009
+ Ed25519 = "Ed25519",
1010
+ Rsa2048 = "Rsa2048",
1011
+ Rsa4096 = "Rsa4096",
1012
+ Rsa8192 = "Rsa8192"
1013
+ }
1014
+
1015
+ // @public
1016
+ export enum KnownPrivateKeyRotationPolicy {
1017
+ Always = "Always",
1018
+ Never = "Never"
1019
+ }
1020
+
1021
+ // @public
1022
+ export enum KnownProvisioningState {
1023
+ Accepted = "Accepted",
1024
+ Canceled = "Canceled",
1025
+ Deleting = "Deleting",
1026
+ Failed = "Failed",
1027
+ Provisioning = "Provisioning",
1028
+ Succeeded = "Succeeded",
1029
+ Updating = "Updating"
1030
+ }
1031
+
1032
+ // @public
1033
+ export enum KnownServiceType {
1034
+ ClusterIp = "ClusterIp",
1035
+ LoadBalancer = "LoadBalancer",
1036
+ NodePort = "NodePort"
1037
+ }
1038
+
1039
+ // @public
1040
+ export enum KnownSourceSerializationFormat {
1041
+ Json = "Json"
1042
+ }
1043
+
1044
+ // @public
1045
+ export enum KnownStateStoreResourceDefinitionMethods {
1046
+ Read = "Read",
1047
+ ReadWrite = "ReadWrite",
1048
+ Write = "Write"
1049
+ }
1050
+
1051
+ // @public
1052
+ export enum KnownStateStoreResourceKeyTypes {
1053
+ Binary = "Binary",
1054
+ Pattern = "Pattern",
1055
+ String = "String"
1056
+ }
1057
+
1058
+ // @public
1059
+ export enum KnownSubscriberMessageDropStrategy {
1060
+ DropOldest = "DropOldest",
1061
+ None = "None"
1062
+ }
1063
+
1064
+ // @public
1065
+ export enum KnownTlsCertMethodMode {
1066
+ Automatic = "Automatic",
1067
+ Manual = "Manual"
1068
+ }
1069
+
1070
+ // @public
1071
+ export enum KnownTransformationSerializationFormat {
1072
+ Delta = "Delta",
1073
+ Json = "Json",
1074
+ Parquet = "Parquet"
1075
+ }
1076
+
1077
+ // @public
1078
+ export enum KnownVersions {
1079
+ "V2024-11-01" = "2024-11-01"
1080
+ }
1081
+
1082
+ // @public
1083
+ export interface KubernetesReference {
1084
+ apiGroup?: string;
1085
+ kind: string;
1086
+ name: string;
1087
+ namespace?: string;
1088
+ }
1089
+
1090
+ // @public
1091
+ export interface ListenerPort {
1092
+ authenticationRef?: string;
1093
+ authorizationRef?: string;
1094
+ nodePort?: number;
1095
+ port: number;
1096
+ protocol?: BrokerProtocolType;
1097
+ tls?: TlsCertMethod;
1098
+ }
1099
+
1100
+ // @public
1101
+ export interface LocalKubernetesReference {
1102
+ apiGroup?: string;
1103
+ kind: string;
1104
+ name: string;
1105
+ }
1106
+
1107
+ // @public
1108
+ export interface ManagedServiceIdentity {
1109
+ readonly principalId?: string;
1110
+ readonly tenantId?: string;
1111
+ type: ManagedServiceIdentityType;
1112
+ userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;
1113
+ }
1114
+
1115
+ // @public
1116
+ export type ManagedServiceIdentityType = string;
1117
+
1118
+ // @public
1119
+ export interface Metrics {
1120
+ prometheusPort?: number;
1121
+ }
1122
+
1123
+ // @public
1124
+ export type MqttAuthMethod = string;
1125
+
1126
+ // @public
1127
+ export type MqttRetainType = string;
1128
+
1129
+ // @public
1130
+ export interface Operation {
1131
+ actionType?: ActionType;
1132
+ readonly display?: OperationDisplay;
1133
+ readonly isDataAction?: boolean;
1134
+ readonly name?: string;
1135
+ readonly origin?: Origin;
1136
+ }
1137
+
1138
+ // @public
1139
+ export type OperationalMode = string;
1140
+
1141
+ // @public
1142
+ export interface OperationDisplay {
1143
+ readonly description?: string;
1144
+ readonly operation?: string;
1145
+ readonly provider?: string;
1146
+ readonly resource?: string;
1147
+ }
1148
+
1149
+ // @public
1150
+ export interface OperationsListOptionalParams extends OperationOptions {
1151
+ }
1152
+
1153
+ // @public
1154
+ export interface OperationsOperations {
1155
+ list: (options?: OperationsListOptionalParams) => PagedAsyncIterableIterator<Operation>;
1156
+ }
1157
+
1158
+ // @public
1159
+ export type OperationType = string;
1160
+
1161
+ // @public
1162
+ export type OperatorValues = string;
1163
+
1164
+ // @public
1165
+ export type Origin = string;
1166
+
1167
+ // @public
1168
+ export interface PagedAsyncIterableIterator<TElement, TPage = TElement[], TPageSettings extends PageSettings = PageSettings> {
1169
+ [Symbol.asyncIterator](): PagedAsyncIterableIterator<TElement, TPage, TPageSettings>;
1170
+ byPage: (settings?: TPageSettings) => AsyncIterableIterator<ContinuablePage<TElement, TPage>>;
1171
+ next(): Promise<IteratorResult<TElement>>;
1172
+ }
1173
+
1174
+ // @public
1175
+ export interface PageSettings {
1176
+ continuationToken?: string;
1177
+ }
1178
+
1179
+ // @public
1180
+ export interface PrincipalDefinition {
1181
+ attributes?: Record<string, string>[];
1182
+ clientIds?: string[];
1183
+ usernames?: string[];
1184
+ }
1185
+
1186
+ // @public
1187
+ export type PrivateKeyAlgorithm = string;
1188
+
1189
+ // @public
1190
+ export type PrivateKeyRotationPolicy = string;
1191
+
1192
+ // @public
1193
+ export interface ProfileDiagnostics {
1194
+ logs?: DiagnosticsLogs;
1195
+ metrics?: Metrics;
1196
+ }
1197
+
1198
+ // @public
1199
+ export type ProvisioningState = string;
1200
+
1201
+ // @public
1202
+ export interface ProxyResource extends Resource {
1203
+ }
1204
+
1205
+ // @public
1206
+ export interface Resource {
1207
+ readonly id?: string;
1208
+ readonly name?: string;
1209
+ readonly systemData?: SystemData;
1210
+ readonly type?: string;
1211
+ }
1212
+
1213
+ // @public
1214
+ export function restorePoller<TResponse extends PathUncheckedResponse, TResult>(client: IoTOperationsClient, serializedState: string, sourceOperation: (...args: any[]) => PollerLike<OperationState<TResult>, TResult>, options?: RestorePollerOptions<TResult>): PollerLike<OperationState<TResult>, TResult>;
1215
+
1216
+ // @public (undocumented)
1217
+ export interface RestorePollerOptions<TResult, TResponse extends PathUncheckedResponse = PathUncheckedResponse> extends OperationOptions {
1218
+ abortSignal?: AbortSignalLike;
1219
+ processResponseBody?: (result: TResponse) => Promise<TResult>;
1220
+ updateIntervalInMs?: number;
1221
+ }
1222
+
1223
+ // @public
1224
+ export interface SanForCert {
1225
+ dns: string[];
1226
+ ip: string[];
1227
+ }
1228
+
1229
+ // @public
1230
+ export interface SchemaRegistryRef {
1231
+ resourceId: string;
1232
+ }
1233
+
1234
+ // @public
1235
+ export interface SelfCheck {
1236
+ intervalSeconds?: number;
1237
+ mode?: OperationalMode;
1238
+ timeoutSeconds?: number;
1239
+ }
1240
+
1241
+ // @public
1242
+ export interface SelfTracing {
1243
+ intervalSeconds?: number;
1244
+ mode?: OperationalMode;
1245
+ }
1246
+
1247
+ // @public
1248
+ export type ServiceType = string;
1249
+
1250
+ // @public
1251
+ export type SourceSerializationFormat = string;
1252
+
1253
+ // @public
1254
+ export type StateStoreResourceDefinitionMethods = string;
1255
+
1256
+ // @public
1257
+ export type StateStoreResourceKeyTypes = string;
1258
+
1259
+ // @public
1260
+ export interface StateStoreResourceRule {
1261
+ keys: string[];
1262
+ keyType: StateStoreResourceKeyTypes;
1263
+ method: StateStoreResourceDefinitionMethods;
1264
+ }
1265
+
1266
+ // @public
1267
+ export type SubscriberMessageDropStrategy = string;
1268
+
1269
+ // @public
1270
+ export interface SubscriberQueueLimit {
1271
+ length?: number;
1272
+ strategy?: SubscriberMessageDropStrategy;
1273
+ }
1274
+
1275
+ // @public
1276
+ export interface SystemData {
1277
+ createdAt?: Date;
1278
+ createdBy?: string;
1279
+ createdByType?: CreatedByType;
1280
+ lastModifiedAt?: Date;
1281
+ lastModifiedBy?: string;
1282
+ lastModifiedByType?: CreatedByType;
1283
+ }
1284
+
1285
+ // @public
1286
+ export interface TlsCertMethod {
1287
+ certManagerCertificateSpec?: CertManagerCertificateSpec;
1288
+ manual?: X509ManualCertificate;
1289
+ mode: TlsCertMethodMode;
1290
+ }
1291
+
1292
+ // @public
1293
+ export type TlsCertMethodMode = string;
1294
+
1295
+ // @public
1296
+ export interface TlsProperties {
1297
+ mode?: OperationalMode;
1298
+ trustedCaCertificateConfigMapRef?: string;
1299
+ }
1300
+
1301
+ // @public
1302
+ export interface Traces {
1303
+ cacheSizeMegabytes?: number;
1304
+ mode?: OperationalMode;
1305
+ selfTracing?: SelfTracing;
1306
+ spanChannelCapacity?: number;
1307
+ }
1308
+
1309
+ // @public
1310
+ export interface TrackedResource extends Resource {
1311
+ location: string;
1312
+ tags?: Record<string, string>;
1313
+ }
1314
+
1315
+ // @public
1316
+ export type TransformationSerializationFormat = string;
1317
+
1318
+ // @public
1319
+ export interface UserAssignedIdentity {
1320
+ readonly clientId?: string;
1321
+ readonly principalId?: string;
1322
+ }
1323
+
1324
+ // @public
1325
+ export interface VolumeClaimResourceRequirements {
1326
+ limits?: Record<string, string>;
1327
+ requests?: Record<string, string>;
1328
+ }
1329
+
1330
+ // @public
1331
+ export interface VolumeClaimSpec {
1332
+ accessModes?: string[];
1333
+ dataSource?: LocalKubernetesReference;
1334
+ dataSourceRef?: KubernetesReference;
1335
+ resources?: VolumeClaimResourceRequirements;
1336
+ selector?: VolumeClaimSpecSelector;
1337
+ storageClassName?: string;
1338
+ volumeMode?: string;
1339
+ volumeName?: string;
1340
+ }
1341
+
1342
+ // @public
1343
+ export interface VolumeClaimSpecSelector {
1344
+ matchExpressions?: VolumeClaimSpecSelectorMatchExpressions[];
1345
+ matchLabels?: Record<string, string>;
1346
+ }
1347
+
1348
+ // @public
1349
+ export interface VolumeClaimSpecSelectorMatchExpressions {
1350
+ key: string;
1351
+ operator: OperatorValues;
1352
+ values?: string[];
1353
+ }
1354
+
1355
+ // @public
1356
+ export interface X509ManualCertificate {
1357
+ secretRef: string;
1358
+ }
1359
+
1360
+ // (No @packageDocumentation comment for this package)
1361
+
1362
+ ```