Uses of Class
com.azure.compute.batch.models.BatchJobNetworkConfiguration
Packages that use BatchJobNetworkConfiguration
-
Uses of BatchJobNetworkConfiguration in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchJobNetworkConfigurationModifier and TypeMethodDescriptionstatic BatchJobNetworkConfiguration
BatchJobNetworkConfiguration.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BatchJobNetworkConfiguration from the JsonReader.BatchJob.getNetworkConfiguration()
Get the networkConfiguration property: The network configuration for the Job.BatchJobCreateContent.getNetworkConfiguration()
Get the networkConfiguration property: The network configuration for the Job.BatchJobSpecification.getNetworkConfiguration()
Get the networkConfiguration property: The network configuration for the Job.BatchJobUpdateContent.getNetworkConfiguration()
Get the networkConfiguration property: The network configuration for the Job.Methods in com.azure.compute.batch.models with parameters of type BatchJobNetworkConfigurationModifier and TypeMethodDescriptionBatchJobCreateContent.setNetworkConfiguration
(BatchJobNetworkConfiguration networkConfiguration) Set the networkConfiguration property: The network configuration for the Job.BatchJobSpecification.setNetworkConfiguration
(BatchJobNetworkConfiguration networkConfiguration) Set the networkConfiguration property: The network configuration for the Job.BatchJobUpdateContent.setNetworkConfiguration
(BatchJobNetworkConfiguration networkConfiguration) Set the networkConfiguration property: The network configuration for the Job.