Skip to main content

Nestedaggregation

Properties

NameTypeDescriptionNotes
NameStringThe name of the nested aggregate to be included in the result.[required]
TypeStringThe type of the nested object.[required]

Examples

  • Prepare the resource
$Nestedaggregation = Initialize-Nestedaggregation  -Name id `
-Type access
  • Convert the resource to JSON
$Nestedaggregation | ConvertTo-JSON

[Back to top]