Share via


RouteOperationsExtensions.GetRouteTableWithDetailsAsync Method

Get the specified route table for this subscription.

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

Usage

'Usage
Dim operations As IRouteOperations
Dim routeTableName As String
Dim detailLevel As String
Dim returnValue As Task(Of GetRouteTableResponse)

returnValue = RouteOperationsExtensions.GetRouteTableWithDetailsAsync(operations, routeTableName, detailLevel)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function GetRouteTableWithDetailsAsync ( _
    operations As IRouteOperations, _
    routeTableName As String, _
    detailLevel As String _
) As Task(Of GetRouteTableResponse)
[ExtensionAttribute] 
public static Task<GetRouteTableResponse> GetRouteTableWithDetailsAsync (
    IRouteOperations operations,
    string routeTableName,
    string detailLevel
)
[ExtensionAttribute] 
public:
static Task<GetRouteTableResponse^>^ GetRouteTableWithDetailsAsync (
    IRouteOperations^ operations, 
    String^ routeTableName, 
    String^ detailLevel
)
/** @attribute ExtensionAttribute() */ 
public static Task<GetRouteTableResponse> GetRouteTableWithDetailsAsync (
    IRouteOperations operations, 
    String routeTableName, 
    String detailLevel
)
ExtensionAttribute 
public static function GetRouteTableWithDetailsAsync (
    operations : IRouteOperations, 
    routeTableName : String, 
    detailLevel : String
) : Task<GetRouteTableResponse>

Parameters

  • operations
    Reference to the Microsoft.WindowsAzure.Management.Network.IRouteOperations.
  • routeTableName
    Required. The name of the route table in this subscription to retrieve.
  • detailLevel
    Required. The amount of detail about the requested route table that will be returned.

Return Value

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

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.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

RouteOperationsExtensions Class
RouteOperationsExtensions Members
Microsoft.WindowsAzure.Management.Network Namespace