RoutesClient Interface
public interface RoutesClient
An instance of this class provides access to all the operations defined in RoutesClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller<PollResult<RouteInner>,RouteInner> beginCreateOrUpdate(String resourceGroupName, String routeTableName, String routeName, RouteInner routeParameters)
Creates or updates a route in the specified route table.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<RouteInner>,RouteInner> beginCreateOrUpdate(String resourceGroupName, String routeTableName, String routeName, RouteInner routeParameters, Context context)
Creates or updates a route in the specified route table.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux<PollResult<RouteInner>,RouteInner> beginCreateOrUpdateAsync(String resourceGroupName, String routeTableName, String routeName, RouteInner routeParameters)
Creates or updates a route in the specified route table.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String routeTableName, String routeName)
Deletes the specified route from a route table.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String routeTableName, String routeName, Context context)
Deletes the specified route from a route table.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String routeTableName, String routeName)
Deletes the specified route from a route table.
Parameters:
Returns:
createOrUpdate
public abstract RouteInner createOrUpdate(String resourceGroupName, String routeTableName, String routeName, RouteInner routeParameters)
Creates or updates a route in the specified route table.
Parameters:
Returns:
createOrUpdate
public abstract RouteInner createOrUpdate(String resourceGroupName, String routeTableName, String routeName, RouteInner routeParameters, Context context)
Creates or updates a route in the specified route table.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono<RouteInner> createOrUpdateAsync(String resourceGroupName, String routeTableName, String routeName, RouteInner routeParameters)
Creates or updates a route in the specified route table.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String routeTableName, String routeName, RouteInner routeParameters)
Creates or updates a route in the specified route table.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String routeTableName, String routeName)
Deletes the specified route from a route table.
Parameters:
delete
public abstract void delete(String resourceGroupName, String routeTableName, String routeName, Context context)
Deletes the specified route from a route table.
Parameters:
deleteAsync
public abstract Mono<Void> deleteAsync(String resourceGroupName, String routeTableName, String routeName)
Deletes the specified route from a route table.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String routeTableName, String routeName)
Deletes the specified route from a route table.
Parameters:
Returns:
get
public abstract RouteInner get(String resourceGroupName, String routeTableName, String routeName)
Gets the specified route from a route table.
Parameters:
Returns:
getAsync
public abstract Mono<RouteInner> getAsync(String resourceGroupName, String routeTableName, String routeName)
Gets the specified route from a route table.
Parameters:
Returns:
getWithResponse
public abstract Response<RouteInner> getWithResponse(String resourceGroupName, String routeTableName, String routeName, Context context)
Gets the specified route from a route table.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono<Response<RouteInner>> getWithResponseAsync(String resourceGroupName, String routeTableName, String routeName)
Gets the specified route from a route table.
Parameters:
Returns:
list
public abstract PagedIterable<RouteInner> list(String resourceGroupName, String routeTableName)
Gets all routes in a route table.
Parameters:
Returns:
list
public abstract PagedIterable<RouteInner> list(String resourceGroupName, String routeTableName, Context context)
Gets all routes in a route table.
Parameters:
Returns:
listAsync
public abstract PagedFlux<RouteInner> listAsync(String resourceGroupName, String routeTableName)
Gets all routes in a route table.
Parameters:
Returns: