ContainerServiceNetworkProfileKubeProxyMode 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.
Specify which proxy mode to use ('IPTABLES' or 'IPVS').
public readonly struct ContainerServiceNetworkProfileKubeProxyMode : IEquatable<Azure.ResourceManager.ContainerService.Models.ContainerServiceNetworkProfileKubeProxyMode>
type ContainerServiceNetworkProfileKubeProxyMode = struct
Public Structure ContainerServiceNetworkProfileKubeProxyMode
Implements IEquatable(Of ContainerServiceNetworkProfileKubeProxyMode)
- Inheritance
-
ContainerServiceNetworkProfileKubeProxyMode
- Implements
Constructors
ContainerServiceNetworkProfileKubeProxyMode(String) |
Initializes a new instance of ContainerServiceNetworkProfileKubeProxyMode. |
Properties
IPTables |
IPTables proxy mode. |
IPVS |
IPVS proxy mode. Must be using Kubernetes version >= 1.22. |
Methods
Equals(ContainerServiceNetworkProfileKubeProxyMode) |
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
Equality(ContainerServiceNetworkProfileKubeProxyMode, ContainerServiceNetworkProfileKubeProxyMode) |
Determines if two ContainerServiceNetworkProfileKubeProxyMode values are the same. |
Implicit(String to ContainerServiceNetworkProfileKubeProxyMode) |
Converts a string to a ContainerServiceNetworkProfileKubeProxyMode. |
Inequality(ContainerServiceNetworkProfileKubeProxyMode, ContainerServiceNetworkProfileKubeProxyMode) |
Determines if two ContainerServiceNetworkProfileKubeProxyMode values are not the same. |
Applies to
Azure SDK for .NET