Show / Hide Table of Contents

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 Source

Action

Type of action.

Declaration
public readonly string Action
Field Value
Type Description
System.String
View Source

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>
View Source

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
View Source

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
View Source

RuleType

Describes the type of rule.

Declaration
public readonly string RuleType
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.