Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 567 Bytes

File metadata and controls

23 lines (17 loc) · 567 Bytes

Triangle

Properties

Name Type Description Notes
ShapeType String
TriangleType String

Examples

  • Prepare the resource
$Triangle = Initialize-PSPetstoreTriangle  -ShapeType null `
 -TriangleType null
  • Convert the resource to JSON
$Triangle | ConvertTo-JSON

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