Uses of Class
com.azure.resourcemanager.cdn.models.SecurityPolicyWebApplicationFirewallAssociation
-
Packages that use SecurityPolicyWebApplicationFirewallAssociation Package Description com.azure.resourcemanager.cdn.models Package containing the data models for CdnManagementClient. -
-
Uses of SecurityPolicyWebApplicationFirewallAssociation in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return SecurityPolicyWebApplicationFirewallAssociation Modifier and Type Method Description SecurityPolicyWebApplicationFirewallAssociationSecurityPolicyWebApplicationFirewallAssociation. withDomains(List<ResourceReference> domains)Set the domains property: List of domains.SecurityPolicyWebApplicationFirewallAssociationSecurityPolicyWebApplicationFirewallAssociation. withPatternsToMatch(List<String> patternsToMatch)Set the patternsToMatch property: List of paths.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type SecurityPolicyWebApplicationFirewallAssociation Modifier and Type Method Description List<SecurityPolicyWebApplicationFirewallAssociation>SecurityPolicyWebApplicationFirewallParameters. associations()Get the associations property: Waf associations.Method parameters in com.azure.resourcemanager.cdn.models with type arguments of type SecurityPolicyWebApplicationFirewallAssociation Modifier and Type Method Description SecurityPolicyWebApplicationFirewallParametersSecurityPolicyWebApplicationFirewallParameters. withAssociations(List<SecurityPolicyWebApplicationFirewallAssociation> associations)Set the associations property: Waf associations.
-