Skip to main content

AccountRequestAsyncResult

Properties

NameTypeDescriptionNotes
AccountRequestIdStringId of the account request[required]

Examples

  • Prepare the resource
$AccountRequestAsyncResult = Initialize-AccountRequestAsyncResult  -AccountRequestId 2d81808474683da6017468693c260196
  • Convert the resource to JSON
$AccountRequestAsyncResult | ConvertTo-JSON

[Back to top]