你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
VirtualNetworkProperties interface
虚拟网络资源的属性
属性
dns |
与网络关联的 DNS 服务器 IP 地址列表 |
gateway | 与网络关联的网关的 IP 地址 |
infra |
|
ip |
网络的 IP 地址前缀 |
provisioning |
注意:此属性不会序列化。 它只能由服务器填充。 |
status | 虚拟网络资源的状态 注意:此属性不会序列化。 它只能由服务器填充。 |
vip |
Kubernetes API 服务器和服务(如果使用 HA 代理负载均衡器)的 IP 地址范围 |
vlanID | 网络使用的 VLAN ID |
vmip |
Kubernetes 节点 VM 的 IP 地址范围 |
属性详细信息
dnsServers
与网络关联的 DNS 服务器 IP 地址列表
dnsServers?: string[]
属性值
string[]
gateway
与网络关联的网关的 IP 地址
gateway?: string
属性值
string
infraVnetProfile
infraVnetProfile?: VirtualNetworkPropertiesInfraVnetProfile
属性值
ipAddressPrefix
网络的 IP 地址前缀
ipAddressPrefix?: string
属性值
string
provisioningState
注意:此属性不会序列化。 它只能由服务器填充。
provisioningState?: string
属性值
string
status
虚拟网络资源的状态 注意:此属性不会序列化。 它只能由服务器填充。
status?: VirtualNetworkPropertiesStatus
属性值
vipPool
Kubernetes API 服务器和服务(如果使用 HA 代理负载均衡器)的 IP 地址范围
vipPool?: VirtualNetworkPropertiesVipPoolItem[]
属性值
vlanID
网络使用的 VLAN ID
vlanID?: number
属性值
number
vmipPool
Kubernetes 节点 VM 的 IP 地址范围
vmipPool?: VirtualNetworkPropertiesVmipPoolItem[]