| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RouteFilterRule.Definition<ParentT>
The entirety of a route filter rule definition.
|
| Modifier and Type | Method and Description |
|---|---|
RouteFilterRule.DefinitionStages.WithAttach<ParentT> |
RouteFilterRule.DefinitionStages.WithAccessType.allowAccess()
Set 'Allow' acces type of the rule.
|
RouteFilterRule.DefinitionStages.WithAttach<ParentT> |
RouteFilterRule.DefinitionStages.WithAccessType.denyAccess()
Set 'Deny' access type of the rule.
|
RouteFilterRule.DefinitionStages.WithAttach<ParentT> |
RouteFilterRule.DefinitionStages.WithBgpCommunities.withBgpCommunities(String... communities)
Set the collection for bgp community values to filter on.
|
RouteFilterRule.DefinitionStages.WithAttach<ParentT> |
RouteFilterRule.DefinitionStages.WithBgpCommunities.withBgpCommunity(String community)
Set bgp community value to filter on.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/