ArmCdnModelFactory.SecurityPolicyWebApplicationFirewall 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.
public static Azure.ResourceManager.Cdn.Models.SecurityPolicyWebApplicationFirewall SecurityPolicyWebApplicationFirewall(Azure.Core.ResourceIdentifier wafPolicyId = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Cdn.Models.SecurityPolicyWebApplicationFirewallAssociation> associations = default);
static member SecurityPolicyWebApplicationFirewall : Azure.Core.ResourceIdentifier * seq<Azure.ResourceManager.Cdn.Models.SecurityPolicyWebApplicationFirewallAssociation> -> Azure.ResourceManager.Cdn.Models.SecurityPolicyWebApplicationFirewall
Public Shared Function SecurityPolicyWebApplicationFirewall (Optional wafPolicyId As ResourceIdentifier = Nothing, Optional associations As IEnumerable(Of SecurityPolicyWebApplicationFirewallAssociation) = Nothing) As SecurityPolicyWebApplicationFirewall
Parameters
- wafPolicyId
- ResourceIdentifier
Resource ID.
- associations
- IEnumerable<SecurityPolicyWebApplicationFirewallAssociation>
Waf associations.
Returns
A new SecurityPolicyWebApplicationFirewall instance for mocking.