public static interface RouteFilterRule.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RouteFilterRule.DefinitionStages.Blank<ParentT>
The first stage of a route filter rule definition.
|
static interface |
RouteFilterRule.DefinitionStages.WithAccessType<ParentT>
The stage of the route filter rule definition allowing access type of the rule.
|
static interface |
RouteFilterRule.DefinitionStages.WithAttach<ParentT>
The final stage of the route filter rule definition.
|
static interface |
RouteFilterRule.DefinitionStages.WithBgpCommunities<ParentT>
The stage of the route filter rule definition allowing bgp service communities to be specified.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/