Delen via


ContainerApp.TemplateTerminationGracePeriodSecond 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.

[Microsoft.Azure.PowerShell.Cmdlets.App.DoNotFormat]
[Microsoft.Azure.PowerShell.Cmdlets.App.Origin(Microsoft.Azure.PowerShell.Cmdlets.App.PropertyOrigin.Inlined)]
public long? TemplateTerminationGracePeriodSecond { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.DoNotFormat>]
[<Microsoft.Azure.PowerShell.Cmdlets.App.Origin(Microsoft.Azure.PowerShell.Cmdlets.App.PropertyOrigin.Inlined)>]
member this.TemplateTerminationGracePeriodSecond : Nullable<int64> with get, set
Public Property TemplateTerminationGracePeriodSecond As Nullable(Of Long)

Property Value

Implements

Attributes

Applies to