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

47 строки
3.7 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.Route"
fullName: "com.microsoft.azure.management.network.Route"
name: "Route"
nameWithType: "Route"
summary: "An immutable client-side representation of a route of a route table."
syntax: "public interface **Route**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.implementation.RouteInner?alt=com.microsoft.azure.management.network.implementation.RouteInner&text=RouteInner\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource&text=ChildResource\" 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;"
methods:
- uid: "com.microsoft.azure.management.network.Route.destinationAddressPrefix()"
fullName: "com.microsoft.azure.management.network.Route.destinationAddressPrefix()"
name: "destinationAddressPrefix()"
nameWithType: "Route.destinationAddressPrefix()"
modifiers:
- "abstract"
syntax: "public abstract String destinationAddressPrefix()"
returns:
description: "the destination address prefix, expressed using the CIDR notation, to which the route applies"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.Route.nextHopIPAddress()"
fullName: "com.microsoft.azure.management.network.Route.nextHopIPAddress()"
name: "nextHopIPAddress()"
nameWithType: "Route.nextHopIPAddress()"
modifiers:
- "abstract"
syntax: "public abstract String nextHopIPAddress()"
returns:
description: "the IP address of the next hop"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.Route.nextHopType()"
fullName: "com.microsoft.azure.management.network.Route.nextHopType()"
name: "nextHopType()"
nameWithType: "Route.nextHopType()"
modifiers:
- "abstract"
syntax: "public abstract RouteNextHopType nextHopType()"
returns:
description: "the type of the next hop"
type: "<xref href=\"com.microsoft.azure.management.network.RouteNextHopType?alt=com.microsoft.azure.management.network.RouteNextHopType&text=RouteNextHopType\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An immutable client-side representation of a route of a route table."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource&text=ChildResource\" 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.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.implementation.RouteInner?alt=com.microsoft.azure.management.network.implementation.RouteInner&text=RouteInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4