@azure/arm-storagemover 2.0.1-alpha.20240429.1 → 2.1.0-alpha.20240626.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 +25 -13
- package/LICENSE +1 -1
- package/dist/index.js +850 -687
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/agentsCreateOrUpdateSample.js +94 -4
- package/dist-esm/samples-dev/agentsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/agentsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/agentsGetSample.js +23 -3
- package/dist-esm/samples-dev/agentsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/agentsListSample.js +38 -3
- package/dist-esm/samples-dev/agentsListSample.js.map +1 -1
- package/dist-esm/samples-dev/agentsUpdateSample.js +13 -3
- package/dist-esm/samples-dev/agentsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/endpointsCreateOrUpdateSample.js +13 -13
- package/dist-esm/samples-dev/endpointsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/endpointsGetSample.js +4 -4
- package/dist-esm/samples-dev/endpointsListSample.js +1 -1
- package/dist-esm/samples-dev/endpointsUpdateSample.js +14 -14
- package/dist-esm/samples-dev/endpointsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/jobDefinitionsCreateOrUpdateSample.js +2 -2
- package/dist-esm/samples-dev/jobDefinitionsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/jobDefinitionsGetSample.js +1 -1
- package/dist-esm/samples-dev/jobDefinitionsListSample.js +1 -1
- package/dist-esm/samples-dev/jobDefinitionsStartJobSample.js +3 -3
- package/dist-esm/samples-dev/jobDefinitionsStopJobSample.js +1 -1
- package/dist-esm/samples-dev/jobDefinitionsUpdateSample.js +3 -3
- package/dist-esm/samples-dev/jobDefinitionsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/jobRunsGetSample.js +1 -1
- package/dist-esm/samples-dev/jobRunsListSample.js +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +1 -1
- package/dist-esm/samples-dev/projectsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/projectsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/projectsGetSample.js +1 -1
- package/dist-esm/samples-dev/projectsListSample.js +1 -1
- package/dist-esm/samples-dev/projectsUpdateSample.js +3 -3
- package/dist-esm/samples-dev/projectsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/storageMoversCreateOrUpdateSample.js +2 -2
- package/dist-esm/samples-dev/storageMoversDeleteSample.js +1 -1
- package/dist-esm/samples-dev/storageMoversGetSample.js +1 -1
- package/dist-esm/samples-dev/storageMoversListBySubscriptionSample.js +1 -1
- package/dist-esm/samples-dev/storageMoversListSample.js +1 -1
- package/dist-esm/samples-dev/storageMoversUpdateSample.js +3 -3
- package/dist-esm/samples-dev/storageMoversUpdateSample.js.map +1 -1
- package/dist-esm/src/lroImpl.js +1 -1
- package/dist-esm/src/models/index.d.ts +75 -4
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +16 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +6 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +541 -401
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.js +53 -53
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/agents.d.ts.map +1 -1
- package/dist-esm/src/operations/agents.js +35 -35
- package/dist-esm/src/operations/agents.js.map +1 -1
- package/dist-esm/src/operations/endpoints.d.ts.map +1 -1
- package/dist-esm/src/operations/endpoints.js +35 -35
- package/dist-esm/src/operations/endpoints.js.map +1 -1
- package/dist-esm/src/operations/jobDefinitions.d.ts +2 -1
- package/dist-esm/src/operations/jobDefinitions.d.ts.map +1 -1
- package/dist-esm/src/operations/jobDefinitions.js +53 -52
- package/dist-esm/src/operations/jobDefinitions.js.map +1 -1
- package/dist-esm/src/operations/jobRuns.js +19 -19
- package/dist-esm/src/operations/jobRuns.js.map +1 -1
- package/dist-esm/src/operations/operations.js +9 -9
- package/dist-esm/src/operations/projects.d.ts.map +1 -1
- package/dist-esm/src/operations/projects.js +35 -35
- package/dist-esm/src/operations/projects.js.map +1 -1
- package/dist-esm/src/operations/storageMovers.d.ts.map +1 -1
- package/dist-esm/src/operations/storageMovers.js +45 -45
- package/dist-esm/src/operations/storageMovers.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/jobDefinitions.d.ts +2 -1
- package/dist-esm/src/operationsInterfaces/jobDefinitions.d.ts.map +1 -1
- package/dist-esm/src/storageMoverClient.d.ts.map +1 -1
- package/dist-esm/src/storageMoverClient.js +9 -9
- package/dist-esm/src/storageMoverClient.js.map +1 -1
- package/dist-esm/test/storagemover_operations_test.spec.d.ts.map +1 -1
- package/dist-esm/test/storagemover_operations_test.spec.js +6 -2
- package/dist-esm/test/storagemover_operations_test.spec.js.map +1 -1
- package/package.json +8 -8
- package/review/arm-storagemover.api.md +50 -0
- package/src/lroImpl.ts +3 -3
- package/src/models/index.ts +100 -13
- package/src/models/mappers.ts +636 -474
- package/src/models/parameters.ts +54 -54
- package/src/operations/agents.ts +68 -74
- package/src/operations/endpoints.ts +68 -74
- package/src/operations/jobDefinitions.ts +93 -100
- package/src/operations/jobRuns.ts +36 -38
- package/src/operations/operations.ts +16 -16
- package/src/operations/projects.ts +68 -74
- package/src/operations/storageMovers.ts +83 -90
- package/src/operationsInterfaces/agents.ts +7 -7
- package/src/operationsInterfaces/endpoints.ts +7 -7
- package/src/operationsInterfaces/jobDefinitions.ts +11 -10
- package/src/operationsInterfaces/jobRuns.ts +3 -3
- package/src/operationsInterfaces/operations.ts +1 -1
- package/src/operationsInterfaces/projects.ts +7 -7
- package/src/operationsInterfaces/storageMovers.ts +8 -8
- package/src/pagingHelper.ts +1 -1
- package/src/storageMoverClient.ts +18 -17
- package/types/arm-storagemover.d.ts +86 -5
- package/types/tsdoc-metadata.json +1 -1
package/src/models/mappers.ts
CHANGED
|
@@ -21,20 +21,20 @@ export const OperationListResult: coreClient.CompositeMapper = {
|
|
|
21
21
|
element: {
|
|
22
22
|
type: {
|
|
23
23
|
name: "Composite",
|
|
24
|
-
className: "Operation"
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
}
|
|
24
|
+
className: "Operation",
|
|
25
|
+
},
|
|
26
|
+
},
|
|
27
|
+
},
|
|
28
28
|
},
|
|
29
29
|
nextLink: {
|
|
30
30
|
serializedName: "nextLink",
|
|
31
31
|
readOnly: true,
|
|
32
32
|
type: {
|
|
33
|
-
name: "String"
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
}
|
|
33
|
+
name: "String",
|
|
34
|
+
},
|
|
35
|
+
},
|
|
36
|
+
},
|
|
37
|
+
},
|
|
38
38
|
};
|
|
39
39
|
|
|
40
40
|
export const Operation: coreClient.CompositeMapper = {
|
|
@@ -46,39 +46,39 @@ export const Operation: coreClient.CompositeMapper = {
|
|
|
46
46
|
serializedName: "name",
|
|
47
47
|
readOnly: true,
|
|
48
48
|
type: {
|
|
49
|
-
name: "String"
|
|
50
|
-
}
|
|
49
|
+
name: "String",
|
|
50
|
+
},
|
|
51
51
|
},
|
|
52
52
|
isDataAction: {
|
|
53
53
|
serializedName: "isDataAction",
|
|
54
54
|
readOnly: true,
|
|
55
55
|
type: {
|
|
56
|
-
name: "Boolean"
|
|
57
|
-
}
|
|
56
|
+
name: "Boolean",
|
|
57
|
+
},
|
|
58
58
|
},
|
|
59
59
|
display: {
|
|
60
60
|
serializedName: "display",
|
|
61
61
|
type: {
|
|
62
62
|
name: "Composite",
|
|
63
|
-
className: "OperationDisplay"
|
|
64
|
-
}
|
|
63
|
+
className: "OperationDisplay",
|
|
64
|
+
},
|
|
65
65
|
},
|
|
66
66
|
origin: {
|
|
67
67
|
serializedName: "origin",
|
|
68
68
|
readOnly: true,
|
|
69
69
|
type: {
|
|
70
|
-
name: "String"
|
|
71
|
-
}
|
|
70
|
+
name: "String",
|
|
71
|
+
},
|
|
72
72
|
},
|
|
73
73
|
actionType: {
|
|
74
74
|
serializedName: "actionType",
|
|
75
75
|
readOnly: true,
|
|
76
76
|
type: {
|
|
77
|
-
name: "String"
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
}
|
|
77
|
+
name: "String",
|
|
78
|
+
},
|
|
79
|
+
},
|
|
80
|
+
},
|
|
81
|
+
},
|
|
82
82
|
};
|
|
83
83
|
|
|
84
84
|
export const OperationDisplay: coreClient.CompositeMapper = {
|
|
@@ -90,32 +90,32 @@ export const OperationDisplay: coreClient.CompositeMapper = {
|
|
|
90
90
|
serializedName: "provider",
|
|
91
91
|
readOnly: true,
|
|
92
92
|
type: {
|
|
93
|
-
name: "String"
|
|
94
|
-
}
|
|
93
|
+
name: "String",
|
|
94
|
+
},
|
|
95
95
|
},
|
|
96
96
|
resource: {
|
|
97
97
|
serializedName: "resource",
|
|
98
98
|
readOnly: true,
|
|
99
99
|
type: {
|
|
100
|
-
name: "String"
|
|
101
|
-
}
|
|
100
|
+
name: "String",
|
|
101
|
+
},
|
|
102
102
|
},
|
|
103
103
|
operation: {
|
|
104
104
|
serializedName: "operation",
|
|
105
105
|
readOnly: true,
|
|
106
106
|
type: {
|
|
107
|
-
name: "String"
|
|
108
|
-
}
|
|
107
|
+
name: "String",
|
|
108
|
+
},
|
|
109
109
|
},
|
|
110
110
|
description: {
|
|
111
111
|
serializedName: "description",
|
|
112
112
|
readOnly: true,
|
|
113
113
|
type: {
|
|
114
|
-
name: "String"
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
}
|
|
114
|
+
name: "String",
|
|
115
|
+
},
|
|
116
|
+
},
|
|
117
|
+
},
|
|
118
|
+
},
|
|
119
119
|
};
|
|
120
120
|
|
|
121
121
|
export const ErrorResponse: coreClient.CompositeMapper = {
|
|
@@ -127,11 +127,11 @@ export const ErrorResponse: coreClient.CompositeMapper = {
|
|
|
127
127
|
serializedName: "error",
|
|
128
128
|
type: {
|
|
129
129
|
name: "Composite",
|
|
130
|
-
className: "ErrorDetail"
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
}
|
|
130
|
+
className: "ErrorDetail",
|
|
131
|
+
},
|
|
132
|
+
},
|
|
133
|
+
},
|
|
134
|
+
},
|
|
135
135
|
};
|
|
136
136
|
|
|
137
137
|
export const ErrorDetail: coreClient.CompositeMapper = {
|
|
@@ -143,22 +143,22 @@ export const ErrorDetail: coreClient.CompositeMapper = {
|
|
|
143
143
|
serializedName: "code",
|
|
144
144
|
readOnly: true,
|
|
145
145
|
type: {
|
|
146
|
-
name: "String"
|
|
147
|
-
}
|
|
146
|
+
name: "String",
|
|
147
|
+
},
|
|
148
148
|
},
|
|
149
149
|
message: {
|
|
150
150
|
serializedName: "message",
|
|
151
151
|
readOnly: true,
|
|
152
152
|
type: {
|
|
153
|
-
name: "String"
|
|
154
|
-
}
|
|
153
|
+
name: "String",
|
|
154
|
+
},
|
|
155
155
|
},
|
|
156
156
|
target: {
|
|
157
157
|
serializedName: "target",
|
|
158
158
|
readOnly: true,
|
|
159
159
|
type: {
|
|
160
|
-
name: "String"
|
|
161
|
-
}
|
|
160
|
+
name: "String",
|
|
161
|
+
},
|
|
162
162
|
},
|
|
163
163
|
details: {
|
|
164
164
|
serializedName: "details",
|
|
@@ -168,10 +168,10 @@ export const ErrorDetail: coreClient.CompositeMapper = {
|
|
|
168
168
|
element: {
|
|
169
169
|
type: {
|
|
170
170
|
name: "Composite",
|
|
171
|
-
className: "ErrorDetail"
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
}
|
|
171
|
+
className: "ErrorDetail",
|
|
172
|
+
},
|
|
173
|
+
},
|
|
174
|
+
},
|
|
175
175
|
},
|
|
176
176
|
additionalInfo: {
|
|
177
177
|
serializedName: "additionalInfo",
|
|
@@ -181,13 +181,13 @@ export const ErrorDetail: coreClient.CompositeMapper = {
|
|
|
181
181
|
element: {
|
|
182
182
|
type: {
|
|
183
183
|
name: "Composite",
|
|
184
|
-
className: "ErrorAdditionalInfo"
|
|
185
|
-
}
|
|
186
|
-
}
|
|
187
|
-
}
|
|
188
|
-
}
|
|
189
|
-
}
|
|
190
|
-
}
|
|
184
|
+
className: "ErrorAdditionalInfo",
|
|
185
|
+
},
|
|
186
|
+
},
|
|
187
|
+
},
|
|
188
|
+
},
|
|
189
|
+
},
|
|
190
|
+
},
|
|
191
191
|
};
|
|
192
192
|
|
|
193
193
|
export const ErrorAdditionalInfo: coreClient.CompositeMapper = {
|
|
@@ -199,19 +199,19 @@ export const ErrorAdditionalInfo: coreClient.CompositeMapper = {
|
|
|
199
199
|
serializedName: "type",
|
|
200
200
|
readOnly: true,
|
|
201
201
|
type: {
|
|
202
|
-
name: "String"
|
|
203
|
-
}
|
|
202
|
+
name: "String",
|
|
203
|
+
},
|
|
204
204
|
},
|
|
205
205
|
info: {
|
|
206
206
|
serializedName: "info",
|
|
207
207
|
readOnly: true,
|
|
208
208
|
type: {
|
|
209
209
|
name: "Dictionary",
|
|
210
|
-
value: { type: { name: "any" } }
|
|
211
|
-
}
|
|
212
|
-
}
|
|
213
|
-
}
|
|
214
|
-
}
|
|
210
|
+
value: { type: { name: "any" } },
|
|
211
|
+
},
|
|
212
|
+
},
|
|
213
|
+
},
|
|
214
|
+
},
|
|
215
215
|
};
|
|
216
216
|
|
|
217
217
|
export const StorageMoverList: coreClient.CompositeMapper = {
|
|
@@ -227,20 +227,20 @@ export const StorageMoverList: coreClient.CompositeMapper = {
|
|
|
227
227
|
element: {
|
|
228
228
|
type: {
|
|
229
229
|
name: "Composite",
|
|
230
|
-
className: "StorageMover"
|
|
231
|
-
}
|
|
232
|
-
}
|
|
233
|
-
}
|
|
230
|
+
className: "StorageMover",
|
|
231
|
+
},
|
|
232
|
+
},
|
|
233
|
+
},
|
|
234
234
|
},
|
|
235
235
|
nextLink: {
|
|
236
236
|
serializedName: "nextLink",
|
|
237
237
|
readOnly: true,
|
|
238
238
|
type: {
|
|
239
|
-
name: "String"
|
|
240
|
-
}
|
|
241
|
-
}
|
|
242
|
-
}
|
|
243
|
-
}
|
|
239
|
+
name: "String",
|
|
240
|
+
},
|
|
241
|
+
},
|
|
242
|
+
},
|
|
243
|
+
},
|
|
244
244
|
};
|
|
245
245
|
|
|
246
246
|
export const Resource: coreClient.CompositeMapper = {
|
|
@@ -252,32 +252,32 @@ export const Resource: coreClient.CompositeMapper = {
|
|
|
252
252
|
serializedName: "id",
|
|
253
253
|
readOnly: true,
|
|
254
254
|
type: {
|
|
255
|
-
name: "String"
|
|
256
|
-
}
|
|
255
|
+
name: "String",
|
|
256
|
+
},
|
|
257
257
|
},
|
|
258
258
|
name: {
|
|
259
259
|
serializedName: "name",
|
|
260
260
|
readOnly: true,
|
|
261
261
|
type: {
|
|
262
|
-
name: "String"
|
|
263
|
-
}
|
|
262
|
+
name: "String",
|
|
263
|
+
},
|
|
264
264
|
},
|
|
265
265
|
type: {
|
|
266
266
|
serializedName: "type",
|
|
267
267
|
readOnly: true,
|
|
268
268
|
type: {
|
|
269
|
-
name: "String"
|
|
270
|
-
}
|
|
269
|
+
name: "String",
|
|
270
|
+
},
|
|
271
271
|
},
|
|
272
272
|
systemData: {
|
|
273
273
|
serializedName: "systemData",
|
|
274
274
|
type: {
|
|
275
275
|
name: "Composite",
|
|
276
|
-
className: "SystemData"
|
|
277
|
-
}
|
|
278
|
-
}
|
|
279
|
-
}
|
|
280
|
-
}
|
|
276
|
+
className: "SystemData",
|
|
277
|
+
},
|
|
278
|
+
},
|
|
279
|
+
},
|
|
280
|
+
},
|
|
281
281
|
};
|
|
282
282
|
|
|
283
283
|
export const SystemData: coreClient.CompositeMapper = {
|
|
@@ -288,41 +288,41 @@ export const SystemData: coreClient.CompositeMapper = {
|
|
|
288
288
|
createdBy: {
|
|
289
289
|
serializedName: "createdBy",
|
|
290
290
|
type: {
|
|
291
|
-
name: "String"
|
|
292
|
-
}
|
|
291
|
+
name: "String",
|
|
292
|
+
},
|
|
293
293
|
},
|
|
294
294
|
createdByType: {
|
|
295
295
|
serializedName: "createdByType",
|
|
296
296
|
type: {
|
|
297
|
-
name: "String"
|
|
298
|
-
}
|
|
297
|
+
name: "String",
|
|
298
|
+
},
|
|
299
299
|
},
|
|
300
300
|
createdAt: {
|
|
301
301
|
serializedName: "createdAt",
|
|
302
302
|
type: {
|
|
303
|
-
name: "DateTime"
|
|
304
|
-
}
|
|
303
|
+
name: "DateTime",
|
|
304
|
+
},
|
|
305
305
|
},
|
|
306
306
|
lastModifiedBy: {
|
|
307
307
|
serializedName: "lastModifiedBy",
|
|
308
308
|
type: {
|
|
309
|
-
name: "String"
|
|
310
|
-
}
|
|
309
|
+
name: "String",
|
|
310
|
+
},
|
|
311
311
|
},
|
|
312
312
|
lastModifiedByType: {
|
|
313
313
|
serializedName: "lastModifiedByType",
|
|
314
314
|
type: {
|
|
315
|
-
name: "String"
|
|
316
|
-
}
|
|
315
|
+
name: "String",
|
|
316
|
+
},
|
|
317
317
|
},
|
|
318
318
|
lastModifiedAt: {
|
|
319
319
|
serializedName: "lastModifiedAt",
|
|
320
320
|
type: {
|
|
321
|
-
name: "DateTime"
|
|
322
|
-
}
|
|
323
|
-
}
|
|
324
|
-
}
|
|
325
|
-
}
|
|
321
|
+
name: "DateTime",
|
|
322
|
+
},
|
|
323
|
+
},
|
|
324
|
+
},
|
|
325
|
+
},
|
|
326
326
|
};
|
|
327
327
|
|
|
328
328
|
export const StorageMoverUpdateParameters: coreClient.CompositeMapper = {
|
|
@@ -334,17 +334,17 @@ export const StorageMoverUpdateParameters: coreClient.CompositeMapper = {
|
|
|
334
334
|
serializedName: "tags",
|
|
335
335
|
type: {
|
|
336
336
|
name: "Dictionary",
|
|
337
|
-
value: { type: { name: "String" } }
|
|
338
|
-
}
|
|
337
|
+
value: { type: { name: "String" } },
|
|
338
|
+
},
|
|
339
339
|
},
|
|
340
340
|
description: {
|
|
341
341
|
serializedName: "properties.description",
|
|
342
342
|
type: {
|
|
343
|
-
name: "String"
|
|
344
|
-
}
|
|
345
|
-
}
|
|
346
|
-
}
|
|
347
|
-
}
|
|
343
|
+
name: "String",
|
|
344
|
+
},
|
|
345
|
+
},
|
|
346
|
+
},
|
|
347
|
+
},
|
|
348
348
|
};
|
|
349
349
|
|
|
350
350
|
export const AgentList: coreClient.CompositeMapper = {
|
|
@@ -360,20 +360,111 @@ export const AgentList: coreClient.CompositeMapper = {
|
|
|
360
360
|
element: {
|
|
361
361
|
type: {
|
|
362
362
|
name: "Composite",
|
|
363
|
-
className: "Agent"
|
|
364
|
-
}
|
|
365
|
-
}
|
|
366
|
-
}
|
|
363
|
+
className: "Agent",
|
|
364
|
+
},
|
|
365
|
+
},
|
|
366
|
+
},
|
|
367
367
|
},
|
|
368
368
|
nextLink: {
|
|
369
369
|
serializedName: "nextLink",
|
|
370
370
|
readOnly: true,
|
|
371
371
|
type: {
|
|
372
|
-
name: "String"
|
|
373
|
-
}
|
|
374
|
-
}
|
|
375
|
-
}
|
|
376
|
-
}
|
|
372
|
+
name: "String",
|
|
373
|
+
},
|
|
374
|
+
},
|
|
375
|
+
},
|
|
376
|
+
},
|
|
377
|
+
};
|
|
378
|
+
|
|
379
|
+
export const UploadLimitSchedule: coreClient.CompositeMapper = {
|
|
380
|
+
type: {
|
|
381
|
+
name: "Composite",
|
|
382
|
+
className: "UploadLimitSchedule",
|
|
383
|
+
modelProperties: {
|
|
384
|
+
weeklyRecurrences: {
|
|
385
|
+
serializedName: "weeklyRecurrences",
|
|
386
|
+
type: {
|
|
387
|
+
name: "Sequence",
|
|
388
|
+
element: {
|
|
389
|
+
type: {
|
|
390
|
+
name: "Composite",
|
|
391
|
+
className: "UploadLimitWeeklyRecurrence",
|
|
392
|
+
},
|
|
393
|
+
},
|
|
394
|
+
},
|
|
395
|
+
},
|
|
396
|
+
},
|
|
397
|
+
},
|
|
398
|
+
};
|
|
399
|
+
|
|
400
|
+
export const Recurrence: coreClient.CompositeMapper = {
|
|
401
|
+
type: {
|
|
402
|
+
name: "Composite",
|
|
403
|
+
className: "Recurrence",
|
|
404
|
+
modelProperties: {
|
|
405
|
+
startTime: {
|
|
406
|
+
serializedName: "startTime",
|
|
407
|
+
type: {
|
|
408
|
+
name: "Composite",
|
|
409
|
+
className: "Time",
|
|
410
|
+
},
|
|
411
|
+
},
|
|
412
|
+
endTime: {
|
|
413
|
+
serializedName: "endTime",
|
|
414
|
+
type: {
|
|
415
|
+
name: "Composite",
|
|
416
|
+
className: "Time",
|
|
417
|
+
},
|
|
418
|
+
},
|
|
419
|
+
},
|
|
420
|
+
},
|
|
421
|
+
};
|
|
422
|
+
|
|
423
|
+
export const Time: coreClient.CompositeMapper = {
|
|
424
|
+
type: {
|
|
425
|
+
name: "Composite",
|
|
426
|
+
className: "Time",
|
|
427
|
+
modelProperties: {
|
|
428
|
+
hour: {
|
|
429
|
+
constraints: {
|
|
430
|
+
InclusiveMaximum: 24,
|
|
431
|
+
InclusiveMinimum: 0,
|
|
432
|
+
},
|
|
433
|
+
serializedName: "hour",
|
|
434
|
+
required: true,
|
|
435
|
+
type: {
|
|
436
|
+
name: "Number",
|
|
437
|
+
},
|
|
438
|
+
},
|
|
439
|
+
minute: {
|
|
440
|
+
defaultValue: 0,
|
|
441
|
+
serializedName: "minute",
|
|
442
|
+
type: {
|
|
443
|
+
name: "Number",
|
|
444
|
+
},
|
|
445
|
+
},
|
|
446
|
+
},
|
|
447
|
+
},
|
|
448
|
+
};
|
|
449
|
+
|
|
450
|
+
export const UploadLimit: coreClient.CompositeMapper = {
|
|
451
|
+
type: {
|
|
452
|
+
name: "Composite",
|
|
453
|
+
className: "UploadLimit",
|
|
454
|
+
modelProperties: {
|
|
455
|
+
limitInMbps: {
|
|
456
|
+
constraints: {
|
|
457
|
+
InclusiveMaximum: 2147483647,
|
|
458
|
+
InclusiveMinimum: 0,
|
|
459
|
+
},
|
|
460
|
+
serializedName: "limitInMbps",
|
|
461
|
+
required: true,
|
|
462
|
+
type: {
|
|
463
|
+
name: "Number",
|
|
464
|
+
},
|
|
465
|
+
},
|
|
466
|
+
},
|
|
467
|
+
},
|
|
377
468
|
};
|
|
378
469
|
|
|
379
470
|
export const AgentPropertiesErrorDetails: coreClient.CompositeMapper = {
|
|
@@ -384,17 +475,17 @@ export const AgentPropertiesErrorDetails: coreClient.CompositeMapper = {
|
|
|
384
475
|
code: {
|
|
385
476
|
serializedName: "code",
|
|
386
477
|
type: {
|
|
387
|
-
name: "String"
|
|
388
|
-
}
|
|
478
|
+
name: "String",
|
|
479
|
+
},
|
|
389
480
|
},
|
|
390
481
|
message: {
|
|
391
482
|
serializedName: "message",
|
|
392
483
|
type: {
|
|
393
|
-
name: "String"
|
|
394
|
-
}
|
|
395
|
-
}
|
|
396
|
-
}
|
|
397
|
-
}
|
|
484
|
+
name: "String",
|
|
485
|
+
},
|
|
486
|
+
},
|
|
487
|
+
},
|
|
488
|
+
},
|
|
398
489
|
};
|
|
399
490
|
|
|
400
491
|
export const AgentUpdateParameters: coreClient.CompositeMapper = {
|
|
@@ -405,11 +496,18 @@ export const AgentUpdateParameters: coreClient.CompositeMapper = {
|
|
|
405
496
|
description: {
|
|
406
497
|
serializedName: "properties.description",
|
|
407
498
|
type: {
|
|
408
|
-
name: "String"
|
|
409
|
-
}
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
|
|
499
|
+
name: "String",
|
|
500
|
+
},
|
|
501
|
+
},
|
|
502
|
+
uploadLimitSchedule: {
|
|
503
|
+
serializedName: "properties.uploadLimitSchedule",
|
|
504
|
+
type: {
|
|
505
|
+
name: "Composite",
|
|
506
|
+
className: "UploadLimitSchedule",
|
|
507
|
+
},
|
|
508
|
+
},
|
|
509
|
+
},
|
|
510
|
+
},
|
|
413
511
|
};
|
|
414
512
|
|
|
415
513
|
export const EndpointList: coreClient.CompositeMapper = {
|
|
@@ -425,20 +523,20 @@ export const EndpointList: coreClient.CompositeMapper = {
|
|
|
425
523
|
element: {
|
|
426
524
|
type: {
|
|
427
525
|
name: "Composite",
|
|
428
|
-
className: "Endpoint"
|
|
429
|
-
}
|
|
430
|
-
}
|
|
431
|
-
}
|
|
526
|
+
className: "Endpoint",
|
|
527
|
+
},
|
|
528
|
+
},
|
|
529
|
+
},
|
|
432
530
|
},
|
|
433
531
|
nextLink: {
|
|
434
532
|
serializedName: "nextLink",
|
|
435
533
|
readOnly: true,
|
|
436
534
|
type: {
|
|
437
|
-
name: "String"
|
|
438
|
-
}
|
|
439
|
-
}
|
|
440
|
-
}
|
|
441
|
-
}
|
|
535
|
+
name: "String",
|
|
536
|
+
},
|
|
537
|
+
},
|
|
538
|
+
},
|
|
539
|
+
},
|
|
442
540
|
};
|
|
443
541
|
|
|
444
542
|
export const EndpointBaseProperties: coreClient.CompositeMapper = {
|
|
@@ -448,31 +546,31 @@ export const EndpointBaseProperties: coreClient.CompositeMapper = {
|
|
|
448
546
|
uberParent: "EndpointBaseProperties",
|
|
449
547
|
polymorphicDiscriminator: {
|
|
450
548
|
serializedName: "endpointType",
|
|
451
|
-
clientName: "endpointType"
|
|
549
|
+
clientName: "endpointType",
|
|
452
550
|
},
|
|
453
551
|
modelProperties: {
|
|
454
552
|
endpointType: {
|
|
455
553
|
serializedName: "endpointType",
|
|
456
554
|
required: true,
|
|
457
555
|
type: {
|
|
458
|
-
name: "String"
|
|
459
|
-
}
|
|
556
|
+
name: "String",
|
|
557
|
+
},
|
|
460
558
|
},
|
|
461
559
|
description: {
|
|
462
560
|
serializedName: "description",
|
|
463
561
|
type: {
|
|
464
|
-
name: "String"
|
|
465
|
-
}
|
|
562
|
+
name: "String",
|
|
563
|
+
},
|
|
466
564
|
},
|
|
467
565
|
provisioningState: {
|
|
468
566
|
serializedName: "provisioningState",
|
|
469
567
|
readOnly: true,
|
|
470
568
|
type: {
|
|
471
|
-
name: "String"
|
|
472
|
-
}
|
|
473
|
-
}
|
|
474
|
-
}
|
|
475
|
-
}
|
|
569
|
+
name: "String",
|
|
570
|
+
},
|
|
571
|
+
},
|
|
572
|
+
},
|
|
573
|
+
},
|
|
476
574
|
};
|
|
477
575
|
|
|
478
576
|
export const EndpointBaseUpdateParameters: coreClient.CompositeMapper = {
|
|
@@ -484,11 +582,11 @@ export const EndpointBaseUpdateParameters: coreClient.CompositeMapper = {
|
|
|
484
582
|
serializedName: "properties",
|
|
485
583
|
type: {
|
|
486
584
|
name: "Composite",
|
|
487
|
-
className: "EndpointBaseUpdateProperties"
|
|
488
|
-
}
|
|
489
|
-
}
|
|
490
|
-
}
|
|
491
|
-
}
|
|
585
|
+
className: "EndpointBaseUpdateProperties",
|
|
586
|
+
},
|
|
587
|
+
},
|
|
588
|
+
},
|
|
589
|
+
},
|
|
492
590
|
};
|
|
493
591
|
|
|
494
592
|
export const EndpointBaseUpdateProperties: coreClient.CompositeMapper = {
|
|
@@ -498,24 +596,24 @@ export const EndpointBaseUpdateProperties: coreClient.CompositeMapper = {
|
|
|
498
596
|
uberParent: "EndpointBaseUpdateProperties",
|
|
499
597
|
polymorphicDiscriminator: {
|
|
500
598
|
serializedName: "endpointType",
|
|
501
|
-
clientName: "endpointType"
|
|
599
|
+
clientName: "endpointType",
|
|
502
600
|
},
|
|
503
601
|
modelProperties: {
|
|
504
602
|
endpointType: {
|
|
505
603
|
serializedName: "endpointType",
|
|
506
604
|
required: true,
|
|
507
605
|
type: {
|
|
508
|
-
name: "String"
|
|
509
|
-
}
|
|
606
|
+
name: "String",
|
|
607
|
+
},
|
|
510
608
|
},
|
|
511
609
|
description: {
|
|
512
610
|
serializedName: "description",
|
|
513
611
|
type: {
|
|
514
|
-
name: "String"
|
|
515
|
-
}
|
|
516
|
-
}
|
|
517
|
-
}
|
|
518
|
-
}
|
|
612
|
+
name: "String",
|
|
613
|
+
},
|
|
614
|
+
},
|
|
615
|
+
},
|
|
616
|
+
},
|
|
519
617
|
};
|
|
520
618
|
|
|
521
619
|
export const ProjectList: coreClient.CompositeMapper = {
|
|
@@ -531,20 +629,20 @@ export const ProjectList: coreClient.CompositeMapper = {
|
|
|
531
629
|
element: {
|
|
532
630
|
type: {
|
|
533
631
|
name: "Composite",
|
|
534
|
-
className: "Project"
|
|
535
|
-
}
|
|
536
|
-
}
|
|
537
|
-
}
|
|
632
|
+
className: "Project",
|
|
633
|
+
},
|
|
634
|
+
},
|
|
635
|
+
},
|
|
538
636
|
},
|
|
539
637
|
nextLink: {
|
|
540
638
|
serializedName: "nextLink",
|
|
541
639
|
readOnly: true,
|
|
542
640
|
type: {
|
|
543
|
-
name: "String"
|
|
544
|
-
}
|
|
545
|
-
}
|
|
546
|
-
}
|
|
547
|
-
}
|
|
641
|
+
name: "String",
|
|
642
|
+
},
|
|
643
|
+
},
|
|
644
|
+
},
|
|
645
|
+
},
|
|
548
646
|
};
|
|
549
647
|
|
|
550
648
|
export const ProjectUpdateParameters: coreClient.CompositeMapper = {
|
|
@@ -555,11 +653,11 @@ export const ProjectUpdateParameters: coreClient.CompositeMapper = {
|
|
|
555
653
|
description: {
|
|
556
654
|
serializedName: "properties.description",
|
|
557
655
|
type: {
|
|
558
|
-
name: "String"
|
|
559
|
-
}
|
|
560
|
-
}
|
|
561
|
-
}
|
|
562
|
-
}
|
|
656
|
+
name: "String",
|
|
657
|
+
},
|
|
658
|
+
},
|
|
659
|
+
},
|
|
660
|
+
},
|
|
563
661
|
};
|
|
564
662
|
|
|
565
663
|
export const JobDefinitionList: coreClient.CompositeMapper = {
|
|
@@ -575,20 +673,20 @@ export const JobDefinitionList: coreClient.CompositeMapper = {
|
|
|
575
673
|
element: {
|
|
576
674
|
type: {
|
|
577
675
|
name: "Composite",
|
|
578
|
-
className: "JobDefinition"
|
|
579
|
-
}
|
|
580
|
-
}
|
|
581
|
-
}
|
|
676
|
+
className: "JobDefinition",
|
|
677
|
+
},
|
|
678
|
+
},
|
|
679
|
+
},
|
|
582
680
|
},
|
|
583
681
|
nextLink: {
|
|
584
682
|
serializedName: "nextLink",
|
|
585
683
|
readOnly: true,
|
|
586
684
|
type: {
|
|
587
|
-
name: "String"
|
|
588
|
-
}
|
|
589
|
-
}
|
|
590
|
-
}
|
|
591
|
-
}
|
|
685
|
+
name: "String",
|
|
686
|
+
},
|
|
687
|
+
},
|
|
688
|
+
},
|
|
689
|
+
},
|
|
592
690
|
};
|
|
593
691
|
|
|
594
692
|
export const JobDefinitionUpdateParameters: coreClient.CompositeMapper = {
|
|
@@ -599,23 +697,23 @@ export const JobDefinitionUpdateParameters: coreClient.CompositeMapper = {
|
|
|
599
697
|
description: {
|
|
600
698
|
serializedName: "properties.description",
|
|
601
699
|
type: {
|
|
602
|
-
name: "String"
|
|
603
|
-
}
|
|
700
|
+
name: "String",
|
|
701
|
+
},
|
|
604
702
|
},
|
|
605
703
|
copyMode: {
|
|
606
704
|
serializedName: "properties.copyMode",
|
|
607
705
|
type: {
|
|
608
|
-
name: "String"
|
|
609
|
-
}
|
|
706
|
+
name: "String",
|
|
707
|
+
},
|
|
610
708
|
},
|
|
611
709
|
agentName: {
|
|
612
710
|
serializedName: "properties.agentName",
|
|
613
711
|
type: {
|
|
614
|
-
name: "String"
|
|
615
|
-
}
|
|
616
|
-
}
|
|
617
|
-
}
|
|
618
|
-
}
|
|
712
|
+
name: "String",
|
|
713
|
+
},
|
|
714
|
+
},
|
|
715
|
+
},
|
|
716
|
+
},
|
|
619
717
|
};
|
|
620
718
|
|
|
621
719
|
export const JobRunResourceId: coreClient.CompositeMapper = {
|
|
@@ -627,11 +725,11 @@ export const JobRunResourceId: coreClient.CompositeMapper = {
|
|
|
627
725
|
serializedName: "jobRunResourceId",
|
|
628
726
|
readOnly: true,
|
|
629
727
|
type: {
|
|
630
|
-
name: "String"
|
|
631
|
-
}
|
|
632
|
-
}
|
|
633
|
-
}
|
|
634
|
-
}
|
|
728
|
+
name: "String",
|
|
729
|
+
},
|
|
730
|
+
},
|
|
731
|
+
},
|
|
732
|
+
},
|
|
635
733
|
};
|
|
636
734
|
|
|
637
735
|
export const JobRunList: coreClient.CompositeMapper = {
|
|
@@ -647,20 +745,20 @@ export const JobRunList: coreClient.CompositeMapper = {
|
|
|
647
745
|
element: {
|
|
648
746
|
type: {
|
|
649
747
|
name: "Composite",
|
|
650
|
-
className: "JobRun"
|
|
651
|
-
}
|
|
652
|
-
}
|
|
653
|
-
}
|
|
748
|
+
className: "JobRun",
|
|
749
|
+
},
|
|
750
|
+
},
|
|
751
|
+
},
|
|
654
752
|
},
|
|
655
753
|
nextLink: {
|
|
656
754
|
serializedName: "nextLink",
|
|
657
755
|
readOnly: true,
|
|
658
756
|
type: {
|
|
659
|
-
name: "String"
|
|
660
|
-
}
|
|
661
|
-
}
|
|
662
|
-
}
|
|
663
|
-
}
|
|
757
|
+
name: "String",
|
|
758
|
+
},
|
|
759
|
+
},
|
|
760
|
+
},
|
|
761
|
+
},
|
|
664
762
|
};
|
|
665
763
|
|
|
666
764
|
export const JobRunError: coreClient.CompositeMapper = {
|
|
@@ -671,23 +769,23 @@ export const JobRunError: coreClient.CompositeMapper = {
|
|
|
671
769
|
code: {
|
|
672
770
|
serializedName: "code",
|
|
673
771
|
type: {
|
|
674
|
-
name: "String"
|
|
675
|
-
}
|
|
772
|
+
name: "String",
|
|
773
|
+
},
|
|
676
774
|
},
|
|
677
775
|
message: {
|
|
678
776
|
serializedName: "message",
|
|
679
777
|
type: {
|
|
680
|
-
name: "String"
|
|
681
|
-
}
|
|
778
|
+
name: "String",
|
|
779
|
+
},
|
|
682
780
|
},
|
|
683
781
|
target: {
|
|
684
782
|
serializedName: "target",
|
|
685
783
|
type: {
|
|
686
|
-
name: "String"
|
|
687
|
-
}
|
|
688
|
-
}
|
|
689
|
-
}
|
|
690
|
-
}
|
|
784
|
+
name: "String",
|
|
785
|
+
},
|
|
786
|
+
},
|
|
787
|
+
},
|
|
788
|
+
},
|
|
691
789
|
};
|
|
692
790
|
|
|
693
791
|
export const Credentials: coreClient.CompositeMapper = {
|
|
@@ -697,18 +795,18 @@ export const Credentials: coreClient.CompositeMapper = {
|
|
|
697
795
|
uberParent: "Credentials",
|
|
698
796
|
polymorphicDiscriminator: {
|
|
699
797
|
serializedName: "type",
|
|
700
|
-
clientName: "type"
|
|
798
|
+
clientName: "type",
|
|
701
799
|
},
|
|
702
800
|
modelProperties: {
|
|
703
801
|
type: {
|
|
704
802
|
serializedName: "type",
|
|
705
803
|
required: true,
|
|
706
804
|
type: {
|
|
707
|
-
name: "String"
|
|
708
|
-
}
|
|
709
|
-
}
|
|
710
|
-
}
|
|
711
|
-
}
|
|
805
|
+
name: "String",
|
|
806
|
+
},
|
|
807
|
+
},
|
|
808
|
+
},
|
|
809
|
+
},
|
|
712
810
|
};
|
|
713
811
|
|
|
714
812
|
export const TrackedResource: coreClient.CompositeMapper = {
|
|
@@ -721,18 +819,18 @@ export const TrackedResource: coreClient.CompositeMapper = {
|
|
|
721
819
|
serializedName: "tags",
|
|
722
820
|
type: {
|
|
723
821
|
name: "Dictionary",
|
|
724
|
-
value: { type: { name: "String" } }
|
|
725
|
-
}
|
|
822
|
+
value: { type: { name: "String" } },
|
|
823
|
+
},
|
|
726
824
|
},
|
|
727
825
|
location: {
|
|
728
826
|
serializedName: "location",
|
|
729
827
|
required: true,
|
|
730
828
|
type: {
|
|
731
|
-
name: "String"
|
|
732
|
-
}
|
|
733
|
-
}
|
|
734
|
-
}
|
|
735
|
-
}
|
|
829
|
+
name: "String",
|
|
830
|
+
},
|
|
831
|
+
},
|
|
832
|
+
},
|
|
833
|
+
},
|
|
736
834
|
};
|
|
737
835
|
|
|
738
836
|
export const ProxyResource: coreClient.CompositeMapper = {
|
|
@@ -740,39 +838,82 @@ export const ProxyResource: coreClient.CompositeMapper = {
|
|
|
740
838
|
name: "Composite",
|
|
741
839
|
className: "ProxyResource",
|
|
742
840
|
modelProperties: {
|
|
743
|
-
...Resource.type.modelProperties
|
|
744
|
-
}
|
|
745
|
-
}
|
|
841
|
+
...Resource.type.modelProperties,
|
|
842
|
+
},
|
|
843
|
+
},
|
|
746
844
|
};
|
|
747
845
|
|
|
748
|
-
export const
|
|
749
|
-
serializedName: "AzureStorageBlobContainer",
|
|
846
|
+
export const WeeklyRecurrence: coreClient.CompositeMapper = {
|
|
750
847
|
type: {
|
|
751
848
|
name: "Composite",
|
|
752
|
-
className: "
|
|
753
|
-
uberParent: "EndpointBaseProperties",
|
|
754
|
-
polymorphicDiscriminator:
|
|
755
|
-
EndpointBaseProperties.type.polymorphicDiscriminator,
|
|
849
|
+
className: "WeeklyRecurrence",
|
|
756
850
|
modelProperties: {
|
|
757
|
-
...
|
|
758
|
-
|
|
759
|
-
serializedName: "
|
|
851
|
+
...Recurrence.type.modelProperties,
|
|
852
|
+
days: {
|
|
853
|
+
serializedName: "days",
|
|
760
854
|
required: true,
|
|
761
855
|
type: {
|
|
762
|
-
name: "
|
|
763
|
-
|
|
856
|
+
name: "Sequence",
|
|
857
|
+
element: {
|
|
858
|
+
type: {
|
|
859
|
+
name: "Enum",
|
|
860
|
+
allowedValues: [
|
|
861
|
+
"Monday",
|
|
862
|
+
"Tuesday",
|
|
863
|
+
"Wednesday",
|
|
864
|
+
"Thursday",
|
|
865
|
+
"Friday",
|
|
866
|
+
"Saturday",
|
|
867
|
+
"Sunday",
|
|
868
|
+
],
|
|
869
|
+
},
|
|
870
|
+
},
|
|
871
|
+
},
|
|
764
872
|
},
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
required: true,
|
|
768
|
-
type: {
|
|
769
|
-
name: "String"
|
|
770
|
-
}
|
|
771
|
-
}
|
|
772
|
-
}
|
|
773
|
-
}
|
|
873
|
+
},
|
|
874
|
+
},
|
|
774
875
|
};
|
|
775
876
|
|
|
877
|
+
export const UploadLimitWeeklyRecurrence: coreClient.CompositeMapper = {
|
|
878
|
+
type: {
|
|
879
|
+
name: "Composite",
|
|
880
|
+
className: "UploadLimitWeeklyRecurrence",
|
|
881
|
+
modelProperties: {
|
|
882
|
+
...WeeklyRecurrence.type.modelProperties,
|
|
883
|
+
...UploadLimit.type.modelProperties,
|
|
884
|
+
},
|
|
885
|
+
},
|
|
886
|
+
};
|
|
887
|
+
|
|
888
|
+
export const AzureStorageBlobContainerEndpointProperties: coreClient.CompositeMapper =
|
|
889
|
+
{
|
|
890
|
+
serializedName: "AzureStorageBlobContainer",
|
|
891
|
+
type: {
|
|
892
|
+
name: "Composite",
|
|
893
|
+
className: "AzureStorageBlobContainerEndpointProperties",
|
|
894
|
+
uberParent: "EndpointBaseProperties",
|
|
895
|
+
polymorphicDiscriminator:
|
|
896
|
+
EndpointBaseProperties.type.polymorphicDiscriminator,
|
|
897
|
+
modelProperties: {
|
|
898
|
+
...EndpointBaseProperties.type.modelProperties,
|
|
899
|
+
storageAccountResourceId: {
|
|
900
|
+
serializedName: "storageAccountResourceId",
|
|
901
|
+
required: true,
|
|
902
|
+
type: {
|
|
903
|
+
name: "String",
|
|
904
|
+
},
|
|
905
|
+
},
|
|
906
|
+
blobContainerName: {
|
|
907
|
+
serializedName: "blobContainerName",
|
|
908
|
+
required: true,
|
|
909
|
+
type: {
|
|
910
|
+
name: "String",
|
|
911
|
+
},
|
|
912
|
+
},
|
|
913
|
+
},
|
|
914
|
+
},
|
|
915
|
+
};
|
|
916
|
+
|
|
776
917
|
export const NfsMountEndpointProperties: coreClient.CompositeMapper = {
|
|
777
918
|
serializedName: "NfsMount",
|
|
778
919
|
type: {
|
|
@@ -787,53 +928,54 @@ export const NfsMountEndpointProperties: coreClient.CompositeMapper = {
|
|
|
787
928
|
serializedName: "host",
|
|
788
929
|
required: true,
|
|
789
930
|
type: {
|
|
790
|
-
name: "String"
|
|
791
|
-
}
|
|
931
|
+
name: "String",
|
|
932
|
+
},
|
|
792
933
|
},
|
|
793
934
|
nfsVersion: {
|
|
794
935
|
serializedName: "nfsVersion",
|
|
795
936
|
type: {
|
|
796
|
-
name: "String"
|
|
797
|
-
}
|
|
937
|
+
name: "String",
|
|
938
|
+
},
|
|
798
939
|
},
|
|
799
940
|
export: {
|
|
800
941
|
serializedName: "export",
|
|
801
942
|
required: true,
|
|
802
943
|
type: {
|
|
803
|
-
name: "String"
|
|
804
|
-
}
|
|
805
|
-
}
|
|
806
|
-
}
|
|
807
|
-
}
|
|
944
|
+
name: "String",
|
|
945
|
+
},
|
|
946
|
+
},
|
|
947
|
+
},
|
|
948
|
+
},
|
|
808
949
|
};
|
|
809
950
|
|
|
810
|
-
export const AzureStorageSmbFileShareEndpointProperties: coreClient.CompositeMapper =
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
951
|
+
export const AzureStorageSmbFileShareEndpointProperties: coreClient.CompositeMapper =
|
|
952
|
+
{
|
|
953
|
+
serializedName: "AzureStorageSmbFileShare",
|
|
954
|
+
type: {
|
|
955
|
+
name: "Composite",
|
|
956
|
+
className: "AzureStorageSmbFileShareEndpointProperties",
|
|
957
|
+
uberParent: "EndpointBaseProperties",
|
|
958
|
+
polymorphicDiscriminator:
|
|
959
|
+
EndpointBaseProperties.type.polymorphicDiscriminator,
|
|
960
|
+
modelProperties: {
|
|
961
|
+
...EndpointBaseProperties.type.modelProperties,
|
|
962
|
+
storageAccountResourceId: {
|
|
963
|
+
serializedName: "storageAccountResourceId",
|
|
964
|
+
required: true,
|
|
965
|
+
type: {
|
|
966
|
+
name: "String",
|
|
967
|
+
},
|
|
968
|
+
},
|
|
969
|
+
fileShareName: {
|
|
970
|
+
serializedName: "fileShareName",
|
|
971
|
+
required: true,
|
|
972
|
+
type: {
|
|
973
|
+
name: "String",
|
|
974
|
+
},
|
|
975
|
+
},
|
|
826
976
|
},
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
required: true,
|
|
830
|
-
type: {
|
|
831
|
-
name: "String"
|
|
832
|
-
}
|
|
833
|
-
}
|
|
834
|
-
}
|
|
835
|
-
}
|
|
836
|
-
};
|
|
977
|
+
},
|
|
978
|
+
};
|
|
837
979
|
|
|
838
980
|
export const SmbMountEndpointProperties: coreClient.CompositeMapper = {
|
|
839
981
|
serializedName: "SmbMount",
|
|
@@ -849,40 +991,41 @@ export const SmbMountEndpointProperties: coreClient.CompositeMapper = {
|
|
|
849
991
|
serializedName: "host",
|
|
850
992
|
required: true,
|
|
851
993
|
type: {
|
|
852
|
-
name: "String"
|
|
853
|
-
}
|
|
994
|
+
name: "String",
|
|
995
|
+
},
|
|
854
996
|
},
|
|
855
997
|
shareName: {
|
|
856
998
|
serializedName: "shareName",
|
|
857
999
|
required: true,
|
|
858
1000
|
type: {
|
|
859
|
-
name: "String"
|
|
860
|
-
}
|
|
1001
|
+
name: "String",
|
|
1002
|
+
},
|
|
861
1003
|
},
|
|
862
1004
|
credentials: {
|
|
863
1005
|
serializedName: "credentials",
|
|
864
1006
|
type: {
|
|
865
1007
|
name: "Composite",
|
|
866
|
-
className: "AzureKeyVaultSmbCredentials"
|
|
867
|
-
}
|
|
868
|
-
}
|
|
869
|
-
}
|
|
870
|
-
}
|
|
1008
|
+
className: "AzureKeyVaultSmbCredentials",
|
|
1009
|
+
},
|
|
1010
|
+
},
|
|
1011
|
+
},
|
|
1012
|
+
},
|
|
871
1013
|
};
|
|
872
1014
|
|
|
873
|
-
export const AzureStorageBlobContainerEndpointUpdateProperties: coreClient.CompositeMapper =
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
}
|
|
1015
|
+
export const AzureStorageBlobContainerEndpointUpdateProperties: coreClient.CompositeMapper =
|
|
1016
|
+
{
|
|
1017
|
+
serializedName: "AzureStorageBlobContainer",
|
|
1018
|
+
type: {
|
|
1019
|
+
name: "Composite",
|
|
1020
|
+
className: "AzureStorageBlobContainerEndpointUpdateProperties",
|
|
1021
|
+
uberParent: "EndpointBaseUpdateProperties",
|
|
1022
|
+
polymorphicDiscriminator:
|
|
1023
|
+
EndpointBaseUpdateProperties.type.polymorphicDiscriminator,
|
|
1024
|
+
modelProperties: {
|
|
1025
|
+
...EndpointBaseUpdateProperties.type.modelProperties,
|
|
1026
|
+
},
|
|
1027
|
+
},
|
|
1028
|
+
};
|
|
886
1029
|
|
|
887
1030
|
export const NfsMountEndpointUpdateProperties: coreClient.CompositeMapper = {
|
|
888
1031
|
serializedName: "NfsMount",
|
|
@@ -893,24 +1036,25 @@ export const NfsMountEndpointUpdateProperties: coreClient.CompositeMapper = {
|
|
|
893
1036
|
polymorphicDiscriminator:
|
|
894
1037
|
EndpointBaseUpdateProperties.type.polymorphicDiscriminator,
|
|
895
1038
|
modelProperties: {
|
|
896
|
-
...EndpointBaseUpdateProperties.type.modelProperties
|
|
897
|
-
}
|
|
898
|
-
}
|
|
1039
|
+
...EndpointBaseUpdateProperties.type.modelProperties,
|
|
1040
|
+
},
|
|
1041
|
+
},
|
|
899
1042
|
};
|
|
900
1043
|
|
|
901
|
-
export const AzureStorageSmbFileShareEndpointUpdateProperties: coreClient.CompositeMapper =
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
}
|
|
1044
|
+
export const AzureStorageSmbFileShareEndpointUpdateProperties: coreClient.CompositeMapper =
|
|
1045
|
+
{
|
|
1046
|
+
serializedName: "AzureStorageSmbFileShare",
|
|
1047
|
+
type: {
|
|
1048
|
+
name: "Composite",
|
|
1049
|
+
className: "AzureStorageSmbFileShareEndpointUpdateProperties",
|
|
1050
|
+
uberParent: "EndpointBaseUpdateProperties",
|
|
1051
|
+
polymorphicDiscriminator:
|
|
1052
|
+
EndpointBaseUpdateProperties.type.polymorphicDiscriminator,
|
|
1053
|
+
modelProperties: {
|
|
1054
|
+
...EndpointBaseUpdateProperties.type.modelProperties,
|
|
1055
|
+
},
|
|
1056
|
+
},
|
|
1057
|
+
};
|
|
914
1058
|
|
|
915
1059
|
export const SmbMountEndpointUpdateProperties: coreClient.CompositeMapper = {
|
|
916
1060
|
serializedName: "SmbMount",
|
|
@@ -926,11 +1070,11 @@ export const SmbMountEndpointUpdateProperties: coreClient.CompositeMapper = {
|
|
|
926
1070
|
serializedName: "credentials",
|
|
927
1071
|
type: {
|
|
928
1072
|
name: "Composite",
|
|
929
|
-
className: "AzureKeyVaultSmbCredentials"
|
|
930
|
-
}
|
|
931
|
-
}
|
|
932
|
-
}
|
|
933
|
-
}
|
|
1073
|
+
className: "AzureKeyVaultSmbCredentials",
|
|
1074
|
+
},
|
|
1075
|
+
},
|
|
1076
|
+
},
|
|
1077
|
+
},
|
|
934
1078
|
};
|
|
935
1079
|
|
|
936
1080
|
export const AzureKeyVaultSmbCredentials: coreClient.CompositeMapper = {
|
|
@@ -945,17 +1089,17 @@ export const AzureKeyVaultSmbCredentials: coreClient.CompositeMapper = {
|
|
|
945
1089
|
usernameUri: {
|
|
946
1090
|
serializedName: "usernameUri",
|
|
947
1091
|
type: {
|
|
948
|
-
name: "String"
|
|
949
|
-
}
|
|
1092
|
+
name: "String",
|
|
1093
|
+
},
|
|
950
1094
|
},
|
|
951
1095
|
passwordUri: {
|
|
952
1096
|
serializedName: "passwordUri",
|
|
953
1097
|
type: {
|
|
954
|
-
name: "String"
|
|
955
|
-
}
|
|
956
|
-
}
|
|
957
|
-
}
|
|
958
|
-
}
|
|
1098
|
+
name: "String",
|
|
1099
|
+
},
|
|
1100
|
+
},
|
|
1101
|
+
},
|
|
1102
|
+
},
|
|
959
1103
|
};
|
|
960
1104
|
|
|
961
1105
|
export const StorageMover: coreClient.CompositeMapper = {
|
|
@@ -967,18 +1111,18 @@ export const StorageMover: coreClient.CompositeMapper = {
|
|
|
967
1111
|
description: {
|
|
968
1112
|
serializedName: "properties.description",
|
|
969
1113
|
type: {
|
|
970
|
-
name: "String"
|
|
971
|
-
}
|
|
1114
|
+
name: "String",
|
|
1115
|
+
},
|
|
972
1116
|
},
|
|
973
1117
|
provisioningState: {
|
|
974
1118
|
serializedName: "properties.provisioningState",
|
|
975
1119
|
readOnly: true,
|
|
976
1120
|
type: {
|
|
977
|
-
name: "String"
|
|
978
|
-
}
|
|
979
|
-
}
|
|
980
|
-
}
|
|
981
|
-
}
|
|
1121
|
+
name: "String",
|
|
1122
|
+
},
|
|
1123
|
+
},
|
|
1124
|
+
},
|
|
1125
|
+
},
|
|
982
1126
|
};
|
|
983
1127
|
|
|
984
1128
|
export const Agent: coreClient.CompositeMapper = {
|
|
@@ -990,88 +1134,102 @@ export const Agent: coreClient.CompositeMapper = {
|
|
|
990
1134
|
description: {
|
|
991
1135
|
serializedName: "properties.description",
|
|
992
1136
|
type: {
|
|
993
|
-
name: "String"
|
|
994
|
-
}
|
|
1137
|
+
name: "String",
|
|
1138
|
+
},
|
|
995
1139
|
},
|
|
996
1140
|
agentVersion: {
|
|
997
1141
|
serializedName: "properties.agentVersion",
|
|
998
1142
|
readOnly: true,
|
|
999
1143
|
type: {
|
|
1000
|
-
name: "String"
|
|
1001
|
-
}
|
|
1144
|
+
name: "String",
|
|
1145
|
+
},
|
|
1002
1146
|
},
|
|
1003
1147
|
arcResourceId: {
|
|
1004
1148
|
serializedName: "properties.arcResourceId",
|
|
1005
1149
|
required: true,
|
|
1006
1150
|
type: {
|
|
1007
|
-
name: "String"
|
|
1008
|
-
}
|
|
1151
|
+
name: "String",
|
|
1152
|
+
},
|
|
1009
1153
|
},
|
|
1010
1154
|
arcVmUuid: {
|
|
1011
1155
|
serializedName: "properties.arcVmUuid",
|
|
1012
1156
|
required: true,
|
|
1013
1157
|
type: {
|
|
1014
|
-
name: "String"
|
|
1015
|
-
}
|
|
1158
|
+
name: "String",
|
|
1159
|
+
},
|
|
1016
1160
|
},
|
|
1017
1161
|
agentStatus: {
|
|
1018
1162
|
serializedName: "properties.agentStatus",
|
|
1019
1163
|
readOnly: true,
|
|
1020
1164
|
type: {
|
|
1021
|
-
name: "String"
|
|
1022
|
-
}
|
|
1165
|
+
name: "String",
|
|
1166
|
+
},
|
|
1023
1167
|
},
|
|
1024
1168
|
lastStatusUpdate: {
|
|
1025
1169
|
serializedName: "properties.lastStatusUpdate",
|
|
1026
1170
|
readOnly: true,
|
|
1027
1171
|
type: {
|
|
1028
|
-
name: "DateTime"
|
|
1029
|
-
}
|
|
1172
|
+
name: "DateTime",
|
|
1173
|
+
},
|
|
1030
1174
|
},
|
|
1031
1175
|
localIPAddress: {
|
|
1032
1176
|
serializedName: "properties.localIPAddress",
|
|
1033
1177
|
readOnly: true,
|
|
1034
1178
|
type: {
|
|
1035
|
-
name: "String"
|
|
1036
|
-
}
|
|
1179
|
+
name: "String",
|
|
1180
|
+
},
|
|
1037
1181
|
},
|
|
1038
1182
|
memoryInMB: {
|
|
1039
1183
|
serializedName: "properties.memoryInMB",
|
|
1040
1184
|
readOnly: true,
|
|
1041
1185
|
type: {
|
|
1042
|
-
name: "Number"
|
|
1043
|
-
}
|
|
1186
|
+
name: "Number",
|
|
1187
|
+
},
|
|
1044
1188
|
},
|
|
1045
1189
|
numberOfCores: {
|
|
1046
1190
|
serializedName: "properties.numberOfCores",
|
|
1047
1191
|
readOnly: true,
|
|
1048
1192
|
type: {
|
|
1049
|
-
name: "Number"
|
|
1050
|
-
}
|
|
1193
|
+
name: "Number",
|
|
1194
|
+
},
|
|
1051
1195
|
},
|
|
1052
1196
|
uptimeInSeconds: {
|
|
1053
1197
|
serializedName: "properties.uptimeInSeconds",
|
|
1054
1198
|
readOnly: true,
|
|
1055
1199
|
type: {
|
|
1056
|
-
name: "Number"
|
|
1057
|
-
}
|
|
1200
|
+
name: "Number",
|
|
1201
|
+
},
|
|
1202
|
+
},
|
|
1203
|
+
timeZone: {
|
|
1204
|
+
serializedName: "properties.timeZone",
|
|
1205
|
+
readOnly: true,
|
|
1206
|
+
type: {
|
|
1207
|
+
name: "String",
|
|
1208
|
+
},
|
|
1209
|
+
},
|
|
1210
|
+
uploadLimitSchedule: {
|
|
1211
|
+
serializedName: "properties.uploadLimitSchedule",
|
|
1212
|
+
type: {
|
|
1213
|
+
name: "Composite",
|
|
1214
|
+
className: "UploadLimitSchedule",
|
|
1215
|
+
},
|
|
1058
1216
|
},
|
|
1059
1217
|
errorDetails: {
|
|
1060
1218
|
serializedName: "properties.errorDetails",
|
|
1061
1219
|
type: {
|
|
1062
1220
|
name: "Composite",
|
|
1063
|
-
className: "AgentPropertiesErrorDetails"
|
|
1064
|
-
}
|
|
1221
|
+
className: "AgentPropertiesErrorDetails",
|
|
1222
|
+
},
|
|
1065
1223
|
},
|
|
1066
1224
|
provisioningState: {
|
|
1067
1225
|
serializedName: "properties.provisioningState",
|
|
1068
1226
|
readOnly: true,
|
|
1069
1227
|
type: {
|
|
1070
|
-
name: "String"
|
|
1071
|
-
}
|
|
1072
|
-
}
|
|
1073
|
-
}
|
|
1074
|
-
}
|
|
1228
|
+
name: "String",
|
|
1229
|
+
},
|
|
1230
|
+
},
|
|
1231
|
+
},
|
|
1232
|
+
},
|
|
1075
1233
|
};
|
|
1076
1234
|
|
|
1077
1235
|
export const Endpoint: coreClient.CompositeMapper = {
|
|
@@ -1084,11 +1242,11 @@ export const Endpoint: coreClient.CompositeMapper = {
|
|
|
1084
1242
|
serializedName: "properties",
|
|
1085
1243
|
type: {
|
|
1086
1244
|
name: "Composite",
|
|
1087
|
-
className: "EndpointBaseProperties"
|
|
1088
|
-
}
|
|
1089
|
-
}
|
|
1090
|
-
}
|
|
1091
|
-
}
|
|
1245
|
+
className: "EndpointBaseProperties",
|
|
1246
|
+
},
|
|
1247
|
+
},
|
|
1248
|
+
},
|
|
1249
|
+
},
|
|
1092
1250
|
};
|
|
1093
1251
|
|
|
1094
1252
|
export const Project: coreClient.CompositeMapper = {
|
|
@@ -1100,18 +1258,18 @@ export const Project: coreClient.CompositeMapper = {
|
|
|
1100
1258
|
description: {
|
|
1101
1259
|
serializedName: "properties.description",
|
|
1102
1260
|
type: {
|
|
1103
|
-
name: "String"
|
|
1104
|
-
}
|
|
1261
|
+
name: "String",
|
|
1262
|
+
},
|
|
1105
1263
|
},
|
|
1106
1264
|
provisioningState: {
|
|
1107
1265
|
serializedName: "properties.provisioningState",
|
|
1108
1266
|
readOnly: true,
|
|
1109
1267
|
type: {
|
|
1110
|
-
name: "String"
|
|
1111
|
-
}
|
|
1112
|
-
}
|
|
1113
|
-
}
|
|
1114
|
-
}
|
|
1268
|
+
name: "String",
|
|
1269
|
+
},
|
|
1270
|
+
},
|
|
1271
|
+
},
|
|
1272
|
+
},
|
|
1115
1273
|
};
|
|
1116
1274
|
|
|
1117
1275
|
export const JobDefinition: coreClient.CompositeMapper = {
|
|
@@ -1123,99 +1281,99 @@ export const JobDefinition: coreClient.CompositeMapper = {
|
|
|
1123
1281
|
description: {
|
|
1124
1282
|
serializedName: "properties.description",
|
|
1125
1283
|
type: {
|
|
1126
|
-
name: "String"
|
|
1127
|
-
}
|
|
1284
|
+
name: "String",
|
|
1285
|
+
},
|
|
1128
1286
|
},
|
|
1129
1287
|
copyMode: {
|
|
1130
1288
|
serializedName: "properties.copyMode",
|
|
1131
1289
|
required: true,
|
|
1132
1290
|
type: {
|
|
1133
|
-
name: "String"
|
|
1134
|
-
}
|
|
1291
|
+
name: "String",
|
|
1292
|
+
},
|
|
1135
1293
|
},
|
|
1136
1294
|
sourceName: {
|
|
1137
1295
|
serializedName: "properties.sourceName",
|
|
1138
1296
|
required: true,
|
|
1139
1297
|
type: {
|
|
1140
|
-
name: "String"
|
|
1141
|
-
}
|
|
1298
|
+
name: "String",
|
|
1299
|
+
},
|
|
1142
1300
|
},
|
|
1143
1301
|
sourceResourceId: {
|
|
1144
1302
|
serializedName: "properties.sourceResourceId",
|
|
1145
1303
|
readOnly: true,
|
|
1146
1304
|
type: {
|
|
1147
|
-
name: "String"
|
|
1148
|
-
}
|
|
1305
|
+
name: "String",
|
|
1306
|
+
},
|
|
1149
1307
|
},
|
|
1150
1308
|
sourceSubpath: {
|
|
1151
1309
|
serializedName: "properties.sourceSubpath",
|
|
1152
1310
|
type: {
|
|
1153
|
-
name: "String"
|
|
1154
|
-
}
|
|
1311
|
+
name: "String",
|
|
1312
|
+
},
|
|
1155
1313
|
},
|
|
1156
1314
|
targetName: {
|
|
1157
1315
|
serializedName: "properties.targetName",
|
|
1158
1316
|
required: true,
|
|
1159
1317
|
type: {
|
|
1160
|
-
name: "String"
|
|
1161
|
-
}
|
|
1318
|
+
name: "String",
|
|
1319
|
+
},
|
|
1162
1320
|
},
|
|
1163
1321
|
targetResourceId: {
|
|
1164
1322
|
serializedName: "properties.targetResourceId",
|
|
1165
1323
|
readOnly: true,
|
|
1166
1324
|
type: {
|
|
1167
|
-
name: "String"
|
|
1168
|
-
}
|
|
1325
|
+
name: "String",
|
|
1326
|
+
},
|
|
1169
1327
|
},
|
|
1170
1328
|
targetSubpath: {
|
|
1171
1329
|
serializedName: "properties.targetSubpath",
|
|
1172
1330
|
type: {
|
|
1173
|
-
name: "String"
|
|
1174
|
-
}
|
|
1331
|
+
name: "String",
|
|
1332
|
+
},
|
|
1175
1333
|
},
|
|
1176
1334
|
latestJobRunName: {
|
|
1177
1335
|
serializedName: "properties.latestJobRunName",
|
|
1178
1336
|
readOnly: true,
|
|
1179
1337
|
type: {
|
|
1180
|
-
name: "String"
|
|
1181
|
-
}
|
|
1338
|
+
name: "String",
|
|
1339
|
+
},
|
|
1182
1340
|
},
|
|
1183
1341
|
latestJobRunResourceId: {
|
|
1184
1342
|
serializedName: "properties.latestJobRunResourceId",
|
|
1185
1343
|
readOnly: true,
|
|
1186
1344
|
type: {
|
|
1187
|
-
name: "String"
|
|
1188
|
-
}
|
|
1345
|
+
name: "String",
|
|
1346
|
+
},
|
|
1189
1347
|
},
|
|
1190
1348
|
latestJobRunStatus: {
|
|
1191
1349
|
serializedName: "properties.latestJobRunStatus",
|
|
1192
1350
|
readOnly: true,
|
|
1193
1351
|
type: {
|
|
1194
|
-
name: "String"
|
|
1195
|
-
}
|
|
1352
|
+
name: "String",
|
|
1353
|
+
},
|
|
1196
1354
|
},
|
|
1197
1355
|
agentName: {
|
|
1198
1356
|
serializedName: "properties.agentName",
|
|
1199
1357
|
type: {
|
|
1200
|
-
name: "String"
|
|
1201
|
-
}
|
|
1358
|
+
name: "String",
|
|
1359
|
+
},
|
|
1202
1360
|
},
|
|
1203
1361
|
agentResourceId: {
|
|
1204
1362
|
serializedName: "properties.agentResourceId",
|
|
1205
1363
|
readOnly: true,
|
|
1206
1364
|
type: {
|
|
1207
|
-
name: "String"
|
|
1208
|
-
}
|
|
1365
|
+
name: "String",
|
|
1366
|
+
},
|
|
1209
1367
|
},
|
|
1210
1368
|
provisioningState: {
|
|
1211
1369
|
serializedName: "properties.provisioningState",
|
|
1212
1370
|
readOnly: true,
|
|
1213
1371
|
type: {
|
|
1214
|
-
name: "String"
|
|
1215
|
-
}
|
|
1216
|
-
}
|
|
1217
|
-
}
|
|
1218
|
-
}
|
|
1372
|
+
name: "String",
|
|
1373
|
+
},
|
|
1374
|
+
},
|
|
1375
|
+
},
|
|
1376
|
+
},
|
|
1219
1377
|
};
|
|
1220
1378
|
|
|
1221
1379
|
export const JobRun: coreClient.CompositeMapper = {
|
|
@@ -1228,216 +1386,220 @@ export const JobRun: coreClient.CompositeMapper = {
|
|
|
1228
1386
|
serializedName: "properties.status",
|
|
1229
1387
|
readOnly: true,
|
|
1230
1388
|
type: {
|
|
1231
|
-
name: "String"
|
|
1232
|
-
}
|
|
1389
|
+
name: "String",
|
|
1390
|
+
},
|
|
1233
1391
|
},
|
|
1234
1392
|
scanStatus: {
|
|
1235
1393
|
serializedName: "properties.scanStatus",
|
|
1236
1394
|
readOnly: true,
|
|
1237
1395
|
type: {
|
|
1238
|
-
name: "String"
|
|
1239
|
-
}
|
|
1396
|
+
name: "String",
|
|
1397
|
+
},
|
|
1240
1398
|
},
|
|
1241
1399
|
agentName: {
|
|
1242
1400
|
serializedName: "properties.agentName",
|
|
1243
1401
|
readOnly: true,
|
|
1244
1402
|
type: {
|
|
1245
|
-
name: "String"
|
|
1246
|
-
}
|
|
1403
|
+
name: "String",
|
|
1404
|
+
},
|
|
1247
1405
|
},
|
|
1248
1406
|
agentResourceId: {
|
|
1249
1407
|
serializedName: "properties.agentResourceId",
|
|
1250
1408
|
readOnly: true,
|
|
1251
1409
|
type: {
|
|
1252
|
-
name: "String"
|
|
1253
|
-
}
|
|
1410
|
+
name: "String",
|
|
1411
|
+
},
|
|
1254
1412
|
},
|
|
1255
1413
|
executionStartTime: {
|
|
1256
1414
|
serializedName: "properties.executionStartTime",
|
|
1257
1415
|
readOnly: true,
|
|
1258
1416
|
type: {
|
|
1259
|
-
name: "DateTime"
|
|
1260
|
-
}
|
|
1417
|
+
name: "DateTime",
|
|
1418
|
+
},
|
|
1261
1419
|
},
|
|
1262
1420
|
executionEndTime: {
|
|
1263
1421
|
serializedName: "properties.executionEndTime",
|
|
1264
1422
|
readOnly: true,
|
|
1265
1423
|
type: {
|
|
1266
|
-
name: "DateTime"
|
|
1267
|
-
}
|
|
1424
|
+
name: "DateTime",
|
|
1425
|
+
},
|
|
1268
1426
|
},
|
|
1269
1427
|
lastStatusUpdate: {
|
|
1270
1428
|
serializedName: "properties.lastStatusUpdate",
|
|
1271
1429
|
readOnly: true,
|
|
1272
1430
|
type: {
|
|
1273
|
-
name: "DateTime"
|
|
1274
|
-
}
|
|
1431
|
+
name: "DateTime",
|
|
1432
|
+
},
|
|
1275
1433
|
},
|
|
1276
1434
|
itemsScanned: {
|
|
1277
1435
|
serializedName: "properties.itemsScanned",
|
|
1278
1436
|
readOnly: true,
|
|
1279
1437
|
type: {
|
|
1280
|
-
name: "Number"
|
|
1281
|
-
}
|
|
1438
|
+
name: "Number",
|
|
1439
|
+
},
|
|
1282
1440
|
},
|
|
1283
1441
|
itemsExcluded: {
|
|
1284
1442
|
serializedName: "properties.itemsExcluded",
|
|
1285
1443
|
readOnly: true,
|
|
1286
1444
|
type: {
|
|
1287
|
-
name: "Number"
|
|
1288
|
-
}
|
|
1445
|
+
name: "Number",
|
|
1446
|
+
},
|
|
1289
1447
|
},
|
|
1290
1448
|
itemsUnsupported: {
|
|
1291
1449
|
serializedName: "properties.itemsUnsupported",
|
|
1292
1450
|
readOnly: true,
|
|
1293
1451
|
type: {
|
|
1294
|
-
name: "Number"
|
|
1295
|
-
}
|
|
1452
|
+
name: "Number",
|
|
1453
|
+
},
|
|
1296
1454
|
},
|
|
1297
1455
|
itemsNoTransferNeeded: {
|
|
1298
1456
|
serializedName: "properties.itemsNoTransferNeeded",
|
|
1299
1457
|
readOnly: true,
|
|
1300
1458
|
type: {
|
|
1301
|
-
name: "Number"
|
|
1302
|
-
}
|
|
1459
|
+
name: "Number",
|
|
1460
|
+
},
|
|
1303
1461
|
},
|
|
1304
1462
|
itemsFailed: {
|
|
1305
1463
|
serializedName: "properties.itemsFailed",
|
|
1306
1464
|
readOnly: true,
|
|
1307
1465
|
type: {
|
|
1308
|
-
name: "Number"
|
|
1309
|
-
}
|
|
1466
|
+
name: "Number",
|
|
1467
|
+
},
|
|
1310
1468
|
},
|
|
1311
1469
|
itemsTransferred: {
|
|
1312
1470
|
serializedName: "properties.itemsTransferred",
|
|
1313
1471
|
readOnly: true,
|
|
1314
1472
|
type: {
|
|
1315
|
-
name: "Number"
|
|
1316
|
-
}
|
|
1473
|
+
name: "Number",
|
|
1474
|
+
},
|
|
1317
1475
|
},
|
|
1318
1476
|
bytesScanned: {
|
|
1319
1477
|
serializedName: "properties.bytesScanned",
|
|
1320
1478
|
readOnly: true,
|
|
1321
1479
|
type: {
|
|
1322
|
-
name: "Number"
|
|
1323
|
-
}
|
|
1480
|
+
name: "Number",
|
|
1481
|
+
},
|
|
1324
1482
|
},
|
|
1325
1483
|
bytesExcluded: {
|
|
1326
1484
|
serializedName: "properties.bytesExcluded",
|
|
1327
1485
|
readOnly: true,
|
|
1328
1486
|
type: {
|
|
1329
|
-
name: "Number"
|
|
1330
|
-
}
|
|
1487
|
+
name: "Number",
|
|
1488
|
+
},
|
|
1331
1489
|
},
|
|
1332
1490
|
bytesUnsupported: {
|
|
1333
1491
|
serializedName: "properties.bytesUnsupported",
|
|
1334
1492
|
readOnly: true,
|
|
1335
1493
|
type: {
|
|
1336
|
-
name: "Number"
|
|
1337
|
-
}
|
|
1494
|
+
name: "Number",
|
|
1495
|
+
},
|
|
1338
1496
|
},
|
|
1339
1497
|
bytesNoTransferNeeded: {
|
|
1340
1498
|
serializedName: "properties.bytesNoTransferNeeded",
|
|
1341
1499
|
readOnly: true,
|
|
1342
1500
|
type: {
|
|
1343
|
-
name: "Number"
|
|
1344
|
-
}
|
|
1501
|
+
name: "Number",
|
|
1502
|
+
},
|
|
1345
1503
|
},
|
|
1346
1504
|
bytesFailed: {
|
|
1347
1505
|
serializedName: "properties.bytesFailed",
|
|
1348
1506
|
readOnly: true,
|
|
1349
1507
|
type: {
|
|
1350
|
-
name: "Number"
|
|
1351
|
-
}
|
|
1508
|
+
name: "Number",
|
|
1509
|
+
},
|
|
1352
1510
|
},
|
|
1353
1511
|
bytesTransferred: {
|
|
1354
1512
|
serializedName: "properties.bytesTransferred",
|
|
1355
1513
|
readOnly: true,
|
|
1356
1514
|
type: {
|
|
1357
|
-
name: "Number"
|
|
1358
|
-
}
|
|
1515
|
+
name: "Number",
|
|
1516
|
+
},
|
|
1359
1517
|
},
|
|
1360
1518
|
sourceName: {
|
|
1361
1519
|
serializedName: "properties.sourceName",
|
|
1362
1520
|
readOnly: true,
|
|
1363
1521
|
type: {
|
|
1364
|
-
name: "String"
|
|
1365
|
-
}
|
|
1522
|
+
name: "String",
|
|
1523
|
+
},
|
|
1366
1524
|
},
|
|
1367
1525
|
sourceResourceId: {
|
|
1368
1526
|
serializedName: "properties.sourceResourceId",
|
|
1369
1527
|
readOnly: true,
|
|
1370
1528
|
type: {
|
|
1371
|
-
name: "String"
|
|
1372
|
-
}
|
|
1529
|
+
name: "String",
|
|
1530
|
+
},
|
|
1373
1531
|
},
|
|
1374
1532
|
sourceProperties: {
|
|
1375
1533
|
serializedName: "properties.sourceProperties",
|
|
1376
1534
|
readOnly: true,
|
|
1377
1535
|
type: {
|
|
1378
1536
|
name: "Dictionary",
|
|
1379
|
-
value: { type: { name: "any" } }
|
|
1380
|
-
}
|
|
1537
|
+
value: { type: { name: "any" } },
|
|
1538
|
+
},
|
|
1381
1539
|
},
|
|
1382
1540
|
targetName: {
|
|
1383
1541
|
serializedName: "properties.targetName",
|
|
1384
1542
|
readOnly: true,
|
|
1385
1543
|
type: {
|
|
1386
|
-
name: "String"
|
|
1387
|
-
}
|
|
1544
|
+
name: "String",
|
|
1545
|
+
},
|
|
1388
1546
|
},
|
|
1389
1547
|
targetResourceId: {
|
|
1390
1548
|
serializedName: "properties.targetResourceId",
|
|
1391
1549
|
readOnly: true,
|
|
1392
1550
|
type: {
|
|
1393
|
-
name: "String"
|
|
1394
|
-
}
|
|
1551
|
+
name: "String",
|
|
1552
|
+
},
|
|
1395
1553
|
},
|
|
1396
1554
|
targetProperties: {
|
|
1397
1555
|
serializedName: "properties.targetProperties",
|
|
1398
1556
|
readOnly: true,
|
|
1399
1557
|
type: {
|
|
1400
1558
|
name: "Dictionary",
|
|
1401
|
-
value: { type: { name: "any" } }
|
|
1402
|
-
}
|
|
1559
|
+
value: { type: { name: "any" } },
|
|
1560
|
+
},
|
|
1403
1561
|
},
|
|
1404
1562
|
jobDefinitionProperties: {
|
|
1405
1563
|
serializedName: "properties.jobDefinitionProperties",
|
|
1406
1564
|
readOnly: true,
|
|
1407
1565
|
type: {
|
|
1408
1566
|
name: "Dictionary",
|
|
1409
|
-
value: { type: { name: "any" } }
|
|
1410
|
-
}
|
|
1567
|
+
value: { type: { name: "any" } },
|
|
1568
|
+
},
|
|
1411
1569
|
},
|
|
1412
1570
|
error: {
|
|
1413
1571
|
serializedName: "properties.error",
|
|
1414
1572
|
type: {
|
|
1415
1573
|
name: "Composite",
|
|
1416
|
-
className: "JobRunError"
|
|
1417
|
-
}
|
|
1574
|
+
className: "JobRunError",
|
|
1575
|
+
},
|
|
1418
1576
|
},
|
|
1419
1577
|
provisioningState: {
|
|
1420
1578
|
serializedName: "properties.provisioningState",
|
|
1421
1579
|
readOnly: true,
|
|
1422
1580
|
type: {
|
|
1423
|
-
name: "String"
|
|
1424
|
-
}
|
|
1425
|
-
}
|
|
1426
|
-
}
|
|
1427
|
-
}
|
|
1581
|
+
name: "String",
|
|
1582
|
+
},
|
|
1583
|
+
},
|
|
1584
|
+
},
|
|
1585
|
+
},
|
|
1428
1586
|
};
|
|
1429
1587
|
|
|
1430
1588
|
export let discriminators = {
|
|
1431
1589
|
EndpointBaseProperties: EndpointBaseProperties,
|
|
1432
1590
|
EndpointBaseUpdateProperties: EndpointBaseUpdateProperties,
|
|
1433
1591
|
Credentials: Credentials,
|
|
1434
|
-
"EndpointBaseProperties.AzureStorageBlobContainer":
|
|
1592
|
+
"EndpointBaseProperties.AzureStorageBlobContainer":
|
|
1593
|
+
AzureStorageBlobContainerEndpointProperties,
|
|
1435
1594
|
"EndpointBaseProperties.NfsMount": NfsMountEndpointProperties,
|
|
1436
|
-
"EndpointBaseProperties.AzureStorageSmbFileShare":
|
|
1595
|
+
"EndpointBaseProperties.AzureStorageSmbFileShare":
|
|
1596
|
+
AzureStorageSmbFileShareEndpointProperties,
|
|
1437
1597
|
"EndpointBaseProperties.SmbMount": SmbMountEndpointProperties,
|
|
1438
|
-
"EndpointBaseUpdateProperties.AzureStorageBlobContainer":
|
|
1598
|
+
"EndpointBaseUpdateProperties.AzureStorageBlobContainer":
|
|
1599
|
+
AzureStorageBlobContainerEndpointUpdateProperties,
|
|
1439
1600
|
"EndpointBaseUpdateProperties.NfsMount": NfsMountEndpointUpdateProperties,
|
|
1440
|
-
"EndpointBaseUpdateProperties.AzureStorageSmbFileShare":
|
|
1601
|
+
"EndpointBaseUpdateProperties.AzureStorageSmbFileShare":
|
|
1602
|
+
AzureStorageSmbFileShareEndpointUpdateProperties,
|
|
1441
1603
|
"EndpointBaseUpdateProperties.SmbMount": SmbMountEndpointUpdateProperties,
|
|
1442
|
-
"Credentials.AzureKeyVaultSmb": AzureKeyVaultSmbCredentials
|
|
1604
|
+
"Credentials.AzureKeyVaultSmb": AzureKeyVaultSmbCredentials,
|
|
1443
1605
|
};
|