Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 786 Bytes

File metadata and controls

29 lines (23 loc) · 786 Bytes

Operation

Properties

Name Type Description Notes
OperationType OperationType [optional]
Path String [optional]
Op String [optional]
VarFrom String [optional]
Value AnyType [optional]

Examples

  • Prepare the resource
$Operation = Initialize-RealGreenSaPSOperation  -OperationType null `
 -Path null `
 -Op null `
 -VarFrom null `
 -Value null
  • Convert the resource to JSON
$Operation | ConvertTo-JSON

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