Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 730 Bytes

Fleet.md

File metadata and controls

29 lines (23 loc) · 730 Bytes

Fleet

Properties

Name Type Description Notes
FleetType FleetType
CreatedAt System.DateTime
Name String
Expression String [optional]
Id String

Examples

  • Prepare the resource
$Fleet = Initialize-TorizonPlatformAPIFleet  -FleetType null `
 -CreatedAt null `
 -Name null `
 -Expression null `
 -Id null
  • Convert the resource to JSON
$Fleet | ConvertTo-JSON

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