public static interface RouteFilterRule.UpdateStages.WithBgpCommunities
| Modifier and Type | Method and Description |
|---|---|
RouteFilterRule.Update |
withBgpCommunities(String... communities)
The collection for bgp community values to filter on.
|
RouteFilterRule.Update |
withBgpCommunity(String community)
The bgp community values to filter on.
|
RouteFilterRule.Update |
withoutBgpCommunity(String community)
Remove the bgp community value to filter on.
|
RouteFilterRule.Update withBgpCommunities(String... communities)
communities - service communitiesRouteFilterRule.Update withBgpCommunity(String community)
community - the bgp community valueRouteFilterRule.Update withoutBgpCommunity(String community)
community - the bgp community valueCopyright © 2021 Microsoft Corporation. All rights reserved.