RouteFilterRule.UpdateStages.WithAccessType Interface

public static interface RouteFilterRule.UpdateStages.WithAccessType

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

Method Summary

Modifier and Type Method and Description
abstract Update allowAccess()

Set 'Allow' acces type of the rule.

abstract Update denyAccess()

Set 'Deny' access type of the rule.

Method Details

allowAccess

public abstract RouteFilterRule.Update allowAccess()

Set 'Allow' acces type of the rule.

Returns:

the next stage of the definition

denyAccess

public abstract RouteFilterRule.Update denyAccess()

Set 'Deny' access type of the rule.

Returns:

the next stage of the definition

Applies to