Share via


InboundNATPool.FrontendPortRangeStart Property

Definition

Gets or sets the first port number in the range of external ports that will be used to provide inbound access to the backendPort on individual Compute Nodes.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Acceptable values range between 1 and 65534 except ports from 50000 to 55000 which are reserved. All ranges within a Pool must be distinct and cannot overlap. Each range must contain at least 40 ports. If any reserved or overlapping values are provided the request fails with HTTP status code 400.

Applies to