@@ -70,6 +70,69 @@ public enum VmSize
70
70
// ReSharper disable once InconsistentNaming
71
71
Basic_A3 ,
72
72
// ReSharper disable once InconsistentNaming
73
- Basic_A4
73
+ Basic_A4 ,
74
+ // <summary>1 core, 3.5G, 127 OS, 50G SSD</summary>
75
+ // ReSharper disable once InconsistentNaming
76
+ STANDARD_D1 ,
77
+ // <summary>2 core, 7G, 127 OS, 100G SSD</summary>
78
+ // ReSharper disable once InconsistentNaming
79
+ STANDARD_D2 ,
80
+ // <summary>4 core, 14G, 127 OS, 200G SSD</summary>
81
+ // ReSharper disable once InconsistentNaming
82
+ STANDARD_D3 ,
83
+ // <summary>8 core, 28G, 127 OS, 400G SSD</summary>
84
+ // ReSharper disable once InconsistentNaming
85
+ STANDARD_D4 ,
86
+ // <summary>2 core, 14G, 127 OS, 100G SSD</summary>
87
+ // ReSharper disable once InconsistentNaming
88
+ STANDARD_D11 ,
89
+ // <summary>4 core, 28G, 127 OS, 200G SSD</summary>
90
+ // ReSharper disable once InconsistentNaming
91
+ STANDARD_D12 ,
92
+ // <summary>8 core, 56G, 127 OS, 400G SSD</summary>
93
+ // ReSharper disable once InconsistentNaming
94
+ STANDARD_D13 ,
95
+ // <summary>1 core, 112G, 127 OS, 800G SSD</summary>
96
+ // ReSharper disable once InconsistentNaming
97
+ STANDARD_D14 ,
98
+ // <summary>1 core, 3.5G, 127 OS, 7G SSD, 3200/32MBsec</summary>
99
+ // ReSharper disable once InconsistentNaming
100
+ STANDARD_DS1 ,
101
+ // <summary>2 core, 7G, 127 OS, 14G SSD, 6400/64MBsec</summary>
102
+ // ReSharper disable once InconsistentNaming
103
+ STANDARD_DS2 ,
104
+ // <summary>4 core, 14G, 127 OS, 28G SSD, 12800/128MBsec</summary>
105
+ // ReSharper disable once InconsistentNaming
106
+ STANDARD_DS3 ,
107
+ // <summary>8 core, 28G, 127 OS, 56G SSD, 25600/256MBsec</summary>
108
+ // ReSharper disable once InconsistentNaming
109
+ STANDARD_DS4 ,
110
+ // <summary>1 core, 28G, 127 OS, 28G SSD, 6400/64MBsec</summary>
111
+ // ReSharper disable once InconsistentNaming
112
+ STANDARD_DS11 ,
113
+ // <summary>2 core, 56G, 127 OS, 56G SSD, 12800/128MBsec</summary>
114
+ // ReSharper disable once InconsistentNaming
115
+ STANDARD_DS12 ,
116
+ // <summary>4 core, 112G, 127 OS, 112G SSD, 25600/256MBsec</summary>
117
+ // ReSharper disable once InconsistentNaming
118
+ STANDARD_DS13 ,
119
+ // <summary>8 core, 224G, 127 OS, 224G SSD, 56200/512MBsec</summary>
120
+ // ReSharper disable once InconsistentNaming
121
+ STANDARD_DS14 ,
122
+ // <summary>2 core, 28G, 127 OS, 384G SSD</summary>
123
+ // ReSharper disable once InconsistentNaming
124
+ STANDARD_G1 ,
125
+ // <summary>4 core, 56G, 127 OS, 768G SSD</summary>
126
+ // ReSharper disable once InconsistentNaming
127
+ STANDARD_G2 ,
128
+ // <summary>8 core, 112G, 127 OS, 1536G SSD</summary>
129
+ // ReSharper disable once InconsistentNaming
130
+ STANDARD_G3 ,
131
+ // <summary>16 core, 224G, 127 OS, 3072G SSD</summary>
132
+ // ReSharper disable once InconsistentNaming
133
+ STANDARD_G4 ,
134
+ // <summary>32 core, 448G, 127 OS, 6144G SSD</summary>
135
+ // ReSharper disable once InconsistentNaming
136
+ STANDARD_G5
74
137
}
75
138
}
0 commit comments