/// <summary>
 /// Get the specified route table for this subscription.
 /// </summary>
 /// <param name='operations'>
 /// Reference to the
 /// Microsoft.WindowsAzure.Management.Network.IRouteOperations.
 /// </param>
 /// <param name='routeTableName'>
 /// Required. The name of the route table in this subscription to
 /// retrieve.
 /// </param>
 /// <returns>
 /// A standard service response including an HTTP status code and
 /// request ID.
 /// </returns>
 public static Task <GetRouteTableResponse> GetRouteTableAsync(this IRouteOperations operations, string routeTableName)
 {
     return(operations.GetRouteTableAsync(routeTableName, CancellationToken.None));
 }