InsightsClient.Cache Property
Namespace: Microsoft.Azure.Insights
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public InsightsClient.MetricDefinitionCache Cache { get; }
public:
property InsightsClient::MetricDefinitionCache^ Cache {
InsightsClient::MetricDefinitionCache^ get();
}
member Cache : InsightsClient.MetricDefinitionCache with get
Public ReadOnly Property Cache As InsightsClient.MetricDefinitionCache
Property Value
Type: Microsoft.Azure.Insights.InsightsClient.MetricDefinitionCache
See Also
InsightsClient Class
Microsoft.Azure.Insights Namespace
Return to top