# 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 Unit # module Unit Count = "Count" Bytes = "Bytes" Seconds = "Seconds" CountPerSecond = "CountPerSecond" BytesPerSecond = "BytesPerSecond" Percent = "Percent" MilliSeconds = "MilliSeconds" ByteSeconds = "ByteSeconds" Unspecified = "Unspecified" Cores = "Cores" MilliCores = "MilliCores" NanoCores = "NanoCores" BitsPerSecond = "BitsPerSecond" end end end