public interface RoutesClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RouteInner>,RouteInner> |
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> |
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> |
beginCreateOrUpdateAsync(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<Void>,Void> |
beginDelete(String resourceGroupName,
String routeTableName,
String routeName)
Deletes the specified route from a route table.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String routeTableName,
String routeName,
com.azure.core.util.Context context)
Deletes the specified route from a route table.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String routeTableName,
String routeName)
Deletes the specified route from a route table.
|
RouteInner |
createOrUpdate(String resourceGroupName,
String routeTableName,
String routeName,
RouteInner routeParameters)
Creates or updates a route in the specified route table.
|
RouteInner |
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> |
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>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String routeTableName,
String routeName,
RouteInner routeParameters)
Creates or updates a route in the specified route table.
|
void |
delete(String resourceGroupName,
String routeTableName,
String routeName)
Deletes the specified route from a route table.
|
void |
delete(String resourceGroupName,
String routeTableName,
String routeName,
com.azure.core.util.Context context)
Deletes the specified route from a route table.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String routeTableName,
String routeName)
Deletes the specified route from a route table.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String routeTableName,
String routeName)
Deletes the specified route from a route table.
|
RouteInner |
get(String resourceGroupName,
String routeTableName,
String routeName)
Gets the specified route from a route table.
|
Mono<RouteInner> |
getAsync(String resourceGroupName,
String routeTableName,
String routeName)
Gets the specified route from a route table.
|
com.azure.core.http.rest.Response<RouteInner> |
getWithResponse(String resourceGroupName,
String routeTableName,
String routeName,
com.azure.core.util.Context context)
Gets the specified route from a route table.
|
Mono<com.azure.core.http.rest.Response<RouteInner>> |
getWithResponseAsync(String resourceGroupName,
String routeTableName,
String routeName)
Gets the specified route from a route table.
|
com.azure.core.http.rest.PagedIterable<RouteInner> |
list(String resourceGroupName,
String routeTableName)
Gets all routes in a route table.
|
com.azure.core.http.rest.PagedIterable<RouteInner> |
list(String resourceGroupName,
String routeTableName,
com.azure.core.util.Context context)
Gets all routes in a route table.
|
com.azure.core.http.rest.PagedFlux<RouteInner> |
listAsync(String resourceGroupName,
String routeTableName)
Gets all routes in a route table.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String routeTableName, String routeName)
resourceGroupName - The name of the resource group.routeTableName - The name of the route table.routeName - The name of the route.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String routeTableName, String routeName)
resourceGroupName - The name of the resource group.routeTableName - The name of the route table.routeName - The name of the route.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String routeTableName, String routeName)
resourceGroupName - The name of the resource group.routeTableName - The name of the route table.routeName - The name of the route.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String routeTableName, String routeName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.routeTableName - The name of the route table.routeName - The name of the route.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String routeTableName, String routeName)
resourceGroupName - The name of the resource group.routeTableName - The name of the route table.routeName - The name of the route.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String routeTableName, String routeName)
resourceGroupName - The name of the resource group.routeTableName - The name of the route table.routeName - The name of the route.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String routeTableName, String routeName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.routeTableName - The name of the route table.routeName - The name of the route.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<RouteInner>> getWithResponseAsync(String resourceGroupName, String routeTableName, String routeName)
resourceGroupName - The name of the resource group.routeTableName - The name of the route table.routeName - The name of the route.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<RouteInner> getAsync(String resourceGroupName, String routeTableName, String routeName)
resourceGroupName - The name of the resource group.routeTableName - The name of the route table.routeName - The name of the route.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.RouteInner get(String resourceGroupName, String routeTableName, String routeName)
resourceGroupName - The name of the resource group.routeTableName - The name of the route table.routeName - The name of the route.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<RouteInner> getWithResponse(String resourceGroupName, String routeTableName, String routeName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.routeTableName - The name of the route table.routeName - The name of the route.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String routeTableName, String routeName, RouteInner routeParameters)
resourceGroupName - The name of the resource group.routeTableName - The name of the route table.routeName - The name of the route.routeParameters - Route resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<RouteInner>,RouteInner> beginCreateOrUpdateAsync(String resourceGroupName, String routeTableName, String routeName, RouteInner routeParameters)
resourceGroupName - The name of the resource group.routeTableName - The name of the route table.routeName - The name of the route.routeParameters - Route resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RouteInner>,RouteInner> beginCreateOrUpdate(String resourceGroupName, String routeTableName, String routeName, RouteInner routeParameters)
resourceGroupName - The name of the resource group.routeTableName - The name of the route table.routeName - The name of the route.routeParameters - Route resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RouteInner>,RouteInner> beginCreateOrUpdate(String resourceGroupName, String routeTableName, String routeName, RouteInner routeParameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.routeTableName - The name of the route table.routeName - The name of the route.routeParameters - Route resource.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<RouteInner> createOrUpdateAsync(String resourceGroupName, String routeTableName, String routeName, RouteInner routeParameters)
resourceGroupName - The name of the resource group.routeTableName - The name of the route table.routeName - The name of the route.routeParameters - Route resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.RouteInner createOrUpdate(String resourceGroupName, String routeTableName, String routeName, RouteInner routeParameters)
resourceGroupName - The name of the resource group.routeTableName - The name of the route table.routeName - The name of the route.routeParameters - Route resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.RouteInner createOrUpdate(String resourceGroupName, String routeTableName, String routeName, RouteInner routeParameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.routeTableName - The name of the route table.routeName - The name of the route.routeParameters - Route resource.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<RouteInner> listAsync(String resourceGroupName, String routeTableName)
resourceGroupName - The name of the resource group.routeTableName - The name of the route table.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<RouteInner> list(String resourceGroupName, String routeTableName)
resourceGroupName - The name of the resource group.routeTableName - The name of the route table.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<RouteInner> list(String resourceGroupName, String routeTableName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.routeTableName - The name of the route table.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2020 Microsoft Corporation. All rights reserved.