@azure/arm-storagemover 2.0.1-alpha.20240419.1 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +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 +10 -10
- 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
|
@@ -18,20 +18,20 @@ export const OperationListResult = {
|
|
|
18
18
|
element: {
|
|
19
19
|
type: {
|
|
20
20
|
name: "Composite",
|
|
21
|
-
className: "Operation"
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
}
|
|
21
|
+
className: "Operation",
|
|
22
|
+
},
|
|
23
|
+
},
|
|
24
|
+
},
|
|
25
25
|
},
|
|
26
26
|
nextLink: {
|
|
27
27
|
serializedName: "nextLink",
|
|
28
28
|
readOnly: true,
|
|
29
29
|
type: {
|
|
30
|
-
name: "String"
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
}
|
|
30
|
+
name: "String",
|
|
31
|
+
},
|
|
32
|
+
},
|
|
33
|
+
},
|
|
34
|
+
},
|
|
35
35
|
};
|
|
36
36
|
export const Operation = {
|
|
37
37
|
type: {
|
|
@@ -42,39 +42,39 @@ export const Operation = {
|
|
|
42
42
|
serializedName: "name",
|
|
43
43
|
readOnly: true,
|
|
44
44
|
type: {
|
|
45
|
-
name: "String"
|
|
46
|
-
}
|
|
45
|
+
name: "String",
|
|
46
|
+
},
|
|
47
47
|
},
|
|
48
48
|
isDataAction: {
|
|
49
49
|
serializedName: "isDataAction",
|
|
50
50
|
readOnly: true,
|
|
51
51
|
type: {
|
|
52
|
-
name: "Boolean"
|
|
53
|
-
}
|
|
52
|
+
name: "Boolean",
|
|
53
|
+
},
|
|
54
54
|
},
|
|
55
55
|
display: {
|
|
56
56
|
serializedName: "display",
|
|
57
57
|
type: {
|
|
58
58
|
name: "Composite",
|
|
59
|
-
className: "OperationDisplay"
|
|
60
|
-
}
|
|
59
|
+
className: "OperationDisplay",
|
|
60
|
+
},
|
|
61
61
|
},
|
|
62
62
|
origin: {
|
|
63
63
|
serializedName: "origin",
|
|
64
64
|
readOnly: true,
|
|
65
65
|
type: {
|
|
66
|
-
name: "String"
|
|
67
|
-
}
|
|
66
|
+
name: "String",
|
|
67
|
+
},
|
|
68
68
|
},
|
|
69
69
|
actionType: {
|
|
70
70
|
serializedName: "actionType",
|
|
71
71
|
readOnly: true,
|
|
72
72
|
type: {
|
|
73
|
-
name: "String"
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
}
|
|
73
|
+
name: "String",
|
|
74
|
+
},
|
|
75
|
+
},
|
|
76
|
+
},
|
|
77
|
+
},
|
|
78
78
|
};
|
|
79
79
|
export const OperationDisplay = {
|
|
80
80
|
type: {
|
|
@@ -85,32 +85,32 @@ export const OperationDisplay = {
|
|
|
85
85
|
serializedName: "provider",
|
|
86
86
|
readOnly: true,
|
|
87
87
|
type: {
|
|
88
|
-
name: "String"
|
|
89
|
-
}
|
|
88
|
+
name: "String",
|
|
89
|
+
},
|
|
90
90
|
},
|
|
91
91
|
resource: {
|
|
92
92
|
serializedName: "resource",
|
|
93
93
|
readOnly: true,
|
|
94
94
|
type: {
|
|
95
|
-
name: "String"
|
|
96
|
-
}
|
|
95
|
+
name: "String",
|
|
96
|
+
},
|
|
97
97
|
},
|
|
98
98
|
operation: {
|
|
99
99
|
serializedName: "operation",
|
|
100
100
|
readOnly: true,
|
|
101
101
|
type: {
|
|
102
|
-
name: "String"
|
|
103
|
-
}
|
|
102
|
+
name: "String",
|
|
103
|
+
},
|
|
104
104
|
},
|
|
105
105
|
description: {
|
|
106
106
|
serializedName: "description",
|
|
107
107
|
readOnly: true,
|
|
108
108
|
type: {
|
|
109
|
-
name: "String"
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
}
|
|
109
|
+
name: "String",
|
|
110
|
+
},
|
|
111
|
+
},
|
|
112
|
+
},
|
|
113
|
+
},
|
|
114
114
|
};
|
|
115
115
|
export const ErrorResponse = {
|
|
116
116
|
type: {
|
|
@@ -121,11 +121,11 @@ export const ErrorResponse = {
|
|
|
121
121
|
serializedName: "error",
|
|
122
122
|
type: {
|
|
123
123
|
name: "Composite",
|
|
124
|
-
className: "ErrorDetail"
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
}
|
|
128
|
-
}
|
|
124
|
+
className: "ErrorDetail",
|
|
125
|
+
},
|
|
126
|
+
},
|
|
127
|
+
},
|
|
128
|
+
},
|
|
129
129
|
};
|
|
130
130
|
export const ErrorDetail = {
|
|
131
131
|
type: {
|
|
@@ -136,22 +136,22 @@ export const ErrorDetail = {
|
|
|
136
136
|
serializedName: "code",
|
|
137
137
|
readOnly: true,
|
|
138
138
|
type: {
|
|
139
|
-
name: "String"
|
|
140
|
-
}
|
|
139
|
+
name: "String",
|
|
140
|
+
},
|
|
141
141
|
},
|
|
142
142
|
message: {
|
|
143
143
|
serializedName: "message",
|
|
144
144
|
readOnly: true,
|
|
145
145
|
type: {
|
|
146
|
-
name: "String"
|
|
147
|
-
}
|
|
146
|
+
name: "String",
|
|
147
|
+
},
|
|
148
148
|
},
|
|
149
149
|
target: {
|
|
150
150
|
serializedName: "target",
|
|
151
151
|
readOnly: true,
|
|
152
152
|
type: {
|
|
153
|
-
name: "String"
|
|
154
|
-
}
|
|
153
|
+
name: "String",
|
|
154
|
+
},
|
|
155
155
|
},
|
|
156
156
|
details: {
|
|
157
157
|
serializedName: "details",
|
|
@@ -161,10 +161,10 @@ export const ErrorDetail = {
|
|
|
161
161
|
element: {
|
|
162
162
|
type: {
|
|
163
163
|
name: "Composite",
|
|
164
|
-
className: "ErrorDetail"
|
|
165
|
-
}
|
|
166
|
-
}
|
|
167
|
-
}
|
|
164
|
+
className: "ErrorDetail",
|
|
165
|
+
},
|
|
166
|
+
},
|
|
167
|
+
},
|
|
168
168
|
},
|
|
169
169
|
additionalInfo: {
|
|
170
170
|
serializedName: "additionalInfo",
|
|
@@ -174,13 +174,13 @@ export const ErrorDetail = {
|
|
|
174
174
|
element: {
|
|
175
175
|
type: {
|
|
176
176
|
name: "Composite",
|
|
177
|
-
className: "ErrorAdditionalInfo"
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
|
-
}
|
|
181
|
-
}
|
|
182
|
-
}
|
|
183
|
-
}
|
|
177
|
+
className: "ErrorAdditionalInfo",
|
|
178
|
+
},
|
|
179
|
+
},
|
|
180
|
+
},
|
|
181
|
+
},
|
|
182
|
+
},
|
|
183
|
+
},
|
|
184
184
|
};
|
|
185
185
|
export const ErrorAdditionalInfo = {
|
|
186
186
|
type: {
|
|
@@ -191,19 +191,19 @@ export const ErrorAdditionalInfo = {
|
|
|
191
191
|
serializedName: "type",
|
|
192
192
|
readOnly: true,
|
|
193
193
|
type: {
|
|
194
|
-
name: "String"
|
|
195
|
-
}
|
|
194
|
+
name: "String",
|
|
195
|
+
},
|
|
196
196
|
},
|
|
197
197
|
info: {
|
|
198
198
|
serializedName: "info",
|
|
199
199
|
readOnly: true,
|
|
200
200
|
type: {
|
|
201
201
|
name: "Dictionary",
|
|
202
|
-
value: { type: { name: "any" } }
|
|
203
|
-
}
|
|
204
|
-
}
|
|
205
|
-
}
|
|
206
|
-
}
|
|
202
|
+
value: { type: { name: "any" } },
|
|
203
|
+
},
|
|
204
|
+
},
|
|
205
|
+
},
|
|
206
|
+
},
|
|
207
207
|
};
|
|
208
208
|
export const StorageMoverList = {
|
|
209
209
|
type: {
|
|
@@ -218,20 +218,20 @@ export const StorageMoverList = {
|
|
|
218
218
|
element: {
|
|
219
219
|
type: {
|
|
220
220
|
name: "Composite",
|
|
221
|
-
className: "StorageMover"
|
|
222
|
-
}
|
|
223
|
-
}
|
|
224
|
-
}
|
|
221
|
+
className: "StorageMover",
|
|
222
|
+
},
|
|
223
|
+
},
|
|
224
|
+
},
|
|
225
225
|
},
|
|
226
226
|
nextLink: {
|
|
227
227
|
serializedName: "nextLink",
|
|
228
228
|
readOnly: true,
|
|
229
229
|
type: {
|
|
230
|
-
name: "String"
|
|
231
|
-
}
|
|
232
|
-
}
|
|
233
|
-
}
|
|
234
|
-
}
|
|
230
|
+
name: "String",
|
|
231
|
+
},
|
|
232
|
+
},
|
|
233
|
+
},
|
|
234
|
+
},
|
|
235
235
|
};
|
|
236
236
|
export const Resource = {
|
|
237
237
|
type: {
|
|
@@ -242,32 +242,32 @@ export const Resource = {
|
|
|
242
242
|
serializedName: "id",
|
|
243
243
|
readOnly: true,
|
|
244
244
|
type: {
|
|
245
|
-
name: "String"
|
|
246
|
-
}
|
|
245
|
+
name: "String",
|
|
246
|
+
},
|
|
247
247
|
},
|
|
248
248
|
name: {
|
|
249
249
|
serializedName: "name",
|
|
250
250
|
readOnly: true,
|
|
251
251
|
type: {
|
|
252
|
-
name: "String"
|
|
253
|
-
}
|
|
252
|
+
name: "String",
|
|
253
|
+
},
|
|
254
254
|
},
|
|
255
255
|
type: {
|
|
256
256
|
serializedName: "type",
|
|
257
257
|
readOnly: true,
|
|
258
258
|
type: {
|
|
259
|
-
name: "String"
|
|
260
|
-
}
|
|
259
|
+
name: "String",
|
|
260
|
+
},
|
|
261
261
|
},
|
|
262
262
|
systemData: {
|
|
263
263
|
serializedName: "systemData",
|
|
264
264
|
type: {
|
|
265
265
|
name: "Composite",
|
|
266
|
-
className: "SystemData"
|
|
267
|
-
}
|
|
268
|
-
}
|
|
269
|
-
}
|
|
270
|
-
}
|
|
266
|
+
className: "SystemData",
|
|
267
|
+
},
|
|
268
|
+
},
|
|
269
|
+
},
|
|
270
|
+
},
|
|
271
271
|
};
|
|
272
272
|
export const SystemData = {
|
|
273
273
|
type: {
|
|
@@ -277,41 +277,41 @@ export const SystemData = {
|
|
|
277
277
|
createdBy: {
|
|
278
278
|
serializedName: "createdBy",
|
|
279
279
|
type: {
|
|
280
|
-
name: "String"
|
|
281
|
-
}
|
|
280
|
+
name: "String",
|
|
281
|
+
},
|
|
282
282
|
},
|
|
283
283
|
createdByType: {
|
|
284
284
|
serializedName: "createdByType",
|
|
285
285
|
type: {
|
|
286
|
-
name: "String"
|
|
287
|
-
}
|
|
286
|
+
name: "String",
|
|
287
|
+
},
|
|
288
288
|
},
|
|
289
289
|
createdAt: {
|
|
290
290
|
serializedName: "createdAt",
|
|
291
291
|
type: {
|
|
292
|
-
name: "DateTime"
|
|
293
|
-
}
|
|
292
|
+
name: "DateTime",
|
|
293
|
+
},
|
|
294
294
|
},
|
|
295
295
|
lastModifiedBy: {
|
|
296
296
|
serializedName: "lastModifiedBy",
|
|
297
297
|
type: {
|
|
298
|
-
name: "String"
|
|
299
|
-
}
|
|
298
|
+
name: "String",
|
|
299
|
+
},
|
|
300
300
|
},
|
|
301
301
|
lastModifiedByType: {
|
|
302
302
|
serializedName: "lastModifiedByType",
|
|
303
303
|
type: {
|
|
304
|
-
name: "String"
|
|
305
|
-
}
|
|
304
|
+
name: "String",
|
|
305
|
+
},
|
|
306
306
|
},
|
|
307
307
|
lastModifiedAt: {
|
|
308
308
|
serializedName: "lastModifiedAt",
|
|
309
309
|
type: {
|
|
310
|
-
name: "DateTime"
|
|
311
|
-
}
|
|
312
|
-
}
|
|
313
|
-
}
|
|
314
|
-
}
|
|
310
|
+
name: "DateTime",
|
|
311
|
+
},
|
|
312
|
+
},
|
|
313
|
+
},
|
|
314
|
+
},
|
|
315
315
|
};
|
|
316
316
|
export const StorageMoverUpdateParameters = {
|
|
317
317
|
type: {
|
|
@@ -322,17 +322,17 @@ export const StorageMoverUpdateParameters = {
|
|
|
322
322
|
serializedName: "tags",
|
|
323
323
|
type: {
|
|
324
324
|
name: "Dictionary",
|
|
325
|
-
value: { type: { name: "String" } }
|
|
326
|
-
}
|
|
325
|
+
value: { type: { name: "String" } },
|
|
326
|
+
},
|
|
327
327
|
},
|
|
328
328
|
description: {
|
|
329
329
|
serializedName: "properties.description",
|
|
330
330
|
type: {
|
|
331
|
-
name: "String"
|
|
332
|
-
}
|
|
333
|
-
}
|
|
334
|
-
}
|
|
335
|
-
}
|
|
331
|
+
name: "String",
|
|
332
|
+
},
|
|
333
|
+
},
|
|
334
|
+
},
|
|
335
|
+
},
|
|
336
336
|
};
|
|
337
337
|
export const AgentList = {
|
|
338
338
|
type: {
|
|
@@ -347,20 +347,107 @@ export const AgentList = {
|
|
|
347
347
|
element: {
|
|
348
348
|
type: {
|
|
349
349
|
name: "Composite",
|
|
350
|
-
className: "Agent"
|
|
351
|
-
}
|
|
352
|
-
}
|
|
353
|
-
}
|
|
350
|
+
className: "Agent",
|
|
351
|
+
},
|
|
352
|
+
},
|
|
353
|
+
},
|
|
354
354
|
},
|
|
355
355
|
nextLink: {
|
|
356
356
|
serializedName: "nextLink",
|
|
357
357
|
readOnly: true,
|
|
358
358
|
type: {
|
|
359
|
-
name: "String"
|
|
360
|
-
}
|
|
361
|
-
}
|
|
362
|
-
}
|
|
363
|
-
}
|
|
359
|
+
name: "String",
|
|
360
|
+
},
|
|
361
|
+
},
|
|
362
|
+
},
|
|
363
|
+
},
|
|
364
|
+
};
|
|
365
|
+
export const UploadLimitSchedule = {
|
|
366
|
+
type: {
|
|
367
|
+
name: "Composite",
|
|
368
|
+
className: "UploadLimitSchedule",
|
|
369
|
+
modelProperties: {
|
|
370
|
+
weeklyRecurrences: {
|
|
371
|
+
serializedName: "weeklyRecurrences",
|
|
372
|
+
type: {
|
|
373
|
+
name: "Sequence",
|
|
374
|
+
element: {
|
|
375
|
+
type: {
|
|
376
|
+
name: "Composite",
|
|
377
|
+
className: "UploadLimitWeeklyRecurrence",
|
|
378
|
+
},
|
|
379
|
+
},
|
|
380
|
+
},
|
|
381
|
+
},
|
|
382
|
+
},
|
|
383
|
+
},
|
|
384
|
+
};
|
|
385
|
+
export const Recurrence = {
|
|
386
|
+
type: {
|
|
387
|
+
name: "Composite",
|
|
388
|
+
className: "Recurrence",
|
|
389
|
+
modelProperties: {
|
|
390
|
+
startTime: {
|
|
391
|
+
serializedName: "startTime",
|
|
392
|
+
type: {
|
|
393
|
+
name: "Composite",
|
|
394
|
+
className: "Time",
|
|
395
|
+
},
|
|
396
|
+
},
|
|
397
|
+
endTime: {
|
|
398
|
+
serializedName: "endTime",
|
|
399
|
+
type: {
|
|
400
|
+
name: "Composite",
|
|
401
|
+
className: "Time",
|
|
402
|
+
},
|
|
403
|
+
},
|
|
404
|
+
},
|
|
405
|
+
},
|
|
406
|
+
};
|
|
407
|
+
export const Time = {
|
|
408
|
+
type: {
|
|
409
|
+
name: "Composite",
|
|
410
|
+
className: "Time",
|
|
411
|
+
modelProperties: {
|
|
412
|
+
hour: {
|
|
413
|
+
constraints: {
|
|
414
|
+
InclusiveMaximum: 24,
|
|
415
|
+
InclusiveMinimum: 0,
|
|
416
|
+
},
|
|
417
|
+
serializedName: "hour",
|
|
418
|
+
required: true,
|
|
419
|
+
type: {
|
|
420
|
+
name: "Number",
|
|
421
|
+
},
|
|
422
|
+
},
|
|
423
|
+
minute: {
|
|
424
|
+
defaultValue: 0,
|
|
425
|
+
serializedName: "minute",
|
|
426
|
+
type: {
|
|
427
|
+
name: "Number",
|
|
428
|
+
},
|
|
429
|
+
},
|
|
430
|
+
},
|
|
431
|
+
},
|
|
432
|
+
};
|
|
433
|
+
export const UploadLimit = {
|
|
434
|
+
type: {
|
|
435
|
+
name: "Composite",
|
|
436
|
+
className: "UploadLimit",
|
|
437
|
+
modelProperties: {
|
|
438
|
+
limitInMbps: {
|
|
439
|
+
constraints: {
|
|
440
|
+
InclusiveMaximum: 2147483647,
|
|
441
|
+
InclusiveMinimum: 0,
|
|
442
|
+
},
|
|
443
|
+
serializedName: "limitInMbps",
|
|
444
|
+
required: true,
|
|
445
|
+
type: {
|
|
446
|
+
name: "Number",
|
|
447
|
+
},
|
|
448
|
+
},
|
|
449
|
+
},
|
|
450
|
+
},
|
|
364
451
|
};
|
|
365
452
|
export const AgentPropertiesErrorDetails = {
|
|
366
453
|
type: {
|
|
@@ -370,17 +457,17 @@ export const AgentPropertiesErrorDetails = {
|
|
|
370
457
|
code: {
|
|
371
458
|
serializedName: "code",
|
|
372
459
|
type: {
|
|
373
|
-
name: "String"
|
|
374
|
-
}
|
|
460
|
+
name: "String",
|
|
461
|
+
},
|
|
375
462
|
},
|
|
376
463
|
message: {
|
|
377
464
|
serializedName: "message",
|
|
378
465
|
type: {
|
|
379
|
-
name: "String"
|
|
380
|
-
}
|
|
381
|
-
}
|
|
382
|
-
}
|
|
383
|
-
}
|
|
466
|
+
name: "String",
|
|
467
|
+
},
|
|
468
|
+
},
|
|
469
|
+
},
|
|
470
|
+
},
|
|
384
471
|
};
|
|
385
472
|
export const AgentUpdateParameters = {
|
|
386
473
|
type: {
|
|
@@ -390,11 +477,18 @@ export const AgentUpdateParameters = {
|
|
|
390
477
|
description: {
|
|
391
478
|
serializedName: "properties.description",
|
|
392
479
|
type: {
|
|
393
|
-
name: "String"
|
|
394
|
-
}
|
|
395
|
-
}
|
|
396
|
-
|
|
397
|
-
|
|
480
|
+
name: "String",
|
|
481
|
+
},
|
|
482
|
+
},
|
|
483
|
+
uploadLimitSchedule: {
|
|
484
|
+
serializedName: "properties.uploadLimitSchedule",
|
|
485
|
+
type: {
|
|
486
|
+
name: "Composite",
|
|
487
|
+
className: "UploadLimitSchedule",
|
|
488
|
+
},
|
|
489
|
+
},
|
|
490
|
+
},
|
|
491
|
+
},
|
|
398
492
|
};
|
|
399
493
|
export const EndpointList = {
|
|
400
494
|
type: {
|
|
@@ -409,20 +503,20 @@ export const EndpointList = {
|
|
|
409
503
|
element: {
|
|
410
504
|
type: {
|
|
411
505
|
name: "Composite",
|
|
412
|
-
className: "Endpoint"
|
|
413
|
-
}
|
|
414
|
-
}
|
|
415
|
-
}
|
|
506
|
+
className: "Endpoint",
|
|
507
|
+
},
|
|
508
|
+
},
|
|
509
|
+
},
|
|
416
510
|
},
|
|
417
511
|
nextLink: {
|
|
418
512
|
serializedName: "nextLink",
|
|
419
513
|
readOnly: true,
|
|
420
514
|
type: {
|
|
421
|
-
name: "String"
|
|
422
|
-
}
|
|
423
|
-
}
|
|
424
|
-
}
|
|
425
|
-
}
|
|
515
|
+
name: "String",
|
|
516
|
+
},
|
|
517
|
+
},
|
|
518
|
+
},
|
|
519
|
+
},
|
|
426
520
|
};
|
|
427
521
|
export const EndpointBaseProperties = {
|
|
428
522
|
type: {
|
|
@@ -431,31 +525,31 @@ export const EndpointBaseProperties = {
|
|
|
431
525
|
uberParent: "EndpointBaseProperties",
|
|
432
526
|
polymorphicDiscriminator: {
|
|
433
527
|
serializedName: "endpointType",
|
|
434
|
-
clientName: "endpointType"
|
|
528
|
+
clientName: "endpointType",
|
|
435
529
|
},
|
|
436
530
|
modelProperties: {
|
|
437
531
|
endpointType: {
|
|
438
532
|
serializedName: "endpointType",
|
|
439
533
|
required: true,
|
|
440
534
|
type: {
|
|
441
|
-
name: "String"
|
|
442
|
-
}
|
|
535
|
+
name: "String",
|
|
536
|
+
},
|
|
443
537
|
},
|
|
444
538
|
description: {
|
|
445
539
|
serializedName: "description",
|
|
446
540
|
type: {
|
|
447
|
-
name: "String"
|
|
448
|
-
}
|
|
541
|
+
name: "String",
|
|
542
|
+
},
|
|
449
543
|
},
|
|
450
544
|
provisioningState: {
|
|
451
545
|
serializedName: "provisioningState",
|
|
452
546
|
readOnly: true,
|
|
453
547
|
type: {
|
|
454
|
-
name: "String"
|
|
455
|
-
}
|
|
456
|
-
}
|
|
457
|
-
}
|
|
458
|
-
}
|
|
548
|
+
name: "String",
|
|
549
|
+
},
|
|
550
|
+
},
|
|
551
|
+
},
|
|
552
|
+
},
|
|
459
553
|
};
|
|
460
554
|
export const EndpointBaseUpdateParameters = {
|
|
461
555
|
type: {
|
|
@@ -466,11 +560,11 @@ export const EndpointBaseUpdateParameters = {
|
|
|
466
560
|
serializedName: "properties",
|
|
467
561
|
type: {
|
|
468
562
|
name: "Composite",
|
|
469
|
-
className: "EndpointBaseUpdateProperties"
|
|
470
|
-
}
|
|
471
|
-
}
|
|
472
|
-
}
|
|
473
|
-
}
|
|
563
|
+
className: "EndpointBaseUpdateProperties",
|
|
564
|
+
},
|
|
565
|
+
},
|
|
566
|
+
},
|
|
567
|
+
},
|
|
474
568
|
};
|
|
475
569
|
export const EndpointBaseUpdateProperties = {
|
|
476
570
|
type: {
|
|
@@ -479,24 +573,24 @@ export const EndpointBaseUpdateProperties = {
|
|
|
479
573
|
uberParent: "EndpointBaseUpdateProperties",
|
|
480
574
|
polymorphicDiscriminator: {
|
|
481
575
|
serializedName: "endpointType",
|
|
482
|
-
clientName: "endpointType"
|
|
576
|
+
clientName: "endpointType",
|
|
483
577
|
},
|
|
484
578
|
modelProperties: {
|
|
485
579
|
endpointType: {
|
|
486
580
|
serializedName: "endpointType",
|
|
487
581
|
required: true,
|
|
488
582
|
type: {
|
|
489
|
-
name: "String"
|
|
490
|
-
}
|
|
583
|
+
name: "String",
|
|
584
|
+
},
|
|
491
585
|
},
|
|
492
586
|
description: {
|
|
493
587
|
serializedName: "description",
|
|
494
588
|
type: {
|
|
495
|
-
name: "String"
|
|
496
|
-
}
|
|
497
|
-
}
|
|
498
|
-
}
|
|
499
|
-
}
|
|
589
|
+
name: "String",
|
|
590
|
+
},
|
|
591
|
+
},
|
|
592
|
+
},
|
|
593
|
+
},
|
|
500
594
|
};
|
|
501
595
|
export const ProjectList = {
|
|
502
596
|
type: {
|
|
@@ -511,20 +605,20 @@ export const ProjectList = {
|
|
|
511
605
|
element: {
|
|
512
606
|
type: {
|
|
513
607
|
name: "Composite",
|
|
514
|
-
className: "Project"
|
|
515
|
-
}
|
|
516
|
-
}
|
|
517
|
-
}
|
|
608
|
+
className: "Project",
|
|
609
|
+
},
|
|
610
|
+
},
|
|
611
|
+
},
|
|
518
612
|
},
|
|
519
613
|
nextLink: {
|
|
520
614
|
serializedName: "nextLink",
|
|
521
615
|
readOnly: true,
|
|
522
616
|
type: {
|
|
523
|
-
name: "String"
|
|
524
|
-
}
|
|
525
|
-
}
|
|
526
|
-
}
|
|
527
|
-
}
|
|
617
|
+
name: "String",
|
|
618
|
+
},
|
|
619
|
+
},
|
|
620
|
+
},
|
|
621
|
+
},
|
|
528
622
|
};
|
|
529
623
|
export const ProjectUpdateParameters = {
|
|
530
624
|
type: {
|
|
@@ -534,11 +628,11 @@ export const ProjectUpdateParameters = {
|
|
|
534
628
|
description: {
|
|
535
629
|
serializedName: "properties.description",
|
|
536
630
|
type: {
|
|
537
|
-
name: "String"
|
|
538
|
-
}
|
|
539
|
-
}
|
|
540
|
-
}
|
|
541
|
-
}
|
|
631
|
+
name: "String",
|
|
632
|
+
},
|
|
633
|
+
},
|
|
634
|
+
},
|
|
635
|
+
},
|
|
542
636
|
};
|
|
543
637
|
export const JobDefinitionList = {
|
|
544
638
|
type: {
|
|
@@ -553,20 +647,20 @@ export const JobDefinitionList = {
|
|
|
553
647
|
element: {
|
|
554
648
|
type: {
|
|
555
649
|
name: "Composite",
|
|
556
|
-
className: "JobDefinition"
|
|
557
|
-
}
|
|
558
|
-
}
|
|
559
|
-
}
|
|
650
|
+
className: "JobDefinition",
|
|
651
|
+
},
|
|
652
|
+
},
|
|
653
|
+
},
|
|
560
654
|
},
|
|
561
655
|
nextLink: {
|
|
562
656
|
serializedName: "nextLink",
|
|
563
657
|
readOnly: true,
|
|
564
658
|
type: {
|
|
565
|
-
name: "String"
|
|
566
|
-
}
|
|
567
|
-
}
|
|
568
|
-
}
|
|
569
|
-
}
|
|
659
|
+
name: "String",
|
|
660
|
+
},
|
|
661
|
+
},
|
|
662
|
+
},
|
|
663
|
+
},
|
|
570
664
|
};
|
|
571
665
|
export const JobDefinitionUpdateParameters = {
|
|
572
666
|
type: {
|
|
@@ -576,23 +670,23 @@ export const JobDefinitionUpdateParameters = {
|
|
|
576
670
|
description: {
|
|
577
671
|
serializedName: "properties.description",
|
|
578
672
|
type: {
|
|
579
|
-
name: "String"
|
|
580
|
-
}
|
|
673
|
+
name: "String",
|
|
674
|
+
},
|
|
581
675
|
},
|
|
582
676
|
copyMode: {
|
|
583
677
|
serializedName: "properties.copyMode",
|
|
584
678
|
type: {
|
|
585
|
-
name: "String"
|
|
586
|
-
}
|
|
679
|
+
name: "String",
|
|
680
|
+
},
|
|
587
681
|
},
|
|
588
682
|
agentName: {
|
|
589
683
|
serializedName: "properties.agentName",
|
|
590
684
|
type: {
|
|
591
|
-
name: "String"
|
|
592
|
-
}
|
|
593
|
-
}
|
|
594
|
-
}
|
|
595
|
-
}
|
|
685
|
+
name: "String",
|
|
686
|
+
},
|
|
687
|
+
},
|
|
688
|
+
},
|
|
689
|
+
},
|
|
596
690
|
};
|
|
597
691
|
export const JobRunResourceId = {
|
|
598
692
|
type: {
|
|
@@ -603,11 +697,11 @@ export const JobRunResourceId = {
|
|
|
603
697
|
serializedName: "jobRunResourceId",
|
|
604
698
|
readOnly: true,
|
|
605
699
|
type: {
|
|
606
|
-
name: "String"
|
|
607
|
-
}
|
|
608
|
-
}
|
|
609
|
-
}
|
|
610
|
-
}
|
|
700
|
+
name: "String",
|
|
701
|
+
},
|
|
702
|
+
},
|
|
703
|
+
},
|
|
704
|
+
},
|
|
611
705
|
};
|
|
612
706
|
export const JobRunList = {
|
|
613
707
|
type: {
|
|
@@ -622,20 +716,20 @@ export const JobRunList = {
|
|
|
622
716
|
element: {
|
|
623
717
|
type: {
|
|
624
718
|
name: "Composite",
|
|
625
|
-
className: "JobRun"
|
|
626
|
-
}
|
|
627
|
-
}
|
|
628
|
-
}
|
|
719
|
+
className: "JobRun",
|
|
720
|
+
},
|
|
721
|
+
},
|
|
722
|
+
},
|
|
629
723
|
},
|
|
630
724
|
nextLink: {
|
|
631
725
|
serializedName: "nextLink",
|
|
632
726
|
readOnly: true,
|
|
633
727
|
type: {
|
|
634
|
-
name: "String"
|
|
635
|
-
}
|
|
636
|
-
}
|
|
637
|
-
}
|
|
638
|
-
}
|
|
728
|
+
name: "String",
|
|
729
|
+
},
|
|
730
|
+
},
|
|
731
|
+
},
|
|
732
|
+
},
|
|
639
733
|
};
|
|
640
734
|
export const JobRunError = {
|
|
641
735
|
type: {
|
|
@@ -645,23 +739,23 @@ export const JobRunError = {
|
|
|
645
739
|
code: {
|
|
646
740
|
serializedName: "code",
|
|
647
741
|
type: {
|
|
648
|
-
name: "String"
|
|
649
|
-
}
|
|
742
|
+
name: "String",
|
|
743
|
+
},
|
|
650
744
|
},
|
|
651
745
|
message: {
|
|
652
746
|
serializedName: "message",
|
|
653
747
|
type: {
|
|
654
|
-
name: "String"
|
|
655
|
-
}
|
|
748
|
+
name: "String",
|
|
749
|
+
},
|
|
656
750
|
},
|
|
657
751
|
target: {
|
|
658
752
|
serializedName: "target",
|
|
659
753
|
type: {
|
|
660
|
-
name: "String"
|
|
661
|
-
}
|
|
662
|
-
}
|
|
663
|
-
}
|
|
664
|
-
}
|
|
754
|
+
name: "String",
|
|
755
|
+
},
|
|
756
|
+
},
|
|
757
|
+
},
|
|
758
|
+
},
|
|
665
759
|
};
|
|
666
760
|
export const Credentials = {
|
|
667
761
|
type: {
|
|
@@ -670,18 +764,18 @@ export const Credentials = {
|
|
|
670
764
|
uberParent: "Credentials",
|
|
671
765
|
polymorphicDiscriminator: {
|
|
672
766
|
serializedName: "type",
|
|
673
|
-
clientName: "type"
|
|
767
|
+
clientName: "type",
|
|
674
768
|
},
|
|
675
769
|
modelProperties: {
|
|
676
770
|
type: {
|
|
677
771
|
serializedName: "type",
|
|
678
772
|
required: true,
|
|
679
773
|
type: {
|
|
680
|
-
name: "String"
|
|
681
|
-
}
|
|
682
|
-
}
|
|
683
|
-
}
|
|
684
|
-
}
|
|
774
|
+
name: "String",
|
|
775
|
+
},
|
|
776
|
+
},
|
|
777
|
+
},
|
|
778
|
+
},
|
|
685
779
|
};
|
|
686
780
|
export const TrackedResource = {
|
|
687
781
|
type: {
|
|
@@ -691,23 +785,57 @@ export const TrackedResource = {
|
|
|
691
785
|
serializedName: "tags",
|
|
692
786
|
type: {
|
|
693
787
|
name: "Dictionary",
|
|
694
|
-
value: { type: { name: "String" } }
|
|
695
|
-
}
|
|
788
|
+
value: { type: { name: "String" } },
|
|
789
|
+
},
|
|
696
790
|
}, location: {
|
|
697
791
|
serializedName: "location",
|
|
698
792
|
required: true,
|
|
699
793
|
type: {
|
|
700
|
-
name: "String"
|
|
701
|
-
}
|
|
702
|
-
} })
|
|
703
|
-
}
|
|
794
|
+
name: "String",
|
|
795
|
+
},
|
|
796
|
+
} }),
|
|
797
|
+
},
|
|
704
798
|
};
|
|
705
799
|
export const ProxyResource = {
|
|
706
800
|
type: {
|
|
707
801
|
name: "Composite",
|
|
708
802
|
className: "ProxyResource",
|
|
709
|
-
modelProperties: Object.assign({}, Resource.type.modelProperties)
|
|
710
|
-
}
|
|
803
|
+
modelProperties: Object.assign({}, Resource.type.modelProperties),
|
|
804
|
+
},
|
|
805
|
+
};
|
|
806
|
+
export const WeeklyRecurrence = {
|
|
807
|
+
type: {
|
|
808
|
+
name: "Composite",
|
|
809
|
+
className: "WeeklyRecurrence",
|
|
810
|
+
modelProperties: Object.assign(Object.assign({}, Recurrence.type.modelProperties), { days: {
|
|
811
|
+
serializedName: "days",
|
|
812
|
+
required: true,
|
|
813
|
+
type: {
|
|
814
|
+
name: "Sequence",
|
|
815
|
+
element: {
|
|
816
|
+
type: {
|
|
817
|
+
name: "Enum",
|
|
818
|
+
allowedValues: [
|
|
819
|
+
"Monday",
|
|
820
|
+
"Tuesday",
|
|
821
|
+
"Wednesday",
|
|
822
|
+
"Thursday",
|
|
823
|
+
"Friday",
|
|
824
|
+
"Saturday",
|
|
825
|
+
"Sunday",
|
|
826
|
+
],
|
|
827
|
+
},
|
|
828
|
+
},
|
|
829
|
+
},
|
|
830
|
+
} }),
|
|
831
|
+
},
|
|
832
|
+
};
|
|
833
|
+
export const UploadLimitWeeklyRecurrence = {
|
|
834
|
+
type: {
|
|
835
|
+
name: "Composite",
|
|
836
|
+
className: "UploadLimitWeeklyRecurrence",
|
|
837
|
+
modelProperties: Object.assign(Object.assign({}, WeeklyRecurrence.type.modelProperties), UploadLimit.type.modelProperties),
|
|
838
|
+
},
|
|
711
839
|
};
|
|
712
840
|
export const AzureStorageBlobContainerEndpointProperties = {
|
|
713
841
|
serializedName: "AzureStorageBlobContainer",
|
|
@@ -720,16 +848,16 @@ export const AzureStorageBlobContainerEndpointProperties = {
|
|
|
720
848
|
serializedName: "storageAccountResourceId",
|
|
721
849
|
required: true,
|
|
722
850
|
type: {
|
|
723
|
-
name: "String"
|
|
724
|
-
}
|
|
851
|
+
name: "String",
|
|
852
|
+
},
|
|
725
853
|
}, blobContainerName: {
|
|
726
854
|
serializedName: "blobContainerName",
|
|
727
855
|
required: true,
|
|
728
856
|
type: {
|
|
729
|
-
name: "String"
|
|
730
|
-
}
|
|
731
|
-
} })
|
|
732
|
-
}
|
|
857
|
+
name: "String",
|
|
858
|
+
},
|
|
859
|
+
} }),
|
|
860
|
+
},
|
|
733
861
|
};
|
|
734
862
|
export const NfsMountEndpointProperties = {
|
|
735
863
|
serializedName: "NfsMount",
|
|
@@ -742,21 +870,21 @@ export const NfsMountEndpointProperties = {
|
|
|
742
870
|
serializedName: "host",
|
|
743
871
|
required: true,
|
|
744
872
|
type: {
|
|
745
|
-
name: "String"
|
|
746
|
-
}
|
|
873
|
+
name: "String",
|
|
874
|
+
},
|
|
747
875
|
}, nfsVersion: {
|
|
748
876
|
serializedName: "nfsVersion",
|
|
749
877
|
type: {
|
|
750
|
-
name: "String"
|
|
751
|
-
}
|
|
878
|
+
name: "String",
|
|
879
|
+
},
|
|
752
880
|
}, export: {
|
|
753
881
|
serializedName: "export",
|
|
754
882
|
required: true,
|
|
755
883
|
type: {
|
|
756
|
-
name: "String"
|
|
757
|
-
}
|
|
758
|
-
} })
|
|
759
|
-
}
|
|
884
|
+
name: "String",
|
|
885
|
+
},
|
|
886
|
+
} }),
|
|
887
|
+
},
|
|
760
888
|
};
|
|
761
889
|
export const AzureStorageSmbFileShareEndpointProperties = {
|
|
762
890
|
serializedName: "AzureStorageSmbFileShare",
|
|
@@ -769,16 +897,16 @@ export const AzureStorageSmbFileShareEndpointProperties = {
|
|
|
769
897
|
serializedName: "storageAccountResourceId",
|
|
770
898
|
required: true,
|
|
771
899
|
type: {
|
|
772
|
-
name: "String"
|
|
773
|
-
}
|
|
900
|
+
name: "String",
|
|
901
|
+
},
|
|
774
902
|
}, fileShareName: {
|
|
775
903
|
serializedName: "fileShareName",
|
|
776
904
|
required: true,
|
|
777
905
|
type: {
|
|
778
|
-
name: "String"
|
|
779
|
-
}
|
|
780
|
-
} })
|
|
781
|
-
}
|
|
906
|
+
name: "String",
|
|
907
|
+
},
|
|
908
|
+
} }),
|
|
909
|
+
},
|
|
782
910
|
};
|
|
783
911
|
export const SmbMountEndpointProperties = {
|
|
784
912
|
serializedName: "SmbMount",
|
|
@@ -791,22 +919,22 @@ export const SmbMountEndpointProperties = {
|
|
|
791
919
|
serializedName: "host",
|
|
792
920
|
required: true,
|
|
793
921
|
type: {
|
|
794
|
-
name: "String"
|
|
795
|
-
}
|
|
922
|
+
name: "String",
|
|
923
|
+
},
|
|
796
924
|
}, shareName: {
|
|
797
925
|
serializedName: "shareName",
|
|
798
926
|
required: true,
|
|
799
927
|
type: {
|
|
800
|
-
name: "String"
|
|
801
|
-
}
|
|
928
|
+
name: "String",
|
|
929
|
+
},
|
|
802
930
|
}, credentials: {
|
|
803
931
|
serializedName: "credentials",
|
|
804
932
|
type: {
|
|
805
933
|
name: "Composite",
|
|
806
|
-
className: "AzureKeyVaultSmbCredentials"
|
|
807
|
-
}
|
|
808
|
-
} })
|
|
809
|
-
}
|
|
934
|
+
className: "AzureKeyVaultSmbCredentials",
|
|
935
|
+
},
|
|
936
|
+
} }),
|
|
937
|
+
},
|
|
810
938
|
};
|
|
811
939
|
export const AzureStorageBlobContainerEndpointUpdateProperties = {
|
|
812
940
|
serializedName: "AzureStorageBlobContainer",
|
|
@@ -815,8 +943,8 @@ export const AzureStorageBlobContainerEndpointUpdateProperties = {
|
|
|
815
943
|
className: "AzureStorageBlobContainerEndpointUpdateProperties",
|
|
816
944
|
uberParent: "EndpointBaseUpdateProperties",
|
|
817
945
|
polymorphicDiscriminator: EndpointBaseUpdateProperties.type.polymorphicDiscriminator,
|
|
818
|
-
modelProperties: Object.assign({}, EndpointBaseUpdateProperties.type.modelProperties)
|
|
819
|
-
}
|
|
946
|
+
modelProperties: Object.assign({}, EndpointBaseUpdateProperties.type.modelProperties),
|
|
947
|
+
},
|
|
820
948
|
};
|
|
821
949
|
export const NfsMountEndpointUpdateProperties = {
|
|
822
950
|
serializedName: "NfsMount",
|
|
@@ -825,8 +953,8 @@ export const NfsMountEndpointUpdateProperties = {
|
|
|
825
953
|
className: "NfsMountEndpointUpdateProperties",
|
|
826
954
|
uberParent: "EndpointBaseUpdateProperties",
|
|
827
955
|
polymorphicDiscriminator: EndpointBaseUpdateProperties.type.polymorphicDiscriminator,
|
|
828
|
-
modelProperties: Object.assign({}, EndpointBaseUpdateProperties.type.modelProperties)
|
|
829
|
-
}
|
|
956
|
+
modelProperties: Object.assign({}, EndpointBaseUpdateProperties.type.modelProperties),
|
|
957
|
+
},
|
|
830
958
|
};
|
|
831
959
|
export const AzureStorageSmbFileShareEndpointUpdateProperties = {
|
|
832
960
|
serializedName: "AzureStorageSmbFileShare",
|
|
@@ -835,8 +963,8 @@ export const AzureStorageSmbFileShareEndpointUpdateProperties = {
|
|
|
835
963
|
className: "AzureStorageSmbFileShareEndpointUpdateProperties",
|
|
836
964
|
uberParent: "EndpointBaseUpdateProperties",
|
|
837
965
|
polymorphicDiscriminator: EndpointBaseUpdateProperties.type.polymorphicDiscriminator,
|
|
838
|
-
modelProperties: Object.assign({}, EndpointBaseUpdateProperties.type.modelProperties)
|
|
839
|
-
}
|
|
966
|
+
modelProperties: Object.assign({}, EndpointBaseUpdateProperties.type.modelProperties),
|
|
967
|
+
},
|
|
840
968
|
};
|
|
841
969
|
export const SmbMountEndpointUpdateProperties = {
|
|
842
970
|
serializedName: "SmbMount",
|
|
@@ -849,10 +977,10 @@ export const SmbMountEndpointUpdateProperties = {
|
|
|
849
977
|
serializedName: "credentials",
|
|
850
978
|
type: {
|
|
851
979
|
name: "Composite",
|
|
852
|
-
className: "AzureKeyVaultSmbCredentials"
|
|
853
|
-
}
|
|
854
|
-
} })
|
|
855
|
-
}
|
|
980
|
+
className: "AzureKeyVaultSmbCredentials",
|
|
981
|
+
},
|
|
982
|
+
} }),
|
|
983
|
+
},
|
|
856
984
|
};
|
|
857
985
|
export const AzureKeyVaultSmbCredentials = {
|
|
858
986
|
serializedName: "AzureKeyVaultSmb",
|
|
@@ -864,15 +992,15 @@ export const AzureKeyVaultSmbCredentials = {
|
|
|
864
992
|
modelProperties: Object.assign(Object.assign({}, Credentials.type.modelProperties), { usernameUri: {
|
|
865
993
|
serializedName: "usernameUri",
|
|
866
994
|
type: {
|
|
867
|
-
name: "String"
|
|
868
|
-
}
|
|
995
|
+
name: "String",
|
|
996
|
+
},
|
|
869
997
|
}, passwordUri: {
|
|
870
998
|
serializedName: "passwordUri",
|
|
871
999
|
type: {
|
|
872
|
-
name: "String"
|
|
873
|
-
}
|
|
874
|
-
} })
|
|
875
|
-
}
|
|
1000
|
+
name: "String",
|
|
1001
|
+
},
|
|
1002
|
+
} }),
|
|
1003
|
+
},
|
|
876
1004
|
};
|
|
877
1005
|
export const StorageMover = {
|
|
878
1006
|
type: {
|
|
@@ -881,16 +1009,16 @@ export const StorageMover = {
|
|
|
881
1009
|
modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), { description: {
|
|
882
1010
|
serializedName: "properties.description",
|
|
883
1011
|
type: {
|
|
884
|
-
name: "String"
|
|
885
|
-
}
|
|
1012
|
+
name: "String",
|
|
1013
|
+
},
|
|
886
1014
|
}, provisioningState: {
|
|
887
1015
|
serializedName: "properties.provisioningState",
|
|
888
1016
|
readOnly: true,
|
|
889
1017
|
type: {
|
|
890
|
-
name: "String"
|
|
891
|
-
}
|
|
892
|
-
} })
|
|
893
|
-
}
|
|
1018
|
+
name: "String",
|
|
1019
|
+
},
|
|
1020
|
+
} }),
|
|
1021
|
+
},
|
|
894
1022
|
};
|
|
895
1023
|
export const Agent = {
|
|
896
1024
|
type: {
|
|
@@ -899,76 +1027,88 @@ export const Agent = {
|
|
|
899
1027
|
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { description: {
|
|
900
1028
|
serializedName: "properties.description",
|
|
901
1029
|
type: {
|
|
902
|
-
name: "String"
|
|
903
|
-
}
|
|
1030
|
+
name: "String",
|
|
1031
|
+
},
|
|
904
1032
|
}, agentVersion: {
|
|
905
1033
|
serializedName: "properties.agentVersion",
|
|
906
1034
|
readOnly: true,
|
|
907
1035
|
type: {
|
|
908
|
-
name: "String"
|
|
909
|
-
}
|
|
1036
|
+
name: "String",
|
|
1037
|
+
},
|
|
910
1038
|
}, arcResourceId: {
|
|
911
1039
|
serializedName: "properties.arcResourceId",
|
|
912
1040
|
required: true,
|
|
913
1041
|
type: {
|
|
914
|
-
name: "String"
|
|
915
|
-
}
|
|
1042
|
+
name: "String",
|
|
1043
|
+
},
|
|
916
1044
|
}, arcVmUuid: {
|
|
917
1045
|
serializedName: "properties.arcVmUuid",
|
|
918
1046
|
required: true,
|
|
919
1047
|
type: {
|
|
920
|
-
name: "String"
|
|
921
|
-
}
|
|
1048
|
+
name: "String",
|
|
1049
|
+
},
|
|
922
1050
|
}, agentStatus: {
|
|
923
1051
|
serializedName: "properties.agentStatus",
|
|
924
1052
|
readOnly: true,
|
|
925
1053
|
type: {
|
|
926
|
-
name: "String"
|
|
927
|
-
}
|
|
1054
|
+
name: "String",
|
|
1055
|
+
},
|
|
928
1056
|
}, lastStatusUpdate: {
|
|
929
1057
|
serializedName: "properties.lastStatusUpdate",
|
|
930
1058
|
readOnly: true,
|
|
931
1059
|
type: {
|
|
932
|
-
name: "DateTime"
|
|
933
|
-
}
|
|
1060
|
+
name: "DateTime",
|
|
1061
|
+
},
|
|
934
1062
|
}, localIPAddress: {
|
|
935
1063
|
serializedName: "properties.localIPAddress",
|
|
936
1064
|
readOnly: true,
|
|
937
1065
|
type: {
|
|
938
|
-
name: "String"
|
|
939
|
-
}
|
|
1066
|
+
name: "String",
|
|
1067
|
+
},
|
|
940
1068
|
}, memoryInMB: {
|
|
941
1069
|
serializedName: "properties.memoryInMB",
|
|
942
1070
|
readOnly: true,
|
|
943
1071
|
type: {
|
|
944
|
-
name: "Number"
|
|
945
|
-
}
|
|
1072
|
+
name: "Number",
|
|
1073
|
+
},
|
|
946
1074
|
}, numberOfCores: {
|
|
947
1075
|
serializedName: "properties.numberOfCores",
|
|
948
1076
|
readOnly: true,
|
|
949
1077
|
type: {
|
|
950
|
-
name: "Number"
|
|
951
|
-
}
|
|
1078
|
+
name: "Number",
|
|
1079
|
+
},
|
|
952
1080
|
}, uptimeInSeconds: {
|
|
953
1081
|
serializedName: "properties.uptimeInSeconds",
|
|
954
1082
|
readOnly: true,
|
|
955
1083
|
type: {
|
|
956
|
-
name: "Number"
|
|
957
|
-
}
|
|
1084
|
+
name: "Number",
|
|
1085
|
+
},
|
|
1086
|
+
}, timeZone: {
|
|
1087
|
+
serializedName: "properties.timeZone",
|
|
1088
|
+
readOnly: true,
|
|
1089
|
+
type: {
|
|
1090
|
+
name: "String",
|
|
1091
|
+
},
|
|
1092
|
+
}, uploadLimitSchedule: {
|
|
1093
|
+
serializedName: "properties.uploadLimitSchedule",
|
|
1094
|
+
type: {
|
|
1095
|
+
name: "Composite",
|
|
1096
|
+
className: "UploadLimitSchedule",
|
|
1097
|
+
},
|
|
958
1098
|
}, errorDetails: {
|
|
959
1099
|
serializedName: "properties.errorDetails",
|
|
960
1100
|
type: {
|
|
961
1101
|
name: "Composite",
|
|
962
|
-
className: "AgentPropertiesErrorDetails"
|
|
963
|
-
}
|
|
1102
|
+
className: "AgentPropertiesErrorDetails",
|
|
1103
|
+
},
|
|
964
1104
|
}, provisioningState: {
|
|
965
1105
|
serializedName: "properties.provisioningState",
|
|
966
1106
|
readOnly: true,
|
|
967
1107
|
type: {
|
|
968
|
-
name: "String"
|
|
969
|
-
}
|
|
970
|
-
} })
|
|
971
|
-
}
|
|
1108
|
+
name: "String",
|
|
1109
|
+
},
|
|
1110
|
+
} }),
|
|
1111
|
+
},
|
|
972
1112
|
};
|
|
973
1113
|
export const Endpoint = {
|
|
974
1114
|
type: {
|
|
@@ -978,10 +1118,10 @@ export const Endpoint = {
|
|
|
978
1118
|
serializedName: "properties",
|
|
979
1119
|
type: {
|
|
980
1120
|
name: "Composite",
|
|
981
|
-
className: "EndpointBaseProperties"
|
|
982
|
-
}
|
|
983
|
-
} })
|
|
984
|
-
}
|
|
1121
|
+
className: "EndpointBaseProperties",
|
|
1122
|
+
},
|
|
1123
|
+
} }),
|
|
1124
|
+
},
|
|
985
1125
|
};
|
|
986
1126
|
export const Project = {
|
|
987
1127
|
type: {
|
|
@@ -990,16 +1130,16 @@ export const Project = {
|
|
|
990
1130
|
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { description: {
|
|
991
1131
|
serializedName: "properties.description",
|
|
992
1132
|
type: {
|
|
993
|
-
name: "String"
|
|
994
|
-
}
|
|
1133
|
+
name: "String",
|
|
1134
|
+
},
|
|
995
1135
|
}, provisioningState: {
|
|
996
1136
|
serializedName: "properties.provisioningState",
|
|
997
1137
|
readOnly: true,
|
|
998
1138
|
type: {
|
|
999
|
-
name: "String"
|
|
1000
|
-
}
|
|
1001
|
-
} })
|
|
1002
|
-
}
|
|
1139
|
+
name: "String",
|
|
1140
|
+
},
|
|
1141
|
+
} }),
|
|
1142
|
+
},
|
|
1003
1143
|
};
|
|
1004
1144
|
export const JobDefinition = {
|
|
1005
1145
|
type: {
|
|
@@ -1008,85 +1148,85 @@ export const JobDefinition = {
|
|
|
1008
1148
|
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { description: {
|
|
1009
1149
|
serializedName: "properties.description",
|
|
1010
1150
|
type: {
|
|
1011
|
-
name: "String"
|
|
1012
|
-
}
|
|
1151
|
+
name: "String",
|
|
1152
|
+
},
|
|
1013
1153
|
}, copyMode: {
|
|
1014
1154
|
serializedName: "properties.copyMode",
|
|
1015
1155
|
required: true,
|
|
1016
1156
|
type: {
|
|
1017
|
-
name: "String"
|
|
1018
|
-
}
|
|
1157
|
+
name: "String",
|
|
1158
|
+
},
|
|
1019
1159
|
}, sourceName: {
|
|
1020
1160
|
serializedName: "properties.sourceName",
|
|
1021
1161
|
required: true,
|
|
1022
1162
|
type: {
|
|
1023
|
-
name: "String"
|
|
1024
|
-
}
|
|
1163
|
+
name: "String",
|
|
1164
|
+
},
|
|
1025
1165
|
}, sourceResourceId: {
|
|
1026
1166
|
serializedName: "properties.sourceResourceId",
|
|
1027
1167
|
readOnly: true,
|
|
1028
1168
|
type: {
|
|
1029
|
-
name: "String"
|
|
1030
|
-
}
|
|
1169
|
+
name: "String",
|
|
1170
|
+
},
|
|
1031
1171
|
}, sourceSubpath: {
|
|
1032
1172
|
serializedName: "properties.sourceSubpath",
|
|
1033
1173
|
type: {
|
|
1034
|
-
name: "String"
|
|
1035
|
-
}
|
|
1174
|
+
name: "String",
|
|
1175
|
+
},
|
|
1036
1176
|
}, targetName: {
|
|
1037
1177
|
serializedName: "properties.targetName",
|
|
1038
1178
|
required: true,
|
|
1039
1179
|
type: {
|
|
1040
|
-
name: "String"
|
|
1041
|
-
}
|
|
1180
|
+
name: "String",
|
|
1181
|
+
},
|
|
1042
1182
|
}, targetResourceId: {
|
|
1043
1183
|
serializedName: "properties.targetResourceId",
|
|
1044
1184
|
readOnly: true,
|
|
1045
1185
|
type: {
|
|
1046
|
-
name: "String"
|
|
1047
|
-
}
|
|
1186
|
+
name: "String",
|
|
1187
|
+
},
|
|
1048
1188
|
}, targetSubpath: {
|
|
1049
1189
|
serializedName: "properties.targetSubpath",
|
|
1050
1190
|
type: {
|
|
1051
|
-
name: "String"
|
|
1052
|
-
}
|
|
1191
|
+
name: "String",
|
|
1192
|
+
},
|
|
1053
1193
|
}, latestJobRunName: {
|
|
1054
1194
|
serializedName: "properties.latestJobRunName",
|
|
1055
1195
|
readOnly: true,
|
|
1056
1196
|
type: {
|
|
1057
|
-
name: "String"
|
|
1058
|
-
}
|
|
1197
|
+
name: "String",
|
|
1198
|
+
},
|
|
1059
1199
|
}, latestJobRunResourceId: {
|
|
1060
1200
|
serializedName: "properties.latestJobRunResourceId",
|
|
1061
1201
|
readOnly: true,
|
|
1062
1202
|
type: {
|
|
1063
|
-
name: "String"
|
|
1064
|
-
}
|
|
1203
|
+
name: "String",
|
|
1204
|
+
},
|
|
1065
1205
|
}, latestJobRunStatus: {
|
|
1066
1206
|
serializedName: "properties.latestJobRunStatus",
|
|
1067
1207
|
readOnly: true,
|
|
1068
1208
|
type: {
|
|
1069
|
-
name: "String"
|
|
1070
|
-
}
|
|
1209
|
+
name: "String",
|
|
1210
|
+
},
|
|
1071
1211
|
}, agentName: {
|
|
1072
1212
|
serializedName: "properties.agentName",
|
|
1073
1213
|
type: {
|
|
1074
|
-
name: "String"
|
|
1075
|
-
}
|
|
1214
|
+
name: "String",
|
|
1215
|
+
},
|
|
1076
1216
|
}, agentResourceId: {
|
|
1077
1217
|
serializedName: "properties.agentResourceId",
|
|
1078
1218
|
readOnly: true,
|
|
1079
1219
|
type: {
|
|
1080
|
-
name: "String"
|
|
1081
|
-
}
|
|
1220
|
+
name: "String",
|
|
1221
|
+
},
|
|
1082
1222
|
}, provisioningState: {
|
|
1083
1223
|
serializedName: "properties.provisioningState",
|
|
1084
1224
|
readOnly: true,
|
|
1085
1225
|
type: {
|
|
1086
|
-
name: "String"
|
|
1087
|
-
}
|
|
1088
|
-
} })
|
|
1089
|
-
}
|
|
1226
|
+
name: "String",
|
|
1227
|
+
},
|
|
1228
|
+
} }),
|
|
1229
|
+
},
|
|
1090
1230
|
};
|
|
1091
1231
|
export const JobRun = {
|
|
1092
1232
|
type: {
|
|
@@ -1096,175 +1236,175 @@ export const JobRun = {
|
|
|
1096
1236
|
serializedName: "properties.status",
|
|
1097
1237
|
readOnly: true,
|
|
1098
1238
|
type: {
|
|
1099
|
-
name: "String"
|
|
1100
|
-
}
|
|
1239
|
+
name: "String",
|
|
1240
|
+
},
|
|
1101
1241
|
}, scanStatus: {
|
|
1102
1242
|
serializedName: "properties.scanStatus",
|
|
1103
1243
|
readOnly: true,
|
|
1104
1244
|
type: {
|
|
1105
|
-
name: "String"
|
|
1106
|
-
}
|
|
1245
|
+
name: "String",
|
|
1246
|
+
},
|
|
1107
1247
|
}, agentName: {
|
|
1108
1248
|
serializedName: "properties.agentName",
|
|
1109
1249
|
readOnly: true,
|
|
1110
1250
|
type: {
|
|
1111
|
-
name: "String"
|
|
1112
|
-
}
|
|
1251
|
+
name: "String",
|
|
1252
|
+
},
|
|
1113
1253
|
}, agentResourceId: {
|
|
1114
1254
|
serializedName: "properties.agentResourceId",
|
|
1115
1255
|
readOnly: true,
|
|
1116
1256
|
type: {
|
|
1117
|
-
name: "String"
|
|
1118
|
-
}
|
|
1257
|
+
name: "String",
|
|
1258
|
+
},
|
|
1119
1259
|
}, executionStartTime: {
|
|
1120
1260
|
serializedName: "properties.executionStartTime",
|
|
1121
1261
|
readOnly: true,
|
|
1122
1262
|
type: {
|
|
1123
|
-
name: "DateTime"
|
|
1124
|
-
}
|
|
1263
|
+
name: "DateTime",
|
|
1264
|
+
},
|
|
1125
1265
|
}, executionEndTime: {
|
|
1126
1266
|
serializedName: "properties.executionEndTime",
|
|
1127
1267
|
readOnly: true,
|
|
1128
1268
|
type: {
|
|
1129
|
-
name: "DateTime"
|
|
1130
|
-
}
|
|
1269
|
+
name: "DateTime",
|
|
1270
|
+
},
|
|
1131
1271
|
}, lastStatusUpdate: {
|
|
1132
1272
|
serializedName: "properties.lastStatusUpdate",
|
|
1133
1273
|
readOnly: true,
|
|
1134
1274
|
type: {
|
|
1135
|
-
name: "DateTime"
|
|
1136
|
-
}
|
|
1275
|
+
name: "DateTime",
|
|
1276
|
+
},
|
|
1137
1277
|
}, itemsScanned: {
|
|
1138
1278
|
serializedName: "properties.itemsScanned",
|
|
1139
1279
|
readOnly: true,
|
|
1140
1280
|
type: {
|
|
1141
|
-
name: "Number"
|
|
1142
|
-
}
|
|
1281
|
+
name: "Number",
|
|
1282
|
+
},
|
|
1143
1283
|
}, itemsExcluded: {
|
|
1144
1284
|
serializedName: "properties.itemsExcluded",
|
|
1145
1285
|
readOnly: true,
|
|
1146
1286
|
type: {
|
|
1147
|
-
name: "Number"
|
|
1148
|
-
}
|
|
1287
|
+
name: "Number",
|
|
1288
|
+
},
|
|
1149
1289
|
}, itemsUnsupported: {
|
|
1150
1290
|
serializedName: "properties.itemsUnsupported",
|
|
1151
1291
|
readOnly: true,
|
|
1152
1292
|
type: {
|
|
1153
|
-
name: "Number"
|
|
1154
|
-
}
|
|
1293
|
+
name: "Number",
|
|
1294
|
+
},
|
|
1155
1295
|
}, itemsNoTransferNeeded: {
|
|
1156
1296
|
serializedName: "properties.itemsNoTransferNeeded",
|
|
1157
1297
|
readOnly: true,
|
|
1158
1298
|
type: {
|
|
1159
|
-
name: "Number"
|
|
1160
|
-
}
|
|
1299
|
+
name: "Number",
|
|
1300
|
+
},
|
|
1161
1301
|
}, itemsFailed: {
|
|
1162
1302
|
serializedName: "properties.itemsFailed",
|
|
1163
1303
|
readOnly: true,
|
|
1164
1304
|
type: {
|
|
1165
|
-
name: "Number"
|
|
1166
|
-
}
|
|
1305
|
+
name: "Number",
|
|
1306
|
+
},
|
|
1167
1307
|
}, itemsTransferred: {
|
|
1168
1308
|
serializedName: "properties.itemsTransferred",
|
|
1169
1309
|
readOnly: true,
|
|
1170
1310
|
type: {
|
|
1171
|
-
name: "Number"
|
|
1172
|
-
}
|
|
1311
|
+
name: "Number",
|
|
1312
|
+
},
|
|
1173
1313
|
}, bytesScanned: {
|
|
1174
1314
|
serializedName: "properties.bytesScanned",
|
|
1175
1315
|
readOnly: true,
|
|
1176
1316
|
type: {
|
|
1177
|
-
name: "Number"
|
|
1178
|
-
}
|
|
1317
|
+
name: "Number",
|
|
1318
|
+
},
|
|
1179
1319
|
}, bytesExcluded: {
|
|
1180
1320
|
serializedName: "properties.bytesExcluded",
|
|
1181
1321
|
readOnly: true,
|
|
1182
1322
|
type: {
|
|
1183
|
-
name: "Number"
|
|
1184
|
-
}
|
|
1323
|
+
name: "Number",
|
|
1324
|
+
},
|
|
1185
1325
|
}, bytesUnsupported: {
|
|
1186
1326
|
serializedName: "properties.bytesUnsupported",
|
|
1187
1327
|
readOnly: true,
|
|
1188
1328
|
type: {
|
|
1189
|
-
name: "Number"
|
|
1190
|
-
}
|
|
1329
|
+
name: "Number",
|
|
1330
|
+
},
|
|
1191
1331
|
}, bytesNoTransferNeeded: {
|
|
1192
1332
|
serializedName: "properties.bytesNoTransferNeeded",
|
|
1193
1333
|
readOnly: true,
|
|
1194
1334
|
type: {
|
|
1195
|
-
name: "Number"
|
|
1196
|
-
}
|
|
1335
|
+
name: "Number",
|
|
1336
|
+
},
|
|
1197
1337
|
}, bytesFailed: {
|
|
1198
1338
|
serializedName: "properties.bytesFailed",
|
|
1199
1339
|
readOnly: true,
|
|
1200
1340
|
type: {
|
|
1201
|
-
name: "Number"
|
|
1202
|
-
}
|
|
1341
|
+
name: "Number",
|
|
1342
|
+
},
|
|
1203
1343
|
}, bytesTransferred: {
|
|
1204
1344
|
serializedName: "properties.bytesTransferred",
|
|
1205
1345
|
readOnly: true,
|
|
1206
1346
|
type: {
|
|
1207
|
-
name: "Number"
|
|
1208
|
-
}
|
|
1347
|
+
name: "Number",
|
|
1348
|
+
},
|
|
1209
1349
|
}, sourceName: {
|
|
1210
1350
|
serializedName: "properties.sourceName",
|
|
1211
1351
|
readOnly: true,
|
|
1212
1352
|
type: {
|
|
1213
|
-
name: "String"
|
|
1214
|
-
}
|
|
1353
|
+
name: "String",
|
|
1354
|
+
},
|
|
1215
1355
|
}, sourceResourceId: {
|
|
1216
1356
|
serializedName: "properties.sourceResourceId",
|
|
1217
1357
|
readOnly: true,
|
|
1218
1358
|
type: {
|
|
1219
|
-
name: "String"
|
|
1220
|
-
}
|
|
1359
|
+
name: "String",
|
|
1360
|
+
},
|
|
1221
1361
|
}, sourceProperties: {
|
|
1222
1362
|
serializedName: "properties.sourceProperties",
|
|
1223
1363
|
readOnly: true,
|
|
1224
1364
|
type: {
|
|
1225
1365
|
name: "Dictionary",
|
|
1226
|
-
value: { type: { name: "any" } }
|
|
1227
|
-
}
|
|
1366
|
+
value: { type: { name: "any" } },
|
|
1367
|
+
},
|
|
1228
1368
|
}, targetName: {
|
|
1229
1369
|
serializedName: "properties.targetName",
|
|
1230
1370
|
readOnly: true,
|
|
1231
1371
|
type: {
|
|
1232
|
-
name: "String"
|
|
1233
|
-
}
|
|
1372
|
+
name: "String",
|
|
1373
|
+
},
|
|
1234
1374
|
}, targetResourceId: {
|
|
1235
1375
|
serializedName: "properties.targetResourceId",
|
|
1236
1376
|
readOnly: true,
|
|
1237
1377
|
type: {
|
|
1238
|
-
name: "String"
|
|
1239
|
-
}
|
|
1378
|
+
name: "String",
|
|
1379
|
+
},
|
|
1240
1380
|
}, targetProperties: {
|
|
1241
1381
|
serializedName: "properties.targetProperties",
|
|
1242
1382
|
readOnly: true,
|
|
1243
1383
|
type: {
|
|
1244
1384
|
name: "Dictionary",
|
|
1245
|
-
value: { type: { name: "any" } }
|
|
1246
|
-
}
|
|
1385
|
+
value: { type: { name: "any" } },
|
|
1386
|
+
},
|
|
1247
1387
|
}, jobDefinitionProperties: {
|
|
1248
1388
|
serializedName: "properties.jobDefinitionProperties",
|
|
1249
1389
|
readOnly: true,
|
|
1250
1390
|
type: {
|
|
1251
1391
|
name: "Dictionary",
|
|
1252
|
-
value: { type: { name: "any" } }
|
|
1253
|
-
}
|
|
1392
|
+
value: { type: { name: "any" } },
|
|
1393
|
+
},
|
|
1254
1394
|
}, error: {
|
|
1255
1395
|
serializedName: "properties.error",
|
|
1256
1396
|
type: {
|
|
1257
1397
|
name: "Composite",
|
|
1258
|
-
className: "JobRunError"
|
|
1259
|
-
}
|
|
1398
|
+
className: "JobRunError",
|
|
1399
|
+
},
|
|
1260
1400
|
}, provisioningState: {
|
|
1261
1401
|
serializedName: "properties.provisioningState",
|
|
1262
1402
|
readOnly: true,
|
|
1263
1403
|
type: {
|
|
1264
|
-
name: "String"
|
|
1265
|
-
}
|
|
1266
|
-
} })
|
|
1267
|
-
}
|
|
1404
|
+
name: "String",
|
|
1405
|
+
},
|
|
1406
|
+
} }),
|
|
1407
|
+
},
|
|
1268
1408
|
};
|
|
1269
1409
|
export let discriminators = {
|
|
1270
1410
|
EndpointBaseProperties: EndpointBaseProperties,
|
|
@@ -1278,6 +1418,6 @@ export let discriminators = {
|
|
|
1278
1418
|
"EndpointBaseUpdateProperties.NfsMount": NfsMountEndpointUpdateProperties,
|
|
1279
1419
|
"EndpointBaseUpdateProperties.AzureStorageSmbFileShare": AzureStorageSmbFileShareEndpointUpdateProperties,
|
|
1280
1420
|
"EndpointBaseUpdateProperties.SmbMount": SmbMountEndpointUpdateProperties,
|
|
1281
|
-
"Credentials.AzureKeyVaultSmb": AzureKeyVaultSmbCredentials
|
|
1421
|
+
"Credentials.AzureKeyVaultSmb": AzureKeyVaultSmbCredentials,
|
|
1282
1422
|
};
|
|
1283
1423
|
//# sourceMappingURL=mappers.js.map
|