Uses of Class
com.azure.resourcemanager.batch.models.PoolEndpointConfiguration
Packages that use PoolEndpointConfiguration
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of PoolEndpointConfiguration in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return PoolEndpointConfigurationModifier and TypeMethodDescriptionNetworkConfiguration.endpointConfiguration()Get the endpointConfiguration property: The endpoint configuration for a pool.PoolEndpointConfiguration.withInboundNatPools(List<InboundNatPool> inboundNatPools) Set the inboundNatPools property: A list of inbound NAT pools that can be used to address specific ports on an individual compute node externally.Methods in com.azure.resourcemanager.batch.models with parameters of type PoolEndpointConfigurationModifier and TypeMethodDescriptionNetworkConfiguration.withEndpointConfiguration(PoolEndpointConfiguration endpointConfiguration) Set the endpointConfiguration property: The endpoint configuration for a pool.