HostPortRangeV1Beta1.Max 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 maximum value of the port range. Represents the upper bound of the host port range in a Kubernetes resource configuration. Must be greater than or equal to the Min property to define a valid range.
[YamlDotNet.Serialization.YamlMember(Alias="max")]
public int Max { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="max")>]
member this.Max : int with get, set
Public Property Max As Integer
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute