Skip to main content

SourceClassificationStatusAllOfCounts

Properties

NameTypeDescriptionNotes
EXPECTEDInt64total number of source accounts[required]
RECEIVEDInt64number of accounts that have been sent for processing (should be the same as expected when all accounts are collected)[required]
COMPLETEDInt64number of accounts that have been classified[required]

Examples

  • Prepare the resource
$SourceClassificationStatusAllOfCounts = Initialize-V2025SourceClassificationStatusAllOfCounts  -EXPECTED 1000 `
-RECEIVED 800 `
-COMPLETED 500
  • Convert the resource to JSON
$SourceClassificationStatusAllOfCounts | ConvertTo-JSON

[Back to top]