@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.
- package/dist/browser/lroImpl.js +7 -3
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/mappers.js +105 -45
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/operations/availabilitySets.js +78 -97
- package/dist/browser/operations/availabilitySets.js.map +1 -1
- package/dist/browser/operations/clouds.js +78 -97
- package/dist/browser/operations/clouds.js.map +1 -1
- package/dist/browser/operations/guestAgents.js +34 -46
- package/dist/browser/operations/guestAgents.js.map +1 -1
- package/dist/browser/operations/inventoryItems.js +23 -40
- package/dist/browser/operations/inventoryItems.js.map +1 -1
- package/dist/browser/operations/operations.js +23 -40
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/virtualMachineInstances.js +122 -94
- package/dist/browser/operations/virtualMachineInstances.js.map +1 -1
- package/dist/browser/operations/virtualMachineTemplates.js +78 -97
- package/dist/browser/operations/virtualMachineTemplates.js.map +1 -1
- package/dist/browser/operations/virtualNetworks.js +78 -97
- package/dist/browser/operations/virtualNetworks.js.map +1 -1
- package/dist/browser/operations/vmInstanceHybridIdentityMetadatas.js +23 -40
- package/dist/browser/operations/vmInstanceHybridIdentityMetadatas.js.map +1 -1
- package/dist/browser/operations/vmmServers.js +78 -97
- package/dist/browser/operations/vmmServers.js.map +1 -1
- package/dist/browser/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/browser/scVmm.js +23 -5
- package/dist/browser/scVmm.js.map +1 -1
- package/dist/commonjs/lroImpl.js +7 -3
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/mappers.js +105 -45
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/operations/availabilitySets.js +78 -96
- package/dist/commonjs/operations/availabilitySets.js.map +1 -1
- package/dist/commonjs/operations/clouds.js +78 -96
- package/dist/commonjs/operations/clouds.js.map +1 -1
- package/dist/commonjs/operations/guestAgents.js +34 -45
- package/dist/commonjs/operations/guestAgents.js.map +1 -1
- package/dist/commonjs/operations/inventoryItems.js +23 -39
- package/dist/commonjs/operations/inventoryItems.js.map +1 -1
- package/dist/commonjs/operations/operations.js +23 -39
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/virtualMachineInstances.js +122 -93
- package/dist/commonjs/operations/virtualMachineInstances.js.map +1 -1
- package/dist/commonjs/operations/virtualMachineTemplates.js +78 -96
- package/dist/commonjs/operations/virtualMachineTemplates.js.map +1 -1
- package/dist/commonjs/operations/virtualNetworks.js +78 -96
- package/dist/commonjs/operations/virtualNetworks.js.map +1 -1
- package/dist/commonjs/operations/vmInstanceHybridIdentityMetadatas.js +23 -39
- package/dist/commonjs/operations/vmInstanceHybridIdentityMetadatas.js.map +1 -1
- package/dist/commonjs/operations/vmmServers.js +78 -96
- package/dist/commonjs/operations/vmmServers.js.map +1 -1
- package/dist/commonjs/pagingHelper.js +2 -4
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/scVmm.js +23 -5
- package/dist/commonjs/scVmm.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/lroImpl.js +7 -3
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/mappers.js +105 -45
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/operations/availabilitySets.js +78 -97
- package/dist/esm/operations/availabilitySets.js.map +1 -1
- package/dist/esm/operations/clouds.js +78 -97
- package/dist/esm/operations/clouds.js.map +1 -1
- package/dist/esm/operations/guestAgents.js +34 -46
- package/dist/esm/operations/guestAgents.js.map +1 -1
- package/dist/esm/operations/inventoryItems.js +23 -40
- package/dist/esm/operations/inventoryItems.js.map +1 -1
- package/dist/esm/operations/operations.js +23 -40
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/virtualMachineInstances.js +122 -94
- package/dist/esm/operations/virtualMachineInstances.js.map +1 -1
- package/dist/esm/operations/virtualMachineTemplates.js +78 -97
- package/dist/esm/operations/virtualMachineTemplates.js.map +1 -1
- package/dist/esm/operations/virtualNetworks.js +78 -97
- package/dist/esm/operations/virtualNetworks.js.map +1 -1
- package/dist/esm/operations/vmInstanceHybridIdentityMetadatas.js +23 -40
- package/dist/esm/operations/vmInstanceHybridIdentityMetadatas.js.map +1 -1
- package/dist/esm/operations/vmmServers.js +78 -97
- package/dist/esm/operations/vmmServers.js.map +1 -1
- package/dist/esm/pagingHelper.js +2 -4
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/esm/scVmm.js +23 -5
- package/dist/esm/scVmm.js.map +1 -1
- package/dist/react-native/lroImpl.js +7 -3
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/mappers.js +105 -45
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/operations/availabilitySets.js +78 -97
- package/dist/react-native/operations/availabilitySets.js.map +1 -1
- package/dist/react-native/operations/clouds.js +78 -97
- package/dist/react-native/operations/clouds.js.map +1 -1
- package/dist/react-native/operations/guestAgents.js +34 -46
- package/dist/react-native/operations/guestAgents.js.map +1 -1
- package/dist/react-native/operations/inventoryItems.js +23 -40
- package/dist/react-native/operations/inventoryItems.js.map +1 -1
- package/dist/react-native/operations/operations.js +23 -40
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/virtualMachineInstances.js +122 -94
- package/dist/react-native/operations/virtualMachineInstances.js.map +1 -1
- package/dist/react-native/operations/virtualMachineTemplates.js +78 -97
- package/dist/react-native/operations/virtualMachineTemplates.js.map +1 -1
- package/dist/react-native/operations/virtualNetworks.js +78 -97
- package/dist/react-native/operations/virtualNetworks.js.map +1 -1
- package/dist/react-native/operations/vmInstanceHybridIdentityMetadatas.js +23 -40
- package/dist/react-native/operations/vmInstanceHybridIdentityMetadatas.js.map +1 -1
- package/dist/react-native/operations/vmmServers.js +78 -97
- package/dist/react-native/operations/vmmServers.js.map +1 -1
- package/dist/react-native/pagingHelper.js +2 -4
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/dist/react-native/scVmm.js +23 -5
- package/dist/react-native/scVmm.js.map +1 -1
- package/package.json +2 -2
- package/review/arm-scvmm-node.api.md +1571 -1571
|
@@ -2147,26 +2147,32 @@ exports.ProxyResource = {
|
|
|
2147
2147
|
type: {
|
|
2148
2148
|
name: "Composite",
|
|
2149
2149
|
className: "ProxyResource",
|
|
2150
|
-
modelProperties:
|
|
2150
|
+
modelProperties: {
|
|
2151
|
+
...exports.Resource.type.modelProperties,
|
|
2152
|
+
},
|
|
2151
2153
|
},
|
|
2152
2154
|
};
|
|
2153
2155
|
exports.TrackedResource = {
|
|
2154
2156
|
type: {
|
|
2155
2157
|
name: "Composite",
|
|
2156
2158
|
className: "TrackedResource",
|
|
2157
|
-
modelProperties:
|
|
2159
|
+
modelProperties: {
|
|
2160
|
+
...exports.Resource.type.modelProperties,
|
|
2161
|
+
tags: {
|
|
2158
2162
|
serializedName: "tags",
|
|
2159
2163
|
type: {
|
|
2160
2164
|
name: "Dictionary",
|
|
2161
2165
|
value: { type: { name: "String" } },
|
|
2162
2166
|
},
|
|
2163
|
-
},
|
|
2167
|
+
},
|
|
2168
|
+
location: {
|
|
2164
2169
|
serializedName: "location",
|
|
2165
2170
|
required: true,
|
|
2166
2171
|
type: {
|
|
2167
2172
|
name: "String",
|
|
2168
2173
|
},
|
|
2169
|
-
}
|
|
2174
|
+
},
|
|
2175
|
+
},
|
|
2170
2176
|
},
|
|
2171
2177
|
};
|
|
2172
2178
|
exports.CloudInventoryItem = {
|
|
@@ -2176,7 +2182,9 @@ exports.CloudInventoryItem = {
|
|
|
2176
2182
|
className: "CloudInventoryItem",
|
|
2177
2183
|
uberParent: "InventoryItemProperties",
|
|
2178
2184
|
polymorphicDiscriminator: exports.InventoryItemProperties.type.polymorphicDiscriminator,
|
|
2179
|
-
modelProperties:
|
|
2185
|
+
modelProperties: {
|
|
2186
|
+
...exports.InventoryItemProperties.type.modelProperties,
|
|
2187
|
+
},
|
|
2180
2188
|
},
|
|
2181
2189
|
};
|
|
2182
2190
|
exports.VirtualMachineInventoryItem = {
|
|
@@ -2186,31 +2194,37 @@ exports.VirtualMachineInventoryItem = {
|
|
|
2186
2194
|
className: "VirtualMachineInventoryItem",
|
|
2187
2195
|
uberParent: "InventoryItemProperties",
|
|
2188
2196
|
polymorphicDiscriminator: exports.InventoryItemProperties.type.polymorphicDiscriminator,
|
|
2189
|
-
modelProperties:
|
|
2197
|
+
modelProperties: {
|
|
2198
|
+
...exports.InventoryItemProperties.type.modelProperties,
|
|
2199
|
+
osType: {
|
|
2190
2200
|
serializedName: "osType",
|
|
2191
2201
|
readOnly: true,
|
|
2192
2202
|
type: {
|
|
2193
2203
|
name: "String",
|
|
2194
2204
|
},
|
|
2195
|
-
},
|
|
2205
|
+
},
|
|
2206
|
+
osName: {
|
|
2196
2207
|
serializedName: "osName",
|
|
2197
2208
|
readOnly: true,
|
|
2198
2209
|
type: {
|
|
2199
2210
|
name: "String",
|
|
2200
2211
|
},
|
|
2201
|
-
},
|
|
2212
|
+
},
|
|
2213
|
+
osVersion: {
|
|
2202
2214
|
serializedName: "osVersion",
|
|
2203
2215
|
readOnly: true,
|
|
2204
2216
|
type: {
|
|
2205
2217
|
name: "String",
|
|
2206
2218
|
},
|
|
2207
|
-
},
|
|
2219
|
+
},
|
|
2220
|
+
powerState: {
|
|
2208
2221
|
serializedName: "powerState",
|
|
2209
2222
|
readOnly: true,
|
|
2210
2223
|
type: {
|
|
2211
2224
|
name: "String",
|
|
2212
2225
|
},
|
|
2213
|
-
},
|
|
2226
|
+
},
|
|
2227
|
+
ipAddresses: {
|
|
2214
2228
|
serializedName: "ipAddresses",
|
|
2215
2229
|
type: {
|
|
2216
2230
|
name: "Sequence",
|
|
@@ -2220,25 +2234,29 @@ exports.VirtualMachineInventoryItem = {
|
|
|
2220
2234
|
},
|
|
2221
2235
|
},
|
|
2222
2236
|
},
|
|
2223
|
-
},
|
|
2237
|
+
},
|
|
2238
|
+
cloud: {
|
|
2224
2239
|
serializedName: "cloud",
|
|
2225
2240
|
type: {
|
|
2226
2241
|
name: "Composite",
|
|
2227
2242
|
className: "InventoryItemDetails",
|
|
2228
2243
|
},
|
|
2229
|
-
},
|
|
2244
|
+
},
|
|
2245
|
+
biosGuid: {
|
|
2230
2246
|
serializedName: "biosGuid",
|
|
2231
2247
|
readOnly: true,
|
|
2232
2248
|
type: {
|
|
2233
2249
|
name: "String",
|
|
2234
2250
|
},
|
|
2235
|
-
},
|
|
2251
|
+
},
|
|
2252
|
+
managedMachineResourceId: {
|
|
2236
2253
|
serializedName: "managedMachineResourceId",
|
|
2237
2254
|
readOnly: true,
|
|
2238
2255
|
type: {
|
|
2239
2256
|
name: "String",
|
|
2240
2257
|
},
|
|
2241
|
-
}
|
|
2258
|
+
},
|
|
2259
|
+
},
|
|
2242
2260
|
},
|
|
2243
2261
|
};
|
|
2244
2262
|
exports.VirtualMachineTemplateInventoryItem = {
|
|
@@ -2248,31 +2266,37 @@ exports.VirtualMachineTemplateInventoryItem = {
|
|
|
2248
2266
|
className: "VirtualMachineTemplateInventoryItem",
|
|
2249
2267
|
uberParent: "InventoryItemProperties",
|
|
2250
2268
|
polymorphicDiscriminator: exports.InventoryItemProperties.type.polymorphicDiscriminator,
|
|
2251
|
-
modelProperties:
|
|
2269
|
+
modelProperties: {
|
|
2270
|
+
...exports.InventoryItemProperties.type.modelProperties,
|
|
2271
|
+
cpuCount: {
|
|
2252
2272
|
serializedName: "cpuCount",
|
|
2253
2273
|
readOnly: true,
|
|
2254
2274
|
type: {
|
|
2255
2275
|
name: "Number",
|
|
2256
2276
|
},
|
|
2257
|
-
},
|
|
2277
|
+
},
|
|
2278
|
+
memoryMB: {
|
|
2258
2279
|
serializedName: "memoryMB",
|
|
2259
2280
|
readOnly: true,
|
|
2260
2281
|
type: {
|
|
2261
2282
|
name: "Number",
|
|
2262
2283
|
},
|
|
2263
|
-
},
|
|
2284
|
+
},
|
|
2285
|
+
osType: {
|
|
2264
2286
|
serializedName: "osType",
|
|
2265
2287
|
readOnly: true,
|
|
2266
2288
|
type: {
|
|
2267
2289
|
name: "String",
|
|
2268
2290
|
},
|
|
2269
|
-
},
|
|
2291
|
+
},
|
|
2292
|
+
osName: {
|
|
2270
2293
|
serializedName: "osName",
|
|
2271
2294
|
readOnly: true,
|
|
2272
2295
|
type: {
|
|
2273
2296
|
name: "String",
|
|
2274
2297
|
},
|
|
2275
|
-
}
|
|
2298
|
+
},
|
|
2299
|
+
},
|
|
2276
2300
|
},
|
|
2277
2301
|
};
|
|
2278
2302
|
exports.VirtualNetworkInventoryItem = {
|
|
@@ -2282,165 +2306,201 @@ exports.VirtualNetworkInventoryItem = {
|
|
|
2282
2306
|
className: "VirtualNetworkInventoryItem",
|
|
2283
2307
|
uberParent: "InventoryItemProperties",
|
|
2284
2308
|
polymorphicDiscriminator: exports.InventoryItemProperties.type.polymorphicDiscriminator,
|
|
2285
|
-
modelProperties:
|
|
2309
|
+
modelProperties: {
|
|
2310
|
+
...exports.InventoryItemProperties.type.modelProperties,
|
|
2311
|
+
},
|
|
2286
2312
|
},
|
|
2287
2313
|
};
|
|
2288
2314
|
exports.VirtualMachineInstance = {
|
|
2289
2315
|
type: {
|
|
2290
2316
|
name: "Composite",
|
|
2291
2317
|
className: "VirtualMachineInstance",
|
|
2292
|
-
modelProperties:
|
|
2318
|
+
modelProperties: {
|
|
2319
|
+
...exports.ProxyResource.type.modelProperties,
|
|
2320
|
+
properties: {
|
|
2293
2321
|
serializedName: "properties",
|
|
2294
2322
|
type: {
|
|
2295
2323
|
name: "Composite",
|
|
2296
2324
|
className: "VirtualMachineInstanceProperties",
|
|
2297
2325
|
},
|
|
2298
|
-
},
|
|
2326
|
+
},
|
|
2327
|
+
extendedLocation: {
|
|
2299
2328
|
serializedName: "extendedLocation",
|
|
2300
2329
|
type: {
|
|
2301
2330
|
name: "Composite",
|
|
2302
2331
|
className: "ExtendedLocation",
|
|
2303
2332
|
},
|
|
2304
|
-
}
|
|
2333
|
+
},
|
|
2334
|
+
},
|
|
2305
2335
|
},
|
|
2306
2336
|
};
|
|
2307
2337
|
exports.GuestAgent = {
|
|
2308
2338
|
type: {
|
|
2309
2339
|
name: "Composite",
|
|
2310
2340
|
className: "GuestAgent",
|
|
2311
|
-
modelProperties:
|
|
2341
|
+
modelProperties: {
|
|
2342
|
+
...exports.ProxyResource.type.modelProperties,
|
|
2343
|
+
properties: {
|
|
2312
2344
|
serializedName: "properties",
|
|
2313
2345
|
type: {
|
|
2314
2346
|
name: "Composite",
|
|
2315
2347
|
className: "GuestAgentProperties",
|
|
2316
2348
|
},
|
|
2317
|
-
}
|
|
2349
|
+
},
|
|
2350
|
+
},
|
|
2318
2351
|
},
|
|
2319
2352
|
};
|
|
2320
2353
|
exports.VmInstanceHybridIdentityMetadata = {
|
|
2321
2354
|
type: {
|
|
2322
2355
|
name: "Composite",
|
|
2323
2356
|
className: "VmInstanceHybridIdentityMetadata",
|
|
2324
|
-
modelProperties:
|
|
2357
|
+
modelProperties: {
|
|
2358
|
+
...exports.ProxyResource.type.modelProperties,
|
|
2359
|
+
properties: {
|
|
2325
2360
|
serializedName: "properties",
|
|
2326
2361
|
type: {
|
|
2327
2362
|
name: "Composite",
|
|
2328
2363
|
className: "VmInstanceHybridIdentityMetadataProperties",
|
|
2329
2364
|
},
|
|
2330
|
-
}
|
|
2365
|
+
},
|
|
2366
|
+
},
|
|
2331
2367
|
},
|
|
2332
2368
|
};
|
|
2333
2369
|
exports.InventoryItem = {
|
|
2334
2370
|
type: {
|
|
2335
2371
|
name: "Composite",
|
|
2336
2372
|
className: "InventoryItem",
|
|
2337
|
-
modelProperties:
|
|
2373
|
+
modelProperties: {
|
|
2374
|
+
...exports.ProxyResource.type.modelProperties,
|
|
2375
|
+
properties: {
|
|
2338
2376
|
serializedName: "properties",
|
|
2339
2377
|
type: {
|
|
2340
2378
|
name: "Composite",
|
|
2341
2379
|
className: "InventoryItemProperties",
|
|
2342
2380
|
},
|
|
2343
|
-
},
|
|
2381
|
+
},
|
|
2382
|
+
kind: {
|
|
2344
2383
|
serializedName: "kind",
|
|
2345
2384
|
type: {
|
|
2346
2385
|
name: "String",
|
|
2347
2386
|
},
|
|
2348
|
-
}
|
|
2387
|
+
},
|
|
2388
|
+
},
|
|
2349
2389
|
},
|
|
2350
2390
|
};
|
|
2351
2391
|
exports.AvailabilitySet = {
|
|
2352
2392
|
type: {
|
|
2353
2393
|
name: "Composite",
|
|
2354
2394
|
className: "AvailabilitySet",
|
|
2355
|
-
modelProperties:
|
|
2395
|
+
modelProperties: {
|
|
2396
|
+
...exports.TrackedResource.type.modelProperties,
|
|
2397
|
+
properties: {
|
|
2356
2398
|
serializedName: "properties",
|
|
2357
2399
|
type: {
|
|
2358
2400
|
name: "Composite",
|
|
2359
2401
|
className: "AvailabilitySetProperties",
|
|
2360
2402
|
},
|
|
2361
|
-
},
|
|
2403
|
+
},
|
|
2404
|
+
extendedLocation: {
|
|
2362
2405
|
serializedName: "extendedLocation",
|
|
2363
2406
|
type: {
|
|
2364
2407
|
name: "Composite",
|
|
2365
2408
|
className: "ExtendedLocation",
|
|
2366
2409
|
},
|
|
2367
|
-
}
|
|
2410
|
+
},
|
|
2411
|
+
},
|
|
2368
2412
|
},
|
|
2369
2413
|
};
|
|
2370
2414
|
exports.Cloud = {
|
|
2371
2415
|
type: {
|
|
2372
2416
|
name: "Composite",
|
|
2373
2417
|
className: "Cloud",
|
|
2374
|
-
modelProperties:
|
|
2418
|
+
modelProperties: {
|
|
2419
|
+
...exports.TrackedResource.type.modelProperties,
|
|
2420
|
+
properties: {
|
|
2375
2421
|
serializedName: "properties",
|
|
2376
2422
|
type: {
|
|
2377
2423
|
name: "Composite",
|
|
2378
2424
|
className: "CloudProperties",
|
|
2379
2425
|
},
|
|
2380
|
-
},
|
|
2426
|
+
},
|
|
2427
|
+
extendedLocation: {
|
|
2381
2428
|
serializedName: "extendedLocation",
|
|
2382
2429
|
type: {
|
|
2383
2430
|
name: "Composite",
|
|
2384
2431
|
className: "ExtendedLocation",
|
|
2385
2432
|
},
|
|
2386
|
-
}
|
|
2433
|
+
},
|
|
2434
|
+
},
|
|
2387
2435
|
},
|
|
2388
2436
|
};
|
|
2389
2437
|
exports.VirtualMachineTemplate = {
|
|
2390
2438
|
type: {
|
|
2391
2439
|
name: "Composite",
|
|
2392
2440
|
className: "VirtualMachineTemplate",
|
|
2393
|
-
modelProperties:
|
|
2441
|
+
modelProperties: {
|
|
2442
|
+
...exports.TrackedResource.type.modelProperties,
|
|
2443
|
+
properties: {
|
|
2394
2444
|
serializedName: "properties",
|
|
2395
2445
|
type: {
|
|
2396
2446
|
name: "Composite",
|
|
2397
2447
|
className: "VirtualMachineTemplateProperties",
|
|
2398
2448
|
},
|
|
2399
|
-
},
|
|
2449
|
+
},
|
|
2450
|
+
extendedLocation: {
|
|
2400
2451
|
serializedName: "extendedLocation",
|
|
2401
2452
|
type: {
|
|
2402
2453
|
name: "Composite",
|
|
2403
2454
|
className: "ExtendedLocation",
|
|
2404
2455
|
},
|
|
2405
|
-
}
|
|
2456
|
+
},
|
|
2457
|
+
},
|
|
2406
2458
|
},
|
|
2407
2459
|
};
|
|
2408
2460
|
exports.VirtualNetwork = {
|
|
2409
2461
|
type: {
|
|
2410
2462
|
name: "Composite",
|
|
2411
2463
|
className: "VirtualNetwork",
|
|
2412
|
-
modelProperties:
|
|
2464
|
+
modelProperties: {
|
|
2465
|
+
...exports.TrackedResource.type.modelProperties,
|
|
2466
|
+
properties: {
|
|
2413
2467
|
serializedName: "properties",
|
|
2414
2468
|
type: {
|
|
2415
2469
|
name: "Composite",
|
|
2416
2470
|
className: "VirtualNetworkProperties",
|
|
2417
2471
|
},
|
|
2418
|
-
},
|
|
2472
|
+
},
|
|
2473
|
+
extendedLocation: {
|
|
2419
2474
|
serializedName: "extendedLocation",
|
|
2420
2475
|
type: {
|
|
2421
2476
|
name: "Composite",
|
|
2422
2477
|
className: "ExtendedLocation",
|
|
2423
2478
|
},
|
|
2424
|
-
}
|
|
2479
|
+
},
|
|
2480
|
+
},
|
|
2425
2481
|
},
|
|
2426
2482
|
};
|
|
2427
2483
|
exports.VmmServer = {
|
|
2428
2484
|
type: {
|
|
2429
2485
|
name: "Composite",
|
|
2430
2486
|
className: "VmmServer",
|
|
2431
|
-
modelProperties:
|
|
2487
|
+
modelProperties: {
|
|
2488
|
+
...exports.TrackedResource.type.modelProperties,
|
|
2489
|
+
properties: {
|
|
2432
2490
|
serializedName: "properties",
|
|
2433
2491
|
type: {
|
|
2434
2492
|
name: "Composite",
|
|
2435
2493
|
className: "VmmServerProperties",
|
|
2436
2494
|
},
|
|
2437
|
-
},
|
|
2495
|
+
},
|
|
2496
|
+
extendedLocation: {
|
|
2438
2497
|
serializedName: "extendedLocation",
|
|
2439
2498
|
type: {
|
|
2440
2499
|
name: "Composite",
|
|
2441
2500
|
className: "ExtendedLocation",
|
|
2442
2501
|
},
|
|
2443
|
-
}
|
|
2502
|
+
},
|
|
2503
|
+
},
|
|
2444
2504
|
},
|
|
2445
2505
|
};
|
|
2446
2506
|
exports.VirtualMachineInstancesCreateOrUpdateHeaders = {
|