你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ContainerAppTemplate.TerminationGracePeriodSeconds Property

Definition

Optional duration in seconds the Container App Instance needs to terminate gracefully. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). If this value is nil, the default grace period will be used instead. Set this value longer than the expected cleanup time for your process. Defaults to 30 seconds.

public long? TerminationGracePeriodSeconds { get; set; }
member this.TerminationGracePeriodSeconds : Nullable<int64> with get, set
Public Property TerminationGracePeriodSeconds As Nullable(Of Long)

Property Value

Applies to