@azure/arm-maps 2.0.0 → 3.0.0-alpha.20220131.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/LICENSE +21 -0
- package/README.md +68 -81
- package/dist/index.js +1892 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/azureMapsManagementClient.d.ts +20 -0
- package/dist-esm/src/azureMapsManagementClient.d.ts.map +1 -0
- package/dist-esm/src/azureMapsManagementClient.js +53 -0
- package/dist-esm/src/azureMapsManagementClient.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/mapsMappers.js → dist-esm/src/index.js} +5 -2
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +480 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +35 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +25 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +332 -379
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +16 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +131 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/accounts.d.ts +103 -0
- package/dist-esm/src/operations/accounts.d.ts.map +1 -0
- package/dist-esm/src/operations/accounts.js +427 -0
- package/dist-esm/src/operations/accounts.js.map +1 -0
- package/dist-esm/src/operations/creators.d.ts +74 -0
- package/dist-esm/src/operations/creators.d.ts.map +1 -0
- package/dist-esm/src/operations/creators.js +281 -0
- package/dist-esm/src/operations/creators.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/maps.d.ts +51 -0
- package/dist-esm/src/operations/maps.d.ts.map +1 -0
- package/dist-esm/src/operations/maps.js +220 -0
- package/dist-esm/src/operations/maps.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/accounts.d.ts +67 -0
- package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/accounts.js +9 -0
- package/dist-esm/src/operationsInterfaces/accounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/creators.d.ts +49 -0
- package/dist-esm/src/operationsInterfaces/creators.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/creators.js +9 -0
- package/dist-esm/src/operationsInterfaces/creators.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +4 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +11 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/maps.d.ts +16 -0
- package/dist-esm/src/operationsInterfaces/maps.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/maps.js} +2 -1
- package/dist-esm/src/operationsInterfaces/maps.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 +71 -21
- package/review/arm-maps.api.md +423 -0
- package/rollup.config.js +181 -24
- package/src/azureMapsManagementClient.ts +61 -30
- package/src/{models/mapsMappers.ts → index.ts} +4 -11
- package/src/models/index.ts +380 -684
- package/src/models/mappers.ts +333 -378
- package/src/models/parameters.ts +99 -36
- package/src/operations/accounts.ts +315 -502
- package/src/operations/creators.ts +202 -341
- package/src/operations/index.ts +1 -2
- package/src/operations/maps.ts +196 -77
- package/src/operationsInterfaces/accounts.ts +125 -0
- package/src/operationsInterfaces/creators.ts +95 -0
- package/src/operationsInterfaces/index.ts +11 -0
- package/src/operationsInterfaces/maps.ts +33 -0
- package/tsconfig.json +3 -3
- package/types/arm-maps.d.ts +696 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-maps.js +0 -1661
- package/dist/arm-maps.js.map +0 -1
- package/dist/arm-maps.min.js +0 -1
- package/dist/arm-maps.min.js.map +0 -1
- package/esm/azureMapsManagementClient.d.ts +0 -20
- package/esm/azureMapsManagementClient.d.ts.map +0 -1
- package/esm/azureMapsManagementClient.js +0 -34
- package/esm/azureMapsManagementClient.js.map +0 -1
- package/esm/azureMapsManagementClientContext.d.ts +0 -16
- package/esm/azureMapsManagementClientContext.d.ts.map +0 -1
- package/esm/azureMapsManagementClientContext.js +0 -56
- package/esm/azureMapsManagementClientContext.js.map +0 -1
- package/esm/models/accountsMappers.d.ts +0 -2
- package/esm/models/accountsMappers.d.ts.map +0 -1
- package/esm/models/accountsMappers.js +0 -9
- package/esm/models/accountsMappers.js.map +0 -1
- package/esm/models/creatorsMappers.d.ts +0 -2
- package/esm/models/creatorsMappers.d.ts.map +0 -1
- package/esm/models/creatorsMappers.js +0 -9
- package/esm/models/creatorsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -793
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -29
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/mapsMappers.d.ts +0 -2
- package/esm/models/mapsMappers.d.ts.map +0 -1
- package/esm/models/mapsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -9
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -91
- package/esm/models/parameters.js.map +0 -1
- package/esm/operations/accounts.d.ts +0 -222
- package/esm/operations/accounts.d.ts.map +0 -1
- package/esm/operations/accounts.js +0 -271
- package/esm/operations/accounts.js.map +0 -1
- package/esm/operations/creators.d.ts +0 -157
- package/esm/operations/creators.d.ts.map +0 -1
- package/esm/operations/creators.js +0 -201
- package/esm/operations/creators.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/maps.d.ts +0 -46
- package/esm/operations/maps.d.ts.map +0 -1
- package/esm/operations/maps.js +0 -69
- package/esm/operations/maps.js.map +0 -1
- package/src/azureMapsManagementClientContext.ts +0 -68
- package/src/models/accountsMappers.ts +0 -28
- package/src/models/creatorsMappers.ts +0 -26
package/src/models/mappers.ts
CHANGED
|
@@ -6,74 +6,23 @@
|
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
|
-
import
|
|
10
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
9
|
+
import * as coreClient from "@azure/core-client";
|
|
11
10
|
|
|
12
|
-
export const
|
|
13
|
-
export const BaseResource = BaseResourceMapper;
|
|
14
|
-
|
|
15
|
-
export const CreatorProperties: msRest.CompositeMapper = {
|
|
16
|
-
serializedName: "CreatorProperties",
|
|
17
|
-
type: {
|
|
18
|
-
name: "Composite",
|
|
19
|
-
className: "CreatorProperties",
|
|
20
|
-
modelProperties: {
|
|
21
|
-
provisioningState: {
|
|
22
|
-
readOnly: true,
|
|
23
|
-
serializedName: "provisioningState",
|
|
24
|
-
type: {
|
|
25
|
-
name: "String"
|
|
26
|
-
}
|
|
27
|
-
},
|
|
28
|
-
storageUnits: {
|
|
29
|
-
required: true,
|
|
30
|
-
serializedName: "storageUnits",
|
|
31
|
-
constraints: {
|
|
32
|
-
InclusiveMaximum: 100,
|
|
33
|
-
InclusiveMinimum: 1
|
|
34
|
-
},
|
|
35
|
-
type: {
|
|
36
|
-
name: "Number"
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
};
|
|
42
|
-
|
|
43
|
-
export const Creator: msRest.CompositeMapper = {
|
|
44
|
-
serializedName: "Creator",
|
|
45
|
-
type: {
|
|
46
|
-
name: "Composite",
|
|
47
|
-
className: "Creator",
|
|
48
|
-
modelProperties: {
|
|
49
|
-
properties: {
|
|
50
|
-
required: true,
|
|
51
|
-
serializedName: "properties",
|
|
52
|
-
type: {
|
|
53
|
-
name: "Composite",
|
|
54
|
-
className: "CreatorProperties"
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
};
|
|
60
|
-
|
|
61
|
-
export const Sku: msRest.CompositeMapper = {
|
|
62
|
-
serializedName: "Sku",
|
|
11
|
+
export const Sku: coreClient.CompositeMapper = {
|
|
63
12
|
type: {
|
|
64
13
|
name: "Composite",
|
|
65
14
|
className: "Sku",
|
|
66
15
|
modelProperties: {
|
|
67
16
|
name: {
|
|
68
|
-
required: true,
|
|
69
17
|
serializedName: "name",
|
|
18
|
+
required: true,
|
|
70
19
|
type: {
|
|
71
20
|
name: "String"
|
|
72
21
|
}
|
|
73
22
|
},
|
|
74
23
|
tier: {
|
|
75
|
-
readOnly: true,
|
|
76
24
|
serializedName: "tier",
|
|
25
|
+
readOnly: true,
|
|
77
26
|
type: {
|
|
78
27
|
name: "String"
|
|
79
28
|
}
|
|
@@ -82,8 +31,7 @@ export const Sku: msRest.CompositeMapper = {
|
|
|
82
31
|
}
|
|
83
32
|
};
|
|
84
33
|
|
|
85
|
-
export const SystemData:
|
|
86
|
-
serializedName: "systemData",
|
|
34
|
+
export const SystemData: coreClient.CompositeMapper = {
|
|
87
35
|
type: {
|
|
88
36
|
name: "Composite",
|
|
89
37
|
className: "SystemData",
|
|
@@ -128,29 +76,28 @@ export const SystemData: msRest.CompositeMapper = {
|
|
|
128
76
|
}
|
|
129
77
|
};
|
|
130
78
|
|
|
131
|
-
export const MapsAccountProperties:
|
|
132
|
-
serializedName: "MapsAccountProperties",
|
|
79
|
+
export const MapsAccountProperties: coreClient.CompositeMapper = {
|
|
133
80
|
type: {
|
|
134
81
|
name: "Composite",
|
|
135
82
|
className: "MapsAccountProperties",
|
|
136
83
|
modelProperties: {
|
|
137
84
|
uniqueId: {
|
|
138
|
-
readOnly: true,
|
|
139
85
|
serializedName: "uniqueId",
|
|
86
|
+
readOnly: true,
|
|
140
87
|
type: {
|
|
141
88
|
name: "String"
|
|
142
89
|
}
|
|
143
90
|
},
|
|
144
91
|
disableLocalAuth: {
|
|
145
|
-
serializedName: "disableLocalAuth",
|
|
146
92
|
defaultValue: false,
|
|
93
|
+
serializedName: "disableLocalAuth",
|
|
147
94
|
type: {
|
|
148
95
|
name: "Boolean"
|
|
149
96
|
}
|
|
150
97
|
},
|
|
151
98
|
provisioningState: {
|
|
152
|
-
readOnly: true,
|
|
153
99
|
serializedName: "provisioningState",
|
|
100
|
+
readOnly: true,
|
|
154
101
|
type: {
|
|
155
102
|
name: "String"
|
|
156
103
|
}
|
|
@@ -159,48 +106,133 @@ export const MapsAccountProperties: msRest.CompositeMapper = {
|
|
|
159
106
|
}
|
|
160
107
|
};
|
|
161
108
|
|
|
162
|
-
export const
|
|
163
|
-
serializedName: "MapsAccount",
|
|
109
|
+
export const Resource: coreClient.CompositeMapper = {
|
|
164
110
|
type: {
|
|
165
111
|
name: "Composite",
|
|
166
|
-
className: "
|
|
112
|
+
className: "Resource",
|
|
167
113
|
modelProperties: {
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
114
|
+
id: {
|
|
115
|
+
serializedName: "id",
|
|
116
|
+
readOnly: true,
|
|
171
117
|
type: {
|
|
172
|
-
name: "
|
|
173
|
-
className: "Sku"
|
|
118
|
+
name: "String"
|
|
174
119
|
}
|
|
175
120
|
},
|
|
176
|
-
|
|
177
|
-
serializedName: "
|
|
178
|
-
|
|
121
|
+
name: {
|
|
122
|
+
serializedName: "name",
|
|
123
|
+
readOnly: true,
|
|
179
124
|
type: {
|
|
180
125
|
name: "String"
|
|
181
126
|
}
|
|
182
127
|
},
|
|
183
|
-
|
|
128
|
+
type: {
|
|
129
|
+
serializedName: "type",
|
|
184
130
|
readOnly: true,
|
|
185
|
-
|
|
131
|
+
type: {
|
|
132
|
+
name: "String"
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
};
|
|
138
|
+
|
|
139
|
+
export const ErrorResponse: coreClient.CompositeMapper = {
|
|
140
|
+
type: {
|
|
141
|
+
name: "Composite",
|
|
142
|
+
className: "ErrorResponse",
|
|
143
|
+
modelProperties: {
|
|
144
|
+
error: {
|
|
145
|
+
serializedName: "error",
|
|
186
146
|
type: {
|
|
187
147
|
name: "Composite",
|
|
188
|
-
className: "
|
|
148
|
+
className: "ErrorDetail"
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
};
|
|
154
|
+
|
|
155
|
+
export const ErrorDetail: coreClient.CompositeMapper = {
|
|
156
|
+
type: {
|
|
157
|
+
name: "Composite",
|
|
158
|
+
className: "ErrorDetail",
|
|
159
|
+
modelProperties: {
|
|
160
|
+
code: {
|
|
161
|
+
serializedName: "code",
|
|
162
|
+
readOnly: true,
|
|
163
|
+
type: {
|
|
164
|
+
name: "String"
|
|
189
165
|
}
|
|
190
166
|
},
|
|
191
|
-
|
|
192
|
-
serializedName: "
|
|
167
|
+
message: {
|
|
168
|
+
serializedName: "message",
|
|
169
|
+
readOnly: true,
|
|
193
170
|
type: {
|
|
194
|
-
name: "
|
|
195
|
-
|
|
171
|
+
name: "String"
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
target: {
|
|
175
|
+
serializedName: "target",
|
|
176
|
+
readOnly: true,
|
|
177
|
+
type: {
|
|
178
|
+
name: "String"
|
|
179
|
+
}
|
|
180
|
+
},
|
|
181
|
+
details: {
|
|
182
|
+
serializedName: "details",
|
|
183
|
+
readOnly: true,
|
|
184
|
+
type: {
|
|
185
|
+
name: "Sequence",
|
|
186
|
+
element: {
|
|
187
|
+
type: {
|
|
188
|
+
name: "Composite",
|
|
189
|
+
className: "ErrorDetail"
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
},
|
|
194
|
+
additionalInfo: {
|
|
195
|
+
serializedName: "additionalInfo",
|
|
196
|
+
readOnly: true,
|
|
197
|
+
type: {
|
|
198
|
+
name: "Sequence",
|
|
199
|
+
element: {
|
|
200
|
+
type: {
|
|
201
|
+
name: "Composite",
|
|
202
|
+
className: "ErrorAdditionalInfo"
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
};
|
|
210
|
+
|
|
211
|
+
export const ErrorAdditionalInfo: coreClient.CompositeMapper = {
|
|
212
|
+
type: {
|
|
213
|
+
name: "Composite",
|
|
214
|
+
className: "ErrorAdditionalInfo",
|
|
215
|
+
modelProperties: {
|
|
216
|
+
type: {
|
|
217
|
+
serializedName: "type",
|
|
218
|
+
readOnly: true,
|
|
219
|
+
type: {
|
|
220
|
+
name: "String"
|
|
221
|
+
}
|
|
222
|
+
},
|
|
223
|
+
info: {
|
|
224
|
+
serializedName: "info",
|
|
225
|
+
readOnly: true,
|
|
226
|
+
type: {
|
|
227
|
+
name: "Dictionary",
|
|
228
|
+
value: { type: { name: "any" } }
|
|
196
229
|
}
|
|
197
230
|
}
|
|
198
231
|
}
|
|
199
232
|
}
|
|
200
233
|
};
|
|
201
234
|
|
|
202
|
-
export const MapsAccountUpdateParameters:
|
|
203
|
-
serializedName: "MapsAccountUpdateParameters",
|
|
235
|
+
export const MapsAccountUpdateParameters: coreClient.CompositeMapper = {
|
|
204
236
|
type: {
|
|
205
237
|
name: "Composite",
|
|
206
238
|
className: "MapsAccountUpdateParameters",
|
|
@@ -209,16 +241,12 @@ export const MapsAccountUpdateParameters: msRest.CompositeMapper = {
|
|
|
209
241
|
serializedName: "tags",
|
|
210
242
|
type: {
|
|
211
243
|
name: "Dictionary",
|
|
212
|
-
value: {
|
|
213
|
-
type: {
|
|
214
|
-
name: "String"
|
|
215
|
-
}
|
|
216
|
-
}
|
|
244
|
+
value: { type: { name: "String" } }
|
|
217
245
|
}
|
|
218
246
|
},
|
|
219
247
|
kind: {
|
|
220
|
-
serializedName: "kind",
|
|
221
248
|
defaultValue: "Gen1",
|
|
249
|
+
serializedName: "kind",
|
|
222
250
|
type: {
|
|
223
251
|
name: "String"
|
|
224
252
|
}
|
|
@@ -231,22 +259,22 @@ export const MapsAccountUpdateParameters: msRest.CompositeMapper = {
|
|
|
231
259
|
}
|
|
232
260
|
},
|
|
233
261
|
uniqueId: {
|
|
234
|
-
readOnly: true,
|
|
235
262
|
serializedName: "properties.uniqueId",
|
|
263
|
+
readOnly: true,
|
|
236
264
|
type: {
|
|
237
265
|
name: "String"
|
|
238
266
|
}
|
|
239
267
|
},
|
|
240
268
|
disableLocalAuth: {
|
|
241
|
-
serializedName: "properties.disableLocalAuth",
|
|
242
269
|
defaultValue: false,
|
|
270
|
+
serializedName: "properties.disableLocalAuth",
|
|
243
271
|
type: {
|
|
244
272
|
name: "Boolean"
|
|
245
273
|
}
|
|
246
274
|
},
|
|
247
275
|
provisioningState: {
|
|
248
|
-
readOnly: true,
|
|
249
276
|
serializedName: "properties.provisioningState",
|
|
277
|
+
readOnly: true,
|
|
250
278
|
type: {
|
|
251
279
|
name: "String"
|
|
252
280
|
}
|
|
@@ -255,54 +283,26 @@ export const MapsAccountUpdateParameters: msRest.CompositeMapper = {
|
|
|
255
283
|
}
|
|
256
284
|
};
|
|
257
285
|
|
|
258
|
-
export const
|
|
259
|
-
serializedName: "CreatorUpdateParameters",
|
|
286
|
+
export const MapsAccounts: coreClient.CompositeMapper = {
|
|
260
287
|
type: {
|
|
261
288
|
name: "Composite",
|
|
262
|
-
className: "
|
|
289
|
+
className: "MapsAccounts",
|
|
263
290
|
modelProperties: {
|
|
264
|
-
|
|
265
|
-
serializedName: "
|
|
291
|
+
value: {
|
|
292
|
+
serializedName: "value",
|
|
293
|
+
readOnly: true,
|
|
266
294
|
type: {
|
|
267
|
-
name: "
|
|
268
|
-
|
|
295
|
+
name: "Sequence",
|
|
296
|
+
element: {
|
|
269
297
|
type: {
|
|
270
|
-
name: "
|
|
298
|
+
name: "Composite",
|
|
299
|
+
className: "MapsAccount"
|
|
271
300
|
}
|
|
272
301
|
}
|
|
273
302
|
}
|
|
274
303
|
},
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
serializedName: "properties.provisioningState",
|
|
278
|
-
type: {
|
|
279
|
-
name: "String"
|
|
280
|
-
}
|
|
281
|
-
},
|
|
282
|
-
storageUnits: {
|
|
283
|
-
required: true,
|
|
284
|
-
serializedName: "properties.storageUnits",
|
|
285
|
-
constraints: {
|
|
286
|
-
InclusiveMaximum: 100,
|
|
287
|
-
InclusiveMinimum: 1
|
|
288
|
-
},
|
|
289
|
-
type: {
|
|
290
|
-
name: "Number"
|
|
291
|
-
}
|
|
292
|
-
}
|
|
293
|
-
}
|
|
294
|
-
}
|
|
295
|
-
};
|
|
296
|
-
|
|
297
|
-
export const MapsKeySpecification: msRest.CompositeMapper = {
|
|
298
|
-
serializedName: "MapsKeySpecification",
|
|
299
|
-
type: {
|
|
300
|
-
name: "Composite",
|
|
301
|
-
className: "MapsKeySpecification",
|
|
302
|
-
modelProperties: {
|
|
303
|
-
keyType: {
|
|
304
|
-
required: true,
|
|
305
|
-
serializedName: "keyType",
|
|
304
|
+
nextLink: {
|
|
305
|
+
serializedName: "nextLink",
|
|
306
306
|
type: {
|
|
307
307
|
name: "String"
|
|
308
308
|
}
|
|
@@ -311,36 +311,35 @@ export const MapsKeySpecification: msRest.CompositeMapper = {
|
|
|
311
311
|
}
|
|
312
312
|
};
|
|
313
313
|
|
|
314
|
-
export const MapsAccountKeys:
|
|
315
|
-
serializedName: "MapsAccountKeys",
|
|
314
|
+
export const MapsAccountKeys: coreClient.CompositeMapper = {
|
|
316
315
|
type: {
|
|
317
316
|
name: "Composite",
|
|
318
317
|
className: "MapsAccountKeys",
|
|
319
318
|
modelProperties: {
|
|
320
319
|
primaryKeyLastUpdated: {
|
|
321
|
-
readOnly: true,
|
|
322
320
|
serializedName: "primaryKeyLastUpdated",
|
|
321
|
+
readOnly: true,
|
|
323
322
|
type: {
|
|
324
323
|
name: "String"
|
|
325
324
|
}
|
|
326
325
|
},
|
|
327
326
|
primaryKey: {
|
|
328
|
-
readOnly: true,
|
|
329
327
|
serializedName: "primaryKey",
|
|
328
|
+
readOnly: true,
|
|
330
329
|
type: {
|
|
331
330
|
name: "String"
|
|
332
331
|
}
|
|
333
332
|
},
|
|
334
333
|
secondaryKey: {
|
|
335
|
-
readOnly: true,
|
|
336
334
|
serializedName: "secondaryKey",
|
|
335
|
+
readOnly: true,
|
|
337
336
|
type: {
|
|
338
337
|
name: "String"
|
|
339
338
|
}
|
|
340
339
|
},
|
|
341
340
|
secondaryKeyLastUpdated: {
|
|
342
|
-
readOnly: true,
|
|
343
341
|
serializedName: "secondaryKeyLastUpdated",
|
|
342
|
+
readOnly: true,
|
|
344
343
|
type: {
|
|
345
344
|
name: "String"
|
|
346
345
|
}
|
|
@@ -349,32 +348,14 @@ export const MapsAccountKeys: msRest.CompositeMapper = {
|
|
|
349
348
|
}
|
|
350
349
|
};
|
|
351
350
|
|
|
352
|
-
export const
|
|
353
|
-
serializedName: "OperationDisplay",
|
|
351
|
+
export const MapsKeySpecification: coreClient.CompositeMapper = {
|
|
354
352
|
type: {
|
|
355
353
|
name: "Composite",
|
|
356
|
-
className: "
|
|
354
|
+
className: "MapsKeySpecification",
|
|
357
355
|
modelProperties: {
|
|
358
|
-
|
|
359
|
-
serializedName: "
|
|
360
|
-
|
|
361
|
-
name: "String"
|
|
362
|
-
}
|
|
363
|
-
},
|
|
364
|
-
resource: {
|
|
365
|
-
serializedName: "resource",
|
|
366
|
-
type: {
|
|
367
|
-
name: "String"
|
|
368
|
-
}
|
|
369
|
-
},
|
|
370
|
-
operation: {
|
|
371
|
-
serializedName: "operation",
|
|
372
|
-
type: {
|
|
373
|
-
name: "String"
|
|
374
|
-
}
|
|
375
|
-
},
|
|
376
|
-
description: {
|
|
377
|
-
serializedName: "description",
|
|
356
|
+
keyType: {
|
|
357
|
+
serializedName: "keyType",
|
|
358
|
+
required: true,
|
|
378
359
|
type: {
|
|
379
360
|
name: "String"
|
|
380
361
|
}
|
|
@@ -383,20 +364,26 @@ export const OperationDisplay: msRest.CompositeMapper = {
|
|
|
383
364
|
}
|
|
384
365
|
};
|
|
385
366
|
|
|
386
|
-
export const
|
|
387
|
-
serializedName: "Dimension",
|
|
367
|
+
export const MapsOperations: coreClient.CompositeMapper = {
|
|
388
368
|
type: {
|
|
389
369
|
name: "Composite",
|
|
390
|
-
className: "
|
|
370
|
+
className: "MapsOperations",
|
|
391
371
|
modelProperties: {
|
|
392
|
-
|
|
393
|
-
serializedName: "
|
|
372
|
+
value: {
|
|
373
|
+
serializedName: "value",
|
|
374
|
+
readOnly: true,
|
|
394
375
|
type: {
|
|
395
|
-
name: "
|
|
376
|
+
name: "Sequence",
|
|
377
|
+
element: {
|
|
378
|
+
type: {
|
|
379
|
+
name: "Composite",
|
|
380
|
+
className: "OperationDetail"
|
|
381
|
+
}
|
|
382
|
+
}
|
|
396
383
|
}
|
|
397
384
|
},
|
|
398
|
-
|
|
399
|
-
serializedName: "
|
|
385
|
+
nextLink: {
|
|
386
|
+
serializedName: "nextLink",
|
|
400
387
|
type: {
|
|
401
388
|
name: "String"
|
|
402
389
|
}
|
|
@@ -405,11 +392,10 @@ export const Dimension: msRest.CompositeMapper = {
|
|
|
405
392
|
}
|
|
406
393
|
};
|
|
407
394
|
|
|
408
|
-
export const
|
|
409
|
-
serializedName: "MetricSpecification",
|
|
395
|
+
export const OperationDetail: coreClient.CompositeMapper = {
|
|
410
396
|
type: {
|
|
411
397
|
name: "Composite",
|
|
412
|
-
className: "
|
|
398
|
+
className: "OperationDetail",
|
|
413
399
|
modelProperties: {
|
|
414
400
|
name: {
|
|
415
401
|
serializedName: "name",
|
|
@@ -417,56 +403,61 @@ export const MetricSpecification: msRest.CompositeMapper = {
|
|
|
417
403
|
name: "String"
|
|
418
404
|
}
|
|
419
405
|
},
|
|
420
|
-
|
|
421
|
-
serializedName: "
|
|
406
|
+
isDataAction: {
|
|
407
|
+
serializedName: "isDataAction",
|
|
422
408
|
type: {
|
|
423
|
-
name: "
|
|
409
|
+
name: "Boolean"
|
|
424
410
|
}
|
|
425
411
|
},
|
|
426
|
-
|
|
427
|
-
serializedName: "
|
|
412
|
+
display: {
|
|
413
|
+
serializedName: "display",
|
|
428
414
|
type: {
|
|
429
|
-
name: "
|
|
415
|
+
name: "Composite",
|
|
416
|
+
className: "OperationDisplay"
|
|
430
417
|
}
|
|
431
418
|
},
|
|
432
|
-
|
|
433
|
-
serializedName: "
|
|
419
|
+
origin: {
|
|
420
|
+
serializedName: "origin",
|
|
434
421
|
type: {
|
|
435
422
|
name: "String"
|
|
436
423
|
}
|
|
437
424
|
},
|
|
438
|
-
|
|
439
|
-
serializedName: "
|
|
425
|
+
serviceSpecification: {
|
|
426
|
+
serializedName: "properties.serviceSpecification",
|
|
440
427
|
type: {
|
|
441
|
-
name: "
|
|
442
|
-
|
|
443
|
-
type: {
|
|
444
|
-
name: "Composite",
|
|
445
|
-
className: "Dimension"
|
|
446
|
-
}
|
|
447
|
-
}
|
|
428
|
+
name: "Composite",
|
|
429
|
+
className: "ServiceSpecification"
|
|
448
430
|
}
|
|
449
|
-
}
|
|
450
|
-
|
|
451
|
-
|
|
431
|
+
}
|
|
432
|
+
}
|
|
433
|
+
}
|
|
434
|
+
};
|
|
435
|
+
|
|
436
|
+
export const OperationDisplay: coreClient.CompositeMapper = {
|
|
437
|
+
type: {
|
|
438
|
+
name: "Composite",
|
|
439
|
+
className: "OperationDisplay",
|
|
440
|
+
modelProperties: {
|
|
441
|
+
provider: {
|
|
442
|
+
serializedName: "provider",
|
|
452
443
|
type: {
|
|
453
444
|
name: "String"
|
|
454
445
|
}
|
|
455
446
|
},
|
|
456
|
-
|
|
457
|
-
serializedName: "
|
|
447
|
+
resource: {
|
|
448
|
+
serializedName: "resource",
|
|
458
449
|
type: {
|
|
459
|
-
name: "
|
|
450
|
+
name: "String"
|
|
460
451
|
}
|
|
461
452
|
},
|
|
462
|
-
|
|
463
|
-
serializedName: "
|
|
453
|
+
operation: {
|
|
454
|
+
serializedName: "operation",
|
|
464
455
|
type: {
|
|
465
456
|
name: "String"
|
|
466
457
|
}
|
|
467
458
|
},
|
|
468
|
-
|
|
469
|
-
serializedName: "
|
|
459
|
+
description: {
|
|
460
|
+
serializedName: "description",
|
|
470
461
|
type: {
|
|
471
462
|
name: "String"
|
|
472
463
|
}
|
|
@@ -475,8 +466,7 @@ export const MetricSpecification: msRest.CompositeMapper = {
|
|
|
475
466
|
}
|
|
476
467
|
};
|
|
477
468
|
|
|
478
|
-
export const ServiceSpecification:
|
|
479
|
-
serializedName: "ServiceSpecification",
|
|
469
|
+
export const ServiceSpecification: coreClient.CompositeMapper = {
|
|
480
470
|
type: {
|
|
481
471
|
name: "Composite",
|
|
482
472
|
className: "ServiceSpecification",
|
|
@@ -497,11 +487,10 @@ export const ServiceSpecification: msRest.CompositeMapper = {
|
|
|
497
487
|
}
|
|
498
488
|
};
|
|
499
489
|
|
|
500
|
-
export const
|
|
501
|
-
serializedName: "OperationDetail",
|
|
490
|
+
export const MetricSpecification: coreClient.CompositeMapper = {
|
|
502
491
|
type: {
|
|
503
492
|
name: "Composite",
|
|
504
|
-
className: "
|
|
493
|
+
className: "MetricSpecification",
|
|
505
494
|
modelProperties: {
|
|
506
495
|
name: {
|
|
507
496
|
serializedName: "name",
|
|
@@ -509,59 +498,56 @@ export const OperationDetail: msRest.CompositeMapper = {
|
|
|
509
498
|
name: "String"
|
|
510
499
|
}
|
|
511
500
|
},
|
|
512
|
-
|
|
513
|
-
serializedName: "
|
|
501
|
+
displayName: {
|
|
502
|
+
serializedName: "displayName",
|
|
514
503
|
type: {
|
|
515
|
-
name: "
|
|
504
|
+
name: "String"
|
|
516
505
|
}
|
|
517
506
|
},
|
|
518
|
-
|
|
519
|
-
serializedName: "
|
|
507
|
+
displayDescription: {
|
|
508
|
+
serializedName: "displayDescription",
|
|
520
509
|
type: {
|
|
521
|
-
name: "
|
|
522
|
-
className: "OperationDisplay"
|
|
510
|
+
name: "String"
|
|
523
511
|
}
|
|
524
512
|
},
|
|
525
|
-
|
|
526
|
-
serializedName: "
|
|
513
|
+
unit: {
|
|
514
|
+
serializedName: "unit",
|
|
527
515
|
type: {
|
|
528
516
|
name: "String"
|
|
529
517
|
}
|
|
530
518
|
},
|
|
531
|
-
|
|
532
|
-
serializedName: "
|
|
519
|
+
dimensions: {
|
|
520
|
+
serializedName: "dimensions",
|
|
533
521
|
type: {
|
|
534
|
-
name: "
|
|
535
|
-
|
|
522
|
+
name: "Sequence",
|
|
523
|
+
element: {
|
|
524
|
+
type: {
|
|
525
|
+
name: "Composite",
|
|
526
|
+
className: "Dimension"
|
|
527
|
+
}
|
|
528
|
+
}
|
|
536
529
|
}
|
|
537
|
-
}
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
};
|
|
541
|
-
|
|
542
|
-
export const Resource: msRest.CompositeMapper = {
|
|
543
|
-
serializedName: "Resource",
|
|
544
|
-
type: {
|
|
545
|
-
name: "Composite",
|
|
546
|
-
className: "Resource",
|
|
547
|
-
modelProperties: {
|
|
548
|
-
id: {
|
|
549
|
-
readOnly: true,
|
|
550
|
-
serializedName: "id",
|
|
530
|
+
},
|
|
531
|
+
aggregationType: {
|
|
532
|
+
serializedName: "aggregationType",
|
|
551
533
|
type: {
|
|
552
534
|
name: "String"
|
|
553
535
|
}
|
|
554
536
|
},
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
537
|
+
fillGapWithZero: {
|
|
538
|
+
serializedName: "fillGapWithZero",
|
|
539
|
+
type: {
|
|
540
|
+
name: "Boolean"
|
|
541
|
+
}
|
|
542
|
+
},
|
|
543
|
+
category: {
|
|
544
|
+
serializedName: "category",
|
|
558
545
|
type: {
|
|
559
546
|
name: "String"
|
|
560
547
|
}
|
|
561
548
|
},
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
serializedName: "type",
|
|
549
|
+
resourceIdDimensionNameOverride: {
|
|
550
|
+
serializedName: "resourceIdDimensionNameOverride",
|
|
565
551
|
type: {
|
|
566
552
|
name: "String"
|
|
567
553
|
}
|
|
@@ -570,56 +556,71 @@ export const Resource: msRest.CompositeMapper = {
|
|
|
570
556
|
}
|
|
571
557
|
};
|
|
572
558
|
|
|
573
|
-
export const
|
|
574
|
-
serializedName: "ProxyResource",
|
|
575
|
-
type: {
|
|
576
|
-
name: "Composite",
|
|
577
|
-
className: "ProxyResource",
|
|
578
|
-
modelProperties: {
|
|
579
|
-
...Resource.type.modelProperties
|
|
580
|
-
}
|
|
581
|
-
}
|
|
582
|
-
};
|
|
583
|
-
|
|
584
|
-
export const AzureEntityResource: msRest.CompositeMapper = {
|
|
585
|
-
serializedName: "AzureEntityResource",
|
|
559
|
+
export const Dimension: coreClient.CompositeMapper = {
|
|
586
560
|
type: {
|
|
587
561
|
name: "Composite",
|
|
588
|
-
className: "
|
|
562
|
+
className: "Dimension",
|
|
589
563
|
modelProperties: {
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
readOnly: true,
|
|
593
|
-
serializedName: "etag",
|
|
564
|
+
name: {
|
|
565
|
+
serializedName: "name",
|
|
594
566
|
type: {
|
|
595
567
|
name: "String"
|
|
596
568
|
}
|
|
569
|
+
},
|
|
570
|
+
displayName: {
|
|
571
|
+
serializedName: "displayName",
|
|
572
|
+
type: {
|
|
573
|
+
name: "String"
|
|
574
|
+
}
|
|
575
|
+
},
|
|
576
|
+
internalName: {
|
|
577
|
+
serializedName: "internalName",
|
|
578
|
+
type: {
|
|
579
|
+
name: "String"
|
|
580
|
+
}
|
|
581
|
+
},
|
|
582
|
+
internalMetricName: {
|
|
583
|
+
serializedName: "internalMetricName",
|
|
584
|
+
type: {
|
|
585
|
+
name: "String"
|
|
586
|
+
}
|
|
587
|
+
},
|
|
588
|
+
sourceMdmNamespace: {
|
|
589
|
+
serializedName: "sourceMdmNamespace",
|
|
590
|
+
type: {
|
|
591
|
+
name: "String"
|
|
592
|
+
}
|
|
593
|
+
},
|
|
594
|
+
toBeExportedToShoebox: {
|
|
595
|
+
serializedName: "toBeExportedToShoebox",
|
|
596
|
+
type: {
|
|
597
|
+
name: "Boolean"
|
|
598
|
+
}
|
|
597
599
|
}
|
|
598
600
|
}
|
|
599
601
|
}
|
|
600
602
|
};
|
|
601
603
|
|
|
602
|
-
export const
|
|
603
|
-
serializedName: "TrackedResource",
|
|
604
|
+
export const CreatorList: coreClient.CompositeMapper = {
|
|
604
605
|
type: {
|
|
605
606
|
name: "Composite",
|
|
606
|
-
className: "
|
|
607
|
+
className: "CreatorList",
|
|
607
608
|
modelProperties: {
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
609
|
+
value: {
|
|
610
|
+
serializedName: "value",
|
|
611
|
+
readOnly: true,
|
|
611
612
|
type: {
|
|
612
|
-
name: "
|
|
613
|
-
|
|
613
|
+
name: "Sequence",
|
|
614
|
+
element: {
|
|
614
615
|
type: {
|
|
615
|
-
name: "
|
|
616
|
+
name: "Composite",
|
|
617
|
+
className: "Creator"
|
|
616
618
|
}
|
|
617
619
|
}
|
|
618
620
|
}
|
|
619
621
|
},
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
serializedName: "location",
|
|
622
|
+
nextLink: {
|
|
623
|
+
serializedName: "nextLink",
|
|
623
624
|
type: {
|
|
624
625
|
name: "String"
|
|
625
626
|
}
|
|
@@ -628,185 +629,139 @@ export const TrackedResource: msRest.CompositeMapper = {
|
|
|
628
629
|
}
|
|
629
630
|
};
|
|
630
631
|
|
|
631
|
-
export const
|
|
632
|
-
serializedName: "ErrorAdditionalInfo",
|
|
632
|
+
export const CreatorProperties: coreClient.CompositeMapper = {
|
|
633
633
|
type: {
|
|
634
634
|
name: "Composite",
|
|
635
|
-
className: "
|
|
635
|
+
className: "CreatorProperties",
|
|
636
636
|
modelProperties: {
|
|
637
|
-
|
|
637
|
+
provisioningState: {
|
|
638
|
+
serializedName: "provisioningState",
|
|
638
639
|
readOnly: true,
|
|
639
|
-
serializedName: "type",
|
|
640
640
|
type: {
|
|
641
641
|
name: "String"
|
|
642
642
|
}
|
|
643
643
|
},
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
644
|
+
storageUnits: {
|
|
645
|
+
constraints: {
|
|
646
|
+
InclusiveMaximum: 100,
|
|
647
|
+
InclusiveMinimum: 1
|
|
648
|
+
},
|
|
649
|
+
serializedName: "storageUnits",
|
|
650
|
+
required: true,
|
|
647
651
|
type: {
|
|
648
|
-
name: "
|
|
652
|
+
name: "Number"
|
|
649
653
|
}
|
|
650
654
|
}
|
|
651
655
|
}
|
|
652
656
|
}
|
|
653
657
|
};
|
|
654
658
|
|
|
655
|
-
export const
|
|
656
|
-
serializedName: "ErrorDetail",
|
|
659
|
+
export const CreatorUpdateParameters: coreClient.CompositeMapper = {
|
|
657
660
|
type: {
|
|
658
661
|
name: "Composite",
|
|
659
|
-
className: "
|
|
662
|
+
className: "CreatorUpdateParameters",
|
|
660
663
|
modelProperties: {
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
serializedName: "code",
|
|
664
|
-
type: {
|
|
665
|
-
name: "String"
|
|
666
|
-
}
|
|
667
|
-
},
|
|
668
|
-
message: {
|
|
669
|
-
readOnly: true,
|
|
670
|
-
serializedName: "message",
|
|
664
|
+
tags: {
|
|
665
|
+
serializedName: "tags",
|
|
671
666
|
type: {
|
|
672
|
-
name: "
|
|
667
|
+
name: "Dictionary",
|
|
668
|
+
value: { type: { name: "String" } }
|
|
673
669
|
}
|
|
674
670
|
},
|
|
675
|
-
|
|
671
|
+
provisioningState: {
|
|
672
|
+
serializedName: "properties.provisioningState",
|
|
676
673
|
readOnly: true,
|
|
677
|
-
serializedName: "target",
|
|
678
674
|
type: {
|
|
679
675
|
name: "String"
|
|
680
676
|
}
|
|
681
677
|
},
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
type: {
|
|
689
|
-
name: "Composite",
|
|
690
|
-
className: "ErrorDetail"
|
|
691
|
-
}
|
|
692
|
-
}
|
|
693
|
-
}
|
|
694
|
-
},
|
|
695
|
-
additionalInfo: {
|
|
696
|
-
readOnly: true,
|
|
697
|
-
serializedName: "additionalInfo",
|
|
678
|
+
storageUnits: {
|
|
679
|
+
constraints: {
|
|
680
|
+
InclusiveMaximum: 100,
|
|
681
|
+
InclusiveMinimum: 1
|
|
682
|
+
},
|
|
683
|
+
serializedName: "properties.storageUnits",
|
|
698
684
|
type: {
|
|
699
|
-
name: "
|
|
700
|
-
element: {
|
|
701
|
-
type: {
|
|
702
|
-
name: "Composite",
|
|
703
|
-
className: "ErrorAdditionalInfo"
|
|
704
|
-
}
|
|
705
|
-
}
|
|
685
|
+
name: "Number"
|
|
706
686
|
}
|
|
707
687
|
}
|
|
708
688
|
}
|
|
709
689
|
}
|
|
710
690
|
};
|
|
711
691
|
|
|
712
|
-
export const
|
|
713
|
-
serializedName: "ErrorResponse",
|
|
692
|
+
export const TrackedResource: coreClient.CompositeMapper = {
|
|
714
693
|
type: {
|
|
715
694
|
name: "Composite",
|
|
716
|
-
className: "
|
|
695
|
+
className: "TrackedResource",
|
|
717
696
|
modelProperties: {
|
|
718
|
-
|
|
719
|
-
|
|
697
|
+
...Resource.type.modelProperties,
|
|
698
|
+
tags: {
|
|
699
|
+
serializedName: "tags",
|
|
720
700
|
type: {
|
|
721
|
-
name: "
|
|
722
|
-
|
|
701
|
+
name: "Dictionary",
|
|
702
|
+
value: { type: { name: "String" } }
|
|
703
|
+
}
|
|
704
|
+
},
|
|
705
|
+
location: {
|
|
706
|
+
serializedName: "location",
|
|
707
|
+
required: true,
|
|
708
|
+
type: {
|
|
709
|
+
name: "String"
|
|
723
710
|
}
|
|
724
711
|
}
|
|
725
712
|
}
|
|
726
713
|
}
|
|
727
714
|
};
|
|
728
715
|
|
|
729
|
-
export const
|
|
730
|
-
serializedName: "MapsAccounts",
|
|
716
|
+
export const MapsAccount: coreClient.CompositeMapper = {
|
|
731
717
|
type: {
|
|
732
718
|
name: "Composite",
|
|
733
|
-
className: "
|
|
719
|
+
className: "MapsAccount",
|
|
734
720
|
modelProperties: {
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
serializedName: "",
|
|
721
|
+
...TrackedResource.type.modelProperties,
|
|
722
|
+
sku: {
|
|
723
|
+
serializedName: "sku",
|
|
738
724
|
type: {
|
|
739
|
-
name: "
|
|
740
|
-
|
|
741
|
-
type: {
|
|
742
|
-
name: "Composite",
|
|
743
|
-
className: "MapsAccount"
|
|
744
|
-
}
|
|
745
|
-
}
|
|
725
|
+
name: "Composite",
|
|
726
|
+
className: "Sku"
|
|
746
727
|
}
|
|
747
728
|
},
|
|
748
|
-
|
|
749
|
-
|
|
729
|
+
kind: {
|
|
730
|
+
defaultValue: "Gen1",
|
|
731
|
+
serializedName: "kind",
|
|
750
732
|
type: {
|
|
751
733
|
name: "String"
|
|
752
734
|
}
|
|
753
|
-
}
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
};
|
|
757
|
-
|
|
758
|
-
export const MapsOperations: msRest.CompositeMapper = {
|
|
759
|
-
serializedName: "MapsOperations",
|
|
760
|
-
type: {
|
|
761
|
-
name: "Composite",
|
|
762
|
-
className: "MapsOperations",
|
|
763
|
-
modelProperties: {
|
|
764
|
-
value: {
|
|
765
|
-
readOnly: true,
|
|
766
|
-
serializedName: "",
|
|
735
|
+
},
|
|
736
|
+
systemData: {
|
|
737
|
+
serializedName: "systemData",
|
|
767
738
|
type: {
|
|
768
|
-
name: "
|
|
769
|
-
|
|
770
|
-
type: {
|
|
771
|
-
name: "Composite",
|
|
772
|
-
className: "OperationDetail"
|
|
773
|
-
}
|
|
774
|
-
}
|
|
739
|
+
name: "Composite",
|
|
740
|
+
className: "SystemData"
|
|
775
741
|
}
|
|
776
742
|
},
|
|
777
|
-
|
|
778
|
-
serializedName: "
|
|
743
|
+
properties: {
|
|
744
|
+
serializedName: "properties",
|
|
779
745
|
type: {
|
|
780
|
-
name: "
|
|
746
|
+
name: "Composite",
|
|
747
|
+
className: "MapsAccountProperties"
|
|
781
748
|
}
|
|
782
749
|
}
|
|
783
750
|
}
|
|
784
751
|
}
|
|
785
752
|
};
|
|
786
753
|
|
|
787
|
-
export const
|
|
788
|
-
serializedName: "CreatorList",
|
|
754
|
+
export const Creator: coreClient.CompositeMapper = {
|
|
789
755
|
type: {
|
|
790
756
|
name: "Composite",
|
|
791
|
-
className: "
|
|
757
|
+
className: "Creator",
|
|
792
758
|
modelProperties: {
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
serializedName: "",
|
|
796
|
-
type: {
|
|
797
|
-
name: "Sequence",
|
|
798
|
-
element: {
|
|
799
|
-
type: {
|
|
800
|
-
name: "Composite",
|
|
801
|
-
className: "Creator"
|
|
802
|
-
}
|
|
803
|
-
}
|
|
804
|
-
}
|
|
805
|
-
},
|
|
806
|
-
nextLink: {
|
|
807
|
-
serializedName: "nextLink",
|
|
759
|
+
...TrackedResource.type.modelProperties,
|
|
760
|
+
properties: {
|
|
761
|
+
serializedName: "properties",
|
|
808
762
|
type: {
|
|
809
|
-
name: "
|
|
763
|
+
name: "Composite",
|
|
764
|
+
className: "CreatorProperties"
|
|
810
765
|
}
|
|
811
766
|
}
|
|
812
767
|
}
|