FrontDoorRuleGroupScope(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 FrontDoorRuleGroupScope.
public FrontDoorRuleGroupScope(string ruleGroupName);
new Azure.ResourceManager.FrontDoor.Models.FrontDoorRuleGroupScope : string -> Azure.ResourceManager.FrontDoor.Models.FrontDoorRuleGroupScope
Public Sub New (ruleGroupName As String)
Parameters
- ruleGroupName
- String
Defines the rule group name.
Exceptions
ruleGroupName is null.