Skip to main content

LoaduncorrelatedaccountstaskTaskAttributes

Properties

NameTypeDescriptionNotes
QpocJobIdStringThe id of qpoc job[optional]
TaskStartDelay[AnyType]https://learn.microsoft.com/en-us/powershell/scripting/lang-spec/chapter-04?view=powershell-7.4the task start delay value[optional]

Examples

  • Prepare the resource
$LoaduncorrelatedaccountstaskTaskAttributes = Initialize-LoaduncorrelatedaccountstaskTaskAttributes  -QpocJobId 5d303d46-fc51-48cd-9c6d-4e211e3ab63c `
-TaskStartDelay
  • Convert the resource to JSON
$LoaduncorrelatedaccountstaskTaskAttributes | ConvertTo-JSON

[Back to top]