API Reference
Command
New-ImageTopologyScenarioStep
Creates one node or edge step for a topology scenario.
Remarks
Use the result inside New-ImageTopologyScenario to define an ordered route.
Examples
Create an edge route step
PS>
New-ImageTopologyScenarioStep -Id api-db -Kind Edge -Label 'Database call' -DurationMilliseconds 700
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-ImageTopologyScenarioStep [-Description <String>] [-DurationMilliseconds <Int32>] -Id <String> -Kind <Node|Edge> [-Label <String>] [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- Description String
- Optional step description.
- DurationMilliseconds Int32
- Optional playback duration override in milliseconds.
- Id String
- Referenced topology node or edge identifier.
- Kind TopologyScenarioStepKind
- Whether the step references a node or edge.
- Possible values:
Node,Edge - Label String
- Optional step label.
Outputs
ChartForgeX.Topology.TopologyScenarioStep