Sha256: cbe9b0c690de024da6e3415bac3229a16f4e66c036d3360e60f9dd56e5c3fbc0
Contents?: true
Size: 461 Bytes
Versions: 10
Compression:
Stored size: 461 Bytes
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::Monitor::Mgmt::V2018_01_01 module Models # # Defines values for AggregationType # module AggregationType None = "None" Average = "Average" Count = "Count" Minimum = "Minimum" Maximum = "Maximum" Total = "Total" end end end
Version data entries
10 entries across 10 versions & 1 rubygems