IContainerExecRequestTerminalSize.Col Property

Definition

The column size of the terminal

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

Property Value

Attributes

Applies to