AddressSpace Class
AddressSpace contains an array of IP address ranges that can be used by subnets of the virtual network.
- Inheritance
-
azure.mgmt.network._serialization.ModelAddressSpace
Constructor
AddressSpace(*, address_prefixes: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
address_prefixes
|
A list of address blocks reserved for this virtual network in CIDR notation. |
Variables
Name | Description |
---|---|
address_prefixes
|
A list of address blocks reserved for this virtual network in CIDR notation. |
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 Python