| 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 |
|---|---|
HubRouteTableInner |
HubRouteTablesClient.createOrUpdate(String resourceGroupName,
String virtualHubName,
String routeTableName,
HubRouteTableInner routeTableParameters)
Creates a RouteTable resource if it doesn't exist else updates the existing RouteTable.
|
HubRouteTableInner |
HubRouteTablesClient.createOrUpdate(String resourceGroupName,
String virtualHubName,
String routeTableName,
HubRouteTableInner routeTableParameters,
com.azure.core.util.Context context)
Creates a RouteTable resource if it doesn't exist else updates the existing RouteTable.
|
HubRouteTableInner |
HubRouteTablesClient.get(String resourceGroupName,
String virtualHubName,
String routeTableName)
Retrieves the details of a RouteTable.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<HubRouteTableInner>,HubRouteTableInner> |
HubRouteTablesClient.beginCreateOrUpdate(String resourceGroupName,
String virtualHubName,
String routeTableName,
HubRouteTableInner routeTableParameters)
Creates a RouteTable resource if it doesn't exist else updates the existing RouteTable.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<HubRouteTableInner>,HubRouteTableInner> |
HubRouteTablesClient.beginCreateOrUpdate(String resourceGroupName,
String virtualHubName,
String routeTableName,
HubRouteTableInner routeTableParameters,
com.azure.core.util.Context context)
Creates a RouteTable resource if it doesn't exist else updates the existing RouteTable.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<HubRouteTableInner>,HubRouteTableInner> |
HubRouteTablesClient.beginCreateOrUpdateAsync(String resourceGroupName,
String virtualHubName,
String routeTableName,
HubRouteTableInner routeTableParameters)
Creates a RouteTable resource if it doesn't exist else updates the existing RouteTable.
|
HubRouteTableInner |
HubRouteTablesClient.createOrUpdate(String resourceGroupName,
String virtualHubName,
String routeTableName,
HubRouteTableInner routeTableParameters)
Creates a RouteTable resource if it doesn't exist else updates the existing RouteTable.
|
HubRouteTableInner |
HubRouteTablesClient.createOrUpdate(String resourceGroupName,
String virtualHubName,
String routeTableName,
HubRouteTableInner routeTableParameters,
com.azure.core.util.Context context)
Creates a RouteTable resource if it doesn't exist else updates the existing RouteTable.
|
Mono<HubRouteTableInner> |
HubRouteTablesClient.createOrUpdateAsync(String resourceGroupName,
String virtualHubName,
String routeTableName,
HubRouteTableInner routeTableParameters)
Creates a RouteTable resource if it doesn't exist else updates the existing RouteTable.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
HubRouteTablesClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String virtualHubName,
String routeTableName,
HubRouteTableInner routeTableParameters)
Creates a RouteTable resource if it doesn't exist else updates the existing RouteTable.
|
| Modifier and Type | Method and Description |
|---|---|
HubRouteTableInner |
HubRouteTableInner.withId(String id) |
HubRouteTableInner |
HubRouteTableInner.withLabels(List<String> labels)
Set the labels property: List of labels associated with this route table.
|
HubRouteTableInner |
HubRouteTableInner.withName(String name)
Set the name property: The name of the resource that is unique within a resource group.
|
HubRouteTableInner |
HubRouteTableInner.withRoutes(List<HubRoute> routes)
Set the routes property: List of all routes.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.