다음을 통해 공유


IRouteTablesOperations Interface

Definition

RouteTablesOperations operations.

public interface IRouteTablesOperations
type IRouteTablesOperations = interface
Public Interface IRouteTablesOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, RouteTable, 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, RouteTable, 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, TagsObject, Dictionary<String,List<String>>, CancellationToken)

Updates a route table tags.

Extension Methods

BeginCreateOrUpdate(IRouteTablesOperations, String, String, RouteTable)

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

BeginCreateOrUpdateAsync(IRouteTablesOperations, String, String, RouteTable, CancellationToken)

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

BeginDelete(IRouteTablesOperations, String, String)

Deletes the specified route table.

BeginDeleteAsync(IRouteTablesOperations, String, String, CancellationToken)

Deletes the specified route table.

CreateOrUpdate(IRouteTablesOperations, String, String, RouteTable)

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

CreateOrUpdateAsync(IRouteTablesOperations, String, String, RouteTable, CancellationToken)

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

Delete(IRouteTablesOperations, String, String)

Deletes the specified route table.

DeleteAsync(IRouteTablesOperations, String, String, CancellationToken)

Deletes the specified route table.

Get(IRouteTablesOperations, String, String, String)

Gets the specified route table.

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

Gets the specified route table.

List(IRouteTablesOperations, String)

Gets all route tables in a resource group.

ListAll(IRouteTablesOperations)

Gets all route tables in a subscription.

ListAllAsync(IRouteTablesOperations, CancellationToken)

Gets all route tables in a subscription.

ListAllNext(IRouteTablesOperations, String)

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.

ListNext(IRouteTablesOperations, String)

Gets all route tables in a resource group.

ListNextAsync(IRouteTablesOperations, String, CancellationToken)

Gets all route tables in a resource group.

UpdateTags(IRouteTablesOperations, String, String, TagsObject)

Updates a route table tags.

UpdateTagsAsync(IRouteTablesOperations, String, String, TagsObject, CancellationToken)

Updates a route table tags.

Applies to