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

IpAllocationPropertiesFormatOutput interface

IpAllocation 的属性。

属性

allocationTags

IpAllocation 标记。

ipamAllocationId

IPAM 分配 ID。

prefix

IpAllocation 的地址前缀。

prefixLength

IpAllocation 的地址前缀长度。

prefixType

IpAllocation 的地址前缀类型。

subnet

使用此 IpAllocation 资源的前缀的子网。

type

IpAllocation 的类型。

virtualNetwork

使用此 IpAllocation 资源的前缀的 VirtualNetwork。

属性详细信息

allocationTags

IpAllocation 标记。

allocationTags?: Record<string, string>

属性值

Record<string, string>

ipamAllocationId

IPAM 分配 ID。

ipamAllocationId?: string

属性值

string

prefix

IpAllocation 的地址前缀。

prefix?: string

属性值

string

prefixLength

IpAllocation 的地址前缀长度。

prefixLength?: number

属性值

number

prefixType

IpAllocation 的地址前缀类型。

prefixType?: "IPv4" | "IPv6"

属性值

"IPv4" | "IPv6"

subnet

使用此 IpAllocation 资源的前缀的子网。

subnet?: SubResourceOutput

属性值

type

IpAllocation 的类型。

type?: "Undefined" | "Hypernet"

属性值

"Undefined" | "Hypernet"

virtualNetwork

使用此 IpAllocation 资源的前缀的 VirtualNetwork。

virtualNetwork?: SubResourceOutput

属性值