IInsightsClient.MetricOperations Property

 

Operations for metric values.

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

Syntax

IMetricOperations MetricOperations { get; }
property IMetricOperations^ MetricOperations {
    IMetricOperations^ get();
}
abstract MetricOperations : IMetricOperations with get
ReadOnly Property MetricOperations As IMetricOperations

Property Value

Type: Microsoft.Azure.Insights.IMetricOperations

See Also

IInsightsClient Interface
Microsoft.Azure.Insights Namespace

Return to top