ArmFrontDoorModelFactory.FrontDoorManagedRuleSetScope 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.FrontDoor.Models.FrontDoorManagedRuleSetScope FrontDoorManagedRuleSetScope(string ruleSetType = default, string ruleSetVersion = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.FrontDoor.Models.FrontDoorRuleGroupScope> ruleGroupScopes = default);
static member FrontDoorManagedRuleSetScope : string * string * seq<Azure.ResourceManager.FrontDoor.Models.FrontDoorRuleGroupScope> -> Azure.ResourceManager.FrontDoor.Models.FrontDoorManagedRuleSetScope
Public Shared Function FrontDoorManagedRuleSetScope (Optional ruleSetType As String = Nothing, Optional ruleSetVersion As String = Nothing, Optional ruleGroupScopes As IEnumerable(Of FrontDoorRuleGroupScope) = Nothing) As FrontDoorManagedRuleSetScope
Parameters
- ruleSetType
- String
Defines the rule set type. Examples: DefaultRuleSet, Microsoft_DefaultRuleSet, Microsoft_BotManagerRuleSet, Microsoft_HTTPDDoSRuleSet, BotProtection
- ruleSetVersion
- String
Defines the version of the rule set.
- ruleGroupScopes
- IEnumerable<FrontDoorRuleGroupScope>
List of rule group scopes.
Returns
A new FrontDoorManagedRuleSetScope instance for mocking.