LifecycleHandlerV1.HttpGet 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.
Represents the HTTP GET action associated with a lifecycle handler in Kubernetes resources.
[YamlDotNet.Serialization.YamlMember(Alias="httpGet")]
public Aspire.Hosting.Kubernetes.Resources.HttpGetActionV1 HttpGet { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="httpGet")>]
member this.HttpGet : Aspire.Hosting.Kubernetes.Resources.HttpGetActionV1 with get, set
Public Property HttpGet As HttpGetActionV1
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute
Remarks
The action defines an HTTP GET request that is typically utilized in scenarios such as health checks or readiness probes. It supports configuration of parameters including the HTTP scheme, target path, host, port, and optional HTTP headers.