PoolEndpointConfiguration.InboundNatPools 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 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.Management.Batch.Models.InboundNatPool> InboundNatPools { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="inboundNatPools")>]
member this.InboundNatPools : System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.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
Azure SDK for .NET