IRouteTablesOperations Interface

Definition

RouteTablesOperations operations.

public interface IRouteTablesOperations
type IRouteTablesOperations = interface
Public Interface IRouteTablesOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, RouteTableInner, Dictionary<String,List<String>>, CancellationToken)

Create or updates a route table in a specified resource group.

BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the specified route table.

CreateOrUpdateWithHttpMessagesAsync(String, String, RouteTableInner, Dictionary<String,List<String>>, CancellationToken)

Create or updates a route table in a specified resource group.

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the specified route table.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the specified route table.

ListAllNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets all route tables in a subscription.

ListAllWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

Gets all route tables in a subscription.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets all route tables in a resource group.

ListWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets all route tables in a resource group.

UpdateTagsWithHttpMessagesAsync(String, String, IDictionary<String,String>, Dictionary<String,List<String>>, CancellationToken)

Updates a route table tags.

Extension Methods

BeginCreateOrUpdateAsync(IRouteTablesOperations, String, String, RouteTableInner, CancellationToken)

Create or updates a route table in a specified resource group.

BeginDeleteAsync(IRouteTablesOperations, String, String, CancellationToken)

Deletes the specified route table.

CreateOrUpdateAsync(IRouteTablesOperations, String, String, RouteTableInner, CancellationToken)

Create or updates a route table in a specified resource group.

DeleteAsync(IRouteTablesOperations, String, String, CancellationToken)

Deletes the specified route table.

GetAsync(IRouteTablesOperations, String, String, String, CancellationToken)

Gets the specified route table.

ListAllAsync(IRouteTablesOperations, CancellationToken)

Gets all route tables in a subscription.

ListAllNextAsync(IRouteTablesOperations, String, CancellationToken)

Gets all route tables in a subscription.

ListAsync(IRouteTablesOperations, String, CancellationToken)

Gets all route tables in a resource group.

ListNextAsync(IRouteTablesOperations, String, CancellationToken)

Gets all route tables in a resource group.

UpdateTagsAsync(IRouteTablesOperations, String, String, IDictionary<String,String>, CancellationToken)

Updates a route table tags.

Applies to