Compartir a través de


ContainerServiceNetworkProfileKubeProxyIPVSScheduler Estructura

Definición

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