ContainerServiceNetworkIpvsScheduler 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 ContainerServiceNetworkIpvsScheduler : IEquatable<Azure.ResourceManager.ContainerService.Models.ContainerServiceNetworkIpvsScheduler>
type ContainerServiceNetworkIpvsScheduler = struct
Public Structure ContainerServiceNetworkIpvsScheduler
Implements IEquatable(Of ContainerServiceNetworkIpvsScheduler)
- Inheritance
-
ContainerServiceNetworkIpvsScheduler
- Implements
Constructors
| Name | Description |
|---|---|
| ContainerServiceNetworkIpvsScheduler(String) |
Initializes a new instance of ContainerServiceNetworkIpvsScheduler. |
Properties
| Name | Description |
|---|---|
| LeastConnection |
Least Connection. |
| RoundRobin |
Round Robin. |
Methods
| Name | Description |
|---|---|
| Equals(ContainerServiceNetworkIpvsScheduler) |
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(ContainerServiceNetworkIpvsScheduler, ContainerServiceNetworkIpvsScheduler) |
Determines if two ContainerServiceNetworkIpvsScheduler values are the same. |
| Implicit(String to ContainerServiceNetworkIpvsScheduler) |
Converts a string to a ContainerServiceNetworkIpvsScheduler. |
| Implicit(String to Nullable<ContainerServiceNetworkIpvsScheduler>) | |
| Inequality(ContainerServiceNetworkIpvsScheduler, ContainerServiceNetworkIpvsScheduler) |
Determines if two ContainerServiceNetworkIpvsScheduler values are not the same. |