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

565 B

Query

Properties

Name Type Description Notes
Id Int64 Query [optional]
Outcomes String[] [optional]

Examples

  • Prepare the resource
$Query = Initialize-PSOpenAPIToolsQuery  -Id null `
 -Outcomes null
  • Convert the resource to JSON
$Query | ConvertTo-JSON

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