MetricValueSet.MetricValues Property
Optional. Metric values.
Namespace: Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)
Syntax
public IList<MetricValue> MetricValues { get; set; }
public:
property IList<MetricValue^>^ MetricValues {
IList<MetricValue^>^ get();
void set(IList<MetricValue^>^ value);
}
member MetricValues : IList<MetricValue> with get, set
Public Property MetricValues As IList(Of MetricValue)
Property Value
Type: System.Collections.Generic.IList<MetricValue>
See Also
MetricValueSet Class
Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models Namespace
Return to top