IngressBackendV1.Service 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.
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