IRouteOperations.GetRouteTableWithDetailsAsync Method (String, String, CancellationToken)
Get the specified route table for this subscription.
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Function GetRouteTableWithDetailsAsync ( routeTableName As String, detailLevel As String, cancellationToken As CancellationToken ) As Task(Of GetRouteTableResponse)
Parameters
- routeTableName
-
Type:
System.String
The name of the route table in this subscription to retrieve.
- detailLevel
-
Type:
System.String
The amount of detail about the requested route table that will be returned.
- cancellationToken
-
Type:
System.Threading.CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks.Task(Of GetRouteTableResponse)A standard service response including an HTTP status code and request ID.
Show: