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
AddRouteTableToSubnet(IRouteOperations, String, String, AddRouteTableToSubnetParameters)

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

AddRouteTableToSubnetAsync(IRouteOperations, String, String, AddRouteTableToSubnetParameters)

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

BeginAddRouteTableToSubnet(IRouteOperations, String, String, AddRouteTableToSubnetParameters)

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

BeginAddRouteTableToSubnetAsync(IRouteOperations, String, String, AddRouteTableToSubnetParameters)

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

BeginCreateRouteTable(IRouteOperations, CreateRouteTableParameters)

Create the specified route table for this subscription.

BeginCreateRouteTableAsync(IRouteOperations, CreateRouteTableParameters)

Create the specified route table for this subscription.

BeginDeleteRoute(IRouteOperations, String, String)

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

BeginDeleteRouteAsync(IRouteOperations, String, String)

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

BeginDeleteRouteTable(IRouteOperations, String)

Delete the specified route table for this subscription.

BeginDeleteRouteTableAsync(IRouteOperations, String)

Delete the specified route table for this subscription.

BeginRemoveRouteTableFromSubnet(IRouteOperations, String, String)

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

BeginRemoveRouteTableFromSubnetAsync(IRouteOperations, String, String)

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

BeginSetRoute(IRouteOperations, String, String, SetRouteParameters)

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

BeginSetRouteAsync(IRouteOperations, String, String, SetRouteParameters)

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

CreateRouteTable(IRouteOperations, CreateRouteTableParameters)

Create the specified route table for this subscription.

CreateRouteTableAsync(IRouteOperations, CreateRouteTableParameters)

Create the specified route table for this subscription.

DeleteRoute(IRouteOperations, String, String)

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

DeleteRouteAsync(IRouteOperations, String, String)

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

DeleteRouteTable(IRouteOperations, String)

Delete the specified route table for this subscription.

DeleteRouteTableAsync(IRouteOperations, String)

Delete the specified route table for this subscription.

GetRouteTable(IRouteOperations, String)

Get the specified route table for this subscription.

GetRouteTableAsync(IRouteOperations, String)

Get the specified route table for this subscription.

GetRouteTableForSubnet(IRouteOperations, String, String)

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

GetRouteTableForSubnetAsync(IRouteOperations, String, String)

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

GetRouteTableWithDetails(IRouteOperations, String, String)

Get the specified route table for this subscription.

GetRouteTableWithDetailsAsync(IRouteOperations, String, String)

Get the specified route table for this subscription.

ListRouteTables(IRouteOperations)

List the existing route tables for this subscription.

ListRouteTablesAsync(IRouteOperations)

List the existing route tables for this subscription.

RemoveRouteTableFromSubnet(IRouteOperations, String, String)

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

RemoveRouteTableFromSubnetAsync(IRouteOperations, String, String)

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

SetRoute(IRouteOperations, String, String, SetRouteParameters)

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

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