Share via


ContainerV1.StartupProbe Property

Definition

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

Applies to