Package | Description |
---|---|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
InboundEndpoint |
InboundEndpoint.withBackendPort(int backendPort)
Set the backendPort value.
|
InboundEndpoint |
InboundEndpoint.withFrontendPort(int frontendPort)
Set the frontendPort value.
|
InboundEndpoint |
InboundEndpoint.withName(String name)
Set the name value.
|
InboundEndpoint |
InboundEndpoint.withProtocol(InboundEndpointProtocol protocol)
Set the protocol value.
|
InboundEndpoint |
InboundEndpoint.withPublicFQDN(String publicFQDN)
Set the publicFQDN value.
|
InboundEndpoint |
InboundEndpoint.withPublicIPAddress(String publicIPAddress)
Set the publicIPAddress value.
|
Modifier and Type | Method and Description |
---|---|
List<InboundEndpoint> |
ComputeNodeEndpointConfiguration.inboundEndpoints()
Get the inboundEndpoints value.
|
Modifier and Type | Method and Description |
---|---|
ComputeNodeEndpointConfiguration |
ComputeNodeEndpointConfiguration.withInboundEndpoints(List<InboundEndpoint> inboundEndpoints)
Set the inboundEndpoints value.
|
Copyright © 2019. All rights reserved.