Partilhar via


ContainerServiceNetworkProfileKubeProxyMode Estrutura

Definição

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