AgentPoolNetworkInterface interface
Configuration of a secondary network interface provisioned on each VM instance in the agent pool. For more information, see https://aka.ms/aks/multi-nic
Properties
| enable |
Whether accelerated networking is enabled on this secondary NIC. If omitted, this defaults to true only when the agent pool VM SKU supports accelerated networking. Validation will fail if it is enabled on an unsupported SKU or NIC configuration. |
| type | Type of NIC to be provisioned on the VM. |
| vnet |
The resource ID of the subnet which will be attached to the secondary network interface. Required when |
Property Details
enableAcceleratedNetworking
Whether accelerated networking is enabled on this secondary NIC. If omitted, this defaults to true only when the agent pool VM SKU supports accelerated networking. Validation will fail if it is enabled on an unsupported SKU or NIC configuration.
enableAcceleratedNetworking?: boolean
Property Value
boolean
type
Type of NIC to be provisioned on the VM.
type?: string
Property Value
string
vnetSubnetId
The resource ID of the subnet which will be attached to the secondary network interface. Required when type is Standard; must be an empty string ("") or omitted when type is Dynamic.
vnetSubnetId?: string
Property Value
string