@azure/arm-vmwarecloudsimple 1.1.1 → 2.0.0
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/CHANGELOG.md +11 -0
- package/LICENSE +21 -0
- package/README.md +69 -80
- package/dist/index.js +5683 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +1328 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +44 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +59 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1185 -834
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +35 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/parameters.js +157 -106
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/customizationPolicies.d.ts +46 -0
- package/dist-esm/src/operations/customizationPolicies.d.ts.map +1 -0
- package/dist-esm/src/operations/customizationPolicies.js +169 -0
- package/dist-esm/src/operations/customizationPolicies.js.map +1 -0
- package/dist-esm/src/operations/dedicatedCloudNodes.d.ts +92 -0
- package/dist-esm/src/operations/dedicatedCloudNodes.d.ts.map +1 -0
- package/dist-esm/src/operations/dedicatedCloudNodes.js +446 -0
- package/dist-esm/src/operations/dedicatedCloudNodes.js.map +1 -0
- package/dist-esm/src/operations/dedicatedCloudServices.d.ts +91 -0
- package/dist-esm/src/operations/dedicatedCloudServices.d.ts.map +1 -0
- package/dist-esm/src/operations/dedicatedCloudServices.js +431 -0
- package/dist-esm/src/operations/dedicatedCloudServices.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +1 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +4 -5
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +39 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +155 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/privateClouds.d.ts +42 -0
- package/dist-esm/src/operations/privateClouds.d.ts.map +1 -0
- package/dist-esm/src/operations/privateClouds.js +162 -0
- package/dist-esm/src/operations/privateClouds.js.map +1 -0
- package/dist-esm/src/operations/resourcePools.d.ts +46 -0
- package/dist-esm/src/operations/resourcePools.d.ts.map +1 -0
- package/dist-esm/src/operations/resourcePools.js +169 -0
- package/dist-esm/src/operations/resourcePools.js.map +1 -0
- package/dist-esm/src/operations/skusAvailability.d.ts +35 -0
- package/dist-esm/src/operations/skusAvailability.d.ts.map +1 -0
- package/dist-esm/src/operations/skusAvailability.js +132 -0
- package/dist-esm/src/operations/skusAvailability.js.map +1 -0
- package/dist-esm/src/operations/usages.d.ts +35 -0
- package/dist-esm/src/operations/usages.d.ts.map +1 -0
- package/dist-esm/src/operations/usages.js +132 -0
- package/dist-esm/src/operations/usages.js.map +1 -0
- package/dist-esm/src/operations/virtualMachineTemplates.d.ts +49 -0
- package/dist-esm/src/operations/virtualMachineTemplates.d.ts.map +1 -0
- package/dist-esm/src/operations/virtualMachineTemplates.js +172 -0
- package/dist-esm/src/operations/virtualMachineTemplates.js.map +1 -0
- package/dist-esm/src/operations/virtualMachines.d.ts +135 -0
- package/dist-esm/src/operations/virtualMachines.d.ts.map +1 -0
- package/dist-esm/src/operations/virtualMachines.js +687 -0
- package/dist-esm/src/operations/virtualMachines.js.map +1 -0
- package/dist-esm/src/operations/virtualNetworks.d.ts +49 -0
- package/dist-esm/src/operations/virtualNetworks.d.ts.map +1 -0
- package/dist-esm/src/operations/virtualNetworks.js +172 -0
- package/dist-esm/src/operations/virtualNetworks.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/customizationPolicies.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/customizationPolicies.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/customizationPolicies.js +9 -0
- package/dist-esm/src/operationsInterfaces/customizationPolicies.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/dedicatedCloudNodes.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/dedicatedCloudNodes.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/dedicatedCloudNodes.js +9 -0
- package/dist-esm/src/operationsInterfaces/dedicatedCloudNodes.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/dedicatedCloudServices.d.ts +55 -0
- package/dist-esm/src/operationsInterfaces/dedicatedCloudServices.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/dedicatedCloudServices.js +9 -0
- package/dist-esm/src/operationsInterfaces/dedicatedCloudServices.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +19 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +18 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateClouds.d.ts +19 -0
- package/dist-esm/src/operationsInterfaces/privateClouds.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateClouds.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateClouds.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/resourcePools.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/resourcePools.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/resourcePools.js +9 -0
- package/dist-esm/src/operationsInterfaces/resourcePools.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/skusAvailability.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/skusAvailability.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/skusAvailability.js +9 -0
- package/dist-esm/src/operationsInterfaces/skusAvailability.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/usages.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/usages.js +9 -0
- package/dist-esm/src/operationsInterfaces/usages.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineTemplates.d.ts +22 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineTemplates.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineTemplates.js +9 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineTemplates.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts +99 -0
- package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachines.js +9 -0
- package/dist-esm/src/operationsInterfaces/virtualMachines.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualNetworks.d.ts +22 -0
- package/dist-esm/src/operationsInterfaces/virtualNetworks.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualNetworks.js +9 -0
- package/dist-esm/src/operationsInterfaces/virtualNetworks.js.map +1 -0
- package/dist-esm/src/vMwareCloudSimple.d.ts +30 -0
- package/dist-esm/src/vMwareCloudSimple.d.ts.map +1 -0
- package/dist-esm/src/vMwareCloudSimple.js +66 -0
- package/dist-esm/src/vMwareCloudSimple.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +70 -32
- package/review/arm-vmwarecloudsimple.api.md +1140 -0
- package/rollup.config.js +181 -30
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1155 -1956
- package/src/models/mappers.ts +1229 -846
- package/src/models/parameters.ts +200 -107
- package/src/operations/customizationPolicies.ts +217 -0
- package/src/operations/dedicatedCloudNodes.ts +391 -317
- package/src/operations/dedicatedCloudServices.ts +372 -319
- package/src/operations/index.ts +4 -5
- package/src/operations/operations.ts +117 -125
- package/src/operations/privateClouds.ts +131 -123
- package/src/operations/resourcePools.ts +145 -129
- package/src/operations/skusAvailability.ts +109 -85
- package/src/operations/usages.ts +109 -85
- package/src/operations/virtualMachineTemplates.ts +162 -132
- package/src/operations/virtualMachines.ts +705 -403
- package/src/operations/virtualNetworks.ts +163 -136
- package/src/operationsInterfaces/customizationPolicies.ts +44 -0
- package/src/operationsInterfaces/dedicatedCloudNodes.ts +110 -0
- package/src/operationsInterfaces/dedicatedCloudServices.ts +103 -0
- package/src/operationsInterfaces/index.ts +19 -0
- package/src/operationsInterfaces/operations.ts +38 -0
- package/src/operationsInterfaces/privateClouds.ts +40 -0
- package/src/operationsInterfaces/resourcePools.ts +44 -0
- package/src/operationsInterfaces/skusAvailability.ts +24 -0
- package/src/operationsInterfaces/usages.ts +24 -0
- package/src/operationsInterfaces/virtualMachineTemplates.ts +46 -0
- package/src/operationsInterfaces/virtualMachines.ts +191 -0
- package/src/operationsInterfaces/virtualNetworks.ts +46 -0
- package/src/vMwareCloudSimple.ts +126 -0
- package/tsconfig.json +3 -3
- package/types/arm-vmwarecloudsimple.d.ts +1861 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-vmwarecloudsimple.js +0 -4540
- package/dist/arm-vmwarecloudsimple.js.map +0 -1
- package/dist/arm-vmwarecloudsimple.min.js +0 -1
- package/dist/arm-vmwarecloudsimple.min.js.map +0 -1
- package/esm/models/dedicatedCloudNodesMappers.d.ts +0 -2
- package/esm/models/dedicatedCloudNodesMappers.d.ts.map +0 -1
- package/esm/models/dedicatedCloudNodesMappers.js +0 -9
- package/esm/models/dedicatedCloudNodesMappers.js.map +0 -1
- package/esm/models/dedicatedCloudServicesMappers.d.ts +0 -2
- package/esm/models/dedicatedCloudServicesMappers.d.ts.map +0 -1
- package/esm/models/dedicatedCloudServicesMappers.js +0 -9
- package/esm/models/dedicatedCloudServicesMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -2190
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -8
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -46
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -24
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/privateCloudsMappers.d.ts +0 -2
- package/esm/models/privateCloudsMappers.d.ts.map +0 -1
- package/esm/models/privateCloudsMappers.js +0 -9
- package/esm/models/privateCloudsMappers.js.map +0 -1
- package/esm/models/resourcePoolsMappers.d.ts +0 -2
- package/esm/models/resourcePoolsMappers.d.ts.map +0 -1
- package/esm/models/resourcePoolsMappers.js +0 -9
- package/esm/models/resourcePoolsMappers.js.map +0 -1
- package/esm/models/skusAvailabilityMappers.d.ts +0 -2
- package/esm/models/skusAvailabilityMappers.d.ts.map +0 -1
- package/esm/models/skusAvailabilityMappers.js +0 -9
- package/esm/models/skusAvailabilityMappers.js.map +0 -1
- package/esm/models/usagesMappers.d.ts +0 -2
- package/esm/models/usagesMappers.d.ts.map +0 -1
- package/esm/models/usagesMappers.js +0 -9
- package/esm/models/usagesMappers.js.map +0 -1
- package/esm/models/virtualMachineTemplatesMappers.d.ts +0 -2
- package/esm/models/virtualMachineTemplatesMappers.d.ts.map +0 -1
- package/esm/models/virtualMachineTemplatesMappers.js +0 -9
- package/esm/models/virtualMachineTemplatesMappers.js.map +0 -1
- package/esm/models/virtualMachinesMappers.d.ts +0 -2
- package/esm/models/virtualMachinesMappers.d.ts.map +0 -1
- package/esm/models/virtualMachinesMappers.js +0 -9
- package/esm/models/virtualMachinesMappers.js.map +0 -1
- package/esm/models/virtualNetworksMappers.d.ts +0 -2
- package/esm/models/virtualNetworksMappers.d.ts.map +0 -1
- package/esm/models/virtualNetworksMappers.js +0 -9
- package/esm/models/virtualNetworksMappers.js.map +0 -1
- package/esm/operations/dedicatedCloudNodes.d.ts +0 -173
- package/esm/operations/dedicatedCloudNodes.d.ts.map +0 -1
- package/esm/operations/dedicatedCloudNodes.js +0 -304
- package/esm/operations/dedicatedCloudNodes.js.map +0 -1
- package/esm/operations/dedicatedCloudServices.d.ts +0 -174
- package/esm/operations/dedicatedCloudServices.d.ts.map +0 -1
- package/esm/operations/dedicatedCloudServices.js +0 -300
- package/esm/operations/dedicatedCloudServices.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -70
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -116
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/privateClouds.d.ts +0 -73
- package/esm/operations/privateClouds.d.ts.map +0 -1
- package/esm/operations/privateClouds.js +0 -113
- package/esm/operations/privateClouds.js.map +0 -1
- package/esm/operations/resourcePools.d.ts +0 -79
- package/esm/operations/resourcePools.d.ts.map +0 -1
- package/esm/operations/resourcePools.js +0 -117
- package/esm/operations/resourcePools.js.map +0 -1
- package/esm/operations/skusAvailability.d.ts +0 -51
- package/esm/operations/skusAvailability.d.ts.map +0 -1
- package/esm/operations/skusAvailability.js +0 -83
- package/esm/operations/skusAvailability.js.map +0 -1
- package/esm/operations/usages.d.ts +0 -51
- package/esm/operations/usages.d.ts.map +0 -1
- package/esm/operations/usages.js +0 -83
- package/esm/operations/usages.js.map +0 -1
- package/esm/operations/virtualMachineTemplates.d.ts +0 -82
- package/esm/operations/virtualMachineTemplates.d.ts.map +0 -1
- package/esm/operations/virtualMachineTemplates.js +0 -119
- package/esm/operations/virtualMachineTemplates.js.map +0 -1
- package/esm/operations/virtualMachines.d.ts +0 -201
- package/esm/operations/virtualMachines.d.ts.map +0 -1
- package/esm/operations/virtualMachines.js +0 -472
- package/esm/operations/virtualMachines.js.map +0 -1
- package/esm/operations/virtualNetworks.d.ts +0 -85
- package/esm/operations/virtualNetworks.d.ts.map +0 -1
- package/esm/operations/virtualNetworks.js +0 -119
- package/esm/operations/virtualNetworks.js.map +0 -1
- package/esm/vMwareCloudSimpleClient.d.ts +0 -34
- package/esm/vMwareCloudSimpleClient.d.ts.map +0 -1
- package/esm/vMwareCloudSimpleClient.js +0 -48
- package/esm/vMwareCloudSimpleClient.js.map +0 -1
- package/esm/vMwareCloudSimpleClientContext.d.ts +0 -24
- package/esm/vMwareCloudSimpleClientContext.d.ts.map +0 -1
- package/esm/vMwareCloudSimpleClientContext.js +0 -66
- package/esm/vMwareCloudSimpleClientContext.js.map +0 -1
- package/src/models/dedicatedCloudNodesMappers.ts +0 -26
- package/src/models/dedicatedCloudServicesMappers.ts +0 -25
- package/src/models/operationsMappers.ts +0 -20
- package/src/models/privateCloudsMappers.ts +0 -20
- package/src/models/resourcePoolsMappers.ts +0 -14
- package/src/models/skusAvailabilityMappers.ts +0 -14
- package/src/models/usagesMappers.ts +0 -15
- package/src/models/virtualMachineTemplatesMappers.ts +0 -18
- package/src/models/virtualMachinesMappers.ts +0 -29
- package/src/models/virtualNetworksMappers.ts +0 -14
- package/src/vMwareCloudSimpleClient.ts +0 -67
- package/src/vMwareCloudSimpleClientContext.ts +0 -74
package/src/models/mappers.ts
CHANGED
|
@@ -1,92 +1,109 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
4
|
*
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
|
-
import
|
|
10
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
9
|
+
import * as coreClient from "@azure/core-client";
|
|
11
10
|
|
|
12
|
-
export const
|
|
13
|
-
export const BaseResource = BaseResourceMapper;
|
|
14
|
-
|
|
15
|
-
export const AvailableOperationDisplay: msRest.CompositeMapper = {
|
|
16
|
-
serializedName: "AvailableOperationDisplay",
|
|
11
|
+
export const AvailableOperationsListResponse: coreClient.CompositeMapper = {
|
|
17
12
|
type: {
|
|
18
13
|
name: "Composite",
|
|
19
|
-
className: "
|
|
14
|
+
className: "AvailableOperationsListResponse",
|
|
20
15
|
modelProperties: {
|
|
21
|
-
|
|
22
|
-
serializedName: "
|
|
16
|
+
nextLink: {
|
|
17
|
+
serializedName: "nextLink",
|
|
23
18
|
type: {
|
|
24
19
|
name: "String"
|
|
25
20
|
}
|
|
26
21
|
},
|
|
27
|
-
|
|
28
|
-
serializedName: "
|
|
22
|
+
value: {
|
|
23
|
+
serializedName: "value",
|
|
29
24
|
type: {
|
|
30
|
-
name: "
|
|
25
|
+
name: "Sequence",
|
|
26
|
+
element: {
|
|
27
|
+
type: {
|
|
28
|
+
name: "Composite",
|
|
29
|
+
className: "AvailableOperation"
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
export const AvailableOperation: coreClient.CompositeMapper = {
|
|
39
|
+
type: {
|
|
40
|
+
name: "Composite",
|
|
41
|
+
className: "AvailableOperation",
|
|
42
|
+
modelProperties: {
|
|
43
|
+
display: {
|
|
44
|
+
serializedName: "display",
|
|
45
|
+
type: {
|
|
46
|
+
name: "Composite",
|
|
47
|
+
className: "AvailableOperationDisplay"
|
|
31
48
|
}
|
|
32
49
|
},
|
|
33
|
-
|
|
34
|
-
|
|
50
|
+
isDataAction: {
|
|
51
|
+
defaultValue: false,
|
|
52
|
+
serializedName: "isDataAction",
|
|
35
53
|
type: {
|
|
36
|
-
name: "
|
|
54
|
+
name: "Boolean"
|
|
37
55
|
}
|
|
38
56
|
},
|
|
39
|
-
|
|
40
|
-
serializedName: "
|
|
57
|
+
name: {
|
|
58
|
+
serializedName: "name",
|
|
41
59
|
type: {
|
|
42
60
|
name: "String"
|
|
43
61
|
}
|
|
62
|
+
},
|
|
63
|
+
origin: {
|
|
64
|
+
serializedName: "origin",
|
|
65
|
+
type: {
|
|
66
|
+
name: "Enum",
|
|
67
|
+
allowedValues: ["user", "system", "user,system"]
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
serviceSpecification: {
|
|
71
|
+
serializedName: "properties.serviceSpecification",
|
|
72
|
+
type: {
|
|
73
|
+
name: "Composite",
|
|
74
|
+
className:
|
|
75
|
+
"AvailableOperationDisplayPropertyServiceSpecificationMetricsList"
|
|
76
|
+
}
|
|
44
77
|
}
|
|
45
78
|
}
|
|
46
79
|
}
|
|
47
80
|
};
|
|
48
81
|
|
|
49
|
-
export const
|
|
50
|
-
serializedName: "AvailableOperationDisplayPropertyServiceSpecificationMetricsItem",
|
|
82
|
+
export const AvailableOperationDisplay: coreClient.CompositeMapper = {
|
|
51
83
|
type: {
|
|
52
84
|
name: "Composite",
|
|
53
|
-
className: "
|
|
85
|
+
className: "AvailableOperationDisplay",
|
|
54
86
|
modelProperties: {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
serializedName: "aggregationType",
|
|
58
|
-
type: {
|
|
59
|
-
name: "Enum",
|
|
60
|
-
allowedValues: [
|
|
61
|
-
"Average",
|
|
62
|
-
"Total"
|
|
63
|
-
]
|
|
64
|
-
}
|
|
65
|
-
},
|
|
66
|
-
displayDescription: {
|
|
67
|
-
required: true,
|
|
68
|
-
serializedName: "displayDescription",
|
|
87
|
+
description: {
|
|
88
|
+
serializedName: "description",
|
|
69
89
|
type: {
|
|
70
90
|
name: "String"
|
|
71
91
|
}
|
|
72
92
|
},
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
serializedName: "displayName",
|
|
93
|
+
operation: {
|
|
94
|
+
serializedName: "operation",
|
|
76
95
|
type: {
|
|
77
96
|
name: "String"
|
|
78
97
|
}
|
|
79
98
|
},
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
serializedName: "name",
|
|
99
|
+
provider: {
|
|
100
|
+
serializedName: "provider",
|
|
83
101
|
type: {
|
|
84
102
|
name: "String"
|
|
85
103
|
}
|
|
86
104
|
},
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
serializedName: "unit",
|
|
105
|
+
resource: {
|
|
106
|
+
serializedName: "resource",
|
|
90
107
|
type: {
|
|
91
108
|
name: "String"
|
|
92
109
|
}
|
|
@@ -95,11 +112,11 @@ export const AvailableOperationDisplayPropertyServiceSpecificationMetricsItem: m
|
|
|
95
112
|
}
|
|
96
113
|
};
|
|
97
114
|
|
|
98
|
-
export const AvailableOperationDisplayPropertyServiceSpecificationMetricsList:
|
|
99
|
-
serializedName: "AvailableOperationDisplayPropertyServiceSpecificationMetricsList",
|
|
115
|
+
export const AvailableOperationDisplayPropertyServiceSpecificationMetricsList: coreClient.CompositeMapper = {
|
|
100
116
|
type: {
|
|
101
117
|
name: "Composite",
|
|
102
|
-
className:
|
|
118
|
+
className:
|
|
119
|
+
"AvailableOperationDisplayPropertyServiceSpecificationMetricsList",
|
|
103
120
|
modelProperties: {
|
|
104
121
|
metricSpecifications: {
|
|
105
122
|
serializedName: "metricSpecifications",
|
|
@@ -108,7 +125,8 @@ export const AvailableOperationDisplayPropertyServiceSpecificationMetricsList: m
|
|
|
108
125
|
element: {
|
|
109
126
|
type: {
|
|
110
127
|
name: "Composite",
|
|
111
|
-
className:
|
|
128
|
+
className:
|
|
129
|
+
"AvailableOperationDisplayPropertyServiceSpecificationMetricsItem"
|
|
112
130
|
}
|
|
113
131
|
}
|
|
114
132
|
}
|
|
@@ -117,83 +135,96 @@ export const AvailableOperationDisplayPropertyServiceSpecificationMetricsList: m
|
|
|
117
135
|
}
|
|
118
136
|
};
|
|
119
137
|
|
|
120
|
-
export const
|
|
121
|
-
serializedName: "AvailableOperation",
|
|
138
|
+
export const AvailableOperationDisplayPropertyServiceSpecificationMetricsItem: coreClient.CompositeMapper = {
|
|
122
139
|
type: {
|
|
123
140
|
name: "Composite",
|
|
124
|
-
className:
|
|
141
|
+
className:
|
|
142
|
+
"AvailableOperationDisplayPropertyServiceSpecificationMetricsItem",
|
|
125
143
|
modelProperties: {
|
|
126
|
-
|
|
127
|
-
serializedName: "
|
|
144
|
+
aggregationType: {
|
|
145
|
+
serializedName: "aggregationType",
|
|
146
|
+
required: true,
|
|
128
147
|
type: {
|
|
129
|
-
name: "
|
|
130
|
-
|
|
148
|
+
name: "Enum",
|
|
149
|
+
allowedValues: ["Average", "Total"]
|
|
131
150
|
}
|
|
132
151
|
},
|
|
133
|
-
|
|
134
|
-
serializedName: "
|
|
135
|
-
|
|
152
|
+
displayDescription: {
|
|
153
|
+
serializedName: "displayDescription",
|
|
154
|
+
required: true,
|
|
136
155
|
type: {
|
|
137
|
-
name: "
|
|
156
|
+
name: "String"
|
|
157
|
+
}
|
|
158
|
+
},
|
|
159
|
+
displayName: {
|
|
160
|
+
serializedName: "displayName",
|
|
161
|
+
required: true,
|
|
162
|
+
type: {
|
|
163
|
+
name: "String"
|
|
138
164
|
}
|
|
139
165
|
},
|
|
140
166
|
name: {
|
|
141
167
|
serializedName: "name",
|
|
168
|
+
required: true,
|
|
142
169
|
type: {
|
|
143
170
|
name: "String"
|
|
144
171
|
}
|
|
145
172
|
},
|
|
146
|
-
|
|
147
|
-
serializedName: "
|
|
173
|
+
unit: {
|
|
174
|
+
serializedName: "unit",
|
|
175
|
+
required: true,
|
|
148
176
|
type: {
|
|
149
|
-
name: "
|
|
150
|
-
allowedValues: [
|
|
151
|
-
"user",
|
|
152
|
-
"system",
|
|
153
|
-
"user,system"
|
|
154
|
-
]
|
|
177
|
+
name: "String"
|
|
155
178
|
}
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
};
|
|
183
|
+
|
|
184
|
+
export const CsrpError: coreClient.CompositeMapper = {
|
|
185
|
+
type: {
|
|
186
|
+
name: "Composite",
|
|
187
|
+
className: "CsrpError",
|
|
188
|
+
modelProperties: {
|
|
189
|
+
error: {
|
|
190
|
+
serializedName: "error",
|
|
159
191
|
type: {
|
|
160
192
|
name: "Composite",
|
|
161
|
-
className: "
|
|
193
|
+
className: "CsrpErrorBody"
|
|
162
194
|
}
|
|
163
195
|
}
|
|
164
196
|
}
|
|
165
197
|
}
|
|
166
198
|
};
|
|
167
199
|
|
|
168
|
-
export const
|
|
169
|
-
serializedName: "CSRPErrorBody",
|
|
200
|
+
export const CsrpErrorBody: coreClient.CompositeMapper = {
|
|
170
201
|
type: {
|
|
171
202
|
name: "Composite",
|
|
172
|
-
className: "
|
|
203
|
+
className: "CsrpErrorBody",
|
|
173
204
|
modelProperties: {
|
|
174
205
|
code: {
|
|
175
|
-
readOnly: true,
|
|
176
206
|
serializedName: "code",
|
|
207
|
+
readOnly: true,
|
|
177
208
|
type: {
|
|
178
209
|
name: "String"
|
|
179
210
|
}
|
|
180
211
|
},
|
|
181
212
|
details: {
|
|
182
|
-
readOnly: true,
|
|
183
213
|
serializedName: "details",
|
|
214
|
+
readOnly: true,
|
|
184
215
|
type: {
|
|
185
216
|
name: "Sequence",
|
|
186
217
|
element: {
|
|
187
218
|
type: {
|
|
188
219
|
name: "Composite",
|
|
189
|
-
className: "
|
|
220
|
+
className: "CsrpErrorBody"
|
|
190
221
|
}
|
|
191
222
|
}
|
|
192
223
|
}
|
|
193
224
|
},
|
|
194
225
|
message: {
|
|
195
|
-
readOnly: true,
|
|
196
226
|
serializedName: "message",
|
|
227
|
+
readOnly: true,
|
|
197
228
|
type: {
|
|
198
229
|
name: "String"
|
|
199
230
|
}
|
|
@@ -208,272 +239,306 @@ export const CSRPErrorBody: msRest.CompositeMapper = {
|
|
|
208
239
|
}
|
|
209
240
|
};
|
|
210
241
|
|
|
211
|
-
export const
|
|
212
|
-
serializedName: "CSRPError",
|
|
242
|
+
export const DedicatedCloudNodeListResponse: coreClient.CompositeMapper = {
|
|
213
243
|
type: {
|
|
214
244
|
name: "Composite",
|
|
215
|
-
className: "
|
|
245
|
+
className: "DedicatedCloudNodeListResponse",
|
|
216
246
|
modelProperties: {
|
|
217
|
-
|
|
218
|
-
serializedName: "
|
|
247
|
+
nextLink: {
|
|
248
|
+
serializedName: "nextLink",
|
|
219
249
|
type: {
|
|
220
|
-
name: "
|
|
221
|
-
|
|
250
|
+
name: "String"
|
|
251
|
+
}
|
|
252
|
+
},
|
|
253
|
+
value: {
|
|
254
|
+
serializedName: "value",
|
|
255
|
+
type: {
|
|
256
|
+
name: "Sequence",
|
|
257
|
+
element: {
|
|
258
|
+
type: {
|
|
259
|
+
name: "Composite",
|
|
260
|
+
className: "DedicatedCloudNode"
|
|
261
|
+
}
|
|
262
|
+
}
|
|
222
263
|
}
|
|
223
264
|
}
|
|
224
265
|
}
|
|
225
266
|
}
|
|
226
267
|
};
|
|
227
268
|
|
|
228
|
-
export const
|
|
229
|
-
serializedName: "Sku",
|
|
269
|
+
export const DedicatedCloudNode: coreClient.CompositeMapper = {
|
|
230
270
|
type: {
|
|
231
271
|
name: "Composite",
|
|
232
|
-
className: "
|
|
272
|
+
className: "DedicatedCloudNode",
|
|
233
273
|
modelProperties: {
|
|
234
|
-
|
|
235
|
-
serializedName: "
|
|
236
|
-
|
|
237
|
-
name: "String"
|
|
238
|
-
}
|
|
239
|
-
},
|
|
240
|
-
description: {
|
|
241
|
-
serializedName: "description",
|
|
274
|
+
id: {
|
|
275
|
+
serializedName: "id",
|
|
276
|
+
readOnly: true,
|
|
242
277
|
type: {
|
|
243
278
|
name: "String"
|
|
244
279
|
}
|
|
245
280
|
},
|
|
246
|
-
|
|
247
|
-
serializedName: "
|
|
281
|
+
location: {
|
|
282
|
+
serializedName: "location",
|
|
283
|
+
required: true,
|
|
248
284
|
type: {
|
|
249
285
|
name: "String"
|
|
250
286
|
}
|
|
251
287
|
},
|
|
252
288
|
name: {
|
|
253
|
-
|
|
289
|
+
constraints: {
|
|
290
|
+
Pattern: new RegExp("^[a-zA-Z0-9]([-_.a-zA-Z0-9]*[a-zA-Z0-9])?$")
|
|
291
|
+
},
|
|
254
292
|
serializedName: "name",
|
|
293
|
+
readOnly: true,
|
|
255
294
|
type: {
|
|
256
295
|
name: "String"
|
|
257
296
|
}
|
|
258
297
|
},
|
|
259
|
-
|
|
260
|
-
serializedName: "
|
|
261
|
-
type: {
|
|
262
|
-
name: "String"
|
|
263
|
-
}
|
|
264
|
-
}
|
|
265
|
-
}
|
|
266
|
-
}
|
|
267
|
-
};
|
|
268
|
-
|
|
269
|
-
export const DedicatedCloudNode: msRest.CompositeMapper = {
|
|
270
|
-
serializedName: "DedicatedCloudNode",
|
|
271
|
-
type: {
|
|
272
|
-
name: "Composite",
|
|
273
|
-
className: "DedicatedCloudNode",
|
|
274
|
-
modelProperties: {
|
|
275
|
-
id: {
|
|
276
|
-
readOnly: true,
|
|
277
|
-
serializedName: "id",
|
|
298
|
+
sku: {
|
|
299
|
+
serializedName: "sku",
|
|
278
300
|
type: {
|
|
279
|
-
name: "
|
|
301
|
+
name: "Composite",
|
|
302
|
+
className: "Sku"
|
|
280
303
|
}
|
|
281
304
|
},
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
serializedName: "location",
|
|
305
|
+
tags: {
|
|
306
|
+
serializedName: "tags",
|
|
285
307
|
type: {
|
|
286
|
-
name: "
|
|
308
|
+
name: "Dictionary",
|
|
309
|
+
value: { type: { name: "String" } }
|
|
287
310
|
}
|
|
288
311
|
},
|
|
289
|
-
|
|
312
|
+
type: {
|
|
313
|
+
serializedName: "type",
|
|
290
314
|
readOnly: true,
|
|
291
|
-
serializedName: "name",
|
|
292
|
-
constraints: {
|
|
293
|
-
Pattern: /^[-a-zA-Z0-9]+$/
|
|
294
|
-
},
|
|
295
315
|
type: {
|
|
296
316
|
name: "String"
|
|
297
317
|
}
|
|
298
318
|
},
|
|
299
319
|
availabilityZoneId: {
|
|
300
|
-
required: true,
|
|
301
320
|
serializedName: "properties.availabilityZoneId",
|
|
302
321
|
type: {
|
|
303
322
|
name: "String"
|
|
304
323
|
}
|
|
305
324
|
},
|
|
306
325
|
availabilityZoneName: {
|
|
307
|
-
readOnly: true,
|
|
308
326
|
serializedName: "properties.availabilityZoneName",
|
|
327
|
+
readOnly: true,
|
|
309
328
|
type: {
|
|
310
329
|
name: "String"
|
|
311
330
|
}
|
|
312
331
|
},
|
|
313
332
|
cloudRackName: {
|
|
314
|
-
readOnly: true,
|
|
315
333
|
serializedName: "properties.cloudRackName",
|
|
334
|
+
readOnly: true,
|
|
316
335
|
type: {
|
|
317
336
|
name: "String"
|
|
318
337
|
}
|
|
319
338
|
},
|
|
320
339
|
created: {
|
|
321
|
-
readOnly: true,
|
|
322
340
|
serializedName: "properties.created",
|
|
341
|
+
readOnly: true,
|
|
323
342
|
type: {
|
|
324
|
-
name: "
|
|
343
|
+
name: "DateTime"
|
|
325
344
|
}
|
|
326
345
|
},
|
|
327
346
|
nodesCount: {
|
|
328
|
-
required: true,
|
|
329
347
|
serializedName: "properties.nodesCount",
|
|
330
348
|
type: {
|
|
331
349
|
name: "Number"
|
|
332
350
|
}
|
|
333
351
|
},
|
|
334
352
|
placementGroupId: {
|
|
335
|
-
required: true,
|
|
336
353
|
serializedName: "properties.placementGroupId",
|
|
337
354
|
type: {
|
|
338
355
|
name: "String"
|
|
339
356
|
}
|
|
340
357
|
},
|
|
341
358
|
placementGroupName: {
|
|
342
|
-
readOnly: true,
|
|
343
359
|
serializedName: "properties.placementGroupName",
|
|
360
|
+
readOnly: true,
|
|
344
361
|
type: {
|
|
345
362
|
name: "String"
|
|
346
363
|
}
|
|
347
364
|
},
|
|
348
365
|
privateCloudId: {
|
|
349
|
-
readOnly: true,
|
|
350
366
|
serializedName: "properties.privateCloudId",
|
|
367
|
+
readOnly: true,
|
|
351
368
|
type: {
|
|
352
369
|
name: "String"
|
|
353
370
|
}
|
|
354
371
|
},
|
|
355
372
|
privateCloudName: {
|
|
356
|
-
readOnly: true,
|
|
357
373
|
serializedName: "properties.privateCloudName",
|
|
374
|
+
readOnly: true,
|
|
358
375
|
type: {
|
|
359
376
|
name: "String"
|
|
360
377
|
}
|
|
361
378
|
},
|
|
362
379
|
provisioningState: {
|
|
363
|
-
readOnly: true,
|
|
364
380
|
serializedName: "properties.provisioningState",
|
|
381
|
+
readOnly: true,
|
|
365
382
|
type: {
|
|
366
383
|
name: "String"
|
|
367
384
|
}
|
|
368
385
|
},
|
|
369
386
|
purchaseId: {
|
|
370
|
-
required: true,
|
|
371
387
|
serializedName: "properties.purchaseId",
|
|
372
388
|
type: {
|
|
373
389
|
name: "Uuid"
|
|
374
390
|
}
|
|
375
391
|
},
|
|
376
|
-
id1: {
|
|
377
|
-
required: true,
|
|
378
|
-
serializedName: "properties.skuDescription.id",
|
|
379
|
-
type: {
|
|
380
|
-
name: "String"
|
|
381
|
-
}
|
|
382
|
-
},
|
|
383
|
-
name1: {
|
|
384
|
-
required: true,
|
|
385
|
-
serializedName: "properties.skuDescription.name",
|
|
386
|
-
type: {
|
|
387
|
-
name: "String"
|
|
388
|
-
}
|
|
389
|
-
},
|
|
390
392
|
status: {
|
|
391
|
-
readOnly: true,
|
|
392
393
|
serializedName: "properties.status",
|
|
394
|
+
readOnly: true,
|
|
393
395
|
type: {
|
|
394
396
|
name: "Enum",
|
|
395
|
-
allowedValues: [
|
|
396
|
-
"unused",
|
|
397
|
-
"used"
|
|
398
|
-
]
|
|
397
|
+
allowedValues: ["unused", "used"]
|
|
399
398
|
}
|
|
400
399
|
},
|
|
401
400
|
vmwareClusterName: {
|
|
402
|
-
readOnly: true,
|
|
403
401
|
serializedName: "properties.vmwareClusterName",
|
|
402
|
+
readOnly: true,
|
|
404
403
|
type: {
|
|
405
404
|
name: "String"
|
|
406
405
|
}
|
|
407
406
|
},
|
|
408
|
-
|
|
409
|
-
serializedName: "
|
|
407
|
+
idPropertiesSkuDescriptionId: {
|
|
408
|
+
serializedName: "properties.skuDescription.id",
|
|
410
409
|
type: {
|
|
411
|
-
name: "
|
|
412
|
-
className: "Sku"
|
|
410
|
+
name: "String"
|
|
413
411
|
}
|
|
414
412
|
},
|
|
415
|
-
|
|
416
|
-
serializedName: "
|
|
413
|
+
namePropertiesSkuDescriptionName: {
|
|
414
|
+
serializedName: "properties.skuDescription.name",
|
|
417
415
|
type: {
|
|
418
|
-
name: "
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
416
|
+
name: "String"
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
}
|
|
420
|
+
}
|
|
421
|
+
};
|
|
422
|
+
|
|
423
|
+
export const Sku: coreClient.CompositeMapper = {
|
|
424
|
+
type: {
|
|
425
|
+
name: "Composite",
|
|
426
|
+
className: "Sku",
|
|
427
|
+
modelProperties: {
|
|
428
|
+
capacity: {
|
|
429
|
+
serializedName: "capacity",
|
|
430
|
+
type: {
|
|
431
|
+
name: "String"
|
|
424
432
|
}
|
|
425
433
|
},
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
434
|
+
description: {
|
|
435
|
+
serializedName: "description",
|
|
436
|
+
type: {
|
|
437
|
+
name: "String"
|
|
438
|
+
}
|
|
439
|
+
},
|
|
440
|
+
family: {
|
|
441
|
+
serializedName: "family",
|
|
442
|
+
type: {
|
|
443
|
+
name: "String"
|
|
444
|
+
}
|
|
445
|
+
},
|
|
446
|
+
name: {
|
|
447
|
+
serializedName: "name",
|
|
448
|
+
required: true,
|
|
449
|
+
type: {
|
|
450
|
+
name: "String"
|
|
451
|
+
}
|
|
452
|
+
},
|
|
453
|
+
tier: {
|
|
454
|
+
serializedName: "tier",
|
|
455
|
+
type: {
|
|
456
|
+
name: "String"
|
|
457
|
+
}
|
|
458
|
+
}
|
|
459
|
+
}
|
|
460
|
+
}
|
|
461
|
+
};
|
|
462
|
+
|
|
463
|
+
export const DedicatedCloudServiceListResponse: coreClient.CompositeMapper = {
|
|
464
|
+
type: {
|
|
465
|
+
name: "Composite",
|
|
466
|
+
className: "DedicatedCloudServiceListResponse",
|
|
467
|
+
modelProperties: {
|
|
468
|
+
nextLink: {
|
|
469
|
+
serializedName: "nextLink",
|
|
429
470
|
type: {
|
|
430
471
|
name: "String"
|
|
431
472
|
}
|
|
473
|
+
},
|
|
474
|
+
value: {
|
|
475
|
+
serializedName: "value",
|
|
476
|
+
type: {
|
|
477
|
+
name: "Sequence",
|
|
478
|
+
element: {
|
|
479
|
+
type: {
|
|
480
|
+
name: "Composite",
|
|
481
|
+
className: "DedicatedCloudService"
|
|
482
|
+
}
|
|
483
|
+
}
|
|
484
|
+
}
|
|
432
485
|
}
|
|
433
486
|
}
|
|
434
487
|
}
|
|
435
488
|
};
|
|
436
489
|
|
|
437
|
-
export const DedicatedCloudService:
|
|
438
|
-
serializedName: "DedicatedCloudService",
|
|
490
|
+
export const DedicatedCloudService: coreClient.CompositeMapper = {
|
|
439
491
|
type: {
|
|
440
492
|
name: "Composite",
|
|
441
493
|
className: "DedicatedCloudService",
|
|
442
494
|
modelProperties: {
|
|
443
495
|
id: {
|
|
444
|
-
readOnly: true,
|
|
445
496
|
serializedName: "id",
|
|
497
|
+
readOnly: true,
|
|
446
498
|
type: {
|
|
447
499
|
name: "String"
|
|
448
500
|
}
|
|
449
501
|
},
|
|
450
502
|
location: {
|
|
451
|
-
required: true,
|
|
452
503
|
serializedName: "location",
|
|
504
|
+
required: true,
|
|
453
505
|
type: {
|
|
454
506
|
name: "String"
|
|
455
507
|
}
|
|
456
508
|
},
|
|
457
509
|
name: {
|
|
458
|
-
readOnly: true,
|
|
459
|
-
serializedName: "name",
|
|
460
510
|
constraints: {
|
|
461
|
-
Pattern:
|
|
511
|
+
Pattern: new RegExp("^[a-zA-Z0-9]([-_.a-zA-Z0-9]*[a-zA-Z0-9])?$")
|
|
462
512
|
},
|
|
513
|
+
serializedName: "name",
|
|
514
|
+
readOnly: true,
|
|
515
|
+
type: {
|
|
516
|
+
name: "String"
|
|
517
|
+
}
|
|
518
|
+
},
|
|
519
|
+
tags: {
|
|
520
|
+
serializedName: "tags",
|
|
521
|
+
type: {
|
|
522
|
+
name: "Dictionary",
|
|
523
|
+
value: { type: { name: "String" } }
|
|
524
|
+
}
|
|
525
|
+
},
|
|
526
|
+
type: {
|
|
527
|
+
serializedName: "type",
|
|
528
|
+
readOnly: true,
|
|
463
529
|
type: {
|
|
464
530
|
name: "String"
|
|
465
531
|
}
|
|
466
532
|
},
|
|
467
533
|
gatewaySubnet: {
|
|
468
|
-
required: true,
|
|
469
534
|
serializedName: "properties.gatewaySubnet",
|
|
470
535
|
type: {
|
|
471
536
|
name: "String"
|
|
472
537
|
}
|
|
473
538
|
},
|
|
474
539
|
isAccountOnboarded: {
|
|
475
|
-
readOnly: true,
|
|
476
540
|
serializedName: "properties.isAccountOnboarded",
|
|
541
|
+
readOnly: true,
|
|
477
542
|
type: {
|
|
478
543
|
name: "Enum",
|
|
479
544
|
allowedValues: [
|
|
@@ -486,52 +551,99 @@ export const DedicatedCloudService: msRest.CompositeMapper = {
|
|
|
486
551
|
},
|
|
487
552
|
nodes: {
|
|
488
553
|
serializedName: "properties.nodes",
|
|
554
|
+
readOnly: true,
|
|
489
555
|
type: {
|
|
490
556
|
name: "Number"
|
|
491
557
|
}
|
|
492
558
|
},
|
|
493
559
|
serviceURL: {
|
|
494
560
|
serializedName: "properties.serviceURL",
|
|
561
|
+
readOnly: true,
|
|
562
|
+
type: {
|
|
563
|
+
name: "String"
|
|
564
|
+
}
|
|
565
|
+
}
|
|
566
|
+
}
|
|
567
|
+
}
|
|
568
|
+
};
|
|
569
|
+
|
|
570
|
+
export const SkuAvailabilityListResponse: coreClient.CompositeMapper = {
|
|
571
|
+
type: {
|
|
572
|
+
name: "Composite",
|
|
573
|
+
className: "SkuAvailabilityListResponse",
|
|
574
|
+
modelProperties: {
|
|
575
|
+
nextLink: {
|
|
576
|
+
serializedName: "nextLink",
|
|
495
577
|
type: {
|
|
496
578
|
name: "String"
|
|
497
579
|
}
|
|
498
580
|
},
|
|
499
|
-
|
|
500
|
-
serializedName: "
|
|
581
|
+
value: {
|
|
582
|
+
serializedName: "value",
|
|
501
583
|
type: {
|
|
502
|
-
name: "
|
|
503
|
-
|
|
584
|
+
name: "Sequence",
|
|
585
|
+
element: {
|
|
504
586
|
type: {
|
|
505
|
-
name: "
|
|
587
|
+
name: "Composite",
|
|
588
|
+
className: "SkuAvailability"
|
|
506
589
|
}
|
|
507
590
|
}
|
|
508
591
|
}
|
|
509
|
-
},
|
|
510
|
-
type: {
|
|
511
|
-
readOnly: true,
|
|
512
|
-
serializedName: "type",
|
|
513
|
-
type: {
|
|
514
|
-
name: "String"
|
|
515
|
-
}
|
|
516
592
|
}
|
|
517
593
|
}
|
|
518
594
|
}
|
|
519
595
|
};
|
|
520
596
|
|
|
521
|
-
export const
|
|
522
|
-
serializedName: "OperationError",
|
|
597
|
+
export const SkuAvailability: coreClient.CompositeMapper = {
|
|
523
598
|
type: {
|
|
524
599
|
name: "Composite",
|
|
525
|
-
className: "
|
|
600
|
+
className: "SkuAvailability",
|
|
526
601
|
modelProperties: {
|
|
527
|
-
|
|
528
|
-
serializedName: "
|
|
602
|
+
dedicatedAvailabilityZoneId: {
|
|
603
|
+
serializedName: "dedicatedAvailabilityZoneId",
|
|
529
604
|
type: {
|
|
530
605
|
name: "String"
|
|
531
606
|
}
|
|
532
607
|
},
|
|
533
|
-
|
|
534
|
-
serializedName: "
|
|
608
|
+
dedicatedAvailabilityZoneName: {
|
|
609
|
+
serializedName: "dedicatedAvailabilityZoneName",
|
|
610
|
+
type: {
|
|
611
|
+
name: "String"
|
|
612
|
+
}
|
|
613
|
+
},
|
|
614
|
+
dedicatedPlacementGroupId: {
|
|
615
|
+
serializedName: "dedicatedPlacementGroupId",
|
|
616
|
+
type: {
|
|
617
|
+
name: "String"
|
|
618
|
+
}
|
|
619
|
+
},
|
|
620
|
+
dedicatedPlacementGroupName: {
|
|
621
|
+
serializedName: "dedicatedPlacementGroupName",
|
|
622
|
+
type: {
|
|
623
|
+
name: "String"
|
|
624
|
+
}
|
|
625
|
+
},
|
|
626
|
+
limit: {
|
|
627
|
+
serializedName: "limit",
|
|
628
|
+
required: true,
|
|
629
|
+
type: {
|
|
630
|
+
name: "Number"
|
|
631
|
+
}
|
|
632
|
+
},
|
|
633
|
+
resourceType: {
|
|
634
|
+
serializedName: "resourceType",
|
|
635
|
+
type: {
|
|
636
|
+
name: "String"
|
|
637
|
+
}
|
|
638
|
+
},
|
|
639
|
+
skuId: {
|
|
640
|
+
serializedName: "skuId",
|
|
641
|
+
type: {
|
|
642
|
+
name: "String"
|
|
643
|
+
}
|
|
644
|
+
},
|
|
645
|
+
skuName: {
|
|
646
|
+
serializedName: "skuName",
|
|
535
647
|
type: {
|
|
536
648
|
name: "String"
|
|
537
649
|
}
|
|
@@ -540,15 +652,14 @@ export const OperationError: msRest.CompositeMapper = {
|
|
|
540
652
|
}
|
|
541
653
|
};
|
|
542
654
|
|
|
543
|
-
export const OperationResource:
|
|
544
|
-
serializedName: "OperationResource",
|
|
655
|
+
export const OperationResource: coreClient.CompositeMapper = {
|
|
545
656
|
type: {
|
|
546
657
|
name: "Composite",
|
|
547
658
|
className: "OperationResource",
|
|
548
659
|
modelProperties: {
|
|
549
660
|
endTime: {
|
|
550
|
-
readOnly: true,
|
|
551
661
|
serializedName: "endTime",
|
|
662
|
+
readOnly: true,
|
|
552
663
|
type: {
|
|
553
664
|
name: "DateTime"
|
|
554
665
|
}
|
|
@@ -561,29 +672,29 @@ export const OperationResource: msRest.CompositeMapper = {
|
|
|
561
672
|
}
|
|
562
673
|
},
|
|
563
674
|
id: {
|
|
564
|
-
readOnly: true,
|
|
565
675
|
serializedName: "id",
|
|
676
|
+
readOnly: true,
|
|
566
677
|
type: {
|
|
567
678
|
name: "String"
|
|
568
679
|
}
|
|
569
680
|
},
|
|
570
681
|
name: {
|
|
571
|
-
readOnly: true,
|
|
572
682
|
serializedName: "name",
|
|
683
|
+
readOnly: true,
|
|
573
684
|
type: {
|
|
574
685
|
name: "String"
|
|
575
686
|
}
|
|
576
687
|
},
|
|
577
688
|
startTime: {
|
|
578
|
-
readOnly: true,
|
|
579
689
|
serializedName: "startTime",
|
|
690
|
+
readOnly: true,
|
|
580
691
|
type: {
|
|
581
692
|
name: "DateTime"
|
|
582
693
|
}
|
|
583
694
|
},
|
|
584
695
|
status: {
|
|
585
|
-
readOnly: true,
|
|
586
696
|
serializedName: "status",
|
|
697
|
+
readOnly: true,
|
|
587
698
|
type: {
|
|
588
699
|
name: "String"
|
|
589
700
|
}
|
|
@@ -592,19 +703,46 @@ export const OperationResource: msRest.CompositeMapper = {
|
|
|
592
703
|
}
|
|
593
704
|
};
|
|
594
705
|
|
|
595
|
-
export const
|
|
596
|
-
serializedName: "PatchPayload",
|
|
706
|
+
export const OperationError: coreClient.CompositeMapper = {
|
|
597
707
|
type: {
|
|
598
708
|
name: "Composite",
|
|
599
|
-
className: "
|
|
709
|
+
className: "OperationError",
|
|
600
710
|
modelProperties: {
|
|
601
|
-
|
|
602
|
-
serializedName: "
|
|
711
|
+
code: {
|
|
712
|
+
serializedName: "code",
|
|
603
713
|
type: {
|
|
604
|
-
name: "
|
|
605
|
-
|
|
714
|
+
name: "String"
|
|
715
|
+
}
|
|
716
|
+
},
|
|
717
|
+
message: {
|
|
718
|
+
serializedName: "message",
|
|
719
|
+
type: {
|
|
720
|
+
name: "String"
|
|
721
|
+
}
|
|
722
|
+
}
|
|
723
|
+
}
|
|
724
|
+
}
|
|
725
|
+
};
|
|
726
|
+
|
|
727
|
+
export const PrivateCloudList: coreClient.CompositeMapper = {
|
|
728
|
+
type: {
|
|
729
|
+
name: "Composite",
|
|
730
|
+
className: "PrivateCloudList",
|
|
731
|
+
modelProperties: {
|
|
732
|
+
nextLink: {
|
|
733
|
+
serializedName: "nextLink",
|
|
734
|
+
type: {
|
|
735
|
+
name: "String"
|
|
736
|
+
}
|
|
737
|
+
},
|
|
738
|
+
value: {
|
|
739
|
+
serializedName: "value",
|
|
740
|
+
type: {
|
|
741
|
+
name: "Sequence",
|
|
742
|
+
element: {
|
|
606
743
|
type: {
|
|
607
|
-
name: "
|
|
744
|
+
name: "Composite",
|
|
745
|
+
className: "PrivateCloud"
|
|
608
746
|
}
|
|
609
747
|
}
|
|
610
748
|
}
|
|
@@ -613,258 +751,251 @@ export const PatchPayload: msRest.CompositeMapper = {
|
|
|
613
751
|
}
|
|
614
752
|
};
|
|
615
753
|
|
|
616
|
-
export const
|
|
617
|
-
serializedName: "ResourcePool",
|
|
754
|
+
export const PrivateCloud: coreClient.CompositeMapper = {
|
|
618
755
|
type: {
|
|
619
756
|
name: "Composite",
|
|
620
|
-
className: "
|
|
757
|
+
className: "PrivateCloud",
|
|
621
758
|
modelProperties: {
|
|
622
759
|
id: {
|
|
623
|
-
required: true,
|
|
624
760
|
serializedName: "id",
|
|
625
761
|
type: {
|
|
626
762
|
name: "String"
|
|
627
763
|
}
|
|
628
764
|
},
|
|
629
765
|
location: {
|
|
630
|
-
readOnly: true,
|
|
631
766
|
serializedName: "location",
|
|
632
767
|
type: {
|
|
633
768
|
name: "String"
|
|
634
769
|
}
|
|
635
770
|
},
|
|
636
771
|
name: {
|
|
637
|
-
readOnly: true,
|
|
638
772
|
serializedName: "name",
|
|
639
773
|
type: {
|
|
640
774
|
name: "String"
|
|
641
775
|
}
|
|
642
776
|
},
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
777
|
+
type: {
|
|
778
|
+
defaultValue: "Microsoft.VMwareCloudSimple/privateClouds",
|
|
779
|
+
isConstant: true,
|
|
780
|
+
serializedName: "type",
|
|
646
781
|
type: {
|
|
647
782
|
name: "String"
|
|
648
783
|
}
|
|
649
784
|
},
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
serializedName: "properties.fullName",
|
|
785
|
+
availabilityZoneId: {
|
|
786
|
+
serializedName: "properties.availabilityZoneId",
|
|
653
787
|
type: {
|
|
654
788
|
name: "String"
|
|
655
789
|
}
|
|
656
790
|
},
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
serializedName: "type",
|
|
791
|
+
availabilityZoneName: {
|
|
792
|
+
serializedName: "properties.availabilityZoneName",
|
|
660
793
|
type: {
|
|
661
794
|
name: "String"
|
|
662
795
|
}
|
|
663
|
-
}
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
className: "VirtualDiskController",
|
|
673
|
-
modelProperties: {
|
|
674
|
-
id: {
|
|
675
|
-
readOnly: true,
|
|
676
|
-
serializedName: "id",
|
|
796
|
+
},
|
|
797
|
+
clustersNumber: {
|
|
798
|
+
serializedName: "properties.clustersNumber",
|
|
799
|
+
type: {
|
|
800
|
+
name: "Number"
|
|
801
|
+
}
|
|
802
|
+
},
|
|
803
|
+
createdBy: {
|
|
804
|
+
serializedName: "properties.createdBy",
|
|
677
805
|
type: {
|
|
678
806
|
name: "String"
|
|
679
807
|
}
|
|
680
808
|
},
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
809
|
+
createdOn: {
|
|
810
|
+
serializedName: "properties.createdOn",
|
|
811
|
+
type: {
|
|
812
|
+
name: "DateTime"
|
|
813
|
+
}
|
|
814
|
+
},
|
|
815
|
+
dnsServers: {
|
|
816
|
+
serializedName: "properties.dnsServers",
|
|
817
|
+
type: {
|
|
818
|
+
name: "Sequence",
|
|
819
|
+
element: {
|
|
820
|
+
type: {
|
|
821
|
+
name: "String"
|
|
822
|
+
}
|
|
823
|
+
}
|
|
824
|
+
}
|
|
825
|
+
},
|
|
826
|
+
expires: {
|
|
827
|
+
serializedName: "properties.expires",
|
|
684
828
|
type: {
|
|
685
829
|
name: "String"
|
|
686
830
|
}
|
|
687
831
|
},
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
serializedName: "subType",
|
|
832
|
+
nsxType: {
|
|
833
|
+
serializedName: "properties.nsxType",
|
|
691
834
|
type: {
|
|
692
835
|
name: "String"
|
|
693
836
|
}
|
|
694
837
|
},
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
serializedName: "type",
|
|
838
|
+
placementGroupId: {
|
|
839
|
+
serializedName: "properties.placementGroupId",
|
|
698
840
|
type: {
|
|
699
841
|
name: "String"
|
|
700
842
|
}
|
|
701
|
-
}
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
};
|
|
705
|
-
|
|
706
|
-
export const VirtualDisk: msRest.CompositeMapper = {
|
|
707
|
-
serializedName: "VirtualDisk",
|
|
708
|
-
type: {
|
|
709
|
-
name: "Composite",
|
|
710
|
-
className: "VirtualDisk",
|
|
711
|
-
modelProperties: {
|
|
712
|
-
controllerId: {
|
|
713
|
-
required: true,
|
|
714
|
-
serializedName: "controllerId",
|
|
843
|
+
},
|
|
844
|
+
placementGroupName: {
|
|
845
|
+
serializedName: "properties.placementGroupName",
|
|
715
846
|
type: {
|
|
716
847
|
name: "String"
|
|
717
848
|
}
|
|
718
849
|
},
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
serializedName: "independenceMode",
|
|
850
|
+
privateCloudId: {
|
|
851
|
+
serializedName: "properties.privateCloudId",
|
|
722
852
|
type: {
|
|
723
|
-
name: "
|
|
724
|
-
allowedValues: [
|
|
725
|
-
"persistent",
|
|
726
|
-
"independent_persistent",
|
|
727
|
-
"independent_nonpersistent"
|
|
728
|
-
]
|
|
853
|
+
name: "Uuid"
|
|
729
854
|
}
|
|
730
855
|
},
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
serializedName: "totalSize",
|
|
856
|
+
resourcePools: {
|
|
857
|
+
serializedName: "properties.resourcePools",
|
|
734
858
|
type: {
|
|
735
|
-
name: "
|
|
859
|
+
name: "Sequence",
|
|
860
|
+
element: {
|
|
861
|
+
type: {
|
|
862
|
+
name: "Composite",
|
|
863
|
+
className: "ResourcePool"
|
|
864
|
+
}
|
|
865
|
+
}
|
|
736
866
|
}
|
|
737
867
|
},
|
|
738
|
-
|
|
739
|
-
serializedName: "
|
|
868
|
+
state: {
|
|
869
|
+
serializedName: "properties.state",
|
|
740
870
|
type: {
|
|
741
871
|
name: "String"
|
|
742
872
|
}
|
|
743
873
|
},
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
serializedName: "virtualDiskName",
|
|
874
|
+
totalCpuCores: {
|
|
875
|
+
serializedName: "properties.totalCpuCores",
|
|
747
876
|
type: {
|
|
748
|
-
name: "
|
|
877
|
+
name: "Number"
|
|
749
878
|
}
|
|
750
|
-
}
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
};
|
|
754
|
-
|
|
755
|
-
export const VirtualNetwork: msRest.CompositeMapper = {
|
|
756
|
-
serializedName: "VirtualNetwork",
|
|
757
|
-
type: {
|
|
758
|
-
name: "Composite",
|
|
759
|
-
className: "VirtualNetwork",
|
|
760
|
-
modelProperties: {
|
|
761
|
-
assignable: {
|
|
762
|
-
readOnly: true,
|
|
763
|
-
serializedName: "assignable",
|
|
879
|
+
},
|
|
880
|
+
totalNodes: {
|
|
881
|
+
serializedName: "properties.totalNodes",
|
|
764
882
|
type: {
|
|
765
|
-
name: "
|
|
883
|
+
name: "Number"
|
|
766
884
|
}
|
|
767
885
|
},
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
serializedName: "id",
|
|
886
|
+
totalRam: {
|
|
887
|
+
serializedName: "properties.totalRam",
|
|
771
888
|
type: {
|
|
772
|
-
name: "
|
|
889
|
+
name: "Number"
|
|
773
890
|
}
|
|
774
891
|
},
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
892
|
+
totalStorage: {
|
|
893
|
+
serializedName: "properties.totalStorage",
|
|
894
|
+
type: {
|
|
895
|
+
name: "Number"
|
|
896
|
+
}
|
|
897
|
+
},
|
|
898
|
+
typePropertiesType: {
|
|
899
|
+
serializedName: "properties.type",
|
|
778
900
|
type: {
|
|
779
901
|
name: "String"
|
|
780
902
|
}
|
|
781
903
|
},
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
serializedName: "name",
|
|
904
|
+
vSphereVersion: {
|
|
905
|
+
serializedName: "properties.vSphereVersion",
|
|
785
906
|
type: {
|
|
786
907
|
name: "String"
|
|
787
908
|
}
|
|
788
909
|
},
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
serializedName: "properties.privateCloudId",
|
|
910
|
+
vcenterFqdn: {
|
|
911
|
+
serializedName: "properties.vcenterFqdn",
|
|
792
912
|
type: {
|
|
793
913
|
name: "String"
|
|
794
914
|
}
|
|
795
915
|
},
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
serializedName: "type",
|
|
916
|
+
vcenterRefid: {
|
|
917
|
+
serializedName: "properties.vcenterRefid",
|
|
799
918
|
type: {
|
|
800
919
|
name: "String"
|
|
801
920
|
}
|
|
802
|
-
}
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
};
|
|
806
|
-
|
|
807
|
-
export const VirtualNic: msRest.CompositeMapper = {
|
|
808
|
-
serializedName: "VirtualNic",
|
|
809
|
-
type: {
|
|
810
|
-
name: "Composite",
|
|
811
|
-
className: "VirtualNic",
|
|
812
|
-
modelProperties: {
|
|
813
|
-
ipAddresses: {
|
|
814
|
-
serializedName: "ipAddresses",
|
|
921
|
+
},
|
|
922
|
+
virtualMachineTemplates: {
|
|
923
|
+
serializedName: "properties.virtualMachineTemplates",
|
|
815
924
|
type: {
|
|
816
925
|
name: "Sequence",
|
|
817
926
|
element: {
|
|
818
927
|
type: {
|
|
819
|
-
name: "
|
|
928
|
+
name: "Composite",
|
|
929
|
+
className: "VirtualMachineTemplate"
|
|
820
930
|
}
|
|
821
931
|
}
|
|
822
932
|
}
|
|
823
933
|
},
|
|
824
|
-
|
|
825
|
-
serializedName: "
|
|
934
|
+
virtualNetworks: {
|
|
935
|
+
serializedName: "properties.virtualNetworks",
|
|
826
936
|
type: {
|
|
827
|
-
name: "
|
|
937
|
+
name: "Sequence",
|
|
938
|
+
element: {
|
|
939
|
+
type: {
|
|
940
|
+
name: "Composite",
|
|
941
|
+
className: "VirtualNetwork"
|
|
942
|
+
}
|
|
943
|
+
}
|
|
828
944
|
}
|
|
829
945
|
},
|
|
830
|
-
|
|
946
|
+
vrOpsEnabled: {
|
|
947
|
+
serializedName: "properties.vrOpsEnabled",
|
|
948
|
+
type: {
|
|
949
|
+
name: "Boolean"
|
|
950
|
+
}
|
|
951
|
+
}
|
|
952
|
+
}
|
|
953
|
+
}
|
|
954
|
+
};
|
|
955
|
+
|
|
956
|
+
export const ResourcePool: coreClient.CompositeMapper = {
|
|
957
|
+
type: {
|
|
958
|
+
name: "Composite",
|
|
959
|
+
className: "ResourcePool",
|
|
960
|
+
modelProperties: {
|
|
961
|
+
id: {
|
|
962
|
+
serializedName: "id",
|
|
831
963
|
required: true,
|
|
832
|
-
serializedName: "network",
|
|
833
964
|
type: {
|
|
834
|
-
name: "
|
|
835
|
-
className: "VirtualNetwork"
|
|
965
|
+
name: "String"
|
|
836
966
|
}
|
|
837
967
|
},
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
968
|
+
location: {
|
|
969
|
+
serializedName: "location",
|
|
970
|
+
readOnly: true,
|
|
841
971
|
type: {
|
|
842
|
-
name: "
|
|
843
|
-
allowedValues: [
|
|
844
|
-
"E1000",
|
|
845
|
-
"E1000E",
|
|
846
|
-
"PCNET32",
|
|
847
|
-
"VMXNET",
|
|
848
|
-
"VMXNET2",
|
|
849
|
-
"VMXNET3"
|
|
850
|
-
]
|
|
972
|
+
name: "String"
|
|
851
973
|
}
|
|
852
974
|
},
|
|
853
|
-
|
|
854
|
-
serializedName: "
|
|
975
|
+
name: {
|
|
976
|
+
serializedName: "name",
|
|
977
|
+
readOnly: true,
|
|
855
978
|
type: {
|
|
856
|
-
name: "
|
|
979
|
+
name: "String"
|
|
857
980
|
}
|
|
858
981
|
},
|
|
859
|
-
|
|
860
|
-
serializedName: "
|
|
982
|
+
privateCloudId: {
|
|
983
|
+
serializedName: "privateCloudId",
|
|
984
|
+
readOnly: true,
|
|
861
985
|
type: {
|
|
862
986
|
name: "String"
|
|
863
987
|
}
|
|
864
988
|
},
|
|
865
|
-
|
|
989
|
+
type: {
|
|
990
|
+
serializedName: "type",
|
|
991
|
+
readOnly: true,
|
|
992
|
+
type: {
|
|
993
|
+
name: "String"
|
|
994
|
+
}
|
|
995
|
+
},
|
|
996
|
+
fullName: {
|
|
997
|
+
serializedName: "properties.fullName",
|
|
866
998
|
readOnly: true,
|
|
867
|
-
serializedName: "virtualNicName",
|
|
868
999
|
type: {
|
|
869
1000
|
name: "String"
|
|
870
1001
|
}
|
|
@@ -873,15 +1004,14 @@ export const VirtualNic: msRest.CompositeMapper = {
|
|
|
873
1004
|
}
|
|
874
1005
|
};
|
|
875
1006
|
|
|
876
|
-
export const VirtualMachineTemplate:
|
|
877
|
-
serializedName: "VirtualMachineTemplate",
|
|
1007
|
+
export const VirtualMachineTemplate: coreClient.CompositeMapper = {
|
|
878
1008
|
type: {
|
|
879
1009
|
name: "Composite",
|
|
880
1010
|
className: "VirtualMachineTemplate",
|
|
881
1011
|
modelProperties: {
|
|
882
1012
|
id: {
|
|
883
|
-
readOnly: true,
|
|
884
1013
|
serializedName: "id",
|
|
1014
|
+
readOnly: true,
|
|
885
1015
|
type: {
|
|
886
1016
|
name: "String"
|
|
887
1017
|
}
|
|
@@ -893,8 +1023,15 @@ export const VirtualMachineTemplate: msRest.CompositeMapper = {
|
|
|
893
1023
|
}
|
|
894
1024
|
},
|
|
895
1025
|
name: {
|
|
896
|
-
readOnly: true,
|
|
897
1026
|
serializedName: "name",
|
|
1027
|
+
readOnly: true,
|
|
1028
|
+
type: {
|
|
1029
|
+
name: "String"
|
|
1030
|
+
}
|
|
1031
|
+
},
|
|
1032
|
+
type: {
|
|
1033
|
+
serializedName: "type",
|
|
1034
|
+
readOnly: true,
|
|
898
1035
|
type: {
|
|
899
1036
|
name: "String"
|
|
900
1037
|
}
|
|
@@ -942,15 +1079,15 @@ export const VirtualMachineTemplate: msRest.CompositeMapper = {
|
|
|
942
1079
|
}
|
|
943
1080
|
},
|
|
944
1081
|
guestOS: {
|
|
945
|
-
readOnly: true,
|
|
946
1082
|
serializedName: "properties.guestOS",
|
|
1083
|
+
readOnly: true,
|
|
947
1084
|
type: {
|
|
948
1085
|
name: "String"
|
|
949
1086
|
}
|
|
950
1087
|
},
|
|
951
1088
|
guestOSType: {
|
|
952
|
-
readOnly: true,
|
|
953
1089
|
serializedName: "properties.guestOSType",
|
|
1090
|
+
readOnly: true,
|
|
954
1091
|
type: {
|
|
955
1092
|
name: "String"
|
|
956
1093
|
}
|
|
@@ -980,7 +1117,6 @@ export const VirtualMachineTemplate: msRest.CompositeMapper = {
|
|
|
980
1117
|
}
|
|
981
1118
|
},
|
|
982
1119
|
privateCloudId: {
|
|
983
|
-
required: true,
|
|
984
1120
|
serializedName: "properties.privateCloudId",
|
|
985
1121
|
type: {
|
|
986
1122
|
name: "String"
|
|
@@ -1009,15 +1145,8 @@ export const VirtualMachineTemplate: msRest.CompositeMapper = {
|
|
|
1009
1145
|
}
|
|
1010
1146
|
},
|
|
1011
1147
|
vmwaretools: {
|
|
1012
|
-
readOnly: true,
|
|
1013
1148
|
serializedName: "properties.vmwaretools",
|
|
1014
|
-
|
|
1015
|
-
name: "String"
|
|
1016
|
-
}
|
|
1017
|
-
},
|
|
1018
|
-
type: {
|
|
1019
|
-
readOnly: true,
|
|
1020
|
-
serializedName: "type",
|
|
1149
|
+
readOnly: true,
|
|
1021
1150
|
type: {
|
|
1022
1151
|
name: "String"
|
|
1023
1152
|
}
|
|
@@ -1026,309 +1155,708 @@ export const VirtualMachineTemplate: msRest.CompositeMapper = {
|
|
|
1026
1155
|
}
|
|
1027
1156
|
};
|
|
1028
1157
|
|
|
1029
|
-
export const
|
|
1030
|
-
serializedName: "PrivateCloud",
|
|
1158
|
+
export const VirtualDiskController: coreClient.CompositeMapper = {
|
|
1031
1159
|
type: {
|
|
1032
1160
|
name: "Composite",
|
|
1033
|
-
className: "
|
|
1161
|
+
className: "VirtualDiskController",
|
|
1034
1162
|
modelProperties: {
|
|
1035
1163
|
id: {
|
|
1036
1164
|
serializedName: "id",
|
|
1165
|
+
readOnly: true,
|
|
1037
1166
|
type: {
|
|
1038
1167
|
name: "String"
|
|
1039
1168
|
}
|
|
1040
1169
|
},
|
|
1041
|
-
|
|
1042
|
-
serializedName: "
|
|
1170
|
+
name: {
|
|
1171
|
+
serializedName: "name",
|
|
1172
|
+
readOnly: true,
|
|
1043
1173
|
type: {
|
|
1044
1174
|
name: "String"
|
|
1045
1175
|
}
|
|
1046
1176
|
},
|
|
1047
|
-
|
|
1048
|
-
serializedName: "
|
|
1177
|
+
subType: {
|
|
1178
|
+
serializedName: "subType",
|
|
1179
|
+
readOnly: true,
|
|
1049
1180
|
type: {
|
|
1050
1181
|
name: "String"
|
|
1051
1182
|
}
|
|
1052
1183
|
},
|
|
1053
|
-
|
|
1054
|
-
serializedName: "
|
|
1184
|
+
type: {
|
|
1185
|
+
serializedName: "type",
|
|
1186
|
+
readOnly: true,
|
|
1055
1187
|
type: {
|
|
1056
1188
|
name: "String"
|
|
1057
1189
|
}
|
|
1058
|
-
}
|
|
1059
|
-
|
|
1060
|
-
|
|
1190
|
+
}
|
|
1191
|
+
}
|
|
1192
|
+
}
|
|
1193
|
+
};
|
|
1194
|
+
|
|
1195
|
+
export const VirtualDisk: coreClient.CompositeMapper = {
|
|
1196
|
+
type: {
|
|
1197
|
+
name: "Composite",
|
|
1198
|
+
className: "VirtualDisk",
|
|
1199
|
+
modelProperties: {
|
|
1200
|
+
controllerId: {
|
|
1201
|
+
serializedName: "controllerId",
|
|
1202
|
+
required: true,
|
|
1061
1203
|
type: {
|
|
1062
1204
|
name: "String"
|
|
1063
1205
|
}
|
|
1064
1206
|
},
|
|
1065
|
-
|
|
1066
|
-
serializedName: "
|
|
1207
|
+
independenceMode: {
|
|
1208
|
+
serializedName: "independenceMode",
|
|
1209
|
+
required: true,
|
|
1210
|
+
type: {
|
|
1211
|
+
name: "Enum",
|
|
1212
|
+
allowedValues: [
|
|
1213
|
+
"persistent",
|
|
1214
|
+
"independent_persistent",
|
|
1215
|
+
"independent_nonpersistent"
|
|
1216
|
+
]
|
|
1217
|
+
}
|
|
1218
|
+
},
|
|
1219
|
+
totalSize: {
|
|
1220
|
+
serializedName: "totalSize",
|
|
1221
|
+
required: true,
|
|
1067
1222
|
type: {
|
|
1068
1223
|
name: "Number"
|
|
1069
1224
|
}
|
|
1070
1225
|
},
|
|
1071
|
-
|
|
1072
|
-
serializedName: "
|
|
1226
|
+
virtualDiskId: {
|
|
1227
|
+
serializedName: "virtualDiskId",
|
|
1073
1228
|
type: {
|
|
1074
1229
|
name: "String"
|
|
1075
1230
|
}
|
|
1076
1231
|
},
|
|
1077
|
-
|
|
1078
|
-
serializedName: "
|
|
1232
|
+
virtualDiskName: {
|
|
1233
|
+
serializedName: "virtualDiskName",
|
|
1234
|
+
readOnly: true,
|
|
1079
1235
|
type: {
|
|
1080
|
-
name: "
|
|
1236
|
+
name: "String"
|
|
1237
|
+
}
|
|
1238
|
+
}
|
|
1239
|
+
}
|
|
1240
|
+
}
|
|
1241
|
+
};
|
|
1242
|
+
|
|
1243
|
+
export const VirtualNic: coreClient.CompositeMapper = {
|
|
1244
|
+
type: {
|
|
1245
|
+
name: "Composite",
|
|
1246
|
+
className: "VirtualNic",
|
|
1247
|
+
modelProperties: {
|
|
1248
|
+
customization: {
|
|
1249
|
+
serializedName: "customization",
|
|
1250
|
+
type: {
|
|
1251
|
+
name: "Composite",
|
|
1252
|
+
className: "GuestOsnicCustomization"
|
|
1253
|
+
}
|
|
1254
|
+
},
|
|
1255
|
+
ipAddresses: {
|
|
1256
|
+
serializedName: "ipAddresses",
|
|
1257
|
+
type: {
|
|
1258
|
+
name: "Sequence",
|
|
1259
|
+
element: {
|
|
1260
|
+
type: {
|
|
1261
|
+
name: "String"
|
|
1262
|
+
}
|
|
1263
|
+
}
|
|
1264
|
+
}
|
|
1265
|
+
},
|
|
1266
|
+
macAddress: {
|
|
1267
|
+
serializedName: "macAddress",
|
|
1268
|
+
type: {
|
|
1269
|
+
name: "String"
|
|
1270
|
+
}
|
|
1271
|
+
},
|
|
1272
|
+
network: {
|
|
1273
|
+
serializedName: "network",
|
|
1274
|
+
type: {
|
|
1275
|
+
name: "Composite",
|
|
1276
|
+
className: "VirtualNetwork"
|
|
1277
|
+
}
|
|
1278
|
+
},
|
|
1279
|
+
nicType: {
|
|
1280
|
+
serializedName: "nicType",
|
|
1281
|
+
required: true,
|
|
1282
|
+
type: {
|
|
1283
|
+
name: "Enum",
|
|
1284
|
+
allowedValues: [
|
|
1285
|
+
"E1000",
|
|
1286
|
+
"E1000E",
|
|
1287
|
+
"PCNET32",
|
|
1288
|
+
"VMXNET",
|
|
1289
|
+
"VMXNET2",
|
|
1290
|
+
"VMXNET3"
|
|
1291
|
+
]
|
|
1292
|
+
}
|
|
1293
|
+
},
|
|
1294
|
+
powerOnBoot: {
|
|
1295
|
+
serializedName: "powerOnBoot",
|
|
1296
|
+
type: {
|
|
1297
|
+
name: "Boolean"
|
|
1298
|
+
}
|
|
1299
|
+
},
|
|
1300
|
+
virtualNicId: {
|
|
1301
|
+
serializedName: "virtualNicId",
|
|
1302
|
+
type: {
|
|
1303
|
+
name: "String"
|
|
1304
|
+
}
|
|
1305
|
+
},
|
|
1306
|
+
virtualNicName: {
|
|
1307
|
+
serializedName: "virtualNicName",
|
|
1308
|
+
readOnly: true,
|
|
1309
|
+
type: {
|
|
1310
|
+
name: "String"
|
|
1311
|
+
}
|
|
1312
|
+
}
|
|
1313
|
+
}
|
|
1314
|
+
}
|
|
1315
|
+
};
|
|
1316
|
+
|
|
1317
|
+
export const GuestOsnicCustomization: coreClient.CompositeMapper = {
|
|
1318
|
+
type: {
|
|
1319
|
+
name: "Composite",
|
|
1320
|
+
className: "GuestOsnicCustomization",
|
|
1321
|
+
modelProperties: {
|
|
1322
|
+
allocation: {
|
|
1323
|
+
serializedName: "allocation",
|
|
1324
|
+
type: {
|
|
1325
|
+
name: "String"
|
|
1081
1326
|
}
|
|
1082
1327
|
},
|
|
1083
1328
|
dnsServers: {
|
|
1084
|
-
serializedName: "
|
|
1329
|
+
serializedName: "dnsServers",
|
|
1085
1330
|
type: {
|
|
1086
1331
|
name: "Sequence",
|
|
1087
1332
|
element: {
|
|
1333
|
+
constraints: {
|
|
1334
|
+
Pattern: new RegExp(
|
|
1335
|
+
"^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])[.]){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$"
|
|
1336
|
+
)
|
|
1337
|
+
},
|
|
1088
1338
|
type: {
|
|
1089
1339
|
name: "String"
|
|
1090
1340
|
}
|
|
1091
1341
|
}
|
|
1092
1342
|
}
|
|
1093
1343
|
},
|
|
1094
|
-
|
|
1095
|
-
serializedName: "
|
|
1344
|
+
gateway: {
|
|
1345
|
+
serializedName: "gateway",
|
|
1346
|
+
type: {
|
|
1347
|
+
name: "Sequence",
|
|
1348
|
+
element: {
|
|
1349
|
+
constraints: {
|
|
1350
|
+
Pattern: new RegExp(
|
|
1351
|
+
"^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])[.]){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$"
|
|
1352
|
+
)
|
|
1353
|
+
},
|
|
1354
|
+
type: {
|
|
1355
|
+
name: "String"
|
|
1356
|
+
}
|
|
1357
|
+
}
|
|
1358
|
+
}
|
|
1359
|
+
},
|
|
1360
|
+
ipAddress: {
|
|
1361
|
+
constraints: {
|
|
1362
|
+
Pattern: new RegExp(
|
|
1363
|
+
"^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])[.]){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$"
|
|
1364
|
+
)
|
|
1365
|
+
},
|
|
1366
|
+
serializedName: "ipAddress",
|
|
1096
1367
|
type: {
|
|
1097
1368
|
name: "String"
|
|
1098
1369
|
}
|
|
1099
1370
|
},
|
|
1100
|
-
|
|
1101
|
-
|
|
1371
|
+
mask: {
|
|
1372
|
+
constraints: {
|
|
1373
|
+
Pattern: new RegExp(
|
|
1374
|
+
"^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])[.]){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$"
|
|
1375
|
+
)
|
|
1376
|
+
},
|
|
1377
|
+
serializedName: "mask",
|
|
1102
1378
|
type: {
|
|
1103
1379
|
name: "String"
|
|
1104
1380
|
}
|
|
1105
1381
|
},
|
|
1106
|
-
|
|
1107
|
-
|
|
1382
|
+
primaryWinsServer: {
|
|
1383
|
+
constraints: {
|
|
1384
|
+
Pattern: new RegExp(
|
|
1385
|
+
"^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])[.]){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$"
|
|
1386
|
+
)
|
|
1387
|
+
},
|
|
1388
|
+
serializedName: "primaryWinsServer",
|
|
1108
1389
|
type: {
|
|
1109
1390
|
name: "String"
|
|
1110
1391
|
}
|
|
1111
1392
|
},
|
|
1112
|
-
|
|
1113
|
-
|
|
1393
|
+
secondaryWinsServer: {
|
|
1394
|
+
constraints: {
|
|
1395
|
+
Pattern: new RegExp(
|
|
1396
|
+
"^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])[.]){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$"
|
|
1397
|
+
)
|
|
1398
|
+
},
|
|
1399
|
+
serializedName: "secondaryWinsServer",
|
|
1400
|
+
type: {
|
|
1401
|
+
name: "String"
|
|
1402
|
+
}
|
|
1403
|
+
}
|
|
1404
|
+
}
|
|
1405
|
+
}
|
|
1406
|
+
};
|
|
1407
|
+
|
|
1408
|
+
export const VirtualNetwork: coreClient.CompositeMapper = {
|
|
1409
|
+
type: {
|
|
1410
|
+
name: "Composite",
|
|
1411
|
+
className: "VirtualNetwork",
|
|
1412
|
+
modelProperties: {
|
|
1413
|
+
assignable: {
|
|
1414
|
+
serializedName: "assignable",
|
|
1415
|
+
readOnly: true,
|
|
1416
|
+
type: {
|
|
1417
|
+
name: "Boolean"
|
|
1418
|
+
}
|
|
1419
|
+
},
|
|
1420
|
+
id: {
|
|
1421
|
+
serializedName: "id",
|
|
1422
|
+
required: true,
|
|
1423
|
+
type: {
|
|
1424
|
+
name: "String"
|
|
1425
|
+
}
|
|
1426
|
+
},
|
|
1427
|
+
location: {
|
|
1428
|
+
serializedName: "location",
|
|
1429
|
+
readOnly: true,
|
|
1430
|
+
type: {
|
|
1431
|
+
name: "String"
|
|
1432
|
+
}
|
|
1433
|
+
},
|
|
1434
|
+
name: {
|
|
1435
|
+
serializedName: "name",
|
|
1436
|
+
readOnly: true,
|
|
1437
|
+
type: {
|
|
1438
|
+
name: "String"
|
|
1439
|
+
}
|
|
1440
|
+
},
|
|
1441
|
+
type: {
|
|
1442
|
+
serializedName: "type",
|
|
1443
|
+
readOnly: true,
|
|
1114
1444
|
type: {
|
|
1115
1445
|
name: "String"
|
|
1116
1446
|
}
|
|
1117
1447
|
},
|
|
1118
1448
|
privateCloudId: {
|
|
1119
1449
|
serializedName: "properties.privateCloudId",
|
|
1450
|
+
readOnly: true,
|
|
1120
1451
|
type: {
|
|
1121
|
-
name: "
|
|
1452
|
+
name: "String"
|
|
1453
|
+
}
|
|
1454
|
+
}
|
|
1455
|
+
}
|
|
1456
|
+
}
|
|
1457
|
+
};
|
|
1458
|
+
|
|
1459
|
+
export const CustomizationPoliciesListResponse: coreClient.CompositeMapper = {
|
|
1460
|
+
type: {
|
|
1461
|
+
name: "Composite",
|
|
1462
|
+
className: "CustomizationPoliciesListResponse",
|
|
1463
|
+
modelProperties: {
|
|
1464
|
+
nextLink: {
|
|
1465
|
+
serializedName: "nextLink",
|
|
1466
|
+
type: {
|
|
1467
|
+
name: "String"
|
|
1122
1468
|
}
|
|
1123
1469
|
},
|
|
1124
|
-
|
|
1125
|
-
serializedName: "
|
|
1470
|
+
value: {
|
|
1471
|
+
serializedName: "value",
|
|
1126
1472
|
type: {
|
|
1127
1473
|
name: "Sequence",
|
|
1128
1474
|
element: {
|
|
1129
1475
|
type: {
|
|
1130
1476
|
name: "Composite",
|
|
1131
|
-
className: "
|
|
1477
|
+
className: "CustomizationPolicy"
|
|
1132
1478
|
}
|
|
1133
1479
|
}
|
|
1134
1480
|
}
|
|
1481
|
+
}
|
|
1482
|
+
}
|
|
1483
|
+
}
|
|
1484
|
+
};
|
|
1485
|
+
|
|
1486
|
+
export const CustomizationPolicy: coreClient.CompositeMapper = {
|
|
1487
|
+
type: {
|
|
1488
|
+
name: "Composite",
|
|
1489
|
+
className: "CustomizationPolicy",
|
|
1490
|
+
modelProperties: {
|
|
1491
|
+
id: {
|
|
1492
|
+
serializedName: "id",
|
|
1493
|
+
type: {
|
|
1494
|
+
name: "String"
|
|
1495
|
+
}
|
|
1135
1496
|
},
|
|
1136
|
-
|
|
1137
|
-
serializedName: "
|
|
1497
|
+
location: {
|
|
1498
|
+
serializedName: "location",
|
|
1138
1499
|
type: {
|
|
1139
1500
|
name: "String"
|
|
1140
1501
|
}
|
|
1141
1502
|
},
|
|
1142
|
-
|
|
1143
|
-
serializedName: "
|
|
1503
|
+
name: {
|
|
1504
|
+
serializedName: "name",
|
|
1505
|
+
readOnly: true,
|
|
1144
1506
|
type: {
|
|
1145
|
-
name: "
|
|
1507
|
+
name: "String"
|
|
1146
1508
|
}
|
|
1147
1509
|
},
|
|
1148
|
-
|
|
1149
|
-
serializedName: "
|
|
1510
|
+
type: {
|
|
1511
|
+
serializedName: "type",
|
|
1512
|
+
readOnly: true,
|
|
1150
1513
|
type: {
|
|
1151
|
-
name: "
|
|
1514
|
+
name: "String"
|
|
1152
1515
|
}
|
|
1153
1516
|
},
|
|
1154
|
-
|
|
1155
|
-
serializedName: "properties.
|
|
1517
|
+
description: {
|
|
1518
|
+
serializedName: "properties.description",
|
|
1156
1519
|
type: {
|
|
1157
|
-
name: "
|
|
1520
|
+
name: "String"
|
|
1158
1521
|
}
|
|
1159
1522
|
},
|
|
1160
|
-
|
|
1161
|
-
serializedName: "properties.
|
|
1523
|
+
privateCloudId: {
|
|
1524
|
+
serializedName: "properties.privateCloudId",
|
|
1162
1525
|
type: {
|
|
1163
|
-
name: "
|
|
1526
|
+
name: "String"
|
|
1164
1527
|
}
|
|
1165
1528
|
},
|
|
1166
|
-
|
|
1529
|
+
specification: {
|
|
1530
|
+
serializedName: "properties.specification",
|
|
1531
|
+
type: {
|
|
1532
|
+
name: "Composite",
|
|
1533
|
+
className: "CustomizationSpecification"
|
|
1534
|
+
}
|
|
1535
|
+
},
|
|
1536
|
+
typePropertiesType: {
|
|
1167
1537
|
serializedName: "properties.type",
|
|
1168
1538
|
type: {
|
|
1169
1539
|
name: "String"
|
|
1170
1540
|
}
|
|
1171
1541
|
},
|
|
1172
|
-
|
|
1173
|
-
serializedName: "properties.
|
|
1542
|
+
version: {
|
|
1543
|
+
serializedName: "properties.version",
|
|
1544
|
+
type: {
|
|
1545
|
+
name: "String"
|
|
1546
|
+
}
|
|
1547
|
+
}
|
|
1548
|
+
}
|
|
1549
|
+
}
|
|
1550
|
+
};
|
|
1551
|
+
|
|
1552
|
+
export const CustomizationSpecification: coreClient.CompositeMapper = {
|
|
1553
|
+
type: {
|
|
1554
|
+
name: "Composite",
|
|
1555
|
+
className: "CustomizationSpecification",
|
|
1556
|
+
modelProperties: {
|
|
1557
|
+
identity: {
|
|
1558
|
+
serializedName: "identity",
|
|
1559
|
+
type: {
|
|
1560
|
+
name: "Composite",
|
|
1561
|
+
className: "CustomizationIdentity"
|
|
1562
|
+
}
|
|
1563
|
+
},
|
|
1564
|
+
nicSettings: {
|
|
1565
|
+
serializedName: "nicSettings",
|
|
1566
|
+
type: {
|
|
1567
|
+
name: "Sequence",
|
|
1568
|
+
element: {
|
|
1569
|
+
type: {
|
|
1570
|
+
name: "Composite",
|
|
1571
|
+
className: "CustomizationNicSetting"
|
|
1572
|
+
}
|
|
1573
|
+
}
|
|
1574
|
+
}
|
|
1575
|
+
}
|
|
1576
|
+
}
|
|
1577
|
+
}
|
|
1578
|
+
};
|
|
1579
|
+
|
|
1580
|
+
export const CustomizationIdentity: coreClient.CompositeMapper = {
|
|
1581
|
+
type: {
|
|
1582
|
+
name: "Composite",
|
|
1583
|
+
className: "CustomizationIdentity",
|
|
1584
|
+
modelProperties: {
|
|
1585
|
+
data: {
|
|
1586
|
+
serializedName: "data",
|
|
1174
1587
|
type: {
|
|
1175
1588
|
name: "String"
|
|
1176
1589
|
}
|
|
1177
1590
|
},
|
|
1178
|
-
|
|
1179
|
-
serializedName: "
|
|
1591
|
+
hostName: {
|
|
1592
|
+
serializedName: "hostName",
|
|
1593
|
+
type: {
|
|
1594
|
+
name: "Composite",
|
|
1595
|
+
className: "CustomizationHostName"
|
|
1596
|
+
}
|
|
1597
|
+
},
|
|
1598
|
+
type: {
|
|
1599
|
+
serializedName: "type",
|
|
1180
1600
|
type: {
|
|
1181
1601
|
name: "String"
|
|
1182
1602
|
}
|
|
1183
1603
|
},
|
|
1184
|
-
|
|
1185
|
-
serializedName: "
|
|
1604
|
+
userData: {
|
|
1605
|
+
serializedName: "userData",
|
|
1606
|
+
type: {
|
|
1607
|
+
name: "Composite",
|
|
1608
|
+
className: "CustomizationIdentityUserData"
|
|
1609
|
+
}
|
|
1610
|
+
}
|
|
1611
|
+
}
|
|
1612
|
+
}
|
|
1613
|
+
};
|
|
1614
|
+
|
|
1615
|
+
export const CustomizationHostName: coreClient.CompositeMapper = {
|
|
1616
|
+
type: {
|
|
1617
|
+
name: "Composite",
|
|
1618
|
+
className: "CustomizationHostName",
|
|
1619
|
+
modelProperties: {
|
|
1620
|
+
name: {
|
|
1621
|
+
serializedName: "name",
|
|
1186
1622
|
type: {
|
|
1187
1623
|
name: "String"
|
|
1188
1624
|
}
|
|
1189
1625
|
},
|
|
1190
|
-
|
|
1191
|
-
serializedName: "
|
|
1626
|
+
type: {
|
|
1627
|
+
serializedName: "type",
|
|
1628
|
+
type: {
|
|
1629
|
+
name: "String"
|
|
1630
|
+
}
|
|
1631
|
+
}
|
|
1632
|
+
}
|
|
1633
|
+
}
|
|
1634
|
+
};
|
|
1635
|
+
|
|
1636
|
+
export const CustomizationIdentityUserData: coreClient.CompositeMapper = {
|
|
1637
|
+
type: {
|
|
1638
|
+
name: "Composite",
|
|
1639
|
+
className: "CustomizationIdentityUserData",
|
|
1640
|
+
modelProperties: {
|
|
1641
|
+
isPasswordPredefined: {
|
|
1642
|
+
defaultValue: false,
|
|
1643
|
+
serializedName: "isPasswordPredefined",
|
|
1644
|
+
type: {
|
|
1645
|
+
name: "Boolean"
|
|
1646
|
+
}
|
|
1647
|
+
}
|
|
1648
|
+
}
|
|
1649
|
+
}
|
|
1650
|
+
};
|
|
1651
|
+
|
|
1652
|
+
export const CustomizationNicSetting: coreClient.CompositeMapper = {
|
|
1653
|
+
type: {
|
|
1654
|
+
name: "Composite",
|
|
1655
|
+
className: "CustomizationNicSetting",
|
|
1656
|
+
modelProperties: {
|
|
1657
|
+
adapter: {
|
|
1658
|
+
serializedName: "adapter",
|
|
1659
|
+
type: {
|
|
1660
|
+
name: "Composite",
|
|
1661
|
+
className: "CustomizationIPSettings"
|
|
1662
|
+
}
|
|
1663
|
+
},
|
|
1664
|
+
macAddress: {
|
|
1665
|
+
serializedName: "macAddress",
|
|
1666
|
+
type: {
|
|
1667
|
+
name: "String"
|
|
1668
|
+
}
|
|
1669
|
+
}
|
|
1670
|
+
}
|
|
1671
|
+
}
|
|
1672
|
+
};
|
|
1673
|
+
|
|
1674
|
+
export const CustomizationIPSettings: coreClient.CompositeMapper = {
|
|
1675
|
+
type: {
|
|
1676
|
+
name: "Composite",
|
|
1677
|
+
className: "CustomizationIPSettings",
|
|
1678
|
+
modelProperties: {
|
|
1679
|
+
gateway: {
|
|
1680
|
+
serializedName: "gateway",
|
|
1681
|
+
type: {
|
|
1682
|
+
name: "Sequence",
|
|
1683
|
+
element: {
|
|
1684
|
+
type: {
|
|
1685
|
+
name: "String"
|
|
1686
|
+
}
|
|
1687
|
+
}
|
|
1688
|
+
}
|
|
1689
|
+
},
|
|
1690
|
+
ip: {
|
|
1691
|
+
serializedName: "ip",
|
|
1692
|
+
type: {
|
|
1693
|
+
name: "Composite",
|
|
1694
|
+
className: "CustomizationIPAddress"
|
|
1695
|
+
}
|
|
1696
|
+
},
|
|
1697
|
+
subnetMask: {
|
|
1698
|
+
serializedName: "subnetMask",
|
|
1699
|
+
type: {
|
|
1700
|
+
name: "String"
|
|
1701
|
+
}
|
|
1702
|
+
}
|
|
1703
|
+
}
|
|
1704
|
+
}
|
|
1705
|
+
};
|
|
1706
|
+
|
|
1707
|
+
export const CustomizationIPAddress: coreClient.CompositeMapper = {
|
|
1708
|
+
type: {
|
|
1709
|
+
name: "Composite",
|
|
1710
|
+
className: "CustomizationIPAddress",
|
|
1711
|
+
modelProperties: {
|
|
1712
|
+
argument: {
|
|
1713
|
+
serializedName: "argument",
|
|
1714
|
+
type: {
|
|
1715
|
+
name: "String"
|
|
1716
|
+
}
|
|
1717
|
+
},
|
|
1718
|
+
ipAddress: {
|
|
1719
|
+
serializedName: "ipAddress",
|
|
1720
|
+
type: {
|
|
1721
|
+
name: "String"
|
|
1722
|
+
}
|
|
1723
|
+
},
|
|
1724
|
+
type: {
|
|
1725
|
+
serializedName: "type",
|
|
1726
|
+
type: {
|
|
1727
|
+
name: "String"
|
|
1728
|
+
}
|
|
1729
|
+
}
|
|
1730
|
+
}
|
|
1731
|
+
}
|
|
1732
|
+
};
|
|
1733
|
+
|
|
1734
|
+
export const ResourcePoolsListResponse: coreClient.CompositeMapper = {
|
|
1735
|
+
type: {
|
|
1736
|
+
name: "Composite",
|
|
1737
|
+
className: "ResourcePoolsListResponse",
|
|
1738
|
+
modelProperties: {
|
|
1739
|
+
nextLink: {
|
|
1740
|
+
serializedName: "nextLink",
|
|
1741
|
+
type: {
|
|
1742
|
+
name: "String"
|
|
1743
|
+
}
|
|
1744
|
+
},
|
|
1745
|
+
value: {
|
|
1746
|
+
serializedName: "value",
|
|
1192
1747
|
type: {
|
|
1193
1748
|
name: "Sequence",
|
|
1194
1749
|
element: {
|
|
1195
1750
|
type: {
|
|
1196
1751
|
name: "Composite",
|
|
1197
|
-
className: "
|
|
1752
|
+
className: "ResourcePool"
|
|
1198
1753
|
}
|
|
1199
1754
|
}
|
|
1200
1755
|
}
|
|
1756
|
+
}
|
|
1757
|
+
}
|
|
1758
|
+
}
|
|
1759
|
+
};
|
|
1760
|
+
|
|
1761
|
+
export const VirtualMachineTemplateListResponse: coreClient.CompositeMapper = {
|
|
1762
|
+
type: {
|
|
1763
|
+
name: "Composite",
|
|
1764
|
+
className: "VirtualMachineTemplateListResponse",
|
|
1765
|
+
modelProperties: {
|
|
1766
|
+
nextLink: {
|
|
1767
|
+
serializedName: "nextLink",
|
|
1768
|
+
type: {
|
|
1769
|
+
name: "String"
|
|
1770
|
+
}
|
|
1201
1771
|
},
|
|
1202
|
-
|
|
1203
|
-
serializedName: "
|
|
1772
|
+
value: {
|
|
1773
|
+
serializedName: "value",
|
|
1204
1774
|
type: {
|
|
1205
1775
|
name: "Sequence",
|
|
1206
1776
|
element: {
|
|
1207
1777
|
type: {
|
|
1208
1778
|
name: "Composite",
|
|
1209
|
-
className: "
|
|
1779
|
+
className: "VirtualMachineTemplate"
|
|
1210
1780
|
}
|
|
1211
1781
|
}
|
|
1212
1782
|
}
|
|
1213
|
-
},
|
|
1214
|
-
vrOpsEnabled: {
|
|
1215
|
-
serializedName: "properties.vrOpsEnabled",
|
|
1216
|
-
type: {
|
|
1217
|
-
name: "Boolean"
|
|
1218
|
-
}
|
|
1219
|
-
},
|
|
1220
|
-
type: {
|
|
1221
|
-
serializedName: "type",
|
|
1222
|
-
type: {
|
|
1223
|
-
name: "Enum",
|
|
1224
|
-
allowedValues: [
|
|
1225
|
-
"Microsoft.VMwareCloudSimple/privateClouds"
|
|
1226
|
-
]
|
|
1227
|
-
}
|
|
1228
1783
|
}
|
|
1229
1784
|
}
|
|
1230
1785
|
}
|
|
1231
1786
|
};
|
|
1232
1787
|
|
|
1233
|
-
export const
|
|
1234
|
-
serializedName: "SkuAvailability",
|
|
1788
|
+
export const VirtualNetworkListResponse: coreClient.CompositeMapper = {
|
|
1235
1789
|
type: {
|
|
1236
1790
|
name: "Composite",
|
|
1237
|
-
className: "
|
|
1791
|
+
className: "VirtualNetworkListResponse",
|
|
1238
1792
|
modelProperties: {
|
|
1239
|
-
|
|
1240
|
-
serializedName: "
|
|
1241
|
-
type: {
|
|
1242
|
-
name: "String"
|
|
1243
|
-
}
|
|
1244
|
-
},
|
|
1245
|
-
dedicatedAvailabilityZoneName: {
|
|
1246
|
-
serializedName: "dedicatedAvailabilityZoneName",
|
|
1247
|
-
type: {
|
|
1248
|
-
name: "String"
|
|
1249
|
-
}
|
|
1250
|
-
},
|
|
1251
|
-
dedicatedPlacementGroupId: {
|
|
1252
|
-
serializedName: "dedicatedPlacementGroupId",
|
|
1253
|
-
type: {
|
|
1254
|
-
name: "String"
|
|
1255
|
-
}
|
|
1256
|
-
},
|
|
1257
|
-
dedicatedPlacementGroupName: {
|
|
1258
|
-
serializedName: "dedicatedPlacementGroupName",
|
|
1259
|
-
type: {
|
|
1260
|
-
name: "String"
|
|
1261
|
-
}
|
|
1262
|
-
},
|
|
1263
|
-
limit: {
|
|
1264
|
-
required: true,
|
|
1265
|
-
serializedName: "limit",
|
|
1266
|
-
type: {
|
|
1267
|
-
name: "Number"
|
|
1268
|
-
}
|
|
1269
|
-
},
|
|
1270
|
-
resourceType: {
|
|
1271
|
-
serializedName: "resourceType",
|
|
1272
|
-
type: {
|
|
1273
|
-
name: "String"
|
|
1274
|
-
}
|
|
1275
|
-
},
|
|
1276
|
-
skuId: {
|
|
1277
|
-
serializedName: "skuId",
|
|
1793
|
+
nextLink: {
|
|
1794
|
+
serializedName: "nextLink",
|
|
1278
1795
|
type: {
|
|
1279
1796
|
name: "String"
|
|
1280
1797
|
}
|
|
1281
1798
|
},
|
|
1282
|
-
|
|
1283
|
-
serializedName: "
|
|
1799
|
+
value: {
|
|
1800
|
+
serializedName: "value",
|
|
1284
1801
|
type: {
|
|
1285
|
-
name: "
|
|
1802
|
+
name: "Sequence",
|
|
1803
|
+
element: {
|
|
1804
|
+
type: {
|
|
1805
|
+
name: "Composite",
|
|
1806
|
+
className: "VirtualNetwork"
|
|
1807
|
+
}
|
|
1808
|
+
}
|
|
1286
1809
|
}
|
|
1287
1810
|
}
|
|
1288
1811
|
}
|
|
1289
1812
|
}
|
|
1290
1813
|
};
|
|
1291
1814
|
|
|
1292
|
-
export const
|
|
1293
|
-
serializedName: "UsageName",
|
|
1815
|
+
export const UsageListResponse: coreClient.CompositeMapper = {
|
|
1294
1816
|
type: {
|
|
1295
1817
|
name: "Composite",
|
|
1296
|
-
className: "
|
|
1818
|
+
className: "UsageListResponse",
|
|
1297
1819
|
modelProperties: {
|
|
1298
|
-
|
|
1299
|
-
serializedName: "
|
|
1820
|
+
nextLink: {
|
|
1821
|
+
serializedName: "nextLink",
|
|
1300
1822
|
type: {
|
|
1301
1823
|
name: "String"
|
|
1302
1824
|
}
|
|
1303
1825
|
},
|
|
1304
1826
|
value: {
|
|
1305
1827
|
serializedName: "value",
|
|
1828
|
+
readOnly: true,
|
|
1306
1829
|
type: {
|
|
1307
|
-
name: "
|
|
1830
|
+
name: "Sequence",
|
|
1831
|
+
element: {
|
|
1832
|
+
type: {
|
|
1833
|
+
name: "Composite",
|
|
1834
|
+
className: "Usage"
|
|
1835
|
+
}
|
|
1836
|
+
}
|
|
1308
1837
|
}
|
|
1309
1838
|
}
|
|
1310
1839
|
}
|
|
1311
1840
|
}
|
|
1312
1841
|
};
|
|
1313
1842
|
|
|
1314
|
-
export const Usage:
|
|
1315
|
-
serializedName: "Usage",
|
|
1843
|
+
export const Usage: coreClient.CompositeMapper = {
|
|
1316
1844
|
type: {
|
|
1317
1845
|
name: "Composite",
|
|
1318
1846
|
className: "Usage",
|
|
1319
1847
|
modelProperties: {
|
|
1320
1848
|
currentValue: {
|
|
1321
|
-
required: true,
|
|
1322
|
-
serializedName: "currentValue",
|
|
1323
1849
|
defaultValue: 0,
|
|
1850
|
+
serializedName: "currentValue",
|
|
1851
|
+
required: true,
|
|
1324
1852
|
type: {
|
|
1325
1853
|
name: "Number"
|
|
1326
1854
|
}
|
|
1327
1855
|
},
|
|
1328
1856
|
limit: {
|
|
1329
|
-
required: true,
|
|
1330
|
-
serializedName: "limit",
|
|
1331
1857
|
defaultValue: 0,
|
|
1858
|
+
serializedName: "limit",
|
|
1859
|
+
required: true,
|
|
1332
1860
|
type: {
|
|
1333
1861
|
name: "Number"
|
|
1334
1862
|
}
|
|
@@ -1358,46 +1886,106 @@ export const Usage: msRest.CompositeMapper = {
|
|
|
1358
1886
|
}
|
|
1359
1887
|
};
|
|
1360
1888
|
|
|
1361
|
-
export const
|
|
1362
|
-
|
|
1889
|
+
export const UsageName: coreClient.CompositeMapper = {
|
|
1890
|
+
type: {
|
|
1891
|
+
name: "Composite",
|
|
1892
|
+
className: "UsageName",
|
|
1893
|
+
modelProperties: {
|
|
1894
|
+
localizedValue: {
|
|
1895
|
+
serializedName: "localizedValue",
|
|
1896
|
+
type: {
|
|
1897
|
+
name: "String"
|
|
1898
|
+
}
|
|
1899
|
+
},
|
|
1900
|
+
value: {
|
|
1901
|
+
serializedName: "value",
|
|
1902
|
+
type: {
|
|
1903
|
+
name: "String"
|
|
1904
|
+
}
|
|
1905
|
+
}
|
|
1906
|
+
}
|
|
1907
|
+
}
|
|
1908
|
+
};
|
|
1909
|
+
|
|
1910
|
+
export const VirtualMachineListResponse: coreClient.CompositeMapper = {
|
|
1911
|
+
type: {
|
|
1912
|
+
name: "Composite",
|
|
1913
|
+
className: "VirtualMachineListResponse",
|
|
1914
|
+
modelProperties: {
|
|
1915
|
+
nextLink: {
|
|
1916
|
+
serializedName: "nextLink",
|
|
1917
|
+
type: {
|
|
1918
|
+
name: "String"
|
|
1919
|
+
}
|
|
1920
|
+
},
|
|
1921
|
+
value: {
|
|
1922
|
+
serializedName: "value",
|
|
1923
|
+
type: {
|
|
1924
|
+
name: "Sequence",
|
|
1925
|
+
element: {
|
|
1926
|
+
type: {
|
|
1927
|
+
name: "Composite",
|
|
1928
|
+
className: "VirtualMachine"
|
|
1929
|
+
}
|
|
1930
|
+
}
|
|
1931
|
+
}
|
|
1932
|
+
}
|
|
1933
|
+
}
|
|
1934
|
+
}
|
|
1935
|
+
};
|
|
1936
|
+
|
|
1937
|
+
export const VirtualMachine: coreClient.CompositeMapper = {
|
|
1363
1938
|
type: {
|
|
1364
1939
|
name: "Composite",
|
|
1365
1940
|
className: "VirtualMachine",
|
|
1366
1941
|
modelProperties: {
|
|
1367
1942
|
id: {
|
|
1368
|
-
readOnly: true,
|
|
1369
1943
|
serializedName: "id",
|
|
1944
|
+
readOnly: true,
|
|
1370
1945
|
type: {
|
|
1371
1946
|
name: "String"
|
|
1372
1947
|
}
|
|
1373
1948
|
},
|
|
1374
1949
|
location: {
|
|
1375
|
-
required: true,
|
|
1376
1950
|
serializedName: "location",
|
|
1951
|
+
required: true,
|
|
1377
1952
|
type: {
|
|
1378
1953
|
name: "String"
|
|
1379
1954
|
}
|
|
1380
1955
|
},
|
|
1381
1956
|
name: {
|
|
1382
|
-
readOnly: true,
|
|
1383
|
-
serializedName: "name",
|
|
1384
1957
|
constraints: {
|
|
1385
|
-
Pattern:
|
|
1958
|
+
Pattern: new RegExp("^[a-zA-Z0-9]([-_.a-zA-Z0-9]*[a-zA-Z0-9])?$")
|
|
1386
1959
|
},
|
|
1960
|
+
serializedName: "name",
|
|
1961
|
+
readOnly: true,
|
|
1962
|
+
type: {
|
|
1963
|
+
name: "String"
|
|
1964
|
+
}
|
|
1965
|
+
},
|
|
1966
|
+
tags: {
|
|
1967
|
+
serializedName: "tags",
|
|
1968
|
+
type: {
|
|
1969
|
+
name: "Dictionary",
|
|
1970
|
+
value: { type: { name: "String" } }
|
|
1971
|
+
}
|
|
1972
|
+
},
|
|
1973
|
+
type: {
|
|
1974
|
+
serializedName: "type",
|
|
1975
|
+
readOnly: true,
|
|
1387
1976
|
type: {
|
|
1388
1977
|
name: "String"
|
|
1389
1978
|
}
|
|
1390
1979
|
},
|
|
1391
1980
|
amountOfRam: {
|
|
1392
|
-
required: true,
|
|
1393
1981
|
serializedName: "properties.amountOfRam",
|
|
1394
1982
|
type: {
|
|
1395
1983
|
name: "Number"
|
|
1396
1984
|
}
|
|
1397
1985
|
},
|
|
1398
1986
|
controllers: {
|
|
1399
|
-
readOnly: true,
|
|
1400
1987
|
serializedName: "properties.controllers",
|
|
1988
|
+
readOnly: true,
|
|
1401
1989
|
type: {
|
|
1402
1990
|
name: "Sequence",
|
|
1403
1991
|
element: {
|
|
@@ -1408,6 +1996,13 @@ export const VirtualMachine: msRest.CompositeMapper = {
|
|
|
1408
1996
|
}
|
|
1409
1997
|
}
|
|
1410
1998
|
},
|
|
1999
|
+
customization: {
|
|
2000
|
+
serializedName: "properties.customization",
|
|
2001
|
+
type: {
|
|
2002
|
+
name: "Composite",
|
|
2003
|
+
className: "GuestOSCustomization"
|
|
2004
|
+
}
|
|
2005
|
+
},
|
|
1411
2006
|
disks: {
|
|
1412
2007
|
serializedName: "properties.disks",
|
|
1413
2008
|
type: {
|
|
@@ -1421,8 +2016,8 @@ export const VirtualMachine: msRest.CompositeMapper = {
|
|
|
1421
2016
|
}
|
|
1422
2017
|
},
|
|
1423
2018
|
dnsname: {
|
|
1424
|
-
readOnly: true,
|
|
1425
2019
|
serializedName: "properties.dnsname",
|
|
2020
|
+
readOnly: true,
|
|
1426
2021
|
type: {
|
|
1427
2022
|
name: "String"
|
|
1428
2023
|
}
|
|
@@ -1434,29 +2029,25 @@ export const VirtualMachine: msRest.CompositeMapper = {
|
|
|
1434
2029
|
}
|
|
1435
2030
|
},
|
|
1436
2031
|
folder: {
|
|
1437
|
-
readOnly: true,
|
|
1438
2032
|
serializedName: "properties.folder",
|
|
2033
|
+
readOnly: true,
|
|
1439
2034
|
type: {
|
|
1440
2035
|
name: "String"
|
|
1441
2036
|
}
|
|
1442
2037
|
},
|
|
1443
2038
|
guestOS: {
|
|
1444
|
-
readOnly: true,
|
|
1445
2039
|
serializedName: "properties.guestOS",
|
|
2040
|
+
readOnly: true,
|
|
1446
2041
|
type: {
|
|
1447
2042
|
name: "String"
|
|
1448
2043
|
}
|
|
1449
2044
|
},
|
|
1450
2045
|
guestOSType: {
|
|
1451
|
-
readOnly: true,
|
|
1452
2046
|
serializedName: "properties.guestOSType",
|
|
2047
|
+
readOnly: true,
|
|
1453
2048
|
type: {
|
|
1454
2049
|
name: "Enum",
|
|
1455
|
-
allowedValues: [
|
|
1456
|
-
"linux",
|
|
1457
|
-
"windows",
|
|
1458
|
-
"other"
|
|
1459
|
-
]
|
|
2050
|
+
allowedValues: ["linux", "windows", "other"]
|
|
1460
2051
|
}
|
|
1461
2052
|
},
|
|
1462
2053
|
nics: {
|
|
@@ -1472,7 +2063,6 @@ export const VirtualMachine: msRest.CompositeMapper = {
|
|
|
1472
2063
|
}
|
|
1473
2064
|
},
|
|
1474
2065
|
numberOfCores: {
|
|
1475
|
-
required: true,
|
|
1476
2066
|
serializedName: "properties.numberOfCores",
|
|
1477
2067
|
type: {
|
|
1478
2068
|
name: "Number"
|
|
@@ -1485,22 +2075,21 @@ export const VirtualMachine: msRest.CompositeMapper = {
|
|
|
1485
2075
|
}
|
|
1486
2076
|
},
|
|
1487
2077
|
privateCloudId: {
|
|
1488
|
-
required: true,
|
|
1489
2078
|
serializedName: "properties.privateCloudId",
|
|
1490
2079
|
type: {
|
|
1491
2080
|
name: "String"
|
|
1492
2081
|
}
|
|
1493
2082
|
},
|
|
1494
2083
|
provisioningState: {
|
|
1495
|
-
readOnly: true,
|
|
1496
2084
|
serializedName: "properties.provisioningState",
|
|
2085
|
+
readOnly: true,
|
|
1497
2086
|
type: {
|
|
1498
2087
|
name: "String"
|
|
1499
2088
|
}
|
|
1500
2089
|
},
|
|
1501
2090
|
publicIP: {
|
|
1502
|
-
readOnly: true,
|
|
1503
2091
|
serializedName: "properties.publicIP",
|
|
2092
|
+
readOnly: true,
|
|
1504
2093
|
type: {
|
|
1505
2094
|
name: "String"
|
|
1506
2095
|
}
|
|
@@ -1513,8 +2102,8 @@ export const VirtualMachine: msRest.CompositeMapper = {
|
|
|
1513
2102
|
}
|
|
1514
2103
|
},
|
|
1515
2104
|
status: {
|
|
1516
|
-
readOnly: true,
|
|
1517
2105
|
serializedName: "properties.status",
|
|
2106
|
+
readOnly: true,
|
|
1518
2107
|
type: {
|
|
1519
2108
|
name: "Enum",
|
|
1520
2109
|
allowedValues: [
|
|
@@ -1551,33 +2140,15 @@ export const VirtualMachine: msRest.CompositeMapper = {
|
|
|
1551
2140
|
}
|
|
1552
2141
|
},
|
|
1553
2142
|
vmId: {
|
|
1554
|
-
readOnly: true,
|
|
1555
2143
|
serializedName: "properties.vmId",
|
|
2144
|
+
readOnly: true,
|
|
1556
2145
|
type: {
|
|
1557
2146
|
name: "String"
|
|
1558
2147
|
}
|
|
1559
2148
|
},
|
|
1560
2149
|
vmwaretools: {
|
|
1561
|
-
readOnly: true,
|
|
1562
2150
|
serializedName: "properties.vmwaretools",
|
|
1563
|
-
type: {
|
|
1564
|
-
name: "String"
|
|
1565
|
-
}
|
|
1566
|
-
},
|
|
1567
|
-
tags: {
|
|
1568
|
-
serializedName: "tags",
|
|
1569
|
-
type: {
|
|
1570
|
-
name: "Dictionary",
|
|
1571
|
-
value: {
|
|
1572
|
-
type: {
|
|
1573
|
-
name: "String"
|
|
1574
|
-
}
|
|
1575
|
-
}
|
|
1576
|
-
}
|
|
1577
|
-
},
|
|
1578
|
-
type: {
|
|
1579
2151
|
readOnly: true,
|
|
1580
|
-
serializedName: "type",
|
|
1581
2152
|
type: {
|
|
1582
2153
|
name: "String"
|
|
1583
2154
|
}
|
|
@@ -1586,92 +2157,47 @@ export const VirtualMachine: msRest.CompositeMapper = {
|
|
|
1586
2157
|
}
|
|
1587
2158
|
};
|
|
1588
2159
|
|
|
1589
|
-
export const
|
|
1590
|
-
serializedName: "VirtualMachineStopMode",
|
|
1591
|
-
type: {
|
|
1592
|
-
name: "Composite",
|
|
1593
|
-
className: "VirtualMachineStopMode",
|
|
1594
|
-
modelProperties: {
|
|
1595
|
-
mode: {
|
|
1596
|
-
serializedName: "mode",
|
|
1597
|
-
type: {
|
|
1598
|
-
name: "Enum",
|
|
1599
|
-
allowedValues: [
|
|
1600
|
-
"reboot",
|
|
1601
|
-
"suspend",
|
|
1602
|
-
"shutdown",
|
|
1603
|
-
"poweroff"
|
|
1604
|
-
]
|
|
1605
|
-
}
|
|
1606
|
-
}
|
|
1607
|
-
}
|
|
1608
|
-
}
|
|
1609
|
-
};
|
|
1610
|
-
|
|
1611
|
-
export const OperationsGetHeaders: msRest.CompositeMapper = {
|
|
1612
|
-
serializedName: "operations-get-headers",
|
|
2160
|
+
export const GuestOSCustomization: coreClient.CompositeMapper = {
|
|
1613
2161
|
type: {
|
|
1614
2162
|
name: "Composite",
|
|
1615
|
-
className: "
|
|
2163
|
+
className: "GuestOSCustomization",
|
|
1616
2164
|
modelProperties: {
|
|
1617
|
-
|
|
1618
|
-
serializedName: "
|
|
1619
|
-
type: {
|
|
1620
|
-
name: "String"
|
|
1621
|
-
}
|
|
1622
|
-
},
|
|
1623
|
-
retryAfter: {
|
|
1624
|
-
serializedName: "retry-after",
|
|
2165
|
+
dnsServers: {
|
|
2166
|
+
serializedName: "dnsServers",
|
|
1625
2167
|
type: {
|
|
1626
|
-
name: "
|
|
2168
|
+
name: "Sequence",
|
|
2169
|
+
element: {
|
|
2170
|
+
constraints: {
|
|
2171
|
+
Pattern: new RegExp(
|
|
2172
|
+
"^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])[.]){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$"
|
|
2173
|
+
)
|
|
2174
|
+
},
|
|
2175
|
+
type: {
|
|
2176
|
+
name: "String"
|
|
2177
|
+
}
|
|
2178
|
+
}
|
|
1627
2179
|
}
|
|
1628
2180
|
},
|
|
1629
|
-
|
|
1630
|
-
serializedName: "
|
|
1631
|
-
type: {
|
|
1632
|
-
name: "String"
|
|
1633
|
-
}
|
|
1634
|
-
}
|
|
1635
|
-
}
|
|
1636
|
-
}
|
|
1637
|
-
};
|
|
1638
|
-
|
|
1639
|
-
export const DedicatedCloudNodesCreateOrUpdateHeaders: msRest.CompositeMapper = {
|
|
1640
|
-
serializedName: "dedicatedcloudnodes-createorupdate-headers",
|
|
1641
|
-
type: {
|
|
1642
|
-
name: "Composite",
|
|
1643
|
-
className: "DedicatedCloudNodesCreateOrUpdateHeaders",
|
|
1644
|
-
modelProperties: {
|
|
1645
|
-
azureAsyncOperation: {
|
|
1646
|
-
serializedName: "azure-asyncoperation",
|
|
2181
|
+
hostName: {
|
|
2182
|
+
serializedName: "hostName",
|
|
1647
2183
|
type: {
|
|
1648
2184
|
name: "String"
|
|
1649
2185
|
}
|
|
1650
2186
|
},
|
|
1651
|
-
|
|
1652
|
-
serializedName: "
|
|
2187
|
+
password: {
|
|
2188
|
+
serializedName: "password",
|
|
1653
2189
|
type: {
|
|
1654
2190
|
name: "String"
|
|
1655
2191
|
}
|
|
1656
2192
|
},
|
|
1657
|
-
|
|
1658
|
-
serializedName: "
|
|
2193
|
+
policyId: {
|
|
2194
|
+
serializedName: "policyId",
|
|
1659
2195
|
type: {
|
|
1660
|
-
name: "
|
|
2196
|
+
name: "String"
|
|
1661
2197
|
}
|
|
1662
|
-
}
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
};
|
|
1666
|
-
|
|
1667
|
-
export const DedicatedCloudNodesDeleteHeaders: msRest.CompositeMapper = {
|
|
1668
|
-
serializedName: "dedicatedcloudnodes-delete-headers",
|
|
1669
|
-
type: {
|
|
1670
|
-
name: "Composite",
|
|
1671
|
-
className: "DedicatedCloudNodesDeleteHeaders",
|
|
1672
|
-
modelProperties: {
|
|
1673
|
-
contentType: {
|
|
1674
|
-
serializedName: "content-type",
|
|
2198
|
+
},
|
|
2199
|
+
username: {
|
|
2200
|
+
serializedName: "username",
|
|
1675
2201
|
type: {
|
|
1676
2202
|
name: "String"
|
|
1677
2203
|
}
|
|
@@ -1680,50 +2206,43 @@ export const DedicatedCloudNodesDeleteHeaders: msRest.CompositeMapper = {
|
|
|
1680
2206
|
}
|
|
1681
2207
|
};
|
|
1682
2208
|
|
|
1683
|
-
export const
|
|
1684
|
-
serializedName: "dedicatedcloudservices-delete-headers",
|
|
2209
|
+
export const PatchPayload: coreClient.CompositeMapper = {
|
|
1685
2210
|
type: {
|
|
1686
2211
|
name: "Composite",
|
|
1687
|
-
className: "
|
|
2212
|
+
className: "PatchPayload",
|
|
1688
2213
|
modelProperties: {
|
|
1689
|
-
|
|
1690
|
-
serializedName: "
|
|
2214
|
+
tags: {
|
|
2215
|
+
serializedName: "tags",
|
|
1691
2216
|
type: {
|
|
1692
|
-
name: "
|
|
2217
|
+
name: "Dictionary",
|
|
2218
|
+
value: { type: { name: "String" } }
|
|
1693
2219
|
}
|
|
1694
2220
|
}
|
|
1695
2221
|
}
|
|
1696
2222
|
}
|
|
1697
2223
|
};
|
|
1698
2224
|
|
|
1699
|
-
export const
|
|
1700
|
-
serializedName: "virtualmachines-createorupdate-headers",
|
|
2225
|
+
export const VirtualMachineStopMode: coreClient.CompositeMapper = {
|
|
1701
2226
|
type: {
|
|
1702
2227
|
name: "Composite",
|
|
1703
|
-
className: "
|
|
2228
|
+
className: "VirtualMachineStopMode",
|
|
1704
2229
|
modelProperties: {
|
|
1705
|
-
|
|
1706
|
-
serializedName: "
|
|
2230
|
+
mode: {
|
|
2231
|
+
serializedName: "mode",
|
|
1707
2232
|
type: {
|
|
1708
|
-
name: "
|
|
2233
|
+
name: "Enum",
|
|
2234
|
+
allowedValues: ["reboot", "suspend", "shutdown", "poweroff"]
|
|
1709
2235
|
}
|
|
1710
2236
|
}
|
|
1711
2237
|
}
|
|
1712
2238
|
}
|
|
1713
2239
|
};
|
|
1714
2240
|
|
|
1715
|
-
export const
|
|
1716
|
-
serializedName: "virtualmachines-delete-headers",
|
|
2241
|
+
export const OperationsGetHeaders: coreClient.CompositeMapper = {
|
|
1717
2242
|
type: {
|
|
1718
2243
|
name: "Composite",
|
|
1719
|
-
className: "
|
|
2244
|
+
className: "OperationsGetHeaders",
|
|
1720
2245
|
modelProperties: {
|
|
1721
|
-
azureAsyncOperation: {
|
|
1722
|
-
serializedName: "azure-asyncoperation",
|
|
1723
|
-
type: {
|
|
1724
|
-
name: "String"
|
|
1725
|
-
}
|
|
1726
|
-
},
|
|
1727
2246
|
location: {
|
|
1728
2247
|
serializedName: "location",
|
|
1729
2248
|
type: {
|
|
@@ -1735,42 +2254,18 @@ export const VirtualMachinesDeleteHeaders: msRest.CompositeMapper = {
|
|
|
1735
2254
|
type: {
|
|
1736
2255
|
name: "Number"
|
|
1737
2256
|
}
|
|
1738
|
-
},
|
|
1739
|
-
contentType: {
|
|
1740
|
-
serializedName: "content-type",
|
|
1741
|
-
type: {
|
|
1742
|
-
name: "String"
|
|
1743
|
-
}
|
|
1744
2257
|
}
|
|
1745
2258
|
}
|
|
1746
2259
|
}
|
|
1747
2260
|
};
|
|
1748
2261
|
|
|
1749
|
-
export const
|
|
1750
|
-
serializedName: "virtualmachines-start-headers",
|
|
2262
|
+
export const OperationsGetExceptionHeaders: coreClient.CompositeMapper = {
|
|
1751
2263
|
type: {
|
|
1752
2264
|
name: "Composite",
|
|
1753
|
-
className: "
|
|
2265
|
+
className: "OperationsGetExceptionHeaders",
|
|
1754
2266
|
modelProperties: {
|
|
1755
|
-
azureAsyncOperation: {
|
|
1756
|
-
serializedName: "azure-asyncoperation",
|
|
1757
|
-
type: {
|
|
1758
|
-
name: "String"
|
|
1759
|
-
}
|
|
1760
|
-
},
|
|
1761
|
-
location: {
|
|
1762
|
-
serializedName: "location",
|
|
1763
|
-
type: {
|
|
1764
|
-
name: "String"
|
|
1765
|
-
}
|
|
1766
|
-
},
|
|
1767
|
-
retryAfter: {
|
|
1768
|
-
serializedName: "retry-after",
|
|
1769
|
-
type: {
|
|
1770
|
-
name: "Number"
|
|
1771
|
-
}
|
|
1772
|
-
},
|
|
1773
2267
|
contentType: {
|
|
2268
|
+
defaultValue: "application/json",
|
|
1774
2269
|
serializedName: "content-type",
|
|
1775
2270
|
type: {
|
|
1776
2271
|
name: "String"
|
|
@@ -1780,11 +2275,10 @@ export const VirtualMachinesStartHeaders: msRest.CompositeMapper = {
|
|
|
1780
2275
|
}
|
|
1781
2276
|
};
|
|
1782
2277
|
|
|
1783
|
-
export const
|
|
1784
|
-
serializedName: "virtualmachines-stop-headers",
|
|
2278
|
+
export const DedicatedCloudNodesCreateOrUpdateHeaders: coreClient.CompositeMapper = {
|
|
1785
2279
|
type: {
|
|
1786
2280
|
name: "Composite",
|
|
1787
|
-
className: "
|
|
2281
|
+
className: "DedicatedCloudNodesCreateOrUpdateHeaders",
|
|
1788
2282
|
modelProperties: {
|
|
1789
2283
|
azureAsyncOperation: {
|
|
1790
2284
|
serializedName: "azure-asyncoperation",
|
|
@@ -1803,293 +2297,182 @@ export const VirtualMachinesStopHeaders: msRest.CompositeMapper = {
|
|
|
1803
2297
|
type: {
|
|
1804
2298
|
name: "Number"
|
|
1805
2299
|
}
|
|
1806
|
-
},
|
|
1807
|
-
contentType: {
|
|
1808
|
-
serializedName: "content-type",
|
|
1809
|
-
type: {
|
|
1810
|
-
name: "String"
|
|
1811
|
-
}
|
|
1812
2300
|
}
|
|
1813
2301
|
}
|
|
1814
2302
|
}
|
|
1815
2303
|
};
|
|
1816
2304
|
|
|
1817
|
-
export const
|
|
1818
|
-
serializedName: "AvailableOperationsListResponse",
|
|
2305
|
+
export const DedicatedCloudNodesDeleteExceptionHeaders: coreClient.CompositeMapper = {
|
|
1819
2306
|
type: {
|
|
1820
2307
|
name: "Composite",
|
|
1821
|
-
className: "
|
|
2308
|
+
className: "DedicatedCloudNodesDeleteExceptionHeaders",
|
|
1822
2309
|
modelProperties: {
|
|
1823
|
-
|
|
1824
|
-
|
|
2310
|
+
contentType: {
|
|
2311
|
+
defaultValue: "application/json",
|
|
2312
|
+
serializedName: "content-type",
|
|
1825
2313
|
type: {
|
|
1826
2314
|
name: "String"
|
|
1827
2315
|
}
|
|
1828
|
-
},
|
|
1829
|
-
value: {
|
|
1830
|
-
serializedName: "",
|
|
1831
|
-
type: {
|
|
1832
|
-
name: "Sequence",
|
|
1833
|
-
element: {
|
|
1834
|
-
type: {
|
|
1835
|
-
name: "Composite",
|
|
1836
|
-
className: "AvailableOperation"
|
|
1837
|
-
}
|
|
1838
|
-
}
|
|
1839
|
-
}
|
|
1840
2316
|
}
|
|
1841
2317
|
}
|
|
1842
2318
|
}
|
|
1843
2319
|
};
|
|
1844
2320
|
|
|
1845
|
-
export const
|
|
1846
|
-
serializedName: "DedicatedCloudNodeListResponse",
|
|
2321
|
+
export const DedicatedCloudServicesDeleteExceptionHeaders: coreClient.CompositeMapper = {
|
|
1847
2322
|
type: {
|
|
1848
2323
|
name: "Composite",
|
|
1849
|
-
className: "
|
|
2324
|
+
className: "DedicatedCloudServicesDeleteExceptionHeaders",
|
|
1850
2325
|
modelProperties: {
|
|
1851
|
-
|
|
1852
|
-
|
|
2326
|
+
contentType: {
|
|
2327
|
+
defaultValue: "application/json",
|
|
2328
|
+
serializedName: "content-type",
|
|
1853
2329
|
type: {
|
|
1854
2330
|
name: "String"
|
|
1855
2331
|
}
|
|
1856
|
-
},
|
|
1857
|
-
value: {
|
|
1858
|
-
serializedName: "",
|
|
1859
|
-
type: {
|
|
1860
|
-
name: "Sequence",
|
|
1861
|
-
element: {
|
|
1862
|
-
type: {
|
|
1863
|
-
name: "Composite",
|
|
1864
|
-
className: "DedicatedCloudNode"
|
|
1865
|
-
}
|
|
1866
|
-
}
|
|
1867
|
-
}
|
|
1868
2332
|
}
|
|
1869
2333
|
}
|
|
1870
2334
|
}
|
|
1871
2335
|
};
|
|
1872
2336
|
|
|
1873
|
-
export const
|
|
1874
|
-
serializedName: "DedicatedCloudServiceListResponse",
|
|
2337
|
+
export const VirtualMachinesCreateOrUpdateHeaders: coreClient.CompositeMapper = {
|
|
1875
2338
|
type: {
|
|
1876
2339
|
name: "Composite",
|
|
1877
|
-
className: "
|
|
2340
|
+
className: "VirtualMachinesCreateOrUpdateHeaders",
|
|
1878
2341
|
modelProperties: {
|
|
1879
|
-
|
|
1880
|
-
serializedName: "
|
|
2342
|
+
azureAsyncOperation: {
|
|
2343
|
+
serializedName: "azure-asyncoperation",
|
|
1881
2344
|
type: {
|
|
1882
2345
|
name: "String"
|
|
1883
2346
|
}
|
|
1884
|
-
},
|
|
1885
|
-
value: {
|
|
1886
|
-
serializedName: "",
|
|
1887
|
-
type: {
|
|
1888
|
-
name: "Sequence",
|
|
1889
|
-
element: {
|
|
1890
|
-
type: {
|
|
1891
|
-
name: "Composite",
|
|
1892
|
-
className: "DedicatedCloudService"
|
|
1893
|
-
}
|
|
1894
|
-
}
|
|
1895
|
-
}
|
|
1896
2347
|
}
|
|
1897
2348
|
}
|
|
1898
2349
|
}
|
|
1899
2350
|
};
|
|
1900
2351
|
|
|
1901
|
-
export const
|
|
1902
|
-
serializedName: "SkuAvailabilityListResponse",
|
|
2352
|
+
export const VirtualMachinesDeleteHeaders: coreClient.CompositeMapper = {
|
|
1903
2353
|
type: {
|
|
1904
2354
|
name: "Composite",
|
|
1905
|
-
className: "
|
|
2355
|
+
className: "VirtualMachinesDeleteHeaders",
|
|
1906
2356
|
modelProperties: {
|
|
1907
|
-
|
|
1908
|
-
serializedName: "
|
|
2357
|
+
azureAsyncOperation: {
|
|
2358
|
+
serializedName: "azure-asyncoperation",
|
|
1909
2359
|
type: {
|
|
1910
2360
|
name: "String"
|
|
1911
2361
|
}
|
|
1912
2362
|
},
|
|
1913
|
-
|
|
1914
|
-
serializedName: "",
|
|
1915
|
-
type: {
|
|
1916
|
-
name: "Sequence",
|
|
1917
|
-
element: {
|
|
1918
|
-
type: {
|
|
1919
|
-
name: "Composite",
|
|
1920
|
-
className: "SkuAvailability"
|
|
1921
|
-
}
|
|
1922
|
-
}
|
|
1923
|
-
}
|
|
1924
|
-
}
|
|
1925
|
-
}
|
|
1926
|
-
}
|
|
1927
|
-
};
|
|
1928
|
-
|
|
1929
|
-
export const PrivateCloudList: msRest.CompositeMapper = {
|
|
1930
|
-
serializedName: "PrivateCloudList",
|
|
1931
|
-
type: {
|
|
1932
|
-
name: "Composite",
|
|
1933
|
-
className: "PrivateCloudList",
|
|
1934
|
-
modelProperties: {
|
|
1935
|
-
nextLink: {
|
|
1936
|
-
serializedName: "nextLink",
|
|
2363
|
+
location: {
|
|
2364
|
+
serializedName: "location",
|
|
1937
2365
|
type: {
|
|
1938
2366
|
name: "String"
|
|
1939
2367
|
}
|
|
1940
2368
|
},
|
|
1941
|
-
|
|
1942
|
-
serializedName: "",
|
|
2369
|
+
retryAfter: {
|
|
2370
|
+
serializedName: "retry-after",
|
|
1943
2371
|
type: {
|
|
1944
|
-
name: "
|
|
1945
|
-
element: {
|
|
1946
|
-
type: {
|
|
1947
|
-
name: "Composite",
|
|
1948
|
-
className: "PrivateCloud"
|
|
1949
|
-
}
|
|
1950
|
-
}
|
|
2372
|
+
name: "Number"
|
|
1951
2373
|
}
|
|
1952
2374
|
}
|
|
1953
2375
|
}
|
|
1954
2376
|
}
|
|
1955
2377
|
};
|
|
1956
2378
|
|
|
1957
|
-
export const
|
|
1958
|
-
serializedName: "ResourcePoolsListResponse",
|
|
2379
|
+
export const VirtualMachinesDeleteExceptionHeaders: coreClient.CompositeMapper = {
|
|
1959
2380
|
type: {
|
|
1960
2381
|
name: "Composite",
|
|
1961
|
-
className: "
|
|
2382
|
+
className: "VirtualMachinesDeleteExceptionHeaders",
|
|
1962
2383
|
modelProperties: {
|
|
1963
|
-
|
|
1964
|
-
|
|
2384
|
+
contentType: {
|
|
2385
|
+
defaultValue: "application/json",
|
|
2386
|
+
serializedName: "content-type",
|
|
1965
2387
|
type: {
|
|
1966
2388
|
name: "String"
|
|
1967
2389
|
}
|
|
1968
|
-
},
|
|
1969
|
-
value: {
|
|
1970
|
-
serializedName: "",
|
|
1971
|
-
type: {
|
|
1972
|
-
name: "Sequence",
|
|
1973
|
-
element: {
|
|
1974
|
-
type: {
|
|
1975
|
-
name: "Composite",
|
|
1976
|
-
className: "ResourcePool"
|
|
1977
|
-
}
|
|
1978
|
-
}
|
|
1979
|
-
}
|
|
1980
2390
|
}
|
|
1981
2391
|
}
|
|
1982
2392
|
}
|
|
1983
2393
|
};
|
|
1984
2394
|
|
|
1985
|
-
export const
|
|
1986
|
-
serializedName: "VirtualMachineTemplateListResponse",
|
|
2395
|
+
export const VirtualMachinesStartHeaders: coreClient.CompositeMapper = {
|
|
1987
2396
|
type: {
|
|
1988
2397
|
name: "Composite",
|
|
1989
|
-
className: "
|
|
2398
|
+
className: "VirtualMachinesStartHeaders",
|
|
1990
2399
|
modelProperties: {
|
|
1991
|
-
|
|
1992
|
-
serializedName: "
|
|
2400
|
+
azureAsyncOperation: {
|
|
2401
|
+
serializedName: "azure-asyncoperation",
|
|
1993
2402
|
type: {
|
|
1994
2403
|
name: "String"
|
|
1995
2404
|
}
|
|
1996
2405
|
},
|
|
1997
|
-
|
|
1998
|
-
serializedName: "",
|
|
2406
|
+
location: {
|
|
2407
|
+
serializedName: "location",
|
|
1999
2408
|
type: {
|
|
2000
|
-
name: "
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2409
|
+
name: "String"
|
|
2410
|
+
}
|
|
2411
|
+
},
|
|
2412
|
+
retryAfter: {
|
|
2413
|
+
serializedName: "retry-after",
|
|
2414
|
+
type: {
|
|
2415
|
+
name: "Number"
|
|
2007
2416
|
}
|
|
2008
2417
|
}
|
|
2009
2418
|
}
|
|
2010
2419
|
}
|
|
2011
2420
|
};
|
|
2012
2421
|
|
|
2013
|
-
export const
|
|
2014
|
-
serializedName: "VirtualNetworkListResponse",
|
|
2422
|
+
export const VirtualMachinesStartExceptionHeaders: coreClient.CompositeMapper = {
|
|
2015
2423
|
type: {
|
|
2016
2424
|
name: "Composite",
|
|
2017
|
-
className: "
|
|
2425
|
+
className: "VirtualMachinesStartExceptionHeaders",
|
|
2018
2426
|
modelProperties: {
|
|
2019
|
-
|
|
2020
|
-
|
|
2427
|
+
contentType: {
|
|
2428
|
+
defaultValue: "application/json",
|
|
2429
|
+
serializedName: "content-type",
|
|
2021
2430
|
type: {
|
|
2022
2431
|
name: "String"
|
|
2023
2432
|
}
|
|
2024
|
-
},
|
|
2025
|
-
value: {
|
|
2026
|
-
serializedName: "",
|
|
2027
|
-
type: {
|
|
2028
|
-
name: "Sequence",
|
|
2029
|
-
element: {
|
|
2030
|
-
type: {
|
|
2031
|
-
name: "Composite",
|
|
2032
|
-
className: "VirtualNetwork"
|
|
2033
|
-
}
|
|
2034
|
-
}
|
|
2035
|
-
}
|
|
2036
2433
|
}
|
|
2037
2434
|
}
|
|
2038
2435
|
}
|
|
2039
2436
|
};
|
|
2040
2437
|
|
|
2041
|
-
export const
|
|
2042
|
-
serializedName: "UsageListResponse",
|
|
2438
|
+
export const VirtualMachinesStopHeaders: coreClient.CompositeMapper = {
|
|
2043
2439
|
type: {
|
|
2044
2440
|
name: "Composite",
|
|
2045
|
-
className: "
|
|
2441
|
+
className: "VirtualMachinesStopHeaders",
|
|
2046
2442
|
modelProperties: {
|
|
2047
|
-
|
|
2048
|
-
serializedName: "
|
|
2443
|
+
azureAsyncOperation: {
|
|
2444
|
+
serializedName: "azure-asyncoperation",
|
|
2049
2445
|
type: {
|
|
2050
2446
|
name: "String"
|
|
2051
2447
|
}
|
|
2052
2448
|
},
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
serializedName: "",
|
|
2449
|
+
location: {
|
|
2450
|
+
serializedName: "location",
|
|
2056
2451
|
type: {
|
|
2057
|
-
name: "
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2452
|
+
name: "String"
|
|
2453
|
+
}
|
|
2454
|
+
},
|
|
2455
|
+
retryAfter: {
|
|
2456
|
+
serializedName: "retry-after",
|
|
2457
|
+
type: {
|
|
2458
|
+
name: "Number"
|
|
2064
2459
|
}
|
|
2065
2460
|
}
|
|
2066
2461
|
}
|
|
2067
2462
|
}
|
|
2068
2463
|
};
|
|
2069
2464
|
|
|
2070
|
-
export const
|
|
2071
|
-
serializedName: "VirtualMachineListResponse",
|
|
2465
|
+
export const VirtualMachinesStopExceptionHeaders: coreClient.CompositeMapper = {
|
|
2072
2466
|
type: {
|
|
2073
2467
|
name: "Composite",
|
|
2074
|
-
className: "
|
|
2468
|
+
className: "VirtualMachinesStopExceptionHeaders",
|
|
2075
2469
|
modelProperties: {
|
|
2076
|
-
|
|
2077
|
-
|
|
2470
|
+
contentType: {
|
|
2471
|
+
defaultValue: "application/json",
|
|
2472
|
+
serializedName: "content-type",
|
|
2078
2473
|
type: {
|
|
2079
2474
|
name: "String"
|
|
2080
2475
|
}
|
|
2081
|
-
},
|
|
2082
|
-
value: {
|
|
2083
|
-
serializedName: "",
|
|
2084
|
-
type: {
|
|
2085
|
-
name: "Sequence",
|
|
2086
|
-
element: {
|
|
2087
|
-
type: {
|
|
2088
|
-
name: "Composite",
|
|
2089
|
-
className: "VirtualMachine"
|
|
2090
|
-
}
|
|
2091
|
-
}
|
|
2092
|
-
}
|
|
2093
2476
|
}
|
|
2094
2477
|
}
|
|
2095
2478
|
}
|