PerformanceCounterConfiguration.Annotations Property
Optional. The display name for the counter.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public IList<LocalizedString> Annotations { get; set; }
public:
property IList<LocalizedString^>^ Annotations {
IList<LocalizedString^>^ get();
void set(IList<LocalizedString^>^ value);
}
member Annotations : IList<LocalizedString> with get, set
Public Property Annotations As IList(Of LocalizedString)
Property Value
Type: System.Collections.Generic.IList<LocalizedString>
See Also
PerformanceCounterConfiguration Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top