Skip to main content

LoadaccountstaskTaskReturnsInner

Properties

NameTypeDescriptionNotes
DisplayLabelStringThe display label of the return value[optional]
AttributeNameStringThe attribute name of the return value[optional]

Examples

  • Prepare the resource
$LoadaccountstaskTaskReturnsInner = Initialize-LoadaccountstaskTaskReturnsInner  -DisplayLabel TASK_OUT_ACCOUNT_AGGREGATION_APPLICATIONS `
-AttributeName applications
  • Convert the resource to JSON
$LoadaccountstaskTaskReturnsInner | ConvertTo-JSON

[Back to top]