ContainerV1.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 path where the termination message of the container will be written. This property allows the container to provide additional information about its termination, such as error messages or exit codes. If configured, the message written to this path will be retrievable by the container manager or monitoring systems.
[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