azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

40 строки
5.9 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.RouteTable"
fullName: "com.microsoft.azure.management.network.RouteTable"
name: "RouteTable"
nameWithType: "RouteTable"
summary: "Entry point for route table management."
syntax: "public interface **RouteTable**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource&text=GroupableResource\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.implementation.NetworkManager?alt=com.microsoft.azure.management.network.implementation.NetworkManager&text=NetworkManager\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.network.implementation.RouteTableInner?alt=com.microsoft.azure.management.network.implementation.RouteTableInner&text=RouteTableInner\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.RouteTable?alt=com.microsoft.azure.management.network.RouteTable&text=RouteTable\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.RouteTable.Update?alt=com.microsoft.azure.management.network.RouteTable.Update&text=Update\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.network.model.UpdatableWithTags?alt=com.microsoft.azure.management.network.model.UpdatableWithTags&text=UpdatableWithTags\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.RouteTable?alt=com.microsoft.azure.management.network.RouteTable&text=RouteTable\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.network.model.HasAssociatedSubnets?alt=com.microsoft.azure.management.network.model.HasAssociatedSubnets&text=HasAssociatedSubnets\" data-throw-if-not-resolved=\"False\" />"
methods:
- uid: "com.microsoft.azure.management.network.RouteTable.isBgpRoutePropagationDisabled()"
fullName: "com.microsoft.azure.management.network.RouteTable.isBgpRoutePropagationDisabled()"
name: "isBgpRoutePropagationDisabled()"
nameWithType: "RouteTable.isBgpRoutePropagationDisabled()"
modifiers:
- "abstract"
syntax: "public abstract boolean isBgpRoutePropagationDisabled()"
returns:
description: "whether to disable the routes learned by BGP on that route\n table. True means disable."
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.RouteTable.routes()"
fullName: "com.microsoft.azure.management.network.RouteTable.routes()"
name: "routes()"
nameWithType: "RouteTable.routes()"
modifiers:
- "abstract"
syntax: "public abstract Map<String,Route> routes()"
returns:
description: "the routes of this route table"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.network.Route?alt=com.microsoft.azure.management.network.Route&text=Route\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Entry point for route table management."
implements:
- "<xref href=\"com.microsoft.azure.management.network.model.HasAssociatedSubnets?alt=com.microsoft.azure.management.network.model.HasAssociatedSubnets&text=HasAssociatedSubnets\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.network.model.UpdatableWithTags?alt=com.microsoft.azure.management.network.model.UpdatableWithTags&text=UpdatableWithTags\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.RouteTable?alt=com.microsoft.azure.management.network.RouteTable&text=RouteTable\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource&text=GroupableResource\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.implementation.NetworkManager?alt=com.microsoft.azure.management.network.implementation.NetworkManager&text=NetworkManager\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.network.implementation.RouteTableInner?alt=com.microsoft.azure.management.network.implementation.RouteTableInner&text=RouteTableInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.RouteTable?alt=com.microsoft.azure.management.network.RouteTable&text=RouteTable\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.RouteTable.Update?alt=com.microsoft.azure.management.network.RouteTable.Update&text=Update\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4