Partager via


ContainerServiceNetworkProfileKubeProxyMode Structure

Définition

Spécifiez le mode proxy à utiliser (« IPTABLES » ou « IPVS »).

public readonly struct ContainerServiceNetworkProfileKubeProxyMode : IEquatable<Azure.ResourceManager.ContainerService.Models.ContainerServiceNetworkProfileKubeProxyMode>
type ContainerServiceNetworkProfileKubeProxyMode = struct
Public Structure ContainerServiceNetworkProfileKubeProxyMode
Implements IEquatable(Of ContainerServiceNetworkProfileKubeProxyMode)
Héritage
ContainerServiceNetworkProfileKubeProxyMode
Implémente

Constructeurs

ContainerServiceNetworkProfileKubeProxyMode(String)

Initialise une nouvelle instance de ContainerServiceNetworkProfileKubeProxyMode.

Propriétés

IPTables

Mode proxy IPTables.

IPVS

Mode proxy IPVS. Doit utiliser Kubernetes version >= 1.22.

Méthodes

Equals(ContainerServiceNetworkProfileKubeProxyMode)

Indique si l'objet actuel est égal à un autre objet du même type.

ToString()

Retourne le nom de type qualifié complet de cette instance.

Opérateurs

Equality(ContainerServiceNetworkProfileKubeProxyMode, ContainerServiceNetworkProfileKubeProxyMode)

Détermine si deux ContainerServiceNetworkProfileKubeProxyMode valeurs sont identiques.

Implicit(String to ContainerServiceNetworkProfileKubeProxyMode)

Convertit une chaîne en ContainerServiceNetworkProfileKubeProxyMode.

Inequality(ContainerServiceNetworkProfileKubeProxyMode, ContainerServiceNetworkProfileKubeProxyMode)

Détermine si deux ContainerServiceNetworkProfileKubeProxyMode valeurs ne sont pas identiques.

S’applique à