Share via


AppInstanceProbe.InitialDelayInSeconds Property

Definition

Number of seconds after the App Instance has started before probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes.

public int? InitialDelayInSeconds { get; set; }
member this.InitialDelayInSeconds : Nullable<int> with get, set
Public Property InitialDelayInSeconds As Nullable(Of Integer)

Property Value

Applies to