public static interface Route.UpdateDefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Route.UpdateDefinitionStages.Blank<ParentT>
The first stage of a route definition.
|
static interface |
Route.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of a route definition.
|
static interface |
Route.UpdateDefinitionStages.WithDestinationAddressPrefix<ParentT>
The stage of a route definition allowing to specify the destination address prefix.
|
static interface |
Route.UpdateDefinitionStages.WithNextHopType<ParentT>
The stage of a route definition allowing to specify the next hop type.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/