Uses of Class
com.azure.compute.batch.models.NetworkConfiguration
Packages that use NetworkConfiguration
-
Uses of NetworkConfiguration in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return NetworkConfigurationModifier and TypeMethodDescriptionstatic NetworkConfiguration
NetworkConfiguration.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of NetworkConfiguration from the JsonReader.BatchPool.getNetworkConfiguration()
Get the networkConfiguration property: The network configuration for the Pool.BatchPoolCreateContent.getNetworkConfiguration()
Get the networkConfiguration property: The network configuration for the Pool.BatchPoolSpecification.getNetworkConfiguration()
Get the networkConfiguration property: The network configuration for the Pool.BatchPoolUpdateContent.getNetworkConfiguration()
Get the networkConfiguration property: The network configuration for the Pool.NetworkConfiguration.setDynamicVNetAssignmentScope
(DynamicVNetAssignmentScope dynamicVNetAssignmentScope) Set the dynamicVNetAssignmentScope property: The scope of dynamic vnet assignment.NetworkConfiguration.setEnableAcceleratedNetworking
(Boolean enableAcceleratedNetworking) Set the enableAcceleratedNetworking property: Whether this pool should enable accelerated networking.NetworkConfiguration.setEndpointConfiguration
(BatchPoolEndpointConfiguration endpointConfiguration) Set the endpointConfiguration property: The configuration for endpoints on Compute Nodes in the Batch Pool.NetworkConfiguration.setPublicIpAddressConfiguration
(PublicIpAddressConfiguration publicIpAddressConfiguration) Set the publicIpAddressConfiguration property: The Public IPAddress configuration for Compute Nodes in the Batch Pool.NetworkConfiguration.setSubnetId
(String subnetId) Set the subnetId property: The ARM resource identifier of the virtual network subnet which the Compute Nodes of the Pool will join.Methods in com.azure.compute.batch.models with parameters of type NetworkConfigurationModifier and TypeMethodDescriptionBatchPoolCreateContent.setNetworkConfiguration
(NetworkConfiguration networkConfiguration) Set the networkConfiguration property: The network configuration for the Pool.BatchPoolSpecification.setNetworkConfiguration
(NetworkConfiguration networkConfiguration) Set the networkConfiguration property: The network configuration for the Pool.BatchPoolUpdateContent.setNetworkConfiguration
(NetworkConfiguration networkConfiguration) Set the networkConfiguration property: The network configuration for the Pool.