Share via


MetricDefinitionListResponse.MetricDefinitionCollection Property

 

Optional. The retrieved metric definitions.

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.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.WindowsAzure.Management.Monitoring.Metrics.Models.MetricDefinitionCollection

See Also

MetricDefinitionListResponse Class
Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models Namespace

Return to top