@azure/arm-elasticsan 1.0.1-alpha.20240925.1 → 1.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 +7 -9
- package/dist/index.js +849 -837
- 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/elasticSansCreateSample.js +6 -6
- package/dist-esm/samples-dev/elasticSansDeleteSample.js +2 -2
- package/dist-esm/samples-dev/elasticSansGetSample.js +2 -2
- package/dist-esm/samples-dev/elasticSansListByResourceGroupSample.js +2 -2
- package/dist-esm/samples-dev/elasticSansListBySubscriptionSample.js +2 -2
- package/dist-esm/samples-dev/elasticSansUpdateSample.js +4 -4
- package/dist-esm/samples-dev/operationsListSample.js +2 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateSample.js +7 -7
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +2 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +2 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +2 -2
- package/dist-esm/samples-dev/privateLinkResourcesListByElasticSanSample.js +2 -2
- package/dist-esm/samples-dev/skusListSample.js +3 -3
- package/dist-esm/samples-dev/skusListSample.js.map +1 -1
- package/dist-esm/samples-dev/volumeGroupsCreateSample.js +17 -14
- package/dist-esm/samples-dev/volumeGroupsCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/volumeGroupsDeleteSample.js +2 -2
- package/dist-esm/samples-dev/volumeGroupsGetSample.js +2 -2
- package/dist-esm/samples-dev/volumeGroupsListByElasticSanSample.js +2 -2
- package/dist-esm/samples-dev/volumeGroupsUpdateSample.js +16 -13
- package/dist-esm/samples-dev/volumeGroupsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/volumeSnapshotsCreateSample.js +8 -8
- package/dist-esm/samples-dev/volumeSnapshotsDeleteSample.js +2 -2
- package/dist-esm/samples-dev/volumeSnapshotsGetSample.js +2 -2
- package/dist-esm/samples-dev/volumeSnapshotsListByVolumeGroupSample.js +3 -3
- package/dist-esm/samples-dev/volumeSnapshotsListByVolumeGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/volumesCreateSample.js +4 -4
- package/dist-esm/samples-dev/volumesDeleteSample.js +4 -4
- package/dist-esm/samples-dev/volumesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/volumesGetSample.js +2 -2
- package/dist-esm/samples-dev/volumesListByVolumeGroupSample.js +2 -2
- package/dist-esm/samples-dev/volumesUpdateSample.js +2 -2
- package/dist-esm/src/elasticSanManagement.d.ts.map +1 -1
- package/dist-esm/src/elasticSanManagement.js +9 -9
- package/dist-esm/src/elasticSanManagement.js.map +1 -1
- package/dist-esm/src/lroImpl.js +1 -1
- package/dist-esm/src/models/index.d.ts +4 -0
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +531 -519
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.js +61 -61
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/elasticSans.d.ts.map +1 -1
- package/dist-esm/src/operations/elasticSans.js +59 -59
- package/dist-esm/src/operations/elasticSans.js.map +1 -1
- package/dist-esm/src/operations/operations.js +5 -5
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +35 -35
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
- package/dist-esm/src/operations/privateLinkResources.js +5 -5
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -1
- package/dist-esm/src/operations/skus.js +5 -5
- package/dist-esm/src/operations/volumeGroups.d.ts.map +1 -1
- package/dist-esm/src/operations/volumeGroups.js +51 -51
- package/dist-esm/src/operations/volumeGroups.js.map +1 -1
- package/dist-esm/src/operations/volumeSnapshots.d.ts.map +1 -1
- package/dist-esm/src/operations/volumeSnapshots.js +40 -40
- package/dist-esm/src/operations/volumeSnapshots.js.map +1 -1
- package/dist-esm/src/operations/volumes.d.ts.map +1 -1
- package/dist-esm/src/operations/volumes.js +54 -54
- package/dist-esm/src/operations/volumes.js.map +1 -1
- package/dist-esm/test/elasticsan_examples.spec.d.ts.map +1 -1
- package/dist-esm/test/elasticsan_examples.spec.js +28 -9
- package/dist-esm/test/elasticsan_examples.spec.js.map +1 -1
- package/package.json +6 -6
- package/review/arm-elasticsan.api.md +2 -0
- package/src/elasticSanManagement.ts +18 -17
- package/src/lroImpl.ts +3 -3
- package/src/models/index.ts +26 -19
- package/src/models/mappers.ts +549 -536
- package/src/models/parameters.ts +62 -62
- package/src/operations/elasticSans.ts +115 -124
- package/src/operations/operations.ts +10 -10
- package/src/operations/privateEndpointConnections.ts +71 -76
- package/src/operations/privateLinkResources.ts +9 -10
- package/src/operations/skus.ts +9 -9
- package/src/operations/volumeGroups.ts +101 -109
- package/src/operations/volumeSnapshots.ts +79 -85
- package/src/operations/volumes.ts +104 -112
- package/src/operationsInterfaces/elasticSans.ts +10 -10
- package/src/operationsInterfaces/operations.ts +1 -1
- package/src/operationsInterfaces/privateEndpointConnections.ts +7 -7
- package/src/operationsInterfaces/privateLinkResources.ts +2 -2
- package/src/operationsInterfaces/skus.ts +1 -1
- package/src/operationsInterfaces/volumeGroups.ts +9 -9
- package/src/operationsInterfaces/volumeSnapshots.ts +7 -7
- package/src/operationsInterfaces/volumes.ts +9 -9
- package/src/pagingHelper.ts +1 -1
- package/types/arm-elasticsan.d.ts +4 -0
|
@@ -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 SkuInformationList = {
|
|
209
209
|
type: {
|
|
@@ -218,20 +218,20 @@ export const SkuInformationList = {
|
|
|
218
218
|
element: {
|
|
219
219
|
type: {
|
|
220
220
|
name: "Composite",
|
|
221
|
-
className: "SkuInformation"
|
|
222
|
-
}
|
|
223
|
-
}
|
|
224
|
-
}
|
|
221
|
+
className: "SkuInformation",
|
|
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 SkuInformation = {
|
|
237
237
|
type: {
|
|
@@ -242,21 +242,21 @@ export const SkuInformation = {
|
|
|
242
242
|
serializedName: "name",
|
|
243
243
|
required: true,
|
|
244
244
|
type: {
|
|
245
|
-
name: "String"
|
|
246
|
-
}
|
|
245
|
+
name: "String",
|
|
246
|
+
},
|
|
247
247
|
},
|
|
248
248
|
tier: {
|
|
249
249
|
serializedName: "tier",
|
|
250
250
|
type: {
|
|
251
|
-
name: "String"
|
|
252
|
-
}
|
|
251
|
+
name: "String",
|
|
252
|
+
},
|
|
253
253
|
},
|
|
254
254
|
resourceType: {
|
|
255
255
|
serializedName: "resourceType",
|
|
256
256
|
readOnly: true,
|
|
257
257
|
type: {
|
|
258
|
-
name: "String"
|
|
259
|
-
}
|
|
258
|
+
name: "String",
|
|
259
|
+
},
|
|
260
260
|
},
|
|
261
261
|
locations: {
|
|
262
262
|
serializedName: "locations",
|
|
@@ -265,10 +265,10 @@ export const SkuInformation = {
|
|
|
265
265
|
name: "Sequence",
|
|
266
266
|
element: {
|
|
267
267
|
type: {
|
|
268
|
-
name: "String"
|
|
269
|
-
}
|
|
270
|
-
}
|
|
271
|
-
}
|
|
268
|
+
name: "String",
|
|
269
|
+
},
|
|
270
|
+
},
|
|
271
|
+
},
|
|
272
272
|
},
|
|
273
273
|
locationInfo: {
|
|
274
274
|
serializedName: "locationInfo",
|
|
@@ -278,10 +278,10 @@ export const SkuInformation = {
|
|
|
278
278
|
element: {
|
|
279
279
|
type: {
|
|
280
280
|
name: "Composite",
|
|
281
|
-
className: "SkuLocationInfo"
|
|
282
|
-
}
|
|
283
|
-
}
|
|
284
|
-
}
|
|
281
|
+
className: "SkuLocationInfo",
|
|
282
|
+
},
|
|
283
|
+
},
|
|
284
|
+
},
|
|
285
285
|
},
|
|
286
286
|
capabilities: {
|
|
287
287
|
serializedName: "capabilities",
|
|
@@ -291,13 +291,13 @@ export const SkuInformation = {
|
|
|
291
291
|
element: {
|
|
292
292
|
type: {
|
|
293
293
|
name: "Composite",
|
|
294
|
-
className: "SKUCapability"
|
|
295
|
-
}
|
|
296
|
-
}
|
|
297
|
-
}
|
|
298
|
-
}
|
|
299
|
-
}
|
|
300
|
-
}
|
|
294
|
+
className: "SKUCapability",
|
|
295
|
+
},
|
|
296
|
+
},
|
|
297
|
+
},
|
|
298
|
+
},
|
|
299
|
+
},
|
|
300
|
+
},
|
|
301
301
|
};
|
|
302
302
|
export const SkuLocationInfo = {
|
|
303
303
|
type: {
|
|
@@ -308,8 +308,8 @@ export const SkuLocationInfo = {
|
|
|
308
308
|
serializedName: "location",
|
|
309
309
|
readOnly: true,
|
|
310
310
|
type: {
|
|
311
|
-
name: "String"
|
|
312
|
-
}
|
|
311
|
+
name: "String",
|
|
312
|
+
},
|
|
313
313
|
},
|
|
314
314
|
zones: {
|
|
315
315
|
serializedName: "zones",
|
|
@@ -318,13 +318,13 @@ export const SkuLocationInfo = {
|
|
|
318
318
|
name: "Sequence",
|
|
319
319
|
element: {
|
|
320
320
|
type: {
|
|
321
|
-
name: "String"
|
|
322
|
-
}
|
|
323
|
-
}
|
|
324
|
-
}
|
|
325
|
-
}
|
|
326
|
-
}
|
|
327
|
-
}
|
|
321
|
+
name: "String",
|
|
322
|
+
},
|
|
323
|
+
},
|
|
324
|
+
},
|
|
325
|
+
},
|
|
326
|
+
},
|
|
327
|
+
},
|
|
328
328
|
};
|
|
329
329
|
export const SKUCapability = {
|
|
330
330
|
type: {
|
|
@@ -335,18 +335,18 @@ export const SKUCapability = {
|
|
|
335
335
|
serializedName: "name",
|
|
336
336
|
readOnly: true,
|
|
337
337
|
type: {
|
|
338
|
-
name: "String"
|
|
339
|
-
}
|
|
338
|
+
name: "String",
|
|
339
|
+
},
|
|
340
340
|
},
|
|
341
341
|
value: {
|
|
342
342
|
serializedName: "value",
|
|
343
343
|
readOnly: true,
|
|
344
344
|
type: {
|
|
345
|
-
name: "String"
|
|
346
|
-
}
|
|
347
|
-
}
|
|
348
|
-
}
|
|
349
|
-
}
|
|
345
|
+
name: "String",
|
|
346
|
+
},
|
|
347
|
+
},
|
|
348
|
+
},
|
|
349
|
+
},
|
|
350
350
|
};
|
|
351
351
|
export const ElasticSanList = {
|
|
352
352
|
type: {
|
|
@@ -360,20 +360,20 @@ export const ElasticSanList = {
|
|
|
360
360
|
element: {
|
|
361
361
|
type: {
|
|
362
362
|
name: "Composite",
|
|
363
|
-
className: "ElasticSan"
|
|
364
|
-
}
|
|
365
|
-
}
|
|
366
|
-
}
|
|
363
|
+
className: "ElasticSan",
|
|
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
377
|
};
|
|
378
378
|
export const ElasticSanProperties = {
|
|
379
379
|
type: {
|
|
@@ -384,8 +384,8 @@ export const ElasticSanProperties = {
|
|
|
384
384
|
serializedName: "sku",
|
|
385
385
|
type: {
|
|
386
386
|
name: "Composite",
|
|
387
|
-
className: "Sku"
|
|
388
|
-
}
|
|
387
|
+
className: "Sku",
|
|
388
|
+
},
|
|
389
389
|
},
|
|
390
390
|
availabilityZones: {
|
|
391
391
|
serializedName: "availabilityZones",
|
|
@@ -393,66 +393,66 @@ export const ElasticSanProperties = {
|
|
|
393
393
|
name: "Sequence",
|
|
394
394
|
element: {
|
|
395
395
|
type: {
|
|
396
|
-
name: "String"
|
|
397
|
-
}
|
|
398
|
-
}
|
|
399
|
-
}
|
|
396
|
+
name: "String",
|
|
397
|
+
},
|
|
398
|
+
},
|
|
399
|
+
},
|
|
400
400
|
},
|
|
401
401
|
provisioningState: {
|
|
402
402
|
serializedName: "provisioningState",
|
|
403
403
|
readOnly: true,
|
|
404
404
|
type: {
|
|
405
|
-
name: "String"
|
|
406
|
-
}
|
|
405
|
+
name: "String",
|
|
406
|
+
},
|
|
407
407
|
},
|
|
408
408
|
baseSizeTiB: {
|
|
409
409
|
serializedName: "baseSizeTiB",
|
|
410
410
|
required: true,
|
|
411
411
|
type: {
|
|
412
|
-
name: "Number"
|
|
413
|
-
}
|
|
412
|
+
name: "Number",
|
|
413
|
+
},
|
|
414
414
|
},
|
|
415
415
|
extendedCapacitySizeTiB: {
|
|
416
416
|
serializedName: "extendedCapacitySizeTiB",
|
|
417
417
|
required: true,
|
|
418
418
|
type: {
|
|
419
|
-
name: "Number"
|
|
420
|
-
}
|
|
419
|
+
name: "Number",
|
|
420
|
+
},
|
|
421
421
|
},
|
|
422
422
|
totalVolumeSizeGiB: {
|
|
423
423
|
serializedName: "totalVolumeSizeGiB",
|
|
424
424
|
readOnly: true,
|
|
425
425
|
type: {
|
|
426
|
-
name: "Number"
|
|
427
|
-
}
|
|
426
|
+
name: "Number",
|
|
427
|
+
},
|
|
428
428
|
},
|
|
429
429
|
volumeGroupCount: {
|
|
430
430
|
serializedName: "volumeGroupCount",
|
|
431
431
|
readOnly: true,
|
|
432
432
|
type: {
|
|
433
|
-
name: "Number"
|
|
434
|
-
}
|
|
433
|
+
name: "Number",
|
|
434
|
+
},
|
|
435
435
|
},
|
|
436
436
|
totalIops: {
|
|
437
437
|
serializedName: "totalIops",
|
|
438
438
|
readOnly: true,
|
|
439
439
|
type: {
|
|
440
|
-
name: "Number"
|
|
441
|
-
}
|
|
440
|
+
name: "Number",
|
|
441
|
+
},
|
|
442
442
|
},
|
|
443
443
|
totalMBps: {
|
|
444
444
|
serializedName: "totalMBps",
|
|
445
445
|
readOnly: true,
|
|
446
446
|
type: {
|
|
447
|
-
name: "Number"
|
|
448
|
-
}
|
|
447
|
+
name: "Number",
|
|
448
|
+
},
|
|
449
449
|
},
|
|
450
450
|
totalSizeTiB: {
|
|
451
451
|
serializedName: "totalSizeTiB",
|
|
452
452
|
readOnly: true,
|
|
453
453
|
type: {
|
|
454
|
-
name: "Number"
|
|
455
|
-
}
|
|
454
|
+
name: "Number",
|
|
455
|
+
},
|
|
456
456
|
},
|
|
457
457
|
privateEndpointConnections: {
|
|
458
458
|
serializedName: "privateEndpointConnections",
|
|
@@ -462,19 +462,19 @@ export const ElasticSanProperties = {
|
|
|
462
462
|
element: {
|
|
463
463
|
type: {
|
|
464
464
|
name: "Composite",
|
|
465
|
-
className: "PrivateEndpointConnection"
|
|
466
|
-
}
|
|
467
|
-
}
|
|
468
|
-
}
|
|
465
|
+
className: "PrivateEndpointConnection",
|
|
466
|
+
},
|
|
467
|
+
},
|
|
468
|
+
},
|
|
469
469
|
},
|
|
470
470
|
publicNetworkAccess: {
|
|
471
471
|
serializedName: "publicNetworkAccess",
|
|
472
472
|
type: {
|
|
473
|
-
name: "String"
|
|
474
|
-
}
|
|
475
|
-
}
|
|
476
|
-
}
|
|
477
|
-
}
|
|
473
|
+
name: "String",
|
|
474
|
+
},
|
|
475
|
+
},
|
|
476
|
+
},
|
|
477
|
+
},
|
|
478
478
|
};
|
|
479
479
|
export const Sku = {
|
|
480
480
|
type: {
|
|
@@ -485,17 +485,17 @@ export const Sku = {
|
|
|
485
485
|
serializedName: "name",
|
|
486
486
|
required: true,
|
|
487
487
|
type: {
|
|
488
|
-
name: "String"
|
|
489
|
-
}
|
|
488
|
+
name: "String",
|
|
489
|
+
},
|
|
490
490
|
},
|
|
491
491
|
tier: {
|
|
492
492
|
serializedName: "tier",
|
|
493
493
|
type: {
|
|
494
|
-
name: "String"
|
|
495
|
-
}
|
|
496
|
-
}
|
|
497
|
-
}
|
|
498
|
-
}
|
|
494
|
+
name: "String",
|
|
495
|
+
},
|
|
496
|
+
},
|
|
497
|
+
},
|
|
498
|
+
},
|
|
499
499
|
};
|
|
500
500
|
export const PrivateEndpointConnectionProperties = {
|
|
501
501
|
type: {
|
|
@@ -506,22 +506,22 @@ export const PrivateEndpointConnectionProperties = {
|
|
|
506
506
|
serializedName: "provisioningState",
|
|
507
507
|
readOnly: true,
|
|
508
508
|
type: {
|
|
509
|
-
name: "String"
|
|
510
|
-
}
|
|
509
|
+
name: "String",
|
|
510
|
+
},
|
|
511
511
|
},
|
|
512
512
|
privateEndpoint: {
|
|
513
513
|
serializedName: "privateEndpoint",
|
|
514
514
|
type: {
|
|
515
515
|
name: "Composite",
|
|
516
|
-
className: "PrivateEndpoint"
|
|
517
|
-
}
|
|
516
|
+
className: "PrivateEndpoint",
|
|
517
|
+
},
|
|
518
518
|
},
|
|
519
519
|
privateLinkServiceConnectionState: {
|
|
520
520
|
serializedName: "privateLinkServiceConnectionState",
|
|
521
521
|
type: {
|
|
522
522
|
name: "Composite",
|
|
523
|
-
className: "PrivateLinkServiceConnectionState"
|
|
524
|
-
}
|
|
523
|
+
className: "PrivateLinkServiceConnectionState",
|
|
524
|
+
},
|
|
525
525
|
},
|
|
526
526
|
groupIds: {
|
|
527
527
|
serializedName: "groupIds",
|
|
@@ -529,13 +529,13 @@ export const PrivateEndpointConnectionProperties = {
|
|
|
529
529
|
name: "Sequence",
|
|
530
530
|
element: {
|
|
531
531
|
type: {
|
|
532
|
-
name: "String"
|
|
533
|
-
}
|
|
534
|
-
}
|
|
535
|
-
}
|
|
536
|
-
}
|
|
537
|
-
}
|
|
538
|
-
}
|
|
532
|
+
name: "String",
|
|
533
|
+
},
|
|
534
|
+
},
|
|
535
|
+
},
|
|
536
|
+
},
|
|
537
|
+
},
|
|
538
|
+
},
|
|
539
539
|
};
|
|
540
540
|
export const PrivateEndpoint = {
|
|
541
541
|
type: {
|
|
@@ -546,11 +546,11 @@ export const PrivateEndpoint = {
|
|
|
546
546
|
serializedName: "id",
|
|
547
547
|
readOnly: true,
|
|
548
548
|
type: {
|
|
549
|
-
name: "String"
|
|
550
|
-
}
|
|
551
|
-
}
|
|
552
|
-
}
|
|
553
|
-
}
|
|
549
|
+
name: "String",
|
|
550
|
+
},
|
|
551
|
+
},
|
|
552
|
+
},
|
|
553
|
+
},
|
|
554
554
|
};
|
|
555
555
|
export const PrivateLinkServiceConnectionState = {
|
|
556
556
|
type: {
|
|
@@ -560,23 +560,23 @@ export const PrivateLinkServiceConnectionState = {
|
|
|
560
560
|
status: {
|
|
561
561
|
serializedName: "status",
|
|
562
562
|
type: {
|
|
563
|
-
name: "String"
|
|
564
|
-
}
|
|
563
|
+
name: "String",
|
|
564
|
+
},
|
|
565
565
|
},
|
|
566
566
|
description: {
|
|
567
567
|
serializedName: "description",
|
|
568
568
|
type: {
|
|
569
|
-
name: "String"
|
|
570
|
-
}
|
|
569
|
+
name: "String",
|
|
570
|
+
},
|
|
571
571
|
},
|
|
572
572
|
actionsRequired: {
|
|
573
573
|
serializedName: "actionsRequired",
|
|
574
574
|
type: {
|
|
575
|
-
name: "String"
|
|
576
|
-
}
|
|
577
|
-
}
|
|
578
|
-
}
|
|
579
|
-
}
|
|
575
|
+
name: "String",
|
|
576
|
+
},
|
|
577
|
+
},
|
|
578
|
+
},
|
|
579
|
+
},
|
|
580
580
|
};
|
|
581
581
|
export const Resource = {
|
|
582
582
|
type: {
|
|
@@ -587,32 +587,32 @@ export const Resource = {
|
|
|
587
587
|
serializedName: "id",
|
|
588
588
|
readOnly: true,
|
|
589
589
|
type: {
|
|
590
|
-
name: "String"
|
|
591
|
-
}
|
|
590
|
+
name: "String",
|
|
591
|
+
},
|
|
592
592
|
},
|
|
593
593
|
name: {
|
|
594
594
|
serializedName: "name",
|
|
595
595
|
readOnly: true,
|
|
596
596
|
type: {
|
|
597
|
-
name: "String"
|
|
598
|
-
}
|
|
597
|
+
name: "String",
|
|
598
|
+
},
|
|
599
599
|
},
|
|
600
600
|
type: {
|
|
601
601
|
serializedName: "type",
|
|
602
602
|
readOnly: true,
|
|
603
603
|
type: {
|
|
604
|
-
name: "String"
|
|
605
|
-
}
|
|
604
|
+
name: "String",
|
|
605
|
+
},
|
|
606
606
|
},
|
|
607
607
|
systemData: {
|
|
608
608
|
serializedName: "systemData",
|
|
609
609
|
type: {
|
|
610
610
|
name: "Composite",
|
|
611
|
-
className: "SystemData"
|
|
612
|
-
}
|
|
613
|
-
}
|
|
614
|
-
}
|
|
615
|
-
}
|
|
611
|
+
className: "SystemData",
|
|
612
|
+
},
|
|
613
|
+
},
|
|
614
|
+
},
|
|
615
|
+
},
|
|
616
616
|
};
|
|
617
617
|
export const SystemData = {
|
|
618
618
|
type: {
|
|
@@ -622,41 +622,41 @@ export const SystemData = {
|
|
|
622
622
|
createdBy: {
|
|
623
623
|
serializedName: "createdBy",
|
|
624
624
|
type: {
|
|
625
|
-
name: "String"
|
|
626
|
-
}
|
|
625
|
+
name: "String",
|
|
626
|
+
},
|
|
627
627
|
},
|
|
628
628
|
createdByType: {
|
|
629
629
|
serializedName: "createdByType",
|
|
630
630
|
type: {
|
|
631
|
-
name: "String"
|
|
632
|
-
}
|
|
631
|
+
name: "String",
|
|
632
|
+
},
|
|
633
633
|
},
|
|
634
634
|
createdAt: {
|
|
635
635
|
serializedName: "createdAt",
|
|
636
636
|
type: {
|
|
637
|
-
name: "DateTime"
|
|
638
|
-
}
|
|
637
|
+
name: "DateTime",
|
|
638
|
+
},
|
|
639
639
|
},
|
|
640
640
|
lastModifiedBy: {
|
|
641
641
|
serializedName: "lastModifiedBy",
|
|
642
642
|
type: {
|
|
643
|
-
name: "String"
|
|
644
|
-
}
|
|
643
|
+
name: "String",
|
|
644
|
+
},
|
|
645
645
|
},
|
|
646
646
|
lastModifiedByType: {
|
|
647
647
|
serializedName: "lastModifiedByType",
|
|
648
648
|
type: {
|
|
649
|
-
name: "String"
|
|
650
|
-
}
|
|
649
|
+
name: "String",
|
|
650
|
+
},
|
|
651
651
|
},
|
|
652
652
|
lastModifiedAt: {
|
|
653
653
|
serializedName: "lastModifiedAt",
|
|
654
654
|
type: {
|
|
655
|
-
name: "DateTime"
|
|
656
|
-
}
|
|
657
|
-
}
|
|
658
|
-
}
|
|
659
|
-
}
|
|
655
|
+
name: "DateTime",
|
|
656
|
+
},
|
|
657
|
+
},
|
|
658
|
+
},
|
|
659
|
+
},
|
|
660
660
|
};
|
|
661
661
|
export const ElasticSanUpdate = {
|
|
662
662
|
type: {
|
|
@@ -667,18 +667,18 @@ export const ElasticSanUpdate = {
|
|
|
667
667
|
serializedName: "properties",
|
|
668
668
|
type: {
|
|
669
669
|
name: "Composite",
|
|
670
|
-
className: "ElasticSanUpdateProperties"
|
|
671
|
-
}
|
|
670
|
+
className: "ElasticSanUpdateProperties",
|
|
671
|
+
},
|
|
672
672
|
},
|
|
673
673
|
tags: {
|
|
674
674
|
serializedName: "tags",
|
|
675
675
|
type: {
|
|
676
676
|
name: "Dictionary",
|
|
677
|
-
value: { type: { name: "String" } }
|
|
678
|
-
}
|
|
679
|
-
}
|
|
680
|
-
}
|
|
681
|
-
}
|
|
677
|
+
value: { type: { name: "String" } },
|
|
678
|
+
},
|
|
679
|
+
},
|
|
680
|
+
},
|
|
681
|
+
},
|
|
682
682
|
};
|
|
683
683
|
export const ElasticSanUpdateProperties = {
|
|
684
684
|
type: {
|
|
@@ -688,23 +688,23 @@ export const ElasticSanUpdateProperties = {
|
|
|
688
688
|
baseSizeTiB: {
|
|
689
689
|
serializedName: "baseSizeTiB",
|
|
690
690
|
type: {
|
|
691
|
-
name: "Number"
|
|
692
|
-
}
|
|
691
|
+
name: "Number",
|
|
692
|
+
},
|
|
693
693
|
},
|
|
694
694
|
extendedCapacitySizeTiB: {
|
|
695
695
|
serializedName: "extendedCapacitySizeTiB",
|
|
696
696
|
type: {
|
|
697
|
-
name: "Number"
|
|
698
|
-
}
|
|
697
|
+
name: "Number",
|
|
698
|
+
},
|
|
699
699
|
},
|
|
700
700
|
publicNetworkAccess: {
|
|
701
701
|
serializedName: "publicNetworkAccess",
|
|
702
702
|
type: {
|
|
703
|
-
name: "String"
|
|
704
|
-
}
|
|
705
|
-
}
|
|
706
|
-
}
|
|
707
|
-
}
|
|
703
|
+
name: "String",
|
|
704
|
+
},
|
|
705
|
+
},
|
|
706
|
+
},
|
|
707
|
+
},
|
|
708
708
|
};
|
|
709
709
|
export const VolumeGroupList = {
|
|
710
710
|
type: {
|
|
@@ -718,20 +718,20 @@ export const VolumeGroupList = {
|
|
|
718
718
|
element: {
|
|
719
719
|
type: {
|
|
720
720
|
name: "Composite",
|
|
721
|
-
className: "VolumeGroup"
|
|
722
|
-
}
|
|
723
|
-
}
|
|
724
|
-
}
|
|
721
|
+
className: "VolumeGroup",
|
|
722
|
+
},
|
|
723
|
+
},
|
|
724
|
+
},
|
|
725
725
|
},
|
|
726
726
|
nextLink: {
|
|
727
727
|
serializedName: "nextLink",
|
|
728
728
|
readOnly: true,
|
|
729
729
|
type: {
|
|
730
|
-
name: "String"
|
|
731
|
-
}
|
|
732
|
-
}
|
|
733
|
-
}
|
|
734
|
-
}
|
|
730
|
+
name: "String",
|
|
731
|
+
},
|
|
732
|
+
},
|
|
733
|
+
},
|
|
734
|
+
},
|
|
735
735
|
};
|
|
736
736
|
export const Identity = {
|
|
737
737
|
type: {
|
|
@@ -742,34 +742,34 @@ export const Identity = {
|
|
|
742
742
|
serializedName: "principalId",
|
|
743
743
|
readOnly: true,
|
|
744
744
|
type: {
|
|
745
|
-
name: "String"
|
|
746
|
-
}
|
|
745
|
+
name: "String",
|
|
746
|
+
},
|
|
747
747
|
},
|
|
748
748
|
tenantId: {
|
|
749
749
|
serializedName: "tenantId",
|
|
750
750
|
readOnly: true,
|
|
751
751
|
type: {
|
|
752
|
-
name: "String"
|
|
753
|
-
}
|
|
752
|
+
name: "String",
|
|
753
|
+
},
|
|
754
754
|
},
|
|
755
755
|
type: {
|
|
756
756
|
serializedName: "type",
|
|
757
757
|
required: true,
|
|
758
758
|
type: {
|
|
759
|
-
name: "String"
|
|
760
|
-
}
|
|
759
|
+
name: "String",
|
|
760
|
+
},
|
|
761
761
|
},
|
|
762
762
|
userAssignedIdentities: {
|
|
763
763
|
serializedName: "userAssignedIdentities",
|
|
764
764
|
type: {
|
|
765
765
|
name: "Dictionary",
|
|
766
766
|
value: {
|
|
767
|
-
type: { name: "Composite", className: "UserAssignedIdentity" }
|
|
768
|
-
}
|
|
769
|
-
}
|
|
770
|
-
}
|
|
771
|
-
}
|
|
772
|
-
}
|
|
767
|
+
type: { name: "Composite", className: "UserAssignedIdentity" },
|
|
768
|
+
},
|
|
769
|
+
},
|
|
770
|
+
},
|
|
771
|
+
},
|
|
772
|
+
},
|
|
773
773
|
};
|
|
774
774
|
export const UserAssignedIdentity = {
|
|
775
775
|
type: {
|
|
@@ -780,18 +780,18 @@ export const UserAssignedIdentity = {
|
|
|
780
780
|
serializedName: "principalId",
|
|
781
781
|
readOnly: true,
|
|
782
782
|
type: {
|
|
783
|
-
name: "String"
|
|
784
|
-
}
|
|
783
|
+
name: "String",
|
|
784
|
+
},
|
|
785
785
|
},
|
|
786
786
|
clientId: {
|
|
787
787
|
serializedName: "clientId",
|
|
788
788
|
readOnly: true,
|
|
789
789
|
type: {
|
|
790
|
-
name: "String"
|
|
791
|
-
}
|
|
792
|
-
}
|
|
793
|
-
}
|
|
794
|
-
}
|
|
790
|
+
name: "String",
|
|
791
|
+
},
|
|
792
|
+
},
|
|
793
|
+
},
|
|
794
|
+
},
|
|
795
795
|
};
|
|
796
796
|
export const VolumeGroupProperties = {
|
|
797
797
|
type: {
|
|
@@ -802,34 +802,34 @@ export const VolumeGroupProperties = {
|
|
|
802
802
|
serializedName: "provisioningState",
|
|
803
803
|
readOnly: true,
|
|
804
804
|
type: {
|
|
805
|
-
name: "String"
|
|
806
|
-
}
|
|
805
|
+
name: "String",
|
|
806
|
+
},
|
|
807
807
|
},
|
|
808
808
|
protocolType: {
|
|
809
809
|
serializedName: "protocolType",
|
|
810
810
|
type: {
|
|
811
|
-
name: "String"
|
|
812
|
-
}
|
|
811
|
+
name: "String",
|
|
812
|
+
},
|
|
813
813
|
},
|
|
814
814
|
encryption: {
|
|
815
815
|
serializedName: "encryption",
|
|
816
816
|
type: {
|
|
817
|
-
name: "String"
|
|
818
|
-
}
|
|
817
|
+
name: "String",
|
|
818
|
+
},
|
|
819
819
|
},
|
|
820
820
|
encryptionProperties: {
|
|
821
821
|
serializedName: "encryptionProperties",
|
|
822
822
|
type: {
|
|
823
823
|
name: "Composite",
|
|
824
|
-
className: "EncryptionProperties"
|
|
825
|
-
}
|
|
824
|
+
className: "EncryptionProperties",
|
|
825
|
+
},
|
|
826
826
|
},
|
|
827
827
|
networkAcls: {
|
|
828
828
|
serializedName: "networkAcls",
|
|
829
829
|
type: {
|
|
830
830
|
name: "Composite",
|
|
831
|
-
className: "NetworkRuleSet"
|
|
832
|
-
}
|
|
831
|
+
className: "NetworkRuleSet",
|
|
832
|
+
},
|
|
833
833
|
},
|
|
834
834
|
privateEndpointConnections: {
|
|
835
835
|
serializedName: "privateEndpointConnections",
|
|
@@ -839,13 +839,19 @@ export const VolumeGroupProperties = {
|
|
|
839
839
|
element: {
|
|
840
840
|
type: {
|
|
841
841
|
name: "Composite",
|
|
842
|
-
className: "PrivateEndpointConnection"
|
|
843
|
-
}
|
|
844
|
-
}
|
|
845
|
-
}
|
|
846
|
-
}
|
|
847
|
-
|
|
848
|
-
|
|
842
|
+
className: "PrivateEndpointConnection",
|
|
843
|
+
},
|
|
844
|
+
},
|
|
845
|
+
},
|
|
846
|
+
},
|
|
847
|
+
enforceDataIntegrityCheckForIscsi: {
|
|
848
|
+
serializedName: "enforceDataIntegrityCheckForIscsi",
|
|
849
|
+
type: {
|
|
850
|
+
name: "Boolean",
|
|
851
|
+
},
|
|
852
|
+
},
|
|
853
|
+
},
|
|
854
|
+
},
|
|
849
855
|
};
|
|
850
856
|
export const EncryptionProperties = {
|
|
851
857
|
type: {
|
|
@@ -856,18 +862,18 @@ export const EncryptionProperties = {
|
|
|
856
862
|
serializedName: "keyVaultProperties",
|
|
857
863
|
type: {
|
|
858
864
|
name: "Composite",
|
|
859
|
-
className: "KeyVaultProperties"
|
|
860
|
-
}
|
|
865
|
+
className: "KeyVaultProperties",
|
|
866
|
+
},
|
|
861
867
|
},
|
|
862
868
|
encryptionIdentity: {
|
|
863
869
|
serializedName: "identity",
|
|
864
870
|
type: {
|
|
865
871
|
name: "Composite",
|
|
866
|
-
className: "EncryptionIdentity"
|
|
867
|
-
}
|
|
868
|
-
}
|
|
869
|
-
}
|
|
870
|
-
}
|
|
872
|
+
className: "EncryptionIdentity",
|
|
873
|
+
},
|
|
874
|
+
},
|
|
875
|
+
},
|
|
876
|
+
},
|
|
871
877
|
};
|
|
872
878
|
export const KeyVaultProperties = {
|
|
873
879
|
type: {
|
|
@@ -877,44 +883,44 @@ export const KeyVaultProperties = {
|
|
|
877
883
|
keyName: {
|
|
878
884
|
serializedName: "keyName",
|
|
879
885
|
type: {
|
|
880
|
-
name: "String"
|
|
881
|
-
}
|
|
886
|
+
name: "String",
|
|
887
|
+
},
|
|
882
888
|
},
|
|
883
889
|
keyVersion: {
|
|
884
890
|
serializedName: "keyVersion",
|
|
885
891
|
type: {
|
|
886
|
-
name: "String"
|
|
887
|
-
}
|
|
892
|
+
name: "String",
|
|
893
|
+
},
|
|
888
894
|
},
|
|
889
895
|
keyVaultUri: {
|
|
890
896
|
serializedName: "keyVaultUri",
|
|
891
897
|
type: {
|
|
892
|
-
name: "String"
|
|
893
|
-
}
|
|
898
|
+
name: "String",
|
|
899
|
+
},
|
|
894
900
|
},
|
|
895
901
|
currentVersionedKeyIdentifier: {
|
|
896
902
|
serializedName: "currentVersionedKeyIdentifier",
|
|
897
903
|
readOnly: true,
|
|
898
904
|
type: {
|
|
899
|
-
name: "String"
|
|
900
|
-
}
|
|
905
|
+
name: "String",
|
|
906
|
+
},
|
|
901
907
|
},
|
|
902
908
|
lastKeyRotationTimestamp: {
|
|
903
909
|
serializedName: "lastKeyRotationTimestamp",
|
|
904
910
|
readOnly: true,
|
|
905
911
|
type: {
|
|
906
|
-
name: "DateTime"
|
|
907
|
-
}
|
|
912
|
+
name: "DateTime",
|
|
913
|
+
},
|
|
908
914
|
},
|
|
909
915
|
currentVersionedKeyExpirationTimestamp: {
|
|
910
916
|
serializedName: "currentVersionedKeyExpirationTimestamp",
|
|
911
917
|
readOnly: true,
|
|
912
918
|
type: {
|
|
913
|
-
name: "DateTime"
|
|
914
|
-
}
|
|
915
|
-
}
|
|
916
|
-
}
|
|
917
|
-
}
|
|
919
|
+
name: "DateTime",
|
|
920
|
+
},
|
|
921
|
+
},
|
|
922
|
+
},
|
|
923
|
+
},
|
|
918
924
|
};
|
|
919
925
|
export const EncryptionIdentity = {
|
|
920
926
|
type: {
|
|
@@ -924,11 +930,11 @@ export const EncryptionIdentity = {
|
|
|
924
930
|
encryptionUserAssignedIdentity: {
|
|
925
931
|
serializedName: "userAssignedIdentity",
|
|
926
932
|
type: {
|
|
927
|
-
name: "String"
|
|
928
|
-
}
|
|
929
|
-
}
|
|
930
|
-
}
|
|
931
|
-
}
|
|
933
|
+
name: "String",
|
|
934
|
+
},
|
|
935
|
+
},
|
|
936
|
+
},
|
|
937
|
+
},
|
|
932
938
|
};
|
|
933
939
|
export const NetworkRuleSet = {
|
|
934
940
|
type: {
|
|
@@ -942,13 +948,13 @@ export const NetworkRuleSet = {
|
|
|
942
948
|
element: {
|
|
943
949
|
type: {
|
|
944
950
|
name: "Composite",
|
|
945
|
-
className: "VirtualNetworkRule"
|
|
946
|
-
}
|
|
947
|
-
}
|
|
948
|
-
}
|
|
949
|
-
}
|
|
950
|
-
}
|
|
951
|
-
}
|
|
951
|
+
className: "VirtualNetworkRule",
|
|
952
|
+
},
|
|
953
|
+
},
|
|
954
|
+
},
|
|
955
|
+
},
|
|
956
|
+
},
|
|
957
|
+
},
|
|
952
958
|
};
|
|
953
959
|
export const VirtualNetworkRule = {
|
|
954
960
|
type: {
|
|
@@ -959,18 +965,18 @@ export const VirtualNetworkRule = {
|
|
|
959
965
|
serializedName: "id",
|
|
960
966
|
required: true,
|
|
961
967
|
type: {
|
|
962
|
-
name: "String"
|
|
963
|
-
}
|
|
968
|
+
name: "String",
|
|
969
|
+
},
|
|
964
970
|
},
|
|
965
971
|
action: {
|
|
966
972
|
defaultValue: "Allow",
|
|
967
973
|
serializedName: "action",
|
|
968
974
|
type: {
|
|
969
|
-
name: "String"
|
|
970
|
-
}
|
|
971
|
-
}
|
|
972
|
-
}
|
|
973
|
-
}
|
|
975
|
+
name: "String",
|
|
976
|
+
},
|
|
977
|
+
},
|
|
978
|
+
},
|
|
979
|
+
},
|
|
974
980
|
};
|
|
975
981
|
export const VolumeGroupUpdate = {
|
|
976
982
|
type: {
|
|
@@ -981,18 +987,18 @@ export const VolumeGroupUpdate = {
|
|
|
981
987
|
serializedName: "identity",
|
|
982
988
|
type: {
|
|
983
989
|
name: "Composite",
|
|
984
|
-
className: "Identity"
|
|
985
|
-
}
|
|
990
|
+
className: "Identity",
|
|
991
|
+
},
|
|
986
992
|
},
|
|
987
993
|
properties: {
|
|
988
994
|
serializedName: "properties",
|
|
989
995
|
type: {
|
|
990
996
|
name: "Composite",
|
|
991
|
-
className: "VolumeGroupUpdateProperties"
|
|
992
|
-
}
|
|
993
|
-
}
|
|
994
|
-
}
|
|
995
|
-
}
|
|
997
|
+
className: "VolumeGroupUpdateProperties",
|
|
998
|
+
},
|
|
999
|
+
},
|
|
1000
|
+
},
|
|
1001
|
+
},
|
|
996
1002
|
};
|
|
997
1003
|
export const VolumeGroupUpdateProperties = {
|
|
998
1004
|
type: {
|
|
@@ -1002,31 +1008,37 @@ export const VolumeGroupUpdateProperties = {
|
|
|
1002
1008
|
protocolType: {
|
|
1003
1009
|
serializedName: "protocolType",
|
|
1004
1010
|
type: {
|
|
1005
|
-
name: "String"
|
|
1006
|
-
}
|
|
1011
|
+
name: "String",
|
|
1012
|
+
},
|
|
1007
1013
|
},
|
|
1008
1014
|
encryption: {
|
|
1009
1015
|
serializedName: "encryption",
|
|
1010
1016
|
type: {
|
|
1011
|
-
name: "String"
|
|
1012
|
-
}
|
|
1017
|
+
name: "String",
|
|
1018
|
+
},
|
|
1013
1019
|
},
|
|
1014
1020
|
encryptionProperties: {
|
|
1015
1021
|
serializedName: "encryptionProperties",
|
|
1016
1022
|
type: {
|
|
1017
1023
|
name: "Composite",
|
|
1018
|
-
className: "EncryptionProperties"
|
|
1019
|
-
}
|
|
1024
|
+
className: "EncryptionProperties",
|
|
1025
|
+
},
|
|
1020
1026
|
},
|
|
1021
1027
|
networkAcls: {
|
|
1022
1028
|
serializedName: "networkAcls",
|
|
1023
1029
|
type: {
|
|
1024
1030
|
name: "Composite",
|
|
1025
|
-
className: "NetworkRuleSet"
|
|
1026
|
-
}
|
|
1027
|
-
}
|
|
1028
|
-
|
|
1029
|
-
|
|
1031
|
+
className: "NetworkRuleSet",
|
|
1032
|
+
},
|
|
1033
|
+
},
|
|
1034
|
+
enforceDataIntegrityCheckForIscsi: {
|
|
1035
|
+
serializedName: "enforceDataIntegrityCheckForIscsi",
|
|
1036
|
+
type: {
|
|
1037
|
+
name: "Boolean",
|
|
1038
|
+
},
|
|
1039
|
+
},
|
|
1040
|
+
},
|
|
1041
|
+
},
|
|
1030
1042
|
};
|
|
1031
1043
|
export const VolumeProperties = {
|
|
1032
1044
|
type: {
|
|
@@ -1037,46 +1049,46 @@ export const VolumeProperties = {
|
|
|
1037
1049
|
serializedName: "volumeId",
|
|
1038
1050
|
readOnly: true,
|
|
1039
1051
|
type: {
|
|
1040
|
-
name: "String"
|
|
1041
|
-
}
|
|
1052
|
+
name: "String",
|
|
1053
|
+
},
|
|
1042
1054
|
},
|
|
1043
1055
|
creationData: {
|
|
1044
1056
|
serializedName: "creationData",
|
|
1045
1057
|
type: {
|
|
1046
1058
|
name: "Composite",
|
|
1047
|
-
className: "SourceCreationData"
|
|
1048
|
-
}
|
|
1059
|
+
className: "SourceCreationData",
|
|
1060
|
+
},
|
|
1049
1061
|
},
|
|
1050
1062
|
sizeGiB: {
|
|
1051
1063
|
serializedName: "sizeGiB",
|
|
1052
1064
|
required: true,
|
|
1053
1065
|
type: {
|
|
1054
|
-
name: "Number"
|
|
1055
|
-
}
|
|
1066
|
+
name: "Number",
|
|
1067
|
+
},
|
|
1056
1068
|
},
|
|
1057
1069
|
storageTarget: {
|
|
1058
1070
|
serializedName: "storageTarget",
|
|
1059
1071
|
type: {
|
|
1060
1072
|
name: "Composite",
|
|
1061
|
-
className: "IscsiTargetInfo"
|
|
1062
|
-
}
|
|
1073
|
+
className: "IscsiTargetInfo",
|
|
1074
|
+
},
|
|
1063
1075
|
},
|
|
1064
1076
|
managedBy: {
|
|
1065
1077
|
serializedName: "managedBy",
|
|
1066
1078
|
type: {
|
|
1067
1079
|
name: "Composite",
|
|
1068
|
-
className: "ManagedByInfo"
|
|
1069
|
-
}
|
|
1080
|
+
className: "ManagedByInfo",
|
|
1081
|
+
},
|
|
1070
1082
|
},
|
|
1071
1083
|
provisioningState: {
|
|
1072
1084
|
serializedName: "provisioningState",
|
|
1073
1085
|
readOnly: true,
|
|
1074
1086
|
type: {
|
|
1075
|
-
name: "String"
|
|
1076
|
-
}
|
|
1077
|
-
}
|
|
1078
|
-
}
|
|
1079
|
-
}
|
|
1087
|
+
name: "String",
|
|
1088
|
+
},
|
|
1089
|
+
},
|
|
1090
|
+
},
|
|
1091
|
+
},
|
|
1080
1092
|
};
|
|
1081
1093
|
export const SourceCreationData = {
|
|
1082
1094
|
type: {
|
|
@@ -1086,17 +1098,17 @@ export const SourceCreationData = {
|
|
|
1086
1098
|
createSource: {
|
|
1087
1099
|
serializedName: "createSource",
|
|
1088
1100
|
type: {
|
|
1089
|
-
name: "String"
|
|
1090
|
-
}
|
|
1101
|
+
name: "String",
|
|
1102
|
+
},
|
|
1091
1103
|
},
|
|
1092
1104
|
sourceId: {
|
|
1093
1105
|
serializedName: "sourceId",
|
|
1094
1106
|
type: {
|
|
1095
|
-
name: "String"
|
|
1096
|
-
}
|
|
1097
|
-
}
|
|
1098
|
-
}
|
|
1099
|
-
}
|
|
1107
|
+
name: "String",
|
|
1108
|
+
},
|
|
1109
|
+
},
|
|
1110
|
+
},
|
|
1111
|
+
},
|
|
1100
1112
|
};
|
|
1101
1113
|
export const IscsiTargetInfo = {
|
|
1102
1114
|
type: {
|
|
@@ -1107,38 +1119,38 @@ export const IscsiTargetInfo = {
|
|
|
1107
1119
|
serializedName: "targetIqn",
|
|
1108
1120
|
readOnly: true,
|
|
1109
1121
|
type: {
|
|
1110
|
-
name: "String"
|
|
1111
|
-
}
|
|
1122
|
+
name: "String",
|
|
1123
|
+
},
|
|
1112
1124
|
},
|
|
1113
1125
|
targetPortalHostname: {
|
|
1114
1126
|
serializedName: "targetPortalHostname",
|
|
1115
1127
|
readOnly: true,
|
|
1116
1128
|
type: {
|
|
1117
|
-
name: "String"
|
|
1118
|
-
}
|
|
1129
|
+
name: "String",
|
|
1130
|
+
},
|
|
1119
1131
|
},
|
|
1120
1132
|
targetPortalPort: {
|
|
1121
1133
|
serializedName: "targetPortalPort",
|
|
1122
1134
|
readOnly: true,
|
|
1123
1135
|
type: {
|
|
1124
|
-
name: "Number"
|
|
1125
|
-
}
|
|
1136
|
+
name: "Number",
|
|
1137
|
+
},
|
|
1126
1138
|
},
|
|
1127
1139
|
provisioningState: {
|
|
1128
1140
|
serializedName: "provisioningState",
|
|
1129
1141
|
readOnly: true,
|
|
1130
1142
|
type: {
|
|
1131
|
-
name: "String"
|
|
1132
|
-
}
|
|
1143
|
+
name: "String",
|
|
1144
|
+
},
|
|
1133
1145
|
},
|
|
1134
1146
|
status: {
|
|
1135
1147
|
serializedName: "status",
|
|
1136
1148
|
type: {
|
|
1137
|
-
name: "String"
|
|
1138
|
-
}
|
|
1139
|
-
}
|
|
1140
|
-
}
|
|
1141
|
-
}
|
|
1149
|
+
name: "String",
|
|
1150
|
+
},
|
|
1151
|
+
},
|
|
1152
|
+
},
|
|
1153
|
+
},
|
|
1142
1154
|
};
|
|
1143
1155
|
export const ManagedByInfo = {
|
|
1144
1156
|
type: {
|
|
@@ -1148,11 +1160,11 @@ export const ManagedByInfo = {
|
|
|
1148
1160
|
resourceId: {
|
|
1149
1161
|
serializedName: "resourceId",
|
|
1150
1162
|
type: {
|
|
1151
|
-
name: "String"
|
|
1152
|
-
}
|
|
1153
|
-
}
|
|
1154
|
-
}
|
|
1155
|
-
}
|
|
1163
|
+
name: "String",
|
|
1164
|
+
},
|
|
1165
|
+
},
|
|
1166
|
+
},
|
|
1167
|
+
},
|
|
1156
1168
|
};
|
|
1157
1169
|
export const VolumeUpdate = {
|
|
1158
1170
|
type: {
|
|
@@ -1163,11 +1175,11 @@ export const VolumeUpdate = {
|
|
|
1163
1175
|
serializedName: "properties",
|
|
1164
1176
|
type: {
|
|
1165
1177
|
name: "Composite",
|
|
1166
|
-
className: "VolumeUpdateProperties"
|
|
1167
|
-
}
|
|
1168
|
-
}
|
|
1169
|
-
}
|
|
1170
|
-
}
|
|
1178
|
+
className: "VolumeUpdateProperties",
|
|
1179
|
+
},
|
|
1180
|
+
},
|
|
1181
|
+
},
|
|
1182
|
+
},
|
|
1171
1183
|
};
|
|
1172
1184
|
export const VolumeUpdateProperties = {
|
|
1173
1185
|
type: {
|
|
@@ -1177,18 +1189,18 @@ export const VolumeUpdateProperties = {
|
|
|
1177
1189
|
sizeGiB: {
|
|
1178
1190
|
serializedName: "sizeGiB",
|
|
1179
1191
|
type: {
|
|
1180
|
-
name: "Number"
|
|
1181
|
-
}
|
|
1192
|
+
name: "Number",
|
|
1193
|
+
},
|
|
1182
1194
|
},
|
|
1183
1195
|
managedBy: {
|
|
1184
1196
|
serializedName: "managedBy",
|
|
1185
1197
|
type: {
|
|
1186
1198
|
name: "Composite",
|
|
1187
|
-
className: "ManagedByInfo"
|
|
1188
|
-
}
|
|
1189
|
-
}
|
|
1190
|
-
}
|
|
1191
|
-
}
|
|
1199
|
+
className: "ManagedByInfo",
|
|
1200
|
+
},
|
|
1201
|
+
},
|
|
1202
|
+
},
|
|
1203
|
+
},
|
|
1192
1204
|
};
|
|
1193
1205
|
export const VolumeList = {
|
|
1194
1206
|
type: {
|
|
@@ -1202,20 +1214,20 @@ export const VolumeList = {
|
|
|
1202
1214
|
element: {
|
|
1203
1215
|
type: {
|
|
1204
1216
|
name: "Composite",
|
|
1205
|
-
className: "Volume"
|
|
1206
|
-
}
|
|
1207
|
-
}
|
|
1208
|
-
}
|
|
1217
|
+
className: "Volume",
|
|
1218
|
+
},
|
|
1219
|
+
},
|
|
1220
|
+
},
|
|
1209
1221
|
},
|
|
1210
1222
|
nextLink: {
|
|
1211
1223
|
serializedName: "nextLink",
|
|
1212
1224
|
readOnly: true,
|
|
1213
1225
|
type: {
|
|
1214
|
-
name: "String"
|
|
1215
|
-
}
|
|
1216
|
-
}
|
|
1217
|
-
}
|
|
1218
|
-
}
|
|
1226
|
+
name: "String",
|
|
1227
|
+
},
|
|
1228
|
+
},
|
|
1229
|
+
},
|
|
1230
|
+
},
|
|
1219
1231
|
};
|
|
1220
1232
|
export const PrivateEndpointConnectionListResult = {
|
|
1221
1233
|
type: {
|
|
@@ -1229,20 +1241,20 @@ export const PrivateEndpointConnectionListResult = {
|
|
|
1229
1241
|
element: {
|
|
1230
1242
|
type: {
|
|
1231
1243
|
name: "Composite",
|
|
1232
|
-
className: "PrivateEndpointConnection"
|
|
1233
|
-
}
|
|
1234
|
-
}
|
|
1235
|
-
}
|
|
1244
|
+
className: "PrivateEndpointConnection",
|
|
1245
|
+
},
|
|
1246
|
+
},
|
|
1247
|
+
},
|
|
1236
1248
|
},
|
|
1237
1249
|
nextLink: {
|
|
1238
1250
|
serializedName: "nextLink",
|
|
1239
1251
|
readOnly: true,
|
|
1240
1252
|
type: {
|
|
1241
|
-
name: "String"
|
|
1242
|
-
}
|
|
1243
|
-
}
|
|
1244
|
-
}
|
|
1245
|
-
}
|
|
1253
|
+
name: "String",
|
|
1254
|
+
},
|
|
1255
|
+
},
|
|
1256
|
+
},
|
|
1257
|
+
},
|
|
1246
1258
|
};
|
|
1247
1259
|
export const PrivateLinkResourceListResult = {
|
|
1248
1260
|
type: {
|
|
@@ -1256,20 +1268,20 @@ export const PrivateLinkResourceListResult = {
|
|
|
1256
1268
|
element: {
|
|
1257
1269
|
type: {
|
|
1258
1270
|
name: "Composite",
|
|
1259
|
-
className: "PrivateLinkResource"
|
|
1260
|
-
}
|
|
1261
|
-
}
|
|
1262
|
-
}
|
|
1271
|
+
className: "PrivateLinkResource",
|
|
1272
|
+
},
|
|
1273
|
+
},
|
|
1274
|
+
},
|
|
1263
1275
|
},
|
|
1264
1276
|
nextLink: {
|
|
1265
1277
|
serializedName: "nextLink",
|
|
1266
1278
|
readOnly: true,
|
|
1267
1279
|
type: {
|
|
1268
|
-
name: "String"
|
|
1269
|
-
}
|
|
1270
|
-
}
|
|
1271
|
-
}
|
|
1272
|
-
}
|
|
1280
|
+
name: "String",
|
|
1281
|
+
},
|
|
1282
|
+
},
|
|
1283
|
+
},
|
|
1284
|
+
},
|
|
1273
1285
|
};
|
|
1274
1286
|
export const PrivateLinkResourceProperties = {
|
|
1275
1287
|
type: {
|
|
@@ -1280,8 +1292,8 @@ export const PrivateLinkResourceProperties = {
|
|
|
1280
1292
|
serializedName: "groupId",
|
|
1281
1293
|
readOnly: true,
|
|
1282
1294
|
type: {
|
|
1283
|
-
name: "String"
|
|
1284
|
-
}
|
|
1295
|
+
name: "String",
|
|
1296
|
+
},
|
|
1285
1297
|
},
|
|
1286
1298
|
requiredMembers: {
|
|
1287
1299
|
serializedName: "requiredMembers",
|
|
@@ -1290,10 +1302,10 @@ export const PrivateLinkResourceProperties = {
|
|
|
1290
1302
|
name: "Sequence",
|
|
1291
1303
|
element: {
|
|
1292
1304
|
type: {
|
|
1293
|
-
name: "String"
|
|
1294
|
-
}
|
|
1295
|
-
}
|
|
1296
|
-
}
|
|
1305
|
+
name: "String",
|
|
1306
|
+
},
|
|
1307
|
+
},
|
|
1308
|
+
},
|
|
1297
1309
|
},
|
|
1298
1310
|
requiredZoneNames: {
|
|
1299
1311
|
serializedName: "requiredZoneNames",
|
|
@@ -1301,13 +1313,13 @@ export const PrivateLinkResourceProperties = {
|
|
|
1301
1313
|
name: "Sequence",
|
|
1302
1314
|
element: {
|
|
1303
1315
|
type: {
|
|
1304
|
-
name: "String"
|
|
1305
|
-
}
|
|
1306
|
-
}
|
|
1307
|
-
}
|
|
1308
|
-
}
|
|
1309
|
-
}
|
|
1310
|
-
}
|
|
1316
|
+
name: "String",
|
|
1317
|
+
},
|
|
1318
|
+
},
|
|
1319
|
+
},
|
|
1320
|
+
},
|
|
1321
|
+
},
|
|
1322
|
+
},
|
|
1311
1323
|
};
|
|
1312
1324
|
export const SnapshotList = {
|
|
1313
1325
|
type: {
|
|
@@ -1321,20 +1333,20 @@ export const SnapshotList = {
|
|
|
1321
1333
|
element: {
|
|
1322
1334
|
type: {
|
|
1323
1335
|
name: "Composite",
|
|
1324
|
-
className: "Snapshot"
|
|
1325
|
-
}
|
|
1326
|
-
}
|
|
1327
|
-
}
|
|
1336
|
+
className: "Snapshot",
|
|
1337
|
+
},
|
|
1338
|
+
},
|
|
1339
|
+
},
|
|
1328
1340
|
},
|
|
1329
1341
|
nextLink: {
|
|
1330
1342
|
serializedName: "nextLink",
|
|
1331
1343
|
readOnly: true,
|
|
1332
1344
|
type: {
|
|
1333
|
-
name: "String"
|
|
1334
|
-
}
|
|
1335
|
-
}
|
|
1336
|
-
}
|
|
1337
|
-
}
|
|
1345
|
+
name: "String",
|
|
1346
|
+
},
|
|
1347
|
+
},
|
|
1348
|
+
},
|
|
1349
|
+
},
|
|
1338
1350
|
};
|
|
1339
1351
|
export const SnapshotProperties = {
|
|
1340
1352
|
type: {
|
|
@@ -1345,32 +1357,32 @@ export const SnapshotProperties = {
|
|
|
1345
1357
|
serializedName: "creationData",
|
|
1346
1358
|
type: {
|
|
1347
1359
|
name: "Composite",
|
|
1348
|
-
className: "SnapshotCreationData"
|
|
1349
|
-
}
|
|
1360
|
+
className: "SnapshotCreationData",
|
|
1361
|
+
},
|
|
1350
1362
|
},
|
|
1351
1363
|
provisioningState: {
|
|
1352
1364
|
serializedName: "provisioningState",
|
|
1353
1365
|
readOnly: true,
|
|
1354
1366
|
type: {
|
|
1355
|
-
name: "String"
|
|
1356
|
-
}
|
|
1367
|
+
name: "String",
|
|
1368
|
+
},
|
|
1357
1369
|
},
|
|
1358
1370
|
sourceVolumeSizeGiB: {
|
|
1359
1371
|
serializedName: "sourceVolumeSizeGiB",
|
|
1360
1372
|
readOnly: true,
|
|
1361
1373
|
type: {
|
|
1362
|
-
name: "Number"
|
|
1363
|
-
}
|
|
1374
|
+
name: "Number",
|
|
1375
|
+
},
|
|
1364
1376
|
},
|
|
1365
1377
|
volumeName: {
|
|
1366
1378
|
serializedName: "volumeName",
|
|
1367
1379
|
readOnly: true,
|
|
1368
1380
|
type: {
|
|
1369
|
-
name: "String"
|
|
1370
|
-
}
|
|
1371
|
-
}
|
|
1372
|
-
}
|
|
1373
|
-
}
|
|
1381
|
+
name: "String",
|
|
1382
|
+
},
|
|
1383
|
+
},
|
|
1384
|
+
},
|
|
1385
|
+
},
|
|
1374
1386
|
};
|
|
1375
1387
|
export const SnapshotCreationData = {
|
|
1376
1388
|
type: {
|
|
@@ -1381,11 +1393,11 @@ export const SnapshotCreationData = {
|
|
|
1381
1393
|
serializedName: "sourceId",
|
|
1382
1394
|
required: true,
|
|
1383
1395
|
type: {
|
|
1384
|
-
name: "String"
|
|
1385
|
-
}
|
|
1386
|
-
}
|
|
1387
|
-
}
|
|
1388
|
-
}
|
|
1396
|
+
name: "String",
|
|
1397
|
+
},
|
|
1398
|
+
},
|
|
1399
|
+
},
|
|
1400
|
+
},
|
|
1389
1401
|
};
|
|
1390
1402
|
export const PrivateEndpointConnection = {
|
|
1391
1403
|
type: {
|
|
@@ -1395,10 +1407,10 @@ export const PrivateEndpointConnection = {
|
|
|
1395
1407
|
serializedName: "properties",
|
|
1396
1408
|
type: {
|
|
1397
1409
|
name: "Composite",
|
|
1398
|
-
className: "PrivateEndpointConnectionProperties"
|
|
1399
|
-
}
|
|
1400
|
-
} })
|
|
1401
|
-
}
|
|
1410
|
+
className: "PrivateEndpointConnectionProperties",
|
|
1411
|
+
},
|
|
1412
|
+
} }),
|
|
1413
|
+
},
|
|
1402
1414
|
};
|
|
1403
1415
|
export const TrackedResource = {
|
|
1404
1416
|
type: {
|
|
@@ -1408,23 +1420,23 @@ export const TrackedResource = {
|
|
|
1408
1420
|
serializedName: "tags",
|
|
1409
1421
|
type: {
|
|
1410
1422
|
name: "Dictionary",
|
|
1411
|
-
value: { type: { name: "String" } }
|
|
1412
|
-
}
|
|
1423
|
+
value: { type: { name: "String" } },
|
|
1424
|
+
},
|
|
1413
1425
|
}, location: {
|
|
1414
1426
|
serializedName: "location",
|
|
1415
1427
|
required: true,
|
|
1416
1428
|
type: {
|
|
1417
|
-
name: "String"
|
|
1418
|
-
}
|
|
1419
|
-
} })
|
|
1420
|
-
}
|
|
1429
|
+
name: "String",
|
|
1430
|
+
},
|
|
1431
|
+
} }),
|
|
1432
|
+
},
|
|
1421
1433
|
};
|
|
1422
1434
|
export const ProxyResource = {
|
|
1423
1435
|
type: {
|
|
1424
1436
|
name: "Composite",
|
|
1425
1437
|
className: "ProxyResource",
|
|
1426
|
-
modelProperties: Object.assign({}, Resource.type.modelProperties)
|
|
1427
|
-
}
|
|
1438
|
+
modelProperties: Object.assign({}, Resource.type.modelProperties),
|
|
1439
|
+
},
|
|
1428
1440
|
};
|
|
1429
1441
|
export const PrivateLinkResource = {
|
|
1430
1442
|
type: {
|
|
@@ -1434,10 +1446,10 @@ export const PrivateLinkResource = {
|
|
|
1434
1446
|
serializedName: "properties",
|
|
1435
1447
|
type: {
|
|
1436
1448
|
name: "Composite",
|
|
1437
|
-
className: "PrivateLinkResourceProperties"
|
|
1438
|
-
}
|
|
1439
|
-
} })
|
|
1440
|
-
}
|
|
1449
|
+
className: "PrivateLinkResourceProperties",
|
|
1450
|
+
},
|
|
1451
|
+
} }),
|
|
1452
|
+
},
|
|
1441
1453
|
};
|
|
1442
1454
|
export const ElasticSan = {
|
|
1443
1455
|
type: {
|
|
@@ -1447,10 +1459,10 @@ export const ElasticSan = {
|
|
|
1447
1459
|
serializedName: "properties",
|
|
1448
1460
|
type: {
|
|
1449
1461
|
name: "Composite",
|
|
1450
|
-
className: "ElasticSanProperties"
|
|
1451
|
-
}
|
|
1452
|
-
} })
|
|
1453
|
-
}
|
|
1462
|
+
className: "ElasticSanProperties",
|
|
1463
|
+
},
|
|
1464
|
+
} }),
|
|
1465
|
+
},
|
|
1454
1466
|
};
|
|
1455
1467
|
export const VolumeGroup = {
|
|
1456
1468
|
type: {
|
|
@@ -1460,16 +1472,16 @@ export const VolumeGroup = {
|
|
|
1460
1472
|
serializedName: "identity",
|
|
1461
1473
|
type: {
|
|
1462
1474
|
name: "Composite",
|
|
1463
|
-
className: "Identity"
|
|
1464
|
-
}
|
|
1475
|
+
className: "Identity",
|
|
1476
|
+
},
|
|
1465
1477
|
}, properties: {
|
|
1466
1478
|
serializedName: "properties",
|
|
1467
1479
|
type: {
|
|
1468
1480
|
name: "Composite",
|
|
1469
|
-
className: "VolumeGroupProperties"
|
|
1470
|
-
}
|
|
1471
|
-
} })
|
|
1472
|
-
}
|
|
1481
|
+
className: "VolumeGroupProperties",
|
|
1482
|
+
},
|
|
1483
|
+
} }),
|
|
1484
|
+
},
|
|
1473
1485
|
};
|
|
1474
1486
|
export const Volume = {
|
|
1475
1487
|
type: {
|
|
@@ -1479,10 +1491,10 @@ export const Volume = {
|
|
|
1479
1491
|
serializedName: "properties",
|
|
1480
1492
|
type: {
|
|
1481
1493
|
name: "Composite",
|
|
1482
|
-
className: "VolumeProperties"
|
|
1483
|
-
}
|
|
1484
|
-
} })
|
|
1485
|
-
}
|
|
1494
|
+
className: "VolumeProperties",
|
|
1495
|
+
},
|
|
1496
|
+
} }),
|
|
1497
|
+
},
|
|
1486
1498
|
};
|
|
1487
1499
|
export const Snapshot = {
|
|
1488
1500
|
type: {
|
|
@@ -1492,10 +1504,10 @@ export const Snapshot = {
|
|
|
1492
1504
|
serializedName: "properties",
|
|
1493
1505
|
type: {
|
|
1494
1506
|
name: "Composite",
|
|
1495
|
-
className: "SnapshotProperties"
|
|
1496
|
-
}
|
|
1497
|
-
} })
|
|
1498
|
-
}
|
|
1507
|
+
className: "SnapshotProperties",
|
|
1508
|
+
},
|
|
1509
|
+
} }),
|
|
1510
|
+
},
|
|
1499
1511
|
};
|
|
1500
1512
|
export const ElasticSansUpdateHeaders = {
|
|
1501
1513
|
type: {
|
|
@@ -1505,11 +1517,11 @@ export const ElasticSansUpdateHeaders = {
|
|
|
1505
1517
|
location: {
|
|
1506
1518
|
serializedName: "location",
|
|
1507
1519
|
type: {
|
|
1508
|
-
name: "String"
|
|
1509
|
-
}
|
|
1510
|
-
}
|
|
1511
|
-
}
|
|
1512
|
-
}
|
|
1520
|
+
name: "String",
|
|
1521
|
+
},
|
|
1522
|
+
},
|
|
1523
|
+
},
|
|
1524
|
+
},
|
|
1513
1525
|
};
|
|
1514
1526
|
export const ElasticSansDeleteHeaders = {
|
|
1515
1527
|
type: {
|
|
@@ -1519,11 +1531,11 @@ export const ElasticSansDeleteHeaders = {
|
|
|
1519
1531
|
location: {
|
|
1520
1532
|
serializedName: "location",
|
|
1521
1533
|
type: {
|
|
1522
|
-
name: "String"
|
|
1523
|
-
}
|
|
1524
|
-
}
|
|
1525
|
-
}
|
|
1526
|
-
}
|
|
1534
|
+
name: "String",
|
|
1535
|
+
},
|
|
1536
|
+
},
|
|
1537
|
+
},
|
|
1538
|
+
},
|
|
1527
1539
|
};
|
|
1528
1540
|
export const VolumeGroupsUpdateHeaders = {
|
|
1529
1541
|
type: {
|
|
@@ -1533,11 +1545,11 @@ export const VolumeGroupsUpdateHeaders = {
|
|
|
1533
1545
|
location: {
|
|
1534
1546
|
serializedName: "location",
|
|
1535
1547
|
type: {
|
|
1536
|
-
name: "String"
|
|
1537
|
-
}
|
|
1538
|
-
}
|
|
1539
|
-
}
|
|
1540
|
-
}
|
|
1548
|
+
name: "String",
|
|
1549
|
+
},
|
|
1550
|
+
},
|
|
1551
|
+
},
|
|
1552
|
+
},
|
|
1541
1553
|
};
|
|
1542
1554
|
export const VolumeGroupsDeleteHeaders = {
|
|
1543
1555
|
type: {
|
|
@@ -1547,11 +1559,11 @@ export const VolumeGroupsDeleteHeaders = {
|
|
|
1547
1559
|
location: {
|
|
1548
1560
|
serializedName: "location",
|
|
1549
1561
|
type: {
|
|
1550
|
-
name: "String"
|
|
1551
|
-
}
|
|
1552
|
-
}
|
|
1553
|
-
}
|
|
1554
|
-
}
|
|
1562
|
+
name: "String",
|
|
1563
|
+
},
|
|
1564
|
+
},
|
|
1565
|
+
},
|
|
1566
|
+
},
|
|
1555
1567
|
};
|
|
1556
1568
|
export const VolumesUpdateHeaders = {
|
|
1557
1569
|
type: {
|
|
@@ -1561,11 +1573,11 @@ export const VolumesUpdateHeaders = {
|
|
|
1561
1573
|
location: {
|
|
1562
1574
|
serializedName: "location",
|
|
1563
1575
|
type: {
|
|
1564
|
-
name: "String"
|
|
1565
|
-
}
|
|
1566
|
-
}
|
|
1567
|
-
}
|
|
1568
|
-
}
|
|
1576
|
+
name: "String",
|
|
1577
|
+
},
|
|
1578
|
+
},
|
|
1579
|
+
},
|
|
1580
|
+
},
|
|
1569
1581
|
};
|
|
1570
1582
|
export const VolumesDeleteHeaders = {
|
|
1571
1583
|
type: {
|
|
@@ -1575,11 +1587,11 @@ export const VolumesDeleteHeaders = {
|
|
|
1575
1587
|
location: {
|
|
1576
1588
|
serializedName: "location",
|
|
1577
1589
|
type: {
|
|
1578
|
-
name: "String"
|
|
1579
|
-
}
|
|
1580
|
-
}
|
|
1581
|
-
}
|
|
1582
|
-
}
|
|
1590
|
+
name: "String",
|
|
1591
|
+
},
|
|
1592
|
+
},
|
|
1593
|
+
},
|
|
1594
|
+
},
|
|
1583
1595
|
};
|
|
1584
1596
|
export const PrivateEndpointConnectionsDeleteHeaders = {
|
|
1585
1597
|
type: {
|
|
@@ -1589,11 +1601,11 @@ export const PrivateEndpointConnectionsDeleteHeaders = {
|
|
|
1589
1601
|
location: {
|
|
1590
1602
|
serializedName: "location",
|
|
1591
1603
|
type: {
|
|
1592
|
-
name: "String"
|
|
1593
|
-
}
|
|
1594
|
-
}
|
|
1595
|
-
}
|
|
1596
|
-
}
|
|
1604
|
+
name: "String",
|
|
1605
|
+
},
|
|
1606
|
+
},
|
|
1607
|
+
},
|
|
1608
|
+
},
|
|
1597
1609
|
};
|
|
1598
1610
|
export const VolumeSnapshotsDeleteHeaders = {
|
|
1599
1611
|
type: {
|
|
@@ -1603,10 +1615,10 @@ export const VolumeSnapshotsDeleteHeaders = {
|
|
|
1603
1615
|
location: {
|
|
1604
1616
|
serializedName: "location",
|
|
1605
1617
|
type: {
|
|
1606
|
-
name: "String"
|
|
1607
|
-
}
|
|
1608
|
-
}
|
|
1609
|
-
}
|
|
1610
|
-
}
|
|
1618
|
+
name: "String",
|
|
1619
|
+
},
|
|
1620
|
+
},
|
|
1621
|
+
},
|
|
1622
|
+
},
|
|
1611
1623
|
};
|
|
1612
1624
|
//# sourceMappingURL=mappers.js.map
|