EphemeralContainerV1.StdinOnce 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.
Gets or sets a value indicating whether the container's standard input (stdin) will be closed after the first time it's opened. When set to true, stdin will be available only once, closing automatically after the first use. This can be used for containers that require user input during initialization or execution, but do not need stdin to remain open throughout the container's lifecycle.
[YamlDotNet.Serialization.YamlMember(Alias="stdinOnce")]
public bool? StdinOnce { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="stdinOnce")>]
member this.StdinOnce : Nullable<bool> with get, set
Public Property StdinOnce As Nullable(Of Boolean)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute