ServiceSpecV1.HealthCheckNodePort 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 health check node port for the Kubernetes Service.
[YamlDotNet.Serialization.YamlMember(Alias="healthCheckNodePort")]
public int? HealthCheckNodePort { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="healthCheckNodePort")>]
member this.HealthCheckNodePort : Nullable<int> with get, set
Public Property HealthCheckNodePort As Nullable(Of Integer)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute
Remarks
This property specifies the port number that is used for health checks when the external traffic policy is set to "Local". If not specified, the system will automatically allocate a node port.