Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 879 Bytes

File metadata and controls

31 lines (25 loc) · 879 Bytes

EnumTest

Properties

Name Type Description Notes
EnumString String [optional]
EnumStringRequired String
EnumInteger Int32 [optional]
EnumIntegerOnly Int32 [optional]
EnumNumber Double [optional]
OuterEnum OuterEnum [optional]

Examples

  • Prepare the resource
$EnumTest = Initialize-PSPetstoreEnumTest  -EnumString null `
 -EnumStringRequired null `
 -EnumInteger null `
 -EnumIntegerOnly null `
 -EnumNumber null `
 -OuterEnum null
  • Convert the resource to JSON
$EnumTest | ConvertTo-JSON

[Back to Model list] [Back to API list] [Back to README]