ArmFrontDoorModelFactory.FrontDoorRuleGroupScope 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.FrontDoorRuleGroupScope FrontDoorRuleGroupScope(string ruleGroupName = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.FrontDoor.Models.FrontDoorRuleScope> ruleScopes = default);
static member FrontDoorRuleGroupScope : string * seq<Azure.ResourceManager.FrontDoor.Models.FrontDoorRuleScope> -> Azure.ResourceManager.FrontDoor.Models.FrontDoorRuleGroupScope
Public Shared Function FrontDoorRuleGroupScope (Optional ruleGroupName As String = Nothing, Optional ruleScopes As IEnumerable(Of FrontDoorRuleScope) = Nothing) As FrontDoorRuleGroupScope
Parameters
- ruleGroupName
- String
Defines the rule group name.
- ruleScopes
- IEnumerable<FrontDoorRuleScope>
List of rule scopes.
Returns
A new FrontDoorRuleGroupScope instance for mocking.