FrontDoorManagedRuleSetScope(String, String) Constructor

Definition

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.

Applies to