Share via


IngressBackendV1.Service Property

Definition

Gets or sets the backend service information associated with the ingress resource. This includes the name of the service and its corresponding port configuration.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to