ContainerServiceNetworkProfileKubeProxyIPVSScheduler Estructura
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Programador de IPVS para obtener más información, consulte 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)
- Herencia
-
ContainerServiceNetworkProfileKubeProxyIPVSScheduler
- Implementaciones
Constructores
ContainerServiceNetworkProfileKubeProxyIPVSScheduler(String) |
Inicializa una nueva instancia de la clase ContainerServiceNetworkProfileKubeProxyIPVSScheduler. |
Propiedades
LeastConnection |
Conexión mínima. |
RoundRobin |
Round Robin. |
Métodos
Equals(ContainerServiceNetworkProfileKubeProxyIPVSScheduler) |
Indica si el objeto actual es igual que otro objeto del mismo tipo. |
ToString() |
Devuelve el nombre de tipo completo de esta instancia. |
Operadores
Equality(ContainerServiceNetworkProfileKubeProxyIPVSScheduler, ContainerServiceNetworkProfileKubeProxyIPVSScheduler) |
Determina si dos ContainerServiceNetworkProfileKubeProxyIPVSScheduler valores son los mismos. |
Implicit(String to ContainerServiceNetworkProfileKubeProxyIPVSScheduler) |
Convierte una cadena en un ContainerServiceNetworkProfileKubeProxyIPVSScheduler. |
Inequality(ContainerServiceNetworkProfileKubeProxyIPVSScheduler, ContainerServiceNetworkProfileKubeProxyIPVSScheduler) |
Determina si dos ContainerServiceNetworkProfileKubeProxyIPVSScheduler valores no son los mismos. |
Se aplica a
Azure SDK for .NET