Share via


IRouteOperations Interface

 

The Network Management API includes operations for managing the routes for your subscription.

Namespace:   Microsoft.WindowsAzure.Management.Network
Assembly:  Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)

Syntax

public interface IRouteOperations
public interface class IRouteOperations
type IRouteOperations = interface end
Public Interface IRouteOperations

Methods

Name Description
System_CAPS_pubmethod AddRouteTableToSubnetAsync(String, String, AddRouteTableToSubnetParameters, CancellationToken)

Set the specified route table for the provided subnet in the provided virtual network in this subscription.

System_CAPS_pubmethod BeginAddRouteTableToSubnetAsync(String, String, AddRouteTableToSubnetParameters, CancellationToken)

Set the specified route table for the provided subnet in the provided virtual network in this subscription.

System_CAPS_pubmethod BeginCreateRouteTableAsync(CreateRouteTableParameters, CancellationToken)

Create the specified route table for this subscription.

System_CAPS_pubmethod BeginDeleteRouteAsync(String, String, CancellationToken)

Set the specified route for the provided table in this subscription.

System_CAPS_pubmethod BeginDeleteRouteTableAsync(String, CancellationToken)

Delete the specified route table for this subscription.

System_CAPS_pubmethod BeginRemoveRouteTableFromSubnetAsync(String, String, CancellationToken)

Remove the route table from the provided subnet in the provided virtual network in this subscription.

System_CAPS_pubmethod BeginSetRouteAsync(String, String, SetRouteParameters, CancellationToken)

Set the specified route for the provided table in this subscription.

System_CAPS_pubmethod CreateRouteTableAsync(CreateRouteTableParameters, CancellationToken)

Create the specified route table for this subscription.

System_CAPS_pubmethod DeleteRouteAsync(String, String, CancellationToken)

Set the specified route for the provided table in this subscription.

System_CAPS_pubmethod DeleteRouteTableAsync(String, CancellationToken)

Delete the specified route table for this subscription.

System_CAPS_pubmethod GetRouteTableAsync(String, CancellationToken)

Get the specified route table for this subscription.

System_CAPS_pubmethod GetRouteTableForSubnetAsync(String, String, CancellationToken)

Get the specified route table for the provided subnet in the provided virtual network in this subscription.

System_CAPS_pubmethod GetRouteTableWithDetailsAsync(String, String, CancellationToken)

Get the specified route table for this subscription.

System_CAPS_pubmethod ListRouteTablesAsync(CancellationToken)

List the existing route tables for this subscription.

System_CAPS_pubmethod RemoveRouteTableFromSubnetAsync(String, String, CancellationToken)

Remove the route table from the provided subnet in the provided virtual network in this subscription.

System_CAPS_pubmethod SetRouteAsync(String, String, SetRouteParameters, CancellationToken)

Set the specified route for the provided table in this subscription.

Extension Methods

Name Description
System_CAPS_pubmethod AddRouteTableToSubnet(String, String, AddRouteTableToSubnetParameters)

Set the specified route table for the provided subnet in the provided virtual network in this subscription.(Defined by RouteOperationsExtensions.)

System_CAPS_pubmethod AddRouteTableToSubnetAsync(String, String, AddRouteTableToSubnetParameters)

Set the specified route table for the provided subnet in the provided virtual network in this subscription.(Defined by RouteOperationsExtensions.)

System_CAPS_pubmethod BeginAddRouteTableToSubnet(String, String, AddRouteTableToSubnetParameters)

Set the specified route table for the provided subnet in the provided virtual network in this subscription.(Defined by RouteOperationsExtensions.)

System_CAPS_pubmethod BeginAddRouteTableToSubnetAsync(String, String, AddRouteTableToSubnetParameters)

Set the specified route table for the provided subnet in the provided virtual network in this subscription.(Defined by RouteOperationsExtensions.)

System_CAPS_pubmethod BeginCreateRouteTable(CreateRouteTableParameters)

Create the specified route table for this subscription.(Defined by RouteOperationsExtensions.)

System_CAPS_pubmethod BeginCreateRouteTableAsync(CreateRouteTableParameters)

Create the specified route table for this subscription.(Defined by RouteOperationsExtensions.)

System_CAPS_pubmethod BeginDeleteRoute(String, String)

Set the specified route for the provided table in this subscription.(Defined by RouteOperationsExtensions.)

