Share via


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