Uses of Interface
com.azure.resourcemanager.network.models.RouteFilterRule.DefinitionStages.WithAttach
Packages that use RouteFilterRule.DefinitionStages.WithAttach
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of RouteFilterRule.DefinitionStages.WithAttach in com.azure.resourcemanager.network.models
Subinterfaces of RouteFilterRule.DefinitionStages.WithAttach in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptionstatic interfaceRouteFilterRule.Definition<ParentT>The entirety of a route filter rule definition.Methods in com.azure.resourcemanager.network.models that return RouteFilterRule.DefinitionStages.WithAttachModifier and TypeMethodDescriptionRouteFilterRule.DefinitionStages.WithAccessType.allowAccess()Set 'Allow' acces type of the rule.RouteFilterRule.DefinitionStages.WithAccessType.denyAccess()Set 'Deny' access type of the rule.RouteFilterRule.DefinitionStages.WithBgpCommunities.withBgpCommunities(String... communities) Set the collection for bgp community values to filter on. e.g. ['12076:5010','12076:5020'].RouteFilterRule.DefinitionStages.WithBgpCommunities.withBgpCommunity(String community) Set bgp community value to filter on. e.g. '12076:5020'.