PerformanceCounterConfiguration.Unit Property
Optional. The unit of measure of the counter.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public Units Unit { get; set; }
public:
property Units Unit {
Units get();
void set(Units value);
}
member Unit : Units with get, set
Public Property Unit As Units
Property Value
Type: Microsoft.Azure.Management.Insights.Models.Units
See Also
PerformanceCounterConfiguration Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top