| 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 |
|---|---|
RouteTableInner |
RouteTablesClient.createOrUpdate(String resourceGroupName,
String routeTableName,
RouteTableInner parameters)
Create or updates a route table in a specified resource group.
|
RouteTableInner |
RouteTablesClient.createOrUpdate(String resourceGroupName,
String routeTableName,
RouteTableInner parameters,
com.azure.core.util.Context context)
Create or updates a route table in a specified resource group.
|
RouteTableInner |
RouteTablesClient.getByResourceGroup(String resourceGroupName,
String routeTableName)
Gets the specified route table.
|
RouteTableInner |
RouteTablesClient.updateTags(String resourceGroupName,
String routeTableName)
Updates a route table tags.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RouteTableInner>,RouteTableInner> |
RouteTablesClient.beginCreateOrUpdate(String resourceGroupName,
String routeTableName,
RouteTableInner parameters)
Create or updates a route table in a specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RouteTableInner>,RouteTableInner> |
RouteTablesClient.beginCreateOrUpdate(String resourceGroupName,
String routeTableName,
RouteTableInner parameters,
com.azure.core.util.Context context)
Create or updates a route table in a specified resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<RouteTableInner>,RouteTableInner> |
RouteTablesClient.beginCreateOrUpdateAsync(String resourceGroupName,
String routeTableName,
RouteTableInner parameters)
Create or updates a route table in a specified resource group.
|
RouteTableInner |
RouteTablesClient.createOrUpdate(String resourceGroupName,
String routeTableName,
RouteTableInner parameters)
Create or updates a route table in a specified resource group.
|
RouteTableInner |
RouteTablesClient.createOrUpdate(String resourceGroupName,
String routeTableName,
RouteTableInner parameters,
com.azure.core.util.Context context)
Create or updates a route table in a specified resource group.
|
Mono<RouteTableInner> |
RouteTablesClient.createOrUpdateAsync(String resourceGroupName,
String routeTableName,
RouteTableInner parameters)
Create or updates a route table in a specified resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
RouteTablesClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String routeTableName,
RouteTableInner parameters)
Create or updates a route table in a specified resource group.
|
| Modifier and Type | Method and Description |
|---|---|
RouteTableInner |
SubnetInner.routeTable()
Get the routeTable property: The reference to the RouteTable resource.
|
RouteTableInner |
RouteTableInner.withDisableBgpRoutePropagation(Boolean disableBgpRoutePropagation)
Set the disableBgpRoutePropagation property: Whether to disable the routes learned by BGP on that route table.
|
RouteTableInner |
RouteTableInner.withId(String id)
Set the id property: Resource ID.
|
RouteTableInner |
RouteTableInner.withLocation(String location) |
RouteTableInner |
RouteTableInner.withRoutes(List<RouteInner> routes)
Set the routes property: Collection of routes contained within a route table.
|
RouteTableInner |
RouteTableInner.withTags(Map<String,String> tags) |
| Modifier and Type | Method and Description |
|---|---|
SubnetInner |
SubnetInner.withRouteTable(RouteTableInner routeTable)
Set the routeTable property: The reference to the RouteTable resource.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.