public interface RouteTablesClient extends InnerSupportsGet<RouteTableInner>, InnerSupportsListing<RouteTableInner>, InnerSupportsDelete<Void>
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RouteTableInner>,RouteTableInner> |
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> |
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> |
beginCreateOrUpdateAsync(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<Void>,Void> |
beginDelete(String resourceGroupName,
String routeTableName)
Deletes the specified route table.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String routeTableName,
com.azure.core.util.Context context)
Deletes the specified route table.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String routeTableName)
Deletes the specified route table.
|
RouteTableInner |
createOrUpdate(String resourceGroupName,
String routeTableName,
RouteTableInner parameters)
Create or updates a route table in a specified resource group.
|
RouteTableInner |
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> |
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>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String routeTableName,
RouteTableInner parameters)
Create or updates a route table in a specified resource group.
|
void |
delete(String resourceGroupName,
String routeTableName)
Deletes the specified route table.
|
void |
delete(String resourceGroupName,
String routeTableName,
com.azure.core.util.Context context)
Deletes the specified route table.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String routeTableName)
Deletes the specified route table.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String routeTableName)
Deletes the specified route table.
|
RouteTableInner |
getByResourceGroup(String resourceGroupName,
String routeTableName)
Gets the specified route table.
|
Mono<RouteTableInner> |
getByResourceGroupAsync(String resourceGroupName,
String routeTableName)
Gets the specified route table.
|
Mono<RouteTableInner> |
getByResourceGroupAsync(String resourceGroupName,
String routeTableName,
String expand)
Gets the specified route table.
|
com.azure.core.http.rest.Response<RouteTableInner> |
getByResourceGroupWithResponse(String resourceGroupName,
String routeTableName,
String expand,
com.azure.core.util.Context context)
Gets the specified route table.
|
Mono<com.azure.core.http.rest.Response<RouteTableInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String routeTableName,
String expand)
Gets the specified route table.
|
com.azure.core.http.rest.PagedIterable<RouteTableInner> |
list()
Gets all route tables in a subscription.
|
com.azure.core.http.rest.PagedIterable<RouteTableInner> |
list(com.azure.core.util.Context context)
Gets all route tables in a subscription.
|
com.azure.core.http.rest.PagedFlux<RouteTableInner> |
listAsync()
Gets all route tables in a subscription.
|
com.azure.core.http.rest.PagedIterable<RouteTableInner> |
listByResourceGroup(String resourceGroupName)
Gets all route tables in a resource group.
|
com.azure.core.http.rest.PagedIterable<RouteTableInner> |
listByResourceGroup(String resourceGroupName,
com.azure.core.util.Context context)
Gets all route tables in a resource group.
|
com.azure.core.http.rest.PagedFlux<RouteTableInner> |
listByResourceGroupAsync(String resourceGroupName)
Gets all route tables in a resource group.
|
RouteTableInner |
updateTags(String resourceGroupName,
String routeTableName)
Updates a route table tags.
|
Mono<RouteTableInner> |
updateTagsAsync(String resourceGroupName,
String routeTableName)
Updates a route table tags.
|
Mono<RouteTableInner> |
updateTagsAsync(String resourceGroupName,
String routeTableName,
Map<String,String> tags)
Updates a route table tags.
|
com.azure.core.http.rest.Response<RouteTableInner> |
updateTagsWithResponse(String resourceGroupName,
String routeTableName,
Map<String,String> tags,
com.azure.core.util.Context context)
Updates a route table tags.
|
Mono<com.azure.core.http.rest.Response<RouteTableInner>> |
updateTagsWithResponseAsync(String resourceGroupName,
String routeTableName,
Map<String,String> tags)
Updates a route table tags.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(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.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(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.Mono<Void> deleteAsync(String resourceGroupName, String routeTableName)
deleteAsync in interface InnerSupportsDelete<Void>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.void delete(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.void delete(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.Mono<com.azure.core.http.rest.Response<RouteTableInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String routeTableName, String expand)
resourceGroupName - The name of the resource group.routeTableName - The name of the route table.expand - Expands referenced resources.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<RouteTableInner> getByResourceGroupAsync(String resourceGroupName, String routeTableName, String expand)
resourceGroupName - The name of the resource group.routeTableName - The name of the route table.expand - Expands referenced resources.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<RouteTableInner> getByResourceGroupAsync(String resourceGroupName, String routeTableName)
getByResourceGroupAsync in interface InnerSupportsGet<RouteTableInner>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.RouteTableInner getByResourceGroup(String resourceGroupName, String routeTableName)
getByResourceGroup in interface InnerSupportsGet<RouteTableInner>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.Response<RouteTableInner> getByResourceGroupWithResponse(String resourceGroupName, String routeTableName, String expand, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.routeTableName - The name of the route table.expand - Expands referenced resources.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, RouteTableInner parameters)
resourceGroupName - The name of the resource group.routeTableName - The name of the route table.parameters - Route table 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<RouteTableInner>,RouteTableInner> beginCreateOrUpdateAsync(String resourceGroupName, String routeTableName, RouteTableInner parameters)
resourceGroupName - The name of the resource group.routeTableName - The name of the route table.parameters - Route table 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<RouteTableInner>,RouteTableInner> beginCreateOrUpdate(String resourceGroupName, String routeTableName, RouteTableInner parameters)
resourceGroupName - The name of the resource group.routeTableName - The name of the route table.parameters - Route table 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<RouteTableInner>,RouteTableInner> beginCreateOrUpdate(String resourceGroupName, String routeTableName, RouteTableInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.routeTableName - The name of the route table.parameters - Route table 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<RouteTableInner> createOrUpdateAsync(String resourceGroupName, String routeTableName, RouteTableInner parameters)
resourceGroupName - The name of the resource group.routeTableName - The name of the route table.parameters - Route table 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.RouteTableInner createOrUpdate(String resourceGroupName, String routeTableName, RouteTableInner parameters)
resourceGroupName - The name of the resource group.routeTableName - The name of the route table.parameters - Route table 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.RouteTableInner createOrUpdate(String resourceGroupName, String routeTableName, RouteTableInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.routeTableName - The name of the route table.parameters - Route table 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<com.azure.core.http.rest.Response<RouteTableInner>> updateTagsWithResponseAsync(String resourceGroupName, String routeTableName, Map<String,String> tags)
resourceGroupName - The name of the resource group.routeTableName - The name of the route table.tags - Resource tags.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<RouteTableInner> updateTagsAsync(String resourceGroupName, String routeTableName, Map<String,String> tags)
resourceGroupName - The name of the resource group.routeTableName - The name of the route table.tags - Resource tags.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<RouteTableInner> updateTagsAsync(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.RouteTableInner updateTags(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.Response<RouteTableInner> updateTagsWithResponse(String resourceGroupName, String routeTableName, Map<String,String> tags, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.routeTableName - The name of the route table.tags - Resource tags.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<RouteTableInner> listByResourceGroupAsync(String resourceGroupName)
listByResourceGroupAsync in interface InnerSupportsListing<RouteTableInner>resourceGroupName - The name of the resource group.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<RouteTableInner> listByResourceGroup(String resourceGroupName)
listByResourceGroup in interface InnerSupportsListing<RouteTableInner>resourceGroupName - The name of the resource group.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<RouteTableInner> listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.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<RouteTableInner> listAsync()
listAsync in interface InnerSupportsListing<RouteTableInner>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<RouteTableInner> list()
list in interface InnerSupportsListing<RouteTableInner>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<RouteTableInner> list(com.azure.core.util.Context context)
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.