Skip to main content

AccountstatuschangedStatusChange

Properties

NameTypeDescriptionNotes
PreviousStatusEnum [ "enabled", "disabled", "locked" ]the previous status of the account[optional]
NewStatusEnum [ "enabled", "disabled", "locked" ]the new status of the account[optional]

Examples

  • Prepare the resource
$AccountstatuschangedStatusChange = Initialize-AccountstatuschangedStatusChange  -PreviousStatus enabled `
-NewStatus disabled
  • Convert the resource to JSON
$AccountstatuschangedStatusChange | ConvertTo-JSON

[Back to top]