Share via


ParameterType type

Defines values for ParameterType.
KnownParameterType can be used interchangeably with ParameterType, this enum contains the known values that the service supports.

Known values supported by the service

array: The parameter accepts an array of values.
boolean: The parameter accepts a boolean value.
integer: The parameter accepts an integer value.
number: The parameter accepts a number value.
object: The parameter accepts an object value.
string: The parameter accepts a string value.

type ParameterType = string