@azure/arm-informaticadatamanagement 1.0.1-alpha.20250618.1 → 1.0.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.
package/review/{arm-informaticadatamanagement.api.md → arm-informaticadatamanagement-node.api.md}
RENAMED
|
@@ -1,727 +1,727 @@
|
|
|
1
|
-
## API Report File for "@azure/arm-informaticadatamanagement"
|
|
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 AdvancedCustomProperties {
|
|
18
|
-
key?: string;
|
|
19
|
-
value?: string;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
// @public
|
|
23
|
-
export interface ApplicationConfigs {
|
|
24
|
-
customized: string;
|
|
25
|
-
defaultValue: string;
|
|
26
|
-
name: string;
|
|
27
|
-
platform: string;
|
|
28
|
-
type: string;
|
|
29
|
-
value: string;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
// @public
|
|
33
|
-
export type ApplicationType = string;
|
|
34
|
-
|
|
35
|
-
// @public
|
|
36
|
-
export interface ApplicationTypeMetadata {
|
|
37
|
-
name?: string;
|
|
38
|
-
value?: string;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
// @public
|
|
42
|
-
export interface CdiConfigProps {
|
|
43
|
-
applicationConfigs: ApplicationConfigs[];
|
|
44
|
-
engineName: string;
|
|
45
|
-
engineVersion: string;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
// @public
|
|
49
|
-
export interface CheckDependenciesResponse {
|
|
50
|
-
count: number;
|
|
51
|
-
id: string;
|
|
52
|
-
references: ServerlessRuntimeDependency[];
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
// @public
|
|
56
|
-
export interface CompanyDetails {
|
|
57
|
-
business?: string;
|
|
58
|
-
companyName?: string;
|
|
59
|
-
country?: string;
|
|
60
|
-
domain?: string;
|
|
61
|
-
numberOfEmployees?: number;
|
|
62
|
-
officeAddress?: string;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
// @public
|
|
66
|
-
export interface CompanyDetailsUpdate {
|
|
67
|
-
business?: string;
|
|
68
|
-
companyName?: string;
|
|
69
|
-
country?: string;
|
|
70
|
-
domain?: string;
|
|
71
|
-
numberOfEmployees?: number;
|
|
72
|
-
officeAddress?: string;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
// @public
|
|
76
|
-
export interface ComputeUnitsMetadata {
|
|
77
|
-
name?: string;
|
|
78
|
-
value?: string[];
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
// @public
|
|
82
|
-
export type CreatedByType = string;
|
|
83
|
-
|
|
84
|
-
// @public
|
|
85
|
-
export interface ErrorAdditionalInfo {
|
|
86
|
-
readonly info?: Record<string, unknown>;
|
|
87
|
-
readonly type?: string;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
// @public
|
|
91
|
-
export interface ErrorDetail {
|
|
92
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
93
|
-
readonly code?: string;
|
|
94
|
-
readonly details?: ErrorDetail[];
|
|
95
|
-
readonly message?: string;
|
|
96
|
-
readonly target?: string;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
// @public
|
|
100
|
-
export interface ErrorResponse {
|
|
101
|
-
error?: ErrorDetail;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
// @public
|
|
105
|
-
export function getContinuationToken(page: unknown): string | undefined;
|
|
106
|
-
|
|
107
|
-
// @public
|
|
108
|
-
export interface InfaRuntimeResourceFetchMetaData {
|
|
109
|
-
createdBy: string;
|
|
110
|
-
createdTime: string;
|
|
111
|
-
description?: string;
|
|
112
|
-
id: string;
|
|
113
|
-
name: string;
|
|
114
|
-
serverlessConfigProperties: InfaServerlessFetchConfigProperties;
|
|
115
|
-
status: string;
|
|
116
|
-
statusLocalized: string;
|
|
117
|
-
statusMessage: string;
|
|
118
|
-
type: RuntimeType;
|
|
119
|
-
updatedBy: string;
|
|
120
|
-
updatedTime: string;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
// @public
|
|
124
|
-
export interface InfaServerlessFetchConfigProperties {
|
|
125
|
-
advancedCustomProperties?: string;
|
|
126
|
-
applicationType?: string;
|
|
127
|
-
computeUnits?: string;
|
|
128
|
-
executionTimeout?: string;
|
|
129
|
-
platform?: string;
|
|
130
|
-
region?: string;
|
|
131
|
-
resourceGroupName?: string;
|
|
132
|
-
serverlessArmResourceId?: string;
|
|
133
|
-
subnet?: string;
|
|
134
|
-
subscriptionId?: string;
|
|
135
|
-
supplementaryFileLocation?: string;
|
|
136
|
-
tags?: string;
|
|
137
|
-
tenantId?: string;
|
|
138
|
-
vnet?: string;
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
// @public (undocumented)
|
|
142
|
-
export class InformaticaDataManagement extends coreClient.ServiceClient {
|
|
143
|
-
// (undocumented)
|
|
144
|
-
$host: string;
|
|
145
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: InformaticaDataManagementOptionalParams);
|
|
146
|
-
// (undocumented)
|
|
147
|
-
apiVersion: string;
|
|
148
|
-
// (undocumented)
|
|
149
|
-
operations: Operations;
|
|
150
|
-
// (undocumented)
|
|
151
|
-
organizations: Organizations;
|
|
152
|
-
// (undocumented)
|
|
153
|
-
serverlessRuntimes: ServerlessRuntimes;
|
|
154
|
-
// (undocumented)
|
|
155
|
-
subscriptionId: string;
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
// @public
|
|
159
|
-
export interface InformaticaDataManagementOptionalParams extends coreClient.ServiceClientOptions {
|
|
160
|
-
$host?: string;
|
|
161
|
-
apiVersion?: string;
|
|
162
|
-
endpoint?: string;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
// @public
|
|
166
|
-
export interface InformaticaOrganizationResource extends TrackedResource {
|
|
167
|
-
properties?: OrganizationProperties;
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
// @public
|
|
171
|
-
export interface InformaticaOrganizationResourceListResult {
|
|
172
|
-
nextLink?: string;
|
|
173
|
-
value: InformaticaOrganizationResource[];
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
// @public
|
|
177
|
-
export interface InformaticaOrganizationResourceUpdate {
|
|
178
|
-
properties?: OrganizationPropertiesCustomUpdate;
|
|
179
|
-
tags?: {
|
|
180
|
-
[propertyName: string]: string;
|
|
181
|
-
};
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
// @public
|
|
185
|
-
export interface InformaticaProperties {
|
|
186
|
-
informaticaRegion?: string;
|
|
187
|
-
organizationId?: string;
|
|
188
|
-
organizationName?: string;
|
|
189
|
-
singleSignOnUrl?: string;
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
// @public
|
|
193
|
-
export interface InformaticaServerlessRuntimeProperties {
|
|
194
|
-
advancedCustomProperties?: AdvancedCustomProperties[];
|
|
195
|
-
applicationType?: ApplicationType;
|
|
196
|
-
computeUnits?: string;
|
|
197
|
-
description?: string;
|
|
198
|
-
executionTimeout?: string;
|
|
199
|
-
platform?: PlatformType;
|
|
200
|
-
readonly provisioningState?: ProvisioningState;
|
|
201
|
-
serverlessAccountLocation: string;
|
|
202
|
-
serverlessRuntimeConfig?: ServerlessRuntimeConfigProperties;
|
|
203
|
-
serverlessRuntimeNetworkProfile?: ServerlessRuntimeNetworkProfile;
|
|
204
|
-
serverlessRuntimeTags?: ServerlessRuntimeTag[];
|
|
205
|
-
serverlessRuntimeUserContextProperties?: ServerlessRuntimeUserContextProperties;
|
|
206
|
-
supplementaryFileLocation?: string;
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
// @public
|
|
210
|
-
export interface InformaticaServerlessRuntimeResource extends ProxyResource {
|
|
211
|
-
properties?: InformaticaServerlessRuntimeProperties;
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
// @public
|
|
215
|
-
export interface InformaticaServerlessRuntimeResourceList {
|
|
216
|
-
informaticaRuntimeResources: InfaRuntimeResourceFetchMetaData[];
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
// @public
|
|
220
|
-
export interface InformaticaServerlessRuntimeResourceListResult {
|
|
221
|
-
nextLink?: string;
|
|
222
|
-
value: InformaticaServerlessRuntimeResource[];
|
|
223
|
-
}
|
|
224
|
-
|
|
225
|
-
// @public
|
|
226
|
-
export interface InformaticaServerlessRuntimeResourceUpdate {
|
|
227
|
-
properties?: ServerlessRuntimePropertiesCustomUpdate;
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
// @public
|
|
231
|
-
export enum KnownActionType {
|
|
232
|
-
Internal = "Internal"
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
// @public
|
|
236
|
-
export enum KnownApplicationType {
|
|
237
|
-
CDI = "CDI",
|
|
238
|
-
Cdie = "CDIE"
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
// @public
|
|
242
|
-
export enum KnownCreatedByType {
|
|
243
|
-
Application = "Application",
|
|
244
|
-
Key = "Key",
|
|
245
|
-
ManagedIdentity = "ManagedIdentity",
|
|
246
|
-
User = "User"
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
// @public
|
|
250
|
-
export enum KnownOrigin {
|
|
251
|
-
System = "system",
|
|
252
|
-
User = "user",
|
|
253
|
-
UserSystem = "user,system"
|
|
254
|
-
}
|
|
255
|
-
|
|
256
|
-
// @public
|
|
257
|
-
export enum KnownPlatformType {
|
|
258
|
-
Azure = "AZURE"
|
|
259
|
-
}
|
|
260
|
-
|
|
261
|
-
// @public
|
|
262
|
-
export enum KnownProvisioningState {
|
|
263
|
-
Accepted = "Accepted",
|
|
264
|
-
Canceled = "Canceled",
|
|
265
|
-
Creating = "Creating",
|
|
266
|
-
Deleted = "Deleted",
|
|
267
|
-
Deleting = "Deleting",
|
|
268
|
-
Failed = "Failed",
|
|
269
|
-
NotSpecified = "NotSpecified",
|
|
270
|
-
Succeeded = "Succeeded",
|
|
271
|
-
Updating = "Updating"
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
// @public
|
|
275
|
-
export enum KnownRuntimeType {
|
|
276
|
-
Serverless = "SERVERLESS"
|
|
277
|
-
}
|
|
278
|
-
|
|
279
|
-
// @public
|
|
280
|
-
export interface LinkOrganization {
|
|
281
|
-
token?: string;
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
// @public
|
|
285
|
-
export interface MarketplaceDetails {
|
|
286
|
-
marketplaceSubscriptionId?: string;
|
|
287
|
-
offerDetails: OfferDetails;
|
|
288
|
-
}
|
|
289
|
-
|
|
290
|
-
// @public
|
|
291
|
-
export interface MarketplaceDetailsUpdate {
|
|
292
|
-
marketplaceSubscriptionId?: string;
|
|
293
|
-
offerDetails?: OfferDetailsUpdate;
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
// @public
|
|
297
|
-
export interface NetworkInterfaceConfiguration {
|
|
298
|
-
subnetId: string;
|
|
299
|
-
vnetId: string;
|
|
300
|
-
vnetResourceGuid?: string;
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
// @public
|
|
304
|
-
export interface NetworkInterfaceConfigurationUpdate {
|
|
305
|
-
subnetId?: string;
|
|
306
|
-
vnetId?: string;
|
|
307
|
-
vnetResourceGuid?: string;
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
// @public
|
|
311
|
-
export interface OfferDetails {
|
|
312
|
-
offerId: string;
|
|
313
|
-
planId: string;
|
|
314
|
-
planName: string;
|
|
315
|
-
publisherId: string;
|
|
316
|
-
termId: string;
|
|
317
|
-
termUnit?: string;
|
|
318
|
-
}
|
|
319
|
-
|
|
320
|
-
// @public
|
|
321
|
-
export interface OfferDetailsUpdate {
|
|
322
|
-
offerId?: string;
|
|
323
|
-
planId?: string;
|
|
324
|
-
planName?: string;
|
|
325
|
-
publisherId?: string;
|
|
326
|
-
termId?: string;
|
|
327
|
-
termUnit?: string;
|
|
328
|
-
}
|
|
329
|
-
|
|
330
|
-
// @public
|
|
331
|
-
export interface Operation {
|
|
332
|
-
readonly actionType?: ActionType;
|
|
333
|
-
display?: OperationDisplay;
|
|
334
|
-
readonly isDataAction?: boolean;
|
|
335
|
-
readonly name?: string;
|
|
336
|
-
readonly origin?: Origin;
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
// @public
|
|
340
|
-
export interface OperationDisplay {
|
|
341
|
-
readonly description?: string;
|
|
342
|
-
readonly operation?: string;
|
|
343
|
-
readonly provider?: string;
|
|
344
|
-
readonly resource?: string;
|
|
345
|
-
}
|
|
346
|
-
|
|
347
|
-
// @public
|
|
348
|
-
export interface OperationListResult {
|
|
349
|
-
readonly nextLink?: string;
|
|
350
|
-
readonly value?: Operation[];
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
// @public
|
|
354
|
-
export interface Operations {
|
|
355
|
-
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
356
|
-
}
|
|
357
|
-
|
|
358
|
-
// @public
|
|
359
|
-
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
360
|
-
}
|
|
361
|
-
|
|
362
|
-
// @public
|
|
363
|
-
export type OperationsListNextResponse = OperationListResult;
|
|
364
|
-
|
|
365
|
-
// @public
|
|
366
|
-
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
367
|
-
}
|
|
368
|
-
|
|
369
|
-
// @public
|
|
370
|
-
export type OperationsListResponse = OperationListResult;
|
|
371
|
-
|
|
372
|
-
// @public
|
|
373
|
-
export interface OrganizationProperties {
|
|
374
|
-
companyDetails?: CompanyDetails;
|
|
375
|
-
informaticaProperties?: InformaticaProperties;
|
|
376
|
-
linkOrganization?: LinkOrganization;
|
|
377
|
-
marketplaceDetails?: MarketplaceDetails;
|
|
378
|
-
readonly provisioningState?: ProvisioningState;
|
|
379
|
-
userDetails?: UserDetails;
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
// @public
|
|
383
|
-
export interface OrganizationPropertiesCustomUpdate {
|
|
384
|
-
companyDetails?: CompanyDetailsUpdate;
|
|
385
|
-
existingResourceId?: string;
|
|
386
|
-
informaticaOrganizationProperties?: InformaticaOrganizationResourceUpdate;
|
|
387
|
-
marketplaceDetails?: MarketplaceDetailsUpdate;
|
|
388
|
-
userDetails?: UserDetailsUpdate;
|
|
389
|
-
}
|
|
390
|
-
|
|
391
|
-
// @public
|
|
392
|
-
export interface Organizations {
|
|
393
|
-
beginCreateOrUpdate(resourceGroupName: string, organizationName: string, resource: InformaticaOrganizationResource, options?: OrganizationsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<OrganizationsCreateOrUpdateResponse>, OrganizationsCreateOrUpdateResponse>>;
|
|
394
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, organizationName: string, resource: InformaticaOrganizationResource, options?: OrganizationsCreateOrUpdateOptionalParams): Promise<OrganizationsCreateOrUpdateResponse>;
|
|
395
|
-
beginDelete(resourceGroupName: string, organizationName: string, options?: OrganizationsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<OrganizationsDeleteResponse>, OrganizationsDeleteResponse>>;
|
|
396
|
-
beginDeleteAndWait(resourceGroupName: string, organizationName: string, options?: OrganizationsDeleteOptionalParams): Promise<OrganizationsDeleteResponse>;
|
|
397
|
-
get(resourceGroupName: string, organizationName: string, options?: OrganizationsGetOptionalParams): Promise<OrganizationsGetResponse>;
|
|
398
|
-
getAllServerlessRuntimes(resourceGroupName: string, organizationName: string, options?: OrganizationsGetAllServerlessRuntimesOptionalParams): Promise<OrganizationsGetAllServerlessRuntimesResponse>;
|
|
399
|
-
getServerlessMetadata(resourceGroupName: string, organizationName: string, options?: OrganizationsGetServerlessMetadataOptionalParams): Promise<OrganizationsGetServerlessMetadataResponse>;
|
|
400
|
-
listByResourceGroup(resourceGroupName: string, options?: OrganizationsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<InformaticaOrganizationResource>;
|
|
401
|
-
listBySubscription(options?: OrganizationsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<InformaticaOrganizationResource>;
|
|
402
|
-
update(resourceGroupName: string, organizationName: string, properties: InformaticaOrganizationResourceUpdate, options?: OrganizationsUpdateOptionalParams): Promise<OrganizationsUpdateResponse>;
|
|
403
|
-
}
|
|
404
|
-
|
|
405
|
-
// @public
|
|
406
|
-
export interface OrganizationsCreateOrUpdateHeaders {
|
|
407
|
-
retryAfter?: number;
|
|
408
|
-
}
|
|
409
|
-
|
|
410
|
-
// @public
|
|
411
|
-
export interface OrganizationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
412
|
-
resumeFrom?: string;
|
|
413
|
-
updateIntervalInMs?: number;
|
|
414
|
-
}
|
|
415
|
-
|
|
416
|
-
// @public
|
|
417
|
-
export type OrganizationsCreateOrUpdateResponse = InformaticaOrganizationResource;
|
|
418
|
-
|
|
419
|
-
// @public
|
|
420
|
-
export interface OrganizationsDeleteHeaders {
|
|
421
|
-
location?: string;
|
|
422
|
-
retryAfter?: number;
|
|
423
|
-
}
|
|
424
|
-
|
|
425
|
-
// @public
|
|
426
|
-
export interface OrganizationsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
427
|
-
resumeFrom?: string;
|
|
428
|
-
updateIntervalInMs?: number;
|
|
429
|
-
}
|
|
430
|
-
|
|
431
|
-
// @public
|
|
432
|
-
export type OrganizationsDeleteResponse = OrganizationsDeleteHeaders;
|
|
433
|
-
|
|
434
|
-
// @public
|
|
435
|
-
export interface OrganizationsGetAllServerlessRuntimesOptionalParams extends coreClient.OperationOptions {
|
|
436
|
-
}
|
|
437
|
-
|
|
438
|
-
// @public
|
|
439
|
-
export type OrganizationsGetAllServerlessRuntimesResponse = InformaticaServerlessRuntimeResourceList;
|
|
440
|
-
|
|
441
|
-
// @public
|
|
442
|
-
export interface OrganizationsGetOptionalParams extends coreClient.OperationOptions {
|
|
443
|
-
}
|
|
444
|
-
|
|
445
|
-
// @public
|
|
446
|
-
export type OrganizationsGetResponse = InformaticaOrganizationResource;
|
|
447
|
-
|
|
448
|
-
// @public
|
|
449
|
-
export interface OrganizationsGetServerlessMetadataOptionalParams extends coreClient.OperationOptions {
|
|
450
|
-
}
|
|
451
|
-
|
|
452
|
-
// @public
|
|
453
|
-
export type OrganizationsGetServerlessMetadataResponse = ServerlessMetadataResponse;
|
|
454
|
-
|
|
455
|
-
// @public
|
|
456
|
-
export interface OrganizationsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
457
|
-
}
|
|
458
|
-
|
|
459
|
-
// @public
|
|
460
|
-
export type OrganizationsListByResourceGroupNextResponse = InformaticaOrganizationResourceListResult;
|
|
461
|
-
|
|
462
|
-
// @public
|
|
463
|
-
export interface OrganizationsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
464
|
-
}
|
|
465
|
-
|
|
466
|
-
// @public
|
|
467
|
-
export type OrganizationsListByResourceGroupResponse = InformaticaOrganizationResourceListResult;
|
|
468
|
-
|
|
469
|
-
// @public
|
|
470
|
-
export interface OrganizationsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
471
|
-
}
|
|
472
|
-
|
|
473
|
-
// @public
|
|
474
|
-
export type OrganizationsListBySubscriptionNextResponse = InformaticaOrganizationResourceListResult;
|
|
475
|
-
|
|
476
|
-
// @public
|
|
477
|
-
export interface OrganizationsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
478
|
-
}
|
|
479
|
-
|
|
480
|
-
// @public
|
|
481
|
-
export type OrganizationsListBySubscriptionResponse = InformaticaOrganizationResourceListResult;
|
|
482
|
-
|
|
483
|
-
// @public
|
|
484
|
-
export interface OrganizationsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
485
|
-
}
|
|
486
|
-
|
|
487
|
-
// @public
|
|
488
|
-
export type OrganizationsUpdateResponse = InformaticaOrganizationResource;
|
|
489
|
-
|
|
490
|
-
// @public
|
|
491
|
-
export type Origin = string;
|
|
492
|
-
|
|
493
|
-
// @public
|
|
494
|
-
export type PlatformType = string;
|
|
495
|
-
|
|
496
|
-
// @public
|
|
497
|
-
export type ProvisioningState = string;
|
|
498
|
-
|
|
499
|
-
// @public
|
|
500
|
-
export interface ProxyResource extends Resource {
|
|
501
|
-
}
|
|
502
|
-
|
|
503
|
-
// @public
|
|
504
|
-
export interface RegionsMetadata {
|
|
505
|
-
id?: string;
|
|
506
|
-
name?: string;
|
|
507
|
-
}
|
|
508
|
-
|
|
509
|
-
// @public
|
|
510
|
-
export interface Resource {
|
|
511
|
-
readonly id?: string;
|
|
512
|
-
readonly name?: string;
|
|
513
|
-
readonly systemData?: SystemData;
|
|
514
|
-
readonly type?: string;
|
|
515
|
-
}
|
|
516
|
-
|
|
517
|
-
// @public
|
|
518
|
-
export type RuntimeType = string;
|
|
519
|
-
|
|
520
|
-
// @public
|
|
521
|
-
export interface ServerlessConfigProperties {
|
|
522
|
-
applicationTypes?: ApplicationTypeMetadata[];
|
|
523
|
-
computeUnits?: ComputeUnitsMetadata[];
|
|
524
|
-
executionTimeout?: string;
|
|
525
|
-
platform?: PlatformType;
|
|
526
|
-
regions?: RegionsMetadata[];
|
|
527
|
-
}
|
|
528
|
-
|
|
529
|
-
// @public
|
|
530
|
-
export interface ServerlessMetadataResponse {
|
|
531
|
-
serverlessConfigProperties?: ServerlessConfigProperties;
|
|
532
|
-
serverlessRuntimeConfigProperties?: ServerlessRuntimeConfigProperties;
|
|
533
|
-
type?: RuntimeType;
|
|
534
|
-
}
|
|
535
|
-
|
|
536
|
-
// @public
|
|
537
|
-
export interface ServerlessRuntimeConfigProperties {
|
|
538
|
-
cdiConfigProps?: CdiConfigProps[];
|
|
539
|
-
cdieConfigProps?: CdiConfigProps[];
|
|
540
|
-
}
|
|
541
|
-
|
|
542
|
-
// @public
|
|
543
|
-
export interface ServerlessRuntimeConfigPropertiesUpdate {
|
|
544
|
-
cdiConfigProps?: CdiConfigProps[];
|
|
545
|
-
cdieConfigProps?: CdiConfigProps[];
|
|
546
|
-
}
|
|
547
|
-
|
|
548
|
-
// @public
|
|
549
|
-
export interface ServerlessRuntimeDependency {
|
|
550
|
-
appContextId: string;
|
|
551
|
-
description: string;
|
|
552
|
-
documentType: string;
|
|
553
|
-
id: string;
|
|
554
|
-
lastUpdatedTime: string;
|
|
555
|
-
path: string;
|
|
556
|
-
}
|
|
557
|
-
|
|
558
|
-
// @public
|
|
559
|
-
export interface ServerlessRuntimeNetworkProfile {
|
|
560
|
-
networkInterfaceConfiguration: NetworkInterfaceConfiguration;
|
|
561
|
-
}
|
|
562
|
-
|
|
563
|
-
// @public
|
|
564
|
-
export interface ServerlessRuntimeNetworkProfileUpdate {
|
|
565
|
-
networkInterfaceConfiguration?: NetworkInterfaceConfigurationUpdate;
|
|
566
|
-
}
|
|
567
|
-
|
|
568
|
-
// @public
|
|
569
|
-
export interface ServerlessRuntimePropertiesCustomUpdate {
|
|
570
|
-
advancedCustomProperties?: AdvancedCustomProperties[];
|
|
571
|
-
applicationType?: ApplicationType;
|
|
572
|
-
computeUnits?: string;
|
|
573
|
-
description?: string;
|
|
574
|
-
executionTimeout?: string;
|
|
575
|
-
platform?: PlatformType;
|
|
576
|
-
serverlessAccountLocation?: string;
|
|
577
|
-
serverlessRuntimeConfig?: ServerlessRuntimeConfigPropertiesUpdate;
|
|
578
|
-
serverlessRuntimeNetworkProfile?: ServerlessRuntimeNetworkProfileUpdate;
|
|
579
|
-
serverlessRuntimeTags?: ServerlessRuntimeTag[];
|
|
580
|
-
serverlessRuntimeUserContextProperties?: ServerlessRuntimeUserContextPropertiesUpdate;
|
|
581
|
-
supplementaryFileLocation?: string;
|
|
582
|
-
}
|
|
583
|
-
|
|
584
|
-
// @public
|
|
585
|
-
export interface ServerlessRuntimes {
|
|
586
|
-
beginCreateOrUpdate(resourceGroupName: string, organizationName: string, serverlessRuntimeName: string, resource: InformaticaServerlessRuntimeResource, options?: ServerlessRuntimesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServerlessRuntimesCreateOrUpdateResponse>, ServerlessRuntimesCreateOrUpdateResponse>>;
|
|
587
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, organizationName: string, serverlessRuntimeName: string, resource: InformaticaServerlessRuntimeResource, options?: ServerlessRuntimesCreateOrUpdateOptionalParams): Promise<ServerlessRuntimesCreateOrUpdateResponse>;
|
|
588
|
-
beginDelete(resourceGroupName: string, organizationName: string, serverlessRuntimeName: string, options?: ServerlessRuntimesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ServerlessRuntimesDeleteResponse>, ServerlessRuntimesDeleteResponse>>;
|
|
589
|
-
beginDeleteAndWait(resourceGroupName: string, organizationName: string, serverlessRuntimeName: string, options?: ServerlessRuntimesDeleteOptionalParams): Promise<ServerlessRuntimesDeleteResponse>;
|
|
590
|
-
checkDependencies(resourceGroupName: string, organizationName: string, serverlessRuntimeName: string, options?: ServerlessRuntimesCheckDependenciesOptionalParams): Promise<ServerlessRuntimesCheckDependenciesResponse>;
|
|
591
|
-
get(resourceGroupName: string, organizationName: string, serverlessRuntimeName: string, options?: ServerlessRuntimesGetOptionalParams): Promise<ServerlessRuntimesGetResponse>;
|
|
592
|
-
listByInformaticaOrganizationResource(resourceGroupName: string, organizationName: string, options?: ServerlessRuntimesListByInformaticaOrganizationResourceOptionalParams): PagedAsyncIterableIterator<InformaticaServerlessRuntimeResource>;
|
|
593
|
-
serverlessResourceById(resourceGroupName: string, organizationName: string, serverlessRuntimeName: string, options?: ServerlessRuntimesServerlessResourceByIdOptionalParams): Promise<ServerlessRuntimesServerlessResourceByIdResponse>;
|
|
594
|
-
startFailedServerlessRuntime(resourceGroupName: string, organizationName: string, serverlessRuntimeName: string, options?: ServerlessRuntimesStartFailedServerlessRuntimeOptionalParams): Promise<void>;
|
|
595
|
-
update(resourceGroupName: string, organizationName: string, serverlessRuntimeName: string, properties: InformaticaServerlessRuntimeResourceUpdate, options?: ServerlessRuntimesUpdateOptionalParams): Promise<ServerlessRuntimesUpdateResponse>;
|
|
596
|
-
}
|
|
597
|
-
|
|
598
|
-
// @public
|
|
599
|
-
export interface ServerlessRuntimesCheckDependenciesOptionalParams extends coreClient.OperationOptions {
|
|
600
|
-
}
|
|
601
|
-
|
|
602
|
-
// @public
|
|
603
|
-
export type ServerlessRuntimesCheckDependenciesResponse = CheckDependenciesResponse;
|
|
604
|
-
|
|
605
|
-
// @public
|
|
606
|
-
export interface ServerlessRuntimesCreateOrUpdateHeaders {
|
|
607
|
-
retryAfter?: number;
|
|
608
|
-
}
|
|
609
|
-
|
|
610
|
-
// @public
|
|
611
|
-
export interface ServerlessRuntimesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
612
|
-
resumeFrom?: string;
|
|
613
|
-
updateIntervalInMs?: number;
|
|
614
|
-
}
|
|
615
|
-
|
|
616
|
-
// @public
|
|
617
|
-
export type ServerlessRuntimesCreateOrUpdateResponse = InformaticaServerlessRuntimeResource;
|
|
618
|
-
|
|
619
|
-
// @public
|
|
620
|
-
export interface ServerlessRuntimesDeleteHeaders {
|
|
621
|
-
location?: string;
|
|
622
|
-
retryAfter?: number;
|
|
623
|
-
}
|
|
624
|
-
|
|
625
|
-
// @public
|
|
626
|
-
export interface ServerlessRuntimesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
627
|
-
resumeFrom?: string;
|
|
628
|
-
updateIntervalInMs?: number;
|
|
629
|
-
}
|
|
630
|
-
|
|
631
|
-
// @public
|
|
632
|
-
export type ServerlessRuntimesDeleteResponse = ServerlessRuntimesDeleteHeaders;
|
|
633
|
-
|
|
634
|
-
// @public
|
|
635
|
-
export interface ServerlessRuntimesGetOptionalParams extends coreClient.OperationOptions {
|
|
636
|
-
}
|
|
637
|
-
|
|
638
|
-
// @public
|
|
639
|
-
export type ServerlessRuntimesGetResponse = InformaticaServerlessRuntimeResource;
|
|
640
|
-
|
|
641
|
-
// @public
|
|
642
|
-
export interface ServerlessRuntimesListByInformaticaOrganizationResourceNextOptionalParams extends coreClient.OperationOptions {
|
|
643
|
-
}
|
|
644
|
-
|
|
645
|
-
// @public
|
|
646
|
-
export type ServerlessRuntimesListByInformaticaOrganizationResourceNextResponse = InformaticaServerlessRuntimeResourceListResult;
|
|
647
|
-
|
|
648
|
-
// @public
|
|
649
|
-
export interface ServerlessRuntimesListByInformaticaOrganizationResourceOptionalParams extends coreClient.OperationOptions {
|
|
650
|
-
}
|
|
651
|
-
|
|
652
|
-
// @public
|
|
653
|
-
export type ServerlessRuntimesListByInformaticaOrganizationResourceResponse = InformaticaServerlessRuntimeResourceListResult;
|
|
654
|
-
|
|
655
|
-
// @public
|
|
656
|
-
export interface ServerlessRuntimesServerlessResourceByIdOptionalParams extends coreClient.OperationOptions {
|
|
657
|
-
}
|
|
658
|
-
|
|
659
|
-
// @public
|
|
660
|
-
export type ServerlessRuntimesServerlessResourceByIdResponse = InformaticaServerlessRuntimeResource;
|
|
661
|
-
|
|
662
|
-
// @public
|
|
663
|
-
export interface ServerlessRuntimesStartFailedServerlessRuntimeOptionalParams extends coreClient.OperationOptions {
|
|
664
|
-
}
|
|
665
|
-
|
|
666
|
-
// @public
|
|
667
|
-
export interface ServerlessRuntimesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
668
|
-
}
|
|
669
|
-
|
|
670
|
-
// @public
|
|
671
|
-
export type ServerlessRuntimesUpdateResponse = InformaticaServerlessRuntimeResource;
|
|
672
|
-
|
|
673
|
-
// @public
|
|
674
|
-
export interface ServerlessRuntimeTag {
|
|
675
|
-
name?: string;
|
|
676
|
-
value?: string;
|
|
677
|
-
}
|
|
678
|
-
|
|
679
|
-
// @public
|
|
680
|
-
export interface ServerlessRuntimeUserContextProperties {
|
|
681
|
-
userContextToken: string;
|
|
682
|
-
}
|
|
683
|
-
|
|
684
|
-
// @public
|
|
685
|
-
export interface ServerlessRuntimeUserContextPropertiesUpdate {
|
|
686
|
-
userContextToken?: string;
|
|
687
|
-
}
|
|
688
|
-
|
|
689
|
-
// @public
|
|
690
|
-
export interface SystemData {
|
|
691
|
-
createdAt?: Date;
|
|
692
|
-
createdBy?: string;
|
|
693
|
-
createdByType?: CreatedByType;
|
|
694
|
-
lastModifiedAt?: Date;
|
|
695
|
-
lastModifiedBy?: string;
|
|
696
|
-
lastModifiedByType?: CreatedByType;
|
|
697
|
-
}
|
|
698
|
-
|
|
699
|
-
// @public
|
|
700
|
-
export interface TrackedResource extends Resource {
|
|
701
|
-
location: string;
|
|
702
|
-
tags?: {
|
|
703
|
-
[propertyName: string]: string;
|
|
704
|
-
};
|
|
705
|
-
}
|
|
706
|
-
|
|
707
|
-
// @public
|
|
708
|
-
export interface UserDetails {
|
|
709
|
-
emailAddress?: string;
|
|
710
|
-
firstName?: string;
|
|
711
|
-
lastName?: string;
|
|
712
|
-
phoneNumber?: string;
|
|
713
|
-
upn?: string;
|
|
714
|
-
}
|
|
715
|
-
|
|
716
|
-
// @public
|
|
717
|
-
export interface UserDetailsUpdate {
|
|
718
|
-
emailAddress?: string;
|
|
719
|
-
firstName?: string;
|
|
720
|
-
lastName?: string;
|
|
721
|
-
phoneNumber?: string;
|
|
722
|
-
upn?: string;
|
|
723
|
-
}
|
|
724
|
-
|
|
725
|
-
// (No @packageDocumentation comment for this package)
|
|
726
|
-
|
|
727
|
-
```
|
|
1
|
+
## API Report File for "@azure/arm-informaticadatamanagement"
|
|
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 AdvancedCustomProperties {
|
|
18
|
+
key?: string;
|
|
19
|
+
value?: string;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
// @public
|
|
23
|
+
export interface ApplicationConfigs {
|
|
24
|
+
customized: string;
|
|
25
|
+
defaultValue: string;
|
|
26
|
+
name: string;
|
|
27
|
+
platform: string;
|
|
28
|
+
type: string;
|
|
29
|
+
value: string;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
// @public
|
|
33
|
+
export type ApplicationType = string;
|
|
34
|
+
|
|
35
|
+
// @public
|
|
36
|
+
export interface ApplicationTypeMetadata {
|
|
37
|
+
name?: string;
|
|
38
|
+
value?: string;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
// @public
|
|
42
|
+
export interface CdiConfigProps {
|
|
43
|
+
applicationConfigs: ApplicationConfigs[];
|
|
44
|
+
engineName: string;
|
|
45
|
+
engineVersion: string;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
// @public
|
|
49
|
+
export interface CheckDependenciesResponse {
|
|
50
|
+
count: number;
|
|
51
|
+
id: string;
|
|
52
|
+
references: ServerlessRuntimeDependency[];
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
// @public
|
|
56
|
+
export interface CompanyDetails {
|
|
57
|
+
business?: string;
|
|
58
|
+
companyName?: string;
|
|
59
|
+
country?: string;
|
|
60
|
+
domain?: string;
|
|
61
|
+
numberOfEmployees?: number;
|
|
62
|
+
officeAddress?: string;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
// @public
|
|
66
|
+
export interface CompanyDetailsUpdate {
|
|
67
|
+
business?: string;
|
|
68
|
+
companyName?: string;
|
|
69
|
+
country?: string;
|
|
70
|
+
domain?: string;
|
|
71
|
+
numberOfEmployees?: number;
|
|
72
|
+
officeAddress?: string;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
// @public
|
|
76
|
+
export interface ComputeUnitsMetadata {
|
|
77
|
+
name?: string;
|
|
78
|
+
value?: string[];
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
// @public
|
|
82
|
+
export type CreatedByType = string;
|
|
83
|
+
|
|
84
|
+
// @public
|
|
85
|
+
export interface ErrorAdditionalInfo {
|
|
86
|
+
readonly info?: Record<string, unknown>;
|
|
87
|
+
readonly type?: string;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
// @public
|
|
91
|
+
export interface ErrorDetail {
|
|
92
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
93
|
+
readonly code?: string;
|
|
94
|
+
readonly details?: ErrorDetail[];
|
|
95
|
+
readonly message?: string;
|
|
96
|
+
readonly target?: string;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
// @public
|
|
100
|
+
export interface ErrorResponse {
|
|
101
|
+
error?: ErrorDetail;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
// @public
|
|
105
|
+
export function getContinuationToken(page: unknown): string | undefined;
|
|
106
|
+
|
|
107
|
+
// @public
|
|
108
|
+
export interface InfaRuntimeResourceFetchMetaData {
|
|
109
|
+
createdBy: string;
|
|
110
|
+
createdTime: string;
|
|
111
|
+
description?: string;
|
|
112
|
+
id: string;
|
|
113
|
+
name: string;
|
|
114
|
+
serverlessConfigProperties: InfaServerlessFetchConfigProperties;
|
|
115
|
+
status: string;
|
|
116
|
+
statusLocalized: string;
|
|
117
|
+
statusMessage: string;
|
|
118
|
+
type: RuntimeType;
|
|
119
|
+
updatedBy: string;
|
|
120
|
+
updatedTime: string;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
// @public
|
|
124
|
+
export interface InfaServerlessFetchConfigProperties {
|
|
125
|
+
advancedCustomProperties?: string;
|
|
126
|
+
applicationType?: string;
|
|
127
|
+
computeUnits?: string;
|
|
128
|
+
executionTimeout?: string;
|
|
129
|
+
platform?: string;
|
|
130
|
+
region?: string;
|
|
131
|
+
resourceGroupName?: string;
|
|
132
|
+
serverlessArmResourceId?: string;
|
|
133
|
+
subnet?: string;
|
|
134
|
+
subscriptionId?: string;
|
|
135
|
+
supplementaryFileLocation?: string;
|
|
136
|
+
tags?: string;
|
|
137
|
+
tenantId?: string;
|
|
138
|
+
vnet?: string;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
// @public (undocumented)
|
|
142
|
+
export class InformaticaDataManagement extends coreClient.ServiceClient {
|
|
143
|
+
// (undocumented)
|
|
144
|
+
$host: string;
|
|
145
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: InformaticaDataManagementOptionalParams);
|
|
146
|
+
// (undocumented)
|
|
147
|
+
apiVersion: string;
|
|
148
|
+
// (undocumented)
|
|
149
|
+
operations: Operations;
|
|
150
|
+
// (undocumented)
|
|
151
|
+
organizations: Organizations;
|
|
152
|
+
// (undocumented)
|
|
153
|
+
serverlessRuntimes: ServerlessRuntimes;
|
|
154
|
+
// (undocumented)
|
|
155
|
+
subscriptionId: string;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
// @public
|
|
159
|
+
export interface InformaticaDataManagementOptionalParams extends coreClient.ServiceClientOptions {
|
|
160
|
+
$host?: string;
|
|
161
|
+
apiVersion?: string;
|
|
162
|
+
endpoint?: string;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
// @public
|
|
166
|
+
export interface InformaticaOrganizationResource extends TrackedResource {
|
|
167
|
+
properties?: OrganizationProperties;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
// @public
|
|
171
|
+
export interface InformaticaOrganizationResourceListResult {
|
|
172
|
+
nextLink?: string;
|
|
173
|
+
value: InformaticaOrganizationResource[];
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
// @public
|
|
177
|
+
export interface InformaticaOrganizationResourceUpdate {
|
|
178
|
+
properties?: OrganizationPropertiesCustomUpdate;
|
|
179
|
+
tags?: {
|
|
180
|
+
[propertyName: string]: string;
|
|
181
|
+
};
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
// @public
|
|
185
|
+
export interface InformaticaProperties {
|
|
186
|
+
informaticaRegion?: string;
|
|
187
|
+
organizationId?: string;
|
|
188
|
+
organizationName?: string;
|
|
189
|
+
singleSignOnUrl?: string;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
// @public
|
|
193
|
+
export interface InformaticaServerlessRuntimeProperties {
|
|
194
|
+
advancedCustomProperties?: AdvancedCustomProperties[];
|
|
195
|
+
applicationType?: ApplicationType;
|
|
196
|
+
computeUnits?: string;
|
|
197
|
+
description?: string;
|
|
198
|
+
executionTimeout?: string;
|
|
199
|
+
platform?: PlatformType;
|
|
200
|
+
readonly provisioningState?: ProvisioningState;
|
|
201
|
+
serverlessAccountLocation: string;
|
|
202
|
+
serverlessRuntimeConfig?: ServerlessRuntimeConfigProperties;
|
|
203
|
+
serverlessRuntimeNetworkProfile?: ServerlessRuntimeNetworkProfile;
|
|
204
|
+
serverlessRuntimeTags?: ServerlessRuntimeTag[];
|
|
205
|
+
serverlessRuntimeUserContextProperties?: ServerlessRuntimeUserContextProperties;
|
|
206
|
+
supplementaryFileLocation?: string;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
// @public
|
|
210
|
+
export interface InformaticaServerlessRuntimeResource extends ProxyResource {
|
|
211
|
+
properties?: InformaticaServerlessRuntimeProperties;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
// @public
|
|
215
|
+
export interface InformaticaServerlessRuntimeResourceList {
|
|
216
|
+
informaticaRuntimeResources: InfaRuntimeResourceFetchMetaData[];
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
// @public
|
|
220
|
+
export interface InformaticaServerlessRuntimeResourceListResult {
|
|
221
|
+
nextLink?: string;
|
|
222
|
+
value: InformaticaServerlessRuntimeResource[];
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
// @public
|
|
226
|
+
export interface InformaticaServerlessRuntimeResourceUpdate {
|
|
227
|
+
properties?: ServerlessRuntimePropertiesCustomUpdate;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
// @public
|
|
231
|
+
export enum KnownActionType {
|
|
232
|
+
Internal = "Internal"
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
// @public
|
|
236
|
+
export enum KnownApplicationType {
|
|
237
|
+
CDI = "CDI",
|
|
238
|
+
Cdie = "CDIE"
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
// @public
|
|
242
|
+
export enum KnownCreatedByType {
|
|
243
|
+
Application = "Application",
|
|
244
|
+
Key = "Key",
|
|
245
|
+
ManagedIdentity = "ManagedIdentity",
|
|
246
|
+
User = "User"
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
// @public
|
|
250
|
+
export enum KnownOrigin {
|
|
251
|
+
System = "system",
|
|
252
|
+
User = "user",
|
|
253
|
+
UserSystem = "user,system"
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
// @public
|
|
257
|
+
export enum KnownPlatformType {
|
|
258
|
+
Azure = "AZURE"
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
// @public
|
|
262
|
+
export enum KnownProvisioningState {
|
|
263
|
+
Accepted = "Accepted",
|
|
264
|
+
Canceled = "Canceled",
|
|
265
|
+
Creating = "Creating",
|
|
266
|
+
Deleted = "Deleted",
|
|
267
|
+
Deleting = "Deleting",
|
|
268
|
+
Failed = "Failed",
|
|
269
|
+
NotSpecified = "NotSpecified",
|
|
270
|
+
Succeeded = "Succeeded",
|
|
271
|
+
Updating = "Updating"
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
// @public
|
|
275
|
+
export enum KnownRuntimeType {
|
|
276
|
+
Serverless = "SERVERLESS"
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
// @public
|
|
280
|
+
export interface LinkOrganization {
|
|
281
|
+
token?: string;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
// @public
|
|
285
|
+
export interface MarketplaceDetails {
|
|
286
|
+
marketplaceSubscriptionId?: string;
|
|
287
|
+
offerDetails: OfferDetails;
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
// @public
|
|
291
|
+
export interface MarketplaceDetailsUpdate {
|
|
292
|
+
marketplaceSubscriptionId?: string;
|
|
293
|
+
offerDetails?: OfferDetailsUpdate;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
// @public
|
|
297
|
+
export interface NetworkInterfaceConfiguration {
|
|
298
|
+
subnetId: string;
|
|
299
|
+
vnetId: string;
|
|
300
|
+
vnetResourceGuid?: string;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
// @public
|
|
304
|
+
export interface NetworkInterfaceConfigurationUpdate {
|
|
305
|
+
subnetId?: string;
|
|
306
|
+
vnetId?: string;
|
|
307
|
+
vnetResourceGuid?: string;
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
// @public
|
|
311
|
+
export interface OfferDetails {
|
|
312
|
+
offerId: string;
|
|
313
|
+
planId: string;
|
|
314
|
+
planName: string;
|
|
315
|
+
publisherId: string;
|
|
316
|
+
termId: string;
|
|
317
|
+
termUnit?: string;
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
// @public
|
|
321
|
+
export interface OfferDetailsUpdate {
|
|
322
|
+
offerId?: string;
|
|
323
|
+
planId?: string;
|
|
324
|
+
planName?: string;
|
|
325
|
+
publisherId?: string;
|
|
326
|
+
termId?: string;
|
|
327
|
+
termUnit?: string;
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
// @public
|
|
331
|
+
export interface Operation {
|
|
332
|
+
readonly actionType?: ActionType;
|
|
333
|
+
display?: OperationDisplay;
|
|
334
|
+
readonly isDataAction?: boolean;
|
|
335
|
+
readonly name?: string;
|
|
336
|
+
readonly origin?: Origin;
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
// @public
|
|
340
|
+
export interface OperationDisplay {
|
|
341
|
+
readonly description?: string;
|
|
342
|
+
readonly operation?: string;
|
|
343
|
+
readonly provider?: string;
|
|
344
|
+
readonly resource?: string;
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
// @public
|
|
348
|
+
export interface OperationListResult {
|
|
349
|
+
readonly nextLink?: string;
|
|
350
|
+
readonly value?: Operation[];
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
// @public
|
|
354
|
+
export interface Operations {
|
|
355
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
// @public
|
|
359
|
+
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
// @public
|
|
363
|
+
export type OperationsListNextResponse = OperationListResult;
|
|
364
|
+
|
|
365
|
+
// @public
|
|
366
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
// @public
|
|
370
|
+
export type OperationsListResponse = OperationListResult;
|
|
371
|
+
|
|
372
|
+
// @public
|
|
373
|
+
export interface OrganizationProperties {
|
|
374
|
+
companyDetails?: CompanyDetails;
|
|
375
|
+
informaticaProperties?: InformaticaProperties;
|
|
376
|
+
linkOrganization?: LinkOrganization;
|
|
377
|
+
marketplaceDetails?: MarketplaceDetails;
|
|
378
|
+
readonly provisioningState?: ProvisioningState;
|
|
379
|
+
userDetails?: UserDetails;
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
// @public
|
|
383
|
+
export interface OrganizationPropertiesCustomUpdate {
|
|
384
|
+
companyDetails?: CompanyDetailsUpdate;
|
|
385
|
+
existingResourceId?: string;
|
|
386
|
+
informaticaOrganizationProperties?: InformaticaOrganizationResourceUpdate;
|
|
387
|
+
marketplaceDetails?: MarketplaceDetailsUpdate;
|
|
388
|
+
userDetails?: UserDetailsUpdate;
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
// @public
|
|
392
|
+
export interface Organizations {
|
|
393
|
+
beginCreateOrUpdate(resourceGroupName: string, organizationName: string, resource: InformaticaOrganizationResource, options?: OrganizationsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<OrganizationsCreateOrUpdateResponse>, OrganizationsCreateOrUpdateResponse>>;
|
|
394
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, organizationName: string, resource: InformaticaOrganizationResource, options?: OrganizationsCreateOrUpdateOptionalParams): Promise<OrganizationsCreateOrUpdateResponse>;
|
|
395
|
+
beginDelete(resourceGroupName: string, organizationName: string, options?: OrganizationsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<OrganizationsDeleteResponse>, OrganizationsDeleteResponse>>;
|
|
396
|
+
beginDeleteAndWait(resourceGroupName: string, organizationName: string, options?: OrganizationsDeleteOptionalParams): Promise<OrganizationsDeleteResponse>;
|
|
397
|
+
get(resourceGroupName: string, organizationName: string, options?: OrganizationsGetOptionalParams): Promise<OrganizationsGetResponse>;
|
|
398
|
+
getAllServerlessRuntimes(resourceGroupName: string, organizationName: string, options?: OrganizationsGetAllServerlessRuntimesOptionalParams): Promise<OrganizationsGetAllServerlessRuntimesResponse>;
|
|
399
|
+
getServerlessMetadata(resourceGroupName: string, organizationName: string, options?: OrganizationsGetServerlessMetadataOptionalParams): Promise<OrganizationsGetServerlessMetadataResponse>;
|
|
400
|
+
listByResourceGroup(resourceGroupName: string, options?: OrganizationsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<InformaticaOrganizationResource>;
|
|
401
|
+
listBySubscription(options?: OrganizationsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<InformaticaOrganizationResource>;
|
|
402
|
+
update(resourceGroupName: string, organizationName: string, properties: InformaticaOrganizationResourceUpdate, options?: OrganizationsUpdateOptionalParams): Promise<OrganizationsUpdateResponse>;
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
// @public
|
|
406
|
+
export interface OrganizationsCreateOrUpdateHeaders {
|
|
407
|
+
retryAfter?: number;
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
// @public
|
|
411
|
+
export interface OrganizationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
412
|
+
resumeFrom?: string;
|
|
413
|
+
updateIntervalInMs?: number;
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
// @public
|
|
417
|
+
export type OrganizationsCreateOrUpdateResponse = InformaticaOrganizationResource;
|
|
418
|
+
|
|
419
|
+
// @public
|
|
420
|
+
export interface OrganizationsDeleteHeaders {
|
|
421
|
+
location?: string;
|
|
422
|
+
retryAfter?: number;
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
// @public
|
|
426
|
+
export interface OrganizationsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
427
|
+
resumeFrom?: string;
|
|
428
|
+
updateIntervalInMs?: number;
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
// @public
|
|
432
|
+
export type OrganizationsDeleteResponse = OrganizationsDeleteHeaders;
|
|
433
|
+
|
|
434
|
+
// @public
|
|
435
|
+
export interface OrganizationsGetAllServerlessRuntimesOptionalParams extends coreClient.OperationOptions {
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
// @public
|
|
439
|
+
export type OrganizationsGetAllServerlessRuntimesResponse = InformaticaServerlessRuntimeResourceList;
|
|
440
|
+
|
|
441
|
+
// @public
|
|
442
|
+
export interface OrganizationsGetOptionalParams extends coreClient.OperationOptions {
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
// @public
|
|
446
|
+
export type OrganizationsGetResponse = InformaticaOrganizationResource;
|
|
447
|
+
|
|
448
|
+
// @public
|
|
449
|
+
export interface OrganizationsGetServerlessMetadataOptionalParams extends coreClient.OperationOptions {
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
// @public
|
|
453
|
+
export type OrganizationsGetServerlessMetadataResponse = ServerlessMetadataResponse;
|
|
454
|
+
|
|
455
|
+
// @public
|
|
456
|
+
export interface OrganizationsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
// @public
|
|
460
|
+
export type OrganizationsListByResourceGroupNextResponse = InformaticaOrganizationResourceListResult;
|
|
461
|
+
|
|
462
|
+
// @public
|
|
463
|
+
export interface OrganizationsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
// @public
|
|
467
|
+
export type OrganizationsListByResourceGroupResponse = InformaticaOrganizationResourceListResult;
|
|
468
|
+
|
|
469
|
+
// @public
|
|
470
|
+
export interface OrganizationsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
// @public
|
|
474
|
+
export type OrganizationsListBySubscriptionNextResponse = InformaticaOrganizationResourceListResult;
|
|
475
|
+
|
|
476
|
+
// @public
|
|
477
|
+
export interface OrganizationsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
// @public
|
|
481
|
+
export type OrganizationsListBySubscriptionResponse = InformaticaOrganizationResourceListResult;
|
|
482
|
+
|
|
483
|
+
// @public
|
|
484
|
+
export interface OrganizationsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
// @public
|
|
488
|
+
export type OrganizationsUpdateResponse = InformaticaOrganizationResource;
|
|
489
|
+
|
|
490
|
+
// @public
|
|
491
|
+
export type Origin = string;
|
|
492
|
+
|
|
493
|
+
// @public
|
|
494
|
+
export type PlatformType = string;
|
|
495
|
+
|
|
496
|
+
// @public
|
|
497
|
+
export type ProvisioningState = string;
|
|
498
|
+
|
|
499
|
+
// @public
|
|
500
|
+
export interface ProxyResource extends Resource {
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
// @public
|
|
504
|
+
export interface RegionsMetadata {
|
|
505
|
+
id?: string;
|
|
506
|
+
name?: string;
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
// @public
|
|
510
|
+
export interface Resource {
|
|
511
|
+
readonly id?: string;
|
|
512
|
+
readonly name?: string;
|
|
513
|
+
readonly systemData?: SystemData;
|
|
514
|
+
readonly type?: string;
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
// @public
|
|
518
|
+
export type RuntimeType = string;
|
|
519
|
+
|
|
520
|
+
// @public
|
|
521
|
+
export interface ServerlessConfigProperties {
|
|
522
|
+
applicationTypes?: ApplicationTypeMetadata[];
|
|
523
|
+
computeUnits?: ComputeUnitsMetadata[];
|
|
524
|
+
executionTimeout?: string;
|
|
525
|
+
platform?: PlatformType;
|
|
526
|
+
regions?: RegionsMetadata[];
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
// @public
|
|
530
|
+
export interface ServerlessMetadataResponse {
|
|
531
|
+
serverlessConfigProperties?: ServerlessConfigProperties;
|
|
532
|
+
serverlessRuntimeConfigProperties?: ServerlessRuntimeConfigProperties;
|
|
533
|
+
type?: RuntimeType;
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
// @public
|
|
537
|
+
export interface ServerlessRuntimeConfigProperties {
|
|
538
|
+
cdiConfigProps?: CdiConfigProps[];
|
|
539
|
+
cdieConfigProps?: CdiConfigProps[];
|
|
540
|
+
}
|
|
541
|
+
|
|
542
|
+
// @public
|
|
543
|
+
export interface ServerlessRuntimeConfigPropertiesUpdate {
|
|
544
|
+
cdiConfigProps?: CdiConfigProps[];
|
|
545
|
+
cdieConfigProps?: CdiConfigProps[];
|
|
546
|
+
}
|
|
547
|
+
|
|
548
|
+
// @public
|
|
549
|
+
export interface ServerlessRuntimeDependency {
|
|
550
|
+
appContextId: string;
|
|
551
|
+
description: string;
|
|
552
|
+
documentType: string;
|
|
553
|
+
id: string;
|
|
554
|
+
lastUpdatedTime: string;
|
|
555
|
+
path: string;
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
// @public
|
|
559
|
+
export interface ServerlessRuntimeNetworkProfile {
|
|
560
|
+
networkInterfaceConfiguration: NetworkInterfaceConfiguration;
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
// @public
|
|
564
|
+
export interface ServerlessRuntimeNetworkProfileUpdate {
|
|
565
|
+
networkInterfaceConfiguration?: NetworkInterfaceConfigurationUpdate;
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
// @public
|
|
569
|
+
export interface ServerlessRuntimePropertiesCustomUpdate {
|
|
570
|
+
advancedCustomProperties?: AdvancedCustomProperties[];
|
|
571
|
+
applicationType?: ApplicationType;
|
|
572
|
+
computeUnits?: string;
|
|
573
|
+
description?: string;
|
|
574
|
+
executionTimeout?: string;
|
|
575
|
+
platform?: PlatformType;
|
|
576
|
+
serverlessAccountLocation?: string;
|
|
577
|
+
serverlessRuntimeConfig?: ServerlessRuntimeConfigPropertiesUpdate;
|
|
578
|
+
serverlessRuntimeNetworkProfile?: ServerlessRuntimeNetworkProfileUpdate;
|
|
579
|
+
serverlessRuntimeTags?: ServerlessRuntimeTag[];
|
|
580
|
+
serverlessRuntimeUserContextProperties?: ServerlessRuntimeUserContextPropertiesUpdate;
|
|
581
|
+
supplementaryFileLocation?: string;
|
|
582
|
+
}
|
|
583
|
+
|
|
584
|
+
// @public
|
|
585
|
+
export interface ServerlessRuntimes {
|
|
586
|
+
beginCreateOrUpdate(resourceGroupName: string, organizationName: string, serverlessRuntimeName: string, resource: InformaticaServerlessRuntimeResource, options?: ServerlessRuntimesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServerlessRuntimesCreateOrUpdateResponse>, ServerlessRuntimesCreateOrUpdateResponse>>;
|
|
587
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, organizationName: string, serverlessRuntimeName: string, resource: InformaticaServerlessRuntimeResource, options?: ServerlessRuntimesCreateOrUpdateOptionalParams): Promise<ServerlessRuntimesCreateOrUpdateResponse>;
|
|
588
|
+
beginDelete(resourceGroupName: string, organizationName: string, serverlessRuntimeName: string, options?: ServerlessRuntimesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ServerlessRuntimesDeleteResponse>, ServerlessRuntimesDeleteResponse>>;
|
|
589
|
+
beginDeleteAndWait(resourceGroupName: string, organizationName: string, serverlessRuntimeName: string, options?: ServerlessRuntimesDeleteOptionalParams): Promise<ServerlessRuntimesDeleteResponse>;
|
|
590
|
+
checkDependencies(resourceGroupName: string, organizationName: string, serverlessRuntimeName: string, options?: ServerlessRuntimesCheckDependenciesOptionalParams): Promise<ServerlessRuntimesCheckDependenciesResponse>;
|
|
591
|
+
get(resourceGroupName: string, organizationName: string, serverlessRuntimeName: string, options?: ServerlessRuntimesGetOptionalParams): Promise<ServerlessRuntimesGetResponse>;
|
|
592
|
+
listByInformaticaOrganizationResource(resourceGroupName: string, organizationName: string, options?: ServerlessRuntimesListByInformaticaOrganizationResourceOptionalParams): PagedAsyncIterableIterator<InformaticaServerlessRuntimeResource>;
|
|
593
|
+
serverlessResourceById(resourceGroupName: string, organizationName: string, serverlessRuntimeName: string, options?: ServerlessRuntimesServerlessResourceByIdOptionalParams): Promise<ServerlessRuntimesServerlessResourceByIdResponse>;
|
|
594
|
+
startFailedServerlessRuntime(resourceGroupName: string, organizationName: string, serverlessRuntimeName: string, options?: ServerlessRuntimesStartFailedServerlessRuntimeOptionalParams): Promise<void>;
|
|
595
|
+
update(resourceGroupName: string, organizationName: string, serverlessRuntimeName: string, properties: InformaticaServerlessRuntimeResourceUpdate, options?: ServerlessRuntimesUpdateOptionalParams): Promise<ServerlessRuntimesUpdateResponse>;
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
// @public
|
|
599
|
+
export interface ServerlessRuntimesCheckDependenciesOptionalParams extends coreClient.OperationOptions {
|
|
600
|
+
}
|
|
601
|
+
|
|
602
|
+
// @public
|
|
603
|
+
export type ServerlessRuntimesCheckDependenciesResponse = CheckDependenciesResponse;
|
|
604
|
+
|
|
605
|
+
// @public
|
|
606
|
+
export interface ServerlessRuntimesCreateOrUpdateHeaders {
|
|
607
|
+
retryAfter?: number;
|
|
608
|
+
}
|
|
609
|
+
|
|
610
|
+
// @public
|
|
611
|
+
export interface ServerlessRuntimesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
612
|
+
resumeFrom?: string;
|
|
613
|
+
updateIntervalInMs?: number;
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
// @public
|
|
617
|
+
export type ServerlessRuntimesCreateOrUpdateResponse = InformaticaServerlessRuntimeResource;
|
|
618
|
+
|
|
619
|
+
// @public
|
|
620
|
+
export interface ServerlessRuntimesDeleteHeaders {
|
|
621
|
+
location?: string;
|
|
622
|
+
retryAfter?: number;
|
|
623
|
+
}
|
|
624
|
+
|
|
625
|
+
// @public
|
|
626
|
+
export interface ServerlessRuntimesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
627
|
+
resumeFrom?: string;
|
|
628
|
+
updateIntervalInMs?: number;
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
// @public
|
|
632
|
+
export type ServerlessRuntimesDeleteResponse = ServerlessRuntimesDeleteHeaders;
|
|
633
|
+
|
|
634
|
+
// @public
|
|
635
|
+
export interface ServerlessRuntimesGetOptionalParams extends coreClient.OperationOptions {
|
|
636
|
+
}
|
|
637
|
+
|
|
638
|
+
// @public
|
|
639
|
+
export type ServerlessRuntimesGetResponse = InformaticaServerlessRuntimeResource;
|
|
640
|
+
|
|
641
|
+
// @public
|
|
642
|
+
export interface ServerlessRuntimesListByInformaticaOrganizationResourceNextOptionalParams extends coreClient.OperationOptions {
|
|
643
|
+
}
|
|
644
|
+
|
|
645
|
+
// @public
|
|
646
|
+
export type ServerlessRuntimesListByInformaticaOrganizationResourceNextResponse = InformaticaServerlessRuntimeResourceListResult;
|
|
647
|
+
|
|
648
|
+
// @public
|
|
649
|
+
export interface ServerlessRuntimesListByInformaticaOrganizationResourceOptionalParams extends coreClient.OperationOptions {
|
|
650
|
+
}
|
|
651
|
+
|
|
652
|
+
// @public
|
|
653
|
+
export type ServerlessRuntimesListByInformaticaOrganizationResourceResponse = InformaticaServerlessRuntimeResourceListResult;
|
|
654
|
+
|
|
655
|
+
// @public
|
|
656
|
+
export interface ServerlessRuntimesServerlessResourceByIdOptionalParams extends coreClient.OperationOptions {
|
|
657
|
+
}
|
|
658
|
+
|
|
659
|
+
// @public
|
|
660
|
+
export type ServerlessRuntimesServerlessResourceByIdResponse = InformaticaServerlessRuntimeResource;
|
|
661
|
+
|
|
662
|
+
// @public
|
|
663
|
+
export interface ServerlessRuntimesStartFailedServerlessRuntimeOptionalParams extends coreClient.OperationOptions {
|
|
664
|
+
}
|
|
665
|
+
|
|
666
|
+
// @public
|
|
667
|
+
export interface ServerlessRuntimesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
668
|
+
}
|
|
669
|
+
|
|
670
|
+
// @public
|
|
671
|
+
export type ServerlessRuntimesUpdateResponse = InformaticaServerlessRuntimeResource;
|
|
672
|
+
|
|
673
|
+
// @public
|
|
674
|
+
export interface ServerlessRuntimeTag {
|
|
675
|
+
name?: string;
|
|
676
|
+
value?: string;
|
|
677
|
+
}
|
|
678
|
+
|
|
679
|
+
// @public
|
|
680
|
+
export interface ServerlessRuntimeUserContextProperties {
|
|
681
|
+
userContextToken: string;
|
|
682
|
+
}
|
|
683
|
+
|
|
684
|
+
// @public
|
|
685
|
+
export interface ServerlessRuntimeUserContextPropertiesUpdate {
|
|
686
|
+
userContextToken?: string;
|
|
687
|
+
}
|
|
688
|
+
|
|
689
|
+
// @public
|
|
690
|
+
export interface SystemData {
|
|
691
|
+
createdAt?: Date;
|
|
692
|
+
createdBy?: string;
|
|
693
|
+
createdByType?: CreatedByType;
|
|
694
|
+
lastModifiedAt?: Date;
|
|
695
|
+
lastModifiedBy?: string;
|
|
696
|
+
lastModifiedByType?: CreatedByType;
|
|
697
|
+
}
|
|
698
|
+
|
|
699
|
+
// @public
|
|
700
|
+
export interface TrackedResource extends Resource {
|
|
701
|
+
location: string;
|
|
702
|
+
tags?: {
|
|
703
|
+
[propertyName: string]: string;
|
|
704
|
+
};
|
|
705
|
+
}
|
|
706
|
+
|
|
707
|
+
// @public
|
|
708
|
+
export interface UserDetails {
|
|
709
|
+
emailAddress?: string;
|
|
710
|
+
firstName?: string;
|
|
711
|
+
lastName?: string;
|
|
712
|
+
phoneNumber?: string;
|
|
713
|
+
upn?: string;
|
|
714
|
+
}
|
|
715
|
+
|
|
716
|
+
// @public
|
|
717
|
+
export interface UserDetailsUpdate {
|
|
718
|
+
emailAddress?: string;
|
|
719
|
+
firstName?: string;
|
|
720
|
+
lastName?: string;
|
|
721
|
+
phoneNumber?: string;
|
|
722
|
+
upn?: string;
|
|
723
|
+
}
|
|
724
|
+
|
|
725
|
+
// (No @packageDocumentation comment for this package)
|
|
726
|
+
|
|
727
|
+
```
|