@@ -192,6 +192,7 @@ internal AzureSLA GetVMSLA(VirtualMachine virtualMachine)
192
192
case "Standard_DS2_v2" :
193
193
case "Standard_D4s_v3" :
194
194
case "Standard_E4s_v3" :
195
+ case "Standard_E4-2s_v3" :
195
196
result . HasSLA = true ;
196
197
result . IOPS = 6400 ;
197
198
result . TP = 96 ;
@@ -204,6 +205,8 @@ internal AzureSLA GetVMSLA(VirtualMachine virtualMachine)
204
205
case "Standard_DS3_v2" :
205
206
case "Standard_D8s_v3" :
206
207
case "Standard_E8s_v3" :
208
+ case "Standard_E8-2s_v3" :
209
+ case "Standard_E8-4s_v3" :
207
210
result . HasSLA = true ;
208
211
result . IOPS = 12800 ;
209
212
result . TP = 192 ;
@@ -216,6 +219,8 @@ internal AzureSLA GetVMSLA(VirtualMachine virtualMachine)
216
219
case "Standard_DS4_v2" :
217
220
case "Standard_D16s_v3" :
218
221
case "Standard_E16s_v3" :
222
+ case "Standard_E16-4s_v3" :
223
+ case "Standard_E16-8s_v3" :
219
224
result . HasSLA = true ;
220
225
result . IOPS = 25600 ;
221
226
result . TP = 384 ;
@@ -263,6 +268,8 @@ internal AzureSLA GetVMSLA(VirtualMachine virtualMachine)
263
268
break ;
264
269
case "Standard_DS14_v2" :
265
270
case "Standard_E32s_v3" :
271
+ case "Standard_E32-8s_v3" :
272
+ case "Standard_E32-16s_v3" :
266
273
result . HasSLA = true ;
267
274
result . IOPS = 51200 ;
268
275
result . TP = 768 ;
@@ -297,19 +304,51 @@ internal AzureSLA GetVMSLA(VirtualMachine virtualMachine)
297
304
result . IOPS = 80000 ;
298
305
result . TP = 2000 ;
299
306
break ;
307
+ case "Standard_M8-2ms" :
308
+ case "Standard_M8-4ms" :
309
+ case "Standard_M8ms" :
310
+ result . HasSLA = true ;
311
+ result . IOPS = 5000 ;
312
+ result . TP = 125 ;
313
+ break ;
314
+ case "Standard_M16-4ms" :
315
+ case "Standard_M16-8ms" :
316
+ case "Standard_M16ms" :
317
+ result . HasSLA = true ;
318
+ result . IOPS = 10000 ;
319
+ result . TP = 250 ;
320
+ break ;
321
+ case "Standard_M32-8ms" :
322
+ case "Standard_M32-16ms" :
323
+ case "Standard_M32ms" :
324
+ case "Standard_M32ls" :
325
+ case "Standard_M32ts" :
326
+ result . HasSLA = true ;
327
+ result . IOPS = 20000 ;
328
+ result . TP = 500 ;
329
+ break ;
300
330
case "Standard_M64ms" :
301
331
case "Standard_M64s" :
332
+ case "Standard_M64ls" :
333
+ case "Standard_M64-16ms" :
334
+ case "Standard_M64-32ms" :
302
335
result . HasSLA = true ;
303
336
result . IOPS = 40000 ;
304
337
result . TP = 1000 ;
305
338
break ;
306
339
case "Standard_M128s" :
340
+ case "Standard_M128ms" :
341
+ case "Standard_M128-32ms" :
342
+ case "Standard_M128-64ms" :
307
343
result . HasSLA = true ;
308
344
result . IOPS = 80000 ;
309
345
result . TP = 2000 ;
310
346
break ;
311
347
case "Standard_E64s_v3" :
312
348
case "Standard_D64s_v3" :
349
+ case "Standard_E64-16s_v3" :
350
+ case "Standard_E64-32s_v3" :
351
+ case "Standard_E64is_v3" :
313
352
result . HasSLA = true ;
314
353
result . IOPS = 80000 ;
315
354
result . TP = 1200 ;
0 commit comments