FrontDoorManagedRuleSetScope(String, String) Constructor
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 FrontDoorManagedRuleSetScope.
public FrontDoorManagedRuleSetScope(string ruleSetType, string ruleSetVersion);
new Azure.ResourceManager.FrontDoor.Models.FrontDoorManagedRuleSetScope : string * string -> Azure.ResourceManager.FrontDoor.Models.FrontDoorManagedRuleSetScope
Public Sub New (ruleSetType As String, ruleSetVersion As String)
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.
Exceptions
ruleSetType or ruleSetVersion is null.