AgentPoolNetworkInterfaceType Struct

Definition

Type of network interface to be provisioned on each virtual machine instance. For more information, see https://aka.ms/aks/multi-nic.

public readonly struct AgentPoolNetworkInterfaceType : IEquatable<Azure.ResourceManager.ContainerService.Models.AgentPoolNetworkInterfaceType>
type AgentPoolNetworkInterfaceType = struct
Public Structure AgentPoolNetworkInterfaceType
Implements IEquatable(Of AgentPoolNetworkInterfaceType)
Inheritance
AgentPoolNetworkInterfaceType
Implements

Constructors

Name Description
AgentPoolNetworkInterfaceType(String)

Initializes a new instance of AgentPoolNetworkInterfaceType.

Properties

Name Description
Dynamic

A secondary network interface created without IP configuration or subnet attachment. The interface is provisioned in an uninitialized state and the subnet is attached during workload creation. vnetSubnetId must be set to an empty string ("") or omitted.

Standard

A standard network interface programmed with an IP from a specified VNet subnet. Must be used with vnetSubnetId set in the AgentPoolNetworkInterface. IP address family (IPv4/IPv6/Dual-stack) is determined by the subnet.

Methods

Name Description
Equals(AgentPoolNetworkInterfaceType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(AgentPoolNetworkInterfaceType, AgentPoolNetworkInterfaceType)

Determines if two AgentPoolNetworkInterfaceType values are the same.

Implicit(String to AgentPoolNetworkInterfaceType)

Converts a string to a AgentPoolNetworkInterfaceType.

Implicit(String to Nullable<AgentPoolNetworkInterfaceType>)
Inequality(AgentPoolNetworkInterfaceType, AgentPoolNetworkInterfaceType)

Determines if two AgentPoolNetworkInterfaceType values are not the same.

Applies to