public interface RouteFilterRulesClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RouteFilterRuleInner>,RouteFilterRuleInner> |
beginCreateOrUpdate(String resourceGroupName,
String routeFilterName,
String ruleName,
RouteFilterRuleInner routeFilterRuleParameters)
Creates or updates a route in the specified route filter.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RouteFilterRuleInner>,RouteFilterRuleInner> |
beginCreateOrUpdate(String resourceGroupName,
String routeFilterName,
String ruleName,
RouteFilterRuleInner routeFilterRuleParameters,
com.azure.core.util.Context context)
Creates or updates a route in the specified route filter.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<RouteFilterRuleInner>,RouteFilterRuleInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String routeFilterName,
String ruleName,
RouteFilterRuleInner routeFilterRuleParameters)
Creates or updates a route in the specified route filter.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String routeFilterName,
String ruleName)
Deletes the specified rule from a route filter.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String routeFilterName,
String ruleName,
com.azure.core.util.Context context)
Deletes the specified rule from a route filter.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String routeFilterName,
String ruleName)
Deletes the specified rule from a route filter.
|
RouteFilterRuleInner |
createOrUpdate(String resourceGroupName,
String routeFilterName,
String ruleName,
RouteFilterRuleInner routeFilterRuleParameters)
Creates or updates a route in the specified route filter.
|
RouteFilterRuleInner |
createOrUpdate(String resourceGroupName,
String routeFilterName,
String ruleName,
RouteFilterRuleInner routeFilterRuleParameters,
com.azure.core.util.Context context)
Creates or updates a route in the specified route filter.
|
Mono<RouteFilterRuleInner> |
createOrUpdateAsync(String resourceGroupName,
String routeFilterName,
String ruleName,
RouteFilterRuleInner routeFilterRuleParameters)
Creates or updates a route in the specified route filter.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String routeFilterName,
String ruleName,
RouteFilterRuleInner routeFilterRuleParameters)
Creates or updates a route in the specified route filter.
|
void |
delete(String resourceGroupName,
String routeFilterName,
String ruleName)
Deletes the specified rule from a route filter.
|
void |
delete(String resourceGroupName,
String routeFilterName,
String ruleName,
com.azure.core.util.Context context)
Deletes the specified rule from a route filter.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String routeFilterName,
String ruleName)
Deletes the specified rule from a route filter.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String routeFilterName,
String ruleName)
Deletes the specified rule from a route filter.
|
RouteFilterRuleInner |
get(String resourceGroupName,
String routeFilterName,
String ruleName)
Gets the specified rule from a route filter.
|
Mono<RouteFilterRuleInner> |
getAsync(String resourceGroupName,
String routeFilterName,
String ruleName)
Gets the specified rule from a route filter.
|
com.azure.core.http.rest.Response<RouteFilterRuleInner> |
getWithResponse(String resourceGroupName,
String routeFilterName,
String ruleName,
com.azure.core.util.Context context)
Gets the specified rule from a route filter.
|
Mono<com.azure.core.http.rest.Response<RouteFilterRuleInner>> |
getWithResponseAsync(String resourceGroupName,
String routeFilterName,
String ruleName)
Gets the specified rule from a route filter.
|
com.azure.core.http.rest.PagedIterable<RouteFilterRuleInner> |
listByRouteFilter(String resourceGroupName,
String routeFilterName)
Gets all RouteFilterRules in a route filter.
|
com.azure.core.http.rest.PagedIterable<RouteFilterRuleInner> |
listByRouteFilter(String resourceGroupName,
String routeFilterName,
com.azure.core.util.Context context)
Gets all RouteFilterRules in a route filter.
|
com.azure.core.http.rest.PagedFlux<RouteFilterRuleInner> |
listByRouteFilterAsync(String resourceGroupName,
String routeFilterName)
Gets all RouteFilterRules in a route filter.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String routeFilterName, String ruleName)
resourceGroupName - The name of the resource group.routeFilterName - The name of the route filter.ruleName - The name of the rule.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, String ruleName)
resourceGroupName - The name of the resource group.routeFilterName - The name of the route filter.ruleName - The name of the rule.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, String ruleName)
resourceGroupName - The name of the resource group.routeFilterName - The name of the route filter.ruleName - The name of the rule.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, String ruleName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.routeFilterName - The name of the route filter.ruleName - The name of the rule.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, String ruleName)
resourceGroupName - The name of the resource group.routeFilterName - The name of the route filter.ruleName - The name of the rule.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, String ruleName)
resourceGroupName - The name of the resource group.routeFilterName - The name of the route filter.ruleName - The name of the rule.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, String ruleName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.routeFilterName - The name of the route filter.ruleName - The name of the rule.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<RouteFilterRuleInner>> getWithResponseAsync(String resourceGroupName, String routeFilterName, String ruleName)
resourceGroupName - The name of the resource group.routeFilterName - The name of the route filter.ruleName - The name of the rule.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<RouteFilterRuleInner> getAsync(String resourceGroupName, String routeFilterName, String ruleName)
resourceGroupName - The name of the resource group.routeFilterName - The name of the route filter.ruleName - The name of the rule.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.RouteFilterRuleInner get(String resourceGroupName, String routeFilterName, String ruleName)
resourceGroupName - The name of the resource group.routeFilterName - The name of the route filter.ruleName - The name of the rule.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<RouteFilterRuleInner> getWithResponse(String resourceGroupName, String routeFilterName, String ruleName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.routeFilterName - The name of the route filter.ruleName - The name of the rule.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, String ruleName, RouteFilterRuleInner routeFilterRuleParameters)
resourceGroupName - The name of the resource group.routeFilterName - The name of the route filter.ruleName - The name of the route filter rule.routeFilterRuleParameters - Parameters supplied to the create or update route filter rule 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<RouteFilterRuleInner>,RouteFilterRuleInner> beginCreateOrUpdateAsync(String resourceGroupName, String routeFilterName, String ruleName, RouteFilterRuleInner routeFilterRuleParameters)
resourceGroupName - The name of the resource group.routeFilterName - The name of the route filter.ruleName - The name of the route filter rule.routeFilterRuleParameters - Parameters supplied to the create or update route filter rule 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<RouteFilterRuleInner>,RouteFilterRuleInner> beginCreateOrUpdate(String resourceGroupName, String routeFilterName, String ruleName, RouteFilterRuleInner routeFilterRuleParameters)
resourceGroupName - The name of the resource group.routeFilterName - The name of the route filter.ruleName - The name of the route filter rule.routeFilterRuleParameters - Parameters supplied to the create or update route filter rule 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<RouteFilterRuleInner>,RouteFilterRuleInner> beginCreateOrUpdate(String resourceGroupName, String routeFilterName, String ruleName, RouteFilterRuleInner routeFilterRuleParameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.routeFilterName - The name of the route filter.ruleName - The name of the route filter rule.routeFilterRuleParameters - Parameters supplied to the create or update route filter rule 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<RouteFilterRuleInner> createOrUpdateAsync(String resourceGroupName, String routeFilterName, String ruleName, RouteFilterRuleInner routeFilterRuleParameters)
resourceGroupName - The name of the resource group.routeFilterName - The name of the route filter.ruleName - The name of the route filter rule.routeFilterRuleParameters - Parameters supplied to the create or update route filter rule 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.RouteFilterRuleInner createOrUpdate(String resourceGroupName, String routeFilterName, String ruleName, RouteFilterRuleInner routeFilterRuleParameters)
resourceGroupName - The name of the resource group.routeFilterName - The name of the route filter.ruleName - The name of the route filter rule.routeFilterRuleParameters - Parameters supplied to the create or update route filter rule 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.RouteFilterRuleInner createOrUpdate(String resourceGroupName, String routeFilterName, String ruleName, RouteFilterRuleInner routeFilterRuleParameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.routeFilterName - The name of the route filter.ruleName - The name of the route filter rule.routeFilterRuleParameters - Parameters supplied to the create or update route filter rule 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.com.azure.core.http.rest.PagedFlux<RouteFilterRuleInner> listByRouteFilterAsync(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.PagedIterable<RouteFilterRuleInner> listByRouteFilter(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.PagedIterable<RouteFilterRuleInner> listByRouteFilter(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.Copyright © 2021 Microsoft Corporation. All rights reserved.