ContainerAppIPSecurityRestrictionRule Construtor
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.
Inicializa uma nova instância de ContainerAppIPSecurityRestrictionRule.
public ContainerAppIPSecurityRestrictionRule (string name, string ipAddressRange, Azure.ResourceManager.AppContainers.Models.ContainerAppIPRuleAction action);
new Azure.ResourceManager.AppContainers.Models.ContainerAppIPSecurityRestrictionRule : string * string * Azure.ResourceManager.AppContainers.Models.ContainerAppIPRuleAction -> Azure.ResourceManager.AppContainers.Models.ContainerAppIPSecurityRestrictionRule
Public Sub New (name As String, ipAddressRange As String, action As ContainerAppIPRuleAction)
Parâmetros
- name
- String
Nome da regra de restrição de IP.
- ipAddressRange
- String
Notação CIDR para corresponder ao endereço IP de entrada.
- action
- ContainerAppIPRuleAction
Permitir ou negar regras para determinar o IP de entrada. Observação: as regras só podem consistir em ALL Allow ou ALL Deny.
Exceções
name
ou ipAddressRange
é nulo.
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET