EphemeralContainerV1.Tty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether a terminal (TTY) should be allocated for the container.
[YamlDotNet.Serialization.YamlMember(Alias="tty")]
public bool? Tty { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="tty")>]
member this.Tty : Nullable<bool> with get, set
Public Property Tty As Nullable(Of Boolean)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute