Show / Hide Table of Contents

Class PolicyState

Inheritance
System.Object
InputArgs
ResourceArgs
PolicyState
Inherited Members
ResourceArgs.Empty
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
Assembly: Pulumi.Azure.dll
Syntax
public sealed class PolicyState : ResourceArgs

Constructors

View Source

PolicyState()

Declaration
public PolicyState()

Properties

View Source

CustomRules

One or more custom_rules blocks as defined below.

Declaration
public InputList<PolicyCustomRuleGetArgs> CustomRules { get; set; }
Property Value
Type Description
InputList<PolicyCustomRuleGetArgs>
View Source

Location

Resource location. Changing this forces a new resource to be created.

Declaration
public Input<string> Location { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ManagedRules

A managed_rules blocks as defined below.

Declaration
public Input<PolicyManagedRulesGetArgs> ManagedRules { get; set; }
Property Value
Type Description
Input<PolicyManagedRulesGetArgs>
View Source

Name

The name of the policy. Changing this forces a new resource to be created.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PolicySettings

A policy_settings block as defined below.

Declaration
public Input<PolicyPolicySettingsGetArgs> PolicySettings { get; set; }
Property Value
Type Description
Input<PolicyPolicySettingsGetArgs>
View Source

ResourceGroupName

The name of the resource group. Changing this forces a new resource to be created.

Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Tags

A mapping of tags to assign to the Web Application Firewall Policy.

Declaration
public InputMap<string> Tags { get; set; }
Property Value
Type Description
InputMap<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.