Service.StopSignal 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 signal that will be used to stop the container. This property allows you to define a custom stop signal other than the default SIGTERM.
[YamlDotNet.Serialization.YamlMember(Alias="stop_signal")]
public string? StopSignal { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="stop_signal")>]
member this.StopSignal : string with get, set
Public Property StopSignal As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute