public static interface RouteFilterRule.DefinitionStages.WithBgpCommunities<ParentT>
| Modifier and Type | Method and Description |
|---|---|
RouteFilterRule.DefinitionStages.WithAttach<ParentT> |
withBgpCommunities(String... communities)
Set the collection for bgp community values to filter on.
|
RouteFilterRule.DefinitionStages.WithAttach<ParentT> |
withBgpCommunity(String community)
Set bgp community value to filter on.
|
RouteFilterRule.Update |
withoutBgpCommunity(String community)
Remove the bgp community value to filter on.
|
RouteFilterRule.DefinitionStages.WithAttach<ParentT> withBgpCommunities(String... communities)
communities - service communitiesRouteFilterRule.DefinitionStages.WithAttach<ParentT> withBgpCommunity(String community)
community - service communityRouteFilterRule.Update withoutBgpCommunity(String community)
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/