Class PolicyArgs
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
Assembly: Pulumi.Azure.dll
Syntax
public sealed class PolicyArgs : ResourceArgs
Constructors
View SourcePolicyArgs()
Declaration
public PolicyArgs()
Properties
View SourceCustomRules
One or more custom_rules blocks as defined below.
Declaration
public InputList<PolicyCustomRuleArgs> CustomRules { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<PolicyCustomRuleArgs> |
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> |
ManagedRules
A managed_rules blocks as defined below.
Declaration
public Input<PolicyManagedRulesArgs> ManagedRules { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<PolicyManagedRulesArgs> |
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> |
PolicySettings
A policy_settings block as defined below.
Declaration
public Input<PolicyPolicySettingsArgs> PolicySettings { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<PolicyPolicySettingsArgs> |
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> |
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> |