| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent |
Package containing the service clients for NetworkManagementClient.
|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
RouteInner |
RoutesClient.createOrUpdate(String resourceGroupName,
String routeTableName,
String routeName,
RouteInner routeParameters)
Creates or updates a route in the specified route table.
|
RouteInner |
RoutesClient.createOrUpdate(String resourceGroupName,
String routeTableName,
String routeName,
RouteInner routeParameters,
com.azure.core.util.Context context)
Creates or updates a route in the specified route table.
|
RouteInner |
RoutesClient.get(String resourceGroupName,
String routeTableName,
String routeName)
Gets the specified route from a route table.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RouteInner>,RouteInner> |
RoutesClient.beginCreateOrUpdate(String resourceGroupName,
String routeTableName,
String routeName,
RouteInner routeParameters)
Creates or updates a route in the specified route table.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RouteInner>,RouteInner> |
RoutesClient.beginCreateOrUpdate(String resourceGroupName,
String routeTableName,
String routeName,
RouteInner routeParameters,
com.azure.core.util.Context context)
Creates or updates a route in the specified route table.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<RouteInner>,RouteInner> |
RoutesClient.beginCreateOrUpdateAsync(String resourceGroupName,
String routeTableName,
String routeName,
RouteInner routeParameters)
Creates or updates a route in the specified route table.
|
RouteInner |
RoutesClient.createOrUpdate(String resourceGroupName,
String routeTableName,
String routeName,
RouteInner routeParameters)
Creates or updates a route in the specified route table.
|
RouteInner |
RoutesClient.createOrUpdate(String resourceGroupName,
String routeTableName,
String routeName,
RouteInner routeParameters,
com.azure.core.util.Context context)
Creates or updates a route in the specified route table.
|
Mono<RouteInner> |
RoutesClient.createOrUpdateAsync(String resourceGroupName,
String routeTableName,
String routeName,
RouteInner routeParameters)
Creates or updates a route in the specified route table.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
RoutesClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String routeTableName,
String routeName,
RouteInner routeParameters)
Creates or updates a route in the specified route table.
|
| Modifier and Type | Method and Description |
|---|---|
RouteInner |
RouteInner.withAddressPrefix(String addressPrefix)
Set the addressPrefix property: The destination CIDR to which the route applies.
|
RouteInner |
RouteInner.withName(String name)
Set the name property: The name of the resource that is unique within a resource group.
|
RouteInner |
RouteInner.withNextHopIpAddress(String nextHopIpAddress)
Set the nextHopIpAddress property: The IP address packets should be forwarded to.
|
RouteInner |
RouteInner.withNextHopType(RouteNextHopType nextHopType)
Set the nextHopType property: The type of Azure hop the packet should be sent to.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.