RouteTable Interface
Implements
HasAssociatedSubnets
UpdatableWithTags<RouteTable>
GroupableResource<com.microsoft.azure.management.network.implementation.NetworkManager,com.microsoft.azure.management.network.implementation.RouteTableInner>
Refreshable<RouteTable>
Updatable<Update>
public interface RouteTable
extends GroupableResource<com.microsoft.azure.management.network.implementation.NetworkManager,com.microsoft.azure.management.network.implementation.RouteTableInner>, Refreshable<RouteTable>, Updatable<Update>, UpdatableWithTags<RouteTable>, HasAssociatedSubnets
Entry point for route table management.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract boolean | isBgpRoutePropagationDisabled() |
abstract java.util.Map<java.lang.String,Route> | routes() |
Method Details
isBgpRoutePropagationDisabled
public abstract boolean isBgpRoutePropagationDisabled()
Returns:
whether to disable the routes learned by BGP on that route
table. True means disable.
routes
public abstract Map
Returns:
the routes of this route table
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java