BatchNodeEndpointConfiguration Class
- java.
lang. Object - com.
azure. compute. batch. models. BatchNodeEndpointConfiguration
- com.
Implements
public final class BatchNodeEndpointConfiguration
implements JsonSerializable<BatchNodeEndpointConfiguration>
The endpoint configuration for the Compute Node.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Batch |
fromJson(JsonReader jsonReader)
Reads an instance of Batch |
|
List<Inbound |
getInboundEndpoints()
Get the inbound |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static BatchNodeEndpointConfiguration fromJson(JsonReader jsonReader)
Reads an instance of BatchNodeEndpointConfiguration from the JsonReader.
Parameters:
Returns:
Throws:
getInboundEndpoints
public List<InboundEndpoint> getInboundEndpoints()
Get the inboundEndpoints property: The list of inbound endpoints that are accessible on the Compute Node.
Returns: