PoolEndpointConfiguration.InboundNatPools Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET