AgentPoolNetworkInterfaceType Struct
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.
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. |
| Standard |
A standard network interface programmed with an IP from a specified VNet subnet. Must be used with |
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. |