RouteOperationsExtensions Class

 

The Service Management API includes operations for managing the virtual networks for your subscription. (see http://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)

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

[ExtensionAttribute]
public ref class RouteOperationsExtensions abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticAddRouteTableToSubnet(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_staticAddRouteTableToSubnetAsync(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_staticBeginAddRouteTableToSubnet(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_staticBeginAddRouteTableToSubnetAsync(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_staticBeginCreateRouteTable(IRouteOperations^, CreateRouteTableParameters^)

Create the specified route table for this subscription.

System_CAPS_pubmethodSystem_CAPS_staticBeginCreateRouteTableAsync(IRouteOperations^, CreateRouteTableParameters^)

Create the specified route table for this subscription.

System_CAPS_pubmethodSystem_CAPS_staticBeginDeleteRoute(IRouteOperations^, String^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticBeginDeleteRouteAsync(IRouteOperations^, String^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticBeginDeleteRouteTable(IRouteOperations^, String^)

Delete the specified route table for this subscription.

System_CAPS_pubmethodSystem_CAPS_staticBeginDeleteRouteTableAsync(IRouteOperations^, String^)

Delete the specified route table for this subscription.

System_CAPS_pubmethodSystem_CAPS_staticBeginRemoveRouteTableFromSubnet(IRouteOperations^, String^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticBeginRemoveRouteTableFromSubnetAsync(IRouteOperations^, String^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticBeginSetRoute(IRouteOperations^, String^, String^, SetRouteParameters^)

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

System_CAPS_pubmethodSystem_CAPS_staticBeginSetRouteAsync(IRouteOperations^, String^, String^, SetRouteParameters^)

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

System_CAPS_pubmethodSystem_CAPS_staticCreateRouteTable(IRouteOperations^, CreateRouteTableParameters^)

Create the specified route table for this subscription.

System_CAPS_pubmethodSystem_CAPS_staticCreateRouteTableAsync(IRouteOperations^, CreateRouteTableParameters^)

Create the specified route table for this subscription.

System_CAPS_pubmethodSystem_CAPS_staticDeleteRoute(IRouteOperations^, String^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticDeleteRouteAsync(IRouteOperations^, String^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticDeleteRouteTable(IRouteOperations^, String^)

Delete the specified route table for this subscription.

System_CAPS_pubmethodSystem_CAPS_staticDeleteRouteTableAsync(IRouteOperations^, String^)

Delete the specified route table for this subscription.

System_CAPS_pubmethodSystem_CAPS_staticGetRouteTable(IRouteOperations^, String^)

Get the specified route table for this subscription.

System_CAPS_pubmethodSystem_CAPS_staticGetRouteTableAsync(IRouteOperations^, String^)

Get the specified route table for this subscription.

System_CAPS_pubmethodSystem_CAPS_staticGetRouteTableForSubnet(IRouteOperations^, String^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticGetRouteTableForSubnetAsync(IRouteOperations^, String^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticGetRouteTableWithDetails(IRouteOperations^, String^, String^)

Get the specified route table for this subscription.

System_CAPS_pubmethodSystem_CAPS_staticGetRouteTableWithDetailsAsync(IRouteOperations^, String^, String^)

Get the specified route table for this subscription.

System_CAPS_pubmethodSystem_CAPS_staticListRouteTables(IRouteOperations^)

List the existing route tables for this subscription.

System_CAPS_pubmethodSystem_CAPS_staticListRouteTablesAsync(IRouteOperations^)

List the existing route tables for this subscription.

System_CAPS_pubmethodSystem_CAPS_staticRemoveRouteTableFromSubnet(IRouteOperations^, String^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticRemoveRouteTableFromSubnetAsync(IRouteOperations^, String^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticSetRoute(IRouteOperations^, String^, String^, SetRouteParameters^)

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

System_CAPS_pubmethodSystem_CAPS_staticSetRouteAsync(IRouteOperations^, String^, String^, SetRouteParameters^)

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

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

Return to top
Show: