Partilhar via


ContainerAppIPSecurityRestrictionRule Construtor

Definição

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