Module: Azure::ARM::Insights::Models::TimeAggregationOperator

Defined in:
lib/generated/azure_mgmt_insights/models/time_aggregation_operator.rb

Overview

Defines values for TimeAggregationOperator

Constant Summary collapse

Average =
"Average"
Minimum =
"Minimum"
Maximum =
"Maximum"
Total =
"Total"
Last =
"Last"