Skip to main content

SendClassifyMachineAccountFromSourceV1200Response

Properties

NameTypeDescriptionNotes
AccountsSubmittedForProcessingInt32Returns the number of all the accounts from source submitted for processing.[optional]

Examples

  • Prepare the resource
$SendClassifyMachineAccountFromSourceV1200Response = Initialize-SendClassifyMachineAccountFromSourceV1200Response  -AccountsSubmittedForProcessing 100
  • Convert the resource to JSON
$SendClassifyMachineAccountFromSourceV1200Response | ConvertTo-JSON

[Back to top]