Partager via


PoolEndpointConfiguration.InboundNatPools Propriété

Définition

Obtient ou définit une liste de pools NAT entrants qui peuvent être utilisés pour traiter des ports spécifiques sur un nœud de calcul individuel en externe.

[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)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

Remarques

Le nombre maximal de pools NAT entrants par pool Batch est de 5. Si le nombre maximal de pools NAT entrants est dépassé, la requête échoue avec le code HTTP status 400. Cela ne peut pas être spécifié si l’adresse IPAddressProvisioningType est NoPublicIPAddresses.

S’applique à