Skip to main content

Loaduncorrelatedaccountstask

Properties

NameTypeDescriptionNotes
SuccessBooleanThe status of the result[optional] [default to $true]
TaskLoaduncorrelatedaccountstaskTask[optional]

Examples

  • Prepare the resource
$Loaduncorrelatedaccountstask = Initialize-Loaduncorrelatedaccountstask  -Success true `
-Task null
  • Convert the resource to JSON
$Loaduncorrelatedaccountstask | ConvertTo-JSON

[Back to top]