Uses of Class
com.azure.resourcemanager.batch.models.PoolEndpointConfiguration
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of PoolEndpointConfiguration in com.azure.resourcemanager.batch.models
Modifier 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.Modifier and TypeMethodDescriptionNetworkConfiguration.withEndpointConfiguration
(PoolEndpointConfiguration endpointConfiguration) Set the endpointConfiguration property: The endpoint configuration for a pool.