AgentPoolNetworkInterface Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public class AgentPoolNetworkInterface : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerService.Models.AgentPoolNetworkInterface>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerService.Models.AgentPoolNetworkInterface>
type AgentPoolNetworkInterface = class
interface IJsonModel<AgentPoolNetworkInterface>
interface IPersistableModel<AgentPoolNetworkInterface>
Public Class AgentPoolNetworkInterface
Implements IJsonModel(Of AgentPoolNetworkInterface), IPersistableModel(Of AgentPoolNetworkInterface)
- Inheritance
-
AgentPoolNetworkInterface
- Implements
Constructors
| Name | Description |
|---|---|
| AgentPoolNetworkInterface() |
Initializes a new instance of AgentPoolNetworkInterface. |
Properties
| Name | Description |
|---|---|
| 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. |
| Type |
Type of NIC to be provisioned on the VM. |
| VnetSubnetId |
The resource ID of the subnet which will be attached to the secondary network interface. Required when |