| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
HubRoute |
HubRoute.withDestinations(List<String> destinations)
Set the destinations property: List of all destinations.
|
HubRoute |
HubRoute.withDestinationType(String destinationType)
Set the destinationType property: The type of destinations (eg: CIDR, ResourceId, Service).
|
HubRoute |
HubRoute.withName(String name)
Set the name property: The name of the Route that is unique within a RouteTable.
|
HubRoute |
HubRoute.withNextHop(String nextHop)
Set the nextHop property: NextHop resource ID.
|
HubRoute |
HubRoute.withNextHopType(String nextHopType)
Set the nextHopType property: The type of next hop (eg: ResourceId).
|
Copyright © 2021 Microsoft Corporation. All rights reserved.