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

132 строки
8.8 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.VirtualHubRouteV2"
fullName: "com.microsoft.azure.management.network.VirtualHubRouteV2"
name: "VirtualHubRouteV2"
nameWithType: "VirtualHubRouteV2"
summary: "Virtual<wbr>Hub<wbr>Route<wbr>TableV2 route."
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 **VirtualHubRouteV2**"
constructors:
- uid: "com.microsoft.azure.management.network.VirtualHubRouteV2.VirtualHubRouteV2()"
fullName: "com.microsoft.azure.management.network.VirtualHubRouteV2.VirtualHubRouteV2()"
name: "VirtualHubRouteV2()"
nameWithType: "VirtualHubRouteV2.VirtualHubRouteV2()"
syntax: "public VirtualHubRouteV2()"
methods:
- uid: "com.microsoft.azure.management.network.VirtualHubRouteV2.destinationType()"
fullName: "com.microsoft.azure.management.network.VirtualHubRouteV2.destinationType()"
name: "destinationType()"
nameWithType: "VirtualHubRouteV2.destinationType()"
summary: "Get the type of destinations."
syntax: "public String destinationType()"
desc: "Get the type of destinations."
returns:
description: "the destinationType 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.VirtualHubRouteV2.destinations()"
fullName: "com.microsoft.azure.management.network.VirtualHubRouteV2.destinations()"
name: "destinations()"
nameWithType: "VirtualHubRouteV2.destinations()"
summary: "Get list of all destinations."
syntax: "public List<String> destinations()"
desc: "Get list of all destinations."
returns:
description: "the destinations value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.VirtualHubRouteV2.nextHopType()"
fullName: "com.microsoft.azure.management.network.VirtualHubRouteV2.nextHopType()"
name: "nextHopType()"
nameWithType: "VirtualHubRouteV2.nextHopType()"
summary: "Get the type of next hops."
syntax: "public String nextHopType()"
desc: "Get the type of next hops."
returns:
description: "the nextHopType 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.VirtualHubRouteV2.nextHops()"
fullName: "com.microsoft.azure.management.network.VirtualHubRouteV2.nextHops()"
name: "nextHops()"
nameWithType: "VirtualHubRouteV2.nextHops()"
summary: "Get next<wbr>Hops ip address."
syntax: "public List<String> nextHops()"
desc: "Get nextHops ip address."
returns:
description: "the nextHops value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.VirtualHubRouteV2.withDestinationType(java.lang.String)"
fullName: "com.microsoft.azure.management.network.VirtualHubRouteV2.withDestinationType(String destinationType)"
name: "withDestinationType(String destinationType)"
nameWithType: "VirtualHubRouteV2.withDestinationType(String destinationType)"
summary: "Set the type of destinations."
parameters:
- description: "the destinationType value to set"
name: "destinationType"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public VirtualHubRouteV2 withDestinationType(String destinationType)"
desc: "Set the type of destinations."
returns:
description: "the VirtualHubRouteV2 object itself."
type: "<xref href=\"com.microsoft.azure.management.network.VirtualHubRouteV2?alt=com.microsoft.azure.management.network.VirtualHubRouteV2&text=VirtualHubRouteV2\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.VirtualHubRouteV2.withDestinations(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.network.VirtualHubRouteV2.withDestinations(List<String> destinations)"
name: "withDestinations(List<String> destinations)"
nameWithType: "VirtualHubRouteV2.withDestinations(List<String> destinations)"
summary: "Set list of all destinations."
parameters:
- description: "the destinations value to set"
name: "destinations"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public VirtualHubRouteV2 withDestinations(List<String> destinations)"
desc: "Set list of all destinations."
returns:
description: "the VirtualHubRouteV2 object itself."
type: "<xref href=\"com.microsoft.azure.management.network.VirtualHubRouteV2?alt=com.microsoft.azure.management.network.VirtualHubRouteV2&text=VirtualHubRouteV2\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.VirtualHubRouteV2.withNextHopType(java.lang.String)"
fullName: "com.microsoft.azure.management.network.VirtualHubRouteV2.withNextHopType(String nextHopType)"
name: "withNextHopType(String nextHopType)"
nameWithType: "VirtualHubRouteV2.withNextHopType(String nextHopType)"
summary: "Set the type of next hops."
parameters:
- description: "the nextHopType value to set"
name: "nextHopType"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public VirtualHubRouteV2 withNextHopType(String nextHopType)"
desc: "Set the type of next hops."
returns:
description: "the VirtualHubRouteV2 object itself."
type: "<xref href=\"com.microsoft.azure.management.network.VirtualHubRouteV2?alt=com.microsoft.azure.management.network.VirtualHubRouteV2&text=VirtualHubRouteV2\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.VirtualHubRouteV2.withNextHops(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.network.VirtualHubRouteV2.withNextHops(List<String> nextHops)"
name: "withNextHops(List<String> nextHops)"
nameWithType: "VirtualHubRouteV2.withNextHops(List<String> nextHops)"
summary: "Set next<wbr>Hops ip address."
parameters:
- description: "the nextHops value to set"
name: "nextHops"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public VirtualHubRouteV2 withNextHops(List<String> nextHops)"
desc: "Set nextHops ip address."
returns:
description: "the VirtualHubRouteV2 object itself."
type: "<xref href=\"com.microsoft.azure.management.network.VirtualHubRouteV2?alt=com.microsoft.azure.management.network.VirtualHubRouteV2&text=VirtualHubRouteV2\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "VirtualHubRouteTableV2 route."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4