次の方法で共有


MetricDefinitionListResponse.MetricDefinitionCollection Property

 

Optional. The retrieved metric definitions.

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

Syntax

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

Property Value

Type: Microsoft.Azure.Insights.Models.MetricDefinitionCollection

See Also

MetricDefinitionListResponse Class
Microsoft.Azure.Insights.Models Namespace

Return to top