ContainerV1.StartupProbe 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.
Gets or sets the startup probe configuration for the container. This probe is used to determine whether the application within the container has started successfully. The startup probe is executed to check the operational state of the application before the container is marked as ready, ensuring it can handle traffic before proceeding with normal operations.
[YamlDotNet.Serialization.YamlMember(Alias="startupProbe")]
public Aspire.Hosting.Kubernetes.Resources.ProbeV1? StartupProbe { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="startupProbe")>]
member this.StartupProbe : Aspire.Hosting.Kubernetes.Resources.ProbeV1 with get, set
Public Property StartupProbe As ProbeV1
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute