Share via


PoolEndpointConfiguration.InboundNATPools Property

Definition

Gets or sets a list of inbound NAT Pools that can be used to address specific ports on an individual Compute Node externally.

[Newtonsoft.Json.JsonProperty(PropertyName="inboundNATPools")]
public System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.InboundNATPool> InboundNATPools { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="inboundNATPools")>]
member this.InboundNATPools : System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.InboundNATPool> with get, set
Public Property InboundNATPools As IList(Of InboundNATPool)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

The maximum number of inbound NAT Pools per Batch Pool is 5. If the maximum number of inbound NAT Pools is exceeded the request fails with HTTP status code 400. This cannot be specified if the IPAddressProvisioningType is NoPublicIPAddresses.

Applies to