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. |
| public |
Public IP configuration for this secondary NIC. Only valid when |
| 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
publicIPAddressConfiguration
Public IP configuration for this secondary NIC. Only valid when type is Standard. Set publicIPAddressVersion to provision a per-VM instance-level public IP for the NIC, then optionally shape it with ipTags or publicIPPrefixID. If omitted, no public IP is provisioned. Idle timeout is not configurable. For more information, see https://aka.ms/aks/multi-nic
publicIPAddressConfiguration?: AgentPoolNICPublicIPAddressConfiguration
Property Value
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