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)

public:
[ExtensionAttribute]
static GetRouteTableResponse^ GetRouteTableWithDetails(
	IRouteOperations^ operations,
	String^ routeTableName,
	String^ detailLevel
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Network::IRouteOperations^

Reference to the Microsoft.WindowsAzure.Management.Network.IRouteOperations.

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.

Return to top
Show: