ArmCdnModelFactory.SecurityPolicyWebApplicationFirewallAssociation Method
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.
settings for security policy patterns to match.
public static Azure.ResourceManager.Cdn.Models.SecurityPolicyWebApplicationFirewallAssociation SecurityPolicyWebApplicationFirewallAssociation(System.Collections.Generic.IEnumerable<Azure.ResourceManager.Cdn.Models.FrontDoorActivatedResourceInfo> domains = default, System.Collections.Generic.IEnumerable<string> patternsToMatch = default);
static member SecurityPolicyWebApplicationFirewallAssociation : seq<Azure.ResourceManager.Cdn.Models.FrontDoorActivatedResourceInfo> * seq<string> -> Azure.ResourceManager.Cdn.Models.SecurityPolicyWebApplicationFirewallAssociation
Public Shared Function SecurityPolicyWebApplicationFirewallAssociation (Optional domains As IEnumerable(Of FrontDoorActivatedResourceInfo) = Nothing, Optional patternsToMatch As IEnumerable(Of String) = Nothing) As SecurityPolicyWebApplicationFirewallAssociation
Parameters
List of domains.
- patternsToMatch
- IEnumerable<String>
List of paths.
Returns
A new SecurityPolicyWebApplicationFirewallAssociation instance for mocking.