azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.n...

113 строки
8.2 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.network.models.RoutingConfiguration"
fullName: "com.azure.resourcemanager.network.models.RoutingConfiguration"
name: "RoutingConfiguration"
nameWithType: "RoutingConfiguration"
summary: "Routing Configuration indicating the associated and propagated route tables for this connection."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedMembers:
- "java.lang.Object.clone()"
- "java.lang.Object.equals(java.lang.Object)"
- "java.lang.Object.finalize()"
- "java.lang.Object.getClass()"
- "java.lang.Object.hashCode()"
- "java.lang.Object.notify()"
- "java.lang.Object.notifyAll()"
- "java.lang.Object.toString()"
- "java.lang.Object.wait()"
- "java.lang.Object.wait(long)"
- "java.lang.Object.wait(long,int)"
syntax: "public final class RoutingConfiguration"
constructors:
- uid: "com.azure.resourcemanager.network.models.RoutingConfiguration.RoutingConfiguration()"
fullName: "com.azure.resourcemanager.network.models.RoutingConfiguration.RoutingConfiguration()"
name: "RoutingConfiguration()"
nameWithType: "RoutingConfiguration.RoutingConfiguration()"
syntax: "public RoutingConfiguration()"
methods:
- uid: "com.azure.resourcemanager.network.models.RoutingConfiguration.associatedRouteTable()"
fullName: "com.azure.resourcemanager.network.models.RoutingConfiguration.associatedRouteTable()"
name: "associatedRouteTable()"
nameWithType: "RoutingConfiguration.associatedRouteTable()"
summary: "Get the associated<wbr>Route<wbr>Table property: The resource id Route<wbr>Table associated with this Routing<wbr>Configuration."
syntax: "public SubResource associatedRouteTable()"
desc: "Get the associatedRouteTable property: The resource id RouteTable associated with this RoutingConfiguration."
returns:
description: "the associatedRouteTable value."
type: "<xref href=\"com.azure.core.management.SubResource?alt=com.azure.core.management.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.RoutingConfiguration.propagatedRouteTables()"
fullName: "com.azure.resourcemanager.network.models.RoutingConfiguration.propagatedRouteTables()"
name: "propagatedRouteTables()"
nameWithType: "RoutingConfiguration.propagatedRouteTables()"
summary: "Get the propagated<wbr>Route<wbr>Tables property: The list of Route<wbr>Tables to advertise the routes to."
syntax: "public PropagatedRouteTable propagatedRouteTables()"
desc: "Get the propagatedRouteTables property: The list of RouteTables to advertise the routes to."
returns:
description: "the propagatedRouteTables value."
type: "<xref href=\"com.azure.resourcemanager.network.models.PropagatedRouteTable?alt=com.azure.resourcemanager.network.models.PropagatedRouteTable&text=PropagatedRouteTable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.RoutingConfiguration.validate()"
fullName: "com.azure.resourcemanager.network.models.RoutingConfiguration.validate()"
name: "validate()"
nameWithType: "RoutingConfiguration.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.network.models.RoutingConfiguration.vnetRoutes()"
fullName: "com.azure.resourcemanager.network.models.RoutingConfiguration.vnetRoutes()"
name: "vnetRoutes()"
nameWithType: "RoutingConfiguration.vnetRoutes()"
summary: "Get the vnet<wbr>Routes property: List of routes that control routing from Virtual<wbr>Hub into a virtual network connection."
syntax: "public VnetRoute vnetRoutes()"
desc: "Get the vnetRoutes property: List of routes that control routing from VirtualHub into a virtual network connection."
returns:
description: "the vnetRoutes value."
type: "<xref href=\"com.azure.resourcemanager.network.models.VnetRoute?alt=com.azure.resourcemanager.network.models.VnetRoute&text=VnetRoute\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.RoutingConfiguration.withAssociatedRouteTable(com.azure.core.management.SubResource)"
fullName: "com.azure.resourcemanager.network.models.RoutingConfiguration.withAssociatedRouteTable(SubResource associatedRouteTable)"
name: "withAssociatedRouteTable(SubResource associatedRouteTable)"
nameWithType: "RoutingConfiguration.withAssociatedRouteTable(SubResource associatedRouteTable)"
summary: "Set the associated<wbr>Route<wbr>Table property: The resource id Route<wbr>Table associated with this Routing<wbr>Configuration."
parameters:
- description: "the associatedRouteTable value to set."
name: "associatedRouteTable"
type: "<xref href=\"com.azure.core.management.SubResource?alt=com.azure.core.management.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
syntax: "public RoutingConfiguration withAssociatedRouteTable(SubResource associatedRouteTable)"
desc: "Set the associatedRouteTable property: The resource id RouteTable associated with this RoutingConfiguration."
returns:
description: "the RoutingConfiguration object itself."
type: "<xref href=\"com.azure.resourcemanager.network.models.RoutingConfiguration?alt=com.azure.resourcemanager.network.models.RoutingConfiguration&text=RoutingConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.RoutingConfiguration.withPropagatedRouteTables(com.azure.resourcemanager.network.models.PropagatedRouteTable)"
fullName: "com.azure.resourcemanager.network.models.RoutingConfiguration.withPropagatedRouteTables(PropagatedRouteTable propagatedRouteTables)"
name: "withPropagatedRouteTables(PropagatedRouteTable propagatedRouteTables)"
nameWithType: "RoutingConfiguration.withPropagatedRouteTables(PropagatedRouteTable propagatedRouteTables)"
summary: "Set the propagated<wbr>Route<wbr>Tables property: The list of Route<wbr>Tables to advertise the routes to."
parameters:
- description: "the propagatedRouteTables value to set."
name: "propagatedRouteTables"
type: "<xref href=\"com.azure.resourcemanager.network.models.PropagatedRouteTable?alt=com.azure.resourcemanager.network.models.PropagatedRouteTable&text=PropagatedRouteTable\" data-throw-if-not-resolved=\"False\" />"
syntax: "public RoutingConfiguration withPropagatedRouteTables(PropagatedRouteTable propagatedRouteTables)"
desc: "Set the propagatedRouteTables property: The list of RouteTables to advertise the routes to."
returns:
description: "the RoutingConfiguration object itself."
type: "<xref href=\"com.azure.resourcemanager.network.models.RoutingConfiguration?alt=com.azure.resourcemanager.network.models.RoutingConfiguration&text=RoutingConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.RoutingConfiguration.withVnetRoutes(com.azure.resourcemanager.network.models.VnetRoute)"
fullName: "com.azure.resourcemanager.network.models.RoutingConfiguration.withVnetRoutes(VnetRoute vnetRoutes)"
name: "withVnetRoutes(VnetRoute vnetRoutes)"
nameWithType: "RoutingConfiguration.withVnetRoutes(VnetRoute vnetRoutes)"
summary: "Set the vnet<wbr>Routes property: List of routes that control routing from Virtual<wbr>Hub into a virtual network connection."
parameters:
- description: "the vnetRoutes value to set."
name: "vnetRoutes"
type: "<xref href=\"com.azure.resourcemanager.network.models.VnetRoute?alt=com.azure.resourcemanager.network.models.VnetRoute&text=VnetRoute\" data-throw-if-not-resolved=\"False\" />"
syntax: "public RoutingConfiguration withVnetRoutes(VnetRoute vnetRoutes)"
desc: "Set the vnetRoutes property: List of routes that control routing from VirtualHub into a virtual network connection."
returns:
description: "the RoutingConfiguration object itself."
type: "<xref href=\"com.azure.resourcemanager.network.models.RoutingConfiguration?alt=com.azure.resourcemanager.network.models.RoutingConfiguration&text=RoutingConfiguration\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Routing Configuration indicating the associated and propagated route tables for this connection."
metadata: {}
package: "com.azure.resourcemanager.network.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.18.0