Class SecurityPolicyWebApplicationFirewallAssociation
java.lang.Object
com.microsoft.azure.management.cdn.SecurityPolicyWebApplicationFirewallAssociation
settings for security policy patterns to match.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondomains()
Get list of domains.Get list of paths.withDomains
(List<ResourceReference> domains) Set list of domains.withPatternsToMatch
(List<String> patternsToMatch) Set list of paths.
-
Constructor Details
-
SecurityPolicyWebApplicationFirewallAssociation
public SecurityPolicyWebApplicationFirewallAssociation()
-
-
Method Details
-
domains
Get list of domains.- Returns:
- the domains value
-
withDomains
Set list of domains.- Parameters:
domains
- the domains value to set- Returns:
- the SecurityPolicyWebApplicationFirewallAssociation object itself.
-
patternsToMatch
Get list of paths.- Returns:
- the patternsToMatch value
-
withPatternsToMatch
public SecurityPolicyWebApplicationFirewallAssociation withPatternsToMatch(List<String> patternsToMatch) Set list of paths.- Parameters:
patternsToMatch
- the patternsToMatch value to set- Returns:
- the SecurityPolicyWebApplicationFirewallAssociation object itself.
-