Sha256: a35d50bac92b6fec2ba25b88d1651686b2eb25f968ccb8a4604af9778b2031cf
Contents?: true
Size: 545 Bytes
Versions: 3
Compression:
Stored size: 545 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 ParameterType # module ParameterType NotSpecified = "NotSpecified" String = "String" SecureString = "SecureString" Int = "Int" Float = "Float" Bool = "Bool" Array = "Array" Object = "Object" SecureObject = "SecureObject" end end end
Version data entries
3 entries across 3 versions & 1 rubygems