System_CAPS_pubmethod BeginDeleteRouteAsync(String, String)

Set the specified route for the provided table in this subscription.(Defined by RouteOperationsExtensions.)

System_CAPS_pubmethod BeginDeleteRouteTable(String)

Delete the specified route table for this subscription.(Defined by RouteOperationsExtensions.)

System_CAPS_pubmethod BeginDeleteRouteTableAsync(String)

Delete the specified route table for this subscription.(Defined by RouteOperationsExtensions.)

System_CAPS_pubmethod BeginRemoveRouteTableFromSubnet(String, String)

Remove the route table from the provided subnet in the provided virtual network in this subscription.(Defined by RouteOperationsExtensions.)

System_CAPS_pubmethod BeginRemoveRouteTableFromSubnetAsync(String, String)

Remove the route table from the provided subnet in the provided virtual network in this subscription.(Defined by RouteOperationsExtensions.)

System_CAPS_pubmethod BeginSetRoute(String, String, SetRouteParameters)

Set the specified route for the provided table in this subscription.(Defined by RouteOperationsExtensions.)

System_CAPS_pubmethod BeginSetRouteAsync(String, String, SetRouteParameters)

Set the specified route for the provided table in this subscription.(Defined by RouteOperationsExtensions.)

System_CAPS_pubmethod CreateRouteTable(CreateRouteTableParameters)

Create the specified route table for this subscription.(Defined by RouteOperationsExtensions.)

System_CAPS_pubmethod CreateRouteTableAsync(CreateRouteTableParameters)

Create the specified route table for this subscription.(Defined by RouteOperationsExtensions.)

System_CAPS_pubmethod DeleteRoute(String, String)

Set the specified route for the provided table in this subscription.(Defined by RouteOperationsExtensions.)

System_CAPS_pubmethod DeleteRouteAsync(String, String)

Set the specified route for the provided table in this subscription.(Defined by RouteOperationsExtensions.)

System_CAPS_pubmethod DeleteRouteTable(String)

Delete the specified route table for this subscription.(Defined by RouteOperationsExtensions.)

System_CAPS_pubmethod DeleteRouteTableAsync(String)

Delete the specified route table for this subscription.(Defined by RouteOperationsExtensions.)

System_CAPS_pubmethod GetRouteTable(String)

Get the specified route table for this subscription.(Defined by RouteOperationsExtensions.)

System_CAPS_pubmethod GetRouteTableAsync(String)

Get the specified route table for this subscription.(Defined by RouteOperationsExtensions.)

System_CAPS_pubmethod GetRouteTableForSubnet(String, String)

Get the specified route table for the provided subnet in the provided virtual network in this subscription.(Defined by RouteOperationsExtensions.)

System_CAPS_pubmethod GetRouteTableForSubnetAsync(String, String)

Get the specified route table for the provided subnet in the provided virtual network in this subscription.(Defined by RouteOperationsExtensions.)

System_CAPS_pubmethod GetRouteTableWithDetails(String, String)

Get the specified route table for this subscription.(Defined by RouteOperationsExtensions.)

System_CAPS_pubmethod GetRouteTableWithDetailsAsync(String, String)

Get the specified route table for this subscription.(Defined by RouteOperationsExtensions.)

System_CAPS_pubmethod ListRouteTables()

List the existing route tables for this subscription.(Defined by RouteOperationsExtensions.)

System_CAPS_pubmethod ListRouteTablesAsync()

List the existing route tables for this subscription.(Defined by RouteOperationsExtensions.)

System_CAPS_pubmethod RemoveRouteTableFromSubnet(String, String)

Remove the route table from the provided subnet in the provided virtual network in this subscription.(Defined by RouteOperationsExtensions.)

System_CAPS_pubmethod RemoveRouteTableFromSubnetAsync(String, String)

Remove the route table from the provided subnet in the provided virtual network in this subscription.(Defined by RouteOperationsExtensions.)

System_CAPS_pubmethod SetRoute(String, String, SetRouteParameters)

Set the specified route for the provided table in this subscription.(Defined by RouteOperationsExtensions.)

System_CAPS_pubmethod SetRouteAsync(String, String, SetRouteParameters)

Set the specified route for the provided table in this subscription.(Defined by RouteOperationsExtensions.)

See Also

Microsoft.WindowsAzure.Management.Network Namespace

Return to top