public interface Route extends HasInner<com.microsoft.azure.management.network.implementation.RouteInner>, 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() |
inner
key
String destinationAddressPrefix()
RouteNextHopType nextHopType()
String nextHopIPAddress()
Copyright © 2019. All rights reserved.