HttpIngressPathV1.Backend 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 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, setPublic Property Backend As IngressBackendV1Property Value
- Attributes
- 
			YamlDotNet.Serialization.YamlMemberAttribute