Module: Azure::Logic::Mgmt::V2016_06_01::Models::ParameterType

Defined in:
lib/2016-06-01/generated/azure_mgmt_logic/models/parameter_type.rb

Overview

Defines values for ParameterType

Constant Summary collapse

NotSpecified =
"NotSpecified"
String =
"String"
SecureString =
"SecureString"
Int =
"Int"
Float =
"Float"
Bool =
"Bool"
Array =
"Array"
Object =
"Object"
SecureObject =
"SecureObject"