HubRouteTablesOperationsExtensions Class

Definition

Extension methods for HubRouteTablesOperations.

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

Methods

BeginCreateOrUpdate(IHubRouteTablesOperations, String, String, String, HubRouteTable)

Creates a RouteTable resource if it doesn't exist else updates the existing RouteTable.

BeginCreateOrUpdateAsync(IHubRouteTablesOperations, String, String, String, HubRouteTable, CancellationToken)

Creates a RouteTable resource if it doesn't exist else updates the existing RouteTable.

BeginDelete(IHubRouteTablesOperations, String, String, String)

Deletes a RouteTable.

BeginDeleteAsync(IHubRouteTablesOperations, String, String, String, CancellationToken)

Deletes a RouteTable.

CreateOrUpdate(IHubRouteTablesOperations, String, String, String, HubRouteTable)

Creates a RouteTable resource if it doesn't exist else updates the existing RouteTable.

CreateOrUpdateAsync(IHubRouteTablesOperations, String, String, String, HubRouteTable, CancellationToken)

Creates a RouteTable resource if it doesn't exist else updates the existing RouteTable.

Delete(IHubRouteTablesOperations, String, String, String)

Deletes a RouteTable.

DeleteAsync(IHubRouteTablesOperations, String, String, String, CancellationToken)

Deletes a RouteTable.

Get(IHubRouteTablesOperations, String, String, String)

Retrieves the details of a RouteTable.

GetAsync(IHubRouteTablesOperations, String, String, String, CancellationToken)

Retrieves the details of a RouteTable.

List(IHubRouteTablesOperations, String, String)

Retrieves the details of all RouteTables.

ListAsync(IHubRouteTablesOperations, String, String, CancellationToken)

Retrieves the details of all RouteTables.

ListNext(IHubRouteTablesOperations, String)

Retrieves the details of all RouteTables.

ListNextAsync(IHubRouteTablesOperations, String, CancellationToken)

Retrieves the details of all RouteTables.

Applies to