API Reference
Class
UsageTelemetryOverviewMonthlyUsage
Represents one monthly provider usage point in the overview.
Inheritance
- Object
- UsageTelemetryOverviewMonthlyUsage
Constructors
public UsageTelemetryOverviewMonthlyUsage(DateTime monthUtc, Int64 totalValue, Int32 activeDays) #Parameters
- monthUtc DateTime
- totalValue Int64
- activeDays Int32
Methods
public JsonObject ToJson() #Returns:
JsonObjectInherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object