Sedpatch
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Op | String | desired operation | [optional] |
| Path | String | field to be patched | [optional] |
| Value | AnyType | value to replace with | [optional] |
Examples
- Prepare the resource
$Sedpatch = Initialize-Sedpatch -Op replace `
-Path status `
-Value approved
- Convert the resource to JSON
$Sedpatch | ConvertTo-JSON