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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET