RouteTablesOperationsExtensions Class

Definition

Extension methods for RouteTablesOperations.

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

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