EphemeralContainerV1.TerminationMessagePath 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 the file path where the termination message for the container will be written. This message typically contains information about the container's termination state, such as the reason for termination or the exit code. If not specified, a default path is used.
[YamlDotNet.Serialization.YamlMember(Alias="terminationMessagePath")]
public string? TerminationMessagePath { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="terminationMessagePath")>]
member this.TerminationMessagePath : string with get, set
Public Property TerminationMessagePath As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute