Sha256: ceafcdf7211adb17d3ff73078dc8fb8a9904455fe43c91b150477ebd926817b2
Contents?: true
Size: 503 Bytes
Versions: 3
Compression:
Stored size: 503 Bytes
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::Logic 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
3 entries across 3 versions & 1 rubygems