Partager via


PoolEndpointConfiguration Classe

  • java.lang.Object
    • com.microsoft.azure.management.batch.PoolEndpointConfiguration

public class PoolEndpointConfiguration

Configuration du point de terminaison pour un pool.

Récapitulatif du constructeur

Constructeur Description
PoolEndpointConfiguration()

Résumé de la méthode

Modificateur et type Méthode et description
java.util.List<InboundNatPool> inboundNatPools()

Obtenez le nombre maximal de pools NAT entrants par pool Batch est de 5.

PoolEndpointConfiguration withInboundNatPools(List<InboundNatPool> inboundNatPools)

Définissez le nombre maximal de pools NAT entrants par pool Batch sur 5.

Méthodes héritées de java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Détails du constructeur

PoolEndpointConfiguration

public PoolEndpointConfiguration()

Détails de la méthode

inboundNatPools

public List inboundNatPools()

Obtenez 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.

Returns:

valeur inboundNatPools

withInboundNatPools

public PoolEndpointConfiguration withInboundNatPools(List inboundNatPools)

Définissez le nombre maximal de pools NAT entrants par pool Batch sur 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.

Parameters:

inboundNatPools - valeur inboundNatPools à définir

Returns:

l’objet PoolEndpointConfiguration lui-même.

S’applique à