RouteTablesOperationsExtensions Class

Definition

Extension methods for RouteTablesOperations.

public static class RouteTablesOperationsExtensions
type RouteTablesOperationsExtensions = class
Public Module RouteTablesOperationsExtensions
Inheritance
RouteTablesOperationsExtensions

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