Share via


IngressServiceBackendV1.Port Property

Definition

Represents the port information for a backend service within an ingress resource. This property defines the port details as a ServiceBackendPortV1 object, which includes the port number and an optional name associated with the port.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to