public static interface Route.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Route.DefinitionStages.Blank<ParentT>
The first stage of a route definition.
|
static interface |
Route.DefinitionStages.WithAttach<ParentT>
The final stage of a route definition.
|
static interface |
Route.DefinitionStages.WithDestinationAddressPrefix<ParentT>
The stage of a route definition allowing to specify the destination address prefix.
|
static interface |
Route.DefinitionStages.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.
*/