Share via


Ingress.TargetPort Property

Definition

Gets or sets target Port in containers for traffic from ingress

[Newtonsoft.Json.JsonProperty(PropertyName="targetPort")]
public int? TargetPort { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="targetPort")>]
member this.TargetPort : Nullable<int> with get, set
Public Property TargetPort As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to