Uses of Class
com.azure.compute.batch.models.BatchPoolEndpointConfiguration
Packages that use BatchPoolEndpointConfiguration
-
Uses of BatchPoolEndpointConfiguration in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchPoolEndpointConfigurationModifier and TypeMethodDescriptionBatchPoolEndpointConfiguration.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BatchPoolEndpointConfiguration from the JsonReader.NetworkConfiguration.getEndpointConfiguration()
Get the endpointConfiguration property: The configuration for endpoints on Compute Nodes in the Batch Pool.Methods in com.azure.compute.batch.models with parameters of type BatchPoolEndpointConfigurationModifier and TypeMethodDescriptionNetworkConfiguration.setEndpointConfiguration
(BatchPoolEndpointConfiguration endpointConfiguration) Set the endpointConfiguration property: The configuration for endpoints on Compute Nodes in the Batch Pool.