ContainerServiceNetworkProfileKubeProxyMode Estrutura
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Especifique qual modo de proxy usar ('IPTABLES' ou 'IPVS').
public readonly struct ContainerServiceNetworkProfileKubeProxyMode : IEquatable<Azure.ResourceManager.ContainerService.Models.ContainerServiceNetworkProfileKubeProxyMode>
type ContainerServiceNetworkProfileKubeProxyMode = struct
Public Structure ContainerServiceNetworkProfileKubeProxyMode
Implements IEquatable(Of ContainerServiceNetworkProfileKubeProxyMode)
- Herança
-
ContainerServiceNetworkProfileKubeProxyMode
- Implementações
Construtores
ContainerServiceNetworkProfileKubeProxyMode(String) |
Inicializa uma nova instância de ContainerServiceNetworkProfileKubeProxyMode. |
Propriedades
IPTables |
Modo proxy de IPTables. |
IPVS |
Modo de proxy IPVS. Deve estar usando a versão >do Kubernetes = 1.22. |
Métodos
Equals(ContainerServiceNetworkProfileKubeProxyMode) |
Indica se o objeto atual é igual a outro objeto do mesmo tipo. |
ToString() |
Retorna o nome do tipo totalmente qualificado dessa instância. |
Operadores
Equality(ContainerServiceNetworkProfileKubeProxyMode, ContainerServiceNetworkProfileKubeProxyMode) |
Determina se dois ContainerServiceNetworkProfileKubeProxyMode valores são os mesmos. |
Implicit(String to ContainerServiceNetworkProfileKubeProxyMode) |
Converte uma cadeia de caracteres em um ContainerServiceNetworkProfileKubeProxyMode. |
Inequality(ContainerServiceNetworkProfileKubeProxyMode, ContainerServiceNetworkProfileKubeProxyMode) |
Determina se dois ContainerServiceNetworkProfileKubeProxyMode valores não são os mesmos. |
Aplica-se a
Azure SDK for .NET