Share via


RouteOperationsExtensions.GetRouteTable Method (IRouteOperations, String)

 

Get the specified route table for this subscription.

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

Syntax

public static GetRouteTableResponse GetRouteTable(
    this IRouteOperations operations,
    string routeTableName
)
public:
[ExtensionAttribute]
static GetRouteTableResponse^ GetRouteTable(
    IRouteOperations^ operations,
    String^ routeTableName
)
static member GetRouteTable : 
        operations:IRouteOperations *
        routeTableName:string -> GetRouteTableResponse
<ExtensionAttribute>
Public Shared Function GetRouteTable (
    operations As IRouteOperations,
    routeTableName As String
) As GetRouteTableResponse

Parameters

  • routeTableName
    Type: System.String

    Required. The name of the route table in this subscription to retrieve.

Return Value

Type: Microsoft.WindowsAzure.Management.Network.Models.GetRouteTableResponse

A standard service response including an HTTP status code and request ID.

See Also

RouteOperationsExtensions Class
Microsoft.WindowsAzure.Management.Network Namespace

Return to top