Sha256: 03c31538d601196b77ff7dd0a0dafc765ccb7a7b412b3ea0b1e3160387c74904
Contents?: true
Size: 442 Bytes
Versions: 2
Compression:
Stored size: 442 Bytes
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::Monitor module Models # # Defines values for TimeAggregationType # module TimeAggregationType Average = "Average" Minimum = "Minimum" Maximum = "Maximum" Total = "Total" Count = "Count" end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_monitor-0.12.0 | lib/generated/azure_mgmt_monitor/models/time_aggregation_type.rb |
azure_mgmt_monitor-0.11.0 | lib/generated/azure_mgmt_monitor/models/time_aggregation_type.rb |