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