Skip to main content

LoadaccountstaskTaskAttributes

Properties

NameTypeDescriptionNotes
AppIdStringThe id of the source[optional]
OptimizedAggregationStringThe indicator if the aggregation process was enabled/disabled for the aggregation job[optional]

Examples

  • Prepare the resource
$LoadaccountstaskTaskAttributes = Initialize-LoadaccountstaskTaskAttributes  -AppId c31386cb18bb403cbb6df4c86294ff82 `
-OptimizedAggregation enabled
  • Convert the resource to JSON
$LoadaccountstaskTaskAttributes | ConvertTo-JSON

[Back to top]