@azure/arm-healthcareapis 3.1.1-alpha.20250618.1 → 3.1.1-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,1292 +1,1292 @@
1
- ## API Report File for "@azure/arm-healthcareapis"
2
-
3
- > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
-
5
- ```ts
6
-
7
- import * as coreAuth from '@azure/core-auth';
8
- import * as coreClient from '@azure/core-client';
9
- import { OperationState } from '@azure/core-lro';
10
- import { PagedAsyncIterableIterator } from '@azure/core-paging';
11
- import { SimplePollerLike } from '@azure/core-lro';
12
-
13
- // @public
14
- export type ActionType = string;
15
-
16
- // @public
17
- export interface CheckNameAvailabilityParameters {
18
- name: string;
19
- type: string;
20
- }
21
-
22
- // @public
23
- export interface CorsConfiguration {
24
- allowCredentials?: boolean;
25
- headers?: string[];
26
- maxAge?: number;
27
- methods?: string[];
28
- origins?: string[];
29
- }
30
-
31
- // @public
32
- export type CreatedByType = string;
33
-
34
- // @public
35
- export interface DicomService extends TaggedResource, ServiceManagedIdentity {
36
- authenticationConfiguration?: DicomServiceAuthenticationConfiguration;
37
- corsConfiguration?: CorsConfiguration;
38
- enableDataPartitions?: boolean;
39
- encryption?: Encryption;
40
- readonly eventState?: ServiceEventState;
41
- readonly privateEndpointConnections?: PrivateEndpointConnection[];
42
- readonly provisioningState?: ProvisioningState;
43
- publicNetworkAccess?: PublicNetworkAccess;
44
- readonly serviceUrl?: string;
45
- storageConfiguration?: StorageConfiguration;
46
- readonly systemData?: SystemData;
47
- }
48
-
49
- // @public
50
- export interface DicomServiceAuthenticationConfiguration {
51
- readonly audiences?: string[];
52
- readonly authority?: string;
53
- }
54
-
55
- // @public
56
- export interface DicomServiceCollection {
57
- nextLink?: string;
58
- value?: DicomService[];
59
- }
60
-
61
- // @public
62
- export interface DicomServicePatchResource extends ResourceTags, ServiceManagedIdentity {
63
- }
64
-
65
- // @public
66
- export interface DicomServices {
67
- beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, dicomServiceName: string, dicomservice: DicomService, options?: DicomServicesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DicomServicesCreateOrUpdateResponse>, DicomServicesCreateOrUpdateResponse>>;
68
- beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, dicomServiceName: string, dicomservice: DicomService, options?: DicomServicesCreateOrUpdateOptionalParams): Promise<DicomServicesCreateOrUpdateResponse>;
69
- beginDelete(resourceGroupName: string, dicomServiceName: string, workspaceName: string, options?: DicomServicesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
70
- beginDeleteAndWait(resourceGroupName: string, dicomServiceName: string, workspaceName: string, options?: DicomServicesDeleteOptionalParams): Promise<void>;
71
- beginUpdate(resourceGroupName: string, dicomServiceName: string, workspaceName: string, dicomservicePatchResource: DicomServicePatchResource, options?: DicomServicesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DicomServicesUpdateResponse>, DicomServicesUpdateResponse>>;
72
- beginUpdateAndWait(resourceGroupName: string, dicomServiceName: string, workspaceName: string, dicomservicePatchResource: DicomServicePatchResource, options?: DicomServicesUpdateOptionalParams): Promise<DicomServicesUpdateResponse>;
73
- get(resourceGroupName: string, workspaceName: string, dicomServiceName: string, options?: DicomServicesGetOptionalParams): Promise<DicomServicesGetResponse>;
74
- listByWorkspace(resourceGroupName: string, workspaceName: string, options?: DicomServicesListByWorkspaceOptionalParams): PagedAsyncIterableIterator<DicomService>;
75
- }
76
-
77
- // @public
78
- export interface DicomServicesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
79
- resumeFrom?: string;
80
- updateIntervalInMs?: number;
81
- }
82
-
83
- // @public
84
- export type DicomServicesCreateOrUpdateResponse = DicomService;
85
-
86
- // @public
87
- export interface DicomServicesDeleteOptionalParams extends coreClient.OperationOptions {
88
- resumeFrom?: string;
89
- updateIntervalInMs?: number;
90
- }
91
-
92
- // @public
93
- export interface DicomServicesGetOptionalParams extends coreClient.OperationOptions {
94
- }
95
-
96
- // @public
97
- export type DicomServicesGetResponse = DicomService;
98
-
99
- // @public
100
- export interface DicomServicesListByWorkspaceNextOptionalParams extends coreClient.OperationOptions {
101
- }
102
-
103
- // @public
104
- export type DicomServicesListByWorkspaceNextResponse = DicomServiceCollection;
105
-
106
- // @public
107
- export interface DicomServicesListByWorkspaceOptionalParams extends coreClient.OperationOptions {
108
- }
109
-
110
- // @public
111
- export type DicomServicesListByWorkspaceResponse = DicomServiceCollection;
112
-
113
- // @public
114
- export interface DicomServicesUpdateOptionalParams extends coreClient.OperationOptions {
115
- resumeFrom?: string;
116
- updateIntervalInMs?: number;
117
- }
118
-
119
- // @public
120
- export type DicomServicesUpdateResponse = DicomService;
121
-
122
- // @public
123
- export interface Encryption {
124
- customerManagedKeyEncryption?: EncryptionCustomerManagedKeyEncryption;
125
- }
126
-
127
- // @public
128
- export interface EncryptionCustomerManagedKeyEncryption {
129
- keyEncryptionKeyUrl?: string;
130
- }
131
-
132
- // @public
133
- export interface ErrorDetails {
134
- error?: ErrorDetailsInternal;
135
- }
136
-
137
- // @public
138
- export interface ErrorDetailsInternal {
139
- readonly code?: string;
140
- readonly message?: string;
141
- readonly target?: string;
142
- }
143
-
144
- // @public
145
- export interface ErrorModel {
146
- error?: ErrorDetailsInternal;
147
- }
148
-
149
- // @public
150
- export interface FhirDestinations {
151
- listByIotConnector(resourceGroupName: string, workspaceName: string, iotConnectorName: string, options?: FhirDestinationsListByIotConnectorOptionalParams): PagedAsyncIterableIterator<IotFhirDestination>;
152
- }
153
-
154
- // @public
155
- export interface FhirDestinationsListByIotConnectorNextOptionalParams extends coreClient.OperationOptions {
156
- }
157
-
158
- // @public
159
- export type FhirDestinationsListByIotConnectorNextResponse = IotFhirDestinationCollection;
160
-
161
- // @public
162
- export interface FhirDestinationsListByIotConnectorOptionalParams extends coreClient.OperationOptions {
163
- }
164
-
165
- // @public
166
- export type FhirDestinationsListByIotConnectorResponse = IotFhirDestinationCollection;
167
-
168
- // @public
169
- export type FhirResourceVersionPolicy = string;
170
-
171
- // @public
172
- export interface FhirService extends TaggedResource, ServiceManagedIdentity {
173
- acrConfiguration?: FhirServiceAcrConfiguration;
174
- authenticationConfiguration?: FhirServiceAuthenticationConfiguration;
175
- corsConfiguration?: FhirServiceCorsConfiguration;
176
- encryption?: Encryption;
177
- readonly eventState?: ServiceEventState;
178
- exportConfiguration?: FhirServiceExportConfiguration;
179
- implementationGuidesConfiguration?: ImplementationGuidesConfiguration;
180
- importConfiguration?: FhirServiceImportConfiguration;
181
- kind?: FhirServiceKind;
182
- readonly privateEndpointConnections?: PrivateEndpointConnection[];
183
- readonly provisioningState?: ProvisioningState;
184
- publicNetworkAccess?: PublicNetworkAccess;
185
- resourceVersionPolicyConfiguration?: ResourceVersionPolicyConfiguration;
186
- readonly systemData?: SystemData;
187
- }
188
-
189
- // @public
190
- export interface FhirServiceAcrConfiguration {
191
- loginServers?: string[];
192
- ociArtifacts?: ServiceOciArtifactEntry[];
193
- }
194
-
195
- // @public
196
- export interface FhirServiceAuthenticationConfiguration {
197
- audience?: string;
198
- authority?: string;
199
- smartIdentityProviders?: SmartIdentityProviderConfiguration[];
200
- smartProxyEnabled?: boolean;
201
- }
202
-
203
- // @public
204
- export interface FhirServiceCollection {
205
- nextLink?: string;
206
- value?: FhirService[];
207
- }
208
-
209
- // @public
210
- export interface FhirServiceCorsConfiguration {
211
- allowCredentials?: boolean;
212
- headers?: string[];
213
- maxAge?: number;
214
- methods?: string[];
215
- origins?: string[];
216
- }
217
-
218
- // @public
219
- export interface FhirServiceExportConfiguration {
220
- storageAccountName?: string;
221
- }
222
-
223
- // @public
224
- export interface FhirServiceImportConfiguration {
225
- enabled?: boolean;
226
- initialImportMode?: boolean;
227
- integrationDataStore?: string;
228
- }
229
-
230
- // @public
231
- export type FhirServiceKind = string;
232
-
233
- // @public
234
- export interface FhirServicePatchResource extends ResourceTags, ServiceManagedIdentity {
235
- }
236
-
237
- // @public
238
- export interface FhirServices {
239
- beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, fhirServiceName: string, fhirservice: FhirService, options?: FhirServicesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<FhirServicesCreateOrUpdateResponse>, FhirServicesCreateOrUpdateResponse>>;
240
- beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, fhirServiceName: string, fhirservice: FhirService, options?: FhirServicesCreateOrUpdateOptionalParams): Promise<FhirServicesCreateOrUpdateResponse>;
241
- beginDelete(resourceGroupName: string, fhirServiceName: string, workspaceName: string, options?: FhirServicesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
242
- beginDeleteAndWait(resourceGroupName: string, fhirServiceName: string, workspaceName: string, options?: FhirServicesDeleteOptionalParams): Promise<void>;
243
- beginUpdate(resourceGroupName: string, fhirServiceName: string, workspaceName: string, fhirservicePatchResource: FhirServicePatchResource, options?: FhirServicesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<FhirServicesUpdateResponse>, FhirServicesUpdateResponse>>;
244
- beginUpdateAndWait(resourceGroupName: string, fhirServiceName: string, workspaceName: string, fhirservicePatchResource: FhirServicePatchResource, options?: FhirServicesUpdateOptionalParams): Promise<FhirServicesUpdateResponse>;
245
- get(resourceGroupName: string, workspaceName: string, fhirServiceName: string, options?: FhirServicesGetOptionalParams): Promise<FhirServicesGetResponse>;
246
- listByWorkspace(resourceGroupName: string, workspaceName: string, options?: FhirServicesListByWorkspaceOptionalParams): PagedAsyncIterableIterator<FhirService>;
247
- }
248
-
249
- // @public
250
- export interface FhirServicesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
251
- resumeFrom?: string;
252
- updateIntervalInMs?: number;
253
- }
254
-
255
- // @public
256
- export type FhirServicesCreateOrUpdateResponse = FhirService;
257
-
258
- // @public
259
- export interface FhirServicesDeleteOptionalParams extends coreClient.OperationOptions {
260
- resumeFrom?: string;
261
- updateIntervalInMs?: number;
262
- }
263
-
264
- // @public
265
- export interface FhirServicesGetOptionalParams extends coreClient.OperationOptions {
266
- }
267
-
268
- // @public
269
- export type FhirServicesGetResponse = FhirService;
270
-
271
- // @public
272
- export interface FhirServicesListByWorkspaceNextOptionalParams extends coreClient.OperationOptions {
273
- }
274
-
275
- // @public
276
- export type FhirServicesListByWorkspaceNextResponse = FhirServiceCollection;
277
-
278
- // @public
279
- export interface FhirServicesListByWorkspaceOptionalParams extends coreClient.OperationOptions {
280
- }
281
-
282
- // @public
283
- export type FhirServicesListByWorkspaceResponse = FhirServiceCollection;
284
-
285
- // @public
286
- export interface FhirServicesUpdateOptionalParams extends coreClient.OperationOptions {
287
- resumeFrom?: string;
288
- updateIntervalInMs?: number;
289
- }
290
-
291
- // @public
292
- export type FhirServicesUpdateResponse = FhirService;
293
-
294
- // @public
295
- export function getContinuationToken(page: unknown): string | undefined;
296
-
297
- // @public (undocumented)
298
- export class HealthcareApisManagementClient extends coreClient.ServiceClient {
299
- // (undocumented)
300
- $host: string;
301
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: HealthcareApisManagementClientOptionalParams);
302
- // (undocumented)
303
- apiVersion: string;
304
- // (undocumented)
305
- dicomServices: DicomServices;
306
- // (undocumented)
307
- fhirDestinations: FhirDestinations;
308
- // (undocumented)
309
- fhirServices: FhirServices;
310
- // (undocumented)
311
- iotConnectorFhirDestination: IotConnectorFhirDestination;
312
- // (undocumented)
313
- iotConnectors: IotConnectors;
314
- // (undocumented)
315
- operationResults: OperationResults;
316
- // (undocumented)
317
- operations: Operations;
318
- // (undocumented)
319
- privateEndpointConnections: PrivateEndpointConnections;
320
- // (undocumented)
321
- privateLinkResources: PrivateLinkResources;
322
- // (undocumented)
323
- services: Services;
324
- // (undocumented)
325
- subscriptionId: string;
326
- // (undocumented)
327
- workspacePrivateEndpointConnections: WorkspacePrivateEndpointConnections;
328
- // (undocumented)
329
- workspacePrivateLinkResources: WorkspacePrivateLinkResources;
330
- // (undocumented)
331
- workspaces: Workspaces;
332
- }
333
-
334
- // @public
335
- export interface HealthcareApisManagementClientOptionalParams extends coreClient.ServiceClientOptions {
336
- $host?: string;
337
- apiVersion?: string;
338
- endpoint?: string;
339
- }
340
-
341
- // @public
342
- export interface ImplementationGuidesConfiguration {
343
- usCoreMissingData?: boolean;
344
- }
345
-
346
- // @public
347
- export interface IotConnector extends TaggedResource, ServiceManagedIdentity {
348
- deviceMapping?: IotMappingProperties;
349
- ingestionEndpointConfiguration?: IotEventHubIngestionEndpointConfiguration;
350
- readonly provisioningState?: ProvisioningState;
351
- readonly systemData?: SystemData;
352
- }
353
-
354
- // @public
355
- export interface IotConnectorCollection {
356
- nextLink?: string;
357
- value?: IotConnector[];
358
- }
359
-
360
- // @public
361
- export interface IotConnectorFhirDestination {
362
- beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, iotConnectorName: string, fhirDestinationName: string, iotFhirDestination: IotFhirDestination, options?: IotConnectorFhirDestinationCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<IotConnectorFhirDestinationCreateOrUpdateResponse>, IotConnectorFhirDestinationCreateOrUpdateResponse>>;
363
- beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, iotConnectorName: string, fhirDestinationName: string, iotFhirDestination: IotFhirDestination, options?: IotConnectorFhirDestinationCreateOrUpdateOptionalParams): Promise<IotConnectorFhirDestinationCreateOrUpdateResponse>;
364
- beginDelete(resourceGroupName: string, workspaceName: string, iotConnectorName: string, fhirDestinationName: string, options?: IotConnectorFhirDestinationDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
365
- beginDeleteAndWait(resourceGroupName: string, workspaceName: string, iotConnectorName: string, fhirDestinationName: string, options?: IotConnectorFhirDestinationDeleteOptionalParams): Promise<void>;
366
- get(resourceGroupName: string, workspaceName: string, iotConnectorName: string, fhirDestinationName: string, options?: IotConnectorFhirDestinationGetOptionalParams): Promise<IotConnectorFhirDestinationGetResponse>;
367
- }
368
-
369
- // @public
370
- export interface IotConnectorFhirDestinationCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
371
- resumeFrom?: string;
372
- updateIntervalInMs?: number;
373
- }
374
-
375
- // @public
376
- export type IotConnectorFhirDestinationCreateOrUpdateResponse = IotFhirDestination;
377
-
378
- // @public
379
- export interface IotConnectorFhirDestinationDeleteOptionalParams extends coreClient.OperationOptions {
380
- resumeFrom?: string;
381
- updateIntervalInMs?: number;
382
- }
383
-
384
- // @public
385
- export interface IotConnectorFhirDestinationGetOptionalParams extends coreClient.OperationOptions {
386
- }
387
-
388
- // @public
389
- export type IotConnectorFhirDestinationGetResponse = IotFhirDestination;
390
-
391
- // @public
392
- export interface IotConnectorPatchResource extends ResourceTags, ServiceManagedIdentity {
393
- }
394
-
395
- // @public
396
- export interface IotConnectors {
397
- beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, iotConnectorName: string, iotConnector: IotConnector, options?: IotConnectorsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<IotConnectorsCreateOrUpdateResponse>, IotConnectorsCreateOrUpdateResponse>>;
398
- beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, iotConnectorName: string, iotConnector: IotConnector, options?: IotConnectorsCreateOrUpdateOptionalParams): Promise<IotConnectorsCreateOrUpdateResponse>;
399
- beginDelete(resourceGroupName: string, iotConnectorName: string, workspaceName: string, options?: IotConnectorsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
400
- beginDeleteAndWait(resourceGroupName: string, iotConnectorName: string, workspaceName: string, options?: IotConnectorsDeleteOptionalParams): Promise<void>;
401
- beginUpdate(resourceGroupName: string, iotConnectorName: string, workspaceName: string, iotConnectorPatchResource: IotConnectorPatchResource, options?: IotConnectorsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<IotConnectorsUpdateResponse>, IotConnectorsUpdateResponse>>;
402
- beginUpdateAndWait(resourceGroupName: string, iotConnectorName: string, workspaceName: string, iotConnectorPatchResource: IotConnectorPatchResource, options?: IotConnectorsUpdateOptionalParams): Promise<IotConnectorsUpdateResponse>;
403
- get(resourceGroupName: string, workspaceName: string, iotConnectorName: string, options?: IotConnectorsGetOptionalParams): Promise<IotConnectorsGetResponse>;
404
- listByWorkspace(resourceGroupName: string, workspaceName: string, options?: IotConnectorsListByWorkspaceOptionalParams): PagedAsyncIterableIterator<IotConnector>;
405
- }
406
-
407
- // @public
408
- export interface IotConnectorsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
409
- resumeFrom?: string;
410
- updateIntervalInMs?: number;
411
- }
412
-
413
- // @public
414
- export type IotConnectorsCreateOrUpdateResponse = IotConnector;
415
-
416
- // @public
417
- export interface IotConnectorsDeleteOptionalParams extends coreClient.OperationOptions {
418
- resumeFrom?: string;
419
- updateIntervalInMs?: number;
420
- }
421
-
422
- // @public
423
- export interface IotConnectorsGetOptionalParams extends coreClient.OperationOptions {
424
- }
425
-
426
- // @public
427
- export type IotConnectorsGetResponse = IotConnector;
428
-
429
- // @public
430
- export interface IotConnectorsListByWorkspaceNextOptionalParams extends coreClient.OperationOptions {
431
- }
432
-
433
- // @public
434
- export type IotConnectorsListByWorkspaceNextResponse = IotConnectorCollection;
435
-
436
- // @public
437
- export interface IotConnectorsListByWorkspaceOptionalParams extends coreClient.OperationOptions {
438
- }
439
-
440
- // @public
441
- export type IotConnectorsListByWorkspaceResponse = IotConnectorCollection;
442
-
443
- // @public
444
- export interface IotConnectorsUpdateOptionalParams extends coreClient.OperationOptions {
445
- resumeFrom?: string;
446
- updateIntervalInMs?: number;
447
- }
448
-
449
- // @public
450
- export type IotConnectorsUpdateResponse = IotConnector;
451
-
452
- // @public
453
- export interface IotDestinationProperties {
454
- readonly provisioningState?: ProvisioningState;
455
- }
456
-
457
- // @public
458
- export interface IotEventHubIngestionEndpointConfiguration {
459
- consumerGroup?: string;
460
- eventHubName?: string;
461
- fullyQualifiedEventHubNamespace?: string;
462
- }
463
-
464
- // @public
465
- export interface IotFhirDestination extends LocationBasedResource {
466
- fhirMapping: IotMappingProperties;
467
- fhirServiceResourceId: string;
468
- readonly provisioningState?: ProvisioningState;
469
- resourceIdentityResolutionType: IotIdentityResolutionType;
470
- readonly systemData?: SystemData;
471
- }
472
-
473
- // @public
474
- export interface IotFhirDestinationCollection {
475
- nextLink?: string;
476
- value?: IotFhirDestination[];
477
- }
478
-
479
- // @public
480
- export interface IotFhirDestinationProperties extends IotDestinationProperties {
481
- fhirMapping: IotMappingProperties;
482
- fhirServiceResourceId: string;
483
- resourceIdentityResolutionType: IotIdentityResolutionType;
484
- }
485
-
486
- // @public
487
- export type IotIdentityResolutionType = string;
488
-
489
- // @public
490
- export interface IotMappingProperties {
491
- content?: Record<string, unknown>;
492
- }
493
-
494
- // @public
495
- export type Kind = "fhir" | "fhir-Stu3" | "fhir-R4";
496
-
497
- // @public
498
- export enum KnownActionType {
499
- Internal = "Internal"
500
- }
501
-
502
- // @public
503
- export enum KnownCreatedByType {
504
- Application = "Application",
505
- Key = "Key",
506
- ManagedIdentity = "ManagedIdentity",
507
- User = "User"
508
- }
509
-
510
- // @public
511
- export enum KnownFhirResourceVersionPolicy {
512
- NoVersion = "no-version",
513
- Versioned = "versioned",
514
- VersionedUpdate = "versioned-update"
515
- }
516
-
517
- // @public
518
- export enum KnownFhirServiceKind {
519
- FhirR4 = "fhir-R4",
520
- FhirStu3 = "fhir-Stu3"
521
- }
522
-
523
- // @public
524
- export enum KnownIotIdentityResolutionType {
525
- Create = "Create",
526
- Lookup = "Lookup"
527
- }
528
-
529
- // @public
530
- export enum KnownManagedServiceIdentityType {
531
- None = "None",
532
- SystemAssigned = "SystemAssigned"
533
- }
534
-
535
- // @public
536
- export enum KnownOperationResultStatus {
537
- Canceled = "Canceled",
538
- Failed = "Failed",
539
- Requested = "Requested",
540
- Running = "Running",
541
- Succeeded = "Succeeded"
542
- }
543
-
544
- // @public
545
- export enum KnownPrivateEndpointConnectionProvisioningState {
546
- Creating = "Creating",
547
- Deleting = "Deleting",
548
- Failed = "Failed",
549
- Succeeded = "Succeeded"
550
- }
551
-
552
- // @public
553
- export enum KnownPrivateEndpointServiceConnectionStatus {
554
- Approved = "Approved",
555
- Pending = "Pending",
556
- Rejected = "Rejected"
557
- }
558
-
559
- // @public
560
- export enum KnownProvisioningState {
561
- Accepted = "Accepted",
562
- Canceled = "Canceled",
563
- Creating = "Creating",
564
- Deleting = "Deleting",
565
- Deprovisioned = "Deprovisioned",
566
- Failed = "Failed",
567
- Moving = "Moving",
568
- Succeeded = "Succeeded",
569
- Suspended = "Suspended",
570
- SystemMaintenance = "SystemMaintenance",
571
- Updating = "Updating",
572
- Verifying = "Verifying",
573
- Warned = "Warned"
574
- }
575
-
576
- // @public
577
- export enum KnownPublicNetworkAccess {
578
- Disabled = "Disabled",
579
- Enabled = "Enabled"
580
- }
581
-
582
- // @public
583
- export enum KnownServiceEventState {
584
- Disabled = "Disabled",
585
- Enabled = "Enabled",
586
- Updating = "Updating"
587
- }
588
-
589
- // @public
590
- export enum KnownServiceManagedIdentityType {
591
- None = "None",
592
- SystemAssigned = "SystemAssigned",
593
- SystemAssignedUserAssigned = "SystemAssigned,UserAssigned",
594
- UserAssigned = "UserAssigned"
595
- }
596
-
597
- // @public
598
- export enum KnownSmartDataActions {
599
- Read = "Read"
600
- }
601
-
602
- // @public
603
- export interface ListOperations {
604
- nextLink?: string;
605
- readonly value?: OperationDetail[];
606
- }
607
-
608
- // @public
609
- export interface LocationBasedResource extends ResourceCore {
610
- location?: string;
611
- }
612
-
613
- // @public
614
- export interface LogSpecification {
615
- blobDuration?: string;
616
- displayName?: string;
617
- name?: string;
618
- }
619
-
620
- // @public
621
- export type ManagedServiceIdentityType = string;
622
-
623
- // @public
624
- export interface MetricDimension {
625
- displayName?: string;
626
- name?: string;
627
- toBeExportedForShoebox?: boolean;
628
- }
629
-
630
- // @public
631
- export interface MetricSpecification {
632
- aggregationType?: string;
633
- category?: string;
634
- dimensions?: MetricDimension[];
635
- displayDescription?: string;
636
- displayName?: string;
637
- enableRegionalMdmAccount?: boolean;
638
- fillGapWithZero?: boolean;
639
- isInternal?: boolean;
640
- metricFilterPattern?: string;
641
- name?: string;
642
- resourceIdDimensionNameOverride?: string;
643
- sourceMdmAccount?: string;
644
- sourceMdmNamespace?: string;
645
- supportedAggregationTypes?: string[];
646
- supportedTimeGrainTypes?: string[];
647
- unit?: string;
648
- }
649
-
650
- // @public
651
- export interface OperationDetail {
652
- readonly actionType?: ActionType;
653
- display?: OperationDisplay;
654
- readonly isDataAction?: boolean;
655
- readonly name?: string;
656
- readonly origin?: string;
657
- properties?: OperationProperties;
658
- }
659
-
660
- // @public
661
- export interface OperationDisplay {
662
- readonly description?: string;
663
- readonly operation?: string;
664
- readonly provider?: string;
665
- readonly resource?: string;
666
- }
667
-
668
- // @public
669
- export interface OperationProperties {
670
- serviceSpecification?: ServiceSpecification;
671
- }
672
-
673
- // @public
674
- export interface OperationResults {
675
- get(locationName: string, operationResultId: string, options?: OperationResultsGetOptionalParams): Promise<OperationResultsGetResponse>;
676
- }
677
-
678
- // @public
679
- export interface OperationResultsDescription {
680
- readonly endTime?: string;
681
- readonly id?: string;
682
- readonly name?: string;
683
- properties?: Record<string, unknown>;
684
- readonly startTime?: string;
685
- readonly status?: OperationResultStatus;
686
- }
687
-
688
- // @public
689
- export interface OperationResultsGetOptionalParams extends coreClient.OperationOptions {
690
- }
691
-
692
- // @public
693
- export type OperationResultsGetResponse = OperationResultsDescription;
694
-
695
- // @public
696
- export type OperationResultStatus = string;
697
-
698
- // @public
699
- export interface Operations {
700
- list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<OperationDetail>;
701
- }
702
-
703
- // @public
704
- export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
705
- }
706
-
707
- // @public
708
- export type OperationsListNextResponse = ListOperations;
709
-
710
- // @public
711
- export interface OperationsListOptionalParams extends coreClient.OperationOptions {
712
- }
713
-
714
- // @public
715
- export type OperationsListResponse = ListOperations;
716
-
717
- // @public
718
- export interface PrivateEndpoint {
719
- readonly id?: string;
720
- }
721
-
722
- // @public
723
- export interface PrivateEndpointConnection extends Resource {
724
- privateEndpoint?: PrivateEndpoint;
725
- privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
726
- readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
727
- }
728
-
729
- // @public
730
- export interface PrivateEndpointConnectionDescription extends PrivateEndpointConnection {
731
- readonly systemData?: SystemData;
732
- }
733
-
734
- // @public
735
- export interface PrivateEndpointConnectionListResult {
736
- value?: PrivateEndpointConnection[];
737
- }
738
-
739
- // @public
740
- export interface PrivateEndpointConnectionListResultDescription {
741
- value?: PrivateEndpointConnectionDescription[];
742
- }
743
-
744
- // @public
745
- export type PrivateEndpointConnectionProvisioningState = string;
746
-
747
- // @public
748
- export interface PrivateEndpointConnections {
749
- beginCreateOrUpdate(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionsCreateOrUpdateResponse>, PrivateEndpointConnectionsCreateOrUpdateResponse>>;
750
- beginCreateOrUpdateAndWait(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnectionsCreateOrUpdateResponse>;
751
- beginDelete(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
752
- beginDeleteAndWait(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
753
- get(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
754
- listByService(resourceGroupName: string, resourceName: string, options?: PrivateEndpointConnectionsListByServiceOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnectionDescription>;
755
- }
756
-
757
- // @public
758
- export interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
759
- resumeFrom?: string;
760
- updateIntervalInMs?: number;
761
- }
762
-
763
- // @public
764
- export type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnectionDescription;
765
-
766
- // @public
767
- export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
768
- resumeFrom?: string;
769
- updateIntervalInMs?: number;
770
- }
771
-
772
- // @public
773
- export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
774
- }
775
-
776
- // @public
777
- export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnectionDescription;
778
-
779
- // @public
780
- export interface PrivateEndpointConnectionsListByServiceOptionalParams extends coreClient.OperationOptions {
781
- }
782
-
783
- // @public
784
- export type PrivateEndpointConnectionsListByServiceResponse = PrivateEndpointConnectionListResultDescription;
785
-
786
- // @public
787
- export type PrivateEndpointServiceConnectionStatus = string;
788
-
789
- // @public
790
- export interface PrivateLinkResource extends Resource {
791
- readonly groupId?: string;
792
- readonly requiredMembers?: string[];
793
- requiredZoneNames?: string[];
794
- }
795
-
796
- // @public
797
- export interface PrivateLinkResourceDescription extends PrivateLinkResource {
798
- readonly systemData?: SystemData;
799
- }
800
-
801
- // @public
802
- export interface PrivateLinkResourceListResultDescription {
803
- value?: PrivateLinkResourceDescription[];
804
- }
805
-
806
- // @public
807
- export interface PrivateLinkResources {
808
- get(resourceGroupName: string, resourceName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResourcesGetResponse>;
809
- listByService(resourceGroupName: string, resourceName: string, options?: PrivateLinkResourcesListByServiceOptionalParams): Promise<PrivateLinkResourcesListByServiceResponse>;
810
- }
811
-
812
- // @public
813
- export interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
814
- }
815
-
816
- // @public
817
- export type PrivateLinkResourcesGetResponse = PrivateLinkResourceDescription;
818
-
819
- // @public
820
- export interface PrivateLinkResourcesListByServiceOptionalParams extends coreClient.OperationOptions {
821
- }
822
-
823
- // @public
824
- export type PrivateLinkResourcesListByServiceResponse = PrivateLinkResourceListResultDescription;
825
-
826
- // @public
827
- export interface PrivateLinkServiceConnectionState {
828
- actionsRequired?: string;
829
- description?: string;
830
- status?: PrivateEndpointServiceConnectionStatus;
831
- }
832
-
833
- // @public
834
- export type ProvisioningState = string;
835
-
836
- // @public
837
- export type PublicNetworkAccess = string;
838
-
839
- // @public
840
- export interface Resource {
841
- readonly id?: string;
842
- readonly name?: string;
843
- readonly type?: string;
844
- }
845
-
846
- // @public
847
- export interface ResourceCore {
848
- etag?: string;
849
- readonly id?: string;
850
- readonly name?: string;
851
- readonly type?: string;
852
- }
853
-
854
- // @public
855
- export interface ResourceTags {
856
- tags?: {
857
- [propertyName: string]: string;
858
- };
859
- }
860
-
861
- // @public
862
- export interface ResourceVersionPolicyConfiguration {
863
- default?: FhirResourceVersionPolicy;
864
- resourceTypeOverrides?: {
865
- [propertyName: string]: FhirResourceVersionPolicy;
866
- };
867
- }
868
-
869
- // @public
870
- export interface ServiceAccessPolicyEntry {
871
- objectId: string;
872
- }
873
-
874
- // @public
875
- export interface ServiceAcrConfigurationInfo {
876
- loginServers?: string[];
877
- ociArtifacts?: ServiceOciArtifactEntry[];
878
- }
879
-
880
- // @public
881
- export interface ServiceAuthenticationConfigurationInfo {
882
- audience?: string;
883
- authority?: string;
884
- smartProxyEnabled?: boolean;
885
- }
886
-
887
- // @public
888
- export interface ServiceCorsConfigurationInfo {
889
- allowCredentials?: boolean;
890
- headers?: string[];
891
- maxAge?: number;
892
- methods?: string[];
893
- origins?: string[];
894
- }
895
-
896
- // @public
897
- export interface ServiceCosmosDbConfigurationInfo {
898
- crossTenantCmkApplicationId?: string;
899
- keyVaultKeyUri?: string;
900
- offerThroughput?: number;
901
- }
902
-
903
- // @public
904
- export type ServiceEventState = string;
905
-
906
- // @public
907
- export interface ServiceExportConfigurationInfo {
908
- storageAccountName?: string;
909
- }
910
-
911
- // @public
912
- export interface ServiceImportConfigurationInfo {
913
- enabled?: boolean;
914
- initialImportMode?: boolean;
915
- integrationDataStore?: string;
916
- }
917
-
918
- // @public
919
- export interface ServiceManagedIdentity {
920
- identity?: ServiceManagedIdentityIdentity;
921
- }
922
-
923
- // @public
924
- export interface ServiceManagedIdentityIdentity {
925
- readonly principalId?: string;
926
- readonly tenantId?: string;
927
- type: ServiceManagedIdentityType;
928
- userAssignedIdentities?: {
929
- [propertyName: string]: UserAssignedIdentity;
930
- };
931
- }
932
-
933
- // @public
934
- export type ServiceManagedIdentityType = string;
935
-
936
- // @public
937
- export type ServiceNameUnavailabilityReason = "Invalid" | "AlreadyExists";
938
-
939
- // @public
940
- export interface ServiceOciArtifactEntry {
941
- digest?: string;
942
- imageName?: string;
943
- loginServer?: string;
944
- }
945
-
946
- // @public
947
- export interface Services {
948
- beginCreateOrUpdate(resourceGroupName: string, resourceName: string, serviceDescription: ServicesDescription, options?: ServicesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServicesCreateOrUpdateResponse>, ServicesCreateOrUpdateResponse>>;
949
- beginCreateOrUpdateAndWait(resourceGroupName: string, resourceName: string, serviceDescription: ServicesDescription, options?: ServicesCreateOrUpdateOptionalParams): Promise<ServicesCreateOrUpdateResponse>;
950
- beginDelete(resourceGroupName: string, resourceName: string, options?: ServicesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
951
- beginDeleteAndWait(resourceGroupName: string, resourceName: string, options?: ServicesDeleteOptionalParams): Promise<void>;
952
- beginUpdate(resourceGroupName: string, resourceName: string, servicePatchDescription: ServicesPatchDescription, options?: ServicesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServicesUpdateResponse>, ServicesUpdateResponse>>;
953
- beginUpdateAndWait(resourceGroupName: string, resourceName: string, servicePatchDescription: ServicesPatchDescription, options?: ServicesUpdateOptionalParams): Promise<ServicesUpdateResponse>;
954
- checkNameAvailability(checkNameAvailabilityInputs: CheckNameAvailabilityParameters, options?: ServicesCheckNameAvailabilityOptionalParams): Promise<ServicesCheckNameAvailabilityResponse>;
955
- get(resourceGroupName: string, resourceName: string, options?: ServicesGetOptionalParams): Promise<ServicesGetResponse>;
956
- list(options?: ServicesListOptionalParams): PagedAsyncIterableIterator<ServicesDescription>;
957
- listByResourceGroup(resourceGroupName: string, options?: ServicesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ServicesDescription>;
958
- }
959
-
960
- // @public
961
- export interface ServicesCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
962
- }
963
-
964
- // @public
965
- export type ServicesCheckNameAvailabilityResponse = ServicesNameAvailabilityInfo;
966
-
967
- // @public
968
- export interface ServicesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
969
- resumeFrom?: string;
970
- updateIntervalInMs?: number;
971
- }
972
-
973
- // @public
974
- export type ServicesCreateOrUpdateResponse = ServicesDescription;
975
-
976
- // @public
977
- export interface ServicesDeleteOptionalParams extends coreClient.OperationOptions {
978
- resumeFrom?: string;
979
- updateIntervalInMs?: number;
980
- }
981
-
982
- // @public
983
- export interface ServicesDescription extends ServicesResource {
984
- properties?: ServicesProperties;
985
- readonly systemData?: SystemData;
986
- }
987
-
988
- // @public
989
- export interface ServicesDescriptionListResult {
990
- nextLink?: string;
991
- value?: ServicesDescription[];
992
- }
993
-
994
- // @public
995
- export interface ServicesGetOptionalParams extends coreClient.OperationOptions {
996
- }
997
-
998
- // @public
999
- export type ServicesGetResponse = ServicesDescription;
1000
-
1001
- // @public
1002
- export interface ServicesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1003
- }
1004
-
1005
- // @public
1006
- export type ServicesListByResourceGroupNextResponse = ServicesDescriptionListResult;
1007
-
1008
- // @public
1009
- export interface ServicesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1010
- }
1011
-
1012
- // @public
1013
- export type ServicesListByResourceGroupResponse = ServicesDescriptionListResult;
1014
-
1015
- // @public
1016
- export interface ServicesListNextOptionalParams extends coreClient.OperationOptions {
1017
- }
1018
-
1019
- // @public
1020
- export type ServicesListNextResponse = ServicesDescriptionListResult;
1021
-
1022
- // @public
1023
- export interface ServicesListOptionalParams extends coreClient.OperationOptions {
1024
- }
1025
-
1026
- // @public
1027
- export type ServicesListResponse = ServicesDescriptionListResult;
1028
-
1029
- // @public
1030
- export interface ServicesNameAvailabilityInfo {
1031
- message?: string;
1032
- readonly nameAvailable?: boolean;
1033
- readonly reason?: ServiceNameUnavailabilityReason;
1034
- }
1035
-
1036
- // @public
1037
- export interface ServicesPatchDescription {
1038
- publicNetworkAccess?: PublicNetworkAccess;
1039
- tags?: {
1040
- [propertyName: string]: string;
1041
- };
1042
- }
1043
-
1044
- // @public
1045
- export interface ServiceSpecification {
1046
- logSpecifications?: LogSpecification[];
1047
- metricSpecifications?: MetricSpecification[];
1048
- }
1049
-
1050
- // @public
1051
- export interface ServicesProperties {
1052
- accessPolicies?: ServiceAccessPolicyEntry[];
1053
- acrConfiguration?: ServiceAcrConfigurationInfo;
1054
- authenticationConfiguration?: ServiceAuthenticationConfigurationInfo;
1055
- corsConfiguration?: ServiceCorsConfigurationInfo;
1056
- cosmosDbConfiguration?: ServiceCosmosDbConfigurationInfo;
1057
- exportConfiguration?: ServiceExportConfigurationInfo;
1058
- importConfiguration?: ServiceImportConfigurationInfo;
1059
- privateEndpointConnections?: PrivateEndpointConnection[];
1060
- readonly provisioningState?: ProvisioningState;
1061
- publicNetworkAccess?: PublicNetworkAccess;
1062
- }
1063
-
1064
- // @public
1065
- export interface ServicesResource {
1066
- etag?: string;
1067
- readonly id?: string;
1068
- identity?: ServicesResourceIdentity;
1069
- kind: Kind;
1070
- location: string;
1071
- readonly name?: string;
1072
- tags?: {
1073
- [propertyName: string]: string;
1074
- };
1075
- readonly type?: string;
1076
- }
1077
-
1078
- // @public
1079
- export interface ServicesResourceIdentity {
1080
- readonly principalId?: string;
1081
- readonly tenantId?: string;
1082
- type?: ManagedServiceIdentityType;
1083
- }
1084
-
1085
- // @public
1086
- export interface ServicesUpdateOptionalParams extends coreClient.OperationOptions {
1087
- resumeFrom?: string;
1088
- updateIntervalInMs?: number;
1089
- }
1090
-
1091
- // @public
1092
- export type ServicesUpdateResponse = ServicesDescription;
1093
-
1094
- // @public
1095
- export type SmartDataActions = string;
1096
-
1097
- // @public
1098
- export interface SmartIdentityProviderApplication {
1099
- allowedDataActions?: SmartDataActions[];
1100
- audience?: string;
1101
- clientId?: string;
1102
- }
1103
-
1104
- // @public
1105
- export interface SmartIdentityProviderConfiguration {
1106
- applications?: SmartIdentityProviderApplication[];
1107
- authority?: string;
1108
- }
1109
-
1110
- // @public
1111
- export interface StorageConfiguration {
1112
- fileSystemName?: string;
1113
- storageResourceId?: string;
1114
- }
1115
-
1116
- // @public
1117
- export interface SystemData {
1118
- createdAt?: Date;
1119
- createdBy?: string;
1120
- createdByType?: CreatedByType;
1121
- lastModifiedAt?: Date;
1122
- lastModifiedBy?: string;
1123
- lastModifiedByType?: CreatedByType;
1124
- }
1125
-
1126
- // @public
1127
- export interface TaggedResource extends ResourceTags, LocationBasedResource {
1128
- }
1129
-
1130
- // @public
1131
- export interface UserAssignedIdentity {
1132
- readonly clientId?: string;
1133
- readonly principalId?: string;
1134
- }
1135
-
1136
- // @public
1137
- export interface Workspace extends TaggedResource {
1138
- properties?: WorkspaceProperties;
1139
- readonly systemData?: SystemData;
1140
- }
1141
-
1142
- // @public
1143
- export interface WorkspaceList {
1144
- nextLink?: string;
1145
- value?: Workspace[];
1146
- }
1147
-
1148
- // @public
1149
- export interface WorkspacePatchResource extends ResourceTags {
1150
- }
1151
-
1152
- // @public
1153
- export interface WorkspacePrivateEndpointConnections {
1154
- beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnectionDescription, options?: WorkspacePrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<WorkspacePrivateEndpointConnectionsCreateOrUpdateResponse>, WorkspacePrivateEndpointConnectionsCreateOrUpdateResponse>>;
1155
- beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnectionDescription, options?: WorkspacePrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<WorkspacePrivateEndpointConnectionsCreateOrUpdateResponse>;
1156
- beginDelete(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: WorkspacePrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
1157
- beginDeleteAndWait(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: WorkspacePrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
1158
- get(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: WorkspacePrivateEndpointConnectionsGetOptionalParams): Promise<WorkspacePrivateEndpointConnectionsGetResponse>;
1159
- listByWorkspace(resourceGroupName: string, workspaceName: string, options?: WorkspacePrivateEndpointConnectionsListByWorkspaceOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnectionDescription>;
1160
- }
1161
-
1162
- // @public
1163
- export interface WorkspacePrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1164
- resumeFrom?: string;
1165
- updateIntervalInMs?: number;
1166
- }
1167
-
1168
- // @public
1169
- export type WorkspacePrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnectionDescription;
1170
-
1171
- // @public
1172
- export interface WorkspacePrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
1173
- resumeFrom?: string;
1174
- updateIntervalInMs?: number;
1175
- }
1176
-
1177
- // @public
1178
- export interface WorkspacePrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
1179
- }
1180
-
1181
- // @public
1182
- export type WorkspacePrivateEndpointConnectionsGetResponse = PrivateEndpointConnectionDescription;
1183
-
1184
- // @public
1185
- export interface WorkspacePrivateEndpointConnectionsListByWorkspaceOptionalParams extends coreClient.OperationOptions {
1186
- }
1187
-
1188
- // @public
1189
- export type WorkspacePrivateEndpointConnectionsListByWorkspaceResponse = PrivateEndpointConnectionListResultDescription;
1190
-
1191
- // @public
1192
- export interface WorkspacePrivateLinkResources {
1193
- get(resourceGroupName: string, workspaceName: string, groupName: string, options?: WorkspacePrivateLinkResourcesGetOptionalParams): Promise<WorkspacePrivateLinkResourcesGetResponse>;
1194
- listByWorkspace(resourceGroupName: string, workspaceName: string, options?: WorkspacePrivateLinkResourcesListByWorkspaceOptionalParams): PagedAsyncIterableIterator<PrivateLinkResourceDescription>;
1195
- }
1196
-
1197
- // @public
1198
- export interface WorkspacePrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
1199
- }
1200
-
1201
- // @public
1202
- export type WorkspacePrivateLinkResourcesGetResponse = PrivateLinkResourceDescription;
1203
-
1204
- // @public
1205
- export interface WorkspacePrivateLinkResourcesListByWorkspaceOptionalParams extends coreClient.OperationOptions {
1206
- }
1207
-
1208
- // @public
1209
- export type WorkspacePrivateLinkResourcesListByWorkspaceResponse = PrivateLinkResourceListResultDescription;
1210
-
1211
- // @public
1212
- export interface WorkspaceProperties {
1213
- readonly privateEndpointConnections?: PrivateEndpointConnection[];
1214
- readonly provisioningState?: ProvisioningState;
1215
- publicNetworkAccess?: PublicNetworkAccess;
1216
- }
1217
-
1218
- // @public
1219
- export interface Workspaces {
1220
- beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, workspace: Workspace, options?: WorkspacesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<WorkspacesCreateOrUpdateResponse>, WorkspacesCreateOrUpdateResponse>>;
1221
- beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, workspace: Workspace, options?: WorkspacesCreateOrUpdateOptionalParams): Promise<WorkspacesCreateOrUpdateResponse>;
1222
- beginDelete(resourceGroupName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
1223
- beginDeleteAndWait(resourceGroupName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams): Promise<void>;
1224
- beginUpdate(resourceGroupName: string, workspaceName: string, workspacePatchResource: WorkspacePatchResource, options?: WorkspacesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<WorkspacesUpdateResponse>, WorkspacesUpdateResponse>>;
1225
- beginUpdateAndWait(resourceGroupName: string, workspaceName: string, workspacePatchResource: WorkspacePatchResource, options?: WorkspacesUpdateOptionalParams): Promise<WorkspacesUpdateResponse>;
1226
- get(resourceGroupName: string, workspaceName: string, options?: WorkspacesGetOptionalParams): Promise<WorkspacesGetResponse>;
1227
- listByResourceGroup(resourceGroupName: string, options?: WorkspacesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Workspace>;
1228
- listBySubscription(options?: WorkspacesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Workspace>;
1229
- }
1230
-
1231
- // @public
1232
- export interface WorkspacesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1233
- resumeFrom?: string;
1234
- updateIntervalInMs?: number;
1235
- }
1236
-
1237
- // @public
1238
- export type WorkspacesCreateOrUpdateResponse = Workspace;
1239
-
1240
- // @public
1241
- export interface WorkspacesDeleteOptionalParams extends coreClient.OperationOptions {
1242
- resumeFrom?: string;
1243
- updateIntervalInMs?: number;
1244
- }
1245
-
1246
- // @public
1247
- export interface WorkspacesGetOptionalParams extends coreClient.OperationOptions {
1248
- }
1249
-
1250
- // @public
1251
- export type WorkspacesGetResponse = Workspace;
1252
-
1253
- // @public
1254
- export interface WorkspacesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1255
- }
1256
-
1257
- // @public
1258
- export type WorkspacesListByResourceGroupNextResponse = WorkspaceList;
1259
-
1260
- // @public
1261
- export interface WorkspacesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1262
- }
1263
-
1264
- // @public
1265
- export type WorkspacesListByResourceGroupResponse = WorkspaceList;
1266
-
1267
- // @public
1268
- export interface WorkspacesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
1269
- }
1270
-
1271
- // @public
1272
- export type WorkspacesListBySubscriptionNextResponse = WorkspaceList;
1273
-
1274
- // @public
1275
- export interface WorkspacesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
1276
- }
1277
-
1278
- // @public
1279
- export type WorkspacesListBySubscriptionResponse = WorkspaceList;
1280
-
1281
- // @public
1282
- export interface WorkspacesUpdateOptionalParams extends coreClient.OperationOptions {
1283
- resumeFrom?: string;
1284
- updateIntervalInMs?: number;
1285
- }
1286
-
1287
- // @public
1288
- export type WorkspacesUpdateResponse = Workspace;
1289
-
1290
- // (No @packageDocumentation comment for this package)
1291
-
1292
- ```
1
+ ## API Report File for "@azure/arm-healthcareapis"
2
+
3
+ > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
+
5
+ ```ts
6
+
7
+ import * as coreAuth from '@azure/core-auth';
8
+ import * as coreClient from '@azure/core-client';
9
+ import { OperationState } from '@azure/core-lro';
10
+ import { PagedAsyncIterableIterator } from '@azure/core-paging';
11
+ import { SimplePollerLike } from '@azure/core-lro';
12
+
13
+ // @public
14
+ export type ActionType = string;
15
+
16
+ // @public
17
+ export interface CheckNameAvailabilityParameters {
18
+ name: string;
19
+ type: string;
20
+ }
21
+
22
+ // @public
23
+ export interface CorsConfiguration {
24
+ allowCredentials?: boolean;
25
+ headers?: string[];
26
+ maxAge?: number;
27
+ methods?: string[];
28
+ origins?: string[];
29
+ }
30
+
31
+ // @public
32
+ export type CreatedByType = string;
33
+
34
+ // @public
35
+ export interface DicomService extends TaggedResource, ServiceManagedIdentity {
36
+ authenticationConfiguration?: DicomServiceAuthenticationConfiguration;
37
+ corsConfiguration?: CorsConfiguration;
38
+ enableDataPartitions?: boolean;
39
+ encryption?: Encryption;
40
+ readonly eventState?: ServiceEventState;
41
+ readonly privateEndpointConnections?: PrivateEndpointConnection[];
42
+ readonly provisioningState?: ProvisioningState;
43
+ publicNetworkAccess?: PublicNetworkAccess;
44
+ readonly serviceUrl?: string;
45
+ storageConfiguration?: StorageConfiguration;
46
+ readonly systemData?: SystemData;
47
+ }
48
+
49
+ // @public
50
+ export interface DicomServiceAuthenticationConfiguration {
51
+ readonly audiences?: string[];
52
+ readonly authority?: string;
53
+ }
54
+
55
+ // @public
56
+ export interface DicomServiceCollection {
57
+ nextLink?: string;
58
+ value?: DicomService[];
59
+ }
60
+
61
+ // @public
62
+ export interface DicomServicePatchResource extends ResourceTags, ServiceManagedIdentity {
63
+ }
64
+
65
+ // @public
66
+ export interface DicomServices {
67
+ beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, dicomServiceName: string, dicomservice: DicomService, options?: DicomServicesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DicomServicesCreateOrUpdateResponse>, DicomServicesCreateOrUpdateResponse>>;
68
+ beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, dicomServiceName: string, dicomservice: DicomService, options?: DicomServicesCreateOrUpdateOptionalParams): Promise<DicomServicesCreateOrUpdateResponse>;
69
+ beginDelete(resourceGroupName: string, dicomServiceName: string, workspaceName: string, options?: DicomServicesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
70
+ beginDeleteAndWait(resourceGroupName: string, dicomServiceName: string, workspaceName: string, options?: DicomServicesDeleteOptionalParams): Promise<void>;
71
+ beginUpdate(resourceGroupName: string, dicomServiceName: string, workspaceName: string, dicomservicePatchResource: DicomServicePatchResource, options?: DicomServicesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DicomServicesUpdateResponse>, DicomServicesUpdateResponse>>;
72
+ beginUpdateAndWait(resourceGroupName: string, dicomServiceName: string, workspaceName: string, dicomservicePatchResource: DicomServicePatchResource, options?: DicomServicesUpdateOptionalParams): Promise<DicomServicesUpdateResponse>;
73
+ get(resourceGroupName: string, workspaceName: string, dicomServiceName: string, options?: DicomServicesGetOptionalParams): Promise<DicomServicesGetResponse>;
74
+ listByWorkspace(resourceGroupName: string, workspaceName: string, options?: DicomServicesListByWorkspaceOptionalParams): PagedAsyncIterableIterator<DicomService>;
75
+ }
76
+
77
+ // @public
78
+ export interface DicomServicesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
79
+ resumeFrom?: string;
80
+ updateIntervalInMs?: number;
81
+ }
82
+
83
+ // @public
84
+ export type DicomServicesCreateOrUpdateResponse = DicomService;
85
+
86
+ // @public
87
+ export interface DicomServicesDeleteOptionalParams extends coreClient.OperationOptions {
88
+ resumeFrom?: string;
89
+ updateIntervalInMs?: number;
90
+ }
91
+
92
+ // @public
93
+ export interface DicomServicesGetOptionalParams extends coreClient.OperationOptions {
94
+ }
95
+
96
+ // @public
97
+ export type DicomServicesGetResponse = DicomService;
98
+
99
+ // @public
100
+ export interface DicomServicesListByWorkspaceNextOptionalParams extends coreClient.OperationOptions {
101
+ }
102
+
103
+ // @public
104
+ export type DicomServicesListByWorkspaceNextResponse = DicomServiceCollection;
105
+
106
+ // @public
107
+ export interface DicomServicesListByWorkspaceOptionalParams extends coreClient.OperationOptions {
108
+ }
109
+
110
+ // @public
111
+ export type DicomServicesListByWorkspaceResponse = DicomServiceCollection;
112
+
113
+ // @public
114
+ export interface DicomServicesUpdateOptionalParams extends coreClient.OperationOptions {
115
+ resumeFrom?: string;
116
+ updateIntervalInMs?: number;
117
+ }
118
+
119
+ // @public
120
+ export type DicomServicesUpdateResponse = DicomService;
121
+
122
+ // @public
123
+ export interface Encryption {
124
+ customerManagedKeyEncryption?: EncryptionCustomerManagedKeyEncryption;
125
+ }
126
+
127
+ // @public
128
+ export interface EncryptionCustomerManagedKeyEncryption {
129
+ keyEncryptionKeyUrl?: string;
130
+ }
131
+
132
+ // @public
133
+ export interface ErrorDetails {
134
+ error?: ErrorDetailsInternal;
135
+ }
136
+
137
+ // @public
138
+ export interface ErrorDetailsInternal {
139
+ readonly code?: string;
140
+ readonly message?: string;
141
+ readonly target?: string;
142
+ }
143
+
144
+ // @public
145
+ export interface ErrorModel {
146
+ error?: ErrorDetailsInternal;
147
+ }
148
+
149
+ // @public
150
+ export interface FhirDestinations {
151
+ listByIotConnector(resourceGroupName: string, workspaceName: string, iotConnectorName: string, options?: FhirDestinationsListByIotConnectorOptionalParams): PagedAsyncIterableIterator<IotFhirDestination>;
152
+ }
153
+
154
+ // @public
155
+ export interface FhirDestinationsListByIotConnectorNextOptionalParams extends coreClient.OperationOptions {
156
+ }
157
+
158
+ // @public
159
+ export type FhirDestinationsListByIotConnectorNextResponse = IotFhirDestinationCollection;
160
+
161
+ // @public
162
+ export interface FhirDestinationsListByIotConnectorOptionalParams extends coreClient.OperationOptions {
163
+ }
164
+
165
+ // @public
166
+ export type FhirDestinationsListByIotConnectorResponse = IotFhirDestinationCollection;
167
+
168
+ // @public
169
+ export type FhirResourceVersionPolicy = string;
170
+
171
+ // @public
172
+ export interface FhirService extends TaggedResource, ServiceManagedIdentity {
173
+ acrConfiguration?: FhirServiceAcrConfiguration;
174
+ authenticationConfiguration?: FhirServiceAuthenticationConfiguration;
175
+ corsConfiguration?: FhirServiceCorsConfiguration;
176
+ encryption?: Encryption;
177
+ readonly eventState?: ServiceEventState;
178
+ exportConfiguration?: FhirServiceExportConfiguration;
179
+ implementationGuidesConfiguration?: ImplementationGuidesConfiguration;
180
+ importConfiguration?: FhirServiceImportConfiguration;
181
+ kind?: FhirServiceKind;
182
+ readonly privateEndpointConnections?: PrivateEndpointConnection[];
183
+ readonly provisioningState?: ProvisioningState;
184
+ publicNetworkAccess?: PublicNetworkAccess;
185
+ resourceVersionPolicyConfiguration?: ResourceVersionPolicyConfiguration;
186
+ readonly systemData?: SystemData;
187
+ }
188
+
189
+ // @public
190
+ export interface FhirServiceAcrConfiguration {
191
+ loginServers?: string[];
192
+ ociArtifacts?: ServiceOciArtifactEntry[];
193
+ }
194
+
195
+ // @public
196
+ export interface FhirServiceAuthenticationConfiguration {
197
+ audience?: string;
198
+ authority?: string;
199
+ smartIdentityProviders?: SmartIdentityProviderConfiguration[];
200
+ smartProxyEnabled?: boolean;
201
+ }
202
+
203
+ // @public
204
+ export interface FhirServiceCollection {
205
+ nextLink?: string;
206
+ value?: FhirService[];
207
+ }
208
+
209
+ // @public
210
+ export interface FhirServiceCorsConfiguration {
211
+ allowCredentials?: boolean;
212
+ headers?: string[];
213
+ maxAge?: number;
214
+ methods?: string[];
215
+ origins?: string[];
216
+ }
217
+
218
+ // @public
219
+ export interface FhirServiceExportConfiguration {
220
+ storageAccountName?: string;
221
+ }
222
+
223
+ // @public
224
+ export interface FhirServiceImportConfiguration {
225
+ enabled?: boolean;
226
+ initialImportMode?: boolean;
227
+ integrationDataStore?: string;
228
+ }
229
+
230
+ // @public
231
+ export type FhirServiceKind = string;
232
+
233
+ // @public
234
+ export interface FhirServicePatchResource extends ResourceTags, ServiceManagedIdentity {
235
+ }
236
+
237
+ // @public
238
+ export interface FhirServices {
239
+ beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, fhirServiceName: string, fhirservice: FhirService, options?: FhirServicesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<FhirServicesCreateOrUpdateResponse>, FhirServicesCreateOrUpdateResponse>>;
240
+ beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, fhirServiceName: string, fhirservice: FhirService, options?: FhirServicesCreateOrUpdateOptionalParams): Promise<FhirServicesCreateOrUpdateResponse>;
241
+ beginDelete(resourceGroupName: string, fhirServiceName: string, workspaceName: string, options?: FhirServicesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
242
+ beginDeleteAndWait(resourceGroupName: string, fhirServiceName: string, workspaceName: string, options?: FhirServicesDeleteOptionalParams): Promise<void>;
243
+ beginUpdate(resourceGroupName: string, fhirServiceName: string, workspaceName: string, fhirservicePatchResource: FhirServicePatchResource, options?: FhirServicesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<FhirServicesUpdateResponse>, FhirServicesUpdateResponse>>;
244
+ beginUpdateAndWait(resourceGroupName: string, fhirServiceName: string, workspaceName: string, fhirservicePatchResource: FhirServicePatchResource, options?: FhirServicesUpdateOptionalParams): Promise<FhirServicesUpdateResponse>;
245
+ get(resourceGroupName: string, workspaceName: string, fhirServiceName: string, options?: FhirServicesGetOptionalParams): Promise<FhirServicesGetResponse>;
246
+ listByWorkspace(resourceGroupName: string, workspaceName: string, options?: FhirServicesListByWorkspaceOptionalParams): PagedAsyncIterableIterator<FhirService>;
247
+ }
248
+
249
+ // @public
250
+ export interface FhirServicesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
251
+ resumeFrom?: string;
252
+ updateIntervalInMs?: number;
253
+ }
254
+
255
+ // @public
256
+ export type FhirServicesCreateOrUpdateResponse = FhirService;
257
+
258
+ // @public
259
+ export interface FhirServicesDeleteOptionalParams extends coreClient.OperationOptions {
260
+ resumeFrom?: string;
261
+ updateIntervalInMs?: number;
262
+ }
263
+
264
+ // @public
265
+ export interface FhirServicesGetOptionalParams extends coreClient.OperationOptions {
266
+ }
267
+
268
+ // @public
269
+ export type FhirServicesGetResponse = FhirService;
270
+
271
+ // @public
272
+ export interface FhirServicesListByWorkspaceNextOptionalParams extends coreClient.OperationOptions {
273
+ }
274
+
275
+ // @public
276
+ export type FhirServicesListByWorkspaceNextResponse = FhirServiceCollection;
277
+
278
+ // @public
279
+ export interface FhirServicesListByWorkspaceOptionalParams extends coreClient.OperationOptions {
280
+ }
281
+
282
+ // @public
283
+ export type FhirServicesListByWorkspaceResponse = FhirServiceCollection;
284
+
285
+ // @public
286
+ export interface FhirServicesUpdateOptionalParams extends coreClient.OperationOptions {
287
+ resumeFrom?: string;
288
+ updateIntervalInMs?: number;
289
+ }
290
+
291
+ // @public
292
+ export type FhirServicesUpdateResponse = FhirService;
293
+
294
+ // @public
295
+ export function getContinuationToken(page: unknown): string | undefined;
296
+
297
+ // @public (undocumented)
298
+ export class HealthcareApisManagementClient extends coreClient.ServiceClient {
299
+ // (undocumented)
300
+ $host: string;
301
+ constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: HealthcareApisManagementClientOptionalParams);
302
+ // (undocumented)
303
+ apiVersion: string;
304
+ // (undocumented)
305
+ dicomServices: DicomServices;
306
+ // (undocumented)
307
+ fhirDestinations: FhirDestinations;
308
+ // (undocumented)
309
+ fhirServices: FhirServices;
310
+ // (undocumented)
311
+ iotConnectorFhirDestination: IotConnectorFhirDestination;
312
+ // (undocumented)
313
+ iotConnectors: IotConnectors;
314
+ // (undocumented)
315
+ operationResults: OperationResults;
316
+ // (undocumented)
317
+ operations: Operations;
318
+ // (undocumented)
319
+ privateEndpointConnections: PrivateEndpointConnections;
320
+ // (undocumented)
321
+ privateLinkResources: PrivateLinkResources;
322
+ // (undocumented)
323
+ services: Services;
324
+ // (undocumented)
325
+ subscriptionId: string;
326
+ // (undocumented)
327
+ workspacePrivateEndpointConnections: WorkspacePrivateEndpointConnections;
328
+ // (undocumented)
329
+ workspacePrivateLinkResources: WorkspacePrivateLinkResources;
330
+ // (undocumented)
331
+ workspaces: Workspaces;
332
+ }
333
+
334
+ // @public
335
+ export interface HealthcareApisManagementClientOptionalParams extends coreClient.ServiceClientOptions {
336
+ $host?: string;
337
+ apiVersion?: string;
338
+ endpoint?: string;
339
+ }
340
+
341
+ // @public
342
+ export interface ImplementationGuidesConfiguration {
343
+ usCoreMissingData?: boolean;
344
+ }
345
+
346
+ // @public
347
+ export interface IotConnector extends TaggedResource, ServiceManagedIdentity {
348
+ deviceMapping?: IotMappingProperties;
349
+ ingestionEndpointConfiguration?: IotEventHubIngestionEndpointConfiguration;
350
+ readonly provisioningState?: ProvisioningState;
351
+ readonly systemData?: SystemData;
352
+ }
353
+
354
+ // @public
355
+ export interface IotConnectorCollection {
356
+ nextLink?: string;
357
+ value?: IotConnector[];
358
+ }
359
+
360
+ // @public
361
+ export interface IotConnectorFhirDestination {
362
+ beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, iotConnectorName: string, fhirDestinationName: string, iotFhirDestination: IotFhirDestination, options?: IotConnectorFhirDestinationCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<IotConnectorFhirDestinationCreateOrUpdateResponse>, IotConnectorFhirDestinationCreateOrUpdateResponse>>;
363
+ beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, iotConnectorName: string, fhirDestinationName: string, iotFhirDestination: IotFhirDestination, options?: IotConnectorFhirDestinationCreateOrUpdateOptionalParams): Promise<IotConnectorFhirDestinationCreateOrUpdateResponse>;
364
+ beginDelete(resourceGroupName: string, workspaceName: string, iotConnectorName: string, fhirDestinationName: string, options?: IotConnectorFhirDestinationDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
365
+ beginDeleteAndWait(resourceGroupName: string, workspaceName: string, iotConnectorName: string, fhirDestinationName: string, options?: IotConnectorFhirDestinationDeleteOptionalParams): Promise<void>;
366
+ get(resourceGroupName: string, workspaceName: string, iotConnectorName: string, fhirDestinationName: string, options?: IotConnectorFhirDestinationGetOptionalParams): Promise<IotConnectorFhirDestinationGetResponse>;
367
+ }
368
+
369
+ // @public
370
+ export interface IotConnectorFhirDestinationCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
371
+ resumeFrom?: string;
372
+ updateIntervalInMs?: number;
373
+ }
374
+
375
+ // @public
376
+ export type IotConnectorFhirDestinationCreateOrUpdateResponse = IotFhirDestination;
377
+
378
+ // @public
379
+ export interface IotConnectorFhirDestinationDeleteOptionalParams extends coreClient.OperationOptions {
380
+ resumeFrom?: string;
381
+ updateIntervalInMs?: number;
382
+ }
383
+
384
+ // @public
385
+ export interface IotConnectorFhirDestinationGetOptionalParams extends coreClient.OperationOptions {
386
+ }
387
+
388
+ // @public
389
+ export type IotConnectorFhirDestinationGetResponse = IotFhirDestination;
390
+
391
+ // @public
392
+ export interface IotConnectorPatchResource extends ResourceTags, ServiceManagedIdentity {
393
+ }
394
+
395
+ // @public
396
+ export interface IotConnectors {
397
+ beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, iotConnectorName: string, iotConnector: IotConnector, options?: IotConnectorsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<IotConnectorsCreateOrUpdateResponse>, IotConnectorsCreateOrUpdateResponse>>;
398
+ beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, iotConnectorName: string, iotConnector: IotConnector, options?: IotConnectorsCreateOrUpdateOptionalParams): Promise<IotConnectorsCreateOrUpdateResponse>;
399
+ beginDelete(resourceGroupName: string, iotConnectorName: string, workspaceName: string, options?: IotConnectorsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
400
+ beginDeleteAndWait(resourceGroupName: string, iotConnectorName: string, workspaceName: string, options?: IotConnectorsDeleteOptionalParams): Promise<void>;
401
+ beginUpdate(resourceGroupName: string, iotConnectorName: string, workspaceName: string, iotConnectorPatchResource: IotConnectorPatchResource, options?: IotConnectorsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<IotConnectorsUpdateResponse>, IotConnectorsUpdateResponse>>;
402
+ beginUpdateAndWait(resourceGroupName: string, iotConnectorName: string, workspaceName: string, iotConnectorPatchResource: IotConnectorPatchResource, options?: IotConnectorsUpdateOptionalParams): Promise<IotConnectorsUpdateResponse>;
403
+ get(resourceGroupName: string, workspaceName: string, iotConnectorName: string, options?: IotConnectorsGetOptionalParams): Promise<IotConnectorsGetResponse>;
404
+ listByWorkspace(resourceGroupName: string, workspaceName: string, options?: IotConnectorsListByWorkspaceOptionalParams): PagedAsyncIterableIterator<IotConnector>;
405
+ }
406
+
407
+ // @public
408
+ export interface IotConnectorsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
409
+ resumeFrom?: string;
410
+ updateIntervalInMs?: number;
411
+ }
412
+
413
+ // @public
414
+ export type IotConnectorsCreateOrUpdateResponse = IotConnector;
415
+
416
+ // @public
417
+ export interface IotConnectorsDeleteOptionalParams extends coreClient.OperationOptions {
418
+ resumeFrom?: string;
419
+ updateIntervalInMs?: number;
420
+ }
421
+
422
+ // @public
423
+ export interface IotConnectorsGetOptionalParams extends coreClient.OperationOptions {
424
+ }
425
+
426
+ // @public
427
+ export type IotConnectorsGetResponse = IotConnector;
428
+
429
+ // @public
430
+ export interface IotConnectorsListByWorkspaceNextOptionalParams extends coreClient.OperationOptions {
431
+ }
432
+
433
+ // @public
434
+ export type IotConnectorsListByWorkspaceNextResponse = IotConnectorCollection;
435
+
436
+ // @public
437
+ export interface IotConnectorsListByWorkspaceOptionalParams extends coreClient.OperationOptions {
438
+ }
439
+
440
+ // @public
441
+ export type IotConnectorsListByWorkspaceResponse = IotConnectorCollection;
442
+
443
+ // @public
444
+ export interface IotConnectorsUpdateOptionalParams extends coreClient.OperationOptions {
445
+ resumeFrom?: string;
446
+ updateIntervalInMs?: number;
447
+ }
448
+
449
+ // @public
450
+ export type IotConnectorsUpdateResponse = IotConnector;
451
+
452
+ // @public
453
+ export interface IotDestinationProperties {
454
+ readonly provisioningState?: ProvisioningState;
455
+ }
456
+
457
+ // @public
458
+ export interface IotEventHubIngestionEndpointConfiguration {
459
+ consumerGroup?: string;
460
+ eventHubName?: string;
461
+ fullyQualifiedEventHubNamespace?: string;
462
+ }
463
+
464
+ // @public
465
+ export interface IotFhirDestination extends LocationBasedResource {
466
+ fhirMapping: IotMappingProperties;
467
+ fhirServiceResourceId: string;
468
+ readonly provisioningState?: ProvisioningState;
469
+ resourceIdentityResolutionType: IotIdentityResolutionType;
470
+ readonly systemData?: SystemData;
471
+ }
472
+
473
+ // @public
474
+ export interface IotFhirDestinationCollection {
475
+ nextLink?: string;
476
+ value?: IotFhirDestination[];
477
+ }
478
+
479
+ // @public
480
+ export interface IotFhirDestinationProperties extends IotDestinationProperties {
481
+ fhirMapping: IotMappingProperties;
482
+ fhirServiceResourceId: string;
483
+ resourceIdentityResolutionType: IotIdentityResolutionType;
484
+ }
485
+
486
+ // @public
487
+ export type IotIdentityResolutionType = string;
488
+
489
+ // @public
490
+ export interface IotMappingProperties {
491
+ content?: Record<string, unknown>;
492
+ }
493
+
494
+ // @public
495
+ export type Kind = "fhir" | "fhir-Stu3" | "fhir-R4";
496
+
497
+ // @public
498
+ export enum KnownActionType {
499
+ Internal = "Internal"
500
+ }
501
+
502
+ // @public
503
+ export enum KnownCreatedByType {
504
+ Application = "Application",
505
+ Key = "Key",
506
+ ManagedIdentity = "ManagedIdentity",
507
+ User = "User"
508
+ }
509
+
510
+ // @public
511
+ export enum KnownFhirResourceVersionPolicy {
512
+ NoVersion = "no-version",
513
+ Versioned = "versioned",
514
+ VersionedUpdate = "versioned-update"
515
+ }
516
+
517
+ // @public
518
+ export enum KnownFhirServiceKind {
519
+ FhirR4 = "fhir-R4",
520
+ FhirStu3 = "fhir-Stu3"
521
+ }
522
+
523
+ // @public
524
+ export enum KnownIotIdentityResolutionType {
525
+ Create = "Create",
526
+ Lookup = "Lookup"
527
+ }
528
+
529
+ // @public
530
+ export enum KnownManagedServiceIdentityType {
531
+ None = "None",
532
+ SystemAssigned = "SystemAssigned"
533
+ }
534
+
535
+ // @public
536
+ export enum KnownOperationResultStatus {
537
+ Canceled = "Canceled",
538
+ Failed = "Failed",
539
+ Requested = "Requested",
540
+ Running = "Running",
541
+ Succeeded = "Succeeded"
542
+ }
543
+
544
+ // @public
545
+ export enum KnownPrivateEndpointConnectionProvisioningState {
546
+ Creating = "Creating",
547
+ Deleting = "Deleting",
548
+ Failed = "Failed",
549
+ Succeeded = "Succeeded"
550
+ }
551
+
552
+ // @public
553
+ export enum KnownPrivateEndpointServiceConnectionStatus {
554
+ Approved = "Approved",
555
+ Pending = "Pending",
556
+ Rejected = "Rejected"
557
+ }
558
+
559
+ // @public
560
+ export enum KnownProvisioningState {
561
+ Accepted = "Accepted",
562
+ Canceled = "Canceled",
563
+ Creating = "Creating",
564
+ Deleting = "Deleting",
565
+ Deprovisioned = "Deprovisioned",
566
+ Failed = "Failed",
567
+ Moving = "Moving",
568
+ Succeeded = "Succeeded",
569
+ Suspended = "Suspended",
570
+ SystemMaintenance = "SystemMaintenance",
571
+ Updating = "Updating",
572
+ Verifying = "Verifying",
573
+ Warned = "Warned"
574
+ }
575
+
576
+ // @public
577
+ export enum KnownPublicNetworkAccess {
578
+ Disabled = "Disabled",
579
+ Enabled = "Enabled"
580
+ }
581
+
582
+ // @public
583
+ export enum KnownServiceEventState {
584
+ Disabled = "Disabled",
585
+ Enabled = "Enabled",
586
+ Updating = "Updating"
587
+ }
588
+
589
+ // @public
590
+ export enum KnownServiceManagedIdentityType {
591
+ None = "None",
592
+ SystemAssigned = "SystemAssigned",
593
+ SystemAssignedUserAssigned = "SystemAssigned,UserAssigned",
594
+ UserAssigned = "UserAssigned"
595
+ }
596
+
597
+ // @public
598
+ export enum KnownSmartDataActions {
599
+ Read = "Read"
600
+ }
601
+
602
+ // @public
603
+ export interface ListOperations {
604
+ nextLink?: string;
605
+ readonly value?: OperationDetail[];
606
+ }
607
+
608
+ // @public
609
+ export interface LocationBasedResource extends ResourceCore {
610
+ location?: string;
611
+ }
612
+
613
+ // @public
614
+ export interface LogSpecification {
615
+ blobDuration?: string;
616
+ displayName?: string;
617
+ name?: string;
618
+ }
619
+
620
+ // @public
621
+ export type ManagedServiceIdentityType = string;
622
+
623
+ // @public
624
+ export interface MetricDimension {
625
+ displayName?: string;
626
+ name?: string;
627
+ toBeExportedForShoebox?: boolean;
628
+ }
629
+
630
+ // @public
631
+ export interface MetricSpecification {
632
+ aggregationType?: string;
633
+ category?: string;
634
+ dimensions?: MetricDimension[];
635
+ displayDescription?: string;
636
+ displayName?: string;
637
+ enableRegionalMdmAccount?: boolean;
638
+ fillGapWithZero?: boolean;
639
+ isInternal?: boolean;
640
+ metricFilterPattern?: string;
641
+ name?: string;
642
+ resourceIdDimensionNameOverride?: string;
643
+ sourceMdmAccount?: string;
644
+ sourceMdmNamespace?: string;
645
+ supportedAggregationTypes?: string[];
646
+ supportedTimeGrainTypes?: string[];
647
+ unit?: string;
648
+ }
649
+
650
+ // @public
651
+ export interface OperationDetail {
652
+ readonly actionType?: ActionType;
653
+ display?: OperationDisplay;
654
+ readonly isDataAction?: boolean;
655
+ readonly name?: string;
656
+ readonly origin?: string;
657
+ properties?: OperationProperties;
658
+ }
659
+
660
+ // @public
661
+ export interface OperationDisplay {
662
+ readonly description?: string;
663
+ readonly operation?: string;
664
+ readonly provider?: string;
665
+ readonly resource?: string;
666
+ }
667
+
668
+ // @public
669
+ export interface OperationProperties {
670
+ serviceSpecification?: ServiceSpecification;
671
+ }
672
+
673
+ // @public
674
+ export interface OperationResults {
675
+ get(locationName: string, operationResultId: string, options?: OperationResultsGetOptionalParams): Promise<OperationResultsGetResponse>;
676
+ }
677
+
678
+ // @public
679
+ export interface OperationResultsDescription {
680
+ readonly endTime?: string;
681
+ readonly id?: string;
682
+ readonly name?: string;
683
+ properties?: Record<string, unknown>;
684
+ readonly startTime?: string;
685
+ readonly status?: OperationResultStatus;
686
+ }
687
+
688
+ // @public
689
+ export interface OperationResultsGetOptionalParams extends coreClient.OperationOptions {
690
+ }
691
+
692
+ // @public
693
+ export type OperationResultsGetResponse = OperationResultsDescription;
694
+
695
+ // @public
696
+ export type OperationResultStatus = string;
697
+
698
+ // @public
699
+ export interface Operations {
700
+ list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<OperationDetail>;
701
+ }
702
+
703
+ // @public
704
+ export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
705
+ }
706
+
707
+ // @public
708
+ export type OperationsListNextResponse = ListOperations;
709
+
710
+ // @public
711
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
712
+ }
713
+
714
+ // @public
715
+ export type OperationsListResponse = ListOperations;
716
+
717
+ // @public
718
+ export interface PrivateEndpoint {
719
+ readonly id?: string;
720
+ }
721
+
722
+ // @public
723
+ export interface PrivateEndpointConnection extends Resource {
724
+ privateEndpoint?: PrivateEndpoint;
725
+ privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
726
+ readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
727
+ }
728
+
729
+ // @public
730
+ export interface PrivateEndpointConnectionDescription extends PrivateEndpointConnection {
731
+ readonly systemData?: SystemData;
732
+ }
733
+
734
+ // @public
735
+ export interface PrivateEndpointConnectionListResult {
736
+ value?: PrivateEndpointConnection[];
737
+ }
738
+
739
+ // @public
740
+ export interface PrivateEndpointConnectionListResultDescription {
741
+ value?: PrivateEndpointConnectionDescription[];
742
+ }
743
+
744
+ // @public
745
+ export type PrivateEndpointConnectionProvisioningState = string;
746
+
747
+ // @public
748
+ export interface PrivateEndpointConnections {
749
+ beginCreateOrUpdate(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionsCreateOrUpdateResponse>, PrivateEndpointConnectionsCreateOrUpdateResponse>>;
750
+ beginCreateOrUpdateAndWait(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnectionsCreateOrUpdateResponse>;
751
+ beginDelete(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
752
+ beginDeleteAndWait(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
753
+ get(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
754
+ listByService(resourceGroupName: string, resourceName: string, options?: PrivateEndpointConnectionsListByServiceOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnectionDescription>;
755
+ }
756
+
757
+ // @public
758
+ export interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
759
+ resumeFrom?: string;
760
+ updateIntervalInMs?: number;
761
+ }
762
+
763
+ // @public
764
+ export type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnectionDescription;
765
+
766
+ // @public
767
+ export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
768
+ resumeFrom?: string;
769
+ updateIntervalInMs?: number;
770
+ }
771
+
772
+ // @public
773
+ export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
774
+ }
775
+
776
+ // @public
777
+ export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnectionDescription;
778
+
779
+ // @public
780
+ export interface PrivateEndpointConnectionsListByServiceOptionalParams extends coreClient.OperationOptions {
781
+ }
782
+
783
+ // @public
784
+ export type PrivateEndpointConnectionsListByServiceResponse = PrivateEndpointConnectionListResultDescription;
785
+
786
+ // @public
787
+ export type PrivateEndpointServiceConnectionStatus = string;
788
+
789
+ // @public
790
+ export interface PrivateLinkResource extends Resource {
791
+ readonly groupId?: string;
792
+ readonly requiredMembers?: string[];
793
+ requiredZoneNames?: string[];
794
+ }
795
+
796
+ // @public
797
+ export interface PrivateLinkResourceDescription extends PrivateLinkResource {
798
+ readonly systemData?: SystemData;
799
+ }
800
+
801
+ // @public
802
+ export interface PrivateLinkResourceListResultDescription {
803
+ value?: PrivateLinkResourceDescription[];
804
+ }
805
+
806
+ // @public
807
+ export interface PrivateLinkResources {
808
+ get(resourceGroupName: string, resourceName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResourcesGetResponse>;
809
+ listByService(resourceGroupName: string, resourceName: string, options?: PrivateLinkResourcesListByServiceOptionalParams): Promise<PrivateLinkResourcesListByServiceResponse>;
810
+ }
811
+
812
+ // @public
813
+ export interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
814
+ }
815
+
816
+ // @public
817
+ export type PrivateLinkResourcesGetResponse = PrivateLinkResourceDescription;
818
+
819
+ // @public
820
+ export interface PrivateLinkResourcesListByServiceOptionalParams extends coreClient.OperationOptions {
821
+ }
822
+
823
+ // @public
824
+ export type PrivateLinkResourcesListByServiceResponse = PrivateLinkResourceListResultDescription;
825
+
826
+ // @public
827
+ export interface PrivateLinkServiceConnectionState {
828
+ actionsRequired?: string;
829
+ description?: string;
830
+ status?: PrivateEndpointServiceConnectionStatus;
831
+ }
832
+
833
+ // @public
834
+ export type ProvisioningState = string;
835
+
836
+ // @public
837
+ export type PublicNetworkAccess = string;
838
+
839
+ // @public
840
+ export interface Resource {
841
+ readonly id?: string;
842
+ readonly name?: string;
843
+ readonly type?: string;
844
+ }
845
+
846
+ // @public
847
+ export interface ResourceCore {
848
+ etag?: string;
849
+ readonly id?: string;
850
+ readonly name?: string;
851
+ readonly type?: string;
852
+ }
853
+
854
+ // @public
855
+ export interface ResourceTags {
856
+ tags?: {
857
+ [propertyName: string]: string;
858
+ };
859
+ }
860
+
861
+ // @public
862
+ export interface ResourceVersionPolicyConfiguration {
863
+ default?: FhirResourceVersionPolicy;
864
+ resourceTypeOverrides?: {
865
+ [propertyName: string]: FhirResourceVersionPolicy;
866
+ };
867
+ }
868
+
869
+ // @public
870
+ export interface ServiceAccessPolicyEntry {
871
+ objectId: string;
872
+ }
873
+
874
+ // @public
875
+ export interface ServiceAcrConfigurationInfo {
876
+ loginServers?: string[];
877
+ ociArtifacts?: ServiceOciArtifactEntry[];
878
+ }
879
+
880
+ // @public
881
+ export interface ServiceAuthenticationConfigurationInfo {
882
+ audience?: string;
883
+ authority?: string;
884
+ smartProxyEnabled?: boolean;
885
+ }
886
+
887
+ // @public
888
+ export interface ServiceCorsConfigurationInfo {
889
+ allowCredentials?: boolean;
890
+ headers?: string[];
891
+ maxAge?: number;
892
+ methods?: string[];
893
+ origins?: string[];
894
+ }
895
+
896
+ // @public
897
+ export interface ServiceCosmosDbConfigurationInfo {
898
+ crossTenantCmkApplicationId?: string;
899
+ keyVaultKeyUri?: string;
900
+ offerThroughput?: number;
901
+ }
902
+
903
+ // @public
904
+ export type ServiceEventState = string;
905
+
906
+ // @public
907
+ export interface ServiceExportConfigurationInfo {
908
+ storageAccountName?: string;
909
+ }
910
+
911
+ // @public
912
+ export interface ServiceImportConfigurationInfo {
913
+ enabled?: boolean;
914
+ initialImportMode?: boolean;
915
+ integrationDataStore?: string;
916
+ }
917
+
918
+ // @public
919
+ export interface ServiceManagedIdentity {
920
+ identity?: ServiceManagedIdentityIdentity;
921
+ }
922
+
923
+ // @public
924
+ export interface ServiceManagedIdentityIdentity {
925
+ readonly principalId?: string;
926
+ readonly tenantId?: string;
927
+ type: ServiceManagedIdentityType;
928
+ userAssignedIdentities?: {
929
+ [propertyName: string]: UserAssignedIdentity;
930
+ };
931
+ }
932
+
933
+ // @public
934
+ export type ServiceManagedIdentityType = string;
935
+
936
+ // @public
937
+ export type ServiceNameUnavailabilityReason = "Invalid" | "AlreadyExists";
938
+
939
+ // @public
940
+ export interface ServiceOciArtifactEntry {
941
+ digest?: string;
942
+ imageName?: string;
943
+ loginServer?: string;
944
+ }
945
+
946
+ // @public
947
+ export interface Services {
948
+ beginCreateOrUpdate(resourceGroupName: string, resourceName: string, serviceDescription: ServicesDescription, options?: ServicesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServicesCreateOrUpdateResponse>, ServicesCreateOrUpdateResponse>>;
949
+ beginCreateOrUpdateAndWait(resourceGroupName: string, resourceName: string, serviceDescription: ServicesDescription, options?: ServicesCreateOrUpdateOptionalParams): Promise<ServicesCreateOrUpdateResponse>;
950
+ beginDelete(resourceGroupName: string, resourceName: string, options?: ServicesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
951
+ beginDeleteAndWait(resourceGroupName: string, resourceName: string, options?: ServicesDeleteOptionalParams): Promise<void>;
952
+ beginUpdate(resourceGroupName: string, resourceName: string, servicePatchDescription: ServicesPatchDescription, options?: ServicesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServicesUpdateResponse>, ServicesUpdateResponse>>;
953
+ beginUpdateAndWait(resourceGroupName: string, resourceName: string, servicePatchDescription: ServicesPatchDescription, options?: ServicesUpdateOptionalParams): Promise<ServicesUpdateResponse>;
954
+ checkNameAvailability(checkNameAvailabilityInputs: CheckNameAvailabilityParameters, options?: ServicesCheckNameAvailabilityOptionalParams): Promise<ServicesCheckNameAvailabilityResponse>;
955
+ get(resourceGroupName: string, resourceName: string, options?: ServicesGetOptionalParams): Promise<ServicesGetResponse>;
956
+ list(options?: ServicesListOptionalParams): PagedAsyncIterableIterator<ServicesDescription>;
957
+ listByResourceGroup(resourceGroupName: string, options?: ServicesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ServicesDescription>;
958
+ }
959
+
960
+ // @public
961
+ export interface ServicesCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
962
+ }
963
+
964
+ // @public
965
+ export type ServicesCheckNameAvailabilityResponse = ServicesNameAvailabilityInfo;
966
+
967
+ // @public
968
+ export interface ServicesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
969
+ resumeFrom?: string;
970
+ updateIntervalInMs?: number;
971
+ }
972
+
973
+ // @public
974
+ export type ServicesCreateOrUpdateResponse = ServicesDescription;
975
+
976
+ // @public
977
+ export interface ServicesDeleteOptionalParams extends coreClient.OperationOptions {
978
+ resumeFrom?: string;
979
+ updateIntervalInMs?: number;
980
+ }
981
+
982
+ // @public
983
+ export interface ServicesDescription extends ServicesResource {
984
+ properties?: ServicesProperties;
985
+ readonly systemData?: SystemData;
986
+ }
987
+
988
+ // @public
989
+ export interface ServicesDescriptionListResult {
990
+ nextLink?: string;
991
+ value?: ServicesDescription[];
992
+ }
993
+
994
+ // @public
995
+ export interface ServicesGetOptionalParams extends coreClient.OperationOptions {
996
+ }
997
+
998
+ // @public
999
+ export type ServicesGetResponse = ServicesDescription;
1000
+
1001
+ // @public
1002
+ export interface ServicesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1003
+ }
1004
+
1005
+ // @public
1006
+ export type ServicesListByResourceGroupNextResponse = ServicesDescriptionListResult;
1007
+
1008
+ // @public
1009
+ export interface ServicesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1010
+ }
1011
+
1012
+ // @public
1013
+ export type ServicesListByResourceGroupResponse = ServicesDescriptionListResult;
1014
+
1015
+ // @public
1016
+ export interface ServicesListNextOptionalParams extends coreClient.OperationOptions {
1017
+ }
1018
+
1019
+ // @public
1020
+ export type ServicesListNextResponse = ServicesDescriptionListResult;
1021
+
1022
+ // @public
1023
+ export interface ServicesListOptionalParams extends coreClient.OperationOptions {
1024
+ }
1025
+
1026
+ // @public
1027
+ export type ServicesListResponse = ServicesDescriptionListResult;
1028
+
1029
+ // @public
1030
+ export interface ServicesNameAvailabilityInfo {
1031
+ message?: string;
1032
+ readonly nameAvailable?: boolean;
1033
+ readonly reason?: ServiceNameUnavailabilityReason;
1034
+ }
1035
+
1036
+ // @public
1037
+ export interface ServicesPatchDescription {
1038
+ publicNetworkAccess?: PublicNetworkAccess;
1039
+ tags?: {
1040
+ [propertyName: string]: string;
1041
+ };
1042
+ }
1043
+
1044
+ // @public
1045
+ export interface ServiceSpecification {
1046
+ logSpecifications?: LogSpecification[];
1047
+ metricSpecifications?: MetricSpecification[];
1048
+ }
1049
+
1050
+ // @public
1051
+ export interface ServicesProperties {
1052
+ accessPolicies?: ServiceAccessPolicyEntry[];
1053
+ acrConfiguration?: ServiceAcrConfigurationInfo;
1054
+ authenticationConfiguration?: ServiceAuthenticationConfigurationInfo;
1055
+ corsConfiguration?: ServiceCorsConfigurationInfo;
1056
+ cosmosDbConfiguration?: ServiceCosmosDbConfigurationInfo;
1057
+ exportConfiguration?: ServiceExportConfigurationInfo;
1058
+ importConfiguration?: ServiceImportConfigurationInfo;
1059
+ privateEndpointConnections?: PrivateEndpointConnection[];
1060
+ readonly provisioningState?: ProvisioningState;
1061
+ publicNetworkAccess?: PublicNetworkAccess;
1062
+ }
1063
+
1064
+ // @public
1065
+ export interface ServicesResource {
1066
+ etag?: string;
1067
+ readonly id?: string;
1068
+ identity?: ServicesResourceIdentity;
1069
+ kind: Kind;
1070
+ location: string;
1071
+ readonly name?: string;
1072
+ tags?: {
1073
+ [propertyName: string]: string;
1074
+ };
1075
+ readonly type?: string;
1076
+ }
1077
+
1078
+ // @public
1079
+ export interface ServicesResourceIdentity {
1080
+ readonly principalId?: string;
1081
+ readonly tenantId?: string;
1082
+ type?: ManagedServiceIdentityType;
1083
+ }
1084
+
1085
+ // @public
1086
+ export interface ServicesUpdateOptionalParams extends coreClient.OperationOptions {
1087
+ resumeFrom?: string;
1088
+ updateIntervalInMs?: number;
1089
+ }
1090
+
1091
+ // @public
1092
+ export type ServicesUpdateResponse = ServicesDescription;
1093
+
1094
+ // @public
1095
+ export type SmartDataActions = string;
1096
+
1097
+ // @public
1098
+ export interface SmartIdentityProviderApplication {
1099
+ allowedDataActions?: SmartDataActions[];
1100
+ audience?: string;
1101
+ clientId?: string;
1102
+ }
1103
+
1104
+ // @public
1105
+ export interface SmartIdentityProviderConfiguration {
1106
+ applications?: SmartIdentityProviderApplication[];
1107
+ authority?: string;
1108
+ }
1109
+
1110
+ // @public
1111
+ export interface StorageConfiguration {
1112
+ fileSystemName?: string;
1113
+ storageResourceId?: string;
1114
+ }
1115
+
1116
+ // @public
1117
+ export interface SystemData {
1118
+ createdAt?: Date;
1119
+ createdBy?: string;
1120
+ createdByType?: CreatedByType;
1121
+ lastModifiedAt?: Date;
1122
+ lastModifiedBy?: string;
1123
+ lastModifiedByType?: CreatedByType;
1124
+ }
1125
+
1126
+ // @public
1127
+ export interface TaggedResource extends ResourceTags, LocationBasedResource {
1128
+ }
1129
+
1130
+ // @public
1131
+ export interface UserAssignedIdentity {
1132
+ readonly clientId?: string;
1133
+ readonly principalId?: string;
1134
+ }
1135
+
1136
+ // @public
1137
+ export interface Workspace extends TaggedResource {
1138
+ properties?: WorkspaceProperties;
1139
+ readonly systemData?: SystemData;
1140
+ }
1141
+
1142
+ // @public
1143
+ export interface WorkspaceList {
1144
+ nextLink?: string;
1145
+ value?: Workspace[];
1146
+ }
1147
+
1148
+ // @public
1149
+ export interface WorkspacePatchResource extends ResourceTags {
1150
+ }
1151
+
1152
+ // @public
1153
+ export interface WorkspacePrivateEndpointConnections {
1154
+ beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnectionDescription, options?: WorkspacePrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<WorkspacePrivateEndpointConnectionsCreateOrUpdateResponse>, WorkspacePrivateEndpointConnectionsCreateOrUpdateResponse>>;
1155
+ beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnectionDescription, options?: WorkspacePrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<WorkspacePrivateEndpointConnectionsCreateOrUpdateResponse>;
1156
+ beginDelete(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: WorkspacePrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
1157
+ beginDeleteAndWait(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: WorkspacePrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
1158
+ get(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: WorkspacePrivateEndpointConnectionsGetOptionalParams): Promise<WorkspacePrivateEndpointConnectionsGetResponse>;
1159
+ listByWorkspace(resourceGroupName: string, workspaceName: string, options?: WorkspacePrivateEndpointConnectionsListByWorkspaceOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnectionDescription>;
1160
+ }
1161
+
1162
+ // @public
1163
+ export interface WorkspacePrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1164
+ resumeFrom?: string;
1165
+ updateIntervalInMs?: number;
1166
+ }
1167
+
1168
+ // @public
1169
+ export type WorkspacePrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnectionDescription;
1170
+
1171
+ // @public
1172
+ export interface WorkspacePrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
1173
+ resumeFrom?: string;
1174
+ updateIntervalInMs?: number;
1175
+ }
1176
+
1177
+ // @public
1178
+ export interface WorkspacePrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
1179
+ }
1180
+
1181
+ // @public
1182
+ export type WorkspacePrivateEndpointConnectionsGetResponse = PrivateEndpointConnectionDescription;
1183
+
1184
+ // @public
1185
+ export interface WorkspacePrivateEndpointConnectionsListByWorkspaceOptionalParams extends coreClient.OperationOptions {
1186
+ }
1187
+
1188
+ // @public
1189
+ export type WorkspacePrivateEndpointConnectionsListByWorkspaceResponse = PrivateEndpointConnectionListResultDescription;
1190
+
1191
+ // @public
1192
+ export interface WorkspacePrivateLinkResources {
1193
+ get(resourceGroupName: string, workspaceName: string, groupName: string, options?: WorkspacePrivateLinkResourcesGetOptionalParams): Promise<WorkspacePrivateLinkResourcesGetResponse>;
1194
+ listByWorkspace(resourceGroupName: string, workspaceName: string, options?: WorkspacePrivateLinkResourcesListByWorkspaceOptionalParams): PagedAsyncIterableIterator<PrivateLinkResourceDescription>;
1195
+ }
1196
+
1197
+ // @public
1198
+ export interface WorkspacePrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
1199
+ }
1200
+
1201
+ // @public
1202
+ export type WorkspacePrivateLinkResourcesGetResponse = PrivateLinkResourceDescription;
1203
+
1204
+ // @public
1205
+ export interface WorkspacePrivateLinkResourcesListByWorkspaceOptionalParams extends coreClient.OperationOptions {
1206
+ }
1207
+
1208
+ // @public
1209
+ export type WorkspacePrivateLinkResourcesListByWorkspaceResponse = PrivateLinkResourceListResultDescription;
1210
+
1211
+ // @public
1212
+ export interface WorkspaceProperties {
1213
+ readonly privateEndpointConnections?: PrivateEndpointConnection[];
1214
+ readonly provisioningState?: ProvisioningState;
1215
+ publicNetworkAccess?: PublicNetworkAccess;
1216
+ }
1217
+
1218
+ // @public
1219
+ export interface Workspaces {
1220
+ beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, workspace: Workspace, options?: WorkspacesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<WorkspacesCreateOrUpdateResponse>, WorkspacesCreateOrUpdateResponse>>;
1221
+ beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, workspace: Workspace, options?: WorkspacesCreateOrUpdateOptionalParams): Promise<WorkspacesCreateOrUpdateResponse>;
1222
+ beginDelete(resourceGroupName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
1223
+ beginDeleteAndWait(resourceGroupName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams): Promise<void>;
1224
+ beginUpdate(resourceGroupName: string, workspaceName: string, workspacePatchResource: WorkspacePatchResource, options?: WorkspacesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<WorkspacesUpdateResponse>, WorkspacesUpdateResponse>>;
1225
+ beginUpdateAndWait(resourceGroupName: string, workspaceName: string, workspacePatchResource: WorkspacePatchResource, options?: WorkspacesUpdateOptionalParams): Promise<WorkspacesUpdateResponse>;
1226
+ get(resourceGroupName: string, workspaceName: string, options?: WorkspacesGetOptionalParams): Promise<WorkspacesGetResponse>;
1227
+ listByResourceGroup(resourceGroupName: string, options?: WorkspacesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Workspace>;
1228
+ listBySubscription(options?: WorkspacesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Workspace>;
1229
+ }
1230
+
1231
+ // @public
1232
+ export interface WorkspacesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1233
+ resumeFrom?: string;
1234
+ updateIntervalInMs?: number;
1235
+ }
1236
+
1237
+ // @public
1238
+ export type WorkspacesCreateOrUpdateResponse = Workspace;
1239
+
1240
+ // @public
1241
+ export interface WorkspacesDeleteOptionalParams extends coreClient.OperationOptions {
1242
+ resumeFrom?: string;
1243
+ updateIntervalInMs?: number;
1244
+ }
1245
+
1246
+ // @public
1247
+ export interface WorkspacesGetOptionalParams extends coreClient.OperationOptions {
1248
+ }
1249
+
1250
+ // @public
1251
+ export type WorkspacesGetResponse = Workspace;
1252
+
1253
+ // @public
1254
+ export interface WorkspacesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1255
+ }
1256
+
1257
+ // @public
1258
+ export type WorkspacesListByResourceGroupNextResponse = WorkspaceList;
1259
+
1260
+ // @public
1261
+ export interface WorkspacesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1262
+ }
1263
+
1264
+ // @public
1265
+ export type WorkspacesListByResourceGroupResponse = WorkspaceList;
1266
+
1267
+ // @public
1268
+ export interface WorkspacesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
1269
+ }
1270
+
1271
+ // @public
1272
+ export type WorkspacesListBySubscriptionNextResponse = WorkspaceList;
1273
+
1274
+ // @public
1275
+ export interface WorkspacesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
1276
+ }
1277
+
1278
+ // @public
1279
+ export type WorkspacesListBySubscriptionResponse = WorkspaceList;
1280
+
1281
+ // @public
1282
+ export interface WorkspacesUpdateOptionalParams extends coreClient.OperationOptions {
1283
+ resumeFrom?: string;
1284
+ updateIntervalInMs?: number;
1285
+ }
1286
+
1287
+ // @public
1288
+ export type WorkspacesUpdateResponse = Workspace;
1289
+
1290
+ // (No @packageDocumentation comment for this package)
1291
+
1292
+ ```