William Cheng 372894dd1d
Add powershell echo test, rename api key names (#17043)
* add powershell echo test, rename api key names

* update
2023-11-13 00:09:46 +08:00

679 B

NumberPropertiesOnly

Properties

Name Type Description Notes
Number Decimal [optional]
Float Double [optional]
Double Double [optional]

Examples

  • Prepare the resource
$NumberPropertiesOnly = Initialize-PSOpenAPIToolsNumberPropertiesOnly  -Number null `
 -Float null `
 -Double null
  • Convert the resource to JSON
$NumberPropertiesOnly | ConvertTo-JSON

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