API Reference
Command
New-BGInfoTopology
Creates a BGInfo topology overlay definition.
Remarks
Creates a BGInfo topology overlay definition.
Examples
EXAMPLE 1
New-BGInfoTopology -Anchor 'Value'
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
New-BGInfoTopology [-Anchor <TopLeft>] [-Direction <TopToBottom|LeftToRight|BottomToTop|RightToLeft>] [-Height <Int32>] [-Layout <Manual>] [-NodeDisplayMode <Card>] [-NoEdgeLabels] [-NoGroups] [-NoTitle] [-OffsetX <Int32>] [-OffsetY <Int32>] [-Opaque] [-PositionX <Int32>] [-PositionY <Int32>] [-ShowLegend] [-Subtitle <String>] [-Theme <Light|Dark>] [-Title <String>] -TopologyDefinition <ScriptBlock> [-Width <Int32>] [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- Anchor BgInfoTextPosition
- Anchor position for placement.
- Possible values:
TopLeft,TopCenter,TopRight,MiddleLeft,MiddleCenter,MiddleRight,BottomLeft,BottomCenter,BottomRight - Direction TopologyLayoutDirection
- Topology layout direction.
- Possible values:
TopToBottom,LeftToRight,BottomToTop,RightToLeft - Height Int32
- Topology height in pixels.
- Layout TopologyLayoutMode
- Topology layout mode.
- Possible values:
Manual,GroupGrid,HubAndSpoke,Layered,Matrix,DenseGrouped,Geographic,ForceDirected,RelationshipRadial,MindMap - NodeDisplayMode TopologyNodeDisplayMode
- Node presentation mode.
- Possible values:
Card,CompactCard,Tile,Pill,Icon,Artwork,Dot,Hidden - NoEdgeLabels SwitchParameter
- Hide edge labels.
- NoGroups SwitchParameter
- Hide group containers.
- NoTitle SwitchParameter
- Hide the topology title.
- OffsetX Int32
- Horizontal offset from the anchor.
- OffsetY Int32
- Vertical offset from the anchor.
- Opaque SwitchParameter
- Use an opaque topology canvas.
- PositionX Int32
- Absolute X position.
- PositionY Int32
- Absolute Y position.
- ShowLegend SwitchParameter
- Show the topology legend.
- Subtitle String
- Topology subtitle.
- Theme String
- Theme name.
- Possible values:
Light,Dark - Title String
- Topology title.
- TopologyDefinition ScriptBlock
- Script block that emits topology groups, nodes, and edges.
- Width Int32
- Topology width in pixels.
Outputs
PowerBGInfo.BgInfoTopology