Share via


RouteOperationsExtensions Class

 

The Service Management API includes operations for managing the virtual networks for your subscription. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj157182.aspx for more information)

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions

Syntax

public static class RouteOperationsExtensions
[ExtensionAttribute]
public ref class RouteOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type RouteOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class RouteOperationsExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static AddRouteTableToSubnet(IRouteOperations, String, String, AddRouteTableToSubnetParameters)

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

System_CAPS_pubmethodSystem_CAPS_static AddRouteTableToSubnetAsync(IRouteOperations, String, String, AddRouteTableToSubnetParameters)

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

System_CAPS_pubmethodSystem_CAPS_static BeginAddRouteTableToSubnet(IRouteOperations, String, String, AddRouteTableToSubnetParameters)

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

System_CAPS_pubmethodSystem_CAPS_static BeginAddRouteTableToSubnetAsync(IRouteOperations, String, String, AddRouteTableToSubnetParameters)

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

System_CAPS_pubmethodSystem_CAPS_static BeginCreateRouteTable(IRouteOperations, CreateRouteTableParameters)

Create the specified route table for this subscription.

System_CAPS_pubmethodSystem_CAPS_static BeginCreateRouteTableAsync(IRouteOperations, CreateRouteTableParameters)

Create the specified route table for this subscription.

System_CAPS_pubmethodSystem_CAPS_static BeginDeleteRoute(IRouteOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static BeginDeleteRouteAsync(IRouteOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static BeginDeleteRouteTable(IRouteOperations, String)

Delete the specified route table for this subscription.

System_CAPS_pubmethodSystem_CAPS_static BeginDeleteRouteTableAsync(IRouteOperations, String)

Delete the specified route table for this subscription.

System_CAPS_pubmethodSystem_CAPS_static BeginRemoveRouteTableFromSubnet(IRouteOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static BeginRemoveRouteTableFromSubnetAsync(IRouteOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static BeginSetRoute(IRouteOperations, String, String, SetRouteParameters)

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

System_CAPS_pubmethodSystem_CAPS_static BeginSetRouteAsync(IRouteOperations, String, String, SetRouteParameters)

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

System_CAPS_pubmethodSystem_CAPS_static CreateRouteTable(IRouteOperations, CreateRouteTableParameters)

Create the specified route table for this subscription.

System_CAPS_pubmethodSystem_CAPS_static CreateRouteTableAsync(IRouteOperations, CreateRouteTableParameters)

Create the specified route table for this subscription.

System_CAPS_pubmethodSystem_CAPS_static DeleteRoute(IRouteOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static DeleteRouteAsync(IRouteOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static DeleteRouteTable(IRouteOperations, String)

Delete the specified route table for this subscription.

System_CAPS_pubmethodSystem_CAPS_static DeleteRouteTableAsync(IRouteOperations, String)

Delete the specified route table for this subscription.

System_CAPS_pubmethodSystem_CAPS_static GetRouteTable(IRouteOperations, String)

Get the specified route table for this subscription.

System_CAPS_pubmethodSystem_CAPS_static GetRouteTableAsync(IRouteOperations, String)

Get the specified route table for this subscription.

System_CAPS_pubmethodSystem_CAPS_static GetRouteTableForSubnet(IRouteOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static GetRouteTableForSubnetAsync(IRouteOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static GetRouteTableWithDetails(IRouteOperations, String, String)

Get the specified route table for this subscription.

System_CAPS_pubmethodSystem_CAPS_static GetRouteTableWithDetailsAsync(IRouteOperations, String, String)

Get the specified route table for this subscription.

System_CAPS_pubmethodSystem_CAPS_static ListRouteTables(IRouteOperations)

List the existing route tables for this subscription.

System_CAPS_pubmethodSystem_CAPS_static ListRouteTablesAsync(IRouteOperations)

List the existing route tables for this subscription.

System_CAPS_pubmethodSystem_CAPS_static RemoveRouteTableFromSubnet(IRouteOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static RemoveRouteTableFromSubnetAsync(IRouteOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static SetRoute(IRouteOperations, String, String, SetRouteParameters)

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

System_CAPS_pubmethodSystem_CAPS_static SetRouteAsync(IRouteOperations, String, String, SetRouteParameters)

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Network Namespace

Return to top