ContainerAppIPRuleAction 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.
Permitir ou negar regras para determinar o IP de entrada. Observação: as regras só podem consistir em ALL Allow ou ALL Deny.
public readonly struct ContainerAppIPRuleAction : IEquatable<Azure.ResourceManager.AppContainers.Models.ContainerAppIPRuleAction>
type ContainerAppIPRuleAction = struct
Public Structure ContainerAppIPRuleAction
Implements IEquatable(Of ContainerAppIPRuleAction)
- Herança
-
ContainerAppIPRuleAction
- Implementações
Construtores
ContainerAppIPRuleAction(String) |
Inicializa uma nova instância de ContainerAppIPRuleAction. |
Propriedades
Allow |
permitir. |
Deny |
negar. |
Métodos
Equals(ContainerAppIPRuleAction) |
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(ContainerAppIPRuleAction, ContainerAppIPRuleAction) |
Determina se dois ContainerAppIPRuleAction valores são os mesmos. |
Implicit(String to ContainerAppIPRuleAction) |
Converte uma cadeia de caracteres em um ContainerAppIPRuleAction. |
Inequality(ContainerAppIPRuleAction, ContainerAppIPRuleAction) |
Determina se dois ContainerAppIPRuleAction valores não são os mesmos. |
Aplica-se a
Azure SDK for .NET