Share via


HostPortRangeV1Beta1.Min Property

Definition

Gets or sets the minimum value of the port range. Represents the smallest port number within this range.

[YamlDotNet.Serialization.YamlMember(Alias="min")]
public int Min { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="min")>]
member this.Min : int with get, set
Public Property Min As Integer

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to