Skip to main content

Violationreassigninput

Properties

NameTypeDescriptionNotes
ReassignToReassigninput[required]
CommentsStringOptional comments explaining the reassignment.[optional]

Examples

  • Prepare the resource
$Violationreassigninput = Initialize-Violationreassigninput  -ReassignTo null `
-Comments some comments about the reassignment
  • Convert the resource to JSON
$Violationreassigninput | ConvertTo-JSON

[Back to top]