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, ipam_pool_prefix_allocations: List[_models.IpamPoolPrefixAllocation] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
address_prefixes
|
A list of address blocks reserved for this virtual network in CIDR notation. |
ipam_pool_prefix_allocations
|
A list of IPAM Pools allocating IP address prefixes. |
Variables
Name | Description |
---|---|
address_prefixes
|
A list of address blocks reserved for this virtual network in CIDR notation. |
ipam_pool_prefix_allocations
|
A list of IPAM Pools allocating IP address prefixes. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python