Module: Azure::ARM::Monitor::Models::TimeAggregationType

Defined in:
lib/generated/azure_mgmt_monitor/models/time_aggregation_type.rb

Overview

Defines values for TimeAggregationType

Constant Summary collapse

Average =
"Average"
Minimum =
"Minimum"
Maximum =
"Maximum"
Total =
"Total"
Count =
"Count"