Share via


IContainerExecRequest.TerminalSizeRow Property

Definition

The row size of the terminal

[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Description="The row size of the terminal", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="rows")]
public int? TerminalSizeRow { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Description="The row size of the terminal", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="rows")>]
member this.TerminalSizeRow : Nullable<int> with get, set
Public Property TerminalSizeRow As Nullable(Of Integer)

Property Value

Attributes

Applies to