Share via


IHubRouteTablesOperations Interface

Definition

HubRouteTablesOperations operations.

public interface IHubRouteTablesOperations
type IHubRouteTablesOperations = interface
Public Interface IHubRouteTablesOperations

Methods

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

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

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

Deletes a RouteTable.

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

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

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

Deletes a RouteTable.

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

Retrieves the details of a RouteTable.

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

Retrieves the details of all RouteTables.

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

Retrieves the details of all RouteTables.

Extension 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