RouteOperationsExtensions.GetRouteTableWithDetailsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the specified route table for this subscription.
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GetRouteTableResponse> GetRouteTableWithDetailsAsync (this Microsoft.WindowsAzure.Management.Network.IRouteOperations operations, string routeTableName, string detailLevel);
static member GetRouteTableWithDetailsAsync : Microsoft.WindowsAzure.Management.Network.IRouteOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GetRouteTableResponse>
<Extension()>
Public Function GetRouteTableWithDetailsAsync (operations As IRouteOperations, routeTableName As String, detailLevel As String) As Task(Of GetRouteTableResponse)
Parameters
- operations
- IRouteOperations
Reference to the Microsoft.WindowsAzure.Management.Network.IRouteOperations.
- routeTableName
- String
Required. The name of the route table in this subscription to retrieve.
- detailLevel
- String
Required. The amount of detail about the requested route table that will be returned.
Returns
A standard service response including an HTTP status code and request ID.