Class NetworkConfiguration
- java.lang.Object
-
- com.microsoft.azure.management.batch.NetworkConfiguration
-
public class NetworkConfiguration extends Object
The network configuration for a pool.
-
-
Constructor Summary
Constructors Constructor Description NetworkConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PoolEndpointConfigurationendpointConfiguration()Get the endpointConfiguration value.StringsubnetId()Get the subnetId value.NetworkConfigurationwithEndpointConfiguration(PoolEndpointConfiguration endpointConfiguration)Set the endpointConfiguration value.NetworkConfigurationwithSubnetId(String subnetId)Set the subnetId value.
-
-
-
Method Detail
-
subnetId
public String subnetId()
Get the subnetId value.- Returns:
- the subnetId value
-
withSubnetId
public NetworkConfiguration withSubnetId(String subnetId)
Set the subnetId value.- Parameters:
subnetId- the subnetId value to set- Returns:
- the NetworkConfiguration object itself.
-
endpointConfiguration
public PoolEndpointConfiguration endpointConfiguration()
Get the endpointConfiguration value.- Returns:
- the endpointConfiguration value
-
withEndpointConfiguration
public NetworkConfiguration withEndpointConfiguration(PoolEndpointConfiguration endpointConfiguration)
Set the endpointConfiguration value.- Parameters:
endpointConfiguration- the endpointConfiguration value to set- Returns:
- the NetworkConfiguration object itself.
-
-