Freigeben über


WebApplicationFirewallCustomRule Konstruktoren

Definition

Überlädt

WebApplicationFirewallCustomRule()

Initialisiert eine neue instance der WebApplicationFirewallCustomRule-Klasse.

WebApplicationFirewallCustomRule(Int32, WebApplicationFirewallRuleType, IList<MatchCondition>, WebApplicationFirewallAction, String, String)

Initialisiert eine neue instance der WebApplicationFirewallCustomRule-Klasse.

WebApplicationFirewallCustomRule()

Initialisiert eine neue instance der WebApplicationFirewallCustomRule-Klasse.

public WebApplicationFirewallCustomRule ();
Public Sub New ()

Gilt für:

WebApplicationFirewallCustomRule(Int32, WebApplicationFirewallRuleType, IList<MatchCondition>, WebApplicationFirewallAction, String, String)

Initialisiert eine neue instance der WebApplicationFirewallCustomRule-Klasse.

public WebApplicationFirewallCustomRule (int priority, Microsoft.Azure.Management.Network.Fluent.Models.WebApplicationFirewallRuleType ruleType, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.MatchCondition> matchConditions, Microsoft.Azure.Management.Network.Fluent.Models.WebApplicationFirewallAction action, string name = default, string etag = default);
new Microsoft.Azure.Management.Network.Fluent.Models.WebApplicationFirewallCustomRule : int * Microsoft.Azure.Management.Network.Fluent.Models.WebApplicationFirewallRuleType * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.MatchCondition> * Microsoft.Azure.Management.Network.Fluent.Models.WebApplicationFirewallAction * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.WebApplicationFirewallCustomRule
Public Sub New (priority As Integer, ruleType As WebApplicationFirewallRuleType, matchConditions As IList(Of MatchCondition), action As WebApplicationFirewallAction, Optional name As String = Nothing, Optional etag As String = Nothing)

Parameter

priority
Int32

Beschreibt die Priorität der Regel. Regeln mit einem niedrigeren Wert werden vor Regeln mit einem höheren Wert ausgewertet.

ruleType
WebApplicationFirewallRuleType

Beschreibt den Regeltyp. Mögliche Werte: 'MatchRule', 'Invalid'

matchConditions
IList<MatchCondition>

Liste der Übereinstimmungsbedingungen

action
WebApplicationFirewallAction

Typ der Aktionen. Folgende Werte sind möglich: „Allow“, „Block“, „Log“

name
String

Der Name der Ressource, die innerhalb einer Richtlinie eindeutig ist. Dieser Name kann für den Zugriff auf die Ressource verwendet werden.

etag
String

Eine eindeutige schreibgeschützte Zeichenfolge, die sich ändert, wenn die Ressource aktualisiert wird.

Gilt für: