Compartir a través de


MetricListResponse.MetricCollection Property

 

Optional. The retrieved metric value sets.

Namespace:   Microsoft.Azure.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

public MetricCollection MetricCollection { get; set; }
public:
property MetricCollection^ MetricCollection {
    MetricCollection^ get();
    void set(MetricCollection^ value);
}
member MetricCollection : MetricCollection with get, set
Public Property MetricCollection As MetricCollection

Property Value

Type: Microsoft.Azure.Insights.Models.MetricCollection

See Also

MetricListResponse Class
Microsoft.Azure.Insights.Models Namespace

Return to top