@azure/arm-healthdataaiservices 1.0.0-alpha.20250718.1 → 1.0.0-alpha.20250730.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/api/deidServices/index.js +18 -12
- package/dist/browser/api/deidServices/index.js.map +1 -1
- package/dist/browser/api/healthDataAIServicesContext.js +11 -8
- package/dist/browser/api/healthDataAIServicesContext.js.map +1 -1
- package/dist/browser/api/operations/index.js +1 -1
- package/dist/browser/api/operations/index.js.map +1 -1
- package/dist/browser/api/privateEndpointConnections/index.js +11 -8
- package/dist/browser/api/privateEndpointConnections/index.js.map +1 -1
- package/dist/browser/api/privateLinks/index.js +1 -1
- package/dist/browser/api/privateLinks/index.js.map +1 -1
- package/dist/browser/classic/deidServices/index.js +3 -1
- package/dist/browser/classic/deidServices/index.js.map +1 -1
- package/dist/browser/classic/operations/index.js +3 -1
- package/dist/browser/classic/operations/index.js.map +1 -1
- package/dist/browser/classic/privateEndpointConnections/index.js +3 -1
- package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -1
- package/dist/browser/classic/privateLinks/index.js +3 -1
- package/dist/browser/classic/privateLinks/index.js.map +1 -1
- package/dist/browser/healthDataAIServicesClient.js +16 -3
- package/dist/browser/healthDataAIServicesClient.js.map +1 -1
- package/dist/browser/restorePollerHelpers.js +11 -13
- package/dist/browser/restorePollerHelpers.js.map +1 -1
- package/dist/browser/static-helpers/pagingHelpers.js +31 -50
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/browser/static-helpers/pollingHelpers.js +14 -11
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -1
- package/dist/commonjs/api/deidServices/index.js +18 -12
- package/dist/commonjs/api/deidServices/index.js.map +1 -1
- package/dist/commonjs/api/healthDataAIServicesContext.js +11 -8
- package/dist/commonjs/api/healthDataAIServicesContext.js.map +1 -1
- package/dist/commonjs/api/operations/index.js +1 -1
- package/dist/commonjs/api/operations/index.js.map +1 -1
- package/dist/commonjs/api/privateEndpointConnections/index.js +11 -8
- package/dist/commonjs/api/privateEndpointConnections/index.js.map +1 -1
- package/dist/commonjs/api/privateLinks/index.js +1 -1
- package/dist/commonjs/api/privateLinks/index.js.map +1 -1
- package/dist/commonjs/classic/deidServices/index.js +3 -1
- package/dist/commonjs/classic/deidServices/index.js.map +1 -1
- package/dist/commonjs/classic/operations/index.js +3 -1
- package/dist/commonjs/classic/operations/index.js.map +1 -1
- package/dist/commonjs/classic/privateEndpointConnections/index.js +3 -1
- package/dist/commonjs/classic/privateEndpointConnections/index.js.map +1 -1
- package/dist/commonjs/classic/privateLinks/index.js +3 -1
- package/dist/commonjs/classic/privateLinks/index.js.map +1 -1
- package/dist/commonjs/healthDataAIServicesClient.js +16 -3
- package/dist/commonjs/healthDataAIServicesClient.js.map +1 -1
- package/dist/commonjs/restorePollerHelpers.js +11 -13
- package/dist/commonjs/restorePollerHelpers.js.map +1 -1
- package/dist/commonjs/static-helpers/pagingHelpers.js +31 -50
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/commonjs/static-helpers/pollingHelpers.js +14 -11
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/api/deidServices/index.js +18 -12
- package/dist/esm/api/deidServices/index.js.map +1 -1
- package/dist/esm/api/healthDataAIServicesContext.js +11 -8
- package/dist/esm/api/healthDataAIServicesContext.js.map +1 -1
- package/dist/esm/api/operations/index.js +1 -1
- package/dist/esm/api/operations/index.js.map +1 -1
- package/dist/esm/api/privateEndpointConnections/index.js +11 -8
- package/dist/esm/api/privateEndpointConnections/index.js.map +1 -1
- package/dist/esm/api/privateLinks/index.js +1 -1
- package/dist/esm/api/privateLinks/index.js.map +1 -1
- package/dist/esm/classic/deidServices/index.js +3 -1
- package/dist/esm/classic/deidServices/index.js.map +1 -1
- package/dist/esm/classic/operations/index.js +3 -1
- package/dist/esm/classic/operations/index.js.map +1 -1
- package/dist/esm/classic/privateEndpointConnections/index.js +3 -1
- package/dist/esm/classic/privateEndpointConnections/index.js.map +1 -1
- package/dist/esm/classic/privateLinks/index.js +3 -1
- package/dist/esm/classic/privateLinks/index.js.map +1 -1
- package/dist/esm/healthDataAIServicesClient.js +16 -3
- package/dist/esm/healthDataAIServicesClient.js.map +1 -1
- package/dist/esm/restorePollerHelpers.js +11 -13
- package/dist/esm/restorePollerHelpers.js.map +1 -1
- package/dist/esm/static-helpers/pagingHelpers.js +31 -50
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/esm/static-helpers/pollingHelpers.js +14 -11
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -1
- package/dist/react-native/api/deidServices/index.js +18 -12
- package/dist/react-native/api/deidServices/index.js.map +1 -1
- package/dist/react-native/api/healthDataAIServicesContext.js +11 -8
- package/dist/react-native/api/healthDataAIServicesContext.js.map +1 -1
- package/dist/react-native/api/operations/index.js +1 -1
- package/dist/react-native/api/operations/index.js.map +1 -1
- package/dist/react-native/api/privateEndpointConnections/index.js +11 -8
- package/dist/react-native/api/privateEndpointConnections/index.js.map +1 -1
- package/dist/react-native/api/privateLinks/index.js +1 -1
- package/dist/react-native/api/privateLinks/index.js.map +1 -1
- package/dist/react-native/classic/deidServices/index.js +3 -1
- package/dist/react-native/classic/deidServices/index.js.map +1 -1
- package/dist/react-native/classic/operations/index.js +3 -1
- package/dist/react-native/classic/operations/index.js.map +1 -1
- package/dist/react-native/classic/privateEndpointConnections/index.js +3 -1
- package/dist/react-native/classic/privateEndpointConnections/index.js.map +1 -1
- package/dist/react-native/classic/privateLinks/index.js +3 -1
- package/dist/react-native/classic/privateLinks/index.js.map +1 -1
- package/dist/react-native/healthDataAIServicesClient.js +16 -3
- package/dist/react-native/healthDataAIServicesClient.js.map +1 -1
- package/dist/react-native/restorePollerHelpers.js +11 -13
- package/dist/react-native/restorePollerHelpers.js.map +1 -1
- package/dist/react-native/static-helpers/pagingHelpers.js +31 -50
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/react-native/static-helpers/pollingHelpers.js +14 -11
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -1
- package/package.json +2 -2
- package/review/arm-healthdataaiservices-models-node.api.md +225 -225
- package/review/arm-healthdataaiservices-node.api.md +357 -357
|
@@ -1,357 +1,357 @@
|
|
|
1
|
-
## API Report File for "@azure/arm-healthdataaiservices"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
import { AbortSignalLike } from '@azure/abort-controller';
|
|
8
|
-
import { ClientOptions } from '@azure-rest/core-client';
|
|
9
|
-
import { OperationOptions } from '@azure-rest/core-client';
|
|
10
|
-
import { OperationState } from '@azure/core-lro';
|
|
11
|
-
import { PathUncheckedResponse } from '@azure-rest/core-client';
|
|
12
|
-
import { Pipeline } from '@azure/core-rest-pipeline';
|
|
13
|
-
import { PollerLike } from '@azure/core-lro';
|
|
14
|
-
import { TokenCredential } from '@azure/core-auth';
|
|
15
|
-
|
|
16
|
-
// @public
|
|
17
|
-
export type ActionType = string;
|
|
18
|
-
|
|
19
|
-
// @public
|
|
20
|
-
export type ContinuablePage<TElement, TPage = TElement[]> = TPage & {
|
|
21
|
-
continuationToken?: string;
|
|
22
|
-
};
|
|
23
|
-
|
|
24
|
-
// @public
|
|
25
|
-
export type CreatedByType = string;
|
|
26
|
-
|
|
27
|
-
// @public
|
|
28
|
-
export interface DeidPropertiesUpdate {
|
|
29
|
-
publicNetworkAccess?: PublicNetworkAccess;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
// @public
|
|
33
|
-
export interface DeidService extends TrackedResource {
|
|
34
|
-
identity?: ManagedServiceIdentity;
|
|
35
|
-
properties?: DeidServiceProperties;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
// @public
|
|
39
|
-
export interface DeidServiceProperties {
|
|
40
|
-
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
41
|
-
readonly provisioningState?: ProvisioningState;
|
|
42
|
-
publicNetworkAccess?: PublicNetworkAccess;
|
|
43
|
-
readonly serviceUrl?: string;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
// @public
|
|
47
|
-
export interface DeidServicesCreateOptionalParams extends OperationOptions {
|
|
48
|
-
updateIntervalInMs?: number;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
// @public
|
|
52
|
-
export interface DeidServicesDeleteOptionalParams extends OperationOptions {
|
|
53
|
-
updateIntervalInMs?: number;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
// @public
|
|
57
|
-
export interface DeidServicesGetOptionalParams extends OperationOptions {
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
// @public
|
|
61
|
-
export interface DeidServicesListByResourceGroupOptionalParams extends OperationOptions {
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
// @public
|
|
65
|
-
export interface DeidServicesListBySubscriptionOptionalParams extends OperationOptions {
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
// @public
|
|
69
|
-
export interface DeidServicesOperations {
|
|
70
|
-
create: (resourceGroupName: string, deidServiceName: string, resource: DeidService, options?: DeidServicesCreateOptionalParams) => PollerLike<OperationState<DeidService>, DeidService>;
|
|
71
|
-
delete: (resourceGroupName: string, deidServiceName: string, options?: DeidServicesDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
|
|
72
|
-
get: (resourceGroupName: string, deidServiceName: string, options?: DeidServicesGetOptionalParams) => Promise<DeidService>;
|
|
73
|
-
listByResourceGroup: (resourceGroupName: string, options?: DeidServicesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<DeidService>;
|
|
74
|
-
listBySubscription: (options?: DeidServicesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<DeidService>;
|
|
75
|
-
update: (resourceGroupName: string, deidServiceName: string, properties: DeidUpdate, options?: DeidServicesUpdateOptionalParams) => PollerLike<OperationState<DeidService>, DeidService>;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
// @public
|
|
79
|
-
export interface DeidServicesUpdateOptionalParams extends OperationOptions {
|
|
80
|
-
updateIntervalInMs?: number;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
// @public
|
|
84
|
-
export interface DeidUpdate {
|
|
85
|
-
identity?: ManagedServiceIdentityUpdate;
|
|
86
|
-
properties?: DeidPropertiesUpdate;
|
|
87
|
-
tags?: Record<string, string>;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
// @public (undocumented)
|
|
91
|
-
export class HealthDataAIServicesClient {
|
|
92
|
-
constructor(credential: TokenCredential, subscriptionId: string, options?: HealthDataAIServicesClientOptionalParams);
|
|
93
|
-
readonly deidServices: DeidServicesOperations;
|
|
94
|
-
readonly operations: OperationsOperations;
|
|
95
|
-
readonly pipeline: Pipeline;
|
|
96
|
-
readonly privateEndpointConnections: PrivateEndpointConnectionsOperations;
|
|
97
|
-
readonly privateLinks: PrivateLinksOperations;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
// @public
|
|
101
|
-
export interface HealthDataAIServicesClientOptionalParams extends ClientOptions {
|
|
102
|
-
apiVersion?: string;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
// @public
|
|
106
|
-
export enum KnownActionType {
|
|
107
|
-
Internal = "Internal"
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
// @public
|
|
111
|
-
export enum KnownCreatedByType {
|
|
112
|
-
Application = "Application",
|
|
113
|
-
Key = "Key",
|
|
114
|
-
ManagedIdentity = "ManagedIdentity",
|
|
115
|
-
User = "User"
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
// @public
|
|
119
|
-
export enum KnownManagedServiceIdentityType {
|
|
120
|
-
None = "None",
|
|
121
|
-
SystemAssigned = "SystemAssigned",
|
|
122
|
-
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned",
|
|
123
|
-
UserAssigned = "UserAssigned"
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
// @public
|
|
127
|
-
export enum KnownOrigin {
|
|
128
|
-
System = "system",
|
|
129
|
-
User = "user",
|
|
130
|
-
UserSystem = "user,system"
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
// @public
|
|
134
|
-
export enum KnownPrivateEndpointConnectionProvisioningState {
|
|
135
|
-
Creating = "Creating",
|
|
136
|
-
Deleting = "Deleting",
|
|
137
|
-
Failed = "Failed",
|
|
138
|
-
Succeeded = "Succeeded"
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
// @public
|
|
142
|
-
export enum KnownPrivateEndpointServiceConnectionStatus {
|
|
143
|
-
Approved = "Approved",
|
|
144
|
-
Pending = "Pending",
|
|
145
|
-
Rejected = "Rejected"
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
// @public
|
|
149
|
-
export enum KnownProvisioningState {
|
|
150
|
-
Accepted = "Accepted",
|
|
151
|
-
Canceled = "Canceled",
|
|
152
|
-
Deleting = "Deleting",
|
|
153
|
-
Failed = "Failed",
|
|
154
|
-
Provisioning = "Provisioning",
|
|
155
|
-
Succeeded = "Succeeded",
|
|
156
|
-
Updating = "Updating"
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
// @public
|
|
160
|
-
export enum KnownVersions {
|
|
161
|
-
V2024_09_20 = "2024-09-20"
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
// @public
|
|
165
|
-
export interface ManagedServiceIdentity {
|
|
166
|
-
readonly principalId?: string;
|
|
167
|
-
readonly tenantId?: string;
|
|
168
|
-
type: ManagedServiceIdentityType;
|
|
169
|
-
userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
// @public
|
|
173
|
-
export type ManagedServiceIdentityType = string;
|
|
174
|
-
|
|
175
|
-
// @public
|
|
176
|
-
export interface ManagedServiceIdentityUpdate {
|
|
177
|
-
type?: ManagedServiceIdentityType;
|
|
178
|
-
userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
// @public
|
|
182
|
-
export interface Operation {
|
|
183
|
-
actionType?: ActionType;
|
|
184
|
-
readonly display?: OperationDisplay;
|
|
185
|
-
readonly isDataAction?: boolean;
|
|
186
|
-
readonly name?: string;
|
|
187
|
-
readonly origin?: Origin;
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
// @public
|
|
191
|
-
export interface OperationDisplay {
|
|
192
|
-
readonly description?: string;
|
|
193
|
-
readonly operation?: string;
|
|
194
|
-
readonly provider?: string;
|
|
195
|
-
readonly resource?: string;
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
// @public
|
|
199
|
-
export interface OperationsListOptionalParams extends OperationOptions {
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
// @public
|
|
203
|
-
export interface OperationsOperations {
|
|
204
|
-
list: (options?: OperationsListOptionalParams) => PagedAsyncIterableIterator<Operation>;
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
// @public
|
|
208
|
-
export type Origin = string;
|
|
209
|
-
|
|
210
|
-
// @public
|
|
211
|
-
export interface PagedAsyncIterableIterator<TElement, TPage = TElement[], TPageSettings extends PageSettings = PageSettings> {
|
|
212
|
-
[Symbol.asyncIterator](): PagedAsyncIterableIterator<TElement, TPage, TPageSettings>;
|
|
213
|
-
byPage: (settings?: TPageSettings) => AsyncIterableIterator<ContinuablePage<TElement, TPage>>;
|
|
214
|
-
next(): Promise<IteratorResult<TElement>>;
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
// @public
|
|
218
|
-
export interface PageSettings {
|
|
219
|
-
continuationToken?: string;
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
// @public
|
|
223
|
-
export interface PrivateEndpoint {
|
|
224
|
-
readonly id?: string;
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
// @public
|
|
228
|
-
export interface PrivateEndpointConnection extends Resource {
|
|
229
|
-
properties?: PrivateEndpointConnectionProperties;
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
// @public
|
|
233
|
-
export interface PrivateEndpointConnectionProperties {
|
|
234
|
-
readonly groupIds?: string[];
|
|
235
|
-
privateEndpoint?: PrivateEndpoint;
|
|
236
|
-
privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;
|
|
237
|
-
readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
// @public
|
|
241
|
-
export type PrivateEndpointConnectionProvisioningState = string;
|
|
242
|
-
|
|
243
|
-
// @public
|
|
244
|
-
export interface PrivateEndpointConnectionResource extends ProxyResource {
|
|
245
|
-
properties?: PrivateEndpointConnectionProperties;
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
// @public
|
|
249
|
-
export interface PrivateEndpointConnectionsCreateOptionalParams extends OperationOptions {
|
|
250
|
-
updateIntervalInMs?: number;
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
// @public
|
|
254
|
-
export interface PrivateEndpointConnectionsDeleteOptionalParams extends OperationOptions {
|
|
255
|
-
updateIntervalInMs?: number;
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
// @public
|
|
259
|
-
export interface PrivateEndpointConnectionsGetOptionalParams extends OperationOptions {
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
// @public
|
|
263
|
-
export interface PrivateEndpointConnectionsListByDeidServiceOptionalParams extends OperationOptions {
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
// @public
|
|
267
|
-
export interface PrivateEndpointConnectionsOperations {
|
|
268
|
-
create: (resourceGroupName: string, deidServiceName: string, privateEndpointConnectionName: string, resource: PrivateEndpointConnectionResource, options?: PrivateEndpointConnectionsCreateOptionalParams) => PollerLike<OperationState<PrivateEndpointConnectionResource>, PrivateEndpointConnectionResource>;
|
|
269
|
-
delete: (resourceGroupName: string, deidServiceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
|
|
270
|
-
get: (resourceGroupName: string, deidServiceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams) => Promise<PrivateEndpointConnectionResource>;
|
|
271
|
-
listByDeidService: (resourceGroupName: string, deidServiceName: string, options?: PrivateEndpointConnectionsListByDeidServiceOptionalParams) => PagedAsyncIterableIterator<PrivateEndpointConnectionResource>;
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
// @public
|
|
275
|
-
export type PrivateEndpointServiceConnectionStatus = string;
|
|
276
|
-
|
|
277
|
-
// @public
|
|
278
|
-
export interface PrivateLinkResource extends ProxyResource {
|
|
279
|
-
properties?: PrivateLinkResourceProperties;
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
// @public
|
|
283
|
-
export interface PrivateLinkResourceProperties {
|
|
284
|
-
readonly groupId?: string;
|
|
285
|
-
readonly requiredMembers?: string[];
|
|
286
|
-
requiredZoneNames?: string[];
|
|
287
|
-
}
|
|
288
|
-
|
|
289
|
-
// @public
|
|
290
|
-
export interface PrivateLinkServiceConnectionState {
|
|
291
|
-
actionsRequired?: string;
|
|
292
|
-
description?: string;
|
|
293
|
-
status?: PrivateEndpointServiceConnectionStatus;
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
// @public
|
|
297
|
-
export interface PrivateLinksListByDeidServiceOptionalParams extends OperationOptions {
|
|
298
|
-
}
|
|
299
|
-
|
|
300
|
-
// @public
|
|
301
|
-
export interface PrivateLinksOperations {
|
|
302
|
-
listByDeidService: (resourceGroupName: string, deidServiceName: string, options?: PrivateLinksListByDeidServiceOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource>;
|
|
303
|
-
}
|
|
304
|
-
|
|
305
|
-
// @public
|
|
306
|
-
export type ProvisioningState = string;
|
|
307
|
-
|
|
308
|
-
// @public
|
|
309
|
-
export interface ProxyResource extends Resource {
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
// @public
|
|
313
|
-
export type PublicNetworkAccess = "Enabled" | "Disabled";
|
|
314
|
-
|
|
315
|
-
// @public
|
|
316
|
-
export interface Resource {
|
|
317
|
-
readonly id?: string;
|
|
318
|
-
readonly name?: string;
|
|
319
|
-
readonly systemData?: SystemData;
|
|
320
|
-
readonly type?: string;
|
|
321
|
-
}
|
|
322
|
-
|
|
323
|
-
// @public
|
|
324
|
-
export function restorePoller<TResponse extends PathUncheckedResponse, TResult>(client: HealthDataAIServicesClient, serializedState: string, sourceOperation: (...args: any[]) => PollerLike<OperationState<TResult>, TResult>, options?: RestorePollerOptions<TResult>): PollerLike<OperationState<TResult>, TResult>;
|
|
325
|
-
|
|
326
|
-
// @public (undocumented)
|
|
327
|
-
export interface RestorePollerOptions<TResult, TResponse extends PathUncheckedResponse = PathUncheckedResponse> extends OperationOptions {
|
|
328
|
-
abortSignal?: AbortSignalLike;
|
|
329
|
-
processResponseBody?: (result: TResponse) => Promise<TResult>;
|
|
330
|
-
updateIntervalInMs?: number;
|
|
331
|
-
}
|
|
332
|
-
|
|
333
|
-
// @public
|
|
334
|
-
export interface SystemData {
|
|
335
|
-
createdAt?: Date;
|
|
336
|
-
createdBy?: string;
|
|
337
|
-
createdByType?: CreatedByType;
|
|
338
|
-
lastModifiedAt?: Date;
|
|
339
|
-
lastModifiedBy?: string;
|
|
340
|
-
lastModifiedByType?: CreatedByType;
|
|
341
|
-
}
|
|
342
|
-
|
|
343
|
-
// @public
|
|
344
|
-
export interface TrackedResource extends Resource {
|
|
345
|
-
location: string;
|
|
346
|
-
tags?: Record<string, string>;
|
|
347
|
-
}
|
|
348
|
-
|
|
349
|
-
// @public
|
|
350
|
-
export interface UserAssignedIdentity {
|
|
351
|
-
readonly clientId?: string;
|
|
352
|
-
readonly principalId?: string;
|
|
353
|
-
}
|
|
354
|
-
|
|
355
|
-
// (No @packageDocumentation comment for this package)
|
|
356
|
-
|
|
357
|
-
```
|
|
1
|
+
## API Report File for "@azure/arm-healthdataaiservices"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import { AbortSignalLike } from '@azure/abort-controller';
|
|
8
|
+
import { ClientOptions } from '@azure-rest/core-client';
|
|
9
|
+
import { OperationOptions } from '@azure-rest/core-client';
|
|
10
|
+
import { OperationState } from '@azure/core-lro';
|
|
11
|
+
import { PathUncheckedResponse } from '@azure-rest/core-client';
|
|
12
|
+
import { Pipeline } from '@azure/core-rest-pipeline';
|
|
13
|
+
import { PollerLike } from '@azure/core-lro';
|
|
14
|
+
import { TokenCredential } from '@azure/core-auth';
|
|
15
|
+
|
|
16
|
+
// @public
|
|
17
|
+
export type ActionType = string;
|
|
18
|
+
|
|
19
|
+
// @public
|
|
20
|
+
export type ContinuablePage<TElement, TPage = TElement[]> = TPage & {
|
|
21
|
+
continuationToken?: string;
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
// @public
|
|
25
|
+
export type CreatedByType = string;
|
|
26
|
+
|
|
27
|
+
// @public
|
|
28
|
+
export interface DeidPropertiesUpdate {
|
|
29
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
// @public
|
|
33
|
+
export interface DeidService extends TrackedResource {
|
|
34
|
+
identity?: ManagedServiceIdentity;
|
|
35
|
+
properties?: DeidServiceProperties;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
// @public
|
|
39
|
+
export interface DeidServiceProperties {
|
|
40
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
41
|
+
readonly provisioningState?: ProvisioningState;
|
|
42
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
43
|
+
readonly serviceUrl?: string;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
// @public
|
|
47
|
+
export interface DeidServicesCreateOptionalParams extends OperationOptions {
|
|
48
|
+
updateIntervalInMs?: number;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
// @public
|
|
52
|
+
export interface DeidServicesDeleteOptionalParams extends OperationOptions {
|
|
53
|
+
updateIntervalInMs?: number;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
// @public
|
|
57
|
+
export interface DeidServicesGetOptionalParams extends OperationOptions {
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
// @public
|
|
61
|
+
export interface DeidServicesListByResourceGroupOptionalParams extends OperationOptions {
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
// @public
|
|
65
|
+
export interface DeidServicesListBySubscriptionOptionalParams extends OperationOptions {
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
// @public
|
|
69
|
+
export interface DeidServicesOperations {
|
|
70
|
+
create: (resourceGroupName: string, deidServiceName: string, resource: DeidService, options?: DeidServicesCreateOptionalParams) => PollerLike<OperationState<DeidService>, DeidService>;
|
|
71
|
+
delete: (resourceGroupName: string, deidServiceName: string, options?: DeidServicesDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
|
|
72
|
+
get: (resourceGroupName: string, deidServiceName: string, options?: DeidServicesGetOptionalParams) => Promise<DeidService>;
|
|
73
|
+
listByResourceGroup: (resourceGroupName: string, options?: DeidServicesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<DeidService>;
|
|
74
|
+
listBySubscription: (options?: DeidServicesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<DeidService>;
|
|
75
|
+
update: (resourceGroupName: string, deidServiceName: string, properties: DeidUpdate, options?: DeidServicesUpdateOptionalParams) => PollerLike<OperationState<DeidService>, DeidService>;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
// @public
|
|
79
|
+
export interface DeidServicesUpdateOptionalParams extends OperationOptions {
|
|
80
|
+
updateIntervalInMs?: number;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
// @public
|
|
84
|
+
export interface DeidUpdate {
|
|
85
|
+
identity?: ManagedServiceIdentityUpdate;
|
|
86
|
+
properties?: DeidPropertiesUpdate;
|
|
87
|
+
tags?: Record<string, string>;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
// @public (undocumented)
|
|
91
|
+
export class HealthDataAIServicesClient {
|
|
92
|
+
constructor(credential: TokenCredential, subscriptionId: string, options?: HealthDataAIServicesClientOptionalParams);
|
|
93
|
+
readonly deidServices: DeidServicesOperations;
|
|
94
|
+
readonly operations: OperationsOperations;
|
|
95
|
+
readonly pipeline: Pipeline;
|
|
96
|
+
readonly privateEndpointConnections: PrivateEndpointConnectionsOperations;
|
|
97
|
+
readonly privateLinks: PrivateLinksOperations;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
// @public
|
|
101
|
+
export interface HealthDataAIServicesClientOptionalParams extends ClientOptions {
|
|
102
|
+
apiVersion?: string;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
// @public
|
|
106
|
+
export enum KnownActionType {
|
|
107
|
+
Internal = "Internal"
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
// @public
|
|
111
|
+
export enum KnownCreatedByType {
|
|
112
|
+
Application = "Application",
|
|
113
|
+
Key = "Key",
|
|
114
|
+
ManagedIdentity = "ManagedIdentity",
|
|
115
|
+
User = "User"
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
// @public
|
|
119
|
+
export enum KnownManagedServiceIdentityType {
|
|
120
|
+
None = "None",
|
|
121
|
+
SystemAssigned = "SystemAssigned",
|
|
122
|
+
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned",
|
|
123
|
+
UserAssigned = "UserAssigned"
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
// @public
|
|
127
|
+
export enum KnownOrigin {
|
|
128
|
+
System = "system",
|
|
129
|
+
User = "user",
|
|
130
|
+
UserSystem = "user,system"
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
// @public
|
|
134
|
+
export enum KnownPrivateEndpointConnectionProvisioningState {
|
|
135
|
+
Creating = "Creating",
|
|
136
|
+
Deleting = "Deleting",
|
|
137
|
+
Failed = "Failed",
|
|
138
|
+
Succeeded = "Succeeded"
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
// @public
|
|
142
|
+
export enum KnownPrivateEndpointServiceConnectionStatus {
|
|
143
|
+
Approved = "Approved",
|
|
144
|
+
Pending = "Pending",
|
|
145
|
+
Rejected = "Rejected"
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
// @public
|
|
149
|
+
export enum KnownProvisioningState {
|
|
150
|
+
Accepted = "Accepted",
|
|
151
|
+
Canceled = "Canceled",
|
|
152
|
+
Deleting = "Deleting",
|
|
153
|
+
Failed = "Failed",
|
|
154
|
+
Provisioning = "Provisioning",
|
|
155
|
+
Succeeded = "Succeeded",
|
|
156
|
+
Updating = "Updating"
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
// @public
|
|
160
|
+
export enum KnownVersions {
|
|
161
|
+
V2024_09_20 = "2024-09-20"
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
// @public
|
|
165
|
+
export interface ManagedServiceIdentity {
|
|
166
|
+
readonly principalId?: string;
|
|
167
|
+
readonly tenantId?: string;
|
|
168
|
+
type: ManagedServiceIdentityType;
|
|
169
|
+
userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
// @public
|
|
173
|
+
export type ManagedServiceIdentityType = string;
|
|
174
|
+
|
|
175
|
+
// @public
|
|
176
|
+
export interface ManagedServiceIdentityUpdate {
|
|
177
|
+
type?: ManagedServiceIdentityType;
|
|
178
|
+
userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
// @public
|
|
182
|
+
export interface Operation {
|
|
183
|
+
actionType?: ActionType;
|
|
184
|
+
readonly display?: OperationDisplay;
|
|
185
|
+
readonly isDataAction?: boolean;
|
|
186
|
+
readonly name?: string;
|
|
187
|
+
readonly origin?: Origin;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
// @public
|
|
191
|
+
export interface OperationDisplay {
|
|
192
|
+
readonly description?: string;
|
|
193
|
+
readonly operation?: string;
|
|
194
|
+
readonly provider?: string;
|
|
195
|
+
readonly resource?: string;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
// @public
|
|
199
|
+
export interface OperationsListOptionalParams extends OperationOptions {
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
// @public
|
|
203
|
+
export interface OperationsOperations {
|
|
204
|
+
list: (options?: OperationsListOptionalParams) => PagedAsyncIterableIterator<Operation>;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
// @public
|
|
208
|
+
export type Origin = string;
|
|
209
|
+
|
|
210
|
+
// @public
|
|
211
|
+
export interface PagedAsyncIterableIterator<TElement, TPage = TElement[], TPageSettings extends PageSettings = PageSettings> {
|
|
212
|
+
[Symbol.asyncIterator](): PagedAsyncIterableIterator<TElement, TPage, TPageSettings>;
|
|
213
|
+
byPage: (settings?: TPageSettings) => AsyncIterableIterator<ContinuablePage<TElement, TPage>>;
|
|
214
|
+
next(): Promise<IteratorResult<TElement>>;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
// @public
|
|
218
|
+
export interface PageSettings {
|
|
219
|
+
continuationToken?: string;
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
// @public
|
|
223
|
+
export interface PrivateEndpoint {
|
|
224
|
+
readonly id?: string;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
// @public
|
|
228
|
+
export interface PrivateEndpointConnection extends Resource {
|
|
229
|
+
properties?: PrivateEndpointConnectionProperties;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
// @public
|
|
233
|
+
export interface PrivateEndpointConnectionProperties {
|
|
234
|
+
readonly groupIds?: string[];
|
|
235
|
+
privateEndpoint?: PrivateEndpoint;
|
|
236
|
+
privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;
|
|
237
|
+
readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
// @public
|
|
241
|
+
export type PrivateEndpointConnectionProvisioningState = string;
|
|
242
|
+
|
|
243
|
+
// @public
|
|
244
|
+
export interface PrivateEndpointConnectionResource extends ProxyResource {
|
|
245
|
+
properties?: PrivateEndpointConnectionProperties;
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
// @public
|
|
249
|
+
export interface PrivateEndpointConnectionsCreateOptionalParams extends OperationOptions {
|
|
250
|
+
updateIntervalInMs?: number;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
// @public
|
|
254
|
+
export interface PrivateEndpointConnectionsDeleteOptionalParams extends OperationOptions {
|
|
255
|
+
updateIntervalInMs?: number;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
// @public
|
|
259
|
+
export interface PrivateEndpointConnectionsGetOptionalParams extends OperationOptions {
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
// @public
|
|
263
|
+
export interface PrivateEndpointConnectionsListByDeidServiceOptionalParams extends OperationOptions {
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
// @public
|
|
267
|
+
export interface PrivateEndpointConnectionsOperations {
|
|
268
|
+
create: (resourceGroupName: string, deidServiceName: string, privateEndpointConnectionName: string, resource: PrivateEndpointConnectionResource, options?: PrivateEndpointConnectionsCreateOptionalParams) => PollerLike<OperationState<PrivateEndpointConnectionResource>, PrivateEndpointConnectionResource>;
|
|
269
|
+
delete: (resourceGroupName: string, deidServiceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
|
|
270
|
+
get: (resourceGroupName: string, deidServiceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams) => Promise<PrivateEndpointConnectionResource>;
|
|
271
|
+
listByDeidService: (resourceGroupName: string, deidServiceName: string, options?: PrivateEndpointConnectionsListByDeidServiceOptionalParams) => PagedAsyncIterableIterator<PrivateEndpointConnectionResource>;
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
// @public
|
|
275
|
+
export type PrivateEndpointServiceConnectionStatus = string;
|
|
276
|
+
|
|
277
|
+
// @public
|
|
278
|
+
export interface PrivateLinkResource extends ProxyResource {
|
|
279
|
+
properties?: PrivateLinkResourceProperties;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
// @public
|
|
283
|
+
export interface PrivateLinkResourceProperties {
|
|
284
|
+
readonly groupId?: string;
|
|
285
|
+
readonly requiredMembers?: string[];
|
|
286
|
+
requiredZoneNames?: string[];
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
// @public
|
|
290
|
+
export interface PrivateLinkServiceConnectionState {
|
|
291
|
+
actionsRequired?: string;
|
|
292
|
+
description?: string;
|
|
293
|
+
status?: PrivateEndpointServiceConnectionStatus;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
// @public
|
|
297
|
+
export interface PrivateLinksListByDeidServiceOptionalParams extends OperationOptions {
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
// @public
|
|
301
|
+
export interface PrivateLinksOperations {
|
|
302
|
+
listByDeidService: (resourceGroupName: string, deidServiceName: string, options?: PrivateLinksListByDeidServiceOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource>;
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
// @public
|
|
306
|
+
export type ProvisioningState = string;
|
|
307
|
+
|
|
308
|
+
// @public
|
|
309
|
+
export interface ProxyResource extends Resource {
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
// @public
|
|
313
|
+
export type PublicNetworkAccess = "Enabled" | "Disabled";
|
|
314
|
+
|
|
315
|
+
// @public
|
|
316
|
+
export interface Resource {
|
|
317
|
+
readonly id?: string;
|
|
318
|
+
readonly name?: string;
|
|
319
|
+
readonly systemData?: SystemData;
|
|
320
|
+
readonly type?: string;
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
// @public
|
|
324
|
+
export function restorePoller<TResponse extends PathUncheckedResponse, TResult>(client: HealthDataAIServicesClient, serializedState: string, sourceOperation: (...args: any[]) => PollerLike<OperationState<TResult>, TResult>, options?: RestorePollerOptions<TResult>): PollerLike<OperationState<TResult>, TResult>;
|
|
325
|
+
|
|
326
|
+
// @public (undocumented)
|
|
327
|
+
export interface RestorePollerOptions<TResult, TResponse extends PathUncheckedResponse = PathUncheckedResponse> extends OperationOptions {
|
|
328
|
+
abortSignal?: AbortSignalLike;
|
|
329
|
+
processResponseBody?: (result: TResponse) => Promise<TResult>;
|
|
330
|
+
updateIntervalInMs?: number;
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
// @public
|
|
334
|
+
export interface SystemData {
|
|
335
|
+
createdAt?: Date;
|
|
336
|
+
createdBy?: string;
|
|
337
|
+
createdByType?: CreatedByType;
|
|
338
|
+
lastModifiedAt?: Date;
|
|
339
|
+
lastModifiedBy?: string;
|
|
340
|
+
lastModifiedByType?: CreatedByType;
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
// @public
|
|
344
|
+
export interface TrackedResource extends Resource {
|
|
345
|
+
location: string;
|
|
346
|
+
tags?: Record<string, string>;
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
// @public
|
|
350
|
+
export interface UserAssignedIdentity {
|
|
351
|
+
readonly clientId?: string;
|
|
352
|
+
readonly principalId?: string;
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
// (No @packageDocumentation comment for this package)
|
|
356
|
+
|
|
357
|
+
```
|