@azure/arm-scvmm 1.0.1-alpha.20250620.1 → 1.0.1-alpha.20250721.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.api.md → arm-scvmm-node.api.md} +0 -0
package/dist/browser/lroImpl.js
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { __rest } from "tslib";
|
|
2
1
|
export function createLroSpec(inputs) {
|
|
3
2
|
const { args, spec, sendOperationFn } = inputs;
|
|
4
3
|
return {
|
|
@@ -6,8 +5,13 @@ export function createLroSpec(inputs) {
|
|
|
6
5
|
requestPath: spec.path,
|
|
7
6
|
sendInitialRequest: () => sendOperationFn(args, spec),
|
|
8
7
|
sendPollRequest: (path, options) => {
|
|
9
|
-
const { requestBody
|
|
10
|
-
return sendOperationFn(args,
|
|
8
|
+
const { requestBody, ...restSpec } = spec;
|
|
9
|
+
return sendOperationFn(args, {
|
|
10
|
+
...restSpec,
|
|
11
|
+
httpMethod: "GET",
|
|
12
|
+
path,
|
|
13
|
+
abortSignal: options?.abortSignal,
|
|
14
|
+
});
|
|
11
15
|
},
|
|
12
16
|
};
|
|
13
17
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAUA,MAAM,UAAU,aAAa,CAAI,MAQhC;IACC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,eAAe,EAAE,GAAG,MAAM,CAAC;IAC/C,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,UAAU;QAC9B,WAAW,EAAE,IAAI,CAAC,IAAK;QACvB,kBAAkB,EAAE,GAAG,EAAE,CAAC,eAAe,CAAC,IAAI,EAAE,IAAI,CAAC;QACrD,eAAe,EAAE,CACf,IAAY,EACZ,OAA2C,EAC3C,EAAE;YACF,MAAM,EAAE,WAAW,EAAE,GAAG,QAAQ,EAAE,GAAG,IAAI,CAAC;YAC1C,OAAO,eAAe,CAAC,IAAI,EAAE;gBAC3B,GAAG,QAAQ;gBACX,UAAU,EAAE,KAAK;gBACjB,IAAI;gBACJ,WAAW,EAAE,OAAO,EAAE,WAAW;aAClC,CAAC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\nimport { AbortSignalLike } from \"@azure/abort-controller\";\nimport { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport function createLroSpec<T>(inputs: {\n sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;\n args: Record<string, unknown>;\n spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>;\n}): LongRunningOperation<T> {\n const { args, spec, sendOperationFn } = inputs;\n return {\n requestMethod: spec.httpMethod,\n requestPath: spec.path!,\n sendInitialRequest: () => sendOperationFn(args, spec),\n sendPollRequest: (\n path: string,\n options?: { abortSignal?: AbortSignalLike },\n ) => {\n const { requestBody, ...restSpec } = spec;\n return sendOperationFn(args, {\n ...restSpec,\n httpMethod: \"GET\",\n path,\n abortSignal: options?.abortSignal,\n });\n },\n };\n}\n"]}
|
|
@@ -2142,26 +2142,32 @@ export const ProxyResource = {
|
|
|
2142
2142
|
type: {
|
|
2143
2143
|
name: "Composite",
|
|
2144
2144
|
className: "ProxyResource",
|
|
2145
|
-
modelProperties:
|
|
2145
|
+
modelProperties: {
|
|
2146
|
+
...Resource.type.modelProperties,
|
|
2147
|
+
},
|
|
2146
2148
|
},
|
|
2147
2149
|
};
|
|
2148
2150
|
export const TrackedResource = {
|
|
2149
2151
|
type: {
|
|
2150
2152
|
name: "Composite",
|
|
2151
2153
|
className: "TrackedResource",
|
|
2152
|
-
modelProperties:
|
|
2154
|
+
modelProperties: {
|
|
2155
|
+
...Resource.type.modelProperties,
|
|
2156
|
+
tags: {
|
|
2153
2157
|
serializedName: "tags",
|
|
2154
2158
|
type: {
|
|
2155
2159
|
name: "Dictionary",
|
|
2156
2160
|
value: { type: { name: "String" } },
|
|
2157
2161
|
},
|
|
2158
|
-
},
|
|
2162
|
+
},
|
|
2163
|
+
location: {
|
|
2159
2164
|
serializedName: "location",
|
|
2160
2165
|
required: true,
|
|
2161
2166
|
type: {
|
|
2162
2167
|
name: "String",
|
|
2163
2168
|
},
|
|
2164
|
-
}
|
|
2169
|
+
},
|
|
2170
|
+
},
|
|
2165
2171
|
},
|
|
2166
2172
|
};
|
|
2167
2173
|
export const CloudInventoryItem = {
|
|
@@ -2171,7 +2177,9 @@ export const CloudInventoryItem = {
|
|
|
2171
2177
|
className: "CloudInventoryItem",
|
|
2172
2178
|
uberParent: "InventoryItemProperties",
|
|
2173
2179
|
polymorphicDiscriminator: InventoryItemProperties.type.polymorphicDiscriminator,
|
|
2174
|
-
modelProperties:
|
|
2180
|
+
modelProperties: {
|
|
2181
|
+
...InventoryItemProperties.type.modelProperties,
|
|
2182
|
+
},
|
|
2175
2183
|
},
|
|
2176
2184
|
};
|
|
2177
2185
|
export const VirtualMachineInventoryItem = {
|
|
@@ -2181,31 +2189,37 @@ export const VirtualMachineInventoryItem = {
|
|
|
2181
2189
|
className: "VirtualMachineInventoryItem",
|
|
2182
2190
|
uberParent: "InventoryItemProperties",
|
|
2183
2191
|
polymorphicDiscriminator: InventoryItemProperties.type.polymorphicDiscriminator,
|
|
2184
|
-
modelProperties:
|
|
2192
|
+
modelProperties: {
|
|
2193
|
+
...InventoryItemProperties.type.modelProperties,
|
|
2194
|
+
osType: {
|
|
2185
2195
|
serializedName: "osType",
|
|
2186
2196
|
readOnly: true,
|
|
2187
2197
|
type: {
|
|
2188
2198
|
name: "String",
|
|
2189
2199
|
},
|
|
2190
|
-
},
|
|
2200
|
+
},
|
|
2201
|
+
osName: {
|
|
2191
2202
|
serializedName: "osName",
|
|
2192
2203
|
readOnly: true,
|
|
2193
2204
|
type: {
|
|
2194
2205
|
name: "String",
|
|
2195
2206
|
},
|
|
2196
|
-
},
|
|
2207
|
+
},
|
|
2208
|
+
osVersion: {
|
|
2197
2209
|
serializedName: "osVersion",
|
|
2198
2210
|
readOnly: true,
|
|
2199
2211
|
type: {
|
|
2200
2212
|
name: "String",
|
|
2201
2213
|
},
|
|
2202
|
-
},
|
|
2214
|
+
},
|
|
2215
|
+
powerState: {
|
|
2203
2216
|
serializedName: "powerState",
|
|
2204
2217
|
readOnly: true,
|
|
2205
2218
|
type: {
|
|
2206
2219
|
name: "String",
|
|
2207
2220
|
},
|
|
2208
|
-
},
|
|
2221
|
+
},
|
|
2222
|
+
ipAddresses: {
|
|
2209
2223
|
serializedName: "ipAddresses",
|
|
2210
2224
|
type: {
|
|
2211
2225
|
name: "Sequence",
|
|
@@ -2215,25 +2229,29 @@ export const VirtualMachineInventoryItem = {
|
|
|
2215
2229
|
},
|
|
2216
2230
|
},
|
|
2217
2231
|
},
|
|
2218
|
-
},
|
|
2232
|
+
},
|
|
2233
|
+
cloud: {
|
|
2219
2234
|
serializedName: "cloud",
|
|
2220
2235
|
type: {
|
|
2221
2236
|
name: "Composite",
|
|
2222
2237
|
className: "InventoryItemDetails",
|
|
2223
2238
|
},
|
|
2224
|
-
},
|
|
2239
|
+
},
|
|
2240
|
+
biosGuid: {
|
|
2225
2241
|
serializedName: "biosGuid",
|
|
2226
2242
|
readOnly: true,
|
|
2227
2243
|
type: {
|
|
2228
2244
|
name: "String",
|
|
2229
2245
|
},
|
|
2230
|
-
},
|
|
2246
|
+
},
|
|
2247
|
+
managedMachineResourceId: {
|
|
2231
2248
|
serializedName: "managedMachineResourceId",
|
|
2232
2249
|
readOnly: true,
|
|
2233
2250
|
type: {
|
|
2234
2251
|
name: "String",
|
|
2235
2252
|
},
|
|
2236
|
-
}
|
|
2253
|
+
},
|
|
2254
|
+
},
|
|
2237
2255
|
},
|
|
2238
2256
|
};
|
|
2239
2257
|
export const VirtualMachineTemplateInventoryItem = {
|
|
@@ -2243,31 +2261,37 @@ export const VirtualMachineTemplateInventoryItem = {
|
|
|
2243
2261
|
className: "VirtualMachineTemplateInventoryItem",
|
|
2244
2262
|
uberParent: "InventoryItemProperties",
|
|
2245
2263
|
polymorphicDiscriminator: InventoryItemProperties.type.polymorphicDiscriminator,
|
|
2246
|
-
modelProperties:
|
|
2264
|
+
modelProperties: {
|
|
2265
|
+
...InventoryItemProperties.type.modelProperties,
|
|
2266
|
+
cpuCount: {
|
|
2247
2267
|
serializedName: "cpuCount",
|
|
2248
2268
|
readOnly: true,
|
|
2249
2269
|
type: {
|
|
2250
2270
|
name: "Number",
|
|
2251
2271
|
},
|
|
2252
|
-
},
|
|
2272
|
+
},
|
|
2273
|
+
memoryMB: {
|
|
2253
2274
|
serializedName: "memoryMB",
|
|
2254
2275
|
readOnly: true,
|
|
2255
2276
|
type: {
|
|
2256
2277
|
name: "Number",
|
|
2257
2278
|
},
|
|
2258
|
-
},
|
|
2279
|
+
},
|
|
2280
|
+
osType: {
|
|
2259
2281
|
serializedName: "osType",
|
|
2260
2282
|
readOnly: true,
|
|
2261
2283
|
type: {
|
|
2262
2284
|
name: "String",
|
|
2263
2285
|
},
|
|
2264
|
-
},
|
|
2286
|
+
},
|
|
2287
|
+
osName: {
|
|
2265
2288
|
serializedName: "osName",
|
|
2266
2289
|
readOnly: true,
|
|
2267
2290
|
type: {
|
|
2268
2291
|
name: "String",
|
|
2269
2292
|
},
|
|
2270
|
-
}
|
|
2293
|
+
},
|
|
2294
|
+
},
|
|
2271
2295
|
},
|
|
2272
2296
|
};
|
|
2273
2297
|
export const VirtualNetworkInventoryItem = {
|
|
@@ -2277,165 +2301,201 @@ export const VirtualNetworkInventoryItem = {
|
|
|
2277
2301
|
className: "VirtualNetworkInventoryItem",
|
|
2278
2302
|
uberParent: "InventoryItemProperties",
|
|
2279
2303
|
polymorphicDiscriminator: InventoryItemProperties.type.polymorphicDiscriminator,
|
|
2280
|
-
modelProperties:
|
|
2304
|
+
modelProperties: {
|
|
2305
|
+
...InventoryItemProperties.type.modelProperties,
|
|
2306
|
+
},
|
|
2281
2307
|
},
|
|
2282
2308
|
};
|
|
2283
2309
|
export const VirtualMachineInstance = {
|
|
2284
2310
|
type: {
|
|
2285
2311
|
name: "Composite",
|
|
2286
2312
|
className: "VirtualMachineInstance",
|
|
2287
|
-
modelProperties:
|
|
2313
|
+
modelProperties: {
|
|
2314
|
+
...ProxyResource.type.modelProperties,
|
|
2315
|
+
properties: {
|
|
2288
2316
|
serializedName: "properties",
|
|
2289
2317
|
type: {
|
|
2290
2318
|
name: "Composite",
|
|
2291
2319
|
className: "VirtualMachineInstanceProperties",
|
|
2292
2320
|
},
|
|
2293
|
-
},
|
|
2321
|
+
},
|
|
2322
|
+
extendedLocation: {
|
|
2294
2323
|
serializedName: "extendedLocation",
|
|
2295
2324
|
type: {
|
|
2296
2325
|
name: "Composite",
|
|
2297
2326
|
className: "ExtendedLocation",
|
|
2298
2327
|
},
|
|
2299
|
-
}
|
|
2328
|
+
},
|
|
2329
|
+
},
|
|
2300
2330
|
},
|
|
2301
2331
|
};
|
|
2302
2332
|
export const GuestAgent = {
|
|
2303
2333
|
type: {
|
|
2304
2334
|
name: "Composite",
|
|
2305
2335
|
className: "GuestAgent",
|
|
2306
|
-
modelProperties:
|
|
2336
|
+
modelProperties: {
|
|
2337
|
+
...ProxyResource.type.modelProperties,
|
|
2338
|
+
properties: {
|
|
2307
2339
|
serializedName: "properties",
|
|
2308
2340
|
type: {
|
|
2309
2341
|
name: "Composite",
|
|
2310
2342
|
className: "GuestAgentProperties",
|
|
2311
2343
|
},
|
|
2312
|
-
}
|
|
2344
|
+
},
|
|
2345
|
+
},
|
|
2313
2346
|
},
|
|
2314
2347
|
};
|
|
2315
2348
|
export const VmInstanceHybridIdentityMetadata = {
|
|
2316
2349
|
type: {
|
|
2317
2350
|
name: "Composite",
|
|
2318
2351
|
className: "VmInstanceHybridIdentityMetadata",
|
|
2319
|
-
modelProperties:
|
|
2352
|
+
modelProperties: {
|
|
2353
|
+
...ProxyResource.type.modelProperties,
|
|
2354
|
+
properties: {
|
|
2320
2355
|
serializedName: "properties",
|
|
2321
2356
|
type: {
|
|
2322
2357
|
name: "Composite",
|
|
2323
2358
|
className: "VmInstanceHybridIdentityMetadataProperties",
|
|
2324
2359
|
},
|
|
2325
|
-
}
|
|
2360
|
+
},
|
|
2361
|
+
},
|
|
2326
2362
|
},
|
|
2327
2363
|
};
|
|
2328
2364
|
export const InventoryItem = {
|
|
2329
2365
|
type: {
|
|
2330
2366
|
name: "Composite",
|
|
2331
2367
|
className: "InventoryItem",
|
|
2332
|
-
modelProperties:
|
|
2368
|
+
modelProperties: {
|
|
2369
|
+
...ProxyResource.type.modelProperties,
|
|
2370
|
+
properties: {
|
|
2333
2371
|
serializedName: "properties",
|
|
2334
2372
|
type: {
|
|
2335
2373
|
name: "Composite",
|
|
2336
2374
|
className: "InventoryItemProperties",
|
|
2337
2375
|
},
|
|
2338
|
-
},
|
|
2376
|
+
},
|
|
2377
|
+
kind: {
|
|
2339
2378
|
serializedName: "kind",
|
|
2340
2379
|
type: {
|
|
2341
2380
|
name: "String",
|
|
2342
2381
|
},
|
|
2343
|
-
}
|
|
2382
|
+
},
|
|
2383
|
+
},
|
|
2344
2384
|
},
|
|
2345
2385
|
};
|
|
2346
2386
|
export const AvailabilitySet = {
|
|
2347
2387
|
type: {
|
|
2348
2388
|
name: "Composite",
|
|
2349
2389
|
className: "AvailabilitySet",
|
|
2350
|
-
modelProperties:
|
|
2390
|
+
modelProperties: {
|
|
2391
|
+
...TrackedResource.type.modelProperties,
|
|
2392
|
+
properties: {
|
|
2351
2393
|
serializedName: "properties",
|
|
2352
2394
|
type: {
|
|
2353
2395
|
name: "Composite",
|
|
2354
2396
|
className: "AvailabilitySetProperties",
|
|
2355
2397
|
},
|
|
2356
|
-
},
|
|
2398
|
+
},
|
|
2399
|
+
extendedLocation: {
|
|
2357
2400
|
serializedName: "extendedLocation",
|
|
2358
2401
|
type: {
|
|
2359
2402
|
name: "Composite",
|
|
2360
2403
|
className: "ExtendedLocation",
|
|
2361
2404
|
},
|
|
2362
|
-
}
|
|
2405
|
+
},
|
|
2406
|
+
},
|
|
2363
2407
|
},
|
|
2364
2408
|
};
|
|
2365
2409
|
export const Cloud = {
|
|
2366
2410
|
type: {
|
|
2367
2411
|
name: "Composite",
|
|
2368
2412
|
className: "Cloud",
|
|
2369
|
-
modelProperties:
|
|
2413
|
+
modelProperties: {
|
|
2414
|
+
...TrackedResource.type.modelProperties,
|
|
2415
|
+
properties: {
|
|
2370
2416
|
serializedName: "properties",
|
|
2371
2417
|
type: {
|
|
2372
2418
|
name: "Composite",
|
|
2373
2419
|
className: "CloudProperties",
|
|
2374
2420
|
},
|
|
2375
|
-
},
|
|
2421
|
+
},
|
|
2422
|
+
extendedLocation: {
|
|
2376
2423
|
serializedName: "extendedLocation",
|
|
2377
2424
|
type: {
|
|
2378
2425
|
name: "Composite",
|
|
2379
2426
|
className: "ExtendedLocation",
|
|
2380
2427
|
},
|
|
2381
|
-
}
|
|
2428
|
+
},
|
|
2429
|
+
},
|
|
2382
2430
|
},
|
|
2383
2431
|
};
|
|
2384
2432
|
export const VirtualMachineTemplate = {
|
|
2385
2433
|
type: {
|
|
2386
2434
|
name: "Composite",
|
|
2387
2435
|
className: "VirtualMachineTemplate",
|
|
2388
|
-
modelProperties:
|
|
2436
|
+
modelProperties: {
|
|
2437
|
+
...TrackedResource.type.modelProperties,
|
|
2438
|
+
properties: {
|
|
2389
2439
|
serializedName: "properties",
|
|
2390
2440
|
type: {
|
|
2391
2441
|
name: "Composite",
|
|
2392
2442
|
className: "VirtualMachineTemplateProperties",
|
|
2393
2443
|
},
|
|
2394
|
-
},
|
|
2444
|
+
},
|
|
2445
|
+
extendedLocation: {
|
|
2395
2446
|
serializedName: "extendedLocation",
|
|
2396
2447
|
type: {
|
|
2397
2448
|
name: "Composite",
|
|
2398
2449
|
className: "ExtendedLocation",
|
|
2399
2450
|
},
|
|
2400
|
-
}
|
|
2451
|
+
},
|
|
2452
|
+
},
|
|
2401
2453
|
},
|
|
2402
2454
|
};
|
|
2403
2455
|
export const VirtualNetwork = {
|
|
2404
2456
|
type: {
|
|
2405
2457
|
name: "Composite",
|
|
2406
2458
|
className: "VirtualNetwork",
|
|
2407
|
-
modelProperties:
|
|
2459
|
+
modelProperties: {
|
|
2460
|
+
...TrackedResource.type.modelProperties,
|
|
2461
|
+
properties: {
|
|
2408
2462
|
serializedName: "properties",
|
|
2409
2463
|
type: {
|
|
2410
2464
|
name: "Composite",
|
|
2411
2465
|
className: "VirtualNetworkProperties",
|
|
2412
2466
|
},
|
|
2413
|
-
},
|
|
2467
|
+
},
|
|
2468
|
+
extendedLocation: {
|
|
2414
2469
|
serializedName: "extendedLocation",
|
|
2415
2470
|
type: {
|
|
2416
2471
|
name: "Composite",
|
|
2417
2472
|
className: "ExtendedLocation",
|
|
2418
2473
|
},
|
|
2419
|
-
}
|
|
2474
|
+
},
|
|
2475
|
+
},
|
|
2420
2476
|
},
|
|
2421
2477
|
};
|
|
2422
2478
|
export const VmmServer = {
|
|
2423
2479
|
type: {
|
|
2424
2480
|
name: "Composite",
|
|
2425
2481
|
className: "VmmServer",
|
|
2426
|
-
modelProperties:
|
|
2482
|
+
modelProperties: {
|
|
2483
|
+
...TrackedResource.type.modelProperties,
|
|
2484
|
+
properties: {
|
|
2427
2485
|
serializedName: "properties",
|
|
2428
2486
|
type: {
|
|
2429
2487
|
name: "Composite",
|
|
2430
2488
|
className: "VmmServerProperties",
|
|
2431
2489
|
},
|
|
2432
|
-
},
|
|
2490
|
+
},
|
|
2491
|
+
extendedLocation: {
|
|
2433
2492
|
serializedName: "extendedLocation",
|
|
2434
2493
|
type: {
|
|
2435
2494
|
name: "Composite",
|
|
2436
2495
|
className: "ExtendedLocation",
|
|
2437
2496
|
},
|
|
2438
|
-
}
|
|
2497
|
+
},
|
|
2498
|
+
},
|
|
2439
2499
|
},
|
|
2440
2500
|
};
|
|
2441
2501
|
export const VirtualMachineInstancesCreateOrUpdateHeaders = {
|