public interface RouteFiltersClient extends InnerSupportsGet<RouteFilterInner>, InnerSupportsListing<RouteFilterInner>, InnerSupportsDelete<Void>
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RouteFilterInner>,RouteFilterInner> |
beginCreateOrUpdate(String resourceGroupName,
String routeFilterName,
RouteFilterInner routeFilterParameters)
Creates or updates a route filter in a specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RouteFilterInner>,RouteFilterInner> |
beginCreateOrUpdate(String resourceGroupName,
String routeFilterName,
RouteFilterInner routeFilterParameters,
com.azure.core.util.Context context)
Creates or updates a route filter in a specified resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<RouteFilterInner>,RouteFilterInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String routeFilterName,
RouteFilterInner routeFilterParameters)
Creates or updates a route filter in a specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String routeFilterName)
Deletes the specified route filter.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String routeFilterName,
com.azure.core.util.Context context)
Deletes the specified route filter.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String routeFilterName)
Deletes the specified route filter.
|
RouteFilterInner |
createOrUpdate(String resourceGroupName,
String routeFilterName,
RouteFilterInner routeFilterParameters)
Creates or updates a route filter in a specified resource group.
|
RouteFilterInner |
createOrUpdate(String resourceGroupName,
String routeFilterName,
RouteFilterInner routeFilterParameters,
com.azure.core.util.Context context)
Creates or updates a route filter in a specified resource group.
|
Mono<RouteFilterInner> |
createOrUpdateAsync(String resourceGroupName,
String routeFilterName,
RouteFilterInner routeFilterParameters)
Creates or updates a route filter in a specified resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String routeFilterName,
RouteFilterInner routeFilterParameters)
Creates or updates a route filter in a specified resource group.
|
void |
delete(String resourceGroupName,
String routeFilterName)
Deletes the specified route filter.
|
void |
delete(String resourceGroupName,
String routeFilterName,
com.azure.core.util.Context context)
Deletes the specified route filter.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String routeFilterName)
Deletes the specified route filter.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String routeFilterName)
Deletes the specified route filter.
|
RouteFilterInner |
getByResourceGroup(String resourceGroupName,
String routeFilterName)
Gets the specified route filter.
|
Mono<RouteFilterInner> |
getByResourceGroupAsync(String resourceGroupName,
String routeFilterName)
Gets the specified route filter.
|
Mono<RouteFilterInner> |
getByResourceGroupAsync(String resourceGroupName,
String routeFilterName,
String expand)
Gets the specified route filter.
|
com.azure.core.http.rest.Response<RouteFilterInner> |
getByResourceGroupWithResponse(String resourceGroupName,
String routeFilterName,
String expand,
com.azure.core.util.Context context)
Gets the specified route filter.
|
Mono<com.azure.core.http.rest.Response<RouteFilterInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String routeFilterName,
String expand)
Gets the specified route filter.
|
com.azure.core.http.rest.PagedIterable<RouteFilterInner> |
list()
Gets all route filters in a subscription.
|
com.azure.core.http.rest.PagedIterable<RouteFilterInner> |
list(com.azure.core.util.Context context)
Gets all route filters in a subscription.
|
com.azure.core.http.rest.PagedFlux<RouteFilterInner> |
listAsync()
Gets all route filters in a subscription.
|
com.azure.core.http.rest.PagedIterable<RouteFilterInner> |
listByResourceGroup(String resourceGroupName)
Gets all route filters in a resource group.
|
com.azure.core.http.rest.PagedIterable<RouteFilterInner> |
listByResourceGroup(String resourceGroupName,
com.azure.core.util.Context context)
Gets all route filters in a resource group.
|
com.azure.core.http.rest.PagedFlux<RouteFilterInner> |
listByResourceGroupAsync(String resourceGroupName)
Gets all route filters in a resource group.
|
RouteFilterInner |
updateTags(String resourceGroupName,
String routeFilterName)
Updates tags of a route filter.
|
Mono<RouteFilterInner> |
updateTagsAsync(String resourceGroupName,
String routeFilterName)
Updates tags of a route filter.
|
Mono<RouteFilterInner> |
updateTagsAsync(String resourceGroupName,
String routeFilterName,
Map<String,String> tags)
Updates tags of a route filter.
|
com.azure.core.http.rest.Response<RouteFilterInner> |
updateTagsWithResponse(String resourceGroupName,
String routeFilterName,
Map<String,String> tags,
com.azure.core.util.Context context)
Updates tags of a route filter.
|
Mono<com.azure.core.http.rest.Response<RouteFilterInner>> |
updateTagsWithResponseAsync(String resourceGroupName,
String routeFilterName,
Map<String,String> tags)
Updates tags of a route filter.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String routeFilterName)
resourceGroupName - The name of the resource group.routeFilterName - The name of the route filter.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 routeFilterName)
resourceGroupName - The name of the resource group.routeFilterName - The name of the route filter.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 routeFilterName)
resourceGroupName - The name of the resource group.routeFilterName - The name of the route filter.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 routeFilterName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.routeFilterName - The name of the route filter.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 routeFilterName)
deleteAsync in interface InnerSupportsDelete<Void>resourceGroupName - The name of the resource group.routeFilterName - The name of the route filter.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 routeFilterName)
resourceGroupName - The name of the resource group.routeFilterName - The name of the route filter.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 routeFilterName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.routeFilterName - The name of the route filter.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<RouteFilterInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String routeFilterName, String expand)
resourceGroupName - The name of the resource group.routeFilterName - The name of the route filter.expand - Expands referenced express route bgp peering 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<RouteFilterInner> getByResourceGroupAsync(String resourceGroupName, String routeFilterName, String expand)
resourceGroupName - The name of the resource group.routeFilterName - The name of the route filter.expand - Expands referenced express route bgp peering 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<RouteFilterInner> getByResourceGroupAsync(String resourceGroupName, String routeFilterName)
getByResourceGroupAsync in interface InnerSupportsGet<RouteFilterInner>resourceGroupName - The name of the resource group.routeFilterName - The name of the route filter.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.RouteFilterInner getByResourceGroup(String resourceGroupName, String routeFilterName)
getByResourceGroup in interface InnerSupportsGet<RouteFilterInner>resourceGroupName - The name of the resource group.routeFilterName - The name of the route filter.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<RouteFilterInner> getByResourceGroupWithResponse(String resourceGroupName, String routeFilterName, String expand, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.routeFilterName - The name of the route filter.expand - Expands referenced express route bgp peering 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 routeFilterName, RouteFilterInner routeFilterParameters)
resourceGroupName - The name of the resource group.routeFilterName - The name of the route filter.routeFilterParameters - Parameters supplied to the create or update route filter 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.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<RouteFilterInner>,RouteFilterInner> beginCreateOrUpdateAsync(String resourceGroupName, String routeFilterName, RouteFilterInner routeFilterParameters)
resourceGroupName - The name of the resource group.routeFilterName - The name of the route filter.routeFilterParameters - Parameters supplied to the create or update route filter 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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RouteFilterInner>,RouteFilterInner> beginCreateOrUpdate(String resourceGroupName, String routeFilterName, RouteFilterInner routeFilterParameters)
resourceGroupName - The name of the resource group.routeFilterName - The name of the route filter.routeFilterParameters - Parameters supplied to the create or update route filter 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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RouteFilterInner>,RouteFilterInner> beginCreateOrUpdate(String resourceGroupName, String routeFilterName, RouteFilterInner routeFilterParameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.routeFilterName - The name of the route filter.routeFilterParameters - Parameters supplied to the create or update route filter operation.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<RouteFilterInner> createOrUpdateAsync(String resourceGroupName, String routeFilterName, RouteFilterInner routeFilterParameters)
resourceGroupName - The name of the resource group.routeFilterName - The name of the route filter.routeFilterParameters - Parameters supplied to the create or update route filter 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.RouteFilterInner createOrUpdate(String resourceGroupName, String routeFilterName, RouteFilterInner routeFilterParameters)
resourceGroupName - The name of the resource group.routeFilterName - The name of the route filter.routeFilterParameters - Parameters supplied to the create or update route filter 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.RouteFilterInner createOrUpdate(String resourceGroupName, String routeFilterName, RouteFilterInner routeFilterParameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.routeFilterName - The name of the route filter.routeFilterParameters - Parameters supplied to the create or update route filter operation.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<RouteFilterInner>> updateTagsWithResponseAsync(String resourceGroupName, String routeFilterName, Map<String,String> tags)
resourceGroupName - The name of the resource group.routeFilterName - The name of the route filter.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<RouteFilterInner> updateTagsAsync(String resourceGroupName, String routeFilterName, Map<String,String> tags)
resourceGroupName - The name of the resource group.routeFilterName - The name of the route filter.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<RouteFilterInner> updateTagsAsync(String resourceGroupName, String routeFilterName)
resourceGroupName - The name of the resource group.routeFilterName - The name of the route filter.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.RouteFilterInner updateTags(String resourceGroupName, String routeFilterName)
resourceGroupName - The name of the resource group.routeFilterName - The name of the route filter.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<RouteFilterInner> updateTagsWithResponse(String resourceGroupName, String routeFilterName, Map<String,String> tags, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.routeFilterName - The name of the route filter.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<RouteFilterInner> listByResourceGroupAsync(String resourceGroupName)
listByResourceGroupAsync in interface InnerSupportsListing<RouteFilterInner>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<RouteFilterInner> listByResourceGroup(String resourceGroupName)
listByResourceGroup in interface InnerSupportsListing<RouteFilterInner>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<RouteFilterInner> 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<RouteFilterInner> listAsync()
listAsync in interface InnerSupportsListing<RouteFilterInner>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<RouteFilterInner> list()
list in interface InnerSupportsListing<RouteFilterInner>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<RouteFilterInner> 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 © 2021 Microsoft Corporation. All rights reserved.