Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PS > $subagents = @()
$subagents += New-JS7Subagent -SubagentId 'subagent_001' -Url https://subagent-2-0-primary:4443
$subagents += New-JS7Subagent -SubagentId 'subagent_0021' -Url https://subagent-2-0-secondary:4443

Returns an array of Subagent objects with the specified Subagent ID and URL.