Interface RouteFilterRule.UpdateDefinitionStages.WithAccessType<ParentT>
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- Enclosing interface:
RouteFilterRule.UpdateDefinitionStages
public static interface RouteFilterRule.UpdateDefinitionStages.WithAccessType<ParentT>
The stage of the route filter rule definition allowing access type of the rule.
-
Method Summary
Modifier and TypeMethodDescriptionSet 'Allow' acces type of the rule.Set 'Deny' access type of the rule.
-
Method Details
-
allowAccess
RouteFilterRule.UpdateDefinitionStages.WithAttach<ParentT> allowAccess()Set 'Allow' acces type of the rule.- Returns:
- the next stage of the definition
-
denyAccess
RouteFilterRule.UpdateDefinitionStages.WithAttach<ParentT> denyAccess()Set 'Deny' access type of the rule.- Returns:
- the next stage of the definition
-