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

156 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTable"
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTable"
name: "ExpressRouteCircuitRoutesTable"
nameWithType: "ExpressRouteCircuitRoutesTable"
summary: "The routes table associated with the Express<wbr>Route<wbr>Circuit."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **ExpressRouteCircuitRoutesTable**"
constructors:
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTable.ExpressRouteCircuitRoutesTable()"
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTable.ExpressRouteCircuitRoutesTable()"
name: "ExpressRouteCircuitRoutesTable()"
nameWithType: "ExpressRouteCircuitRoutesTable.ExpressRouteCircuitRoutesTable()"
syntax: "public ExpressRouteCircuitRoutesTable()"
methods:
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTable.locPrf()"
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTable.locPrf()"
name: "locPrf()"
nameWithType: "ExpressRouteCircuitRoutesTable.locPrf()"
summary: "Get local preference value as set with the set local-preference route-map configuration command."
syntax: "public String locPrf()"
desc: "Get local preference value as set with the set local-preference route-map configuration command."
returns:
description: "the locPrf value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTable.network()"
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTable.network()"
name: "network()"
nameWithType: "ExpressRouteCircuitRoutesTable.network()"
summary: "Get iP address of a network entity."
syntax: "public String network()"
desc: "Get iP address of a network entity."
returns:
description: "the network value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTable.nextHop()"
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTable.nextHop()"
name: "nextHop()"
nameWithType: "ExpressRouteCircuitRoutesTable.nextHop()"
summary: "Get next<wbr>Hop address."
syntax: "public String nextHop()"
desc: "Get nextHop address."
returns:
description: "the nextHop value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTable.path()"
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTable.path()"
name: "path()"
nameWithType: "ExpressRouteCircuitRoutesTable.path()"
summary: "Get autonomous system paths to the destination network."
syntax: "public String path()"
desc: "Get autonomous system paths to the destination network."
returns:
description: "the path value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTable.weight()"
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTable.weight()"
name: "weight()"
nameWithType: "ExpressRouteCircuitRoutesTable.weight()"
summary: "Get route Weight."
syntax: "public Integer weight()"
desc: "Get route Weight."
returns:
description: "the weight value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTable.withLocPrf(java.lang.String)"
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTable.withLocPrf(String locPrf)"
name: "withLocPrf(String locPrf)"
nameWithType: "ExpressRouteCircuitRoutesTable.withLocPrf(String locPrf)"
summary: "Set local preference value as set with the set local-preference route-map configuration command."
parameters:
- description: "the locPrf value to set"
name: "locPrf"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ExpressRouteCircuitRoutesTable withLocPrf(String locPrf)"
desc: "Set local preference value as set with the set local-preference route-map configuration command."
returns:
description: "the ExpressRouteCircuitRoutesTable object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTable?alt=com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTable&text=ExpressRouteCircuitRoutesTable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTable.withNetwork(java.lang.String)"
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTable.withNetwork(String network)"
name: "withNetwork(String network)"
nameWithType: "ExpressRouteCircuitRoutesTable.withNetwork(String network)"
summary: "Set iP address of a network entity."
parameters:
- description: "the network value to set"
name: "network"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ExpressRouteCircuitRoutesTable withNetwork(String network)"
desc: "Set iP address of a network entity."
returns:
description: "the ExpressRouteCircuitRoutesTable object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTable?alt=com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTable&text=ExpressRouteCircuitRoutesTable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTable.withNextHop(java.lang.String)"
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTable.withNextHop(String nextHop)"
name: "withNextHop(String nextHop)"
nameWithType: "ExpressRouteCircuitRoutesTable.withNextHop(String nextHop)"
summary: "Set next<wbr>Hop address."
parameters:
- description: "the nextHop value to set"
name: "nextHop"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ExpressRouteCircuitRoutesTable withNextHop(String nextHop)"
desc: "Set nextHop address."
returns:
description: "the ExpressRouteCircuitRoutesTable object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTable?alt=com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTable&text=ExpressRouteCircuitRoutesTable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTable.withPath(java.lang.String)"
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTable.withPath(String path)"
name: "withPath(String path)"
nameWithType: "ExpressRouteCircuitRoutesTable.withPath(String path)"
summary: "Set autonomous system paths to the destination network."
parameters:
- description: "the path value to set"
name: "path"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ExpressRouteCircuitRoutesTable withPath(String path)"
desc: "Set autonomous system paths to the destination network."
returns:
description: "the ExpressRouteCircuitRoutesTable object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTable?alt=com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTable&text=ExpressRouteCircuitRoutesTable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTable.withWeight(java.lang.Integer)"
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTable.withWeight(Integer weight)"
name: "withWeight(Integer weight)"
nameWithType: "ExpressRouteCircuitRoutesTable.withWeight(Integer weight)"
summary: "Set route Weight."
parameters:
- description: "the weight value to set"
name: "weight"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ExpressRouteCircuitRoutesTable withWeight(Integer weight)"
desc: "Set route Weight."
returns:
description: "the ExpressRouteCircuitRoutesTable object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTable?alt=com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTable&text=ExpressRouteCircuitRoutesTable\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The routes table associated with the ExpressRouteCircuit."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4