public interface Route extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.RouteInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource<RouteTable>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Route.Definition<ParentT>
The entirety of a route definition.
|
static interface |
Route.DefinitionStages
Grouping of route definition stages.
|
static interface |
Route.Update
The entirety of a route update as part of a route table update.
|
static interface |
Route.UpdateDefinition<ParentT>
The entirety of a route definition as part of a route table update.
|
static interface |
Route.UpdateDefinitionStages
Grouping of route definition stages applicable as part of a route table update.
|
static interface |
Route.UpdateStages
Grouping of route update stages.
|
| Modifier and Type | Method and Description |
|---|---|
String |
destinationAddressPrefix() |
String |
nextHopIPAddress() |
RouteNextHopType |
nextHopType() |
innerkeyString destinationAddressPrefix()
RouteNextHopType nextHopType()
String nextHopIPAddress()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/