Skip to main content

MachineAccountsAsyncResult

Properties​

NameTypeDescriptionNotes
IdStringID of the task.[required]

Examples​

  • Prepare the resource
$MachineAccountsAsyncResult = Initialize-MachineAccountsAsyncResult -Id 2c91808474683da6017468693c260195
  • Convert the resource to JSON
$MachineAccountsAsyncResult | ConvertTo-JSON

[Back to top]