WebApplicationFirewallPolicyProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines web application firewall policy properties.
public class WebApplicationFirewallPolicyProperties
type WebApplicationFirewallPolicyProperties = class
Public Class WebApplicationFirewallPolicyProperties
- Inheritance
-
WebApplicationFirewallPolicyProperties
Constructors
WebApplicationFirewallPolicyProperties() |
Initializes a new instance of the WebApplicationFirewallPolicyProperties class. |
WebApplicationFirewallPolicyProperties(PolicySettings, CustomRuleList, ManagedRuleSetList, IList<FrontendEndpointLink>, IList<RoutingRuleLink>, IList<SecurityPolicyLink>, String, String) |
Initializes a new instance of the WebApplicationFirewallPolicyProperties class. |
Properties
CustomRules |
Gets or sets describes custom rules inside the policy. |
FrontendEndpointLinks |
Gets describes Frontend Endpoints associated with this Web Application Firewall policy. |
ManagedRules |
Gets or sets describes managed rules inside the policy. |
PolicySettings |
Gets or sets describes settings for the policy. |
ProvisioningState |
Gets provisioning state of the policy. |
ResourceState |
Gets resource status of the policy. Possible values include: 'Creating', 'Enabling', 'Enabled', 'Disabling', 'Disabled', 'Deleting' |
RoutingRuleLinks |
Gets describes Routing Rules associated with this Web Application Firewall policy. |
SecurityPolicyLinks |
Gets describes Security Policy associated with this Web Application Firewall policy. |
Methods
Validate() |
Validate the object. |