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

100 строки
7.2 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.network.models.RouteTable.UpdateStages.WithRoute"
fullName: "com.azure.resourcemanager.network.models.RouteTable.UpdateStages.WithRoute"
name: "RouteTable.UpdateStages.WithRoute"
nameWithType: "RouteTable.UpdateStages.WithRoute"
summary: "The stage of the route table definition allowing to add, remove or modify routes."
syntax: "public static interface **RouteTable.UpdateStages.WithRoute**"
methods:
- uid: "com.azure.resourcemanager.network.models.RouteTable.UpdateStages.WithRoute.defineRoute(java.lang.String)"
fullName: "com.azure.resourcemanager.network.models.RouteTable.UpdateStages.WithRoute.defineRoute(String name)"
name: "defineRoute(String name)"
nameWithType: "RouteTable.UpdateStages.WithRoute.defineRoute(String name)"
summary: "Begins the definition of a new route to add to the route table."
modifiers:
- "abstract"
parameters:
- description: "the name of the route"
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Route.UpdateDefinitionStages.Blank<RouteTable.Update> defineRoute(String name)"
desc: "Begins the definition of a new route to add to the route table.\n\nThe definition must be completed with a call to <xref uid=\"\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Route.UpdateDefinitionStages.WithAttach#attach()\"></xref>"
returns:
description: "the first stage of the definition"
type: "<xref href=\"com.azure.resourcemanager.network.models.Route.UpdateDefinitionStages.Blank?alt=com.azure.resourcemanager.network.models.Route.UpdateDefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.models.RouteTable.Update?alt=com.azure.resourcemanager.network.models.RouteTable.Update&text=Update\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.models.RouteTable.UpdateStages.WithRoute.updateRoute(java.lang.String)"
fullName: "com.azure.resourcemanager.network.models.RouteTable.UpdateStages.WithRoute.updateRoute(String name)"
name: "updateRoute(String name)"
nameWithType: "RouteTable.UpdateStages.WithRoute.updateRoute(String name)"
summary: "Begins the update of an existing route on this route table."
modifiers:
- "abstract"
parameters:
- description: "the name of an existing route"
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Route.Update updateRoute(String name)"
desc: "Begins the update of an existing route on this route table."
returns:
description: "the first stage of the update"
type: "<xref href=\"com.azure.resourcemanager.network.models.Route.Update?alt=com.azure.resourcemanager.network.models.Route.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.RouteTable.UpdateStages.WithRoute.withRoute(java.lang.String,com.azure.resourcemanager.network.models.RouteNextHopType)"
fullName: "com.azure.resourcemanager.network.models.RouteTable.UpdateStages.WithRoute.withRoute(String destinationAddressPrefix, RouteNextHopType nextHop)"
name: "withRoute(String destinationAddressPrefix, RouteNextHopType nextHop)"
nameWithType: "RouteTable.UpdateStages.WithRoute.withRoute(String destinationAddressPrefix, RouteNextHopType nextHop)"
summary: "Creates a non-virtual appliance route."
modifiers:
- "abstract"
parameters:
- description: "the destination address prefix, expressed in the CIDR notation, for the\n route to apply to"
name: "destinationAddressPrefix"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "the next hop type"
name: "nextHop"
type: "<xref href=\"com.azure.resourcemanager.network.models.RouteNextHopType?alt=com.azure.resourcemanager.network.models.RouteNextHopType&text=RouteNextHopType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract RouteTable.Update withRoute(String destinationAddressPrefix, RouteNextHopType nextHop)"
desc: "Creates a non-virtual appliance route.\n\nThe name is generated automatically."
returns:
description: "the next stage of the update"
type: "<xref href=\"com.azure.resourcemanager.network.models.RouteTable.Update?alt=com.azure.resourcemanager.network.models.RouteTable.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.RouteTable.UpdateStages.WithRoute.withRouteViaVirtualAppliance(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.models.RouteTable.UpdateStages.WithRoute.withRouteViaVirtualAppliance(String destinationAddressPrefix, String ipAddress)"
name: "withRouteViaVirtualAppliance(String destinationAddressPrefix, String ipAddress)"
nameWithType: "RouteTable.UpdateStages.WithRoute.withRouteViaVirtualAppliance(String destinationAddressPrefix, String ipAddress)"
summary: "Creates a route via a virtual appliance."
modifiers:
- "abstract"
parameters:
- description: "the destination address prefix, expressed in the CIDR notation, for the\n route to apply to"
name: "destinationAddressPrefix"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "the IP address of the virtual appliance to route the traffic through"
name: "ipAddress"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract RouteTable.Update withRouteViaVirtualAppliance(String destinationAddressPrefix, String ipAddress)"
desc: "Creates a route via a virtual appliance."
returns:
description: "the next stage of the update"
type: "<xref href=\"com.azure.resourcemanager.network.models.RouteTable.Update?alt=com.azure.resourcemanager.network.models.RouteTable.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.RouteTable.UpdateStages.WithRoute.withoutRoute(java.lang.String)"
fullName: "com.azure.resourcemanager.network.models.RouteTable.UpdateStages.WithRoute.withoutRoute(String name)"
name: "withoutRoute(String name)"
nameWithType: "RouteTable.UpdateStages.WithRoute.withoutRoute(String name)"
summary: "Removes the specified route from the route table."
modifiers:
- "abstract"
parameters:
- description: "the name of an existing route on this route table"
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract RouteTable.Update withoutRoute(String name)"
desc: "Removes the specified route from the route table."
returns:
description: "the next stage of the update"
type: "<xref href=\"com.azure.resourcemanager.network.models.RouteTable.Update?alt=com.azure.resourcemanager.network.models.RouteTable.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "The stage of the route table definition allowing to add, remove or modify routes."
metadata: {}
package: "com.azure.resourcemanager.network.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.44.0