File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ The following example shows how to list a metric definition at the account level
125
125
126
126
foreach (var metricDefinition in metricDefinitions )
127
127
{
128
- // Enumrate metric definition:
128
+ // Enumerate metric definition:
129
129
// Id
130
130
// ResourceId
131
131
// Name
@@ -172,7 +172,7 @@ The following example shows how to read `UsedCapacity` data at the account level
172
172
173
173
foreach (var metric in Response .Value )
174
174
{
175
- // Enumrate metric value
175
+ // Enumerate metric value
176
176
// Id
177
177
// Name
178
178
// Type
@@ -225,7 +225,7 @@ The following example shows how to read metric data on the metric supporting mul
225
225
226
226
foreach (var metric in Response .Value )
227
227
{
228
- // Enumrate metric value
228
+ // Enumerate metric value
229
229
// Id
230
230
// Name
231
231
// Type
You can’t perform that action at this time.
0 commit comments