Uses of Interface
com.azure.resourcemanager.network.models.RouteFilterRule.Update
Packages that use RouteFilterRule.Update
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of RouteFilterRule.Update in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return RouteFilterRule.UpdateModifier and TypeMethodDescriptionRouteFilterRule.UpdateStages.WithAccessType.allowAccess()Set 'Allow' acces type of the rule.RouteFilterRule.UpdateStages.WithAccessType.denyAccess()Set 'Deny' access type of the rule.RouteFilter.UpdateStages.WithRule.updateRule(String name) Begins the description of an update of an existing route filter rule of this route filter.RouteFilterRule.UpdateStages.WithBgpCommunities.withBgpCommunities(String... communities) The collection for bgp community values to filter on. e.g. ['12076:5010','12076:5020'].RouteFilterRule.UpdateStages.WithBgpCommunities.withBgpCommunity(String community) The bgp community values to filter on. e.g. '12076:5010'.RouteFilterRule.DefinitionStages.WithBgpCommunities.withoutBgpCommunity(String community) Remove the bgp community value to filter on. e.g. '12076:5010'RouteFilterRule.UpdateDefinitionStages.WithBgpCommunities.withoutBgpCommunity(String community) Remove the bgp community value to filter on. e.g. '12076:5010'RouteFilterRule.UpdateStages.WithBgpCommunities.withoutBgpCommunity(String community) Remove the bgp community value to filter on. e.g. '12076:5010'