Show / Hide Table of Contents

Class PolicyArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PolicyArgs
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 PolicyArgs : ResourceArgs

Constructors

View Source

PolicyArgs()

Declaration
public PolicyArgs()

Properties

View Source

CustomRules

One or more custom_rules blocks as defined below.

Declaration
public InputList<PolicyCustomRuleArgs> CustomRules { get; set; }
Property Value
Type Description
InputList<PolicyCustomRuleArgs>
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<PolicyManagedRulesArgs> ManagedRules { get; set; }
Property Value
Type Description
Input<PolicyManagedRulesArgs>
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<PolicyPolicySettingsArgs> PolicySettings { get; set; }
Property Value
Type Description
Input<PolicyPolicySettingsArgs>
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.