Sdílet prostřednictvím


AppPlatformDeploymentSettings.StartupProbe Property

Definition

StartupProbe indicates that the App Instance has successfully initialized. If specified, no other probes are executed until this completes successfully. If this probe fails, the Pod will be restarted, just as if the livenessProbe failed. This can be used to provide different probe parameters at the beginning of a App Instance's lifecycle, when it might take a long time to load data or warm a cache, than during steady-state operation. This cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes.

public Azure.ResourceManager.AppPlatform.Models.AppInstanceProbe StartupProbe { get; set; }
member this.StartupProbe : Azure.ResourceManager.AppPlatform.Models.AppInstanceProbe with get, set
Public Property StartupProbe As AppInstanceProbe

Property Value

Applies to