AddressSpace Class
- java.
lang. Object - com.
microsoft. azure. management. network. AddressSpace
- com.
public class AddressSpace
AddressSpace contains an array of IP address ranges that can be used by subnets of the virtual network.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<String> |
addressPrefixes()
Get the addressPrefixes value. |
Address |
withAddressPrefixes(List<String> addressPrefixes)
Set the addressPrefixes value. |
Method Details
addressPrefixes
public List
Get the addressPrefixes value.
Returns:
the addressPrefixes value
withAddressPrefixes
public AddressSpace withAddressPrefixes(List
Set the addressPrefixes value.
Parameters:
addressPrefixes
- the addressPrefixes value to set
Returns:
the AddressSpace object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java