ArmNetworkModelFactory.ApplicationGatewayFirewallManifestRuleSet 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.
Initializes a new instance of ApplicationGatewayFirewallManifestRuleSet.
public static Azure.ResourceManager.Network.Models.ApplicationGatewayFirewallManifestRuleSet ApplicationGatewayFirewallManifestRuleSet (string ruleSetType = default, string ruleSetVersion = default, Azure.ResourceManager.Network.Models.ApplicationGatewayRuleSetStatusOption? status = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.ApplicationGatewayTierType> tiers = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.ApplicationGatewayFirewallRuleGroup> ruleGroups = default);
static member ApplicationGatewayFirewallManifestRuleSet : string * string * Nullable<Azure.ResourceManager.Network.Models.ApplicationGatewayRuleSetStatusOption> * seq<Azure.ResourceManager.Network.Models.ApplicationGatewayTierType> * seq<Azure.ResourceManager.Network.Models.ApplicationGatewayFirewallRuleGroup> -> Azure.ResourceManager.Network.Models.ApplicationGatewayFirewallManifestRuleSet
Public Shared Function ApplicationGatewayFirewallManifestRuleSet (Optional ruleSetType As String = Nothing, Optional ruleSetVersion As String = Nothing, Optional status As Nullable(Of ApplicationGatewayRuleSetStatusOption) = Nothing, Optional tiers As IEnumerable(Of ApplicationGatewayTierType) = Nothing, Optional ruleGroups As IEnumerable(Of ApplicationGatewayFirewallRuleGroup) = Nothing) As ApplicationGatewayFirewallManifestRuleSet
Parameters
- ruleSetType
- String
The type of the web application firewall rule set.
- ruleSetVersion
- String
The version of the web application firewall rule set type.
The rule set status.
Tier of an application gateway that support the rule set.
- ruleGroups
- IEnumerable<ApplicationGatewayFirewallRuleGroup>
The rule groups of the web application firewall rule set.
Returns
A new ApplicationGatewayFirewallManifestRuleSet instance for mocking.
Applies to
Azure SDK for .NET