Class AddressSpace
java.lang.Object
com.microsoft.azure.management.network.AddressSpace
AddressSpace contains an array of IP address ranges that can be used by
 subnets of the virtual network.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGet a list of address blocks reserved for this virtual network in CIDR notation.withAddressPrefixes(List<String> addressPrefixes) Set a list of address blocks reserved for this virtual network in CIDR notation.
- 
Constructor Details- 
AddressSpacepublic AddressSpace()
 
- 
- 
Method Details- 
addressPrefixesGet a list of address blocks reserved for this virtual network in CIDR notation.- Returns:
- the addressPrefixes value
 
- 
withAddressPrefixesSet a list of address blocks reserved for this virtual network in CIDR notation.- Parameters:
- addressPrefixes- the addressPrefixes value to set
- Returns:
- the AddressSpace object itself.
 
 
-