Share via


IContainerExecRequestTerminalSize.Col Property

Definition

The column size of the terminal

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

Property Value

Attributes

Applies to