ApplicationGatewayFirewallRule Construtores
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.
Sobrecargas
ApplicationGatewayFirewallRule() |
Inicializa uma nova instância da classe ApplicationGatewayFirewallRule. |
ApplicationGatewayFirewallRule(Int32, String, String, String, String) |
Inicializa uma nova instância da classe ApplicationGatewayFirewallRule. |
ApplicationGatewayFirewallRule()
Inicializa uma nova instância da classe ApplicationGatewayFirewallRule.
public ApplicationGatewayFirewallRule ();
Public Sub New ()
Aplica-se a
ApplicationGatewayFirewallRule(Int32, String, String, String, String)
Inicializa uma nova instância da classe ApplicationGatewayFirewallRule.
public ApplicationGatewayFirewallRule (int ruleId, string ruleIdString = default, string state = default, string action = default, string description = default);
new Microsoft.Azure.Management.Network.Models.ApplicationGatewayFirewallRule : int * string * string * string * string -> Microsoft.Azure.Management.Network.Models.ApplicationGatewayFirewallRule
Public Sub New (ruleId As Integer, Optional ruleIdString As String = Nothing, Optional state As String = Nothing, Optional action As String = Nothing, Optional description As String = Nothing)
Parâmetros
- ruleId
- Int32
O identificador da regra de firewall do aplicativo Web.
- ruleIdString
- String
A representação de cadeia de caracteres do identificador de regra de firewall do aplicativo Web.
- state
- String
A representação de cadeia de caracteres do estado da regra de firewall do aplicativo Web. Os valores possíveis incluem: 'Enabled', 'Disabled'
- action
- String
A representação de cadeia de caracteres da ação de regra de firewall do aplicativo Web. Os valores possíveis incluem: 'None', 'AnomalyScoring', 'Allow', 'Block', 'Log'
- description
- String
A descrição da regra de firewall do aplicativo Web.
Aplica-se a
Azure SDK for .NET