你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AddressSpace Class

AddressSpace contains an array of IP address ranges that can be used by subnets of the virtual network.

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.

Default value: None
ipam_pool_prefix_allocations

A list of IPAM Pools allocating IP address prefixes.

Default value: None

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.