Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 623 Bytes

File metadata and controls

25 lines (19 loc) · 623 Bytes

Shape

Properties

Name Type Description Notes
ShapeType String
TriangleType String
QuadrilateralType String

Examples

  • Prepare the resource
$Shape = Initialize-PSPetstoreShape  -ShapeType null `
 -TriangleType null `
 -QuadrilateralType null
  • Convert the resource to JSON
$Shape | ConvertTo-JSON

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