Partilhar via


BatchPoolEndpointConfiguration.InboundNatPools Property

Definition

A list of inbound NAT Pools that can be used to address specific ports on an individual Compute Node externally. 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.

public System.Collections.Generic.IList<Azure.Compute.Batch.InboundNatPool> InboundNatPools { get; }
member this.InboundNatPools : System.Collections.Generic.IList<Azure.Compute.Batch.InboundNatPool>
Public ReadOnly Property InboundNatPools As IList(Of InboundNatPool)

Property Value

Applies to