Skip to main content

Outliervaluetype

Properties

NameTypeDescriptionNotes
NameEnum [ "INTEGER", "FLOAT" ]The data type of the value field[optional]
OrdinalInt32The position of the value type[optional]

Examples

  • Prepare the resource
$Outliervaluetype = Initialize-Outliervaluetype  -Name INTEGER `
-Ordinal 0
  • Convert the resource to JSON
$Outliervaluetype | ConvertTo-JSON

[Back to top]