TerminalOptions
Classsealednet10.0
Options for configuring a terminal session.
namespace Aspire.Hosting.ApplicationModel;
public sealed class TerminalOptions{ // ...}Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesColumnsget; setint Gets or sets the initial number of columns for the terminal. The value must be greater than zero. Defaults to 120.
Rowsget; setint Gets or sets the initial number of rows for the terminal. The value must be greater than zero. Defaults to 30.
ShowTerminalHostget; setbool Gets or sets a value indicating whether the per-replica terminal host resources (named
{parent}-terminalhost-{index}) should appear in the resource list.