ContainerServiceNetworkProfileKubeProxyIPVSScheduler 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.
IPVS scheduler, for more information please see http://www.linuxvirtualserver.org/docs/scheduling.html.
public readonly struct ContainerServiceNetworkProfileKubeProxyIPVSScheduler : IEquatable<Azure.ResourceManager.ContainerService.Models.ContainerServiceNetworkProfileKubeProxyIPVSScheduler>
type ContainerServiceNetworkProfileKubeProxyIPVSScheduler = struct
Public Structure ContainerServiceNetworkProfileKubeProxyIPVSScheduler
Implements IEquatable(Of ContainerServiceNetworkProfileKubeProxyIPVSScheduler)
- Inheritance
-
ContainerServiceNetworkProfileKubeProxyIPVSScheduler
- Implements
Constructors
ContainerServiceNetworkProfileKubeProxyIPVSScheduler(String) |
Initializes a new instance of ContainerServiceNetworkProfileKubeProxyIPVSScheduler. |
Properties
LeastConnection |
Least Connection. |
RoundRobin |
Round Robin. |
Methods
Equals(ContainerServiceNetworkProfileKubeProxyIPVSScheduler) |
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
Applies to
Azure SDK for .NET