SecurityPolicyWebApplicationFirewallAssociation Constructors
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.
Overloads
SecurityPolicyWebApplicationFirewallAssociation() |
Initializes a new instance of the SecurityPolicyWebApplicationFirewallAssociation class. |
SecurityPolicyWebApplicationFirewallAssociation(IList<ResourceReference>, IList<String>) |
Initializes a new instance of the SecurityPolicyWebApplicationFirewallAssociation class. |
SecurityPolicyWebApplicationFirewallAssociation()
Initializes a new instance of the SecurityPolicyWebApplicationFirewallAssociation class.
public SecurityPolicyWebApplicationFirewallAssociation ();
Public Sub New ()
Applies to
SecurityPolicyWebApplicationFirewallAssociation(IList<ResourceReference>, IList<String>)
Initializes a new instance of the SecurityPolicyWebApplicationFirewallAssociation class.
public SecurityPolicyWebApplicationFirewallAssociation (System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Models.ResourceReference> domains = default, System.Collections.Generic.IList<string> patternsToMatch = default);
new Microsoft.Azure.Management.Cdn.Models.SecurityPolicyWebApplicationFirewallAssociation : System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Models.ResourceReference> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Cdn.Models.SecurityPolicyWebApplicationFirewallAssociation
Public Sub New (Optional domains As IList(Of ResourceReference) = Nothing, Optional patternsToMatch As IList(Of String) = Nothing)
Parameters
- domains
- IList<ResourceReference>
List of domains.