public final class SecurityPolicyWebApplicationFirewallAssociation extends Object
| Constructor and Description |
|---|
SecurityPolicyWebApplicationFirewallAssociation() |
| Modifier and Type | Method and Description |
|---|---|
List<ResourceReference> |
domains()
Get the domains property: List of domains.
|
List<String> |
patternsToMatch()
Get the patternsToMatch property: List of paths.
|
void |
validate()
Validates the instance.
|
SecurityPolicyWebApplicationFirewallAssociation |
withDomains(List<ResourceReference> domains)
Set the domains property: List of domains.
|
SecurityPolicyWebApplicationFirewallAssociation |
withPatternsToMatch(List<String> patternsToMatch)
Set the patternsToMatch property: List of paths.
|
public SecurityPolicyWebApplicationFirewallAssociation()
public List<ResourceReference> domains()
public SecurityPolicyWebApplicationFirewallAssociation withDomains(List<ResourceReference> domains)
domains - the domains value to set.public List<String> patternsToMatch()
public SecurityPolicyWebApplicationFirewallAssociation withPatternsToMatch(List<String> patternsToMatch)
patternsToMatch - the patternsToMatch value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.