共用方式為


ContainerServiceNetworkProfileKubeProxyIPVSScheduler Struct

Definition

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

Equality(ContainerServiceNetworkProfileKubeProxyIPVSScheduler, ContainerServiceNetworkProfileKubeProxyIPVSScheduler)

Determines if two ContainerServiceNetworkProfileKubeProxyIPVSScheduler values are the same.

Implicit(String to ContainerServiceNetworkProfileKubeProxyIPVSScheduler)

Converts a string to a ContainerServiceNetworkProfileKubeProxyIPVSScheduler.

Inequality(ContainerServiceNetworkProfileKubeProxyIPVSScheduler, ContainerServiceNetworkProfileKubeProxyIPVSScheduler)

Determines if two ContainerServiceNetworkProfileKubeProxyIPVSScheduler values are not the same.

Applies to