@@ -106,6 +106,8 @@ public static partial class FrontDoorExtensions
106
106
public static Azure . Pageable < Azure . ResourceManager . FrontDoor . FrontDoorResource > GetFrontDoors ( this Azure . ResourceManager . Resources . SubscriptionResource subscriptionResource , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
107
107
public static Azure . AsyncPageable < Azure . ResourceManager . FrontDoor . FrontDoorResource > GetFrontDoorsAsync ( this Azure . ResourceManager . Resources . SubscriptionResource subscriptionResource , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
108
108
public static Azure . ResourceManager . FrontDoor . FrontDoorWebApplicationFirewallPolicyCollection GetFrontDoorWebApplicationFirewallPolicies ( this Azure . ResourceManager . Resources . ResourceGroupResource resourceGroupResource ) { throw null ; }
109
+ public static Azure . Pageable < Azure . ResourceManager . FrontDoor . FrontDoorWebApplicationFirewallPolicyResource > GetFrontDoorWebApplicationFirewallPoliciesByFrontDoorWebApplicationFirewallPolicy ( this Azure . ResourceManager . Resources . SubscriptionResource subscriptionResource , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
110
+ public static Azure . AsyncPageable < Azure . ResourceManager . FrontDoor . FrontDoorWebApplicationFirewallPolicyResource > GetFrontDoorWebApplicationFirewallPoliciesByFrontDoorWebApplicationFirewallPolicyAsync ( this Azure . ResourceManager . Resources . SubscriptionResource subscriptionResource , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
109
111
public static Azure . Response < Azure . ResourceManager . FrontDoor . FrontDoorWebApplicationFirewallPolicyResource > GetFrontDoorWebApplicationFirewallPolicy ( this Azure . ResourceManager . Resources . ResourceGroupResource resourceGroupResource , string policyName , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
110
112
public static System . Threading . Tasks . Task < Azure . Response < Azure . ResourceManager . FrontDoor . FrontDoorWebApplicationFirewallPolicyResource > > GetFrontDoorWebApplicationFirewallPolicyAsync ( this Azure . ResourceManager . Resources . ResourceGroupResource resourceGroupResource , string policyName , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
111
113
public static Azure . ResourceManager . FrontDoor . FrontDoorWebApplicationFirewallPolicyResource GetFrontDoorWebApplicationFirewallPolicyResource ( this Azure . ResourceManager . ArmClient client , Azure . Core . ResourceIdentifier id ) { throw null ; }
@@ -1364,6 +1366,7 @@ public RoutingRuleData() { }
1364
1366
private readonly int _dummyPrimitive ;
1365
1367
public RuleMatchActionType ( string value ) { throw null ; }
1366
1368
public static Azure . ResourceManager . FrontDoor . Models . RuleMatchActionType Allow { get { throw null ; } }
1369
+ public static Azure . ResourceManager . FrontDoor . Models . RuleMatchActionType AnomalyScoring { get { throw null ; } }
1367
1370
public static Azure . ResourceManager . FrontDoor . Models . RuleMatchActionType Block { get { throw null ; } }
1368
1371
public static Azure . ResourceManager . FrontDoor . Models . RuleMatchActionType Log { get { throw null ; } }
1369
1372
public static Azure . ResourceManager . FrontDoor . Models . RuleMatchActionType Redirect { get { throw null ; } }
0 commit comments