Class PolicyCustomRule
Inheritance
System.Object
PolicyCustomRule
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Waf.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class PolicyCustomRule
Fields
View SourceAction
Type of action.
Declaration
public readonly string Action
Field Value
| Type | Description |
|---|---|
| System.String |
MatchConditions
One or more match_conditions blocks as defined below.
Declaration
public readonly ImmutableArray<PolicyCustomRuleMatchCondition> MatchConditions
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<PolicyCustomRuleMatchCondition> |
Name
Gets name of the resource that is unique within a policy. This name can be used to access the resource.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Priority
Describes priority of the rule. Rules with a lower value will be evaluated before rules with a higher value.
Declaration
public readonly int Priority
Field Value
| Type | Description |
|---|---|
| System.Int32 |
RuleType
Describes the type of rule.
Declaration
public readonly string RuleType
Field Value
| Type | Description |
|---|---|
| System.String |