@azure/arm-azurestack 3.0.0-alpha.20250718.1 → 3.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.
Files changed (75) hide show
  1. package/dist/browser/azureStackManagementClient.js +19 -5
  2. package/dist/browser/azureStackManagementClient.js.map +1 -1
  3. package/dist/browser/models/mappers.js +83 -38
  4. package/dist/browser/models/mappers.js.map +1 -1
  5. package/dist/browser/operations/cloudManifestFile.js +1 -0
  6. package/dist/browser/operations/cloudManifestFile.js.map +1 -1
  7. package/dist/browser/operations/customerSubscriptions.js +23 -40
  8. package/dist/browser/operations/customerSubscriptions.js.map +1 -1
  9. package/dist/browser/operations/linkedSubscriptions.js +45 -79
  10. package/dist/browser/operations/linkedSubscriptions.js.map +1 -1
  11. package/dist/browser/operations/operations.js +23 -40
  12. package/dist/browser/operations/operations.js.map +1 -1
  13. package/dist/browser/operations/products.js +23 -40
  14. package/dist/browser/operations/products.js.map +1 -1
  15. package/dist/browser/operations/registrations.js +45 -79
  16. package/dist/browser/operations/registrations.js.map +1 -1
  17. package/dist/browser/pagingHelper.js +2 -4
  18. package/dist/browser/pagingHelper.js.map +1 -1
  19. package/dist/commonjs/azureStackManagementClient.js +19 -5
  20. package/dist/commonjs/azureStackManagementClient.js.map +1 -1
  21. package/dist/commonjs/models/mappers.js +83 -38
  22. package/dist/commonjs/models/mappers.js.map +1 -1
  23. package/dist/commonjs/operations/cloudManifestFile.js +1 -0
  24. package/dist/commonjs/operations/cloudManifestFile.js.map +1 -1
  25. package/dist/commonjs/operations/customerSubscriptions.js +23 -39
  26. package/dist/commonjs/operations/customerSubscriptions.js.map +1 -1
  27. package/dist/commonjs/operations/linkedSubscriptions.js +45 -78
  28. package/dist/commonjs/operations/linkedSubscriptions.js.map +1 -1
  29. package/dist/commonjs/operations/operations.js +23 -39
  30. package/dist/commonjs/operations/operations.js.map +1 -1
  31. package/dist/commonjs/operations/products.js +23 -39
  32. package/dist/commonjs/operations/products.js.map +1 -1
  33. package/dist/commonjs/operations/registrations.js +45 -78
  34. package/dist/commonjs/operations/registrations.js.map +1 -1
  35. package/dist/commonjs/pagingHelper.js +2 -4
  36. package/dist/commonjs/pagingHelper.js.map +1 -1
  37. package/dist/commonjs/tsdoc-metadata.json +11 -11
  38. package/dist/esm/azureStackManagementClient.js +19 -5
  39. package/dist/esm/azureStackManagementClient.js.map +1 -1
  40. package/dist/esm/models/mappers.js +83 -38
  41. package/dist/esm/models/mappers.js.map +1 -1
  42. package/dist/esm/operations/cloudManifestFile.js +1 -0
  43. package/dist/esm/operations/cloudManifestFile.js.map +1 -1
  44. package/dist/esm/operations/customerSubscriptions.js +23 -40
  45. package/dist/esm/operations/customerSubscriptions.js.map +1 -1
  46. package/dist/esm/operations/linkedSubscriptions.js +45 -79
  47. package/dist/esm/operations/linkedSubscriptions.js.map +1 -1
  48. package/dist/esm/operations/operations.js +23 -40
  49. package/dist/esm/operations/operations.js.map +1 -1
  50. package/dist/esm/operations/products.js +23 -40
  51. package/dist/esm/operations/products.js.map +1 -1
  52. package/dist/esm/operations/registrations.js +45 -79
  53. package/dist/esm/operations/registrations.js.map +1 -1
  54. package/dist/esm/pagingHelper.js +2 -4
  55. package/dist/esm/pagingHelper.js.map +1 -1
  56. package/dist/react-native/azureStackManagementClient.js +19 -5
  57. package/dist/react-native/azureStackManagementClient.js.map +1 -1
  58. package/dist/react-native/models/mappers.js +83 -38
  59. package/dist/react-native/models/mappers.js.map +1 -1
  60. package/dist/react-native/operations/cloudManifestFile.js +1 -0
  61. package/dist/react-native/operations/cloudManifestFile.js.map +1 -1
  62. package/dist/react-native/operations/customerSubscriptions.js +23 -40
  63. package/dist/react-native/operations/customerSubscriptions.js.map +1 -1
  64. package/dist/react-native/operations/linkedSubscriptions.js +45 -79
  65. package/dist/react-native/operations/linkedSubscriptions.js.map +1 -1
  66. package/dist/react-native/operations/operations.js +23 -40
  67. package/dist/react-native/operations/operations.js.map +1 -1
  68. package/dist/react-native/operations/products.js +23 -40
  69. package/dist/react-native/operations/products.js.map +1 -1
  70. package/dist/react-native/operations/registrations.js +45 -79
  71. package/dist/react-native/operations/registrations.js.map +1 -1
  72. package/dist/react-native/pagingHelper.js +2 -4
  73. package/dist/react-native/pagingHelper.js.map +1 -1
  74. package/package.json +2 -2
  75. package/review/arm-azurestack-node.api.md +675 -675
