RouteFilterRule.UpdateDefinitionStages.WithAccessType<ParentT> Interface

Type Parameters

ParentT

public static interface RouteFilterRule.UpdateDefinitionStages.WithAccessType

The stage of the route filter rule definition allowing access type of the rule.

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ParentT> allowAccess()

Set 'Allow' acces type of the rule.

abstract WithAttach<ParentT> denyAccess()

Set 'Deny' access type of the rule.

Method Details

allowAccess

public abstract RouteFilterRule.UpdateDefinitionStages.WithAttach allowAccess()

Set 'Allow' acces type of the rule.

Returns:

the next stage of the definition

denyAccess

public abstract RouteFilterRule.UpdateDefinitionStages.WithAttach denyAccess()

Set 'Deny' access type of the rule.

Returns:

the next stage of the definition

Applies to