Condividi tramite


PoolEndpointConfiguration.InboundNatPools Proprietà

Definizione

Ottiene o imposta un elenco di pool NAT in ingresso che possono essere usati per gestire porte specifiche in un singolo nodo di calcolo esternamente.

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

Valore della proprietà

Attributi
Newtonsoft.Json.JsonPropertyAttribute

Commenti

Il numero massimo di pool NAT in ingresso per pool Batch è 5. Se il numero massimo di pool NAT in ingresso viene superato, la richiesta ha esito negativo con il codice di stato HTTP 400. Impossibile specificare se l'IPAddressProvisioningType è NoPublicIPAddresses.

Si applica a