@@ -1,675 +1,675 @@
1
- ## API Report File for "@azure/arm-azurestack"
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 { PagedAsyncIterableIterator } from '@azure/core-paging';
10
-
11
- // @public
12
- export interface ActivationKeyResult {
13
- activationKey?: string;
14
- }
15
-
16
- // @public (undocumented)
17
- export class AzureStackManagementClient extends coreClient.ServiceClient {
18
- // (undocumented)
19
- $host: string;
20
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: AzureStackManagementClientOptionalParams);
21
- // (undocumented)
22
- apiVersion: string;
23
- // (undocumented)
24
- cloudManifestFile: CloudManifestFile;
25
- // (undocumented)
26
- customerSubscriptions: CustomerSubscriptions;
27
- // (undocumented)
28
- linkedSubscriptions: LinkedSubscriptions;
29
- // (undocumented)
30
- operations: Operations;
31
- // (undocumented)
32
- products: Products;
33
- // (undocumented)
34
- registrations: Registrations;
35
- // (undocumented)
36
- subscriptionId: string;
37
- }
38
-
39
- // @public
40
- export interface AzureStackManagementClientOptionalParams extends coreClient.ServiceClientOptions {
41
- $host?: string;
42
- apiVersion?: string;
43
- endpoint?: string;
44
- }
45
-
46
- // @public
47
- export type Category = string;
48
-
49
- // @public
50
- export interface CloudManifestFile {
51
- get(verificationVersion: string, options?: CloudManifestFileGetOptionalParams): Promise<CloudManifestFileGetResponse>;
52
- list(options?: CloudManifestFileListOptionalParams): Promise<CloudManifestFileListResponse>;
53
- }
54
-
55
- // @public
56
- export interface CloudManifestFileDeploymentData {
57
- customCloudArmEndpoint?: string;
58
- customCloudVerificationKey?: string;
59
- externalDsmsCertificates?: string;
60
- externalDsmsEndpoint?: string;
61
- }
62
-
63
- // @public
64
- export interface CloudManifestFileGetOptionalParams extends coreClient.OperationOptions {
65
- versionCreationDate?: string;
66
- }
67
-
68
- // @public
69
- export type CloudManifestFileGetResponse = CloudManifestFileResponse;
70
-
71
- // @public
72
- export interface CloudManifestFileListOptionalParams extends coreClient.OperationOptions {
73
- }
74
-
75
- // @public
76
- export type CloudManifestFileListResponse = CloudManifestFileResponse;
77
-
78
- // @public
79
- export interface CloudManifestFileProperties {
80
- deploymentData?: CloudManifestFileDeploymentData;
81
- signature?: string;
82
- }
83
-
84
- // @public
85
- export interface CloudManifestFileResponse extends Resource {
86
- properties?: CloudManifestFileProperties;
87
- }
88
-
89
- // @public
90
- export interface Compatibility {
91
- description?: string;
92
- isCompatible?: boolean;
93
- issues?: CompatibilityIssue[];
94
- message?: string;
95
- }
96
-
97
- // @public
98
- export type CompatibilityIssue = string;
99
-
100
- // @public
101
- export type ComputeRole = string;
102
-
103
- // @public
104
- export type CreatedByType = string;
105
-
106
- // @public
107
- export interface CustomerSubscription extends Resource {
108
- readonly systemData?: SystemData;
109
- tenantId?: string;
110
- }
111
-
112
- // @public
113
- export interface CustomerSubscriptionList {
114
- nextLink?: string;
115
- value?: CustomerSubscription[];
116
- }
117
-
118
- // @public
119
- export interface CustomerSubscriptions {
120
- create(resourceGroup: string, registrationName: string, customerSubscriptionName: string, customerCreationParameters: CustomerSubscription, options?: CustomerSubscriptionsCreateOptionalParams): Promise<CustomerSubscriptionsCreateResponse>;
121
- delete(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options?: CustomerSubscriptionsDeleteOptionalParams): Promise<void>;
122
- get(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options?: CustomerSubscriptionsGetOptionalParams): Promise<CustomerSubscriptionsGetResponse>;
123
- list(resourceGroup: string, registrationName: string, options?: CustomerSubscriptionsListOptionalParams): PagedAsyncIterableIterator<CustomerSubscription>;
124
- }
125
-
126
- // @public
127
- export interface CustomerSubscriptionsCreateOptionalParams extends coreClient.OperationOptions {
128
- }
129
-
130
- // @public
131
- export type CustomerSubscriptionsCreateResponse = CustomerSubscription;
132
-
133
- // @public
134
- export interface CustomerSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
135
- }
136
-
137
- // @public
138
- export interface CustomerSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
139
- }
140
-
141
- // @public
142
- export type CustomerSubscriptionsGetResponse = CustomerSubscription;
143
-
144
- // @public
145
- export interface CustomerSubscriptionsListNextOptionalParams extends coreClient.OperationOptions {
146
- }
147
-
148
- // @public
149
- export type CustomerSubscriptionsListNextResponse = CustomerSubscriptionList;
150
-
151
- // @public
152
- export interface CustomerSubscriptionsListOptionalParams extends coreClient.OperationOptions {
153
- }
154
-
155
- // @public
156
- export type CustomerSubscriptionsListResponse = CustomerSubscriptionList;
157
-
158
- // @public
159
- export interface DataDiskImage {
160
- readonly lun?: number;
161
- readonly sourceBlobSasUri?: string;
162
- }
163
-
164
- // @public
165
- export interface DeviceConfiguration {
166
- readonly deviceVersion?: string;
167
- readonly identitySystem?: Category;
168
- }
169
-
170
- // @public
171
- export interface Display {
172
- description?: string;
173
- operation?: string;
174
- provider?: string;
175
- resource?: string;
176
- }
177
-
178
- // @public
179
- export interface ErrorDetails {
180
- readonly code?: string;
181
- readonly message?: string;
182
- readonly target?: string;
183
- }
184
-
185
- // @public
186
- export interface ErrorResponse {
187
- error?: ErrorDetails;
188
- }
189
-
190
- // @public
191
- export interface ExtendedProduct {
192
- readonly computeRole?: ComputeRole;
193
- readonly dataDiskImages?: DataDiskImage[];
194
- readonly galleryPackageBlobSasUri?: string;
195
- readonly isSystemExtension?: boolean;
196
- readonly osDiskImage?: OsDiskImage;
197
- readonly productKind?: string;
198
- readonly supportMultipleExtensions?: boolean;
199
- readonly uri?: string;
200
- readonly version?: string;
201
- readonly versionPropertiesVersion?: string;
202
- readonly vmOsType?: OperatingSystem;
203
- readonly vmScaleSetEnabled?: boolean;
204
- }
205
-
206
- // @public
207
- export interface ExtendedProductProperties extends VirtualMachineExtensionProductProperties, VirtualMachineProductProperties {
208
- }
209
-
210
- // @public
211
- export function getContinuationToken(page: unknown): string | undefined;
212
-
213
- // @public
214
- export interface IconUris {
215
- hero?: string;
216
- large?: string;
217
- medium?: string;
218
- small?: string;
219
- wide?: string;
220
- }
221
-
222
- // @public
223
- export enum KnownCategory {
224
- Adfs = "ADFS",
225
- AzureAD = "AzureAD"
226
- }
227
-
228
- // @public
229
- export enum KnownCompatibilityIssue {
230
- AdfsIdentitySystemRequired = "ADFSIdentitySystemRequired",
231
- AzureADIdentitySystemRequired = "AzureADIdentitySystemRequired",
232
- CapacityBillingModelRequired = "CapacityBillingModelRequired",
233
- ConnectionToAzureRequired = "ConnectionToAzureRequired",
234
- ConnectionToInternetRequired = "ConnectionToInternetRequired",
235
- DevelopmentBillingModelRequired = "DevelopmentBillingModelRequired",
236
- DisconnectedEnvironmentRequired = "DisconnectedEnvironmentRequired",
237
- HigherDeviceVersionRequired = "HigherDeviceVersionRequired",
238
- LowerDeviceVersionRequired = "LowerDeviceVersionRequired",
239
- PayAsYouGoBillingModelRequired = "PayAsYouGoBillingModelRequired"
240
- }
241
-
242
- // @public
243
- export enum KnownComputeRole {
244
- IaaS = "IaaS",
245
- None = "None",
246
- PaaS = "PaaS"
247
- }
248
-
249
- // @public
250
- export enum KnownCreatedByType {
251
- Application = "Application",
252
- Key = "Key",
253
- ManagedIdentity = "ManagedIdentity",
254
- User = "User"
255
- }
256
-
257
- // @public
258
- export enum KnownLocation {
259
- Global = "global"
260
- }
261
-
262
- // @public
263
- export enum KnownOperatingSystem {
264
- Linux = "Linux",
265
- None = "None",
266
- Windows = "Windows"
267
- }
268
-
269
- // @public
270
- export interface LinkedSubscription extends TrackedResource {
271
- readonly deviceConnectionStatus?: string;
272
- readonly deviceId?: string;
273
- readonly deviceLinkState?: string;
274
- readonly deviceObjectId?: string;
275
- readonly lastConnectedTime?: string;
276
- linkedSubscriptionId?: string;
277
- registrationResourceId?: string;
278
- }
279
-
280
- // @public
281
- export interface LinkedSubscriptionParameter {
282
- linkedSubscriptionId: string;
283
- location: Location;
284
- registrationResourceId: string;
285
- }
286
-
287
- // @public
288
- export interface LinkedSubscriptions {
289
- createOrUpdate(resourceGroup: string, linkedSubscriptionName: string, resource: LinkedSubscriptionParameter, options?: LinkedSubscriptionsCreateOrUpdateOptionalParams): Promise<LinkedSubscriptionsCreateOrUpdateResponse>;
290
- delete(resourceGroup: string, linkedSubscriptionName: string, options?: LinkedSubscriptionsDeleteOptionalParams): Promise<void>;
291
- get(resourceGroup: string, linkedSubscriptionName: string, options?: LinkedSubscriptionsGetOptionalParams): Promise<LinkedSubscriptionsGetResponse>;
292
- listByResourceGroup(resourceGroup: string, options?: LinkedSubscriptionsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<LinkedSubscription>;
293
- listBySubscription(options?: LinkedSubscriptionsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<LinkedSubscription>;
294
- update(resourceGroup: string, linkedSubscriptionName: string, resource: LinkedSubscriptionParameter, options?: LinkedSubscriptionsUpdateOptionalParams): Promise<LinkedSubscriptionsUpdateResponse>;
295
- }
296
-
297
- // @public
298
- export interface LinkedSubscriptionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
299
- }
300
-
301
- // @public
302
- export type LinkedSubscriptionsCreateOrUpdateResponse = LinkedSubscription;
303
-
304
- // @public
305
- export interface LinkedSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
306
- }
307
-
308
- // @public
309
- export interface LinkedSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
310
- }
311
-
312
- // @public
313
- export type LinkedSubscriptionsGetResponse = LinkedSubscription;
314
-
315
- // @public
316
- export interface LinkedSubscriptionsList {
317
- nextLink?: string;
318
- value?: LinkedSubscription[];
319
- }
320
-
321
- // @public
322
- export interface LinkedSubscriptionsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
323
- }
324
-
325
- // @public
326
- export type LinkedSubscriptionsListByResourceGroupNextResponse = LinkedSubscriptionsList;
327
-
328
- // @public
329
- export interface LinkedSubscriptionsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
330
- }
331
-
332
- // @public
333
- export type LinkedSubscriptionsListByResourceGroupResponse = LinkedSubscriptionsList;
334
-
335
- // @public
336
- export interface LinkedSubscriptionsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
337
- }
338
-
339
- // @public
340
- export type LinkedSubscriptionsListBySubscriptionNextResponse = LinkedSubscriptionsList;
341
-
342
- // @public
343
- export interface LinkedSubscriptionsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
344
- }
345
-
346
- // @public
347
- export type LinkedSubscriptionsListBySubscriptionResponse = LinkedSubscriptionsList;
348
-
349
- // @public
350
- export interface LinkedSubscriptionsUpdateOptionalParams extends coreClient.OperationOptions {
351
- }
352
-
353
- // @public
354
- export type LinkedSubscriptionsUpdateResponse = LinkedSubscription;
355
-
356
- // @public
357
- export type Location = string;
358
-
359
- // @public
360
- export interface MarketplaceProductLogUpdate {
361
- readonly details?: string;
362
- readonly error?: string;
363
- readonly operation?: string;
364
- readonly status?: string;
365
- }
366
-
367
- // @public
368
- export type OperatingSystem = string;
369
-
370
- // @public
371
- export interface Operation {
372
- display?: Display;
373
- name?: string;
374
- origin?: string;
375
- }
376
-
377
- // @public
378
- export interface OperationList {
379
- nextLink?: string;
380
- value?: Operation[];
381
- }
382
-
383
- // @public
384
- export interface Operations {
385
- list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
386
- }
387
-
388
- // @public
389
- export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
390
- }
391
-
392
- // @public
393
- export type OperationsListNextResponse = OperationList;
394
-
395
- // @public
396
- export interface OperationsListOptionalParams extends coreClient.OperationOptions {
397
- }
398
-
399
- // @public
400
- export type OperationsListResponse = OperationList;
401
-
402
- // @public
403
- export interface OsDiskImage {
404
- readonly operatingSystem?: OperatingSystem;
405
- readonly sourceBlobSasUri?: string;
406
- }
407
-
408
- // @public
409
- export interface Product extends Resource {
410
- billingPartNumber?: string;
411
- compatibility?: Compatibility;
412
- description?: string;
413
- displayName?: string;
414
- galleryItemIdentity?: string;
415
- iconUris?: IconUris;
416
- legalTerms?: string;
417
- links?: ProductLink[];
418
- offer?: string;
419
- offerVersion?: string;
420
- payloadLength?: number;
421
- privacyPolicy?: string;
422
- productKind?: string;
423
- productProperties?: ProductProperties;
424
- publisherDisplayName?: string;
425
- publisherIdentifier?: string;
426
- sku?: string;
427
- readonly systemData?: SystemData;
428
- vmExtensionType?: string;
429
- }
430
-
431
- // @public
432
- export interface ProductLink {
433
- displayName?: string;
434
- uri?: string;
435
- }
436
-
437
- // @public
438
- export interface ProductList {
439
- nextLink?: string;
440
- value?: Product[];
441
- }
442
-
443
- // @public
444
- export interface ProductLog {
445
- readonly details?: string;
446
- readonly endDate?: string;
447
- readonly error?: string;
448
- readonly id?: string;
449
- readonly operation?: string;
450
- readonly productId?: string;
451
- readonly registrationName?: string;
452
- readonly resourceGroupName?: string;
453
- readonly startDate?: string;
454
- readonly status?: string;
455
- readonly subscriptionId?: string;
456
- }
457
-
458
- // @public
459
- export interface ProductProperties {
460
- version?: string;
461
- }
462
-
463
- // @public
464
- export interface Products {
465
- get(resourceGroup: string, registrationName: string, productName: string, options?: ProductsGetOptionalParams): Promise<ProductsGetResponse>;
466
- getProduct(resourceGroup: string, registrationName: string, productName: string, options?: ProductsGetProductOptionalParams): Promise<ProductsGetProductResponse>;
467
- getProducts(resourceGroup: string, registrationName: string, productName: string, options?: ProductsGetProductsOptionalParams): Promise<ProductsGetProductsResponse>;
468
- list(resourceGroup: string, registrationName: string, options?: ProductsListOptionalParams): PagedAsyncIterableIterator<Product>;
469
- listDetails(resourceGroup: string, registrationName: string, productName: string, options?: ProductsListDetailsOptionalParams): Promise<ProductsListDetailsResponse>;
470
- uploadLog(resourceGroup: string, registrationName: string, productName: string, options?: ProductsUploadLogOptionalParams): Promise<ProductsUploadLogResponse>;
471
- }
472
-
473
- // @public
474
- export interface ProductsGetOptionalParams extends coreClient.OperationOptions {
475
- }
476
-
477
- // @public
478
- export interface ProductsGetProductOptionalParams extends coreClient.OperationOptions {
479
- deviceConfiguration?: DeviceConfiguration;
480
- }
481
-
482
- // @public
483
- export type ProductsGetProductResponse = Product;
484
-
485
- // @public
486
- export interface ProductsGetProductsOptionalParams extends coreClient.OperationOptions {
487
- deviceConfiguration?: DeviceConfiguration;
488
- }
489
-
490
- // @public
491
- export type ProductsGetProductsResponse = ProductList;
492
-
493
- // @public
494
- export type ProductsGetResponse = Product;
495
-
496
- // @public
497
- export interface ProductsListDetailsOptionalParams extends coreClient.OperationOptions {
498
- }
499
-
500
- // @public
501
- export type ProductsListDetailsResponse = ExtendedProduct;
502
-
503
- // @public
504
- export interface ProductsListNextOptionalParams extends coreClient.OperationOptions {
505
- }
506
-
507
- // @public
508
- export type ProductsListNextResponse = ProductList;
509
-
510
- // @public
511
- export interface ProductsListOptionalParams extends coreClient.OperationOptions {
512
- }
513
-
514
- // @public
515
- export type ProductsListResponse = ProductList;
516
-
517
- // @public
518
- export interface ProductsUploadLogOptionalParams extends coreClient.OperationOptions {
519
- marketplaceProductLogUpdate?: MarketplaceProductLogUpdate;
520
- }
521
-
522
- // @public
523
- export type ProductsUploadLogResponse = ProductLog;
524
-
525
- // @public
526
- export type ProvisioningState = "Creating" | "Failed" | "Succeeded" | "Canceled";
527
-
528
- // @public
529
- export interface Registration extends TrackedResource {
530
- billingModel?: string;
531
- cloudId?: string;
532
- objectId?: string;
533
- }
534
-
535
- // @public
536
- export interface RegistrationList {
537
- nextLink?: string;
538
- value?: Registration[];
539
- }
540
-
541
- // @public
542
- export interface RegistrationParameter {
543
- location: Location;
544
- registrationToken: string;
545
- }
546
-
547
- // @public
548
- export interface Registrations {
549
- createOrUpdate(resourceGroup: string, registrationName: string, token: RegistrationParameter, options?: RegistrationsCreateOrUpdateOptionalParams): Promise<RegistrationsCreateOrUpdateResponse>;
550
- delete(resourceGroup: string, registrationName: string, options?: RegistrationsDeleteOptionalParams): Promise<void>;
551
- enableRemoteManagement(resourceGroup: string, registrationName: string, options?: RegistrationsEnableRemoteManagementOptionalParams): Promise<void>;
552
- get(resourceGroup: string, registrationName: string, options?: RegistrationsGetOptionalParams): Promise<RegistrationsGetResponse>;
553
- getActivationKey(resourceGroup: string, registrationName: string, options?: RegistrationsGetActivationKeyOptionalParams): Promise<RegistrationsGetActivationKeyResponse>;
554
- list(resourceGroup: string, options?: RegistrationsListOptionalParams): PagedAsyncIterableIterator<Registration>;
555
- listBySubscription(options?: RegistrationsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Registration>;
556
- update(resourceGroup: string, registrationName: string, token: RegistrationParameter, options?: RegistrationsUpdateOptionalParams): Promise<RegistrationsUpdateResponse>;
557
- }
558
-
559
- // @public
560
- export interface RegistrationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
561
- }
562
-
563
- // @public
564
- export type RegistrationsCreateOrUpdateResponse = Registration;
565
-
566
- // @public
567
- export interface RegistrationsDeleteOptionalParams extends coreClient.OperationOptions {
568
- }
569
-
570
- // @public
571
- export interface RegistrationsEnableRemoteManagementOptionalParams extends coreClient.OperationOptions {
572
- }
573
-
574
- // @public
575
- export interface RegistrationsGetActivationKeyOptionalParams extends coreClient.OperationOptions {
576
- }
577
-
578
- // @public
579
- export type RegistrationsGetActivationKeyResponse = ActivationKeyResult;
580
-
581
- // @public
582
- export interface RegistrationsGetOptionalParams extends coreClient.OperationOptions {
583
- }
584
-
585
- // @public
586
- export type RegistrationsGetResponse = Registration;
587
-
588
- // @public
589
- export interface RegistrationsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
590
- }
591
-
592
- // @public
593
- export type RegistrationsListBySubscriptionNextResponse = RegistrationList;
594
-
595
- // @public
596
- export interface RegistrationsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
597
- }
598
-
599
- // @public
600
- export type RegistrationsListBySubscriptionResponse = RegistrationList;
601
-
602
- // @public
603
- export interface RegistrationsListNextOptionalParams extends coreClient.OperationOptions {
604
- }
605
-
606
- // @public
607
- export type RegistrationsListNextResponse = RegistrationList;
608
-
609
- // @public
610
- export interface RegistrationsListOptionalParams extends coreClient.OperationOptions {
611
- }
612
-
613
- // @public
614
- export type RegistrationsListResponse = RegistrationList;
615
-
616
- // @public
617
- export interface RegistrationsUpdateOptionalParams extends coreClient.OperationOptions {
618
- }
619
-
620
- // @public
621
- export type RegistrationsUpdateResponse = Registration;
622
-
623
- // @public
624
- export interface Resource {
625
- etag?: string;
626
- readonly id?: string;
627
- readonly name?: string;
628
- readonly type?: string;
629
- }
630
-
631
- // @public
632
- export interface SystemData {
633
- createdAt?: Date;
634
- createdBy?: string;
635
- createdByType?: CreatedByType;
636
- lastModifiedAt?: Date;
637
- lastModifiedBy?: string;
638
- lastModifiedByType?: CreatedByType;
639
- }
640
-
641
- // @public
642
- export interface TrackedResource {
643
- etag?: string;
644
- readonly id?: string;
645
- readonly kind?: string;
646
- location: Location;
647
- readonly name?: string;
648
- readonly systemData?: SystemData;
649
- tags?: {
650
- [propertyName: string]: string;
651
- };
652
- readonly type?: string;
653
- }
654
-
655
- // @public
656
- export interface VirtualMachineExtensionProductProperties {
657
- readonly computeRole?: ComputeRole;
658
- readonly isSystemExtension?: boolean;
659
- readonly supportMultipleExtensions?: boolean;
660
- readonly uri?: string;
661
- readonly version?: string;
662
- readonly vmOsType?: OperatingSystem;
663
- readonly vmScaleSetEnabled?: boolean;
664
- }
665
-
666
- // @public
667
- export interface VirtualMachineProductProperties {
668
- readonly dataDiskImages?: DataDiskImage[];
669
- readonly osDiskImage?: OsDiskImage;
670
- readonly version?: string;
671
- }
672
-
673
- // (No @packageDocumentation comment for this package)
674
-
675
- ```
1
+ ## API Report File for "@azure/arm-azurestack"
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 { PagedAsyncIterableIterator } from '@azure/core-paging';
10
+
11
+ // @public
12
+ export interface ActivationKeyResult {
13
+ activationKey?: string;
14
+ }
15
+
16
+ // @public (undocumented)
17
+ export class AzureStackManagementClient extends coreClient.ServiceClient {
18
+ // (undocumented)
19
+ $host: string;
20
+ constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: AzureStackManagementClientOptionalParams);
21
+ // (undocumented)
22
+ apiVersion: string;
23
+ // (undocumented)
24
+ cloudManifestFile: CloudManifestFile;
25
+ // (undocumented)
26
+ customerSubscriptions: CustomerSubscriptions;
27
+ // (undocumented)
28
+ linkedSubscriptions: LinkedSubscriptions;
29
+ // (undocumented)
30
+ operations: Operations;
31
+ // (undocumented)
32
+ products: Products;
33
+ // (undocumented)
34
+ registrations: Registrations;
35
+ // (undocumented)
36
+ subscriptionId: string;
37
+ }
38
+
39
+ // @public
40
+ export interface AzureStackManagementClientOptionalParams extends coreClient.ServiceClientOptions {
41
+ $host?: string;
42
+ apiVersion?: string;
43
+ endpoint?: string;
44
+ }
45
+
46
+ // @public
47
+ export type Category = string;
48
+
49
+ // @public
50
+ export interface CloudManifestFile {
51
+ get(verificationVersion: string, options?: CloudManifestFileGetOptionalParams): Promise<CloudManifestFileGetResponse>;
52
+ list(options?: CloudManifestFileListOptionalParams): Promise<CloudManifestFileListResponse>;
53
+ }
54
+
55
+ // @public
56
+ export interface CloudManifestFileDeploymentData {
57
+ customCloudArmEndpoint?: string;
58
+ customCloudVerificationKey?: string;
59
+ externalDsmsCertificates?: string;
60
+ externalDsmsEndpoint?: string;
61
+ }
62
+
63
+ // @public
64
+ export interface CloudManifestFileGetOptionalParams extends coreClient.OperationOptions {
65
+ versionCreationDate?: string;
66
+ }
67
+
68
+ // @public
69
+ export type CloudManifestFileGetResponse = CloudManifestFileResponse;
70
+
71
+ // @public
72
+ export interface CloudManifestFileListOptionalParams extends coreClient.OperationOptions {
73
+ }
74
+
75
+ // @public
76
+ export type CloudManifestFileListResponse = CloudManifestFileResponse;
77
+
78
+ // @public
79
+ export interface CloudManifestFileProperties {
80
+ deploymentData?: CloudManifestFileDeploymentData;
81
+ signature?: string;
82
+ }
83
+
84
+ // @public
85
+ export interface CloudManifestFileResponse extends Resource {
86
+ properties?: CloudManifestFileProperties;
87
+ }
88
+
89
+ // @public
90
+ export interface Compatibility {
91
+ description?: string;
92
+ isCompatible?: boolean;
93
+ issues?: CompatibilityIssue[];
94
+ message?: string;
95
+ }
96
+
97
+ // @public
98
+ export type CompatibilityIssue = string;
99
+
100
+ // @public
101
+ export type ComputeRole = string;
102
+
103
+ // @public
104
+ export type CreatedByType = string;
105
+
106
+ // @public
107
+ export interface CustomerSubscription extends Resource {
108
+ readonly systemData?: SystemData;
109
+ tenantId?: string;
110
+ }
111
+
112
+ // @public
113
+ export interface CustomerSubscriptionList {
114
+ nextLink?: string;
115
+ value?: CustomerSubscription[];
116
+ }
117
+
118
+ // @public
119
+ export interface CustomerSubscriptions {
120
+ create(resourceGroup: string, registrationName: string, customerSubscriptionName: string, customerCreationParameters: CustomerSubscription, options?: CustomerSubscriptionsCreateOptionalParams): Promise<CustomerSubscriptionsCreateResponse>;
121
+ delete(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options?: CustomerSubscriptionsDeleteOptionalParams): Promise<void>;
122
+ get(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options?: CustomerSubscriptionsGetOptionalParams): Promise<CustomerSubscriptionsGetResponse>;
123
+ list(resourceGroup: string, registrationName: string, options?: CustomerSubscriptionsListOptionalParams): PagedAsyncIterableIterator<CustomerSubscription>;
124
+ }
125
+
126
+ // @public
127
+ export interface CustomerSubscriptionsCreateOptionalParams extends coreClient.OperationOptions {
128
+ }
129
+
130
+ // @public
131
+ export type CustomerSubscriptionsCreateResponse = CustomerSubscription;
132
+
133
+ // @public
134
+ export interface CustomerSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
135
+ }
136
+
137
+ // @public
138
+ export interface CustomerSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
139
+ }
140
+
141
+ // @public
142
+ export type CustomerSubscriptionsGetResponse = CustomerSubscription;
143
+
144
+ // @public
145
+ export interface CustomerSubscriptionsListNextOptionalParams extends coreClient.OperationOptions {
146
+ }
147
+
148
+ // @public
149
+ export type CustomerSubscriptionsListNextResponse = CustomerSubscriptionList;
150
+
151
+ // @public
152
+ export interface CustomerSubscriptionsListOptionalParams extends coreClient.OperationOptions {
153
+ }
154
+
155
+ // @public
156
+ export type CustomerSubscriptionsListResponse = CustomerSubscriptionList;
157
+
158
+ // @public
159
+ export interface DataDiskImage {
160
+ readonly lun?: number;
161
+ readonly sourceBlobSasUri?: string;
162
+ }
163
+
164
+ // @public
165
+ export interface DeviceConfiguration {
166
+ readonly deviceVersion?: string;
167
+ readonly identitySystem?: Category;
168
+ }
169
+
170
+ // @public
171
+ export interface Display {
172
+ description?: string;
173
+ operation?: string;
174
+ provider?: string;
175
+ resource?: string;
176
+ }
177
+
178
+ // @public
179
+ export interface ErrorDetails {
180
+ readonly code?: string;
181
+ readonly message?: string;
182
+ readonly target?: string;
183
+ }
184
+
185
+ // @public
186
+ export interface ErrorResponse {
187
+ error?: ErrorDetails;
188
+ }
189
+
190
+ // @public
191
+ export interface ExtendedProduct {
192
+ readonly computeRole?: ComputeRole;
193
+ readonly dataDiskImages?: DataDiskImage[];
194
+ readonly galleryPackageBlobSasUri?: string;
195
+ readonly isSystemExtension?: boolean;
196
+ readonly osDiskImage?: OsDiskImage;
197
+ readonly productKind?: string;
198
+ readonly supportMultipleExtensions?: boolean;
199
+ readonly uri?: string;
200
+ readonly version?: string;
201
+ readonly versionPropertiesVersion?: string;
202
+ readonly vmOsType?: OperatingSystem;
203
+ readonly vmScaleSetEnabled?: boolean;
204
+ }
205
+
206
+ // @public
207
+ export interface ExtendedProductProperties extends VirtualMachineExtensionProductProperties, VirtualMachineProductProperties {
208
+ }
209
+
210
+ // @public
211
+ export function getContinuationToken(page: unknown): string | undefined;
212
+
213
+ // @public
214
+ export interface IconUris {
215
+ hero?: string;
216
+ large?: string;
217
+ medium?: string;
218
+ small?: string;
219
+ wide?: string;
220
+ }
221
+
222
+ // @public
223
+ export enum KnownCategory {
224
+ Adfs = "ADFS",
225
+ AzureAD = "AzureAD"
226
+ }
227
+
228
+ // @public
229
+ export enum KnownCompatibilityIssue {
230
+ AdfsIdentitySystemRequired = "ADFSIdentitySystemRequired",
231
+ AzureADIdentitySystemRequired = "AzureADIdentitySystemRequired",
232
+ CapacityBillingModelRequired = "CapacityBillingModelRequired",
233
+ ConnectionToAzureRequired = "ConnectionToAzureRequired",
234
+ ConnectionToInternetRequired = "ConnectionToInternetRequired",
235
+ DevelopmentBillingModelRequired = "DevelopmentBillingModelRequired",
236
+ DisconnectedEnvironmentRequired = "DisconnectedEnvironmentRequired",
237
+ HigherDeviceVersionRequired = "HigherDeviceVersionRequired",
238
+ LowerDeviceVersionRequired = "LowerDeviceVersionRequired",
239
+ PayAsYouGoBillingModelRequired = "PayAsYouGoBillingModelRequired"
240
+ }
241
+
242
+ // @public
243
+ export enum KnownComputeRole {
244
+ IaaS = "IaaS",
245
+ None = "None",
246
+ PaaS = "PaaS"
247
+ }
248
+
249
+ // @public
250
+ export enum KnownCreatedByType {
251
+ Application = "Application",
252
+ Key = "Key",
253
+ ManagedIdentity = "ManagedIdentity",
254
+ User = "User"
255
+ }
256
+
257
+ // @public
258
+ export enum KnownLocation {
259
+ Global = "global"
260
+ }
261
+
262
+ // @public
263
+ export enum KnownOperatingSystem {
264
+ Linux = "Linux",
265
+ None = "None",
266
+ Windows = "Windows"
267
+ }
268
+
269
+ // @public
270
+ export interface LinkedSubscription extends TrackedResource {
271
+ readonly deviceConnectionStatus?: string;
272
+ readonly deviceId?: string;
273
+ readonly deviceLinkState?: string;
274
+ readonly deviceObjectId?: string;
275
+ readonly lastConnectedTime?: string;
276
+ linkedSubscriptionId?: string;
277
+ registrationResourceId?: string;
278
+ }
279
+
280
+ // @public
281
+ export interface LinkedSubscriptionParameter {
282
+ linkedSubscriptionId: string;
283
+ location: Location;
284
+ registrationResourceId: string;
285
+ }
286
+
287
+ // @public
288
+ export interface LinkedSubscriptions {
289
+ createOrUpdate(resourceGroup: string, linkedSubscriptionName: string, resource: LinkedSubscriptionParameter, options?: LinkedSubscriptionsCreateOrUpdateOptionalParams): Promise<LinkedSubscriptionsCreateOrUpdateResponse>;
290
+ delete(resourceGroup: string, linkedSubscriptionName: string, options?: LinkedSubscriptionsDeleteOptionalParams): Promise<void>;
291
+ get(resourceGroup: string, linkedSubscriptionName: string, options?: LinkedSubscriptionsGetOptionalParams): Promise<LinkedSubscriptionsGetResponse>;
292
+ listByResourceGroup(resourceGroup: string, options?: LinkedSubscriptionsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<LinkedSubscription>;
293
+ listBySubscription(options?: LinkedSubscriptionsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<LinkedSubscription>;
294
+ update(resourceGroup: string, linkedSubscriptionName: string, resource: LinkedSubscriptionParameter, options?: LinkedSubscriptionsUpdateOptionalParams): Promise<LinkedSubscriptionsUpdateResponse>;
295
+ }
296
+
297
+ // @public
298
+ export interface LinkedSubscriptionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
299
+ }
300
+
301
+ // @public
302
+ export type LinkedSubscriptionsCreateOrUpdateResponse = LinkedSubscription;
303
+
304
+ // @public
305
+ export interface LinkedSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
306
+ }
307
+
308
+ // @public
309
+ export interface LinkedSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
310
+ }
311
+
312
+ // @public
313
+ export type LinkedSubscriptionsGetResponse = LinkedSubscription;
314
+
315
+ // @public
316
+ export interface LinkedSubscriptionsList {
317
+ nextLink?: string;
318
+ value?: LinkedSubscription[];
319
+ }
320
+
321
+ // @public
322
+ export interface LinkedSubscriptionsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
323
+ }
324
+
325
+ // @public
326
+ export type LinkedSubscriptionsListByResourceGroupNextResponse = LinkedSubscriptionsList;
327
+
328
+ // @public
329
+ export interface LinkedSubscriptionsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
330
+ }
331
+
332
+ // @public
333
+ export type LinkedSubscriptionsListByResourceGroupResponse = LinkedSubscriptionsList;
334
+
335
+ // @public
336
+ export interface LinkedSubscriptionsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
337
+ }
338
+
339
+ // @public
340
+ export type LinkedSubscriptionsListBySubscriptionNextResponse = LinkedSubscriptionsList;
341
+
342
+ // @public
343
+ export interface LinkedSubscriptionsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
344
+ }
345
+
346
+ // @public
347
+ export type LinkedSubscriptionsListBySubscriptionResponse = LinkedSubscriptionsList;
348
+
349
+ // @public
350
+ export interface LinkedSubscriptionsUpdateOptionalParams extends coreClient.OperationOptions {
351
+ }
352
+
353
+ // @public
354
+ export type LinkedSubscriptionsUpdateResponse = LinkedSubscription;
355
+
356
+ // @public
357
+ export type Location = string;
358
+
359
+ // @public
360
+ export interface MarketplaceProductLogUpdate {
361
+ readonly details?: string;
362
+ readonly error?: string;
363
+ readonly operation?: string;
364
+ readonly status?: string;
365
+ }
366
+
367
+ // @public
368
+ export type OperatingSystem = string;
369
+
370
+ // @public
371
+ export interface Operation {
372
+ display?: Display;
373
+ name?: string;
374
+ origin?: string;
375
+ }
376
+
377
+ // @public
378
+ export interface OperationList {
379
+ nextLink?: string;
380
+ value?: Operation[];
381
+ }
382
+
383
+ // @public
384
+ export interface Operations {
385
+ list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
386
+ }
387
+
388
+ // @public
389
+ export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
390
+ }
391
+
392
+ // @public
393
+ export type OperationsListNextResponse = OperationList;
394
+
395
+ // @public
396
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
397
+ }
398
+
399
+ // @public
400
+ export type OperationsListResponse = OperationList;
401
+
402
+ // @public
403
+ export interface OsDiskImage {
404
+ readonly operatingSystem?: OperatingSystem;
405
+ readonly sourceBlobSasUri?: string;
406
+ }
407
+
408
+ // @public
409
+ export interface Product extends Resource {
410
+ billingPartNumber?: string;
411
+ compatibility?: Compatibility;
412
+ description?: string;
413
+ displayName?: string;
414
+ galleryItemIdentity?: string;
415
+ iconUris?: IconUris;
416
+ legalTerms?: string;
417
+ links?: ProductLink[];
418
+ offer?: string;
419
+ offerVersion?: string;
420
+ payloadLength?: number;
421
+ privacyPolicy?: string;
422
+ productKind?: string;
423
+ productProperties?: ProductProperties;
424
+ publisherDisplayName?: string;
425
+ publisherIdentifier?: string;
426
+ sku?: string;
427
+ readonly systemData?: SystemData;
428
+ vmExtensionType?: string;
429
+ }
430
+
431
+ // @public
432
+ export interface ProductLink {
433
+ displayName?: string;
434
+ uri?: string;
435
+ }
436
+
437
+ // @public
438
+ export interface ProductList {
439
+ nextLink?: string;
440
+ value?: Product[];
441
+ }
442
+
443
+ // @public
444
+ export interface ProductLog {
445
+ readonly details?: string;
446
+ readonly endDate?: string;
447
+ readonly error?: string;
448
+ readonly id?: string;
449
+ readonly operation?: string;
450
+ readonly productId?: string;
451
+ readonly registrationName?: string;
452
+ readonly resourceGroupName?: string;
453
+ readonly startDate?: string;
454
+ readonly status?: string;
455
+ readonly subscriptionId?: string;
456
+ }
457
+
458
+ // @public
459
+ export interface ProductProperties {
460
+ version?: string;
461
+ }
462
+
463
+ // @public
464
+ export interface Products {
465
+ get(resourceGroup: string, registrationName: string, productName: string, options?: ProductsGetOptionalParams): Promise<ProductsGetResponse>;
466
+ getProduct(resourceGroup: string, registrationName: string, productName: string, options?: ProductsGetProductOptionalParams): Promise<ProductsGetProductResponse>;
467
+ getProducts(resourceGroup: string, registrationName: string, productName: string, options?: ProductsGetProductsOptionalParams): Promise<ProductsGetProductsResponse>;
468
+ list(resourceGroup: string, registrationName: string, options?: ProductsListOptionalParams): PagedAsyncIterableIterator<Product>;
469
+ listDetails(resourceGroup: string, registrationName: string, productName: string, options?: ProductsListDetailsOptionalParams): Promise<ProductsListDetailsResponse>;
470
+ uploadLog(resourceGroup: string, registrationName: string, productName: string, options?: ProductsUploadLogOptionalParams): Promise<ProductsUploadLogResponse>;
471
+ }
472
+
473
+ // @public
474
+ export interface ProductsGetOptionalParams extends coreClient.OperationOptions {
475
+ }
476
+
477
+ // @public
478
+ export interface ProductsGetProductOptionalParams extends coreClient.OperationOptions {
479
+ deviceConfiguration?: DeviceConfiguration;
480
+ }
481
+
482
+ // @public
483
+ export type ProductsGetProductResponse = Product;
484
+
485
+ // @public
486
+ export interface ProductsGetProductsOptionalParams extends coreClient.OperationOptions {
487
+ deviceConfiguration?: DeviceConfiguration;
488
+ }
489
+
490
+ // @public
491
+ export type ProductsGetProductsResponse = ProductList;
492
+
493
+ // @public
494
+ export type ProductsGetResponse = Product;
495
+
496
+ // @public
497
+ export interface ProductsListDetailsOptionalParams extends coreClient.OperationOptions {
498
+ }
499
+
500
+ // @public
501
+ export type ProductsListDetailsResponse = ExtendedProduct;
502
+
503
+ // @public
504
+ export interface ProductsListNextOptionalParams extends coreClient.OperationOptions {
505
+ }
506
+
507
+ // @public
508
+ export type ProductsListNextResponse = ProductList;
509
+
510
+ // @public
511
+ export interface ProductsListOptionalParams extends coreClient.OperationOptions {
512
+ }
513
+
514
+ // @public
515
+ export type ProductsListResponse = ProductList;
516
+
517
+ // @public
518
+ export interface ProductsUploadLogOptionalParams extends coreClient.OperationOptions {
519
+ marketplaceProductLogUpdate?: MarketplaceProductLogUpdate;
520
+ }
521
+
522
+ // @public
523
+ export type ProductsUploadLogResponse = ProductLog;
524
+
525
+ // @public
526
+ export type ProvisioningState = "Creating" | "Failed" | "Succeeded" | "Canceled";
527
+
528
+ // @public
529
+ export interface Registration extends TrackedResource {
530
+ billingModel?: string;
531
+ cloudId?: string;
532
+ objectId?: string;
533
+ }
534
+
535
+ // @public
536
+ export interface RegistrationList {
537
+ nextLink?: string;
538
+ value?: Registration[];
539
+ }
540
+
541
+ // @public
542
+ export interface RegistrationParameter {
543
+ location: Location;
544
+ registrationToken: string;
545
+ }
546
+
547
+ // @public
548
+ export interface Registrations {
549
+ createOrUpdate(resourceGroup: string, registrationName: string, token: RegistrationParameter, options?: RegistrationsCreateOrUpdateOptionalParams): Promise<RegistrationsCreateOrUpdateResponse>;
550
+ delete(resourceGroup: string, registrationName: string, options?: RegistrationsDeleteOptionalParams): Promise<void>;
551
+ enableRemoteManagement(resourceGroup: string, registrationName: string, options?: RegistrationsEnableRemoteManagementOptionalParams): Promise<void>;
552
+ get(resourceGroup: string, registrationName: string, options?: RegistrationsGetOptionalParams): Promise<RegistrationsGetResponse>;
553
+ getActivationKey(resourceGroup: string, registrationName: string, options?: RegistrationsGetActivationKeyOptionalParams): Promise<RegistrationsGetActivationKeyResponse>;
554
+ list(resourceGroup: string, options?: RegistrationsListOptionalParams): PagedAsyncIterableIterator<Registration>;
555
+ listBySubscription(options?: RegistrationsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Registration>;
556
+ update(resourceGroup: string, registrationName: string, token: RegistrationParameter, options?: RegistrationsUpdateOptionalParams): Promise<RegistrationsUpdateResponse>;
557
+ }
558
+
559
+ // @public
560
+ export interface RegistrationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
561
+ }
562
+
563
+ // @public
564
+ export type RegistrationsCreateOrUpdateResponse = Registration;
565
+
566
+ // @public
567
+ export interface RegistrationsDeleteOptionalParams extends coreClient.OperationOptions {
568
+ }
569
+
570
+ // @public
571
+ export interface RegistrationsEnableRemoteManagementOptionalParams extends coreClient.OperationOptions {
572
+ }
573
+
574
+ // @public
575
+ export interface RegistrationsGetActivationKeyOptionalParams extends coreClient.OperationOptions {
576
+ }
577
+
578
+ // @public
579
+ export type RegistrationsGetActivationKeyResponse = ActivationKeyResult;
580
+
581
+ // @public
582
+ export interface RegistrationsGetOptionalParams extends coreClient.OperationOptions {
583
+ }
584
+
585
+ // @public
586
+ export type RegistrationsGetResponse = Registration;
587
+
588
+ // @public
589
+ export interface RegistrationsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
590
+ }
591
+
592
+ // @public
593
+ export type RegistrationsListBySubscriptionNextResponse = RegistrationList;
594
+
595
+ // @public
596
+ export interface RegistrationsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
597
+ }
598
+
599
+ // @public
600
+ export type RegistrationsListBySubscriptionResponse = RegistrationList;
601
+
602
+ // @public
603
+ export interface RegistrationsListNextOptionalParams extends coreClient.OperationOptions {
604
+ }
605
+
606
+ // @public
607
+ export type RegistrationsListNextResponse = RegistrationList;
608
+
609
+ // @public
610
+ export interface RegistrationsListOptionalParams extends coreClient.OperationOptions {
611
+ }
612
+
613
+ // @public
614
+ export type RegistrationsListResponse = RegistrationList;
615
+
616
+ // @public
617
+ export interface RegistrationsUpdateOptionalParams extends coreClient.OperationOptions {
618
+ }
619
+
620
+ // @public
621
+ export type RegistrationsUpdateResponse = Registration;
622
+
623
+ // @public
624
+ export interface Resource {
625
+ etag?: string;
626
+ readonly id?: string;
627
+ readonly name?: string;
628
+ readonly type?: string;
629
+ }
630
+
631
+ // @public
632
+ export interface SystemData {
633
+ createdAt?: Date;
634
+ createdBy?: string;
635
+ createdByType?: CreatedByType;
636
+ lastModifiedAt?: Date;
637
+ lastModifiedBy?: string;
638
+ lastModifiedByType?: CreatedByType;
639
+ }
640
+
641
+ // @public
642
+ export interface TrackedResource {
643
+ etag?: string;
644
+ readonly id?: string;
645
+ readonly kind?: string;
646
+ location: Location;
647
+ readonly name?: string;
648
+ readonly systemData?: SystemData;
649
+ tags?: {
650
+ [propertyName: string]: string;
651
+ };
652
+ readonly type?: string;
653
+ }
654
+
655
+ // @public
656
+ export interface VirtualMachineExtensionProductProperties {
657
+ readonly computeRole?: ComputeRole;
658
+ readonly isSystemExtension?: boolean;
659
+ readonly supportMultipleExtensions?: boolean;
660
+ readonly uri?: string;
661
+ readonly version?: string;
662
+ readonly vmOsType?: OperatingSystem;
663
+ readonly vmScaleSetEnabled?: boolean;
664
+ }
665
+
666
+ // @public
667
+ export interface VirtualMachineProductProperties {
668
+ readonly dataDiskImages?: DataDiskImage[];
669
+ readonly osDiskImage?: OsDiskImage;
670
+ readonly version?: string;
671
+ }
672
+
673
+ // (No @packageDocumentation comment for this package)
674
+
675
+ ```