Aracılığıyla paylaş


SecurityPolicyWebApplicationFirewallAssociation Class

  • java.lang.Object
    • com.microsoft.azure.management.cdn.SecurityPolicyWebApplicationFirewallAssociation

public class SecurityPolicyWebApplicationFirewallAssociation

settings for security policy patterns to match.

Constructor Summary

Constructor Description
SecurityPolicyWebApplicationFirewallAssociation()

Method Summary

Modifier and Type Method and Description
java.util.List<ResourceReference> domains()

Get list of domains.

java.util.List<java.lang.String> patternsToMatch()

Get list of paths.

SecurityPolicyWebApplicationFirewallAssociation withDomains(List<ResourceReference> domains)

Set list of domains.

SecurityPolicyWebApplicationFirewallAssociation withPatternsToMatch(List<String> patternsToMatch)

Set list of paths.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

SecurityPolicyWebApplicationFirewallAssociation

public SecurityPolicyWebApplicationFirewallAssociation()

Method Details

domains

public List domains()

Get list of domains.

Returns:

the domains value

patternsToMatch

public List patternsToMatch()

Get list of paths.

Returns:

the patternsToMatch value

withDomains

public SecurityPolicyWebApplicationFirewallAssociation withDomains(List domains)

Set list of domains.

Parameters:

domains - the domains value to set

Returns:

the SecurityPolicyWebApplicationFirewallAssociation object itself.

withPatternsToMatch

public SecurityPolicyWebApplicationFirewallAssociation withPatternsToMatch(List patternsToMatch)

Set list of paths.

Parameters:

patternsToMatch - the patternsToMatch value to set

Returns:

the SecurityPolicyWebApplicationFirewallAssociation object itself.

Applies to