@azure/arm-scvmm 1.0.1-alpha.20250718.1 → 1.0.1-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 (115) hide show
  1. package/dist/browser/lroImpl.js +7 -3
  2. package/dist/browser/lroImpl.js.map +1 -1
  3. package/dist/browser/models/mappers.js +105 -45
  4. package/dist/browser/models/mappers.js.map +1 -1
  5. package/dist/browser/operations/availabilitySets.js +78 -97
  6. package/dist/browser/operations/availabilitySets.js.map +1 -1
  7. package/dist/browser/operations/clouds.js +78 -97
  8. package/dist/browser/operations/clouds.js.map +1 -1
  9. package/dist/browser/operations/guestAgents.js +34 -46
  10. package/dist/browser/operations/guestAgents.js.map +1 -1
  11. package/dist/browser/operations/inventoryItems.js +23 -40
  12. package/dist/browser/operations/inventoryItems.js.map +1 -1
  13. package/dist/browser/operations/operations.js +23 -40
  14. package/dist/browser/operations/operations.js.map +1 -1
  15. package/dist/browser/operations/virtualMachineInstances.js +122 -94
  16. package/dist/browser/operations/virtualMachineInstances.js.map +1 -1
  17. package/dist/browser/operations/virtualMachineTemplates.js +78 -97
  18. package/dist/browser/operations/virtualMachineTemplates.js.map +1 -1
  19. package/dist/browser/operations/virtualNetworks.js +78 -97
  20. package/dist/browser/operations/virtualNetworks.js.map +1 -1
  21. package/dist/browser/operations/vmInstanceHybridIdentityMetadatas.js +23 -40
  22. package/dist/browser/operations/vmInstanceHybridIdentityMetadatas.js.map +1 -1
  23. package/dist/browser/operations/vmmServers.js +78 -97
  24. package/dist/browser/operations/vmmServers.js.map +1 -1
  25. package/dist/browser/pagingHelper.js +2 -4
  26. package/dist/browser/pagingHelper.js.map +1 -1
  27. package/dist/browser/scVmm.js +23 -5
  28. package/dist/browser/scVmm.js.map +1 -1
  29. package/dist/commonjs/lroImpl.js +7 -3
  30. package/dist/commonjs/lroImpl.js.map +1 -1
  31. package/dist/commonjs/models/mappers.js +105 -45
  32. package/dist/commonjs/models/mappers.js.map +1 -1
  33. package/dist/commonjs/operations/availabilitySets.js +78 -96
  34. package/dist/commonjs/operations/availabilitySets.js.map +1 -1
  35. package/dist/commonjs/operations/clouds.js +78 -96
  36. package/dist/commonjs/operations/clouds.js.map +1 -1
  37. package/dist/commonjs/operations/guestAgents.js +34 -45
  38. package/dist/commonjs/operations/guestAgents.js.map +1 -1
  39. package/dist/commonjs/operations/inventoryItems.js +23 -39
  40. package/dist/commonjs/operations/inventoryItems.js.map +1 -1
  41. package/dist/commonjs/operations/operations.js +23 -39
  42. package/dist/commonjs/operations/operations.js.map +1 -1
  43. package/dist/commonjs/operations/virtualMachineInstances.js +122 -93
  44. package/dist/commonjs/operations/virtualMachineInstances.js.map +1 -1
  45. package/dist/commonjs/operations/virtualMachineTemplates.js +78 -96
  46. package/dist/commonjs/operations/virtualMachineTemplates.js.map +1 -1
  47. package/dist/commonjs/operations/virtualNetworks.js +78 -96
  48. package/dist/commonjs/operations/virtualNetworks.js.map +1 -1
  49. package/dist/commonjs/operations/vmInstanceHybridIdentityMetadatas.js +23 -39
  50. package/dist/commonjs/operations/vmInstanceHybridIdentityMetadatas.js.map +1 -1
  51. package/dist/commonjs/operations/vmmServers.js +78 -96
  52. package/dist/commonjs/operations/vmmServers.js.map +1 -1
  53. package/dist/commonjs/pagingHelper.js +2 -4
  54. package/dist/commonjs/pagingHelper.js.map +1 -1
  55. package/dist/commonjs/scVmm.js +23 -5
  56. package/dist/commonjs/scVmm.js.map +1 -1
  57. package/dist/commonjs/tsdoc-metadata.json +11 -11
  58. package/dist/esm/lroImpl.js +7 -3
  59. package/dist/esm/lroImpl.js.map +1 -1
  60. package/dist/esm/models/mappers.js +105 -45
  61. package/dist/esm/models/mappers.js.map +1 -1
  62. package/dist/esm/operations/availabilitySets.js +78 -97
  63. package/dist/esm/operations/availabilitySets.js.map +1 -1
  64. package/dist/esm/operations/clouds.js +78 -97
  65. package/dist/esm/operations/clouds.js.map +1 -1
  66. package/dist/esm/operations/guestAgents.js +34 -46
  67. package/dist/esm/operations/guestAgents.js.map +1 -1
  68. package/dist/esm/operations/inventoryItems.js +23 -40
  69. package/dist/esm/operations/inventoryItems.js.map +1 -1
  70. package/dist/esm/operations/operations.js +23 -40
  71. package/dist/esm/operations/operations.js.map +1 -1
  72. package/dist/esm/operations/virtualMachineInstances.js +122 -94
  73. package/dist/esm/operations/virtualMachineInstances.js.map +1 -1
  74. package/dist/esm/operations/virtualMachineTemplates.js +78 -97
  75. package/dist/esm/operations/virtualMachineTemplates.js.map +1 -1
  76. package/dist/esm/operations/virtualNetworks.js +78 -97
  77. package/dist/esm/operations/virtualNetworks.js.map +1 -1
  78. package/dist/esm/operations/vmInstanceHybridIdentityMetadatas.js +23 -40
  79. package/dist/esm/operations/vmInstanceHybridIdentityMetadatas.js.map +1 -1
  80. package/dist/esm/operations/vmmServers.js +78 -97
  81. package/dist/esm/operations/vmmServers.js.map +1 -1
  82. package/dist/esm/pagingHelper.js +2 -4
  83. package/dist/esm/pagingHelper.js.map +1 -1
  84. package/dist/esm/scVmm.js +23 -5
  85. package/dist/esm/scVmm.js.map +1 -1
  86. package/dist/react-native/lroImpl.js +7 -3
  87. package/dist/react-native/lroImpl.js.map +1 -1
  88. package/dist/react-native/models/mappers.js +105 -45
  89. package/dist/react-native/models/mappers.js.map +1 -1
  90. package/dist/react-native/operations/availabilitySets.js +78 -97
  91. package/dist/react-native/operations/availabilitySets.js.map +1 -1
  92. package/dist/react-native/operations/clouds.js +78 -97
  93. package/dist/react-native/operations/clouds.js.map +1 -1
  94. package/dist/react-native/operations/guestAgents.js +34 -46
  95. package/dist/react-native/operations/guestAgents.js.map +1 -1
  96. package/dist/react-native/operations/inventoryItems.js +23 -40
  97. package/dist/react-native/operations/inventoryItems.js.map +1 -1
  98. package/dist/react-native/operations/operations.js +23 -40
  99. package/dist/react-native/operations/operations.js.map +1 -1
  100. package/dist/react-native/operations/virtualMachineInstances.js +122 -94
  101. package/dist/react-native/operations/virtualMachineInstances.js.map +1 -1
  102. package/dist/react-native/operations/virtualMachineTemplates.js +78 -97
  103. package/dist/react-native/operations/virtualMachineTemplates.js.map +1 -1
  104. package/dist/react-native/operations/virtualNetworks.js +78 -97
  105. package/dist/react-native/operations/virtualNetworks.js.map +1 -1
  106. package/dist/react-native/operations/vmInstanceHybridIdentityMetadatas.js +23 -40
  107. package/dist/react-native/operations/vmInstanceHybridIdentityMetadatas.js.map +1 -1
  108. package/dist/react-native/operations/vmmServers.js +78 -97
  109. package/dist/react-native/operations/vmmServers.js.map +1 -1
  110. package/dist/react-native/pagingHelper.js +2 -4
  111. package/dist/react-native/pagingHelper.js.map +1 -1
  112. package/dist/react-native/scVmm.js +23 -5
  113. package/dist/react-native/scVmm.js.map +1 -1
  114. package/package.json +2 -2
  115. package/review/arm-scvmm-node.api.md +1571 -1571
