Share via


HttpIngressPathV1.Backend Property

Definition

Represents the backend configuration for a specific path of an HTTP ingress. This property defines the backend service or resource to which the traffic will be forwarded. The Backend object can reference either a service (specified with IngressServiceBackendV1) or a resource (specified with TypedLocalObjectReferenceV1) to handle the incoming requests.

[YamlDotNet.Serialization.YamlMember(Alias="backend")]
public Aspire.Hosting.Kubernetes.Resources.IngressBackendV1 Backend { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="backend")>]
member this.Backend : Aspire.Hosting.Kubernetes.Resources.IngressBackendV1 with get, set
Public Property Backend As IngressBackendV1

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to