Autowritesettingpatch
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Op | Enum [ "replace" ] | The operation to perform. Only ""replace"" is supported. | [required] |
| Path | String | The field to update. Allowed values: /enabled, /includedSourceIds, /excludedSourceIds | [required] |
| Value | AutowritesettingpatchValue | [required] |
Examples
- Prepare the resource
$Autowritesettingpatch = Initialize-Autowritesettingpatch -Op replace `
-Path /enabled `
-Value null
- Convert the resource to JSON
$Autowritesettingpatch | ConvertTo-JSON