@@ -1,1571 +1,1571 @@
1
- ## API Report File for "@azure/arm-scvmm"
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 type AllocationMethod = string;
18
-
19
- // @public
20
- export interface AvailabilitySet extends TrackedResource {
21
- extendedLocation: ExtendedLocation;
22
- properties?: AvailabilitySetProperties;
23
- }
24
-
25
- // @public
26
- export interface AvailabilitySetListItem {
27
- id?: string;
28
- name?: string;
29
- }
30
-
31
- // @public
32
- export interface AvailabilitySetListResult {
33
- readonly nextLink?: string;
34
- value: AvailabilitySet[];
35
- }
36
-
37
- // @public
38
- export interface AvailabilitySetProperties {
39
- availabilitySetName?: string;
40
- readonly provisioningState?: ProvisioningState;
41
- vmmServerId?: string;
42
- }
43
-
44
- // @public
45
- export interface AvailabilitySets {
46
- beginCreateOrUpdate(resourceGroupName: string, availabilitySetResourceName: string, resource: AvailabilitySet, options?: AvailabilitySetsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AvailabilitySetsCreateOrUpdateResponse>, AvailabilitySetsCreateOrUpdateResponse>>;
47
- beginCreateOrUpdateAndWait(resourceGroupName: string, availabilitySetResourceName: string, resource: AvailabilitySet, options?: AvailabilitySetsCreateOrUpdateOptionalParams): Promise<AvailabilitySetsCreateOrUpdateResponse>;
48
- beginDelete(resourceGroupName: string, availabilitySetResourceName: string, options?: AvailabilitySetsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<AvailabilitySetsDeleteResponse>, AvailabilitySetsDeleteResponse>>;
49
- beginDeleteAndWait(resourceGroupName: string, availabilitySetResourceName: string, options?: AvailabilitySetsDeleteOptionalParams): Promise<AvailabilitySetsDeleteResponse>;
50
- beginUpdate(resourceGroupName: string, availabilitySetResourceName: string, properties: AvailabilitySetTagsUpdate, options?: AvailabilitySetsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AvailabilitySetsUpdateResponse>, AvailabilitySetsUpdateResponse>>;
51
- beginUpdateAndWait(resourceGroupName: string, availabilitySetResourceName: string, properties: AvailabilitySetTagsUpdate, options?: AvailabilitySetsUpdateOptionalParams): Promise<AvailabilitySetsUpdateResponse>;
52
- get(resourceGroupName: string, availabilitySetResourceName: string, options?: AvailabilitySetsGetOptionalParams): Promise<AvailabilitySetsGetResponse>;
53
- listByResourceGroup(resourceGroupName: string, options?: AvailabilitySetsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<AvailabilitySet>;
54
- listBySubscription(options?: AvailabilitySetsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<AvailabilitySet>;
55
- }
56
-
57
- // @public
58
- export interface AvailabilitySetsCreateOrUpdateHeaders {
59
- azureAsyncOperation?: string;
60
- retryAfter?: number;
61
- }
62
-
63
- // @public
64
- export interface AvailabilitySetsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
65
- resumeFrom?: string;
66
- updateIntervalInMs?: number;
67
- }
68
-
69
- // @public
70
- export type AvailabilitySetsCreateOrUpdateResponse = AvailabilitySet;
71
-
72
- // @public
73
- export interface AvailabilitySetsDeleteHeaders {
74
- azureAsyncOperation?: string;
75
- location?: string;
76
- retryAfter?: number;
77
- }
78
-
79
- // @public
80
- export interface AvailabilitySetsDeleteOptionalParams extends coreClient.OperationOptions {
81
- force?: ForceDelete;
82
- resumeFrom?: string;
83
- updateIntervalInMs?: number;
84
- }
85
-
86
- // @public
87
- export type AvailabilitySetsDeleteResponse = AvailabilitySetsDeleteHeaders;
88
-
89
- // @public
90
- export interface AvailabilitySetsGetOptionalParams extends coreClient.OperationOptions {
91
- }
92
-
93
- // @public
94
- export type AvailabilitySetsGetResponse = AvailabilitySet;
95
-
96
- // @public
97
- export interface AvailabilitySetsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
98
- }
99
-
100
- // @public
101
- export type AvailabilitySetsListByResourceGroupNextResponse = AvailabilitySetListResult;
102
-
103
- // @public
104
- export interface AvailabilitySetsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
105
- }
106
-
107
- // @public
108
- export type AvailabilitySetsListByResourceGroupResponse = AvailabilitySetListResult;
109
-
110
- // @public
111
- export interface AvailabilitySetsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
112
- }
113
-
114
- // @public
115
- export type AvailabilitySetsListBySubscriptionNextResponse = AvailabilitySetListResult;
116
-
117
- // @public
118
- export interface AvailabilitySetsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
119
- }
120
-
121
- // @public
122
- export type AvailabilitySetsListBySubscriptionResponse = AvailabilitySetListResult;
123
-
124
- // @public
125
- export interface AvailabilitySetsUpdateHeaders {
126
- location?: string;
127
- retryAfter?: number;
128
- }
129
-
130
- // @public
131
- export interface AvailabilitySetsUpdateOptionalParams extends coreClient.OperationOptions {
132
- resumeFrom?: string;
133
- updateIntervalInMs?: number;
134
- }
135
-
136
- // @public
137
- export type AvailabilitySetsUpdateResponse = AvailabilitySet;
138
-
139
- // @public
140
- export interface AvailabilitySetTagsUpdate {
141
- tags?: {
142
- [propertyName: string]: string;
143
- };
144
- }
145
-
146
- // @public
147
- export interface Checkpoint {
148
- checkpointId?: string;
149
- description?: string;
150
- name?: string;
151
- parentCheckpointId?: string;
152
- }
153
-
154
- // @public
155
- export interface Cloud extends TrackedResource {
156
- extendedLocation: ExtendedLocation;
157
- properties?: CloudProperties;
158
- }
159
-
160
- // @public
161
- export interface CloudCapacity {
162
- readonly cpuCount?: number;
163
- readonly memoryMB?: number;
164
- readonly vmCount?: number;
165
- }
166
-
167
- // @public
168
- export interface CloudInventoryItem extends InventoryItemProperties {
169
- inventoryType: "Cloud";
170
- }
171
-
172
- // @public
173
- export interface CloudListResult {
174
- readonly nextLink?: string;
175
- value: Cloud[];
176
- }
177
-
178
- // @public
179
- export interface CloudProperties {
180
- readonly cloudCapacity?: CloudCapacity;
181
- readonly cloudName?: string;
182
- inventoryItemId?: string;
183
- readonly provisioningState?: ProvisioningState;
184
- readonly storageQosPolicies?: StorageQosPolicy[];
185
- uuid?: string;
186
- vmmServerId?: string;
187
- }
188
-
189
- // @public
190
- export interface Clouds {
191
- beginCreateOrUpdate(resourceGroupName: string, cloudResourceName: string, resource: Cloud, options?: CloudsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CloudsCreateOrUpdateResponse>, CloudsCreateOrUpdateResponse>>;
192
- beginCreateOrUpdateAndWait(resourceGroupName: string, cloudResourceName: string, resource: Cloud, options?: CloudsCreateOrUpdateOptionalParams): Promise<CloudsCreateOrUpdateResponse>;
193
- beginDelete(resourceGroupName: string, cloudResourceName: string, options?: CloudsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<CloudsDeleteResponse>, CloudsDeleteResponse>>;
194
- beginDeleteAndWait(resourceGroupName: string, cloudResourceName: string, options?: CloudsDeleteOptionalParams): Promise<CloudsDeleteResponse>;
195
- beginUpdate(resourceGroupName: string, cloudResourceName: string, properties: CloudTagsUpdate, options?: CloudsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CloudsUpdateResponse>, CloudsUpdateResponse>>;
196
- beginUpdateAndWait(resourceGroupName: string, cloudResourceName: string, properties: CloudTagsUpdate, options?: CloudsUpdateOptionalParams): Promise<CloudsUpdateResponse>;
197
- get(resourceGroupName: string, cloudResourceName: string, options?: CloudsGetOptionalParams): Promise<CloudsGetResponse>;
198
- listByResourceGroup(resourceGroupName: string, options?: CloudsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Cloud>;
199
- listBySubscription(options?: CloudsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Cloud>;
200
- }
201
-
202
- // @public
203
- export interface CloudsCreateOrUpdateHeaders {
204
- retryAfter?: number;
205
- }
206
-
207
- // @public
208
- export interface CloudsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
209
- resumeFrom?: string;
210
- updateIntervalInMs?: number;
211
- }
212
-
213
- // @public
214
- export type CloudsCreateOrUpdateResponse = Cloud;
215
-
216
- // @public
217
- export interface CloudsDeleteHeaders {
218
- location?: string;
219
- retryAfter?: number;
220
- }
221
-
222
- // @public
223
- export interface CloudsDeleteOptionalParams extends coreClient.OperationOptions {
224
- force?: ForceDelete;
225
- resumeFrom?: string;
226
- updateIntervalInMs?: number;
227
- }
228
-
229
- // @public
230
- export type CloudsDeleteResponse = CloudsDeleteHeaders;
231
-
232
- // @public
233
- export interface CloudsGetOptionalParams extends coreClient.OperationOptions {
234
- }
235
-
236
- // @public
237
- export type CloudsGetResponse = Cloud;
238
-
239
- // @public
240
- export interface CloudsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
241
- }
242
-
243
- // @public
244
- export type CloudsListByResourceGroupNextResponse = CloudListResult;
245
-
246
- // @public
247
- export interface CloudsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
248
- }
249
-
250
- // @public
251
- export type CloudsListByResourceGroupResponse = CloudListResult;
252
-
253
- // @public
254
- export interface CloudsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
255
- }
256
-
257
- // @public
258
- export type CloudsListBySubscriptionNextResponse = CloudListResult;
259
-
260
- // @public
261
- export interface CloudsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
262
- }
263
-
264
- // @public
265
- export type CloudsListBySubscriptionResponse = CloudListResult;
266
-
267
- // @public
268
- export interface CloudsUpdateHeaders {
269
- location?: string;
270
- retryAfter?: number;
271
- }
272
-
273
- // @public
274
- export interface CloudsUpdateOptionalParams extends coreClient.OperationOptions {
275
- resumeFrom?: string;
276
- updateIntervalInMs?: number;
277
- }
278
-
279
- // @public
280
- export type CloudsUpdateResponse = Cloud;
281
-
282
- // @public
283
- export interface CloudTagsUpdate {
284
- tags?: {
285
- [propertyName: string]: string;
286
- };
287
- }
288
-
289
- // @public
290
- export type CreatedByType = string;
291
-
292
- // @public
293
- export type CreateDiffDisk = string;
294
-
295
- // @public
296
- export type DeleteFromHost = string;
297
-
298
- // @public
299
- export type DynamicMemoryEnabled = string;
300
-
301
- // @public
302
- export interface ErrorAdditionalInfo {
303
- readonly info?: Record<string, unknown>;
304
- readonly type?: string;
305
- }
306
-
307
- // @public
308
- export interface ErrorDetail {
309
- readonly additionalInfo?: ErrorAdditionalInfo[];
310
- readonly code?: string;
311
- readonly details?: ErrorDetail[];
312
- readonly message?: string;
313
- readonly target?: string;
314
- }
315
-
316
- // @public
317
- export interface ErrorResponse {
318
- error?: ErrorDetail;
319
- }
320
-
321
- // @public
322
- export interface ExtendedLocation {
323
- name?: string;
324
- type?: string;
325
- }
326
-
327
- // @public
328
- export type ForceDelete = string;
329
-
330
- // @public
331
- export function getContinuationToken(page: unknown): string | undefined;
332
-
333
- // @public
334
- export interface GuestAgent extends ProxyResource {
335
- properties?: GuestAgentProperties;
336
- }
337
-
338
- // @public
339
- export interface GuestAgentListResult {
340
- readonly nextLink?: string;
341
- value: GuestAgent[];
342
- }
343
-
344
- // @public
345
- export interface GuestAgentProperties {
346
- credentials?: GuestCredential;
347
- readonly customResourceName?: string;
348
- httpProxyConfig?: HttpProxyConfiguration;
349
- provisioningAction?: ProvisioningAction;
350
- readonly provisioningState?: ProvisioningState;
351
- readonly status?: string;
352
- readonly uuid?: string;
353
- }
354
-
355
- // @public
356
- export interface GuestAgents {
357
- beginCreate(resourceUri: string, resource: GuestAgent, options?: GuestAgentsCreateOptionalParams): Promise<SimplePollerLike<OperationState<GuestAgentsCreateResponse>, GuestAgentsCreateResponse>>;
358
- beginCreateAndWait(resourceUri: string, resource: GuestAgent, options?: GuestAgentsCreateOptionalParams): Promise<GuestAgentsCreateResponse>;
359
- delete(resourceUri: string, options?: GuestAgentsDeleteOptionalParams): Promise<void>;
360
- get(resourceUri: string, options?: GuestAgentsGetOptionalParams): Promise<GuestAgentsGetResponse>;
361
- listByVirtualMachineInstance(resourceUri: string, options?: GuestAgentsListByVirtualMachineInstanceOptionalParams): PagedAsyncIterableIterator<GuestAgent>;
362
- }
363
-
364
- // @public
365
- export interface GuestAgentsCreateHeaders {
366
- retryAfter?: number;
367
- }
368
-
369
- // @public
370
- export interface GuestAgentsCreateOptionalParams extends coreClient.OperationOptions {
371
- resumeFrom?: string;
372
- updateIntervalInMs?: number;
373
- }
374
-
375
- // @public
376
- export type GuestAgentsCreateResponse = GuestAgent;
377
-
378
- // @public
379
- export interface GuestAgentsDeleteOptionalParams extends coreClient.OperationOptions {
380
- }
381
-
382
- // @public
383
- export interface GuestAgentsGetOptionalParams extends coreClient.OperationOptions {
384
- }
385
-
386
- // @public
387
- export type GuestAgentsGetResponse = GuestAgent;
388
-
389
- // @public
390
- export interface GuestAgentsListByVirtualMachineInstanceNextOptionalParams extends coreClient.OperationOptions {
391
- }
392
-
393
- // @public
394
- export type GuestAgentsListByVirtualMachineInstanceNextResponse = GuestAgentListResult;
395
-
396
- // @public
397
- export interface GuestAgentsListByVirtualMachineInstanceOptionalParams extends coreClient.OperationOptions {
398
- }
399
-
400
- // @public
401
- export type GuestAgentsListByVirtualMachineInstanceResponse = GuestAgentListResult;
402
-
403
- // @public
404
- export interface GuestCredential {
405
- password: string;
406
- username: string;
407
- }
408
-
409
- // @public
410
- export interface HardwareProfile {
411
- cpuCount?: number;
412
- dynamicMemoryEnabled?: DynamicMemoryEnabled;
413
- dynamicMemoryMaxMB?: number;
414
- dynamicMemoryMinMB?: number;
415
- readonly isHighlyAvailable?: IsHighlyAvailable;
416
- limitCpuForMigration?: LimitCpuForMigration;
417
- memoryMB?: number;
418
- }
419
-
420
- // @public
421
- export interface HardwareProfileUpdate {
422
- cpuCount?: number;
423
- dynamicMemoryEnabled?: DynamicMemoryEnabled;
424
- dynamicMemoryMaxMB?: number;
425
- dynamicMemoryMinMB?: number;
426
- limitCpuForMigration?: LimitCpuForMigration;
427
- memoryMB?: number;
428
- }
429
-
430
- // @public
431
- export interface HttpProxyConfiguration {
432
- httpsProxy?: string;
433
- }
434
-
435
- // @public
436
- export interface InfrastructureProfile {
437
- biosGuid?: string;
438
- readonly checkpoints?: Checkpoint[];
439
- checkpointType?: string;
440
- cloudId?: string;
441
- generation?: number;
442
- inventoryItemId?: string;
443
- readonly lastRestoredVmCheckpoint?: Checkpoint;
444
- templateId?: string;
445
- uuid?: string;
446
- vmmServerId?: string;
447
- vmName?: string;
448
- }
449
-
450
- // @public
451
- export interface InfrastructureProfileUpdate {
452
- checkpointType?: string;
453
- }
454
-
455
- // @public
456
- export interface InventoryItem extends ProxyResource {
457
- kind?: string;
458
- properties?: InventoryItemPropertiesUnion;
459
- }
460
-
461
- // @public
462
- export interface InventoryItemDetails {
463
- inventoryItemId?: string;
464
- inventoryItemName?: string;
465
- }
466
-
467
- // @public
468
- export interface InventoryItemListResult {
469
- readonly nextLink?: string;
470
- value: InventoryItem[];
471
- }
472
-
473
- // @public
474
- export interface InventoryItemProperties {
475
- readonly inventoryItemName?: string;
476
- inventoryType: "Cloud" | "VirtualMachine" | "VirtualMachineTemplate" | "VirtualNetwork";
477
- readonly managedResourceId?: string;
478
- readonly provisioningState?: ProvisioningState;
479
- readonly uuid?: string;
480
- }
481
-
482
- // @public (undocumented)
483
- export type InventoryItemPropertiesUnion = InventoryItemProperties | CloudInventoryItem | VirtualMachineInventoryItem | VirtualMachineTemplateInventoryItem | VirtualNetworkInventoryItem;
484
-
485
- // @public
486
- export interface InventoryItems {
487
- create(resourceGroupName: string, vmmServerName: string, inventoryItemResourceName: string, resource: InventoryItem, options?: InventoryItemsCreateOptionalParams): Promise<InventoryItemsCreateResponse>;
488
- delete(resourceGroupName: string, vmmServerName: string, inventoryItemResourceName: string, options?: InventoryItemsDeleteOptionalParams): Promise<void>;
489
- get(resourceGroupName: string, vmmServerName: string, inventoryItemResourceName: string, options?: InventoryItemsGetOptionalParams): Promise<InventoryItemsGetResponse>;
490
- listByVmmServer(resourceGroupName: string, vmmServerName: string, options?: InventoryItemsListByVmmServerOptionalParams): PagedAsyncIterableIterator<InventoryItem>;
491
- }
492
-
493
- // @public
494
- export interface InventoryItemsCreateOptionalParams extends coreClient.OperationOptions {
495
- }
496
-
497
- // @public
498
- export type InventoryItemsCreateResponse = InventoryItem;
499
-
500
- // @public
501
- export interface InventoryItemsDeleteOptionalParams extends coreClient.OperationOptions {
502
- }
503
-
504
- // @public
505
- export interface InventoryItemsGetOptionalParams extends coreClient.OperationOptions {
506
- }
507
-
508
- // @public
509
- export type InventoryItemsGetResponse = InventoryItem;
510
-
511
- // @public
512
- export interface InventoryItemsListByVmmServerNextOptionalParams extends coreClient.OperationOptions {
513
- }
514
-
515
- // @public
516
- export type InventoryItemsListByVmmServerNextResponse = InventoryItemListResult;
517
-
518
- // @public
519
- export interface InventoryItemsListByVmmServerOptionalParams extends coreClient.OperationOptions {
520
- }
521
-
522
- // @public
523
- export type InventoryItemsListByVmmServerResponse = InventoryItemListResult;
524
-
525
- // @public
526
- export type InventoryType = string;
527
-
528
- // @public
529
- export type IsCustomizable = string;
530
-
531
- // @public
532
- export type IsHighlyAvailable = string;
533
-
534
- // @public
535
- export enum KnownActionType {
536
- Internal = "Internal"
537
- }
538
-
539
- // @public
540
- export enum KnownAllocationMethod {
541
- Dynamic = "Dynamic",
542
- Static = "Static"
543
- }
544
-
545
- // @public
546
- export enum KnownCreatedByType {
547
- Application = "Application",
548
- Key = "Key",
549
- ManagedIdentity = "ManagedIdentity",
550
- User = "User"
551
- }
552
-
553
- // @public
554
- export enum KnownCreateDiffDisk {
555
- False = "false",
556
- True = "true"
557
- }
558
-
559
- // @public
560
- export enum KnownDeleteFromHost {
561
- False = "false",
562
- True = "true"
563
- }
564
-
565
- // @public
566
- export enum KnownDynamicMemoryEnabled {
567
- False = "false",
568
- True = "true"
569
- }
570
-
571
- // @public
572
- export enum KnownForceDelete {
573
- False = "false",
574
- True = "true"
575
- }
576
-
577
- // @public
578
- export enum KnownInventoryType {
579
- Cloud = "Cloud",
580
- VirtualMachine = "VirtualMachine",
581
- VirtualMachineTemplate = "VirtualMachineTemplate",
582
- VirtualNetwork = "VirtualNetwork"
583
- }
584
-
585
- // @public
586
- export enum KnownIsCustomizable {
587
- False = "false",
588
- True = "true"
589
- }
590
-
591
- // @public
592
- export enum KnownIsHighlyAvailable {
593
- False = "false",
594
- True = "true"
595
- }
596
-
597
- // @public
598
- export enum KnownLimitCpuForMigration {
599
- False = "false",
600
- True = "true"
601
- }
602
-
603
- // @public
604
- export enum KnownOrigin {
605
- System = "system",
606
- User = "user",
607
- UserSystem = "user,system"
608
- }
609
-
610
- // @public
611
- export enum KnownOsType {
612
- Linux = "Linux",
613
- Other = "Other",
614
- Windows = "Windows"
615
- }
616
-
617
- // @public
618
- export enum KnownProvisioningAction {
619
- Install = "install",
620
- Repair = "repair",
621
- Uninstall = "uninstall"
622
- }
623
-
624
- // @public
625
- export enum KnownProvisioningState {
626
- Accepted = "Accepted",
627
- Canceled = "Canceled",
628
- Created = "Created",
629
- Deleting = "Deleting",
630
- Failed = "Failed",
631
- Provisioning = "Provisioning",
632
- Succeeded = "Succeeded",
633
- Updating = "Updating"
634
- }
635
-
636
- // @public
637
- export enum KnownSkipShutdown {
638
- False = "false",
639
- True = "true"
640
- }
641
-
642
- // @public
643
- export type LimitCpuForMigration = string;
644
-
645
- // @public
646
- export interface NetworkInterface {
647
- readonly displayName?: string;
648
- readonly ipv4Addresses?: string[];
649
- ipv4AddressType?: AllocationMethod;
650
- readonly ipv6Addresses?: string[];
651
- ipv6AddressType?: AllocationMethod;
652
- macAddress?: string;
653
- macAddressType?: AllocationMethod;
654
- name?: string;
655
- readonly networkName?: string;
656
- nicId?: string;
657
- virtualNetworkId?: string;
658
- }
659
-
660
- // @public
661
- export interface NetworkInterfaceUpdate {
662
- ipv4AddressType?: AllocationMethod;
663
- ipv6AddressType?: AllocationMethod;
664
- macAddress?: string;
665
- macAddressType?: AllocationMethod;
666
- name?: string;
667
- nicId?: string;
668
- virtualNetworkId?: string;
669
- }
670
-
671
- // @public
672
- export interface NetworkProfile {
673
- networkInterfaces?: NetworkInterface[];
674
- }
675
-
676
- // @public
677
- export interface NetworkProfileUpdate {
678
- networkInterfaces?: NetworkInterfaceUpdate[];
679
- }
680
-
681
- // @public
682
- export interface Operation {
683
- readonly actionType?: ActionType;
684
- display?: OperationDisplay;
685
- readonly isDataAction?: boolean;
686
- readonly name?: string;
687
- readonly origin?: Origin;
688
- }
689
-
690
- // @public
691
- export interface OperationDisplay {
692
- readonly description?: string;
693
- readonly operation?: string;
694
- readonly provider?: string;
695
- readonly resource?: string;
696
- }
697
-
698
- // @public
699
- export interface OperationListResult {
700
- readonly nextLink?: string;
701
- readonly value?: Operation[];
702
- }
703
-
704
- // @public
705
- export interface Operations {
706
- list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
707
- }
708
-
709
- // @public
710
- export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
711
- }
712
-
713
- // @public
714
- export type OperationsListNextResponse = OperationListResult;
715
-
716
- // @public
717
- export interface OperationsListOptionalParams extends coreClient.OperationOptions {
718
- }
719
-
720
- // @public
721
- export type OperationsListResponse = OperationListResult;
722
-
723
- // @public
724
- export type Origin = string;
725
-
726
- // @public
727
- export interface OsProfileForVmInstance {
728
- adminPassword?: string;
729
- computerName?: string;
730
- readonly osSku?: string;
731
- readonly osType?: OsType;
732
- readonly osVersion?: string;
733
- }
734
-
735
- // @public
736
- export type OsType = string;
737
-
738
- // @public
739
- export type ProvisioningAction = string;
740
-
741
- // @public
742
- export type ProvisioningState = string;
743
-
744
- // @public
745
- export interface ProxyResource extends Resource {
746
- }
747
-
748
- // @public
749
- export interface Resource {
750
- readonly id?: string;
751
- readonly name?: string;
752
- readonly systemData?: SystemData;
753
- readonly type?: string;
754
- }
755
-
756
- // @public (undocumented)
757
- export class ScVmm extends coreClient.ServiceClient {
758
- // (undocumented)
759
- $host: string;
760
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ScVmmOptionalParams);
761
- constructor(credentials: coreAuth.TokenCredential, options?: ScVmmOptionalParams);
762
- // (undocumented)
763
- apiVersion: string;
764
- // (undocumented)
765
- availabilitySets: AvailabilitySets;
766
- // (undocumented)
767
- clouds: Clouds;
768
- // (undocumented)
769
- guestAgents: GuestAgents;
770
- // (undocumented)
771
- inventoryItems: InventoryItems;
772
- // (undocumented)
773
- operations: Operations;
774
- // (undocumented)
775
- subscriptionId?: string;
776
- // (undocumented)
777
- virtualMachineInstances: VirtualMachineInstances;
778
- // (undocumented)
779
- virtualMachineTemplates: VirtualMachineTemplates;
780
- // (undocumented)
781
- virtualNetworks: VirtualNetworks;
782
- // (undocumented)
783
- vmInstanceHybridIdentityMetadatas: VmInstanceHybridIdentityMetadatas;
784
- // (undocumented)
785
- vmmServers: VmmServers;
786
- }
787
-
788
- // @public
789
- export interface ScVmmOptionalParams extends coreClient.ServiceClientOptions {
790
- $host?: string;
791
- apiVersion?: string;
792
- endpoint?: string;
793
- }
794
-
795
- // @public
796
- export type SkipShutdown = string;
797
-
798
- // @public
799
- export interface StopVirtualMachineOptions {
800
- skipShutdown?: SkipShutdown;
801
- }
802
-
803
- // @public
804
- export interface StorageProfile {
805
- disks?: VirtualDisk[];
806
- }
807
-
808
- // @public
809
- export interface StorageProfileUpdate {
810
- disks?: VirtualDiskUpdate[];
811
- }
812
-
813
- // @public
814
- export interface StorageQosPolicy {
815
- bandwidthLimit?: number;
816
- id?: string;
817
- iopsMaximum?: number;
818
- iopsMinimum?: number;
819
- name?: string;
820
- policyId?: string;
821
- }
822
-
823
- // @public
824
- export interface StorageQosPolicyDetails {
825
- id?: string;
826
- name?: string;
827
- }
828
-
829
- // @public
830
- export interface SystemData {
831
- createdAt?: Date;
832
- createdBy?: string;
833
- createdByType?: CreatedByType;
834
- lastModifiedAt?: Date;
835
- lastModifiedBy?: string;
836
- lastModifiedByType?: CreatedByType;
837
- }
838
-
839
- // @public
840
- export interface TrackedResource extends Resource {
841
- location: string;
842
- tags?: {
843
- [propertyName: string]: string;
844
- };
845
- }
846
-
847
- // @public
848
- export interface VirtualDisk {
849
- bus?: number;
850
- busType?: string;
851
- createDiffDisk?: CreateDiffDisk;
852
- diskId?: string;
853
- diskSizeGB?: number;
854
- readonly displayName?: string;
855
- lun?: number;
856
- readonly maxDiskSizeGB?: number;
857
- name?: string;
858
- storageQosPolicy?: StorageQosPolicyDetails;
859
- templateDiskId?: string;
860
- readonly vhdFormatType?: string;
861
- vhdType?: string;
862
- readonly volumeType?: string;
863
- }
864
-
865
- // @public
866
- export interface VirtualDiskUpdate {
867
- bus?: number;
868
- busType?: string;
869
- diskId?: string;
870
- diskSizeGB?: number;
871
- lun?: number;
872
- name?: string;
873
- storageQosPolicy?: StorageQosPolicyDetails;
874
- vhdType?: string;
875
- }
876
-
877
- // @public
878
- export interface VirtualMachineCreateCheckpoint {
879
- description?: string;
880
- name?: string;
881
- }
882
-
883
- // @public
884
- export interface VirtualMachineDeleteCheckpoint {
885
- id?: string;
886
- }
887
-
888
- // @public
889
- export interface VirtualMachineInstance extends ProxyResource {
890
- extendedLocation: ExtendedLocation;
891
- properties?: VirtualMachineInstanceProperties;
892
- }
893
-
894
- // @public
895
- export interface VirtualMachineInstanceListResult {
896
- readonly nextLink?: string;
897
- value: VirtualMachineInstance[];
898
- }
899
-
900
- // @public
901
- export interface VirtualMachineInstanceProperties {
902
- availabilitySets?: AvailabilitySetListItem[];
903
- hardwareProfile?: HardwareProfile;
904
- infrastructureProfile?: InfrastructureProfile;
905
- networkProfile?: NetworkProfile;
906
- osProfile?: OsProfileForVmInstance;
907
- readonly powerState?: string;
908
- readonly provisioningState?: ProvisioningState;
909
- storageProfile?: StorageProfile;
910
- }
911
-
912
- // @public
913
- export interface VirtualMachineInstances {
914
- beginCreateCheckpoint(resourceUri: string, body: VirtualMachineCreateCheckpoint, options?: VirtualMachineInstancesCreateCheckpointOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesCreateCheckpointResponse>, VirtualMachineInstancesCreateCheckpointResponse>>;
915
- beginCreateCheckpointAndWait(resourceUri: string, body: VirtualMachineCreateCheckpoint, options?: VirtualMachineInstancesCreateCheckpointOptionalParams): Promise<VirtualMachineInstancesCreateCheckpointResponse>;
916
- beginCreateOrUpdate(resourceUri: string, resource: VirtualMachineInstance, options?: VirtualMachineInstancesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesCreateOrUpdateResponse>, VirtualMachineInstancesCreateOrUpdateResponse>>;
917
- beginCreateOrUpdateAndWait(resourceUri: string, resource: VirtualMachineInstance, options?: VirtualMachineInstancesCreateOrUpdateOptionalParams): Promise<VirtualMachineInstancesCreateOrUpdateResponse>;
918
- beginDelete(resourceUri: string, options?: VirtualMachineInstancesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesDeleteResponse>, VirtualMachineInstancesDeleteResponse>>;
919
- beginDeleteAndWait(resourceUri: string, options?: VirtualMachineInstancesDeleteOptionalParams): Promise<VirtualMachineInstancesDeleteResponse>;
920
- beginDeleteCheckpoint(resourceUri: string, body: VirtualMachineDeleteCheckpoint, options?: VirtualMachineInstancesDeleteCheckpointOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesDeleteCheckpointResponse>, VirtualMachineInstancesDeleteCheckpointResponse>>;
921
- beginDeleteCheckpointAndWait(resourceUri: string, body: VirtualMachineDeleteCheckpoint, options?: VirtualMachineInstancesDeleteCheckpointOptionalParams): Promise<VirtualMachineInstancesDeleteCheckpointResponse>;
922
- beginRestart(resourceUri: string, options?: VirtualMachineInstancesRestartOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesRestartResponse>, VirtualMachineInstancesRestartResponse>>;
923
- beginRestartAndWait(resourceUri: string, options?: VirtualMachineInstancesRestartOptionalParams): Promise<VirtualMachineInstancesRestartResponse>;
924
- beginRestoreCheckpoint(resourceUri: string, body: VirtualMachineRestoreCheckpoint, options?: VirtualMachineInstancesRestoreCheckpointOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesRestoreCheckpointResponse>, VirtualMachineInstancesRestoreCheckpointResponse>>;
925
- beginRestoreCheckpointAndWait(resourceUri: string, body: VirtualMachineRestoreCheckpoint, options?: VirtualMachineInstancesRestoreCheckpointOptionalParams): Promise<VirtualMachineInstancesRestoreCheckpointResponse>;
926
- beginStart(resourceUri: string, options?: VirtualMachineInstancesStartOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesStartResponse>, VirtualMachineInstancesStartResponse>>;
927
- beginStartAndWait(resourceUri: string, options?: VirtualMachineInstancesStartOptionalParams): Promise<VirtualMachineInstancesStartResponse>;
928
- beginStop(resourceUri: string, body: StopVirtualMachineOptions, options?: VirtualMachineInstancesStopOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesStopResponse>, VirtualMachineInstancesStopResponse>>;
929
- beginStopAndWait(resourceUri: string, body: StopVirtualMachineOptions, options?: VirtualMachineInstancesStopOptionalParams): Promise<VirtualMachineInstancesStopResponse>;
930
- beginUpdate(resourceUri: string, properties: VirtualMachineInstanceUpdate, options?: VirtualMachineInstancesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesUpdateResponse>, VirtualMachineInstancesUpdateResponse>>;
931
- beginUpdateAndWait(resourceUri: string, properties: VirtualMachineInstanceUpdate, options?: VirtualMachineInstancesUpdateOptionalParams): Promise<VirtualMachineInstancesUpdateResponse>;
932
- get(resourceUri: string, options?: VirtualMachineInstancesGetOptionalParams): Promise<VirtualMachineInstancesGetResponse>;
933
- list(resourceUri: string, options?: VirtualMachineInstancesListOptionalParams): PagedAsyncIterableIterator<VirtualMachineInstance>;
934
- }
935
-
936
- // @public
937
- export interface VirtualMachineInstancesCreateCheckpointHeaders {
938
- location?: string;
939
- retryAfter?: number;
940
- }
941
-
942
- // @public
943
- export interface VirtualMachineInstancesCreateCheckpointOptionalParams extends coreClient.OperationOptions {
944
- resumeFrom?: string;
945
- updateIntervalInMs?: number;
946
- }
947
-
948
- // @public
949
- export type VirtualMachineInstancesCreateCheckpointResponse = VirtualMachineInstancesCreateCheckpointHeaders;
950
-
951
- // @public
952
- export interface VirtualMachineInstancesCreateOrUpdateHeaders {
953
- retryAfter?: number;
954
- }
955
-
956
- // @public
957
- export interface VirtualMachineInstancesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
958
- resumeFrom?: string;
959
- updateIntervalInMs?: number;
960
- }
961
-
962
- // @public
963
- export type VirtualMachineInstancesCreateOrUpdateResponse = VirtualMachineInstance;
964
-
965
- // @public
966
- export interface VirtualMachineInstancesDeleteCheckpointHeaders {
967
- location?: string;
968
- retryAfter?: number;
969
- }
970
-
971
- // @public
972
- export interface VirtualMachineInstancesDeleteCheckpointOptionalParams extends coreClient.OperationOptions {
973
- resumeFrom?: string;
974
- updateIntervalInMs?: number;
975
- }
976
-
977
- // @public
978
- export type VirtualMachineInstancesDeleteCheckpointResponse = VirtualMachineInstancesDeleteCheckpointHeaders;
979
-
980
- // @public
981
- export interface VirtualMachineInstancesDeleteHeaders {
982
- location?: string;
983
- retryAfter?: number;
984
- }
985
-
986
- // @public
987
- export interface VirtualMachineInstancesDeleteOptionalParams extends coreClient.OperationOptions {
988
- deleteFromHost?: DeleteFromHost;
989
- force?: ForceDelete;
990
- resumeFrom?: string;
991
- updateIntervalInMs?: number;
992
- }
993
-
994
- // @public
995
- export type VirtualMachineInstancesDeleteResponse = VirtualMachineInstancesDeleteHeaders;
996
-
997
- // @public
998
- export interface VirtualMachineInstancesGetOptionalParams extends coreClient.OperationOptions {
999
- }
1000
-
1001
- // @public
1002
- export type VirtualMachineInstancesGetResponse = VirtualMachineInstance;
1003
-
1004
- // @public
1005
- export interface VirtualMachineInstancesListNextOptionalParams extends coreClient.OperationOptions {
1006
- }
1007
-
1008
- // @public
1009
- export type VirtualMachineInstancesListNextResponse = VirtualMachineInstanceListResult;
1010
-
1011
- // @public
1012
- export interface VirtualMachineInstancesListOptionalParams extends coreClient.OperationOptions {
1013
- }
1014
-
1015
- // @public
1016
- export type VirtualMachineInstancesListResponse = VirtualMachineInstanceListResult;
1017
-
1018
- // @public
1019
- export interface VirtualMachineInstancesRestartHeaders {
1020
- location?: string;
1021
- retryAfter?: number;
1022
- }
1023
-
1024
- // @public
1025
- export interface VirtualMachineInstancesRestartOptionalParams extends coreClient.OperationOptions {
1026
- resumeFrom?: string;
1027
- updateIntervalInMs?: number;
1028
- }
1029
-
1030
- // @public
1031
- export type VirtualMachineInstancesRestartResponse = VirtualMachineInstancesRestartHeaders;
1032
-
1033
- // @public
1034
- export interface VirtualMachineInstancesRestoreCheckpointHeaders {
1035
- location?: string;
1036
- retryAfter?: number;
1037
- }
1038
-
1039
- // @public
1040
- export interface VirtualMachineInstancesRestoreCheckpointOptionalParams extends coreClient.OperationOptions {
1041
- resumeFrom?: string;
1042
- updateIntervalInMs?: number;
1043
- }
1044
-
1045
- // @public
1046
- export type VirtualMachineInstancesRestoreCheckpointResponse = VirtualMachineInstancesRestoreCheckpointHeaders;
1047
-
1048
- // @public
1049
- export interface VirtualMachineInstancesStartHeaders {
1050
- location?: string;
1051
- retryAfter?: number;
1052
- }
1053
-
1054
- // @public
1055
- export interface VirtualMachineInstancesStartOptionalParams extends coreClient.OperationOptions {
1056
- resumeFrom?: string;
1057
- updateIntervalInMs?: number;
1058
- }
1059
-
1060
- // @public
1061
- export type VirtualMachineInstancesStartResponse = VirtualMachineInstancesStartHeaders;
1062
-
1063
- // @public
1064
- export interface VirtualMachineInstancesStopHeaders {
1065
- location?: string;
1066
- retryAfter?: number;
1067
- }
1068
-
1069
- // @public
1070
- export interface VirtualMachineInstancesStopOptionalParams extends coreClient.OperationOptions {
1071
- resumeFrom?: string;
1072
- updateIntervalInMs?: number;
1073
- }
1074
-
1075
- // @public
1076
- export type VirtualMachineInstancesStopResponse = VirtualMachineInstancesStopHeaders;
1077
-
1078
- // @public
1079
- export interface VirtualMachineInstancesUpdateHeaders {
1080
- location?: string;
1081
- retryAfter?: number;
1082
- }
1083
-
1084
- // @public
1085
- export interface VirtualMachineInstancesUpdateOptionalParams extends coreClient.OperationOptions {
1086
- resumeFrom?: string;
1087
- updateIntervalInMs?: number;
1088
- }
1089
-
1090
- // @public
1091
- export type VirtualMachineInstancesUpdateResponse = VirtualMachineInstance;
1092
-
1093
- // @public
1094
- export interface VirtualMachineInstanceUpdate {
1095
- properties?: VirtualMachineInstanceUpdateProperties;
1096
- }
1097
-
1098
- // @public
1099
- export interface VirtualMachineInstanceUpdateProperties {
1100
- availabilitySets?: AvailabilitySetListItem[];
1101
- hardwareProfile?: HardwareProfileUpdate;
1102
- infrastructureProfile?: InfrastructureProfileUpdate;
1103
- networkProfile?: NetworkProfileUpdate;
1104
- storageProfile?: StorageProfileUpdate;
1105
- }
1106
-
1107
- // @public
1108
- export interface VirtualMachineInventoryItem extends InventoryItemProperties {
1109
- readonly biosGuid?: string;
1110
- cloud?: InventoryItemDetails;
1111
- inventoryType: "VirtualMachine";
1112
- ipAddresses?: string[];
1113
- readonly managedMachineResourceId?: string;
1114
- readonly osName?: string;
1115
- readonly osType?: OsType;
1116
- readonly osVersion?: string;
1117
- readonly powerState?: string;
1118
- }
1119
-
1120
- // @public
1121
- export interface VirtualMachineRestoreCheckpoint {
1122
- id?: string;
1123
- }
1124
-
1125
- // @public
1126
- export interface VirtualMachineTemplate extends TrackedResource {
1127
- extendedLocation: ExtendedLocation;
1128
- properties?: VirtualMachineTemplateProperties;
1129
- }
1130
-
1131
- // @public
1132
- export interface VirtualMachineTemplateInventoryItem extends InventoryItemProperties {
1133
- readonly cpuCount?: number;
1134
- inventoryType: "VirtualMachineTemplate";
1135
- readonly memoryMB?: number;
1136
- readonly osName?: string;
1137
- readonly osType?: OsType;
1138
- }
1139
-
1140
- // @public
1141
- export interface VirtualMachineTemplateListResult {
1142
- readonly nextLink?: string;
1143
- value: VirtualMachineTemplate[];
1144
- }
1145
-
1146
- // @public
1147
- export interface VirtualMachineTemplateProperties {
1148
- readonly computerName?: string;
1149
- readonly cpuCount?: number;
1150
- readonly disks?: VirtualDisk[];
1151
- readonly dynamicMemoryEnabled?: DynamicMemoryEnabled;
1152
- readonly dynamicMemoryMaxMB?: number;
1153
- readonly dynamicMemoryMinMB?: number;
1154
- readonly generation?: number;
1155
- inventoryItemId?: string;
1156
- readonly isCustomizable?: IsCustomizable;
1157
- readonly isHighlyAvailable?: IsHighlyAvailable;
1158
- readonly limitCpuForMigration?: LimitCpuForMigration;
1159
- readonly memoryMB?: number;
1160
- readonly networkInterfaces?: NetworkInterface[];
1161
- readonly osName?: string;
1162
- readonly osType?: OsType;
1163
- readonly provisioningState?: ProvisioningState;
1164
- uuid?: string;
1165
- vmmServerId?: string;
1166
- }
1167
-
1168
- // @public
1169
- export interface VirtualMachineTemplates {
1170
- beginCreateOrUpdate(resourceGroupName: string, virtualMachineTemplateName: string, resource: VirtualMachineTemplate, options?: VirtualMachineTemplatesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineTemplatesCreateOrUpdateResponse>, VirtualMachineTemplatesCreateOrUpdateResponse>>;
1171
- beginCreateOrUpdateAndWait(resourceGroupName: string, virtualMachineTemplateName: string, resource: VirtualMachineTemplate, options?: VirtualMachineTemplatesCreateOrUpdateOptionalParams): Promise<VirtualMachineTemplatesCreateOrUpdateResponse>;
1172
- beginDelete(resourceGroupName: string, virtualMachineTemplateName: string, options?: VirtualMachineTemplatesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineTemplatesDeleteResponse>, VirtualMachineTemplatesDeleteResponse>>;
1173
- beginDeleteAndWait(resourceGroupName: string, virtualMachineTemplateName: string, options?: VirtualMachineTemplatesDeleteOptionalParams): Promise<VirtualMachineTemplatesDeleteResponse>;
1174
- beginUpdate(resourceGroupName: string, virtualMachineTemplateName: string, properties: VirtualMachineTemplateTagsUpdate, options?: VirtualMachineTemplatesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineTemplatesUpdateResponse>, VirtualMachineTemplatesUpdateResponse>>;
1175
- beginUpdateAndWait(resourceGroupName: string, virtualMachineTemplateName: string, properties: VirtualMachineTemplateTagsUpdate, options?: VirtualMachineTemplatesUpdateOptionalParams): Promise<VirtualMachineTemplatesUpdateResponse>;
1176
- get(resourceGroupName: string, virtualMachineTemplateName: string, options?: VirtualMachineTemplatesGetOptionalParams): Promise<VirtualMachineTemplatesGetResponse>;
1177
- listByResourceGroup(resourceGroupName: string, options?: VirtualMachineTemplatesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<VirtualMachineTemplate>;
1178
- listBySubscription(options?: VirtualMachineTemplatesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<VirtualMachineTemplate>;
1179
- }
1180
-
1181
- // @public
1182
- export interface VirtualMachineTemplatesCreateOrUpdateHeaders {
1183
- retryAfter?: number;
1184
- }
1185
-
1186
- // @public
1187
- export interface VirtualMachineTemplatesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1188
- resumeFrom?: string;
1189
- updateIntervalInMs?: number;
1190
- }
1191
-
1192
- // @public
1193
- export type VirtualMachineTemplatesCreateOrUpdateResponse = VirtualMachineTemplate;
1194
-
1195
- // @public
1196
- export interface VirtualMachineTemplatesDeleteHeaders {
1197
- location?: string;
1198
- retryAfter?: number;
1199
- }
1200
-
1201
- // @public
1202
- export interface VirtualMachineTemplatesDeleteOptionalParams extends coreClient.OperationOptions {
1203
- force?: ForceDelete;
1204
- resumeFrom?: string;
1205
- updateIntervalInMs?: number;
1206
- }
1207
-
1208
- // @public
1209
- export type VirtualMachineTemplatesDeleteResponse = VirtualMachineTemplatesDeleteHeaders;
1210
-
1211
- // @public
1212
- export interface VirtualMachineTemplatesGetOptionalParams extends coreClient.OperationOptions {
1213
- }
1214
-
1215
- // @public
1216
- export type VirtualMachineTemplatesGetResponse = VirtualMachineTemplate;
1217
-
1218
- // @public
1219
- export interface VirtualMachineTemplatesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1220
- }
1221
-
1222
- // @public
1223
- export type VirtualMachineTemplatesListByResourceGroupNextResponse = VirtualMachineTemplateListResult;
1224
-
1225
- // @public
1226
- export interface VirtualMachineTemplatesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1227
- }
1228
-
1229
- // @public
1230
- export type VirtualMachineTemplatesListByResourceGroupResponse = VirtualMachineTemplateListResult;
1231
-
1232
- // @public
1233
- export interface VirtualMachineTemplatesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
1234
- }
1235
-
1236
- // @public
1237
- export type VirtualMachineTemplatesListBySubscriptionNextResponse = VirtualMachineTemplateListResult;
1238
-
1239
- // @public
1240
- export interface VirtualMachineTemplatesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
1241
- }
1242
-
1243
- // @public
1244
- export type VirtualMachineTemplatesListBySubscriptionResponse = VirtualMachineTemplateListResult;
1245
-
1246
- // @public
1247
- export interface VirtualMachineTemplatesUpdateHeaders {
1248
- location?: string;
1249
- retryAfter?: number;
1250
- }
1251
-
1252
- // @public
1253
- export interface VirtualMachineTemplatesUpdateOptionalParams extends coreClient.OperationOptions {
1254
- resumeFrom?: string;
1255
- updateIntervalInMs?: number;
1256
- }
1257
-
1258
- // @public
1259
- export type VirtualMachineTemplatesUpdateResponse = VirtualMachineTemplate;
1260
-
1261
- // @public
1262
- export interface VirtualMachineTemplateTagsUpdate {
1263
- tags?: {
1264
- [propertyName: string]: string;
1265
- };
1266
- }
1267
-
1268
- // @public
1269
- export interface VirtualNetwork extends TrackedResource {
1270
- extendedLocation: ExtendedLocation;
1271
- properties?: VirtualNetworkProperties;
1272
- }
1273
-
1274
- // @public
1275
- export interface VirtualNetworkInventoryItem extends InventoryItemProperties {
1276
- inventoryType: "VirtualNetwork";
1277
- }
1278
-
1279
- // @public
1280
- export interface VirtualNetworkListResult {
1281
- readonly nextLink?: string;
1282
- value: VirtualNetwork[];
1283
- }
1284
-
1285
- // @public
1286
- export interface VirtualNetworkProperties {
1287
- inventoryItemId?: string;
1288
- readonly networkName?: string;
1289
- readonly provisioningState?: ProvisioningState;
1290
- uuid?: string;
1291
- vmmServerId?: string;
1292
- }
1293
-
1294
- // @public
1295
- export interface VirtualNetworks {
1296
- beginCreateOrUpdate(resourceGroupName: string, virtualNetworkName: string, resource: VirtualNetwork, options?: VirtualNetworksCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualNetworksCreateOrUpdateResponse>, VirtualNetworksCreateOrUpdateResponse>>;
1297
- beginCreateOrUpdateAndWait(resourceGroupName: string, virtualNetworkName: string, resource: VirtualNetwork, options?: VirtualNetworksCreateOrUpdateOptionalParams): Promise<VirtualNetworksCreateOrUpdateResponse>;
1298
- beginDelete(resourceGroupName: string, virtualNetworkName: string, options?: VirtualNetworksDeleteOptionalParams): Promise<SimplePollerLike<OperationState<VirtualNetworksDeleteResponse>, VirtualNetworksDeleteResponse>>;
1299
- beginDeleteAndWait(resourceGroupName: string, virtualNetworkName: string, options?: VirtualNetworksDeleteOptionalParams): Promise<VirtualNetworksDeleteResponse>;
1300
- beginUpdate(resourceGroupName: string, virtualNetworkName: string, properties: VirtualNetworkTagsUpdate, options?: VirtualNetworksUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualNetworksUpdateResponse>, VirtualNetworksUpdateResponse>>;
1301
- beginUpdateAndWait(resourceGroupName: string, virtualNetworkName: string, properties: VirtualNetworkTagsUpdate, options?: VirtualNetworksUpdateOptionalParams): Promise<VirtualNetworksUpdateResponse>;
1302
- get(resourceGroupName: string, virtualNetworkName: string, options?: VirtualNetworksGetOptionalParams): Promise<VirtualNetworksGetResponse>;
1303
- listByResourceGroup(resourceGroupName: string, options?: VirtualNetworksListByResourceGroupOptionalParams): PagedAsyncIterableIterator<VirtualNetwork>;
1304
- listBySubscription(options?: VirtualNetworksListBySubscriptionOptionalParams): PagedAsyncIterableIterator<VirtualNetwork>;
1305
- }
1306
-
1307
- // @public
1308
- export interface VirtualNetworksCreateOrUpdateHeaders {
1309
- retryAfter?: number;
1310
- }
1311
-
1312
- // @public
1313
- export interface VirtualNetworksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1314
- resumeFrom?: string;
1315
- updateIntervalInMs?: number;
1316
- }
1317
-
1318
- // @public
1319
- export type VirtualNetworksCreateOrUpdateResponse = VirtualNetwork;
1320
-
1321
- // @public
1322
- export interface VirtualNetworksDeleteHeaders {
1323
- location?: string;
1324
- retryAfter?: number;
1325
- }
1326
-
1327
- // @public
1328
- export interface VirtualNetworksDeleteOptionalParams extends coreClient.OperationOptions {
1329
- force?: ForceDelete;
1330
- resumeFrom?: string;
1331
- updateIntervalInMs?: number;
1332
- }
1333
-
1334
- // @public
1335
- export type VirtualNetworksDeleteResponse = VirtualNetworksDeleteHeaders;
1336
-
1337
- // @public
1338
- export interface VirtualNetworksGetOptionalParams extends coreClient.OperationOptions {
1339
- }
1340
-
1341
- // @public
1342
- export type VirtualNetworksGetResponse = VirtualNetwork;
1343
-
1344
- // @public
1345
- export interface VirtualNetworksListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1346
- }
1347
-
1348
- // @public
1349
- export type VirtualNetworksListByResourceGroupNextResponse = VirtualNetworkListResult;
1350
-
1351
- // @public
1352
- export interface VirtualNetworksListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1353
- }
1354
-
1355
- // @public
1356
- export type VirtualNetworksListByResourceGroupResponse = VirtualNetworkListResult;
1357
-
1358
- // @public
1359
- export interface VirtualNetworksListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
1360
- }
1361
-
1362
- // @public
1363
- export type VirtualNetworksListBySubscriptionNextResponse = VirtualNetworkListResult;
1364
-
1365
- // @public
1366
- export interface VirtualNetworksListBySubscriptionOptionalParams extends coreClient.OperationOptions {
1367
- }
1368
-
1369
- // @public
1370
- export type VirtualNetworksListBySubscriptionResponse = VirtualNetworkListResult;
1371
-
1372
- // @public
1373
- export interface VirtualNetworksUpdateHeaders {
1374
- location?: string;
1375
- retryAfter?: number;
1376
- }
1377
-
1378
- // @public
1379
- export interface VirtualNetworksUpdateOptionalParams extends coreClient.OperationOptions {
1380
- resumeFrom?: string;
1381
- updateIntervalInMs?: number;
1382
- }
1383
-
1384
- // @public
1385
- export type VirtualNetworksUpdateResponse = VirtualNetwork;
1386
-
1387
- // @public
1388
- export interface VirtualNetworkTagsUpdate {
1389
- tags?: {
1390
- [propertyName: string]: string;
1391
- };
1392
- }
1393
-
1394
- // @public
1395
- export interface VmInstanceHybridIdentityMetadata extends ProxyResource {
1396
- properties?: VmInstanceHybridIdentityMetadataProperties;
1397
- }
1398
-
1399
- // @public
1400
- export interface VmInstanceHybridIdentityMetadataListResult {
1401
- readonly nextLink?: string;
1402
- value: VmInstanceHybridIdentityMetadata[];
1403
- }
1404
-
1405
- // @public
1406
- export interface VmInstanceHybridIdentityMetadataProperties {
1407
- readonly provisioningState?: ProvisioningState;
1408
- publicKey?: string;
1409
- resourceUid?: string;
1410
- }
1411
-
1412
- // @public
1413
- export interface VmInstanceHybridIdentityMetadatas {
1414
- get(resourceUri: string, options?: VmInstanceHybridIdentityMetadatasGetOptionalParams): Promise<VmInstanceHybridIdentityMetadatasGetResponse>;
1415
- listByVirtualMachineInstance(resourceUri: string, options?: VmInstanceHybridIdentityMetadatasListByVirtualMachineInstanceOptionalParams): PagedAsyncIterableIterator<VmInstanceHybridIdentityMetadata>;
1416
- }
1417
-
1418
- // @public
1419
- export interface VmInstanceHybridIdentityMetadatasGetOptionalParams extends coreClient.OperationOptions {
1420
- }
1421
-
1422
- // @public
1423
- export type VmInstanceHybridIdentityMetadatasGetResponse = VmInstanceHybridIdentityMetadata;
1424
-
1425
- // @public
1426
- export interface VmInstanceHybridIdentityMetadatasListByVirtualMachineInstanceNextOptionalParams extends coreClient.OperationOptions {
1427
- }
1428
-
1429
- // @public
1430
- export type VmInstanceHybridIdentityMetadatasListByVirtualMachineInstanceNextResponse = VmInstanceHybridIdentityMetadataListResult;
1431
-
1432
- // @public
1433
- export interface VmInstanceHybridIdentityMetadatasListByVirtualMachineInstanceOptionalParams extends coreClient.OperationOptions {
1434
- }
1435
-
1436
- // @public
1437
- export type VmInstanceHybridIdentityMetadatasListByVirtualMachineInstanceResponse = VmInstanceHybridIdentityMetadataListResult;
1438
-
1439
- // @public
1440
- export interface VmmCredential {
1441
- password?: string;
1442
- username?: string;
1443
- }
1444
-
1445
- // @public
1446
- export interface VmmServer extends TrackedResource {
1447
- extendedLocation: ExtendedLocation;
1448
- properties?: VmmServerProperties;
1449
- }
1450
-
1451
- // @public
1452
- export interface VmmServerListResult {
1453
- readonly nextLink?: string;
1454
- value: VmmServer[];
1455
- }
1456
-
1457
- // @public
1458
- export interface VmmServerProperties {
1459
- readonly connectionStatus?: string;
1460
- credentials?: VmmCredential;
1461
- readonly errorMessage?: string;
1462
- fqdn: string;
1463
- port?: number;
1464
- readonly provisioningState?: ProvisioningState;
1465
- readonly uuid?: string;
1466
- readonly version?: string;
1467
- }
1468
-
1469
- // @public
1470
- export interface VmmServers {
1471
- beginCreateOrUpdate(resourceGroupName: string, vmmServerName: string, resource: VmmServer, options?: VmmServersCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VmmServersCreateOrUpdateResponse>, VmmServersCreateOrUpdateResponse>>;
1472
- beginCreateOrUpdateAndWait(resourceGroupName: string, vmmServerName: string, resource: VmmServer, options?: VmmServersCreateOrUpdateOptionalParams): Promise<VmmServersCreateOrUpdateResponse>;
1473
- beginDelete(resourceGroupName: string, vmmServerName: string, options?: VmmServersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<VmmServersDeleteResponse>, VmmServersDeleteResponse>>;
1474
- beginDeleteAndWait(resourceGroupName: string, vmmServerName: string, options?: VmmServersDeleteOptionalParams): Promise<VmmServersDeleteResponse>;
1475
- beginUpdate(resourceGroupName: string, vmmServerName: string, properties: VmmServerTagsUpdate, options?: VmmServersUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VmmServersUpdateResponse>, VmmServersUpdateResponse>>;
1476
- beginUpdateAndWait(resourceGroupName: string, vmmServerName: string, properties: VmmServerTagsUpdate, options?: VmmServersUpdateOptionalParams): Promise<VmmServersUpdateResponse>;
1477
- get(resourceGroupName: string, vmmServerName: string, options?: VmmServersGetOptionalParams): Promise<VmmServersGetResponse>;
1478
- listByResourceGroup(resourceGroupName: string, options?: VmmServersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<VmmServer>;
1479
- listBySubscription(options?: VmmServersListBySubscriptionOptionalParams): PagedAsyncIterableIterator<VmmServer>;
1480
- }
1481
-
1482
- // @public
1483
- export interface VmmServersCreateOrUpdateHeaders {
1484
- retryAfter?: number;
1485
- }
1486
-
1487
- // @public
1488
- export interface VmmServersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1489
- resumeFrom?: string;
1490
- updateIntervalInMs?: number;
1491
- }
1492
-
1493
- // @public
1494
- export type VmmServersCreateOrUpdateResponse = VmmServer;
1495
-
1496
- // @public
1497
- export interface VmmServersDeleteHeaders {
1498
- location?: string;
1499
- retryAfter?: number;
1500
- }
1501
-
1502
- // @public
1503
- export interface VmmServersDeleteOptionalParams extends coreClient.OperationOptions {
1504
- force?: ForceDelete;
1505
- resumeFrom?: string;
1506
- updateIntervalInMs?: number;
1507
- }
1508
-
1509
- // @public
1510
- export type VmmServersDeleteResponse = VmmServersDeleteHeaders;
1511
-
1512
- // @public
1513
- export interface VmmServersGetOptionalParams extends coreClient.OperationOptions {
1514
- }
1515
-
1516
- // @public
1517
- export type VmmServersGetResponse = VmmServer;
1518
-
1519
- // @public
1520
- export interface VmmServersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1521
- }
1522
-
1523
- // @public
1524
- export type VmmServersListByResourceGroupNextResponse = VmmServerListResult;
1525
-
1526
- // @public
1527
- export interface VmmServersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1528
- }
1529
-
1530
- // @public
1531
- export type VmmServersListByResourceGroupResponse = VmmServerListResult;
1532
-
1533
- // @public
1534
- export interface VmmServersListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
1535
- }
1536
-
1537
- // @public
1538
- export type VmmServersListBySubscriptionNextResponse = VmmServerListResult;
1539
-
1540
- // @public
1541
- export interface VmmServersListBySubscriptionOptionalParams extends coreClient.OperationOptions {
1542
- }
1543
-
1544
- // @public
1545
- export type VmmServersListBySubscriptionResponse = VmmServerListResult;
1546
-
1547
- // @public
1548
- export interface VmmServersUpdateHeaders {
1549
- location?: string;
1550
- retryAfter?: number;
1551
- }
1552
-
1553
- // @public
1554
- export interface VmmServersUpdateOptionalParams extends coreClient.OperationOptions {
1555
- resumeFrom?: string;
1556
- updateIntervalInMs?: number;
1557
- }
1558
-
1559
- // @public
1560
- export type VmmServersUpdateResponse = VmmServer;
1561
-
1562
- // @public
1563
- export interface VmmServerTagsUpdate {
1564
- tags?: {
1565
- [propertyName: string]: string;
1566
- };
1567
- }
1568
-
1569
- // (No @packageDocumentation comment for this package)
1570
-
1571
- ```
1
+ ## API Report File for "@azure/arm-scvmm"
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 type AllocationMethod = string;
18
+
19
+ // @public
20
+ export interface AvailabilitySet extends TrackedResource {
21
+ extendedLocation: ExtendedLocation;
22
+ properties?: AvailabilitySetProperties;
23
+ }
24
+
25
+ // @public
26
+ export interface AvailabilitySetListItem {
27
+ id?: string;
28
+ name?: string;
29
+ }
30
+
31
+ // @public
32
+ export interface AvailabilitySetListResult {
33
+ readonly nextLink?: string;
34
+ value: AvailabilitySet[];
35
+ }
36
+
37
+ // @public
38
+ export interface AvailabilitySetProperties {
39
+ availabilitySetName?: string;
40
+ readonly provisioningState?: ProvisioningState;
41
+ vmmServerId?: string;
42
+ }
43
+
44
+ // @public
45
+ export interface AvailabilitySets {
46
+ beginCreateOrUpdate(resourceGroupName: string, availabilitySetResourceName: string, resource: AvailabilitySet, options?: AvailabilitySetsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AvailabilitySetsCreateOrUpdateResponse>, AvailabilitySetsCreateOrUpdateResponse>>;
47
+ beginCreateOrUpdateAndWait(resourceGroupName: string, availabilitySetResourceName: string, resource: AvailabilitySet, options?: AvailabilitySetsCreateOrUpdateOptionalParams): Promise<AvailabilitySetsCreateOrUpdateResponse>;
48
+ beginDelete(resourceGroupName: string, availabilitySetResourceName: string, options?: AvailabilitySetsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<AvailabilitySetsDeleteResponse>, AvailabilitySetsDeleteResponse>>;
49
+ beginDeleteAndWait(resourceGroupName: string, availabilitySetResourceName: string, options?: AvailabilitySetsDeleteOptionalParams): Promise<AvailabilitySetsDeleteResponse>;
50
+ beginUpdate(resourceGroupName: string, availabilitySetResourceName: string, properties: AvailabilitySetTagsUpdate, options?: AvailabilitySetsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AvailabilitySetsUpdateResponse>, AvailabilitySetsUpdateResponse>>;
51
+ beginUpdateAndWait(resourceGroupName: string, availabilitySetResourceName: string, properties: AvailabilitySetTagsUpdate, options?: AvailabilitySetsUpdateOptionalParams): Promise<AvailabilitySetsUpdateResponse>;
52
+ get(resourceGroupName: string, availabilitySetResourceName: string, options?: AvailabilitySetsGetOptionalParams): Promise<AvailabilitySetsGetResponse>;
53
+ listByResourceGroup(resourceGroupName: string, options?: AvailabilitySetsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<AvailabilitySet>;
54
+ listBySubscription(options?: AvailabilitySetsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<AvailabilitySet>;
55
+ }
56
+
57
+ // @public
58
+ export interface AvailabilitySetsCreateOrUpdateHeaders {
59
+ azureAsyncOperation?: string;
60
+ retryAfter?: number;
61
+ }
62
+
63
+ // @public
64
+ export interface AvailabilitySetsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
65
+ resumeFrom?: string;
66
+ updateIntervalInMs?: number;
67
+ }
68
+
69
+ // @public
70
+ export type AvailabilitySetsCreateOrUpdateResponse = AvailabilitySet;
71
+
72
+ // @public
73
+ export interface AvailabilitySetsDeleteHeaders {
74
+ azureAsyncOperation?: string;
75
+ location?: string;
76
+ retryAfter?: number;
77
+ }
78
+
79
+ // @public
80
+ export interface AvailabilitySetsDeleteOptionalParams extends coreClient.OperationOptions {
81
+ force?: ForceDelete;
82
+ resumeFrom?: string;
83
+ updateIntervalInMs?: number;
84
+ }
85
+
86
+ // @public
87
+ export type AvailabilitySetsDeleteResponse = AvailabilitySetsDeleteHeaders;
88
+
89
+ // @public
90
+ export interface AvailabilitySetsGetOptionalParams extends coreClient.OperationOptions {
91
+ }
92
+
93
+ // @public
94
+ export type AvailabilitySetsGetResponse = AvailabilitySet;
95
+
96
+ // @public
97
+ export interface AvailabilitySetsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
98
+ }
99
+
100
+ // @public
101
+ export type AvailabilitySetsListByResourceGroupNextResponse = AvailabilitySetListResult;
102
+
103
+ // @public
104
+ export interface AvailabilitySetsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
105
+ }
106
+
107
+ // @public
108
+ export type AvailabilitySetsListByResourceGroupResponse = AvailabilitySetListResult;
109
+
110
+ // @public
111
+ export interface AvailabilitySetsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
112
+ }
113
+
114
+ // @public
115
+ export type AvailabilitySetsListBySubscriptionNextResponse = AvailabilitySetListResult;
116
+
117
+ // @public
118
+ export interface AvailabilitySetsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
119
+ }
120
+
121
+ // @public
122
+ export type AvailabilitySetsListBySubscriptionResponse = AvailabilitySetListResult;
123
+
124
+ // @public
125
+ export interface AvailabilitySetsUpdateHeaders {
126
+ location?: string;
127
+ retryAfter?: number;
128
+ }
129
+
130
+ // @public
131
+ export interface AvailabilitySetsUpdateOptionalParams extends coreClient.OperationOptions {
132
+ resumeFrom?: string;
133
+ updateIntervalInMs?: number;
134
+ }
135
+
136
+ // @public
137
+ export type AvailabilitySetsUpdateResponse = AvailabilitySet;
138
+
139
+ // @public
140
+ export interface AvailabilitySetTagsUpdate {
141
+ tags?: {
142
+ [propertyName: string]: string;
143
+ };
144
+ }
145
+
146
+ // @public
147
+ export interface Checkpoint {
148
+ checkpointId?: string;
149
+ description?: string;
150
+ name?: string;
151
+ parentCheckpointId?: string;
152
+ }
153
+
154
+ // @public
155
+ export interface Cloud extends TrackedResource {
156
+ extendedLocation: ExtendedLocation;
157
+ properties?: CloudProperties;
158
+ }
159
+
160
+ // @public
161
+ export interface CloudCapacity {
162
+ readonly cpuCount?: number;
163
+ readonly memoryMB?: number;
164
+ readonly vmCount?: number;
165
+ }
166
+
167
+ // @public
168
+ export interface CloudInventoryItem extends InventoryItemProperties {
169
+ inventoryType: "Cloud";
170
+ }
171
+
172
+ // @public
173
+ export interface CloudListResult {
174
+ readonly nextLink?: string;
175
+ value: Cloud[];
176
+ }
177
+
178
+ // @public
179
+ export interface CloudProperties {
180
+ readonly cloudCapacity?: CloudCapacity;
181
+ readonly cloudName?: string;
182
+ inventoryItemId?: string;
183
+ readonly provisioningState?: ProvisioningState;
184
+ readonly storageQosPolicies?: StorageQosPolicy[];
185
+ uuid?: string;
186
+ vmmServerId?: string;
187
+ }
188
+
189
+ // @public
190
+ export interface Clouds {
191
+ beginCreateOrUpdate(resourceGroupName: string, cloudResourceName: string, resource: Cloud, options?: CloudsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CloudsCreateOrUpdateResponse>, CloudsCreateOrUpdateResponse>>;
192
+ beginCreateOrUpdateAndWait(resourceGroupName: string, cloudResourceName: string, resource: Cloud, options?: CloudsCreateOrUpdateOptionalParams): Promise<CloudsCreateOrUpdateResponse>;
193
+ beginDelete(resourceGroupName: string, cloudResourceName: string, options?: CloudsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<CloudsDeleteResponse>, CloudsDeleteResponse>>;
194
+ beginDeleteAndWait(resourceGroupName: string, cloudResourceName: string, options?: CloudsDeleteOptionalParams): Promise<CloudsDeleteResponse>;
195
+ beginUpdate(resourceGroupName: string, cloudResourceName: string, properties: CloudTagsUpdate, options?: CloudsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CloudsUpdateResponse>, CloudsUpdateResponse>>;
196
+ beginUpdateAndWait(resourceGroupName: string, cloudResourceName: string, properties: CloudTagsUpdate, options?: CloudsUpdateOptionalParams): Promise<CloudsUpdateResponse>;
197
+ get(resourceGroupName: string, cloudResourceName: string, options?: CloudsGetOptionalParams): Promise<CloudsGetResponse>;
198
+ listByResourceGroup(resourceGroupName: string, options?: CloudsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Cloud>;
199
+ listBySubscription(options?: CloudsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Cloud>;
200
+ }
201
+
202
+ // @public
203
+ export interface CloudsCreateOrUpdateHeaders {
204
+ retryAfter?: number;
205
+ }
206
+
207
+ // @public
208
+ export interface CloudsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
209
+ resumeFrom?: string;
210
+ updateIntervalInMs?: number;
211
+ }
212
+
213
+ // @public
214
+ export type CloudsCreateOrUpdateResponse = Cloud;
215
+
216
+ // @public
217
+ export interface CloudsDeleteHeaders {
218
+ location?: string;
219
+ retryAfter?: number;
220
+ }
221
+
222
+ // @public
223
+ export interface CloudsDeleteOptionalParams extends coreClient.OperationOptions {
224
+ force?: ForceDelete;
225
+ resumeFrom?: string;
226
+ updateIntervalInMs?: number;
227
+ }
228
+
229
+ // @public
230
+ export type CloudsDeleteResponse = CloudsDeleteHeaders;
231
+
232
+ // @public
233
+ export interface CloudsGetOptionalParams extends coreClient.OperationOptions {
234
+ }
235
+
236
+ // @public
237
+ export type CloudsGetResponse = Cloud;
238
+
239
+ // @public
240
+ export interface CloudsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
241
+ }
242
+
243
+ // @public
244
+ export type CloudsListByResourceGroupNextResponse = CloudListResult;
245
+
246
+ // @public
247
+ export interface CloudsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
248
+ }
249
+
250
+ // @public
251
+ export type CloudsListByResourceGroupResponse = CloudListResult;
252
+
253
+ // @public
254
+ export interface CloudsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
255
+ }
256
+
257
+ // @public
258
+ export type CloudsListBySubscriptionNextResponse = CloudListResult;
259
+
260
+ // @public
261
+ export interface CloudsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
262
+ }
263
+
264
+ // @public
265
+ export type CloudsListBySubscriptionResponse = CloudListResult;
266
+
267
+ // @public
268
+ export interface CloudsUpdateHeaders {
269
+ location?: string;
270
+ retryAfter?: number;
271
+ }
272
+
273
+ // @public
274
+ export interface CloudsUpdateOptionalParams extends coreClient.OperationOptions {
275
+ resumeFrom?: string;
276
+ updateIntervalInMs?: number;
277
+ }
278
+
279
+ // @public
280
+ export type CloudsUpdateResponse = Cloud;
281
+
282
+ // @public
283
+ export interface CloudTagsUpdate {
284
+ tags?: {
285
+ [propertyName: string]: string;
286
+ };
287
+ }
288
+
289
+ // @public
290
+ export type CreatedByType = string;
291
+
292
+ // @public
293
+ export type CreateDiffDisk = string;
294
+
295
+ // @public
296
+ export type DeleteFromHost = string;
297
+
298
+ // @public
299
+ export type DynamicMemoryEnabled = string;
300
+
301
+ // @public
302
+ export interface ErrorAdditionalInfo {
303
+ readonly info?: Record<string, unknown>;
304
+ readonly type?: string;
305
+ }
306
+
307
+ // @public
308
+ export interface ErrorDetail {
309
+ readonly additionalInfo?: ErrorAdditionalInfo[];
310
+ readonly code?: string;
311
+ readonly details?: ErrorDetail[];
312
+ readonly message?: string;
313
+ readonly target?: string;
314
+ }
315
+
316
+ // @public
317
+ export interface ErrorResponse {
318
+ error?: ErrorDetail;
319
+ }
320
+
321
+ // @public
322
+ export interface ExtendedLocation {
323
+ name?: string;
324
+ type?: string;
325
+ }
326
+
327
+ // @public
328
+ export type ForceDelete = string;
329
+
330
+ // @public
331
+ export function getContinuationToken(page: unknown): string | undefined;
332
+
333
+ // @public
334
+ export interface GuestAgent extends ProxyResource {
335
+ properties?: GuestAgentProperties;
336
+ }
337
+
338
+ // @public
339
+ export interface GuestAgentListResult {
340
+ readonly nextLink?: string;
341
+ value: GuestAgent[];
342
+ }
343
+
344
+ // @public
345
+ export interface GuestAgentProperties {
346
+ credentials?: GuestCredential;
347
+ readonly customResourceName?: string;
348
+ httpProxyConfig?: HttpProxyConfiguration;
349
+ provisioningAction?: ProvisioningAction;
350
+ readonly provisioningState?: ProvisioningState;
351
+ readonly status?: string;
352
+ readonly uuid?: string;
353
+ }
354
+
355
+ // @public
356
+ export interface GuestAgents {
357
+ beginCreate(resourceUri: string, resource: GuestAgent, options?: GuestAgentsCreateOptionalParams): Promise<SimplePollerLike<OperationState<GuestAgentsCreateResponse>, GuestAgentsCreateResponse>>;
358
+ beginCreateAndWait(resourceUri: string, resource: GuestAgent, options?: GuestAgentsCreateOptionalParams): Promise<GuestAgentsCreateResponse>;
359
+ delete(resourceUri: string, options?: GuestAgentsDeleteOptionalParams): Promise<void>;
360
+ get(resourceUri: string, options?: GuestAgentsGetOptionalParams): Promise<GuestAgentsGetResponse>;
361
+ listByVirtualMachineInstance(resourceUri: string, options?: GuestAgentsListByVirtualMachineInstanceOptionalParams): PagedAsyncIterableIterator<GuestAgent>;
362
+ }
363
+
364
+ // @public
365
+ export interface GuestAgentsCreateHeaders {
366
+ retryAfter?: number;
367
+ }
368
+
369
+ // @public
370
+ export interface GuestAgentsCreateOptionalParams extends coreClient.OperationOptions {
371
+ resumeFrom?: string;
372
+ updateIntervalInMs?: number;
373
+ }
374
+
375
+ // @public
376
+ export type GuestAgentsCreateResponse = GuestAgent;
377
+
378
+ // @public
379
+ export interface GuestAgentsDeleteOptionalParams extends coreClient.OperationOptions {
380
+ }
381
+
382
+ // @public
383
+ export interface GuestAgentsGetOptionalParams extends coreClient.OperationOptions {
384
+ }
385
+
386
+ // @public
387
+ export type GuestAgentsGetResponse = GuestAgent;
388
+
389
+ // @public
390
+ export interface GuestAgentsListByVirtualMachineInstanceNextOptionalParams extends coreClient.OperationOptions {
391
+ }
392
+
393
+ // @public
394
+ export type GuestAgentsListByVirtualMachineInstanceNextResponse = GuestAgentListResult;
395
+
396
+ // @public
397
+ export interface GuestAgentsListByVirtualMachineInstanceOptionalParams extends coreClient.OperationOptions {
398
+ }
399
+
400
+ // @public
401
+ export type GuestAgentsListByVirtualMachineInstanceResponse = GuestAgentListResult;
402
+
403
+ // @public
404
+ export interface GuestCredential {
405
+ password: string;
406
+ username: string;
407
+ }
408
+
409
+ // @public
410
+ export interface HardwareProfile {
411
+ cpuCount?: number;
412
+ dynamicMemoryEnabled?: DynamicMemoryEnabled;
413
+ dynamicMemoryMaxMB?: number;
414
+ dynamicMemoryMinMB?: number;
415
+ readonly isHighlyAvailable?: IsHighlyAvailable;
416
+ limitCpuForMigration?: LimitCpuForMigration;
417
+ memoryMB?: number;
418
+ }
419
+
420
+ // @public
421
+ export interface HardwareProfileUpdate {
422
+ cpuCount?: number;
423
+ dynamicMemoryEnabled?: DynamicMemoryEnabled;
424
+ dynamicMemoryMaxMB?: number;
425
+ dynamicMemoryMinMB?: number;
426
+ limitCpuForMigration?: LimitCpuForMigration;
427
+ memoryMB?: number;
428
+ }
429
+
430
+ // @public
431
+ export interface HttpProxyConfiguration {
432
+ httpsProxy?: string;
433
+ }
434
+
435
+ // @public
436
+ export interface InfrastructureProfile {
437
+ biosGuid?: string;
438
+ readonly checkpoints?: Checkpoint[];
439
+ checkpointType?: string;
440
+ cloudId?: string;
441
+ generation?: number;
442
+ inventoryItemId?: string;
443
+ readonly lastRestoredVmCheckpoint?: Checkpoint;
444
+ templateId?: string;
445
+ uuid?: string;
446
+ vmmServerId?: string;
447
+ vmName?: string;
448
+ }
449
+
450
+ // @public
451
+ export interface InfrastructureProfileUpdate {
452
+ checkpointType?: string;
453
+ }
454
+
455
+ // @public
456
+ export interface InventoryItem extends ProxyResource {
457
+ kind?: string;
458
+ properties?: InventoryItemPropertiesUnion;
459
+ }
460
+
461
+ // @public
462
+ export interface InventoryItemDetails {
463
+ inventoryItemId?: string;
464
+ inventoryItemName?: string;
465
+ }
466
+
467
+ // @public
468
+ export interface InventoryItemListResult {
469
+ readonly nextLink?: string;
470
+ value: InventoryItem[];
471
+ }
472
+
473
+ // @public
474
+ export interface InventoryItemProperties {
475
+ readonly inventoryItemName?: string;
476
+ inventoryType: "Cloud" | "VirtualMachine" | "VirtualMachineTemplate" | "VirtualNetwork";
477
+ readonly managedResourceId?: string;
478
+ readonly provisioningState?: ProvisioningState;
479
+ readonly uuid?: string;
480
+ }
481
+
482
+ // @public (undocumented)
483
+ export type InventoryItemPropertiesUnion = InventoryItemProperties | CloudInventoryItem | VirtualMachineInventoryItem | VirtualMachineTemplateInventoryItem | VirtualNetworkInventoryItem;
484
+
485
+ // @public
486
+ export interface InventoryItems {
487
+ create(resourceGroupName: string, vmmServerName: string, inventoryItemResourceName: string, resource: InventoryItem, options?: InventoryItemsCreateOptionalParams): Promise<InventoryItemsCreateResponse>;
488
+ delete(resourceGroupName: string, vmmServerName: string, inventoryItemResourceName: string, options?: InventoryItemsDeleteOptionalParams): Promise<void>;
489
+ get(resourceGroupName: string, vmmServerName: string, inventoryItemResourceName: string, options?: InventoryItemsGetOptionalParams): Promise<InventoryItemsGetResponse>;
490
+ listByVmmServer(resourceGroupName: string, vmmServerName: string, options?: InventoryItemsListByVmmServerOptionalParams): PagedAsyncIterableIterator<InventoryItem>;
491
+ }
492
+
493
+ // @public
494
+ export interface InventoryItemsCreateOptionalParams extends coreClient.OperationOptions {
495
+ }
496
+
497
+ // @public
498
+ export type InventoryItemsCreateResponse = InventoryItem;
499
+
500
+ // @public
501
+ export interface InventoryItemsDeleteOptionalParams extends coreClient.OperationOptions {
502
+ }
503
+
504
+ // @public
505
+ export interface InventoryItemsGetOptionalParams extends coreClient.OperationOptions {
506
+ }
507
+
508
+ // @public
509
+ export type InventoryItemsGetResponse = InventoryItem;
510
+
511
+ // @public
512
+ export interface InventoryItemsListByVmmServerNextOptionalParams extends coreClient.OperationOptions {
513
+ }
514
+
515
+ // @public
516
+ export type InventoryItemsListByVmmServerNextResponse = InventoryItemListResult;
517
+
518
+ // @public
519
+ export interface InventoryItemsListByVmmServerOptionalParams extends coreClient.OperationOptions {
520
+ }
521
+
522
+ // @public
523
+ export type InventoryItemsListByVmmServerResponse = InventoryItemListResult;
524
+
525
+ // @public
526
+ export type InventoryType = string;
527
+
528
+ // @public
529
+ export type IsCustomizable = string;
530
+
531
+ // @public
532
+ export type IsHighlyAvailable = string;
533
+
534
+ // @public
535
+ export enum KnownActionType {
536
+ Internal = "Internal"
537
+ }
538
+
539
+ // @public
540
+ export enum KnownAllocationMethod {
541
+ Dynamic = "Dynamic",
542
+ Static = "Static"
543
+ }
544
+
545
+ // @public
546
+ export enum KnownCreatedByType {
547
+ Application = "Application",
548
+ Key = "Key",
549
+ ManagedIdentity = "ManagedIdentity",
550
+ User = "User"
551
+ }
552
+
553
+ // @public
554
+ export enum KnownCreateDiffDisk {
555
+ False = "false",
556
+ True = "true"
557
+ }
558
+
559
+ // @public
560
+ export enum KnownDeleteFromHost {
561
+ False = "false",
562
+ True = "true"
563
+ }
564
+
565
+ // @public
566
+ export enum KnownDynamicMemoryEnabled {
567
+ False = "false",
568
+ True = "true"
569
+ }
570
+
571
+ // @public
572
+ export enum KnownForceDelete {
573
+ False = "false",
574
+ True = "true"
575
+ }
576
+
577
+ // @public
578
+ export enum KnownInventoryType {
579
+ Cloud = "Cloud",
580
+ VirtualMachine = "VirtualMachine",
581
+ VirtualMachineTemplate = "VirtualMachineTemplate",
582
+ VirtualNetwork = "VirtualNetwork"
583
+ }
584
+
585
+ // @public
586
+ export enum KnownIsCustomizable {
587
+ False = "false",
588
+ True = "true"
589
+ }
590
+
591
+ // @public
592
+ export enum KnownIsHighlyAvailable {
593
+ False = "false",
594
+ True = "true"
595
+ }
596
+
597
+ // @public
598
+ export enum KnownLimitCpuForMigration {
599
+ False = "false",
600
+ True = "true"
601
+ }
602
+
603
+ // @public
604
+ export enum KnownOrigin {
605
+ System = "system",
606
+ User = "user",
607
+ UserSystem = "user,system"
608
+ }
609
+
610
+ // @public
611
+ export enum KnownOsType {
612
+ Linux = "Linux",
613
+ Other = "Other",
614
+ Windows = "Windows"
615
+ }
616
+
617
+ // @public
618
+ export enum KnownProvisioningAction {
619
+ Install = "install",
620
+ Repair = "repair",
621
+ Uninstall = "uninstall"
622
+ }
623
+
624
+ // @public
625
+ export enum KnownProvisioningState {
626
+ Accepted = "Accepted",
627
+ Canceled = "Canceled",
628
+ Created = "Created",
629
+ Deleting = "Deleting",
630
+ Failed = "Failed",
631
+ Provisioning = "Provisioning",
632
+ Succeeded = "Succeeded",
633
+ Updating = "Updating"
634
+ }
635
+
636
+ // @public
637
+ export enum KnownSkipShutdown {
638
+ False = "false",
639
+ True = "true"
640
+ }
641
+
642
+ // @public
643
+ export type LimitCpuForMigration = string;
644
+
645
+ // @public
646
+ export interface NetworkInterface {
647
+ readonly displayName?: string;
648
+ readonly ipv4Addresses?: string[];
649
+ ipv4AddressType?: AllocationMethod;
650
+ readonly ipv6Addresses?: string[];
651
+ ipv6AddressType?: AllocationMethod;
652
+ macAddress?: string;
653
+ macAddressType?: AllocationMethod;
654
+ name?: string;
655
+ readonly networkName?: string;
656
+ nicId?: string;
657
+ virtualNetworkId?: string;
658
+ }
659
+
660
+ // @public
661
+ export interface NetworkInterfaceUpdate {
662
+ ipv4AddressType?: AllocationMethod;
663
+ ipv6AddressType?: AllocationMethod;
664
+ macAddress?: string;
665
+ macAddressType?: AllocationMethod;
666
+ name?: string;
667
+ nicId?: string;
668
+ virtualNetworkId?: string;
669
+ }
670
+
671
+ // @public
672
+ export interface NetworkProfile {
673
+ networkInterfaces?: NetworkInterface[];
674
+ }
675
+
676
+ // @public
677
+ export interface NetworkProfileUpdate {
678
+ networkInterfaces?: NetworkInterfaceUpdate[];
679
+ }
680
+
681
+ // @public
682
+ export interface Operation {
683
+ readonly actionType?: ActionType;
684
+ display?: OperationDisplay;
685
+ readonly isDataAction?: boolean;
686
+ readonly name?: string;
687
+ readonly origin?: Origin;
688
+ }
689
+
690
+ // @public
691
+ export interface OperationDisplay {
692
+ readonly description?: string;
693
+ readonly operation?: string;
694
+ readonly provider?: string;
695
+ readonly resource?: string;
696
+ }
697
+
698
+ // @public
699
+ export interface OperationListResult {
700
+ readonly nextLink?: string;
701
+ readonly value?: Operation[];
702
+ }
703
+
704
+ // @public
705
+ export interface Operations {
706
+ list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
707
+ }
708
+
709
+ // @public
710
+ export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
711
+ }
712
+
713
+ // @public
714
+ export type OperationsListNextResponse = OperationListResult;
715
+
716
+ // @public
717
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
718
+ }
719
+
720
+ // @public
721
+ export type OperationsListResponse = OperationListResult;
722
+
723
+ // @public
724
+ export type Origin = string;
725
+
726
+ // @public
727
+ export interface OsProfileForVmInstance {
728
+ adminPassword?: string;
729
+ computerName?: string;
730
+ readonly osSku?: string;
731
+ readonly osType?: OsType;
732
+ readonly osVersion?: string;
733
+ }
734
+
735
+ // @public
736
+ export type OsType = string;
737
+
738
+ // @public
739
+ export type ProvisioningAction = string;
740
+
741
+ // @public
742
+ export type ProvisioningState = string;
743
+
744
+ // @public
745
+ export interface ProxyResource extends Resource {
746
+ }
747
+
748
+ // @public
749
+ export interface Resource {
750
+ readonly id?: string;
751
+ readonly name?: string;
752
+ readonly systemData?: SystemData;
753
+ readonly type?: string;
754
+ }
755
+
756
+ // @public (undocumented)
757
+ export class ScVmm extends coreClient.ServiceClient {
758
+ // (undocumented)
759
+ $host: string;
760
+ constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ScVmmOptionalParams);
761
+ constructor(credentials: coreAuth.TokenCredential, options?: ScVmmOptionalParams);
762
+ // (undocumented)
763
+ apiVersion: string;
764
+ // (undocumented)
765
+ availabilitySets: AvailabilitySets;
766
+ // (undocumented)
767
+ clouds: Clouds;
768
+ // (undocumented)
769
+ guestAgents: GuestAgents;
770
+ // (undocumented)
771
+ inventoryItems: InventoryItems;
772
+ // (undocumented)
773
+ operations: Operations;
774
+ // (undocumented)
775
+ subscriptionId?: string;
776
+ // (undocumented)
777
+ virtualMachineInstances: VirtualMachineInstances;
778
+ // (undocumented)
779
+ virtualMachineTemplates: VirtualMachineTemplates;
780
+ // (undocumented)
781
+ virtualNetworks: VirtualNetworks;
782
+ // (undocumented)
783
+ vmInstanceHybridIdentityMetadatas: VmInstanceHybridIdentityMetadatas;
784
+ // (undocumented)
785
+ vmmServers: VmmServers;
786
+ }
787
+
788
+ // @public
789
+ export interface ScVmmOptionalParams extends coreClient.ServiceClientOptions {
790
+ $host?: string;
791
+ apiVersion?: string;
792
+ endpoint?: string;
793
+ }
794
+
795
+ // @public
796
+ export type SkipShutdown = string;
797
+
798
+ // @public
799
+ export interface StopVirtualMachineOptions {
800
+ skipShutdown?: SkipShutdown;
801
+ }
802
+
803
+ // @public
804
+ export interface StorageProfile {
805
+ disks?: VirtualDisk[];
806
+ }
807
+
808
+ // @public
809
+ export interface StorageProfileUpdate {
810
+ disks?: VirtualDiskUpdate[];
811
+ }
812
+
813
+ // @public
814
+ export interface StorageQosPolicy {
815
+ bandwidthLimit?: number;
816
+ id?: string;
817
+ iopsMaximum?: number;
818
+ iopsMinimum?: number;
819
+ name?: string;
820
+ policyId?: string;
821
+ }
822
+
823
+ // @public
824
+ export interface StorageQosPolicyDetails {
825
+ id?: string;
826
+ name?: string;
827
+ }
828
+
829
+ // @public
830
+ export interface SystemData {
831
+ createdAt?: Date;
832
+ createdBy?: string;
833
+ createdByType?: CreatedByType;
834
+ lastModifiedAt?: Date;
835
+ lastModifiedBy?: string;
836
+ lastModifiedByType?: CreatedByType;
837
+ }
838
+
839
+ // @public
840
+ export interface TrackedResource extends Resource {
841
+ location: string;
842
+ tags?: {
843
+ [propertyName: string]: string;
844
+ };
845
+ }
846
+
847
+ // @public
848
+ export interface VirtualDisk {
849
+ bus?: number;
850
+ busType?: string;
851
+ createDiffDisk?: CreateDiffDisk;
852
+ diskId?: string;
853
+ diskSizeGB?: number;
854
+ readonly displayName?: string;
855
+ lun?: number;
856
+ readonly maxDiskSizeGB?: number;
857
+ name?: string;
858
+ storageQosPolicy?: StorageQosPolicyDetails;
859
+ templateDiskId?: string;
860
+ readonly vhdFormatType?: string;
861
+ vhdType?: string;
862
+ readonly volumeType?: string;
863
+ }
864
+
865
+ // @public
866
+ export interface VirtualDiskUpdate {
867
+ bus?: number;
868
+ busType?: string;
869
+ diskId?: string;
870
+ diskSizeGB?: number;
871
+ lun?: number;
872
+ name?: string;
873
+ storageQosPolicy?: StorageQosPolicyDetails;
874
+ vhdType?: string;
875
+ }
876
+
877
+ // @public
878
+ export interface VirtualMachineCreateCheckpoint {
879
+ description?: string;
880
+ name?: string;
881
+ }
882
+
883
+ // @public
884
+ export interface VirtualMachineDeleteCheckpoint {
885
+ id?: string;
886
+ }
887
+
888
+ // @public
889
+ export interface VirtualMachineInstance extends ProxyResource {
890
+ extendedLocation: ExtendedLocation;
891
+ properties?: VirtualMachineInstanceProperties;
892
+ }
893
+
894
+ // @public
895
+ export interface VirtualMachineInstanceListResult {
896
+ readonly nextLink?: string;
897
+ value: VirtualMachineInstance[];
898
+ }
899
+
900
+ // @public
901
+ export interface VirtualMachineInstanceProperties {
902
+ availabilitySets?: AvailabilitySetListItem[];
903
+ hardwareProfile?: HardwareProfile;
904
+ infrastructureProfile?: InfrastructureProfile;
905
+ networkProfile?: NetworkProfile;
906
+ osProfile?: OsProfileForVmInstance;
907
+ readonly powerState?: string;
908
+ readonly provisioningState?: ProvisioningState;
909
+ storageProfile?: StorageProfile;
910
+ }
911
+
912
+ // @public
913
+ export interface VirtualMachineInstances {
914
+ beginCreateCheckpoint(resourceUri: string, body: VirtualMachineCreateCheckpoint, options?: VirtualMachineInstancesCreateCheckpointOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesCreateCheckpointResponse>, VirtualMachineInstancesCreateCheckpointResponse>>;
915
+ beginCreateCheckpointAndWait(resourceUri: string, body: VirtualMachineCreateCheckpoint, options?: VirtualMachineInstancesCreateCheckpointOptionalParams): Promise<VirtualMachineInstancesCreateCheckpointResponse>;
916
+ beginCreateOrUpdate(resourceUri: string, resource: VirtualMachineInstance, options?: VirtualMachineInstancesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesCreateOrUpdateResponse>, VirtualMachineInstancesCreateOrUpdateResponse>>;
917
+ beginCreateOrUpdateAndWait(resourceUri: string, resource: VirtualMachineInstance, options?: VirtualMachineInstancesCreateOrUpdateOptionalParams): Promise<VirtualMachineInstancesCreateOrUpdateResponse>;
918
+ beginDelete(resourceUri: string, options?: VirtualMachineInstancesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesDeleteResponse>, VirtualMachineInstancesDeleteResponse>>;
919
+ beginDeleteAndWait(resourceUri: string, options?: VirtualMachineInstancesDeleteOptionalParams): Promise<VirtualMachineInstancesDeleteResponse>;
920
+ beginDeleteCheckpoint(resourceUri: string, body: VirtualMachineDeleteCheckpoint, options?: VirtualMachineInstancesDeleteCheckpointOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesDeleteCheckpointResponse>, VirtualMachineInstancesDeleteCheckpointResponse>>;
921
+ beginDeleteCheckpointAndWait(resourceUri: string, body: VirtualMachineDeleteCheckpoint, options?: VirtualMachineInstancesDeleteCheckpointOptionalParams): Promise<VirtualMachineInstancesDeleteCheckpointResponse>;
922
+ beginRestart(resourceUri: string, options?: VirtualMachineInstancesRestartOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesRestartResponse>, VirtualMachineInstancesRestartResponse>>;
923
+ beginRestartAndWait(resourceUri: string, options?: VirtualMachineInstancesRestartOptionalParams): Promise<VirtualMachineInstancesRestartResponse>;
924
+ beginRestoreCheckpoint(resourceUri: string, body: VirtualMachineRestoreCheckpoint, options?: VirtualMachineInstancesRestoreCheckpointOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesRestoreCheckpointResponse>, VirtualMachineInstancesRestoreCheckpointResponse>>;
925
+ beginRestoreCheckpointAndWait(resourceUri: string, body: VirtualMachineRestoreCheckpoint, options?: VirtualMachineInstancesRestoreCheckpointOptionalParams): Promise<VirtualMachineInstancesRestoreCheckpointResponse>;
926
+ beginStart(resourceUri: string, options?: VirtualMachineInstancesStartOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesStartResponse>, VirtualMachineInstancesStartResponse>>;
927
+ beginStartAndWait(resourceUri: string, options?: VirtualMachineInstancesStartOptionalParams): Promise<VirtualMachineInstancesStartResponse>;
928
+ beginStop(resourceUri: string, body: StopVirtualMachineOptions, options?: VirtualMachineInstancesStopOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesStopResponse>, VirtualMachineInstancesStopResponse>>;
929
+ beginStopAndWait(resourceUri: string, body: StopVirtualMachineOptions, options?: VirtualMachineInstancesStopOptionalParams): Promise<VirtualMachineInstancesStopResponse>;
930
+ beginUpdate(resourceUri: string, properties: VirtualMachineInstanceUpdate, options?: VirtualMachineInstancesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesUpdateResponse>, VirtualMachineInstancesUpdateResponse>>;
931
+ beginUpdateAndWait(resourceUri: string, properties: VirtualMachineInstanceUpdate, options?: VirtualMachineInstancesUpdateOptionalParams): Promise<VirtualMachineInstancesUpdateResponse>;
932
+ get(resourceUri: string, options?: VirtualMachineInstancesGetOptionalParams): Promise<VirtualMachineInstancesGetResponse>;
933
+ list(resourceUri: string, options?: VirtualMachineInstancesListOptionalParams): PagedAsyncIterableIterator<VirtualMachineInstance>;
934
+ }
935
+
936
+ // @public
937
+ export interface VirtualMachineInstancesCreateCheckpointHeaders {
938
+ location?: string;
939
+ retryAfter?: number;
940
+ }
941
+
942
+ // @public
943
+ export interface VirtualMachineInstancesCreateCheckpointOptionalParams extends coreClient.OperationOptions {
944
+ resumeFrom?: string;
945
+ updateIntervalInMs?: number;
946
+ }
947
+
948
+ // @public
949
+ export type VirtualMachineInstancesCreateCheckpointResponse = VirtualMachineInstancesCreateCheckpointHeaders;
950
+
951
+ // @public
952
+ export interface VirtualMachineInstancesCreateOrUpdateHeaders {
953
+ retryAfter?: number;
954
+ }
955
+
956
+ // @public
957
+ export interface VirtualMachineInstancesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
958
+ resumeFrom?: string;
959
+ updateIntervalInMs?: number;
960
+ }
961
+
962
+ // @public
963
+ export type VirtualMachineInstancesCreateOrUpdateResponse = VirtualMachineInstance;
964
+
965
+ // @public
966
+ export interface VirtualMachineInstancesDeleteCheckpointHeaders {
967
+ location?: string;
968
+ retryAfter?: number;
969
+ }
970
+
971
+ // @public
972
+ export interface VirtualMachineInstancesDeleteCheckpointOptionalParams extends coreClient.OperationOptions {
973
+ resumeFrom?: string;
974
+ updateIntervalInMs?: number;
975
+ }
976
+
977
+ // @public
978
+ export type VirtualMachineInstancesDeleteCheckpointResponse = VirtualMachineInstancesDeleteCheckpointHeaders;
979
+
980
+ // @public
981
+ export interface VirtualMachineInstancesDeleteHeaders {
982
+ location?: string;
983
+ retryAfter?: number;
984
+ }
985
+
986
+ // @public
987
+ export interface VirtualMachineInstancesDeleteOptionalParams extends coreClient.OperationOptions {
988
+ deleteFromHost?: DeleteFromHost;
989
+ force?: ForceDelete;
990
+ resumeFrom?: string;
991
+ updateIntervalInMs?: number;
992
+ }
993
+
994
+ // @public
995
+ export type VirtualMachineInstancesDeleteResponse = VirtualMachineInstancesDeleteHeaders;
996
+
997
+ // @public
998
+ export interface VirtualMachineInstancesGetOptionalParams extends coreClient.OperationOptions {
999
+ }
1000
+
1001
+ // @public
1002
+ export type VirtualMachineInstancesGetResponse = VirtualMachineInstance;
1003
+
1004
+ // @public
1005
+ export interface VirtualMachineInstancesListNextOptionalParams extends coreClient.OperationOptions {
1006
+ }
1007
+
1008
+ // @public
1009
+ export type VirtualMachineInstancesListNextResponse = VirtualMachineInstanceListResult;
1010
+
1011
+ // @public
1012
+ export interface VirtualMachineInstancesListOptionalParams extends coreClient.OperationOptions {
1013
+ }
1014
+
1015
+ // @public
1016
+ export type VirtualMachineInstancesListResponse = VirtualMachineInstanceListResult;
1017
+
1018
+ // @public
1019
+ export interface VirtualMachineInstancesRestartHeaders {
1020
+ location?: string;
1021
+ retryAfter?: number;
1022
+ }
1023
+
1024
+ // @public
1025
+ export interface VirtualMachineInstancesRestartOptionalParams extends coreClient.OperationOptions {
1026
+ resumeFrom?: string;
1027
+ updateIntervalInMs?: number;
1028
+ }
1029
+
1030
+ // @public
1031
+ export type VirtualMachineInstancesRestartResponse = VirtualMachineInstancesRestartHeaders;
1032
+
1033
+ // @public
1034
+ export interface VirtualMachineInstancesRestoreCheckpointHeaders {
1035
+ location?: string;
1036
+ retryAfter?: number;
1037
+ }
1038
+
1039
+ // @public
1040
+ export interface VirtualMachineInstancesRestoreCheckpointOptionalParams extends coreClient.OperationOptions {
1041
+ resumeFrom?: string;
1042
+ updateIntervalInMs?: number;
1043
+ }
1044
+
1045
+ // @public
1046
+ export type VirtualMachineInstancesRestoreCheckpointResponse = VirtualMachineInstancesRestoreCheckpointHeaders;
1047
+
1048
+ // @public
1049
+ export interface VirtualMachineInstancesStartHeaders {
1050
+ location?: string;
1051
+ retryAfter?: number;
1052
+ }
1053
+
1054
+ // @public
1055
+ export interface VirtualMachineInstancesStartOptionalParams extends coreClient.OperationOptions {
1056
+ resumeFrom?: string;
1057
+ updateIntervalInMs?: number;
1058
+ }
1059
+
1060
+ // @public
1061
+ export type VirtualMachineInstancesStartResponse = VirtualMachineInstancesStartHeaders;
1062
+
1063
+ // @public
1064
+ export interface VirtualMachineInstancesStopHeaders {
1065
+ location?: string;
1066
+ retryAfter?: number;
1067
+ }
1068
+
1069
+ // @public
1070
+ export interface VirtualMachineInstancesStopOptionalParams extends coreClient.OperationOptions {
1071
+ resumeFrom?: string;
1072
+ updateIntervalInMs?: number;
1073
+ }
1074
+
1075
+ // @public
1076
+ export type VirtualMachineInstancesStopResponse = VirtualMachineInstancesStopHeaders;
1077
+
1078
+ // @public
1079
+ export interface VirtualMachineInstancesUpdateHeaders {
1080
+ location?: string;
1081
+ retryAfter?: number;
1082
+ }
1083
+
1084
+ // @public
1085
+ export interface VirtualMachineInstancesUpdateOptionalParams extends coreClient.OperationOptions {
1086
+ resumeFrom?: string;
1087
+ updateIntervalInMs?: number;
1088
+ }
1089
+
1090
+ // @public
1091
+ export type VirtualMachineInstancesUpdateResponse = VirtualMachineInstance;
1092
+
1093
+ // @public
1094
+ export interface VirtualMachineInstanceUpdate {
1095
+ properties?: VirtualMachineInstanceUpdateProperties;
1096
+ }
1097
+
1098
+ // @public
1099
+ export interface VirtualMachineInstanceUpdateProperties {
1100
+ availabilitySets?: AvailabilitySetListItem[];
1101
+ hardwareProfile?: HardwareProfileUpdate;
1102
+ infrastructureProfile?: InfrastructureProfileUpdate;
1103
+ networkProfile?: NetworkProfileUpdate;
1104
+ storageProfile?: StorageProfileUpdate;
1105
+ }
1106
+
1107
+ // @public
1108
+ export interface VirtualMachineInventoryItem extends InventoryItemProperties {
1109
+ readonly biosGuid?: string;
1110
+ cloud?: InventoryItemDetails;
1111
+ inventoryType: "VirtualMachine";
1112
+ ipAddresses?: string[];
1113
+ readonly managedMachineResourceId?: string;
1114
+ readonly osName?: string;
1115
+ readonly osType?: OsType;
1116
+ readonly osVersion?: string;
1117
+ readonly powerState?: string;
1118
+ }
1119
+
1120
+ // @public
1121
+ export interface VirtualMachineRestoreCheckpoint {
1122
+ id?: string;
1123
+ }
1124
+
1125
+ // @public
1126
+ export interface VirtualMachineTemplate extends TrackedResource {
1127
+ extendedLocation: ExtendedLocation;
1128
+ properties?: VirtualMachineTemplateProperties;
1129
+ }
1130
+
1131
+ // @public
1132
+ export interface VirtualMachineTemplateInventoryItem extends InventoryItemProperties {
1133
+ readonly cpuCount?: number;
1134
+ inventoryType: "VirtualMachineTemplate";
1135
+ readonly memoryMB?: number;
1136
+ readonly osName?: string;
1137
+ readonly osType?: OsType;
1138
+ }
1139
+
1140
+ // @public
1141
+ export interface VirtualMachineTemplateListResult {
1142
+ readonly nextLink?: string;
1143
+ value: VirtualMachineTemplate[];
1144
+ }
1145
+
1146
+ // @public
1147
+ export interface VirtualMachineTemplateProperties {
1148
+ readonly computerName?: string;
1149
+ readonly cpuCount?: number;
1150
+ readonly disks?: VirtualDisk[];
1151
+ readonly dynamicMemoryEnabled?: DynamicMemoryEnabled;
1152
+ readonly dynamicMemoryMaxMB?: number;
1153
+ readonly dynamicMemoryMinMB?: number;
1154
+ readonly generation?: number;
1155
+ inventoryItemId?: string;
1156
+ readonly isCustomizable?: IsCustomizable;
1157
+ readonly isHighlyAvailable?: IsHighlyAvailable;
1158
+ readonly limitCpuForMigration?: LimitCpuForMigration;
1159
+ readonly memoryMB?: number;
1160
+ readonly networkInterfaces?: NetworkInterface[];
1161
+ readonly osName?: string;
1162
+ readonly osType?: OsType;
1163
+ readonly provisioningState?: ProvisioningState;
1164
+ uuid?: string;
1165
+ vmmServerId?: string;
1166
+ }
1167
+
1168
+ // @public
1169
+ export interface VirtualMachineTemplates {
1170
+ beginCreateOrUpdate(resourceGroupName: string, virtualMachineTemplateName: string, resource: VirtualMachineTemplate, options?: VirtualMachineTemplatesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineTemplatesCreateOrUpdateResponse>, VirtualMachineTemplatesCreateOrUpdateResponse>>;
1171
+ beginCreateOrUpdateAndWait(resourceGroupName: string, virtualMachineTemplateName: string, resource: VirtualMachineTemplate, options?: VirtualMachineTemplatesCreateOrUpdateOptionalParams): Promise<VirtualMachineTemplatesCreateOrUpdateResponse>;
1172
+ beginDelete(resourceGroupName: string, virtualMachineTemplateName: string, options?: VirtualMachineTemplatesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineTemplatesDeleteResponse>, VirtualMachineTemplatesDeleteResponse>>;
1173
+ beginDeleteAndWait(resourceGroupName: string, virtualMachineTemplateName: string, options?: VirtualMachineTemplatesDeleteOptionalParams): Promise<VirtualMachineTemplatesDeleteResponse>;
1174
+ beginUpdate(resourceGroupName: string, virtualMachineTemplateName: string, properties: VirtualMachineTemplateTagsUpdate, options?: VirtualMachineTemplatesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineTemplatesUpdateResponse>, VirtualMachineTemplatesUpdateResponse>>;
1175
+ beginUpdateAndWait(resourceGroupName: string, virtualMachineTemplateName: string, properties: VirtualMachineTemplateTagsUpdate, options?: VirtualMachineTemplatesUpdateOptionalParams): Promise<VirtualMachineTemplatesUpdateResponse>;
1176
+ get(resourceGroupName: string, virtualMachineTemplateName: string, options?: VirtualMachineTemplatesGetOptionalParams): Promise<VirtualMachineTemplatesGetResponse>;
1177
+ listByResourceGroup(resourceGroupName: string, options?: VirtualMachineTemplatesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<VirtualMachineTemplate>;
1178
+ listBySubscription(options?: VirtualMachineTemplatesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<VirtualMachineTemplate>;
1179
+ }
1180
+
1181
+ // @public
1182
+ export interface VirtualMachineTemplatesCreateOrUpdateHeaders {
1183
+ retryAfter?: number;
1184
+ }
1185
+
1186
+ // @public
1187
+ export interface VirtualMachineTemplatesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1188
+ resumeFrom?: string;
1189
+ updateIntervalInMs?: number;
1190
+ }
1191
+
1192
+ // @public
1193
+ export type VirtualMachineTemplatesCreateOrUpdateResponse = VirtualMachineTemplate;
1194
+
1195
+ // @public
1196
+ export interface VirtualMachineTemplatesDeleteHeaders {
1197
+ location?: string;
1198
+ retryAfter?: number;
1199
+ }
1200
+
1201
+ // @public
1202
+ export interface VirtualMachineTemplatesDeleteOptionalParams extends coreClient.OperationOptions {
1203
+ force?: ForceDelete;
1204
+ resumeFrom?: string;
1205
+ updateIntervalInMs?: number;
1206
+ }
1207
+
1208
+ // @public
1209
+ export type VirtualMachineTemplatesDeleteResponse = VirtualMachineTemplatesDeleteHeaders;
1210
+
1211
+ // @public
1212
+ export interface VirtualMachineTemplatesGetOptionalParams extends coreClient.OperationOptions {
1213
+ }
1214
+
1215
+ // @public
1216
+ export type VirtualMachineTemplatesGetResponse = VirtualMachineTemplate;
1217
+
1218
+ // @public
1219
+ export interface VirtualMachineTemplatesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1220
+ }
1221
+
1222
+ // @public
1223
+ export type VirtualMachineTemplatesListByResourceGroupNextResponse = VirtualMachineTemplateListResult;
1224
+
1225
+ // @public
1226
+ export interface VirtualMachineTemplatesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1227
+ }
1228
+
1229
+ // @public
1230
+ export type VirtualMachineTemplatesListByResourceGroupResponse = VirtualMachineTemplateListResult;
1231
+
1232
+ // @public
1233
+ export interface VirtualMachineTemplatesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
1234
+ }
1235
+
1236
+ // @public
1237
+ export type VirtualMachineTemplatesListBySubscriptionNextResponse = VirtualMachineTemplateListResult;
1238
+
1239
+ // @public
1240
+ export interface VirtualMachineTemplatesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
1241
+ }
1242
+
1243
+ // @public
1244
+ export type VirtualMachineTemplatesListBySubscriptionResponse = VirtualMachineTemplateListResult;
1245
+
1246
+ // @public
1247
+ export interface VirtualMachineTemplatesUpdateHeaders {
1248
+ location?: string;
1249
+ retryAfter?: number;
1250
+ }
1251
+
1252
+ // @public
1253
+ export interface VirtualMachineTemplatesUpdateOptionalParams extends coreClient.OperationOptions {
1254
+ resumeFrom?: string;
1255
+ updateIntervalInMs?: number;
1256
+ }
1257
+
1258
+ // @public
1259
+ export type VirtualMachineTemplatesUpdateResponse = VirtualMachineTemplate;
1260
+
1261
+ // @public
1262
+ export interface VirtualMachineTemplateTagsUpdate {
1263
+ tags?: {
1264
+ [propertyName: string]: string;
1265
+ };
1266
+ }
1267
+
1268
+ // @public
1269
+ export interface VirtualNetwork extends TrackedResource {
1270
+ extendedLocation: ExtendedLocation;
1271
+ properties?: VirtualNetworkProperties;
1272
+ }
1273
+
1274
+ // @public
1275
+ export interface VirtualNetworkInventoryItem extends InventoryItemProperties {
1276
+ inventoryType: "VirtualNetwork";
1277
+ }
1278
+
1279
+ // @public
1280
+ export interface VirtualNetworkListResult {
1281
+ readonly nextLink?: string;
1282
+ value: VirtualNetwork[];
1283
+ }
1284
+
1285
+ // @public
1286
+ export interface VirtualNetworkProperties {
1287
+ inventoryItemId?: string;
1288
+ readonly networkName?: string;
1289
+ readonly provisioningState?: ProvisioningState;
1290
+ uuid?: string;
1291
+ vmmServerId?: string;
1292
+ }
1293
+
1294
+ // @public
1295
+ export interface VirtualNetworks {
1296
+ beginCreateOrUpdate(resourceGroupName: string, virtualNetworkName: string, resource: VirtualNetwork, options?: VirtualNetworksCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualNetworksCreateOrUpdateResponse>, VirtualNetworksCreateOrUpdateResponse>>;
1297
+ beginCreateOrUpdateAndWait(resourceGroupName: string, virtualNetworkName: string, resource: VirtualNetwork, options?: VirtualNetworksCreateOrUpdateOptionalParams): Promise<VirtualNetworksCreateOrUpdateResponse>;
1298
+ beginDelete(resourceGroupName: string, virtualNetworkName: string, options?: VirtualNetworksDeleteOptionalParams): Promise<SimplePollerLike<OperationState<VirtualNetworksDeleteResponse>, VirtualNetworksDeleteResponse>>;
1299
+ beginDeleteAndWait(resourceGroupName: string, virtualNetworkName: string, options?: VirtualNetworksDeleteOptionalParams): Promise<VirtualNetworksDeleteResponse>;
1300
+ beginUpdate(resourceGroupName: string, virtualNetworkName: string, properties: VirtualNetworkTagsUpdate, options?: VirtualNetworksUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualNetworksUpdateResponse>, VirtualNetworksUpdateResponse>>;
1301
+ beginUpdateAndWait(resourceGroupName: string, virtualNetworkName: string, properties: VirtualNetworkTagsUpdate, options?: VirtualNetworksUpdateOptionalParams): Promise<VirtualNetworksUpdateResponse>;
1302
+ get(resourceGroupName: string, virtualNetworkName: string, options?: VirtualNetworksGetOptionalParams): Promise<VirtualNetworksGetResponse>;
1303
+ listByResourceGroup(resourceGroupName: string, options?: VirtualNetworksListByResourceGroupOptionalParams): PagedAsyncIterableIterator<VirtualNetwork>;
1304
+ listBySubscription(options?: VirtualNetworksListBySubscriptionOptionalParams): PagedAsyncIterableIterator<VirtualNetwork>;
1305
+ }
1306
+
1307
+ // @public
1308
+ export interface VirtualNetworksCreateOrUpdateHeaders {
1309
+ retryAfter?: number;
1310
+ }
1311
+
1312
+ // @public
1313
+ export interface VirtualNetworksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1314
+ resumeFrom?: string;
1315
+ updateIntervalInMs?: number;
1316
+ }
1317
+
1318
+ // @public
1319
+ export type VirtualNetworksCreateOrUpdateResponse = VirtualNetwork;
1320
+
1321
+ // @public
1322
+ export interface VirtualNetworksDeleteHeaders {
1323
+ location?: string;
1324
+ retryAfter?: number;
1325
+ }
1326
+
1327
+ // @public
1328
+ export interface VirtualNetworksDeleteOptionalParams extends coreClient.OperationOptions {
1329
+ force?: ForceDelete;
1330
+ resumeFrom?: string;
1331
+ updateIntervalInMs?: number;
1332
+ }
1333
+
1334
+ // @public
1335
+ export type VirtualNetworksDeleteResponse = VirtualNetworksDeleteHeaders;
1336
+
1337
+ // @public
1338
+ export interface VirtualNetworksGetOptionalParams extends coreClient.OperationOptions {
1339
+ }
1340
+
1341
+ // @public
1342
+ export type VirtualNetworksGetResponse = VirtualNetwork;
1343
+
1344
+ // @public
1345
+ export interface VirtualNetworksListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1346
+ }
1347
+
1348
+ // @public
1349
+ export type VirtualNetworksListByResourceGroupNextResponse = VirtualNetworkListResult;
1350
+
1351
+ // @public
1352
+ export interface VirtualNetworksListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1353
+ }
1354
+
1355
+ // @public
1356
+ export type VirtualNetworksListByResourceGroupResponse = VirtualNetworkListResult;
1357
+
1358
+ // @public
1359
+ export interface VirtualNetworksListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
1360
+ }
1361
+
1362
+ // @public
1363
+ export type VirtualNetworksListBySubscriptionNextResponse = VirtualNetworkListResult;
1364
+
1365
+ // @public
1366
+ export interface VirtualNetworksListBySubscriptionOptionalParams extends coreClient.OperationOptions {
1367
+ }
1368
+
1369
+ // @public
1370
+ export type VirtualNetworksListBySubscriptionResponse = VirtualNetworkListResult;
1371
+
1372
+ // @public
1373
+ export interface VirtualNetworksUpdateHeaders {
1374
+ location?: string;
1375
+ retryAfter?: number;
1376
+ }
1377
+
1378
+ // @public
1379
+ export interface VirtualNetworksUpdateOptionalParams extends coreClient.OperationOptions {
1380
+ resumeFrom?: string;
1381
+ updateIntervalInMs?: number;
1382
+ }
1383
+
1384
+ // @public
1385
+ export type VirtualNetworksUpdateResponse = VirtualNetwork;
1386
+
1387
+ // @public
1388
+ export interface VirtualNetworkTagsUpdate {
1389
+ tags?: {
1390
+ [propertyName: string]: string;
1391
+ };
1392
+ }
1393
+
1394
+ // @public
1395
+ export interface VmInstanceHybridIdentityMetadata extends ProxyResource {
1396
+ properties?: VmInstanceHybridIdentityMetadataProperties;
1397
+ }
1398
+
1399
+ // @public
1400
+ export interface VmInstanceHybridIdentityMetadataListResult {
1401
+ readonly nextLink?: string;
1402
+ value: VmInstanceHybridIdentityMetadata[];
1403
+ }
1404
+
1405
+ // @public
1406
+ export interface VmInstanceHybridIdentityMetadataProperties {
1407
+ readonly provisioningState?: ProvisioningState;
1408
+ publicKey?: string;
1409
+ resourceUid?: string;
1410
+ }
1411
+
1412
+ // @public
1413
+ export interface VmInstanceHybridIdentityMetadatas {
1414
+ get(resourceUri: string, options?: VmInstanceHybridIdentityMetadatasGetOptionalParams): Promise<VmInstanceHybridIdentityMetadatasGetResponse>;
1415
+ listByVirtualMachineInstance(resourceUri: string, options?: VmInstanceHybridIdentityMetadatasListByVirtualMachineInstanceOptionalParams): PagedAsyncIterableIterator<VmInstanceHybridIdentityMetadata>;
1416
+ }
1417
+
1418
+ // @public
1419
+ export interface VmInstanceHybridIdentityMetadatasGetOptionalParams extends coreClient.OperationOptions {
1420
+ }
1421
+
1422
+ // @public
1423
+ export type VmInstanceHybridIdentityMetadatasGetResponse = VmInstanceHybridIdentityMetadata;
1424
+
1425
+ // @public
1426
+ export interface VmInstanceHybridIdentityMetadatasListByVirtualMachineInstanceNextOptionalParams extends coreClient.OperationOptions {
1427
+ }
1428
+
1429
+ // @public
1430
+ export type VmInstanceHybridIdentityMetadatasListByVirtualMachineInstanceNextResponse = VmInstanceHybridIdentityMetadataListResult;
1431
+
1432
+ // @public
1433
+ export interface VmInstanceHybridIdentityMetadatasListByVirtualMachineInstanceOptionalParams extends coreClient.OperationOptions {
1434
+ }
1435
+
1436
+ // @public
1437
+ export type VmInstanceHybridIdentityMetadatasListByVirtualMachineInstanceResponse = VmInstanceHybridIdentityMetadataListResult;
1438
+
1439
+ // @public
1440
+ export interface VmmCredential {
1441
+ password?: string;
1442
+ username?: string;
1443
+ }
1444
+
1445
+ // @public
1446
+ export interface VmmServer extends TrackedResource {
1447
+ extendedLocation: ExtendedLocation;
1448
+ properties?: VmmServerProperties;
1449
+ }
1450
+
1451
+ // @public
1452
+ export interface VmmServerListResult {
1453
+ readonly nextLink?: string;
1454
+ value: VmmServer[];
1455
+ }
1456
+
1457
+ // @public
1458
+ export interface VmmServerProperties {
1459
+ readonly connectionStatus?: string;
1460
+ credentials?: VmmCredential;
1461
+ readonly errorMessage?: string;
1462
+ fqdn: string;
1463
+ port?: number;
1464
+ readonly provisioningState?: ProvisioningState;
1465
+ readonly uuid?: string;
1466
+ readonly version?: string;
1467
+ }
1468
+
1469
+ // @public
1470
+ export interface VmmServers {
1471
+ beginCreateOrUpdate(resourceGroupName: string, vmmServerName: string, resource: VmmServer, options?: VmmServersCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VmmServersCreateOrUpdateResponse>, VmmServersCreateOrUpdateResponse>>;
1472
+ beginCreateOrUpdateAndWait(resourceGroupName: string, vmmServerName: string, resource: VmmServer, options?: VmmServersCreateOrUpdateOptionalParams): Promise<VmmServersCreateOrUpdateResponse>;
1473
+ beginDelete(resourceGroupName: string, vmmServerName: string, options?: VmmServersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<VmmServersDeleteResponse>, VmmServersDeleteResponse>>;
1474
+ beginDeleteAndWait(resourceGroupName: string, vmmServerName: string, options?: VmmServersDeleteOptionalParams): Promise<VmmServersDeleteResponse>;
1475
+ beginUpdate(resourceGroupName: string, vmmServerName: string, properties: VmmServerTagsUpdate, options?: VmmServersUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VmmServersUpdateResponse>, VmmServersUpdateResponse>>;
1476
+ beginUpdateAndWait(resourceGroupName: string, vmmServerName: string, properties: VmmServerTagsUpdate, options?: VmmServersUpdateOptionalParams): Promise<VmmServersUpdateResponse>;
1477
+ get(resourceGroupName: string, vmmServerName: string, options?: VmmServersGetOptionalParams): Promise<VmmServersGetResponse>;
1478
+ listByResourceGroup(resourceGroupName: string, options?: VmmServersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<VmmServer>;
1479
+ listBySubscription(options?: VmmServersListBySubscriptionOptionalParams): PagedAsyncIterableIterator<VmmServer>;
1480
+ }
1481
+
1482
+ // @public
1483
+ export interface VmmServersCreateOrUpdateHeaders {
1484
+ retryAfter?: number;
1485
+ }
1486
+
1487
+ // @public
1488
+ export interface VmmServersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1489
+ resumeFrom?: string;
1490
+ updateIntervalInMs?: number;
1491
+ }
1492
+
1493
+ // @public
1494
+ export type VmmServersCreateOrUpdateResponse = VmmServer;
1495
+
1496
+ // @public
1497
+ export interface VmmServersDeleteHeaders {
1498
+ location?: string;
1499
+ retryAfter?: number;
1500
+ }
1501
+
1502
+ // @public
1503
+ export interface VmmServersDeleteOptionalParams extends coreClient.OperationOptions {
1504
+ force?: ForceDelete;
1505
+ resumeFrom?: string;
1506
+ updateIntervalInMs?: number;
1507
+ }
1508
+
1509
+ // @public
1510
+ export type VmmServersDeleteResponse = VmmServersDeleteHeaders;
1511
+
1512
+ // @public
1513
+ export interface VmmServersGetOptionalParams extends coreClient.OperationOptions {
1514
+ }
1515
+
1516
+ // @public
1517
+ export type VmmServersGetResponse = VmmServer;
1518
+
1519
+ // @public
1520
+ export interface VmmServersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1521
+ }
1522
+
1523
+ // @public
1524
+ export type VmmServersListByResourceGroupNextResponse = VmmServerListResult;
1525
+
1526
+ // @public
1527
+ export interface VmmServersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1528
+ }
1529
+
1530
+ // @public
1531
+ export type VmmServersListByResourceGroupResponse = VmmServerListResult;
1532
+
1533
+ // @public
1534
+ export interface VmmServersListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
1535
+ }
1536
+
1537
+ // @public
1538
+ export type VmmServersListBySubscriptionNextResponse = VmmServerListResult;
1539
+
1540
+ // @public
1541
+ export interface VmmServersListBySubscriptionOptionalParams extends coreClient.OperationOptions {
1542
+ }
1543
+
1544
+ // @public
1545
+ export type VmmServersListBySubscriptionResponse = VmmServerListResult;
1546
+
1547
+ // @public
1548
+ export interface VmmServersUpdateHeaders {
1549
+ location?: string;
1550
+ retryAfter?: number;
1551
+ }
1552
+
1553
+ // @public
1554
+ export interface VmmServersUpdateOptionalParams extends coreClient.OperationOptions {
1555
+ resumeFrom?: string;
1556
+ updateIntervalInMs?: number;
1557
+ }
1558
+
1559
+ // @public
1560
+ export type VmmServersUpdateResponse = VmmServer;
1561
+
1562
+ // @public
1563
+ export interface VmmServerTagsUpdate {
1564
+ tags?: {
1565
+ [propertyName: string]: string;
1566
+ };
1567
+ }
1568
+
1569
+ // (No @packageDocumentation comment for this package)
1570
+
1571
+ ```