@azure/arm-resourcemover 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 -83
- package/dist/index.js +3878 -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/samples-dev/moveCollectionsBulkRemove.d.ts +2 -0
- package/dist-esm/samples-dev/moveCollectionsBulkRemove.d.ts.map +1 -0
- package/dist-esm/samples-dev/moveCollectionsBulkRemove.js +38 -0
- package/dist-esm/samples-dev/moveCollectionsBulkRemove.js.map +1 -0
- package/dist-esm/samples-dev/moveCollectionsCommit.d.ts +2 -0
- package/dist-esm/samples-dev/moveCollectionsCommit.d.ts.map +1 -0
- package/dist-esm/samples-dev/moveCollectionsCommit.js +38 -0
- package/dist-esm/samples-dev/moveCollectionsCommit.js.map +1 -0
- package/dist-esm/samples-dev/moveCollectionsCreate.d.ts +2 -0
- package/dist-esm/samples-dev/moveCollectionsCreate.d.ts.map +1 -0
- package/dist-esm/samples-dev/moveCollectionsCreate.js +37 -0
- package/dist-esm/samples-dev/moveCollectionsCreate.js.map +1 -0
- package/dist-esm/samples-dev/moveCollectionsDelete.d.ts +2 -0
- package/dist-esm/samples-dev/moveCollectionsDelete.d.ts.map +1 -0
- package/dist-esm/samples-dev/moveCollectionsDelete.js +31 -0
- package/dist-esm/samples-dev/moveCollectionsDelete.js.map +1 -0
- package/dist-esm/samples-dev/moveCollectionsDiscard.d.ts +2 -0
- package/dist-esm/samples-dev/moveCollectionsDiscard.d.ts.map +1 -0
- package/dist-esm/samples-dev/moveCollectionsDiscard.js +38 -0
- package/dist-esm/samples-dev/moveCollectionsDiscard.js.map +1 -0
- package/dist-esm/samples-dev/moveCollectionsGet.d.ts +2 -0
- package/dist-esm/samples-dev/moveCollectionsGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/moveCollectionsGet.js +31 -0
- package/dist-esm/samples-dev/moveCollectionsGet.js.map +1 -0
- package/dist-esm/samples-dev/moveCollectionsInitiateMove.d.ts +2 -0
- package/dist-esm/samples-dev/moveCollectionsInitiateMove.d.ts.map +1 -0
- package/dist-esm/samples-dev/moveCollectionsInitiateMove.js +38 -0
- package/dist-esm/samples-dev/moveCollectionsInitiateMove.js.map +1 -0
- package/dist-esm/samples-dev/moveCollectionsListMoveCollectionsByResourceGroup.d.ts +2 -0
- package/dist-esm/samples-dev/moveCollectionsListMoveCollectionsByResourceGroup.d.ts.map +1 -0
- package/dist-esm/samples-dev/moveCollectionsListMoveCollectionsByResourceGroup.js +44 -0
- package/dist-esm/samples-dev/moveCollectionsListMoveCollectionsByResourceGroup.js.map +1 -0
- package/dist-esm/samples-dev/moveCollectionsListMoveCollectionsBySubscription.d.ts +2 -0
- package/dist-esm/samples-dev/moveCollectionsListMoveCollectionsBySubscription.d.ts.map +1 -0
- package/dist-esm/samples-dev/moveCollectionsListMoveCollectionsBySubscription.js +43 -0
- package/dist-esm/samples-dev/moveCollectionsListMoveCollectionsBySubscription.js.map +1 -0
- package/dist-esm/samples-dev/moveCollectionsPrepare.d.ts +2 -0
- package/dist-esm/samples-dev/moveCollectionsPrepare.d.ts.map +1 -0
- package/dist-esm/samples-dev/moveCollectionsPrepare.js +38 -0
- package/dist-esm/samples-dev/moveCollectionsPrepare.js.map +1 -0
- package/dist-esm/samples-dev/moveCollectionsResolveDependencies.d.ts +2 -0
- package/dist-esm/samples-dev/moveCollectionsResolveDependencies.d.ts.map +1 -0
- package/dist-esm/samples-dev/moveCollectionsResolveDependencies.js +31 -0
- package/dist-esm/samples-dev/moveCollectionsResolveDependencies.js.map +1 -0
- package/dist-esm/samples-dev/moveCollectionsUpdate.d.ts +2 -0
- package/dist-esm/samples-dev/moveCollectionsUpdate.d.ts.map +1 -0
- package/dist-esm/samples-dev/moveCollectionsUpdate.js +36 -0
- package/dist-esm/samples-dev/moveCollectionsUpdate.js.map +1 -0
- package/dist-esm/samples-dev/moveResourcesCreate.d.ts +2 -0
- package/dist-esm/samples-dev/moveResourcesCreate.d.ts.map +1 -0
- package/dist-esm/samples-dev/moveResourcesCreate.js +54 -0
- package/dist-esm/samples-dev/moveResourcesCreate.js.map +1 -0
- package/dist-esm/samples-dev/moveResourcesDelete.d.ts +2 -0
- package/dist-esm/samples-dev/moveResourcesDelete.d.ts.map +1 -0
- package/dist-esm/samples-dev/moveResourcesDelete.js +32 -0
- package/dist-esm/samples-dev/moveResourcesDelete.js.map +1 -0
- package/dist-esm/samples-dev/moveResourcesGet.d.ts +2 -0
- package/dist-esm/samples-dev/moveResourcesGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/moveResourcesGet.js +32 -0
- package/dist-esm/samples-dev/moveResourcesGet.js.map +1 -0
- package/dist-esm/samples-dev/moveResourcesList.d.ts +2 -0
- package/dist-esm/samples-dev/moveResourcesList.d.ts.map +1 -0
- package/dist-esm/samples-dev/moveResourcesList.js +45 -0
- package/dist-esm/samples-dev/moveResourcesList.js.map +1 -0
- package/dist-esm/samples-dev/operationsDiscoveryGet.d.ts +2 -0
- package/dist-esm/samples-dev/operationsDiscoveryGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/operationsDiscoveryGet.js +29 -0
- package/dist-esm/samples-dev/operationsDiscoveryGet.js.map +1 -0
- package/dist-esm/samples-dev/requiredForGet.d.ts +2 -0
- package/dist-esm/samples-dev/requiredForGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/requiredForGet.js +32 -0
- package/dist-esm/samples-dev/requiredForGet.js.map +1 -0
- package/dist-esm/samples-dev/unresolvedDependenciesGet.d.ts +2 -0
- package/dist-esm/samples-dev/unresolvedDependenciesGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/unresolvedDependenciesGet.js +45 -0
- package/dist-esm/samples-dev/unresolvedDependenciesGet.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/{esm/models/unresolvedDependenciesMappers.js → dist-esm/src/index.js} +5 -2
- 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 +1273 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +93 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +88 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1091 -983
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +23 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +173 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +1 -2
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/moveCollections.d.ts +211 -0
- package/dist-esm/src/operations/moveCollections.d.ts.map +1 -0
- package/dist-esm/src/operations/moveCollections.js +961 -0
- package/dist-esm/src/operations/moveCollections.js.map +1 -0
- package/dist-esm/src/operations/moveResources.d.ts +79 -0
- package/dist-esm/src/operations/moveResources.d.ts.map +1 -0
- package/dist-esm/src/operations/moveResources.js +339 -0
- package/dist-esm/src/operations/moveResources.js.map +1 -0
- package/dist-esm/src/operations/operationsDiscoveryOperations.d.ts +15 -0
- package/dist-esm/src/operations/operationsDiscoveryOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/operationsDiscoveryOperations.js +43 -0
- package/dist-esm/src/operations/operationsDiscoveryOperations.js.map +1 -0
- package/dist-esm/src/operations/unresolvedDependencies.d.ts +38 -0
- package/dist-esm/src/operations/unresolvedDependencies.d.ts.map +1 -0
- package/dist-esm/src/operations/unresolvedDependencies.js +147 -0
- package/dist-esm/src/operations/unresolvedDependencies.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +5 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +12 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/moveCollections.d.ts +173 -0
- package/dist-esm/src/operationsInterfaces/moveCollections.d.ts.map +1 -0
- package/{src/models/operationsDiscoveryOperationsMappers.ts → dist-esm/src/operationsInterfaces/moveCollections.js} +2 -8
- package/dist-esm/src/operationsInterfaces/moveCollections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/moveResources.d.ts +54 -0
- package/dist-esm/src/operationsInterfaces/moveResources.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/moveResources.js} +2 -1
- package/dist-esm/src/operationsInterfaces/moveResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operationsDiscoveryOperations.d.ts +7 -0
- package/dist-esm/src/operationsInterfaces/operationsDiscoveryOperations.d.ts.map +1 -0
- package/{esm/models/operationsDiscoveryOperationsMappers.js → dist-esm/src/operationsInterfaces/operationsDiscoveryOperations.js} +2 -2
- package/dist-esm/src/operationsInterfaces/operationsDiscoveryOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/unresolvedDependencies.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/unresolvedDependencies.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/unresolvedDependencies.js +9 -0
- package/dist-esm/src/operationsInterfaces/unresolvedDependencies.js.map +1 -0
- package/dist-esm/src/resourceMoverServiceAPI.d.ts +21 -0
- package/dist-esm/src/resourceMoverServiceAPI.d.ts.map +1 -0
- package/dist-esm/src/resourceMoverServiceAPI.js +54 -0
- package/dist-esm/src/resourceMoverServiceAPI.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 +77 -33
- package/review/arm-resourcemover.api.md +946 -0
- package/rollup.config.js +181 -30
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1043 -1764
- package/src/models/mappers.ts +1096 -976
- package/src/models/parameters.ts +128 -48
- package/src/operations/index.ts +1 -2
- package/src/operations/moveCollections.ts +1014 -621
- package/src/operations/moveResources.ts +357 -203
- package/src/operations/operationsDiscoveryOperations.ts +28 -43
- package/src/operations/unresolvedDependencies.ts +142 -87
- package/src/{models/unresolvedDependenciesMappers.ts → operationsInterfaces/index.ts} +4 -8
- package/src/operationsInterfaces/moveCollections.ts +321 -0
- package/src/operationsInterfaces/moveResources.ts +111 -0
- package/src/operationsInterfaces/operationsDiscoveryOperations.ts +20 -0
- package/src/operationsInterfaces/unresolvedDependencies.ts +29 -0
- package/src/resourceMoverServiceAPI.ts +78 -38
- package/tsconfig.json +5 -4
- package/types/arm-resourcemover.d.ts +1673 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-resourcemover.js +0 -3490
- package/dist/arm-resourcemover.js.map +0 -1
- package/dist/arm-resourcemover.min.js +0 -1
- package/dist/arm-resourcemover.min.js.map +0 -1
- package/esm/models/index.d.ts +0 -1997
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -87
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/moveCollectionsMappers.d.ts +0 -2
- package/esm/models/moveCollectionsMappers.d.ts.map +0 -1
- package/esm/models/moveCollectionsMappers.js +0 -9
- package/esm/models/moveCollectionsMappers.js.map +0 -1
- package/esm/models/moveResourcesMappers.d.ts +0 -2
- package/esm/models/moveResourcesMappers.d.ts.map +0 -1
- package/esm/models/moveResourcesMappers.js +0 -9
- package/esm/models/moveResourcesMappers.js.map +0 -1
- package/esm/models/operationsDiscoveryOperationsMappers.d.ts +0 -2
- package/esm/models/operationsDiscoveryOperationsMappers.d.ts.map +0 -1
- package/esm/models/operationsDiscoveryOperationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -13
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -126
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/unresolvedDependenciesMappers.d.ts +0 -2
- package/esm/models/unresolvedDependenciesMappers.d.ts.map +0 -1
- package/esm/models/unresolvedDependenciesMappers.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/moveCollections.d.ts +0 -316
- package/esm/operations/moveCollections.d.ts.map +0 -1
- package/esm/operations/moveCollections.js +0 -699
- package/esm/operations/moveCollections.js.map +0 -1
- package/esm/operations/moveResources.d.ts +0 -113
- package/esm/operations/moveResources.d.ts.map +0 -1
- package/esm/operations/moveResources.js +0 -239
- package/esm/operations/moveResources.js.map +0 -1
- package/esm/operations/operationsDiscoveryOperations.d.ts +0 -27
- package/esm/operations/operationsDiscoveryOperations.d.ts.map +0 -1
- package/esm/operations/operationsDiscoveryOperations.js +0 -50
- package/esm/operations/operationsDiscoveryOperations.js.map +0 -1
- package/esm/operations/unresolvedDependencies.d.ts +0 -52
- package/esm/operations/unresolvedDependencies.d.ts.map +0 -1
- package/esm/operations/unresolvedDependencies.js +0 -92
- package/esm/operations/unresolvedDependencies.js.map +0 -1
- package/esm/resourceMoverServiceAPI.d.ts +0 -27
- package/esm/resourceMoverServiceAPI.d.ts.map +0 -1
- package/esm/resourceMoverServiceAPI.js +0 -40
- package/esm/resourceMoverServiceAPI.js.map +0 -1
- package/esm/resourceMoverServiceAPIContext.d.ts +0 -22
- package/esm/resourceMoverServiceAPIContext.d.ts.map +0 -1
- package/esm/resourceMoverServiceAPIContext.js +0 -60
- package/esm/resourceMoverServiceAPIContext.js.map +0 -1
- package/src/models/moveCollectionsMappers.ts +0 -68
- package/src/models/moveResourcesMappers.ts +0 -63
- package/src/resourceMoverServiceAPIContext.ts +0 -67
package/src/models/mappers.ts
CHANGED
|
@@ -6,14 +6,80 @@
|
|
|
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
|
-
|
|
11
|
+
export const MoveCollection: coreClient.CompositeMapper = {
|
|
12
|
+
type: {
|
|
13
|
+
name: "Composite",
|
|
14
|
+
className: "MoveCollection",
|
|
15
|
+
modelProperties: {
|
|
16
|
+
id: {
|
|
17
|
+
serializedName: "id",
|
|
18
|
+
readOnly: true,
|
|
19
|
+
type: {
|
|
20
|
+
name: "String"
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
name: {
|
|
24
|
+
serializedName: "name",
|
|
25
|
+
readOnly: true,
|
|
26
|
+
type: {
|
|
27
|
+
name: "String"
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
type: {
|
|
31
|
+
serializedName: "type",
|
|
32
|
+
readOnly: true,
|
|
33
|
+
type: {
|
|
34
|
+
name: "String"
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
etag: {
|
|
38
|
+
serializedName: "etag",
|
|
39
|
+
readOnly: true,
|
|
40
|
+
type: {
|
|
41
|
+
name: "String"
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
tags: {
|
|
45
|
+
serializedName: "tags",
|
|
46
|
+
type: {
|
|
47
|
+
name: "Dictionary",
|
|
48
|
+
value: { type: { name: "String" } }
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
location: {
|
|
52
|
+
serializedName: "location",
|
|
53
|
+
type: {
|
|
54
|
+
name: "String"
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
identity: {
|
|
58
|
+
serializedName: "identity",
|
|
59
|
+
type: {
|
|
60
|
+
name: "Composite",
|
|
61
|
+
className: "Identity"
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
properties: {
|
|
65
|
+
serializedName: "properties",
|
|
66
|
+
type: {
|
|
67
|
+
name: "Composite",
|
|
68
|
+
className: "MoveCollectionProperties"
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
systemData: {
|
|
72
|
+
serializedName: "systemData",
|
|
73
|
+
type: {
|
|
74
|
+
name: "Composite",
|
|
75
|
+
className: "SystemData"
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
};
|
|
14
81
|
|
|
15
|
-
export const Identity:
|
|
16
|
-
serializedName: "Identity",
|
|
82
|
+
export const Identity: coreClient.CompositeMapper = {
|
|
17
83
|
type: {
|
|
18
84
|
name: "Composite",
|
|
19
85
|
className: "Identity",
|
|
@@ -40,59 +106,88 @@ export const Identity: msRest.CompositeMapper = {
|
|
|
40
106
|
}
|
|
41
107
|
};
|
|
42
108
|
|
|
43
|
-
export const
|
|
44
|
-
serializedName: "JobStatus",
|
|
109
|
+
export const MoveCollectionProperties: coreClient.CompositeMapper = {
|
|
45
110
|
type: {
|
|
46
111
|
name: "Composite",
|
|
47
|
-
className: "
|
|
112
|
+
className: "MoveCollectionProperties",
|
|
48
113
|
modelProperties: {
|
|
49
|
-
|
|
50
|
-
serializedName: "
|
|
114
|
+
sourceRegion: {
|
|
115
|
+
serializedName: "sourceRegion",
|
|
116
|
+
required: true,
|
|
51
117
|
type: {
|
|
52
118
|
name: "String"
|
|
53
119
|
}
|
|
54
120
|
},
|
|
55
|
-
|
|
121
|
+
targetRegion: {
|
|
122
|
+
serializedName: "targetRegion",
|
|
123
|
+
required: true,
|
|
124
|
+
type: {
|
|
125
|
+
name: "String"
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
provisioningState: {
|
|
129
|
+
serializedName: "provisioningState",
|
|
56
130
|
readOnly: true,
|
|
57
|
-
serializedName: "jobProgress",
|
|
58
131
|
type: {
|
|
59
132
|
name: "String"
|
|
60
133
|
}
|
|
134
|
+
},
|
|
135
|
+
errors: {
|
|
136
|
+
serializedName: "errors",
|
|
137
|
+
type: {
|
|
138
|
+
name: "Composite",
|
|
139
|
+
className: "MoveCollectionPropertiesErrors"
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
};
|
|
145
|
+
|
|
146
|
+
export const MoveResourceError: coreClient.CompositeMapper = {
|
|
147
|
+
type: {
|
|
148
|
+
name: "Composite",
|
|
149
|
+
className: "MoveResourceError",
|
|
150
|
+
modelProperties: {
|
|
151
|
+
properties: {
|
|
152
|
+
serializedName: "properties",
|
|
153
|
+
type: {
|
|
154
|
+
name: "Composite",
|
|
155
|
+
className: "MoveResourceErrorBody"
|
|
156
|
+
}
|
|
61
157
|
}
|
|
62
158
|
}
|
|
63
159
|
}
|
|
64
160
|
};
|
|
65
161
|
|
|
66
|
-
export const MoveResourceErrorBody:
|
|
67
|
-
serializedName: "MoveResourceErrorBody",
|
|
162
|
+
export const MoveResourceErrorBody: coreClient.CompositeMapper = {
|
|
68
163
|
type: {
|
|
69
164
|
name: "Composite",
|
|
70
165
|
className: "MoveResourceErrorBody",
|
|
71
166
|
modelProperties: {
|
|
72
167
|
code: {
|
|
73
|
-
readOnly: true,
|
|
74
168
|
serializedName: "code",
|
|
169
|
+
readOnly: true,
|
|
75
170
|
type: {
|
|
76
171
|
name: "String"
|
|
77
172
|
}
|
|
78
173
|
},
|
|
79
174
|
message: {
|
|
80
|
-
readOnly: true,
|
|
81
175
|
serializedName: "message",
|
|
176
|
+
readOnly: true,
|
|
82
177
|
type: {
|
|
83
178
|
name: "String"
|
|
84
179
|
}
|
|
85
180
|
},
|
|
86
181
|
target: {
|
|
87
|
-
readOnly: true,
|
|
88
182
|
serializedName: "target",
|
|
183
|
+
readOnly: true,
|
|
89
184
|
type: {
|
|
90
185
|
name: "String"
|
|
91
186
|
}
|
|
92
187
|
},
|
|
93
188
|
details: {
|
|
94
|
-
readOnly: true,
|
|
95
189
|
serializedName: "details",
|
|
190
|
+
readOnly: true,
|
|
96
191
|
type: {
|
|
97
192
|
name: "Sequence",
|
|
98
193
|
element: {
|
|
@@ -107,363 +202,409 @@ export const MoveResourceErrorBody: msRest.CompositeMapper = {
|
|
|
107
202
|
}
|
|
108
203
|
};
|
|
109
204
|
|
|
110
|
-
export const
|
|
111
|
-
serializedName: "MoveResourceError",
|
|
205
|
+
export const SystemData: coreClient.CompositeMapper = {
|
|
112
206
|
type: {
|
|
113
207
|
name: "Composite",
|
|
114
|
-
className: "
|
|
208
|
+
className: "SystemData",
|
|
115
209
|
modelProperties: {
|
|
116
|
-
|
|
117
|
-
serializedName: "
|
|
210
|
+
createdBy: {
|
|
211
|
+
serializedName: "createdBy",
|
|
118
212
|
type: {
|
|
119
|
-
name: "
|
|
120
|
-
|
|
213
|
+
name: "String"
|
|
214
|
+
}
|
|
215
|
+
},
|
|
216
|
+
createdByType: {
|
|
217
|
+
serializedName: "createdByType",
|
|
218
|
+
type: {
|
|
219
|
+
name: "String"
|
|
220
|
+
}
|
|
221
|
+
},
|
|
222
|
+
createdAt: {
|
|
223
|
+
serializedName: "createdAt",
|
|
224
|
+
type: {
|
|
225
|
+
name: "DateTime"
|
|
226
|
+
}
|
|
227
|
+
},
|
|
228
|
+
lastModifiedBy: {
|
|
229
|
+
serializedName: "lastModifiedBy",
|
|
230
|
+
type: {
|
|
231
|
+
name: "String"
|
|
232
|
+
}
|
|
233
|
+
},
|
|
234
|
+
lastModifiedByType: {
|
|
235
|
+
serializedName: "lastModifiedByType",
|
|
236
|
+
type: {
|
|
237
|
+
name: "String"
|
|
238
|
+
}
|
|
239
|
+
},
|
|
240
|
+
lastModifiedAt: {
|
|
241
|
+
serializedName: "lastModifiedAt",
|
|
242
|
+
type: {
|
|
243
|
+
name: "DateTime"
|
|
121
244
|
}
|
|
122
245
|
}
|
|
123
246
|
}
|
|
124
247
|
}
|
|
125
248
|
};
|
|
126
249
|
|
|
127
|
-
export const
|
|
128
|
-
serializedName: "MoveResourceStatus",
|
|
250
|
+
export const CloudError: coreClient.CompositeMapper = {
|
|
129
251
|
type: {
|
|
130
252
|
name: "Composite",
|
|
131
|
-
className: "
|
|
253
|
+
className: "CloudError",
|
|
132
254
|
modelProperties: {
|
|
133
|
-
|
|
134
|
-
serializedName: "
|
|
135
|
-
type: {
|
|
136
|
-
name: "String"
|
|
137
|
-
}
|
|
138
|
-
},
|
|
139
|
-
jobStatus: {
|
|
140
|
-
serializedName: "jobStatus",
|
|
141
|
-
type: {
|
|
142
|
-
name: "Composite",
|
|
143
|
-
className: "JobStatus"
|
|
144
|
-
}
|
|
145
|
-
},
|
|
146
|
-
errors: {
|
|
147
|
-
serializedName: "errors",
|
|
255
|
+
error: {
|
|
256
|
+
serializedName: "error",
|
|
148
257
|
type: {
|
|
149
258
|
name: "Composite",
|
|
150
|
-
className: "
|
|
259
|
+
className: "CloudErrorBody"
|
|
151
260
|
}
|
|
152
261
|
}
|
|
153
262
|
}
|
|
154
263
|
}
|
|
155
264
|
};
|
|
156
265
|
|
|
157
|
-
export const
|
|
158
|
-
serializedName: "ManualResolutionProperties",
|
|
266
|
+
export const CloudErrorBody: coreClient.CompositeMapper = {
|
|
159
267
|
type: {
|
|
160
268
|
name: "Composite",
|
|
161
|
-
className: "
|
|
269
|
+
className: "CloudErrorBody",
|
|
162
270
|
modelProperties: {
|
|
163
|
-
|
|
164
|
-
serializedName: "
|
|
271
|
+
code: {
|
|
272
|
+
serializedName: "code",
|
|
273
|
+
type: {
|
|
274
|
+
name: "String"
|
|
275
|
+
}
|
|
276
|
+
},
|
|
277
|
+
message: {
|
|
278
|
+
serializedName: "message",
|
|
279
|
+
type: {
|
|
280
|
+
name: "String"
|
|
281
|
+
}
|
|
282
|
+
},
|
|
283
|
+
target: {
|
|
284
|
+
serializedName: "target",
|
|
165
285
|
type: {
|
|
166
286
|
name: "String"
|
|
167
287
|
}
|
|
288
|
+
},
|
|
289
|
+
details: {
|
|
290
|
+
serializedName: "details",
|
|
291
|
+
type: {
|
|
292
|
+
name: "Sequence",
|
|
293
|
+
element: {
|
|
294
|
+
type: {
|
|
295
|
+
name: "Composite",
|
|
296
|
+
className: "CloudErrorBody"
|
|
297
|
+
}
|
|
298
|
+
}
|
|
299
|
+
}
|
|
168
300
|
}
|
|
169
301
|
}
|
|
170
302
|
}
|
|
171
303
|
};
|
|
172
304
|
|
|
173
|
-
export const
|
|
174
|
-
serializedName: "AutomaticResolutionProperties",
|
|
305
|
+
export const UpdateMoveCollectionRequest: coreClient.CompositeMapper = {
|
|
175
306
|
type: {
|
|
176
307
|
name: "Composite",
|
|
177
|
-
className: "
|
|
308
|
+
className: "UpdateMoveCollectionRequest",
|
|
178
309
|
modelProperties: {
|
|
179
|
-
|
|
180
|
-
serializedName: "
|
|
310
|
+
tags: {
|
|
311
|
+
serializedName: "tags",
|
|
181
312
|
type: {
|
|
182
|
-
name: "
|
|
313
|
+
name: "Dictionary",
|
|
314
|
+
value: { type: { name: "String" } }
|
|
315
|
+
}
|
|
316
|
+
},
|
|
317
|
+
identity: {
|
|
318
|
+
serializedName: "identity",
|
|
319
|
+
type: {
|
|
320
|
+
name: "Composite",
|
|
321
|
+
className: "Identity"
|
|
183
322
|
}
|
|
184
323
|
}
|
|
185
324
|
}
|
|
186
325
|
}
|
|
187
326
|
};
|
|
188
327
|
|
|
189
|
-
export const
|
|
190
|
-
serializedName: "MoveResourceDependency",
|
|
328
|
+
export const OperationStatus: coreClient.CompositeMapper = {
|
|
191
329
|
type: {
|
|
192
330
|
name: "Composite",
|
|
193
|
-
className: "
|
|
331
|
+
className: "OperationStatus",
|
|
194
332
|
modelProperties: {
|
|
195
333
|
id: {
|
|
196
334
|
serializedName: "id",
|
|
335
|
+
readOnly: true,
|
|
197
336
|
type: {
|
|
198
337
|
name: "String"
|
|
199
338
|
}
|
|
200
339
|
},
|
|
201
|
-
|
|
202
|
-
serializedName: "
|
|
340
|
+
name: {
|
|
341
|
+
serializedName: "name",
|
|
342
|
+
readOnly: true,
|
|
203
343
|
type: {
|
|
204
344
|
name: "String"
|
|
205
345
|
}
|
|
206
346
|
},
|
|
207
|
-
|
|
208
|
-
serializedName: "
|
|
347
|
+
status: {
|
|
348
|
+
serializedName: "status",
|
|
349
|
+
readOnly: true,
|
|
209
350
|
type: {
|
|
210
351
|
name: "String"
|
|
211
352
|
}
|
|
212
353
|
},
|
|
213
|
-
|
|
214
|
-
serializedName: "
|
|
354
|
+
startTime: {
|
|
355
|
+
serializedName: "startTime",
|
|
356
|
+
readOnly: true,
|
|
215
357
|
type: {
|
|
216
358
|
name: "String"
|
|
217
359
|
}
|
|
218
360
|
},
|
|
219
|
-
|
|
220
|
-
serializedName: "
|
|
361
|
+
endTime: {
|
|
362
|
+
serializedName: "endTime",
|
|
363
|
+
readOnly: true,
|
|
221
364
|
type: {
|
|
222
|
-
name: "
|
|
223
|
-
className: "ManualResolutionProperties"
|
|
365
|
+
name: "String"
|
|
224
366
|
}
|
|
225
367
|
},
|
|
226
|
-
|
|
227
|
-
serializedName: "
|
|
368
|
+
error: {
|
|
369
|
+
serializedName: "error",
|
|
228
370
|
type: {
|
|
229
371
|
name: "Composite",
|
|
230
|
-
className: "
|
|
372
|
+
className: "OperationStatusError"
|
|
231
373
|
}
|
|
232
374
|
},
|
|
233
|
-
|
|
234
|
-
serializedName: "
|
|
375
|
+
properties: {
|
|
376
|
+
serializedName: "properties",
|
|
377
|
+
readOnly: true,
|
|
235
378
|
type: {
|
|
236
|
-
name: "
|
|
379
|
+
name: "Dictionary",
|
|
380
|
+
value: { type: { name: "any" } }
|
|
237
381
|
}
|
|
238
382
|
}
|
|
239
383
|
}
|
|
240
384
|
}
|
|
241
385
|
};
|
|
242
386
|
|
|
243
|
-
export const
|
|
244
|
-
serializedName: "MoveResourceDependencyOverride",
|
|
387
|
+
export const OperationStatusError: coreClient.CompositeMapper = {
|
|
245
388
|
type: {
|
|
246
389
|
name: "Composite",
|
|
247
|
-
className: "
|
|
390
|
+
className: "OperationStatusError",
|
|
248
391
|
modelProperties: {
|
|
249
|
-
|
|
250
|
-
serializedName: "
|
|
392
|
+
code: {
|
|
393
|
+
serializedName: "code",
|
|
394
|
+
readOnly: true,
|
|
251
395
|
type: {
|
|
252
396
|
name: "String"
|
|
253
397
|
}
|
|
254
398
|
},
|
|
255
|
-
|
|
256
|
-
serializedName: "
|
|
399
|
+
message: {
|
|
400
|
+
serializedName: "message",
|
|
401
|
+
readOnly: true,
|
|
257
402
|
type: {
|
|
258
403
|
name: "String"
|
|
259
404
|
}
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
export const ResourceSettings: msRest.CompositeMapper = {
|
|
266
|
-
serializedName: "ResourceSettings",
|
|
267
|
-
type: {
|
|
268
|
-
name: "Composite",
|
|
269
|
-
polymorphicDiscriminator: {
|
|
270
|
-
serializedName: "resourceType",
|
|
271
|
-
clientName: "resourceType"
|
|
272
|
-
},
|
|
273
|
-
uberParent: "ResourceSettings",
|
|
274
|
-
className: "ResourceSettings",
|
|
275
|
-
modelProperties: {
|
|
276
|
-
targetResourceName: {
|
|
277
|
-
required: true,
|
|
278
|
-
serializedName: "targetResourceName",
|
|
405
|
+
},
|
|
406
|
+
details: {
|
|
407
|
+
serializedName: "details",
|
|
408
|
+
readOnly: true,
|
|
279
409
|
type: {
|
|
280
|
-
name: "
|
|
410
|
+
name: "Sequence",
|
|
411
|
+
element: {
|
|
412
|
+
type: {
|
|
413
|
+
name: "Composite",
|
|
414
|
+
className: "OperationStatusError"
|
|
415
|
+
}
|
|
416
|
+
}
|
|
281
417
|
}
|
|
282
418
|
},
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
419
|
+
additionalInfo: {
|
|
420
|
+
serializedName: "additionalInfo",
|
|
421
|
+
readOnly: true,
|
|
286
422
|
type: {
|
|
287
|
-
name: "
|
|
423
|
+
name: "Sequence",
|
|
424
|
+
element: {
|
|
425
|
+
type: {
|
|
426
|
+
name: "Composite",
|
|
427
|
+
className: "OperationErrorAdditionalInfo"
|
|
428
|
+
}
|
|
429
|
+
}
|
|
288
430
|
}
|
|
289
431
|
}
|
|
290
432
|
}
|
|
291
433
|
}
|
|
292
434
|
};
|
|
293
435
|
|
|
294
|
-
export const
|
|
295
|
-
serializedName: "MoveResourceProperties_moveStatus",
|
|
436
|
+
export const OperationErrorAdditionalInfo: coreClient.CompositeMapper = {
|
|
296
437
|
type: {
|
|
297
438
|
name: "Composite",
|
|
298
|
-
className: "
|
|
439
|
+
className: "OperationErrorAdditionalInfo",
|
|
299
440
|
modelProperties: {
|
|
300
|
-
|
|
441
|
+
type: {
|
|
442
|
+
serializedName: "type",
|
|
443
|
+
readOnly: true,
|
|
444
|
+
type: {
|
|
445
|
+
name: "String"
|
|
446
|
+
}
|
|
447
|
+
},
|
|
448
|
+
info: {
|
|
449
|
+
serializedName: "info",
|
|
450
|
+
type: {
|
|
451
|
+
name: "Composite",
|
|
452
|
+
className: "MoveErrorInfo"
|
|
453
|
+
}
|
|
454
|
+
}
|
|
301
455
|
}
|
|
302
456
|
}
|
|
303
457
|
};
|
|
304
458
|
|
|
305
|
-
export const
|
|
306
|
-
serializedName: "MoveResourceProperties_errors",
|
|
459
|
+
export const MoveErrorInfo: coreClient.CompositeMapper = {
|
|
307
460
|
type: {
|
|
308
461
|
name: "Composite",
|
|
309
|
-
className: "
|
|
462
|
+
className: "MoveErrorInfo",
|
|
310
463
|
modelProperties: {
|
|
311
|
-
|
|
464
|
+
moveResources: {
|
|
465
|
+
serializedName: "moveResources",
|
|
466
|
+
readOnly: true,
|
|
467
|
+
type: {
|
|
468
|
+
name: "Sequence",
|
|
469
|
+
element: {
|
|
470
|
+
type: {
|
|
471
|
+
name: "Composite",
|
|
472
|
+
className: "AffectedMoveResource"
|
|
473
|
+
}
|
|
474
|
+
}
|
|
475
|
+
}
|
|
476
|
+
}
|
|
312
477
|
}
|
|
313
478
|
}
|
|
314
479
|
};
|
|
315
480
|
|
|
316
|
-
export const
|
|
317
|
-
serializedName: "MoveResourceProperties",
|
|
481
|
+
export const AffectedMoveResource: coreClient.CompositeMapper = {
|
|
318
482
|
type: {
|
|
319
483
|
name: "Composite",
|
|
320
|
-
className: "
|
|
484
|
+
className: "AffectedMoveResource",
|
|
321
485
|
modelProperties: {
|
|
322
|
-
|
|
323
|
-
serializedName: "
|
|
486
|
+
id: {
|
|
487
|
+
serializedName: "id",
|
|
488
|
+
readOnly: true,
|
|
324
489
|
type: {
|
|
325
490
|
name: "String"
|
|
326
491
|
}
|
|
327
492
|
},
|
|
328
493
|
sourceId: {
|
|
329
|
-
required: true,
|
|
330
494
|
serializedName: "sourceId",
|
|
331
|
-
type: {
|
|
332
|
-
name: "String"
|
|
333
|
-
}
|
|
334
|
-
},
|
|
335
|
-
targetId: {
|
|
336
495
|
readOnly: true,
|
|
337
|
-
serializedName: "targetId",
|
|
338
|
-
type: {
|
|
339
|
-
name: "String"
|
|
340
|
-
}
|
|
341
|
-
},
|
|
342
|
-
existingTargetId: {
|
|
343
|
-
serializedName: "existingTargetId",
|
|
344
496
|
type: {
|
|
345
497
|
name: "String"
|
|
346
498
|
}
|
|
347
499
|
},
|
|
348
|
-
|
|
349
|
-
serializedName: "
|
|
350
|
-
type: {
|
|
351
|
-
name: "Composite",
|
|
352
|
-
className: "ResourceSettings"
|
|
353
|
-
}
|
|
354
|
-
},
|
|
355
|
-
sourceResourceSettings: {
|
|
356
|
-
readOnly: true,
|
|
357
|
-
serializedName: "sourceResourceSettings",
|
|
358
|
-
type: {
|
|
359
|
-
name: "Composite",
|
|
360
|
-
className: "ResourceSettings"
|
|
361
|
-
}
|
|
362
|
-
},
|
|
363
|
-
moveStatus: {
|
|
364
|
-
readOnly: true,
|
|
365
|
-
serializedName: "moveStatus",
|
|
366
|
-
type: {
|
|
367
|
-
name: "Composite",
|
|
368
|
-
className: "MoveResourcePropertiesMoveStatus"
|
|
369
|
-
}
|
|
370
|
-
},
|
|
371
|
-
dependsOn: {
|
|
500
|
+
moveResources: {
|
|
501
|
+
serializedName: "moveResources",
|
|
372
502
|
readOnly: true,
|
|
373
|
-
serializedName: "dependsOn",
|
|
374
503
|
type: {
|
|
375
504
|
name: "Sequence",
|
|
376
505
|
element: {
|
|
377
506
|
type: {
|
|
378
507
|
name: "Composite",
|
|
379
|
-
className: "
|
|
508
|
+
className: "AffectedMoveResource"
|
|
380
509
|
}
|
|
381
510
|
}
|
|
382
511
|
}
|
|
512
|
+
}
|
|
513
|
+
}
|
|
514
|
+
}
|
|
515
|
+
};
|
|
516
|
+
|
|
517
|
+
export const PrepareRequest: coreClient.CompositeMapper = {
|
|
518
|
+
type: {
|
|
519
|
+
name: "Composite",
|
|
520
|
+
className: "PrepareRequest",
|
|
521
|
+
modelProperties: {
|
|
522
|
+
validateOnly: {
|
|
523
|
+
serializedName: "validateOnly",
|
|
524
|
+
type: {
|
|
525
|
+
name: "Boolean"
|
|
526
|
+
}
|
|
383
527
|
},
|
|
384
|
-
|
|
385
|
-
serializedName: "
|
|
528
|
+
moveResources: {
|
|
529
|
+
serializedName: "moveResources",
|
|
530
|
+
required: true,
|
|
386
531
|
type: {
|
|
387
532
|
name: "Sequence",
|
|
388
533
|
element: {
|
|
389
534
|
type: {
|
|
390
|
-
name: "
|
|
391
|
-
className: "MoveResourceDependencyOverride"
|
|
535
|
+
name: "String"
|
|
392
536
|
}
|
|
393
537
|
}
|
|
394
538
|
}
|
|
395
539
|
},
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
serializedName: "isResolveRequired",
|
|
399
|
-
type: {
|
|
400
|
-
name: "Boolean"
|
|
401
|
-
}
|
|
402
|
-
},
|
|
403
|
-
errors: {
|
|
404
|
-
readOnly: true,
|
|
405
|
-
serializedName: "errors",
|
|
540
|
+
moveResourceInputType: {
|
|
541
|
+
serializedName: "moveResourceInputType",
|
|
406
542
|
type: {
|
|
407
|
-
name: "
|
|
408
|
-
className: "MoveResourcePropertiesErrors"
|
|
543
|
+
name: "String"
|
|
409
544
|
}
|
|
410
545
|
}
|
|
411
546
|
}
|
|
412
547
|
}
|
|
413
548
|
};
|
|
414
549
|
|
|
415
|
-
export const
|
|
416
|
-
serializedName: "MoveResource",
|
|
550
|
+
export const ResourceMoveRequest: coreClient.CompositeMapper = {
|
|
417
551
|
type: {
|
|
418
552
|
name: "Composite",
|
|
419
|
-
className: "
|
|
553
|
+
className: "ResourceMoveRequest",
|
|
420
554
|
modelProperties: {
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
serializedName: "id",
|
|
555
|
+
validateOnly: {
|
|
556
|
+
serializedName: "validateOnly",
|
|
424
557
|
type: {
|
|
425
|
-
name: "
|
|
558
|
+
name: "Boolean"
|
|
426
559
|
}
|
|
427
560
|
},
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
561
|
+
moveResources: {
|
|
562
|
+
serializedName: "moveResources",
|
|
563
|
+
required: true,
|
|
431
564
|
type: {
|
|
432
|
-
name: "
|
|
565
|
+
name: "Sequence",
|
|
566
|
+
element: {
|
|
567
|
+
type: {
|
|
568
|
+
name: "String"
|
|
569
|
+
}
|
|
570
|
+
}
|
|
433
571
|
}
|
|
434
572
|
},
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
serializedName: "type",
|
|
573
|
+
moveResourceInputType: {
|
|
574
|
+
serializedName: "moveResourceInputType",
|
|
438
575
|
type: {
|
|
439
576
|
name: "String"
|
|
440
577
|
}
|
|
441
|
-
},
|
|
442
|
-
properties: {
|
|
443
|
-
serializedName: "properties",
|
|
444
|
-
type: {
|
|
445
|
-
name: "Composite",
|
|
446
|
-
className: "MoveResourceProperties"
|
|
447
|
-
}
|
|
448
578
|
}
|
|
449
579
|
}
|
|
450
580
|
}
|
|
451
581
|
};
|
|
452
582
|
|
|
453
|
-
export const
|
|
454
|
-
serializedName: "Summary",
|
|
583
|
+
export const CommitRequest: coreClient.CompositeMapper = {
|
|
455
584
|
type: {
|
|
456
585
|
name: "Composite",
|
|
457
|
-
className: "
|
|
586
|
+
className: "CommitRequest",
|
|
458
587
|
modelProperties: {
|
|
459
|
-
|
|
460
|
-
serializedName: "
|
|
588
|
+
validateOnly: {
|
|
589
|
+
serializedName: "validateOnly",
|
|
461
590
|
type: {
|
|
462
|
-
name: "
|
|
591
|
+
name: "Boolean"
|
|
463
592
|
}
|
|
464
593
|
},
|
|
465
|
-
|
|
466
|
-
serializedName: "
|
|
594
|
+
moveResources: {
|
|
595
|
+
serializedName: "moveResources",
|
|
596
|
+
required: true,
|
|
597
|
+
type: {
|
|
598
|
+
name: "Sequence",
|
|
599
|
+
element: {
|
|
600
|
+
type: {
|
|
601
|
+
name: "String"
|
|
602
|
+
}
|
|
603
|
+
}
|
|
604
|
+
}
|
|
605
|
+
},
|
|
606
|
+
moveResourceInputType: {
|
|
607
|
+
serializedName: "moveResourceInputType",
|
|
467
608
|
type: {
|
|
468
609
|
name: "String"
|
|
469
610
|
}
|
|
@@ -472,240 +613,240 @@ export const Summary: msRest.CompositeMapper = {
|
|
|
472
613
|
}
|
|
473
614
|
};
|
|
474
615
|
|
|
475
|
-
export const
|
|
476
|
-
serializedName: "SummaryCollection",
|
|
616
|
+
export const DiscardRequest: coreClient.CompositeMapper = {
|
|
477
617
|
type: {
|
|
478
618
|
name: "Composite",
|
|
479
|
-
className: "
|
|
619
|
+
className: "DiscardRequest",
|
|
480
620
|
modelProperties: {
|
|
481
|
-
|
|
482
|
-
serializedName: "
|
|
621
|
+
validateOnly: {
|
|
622
|
+
serializedName: "validateOnly",
|
|
483
623
|
type: {
|
|
484
|
-
name: "
|
|
624
|
+
name: "Boolean"
|
|
485
625
|
}
|
|
486
626
|
},
|
|
487
|
-
|
|
488
|
-
serializedName: "
|
|
627
|
+
moveResources: {
|
|
628
|
+
serializedName: "moveResources",
|
|
629
|
+
required: true,
|
|
489
630
|
type: {
|
|
490
631
|
name: "Sequence",
|
|
491
632
|
element: {
|
|
492
633
|
type: {
|
|
493
|
-
name: "
|
|
494
|
-
className: "Summary"
|
|
634
|
+
name: "String"
|
|
495
635
|
}
|
|
496
636
|
}
|
|
497
637
|
}
|
|
638
|
+
},
|
|
639
|
+
moveResourceInputType: {
|
|
640
|
+
serializedName: "moveResourceInputType",
|
|
641
|
+
type: {
|
|
642
|
+
name: "String"
|
|
643
|
+
}
|
|
498
644
|
}
|
|
499
645
|
}
|
|
500
646
|
}
|
|
501
647
|
};
|
|
502
648
|
|
|
503
|
-
export const
|
|
504
|
-
serializedName: "MoveCollectionProperties_errors",
|
|
505
|
-
type: {
|
|
506
|
-
name: "Composite",
|
|
507
|
-
className: "MoveCollectionPropertiesErrors",
|
|
508
|
-
modelProperties: {
|
|
509
|
-
...MoveResourceError.type.modelProperties
|
|
510
|
-
}
|
|
511
|
-
}
|
|
512
|
-
};
|
|
513
|
-
|
|
514
|
-
export const MoveCollectionProperties: msRest.CompositeMapper = {
|
|
515
|
-
serializedName: "MoveCollectionProperties",
|
|
649
|
+
export const MoveResourceCollection: coreClient.CompositeMapper = {
|
|
516
650
|
type: {
|
|
517
651
|
name: "Composite",
|
|
518
|
-
className: "
|
|
652
|
+
className: "MoveResourceCollection",
|
|
519
653
|
modelProperties: {
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
serializedName: "sourceRegion",
|
|
654
|
+
value: {
|
|
655
|
+
serializedName: "value",
|
|
523
656
|
type: {
|
|
524
|
-
name: "
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
657
|
+
name: "Sequence",
|
|
658
|
+
element: {
|
|
659
|
+
type: {
|
|
660
|
+
name: "Composite",
|
|
661
|
+
className: "MoveResource"
|
|
662
|
+
}
|
|
663
|
+
}
|
|
664
|
+
}
|
|
665
|
+
},
|
|
666
|
+
nextLink: {
|
|
667
|
+
serializedName: "nextLink",
|
|
530
668
|
type: {
|
|
531
669
|
name: "String"
|
|
532
670
|
}
|
|
533
671
|
},
|
|
534
|
-
|
|
535
|
-
serializedName: "
|
|
672
|
+
summaryCollection: {
|
|
673
|
+
serializedName: "summaryCollection",
|
|
536
674
|
type: {
|
|
537
|
-
name: "
|
|
675
|
+
name: "Composite",
|
|
676
|
+
className: "SummaryCollection"
|
|
538
677
|
}
|
|
539
678
|
},
|
|
540
|
-
|
|
679
|
+
totalCount: {
|
|
680
|
+
serializedName: "totalCount",
|
|
541
681
|
readOnly: true,
|
|
542
|
-
serializedName: "errors",
|
|
543
682
|
type: {
|
|
544
|
-
name: "
|
|
545
|
-
className: "MoveCollectionPropertiesErrors"
|
|
683
|
+
name: "Number"
|
|
546
684
|
}
|
|
547
685
|
}
|
|
548
686
|
}
|
|
549
687
|
}
|
|
550
688
|
};
|
|
551
689
|
|
|
552
|
-
export const
|
|
553
|
-
serializedName: "MoveCollection",
|
|
690
|
+
export const MoveResource: coreClient.CompositeMapper = {
|
|
554
691
|
type: {
|
|
555
692
|
name: "Composite",
|
|
556
|
-
className: "
|
|
693
|
+
className: "MoveResource",
|
|
557
694
|
modelProperties: {
|
|
558
695
|
id: {
|
|
559
|
-
readOnly: true,
|
|
560
696
|
serializedName: "id",
|
|
697
|
+
readOnly: true,
|
|
561
698
|
type: {
|
|
562
699
|
name: "String"
|
|
563
700
|
}
|
|
564
701
|
},
|
|
565
702
|
name: {
|
|
566
|
-
readOnly: true,
|
|
567
703
|
serializedName: "name",
|
|
704
|
+
readOnly: true,
|
|
568
705
|
type: {
|
|
569
706
|
name: "String"
|
|
570
707
|
}
|
|
571
708
|
},
|
|
572
709
|
type: {
|
|
573
|
-
readOnly: true,
|
|
574
710
|
serializedName: "type",
|
|
711
|
+
readOnly: true,
|
|
575
712
|
type: {
|
|
576
713
|
name: "String"
|
|
577
714
|
}
|
|
578
715
|
},
|
|
579
|
-
|
|
716
|
+
properties: {
|
|
717
|
+
serializedName: "properties",
|
|
718
|
+
type: {
|
|
719
|
+
name: "Composite",
|
|
720
|
+
className: "MoveResourceProperties"
|
|
721
|
+
}
|
|
722
|
+
},
|
|
723
|
+
systemData: {
|
|
724
|
+
serializedName: "systemData",
|
|
725
|
+
type: {
|
|
726
|
+
name: "Composite",
|
|
727
|
+
className: "SystemData"
|
|
728
|
+
}
|
|
729
|
+
}
|
|
730
|
+
}
|
|
731
|
+
}
|
|
732
|
+
};
|
|
733
|
+
|
|
734
|
+
export const MoveResourceProperties: coreClient.CompositeMapper = {
|
|
735
|
+
type: {
|
|
736
|
+
name: "Composite",
|
|
737
|
+
className: "MoveResourceProperties",
|
|
738
|
+
modelProperties: {
|
|
739
|
+
provisioningState: {
|
|
740
|
+
serializedName: "provisioningState",
|
|
580
741
|
readOnly: true,
|
|
581
|
-
serializedName: "etag",
|
|
582
742
|
type: {
|
|
583
743
|
name: "String"
|
|
584
744
|
}
|
|
585
745
|
},
|
|
586
|
-
|
|
587
|
-
serializedName: "
|
|
746
|
+
sourceId: {
|
|
747
|
+
serializedName: "sourceId",
|
|
748
|
+
required: true,
|
|
588
749
|
type: {
|
|
589
|
-
name: "
|
|
590
|
-
value: {
|
|
591
|
-
type: {
|
|
592
|
-
name: "String"
|
|
593
|
-
}
|
|
594
|
-
}
|
|
750
|
+
name: "String"
|
|
595
751
|
}
|
|
596
752
|
},
|
|
597
|
-
|
|
598
|
-
serializedName: "
|
|
753
|
+
targetId: {
|
|
754
|
+
serializedName: "targetId",
|
|
755
|
+
readOnly: true,
|
|
599
756
|
type: {
|
|
600
757
|
name: "String"
|
|
601
758
|
}
|
|
602
759
|
},
|
|
603
|
-
|
|
604
|
-
serializedName: "
|
|
760
|
+
existingTargetId: {
|
|
761
|
+
serializedName: "existingTargetId",
|
|
605
762
|
type: {
|
|
606
|
-
name: "
|
|
607
|
-
className: "Identity"
|
|
763
|
+
name: "String"
|
|
608
764
|
}
|
|
609
765
|
},
|
|
610
|
-
|
|
611
|
-
serializedName: "
|
|
766
|
+
resourceSettings: {
|
|
767
|
+
serializedName: "resourceSettings",
|
|
612
768
|
type: {
|
|
613
769
|
name: "Composite",
|
|
614
|
-
className: "
|
|
770
|
+
className: "ResourceSettings"
|
|
615
771
|
}
|
|
616
|
-
}
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
};
|
|
620
|
-
|
|
621
|
-
export const UpdateMoveCollectionRequest: msRest.CompositeMapper = {
|
|
622
|
-
serializedName: "UpdateMoveCollectionRequest",
|
|
623
|
-
type: {
|
|
624
|
-
name: "Composite",
|
|
625
|
-
className: "UpdateMoveCollectionRequest",
|
|
626
|
-
modelProperties: {
|
|
627
|
-
tags: {
|
|
628
|
-
serializedName: "tags",
|
|
772
|
+
},
|
|
773
|
+
sourceResourceSettings: {
|
|
774
|
+
serializedName: "sourceResourceSettings",
|
|
629
775
|
type: {
|
|
630
|
-
name: "
|
|
631
|
-
|
|
632
|
-
type: {
|
|
633
|
-
name: "String"
|
|
634
|
-
}
|
|
635
|
-
}
|
|
776
|
+
name: "Composite",
|
|
777
|
+
className: "ResourceSettings"
|
|
636
778
|
}
|
|
637
779
|
},
|
|
638
|
-
|
|
639
|
-
serializedName: "
|
|
780
|
+
moveStatus: {
|
|
781
|
+
serializedName: "moveStatus",
|
|
640
782
|
type: {
|
|
641
783
|
name: "Composite",
|
|
642
|
-
className: "
|
|
784
|
+
className: "MoveResourcePropertiesMoveStatus"
|
|
643
785
|
}
|
|
644
|
-
}
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
export const PrepareRequest: msRest.CompositeMapper = {
|
|
650
|
-
serializedName: "PrepareRequest",
|
|
651
|
-
type: {
|
|
652
|
-
name: "Composite",
|
|
653
|
-
className: "PrepareRequest",
|
|
654
|
-
modelProperties: {
|
|
655
|
-
validateOnly: {
|
|
656
|
-
serializedName: "validateOnly",
|
|
786
|
+
},
|
|
787
|
+
dependsOn: {
|
|
788
|
+
serializedName: "dependsOn",
|
|
789
|
+
readOnly: true,
|
|
657
790
|
type: {
|
|
658
|
-
name: "
|
|
791
|
+
name: "Sequence",
|
|
792
|
+
element: {
|
|
793
|
+
type: {
|
|
794
|
+
name: "Composite",
|
|
795
|
+
className: "MoveResourceDependency"
|
|
796
|
+
}
|
|
797
|
+
}
|
|
659
798
|
}
|
|
660
799
|
},
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
serializedName: "moveResources",
|
|
800
|
+
dependsOnOverrides: {
|
|
801
|
+
serializedName: "dependsOnOverrides",
|
|
664
802
|
type: {
|
|
665
803
|
name: "Sequence",
|
|
666
804
|
element: {
|
|
667
805
|
type: {
|
|
668
|
-
name: "
|
|
806
|
+
name: "Composite",
|
|
807
|
+
className: "MoveResourceDependencyOverride"
|
|
669
808
|
}
|
|
670
809
|
}
|
|
671
810
|
}
|
|
672
811
|
},
|
|
673
|
-
|
|
674
|
-
serializedName: "
|
|
812
|
+
isResolveRequired: {
|
|
813
|
+
serializedName: "isResolveRequired",
|
|
814
|
+
readOnly: true,
|
|
675
815
|
type: {
|
|
676
|
-
name: "
|
|
816
|
+
name: "Boolean"
|
|
817
|
+
}
|
|
818
|
+
},
|
|
819
|
+
errors: {
|
|
820
|
+
serializedName: "errors",
|
|
821
|
+
type: {
|
|
822
|
+
name: "Composite",
|
|
823
|
+
className: "MoveResourcePropertiesErrors"
|
|
677
824
|
}
|
|
678
825
|
}
|
|
679
826
|
}
|
|
680
827
|
}
|
|
681
828
|
};
|
|
682
829
|
|
|
683
|
-
export const
|
|
684
|
-
serializedName: "ResourceMoveRequest",
|
|
830
|
+
export const ResourceSettings: coreClient.CompositeMapper = {
|
|
685
831
|
type: {
|
|
686
832
|
name: "Composite",
|
|
687
|
-
className: "
|
|
833
|
+
className: "ResourceSettings",
|
|
834
|
+
uberParent: "ResourceSettings",
|
|
835
|
+
polymorphicDiscriminator: {
|
|
836
|
+
serializedName: "resourceType",
|
|
837
|
+
clientName: "resourceType"
|
|
838
|
+
},
|
|
688
839
|
modelProperties: {
|
|
689
|
-
|
|
690
|
-
serializedName: "
|
|
691
|
-
type: {
|
|
692
|
-
name: "Boolean"
|
|
693
|
-
}
|
|
694
|
-
},
|
|
695
|
-
moveResources: {
|
|
840
|
+
resourceType: {
|
|
841
|
+
serializedName: "resourceType",
|
|
696
842
|
required: true,
|
|
697
|
-
serializedName: "moveResources",
|
|
698
843
|
type: {
|
|
699
|
-
name: "
|
|
700
|
-
element: {
|
|
701
|
-
type: {
|
|
702
|
-
name: "String"
|
|
703
|
-
}
|
|
704
|
-
}
|
|
844
|
+
name: "String"
|
|
705
845
|
}
|
|
706
846
|
},
|
|
707
|
-
|
|
708
|
-
serializedName: "
|
|
847
|
+
targetResourceName: {
|
|
848
|
+
serializedName: "targetResourceName",
|
|
849
|
+
required: true,
|
|
709
850
|
type: {
|
|
710
851
|
name: "String"
|
|
711
852
|
}
|
|
@@ -714,66 +855,51 @@ export const ResourceMoveRequest: msRest.CompositeMapper = {
|
|
|
714
855
|
}
|
|
715
856
|
};
|
|
716
857
|
|
|
717
|
-
export const
|
|
718
|
-
serializedName: "CommitRequest",
|
|
858
|
+
export const MoveResourceStatus: coreClient.CompositeMapper = {
|
|
719
859
|
type: {
|
|
720
860
|
name: "Composite",
|
|
721
|
-
className: "
|
|
861
|
+
className: "MoveResourceStatus",
|
|
722
862
|
modelProperties: {
|
|
723
|
-
|
|
724
|
-
serializedName: "
|
|
863
|
+
moveState: {
|
|
864
|
+
serializedName: "moveState",
|
|
865
|
+
readOnly: true,
|
|
725
866
|
type: {
|
|
726
|
-
name: "
|
|
867
|
+
name: "String"
|
|
727
868
|
}
|
|
728
869
|
},
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
serializedName: "moveResources",
|
|
870
|
+
jobStatus: {
|
|
871
|
+
serializedName: "jobStatus",
|
|
732
872
|
type: {
|
|
733
|
-
name: "
|
|
734
|
-
|
|
735
|
-
type: {
|
|
736
|
-
name: "String"
|
|
737
|
-
}
|
|
738
|
-
}
|
|
873
|
+
name: "Composite",
|
|
874
|
+
className: "JobStatus"
|
|
739
875
|
}
|
|
740
876
|
},
|
|
741
|
-
|
|
742
|
-
serializedName: "
|
|
877
|
+
errors: {
|
|
878
|
+
serializedName: "errors",
|
|
743
879
|
type: {
|
|
744
|
-
name: "
|
|
880
|
+
name: "Composite",
|
|
881
|
+
className: "MoveResourceError"
|
|
745
882
|
}
|
|
746
883
|
}
|
|
747
884
|
}
|
|
748
885
|
}
|
|
749
886
|
};
|
|
750
887
|
|
|
751
|
-
export const
|
|
752
|
-
serializedName: "DiscardRequest",
|
|
888
|
+
export const JobStatus: coreClient.CompositeMapper = {
|
|
753
889
|
type: {
|
|
754
890
|
name: "Composite",
|
|
755
|
-
className: "
|
|
891
|
+
className: "JobStatus",
|
|
756
892
|
modelProperties: {
|
|
757
|
-
|
|
758
|
-
serializedName: "
|
|
759
|
-
|
|
760
|
-
name: "Boolean"
|
|
761
|
-
}
|
|
762
|
-
},
|
|
763
|
-
moveResources: {
|
|
764
|
-
required: true,
|
|
765
|
-
serializedName: "moveResources",
|
|
893
|
+
jobName: {
|
|
894
|
+
serializedName: "jobName",
|
|
895
|
+
readOnly: true,
|
|
766
896
|
type: {
|
|
767
|
-
name: "
|
|
768
|
-
element: {
|
|
769
|
-
type: {
|
|
770
|
-
name: "String"
|
|
771
|
-
}
|
|
772
|
-
}
|
|
897
|
+
name: "String"
|
|
773
898
|
}
|
|
774
899
|
},
|
|
775
|
-
|
|
776
|
-
serializedName: "
|
|
900
|
+
jobProgress: {
|
|
901
|
+
serializedName: "jobProgress",
|
|
902
|
+
readOnly: true,
|
|
777
903
|
type: {
|
|
778
904
|
name: "String"
|
|
779
905
|
}
|
|
@@ -782,31 +908,51 @@ export const DiscardRequest: msRest.CompositeMapper = {
|
|
|
782
908
|
}
|
|
783
909
|
};
|
|
784
910
|
|
|
785
|
-
export const
|
|
786
|
-
serializedName: "BulkRemoveRequest",
|
|
911
|
+
export const MoveResourceDependency: coreClient.CompositeMapper = {
|
|
787
912
|
type: {
|
|
788
913
|
name: "Composite",
|
|
789
|
-
className: "
|
|
914
|
+
className: "MoveResourceDependency",
|
|
790
915
|
modelProperties: {
|
|
791
|
-
|
|
792
|
-
serializedName: "
|
|
916
|
+
id: {
|
|
917
|
+
serializedName: "id",
|
|
793
918
|
type: {
|
|
794
|
-
name: "
|
|
919
|
+
name: "String"
|
|
795
920
|
}
|
|
796
921
|
},
|
|
797
|
-
|
|
798
|
-
serializedName: "
|
|
922
|
+
resolutionStatus: {
|
|
923
|
+
serializedName: "resolutionStatus",
|
|
799
924
|
type: {
|
|
800
|
-
name: "
|
|
801
|
-
element: {
|
|
802
|
-
type: {
|
|
803
|
-
name: "String"
|
|
804
|
-
}
|
|
805
|
-
}
|
|
925
|
+
name: "String"
|
|
806
926
|
}
|
|
807
927
|
},
|
|
808
|
-
|
|
809
|
-
serializedName: "
|
|
928
|
+
resolutionType: {
|
|
929
|
+
serializedName: "resolutionType",
|
|
930
|
+
type: {
|
|
931
|
+
name: "String"
|
|
932
|
+
}
|
|
933
|
+
},
|
|
934
|
+
dependencyType: {
|
|
935
|
+
serializedName: "dependencyType",
|
|
936
|
+
type: {
|
|
937
|
+
name: "String"
|
|
938
|
+
}
|
|
939
|
+
},
|
|
940
|
+
manualResolution: {
|
|
941
|
+
serializedName: "manualResolution",
|
|
942
|
+
type: {
|
|
943
|
+
name: "Composite",
|
|
944
|
+
className: "ManualResolutionProperties"
|
|
945
|
+
}
|
|
946
|
+
},
|
|
947
|
+
automaticResolution: {
|
|
948
|
+
serializedName: "automaticResolution",
|
|
949
|
+
type: {
|
|
950
|
+
name: "Composite",
|
|
951
|
+
className: "AutomaticResolutionProperties"
|
|
952
|
+
}
|
|
953
|
+
},
|
|
954
|
+
isOptional: {
|
|
955
|
+
serializedName: "isOptional",
|
|
810
956
|
type: {
|
|
811
957
|
name: "String"
|
|
812
958
|
}
|
|
@@ -815,14 +961,13 @@ export const BulkRemoveRequest: msRest.CompositeMapper = {
|
|
|
815
961
|
}
|
|
816
962
|
};
|
|
817
963
|
|
|
818
|
-
export const
|
|
819
|
-
serializedName: "MoveResourceFilterProperties",
|
|
964
|
+
export const ManualResolutionProperties: coreClient.CompositeMapper = {
|
|
820
965
|
type: {
|
|
821
966
|
name: "Composite",
|
|
822
|
-
className: "
|
|
967
|
+
className: "ManualResolutionProperties",
|
|
823
968
|
modelProperties: {
|
|
824
|
-
|
|
825
|
-
serializedName: "
|
|
969
|
+
targetId: {
|
|
970
|
+
serializedName: "targetId",
|
|
826
971
|
type: {
|
|
827
972
|
name: "String"
|
|
828
973
|
}
|
|
@@ -831,61 +976,73 @@ export const MoveResourceFilterProperties: msRest.CompositeMapper = {
|
|
|
831
976
|
}
|
|
832
977
|
};
|
|
833
978
|
|
|
834
|
-
export const
|
|
835
|
-
serializedName: "MoveResourceFilter",
|
|
979
|
+
export const AutomaticResolutionProperties: coreClient.CompositeMapper = {
|
|
836
980
|
type: {
|
|
837
981
|
name: "Composite",
|
|
838
|
-
className: "
|
|
982
|
+
className: "AutomaticResolutionProperties",
|
|
839
983
|
modelProperties: {
|
|
840
|
-
|
|
841
|
-
serializedName: "
|
|
984
|
+
moveResourceId: {
|
|
985
|
+
serializedName: "moveResourceId",
|
|
842
986
|
type: {
|
|
843
|
-
name: "
|
|
844
|
-
className: "MoveResourceFilterProperties"
|
|
987
|
+
name: "String"
|
|
845
988
|
}
|
|
846
989
|
}
|
|
847
990
|
}
|
|
848
991
|
}
|
|
849
992
|
};
|
|
850
993
|
|
|
851
|
-
export const
|
|
852
|
-
serializedName: "UnresolvedDependenciesFilterProperties",
|
|
994
|
+
export const MoveResourceDependencyOverride: coreClient.CompositeMapper = {
|
|
853
995
|
type: {
|
|
854
996
|
name: "Composite",
|
|
855
|
-
className: "
|
|
997
|
+
className: "MoveResourceDependencyOverride",
|
|
856
998
|
modelProperties: {
|
|
857
|
-
|
|
858
|
-
serializedName: "
|
|
999
|
+
id: {
|
|
1000
|
+
serializedName: "id",
|
|
859
1001
|
type: {
|
|
860
|
-
name: "
|
|
1002
|
+
name: "String"
|
|
1003
|
+
}
|
|
1004
|
+
},
|
|
1005
|
+
targetId: {
|
|
1006
|
+
serializedName: "targetId",
|
|
1007
|
+
type: {
|
|
1008
|
+
name: "String"
|
|
861
1009
|
}
|
|
862
1010
|
}
|
|
863
1011
|
}
|
|
864
1012
|
}
|
|
865
1013
|
};
|
|
866
1014
|
|
|
867
|
-
export const
|
|
868
|
-
serializedName: "UnresolvedDependenciesFilter",
|
|
1015
|
+
export const SummaryCollection: coreClient.CompositeMapper = {
|
|
869
1016
|
type: {
|
|
870
1017
|
name: "Composite",
|
|
871
|
-
className: "
|
|
1018
|
+
className: "SummaryCollection",
|
|
872
1019
|
modelProperties: {
|
|
873
|
-
|
|
874
|
-
serializedName: "
|
|
1020
|
+
fieldName: {
|
|
1021
|
+
serializedName: "fieldName",
|
|
875
1022
|
type: {
|
|
876
|
-
name: "
|
|
877
|
-
|
|
1023
|
+
name: "String"
|
|
1024
|
+
}
|
|
1025
|
+
},
|
|
1026
|
+
summary: {
|
|
1027
|
+
serializedName: "summary",
|
|
1028
|
+
type: {
|
|
1029
|
+
name: "Sequence",
|
|
1030
|
+
element: {
|
|
1031
|
+
type: {
|
|
1032
|
+
name: "Composite",
|
|
1033
|
+
className: "Summary"
|
|
1034
|
+
}
|
|
1035
|
+
}
|
|
878
1036
|
}
|
|
879
1037
|
}
|
|
880
1038
|
}
|
|
881
1039
|
}
|
|
882
1040
|
};
|
|
883
1041
|
|
|
884
|
-
export const
|
|
885
|
-
serializedName: "UnresolvedDependency",
|
|
1042
|
+
export const Summary: coreClient.CompositeMapper = {
|
|
886
1043
|
type: {
|
|
887
1044
|
name: "Composite",
|
|
888
|
-
className: "
|
|
1045
|
+
className: "Summary",
|
|
889
1046
|
modelProperties: {
|
|
890
1047
|
count: {
|
|
891
1048
|
serializedName: "count",
|
|
@@ -893,8 +1050,8 @@ export const UnresolvedDependency: msRest.CompositeMapper = {
|
|
|
893
1050
|
name: "Number"
|
|
894
1051
|
}
|
|
895
1052
|
},
|
|
896
|
-
|
|
897
|
-
serializedName: "
|
|
1053
|
+
item: {
|
|
1054
|
+
serializedName: "item",
|
|
898
1055
|
type: {
|
|
899
1056
|
name: "String"
|
|
900
1057
|
}
|
|
@@ -903,53 +1060,119 @@ export const UnresolvedDependency: msRest.CompositeMapper = {
|
|
|
903
1060
|
}
|
|
904
1061
|
};
|
|
905
1062
|
|
|
906
|
-
export const
|
|
907
|
-
serializedName: "RequiredForResourcesCollection",
|
|
1063
|
+
export const UnresolvedDependencyCollection: coreClient.CompositeMapper = {
|
|
908
1064
|
type: {
|
|
909
1065
|
name: "Composite",
|
|
910
|
-
className: "
|
|
1066
|
+
className: "UnresolvedDependencyCollection",
|
|
911
1067
|
modelProperties: {
|
|
912
|
-
|
|
913
|
-
serializedName: "
|
|
1068
|
+
value: {
|
|
1069
|
+
serializedName: "value",
|
|
914
1070
|
type: {
|
|
915
1071
|
name: "Sequence",
|
|
916
1072
|
element: {
|
|
917
1073
|
type: {
|
|
918
|
-
name: "
|
|
1074
|
+
name: "Composite",
|
|
1075
|
+
className: "UnresolvedDependency"
|
|
919
1076
|
}
|
|
920
1077
|
}
|
|
921
1078
|
}
|
|
1079
|
+
},
|
|
1080
|
+
nextLink: {
|
|
1081
|
+
serializedName: "nextLink",
|
|
1082
|
+
type: {
|
|
1083
|
+
name: "String"
|
|
1084
|
+
}
|
|
1085
|
+
},
|
|
1086
|
+
summaryCollection: {
|
|
1087
|
+
serializedName: "summaryCollection",
|
|
1088
|
+
type: {
|
|
1089
|
+
name: "Composite",
|
|
1090
|
+
className: "SummaryCollection"
|
|
1091
|
+
}
|
|
1092
|
+
},
|
|
1093
|
+
totalCount: {
|
|
1094
|
+
serializedName: "totalCount",
|
|
1095
|
+
readOnly: true,
|
|
1096
|
+
type: {
|
|
1097
|
+
name: "Number"
|
|
1098
|
+
}
|
|
922
1099
|
}
|
|
923
1100
|
}
|
|
924
1101
|
}
|
|
925
1102
|
};
|
|
926
1103
|
|
|
927
|
-
export const
|
|
928
|
-
serializedName: "Display",
|
|
1104
|
+
export const UnresolvedDependency: coreClient.CompositeMapper = {
|
|
929
1105
|
type: {
|
|
930
1106
|
name: "Composite",
|
|
931
|
-
className: "
|
|
1107
|
+
className: "UnresolvedDependency",
|
|
932
1108
|
modelProperties: {
|
|
933
|
-
|
|
934
|
-
serializedName: "
|
|
1109
|
+
count: {
|
|
1110
|
+
serializedName: "count",
|
|
935
1111
|
type: {
|
|
936
|
-
name: "
|
|
1112
|
+
name: "Number"
|
|
937
1113
|
}
|
|
938
1114
|
},
|
|
939
|
-
|
|
940
|
-
serializedName: "
|
|
1115
|
+
id: {
|
|
1116
|
+
serializedName: "id",
|
|
941
1117
|
type: {
|
|
942
1118
|
name: "String"
|
|
943
1119
|
}
|
|
1120
|
+
}
|
|
1121
|
+
}
|
|
1122
|
+
}
|
|
1123
|
+
};
|
|
1124
|
+
|
|
1125
|
+
export const BulkRemoveRequest: coreClient.CompositeMapper = {
|
|
1126
|
+
type: {
|
|
1127
|
+
name: "Composite",
|
|
1128
|
+
className: "BulkRemoveRequest",
|
|
1129
|
+
modelProperties: {
|
|
1130
|
+
validateOnly: {
|
|
1131
|
+
serializedName: "validateOnly",
|
|
1132
|
+
type: {
|
|
1133
|
+
name: "Boolean"
|
|
1134
|
+
}
|
|
944
1135
|
},
|
|
945
|
-
|
|
946
|
-
serializedName: "
|
|
1136
|
+
moveResources: {
|
|
1137
|
+
serializedName: "moveResources",
|
|
1138
|
+
type: {
|
|
1139
|
+
name: "Sequence",
|
|
1140
|
+
element: {
|
|
1141
|
+
type: {
|
|
1142
|
+
name: "String"
|
|
1143
|
+
}
|
|
1144
|
+
}
|
|
1145
|
+
}
|
|
1146
|
+
},
|
|
1147
|
+
moveResourceInputType: {
|
|
1148
|
+
serializedName: "moveResourceInputType",
|
|
947
1149
|
type: {
|
|
948
1150
|
name: "String"
|
|
949
1151
|
}
|
|
1152
|
+
}
|
|
1153
|
+
}
|
|
1154
|
+
}
|
|
1155
|
+
};
|
|
1156
|
+
|
|
1157
|
+
export const OperationsDiscoveryCollection: coreClient.CompositeMapper = {
|
|
1158
|
+
type: {
|
|
1159
|
+
name: "Composite",
|
|
1160
|
+
className: "OperationsDiscoveryCollection",
|
|
1161
|
+
modelProperties: {
|
|
1162
|
+
value: {
|
|
1163
|
+
serializedName: "value",
|
|
1164
|
+
type: {
|
|
1165
|
+
name: "Sequence",
|
|
1166
|
+
element: {
|
|
1167
|
+
type: {
|
|
1168
|
+
name: "Composite",
|
|
1169
|
+
className: "OperationsDiscovery"
|
|
1170
|
+
}
|
|
1171
|
+
}
|
|
1172
|
+
}
|
|
950
1173
|
},
|
|
951
|
-
|
|
952
|
-
serializedName: "
|
|
1174
|
+
nextLink: {
|
|
1175
|
+
serializedName: "nextLink",
|
|
953
1176
|
type: {
|
|
954
1177
|
name: "String"
|
|
955
1178
|
}
|
|
@@ -958,8 +1181,7 @@ export const Display: msRest.CompositeMapper = {
|
|
|
958
1181
|
}
|
|
959
1182
|
};
|
|
960
1183
|
|
|
961
|
-
export const OperationsDiscovery:
|
|
962
|
-
serializedName: "OperationsDiscovery",
|
|
1184
|
+
export const OperationsDiscovery: coreClient.CompositeMapper = {
|
|
963
1185
|
type: {
|
|
964
1186
|
name: "Composite",
|
|
965
1187
|
className: "OperationsDiscovery",
|
|
@@ -992,18 +1214,51 @@ export const OperationsDiscovery: msRest.CompositeMapper = {
|
|
|
992
1214
|
properties: {
|
|
993
1215
|
serializedName: "properties",
|
|
994
1216
|
type: {
|
|
995
|
-
name: "
|
|
1217
|
+
name: "Dictionary",
|
|
1218
|
+
value: { type: { name: "any" } }
|
|
996
1219
|
}
|
|
997
1220
|
}
|
|
998
1221
|
}
|
|
999
1222
|
}
|
|
1000
1223
|
};
|
|
1001
1224
|
|
|
1002
|
-
export const
|
|
1003
|
-
serializedName: "OperationsDiscoveryCollection",
|
|
1225
|
+
export const Display: coreClient.CompositeMapper = {
|
|
1004
1226
|
type: {
|
|
1005
1227
|
name: "Composite",
|
|
1006
|
-
className: "
|
|
1228
|
+
className: "Display",
|
|
1229
|
+
modelProperties: {
|
|
1230
|
+
provider: {
|
|
1231
|
+
serializedName: "provider",
|
|
1232
|
+
type: {
|
|
1233
|
+
name: "String"
|
|
1234
|
+
}
|
|
1235
|
+
},
|
|
1236
|
+
resource: {
|
|
1237
|
+
serializedName: "resource",
|
|
1238
|
+
type: {
|
|
1239
|
+
name: "String"
|
|
1240
|
+
}
|
|
1241
|
+
},
|
|
1242
|
+
operation: {
|
|
1243
|
+
serializedName: "operation",
|
|
1244
|
+
type: {
|
|
1245
|
+
name: "String"
|
|
1246
|
+
}
|
|
1247
|
+
},
|
|
1248
|
+
description: {
|
|
1249
|
+
serializedName: "description",
|
|
1250
|
+
type: {
|
|
1251
|
+
name: "String"
|
|
1252
|
+
}
|
|
1253
|
+
}
|
|
1254
|
+
}
|
|
1255
|
+
}
|
|
1256
|
+
};
|
|
1257
|
+
|
|
1258
|
+
export const MoveCollectionResultList: coreClient.CompositeMapper = {
|
|
1259
|
+
type: {
|
|
1260
|
+
name: "Composite",
|
|
1261
|
+
className: "MoveCollectionResultList",
|
|
1007
1262
|
modelProperties: {
|
|
1008
1263
|
value: {
|
|
1009
1264
|
serializedName: "value",
|
|
@@ -1012,7 +1267,7 @@ export const OperationsDiscoveryCollection: msRest.CompositeMapper = {
|
|
|
1012
1267
|
element: {
|
|
1013
1268
|
type: {
|
|
1014
1269
|
name: "Composite",
|
|
1015
|
-
className: "
|
|
1270
|
+
className: "MoveCollection"
|
|
1016
1271
|
}
|
|
1017
1272
|
}
|
|
1018
1273
|
}
|
|
@@ -1027,101 +1282,89 @@ export const OperationsDiscoveryCollection: msRest.CompositeMapper = {
|
|
|
1027
1282
|
}
|
|
1028
1283
|
};
|
|
1029
1284
|
|
|
1030
|
-
export const
|
|
1031
|
-
serializedName: "Microsoft.Compute/virtualMachines",
|
|
1285
|
+
export const RequiredForResourcesCollection: coreClient.CompositeMapper = {
|
|
1032
1286
|
type: {
|
|
1033
1287
|
name: "Composite",
|
|
1034
|
-
|
|
1035
|
-
uberParent: "ResourceSettings",
|
|
1036
|
-
className: "VirtualMachineResourceSettings",
|
|
1288
|
+
className: "RequiredForResourcesCollection",
|
|
1037
1289
|
modelProperties: {
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
serializedName: "targetAvailabilityZone",
|
|
1041
|
-
type: {
|
|
1042
|
-
name: "String"
|
|
1043
|
-
}
|
|
1044
|
-
},
|
|
1045
|
-
targetVmSize: {
|
|
1046
|
-
serializedName: "targetVmSize",
|
|
1047
|
-
type: {
|
|
1048
|
-
name: "String"
|
|
1049
|
-
}
|
|
1050
|
-
},
|
|
1051
|
-
targetAvailabilitySetId: {
|
|
1052
|
-
serializedName: "targetAvailabilitySetId",
|
|
1290
|
+
sourceIds: {
|
|
1291
|
+
serializedName: "sourceIds",
|
|
1053
1292
|
type: {
|
|
1054
|
-
name: "
|
|
1293
|
+
name: "Sequence",
|
|
1294
|
+
element: {
|
|
1295
|
+
type: {
|
|
1296
|
+
name: "String"
|
|
1297
|
+
}
|
|
1298
|
+
}
|
|
1055
1299
|
}
|
|
1056
1300
|
}
|
|
1057
1301
|
}
|
|
1058
1302
|
}
|
|
1059
1303
|
};
|
|
1060
1304
|
|
|
1061
|
-
export const
|
|
1062
|
-
serializedName: "Microsoft.Compute/availabilitySets",
|
|
1305
|
+
export const MoveResourceFilter: coreClient.CompositeMapper = {
|
|
1063
1306
|
type: {
|
|
1064
1307
|
name: "Composite",
|
|
1065
|
-
|
|
1066
|
-
uberParent: "ResourceSettings",
|
|
1067
|
-
className: "AvailabilitySetResourceSettings",
|
|
1308
|
+
className: "MoveResourceFilter",
|
|
1068
1309
|
modelProperties: {
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
nullable: true,
|
|
1072
|
-
serializedName: "faultDomain",
|
|
1073
|
-
constraints: {
|
|
1074
|
-
InclusiveMinimum: 1
|
|
1075
|
-
},
|
|
1310
|
+
properties: {
|
|
1311
|
+
serializedName: "properties",
|
|
1076
1312
|
type: {
|
|
1077
|
-
name: "
|
|
1313
|
+
name: "Composite",
|
|
1314
|
+
className: "MoveResourceFilterProperties"
|
|
1078
1315
|
}
|
|
1079
|
-
}
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1316
|
+
}
|
|
1317
|
+
}
|
|
1318
|
+
}
|
|
1319
|
+
};
|
|
1320
|
+
|
|
1321
|
+
export const MoveResourceFilterProperties: coreClient.CompositeMapper = {
|
|
1322
|
+
type: {
|
|
1323
|
+
name: "Composite",
|
|
1324
|
+
className: "MoveResourceFilterProperties",
|
|
1325
|
+
modelProperties: {
|
|
1326
|
+
provisioningState: {
|
|
1327
|
+
serializedName: "provisioningState",
|
|
1087
1328
|
type: {
|
|
1088
|
-
name: "
|
|
1329
|
+
name: "String"
|
|
1089
1330
|
}
|
|
1090
1331
|
}
|
|
1091
1332
|
}
|
|
1092
1333
|
}
|
|
1093
1334
|
};
|
|
1094
1335
|
|
|
1095
|
-
export const
|
|
1096
|
-
serializedName: "AzureResourceReference",
|
|
1336
|
+
export const UnresolvedDependenciesFilter: coreClient.CompositeMapper = {
|
|
1097
1337
|
type: {
|
|
1098
1338
|
name: "Composite",
|
|
1099
|
-
className: "
|
|
1339
|
+
className: "UnresolvedDependenciesFilter",
|
|
1100
1340
|
modelProperties: {
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
serializedName: "sourceArmResourceId",
|
|
1341
|
+
properties: {
|
|
1342
|
+
serializedName: "properties",
|
|
1104
1343
|
type: {
|
|
1105
|
-
name: "
|
|
1344
|
+
name: "Composite",
|
|
1345
|
+
className: "UnresolvedDependenciesFilterProperties"
|
|
1106
1346
|
}
|
|
1107
1347
|
}
|
|
1108
1348
|
}
|
|
1109
1349
|
}
|
|
1110
1350
|
};
|
|
1111
1351
|
|
|
1112
|
-
export const
|
|
1113
|
-
serializedName: "NsgReference",
|
|
1352
|
+
export const UnresolvedDependenciesFilterProperties: coreClient.CompositeMapper = {
|
|
1114
1353
|
type: {
|
|
1115
1354
|
name: "Composite",
|
|
1116
|
-
className: "
|
|
1355
|
+
className: "UnresolvedDependenciesFilterProperties",
|
|
1117
1356
|
modelProperties: {
|
|
1118
|
-
|
|
1357
|
+
count: {
|
|
1358
|
+
serializedName: "count",
|
|
1359
|
+
type: {
|
|
1360
|
+
name: "Number"
|
|
1361
|
+
}
|
|
1362
|
+
}
|
|
1119
1363
|
}
|
|
1120
1364
|
}
|
|
1121
1365
|
};
|
|
1122
1366
|
|
|
1123
|
-
export const SubnetResourceSettings:
|
|
1124
|
-
serializedName: "SubnetResourceSettings",
|
|
1367
|
+
export const SubnetResourceSettings: coreClient.CompositeMapper = {
|
|
1125
1368
|
type: {
|
|
1126
1369
|
name: "Composite",
|
|
1127
1370
|
className: "SubnetResourceSettings",
|
|
@@ -1149,69 +1392,14 @@ export const SubnetResourceSettings: msRest.CompositeMapper = {
|
|
|
1149
1392
|
}
|
|
1150
1393
|
};
|
|
1151
1394
|
|
|
1152
|
-
export const
|
|
1153
|
-
serializedName: "Microsoft.Network/virtualNetworks",
|
|
1154
|
-
type: {
|
|
1155
|
-
name: "Composite",
|
|
1156
|
-
polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,
|
|
1157
|
-
uberParent: "ResourceSettings",
|
|
1158
|
-
className: "VirtualNetworkResourceSettings",
|
|
1159
|
-
modelProperties: {
|
|
1160
|
-
...ResourceSettings.type.modelProperties,
|
|
1161
|
-
enableDdosProtection: {
|
|
1162
|
-
nullable: true,
|
|
1163
|
-
serializedName: "enableDdosProtection",
|
|
1164
|
-
type: {
|
|
1165
|
-
name: "Boolean"
|
|
1166
|
-
}
|
|
1167
|
-
},
|
|
1168
|
-
addressSpace: {
|
|
1169
|
-
serializedName: "addressSpace",
|
|
1170
|
-
type: {
|
|
1171
|
-
name: "Sequence",
|
|
1172
|
-
element: {
|
|
1173
|
-
type: {
|
|
1174
|
-
name: "String"
|
|
1175
|
-
}
|
|
1176
|
-
}
|
|
1177
|
-
}
|
|
1178
|
-
},
|
|
1179
|
-
dnsServers: {
|
|
1180
|
-
serializedName: "dnsServers",
|
|
1181
|
-
type: {
|
|
1182
|
-
name: "Sequence",
|
|
1183
|
-
element: {
|
|
1184
|
-
type: {
|
|
1185
|
-
name: "String"
|
|
1186
|
-
}
|
|
1187
|
-
}
|
|
1188
|
-
}
|
|
1189
|
-
},
|
|
1190
|
-
subnets: {
|
|
1191
|
-
serializedName: "subnets",
|
|
1192
|
-
type: {
|
|
1193
|
-
name: "Sequence",
|
|
1194
|
-
element: {
|
|
1195
|
-
type: {
|
|
1196
|
-
name: "Composite",
|
|
1197
|
-
className: "SubnetResourceSettings"
|
|
1198
|
-
}
|
|
1199
|
-
}
|
|
1200
|
-
}
|
|
1201
|
-
}
|
|
1202
|
-
}
|
|
1203
|
-
}
|
|
1204
|
-
};
|
|
1205
|
-
|
|
1206
|
-
export const ProxyResourceReference: msRest.CompositeMapper = {
|
|
1207
|
-
serializedName: "ProxyResourceReference",
|
|
1395
|
+
export const AzureResourceReference: coreClient.CompositeMapper = {
|
|
1208
1396
|
type: {
|
|
1209
1397
|
name: "Composite",
|
|
1210
|
-
className: "
|
|
1398
|
+
className: "AzureResourceReference",
|
|
1211
1399
|
modelProperties: {
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1400
|
+
sourceArmResourceId: {
|
|
1401
|
+
serializedName: "sourceArmResourceId",
|
|
1402
|
+
required: true,
|
|
1215
1403
|
type: {
|
|
1216
1404
|
name: "String"
|
|
1217
1405
|
}
|
|
@@ -1220,52 +1408,7 @@ export const ProxyResourceReference: msRest.CompositeMapper = {
|
|
|
1220
1408
|
}
|
|
1221
1409
|
};
|
|
1222
1410
|
|
|
1223
|
-
export const
|
|
1224
|
-
serializedName: "SubnetReference",
|
|
1225
|
-
type: {
|
|
1226
|
-
name: "Composite",
|
|
1227
|
-
className: "SubnetReference",
|
|
1228
|
-
modelProperties: {
|
|
1229
|
-
...ProxyResourceReference.type.modelProperties
|
|
1230
|
-
}
|
|
1231
|
-
}
|
|
1232
|
-
};
|
|
1233
|
-
|
|
1234
|
-
export const LoadBalancerBackendAddressPoolReference: msRest.CompositeMapper = {
|
|
1235
|
-
serializedName: "LoadBalancerBackendAddressPoolReference",
|
|
1236
|
-
type: {
|
|
1237
|
-
name: "Composite",
|
|
1238
|
-
className: "LoadBalancerBackendAddressPoolReference",
|
|
1239
|
-
modelProperties: {
|
|
1240
|
-
...ProxyResourceReference.type.modelProperties
|
|
1241
|
-
}
|
|
1242
|
-
}
|
|
1243
|
-
};
|
|
1244
|
-
|
|
1245
|
-
export const LoadBalancerNatRuleReference: msRest.CompositeMapper = {
|
|
1246
|
-
serializedName: "LoadBalancerNatRuleReference",
|
|
1247
|
-
type: {
|
|
1248
|
-
name: "Composite",
|
|
1249
|
-
className: "LoadBalancerNatRuleReference",
|
|
1250
|
-
modelProperties: {
|
|
1251
|
-
...ProxyResourceReference.type.modelProperties
|
|
1252
|
-
}
|
|
1253
|
-
}
|
|
1254
|
-
};
|
|
1255
|
-
|
|
1256
|
-
export const PublicIpReference: msRest.CompositeMapper = {
|
|
1257
|
-
serializedName: "PublicIpReference",
|
|
1258
|
-
type: {
|
|
1259
|
-
name: "Composite",
|
|
1260
|
-
className: "PublicIpReference",
|
|
1261
|
-
modelProperties: {
|
|
1262
|
-
...AzureResourceReference.type.modelProperties
|
|
1263
|
-
}
|
|
1264
|
-
}
|
|
1265
|
-
};
|
|
1266
|
-
|
|
1267
|
-
export const NicIpConfigurationResourceSettings: msRest.CompositeMapper = {
|
|
1268
|
-
serializedName: "NicIpConfigurationResourceSettings",
|
|
1411
|
+
export const NicIpConfigurationResourceSettings: coreClient.CompositeMapper = {
|
|
1269
1412
|
type: {
|
|
1270
1413
|
name: "Composite",
|
|
1271
1414
|
className: "NicIpConfigurationResourceSettings",
|
|
@@ -1336,40 +1479,7 @@ export const NicIpConfigurationResourceSettings: msRest.CompositeMapper = {
|
|
|
1336
1479
|
}
|
|
1337
1480
|
};
|
|
1338
1481
|
|
|
1339
|
-
export const
|
|
1340
|
-
serializedName: "Microsoft.Network/networkInterfaces",
|
|
1341
|
-
type: {
|
|
1342
|
-
name: "Composite",
|
|
1343
|
-
polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,
|
|
1344
|
-
uberParent: "ResourceSettings",
|
|
1345
|
-
className: "NetworkInterfaceResourceSettings",
|
|
1346
|
-
modelProperties: {
|
|
1347
|
-
...ResourceSettings.type.modelProperties,
|
|
1348
|
-
ipConfigurations: {
|
|
1349
|
-
serializedName: "ipConfigurations",
|
|
1350
|
-
type: {
|
|
1351
|
-
name: "Sequence",
|
|
1352
|
-
element: {
|
|
1353
|
-
type: {
|
|
1354
|
-
name: "Composite",
|
|
1355
|
-
className: "NicIpConfigurationResourceSettings"
|
|
1356
|
-
}
|
|
1357
|
-
}
|
|
1358
|
-
}
|
|
1359
|
-
},
|
|
1360
|
-
enableAcceleratedNetworking: {
|
|
1361
|
-
nullable: true,
|
|
1362
|
-
serializedName: "enableAcceleratedNetworking",
|
|
1363
|
-
type: {
|
|
1364
|
-
name: "Boolean"
|
|
1365
|
-
}
|
|
1366
|
-
}
|
|
1367
|
-
}
|
|
1368
|
-
}
|
|
1369
|
-
};
|
|
1370
|
-
|
|
1371
|
-
export const NsgSecurityRule: msRest.CompositeMapper = {
|
|
1372
|
-
serializedName: "NsgSecurityRule",
|
|
1482
|
+
export const NsgSecurityRule: coreClient.CompositeMapper = {
|
|
1373
1483
|
type: {
|
|
1374
1484
|
name: "Composite",
|
|
1375
1485
|
className: "NsgSecurityRule",
|
|
@@ -1438,33 +1548,7 @@ export const NsgSecurityRule: msRest.CompositeMapper = {
|
|
|
1438
1548
|
}
|
|
1439
1549
|
};
|
|
1440
1550
|
|
|
1441
|
-
export const
|
|
1442
|
-
serializedName: "Microsoft.Network/networkSecurityGroups",
|
|
1443
|
-
type: {
|
|
1444
|
-
name: "Composite",
|
|
1445
|
-
polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,
|
|
1446
|
-
uberParent: "ResourceSettings",
|
|
1447
|
-
className: "NetworkSecurityGroupResourceSettings",
|
|
1448
|
-
modelProperties: {
|
|
1449
|
-
...ResourceSettings.type.modelProperties,
|
|
1450
|
-
securityRules: {
|
|
1451
|
-
serializedName: "securityRules",
|
|
1452
|
-
type: {
|
|
1453
|
-
name: "Sequence",
|
|
1454
|
-
element: {
|
|
1455
|
-
type: {
|
|
1456
|
-
name: "Composite",
|
|
1457
|
-
className: "NsgSecurityRule"
|
|
1458
|
-
}
|
|
1459
|
-
}
|
|
1460
|
-
}
|
|
1461
|
-
}
|
|
1462
|
-
}
|
|
1463
|
-
}
|
|
1464
|
-
};
|
|
1465
|
-
|
|
1466
|
-
export const LBFrontendIPConfigurationResourceSettings: msRest.CompositeMapper = {
|
|
1467
|
-
serializedName: "LBFrontendIPConfigurationResourceSettings",
|
|
1551
|
+
export const LBFrontendIPConfigurationResourceSettings: coreClient.CompositeMapper = {
|
|
1468
1552
|
type: {
|
|
1469
1553
|
name: "Composite",
|
|
1470
1554
|
className: "LBFrontendIPConfigurationResourceSettings",
|
|
@@ -1504,8 +1588,7 @@ export const LBFrontendIPConfigurationResourceSettings: msRest.CompositeMapper =
|
|
|
1504
1588
|
}
|
|
1505
1589
|
};
|
|
1506
1590
|
|
|
1507
|
-
export const LBBackendAddressPoolResourceSettings:
|
|
1508
|
-
serializedName: "LBBackendAddressPoolResourceSettings",
|
|
1591
|
+
export const LBBackendAddressPoolResourceSettings: coreClient.CompositeMapper = {
|
|
1509
1592
|
type: {
|
|
1510
1593
|
name: "Composite",
|
|
1511
1594
|
className: "LBBackendAddressPoolResourceSettings",
|
|
@@ -1520,79 +1603,67 @@ export const LBBackendAddressPoolResourceSettings: msRest.CompositeMapper = {
|
|
|
1520
1603
|
}
|
|
1521
1604
|
};
|
|
1522
1605
|
|
|
1523
|
-
export const
|
|
1524
|
-
serializedName: "Microsoft.Network/loadBalancers",
|
|
1606
|
+
export const MoveCollectionPropertiesErrors: coreClient.CompositeMapper = {
|
|
1525
1607
|
type: {
|
|
1526
1608
|
name: "Composite",
|
|
1527
|
-
|
|
1609
|
+
className: "MoveCollectionPropertiesErrors",
|
|
1610
|
+
modelProperties: {
|
|
1611
|
+
...MoveResourceError.type.modelProperties
|
|
1612
|
+
}
|
|
1613
|
+
}
|
|
1614
|
+
};
|
|
1615
|
+
|
|
1616
|
+
export const MoveResourcePropertiesErrors: coreClient.CompositeMapper = {
|
|
1617
|
+
type: {
|
|
1618
|
+
name: "Composite",
|
|
1619
|
+
className: "MoveResourcePropertiesErrors",
|
|
1620
|
+
modelProperties: {
|
|
1621
|
+
...MoveResourceError.type.modelProperties
|
|
1622
|
+
}
|
|
1623
|
+
}
|
|
1624
|
+
};
|
|
1625
|
+
|
|
1626
|
+
export const VirtualMachineResourceSettings: coreClient.CompositeMapper = {
|
|
1627
|
+
serializedName: "Microsoft.Compute/virtualMachines",
|
|
1628
|
+
type: {
|
|
1629
|
+
name: "Composite",
|
|
1630
|
+
className: "VirtualMachineResourceSettings",
|
|
1528
1631
|
uberParent: "ResourceSettings",
|
|
1529
|
-
|
|
1632
|
+
polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,
|
|
1530
1633
|
modelProperties: {
|
|
1531
1634
|
...ResourceSettings.type.modelProperties,
|
|
1532
|
-
|
|
1533
|
-
serializedName: "
|
|
1635
|
+
tags: {
|
|
1636
|
+
serializedName: "tags",
|
|
1534
1637
|
type: {
|
|
1535
|
-
name: "
|
|
1638
|
+
name: "Dictionary",
|
|
1639
|
+
value: { type: { name: "String" } }
|
|
1536
1640
|
}
|
|
1537
1641
|
},
|
|
1538
|
-
|
|
1539
|
-
serializedName: "
|
|
1642
|
+
userManagedIdentities: {
|
|
1643
|
+
serializedName: "userManagedIdentities",
|
|
1540
1644
|
type: {
|
|
1541
1645
|
name: "Sequence",
|
|
1542
1646
|
element: {
|
|
1543
1647
|
type: {
|
|
1544
|
-
name: "
|
|
1545
|
-
className: "LBFrontendIPConfigurationResourceSettings"
|
|
1648
|
+
name: "String"
|
|
1546
1649
|
}
|
|
1547
1650
|
}
|
|
1548
1651
|
}
|
|
1549
1652
|
},
|
|
1550
|
-
|
|
1551
|
-
serializedName: "
|
|
1653
|
+
targetAvailabilityZone: {
|
|
1654
|
+
serializedName: "targetAvailabilityZone",
|
|
1552
1655
|
type: {
|
|
1553
|
-
name: "
|
|
1554
|
-
element: {
|
|
1555
|
-
type: {
|
|
1556
|
-
name: "Composite",
|
|
1557
|
-
className: "LBBackendAddressPoolResourceSettings"
|
|
1558
|
-
}
|
|
1559
|
-
}
|
|
1656
|
+
name: "String"
|
|
1560
1657
|
}
|
|
1561
1658
|
},
|
|
1562
|
-
|
|
1563
|
-
serializedName: "
|
|
1659
|
+
targetVmSize: {
|
|
1660
|
+
serializedName: "targetVmSize",
|
|
1564
1661
|
type: {
|
|
1565
1662
|
name: "String"
|
|
1566
1663
|
}
|
|
1567
|
-
}
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
};
|
|
1571
|
-
|
|
1572
|
-
export const SqlServerResourceSettings: msRest.CompositeMapper = {
|
|
1573
|
-
serializedName: "Microsoft.Sql/servers",
|
|
1574
|
-
type: {
|
|
1575
|
-
name: "Composite",
|
|
1576
|
-
polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,
|
|
1577
|
-
uberParent: "ResourceSettings",
|
|
1578
|
-
className: "SqlServerResourceSettings",
|
|
1579
|
-
modelProperties: {
|
|
1580
|
-
...ResourceSettings.type.modelProperties
|
|
1581
|
-
}
|
|
1582
|
-
}
|
|
1583
|
-
};
|
|
1584
|
-
|
|
1585
|
-
export const SqlElasticPoolResourceSettings: msRest.CompositeMapper = {
|
|
1586
|
-
serializedName: "Microsoft.Sql/servers/elasticPools",
|
|
1587
|
-
type: {
|
|
1588
|
-
name: "Composite",
|
|
1589
|
-
polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,
|
|
1590
|
-
uberParent: "ResourceSettings",
|
|
1591
|
-
className: "SqlElasticPoolResourceSettings",
|
|
1592
|
-
modelProperties: {
|
|
1593
|
-
...ResourceSettings.type.modelProperties,
|
|
1594
|
-
zoneRedundant: {
|
|
1595
|
-
serializedName: "zoneRedundant",
|
|
1664
|
+
},
|
|
1665
|
+
targetAvailabilitySetId: {
|
|
1666
|
+
serializedName: "targetAvailabilitySetId",
|
|
1596
1667
|
type: {
|
|
1597
1668
|
name: "String"
|
|
1598
1669
|
}
|
|
@@ -1601,159 +1672,171 @@ export const SqlElasticPoolResourceSettings: msRest.CompositeMapper = {
|
|
|
1601
1672
|
}
|
|
1602
1673
|
};
|
|
1603
1674
|
|
|
1604
|
-
export const
|
|
1605
|
-
serializedName: "Microsoft.
|
|
1675
|
+
export const AvailabilitySetResourceSettings: coreClient.CompositeMapper = {
|
|
1676
|
+
serializedName: "Microsoft.Compute/availabilitySets",
|
|
1606
1677
|
type: {
|
|
1607
1678
|
name: "Composite",
|
|
1608
|
-
|
|
1679
|
+
className: "AvailabilitySetResourceSettings",
|
|
1609
1680
|
uberParent: "ResourceSettings",
|
|
1610
|
-
|
|
1681
|
+
polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,
|
|
1611
1682
|
modelProperties: {
|
|
1612
1683
|
...ResourceSettings.type.modelProperties,
|
|
1613
|
-
|
|
1614
|
-
serializedName: "
|
|
1684
|
+
tags: {
|
|
1685
|
+
serializedName: "tags",
|
|
1615
1686
|
type: {
|
|
1616
|
-
name: "
|
|
1687
|
+
name: "Dictionary",
|
|
1688
|
+
value: { type: { name: "String" } }
|
|
1689
|
+
}
|
|
1690
|
+
},
|
|
1691
|
+
faultDomain: {
|
|
1692
|
+
constraints: {
|
|
1693
|
+
InclusiveMinimum: 1
|
|
1694
|
+
},
|
|
1695
|
+
serializedName: "faultDomain",
|
|
1696
|
+
nullable: true,
|
|
1697
|
+
type: {
|
|
1698
|
+
name: "Number"
|
|
1699
|
+
}
|
|
1700
|
+
},
|
|
1701
|
+
updateDomain: {
|
|
1702
|
+
constraints: {
|
|
1703
|
+
InclusiveMaximum: 20,
|
|
1704
|
+
InclusiveMinimum: 1
|
|
1705
|
+
},
|
|
1706
|
+
serializedName: "updateDomain",
|
|
1707
|
+
nullable: true,
|
|
1708
|
+
type: {
|
|
1709
|
+
name: "Number"
|
|
1617
1710
|
}
|
|
1618
1711
|
}
|
|
1619
1712
|
}
|
|
1620
1713
|
}
|
|
1621
1714
|
};
|
|
1622
1715
|
|
|
1623
|
-
export const
|
|
1624
|
-
serializedName: "
|
|
1716
|
+
export const VirtualNetworkResourceSettings: coreClient.CompositeMapper = {
|
|
1717
|
+
serializedName: "Microsoft.Network/virtualNetworks",
|
|
1625
1718
|
type: {
|
|
1626
1719
|
name: "Composite",
|
|
1627
|
-
|
|
1720
|
+
className: "VirtualNetworkResourceSettings",
|
|
1628
1721
|
uberParent: "ResourceSettings",
|
|
1629
|
-
className: "ResourceGroupResourceSettings",
|
|
1630
|
-
modelProperties: {
|
|
1631
|
-
...ResourceSettings.type.modelProperties
|
|
1632
|
-
}
|
|
1633
|
-
}
|
|
1634
|
-
};
|
|
1635
|
-
|
|
1636
|
-
export const PublicIPAddressResourceSettings: msRest.CompositeMapper = {
|
|
1637
|
-
serializedName: "Microsoft.Network/publicIPAddresses",
|
|
1638
|
-
type: {
|
|
1639
|
-
name: "Composite",
|
|
1640
1722
|
polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,
|
|
1641
|
-
uberParent: "ResourceSettings",
|
|
1642
|
-
className: "PublicIPAddressResourceSettings",
|
|
1643
1723
|
modelProperties: {
|
|
1644
1724
|
...ResourceSettings.type.modelProperties,
|
|
1645
|
-
|
|
1646
|
-
serializedName: "
|
|
1725
|
+
tags: {
|
|
1726
|
+
serializedName: "tags",
|
|
1647
1727
|
type: {
|
|
1648
|
-
name: "
|
|
1728
|
+
name: "Dictionary",
|
|
1729
|
+
value: { type: { name: "String" } }
|
|
1649
1730
|
}
|
|
1650
1731
|
},
|
|
1651
|
-
|
|
1652
|
-
serializedName: "
|
|
1732
|
+
enableDdosProtection: {
|
|
1733
|
+
serializedName: "enableDdosProtection",
|
|
1734
|
+
nullable: true,
|
|
1653
1735
|
type: {
|
|
1654
|
-
name: "
|
|
1736
|
+
name: "Boolean"
|
|
1655
1737
|
}
|
|
1656
1738
|
},
|
|
1657
|
-
|
|
1658
|
-
serializedName: "
|
|
1739
|
+
addressSpace: {
|
|
1740
|
+
serializedName: "addressSpace",
|
|
1659
1741
|
type: {
|
|
1660
|
-
name: "
|
|
1742
|
+
name: "Sequence",
|
|
1743
|
+
element: {
|
|
1744
|
+
type: {
|
|
1745
|
+
name: "String"
|
|
1746
|
+
}
|
|
1747
|
+
}
|
|
1661
1748
|
}
|
|
1662
1749
|
},
|
|
1663
|
-
|
|
1664
|
-
serializedName: "
|
|
1750
|
+
dnsServers: {
|
|
1751
|
+
serializedName: "dnsServers",
|
|
1665
1752
|
type: {
|
|
1666
|
-
name: "
|
|
1753
|
+
name: "Sequence",
|
|
1754
|
+
element: {
|
|
1755
|
+
type: {
|
|
1756
|
+
name: "String"
|
|
1757
|
+
}
|
|
1758
|
+
}
|
|
1667
1759
|
}
|
|
1668
1760
|
},
|
|
1669
|
-
|
|
1670
|
-
serializedName: "
|
|
1761
|
+
subnets: {
|
|
1762
|
+
serializedName: "subnets",
|
|
1671
1763
|
type: {
|
|
1672
|
-
name: "
|
|
1764
|
+
name: "Sequence",
|
|
1765
|
+
element: {
|
|
1766
|
+
type: {
|
|
1767
|
+
name: "Composite",
|
|
1768
|
+
className: "SubnetResourceSettings"
|
|
1769
|
+
}
|
|
1770
|
+
}
|
|
1673
1771
|
}
|
|
1674
1772
|
}
|
|
1675
1773
|
}
|
|
1676
1774
|
}
|
|
1677
1775
|
};
|
|
1678
1776
|
|
|
1679
|
-
export const
|
|
1680
|
-
serializedName: "Microsoft.
|
|
1777
|
+
export const NetworkInterfaceResourceSettings: coreClient.CompositeMapper = {
|
|
1778
|
+
serializedName: "Microsoft.Network/networkInterfaces",
|
|
1681
1779
|
type: {
|
|
1682
1780
|
name: "Composite",
|
|
1683
|
-
|
|
1781
|
+
className: "NetworkInterfaceResourceSettings",
|
|
1684
1782
|
uberParent: "ResourceSettings",
|
|
1685
|
-
className: "KeyVaultResourceSettings",
|
|
1686
|
-
modelProperties: {
|
|
1687
|
-
...ResourceSettings.type.modelProperties
|
|
1688
|
-
}
|
|
1689
|
-
}
|
|
1690
|
-
};
|
|
1691
|
-
|
|
1692
|
-
export const DiskEncryptionSetResourceSettings: msRest.CompositeMapper = {
|
|
1693
|
-
serializedName: "Microsoft.Compute/diskEncryptionSets",
|
|
1694
|
-
type: {
|
|
1695
|
-
name: "Composite",
|
|
1696
1783
|
polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,
|
|
1697
|
-
uberParent: "ResourceSettings",
|
|
1698
|
-
className: "DiskEncryptionSetResourceSettings",
|
|
1699
|
-
modelProperties: {
|
|
1700
|
-
...ResourceSettings.type.modelProperties
|
|
1701
|
-
}
|
|
1702
|
-
}
|
|
1703
|
-
};
|
|
1704
|
-
|
|
1705
|
-
export const AffectedMoveResource: msRest.CompositeMapper = {
|
|
1706
|
-
serializedName: "AffectedMoveResource",
|
|
1707
|
-
type: {
|
|
1708
|
-
name: "Composite",
|
|
1709
|
-
className: "AffectedMoveResource",
|
|
1710
1784
|
modelProperties: {
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
serializedName: "
|
|
1714
|
-
type: {
|
|
1715
|
-
name: "String"
|
|
1716
|
-
}
|
|
1717
|
-
},
|
|
1718
|
-
sourceId: {
|
|
1719
|
-
readOnly: true,
|
|
1720
|
-
serializedName: "sourceId",
|
|
1785
|
+
...ResourceSettings.type.modelProperties,
|
|
1786
|
+
tags: {
|
|
1787
|
+
serializedName: "tags",
|
|
1721
1788
|
type: {
|
|
1722
|
-
name: "
|
|
1789
|
+
name: "Dictionary",
|
|
1790
|
+
value: { type: { name: "String" } }
|
|
1723
1791
|
}
|
|
1724
1792
|
},
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
serializedName: "moveResources",
|
|
1793
|
+
ipConfigurations: {
|
|
1794
|
+
serializedName: "ipConfigurations",
|
|
1728
1795
|
type: {
|
|
1729
1796
|
name: "Sequence",
|
|
1730
1797
|
element: {
|
|
1731
1798
|
type: {
|
|
1732
1799
|
name: "Composite",
|
|
1733
|
-
className: "
|
|
1800
|
+
className: "NicIpConfigurationResourceSettings"
|
|
1734
1801
|
}
|
|
1735
1802
|
}
|
|
1736
1803
|
}
|
|
1804
|
+
},
|
|
1805
|
+
enableAcceleratedNetworking: {
|
|
1806
|
+
serializedName: "enableAcceleratedNetworking",
|
|
1807
|
+
nullable: true,
|
|
1808
|
+
type: {
|
|
1809
|
+
name: "Boolean"
|
|
1810
|
+
}
|
|
1737
1811
|
}
|
|
1738
1812
|
}
|
|
1739
1813
|
}
|
|
1740
1814
|
};
|
|
1741
1815
|
|
|
1742
|
-
export const
|
|
1743
|
-
serializedName: "
|
|
1816
|
+
export const NetworkSecurityGroupResourceSettings: coreClient.CompositeMapper = {
|
|
1817
|
+
serializedName: "Microsoft.Network/networkSecurityGroups",
|
|
1744
1818
|
type: {
|
|
1745
1819
|
name: "Composite",
|
|
1746
|
-
className: "
|
|
1820
|
+
className: "NetworkSecurityGroupResourceSettings",
|
|
1821
|
+
uberParent: "ResourceSettings",
|
|
1822
|
+
polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,
|
|
1747
1823
|
modelProperties: {
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
serializedName: "
|
|
1824
|
+
...ResourceSettings.type.modelProperties,
|
|
1825
|
+
tags: {
|
|
1826
|
+
serializedName: "tags",
|
|
1827
|
+
type: {
|
|
1828
|
+
name: "Dictionary",
|
|
1829
|
+
value: { type: { name: "String" } }
|
|
1830
|
+
}
|
|
1831
|
+
},
|
|
1832
|
+
securityRules: {
|
|
1833
|
+
serializedName: "securityRules",
|
|
1751
1834
|
type: {
|
|
1752
1835
|
name: "Sequence",
|
|
1753
1836
|
element: {
|
|
1754
1837
|
type: {
|
|
1755
1838
|
name: "Composite",
|
|
1756
|
-
className: "
|
|
1839
|
+
className: "NsgSecurityRule"
|
|
1757
1840
|
}
|
|
1758
1841
|
}
|
|
1759
1842
|
}
|
|
@@ -1762,161 +1845,119 @@ export const MoveErrorInfo: msRest.CompositeMapper = {
|
|
|
1762
1845
|
}
|
|
1763
1846
|
};
|
|
1764
1847
|
|
|
1765
|
-
export const
|
|
1766
|
-
serializedName: "
|
|
1767
|
-
type: {
|
|
1768
|
-
name: "Composite",
|
|
1769
|
-
className: "OperationErrorAdditionalInfo",
|
|
1770
|
-
modelProperties: {
|
|
1771
|
-
type: {
|
|
1772
|
-
readOnly: true,
|
|
1773
|
-
serializedName: "type",
|
|
1774
|
-
type: {
|
|
1775
|
-
name: "String"
|
|
1776
|
-
}
|
|
1777
|
-
},
|
|
1778
|
-
info: {
|
|
1779
|
-
readOnly: true,
|
|
1780
|
-
serializedName: "info",
|
|
1781
|
-
type: {
|
|
1782
|
-
name: "Composite",
|
|
1783
|
-
className: "MoveErrorInfo"
|
|
1784
|
-
}
|
|
1785
|
-
}
|
|
1786
|
-
}
|
|
1787
|
-
}
|
|
1788
|
-
};
|
|
1789
|
-
|
|
1790
|
-
export const OperationStatusError: msRest.CompositeMapper = {
|
|
1791
|
-
serializedName: "OperationStatusError",
|
|
1848
|
+
export const LoadBalancerResourceSettings: coreClient.CompositeMapper = {
|
|
1849
|
+
serializedName: "Microsoft.Network/loadBalancers",
|
|
1792
1850
|
type: {
|
|
1793
1851
|
name: "Composite",
|
|
1794
|
-
className: "
|
|
1852
|
+
className: "LoadBalancerResourceSettings",
|
|
1853
|
+
uberParent: "ResourceSettings",
|
|
1854
|
+
polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,
|
|
1795
1855
|
modelProperties: {
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
serializedName: "
|
|
1856
|
+
...ResourceSettings.type.modelProperties,
|
|
1857
|
+
tags: {
|
|
1858
|
+
serializedName: "tags",
|
|
1799
1859
|
type: {
|
|
1800
|
-
name: "
|
|
1860
|
+
name: "Dictionary",
|
|
1861
|
+
value: { type: { name: "String" } }
|
|
1801
1862
|
}
|
|
1802
1863
|
},
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
serializedName: "message",
|
|
1864
|
+
sku: {
|
|
1865
|
+
serializedName: "sku",
|
|
1806
1866
|
type: {
|
|
1807
1867
|
name: "String"
|
|
1808
1868
|
}
|
|
1809
1869
|
},
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
serializedName: "details",
|
|
1870
|
+
frontendIPConfigurations: {
|
|
1871
|
+
serializedName: "frontendIPConfigurations",
|
|
1813
1872
|
type: {
|
|
1814
1873
|
name: "Sequence",
|
|
1815
1874
|
element: {
|
|
1816
1875
|
type: {
|
|
1817
1876
|
name: "Composite",
|
|
1818
|
-
className: "
|
|
1877
|
+
className: "LBFrontendIPConfigurationResourceSettings"
|
|
1819
1878
|
}
|
|
1820
1879
|
}
|
|
1821
1880
|
}
|
|
1822
1881
|
},
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
serializedName: "additionalInfo",
|
|
1882
|
+
backendAddressPools: {
|
|
1883
|
+
serializedName: "backendAddressPools",
|
|
1826
1884
|
type: {
|
|
1827
1885
|
name: "Sequence",
|
|
1828
1886
|
element: {
|
|
1829
1887
|
type: {
|
|
1830
1888
|
name: "Composite",
|
|
1831
|
-
className: "
|
|
1889
|
+
className: "LBBackendAddressPoolResourceSettings"
|
|
1832
1890
|
}
|
|
1833
1891
|
}
|
|
1834
1892
|
}
|
|
1835
|
-
}
|
|
1836
|
-
|
|
1893
|
+
},
|
|
1894
|
+
zones: {
|
|
1895
|
+
serializedName: "zones",
|
|
1896
|
+
type: {
|
|
1897
|
+
name: "String"
|
|
1898
|
+
}
|
|
1899
|
+
}
|
|
1900
|
+
}
|
|
1837
1901
|
}
|
|
1838
1902
|
};
|
|
1839
1903
|
|
|
1840
|
-
export const
|
|
1841
|
-
serializedName: "
|
|
1904
|
+
export const SqlServerResourceSettings: coreClient.CompositeMapper = {
|
|
1905
|
+
serializedName: "Microsoft.Sql/servers",
|
|
1842
1906
|
type: {
|
|
1843
1907
|
name: "Composite",
|
|
1844
|
-
className: "
|
|
1908
|
+
className: "SqlServerResourceSettings",
|
|
1909
|
+
uberParent: "ResourceSettings",
|
|
1910
|
+
polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,
|
|
1845
1911
|
modelProperties: {
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
serializedName: "status",
|
|
1863
|
-
type: {
|
|
1864
|
-
name: "String"
|
|
1865
|
-
}
|
|
1866
|
-
},
|
|
1867
|
-
startTime: {
|
|
1868
|
-
readOnly: true,
|
|
1869
|
-
serializedName: "startTime",
|
|
1912
|
+
...ResourceSettings.type.modelProperties
|
|
1913
|
+
}
|
|
1914
|
+
}
|
|
1915
|
+
};
|
|
1916
|
+
|
|
1917
|
+
export const SqlElasticPoolResourceSettings: coreClient.CompositeMapper = {
|
|
1918
|
+
serializedName: "Microsoft.Sql/servers/elasticPools",
|
|
1919
|
+
type: {
|
|
1920
|
+
name: "Composite",
|
|
1921
|
+
className: "SqlElasticPoolResourceSettings",
|
|
1922
|
+
uberParent: "ResourceSettings",
|
|
1923
|
+
polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,
|
|
1924
|
+
modelProperties: {
|
|
1925
|
+
...ResourceSettings.type.modelProperties,
|
|
1926
|
+
tags: {
|
|
1927
|
+
serializedName: "tags",
|
|
1870
1928
|
type: {
|
|
1871
|
-
name: "
|
|
1929
|
+
name: "Dictionary",
|
|
1930
|
+
value: { type: { name: "String" } }
|
|
1872
1931
|
}
|
|
1873
1932
|
},
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
serializedName: "endTime",
|
|
1933
|
+
zoneRedundant: {
|
|
1934
|
+
serializedName: "zoneRedundant",
|
|
1877
1935
|
type: {
|
|
1878
1936
|
name: "String"
|
|
1879
1937
|
}
|
|
1880
|
-
},
|
|
1881
|
-
error: {
|
|
1882
|
-
readOnly: true,
|
|
1883
|
-
serializedName: "error",
|
|
1884
|
-
type: {
|
|
1885
|
-
name: "Composite",
|
|
1886
|
-
className: "OperationStatusError"
|
|
1887
|
-
}
|
|
1888
|
-
},
|
|
1889
|
-
properties: {
|
|
1890
|
-
readOnly: true,
|
|
1891
|
-
serializedName: "properties",
|
|
1892
|
-
type: {
|
|
1893
|
-
name: "Object"
|
|
1894
|
-
}
|
|
1895
1938
|
}
|
|
1896
1939
|
}
|
|
1897
1940
|
}
|
|
1898
1941
|
};
|
|
1899
1942
|
|
|
1900
|
-
export const
|
|
1901
|
-
serializedName: "
|
|
1943
|
+
export const SqlDatabaseResourceSettings: coreClient.CompositeMapper = {
|
|
1944
|
+
serializedName: "Microsoft.Sql/servers/databases",
|
|
1902
1945
|
type: {
|
|
1903
1946
|
name: "Composite",
|
|
1904
|
-
className: "
|
|
1947
|
+
className: "SqlDatabaseResourceSettings",
|
|
1948
|
+
uberParent: "ResourceSettings",
|
|
1949
|
+
polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,
|
|
1905
1950
|
modelProperties: {
|
|
1906
|
-
|
|
1907
|
-
|
|
1951
|
+
...ResourceSettings.type.modelProperties,
|
|
1952
|
+
tags: {
|
|
1953
|
+
serializedName: "tags",
|
|
1908
1954
|
type: {
|
|
1909
|
-
name: "
|
|
1910
|
-
|
|
1911
|
-
type: {
|
|
1912
|
-
name: "Composite",
|
|
1913
|
-
className: "MoveCollection"
|
|
1914
|
-
}
|
|
1915
|
-
}
|
|
1955
|
+
name: "Dictionary",
|
|
1956
|
+
value: { type: { name: "String" } }
|
|
1916
1957
|
}
|
|
1917
1958
|
},
|
|
1918
|
-
|
|
1919
|
-
serializedName: "
|
|
1959
|
+
zoneRedundant: {
|
|
1960
|
+
serializedName: "zoneRedundant",
|
|
1920
1961
|
type: {
|
|
1921
1962
|
name: "String"
|
|
1922
1963
|
}
|
|
@@ -1925,105 +1966,184 @@ export const MoveCollectionResultList: msRest.CompositeMapper = {
|
|
|
1925
1966
|
}
|
|
1926
1967
|
};
|
|
1927
1968
|
|
|
1928
|
-
export const
|
|
1929
|
-
serializedName: "
|
|
1969
|
+
export const ResourceGroupResourceSettings: coreClient.CompositeMapper = {
|
|
1970
|
+
serializedName: "resourceGroups",
|
|
1930
1971
|
type: {
|
|
1931
1972
|
name: "Composite",
|
|
1932
|
-
className: "
|
|
1973
|
+
className: "ResourceGroupResourceSettings",
|
|
1974
|
+
uberParent: "ResourceSettings",
|
|
1975
|
+
polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,
|
|
1933
1976
|
modelProperties: {
|
|
1934
|
-
|
|
1935
|
-
|
|
1977
|
+
...ResourceSettings.type.modelProperties
|
|
1978
|
+
}
|
|
1979
|
+
}
|
|
1980
|
+
};
|
|
1981
|
+
|
|
1982
|
+
export const PublicIPAddressResourceSettings: coreClient.CompositeMapper = {
|
|
1983
|
+
serializedName: "Microsoft.Network/publicIPAddresses",
|
|
1984
|
+
type: {
|
|
1985
|
+
name: "Composite",
|
|
1986
|
+
className: "PublicIPAddressResourceSettings",
|
|
1987
|
+
uberParent: "ResourceSettings",
|
|
1988
|
+
polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,
|
|
1989
|
+
modelProperties: {
|
|
1990
|
+
...ResourceSettings.type.modelProperties,
|
|
1991
|
+
tags: {
|
|
1992
|
+
serializedName: "tags",
|
|
1936
1993
|
type: {
|
|
1937
|
-
name: "
|
|
1938
|
-
|
|
1939
|
-
type: {
|
|
1940
|
-
name: "Composite",
|
|
1941
|
-
className: "MoveResource"
|
|
1942
|
-
}
|
|
1943
|
-
}
|
|
1994
|
+
name: "Dictionary",
|
|
1995
|
+
value: { type: { name: "String" } }
|
|
1944
1996
|
}
|
|
1945
1997
|
},
|
|
1946
|
-
|
|
1947
|
-
serializedName: "
|
|
1998
|
+
domainNameLabel: {
|
|
1999
|
+
serializedName: "domainNameLabel",
|
|
1948
2000
|
type: {
|
|
1949
2001
|
name: "String"
|
|
1950
2002
|
}
|
|
1951
2003
|
},
|
|
1952
|
-
|
|
1953
|
-
serializedName: "
|
|
2004
|
+
fqdn: {
|
|
2005
|
+
serializedName: "fqdn",
|
|
1954
2006
|
type: {
|
|
1955
|
-
name: "
|
|
1956
|
-
className: "SummaryCollection"
|
|
2007
|
+
name: "String"
|
|
1957
2008
|
}
|
|
1958
2009
|
},
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
serializedName: "totalCount",
|
|
2010
|
+
publicIpAllocationMethod: {
|
|
2011
|
+
serializedName: "publicIpAllocationMethod",
|
|
1962
2012
|
type: {
|
|
1963
|
-
name: "
|
|
2013
|
+
name: "String"
|
|
2014
|
+
}
|
|
2015
|
+
},
|
|
2016
|
+
sku: {
|
|
2017
|
+
serializedName: "sku",
|
|
2018
|
+
type: {
|
|
2019
|
+
name: "String"
|
|
2020
|
+
}
|
|
2021
|
+
},
|
|
2022
|
+
zones: {
|
|
2023
|
+
serializedName: "zones",
|
|
2024
|
+
type: {
|
|
2025
|
+
name: "String"
|
|
1964
2026
|
}
|
|
1965
2027
|
}
|
|
1966
2028
|
}
|
|
1967
2029
|
}
|
|
1968
2030
|
};
|
|
1969
2031
|
|
|
1970
|
-
export const
|
|
1971
|
-
serializedName: "
|
|
2032
|
+
export const KeyVaultResourceSettings: coreClient.CompositeMapper = {
|
|
2033
|
+
serializedName: "Microsoft.KeyVault/vaults",
|
|
1972
2034
|
type: {
|
|
1973
2035
|
name: "Composite",
|
|
1974
|
-
className: "
|
|
2036
|
+
className: "KeyVaultResourceSettings",
|
|
2037
|
+
uberParent: "ResourceSettings",
|
|
2038
|
+
polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,
|
|
1975
2039
|
modelProperties: {
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
2040
|
+
...ResourceSettings.type.modelProperties
|
|
2041
|
+
}
|
|
2042
|
+
}
|
|
2043
|
+
};
|
|
2044
|
+
|
|
2045
|
+
export const DiskEncryptionSetResourceSettings: coreClient.CompositeMapper = {
|
|
2046
|
+
serializedName: "Microsoft.Compute/diskEncryptionSets",
|
|
2047
|
+
type: {
|
|
2048
|
+
name: "Composite",
|
|
2049
|
+
className: "DiskEncryptionSetResourceSettings",
|
|
2050
|
+
uberParent: "ResourceSettings",
|
|
2051
|
+
polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,
|
|
2052
|
+
modelProperties: {
|
|
2053
|
+
...ResourceSettings.type.modelProperties
|
|
2054
|
+
}
|
|
2055
|
+
}
|
|
2056
|
+
};
|
|
2057
|
+
|
|
2058
|
+
export const MoveResourcePropertiesMoveStatus: coreClient.CompositeMapper = {
|
|
2059
|
+
type: {
|
|
2060
|
+
name: "Composite",
|
|
2061
|
+
className: "MoveResourcePropertiesMoveStatus",
|
|
2062
|
+
modelProperties: {
|
|
2063
|
+
...MoveResourceStatus.type.modelProperties
|
|
2064
|
+
}
|
|
2065
|
+
}
|
|
2066
|
+
};
|
|
2067
|
+
|
|
2068
|
+
export const NsgReference: coreClient.CompositeMapper = {
|
|
2069
|
+
type: {
|
|
2070
|
+
name: "Composite",
|
|
2071
|
+
className: "NsgReference",
|
|
2072
|
+
modelProperties: {
|
|
2073
|
+
...AzureResourceReference.type.modelProperties
|
|
2074
|
+
}
|
|
2075
|
+
}
|
|
2076
|
+
};
|
|
2077
|
+
|
|
2078
|
+
export const ProxyResourceReference: coreClient.CompositeMapper = {
|
|
2079
|
+
type: {
|
|
2080
|
+
name: "Composite",
|
|
2081
|
+
className: "ProxyResourceReference",
|
|
2082
|
+
modelProperties: {
|
|
2083
|
+
...AzureResourceReference.type.modelProperties,
|
|
2084
|
+
name: {
|
|
2085
|
+
serializedName: "name",
|
|
1990
2086
|
type: {
|
|
1991
2087
|
name: "String"
|
|
1992
2088
|
}
|
|
1993
|
-
},
|
|
1994
|
-
summaryCollection: {
|
|
1995
|
-
readOnly: true,
|
|
1996
|
-
serializedName: "summaryCollection",
|
|
1997
|
-
type: {
|
|
1998
|
-
name: "Composite",
|
|
1999
|
-
className: "SummaryCollection"
|
|
2000
|
-
}
|
|
2001
|
-
},
|
|
2002
|
-
totalCount: {
|
|
2003
|
-
readOnly: true,
|
|
2004
|
-
serializedName: "totalCount",
|
|
2005
|
-
type: {
|
|
2006
|
-
name: "Number"
|
|
2007
|
-
}
|
|
2008
2089
|
}
|
|
2009
2090
|
}
|
|
2010
2091
|
}
|
|
2011
2092
|
};
|
|
2012
2093
|
|
|
2013
|
-
export const
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2094
|
+
export const PublicIpReference: coreClient.CompositeMapper = {
|
|
2095
|
+
type: {
|
|
2096
|
+
name: "Composite",
|
|
2097
|
+
className: "PublicIpReference",
|
|
2098
|
+
modelProperties: {
|
|
2099
|
+
...AzureResourceReference.type.modelProperties
|
|
2100
|
+
}
|
|
2101
|
+
}
|
|
2102
|
+
};
|
|
2103
|
+
|
|
2104
|
+
export const SubnetReference: coreClient.CompositeMapper = {
|
|
2105
|
+
type: {
|
|
2106
|
+
name: "Composite",
|
|
2107
|
+
className: "SubnetReference",
|
|
2108
|
+
modelProperties: {
|
|
2109
|
+
...ProxyResourceReference.type.modelProperties
|
|
2110
|
+
}
|
|
2111
|
+
}
|
|
2112
|
+
};
|
|
2113
|
+
|
|
2114
|
+
export const LoadBalancerBackendAddressPoolReference: coreClient.CompositeMapper = {
|
|
2115
|
+
type: {
|
|
2116
|
+
name: "Composite",
|
|
2117
|
+
className: "LoadBalancerBackendAddressPoolReference",
|
|
2118
|
+
modelProperties: {
|
|
2119
|
+
...ProxyResourceReference.type.modelProperties
|
|
2120
|
+
}
|
|
2121
|
+
}
|
|
2122
|
+
};
|
|
2123
|
+
|
|
2124
|
+
export const LoadBalancerNatRuleReference: coreClient.CompositeMapper = {
|
|
2125
|
+
type: {
|
|
2126
|
+
name: "Composite",
|
|
2127
|
+
className: "LoadBalancerNatRuleReference",
|
|
2128
|
+
modelProperties: {
|
|
2129
|
+
...ProxyResourceReference.type.modelProperties
|
|
2130
|
+
}
|
|
2131
|
+
}
|
|
2132
|
+
};
|
|
2028
2133
|
|
|
2134
|
+
export let discriminators = {
|
|
2135
|
+
ResourceSettings: ResourceSettings,
|
|
2136
|
+
"ResourceSettings.Microsoft.Compute/virtualMachines": VirtualMachineResourceSettings,
|
|
2137
|
+
"ResourceSettings.Microsoft.Compute/availabilitySets": AvailabilitySetResourceSettings,
|
|
2138
|
+
"ResourceSettings.Microsoft.Network/virtualNetworks": VirtualNetworkResourceSettings,
|
|
2139
|
+
"ResourceSettings.Microsoft.Network/networkInterfaces": NetworkInterfaceResourceSettings,
|
|
2140
|
+
"ResourceSettings.Microsoft.Network/networkSecurityGroups": NetworkSecurityGroupResourceSettings,
|
|
2141
|
+
"ResourceSettings.Microsoft.Network/loadBalancers": LoadBalancerResourceSettings,
|
|
2142
|
+
"ResourceSettings.Microsoft.Sql/servers": SqlServerResourceSettings,
|
|
2143
|
+
"ResourceSettings.Microsoft.Sql/servers/elasticPools": SqlElasticPoolResourceSettings,
|
|
2144
|
+
"ResourceSettings.Microsoft.Sql/servers/databases": SqlDatabaseResourceSettings,
|
|
2145
|
+
"ResourceSettings.resourceGroups": ResourceGroupResourceSettings,
|
|
2146
|
+
"ResourceSettings.Microsoft.Network/publicIPAddresses": PublicIPAddressResourceSettings,
|
|
2147
|
+
"ResourceSettings.Microsoft.KeyVault/vaults": KeyVaultResourceSettings,
|
|
2148
|
+
"ResourceSettings.Microsoft.Compute/diskEncryptionSets": DiskEncryptionSetResourceSettings
|
|
2029
2149
|
};
|