VirtualNetworkProperties interface
Properties of the virtual network resource
Properties
| dns |
List of DNS server IP Addresses associated with the network |
| gateway | IP Address of the Gateway associated with the network |
| infra |
|
| ip |
IP Address Prefix of the network |
| provisioning |
NOTE: This property will not be serialized. It can only be populated by the server. |
| status | Status of the virtual network resource NOTE: This property will not be serialized. It can only be populated by the server. |
| vip |
Range of IP Addresses for Kubernetes API Server and services if using HA Proxy load balancer |
| vlanID | VLAN Id used by the network |
| vmip |
Range of IP Addresses for Kubernetes node VMs |
Property Details
dnsServers
List of DNS server IP Addresses associated with the network
dnsServers?: string[]
Property Value
string[]
gateway
IP Address of the Gateway associated with the network
gateway?: string
Property Value
string
infraVnetProfile
infraVnetProfile?: VirtualNetworkPropertiesInfraVnetProfile
Property Value
ipAddressPrefix
IP Address Prefix of the network
ipAddressPrefix?: string
Property Value
string
provisioningState
NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
status
Status of the virtual network resource NOTE: This property will not be serialized. It can only be populated by the server.
status?: VirtualNetworkPropertiesStatus
Property Value
vipPool
Range of IP Addresses for Kubernetes API Server and services if using HA Proxy load balancer
vipPool?: VirtualNetworkPropertiesVipPoolItem[]
Property Value
vlanID
VLAN Id used by the network
vlanID?: number
Property Value
number
vmipPool
Range of IP Addresses for Kubernetes node VMs
vmipPool?: VirtualNetworkPropertiesVmipPoolItem[]