ComputeNodeEndpointConfiguration Class
- java.
lang. Object - com.
microsoft. azure. batch. protocol. models. ComputeNodeEndpointConfiguration
- com.
public class ComputeNodeEndpointConfiguration
The endpoint configuration for the compute node.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Inbound |
inboundEndpoints()
Get the inboundEndpoints value. |
Compute |
withInboundEndpoints(List<InboundEndpoint> inboundEndpoints)
Set the inboundEndpoints value. |
Method Details
inboundEndpoints
public List
Get the inboundEndpoints value.
Returns:
the inboundEndpoints value
withInboundEndpoints
public ComputeNodeEndpointConfiguration withInboundEndpoints(List
Set the inboundEndpoints value.
Parameters:
inboundEndpoints
- the inboundEndpoints value to set
Returns:
the ComputeNodeEndpointConfiguration object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java