RouteTablesClient Interface
Implements
public interface RouteTablesClient extends InnerSupportsGet <RouteTableInner >, InnerSupportsListing <RouteTableInner >, InnerSupportsDelete <Void >
An instance of this class provides access to all the operations defined in RouteTablesClient.
Method Summary
Modifier and Type
Method and Description
abstract
SyncPoller <PollResult <RouteTableInner >,RouteTableInner >
beginCreateOrUpdate(String resourceGroupName, String routeTableName, RouteTableInner parameters)
Create or updates a route table in a specified resource group.
abstract
SyncPoller <PollResult <RouteTableInner >,RouteTableInner >
beginCreateOrUpdate(String resourceGroupName, String routeTableName, RouteTableInner parameters, Context context)
Create or updates a route table in a specified resource group.
abstract
PollerFlux <PollResult <RouteTableInner >,RouteTableInner >
beginCreateOrUpdateAsync(String resourceGroupName, String routeTableName, RouteTableInner parameters)
Create or updates a route table in a specified resource group.
abstract
SyncPoller <PollResult <Void >,Void >
beginDelete(String resourceGroupName, String routeTableName)
Deletes the specified route table.
abstract
SyncPoller <PollResult <Void >,Void >
beginDelete(String resourceGroupName, String routeTableName, Context context)
Deletes the specified route table.
abstract
PollerFlux <PollResult <Void >,Void >
beginDeleteAsync(String resourceGroupName, String routeTableName)
Deletes the specified route table.
abstract
RouteTableInner
createOrUpdate(String resourceGroupName, String routeTableName, RouteTableInner parameters)
Create or updates a route table in a specified resource group.
abstract
RouteTableInner
createOrUpdate(String resourceGroupName, String routeTableName, RouteTableInner parameters, Context context)
Create or updates a route table in a specified resource group.
abstract
Mono <RouteTableInner >
createOrUpdateAsync(String resourceGroupName, String routeTableName, RouteTableInner parameters)
Create or updates a route table in a specified resource group.
abstract
Mono <Response <Flux <ByteBuffer >>>
createOrUpdateWithResponseAsync(String resourceGroupName, String routeTableName, RouteTableInner parameters)
Create or updates a route table in a specified resource group.
abstract
void
delete(String resourceGroupName, String routeTableName)
Deletes the specified route table.
abstract
void
delete(String resourceGroupName, String routeTableName, Context context)
Deletes the specified route table.
abstract
Mono <Void >
deleteAsync(String resourceGroupName, String routeTableName)
Deletes the specified route table.
abstract
Mono <Response <Flux <ByteBuffer >>>
deleteWithResponseAsync(String resourceGroupName, String routeTableName)
Deletes the specified route table.
abstract
RouteTableInner
getByResourceGroup(String resourceGroupName, String routeTableName)
Gets the specified route table.
abstract
Mono <RouteTableInner >
getByResourceGroupAsync(String resourceGroupName, String routeTableName)
Gets the specified route table.
abstract
Response <RouteTableInner >
getByResourceGroupWithResponse(String resourceGroupName, String routeTableName, String expand, Context context)
Gets the specified route table.
abstract
Mono <Response <RouteTableInner >>
getByResourceGroupWithResponseAsync(String resourceGroupName, String routeTableName, String expand)
Gets the specified route table.
abstract
PagedIterable <RouteTableInner >
list()
Gets all route tables in a subscription.
abstract
PagedIterable <RouteTableInner >
list(Context context)
Gets all route tables in a subscription.
abstract
PagedFlux <RouteTableInner >
listAsync()
Gets all route tables in a subscription.
abstract
PagedIterable <RouteTableInner >
listByResourceGroup(String resourceGroupName)
Gets all route tables in a resource group.
abstract
PagedIterable <RouteTableInner >
listByResourceGroup(String resourceGroupName, Context context)
Gets all route tables in a resource group.
abstract
PagedFlux <RouteTableInner >
listByResourceGroupAsync(String resourceGroupName)
Gets all route tables in a resource group.
abstract
RouteTableInner
updateTags(String resourceGroupName, String routeTableName, TagsObject parameters)
Updates a route table tags.
abstract
Mono <RouteTableInner >
updateTagsAsync(String resourceGroupName, String routeTableName, TagsObject parameters)
Updates a route table tags.
abstract
Response <RouteTableInner >
updateTagsWithResponse(String resourceGroupName, String routeTableName, TagsObject parameters, Context context)
Updates a route table tags.
abstract
Mono <Response <RouteTableInner >>
updateTagsWithResponseAsync(String resourceGroupName, String routeTableName, TagsObject parameters)
Updates a route table tags.
Method Details
beginCreateOrUpdate
public abstract SyncPoller,RouteTableInner> beginCreateOrUpdate(String resourceGroupName, String routeTableName, RouteTableInner parameters)
Create or updates a route table in a specified resource group.
Parameters:
resourceGroupName
- The name of the resource group.
routeTableName
- The name of the route table.
parameters
- Parameters supplied to the create or update route table operation.
Returns:
beginCreateOrUpdate
public abstract SyncPoller,RouteTableInner> beginCreateOrUpdate(String resourceGroupName, String routeTableName, RouteTableInner parameters, Context context)
Create or updates a route table in a specified resource group.
Parameters:
resourceGroupName
- The name of the resource group.
routeTableName
- The name of the route table.
parameters
- Parameters supplied to the create or update route table operation.
context
- The context to associate with this operation.
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux,RouteTableInner> beginCreateOrUpdateAsync(String resourceGroupName, String routeTableName, RouteTableInner parameters)
Create or updates a route table in a specified resource group.
Parameters:
resourceGroupName
- The name of the resource group.
routeTableName
- The name of the route table.
parameters
- Parameters supplied to the create or update route table operation.
Returns:
beginDelete
public abstract SyncPoller,Void> beginDelete(String resourceGroupName, String routeTableName)
Deletes the specified route table.
Parameters:
resourceGroupName
- The name of the resource group.
routeTableName
- The name of the route table.
Returns:
beginDelete
public abstract SyncPoller,Void> beginDelete(String resourceGroupName, String routeTableName, Context context)
Deletes the specified route table.
Parameters:
resourceGroupName
- The name of the resource group.
routeTableName
- The name of the route table.
context
- The context to associate with this operation.
Returns:
beginDeleteAsync
public abstract PollerFlux,Void> beginDeleteAsync(String resourceGroupName, String routeTableName)
Deletes the specified route table.
Parameters:
resourceGroupName
- The name of the resource group.
routeTableName
- The name of the route table.
Returns:
createOrUpdate
public abstract RouteTableInner createOrUpdate(String resourceGroupName, String routeTableName, RouteTableInner parameters)
Create or updates a route table in a specified resource group.
Parameters:
resourceGroupName
- The name of the resource group.
routeTableName
- The name of the route table.
parameters
- Parameters supplied to the create or update route table operation.
Returns:
route table resource.
createOrUpdate
public abstract RouteTableInner createOrUpdate(String resourceGroupName, String routeTableName, RouteTableInner parameters, Context context)
Create or updates a route table in a specified resource group.
Parameters:
resourceGroupName
- The name of the resource group.
routeTableName
- The name of the route table.
parameters
- Parameters supplied to the create or update route table operation.
context
- The context to associate with this operation.
Returns:
route table resource.
createOrUpdateAsync
public abstract Mono createOrUpdateAsync(String resourceGroupName, String routeTableName, RouteTableInner parameters)
Create or updates a route table in a specified resource group.
Parameters:
resourceGroupName
- The name of the resource group.
routeTableName
- The name of the route table.
parameters
- Parameters supplied to the create or update route table operation.
Returns:
route table resource on successful completion of Mono .
createOrUpdateWithResponseAsync
public abstract Mono>> createOrUpdateWithResponseAsync(String resourceGroupName, String routeTableName, RouteTableInner parameters)
Create or updates a route table in a specified resource group.
Parameters:
resourceGroupName
- The name of the resource group.
routeTableName
- The name of the route table.
parameters
- Parameters supplied to the create or update route table operation.
Returns:
route table resource along with
Response<T> on successful completion of
Mono .
delete
public abstract void delete(String resourceGroupName, String routeTableName)
Deletes the specified route table.
Parameters:
resourceGroupName
- The name of the resource group.
routeTableName
- The name of the route table.
delete
public abstract void delete(String resourceGroupName, String routeTableName, Context context)
Deletes the specified route table.
Parameters:
resourceGroupName
- The name of the resource group.
routeTableName
- The name of the route table.
context
- The context to associate with this operation.
deleteAsync
public abstract Mono deleteAsync(String resourceGroupName, String routeTableName)
Deletes the specified route table.
Parameters:
resourceGroupName
- The name of the resource group.
routeTableName
- The name of the route table.
Returns:
A Mono that completes when a successful response is received.
deleteWithResponseAsync
public abstract Mono>> deleteWithResponseAsync(String resourceGroupName, String routeTableName)
Deletes the specified route table.
Parameters:
resourceGroupName
- The name of the resource group.
routeTableName
- The name of the route table.
Returns:
getByResourceGroup
public abstract RouteTableInner getByResourceGroup(String resourceGroupName, String routeTableName)
Gets the specified route table.
Parameters:
resourceGroupName
- The name of the resource group.
routeTableName
- The name of the route table.
Returns:
the specified route table.
getByResourceGroupAsync
public abstract Mono getByResourceGroupAsync(String resourceGroupName, String routeTableName)
Gets the specified route table.
Parameters:
resourceGroupName
- The name of the resource group.
routeTableName
- The name of the route table.
Returns:
the specified route table on successful completion of Mono .
getByResourceGroupWithResponse
public abstract Response getByResourceGroupWithResponse(String resourceGroupName, String routeTableName, String expand, Context context)
Gets the specified route table.
Parameters:
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.
Returns:
getByResourceGroupWithResponseAsync
public abstract Mono> getByResourceGroupWithResponseAsync(String resourceGroupName, String routeTableName, String expand)
Gets the specified route table.
Parameters:
resourceGroupName
- The name of the resource group.
routeTableName
- The name of the route table.
expand
- Expands referenced resources.
Returns:
the specified route table along with
Response<T> on successful completion of
Mono .
list
public abstract PagedIterable list()
Gets all route tables in a subscription.
Returns:
list
public abstract PagedIterable list(Context context)
Gets all route tables in a subscription.
Parameters:
context
- The context to associate with this operation.
Returns:
listAsync
public abstract PagedFlux listAsync()
Gets all route tables in a subscription.
Returns:
all route tables in a subscription as paginated response with
PagedFlux<T> .
listByResourceGroup
public abstract PagedIterable listByResourceGroup(String resourceGroupName)
Gets all route tables in a resource group.
Parameters:
resourceGroupName
- The name of the resource group.
Returns:
all route tables in a resource group as paginated response with
PagedIterable<T> .
listByResourceGroup
public abstract PagedIterable listByResourceGroup(String resourceGroupName, Context context)
Gets all route tables in a resource group.
Parameters:
resourceGroupName
- The name of the resource group.
context
- The context to associate with this operation.
Returns:
all route tables in a resource group as paginated response with
PagedIterable<T> .
listByResourceGroupAsync
public abstract PagedFlux listByResourceGroupAsync(String resourceGroupName)
Gets all route tables in a resource group.
Parameters:
resourceGroupName
- The name of the resource group.
Returns:
all route tables in a resource group as paginated response with
PagedFlux<T> .
updateTags
public abstract RouteTableInner updateTags(String resourceGroupName, String routeTableName, TagsObject parameters)
Updates a route table tags.
Parameters:
resourceGroupName
- The name of the resource group.
routeTableName
- The name of the route table.
parameters
- Parameters supplied to update route table tags.
Returns:
route table resource.
updateTagsAsync
public abstract Mono updateTagsAsync(String resourceGroupName, String routeTableName, TagsObject parameters)
Updates a route table tags.
Parameters:
resourceGroupName
- The name of the resource group.
routeTableName
- The name of the route table.
parameters
- Parameters supplied to update route table tags.
Returns:
route table resource on successful completion of Mono .
updateTagsWithResponse
public abstract Response updateTagsWithResponse(String resourceGroupName, String routeTableName, TagsObject parameters, Context context)
Updates a route table tags.
Parameters:
resourceGroupName
- The name of the resource group.
routeTableName
- The name of the route table.
parameters
- Parameters supplied to update route table tags.
context
- The context to associate with this operation.
Returns:
updateTagsWithResponseAsync
public abstract Mono> updateTagsWithResponseAsync(String resourceGroupName, String routeTableName, TagsObject parameters)
Updates a route table tags.
Parameters:
resourceGroupName
- The name of the resource group.
routeTableName
- The name of the route table.
parameters
- Parameters supplied to update route table tags.
Returns:
route table resource along with
Response<T> on successful completion of
Mono .
Applies to