Sha256: a5c1970faffe502e04f8a2b402ed3f365446e712381a7591bed024bf76e61df9
Contents?: true
Size: 517 Bytes
Versions: 5
Compression:
Stored size: 517 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::Logic::Mgmt::V2018_07_01_preview module Models # # Defines values for RecurrenceFrequency # module RecurrenceFrequency NotSpecified = "NotSpecified" Second = "Second" Minute = "Minute" Hour = "Hour" Day = "Day" Week = "Week" Month = "Month" Year = "Year" end end end
Version data entries
5 entries across 5 versions & 1 rubygems