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

205 строки
8.7 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: com.microsoft.azure.management.network._route
id: _route
parent: com.microsoft.azure.management.network
children:
- com.microsoft.azure.management.network._route.destinationAddressPrefix()
- com.microsoft.azure.management.network._route.nextHopIPAddress()
- com.microsoft.azure.management.network._route.nextHopType()
href: com.microsoft.azure.management.network._route.yml
langs:
- java
name: Route
nameWithType: Route
fullName: com.microsoft.azure.management.network.Route
type: Interface
source:
remote: &o0
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/Route.java
branch: v1.3.0
repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/Route.java
startLine: 18
package: com.microsoft.azure.management.network
summary: <p>An immutable client-side representation of a route of a route table. </p>
syntax:
content: public interface Route extends HasInner<RouteInner>,ChildResource<RouteTable>
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.model._has_inner.inner()
- com.microsoft.azure.management.resources.fluentcore.model._indexable.key()
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_name.name()
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_parent.parent()
- uid: com.microsoft.azure.management.network._route.destinationAddressPrefix()
id: destinationAddressPrefix()
parent: com.microsoft.azure.management.network._route
href: com.microsoft.azure.management.network._route.yml
langs:
- java
name: destinationAddressPrefix()
nameWithType: Route.destinationAddressPrefix()
fullName: com.microsoft.azure.management.network.Route.destinationAddressPrefix()
overload: com.microsoft.azure.management.network._route.destinationAddressPrefix*
type: Method
source:
remote: *o0
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/Route.java
startLine: 25
package: com.microsoft.azure.management.network
syntax:
content: public String destinationAddressPrefix()
return:
type: "26831127"
description: <p>the destination address prefix, expressed using the CIDR notation, to which the route applies </p>
- uid: com.microsoft.azure.management.network._route.nextHopIPAddress()
id: nextHopIPAddress()
parent: com.microsoft.azure.management.network._route
href: com.microsoft.azure.management.network._route.yml
langs:
- java
name: nextHopIPAddress()
nameWithType: Route.nextHopIPAddress()
fullName: com.microsoft.azure.management.network.Route.nextHopIPAddress()
overload: com.microsoft.azure.management.network._route.nextHopIPAddress*
type: Method
source:
remote: *o0
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/Route.java
startLine: 35
package: com.microsoft.azure.management.network
syntax:
content: public String nextHopIPAddress()
return:
type: "26831127"
description: <p>the IP address of the next hop </p>
- uid: com.microsoft.azure.management.network._route.nextHopType()
id: nextHopType()
parent: com.microsoft.azure.management.network._route
href: com.microsoft.azure.management.network._route.yml
langs:
- java
name: nextHopType()
nameWithType: Route.nextHopType()
fullName: com.microsoft.azure.management.network.Route.nextHopType()
overload: com.microsoft.azure.management.network._route.nextHopType*
type: Method
source:
remote: *o0
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/Route.java
startLine: 30
package: com.microsoft.azure.management.network
syntax:
content: public RouteNextHopType nextHopType()
return:
type: com.microsoft.azure.management.network._route_next_hop_type
description: <p>the type of the next hop </p>
references:
- uid: "26831127"
spec.java:
- name: String
fullName: String
- uid: com.microsoft.azure.management.network._route.destinationAddressPrefix*
name: destinationAddressPrefix
nameWithType: Route.destinationAddressPrefix
fullName: com.microsoft.azure.management.network.Route.destinationAddressPrefix
package: com.microsoft.azure.management.network
- uid: com.microsoft.azure.management.network._route.nextHopType*
name: nextHopType
nameWithType: Route.nextHopType
fullName: com.microsoft.azure.management.network.Route.nextHopType
package: com.microsoft.azure.management.network
- uid: com.microsoft.azure.management.network._route.nextHopIPAddress*
name: nextHopIPAddress
nameWithType: Route.nextHopIPAddress
fullName: com.microsoft.azure.management.network.Route.nextHopIPAddress
package: com.microsoft.azure.management.network
- uid: com.microsoft.azure.management.resources.fluentcore.model._has_inner.inner()
parent: com.microsoft.azure.management.resources.fluentcore.model._has_inner
href: com.microsoft.azure.management.resources.fluentcore.model._has_inner.yml
name: inner()
nameWithType: HasInner<T>.inner()
fullName: com.microsoft.azure.management.resources.fluentcore.model.HasInner<T>.inner()
type: Method
syntax:
content: public T inner()
return:
type: 8ce1ecb9
description: <p>wrapped inner object providing direct access to the underlying auto-generated API implementation, based on Azure REST API </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._indexable.key()
parent: com.microsoft.azure.management.resources.fluentcore.model._indexable
href: com.microsoft.azure.management.resources.fluentcore.model._indexable.yml
name: key()
nameWithType: Indexable.key()
fullName: com.microsoft.azure.management.resources.fluentcore.model.Indexable.key()
type: Method
syntax:
content: public String key()
return:
type: "26831127"
description: <p>the index key. </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._has_name.name()
parent: com.microsoft.azure.management.resources.fluentcore.arm.models._has_name
href: com.microsoft.azure.management.resources.fluentcore.arm.models._has_name.yml
name: name()
nameWithType: HasName.name()
fullName: com.microsoft.azure.management.resources.fluentcore.arm.models.HasName.name()
type: Method
syntax:
content: public String name()
return:
type: "26831127"
description: <p>the name of the resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._has_parent.parent()
parent: com.microsoft.azure.management.resources.fluentcore.arm.models._has_parent
href: com.microsoft.azure.management.resources.fluentcore.arm.models._has_parent.yml
name: parent()
nameWithType: HasParent<ParentT>.parent()
fullName: com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent<ParentT>.parent()
type: Method
syntax:
content: public ParentT parent()
return:
type: 18a275b1
description: <p>the parent of this child object </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._has_inner
parent: com.microsoft.azure.management.resources.fluentcore.model
href: com.microsoft.azure.management.resources.fluentcore.model._has_inner.yml
name: HasInner<T>
nameWithType: HasInner<T>
fullName: com.microsoft.azure.management.resources.fluentcore.model.HasInner<T>
type: Interface
summary: >-
<p>The wrapper around an inner object providing extended functionalities.</p>
<p></p>
syntax:
content: public interface HasInner<T>
typeParameters:
- id: T
type: 8ce1ecb9
description: <p>the type of the inner object. </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._child_resource
parent: com.microsoft.azure.management.resources.fluentcore.arm.models
href: com.microsoft.azure.management.resources.fluentcore.arm.models._child_resource.yml
name: ChildResource<ParentT>
nameWithType: ChildResource<ParentT>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource<ParentT>
type: Interface
summary: <p>Base interface used by child resources. </p>
syntax:
content: public interface ChildResource<ParentT> extends Indexable,HasName,HasParent<ParentT>
typeParameters:
- id: ParentT
type: 18a275b1
description: <p>parent interface </p>
- uid: com.microsoft.azure.management.network._route_next_hop_type
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._route_next_hop_type.yml
name: RouteNextHopType
nameWithType: RouteNextHopType
fullName: com.microsoft.azure.management.network.RouteNextHopType
type: Class
summary: <p>Defines values for RouteNextHopType. </p>
syntax:
content: public class RouteNextHopType