Share via


RouteOperationsExtensions.GetRouteTableWithDetails Method (IRouteOperations, String, 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 GetRouteTableWithDetails(
    this IRouteOperations operations,
    string routeTableName,
    string detailLevel
)
public:
[ExtensionAttribute]
static GetRouteTableResponse^ GetRouteTableWithDetails(
    IRouteOperations^ operations,
    String^ routeTableName,
    String^ detailLevel
)
static member GetRouteTableWithDetails : 
        operations:IRouteOperations *
        routeTableName:string *
        detailLevel:string -> GetRouteTableResponse
<ExtensionAttribute>
Public Shared Function GetRouteTableWithDetails (
    operations As IRouteOperations,
    routeTableName As String,
    detailLevel As String
) As GetRouteTableResponse

Parameters

  • routeTableName
    Type: System.String

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

  • detailLevel
    Type: System.String

    Required. The amount of detail about the requested route table that will be returned.

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