-
Notifications
You must be signed in to change notification settings - Fork 265
/
MetricDefinition.xml
509 lines (509 loc) · 31.8 KB
/
MetricDefinition.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
<Type Name="MetricDefinition" FullName="Microsoft.Azure.Management.Monitor.Models.MetricDefinition">
<TypeSignature Language="C#" Value="public class MetricDefinition" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit MetricDefinition extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Monitor.Models.MetricDefinition" />
<TypeSignature Language="VB.NET" Value="Public Class MetricDefinition" />
<TypeSignature Language="F#" Value="type MetricDefinition = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Monitor</AssemblyName>
<AssemblyVersion>0.25.2.0</AssemblyVersion>
<AssemblyVersion>0.25.4.0</AssemblyVersion>
<AssemblyVersion>0.26.0.0</AssemblyVersion>
<AssemblyVersion>0.27.0.0</AssemblyVersion>
<AssemblyVersion>0.28.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
Metric definition class specifies the metadata for a metric.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public MetricDefinition ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Monitor.Models.MetricDefinition.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Monitor</AssemblyName>
<AssemblyVersion>0.28.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the MetricDefinition class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public MetricDefinition (bool? isDimensionRequired = default, string resourceId = default, string namespaceProperty = default, Microsoft.Azure.Management.Monitor.Models.LocalizableString name = default, string displayDescription = default, string category = default, string metricClass = default, string unit = default, Microsoft.Azure.Management.Monitor.Models.AggregationType? primaryAggregationType = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.AggregationType?> supportedAggregationTypes = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.MetricAvailability> metricAvailabilities = default, string id = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.LocalizableString> dimensions = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(valuetype System.Nullable`1<bool> isDimensionRequired, string resourceId, string namespaceProperty, class Microsoft.Azure.Management.Monitor.Models.LocalizableString name, string displayDescription, string category, string metricClass, string unit, valuetype System.Nullable`1<valuetype Microsoft.Azure.Management.Monitor.Models.AggregationType> primaryAggregationType, class System.Collections.Generic.IList`1<valuetype System.Nullable`1<valuetype Microsoft.Azure.Management.Monitor.Models.AggregationType>> supportedAggregationTypes, class System.Collections.Generic.IList`1<class Microsoft.Azure.Management.Monitor.Models.MetricAvailability> metricAvailabilities, string id, class System.Collections.Generic.IList`1<class Microsoft.Azure.Management.Monitor.Models.LocalizableString> dimensions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Monitor.Models.MetricDefinition.#ctor(System.Nullable{System.Boolean},System.String,System.String,Microsoft.Azure.Management.Monitor.Models.LocalizableString,System.String,System.String,System.String,System.String,System.Nullable{Microsoft.Azure.Management.Monitor.Models.AggregationType},System.Collections.Generic.IList{System.Nullable{Microsoft.Azure.Management.Monitor.Models.AggregationType}},System.Collections.Generic.IList{Microsoft.Azure.Management.Monitor.Models.MetricAvailability},System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.Monitor.Models.LocalizableString})" />
<MemberSignature Language="VB.NET" Value="Public Sub New (Optional isDimensionRequired As Nullable(Of Boolean) = Nothing, Optional resourceId As String = Nothing, Optional namespaceProperty As String = Nothing, Optional name As LocalizableString = Nothing, Optional displayDescription As String = Nothing, Optional category As String = Nothing, Optional metricClass As String = Nothing, Optional unit As String = Nothing, Optional primaryAggregationType As Nullable(Of AggregationType) = Nothing, Optional supportedAggregationTypes As IList(Of Nullable(Of AggregationType)) = Nothing, Optional metricAvailabilities As IList(Of MetricAvailability) = Nothing, Optional id As String = Nothing, Optional dimensions As IList(Of LocalizableString) = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.Monitor.Models.MetricDefinition : Nullable<bool> * string * string * Microsoft.Azure.Management.Monitor.Models.LocalizableString * string * string * string * string * Nullable<Microsoft.Azure.Management.Monitor.Models.AggregationType> * System.Collections.Generic.IList<Nullable<Microsoft.Azure.Management.Monitor.Models.AggregationType>> * System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.MetricAvailability> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.LocalizableString> -> Microsoft.Azure.Management.Monitor.Models.MetricDefinition" Usage="new Microsoft.Azure.Management.Monitor.Models.MetricDefinition (isDimensionRequired, resourceId, namespaceProperty, name, displayDescription, category, metricClass, unit, primaryAggregationType, supportedAggregationTypes, metricAvailabilities, id, dimensions)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Monitor</AssemblyName>
<AssemblyVersion>0.28.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="isDimensionRequired" Type="System.Nullable<System.Boolean>" />
<Parameter Name="resourceId" Type="System.String" />
<Parameter Name="namespaceProperty" Type="System.String" />
<Parameter Name="name" Type="Microsoft.Azure.Management.Monitor.Models.LocalizableString" />
<Parameter Name="displayDescription" Type="System.String" />
<Parameter Name="category" Type="System.String" />
<Parameter Name="metricClass" Type="System.String" />
<Parameter Name="unit" Type="System.String" />
<Parameter Name="primaryAggregationType" Type="System.Nullable<Microsoft.Azure.Management.Monitor.Models.AggregationType>" />
<Parameter Name="supportedAggregationTypes" Type="System.Collections.Generic.IList<System.Nullable<Microsoft.Azure.Management.Monitor.Models.AggregationType>>" />
<Parameter Name="metricAvailabilities" Type="System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.MetricAvailability>" />
<Parameter Name="id" Type="System.String" />
<Parameter Name="dimensions" Type="System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.LocalizableString>" />
</Parameters>
<Docs>
<param name="isDimensionRequired">Flag to indicate whether the
dimension is required.</param>
<param name="resourceId">the resource identifier of the resource
that emitted the metric.</param>
<param name="namespaceProperty">the namespace the metric belongs
to.</param>
<param name="name">the name and the display name of the metric,
i.e. it is a localizable string.</param>
<param name="displayDescription">Detailed description of this
metric.</param>
<param name="category">Custom category name for this
metric.</param>
<param name="metricClass">The class of the metric. Possible values
include: 'Availability', 'Transactions', 'Errors', 'Latency',
'Saturation'</param>
<param name="unit">The unit of the metric. Possible values include:
'Count', 'Bytes', 'Seconds', 'CountPerSecond', 'BytesPerSecond',
'Percent', 'MilliSeconds', 'ByteSeconds', 'Unspecified', 'Cores',
'MilliCores', 'NanoCores', 'BitsPerSecond'</param>
<param name="primaryAggregationType">the primary aggregation type
value defining how to use the values for display. Possible values
include: 'None', 'Average', 'Count', 'Minimum', 'Maximum',
'Total'</param>
<param name="supportedAggregationTypes">the collection of what
aggregation types are supported.</param>
<param name="metricAvailabilities">the collection of what
aggregation intervals are available to be queried.</param>
<param name="id">the resource identifier of the metric
definition.</param>
<param name="dimensions">the name and the display name of the
dimension, i.e. it is a localizable string.</param>
<summary>
Initializes a new instance of the MetricDefinition class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Category">
<MemberSignature Language="C#" Value="public string Category { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string Category" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Monitor.Models.MetricDefinition.Category" />
<MemberSignature Language="VB.NET" Value="Public Property Category As String" />
<MemberSignature Language="F#" Value="member this.Category : string with get, set" Usage="Microsoft.Azure.Management.Monitor.Models.MetricDefinition.Category" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Monitor</AssemblyName>
<AssemblyVersion>0.28.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="category")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="category")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets custom category name for this metric.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Dimensions">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.LocalizableString> Dimensions { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IList`1<class Microsoft.Azure.Management.Monitor.Models.LocalizableString> Dimensions" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Monitor.Models.MetricDefinition.Dimensions" />
<MemberSignature Language="VB.NET" Value="Public Property Dimensions As IList(Of LocalizableString)" />
<MemberSignature Language="F#" Value="member this.Dimensions : System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.LocalizableString> with get, set" Usage="Microsoft.Azure.Management.Monitor.Models.MetricDefinition.Dimensions" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Monitor</AssemblyName>
<AssemblyVersion>0.28.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="dimensions")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="dimensions")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.LocalizableString></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the name and the display name of the dimension, i.e.
it is a localizable string.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DisplayDescription">
<MemberSignature Language="C#" Value="public string DisplayDescription { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string DisplayDescription" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Monitor.Models.MetricDefinition.DisplayDescription" />
<MemberSignature Language="VB.NET" Value="Public Property DisplayDescription As String" />
<MemberSignature Language="F#" Value="member this.DisplayDescription : string with get, set" Usage="Microsoft.Azure.Management.Monitor.Models.MetricDefinition.DisplayDescription" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Monitor</AssemblyName>
<AssemblyVersion>0.28.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="displayDescription")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="displayDescription")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets detailed description of this metric.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Id">
<MemberSignature Language="C#" Value="public string Id { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string Id" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Monitor.Models.MetricDefinition.Id" />
<MemberSignature Language="VB.NET" Value="Public Property Id As String" />
<MemberSignature Language="F#" Value="member this.Id : string with get, set" Usage="Microsoft.Azure.Management.Monitor.Models.MetricDefinition.Id" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Monitor</AssemblyName>
<AssemblyVersion>0.28.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="id")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="id")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the resource identifier of the metric definition.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="IsDimensionRequired">
<MemberSignature Language="C#" Value="public bool? IsDimensionRequired { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<bool> IsDimensionRequired" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Monitor.Models.MetricDefinition.IsDimensionRequired" />
<MemberSignature Language="VB.NET" Value="Public Property IsDimensionRequired As Nullable(Of Boolean)" />
<MemberSignature Language="F#" Value="member this.IsDimensionRequired : Nullable<bool> with get, set" Usage="Microsoft.Azure.Management.Monitor.Models.MetricDefinition.IsDimensionRequired" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Monitor</AssemblyName>
<AssemblyVersion>0.28.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="isDimensionRequired")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="isDimensionRequired")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.Boolean></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets flag to indicate whether the dimension is required.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="MetricAvailabilities">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.MetricAvailability> MetricAvailabilities { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IList`1<class Microsoft.Azure.Management.Monitor.Models.MetricAvailability> MetricAvailabilities" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Monitor.Models.MetricDefinition.MetricAvailabilities" />
<MemberSignature Language="VB.NET" Value="Public Property MetricAvailabilities As IList(Of MetricAvailability)" />
<MemberSignature Language="F#" Value="member this.MetricAvailabilities : System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.MetricAvailability> with get, set" Usage="Microsoft.Azure.Management.Monitor.Models.MetricDefinition.MetricAvailabilities" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Monitor</AssemblyName>
<AssemblyVersion>0.28.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="metricAvailabilities")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="metricAvailabilities")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.MetricAvailability></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the collection of what aggregation intervals are
available to be queried.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="MetricClass">
<MemberSignature Language="C#" Value="public string MetricClass { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string MetricClass" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Monitor.Models.MetricDefinition.MetricClass" />
<MemberSignature Language="VB.NET" Value="Public Property MetricClass As String" />
<MemberSignature Language="F#" Value="member this.MetricClass : string with get, set" Usage="Microsoft.Azure.Management.Monitor.Models.MetricDefinition.MetricClass" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Monitor</AssemblyName>
<AssemblyVersion>0.28.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="metricClass")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="metricClass")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the class of the metric. Possible values include:
'Availability', 'Transactions', 'Errors', 'Latency', 'Saturation'
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Name">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Monitor.Models.LocalizableString Name { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Monitor.Models.LocalizableString Name" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Monitor.Models.MetricDefinition.Name" />
<MemberSignature Language="VB.NET" Value="Public Property Name As LocalizableString" />
<MemberSignature Language="F#" Value="member this.Name : Microsoft.Azure.Management.Monitor.Models.LocalizableString with get, set" Usage="Microsoft.Azure.Management.Monitor.Models.MetricDefinition.Name" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Monitor</AssemblyName>
<AssemblyVersion>0.28.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="name")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="name")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Monitor.Models.LocalizableString</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the name and the display name of the metric, i.e. it
is a localizable string.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="NamespaceProperty">
<MemberSignature Language="C#" Value="public string NamespaceProperty { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string NamespaceProperty" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Monitor.Models.MetricDefinition.NamespaceProperty" />
<MemberSignature Language="VB.NET" Value="Public Property NamespaceProperty As String" />
<MemberSignature Language="F#" Value="member this.NamespaceProperty : string with get, set" Usage="Microsoft.Azure.Management.Monitor.Models.MetricDefinition.NamespaceProperty" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Monitor</AssemblyName>
<AssemblyVersion>0.28.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="namespace")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="namespace")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the namespace the metric belongs to.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="PrimaryAggregationType">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Monitor.Models.AggregationType? PrimaryAggregationType { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<valuetype Microsoft.Azure.Management.Monitor.Models.AggregationType> PrimaryAggregationType" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Monitor.Models.MetricDefinition.PrimaryAggregationType" />
<MemberSignature Language="VB.NET" Value="Public Property PrimaryAggregationType As Nullable(Of AggregationType)" />
<MemberSignature Language="F#" Value="member this.PrimaryAggregationType : Nullable<Microsoft.Azure.Management.Monitor.Models.AggregationType> with get, set" Usage="Microsoft.Azure.Management.Monitor.Models.MetricDefinition.PrimaryAggregationType" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Monitor</AssemblyName>
<AssemblyVersion>0.28.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="primaryAggregationType")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="primaryAggregationType")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<Microsoft.Azure.Management.Monitor.Models.AggregationType></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the primary aggregation type value defining how to use
the values for display. Possible values include: 'None', 'Average',
'Count', 'Minimum', 'Maximum', 'Total'
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ResourceId">
<MemberSignature Language="C#" Value="public string ResourceId { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string ResourceId" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Monitor.Models.MetricDefinition.ResourceId" />
<MemberSignature Language="VB.NET" Value="Public Property ResourceId As String" />
<MemberSignature Language="F#" Value="member this.ResourceId : string with get, set" Usage="Microsoft.Azure.Management.Monitor.Models.MetricDefinition.ResourceId" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Monitor</AssemblyName>
<AssemblyVersion>0.28.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="resourceId")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="resourceId")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the resource identifier of the resource that emitted
the metric.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SupportedAggregationTypes">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.AggregationType?> SupportedAggregationTypes { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IList`1<valuetype System.Nullable`1<valuetype Microsoft.Azure.Management.Monitor.Models.AggregationType>> SupportedAggregationTypes" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Monitor.Models.MetricDefinition.SupportedAggregationTypes" />
<MemberSignature Language="VB.NET" Value="Public Property SupportedAggregationTypes As IList(Of Nullable(Of AggregationType))" />
<MemberSignature Language="F#" Value="member this.SupportedAggregationTypes : System.Collections.Generic.IList<Nullable<Microsoft.Azure.Management.Monitor.Models.AggregationType>> with get, set" Usage="Microsoft.Azure.Management.Monitor.Models.MetricDefinition.SupportedAggregationTypes" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Monitor</AssemblyName>
<AssemblyVersion>0.28.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="supportedAggregationTypes")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="supportedAggregationTypes")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Collections.Generic.IList<System.Nullable<Microsoft.Azure.Management.Monitor.Models.AggregationType>></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the collection of what aggregation types are
supported.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Unit">
<MemberSignature Language="C#" Value="public string Unit { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string Unit" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Monitor.Models.MetricDefinition.Unit" />
<MemberSignature Language="VB.NET" Value="Public Property Unit As String" />
<MemberSignature Language="F#" Value="member this.Unit : string with get, set" Usage="Microsoft.Azure.Management.Monitor.Models.MetricDefinition.Unit" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Monitor</AssemblyName>
<AssemblyVersion>0.28.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="unit")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="unit")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the unit of the metric. Possible values include:
'Count', 'Bytes', 'Seconds', 'CountPerSecond', 'BytesPerSecond',
'Percent', 'MilliSeconds', 'ByteSeconds', 'Unspecified', 'Cores',
'MilliCores', 'NanoCores', 'BitsPerSecond'
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Validate">
<MemberSignature Language="C#" Value="public virtual void Validate ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void Validate() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Monitor.Models.MetricDefinition.Validate" />
<MemberSignature Language="VB.NET" Value="Public Overridable Sub Validate ()" />
<MemberSignature Language="F#" Value="abstract member Validate : unit -> unit
override this.Validate : unit -> unit" Usage="metricDefinition.Validate " />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Monitor</AssemblyName>
<AssemblyVersion>0.28.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>
Validate the object.
</summary>
<remarks>To be added.</remarks>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown if validation fails
</exception>
</Docs>
</Member>
</Members>
</Type>