IContainerExecRequest.TerminalSizeRow Property

Definition

The row size of the terminal

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

Property Value

Attributes

Applies to