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

49 строки
4.0 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.Route.UpdateDefinitionStages.WithNextHopType"
fullName: "com.microsoft.azure.management.network.Route.UpdateDefinitionStages.WithNextHopType<ParentT>"
name: "Route.UpdateDefinitionStages.WithNextHopType<ParentT>"
nameWithType: "Route.UpdateDefinitionStages.WithNextHopType<ParentT>"
summary: "The stage of a route definition allowing to specify the next hop type."
syntax: "public static interface **Route.UpdateDefinitionStages.WithNextHopType<ParentT>**"
methods:
- uid: "com.microsoft.azure.management.network.Route.UpdateDefinitionStages.WithNextHopType.withNextHop(com.microsoft.azure.management.network.RouteNextHopType)"
fullName: "com.microsoft.azure.management.network.Route.UpdateDefinitionStages.WithNextHopType<ParentT>.withNextHop(RouteNextHopType nextHopType)"
name: "withNextHop(RouteNextHopType nextHopType)"
nameWithType: "Route.UpdateDefinitionStages.WithNextHopType<ParentT>.withNextHop(RouteNextHopType nextHopType)"
summary: "Specifies the next hop type."
modifiers:
- "abstract"
parameters:
- description: "a hop type"
name: "nextHopType"
type: "<xref href=\"com.microsoft.azure.management.network.RouteNextHopType?alt=com.microsoft.azure.management.network.RouteNextHopType&text=RouteNextHopType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Route.UpdateDefinitionStages.WithAttach<ParentT> withNextHop(RouteNextHopType nextHopType)"
desc: "Specifies the next hop type.\n\nTo use a virtual appliance, use <xref uid=\"com.microsoft.azure.management.network.Route.UpdateDefinitionStages.WithNextHopType.withNextHopToVirtualAppliance(java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#withNextHopToVirtualAppliance(String)\"></xref> instead and specify its IP address."
returns:
description: "the next stage of the definition"
type: "<xref href=\"com.microsoft.azure.management.network.Route.UpdateDefinitionStages.WithAttach?alt=com.microsoft.azure.management.network.Route.UpdateDefinitionStages.WithAttach&text=WithAttach\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.Route.UpdateDefinitionStages.WithNextHopType.withNextHopToVirtualAppliance(java.lang.String)"
fullName: "com.microsoft.azure.management.network.Route.UpdateDefinitionStages.WithNextHopType<ParentT>.withNextHopToVirtualAppliance(String ipAddress)"
name: "withNextHopToVirtualAppliance(String ipAddress)"
nameWithType: "Route.UpdateDefinitionStages.WithNextHopType<ParentT>.withNextHopToVirtualAppliance(String ipAddress)"
summary: "Specifies the IP address of the virtual appliance for the next hop to go to."
modifiers:
- "abstract"
parameters:
- description: "an IP address of an existing virtual appliance (virtual machine)"
name: "ipAddress"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Route.UpdateDefinitionStages.WithAttach<ParentT> withNextHopToVirtualAppliance(String ipAddress)"
desc: "Specifies the IP address of the virtual appliance for the next hop to go to."
returns:
description: "the next stage of the definition"
type: "<xref href=\"com.microsoft.azure.management.network.Route.UpdateDefinitionStages.WithAttach?alt=com.microsoft.azure.management.network.Route.UpdateDefinitionStages.WithAttach&text=WithAttach\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
typeParameters:
- description: "the return type of <xref uid=\"WithAttach#attach()\" data-throw-if-not-resolved=\"false\" data-raw-source=\"WithAttach#attach()\"></xref>"
name: "ParentT"
desc: "The stage of a route definition allowing to specify the next hop type."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4