William Cheng 29f0d22713
[Powershell] add name mapping features (#16509)
* add name mapping features to the powershell generator

* update samples
2023-09-05 15:45:03 +08:00

510 B

NewModel

Properties

Name Type Description Notes
Name String [optional]

Examples

  • Prepare the resource
$NewModel = Initialize-PSPetstoreNewModel  -Name null
  • Convert the resource to JSON
$NewModel | ConvertTo-JSON

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